
.header{
    background: var(--headerBacg);
    padding-bottom: 60px;
    position: relative;
}

/*-- -----Navbar start -------- -- */
.nav-bar{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 120px;
}

.nav-logo{
    display: flex;
    align-items: center;
    gap: 20px;
}

/* .nav-logo__img{
    width: 50px;
} */

.fa-bars{
   display: none;
}

.fa-x{
    display: none;
}

.nav-menu{
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 60px;
    gap: 30px;
    z-index: 9;
}

.nav-menu__item a{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #193C3F;
}

.nav-menu__item:nth-child(3){
    background: linear-gradient(180deg, #7219A8 20%, #13118F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.nav-menu__item:nth-child(3) a {
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;  
}

.nav-menu__tel{
    margin-left: 124px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.tel-icon{
    min-width: 59px;
    width: 59px;
    height: 59px;
    min-height: 59px;
    border: 1px solid var(--b1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tel-text{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    
    color: var(--b6);
}

.tel-text a{
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #193C3F;
    display: block;
}

.nav-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 98px;
    gap: 10px;
    border: 1px solid #3CB27F;
    border-radius: 12px;

    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    
    color: var(--b3);
    background: transparent;
    margin-left: 50px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
}

.nav-btn:hover{
    color: #fff;
    background: #19A852;
}

.nav-menu .nav-btn{
    display: none;
}
/* -- -----Navbar finish -------- -- */


/* ------ Header-title start----- -- */
.header-title{
    display: flex;
    justify-content: space-between;
    padding: 0 0px 0 120px;
    margin-top: 60px;
    gap: 24px;
}

.header-title__left{
    width: 554px;
}

.header-title__left h1 {
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 125%;
    
    color: var(--b3);
}

.span-title{
   color: #19A852;
}

.header-title__right{
    width: 741px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.header-title__right img {
    width: 95%;
}

.header-title__left-card{
    width: 505px;
    background: var(--b4);
    border: 1px dashed var(--b1);
    border-radius: 12px;
    display: flex;
    padding: 19px 24px;
    gap: 12px;
}

.header-title__left-card span{
    width: 28px;
    min-width: 28px;
    height: 28px;
    background: var(--btnBacg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-family: var(--fonts2);
    border-radius: 50%;
}

.header-title__left-card p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: var(--b7);
}

.header-title__left-card{
    margin-top: 18px;
}

.header-title__left-card:nth-child(1){
    margin-top: 40px;
}

.header-title__left-content{
    margin-top: 40px;
}

.header-title__left-content__title-text {
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #193C3F;

    border: none;
    border-bottom: 2px dashed var(--btnBacg);
}

.header-title__left-content__title p{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--b6);
    margin-top: 12px;
}

.header-title__left-content__btn{
    width: 320px;
    height: 50px;
    background: var(--btnBacg);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--btnBacg);
    cursor: pointer;


    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    transition: all 0.3s ease;

    margin-top: 24px;
}

.header-title__left-content__btn:hover{
    background: transparent;
    color: var(--btnBacg);
}

.header-left__like{
    position: absolute;
    display: flex;
    gap: 18px;
    right: 126px;
    bottom: -47px;
}

.header-left__like-card{
    width: 259px;
    height: 176px; 
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #ABD8C4;
    backdrop-filter: blur(7.5px);
    border-radius: 18px;  
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;  
}

.header-left__like-card h2{
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    background: linear-gradient(180deg, #19A852 -34.48%, #193C3F 137.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;    
}

.header-left__like-card p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #567763;
    text-align: center;
}
/* ------ Header-title finish---- -- */



/*-- -------- content start -------- --*/
.content{
    padding: 0 120px;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.content-left{
    width: 50%;
}

.content-left img{
    width: 100%;
}

.content-right{
    width: 50%;
}

.content-right h5{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: var(--b3);
    margin-top: 50px;
}

.content-right h1{
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: var(--b3);
}

.content-right__title{
    margin-top: 40px;
}

.content-right__title p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #193C3F;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 21px;
}

.content-right__title p i{
    background: linear-gradient(180deg, #19A852 0%, #193C3F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;  
}

.content-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    width: 320px;
    height: 50px;
    
    background: var(--btnBacg);
    border-radius: 12px;

    outline: none;
    cursor: pointer;

    border: 2px solid var(--btnBacg);
    transition: all 0.3s ease;

    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;

    margin-top: 40px;
}

.content-btn:hover{
    background: transparent;
    color: var(--btnBacg);
}
/*-- -------- content start -------- --*/


/*-- -------- course start ---------- --*/
.course{
    margin-top: 80px;
    padding: 0 120px;
}

.course h1{
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: #193C3F;
}

.course-container{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 40px;
}

.course-container__card{
    width: 33%;
    background: #EFFEF5;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start ;
}

.course-container__card h4{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: var(--b3);
    
    transform: rotate(0.18deg);
    margin-top: 30px;
}

.course-container__card p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    
    color: var(--b7);
    margin-top: 12px;
}

.course-bten__card{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.course-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    width: 320px;
    height: 50px;
    
    background: var(--btnBacg);
    border-radius: 12px;

    outline: none;
    cursor: pointer;

    border: 2px solid var(--btnBacg);
    transition: all 0.3s ease;

    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.course-btn:hover{
    background: transparent;
    color: var(--btnBacg);
}

.course-bten__card p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #567763;
}
/*-- -------- course finifh --------- --*/


/* ---------- learn start ------------- */
.learn{
    width: 100%;
}
/* ---------- learn finish ------------ */


/* ---------- projects start ---------- */
.projects{
    padding: 0 120px;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    gap: 62px;
}

.projects-left{
    width: 620px;
}

.projects-left h1{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: var(--b3);
}

.projects-left img{
    width: 100%;
    margin-top: 32px;
}

.projects-right{
    width: 570px;
    margin-top: 40px;
}

.projects-right p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #193C3F;
    display: flex;
    gap: 21px;
    margin-top: 24px;
}

.projects-right p .fa-check{
    background: linear-gradient(180deg, #19A852 0%, #193C3F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;  
}

.projects-right span{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #567763;
    display: block;
    margin-top: 50px;
}

.projects-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    width: 320px;
    height: 50px;
    
    background: var(--btnBacg);
    border-radius: 12px;

    outline: none;
    cursor: pointer;

    border: 2px solid var(--btnBacg);
    transition: all 0.3s ease;

    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 24px;
}

.projects-btn:hover{
    background: transparent;
    color: var(--btnBacg);
}
/* ---------- projects finish --------- */


/* -- -------- comments start -------- -- */
.comments{
    padding: 0 120px;
    margin-top: 80px;
}

.comments h1{
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: #193C3F;
}

.comments-container{
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.comments-container:nth-child(3){
    margin-top: 20px;
}

.comments-container__cards{
    box-sizing: border-box;    
    background: #FFFFFF;
    border: 1px solid #CDE5D6;
    box-shadow: 0px 9px 18px rgba(1, 54, 22, 0.12);
    border-radius: 18px;
    padding: 24px;
}

.comments-container__cards-top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

.comments-container__cards-top h3{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: var(--b3);
}

.comments-container__cards-top h3 p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #567763;
    margin-top: 8px;
}

.comments-container__cards p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.012em;
    
    color: var(--b3);
    margin-top: 18px;
}

.comments-container .comments-container__cards:nth-child(1) {
    width: 60%;
}
.comments-container .comments-container__cards:nth-child(2) {
    width: 40%;
}
.comments-container:nth-child(3) .comments-container__cards:nth-child(1) {
      width: 40%;
}
.comments-container:nth-child(3) .comments-container__cards:nth-child(2) {
    width: 60%;
}
/* -- -------- comments finish ------- -- */


/* -- -------- Why start ------------- -- */
.why{
    padding: 0px 120px;
    margin-top: 80px;
}

.why-cards__top{
    display: flex;
    gap: 20px;
}

.why-cards__item{
    display: flex;
    width: 50%;
    gap: 20px;
}

.why-cards-top__card h5{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: var(--b3);
    margin-top: 17px;
}

.why-cards-top__card p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--b3);
    margin-top: 12px;
}

.why-cards__top h1{
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: var(--b3);
    width: 50%;
}

.why-cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.why-cards__card h5{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: var(--b3);
    margin-top: 17px;
}

.why-cards__card p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--b3);
    margin-top: 12px;
}

.why-btn__card{
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 12px;
}

.why-btn__card span{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #567763;
    display: block;
}

.why-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    width: 320px;
    height: 50px;
    
    background: var(--btnBacg);
    border-radius: 12px;

    outline: none;
    cursor: pointer;

    border: 2px solid var(--btnBacg);
    transition: all 0.3s ease;

    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.why-btn:hover{
    background: transparent;
    color: var(--btnBacg);
}
/* -- -------- Why finish ------------ -- */

/*-- -------- need start ------------ --*/
.need{
    padding: 60px 120px;
    background: var(--headerBacg);
    margin-top: 140px;
}

.need h1{
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: var(--b3);
    text-align: center;
}

.need-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.need-container__card{
    display: flex;
    align-items: center;
    flex-direction: column;
    background: var(--b4);
    border: 1px dashed var(--b5);
    border-radius: 12px;
    padding: 24px;
}

.need-container__card h4{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: var(--b3);
    margin-top: 17px;
    text-align: center;
}

.need-container__card p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    
    color: var(--b3);
    margin-top: 12px;
}

.span-text{
    font-weight: 600;
}
/*-- -------- need finish ----------- --*/


/*-- -------- chance start ---------- --*/
.chance{
    padding: 0px 120px;
    margin-top: 80px;
    display: flex;
    gap: 56px;
}

.chance-left{
    width: 50%;
}

.chance-left img{
    width: 100%;
}

.chance-right{
    width: 50%;
}

.chance-right h1{
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: var(--b3);
    margin-top: 40px;
}

.chance-right p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: var(--b3);
    margin-top: 40px;
}

.chance-right h5{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: var(--b3);
    margin-top: 40px;
}

.chance-right__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    width: 320px;
    height: 50px;
    
    background: var(--btnBacg);
    border-radius: 12px;

    outline: none;
    cursor: pointer;

    border: 2px solid var(--btnBacg);
    transition: all 0.3s ease;

    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 18px;
}

.chance-right__btn:hover{
    background: transparent;
    color: var(--btnBacg);
}
/*-- -------- chance finish --------- --*/

/*-- -------- instructor start------- --*/
.instructor{
    padding: 0px 120px 80px 120px;
    display: flex;
    margin-top: 80px;
}

.instructor-left{
    width: 60%;
}

.instructor-left  h1{
    font-family: var(--fonts1);
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: var(--b3);
}

.instructor-left p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000000;   
    margin-top: 40px; 
}

.instructor-left h3{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.instructor-left h3 span {
     width: 28px;
     height: 28px;
     background: #19A852;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     border-radius: 50%;
}

.instructor-form{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
}

.instructor-form input{
    background: #EFF5F2;
    border: 1px solid #B1CBBB;
    border-radius: 12px;
    height: 48px;
    padding: 0px 18px;
    outline: none;

    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #AFC2B7;
}

.instructor-form input::placeholder{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #AFC2B7;
}

.instructor-form__btn{
    height: 48px;
    background: #19A852;
    border-radius: 12px;
    width: 100%;
    outline: none;
    border: 2px solid #19A852;
    cursor: pointer;
    transition: all 0.3s ease-out;

    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    
    color: #FFFFFF;
}

.instructor-form__btn:hover{
    background: transparent;
    color: #19A852;
}

.instructor-right{
    display: flex;
    align-items: center;
    justify-content: center;
}

.instructor-right img:nth-child(1){
    width: 100%;
}

.instructor-right img:nth-child(2){
    display: none;
}
/*-- -------- instructor finish------ --*/


/* --------- Footer start ------------- */
.footer{
    padding: 25px;
    background: #EFFEF5;
}

.footer p{
    font-family: var(--fonts2);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: var(--b3);
    text-align: center;
}
/* --------- Footer finish ------------ */

/*-- -------- Scrolling start ------- --*/
.scroll{
    width: 55px;
    height: 55px;
    background: #19A852;
    position: fixed;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.scroll i{
    font-size: 20px;
    color: #fff;
}
/*-- -------- Scrolling finish------- --*/



/* ----------- forms start ------------- */

.forms{
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(5, 56, 24, 0.5);
    backdrop-filter: blur(9px);
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forms-form{
    width: 492px;
    height: 469px;
    background: #FFFFFF;
    border-radius: 18px;
}