
.main-questions{
    padding: 80px 0px 80px 0px;
}

.question-title{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
}

.question-title h4 {
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.4;
}

.line-q-title{
    width: 30px;
    height: 5px;
    background-color: #1a95d3;
}

.question-text p{
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
}

.questions-col{
    padding: 5px 70px 5px 70px;
}

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

.banner-about-cover{
    position: absolute;
    background: #171616b3 ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-about .row{
    position: relative;
    z-index: 2;
}

/*license*/

.license{
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0 100%);
    background: var(--primary-color);
}

.europe-license.license{
    clip-path: unset;
    background: unset;
}

.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: #ffffff;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.europe-license .license-title h2{
    color: var(--primary-color);
}

.license-features span{
    color: #99dbff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.europe-license .license-features span{
    color: #1a95d3;
}

.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%;
}

.europe-license .license-icon svg path{
    fill: var(--secondary-color);
    transition: .5s;
}

.europe-license  .license-title span {
    color: var(--primary-color);
}

.europe-license .license-text p {
    color: #0d0d0d;
}

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

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

.license2 span{
    color: #ffffff;
}

.license-text p{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    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: 118px 0px 108px 0px;
}

/*license*/

/*professional*/
.professional-title h3{
    color: var(--primary-color);
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -1px;
}

.professional-line{
    width: 150px;
    height: 1px;
    background-color: #53afdd;
    align-self: center;
}

.professional-title{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.each-professional{
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}

.pro-count{
    position: absolute;
    z-index: -1;
    top: -50px;
}
.pro-count span{
    font-size: 85px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left !important;
    font-family: "Varela Round", sans-serif;
    color: #ececec;
}

.pro-title span{
    color: var(--primary-color);
    line-height: 1.4;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
}

.pro-text p{
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 1.7;
}

.col-professional{
    padding-block: 30px;
}

.professional-row{
    padding-block: 70px;
}


/*professional*/


/*purpose*/

.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;

}

.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%;
}

.reason{
    padding: 136px 0px 125px 0px;

}

.about-reason-img{
    width: 100%;
    height: 315px;
}

.about-reason-img img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.reason-content{
    margin-left: 30px;
}

.why-text {
    font-family: "Montserrat", sans-serif;
    line-height: 1.7;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #171616;
    opacity: 0.7;
    margin-bottom: 30px;
}


/*purpose*/










/*responsive*/

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

}

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

    .europe-extra-banner {
        font-size: 29px;
    }

    .license {
        clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0 100%);
        margin-bottom: 40px;
    }


    .purpose {
        padding: 100px 0px 94px 0px;
    }

    .purpose-image {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .purpose-content {
        flex: 1 1 100%;
        padding: 5px 14px 5px 15px;
        max-width: 100%;
    }
    .purpose-box {
        flex-direction: column-reverse;
    }

    .purpose-img {
        width: 423px;
        height: 548px;
        padding-inline: 10px;
    }

    .questions-col {
        padding: 5px 70px 19px 70px;
    }



}


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

    .professional-title h3 {
        font-size: 26px;
    }

    .reason-row{
       flex-direction: column-reverse;
    }

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

    .pro-count span {
        font-size: 64px;
    }

    .pro-count {
        top: -39px;
    }
    .pro-title span {
        font-size: 22px;
    }

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

    .contact-page-form form {
        padding: 45px 30px;
    }

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

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


    .form-title h4 {
        font-size: 25px;
    }

    .purpose-img {
        width: 343px;
        height: 432px;
    }

    .purpose {
        padding: 67px 0px 65px 0px;
    }

}

@media screen and (max-width: 425px){
    .contact-page-form .form-item.form-line {
        flex-direction: column;
    }

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

    .about-reason-img {
        width: 100%;
        height: 260px;
    }
}

@media screen and (max-width:375px){
    .license-image {
        width: 100%;
        height: 256px;
    }
}