*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   
}
body {
    /* font-family: "Poppins", sans-serif; */
    font-family: "DM Sans", sans-serif;
    
}
.award {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    min-height: 48px;
    text-align: center;   
}
.award_p{
    font-size: 15px;
    color: #4B5563;
}
.award_images{
    cursor: pointer;
}
.award_img{
    position: absolute;
    top: 14px;
    right: 272px;
}
.wrapp{
    max-width: 1280px;
    height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
a{
    color: white;
   font-size: 15px;
    text-decoration: none;

    /* header start */

 }
 .header{
    background-color: #00353B;
 }
 .header_nav{
    display: flex;
    align-items: center;
    gap: 24px;
}

.header_card {
    display: flex;
    align-items: center;
    gap: 24px
    ;
}
.header_menu {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header_menu img {
width: 25px;
height: 25px;
}
.header_menu a{
    font-size: 17px;
}
.header_btn {
    background-color: white;
    padding: 13px 25px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    font-size: 16px;
}

/* header end */

.main{
background-color: #00353B;
}

/* section 1 start */

.section{
padding: 50px 0 300px 0;
}
.container{
max-width: 1280px;
margin: 0 auto;
}

.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.content_h1 {
    color: white;
   font-size: 56px;
   margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 56px;
}
.content_text{
font-size: 18px;
color: white;
margin-bottom: 25px;
}
.content_button {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 48px;
}
.content_btn1 {
    background-color: #22A45A;
    border: none;
    font-size: 16px;
    padding: 13px 25px;
    color: white;
    cursor: pointer;
    border-radius: 10px;
}
#content_btn2 {
    display: flex;
    background-color: #00353B;
    border: none;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

#content_btn2 p {
    font-size: 16px;
    color: white;
    cursor: pointer;
}
#content_btn2 img {
    width: 25px;
    height: 25px;
}
.content_video{

}
#content_videos{
    width: 600px;
    height: 640px; 
}

.reviews {
    display: flex;
    align-items: center;
    gap: 16px;
}
.review_images {
    display: flex;
    align-items: center;
} 

.review_rating p {
    color: white;
    FZ: 16px;
    text-align: center;
}
.icon-star-full, .icon-star-half {
    font-size: 26px;
    color: gold;
}

/* .icon-star-half {
    font-size: 26px;
    color: gold;
} */

.reviews_rating_rat{
    gap: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.review_amg{
width: 48px;
height: 48px;
}
.review_amg amg{
    width: 100%;
    height: 100%;
}
.content_video{
    position: relative;

}
.content_video_svg{
position: absolute;
bottom: 100px;
left: -100px;
}
/* section 1 end */

.main_title{
    font-size: 18px;
    color: white;
    margin-bottom: 300px;
    text-align: center;
}

/* about START */

.about-bg {
    background-color:white;
}

.about {
    background: #FCD8CA;
    padding: 54px 256px;
    border-radius: 10px;
    text-align: center;
    transform: translateY(-50%);
    overflow-x: visible;
} 

.about_us {
    display: inline-block;
    font-size: 14px;
    color: black;
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.about_h2 {
    font-size: 48px;
    color: black;
    font-weight: 500;
    margin-bottom: 29px;
}
.about_decrp {
    color: black;
    font-size: 18px;
    margin-bottom: 40px;
}
.about_link {
    display: inline-block;
    color: white;
    background-color: black;
    padding: 13px 25px;
    border-radius: 8px;
}
/* about END */

/* premium START */
.premium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    /* margin-bottom: 128px; */
    padding-bottom: 128px;
}
.premium-2{
flex-direction: row-reverse;
}
.premium_bg {
    height: 592px;
    width: 576px;
    background: url(img/bg1.png) center / cover no-repeat
}
.premium_bg-2{
    background: url(img/bg2.png) center / cover no-repeat;
    height: 592px;
    width: 576px;
}
.premium_content {
    max-width: 576px;

}
.premium_text {
    color: #00353B;
    line-height: 57px;
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.premium_p {
    color: #00353B;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 23px;
}
.premium_p span {
    display: inline-block;
    width: 25px;
}
.premium_buttons {
    display: flex;
    align-items: center;
    gap: 20px;

}
.premium_link {
background-color: #1F2937;
padding: 15px 25px;
border-radius: 10px;
}
.premium_button {
    background-color: white;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.premium_span1 {
    font-size: 18px;
}
.premium_span2 {
    font-size: 20px;
    font-weight: 700;
}
 /* premium END */

 /* popular START */

.popular_content {
    text-align: center;
    justify-content: center;
    
}
.popular_content h5{
    font-size: 48px;
    color: #00353B;
    line-height: 58px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 29px;
}
.popular_link {
    display: inline-block;
    font-size: 14px;
    color: #1F2937;
    background-color: #FCD8CA;
    padding: 4px 8px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.popular_decrition {
    color: #00353B;
    font-size: 18px;
    line-height: 27px;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 63px;
}
 .popular_cards {
    padding-bottom: 128px;
    display: flex;
    gap: 33px;
    justify-content: center;
    align-items: center;
}
.popular_card1 {
    background-color: #00353B;
    width: 405px;
    min-height: 500px;
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    
}
.popular_img{
    width: 315px;
    height: 315px;
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: -36px;
    right: -85px
}
.popular_img img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;

}

.popular_wrap {
}
.popular_links {
    display: inline-block;
    color: #1F2937;
    font-size: 14px;
    padding: 4px 8px;
    background-color: white;
    border-radius: 4px;
    margin-bottom: 20px;
}
.popular_webflow {
    display: block;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: white;
    margin-bottom: 15px;
    font-weight: 400;
}
.popular_money {
    font-size: 18px;
    color: white;
}
.popular_btn {
    color: white;
    padding: 9px 21px;
    background-color:#22A45A;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    width: 142px;
}
/* popular END */


/* student START */
.student {
}
.student_wrapper {
    display: flex;
    margin-bottom: 80px;
}
.student_content {
    padding: 64px;
    border-radius: 10px;
    background: #FCD8CA;
    width: 100%;
}
.student_link {
    display: inline-block;
    font-size: 14px;
    padding: 4px 8px;
    background-color: white;
    border-radius: 4px;
    color: black;
    margin-bottom: 20px;
}
.student_text {
    font-size: 48px;
    font-family: "Poppins", sans-serif;     
    font-weight: 400;
    color: #1F2937;
    margin-bottom: 28px;
    line-height: 55px;
}
.student_title {
    font-size: 18px;
    color: #374151;
    margin-bottom: 39px;
}
.student_btn {
    padding: 13px 25px;
    font-size: 16px;
    color: white;
    background-color: #1F2937;
    border-radius: 6px;
}
.student_bg {
    background: url(img/img5.png) center / cover no-repeat;
    /* width: 640px; */
    min-height: 539px;
    width: 100%;
}
.learn {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    grid-gap: 30px;
}
.learn_card {
}
.learn_card h5{
    color: #1F2937;
    font-size: 24px;
    font-family: "Poppins", sans-serif;    
    font-weight: 400;
    margin-bottom: 24px;
}
.learn_images {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #158E5E;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 32px;
}
.learn_images img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.learn_text {
    font-size: 16px;
    color: #4B5563;
    max-width: 378px;
}
/* student END */

/* <!-- teachers START --> */
.teachers {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 600px;
}
.teachers_link {
    display: inline-block;
    color: #00353B;
    background-color: #FCD8CA;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 5px;
    line-height: 24px;
    margin-bottom: 11px;
}
.teachers_title {
    font-family: "Poppins", sans-serif;    
    color: #1F2937;
    font-size: 48px;
    font-weight: 400;
    max-width: 691px;
    margin: 0 auto;
    margin-bottom: 28px;
    line-height: 57px;
}
.teachers_descrp {
    color: #4B5563;
    font-size: 18px;
    max-width: 730px;
    margin: 0 auto;
}
.teachers_content{
    margin-bottom: 80px;
}
.teachers_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 48px;
    margin-bottom: 80px;
}
.over {
    width: 240px;
    margin-bottom: 64px;
    text-align: center;
 
}
.teachers_images {
    margin-bottom: 24px;
    width: 240px;
}
.teachers_hours {
    display: inline-block;
    color: #1F2937;
    font-size: 24px;
    font-family: "Poppins", sans-serif;   
    margin-bottom: 16px;
    line-height: 33px;
}
.teachers_hours-title {
    color: #4B5563;
    font-size: 15px;
    line-height: 24px;
}
.teachers_bg {
    width: 504px; 
    height: 600px;
    background: url(img/center.png);
}
.teachers_btns {
    background-color: #1F2937;
    display: inline-block;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    padding: 13px 25px;
}
/* teachers END  */

/* SAY START */
.say{
    background-color: #FCD8CA;
    padding: 50px 0;
    transform: translateY(-50%);
    border-radius: 10px;
}
.say_students {
    text-align: center;
    margin-bottom: 40px;

}
.say_links {
    color: #1F2937;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 5px;
    background-color: white;
    margin-bottom: 11px;
    line-height: 21px;
}
.say_title {
    line-height: 57px;
    color: black;
    font-family: "Poppins", sans-serif;  
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 29px;
}
.say_descrp {
    font-size: 18px;
    line-height: 27px;
    max-width: 730px;
    margin: 0 auto;
}
.say_cards {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}
.say_card {
    padding: 32px;
    background-color: white;
    border-radius: 10px;
    width: 400px;
    height: 328px;
}
.say_rating {
    display: flex;
    margin-bottom: 33px;
}
.icon-star-full1 {
    font-size: 20px;
    gap: 4px;
    display: block;
    align-items: center;
}
.say_decsrp {
    font-size: 17px;
    line-height: 27px;
    color: #1F2937;
    margin-bottom: 56px;
}
.say_persons {
    display: flex;
    align-items: center;
    gap: 16px;
}
.say_img {
}
.say_name h3 {
    color: #00353B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.say_name h4 {
    color: #4B5563;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
/* SAY END */

/* POST START */
.posts{
    padding-bottom: 100px;
    margin-top: -200px;
}
.posts_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 84px;
}
.posts_blog {
    
}
.posts_link {
    display: inline-block;
    padding: 4px 8px;
    color: #1F2937;
    background-color: #FCD8CA;
    border-radius: 5px;
    margin-bottom: 11px;
    font-size: 14px;
}
.posts_title {
    line-height: 47px;
    font-size: 48px;
    color: white;
    font-weight: 400;
    font-family: "Poppins", sans-serif;  
}
.posts_all {
    font-size: 16px;
    background-color: white;
    color: #1F2937;
    padding: 13px 25px;
    border-radius: 5px;
}
.posts_cards {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.posts_card {
    max-width: 405px;
    height: 604px;
}
.div_bg {
    background: url(img/card_1.png) center / cover no-repeat;
    width: 100%;
    height: 300px;
}
.div_bg2 {
    background: url(img/card_2.png) center / cover no-repeat;
    width: 100%;
    height: 300px;
}
.div_bg3 {
    background: url(img/card_3.png) center / cover no-repeat;
    width: 100%;
    height: 300px;
}
.posts_wrapp {
    padding: 24px;
    background-color: white;
}
.posts_freelance {
    display: inline-block;
    background-color: #AADEA8;
    color: black;
    font-size: 14px;
    line-height: 21px;
    padding: 4px 8px;
    border-radius: 5px;
    margin-bottom: 8px;
}
.posts_h4 {
    line-height: 33.6px;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: #00353B;
    font-weight: 400;
    margin-bottom: 7px;
    max-width: 285px;
}
.posts_p {
    font-size: 15px;
    color: #4B5563;
    line-height: 24px;
    margin-bottom: 56px;
}
.posts_mb {
    margin-bottom: 22px;
    font-size: 15px;
    color: #4B5563;
    line-height: 24px;
}
.posts_links {
    display: flex;
    gap: 5px;
    align-items: center;
}
.posts_more {
    color: black;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}
.posts_links span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    width: 36px;
}
/* POST END */

/* TODAY START */
.today{
    padding: 87px 0;
    text-align: center;
}
.today_title {
    font-size: 48px;
    line-height: 57px;
    color:white;
    margin-bottom: 28px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.today_descrp {
    font-size: 18px;
    line-height: 27px;
    color: white;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.today_buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}
.today_link1 {
    background-color: #22A45A;
    color: white;
    border-radius: 5px;
    padding: 13px 25px;
    font-size: 16px;
}
.today_link2 {
    padding: 13px 25px;
    font-size: 16px;
    background-color: white;
    color: #374151;
    border-radius: 5px;
}
/* TODAY END */

/* FOOTER START */
.footer {
    padding: 80px 0;
    
}
.footer_content {
    display: flex;
    align-items: center;
    gap: 80px;
    
}
.footer_forms {
    max-width: 400px;
}
.footer_h4 {
    font-size: 16px;
    line-height: 24px;
    color: white;
    margin-bottom: 23px;
    font-weight: 400;
}
.footer_form-block {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.footer_form-block input {
    padding: 13px 25px;
    border-radius: 5px;
    border: none;
    height: 100%;
}
.footer_btn {
    background-color: #22A45A;
    color: white;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 25px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.footer_link {
    font-size: 12px;
    line-height: 18px;
    color: white;
}
.footer_link-wrapper {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.footer_nav {
}
.footer_ul {
    list-style: none;
}
.footer_list {
    margin-bottom: 16px;
}
.footer_list-link {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
}
.footer_list-link1 {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 24px;
}
/* FOOTER END */

.hrs{
    background-color: #777;
    height: 1px;
    border: none;
}
.hr{  
    padding: 32px 0;
}
/* Social START */
.social {
    padding: 30px 0;
}
.social_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social_link {
    font-size: 14px;
}
.social_images-links {
    display: flex;
    align-items: center;
    gap: 8px;
}
.social_wrapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #22A45A;
    height: 32px;
    width: 32px;
    border-radius: 5px;
    /* padding: 4px 4px; */

}
/* Social END */

@media (max-width: 1300px){
    .wrapp{
        padding: 0 10px;
    }
    .container{
        padding: 0 10px;
    }
}

@media (max-width: 1200px){
    .content{
        flex-direction: column;
    }
    .content_info{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .content_video_svg{
        display: none;
    }
    .popular_cards{
        flex-wrap: wrap;
    }
}


@media (max-width: 992px){
    .award_img{
        right: 20px;
    }
    .about{
        padding: 20px;
    }
    .premium{
        flex-direction: column;
    }
    .premium_content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .learn_card{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .learn_text{
        text-align: center;
    }
    .student_bg{
        display: none;
    }
    .student_content{
        padding: 30px;
    }
    .popular_cards{
        padding-bottom: 50px;
    }
    .teachers_wrapper{
        display: grid;
        grid-template-rows: 350px 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        margin-bottom: 0px;
        overflow: hidden;
    }
    .teachers_bg{
        grid-row: 1/2;
        grid-column: 1/-1;
        width: 100%;
        height: 100%;
        background-position: top;
    }
    .teachers_over{
        grid-column: 1/-1;
        grid-row: 2/3;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .teachers_community{
        grid-column: 1/-1;
        grid-row: 3/4;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .teachers{
        text-align: center;
        padding-top: 67px;
        padding-bottom: 30px;
    }
    .teachers_buttons{
        margin-bottom: 390px;
    }
    .say_cards{
        overflow: hidden;
    }
    .footer_content{
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .wrapp{
        flex-direction: column;
    }
    .header{
        padding: 40px 0;
    }
    .header_nav{
        margin-bottom: 15px;
    }
    .header_nav a{
        font-size: 18px;
    }
    .content_video_svg{
        display: none;
    }
    .content_text{
        min-width: 380px;
        text-align: center;
    }
    .reviews{
        flex-direction: column;
    }
    #content_videos {
        max-width: 100%;
        height: auto;
    }
    .content_video video{
        max-width: 100%;
    }
    .section{
        padding: 23px 0 251px 0;
    }
    .content_h1{
        font-size: 33px;
        line-height: 46px;
        text-align: center;
    }
    .about_h2{
        font-size: 30px;  
        margin-bottom: 20px; 
    }
    .about_decrp{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .premium_bg {
        width: 100%;
        background-position: left;
        height: 400px;
    }
    .premium_bg-2 {
        width: 100%;
        background-position: left;
        height: 400px;
    }
    .premium_text{
        font-size: 30px;
        font-weight: 600;
        line-height: 42px;
        margin-bottom: 19px;
    }
    .premium_p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .popular_card1{
        width: 100%;
    }
    .popular_cards{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(330px,1fr));

    }
    .popular_img{
        width: 290px;
        height: 290px; 
    }
   
}

@media (max-width: 567px){
    .award_p{
        font-size: 12px;
    }
    .student_text{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .student_title{
        margin-bottom: 28px;
    }
    .teachers_title{
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 40px;
    }
    .say_title{
        line-height: 42px;
        font-weight: 600;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .posts_content{
        flex-direction: column;
        row-gap: 20px;
        margin-bottom: 50px;
    }
    .posts_link{
        width: 50%;
        font-size: 20px;
        text-align: center;
        padding: 10px;
    }
    .posts_all{
        width: 80%;
        text-align: center;
    }
    .today{
        padding: 10px 0;
    }
    .today_title{
        font-size: 35px;
        font-weight: 600;
    }
    .footer_link-wrapper{
        gap: 30px;
        flex-wrap: wrap;
        mb
    }
    .footer{
        padding: 30px;
    }
    .hr{
        padding: 0;
    }
    .social_link{
        font-size: 10px;
    }
}

