@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'LabAntiqua-SmallCondensed';
    src: url(../fonts/LabAntiqua-SmallCondensed.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
  }

body{
    font-family: "Raleway", sans-serif;
}
section{
    padding: 100px 0;
}
a,a:hover{
    transition: all 0.3s ease-in;
}

.navbar{
    background-color: transparent !important;
    border-bottom: 1px solid #313253;
    padding: 0;
}
.header-black{
    background-color: #000000 !important;
}
.navbar-expand-md .navbar-nav .nav-link{
    font-size: 14px;
    font-weight: 600;
    line-height: 16.44px;
    color: #ffffff;
    padding: 32px 8px;
}
.nav-link.active{
    color: #E1D4BF !important;
    border-bottom: 1px solid #FFD130;   
}
.nav-item .dropdown-item{    
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 10px;
    white-space: normal;
    outline: none;
}
.nav-item .dropdown-item:hover,.nav-item .dropdown-item:active{
    background-color: #FFD130 !important;
    color: #000000 !important;
}
.dropdown-menu{
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 203px;
    border-radius: 0;
    padding: 0;
}


.video-container {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .video-container:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(24, 45, 75, 0.71);
  }
  .callout {
    z-index: 9;
    max-width: 770px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;       
  }
  .video-container h1{
    font-size: 58px;
    font-weight: 500;
    line-height: 69.6px;
    letter-spacing: 0.02em;
    text-align: left;
    font-family: 'LabAntiqua-SmallCondensed';
    color: #ffffff;
    margin-bottom: 18px;
  }
  .video-container p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    color: #ffffff;
    margin-bottom: 35px;
  }



  .our-services{
    max-width: 870px;
  }
  .swiper-slide{
    position: relative;
  }
  .slider-content{
    padding: 20px;
    background: #091226;
    color: #ffffff;
    max-width: 570px;
    border-right: 3px solid #FFD130;
    margin-top: -130px;
    left: 100px;
    position: relative;
    min-height: 284px;
  }
  .slider-content h3{    
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  .slider-content li{
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
  }
  .swiper-button-next, .swiper-button-prev{
    width: unset;
    top: 90%;
  }
  .swiper-button-next{
    right: 34%;
  }
  .swiper-button-prev{
    left: 24px;
    }
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 0;
  }



.ramin-fs-at{
    position: relative;
}
.ramin-fs-at::after{
    content: url(../img/ramin-fs-at-a-shape.png);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.ramin-fs-at h2{
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.02em;
    color: #091226;
    font-family: 'LabAntiqua-SmallCondensed';
}
.ramin-fs-at h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}
.ramin-fs-at p{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 20px;
}
.ramin-fs-at  p strong{
    font-weight: 700;
}
.btn-yellow{
    background-color: #FFD130;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.78px;
    text-align: center;
    padding: 18px 10px;
    min-width: 162px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #FFD130;
}
.btn-yellow:hover{
    background-color: transparent;
}

.lets-connect .btn-yellow:hover,.callout .btn-yellow:hover{
    color:#ffffff;
}
.lets-connect{
    background: url(../img/lets-connect.png) center center / cover;
    padding: 92px 0;
    color: #ffffff;
}
.lets-connect h2{
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    letter-spacing: 0.08em;    
    margin-bottom: 16px;
    font-family: 'LabAntiqua-SmallCondensed';
}
.lets-connect h3{    
    font-size: 32px;
    font-weight: 500;
    line-height: 48px; 
    margin-bottom: 21px;
    font-family: 'LabAntiqua-SmallCondensed';
}


.get-in-touch-main{
    margin-top: 84px;
}
.get-in-touch p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 470px;
}
.get-in-touch h2{
    font-size: 48px;
    font-family: 'LabAntiqua-SmallCondensed';
}

.form-width{
    max-width: 967px;
}
.form-control {
    position: relative;
    width: 100%;
    margin-top: 30px;
    border: 0;
    border-radius: 0;
    min-height: 64px;
    padding: 0;
}
.form-label {
    position: absolute;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    left: 1rem;
    top: 1.188rem;
    padding: 0 0.25rem;
    background: #ffffff;
    transition: all 0.3s ease;
}
.form-input {
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    resize: none;
    width: 100%;
    height: auto;
    font-weight: 500;
    padding: 1.188rem 1.25rem;
    border-radius: 0rem;
    border: 1px solid #B9B9B9;
    color: #12213E;
    background: transparent;
    transition: all 0.2s ease-in-out;
}
.form-input::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}
.form-input:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}
.form-input::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}
.form-input:focus {
    outline: none;
    border: 1px solid #FFD130;
}
.form-input:focus~.form-label {
    top: -0.50rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    color: #7F7F7F !important;
    font-size: 12px;
}
.form-input:not(:-moz-placeholder-shown).form-input:not(:focus)~.form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-input:not(:-ms-input-placeholder).form-input:not(:focus)~.form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-input:not(:placeholder-shown).form-input:not(:focus)~.form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}


.inner-banner{
    background: url(../img/about-us-banner.png) center center / cover;
    min-height: 470px;
    padding: 50px 0;
    display: flex;
    align-items: end;
}
.inner-banner h1{    
    font-size: 58px;
    font-weight: 500;
    line-height: 69.6px;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-family: 'LabAntiqua-SmallCondensed';
}

.services-banner{
    background: url(../img/services-banner.png) center center / cover;
}

.ramin-fs-at.about-us::after{
    content: none;
}
.ramin-fs-at.about-us li{    
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
}
.ramin-fs-at.about-us ul,.margin-top-40{
    margin-bottom: 40px;
}
.ramin-fs-at.about-us li strong{
    font-weight: 700;
}
.ramin-fs-at.about-us ul.list-style-type{
    list-style-type: disc;
    padding-left: 28px;
}
.ramin-fs-at.about-us h3{
    line-height: 24px;
    margin-bottom: 18px;
}
.margin-bottom-18{
    margin-bottom: 18px;
}
.row-gap-33{
    row-gap: 33px;
}
.why-choose-us h2,.disclosure-title h2{
    font-size: 36px;
    font-weight: 500;
    line-height: 43.2px;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    font-family: 'LabAntiqua-SmallCondensed';
}
.why-choose-us h3{    
    font-size: 20px;
    font-weight: 600;
    line-height: 23.48px;
    min-height: 47px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.why-choose-us p{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}

.contact-banner{
    background: url(../img/contact-us.png) center center / cover;
}
.map-location{
    margin-top: 60px;
}


.work-with-us{
    background: url(../img/work-with-us-banner.png) center center / cover;
}
.work-with-us-p:not(:last-child){
    margin-bottom: 23px;
}
.work-with-us-p p{
    font-weight: 700 !important;
    line-height: 28px;
    margin-bottom: 0;
}
.work-with-us-p li{
    line-height: 28px !important;
}


.disclosure-information{
    background-color: #E8E8E8;
}
.disclosure-title p{
    font-weight: 600;
    line-height: 28.18px;
    font-size: 24px;
    margin-bottom: 30px;
}
.pdf-box{
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 24px 83px 24px 20px;
    position: relative;
    height: 100%;
}
.pdf-box:hover::before{
    content: '';
    background-color: #FFD130;
    height: 100%;
    width: 150px;
    right: 0;
    position: absolute;
    top: 0;
    clip-path: polygon(64% 0, 100% 0%, 100% 100%, 43% 100%);
}
.pdf-box h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #000000;
}
.pdf-box p{
    color: #AAAAAA;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;    
}
.pdf-box .svg-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pdf-box a{text-decoration: none;}
.pdf-box:hover svg path{
    fill:#000000;
    stroke:#000000;
}
.row-gap-24{
    row-gap: 24px;
}



footer{
    background-color: #091226;
    padding: 65px 0 22px;    
}
footer p{    
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
}
footer .time{    
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;    
    color: #FFD130;    
}
footer .country-flag{
    max-width: 270px;
}
footer .country-flag img{
    margin-right: 8px;
}
footer .country-flag h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
    color: #ffffff;
}
footer .contact-details{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
footer .contact-details h3{
    font-size: 14px;
    margin-bottom: 3px;
}
footer .contact-details a{
    text-decoration: none;
    color: #ffffff;    
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}
footer h2{    
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFD130; 
    margin-bottom: 20px;
}
footer .list-unstyled li{    
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;    
    margin-bottom: 20px;
}
footer .list-unstyled li a{
    color: #ffffff;
    text-decoration: none;
}
footer .list-unstyled li a:hover{
    color: #FFD130;
}
footer .right-left{
    margin-left: 150px;
    min-height: 200px;
}

.copy-right{
    background-color: #000000;
    padding: 14px 0;
    color: rgb(255, 255, 255, 50%);
    font-size: 14px;
}

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;    
    padding: 5px;
    border-radius: 4px;
}


@media (min-width: 1200px) {
    .container{
        max-width: 1170px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    footer .right-left {
        margin-left: 100px;
    }
}

@media (max-width: 1199px) {
    .swiper-button-next{
        right: 0;
    }
    .video-container h1 {
        font-size: 44px;
        line-height: normal;
    }
    .lets-connect h2 {
        font-size: 40px;
    }
    .lets-connect h3 {
        font-size: 26px;
        line-height: normal;
    }
    .get-in-touch h2{
        font-size: 40px;
    }
    .inner-banner h1 {
        font-size: 44px;
    }
    .inner-banner h1{
        line-height: normal;
    }
    .pdf-box h3 {
        font-size: 18px;
        line-height: normal;
    }
    .pdf-box p{
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .slider-content{
        left: unset;
        margin: -130px auto 0;
    }
    .swiper-button-next, .swiper-button-prev{
        top: 50%;
    }
    .swiper-button-prev{
        left: 0;
    }
    section,.lets-connect{
        padding: 50px 0;
    }
    p{
        font-size: 14px !important;
    }
    .ramin-fs-at h2,.why-choose-us h2,.disclosure-title h2{
        font-size: 32px;
    }
    .ramin-fs-at h3 {
        font-size: 16px;
    }
    footer .right-left{
        margin-left: unset;
        min-height: unset;
    }
    .btn-yellow {
        font-size: 14px;
        padding: 14px 30px;
        min-width: unset;
    }
    .inner-banner h1 {
        font-size: 36px;
    }
    .why-choose-us h3 {
        font-size: 18px;
    }
    .row-gap-33 {
        row-gap: 20px;
    }
    .pdf-box{
        padding: 10px 83px 10px 10px;
    }
    .pdf-box h3 {
        font-size: 14px;
        line-height: normal;
    }
    .pdf-box p{
        font-size: 12px;
    }
    .pdf-box:hover::before {
        width: 120px
    }
    .pdf-box .svg-icon svg{
        width: 24px;
    }
    .disclosure-title h2{
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .navbar{
        background-color: #000000 !important;
        padding: 8px 0;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding: 10px 8px;
    }
    .dropdown-menu{
        width: unset;
    }
    .slider-content ul{
        padding-left: 1rem;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 10%;
    }
    .swiper-button-next svg, .swiper-button-prev svg{
        width: 40px;
    }
    .slider-content {
        left: unset;
        margin: 0;
    }
    .video-container h1 {
        font-size: 36px;
        line-height: normal;
    }
    .ramin-fs-at h2,.why-choose-us h2,.disclosure-title h2 {
        font-size: 28px;
    }
    .lets-connect h2 {
        font-size: 36px;
    }
    .lets-connect h3 {
        font-size: 20px;
        line-height: normal;
    }
    .get-in-touch h2{
        font-size: 34px;
    }
    .why-choose-us h3 {
        font-size: 16px;
    }
    .why-choose-us h3{
        line-height: 34px;
        font-weight: 700;
    }
    .row-gap-33 {
        row-gap: 10px;
    }    
}

@media (max-width: 575px) {
    .lets-connect {
        background: url(../img/lets-connect.png) left center / cover;
    }
}