html {
    scroll-behavior: smooth;
}
body{
    background: #0C0E18;
    color: #DFEAF2;
}
body, html {
    min-width: 320px;
}
body, ul, a, h1, h2, h3, h5, h6, p{
    margin: 0;
    padding: 0;
}
.title_wrapper .title{
    font-size: 5rem;
}
.heading{
    margin-bottom: 20px;
}
ul{
    list-style: none;
}
body{
    padding-top: 122px;
    transition: 0.3s;
}
section{
    width: 100%;
    margin-bottom: 100px;
}
.align-right{
    justify-content: end;
}
.align-left{
    justify-content: start;
}
.content{
    width: 35%;
}
.align-right .content{
    margin-left: 5vw;
}
.align-left .content{
    margin-right: 5vw;
}
a{
    text-decoration: none;
    color: #DFEAF2;
    transition: 0.3s;
    font-size: 1rem;
}
a.btn:hover{
    color: #ffffff;
}
button{
    font-size: 1rem;
    color: #DFEAF2;
}
span, p{
    font-size: 1rem;
    font-weight: 400;
}
section{
    position: relative;
}
.wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.btn{
    background: #008E00;
    padding: 9px 17px;
    border-radius: 4px;
    border: 0;
    display: inline-block;
    transition: 0.3s;
    flex-grow: 0;
    flex-shrink: 0;
}
.btn:hover, .btn-secondary:hover{
    box-shadow: 0px 0px 14px 0px #00A2FFCC;
    cursor: pointer;
}
.btn-secondary {
    background: transparent;
    border: 1px solid #00A2FF;
    padding: 9px 17px;
    border-radius: 4px;
    display: inline-block;
    transition: 0.3s;
}
.header{
    min-height: 122px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    font-size: 1rem;
}
.header .top{
    min-height: 31px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 10px;
}
.top ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.top .item:not(:last-child){
    border-right: 1px solid #DFEAF2;
    padding-right: 5px;
    margin-right: 5px;
}
.header .menu-wrapper{
    min-height: 91px;
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(12, 14, 24, 0.6);
}
.menu-wrapper .logo{
    margin-right: 20px;
}
.header .nav{
    display: flex;
    justify-content: end;
    gap: 2rem;
    align-items: center;
}
.nav .menu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: .5rem;
    justify-content: end;
}
.container{
    max-width: 1512px;
    margin: auto;
}
.title_wrapper {
    margin-top: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.title_wrapper p{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}
section .img{
    position: absolute;
    top: 10%;
    z-index: -1;
}
.title .small{
    font-size: 20px;
}

.holder-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 100px;
}
.holder-wrapper .content-center, .holder_column-wrapper .content-center{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.align-right .content{
    margin-right: 5vw;
}
.content.ml{
    margin-left: 5vw;
}
.content p, .content .heading{
    margin-bottom: 20px;
}
.page .container{
    width: 90%;
    margin: auto;
}
.page{
    margin-top: 40px;
}
.default-content p, .default-content h1, .default-content h2, .default-content h3, .default-content ul {
    margin-bottom: 20px;
}
.default-content ul li{
    margin-bottom: 10px;
}
.default-content a{
    text-decoration: none;
    color: #008E00;
    transition: 0.3s;
    font-size: 1rem;
}
.default-content a:hover{
    filter: brightness(110%);
}
.content .cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.content .card{
    max-width: 250px;
}
.card img, .card h3{
    margin-bottom: 20px;
}
.image-section .img-dots{
    display: flex;
    gap: .4rem;
    position: absolute;
}
.align-right .img-dots{
    top: 0;
    left: 0;
}
.align-left .img-dots{
    top: 6%;
    right: 0;
}
.align-right .image-section{
    padding-left: 30px;
}
.align-left .image-section{
    padding-right: 30px;
}
.image-section{
    position: relative;
    width: 65%;
    max-width: 830px;
}
.image-section.medium{
    max-width: 640px;
}
.image-section img{
    border-radius: 3px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.image-section .square-large-right{
    top: 27%;
    left: 30%;
    width: 71.5%;
    height: 80.5%;
}
.image-section .square-large-left{
    top: 27%;
    left: -13%;
    width: 92.5%;
    height: 83%;
}
.image-section .square-mid-left{
    top: 42%;
    left: -4%;
    height: 65.5%;
    width: 72.7%;
}
.square{
    position: absolute;
    border-radius: 4px;
    border: 1px solid #00639C;
    pointer-events: none;
}
.over-image{
    border-radius: 4px;
    filter: sepia(100%) hue-rotate(200deg) saturate(100%);
    transition: 0.3s;
}
.over-image:hover {
    filter: none;
}
.icons-wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.icons-wrapper .icon-item svg{
    display: block;
    fill: #00639C;
    transition: all .3s ease;
}
.icons-wrapper .icon-item svg:hover {
    fill: #DFEAF2;
}
.swiper{
    --swiper-pagination-bullet-inactive-color: #ffffff;
}
.swiper .reviews-wrapper{
    margin-bottom: 50px;
}
.reviews-wrapper .review {
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.review .rating{
    margin-bottom: 50px;
}
.review .heading{
    margin-bottom: 20px;
    font-size: 1.17em;
    text-align: center;
}
.review .person-info{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.person-info .info{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding-right: 1rem;
    border-right: 1px solid #00639C;
}
.team {
    max-width: 1220px;
    margin: auto;
    margin-bottom: 100px;
}
.team .team-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.team-title span{
    margin-bottom: 20px;
}
.team-title .heading{
    margin-bottom: 10px;
}
.team .team-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team-wrapper .employee{
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 310px;
}
.employee .employee-stats{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.employee-stats p{
    margin-top: 25px;
    text-align: center;
}
.employee img{
    margin-bottom: 30px;
    max-width: 250px;
}
.socials{
    display: flex;
    align-items: center;
}
.socials .social-item:not(:last-child){
    margin-right: 10px;
}
.footer-holder .socials .social-item:not(:last-child){
    margin-right: 30px;
}
.socials .social-item svg{
    fill: #00639C;
}
.socials .social-item svg:hover {
    fill: #fff;
}
.holder_column-wrapper .content-center{
    margin-bottom: 30px;
}
.holder_column-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.content-center img{
    margin-bottom: 20px;
}
.career-section .career-menu{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 30px;
}
.career-menu .career-item:before{
    content: url("../img/Ellipse 14.svg");
    width: 64px;
    height: 5px;
    position: absolute;
    top: -13px;
    left: 25px;
    mix-blend-mode: plus-lighter;
}
.career-menu .career-item{
    position: relative;
    background: linear-gradient(180deg, #0C0E18 0%, #3D477E 100%);
    border: 1px solid #00639C;
    border-radius: 10px;
    padding: 30px 25px;
    max-height: fit-content;
}
.career-item .title{
    margin-bottom: 20px;
}
.career-item ul{
    display: grid;
    grid-template-rows: repeat(3, max-content);
    grid-auto-flow: column;
    grid-column-gap: 1rem;
    grid-row-gap: 0.2rem;
}

.career-item li{
    position: relative;
    padding-left: 15px;
}
.career-item li:before{
    position: absolute;
    left: 0;
    top: 6px;
    content:"\A";
    width:5px;
    height:5px;
    border-radius:50%;
    background: #ffffff;
    display:inline-block;
}

.faq{
    max-width: 850px;
}
.faq .faq-item:not(:last-child){
    margin-bottom: 50px;
}
.faq-item h3{
    margin-bottom: 15px;
}
.description p, p.description{
    margin-bottom: 20px;
}
.faq-feedback .img{
    top: -30%;
}
.faq-feedback {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-bg{
    position: absolute;
    top:0;
}
.holder-wrapper.bg{
    min-height: 408px;
}
.btn-group{
    margin-top: 30px;
    gap:2rem;
    display: flex;
}
.contact-section{
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
section .form-notes{
    max-width: 520px;
}
section .contact-form{
    max-width: 420px;
    width: 100%;
}
section .contact-form form{
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: start;
    flex-direction: column;
    gap: 1.5rem;
}
.contact-form .input, .contact-form .textarea{
    width: 100%;
    color: #ffffff;
    padding: 12px 15px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #00639C;
    box-sizing: border-box;
}
.footer-holder{
    border-top: 1px solid #00639C;
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.links ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-shrink: 1;
    flex-grow: 1;
    gap: 1rem;
}
.footer-holder .links{
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    flex-wrap: wrap;
    gap: 1rem;
}
.socials ul{
    display: flex;
    justify-content: space-between;
}
.footer-holder .socials{
    flex-shrink: 0;
    flex-grow: 0;
}
.bubble{
    position: absolute;
    z-index: -1;
    width: 664px;
    height: 664px;
    flex-shrink: 0;
    border-radius: 664px;
    opacity: 0.8;
    background: radial-gradient(50% 50% at 50% 50%, #0E2945 0%, #0C0F18 100%);
}
.bubble-1{
    right: -20%;
}
.bubble-2{
    top: -15%;
    left: -30%;
}
.bubble-3{
    top: -10%;
    right: -30%;
}
.bubble-4{
    top: -10%;
    right: -30%;
}
.bubble-5{
    bottom: 0;
    left: 0;
}
@media (max-width: 1080px){
    .holder-wrapper{
        flex-wrap: wrap;
        text-align: center;
    }
    .title_wrapper .img{
        top: 40%;
    }
    .holder-wrapper.left{
        flex-wrap: wrap-reverse;
    }
    section .right, section .left{
        justify-content: center;
    }
    section .content, section .image-section{
        width: 100%;
    }
    .team .team-wrapper{
        justify-content: center;
        gap: 2rem;
    }
}
@media (max-width: 800px) {
    .container{
        padding: 0 10px;
    }
    .footer-holder {
        justify-content: center;
    }
}
@media (max-width: 650px) {
    .header .nav .menu{
        display: none;
    }
    .header .top {
        font-size: 12px;
    }
    .title_wrapper .title{
        font-size: 12vw;
    }
    .title_wrapper p{
        font-size: 18px;
    }
    .image-section .img-dots, .swiper-button-next, .swiper-button-prev{
        display: none!important;
    }
    .image-section{
        padding: 0!important;
    }
    .content .cards{
        justify-content: center;
    }
    .career-menu .career-item{
        width: 100%;
    }
    .footer-holder .links{
        justify-content: center;
    }
}
@media (max-width: 500px) {
    .title_wrapper{
        margin-bottom: 200px;
    }
    .career-section .career-menu{
        gap: 1rem;
    }
    .faq .faq-item:not(:last-child){
        margin-bottom: 30px;
    }
}
