

/*banner*/

.banner-section{
    background-image: url("../images/banner.png");
    position: relative;
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 0%;
}

.banner-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 101px 0 172px 0;
    gap: 25px;
    position: relative;
    z-index: 3;
}

.banner-title h2{
    color: #fff;
    font-size: 68px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    text-shadow: rgba(0, 0, 0, 0) 5px 5px 5px;
    letter-spacing: -1.5px;
    font-variation-settings :"wght" 400, "wdth" 100, "SOFT" 0;
}

.banner-btns{
    display: flex;
    align-items: center;
    gap: 16px;
}

.banner-text span{
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}





.banner-cover{
    position: absolute;
    background:#121212cc ;
    width: 100%;
    height: 100%;
    left: 0;
}


.certification{
    background-image: url("../images/certificate.jpg");
    position: relative;
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 0%;
}

.certification-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 143px 0px 70px 0px;
    gap: 32px;
    position: relative;
    z-index: 3;
}

.certification-cover{
    position: absolute;
    background: #1a96d4e6 ;
    width: 100%;
    height: 100%;
    left: 0;
}

.certification-title h3{
    color: #fff;
    font-size: 42px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: -1.5px;
    text-align: center;
}

.line-certification{
    width: 13%;
    height: 1px;
    background: #fff;
}

.certification-text span{
    color: #fff;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0px;
}

.certification-process span{
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px ;
    font-family: "Lato", sans-serif;
    text-align: center;
}

.certification-process{
    text-align: center;
}

.extra-certification{
    padding: 21px;
    margin: 10px 200px 10px 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.purpose-image{
    width: 100%;
    height: 722px;
}

.purpose-image img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

/*banner*/


/*dna*/

.dna-section{
    padding: 96px 0px 71px 0px;
}

.dna-content{
    margin-bottom: 100px;
}

.dna-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-block: 51px;
}

.dna-icon{
    width: 43%;
    height: 48px;
}

.dna-icon svg path{
    stroke: #de1f26;
    stroke-width: 1.4;
    transition: .5s;
}

.dna-icon svg{
    width: 100%;
    height: 100%;
}

.dna-item-title span{
    font-size: 20px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0px;
    color: #085eac;
}

.dna-item-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/*dna*/


/*people*/

.swiper-background{
    background-image: url("../images/people.jpg");
    position: relative;
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 105px 0px 105px 0px;
    min-height: 600px;
}

.swiper-cover{
    position: absolute;
    background: #171616b5 ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-name span{
    color: #1a96d4;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
}
.swiper-name{
    text-align: center;
}
.swiper-extra{
    text-align: center;
}

.swiper-extra span{
    font-weight: 600;
    color: #fff;
    letter-spacing: 3px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    text-align: center;
}


.swiper-content{
    margin: 10px 20% 10px 20%;
    position: relative;
    z-index: 3;
}

.swiper-info p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "Lato", sans-serif;

}

.swiper-nav-box{
    width: 100%;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 53px;
    flex-direction: row-reverse;
}

.swiper-people-next, .swiper-people-prev {
    position: unset;
    color: #fff;
}

.swiper-people-next:after, .swiper-people-prev:after {
    font-size: 26px;
}

.swiper-people .swiper-pagination-bullet {
    border: 2px solid #fff;
    background: transparent;
    opacity: unset;
    width: 10px;
    height: 10px;
}

.swiper-people .swiper-pagination-bullet-active {
    background: #ffffff;
}

/*people*/


/*main tab*/

.tab-image{
    width: 100%;
    height: 300px;
}

.tab-image img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.each-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    margin-bottom: 50px;
}

.tab-title span{
    color: #085eac;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
}

.tab-text p{

}

.tab-text{
    padding: 0px 100px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.main-tab-row .sit-button {
    align-self: flex-start;
}

.main-tab-row .tab-title {
    align-self: flex-start;
    min-height: 76px;
}

.become-section{
    padding: 121px 0px 93px 0px;
}


/*main tab*/

/*license*/

.col-license-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5px 107px 5px 107px;
}

.license-subtitle span{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
    color: #171616;
}

.license-title h2{
    color: #085eac;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.license-features span{
    color: #1a96d4;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;

}

.license-items{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.each-license-item{
    display: flex;
    gap: 20px;
}

.license-icon {
    width: 30%;
    height: 40px;
}

.license-icon svg{
    width: 100%;
    height: 100%;
}

.license-icon svg path{
    fill: #db1f26;
    transition: .5s;
}

.license-title span{
    color: #085eac;
    font-size: 20px;
    font-weight: 500;
}

.license2 span{
    color: #0f0f0f;
}

.license-text p{
    font-size: 16px;
    font-weight: 400;
    color: #171616;
    line-height: 1.7;
}

.license-image{
    width: 100%;
    height: 405px;
}

.license-image img{
    width: 100%;
    height: 100%;
}

.col-license-image{
    display: flex;
    align-items: center;
}

.license-content{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.license{
    padding: 80px 0px 70px 0px;
}

/*license*/


/*Collaborators*/



.Collaborators-swiper .swiper {
    width: 100%;
    height: 100%;
}

.Collaborators-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.Collaborators-swiper .swiper-slide img {
    display: block;
    width: 100%;
}

.Collaborators-swiper{
    position: relative;
}

.swiper-Collaborators-next, .swiper-Collaborators-prev {
    position: unset;
}

.swiper-Collaborators-next:after, .swiper-Collaborators-prev:after {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.Collaborators{
    padding: 52px 0px 160px 0px;
}

.purpose{
    background-color: #66738d;
    padding: 166px 0px 134px 0px;
}

.purpose-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.purpose-content{
    flex: 1 1 52.9%;
    max-width: 52.9%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 140px 5px 15px;
    gap: 10px;

}

.purpose-image{
    flex: 1 1 47.1%;
    max-width: 47.1%;
}

.each-social svg{
    width: 32px;
    height: 32px;
}

.purpose-content .sit-title h2{
    color: #fff;
}

.purpose-content .sit-title{
    margin-bottom: 21px;
}
.porpuse-text p{
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0;
    text-align: justify;


}

.social-box{
    display: flex;
    justify-content: flex-start;
    gap: 20px 46px;
    padding-block: 20px 43px;
}

.each-social svg path{
  fill: #fff;
    transition: .5s;
}

.each-social svg circle{
    fill: #fff;
    transition: .5s;
}

.founder-name{
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0;
}

.founder{
    display: flex;
    flex-direction: column;
}


.purpose-img{
    width: 100%;
    height: 722px;
    padding-inline: 10px;
}

.purpose-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(100);
}


/*contact us*/


.contact-us{
    background-image: url("../images/contact.jpg");
    position: relative;
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 0%;

}


.contact-row{
    width: 100%;
}

.contact-cover{
    position: absolute;
    background: #bde1f4e6 ;
    width: 100%;
    height: 100%;
    left: 0;
}

.contact-us .container{
    position: relative;
    z-index: 3;
    padding: 172px 0px 134px 0px;
}

.contact-content{
    flex: 1 1 54.5%;
    max-width: 54.5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 5px 10% 5px 11%;
}

.contact-form{
    flex: 1 1 45.5%;
    max-width: 45.5%;
}

.contact-items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.each-contact-item{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-icon svg {
    width: 22px;
    height: 22px;
}

.contact-icon svg path {
    fill: #1a95d3;
}

.contact-us .sit-title {
    margin-bottom: 40px;
}

.contact-item-text{
    color: #171616;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 17px;
}

.contact-form{
    padding: 0;
}

.contact-form form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #fff;
    padding: 72px 55px;
    border-radius: 6px;
    box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 1);
}

.form-item{
    width: 100%;
    margin-bottom: 11px;
}

.form-item input, .form-item textarea{
    width: 100%;
    border: 1px solid #085eac40;
    border-radius: 5px;
    padding: 10px 20px;
}

.form-item.form-line{
    display: flex;
    gap: 15px;
    align-items: center;
}

.form-item input::placeholder,  .form-item textarea::placeholder{
    color: #a8c6df;
    font-size: 15px;
    opacity: .7;
}

.contact-form button.sit-button{
    width: 100%;
    border: unset;
    padding-block: 20px;
}

.contact-form form .textarea-item{
    margin-bottom: 0;
}

/*contact us*/


/*brands*/

.each-brand{
    width:208px ;
    height: 148px;
}

.each-brand img{
    width:  100% ;
    height: 100%;
    object-fit: contain;
}


/*brands*/



























/*hover*/

@media screen and (min-width: 767px){
    .dna-icon:hover svg path{
        stroke: #1a96d4;
        transition: .5s;
    }
    .license-icon:hover svg path{
        fill: #1a96d4cc;
        transition: .5s;
    }

    .each-social:hover svg path{
        fill: #149ee6;
        transition: .5s;
    }
    .each-social:hover svg circle{
        fill: #149ee6;
        transition: .5s;
    }
}



/*responsive*/


@media screen and (max-width: 1199px){

    .swiper-background {
        min-height: 644px;
    }

    .each-brand {
        width: 169px;
        height: 114px;
    }


    .tab-title span {
        font-size: 23px;
    }

    .col-license-content {
        padding: 5px 21px 5px 21px;
    }
}

@media screen and (max-width: 991px){

    .main-tab-row .tab-title {
        align-self: flex-start;
        min-height: unset;
    }
    .tab-text {
        padding: 0px 0px 0px 0px;
    }
    .each-tab {
        margin-bottom: 60px;
    }

    .license {
        padding: 20px 0px 70px 0px;
    }
    .license-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .license-image {
        width: 100%;
        height: 353px;
    }

    .license-row{
        gap: 26px;
    }

    .license-icon {
        width: 35px;
        height: 40px;
        min-width: 35px;
    }

    .purpose-content {
        padding: 5px 14px 5px 15px;
    }

    .contact-row {
        flex-direction: column;
        align-items: center;
    }
    .contact-content {
        padding: 0;
    }

    .contact-content {
        margin-bottom: 31px;
    }

    .contact-content {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .contact-form {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .banner-title h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .certification-title h3 {
        font-size: 30px;
    }

    .certification-process span {
        font-size: 21px;
    }

    .certification-text span {
        font-size: 17px;
        line-height: 1;
    }

    .certification {
        background-position: 50% 50%;
    }

    .banner-section {
        background-position: 50% 50%;
    }



}


@media (max-width: 991px) and (min-width: 768px) {
    .extra-certification {
        padding: 0;
        margin: 10px 0px 10px 0px;
    }
    .swiper-content {
        margin: 10px;
    }

    .purpose-content .sit-title h2 {
        font-size: 40px;
        line-height: 1.3;
        letter-spacing: -1px;
    }

    .porpuse-text p {
        color: #fff;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 300;
        letter-spacing: 0;
    }
}


@media (max-width: 767px) {

    .swiper-background {
        min-height: 580px;
    }

    .each-brand {
        width: 123px;
        height: 94px;
    }



    .dna-icon {
        width: 48px;
        height: 48px;
        min-width: 34px;
    }

    .contact-row {
        margin-left: 0;
    }

    .contact-us {
        background-position: 50% 50%;
    }

    .purpose-content {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .purpose-box {
        flex-direction: column-reverse;
    }

    .purpose {
        padding: 73px 0px 73px 0px;
    }

    .purpose-image {
        flex: 1 1 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin-bottom: 3rem;*/
        /*height: auto !important;*/

    }

    .purpose-img {
        width: 396px;
        /*height: 579px;*/
        padding-inline: 10px;
        margin-bottom: 3rem;
        height: auto !important;
    }

    .tab-title span{
        font-size: 21px;
        line-height: 1.4;
        font-weight: 500;

    }

    .swiper-info p {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 300;
    }

    .swiper-background{
        background-position: 50% 50%
    }


    .extra-certification {

        padding: 0;
        margin: 10px 0px 10px 0px;
    }

    .swiper-content {
        margin: 10px;
    }

    .contact-us .container {
        padding: 80px 0px 89px 0px;
    }

    .contact-us .container {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .swiper-name span {
        font-size: 23px;
    }

    .license-title h2 {
        font-size: 34px;
        font-weight: 600;
    }

    .license-subtitle span {
        font-size: 15px;
    }

    .license-features span {
        font-size: 14px;
    }

    .license-title span {
        font-size: 18px;
    }

    .col-license-content {
        gap: 15px;
    }

    .license-icon {
        width: 29px;
        height: 30px;
        min-width: 29px;
    }

    .become-section {
        padding: 121px 0px 32px 0px;
    }
}

@media screen and (max-width: 575px){

    .swiper-background {
        min-height: 520px;
    }

    .banner-btns {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-direction: column;
    }

    .banner-section {
        background-attachment: unset;
    }

    .banner-title h2 {
        font-size: 33px;
        font-weight: 700;
    }



    .banner-text span {
        font-size: 13px;
    }


    .banner-section {
        background-image: url(../images/banner-mobile.png);
        background-position: 34% 48%;

    }

    .banner-content {
        padding: 101px 15px 119px 15px;
    }

    .dna-item {
        margin-block: 17px;
    }

    .dna-item-content {
        gap: 6px;
    }

    .dna-icon {
        width: 44px;
        min-width: 43px;
    }

    .swiper-background {
        padding: 54px 0px 59px 0px;
    }

    .purpose-img {
        width: 352px;
        height: 460px;
        padding-inline: 10px;
    }

    .purpose-img img {
        object-fit: contain;
    }

    .certification-title h3 {
        font-size: 24px;
    }

    .dna-section {
        padding: 57px 0px 11px 0px;
    }

    .each-tab {
        gap: 15px;
    }

    .become-section {
        padding: 65px 0px 41px 0px;
    }


    .certification-content {
        padding: 89px 0px 73px 0px;
    }

    .certification-content {
        gap: 23px;
    }

    .certification-process span {
        font-size: 18px;
    }

    .certification-text span {
        font-size: 15px;
        line-height: 1;
    }

    .dna-item {
        margin-block: 27px;
    }
    .dna-icon {
        width: 48px;
        min-width: 48px;
    }

    .contact-form form {
        padding: 40px 28px;
    }

    .swiper-background .container{
        padding: 9px;
    }

    .license-image {
        height: 262px;
    }
}

@media screen and (max-width: 425px){

    .swiper-background {
        min-height: 600px;
    }

    .Collaborators {
        padding: 0px 0px 60px 0px;
    }

}

@media screen and (max-width: 375px){

    .each-brand {
        width: 105px;
        height: 65px;
    }

    .swiper-background {
        min-height: 639px;
    }

    .swiper-nav-box {
        padding-inline: 0;
    }
}

@media screen and (max-width: 425px){

    .swiper-background {
        min-height: 735px;
    }

}


/*responsive*/
