*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* transition: all 0.3s; */
}
/* FONTS */
@font-face {
    font-family:  AvenirNext Azeri;
    src: url(./../fonts/AvenirNextAzeri-Regular.woff);
}
@font-face {
    font-family:  AvenirNext Azeri Bold;
    src: url(./../fonts/AvenirNextAzeri-Bold.woff);
}
@font-face {
    font-family:  AvenirNext Azeri Light;
    src: url(./../fonts/AvenirNextAzeri-Light.woff);
}
/* FONTS */

body{
    font-family: AvenirNext Azeri;
}
/* .box{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.box_item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pd-top100{
    padding-top: 100%;
}
.pd-top50{
    padding-top: 50%;
} */
.container{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.section_content{
    display: flex;
    flex-wrap: wrap;
}
.d-flex{
    display: flex;
}
.between{
    justify-content: space-between;
}
.center{
    align-items: center;
}
.f-d-r-reverse{
    flex-direction: row-reverse;
}
li{
    list-style: none;
}
a{
    display: block;
    text-decoration: none;
}
b {
    font-weight: bold;
}
.title{
    font-size: 36px;
    line-height: 40px;
    font-family: AvenirNext Azeri Bold;
    color: #31326F;
    padding-bottom: 15px;
}
.title-white{
    font-size: 36px;
    line-height: 40px;
    font-family: AvenirNext Azeri Bold;
    color: #fff;
    padding-bottom: 15px;
    filter: drop-shadow(0 3px 6px #82570029);
}
.text{
    color: #484848;
    font-size: 16px;
    line-height: 28px;
    padding-top: 15px;
}


/* BTN */
.btn{
    display: inline-block;
    padding: 15px;
    color: #fff;
    background-color: #FF668C;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    transition: all .3s;
    border-radius: 13px;
}

.register_btn{
    background-color: #31326F;
}

/* BTN */

.box{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.box-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pd-top145{
    padding-top: 145%;
}
.pd-top50{
    padding-top: 50%;
}
.pd-top67{
    padding-top: 67%;
}

/* HEADER START */

.header{
    padding: 20px 0;
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 999;
}
.navbar_item{
    margin: 0 24px;
}
.navbar_item a{
    color: #484848;
    font-size: 14px;
    line-height: 16px;
}
.navbar_toggle_icon{
    cursor: pointer;
    display: none;
}

/* HEADER FINISHED */

.overflowY{
    overflow-y: hidden;
}
.mobileHeader{
    width: 100%;
    height: 100%;
    overflow-y:auto;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #31326F;
    padding: 20px;
    z-index: 99999999999;
}
.mobileHeader.isOpen{
    left: 0;
}
.navbar_close_icon {
    width: 20px;
    height: 20px;
    margin-left: auto;
    cursor: pointer;
}
.navbar_close_icon img {
    width: 100%;
    filter: invert(1);
}
.mobile_nav{
    padding: 40px 0;
    border-bottom: 1px solid #FFFFFF;
}
.mobile_nav_item{
    padding: 20px 0;
}
.mobile_nav_item_link {
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    font-family: AvenirNext Azeri Bold;
}
.mobile_contact{
    padding: 40px 0;
}
.mobile_contact_item{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.mobile_contact_item_text{
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    margin-left: 16px;
}
.mobile_social{
    padding-bottom: 20px;
    display: flex;

}
.mobile_social_item{
    padding: 0 10px;
}


/* BANNER START */

.banner{
    padding: 30px 0;
}
.banner_content{
    position: relative;
}
.banner_content_body_head{
    display: flex;
    flex-direction: column;
    font-family: AvenirNext Azeri Bold;
    margin-right: 20px;
    padding-top: 50px;
    width: 50%;
}
.banner_content_body_head_top{
    padding-bottom: 43px;
}

.banner_content_body_head_title{
    font-size: 18px;
    line-height: 24px;
    color: #484848;
    font-family: AvenirNext Azeri Bold;
    padding-bottom: 30px;
    font-weight: bold;
}

.banner_content_body_head .yellow{
    color: #FFC93C;
    font-size: 56px;
    line-height: 82px;
}
.banner_content_body_head .blue{
    color: #31326F;
    font-size: 56px;
    line-height: 82px;
}
.banner_content_body_image{
    width: 50%;
    position: relative;
    border-radius: 57px;
    overflow: hidden;
}
.banner_content_body_image img{
    width: 100%;
    height: 100%;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #31326F;
    opacity: 45%;
}
.banner_whatweget{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 35px;
    background: #31326F;
    border-radius: 42px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    /* left: 40px; */
}
.banner_whatweget_header {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    border-right: 2px solid #5A5B8C;
    color: #FFFFFF;
    padding-right: 25px;
    margin-right: 25px;
    width: min-content;
}
.banner_whatweget_content {
    margin-left: -20px;
    margin-right: -20px;
    /* flex-wrap: wrap; */
}
.banner_whatweget_content_item {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
}
.whatweget_item_logo img{
    height: 100%;
}
.banner_whatweget_content_item_body {
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.banner_whatweget_content_item_desc {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    padding-left: 10px;
    color: #FF668C;
}


/* BANNER FINISHED */



/* ABOUT START */

.about{
    padding: 70px 0;
    overflow: hidden;
}
.about_content_item{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-left: -50px;
    margin-right: -50px;
}
.about_content_item_images{
    flex: 0 0 50%;
    padding: 0 50px;
}
.about_content_item_images img{
    width: 100%;
}
.about_logos{
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
.about_logo_item img{
    width: 100%;
}
.about_logo_item:nth-child(2){
    padding-left: 70px;
}
.about_content_item_desc{
    flex: 0 0 50%;
    padding: 0 50px;
}
.about_btn{
    padding-top: 50px;
}
.about_btn a img{
    margin-left: 3px;
}

/* ABOUT FINISHED */


/* STATISTICS START */

.statistics{
    padding: 120px 0;
    background-color: #F1F1F1;
}
.statistics_content{
    display: flex;
    padding-top: 50px;
}
.statistics_content_map{
    flex: 0 0 30%;
    max-width: 30%;
}
.statistics_content_map_image{
    height: 100%;
}
.statistics_content_map_image img{
    width: 100%;
}
ul.statistics_content_country{
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.statistics_content_countries{
    position: relative;
    width: auto;
    padding-right: 40px;
    border-right: 2px solid #BBBBBB;
    flex: 0 0 45%;
    max-width: 45%;
}
li.statistics_content_countries_item{
    color: #FF668C;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 0;
    font-family: AvenirNext Azeri Bold;
    display: flex;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
li.statistics_content_countries_item span{
    padding-left: 5px;
}
.statistics_content_edu{
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 40px;
}
.statistics_content_edu_item{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.statistics_content_edu_item_info{
    padding-left: 15px;
}
.statistics_content_edu_item_info_num{
    color: #31326F;
    line-height: 37px;
    font-size: 41px;
    font-family: AvenirNext Azeri Bold;
}
.statistics_content_edu_item_info_text{
    font-size: 17px;
    line-height: 36px;
    color: #31326F;
    font-family: AvenirNext Azeri Bold;
}
.statistics_content_edu_item_icon{
    width: 52px;
}


/* STATISTICS FINISHED */



/* LESSONS STARTS */

.lessons{
    padding: 100px 0;
    background-color: #31326F;
}
.lessons_content{
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
}
.lessons_content_item{
    flex: 0 0 50%;
    padding: 0 20px;
}
.lessons_content_item_header{
    font-size: 24px;
    line-height: 98px;
    color: #FFFFFF;
}
.lessons_content_item_body{
    display: flex;
}
.lessons_content_item_body_image{
    width: 50%;
}
.lessons_content_item_body_image img{
    width: 100%;
}
.lessons_content_item_body_desc{
    width: 50%;
    margin-left: 25px;
}
.lessons_content_item_body_desc_head{
    color: #FF668C;
    font-size: 24px;
    line-height: 37px;
    font-family: AvenirNext Azeri Bold;
}
.lessons_content_item_body_desc_text{
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    filter: drop-shadow(0 3px 6px #82570029);
}


/* LESSON FINISHED  */


/* TEAMS START */

.teams{
    padding: 110px 0;
}
.team_content{
    overflow: hidden;
    padding-top: 40px;
}
.teams_slide {
    margin-left: -92px;
}
.teams_slide_item{
    padding: 0 12px;
}
.teams_slide_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h3.teams_slide_item_desc_name{
    font-size: 24px;
    color: #31326F;
    font-family: AvenirNext Azeri Bold;
    text-align: center;
    padding: 8px 0 12px 0;
}
p.teams_slide_item_desc_duty{
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    text-align: center;
}
.teams_slide .slick-list{
    padding: 0 80px;
}
.teams_arrows.slick-arrow{
    position: absolute;
    top: 30%;
    right: 100px;
    cursor: pointer;
}

/* TEAMS FINISHED */


/* COMMENTS START */

.comments{
    padding: 60px 0 120px 0;
    background-color: #FFC93C;
}
.comments_content{
    overflow: hidden;
    padding-top: 50px;
}
.comments_content_slide{
    display: flex !important;
    align-items: center;
}
/* .comments_content_slide_item{
} */
.comments_content_slide_item--cont {
    margin: 10px;
    padding: 10px;
    /* text-align: center;
    border: 1px solid red; */
}
.slick-center .comments_content_slide_item--cont {
    transform: scale(1.08);
}
.comments_content_slide_item img{
    width: 100%;
}
.comments_content_slide .slick-dots{
    bottom: -35px;
}
.comments_content_slide .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FF668C;
}
.comments_content_slide .slick-dots li button:before{
    color: #31326F;
    opacity: 1;
}
.comments_arrows {
    cursor: pointer;
}
/* COMMENTS FINISHED */


/* NEWS STARTS */

.news{
    padding: 80px 0;
    background-color: #FF668C;
}

.news_content{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
/*     margin-left: -35px; */  /* Bunu nə üçün yazmısan? */
}
.news_content_item{
    /* flex: 0 0 25%; */
    width: 25%;
    margin-bottom: 15px;
    padding: 0 15px;
}
/* .dd{
    flex: 0 0 25%;
} */ /* Buna ehtiyyac yoxdur */
.news_content_item_cont{
    background-color: #F3F3F3;
    border-radius: 26px;
    overflow: hidden;
}
.news_content_item_image img{
    width: 100%;
}
.news_content_item_body{
    padding: 25px 30px 25px 20px;
    position: relative;
    display: flex;
}
h4.news_content_item_body_head{
    font-size: 14px;
    line-height: 19px;
    color: #434343;
    font-family: AvenirNext Azeri Bold;
}
p.news_content_item_body_desc {
    font-size: 14px;
    line-height: 19px;
    color: #434343;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.news_content_item_body_icon{
    /* position: absolute;
    right: 20px;
    bottom: 20px; */
    display: flex;
    align-items: flex-end;
}
.news_btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.news_btn_link {
    display: flex;
    padding: 15px 25px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 23px;
    transition: all .3s;
    border-radius: 13px;
    border: 1px solid #31326F;
}
.news_btn_link img {
    transform: rotate(135deg);
    margin-left: 10px;
}

/* NEWS FINISHED */

/* PLATFORMS START */

.platforms{
    padding: 130px 0;
}
.platforms_content{
    display: flex;
    margin-left: -20px;
    margin-right: -20px ;
    padding-top: 55px;
}
.platforms_content_item{
    flex: 0 0 50%;
    display: flex;
    padding: 0 20px;
}
.platforms_content_item_body{
    margin-left: 30px;
}
.platforms_content_item_body_header{
    font-size: 24px;
    line-height: 30px;
    color: #31326F;
    font-family: AvenirNext Azeri Bold;
}
.platforms_content_item_body_desc{
    font-size: 14px;
    line-height: 23px;
    color: #484848;
    filter: drop-shadow(0 3px 6px #82570000);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
            line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 15px 0;
}
.platforms_content_item_body_btn{
    display: flex;
    width: max-content;
    padding: 15px;
    color: #FFFFFF;
    background-color: #31326F;
    font-size: 14px;
    line-height: 23px;
    transition: all .3s;
    border-radius: 13px;
}
.platforms_content_item_body_btn img{
    margin-left: 10px;
}

/* PLATFORMS FINISHED */


/* GALLERIES START */

.galleries{
    padding: 100px 0;
    background-color: #31326F;
    border: 1px solid #707070;
}
.galleries_content{
    padding-top: 20px;
    overflow: hidden;
}
.galleries_slide .slick-dots li.slick-active button:before{
    color: #FF668C;
    opacity: 1;
}
.galleries_slide .slick-dots li button:before{
    color: #DFDFDF;
    opacity: 1;
}
.galleries_content_header_head{
    color: #FF668C;
    line-height: 34px;
    font-size: 24px;
    margin-bottom: 20px;
}
.galleries_content_header_body{
    display: flex;
    align-items: center;
    position: relative;
}
.galleries_content_header_body::after{
    content: " ";
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 32%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.galleries_content_header_body_item{
    padding-right: 40px;
    /* padding-bottom: 3px; */
}
.galleries_content_header_body_item_link{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    font-family: AvenirNext Azeri Bold;
    font-weight: bold;
    position: relative;
    padding-bottom: 8px;
    cursor: pointer;
}
.galleries_content_header_body_item_link.active::after{
    content: " ";
    height: 3px;
    width: 100%;
    background-color: #FF668C;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 899;
}
.galleries_slide--container{
    display: none;
}
.galleries_slide--container.active{
    display: block;
}
.galleries_slide{
    padding: 30px 0;
    margin-left: -95px;
}
.galleries_slide_item{
    padding: 0 15px;
}
.galleries_slide_item_body{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.galleries_slide_item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery_arrows{
    position: absolute;
    right: 93px;
    top: calc(50% - 40px);
    cursor: pointer;
}
/*  */
.video_content{
    padding-top: 20px;
    overflow: hidden;
}
.video_slide .slick-dots li.slick-active button:before{
    color: #FF668C;
    opacity: 1;
}
.video_slide .slick-dots li button:before{
    color: #DFDFDF;
    opacity: 1;
}
.video_content_header_head{
    color: #FF668C;
    line-height: 34px;
    font-size: 24px;
    margin-bottom: 20px;
}
.video_content_header_body{
    display: flex;
    align-items: center;
    position: relative;
}
.video_content_header_body::after{
    content: " ";
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    opacity: 32%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.video_content_header_body_item{
    padding-right: 40px;
    /* padding-bottom: 3px; */
}
.video_content_header_body_item_link{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    font-family: AvenirNext Azeri Bold;
    font-weight: bold;
    position: relative;
    padding-bottom: 8px;
    cursor: pointer;
}
.video_content_header_body_item_link.active::after{
    content: " ";
    height: 3px;
    width: 100%;
    background-color: #FF668C;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 899;
}
.video_slide--container{
    display: none;
}
.video_slide--container.active{
    display: block;
}
.video_slide{
    padding: 30px 0;
    margin-left: -95px;
}
.video_slide_item{
    padding: 0 15px;
}
.video_slide_item_body{
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
}
.video_slide_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_arrows{
    position: absolute;
    right: 93px;
    top: calc(50% - 40px);
    cursor: pointer;
}
/* .video_slide{
    padding: 30px 0;
    margin-left: -95px;
}
.video_slide--container{
    display: none;
}
.video_slide--container.active{
    display: none;
} */


/* GALLERIES FINISHED */

/* FOOTER START */

.footer{
    padding: 70px 0;
    background-color: #F1F1F1;
}
.footer_content{
    display: flex;
}
.footer_contact{
    flex: 0 0 40%;
}
.footer_contact_content{
    padding: 25px 0 40px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer_contact_content_item{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.footer_contact_content_item_icon{
    width: 20px;
    height: 20px;
}
.footer_contact_content_item_text{
    font-size: 18px;
    line-height: 28px;
    color: #545454;
    margin-left: 20px;
}
ul.footer_content_social{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.footer_content_social_item{
    padding: 0 10px;
}
.footer_map{
    flex: 0 0 60%;
    padding-left: 110px;
    filter: grayscale(1);
    border-radius: 20px;
}

/* FOOTER FINISHED */



.long-arrow-left {
    position: relative;
    background-color: #FF668C;
    width: 15px;
    height: 3px;
    margin-right: 15px;
}

.long-arrow-left::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px;
    border-top: 3px solid #FF668C;
    border-left: 3px solid #FF668C;
    transform: rotate(-45deg) translateX(1px) translateY(-4px);
}

.privacyPolicy_header_back_link{
    font-size: 16px;
    line-height: 69px;
    color: #FF668C;
}
.privacyPolicy_header{
    padding: 80px 0 50px 0;
}
.privacyPolicy_header_back{
    display: flex;
    align-items: center;
}

.privacyPolicy_content_head{
    font-size: 36px;
    line-height: 69px;
    color: #31326F;
    font-family: AvenirNext Azeri Bold;
    padding-bottom: 70px;
}

.privacyPolicy_content_text{
    width: 75%;
    font-size: 16px;
    line-height: 28px;
    color: #484848;
}

.privacyPolicy_content_text p {
    margin-bottom: 28px;
}

.privacyPolicy_content{
    padding-bottom: 100px;
}
