@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=IBM+Plex+Serif:wght@600&family=Nunito+Sans:wght@600&display=swap');
.header{
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
body{
    font-size: 18px;
font-family: 'Nunito', sans-serif;
}
h1{
    font-family: 'DM Serif Display', serif;
}
h2,h3,h4{
    font-family: 'IBM Plex Serif', serif;
    font-weight: 600;
}

p{
    font-weight: 400;
    line-height: 25px;
    color: #5E5E5E;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
}
a,a:hover{
    text-decoration: none;
}
.nav-item a{
    color:#000;
}
#navbarNav{
    justify-content: end;
}
.site-btn{
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #23B0FF;
    border-radius: 10px;
    color: #FFFFFF;
    gap: 10px;
}
.navbar-expand-lg .navbar-nav{
    gap: 40px;
    align-items: center;
}
.site-btn:hover{
    color:#fff;
    background-color: #1295df;
}
.hero-sec{
    background-image: url(/assets/images/hero-bg.jpg);
    background-size: cover;
    padding: 246px 0 129px;
    background-position: right;
    color:#fff;
    position: relative;
}
.section-title{
    font-weight: 600;
    font-size: 45px;
    line-height: 58px;
    letter-spacing: -0.05em;
    color: #313C4C;
    margin-bottom: 15px;
}
.hero-img{
    display: none;
}
.hero-sec p{
    margin:24px 0 26px;
    text-align: left;
}
.mission-section{
    background-color: #f7f7f5;
    padding: 100px 0;
}
.brand-sec{
    padding: 100px 0 0;
}
.txt-white{
    color:#fff;
}
.chrome-btn{
    max-width: 247px;
}
.mr-3{
    margin-right: 10px;
}
.small-txt{
    font-size: 14px;
    line-height: 19px;  
}
.top-content{
    max-width: 463px;
}
.custom-txt{
    font-size: 22px;
    line-height: 30px;
}
.font-16 {
    font-size: 16px;
}
.sec-title{
    font-size: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.speed-features{
    padding: 130px 0;
}
.our-mission{
    height: 600px;
    overflow: hidden;
    position: relative;
}
.parallax-content {
    height: 100%;
    transform: translateZ(0);
    background-image: url(/assets/images/funny-girl-making.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    
    display: flex;
    align-items: center;
  }
.brand-card h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #000000;
}
.speed-features .row{
    justify-content: center;
}
.feature-content{
    text-align: left;
    margin-bottom: 40px;
}
.hero-heading{
    font-weight: 400;
font-size: 80px;
line-height: 80px;
margin-bottom: 100px;
}
.testimonial-sec{
    background-color: #f7f7f5;
    padding-top: 110px;
    padding-bottom: 150px;
}
.testimonial-sec h2{
    margin-bottom: 50px;
}
.testimonial-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.testimonial-card img {
    max-width: 207px;
    width: 100%;
}
.testimonial-card p{
    margin-top: 20px;
}
.testimonial-card strong{
    color:#313C4C
}
.slider-card{
    width: 297px;
    height: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFC;
    margin-bottom:35px;
}
.slick-initialized .slick-slide{
    display: block;
    margin: 0 15px;
}
.slider-row{
    max-width: 970px;
    margin:70px auto 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.privacy-row{
    max-width: 620px;
    margin: auto;
}
.privacy-sec{
    padding: 100px 0;
    background-color: #FAFAFC;
    text-align: center;
}
.slider-sec{
    padding: 100px 0;
}
.footer{
    background-color: #000;
    padding: 60px 0 10px;
}
.contact-list p{
    font-size: 14px;
    color:#fff;
}
.pl-10{
    padding-left: 10px;
}
.address-row{
    padding: 10px 0;
    border-bottom:1px solid #fff;
    margin-bottom: 30px;
}
.footer-logo {
    margin-bottom: 50px;
}
#menu-footer-menu li a, .copy-line {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
}
.copy-line{
    text-decoration: none;
}
.slick-prev:before{
    content: url(/assets/images/left-arrow.svg);
    left: -40px;
    position: relative;
    top: -21px;
}
.slick-next:before{
    content: url(/assets/images/right-arrow.svg);
    right: -27px;
    position: relative;
    top: -21px;
}
ul.d-flex {
    display: flex;
    gap: 15px;
    justify-content: end;
    list-style: none;
}
.img-fluid{
    width: 100%;
}
.about-title{
    font-weight: 400;
font-size: 32px;
line-height: 39px;
text-align: center;
margin-bottom: 20px;
color: #323340;
}
.about-row{
    max-width: 924px;
    margin: auto;
}
.privacy-sec.bg-none{
    background-color: #fff;
}
.navbar-toggler-icon::after{
    content:url('/assets/images/hamburger-menu (2).svg');
}
.navbar-toggler:focus{
    border: none;
    outline: 0;
    box-shadow: unset;
}
.contact-info{
    max-width: 584px;
}
.contact-info h3{
    margin-bottom: 30px;
    font-size: 45px;
}
.contact-info p {
    margin-bottom: 61px;
    font-size: 20px;
    line-height: 25px;
}
.contact-sec .row{
    align-items: center;
    width: 100%;
}
.brand-card img{
    width: 100%;
}
.brand-card{
    margin-bottom: 40px;
}
.legal-content{
    margin-top: 150px;
}
@media(max-width:992px){
    .hero-heading{
        font-weight: 400;
    font-size: 45px;
    line-height: 51px;
    margin-bottom: 40px;
    margin-top: 30px;
    }
    .hero-sec{
        background-position: right;
        background-size: cover;
    }
    .mission-content{
        margin-top: 40px;
    }
    .mission-section,.brand-sec,.our-mission{
        padding: 60px 0;
    }
    .contact-info{
     margin-top: 50px;
     padding: 0 20px;
    }
    .contact-sec .row {
        margin: 0 !important;
    }
    .contact-sec .col-md-6{
        padding: 0;
    }
}