body {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #212529;
    background-color: #fff;
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.btn-primary {
    background-color: #101141;
    border-color: #101141;
}

.btn-outline-primary {
    color: #101141;
    border-color: #101141;
}

.btn-outline-primary:hover {
    color: #fff;
    border-color: #101141;
    background-color: #101141;
}

#about-section {
    background-image: url(images/airplane-anim-1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 250px;
}


.btn-outline-primary.filled {
    background: #fff;
}

.btn-outline-primary.filled:hover {
    background: #101141;
    border-color: #101141;
}

.bg-text {
    position: absolute;
    left: -2%;
    bottom: -10%;
    font-size: 23vw;
    line-height: 1;
    font-weight: 900;
    z-index: -1;
    opacity: .05;
}

#wwa-txt {
    font-size: 15vw;
    bottom: -5%;
}

.line-bg {
    background: url(images/line-bg.svg) center center;
}

h2 {
    line-height: 1.4;
}

.logo {
    height: 60px;
    transition: all 0.6s ease;
}

.menu-btn {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    z-index: 4;
}

header {
    z-index: 5;
    padding: 3rem;
    transition: all .6s;
}

.scrolled header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 3rem;
    z-index: 5;
}

.scrolled .logo {
    height: 40px;
}

.main-nav {
    background: #101141;
    max-width: 500px;
    width: 90%;
    height: 100vh;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    transform: translateX(500px);
    text-align: center;
    z-index: 4;
}

.main-nav.active {
    transform: translateX(0);
}

.main-nav .menu a {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 2em;
    display: block;
    padding-left: 25px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.bottom-link {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
}

.menu-btn line {
    transition: all 0.3s ease;
    transform-origin: center;
}

.menu-btn.active {
    color: #fff;
    z-index: 8;
}

.scrolled .menu-btn.active {
    color: #101141;
}

.scrolled .menu-btn.active line:nth-child(1),
.scrolled .menu-btn.active line:nth-child(2) {
    stroke: #101141;
}

.menu-btn.active line:nth-child(1) {
    transform: rotate(45deg) translate(0px, 5px);
    stroke: #fff;

}

.menu-btn.active line:nth-child(2) {
    transform: rotate(-45deg) translate(0px, -5px);
    stroke: #fff;
}

.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
}

#home-hero {
    height: 100vh;
}

.hero-content {
    padding: 350px 0 0;
}

.hero-section video {
    object-fit: cover;
}

.hero-section .container-fluid {
    z-index: 1;
}

.hero-title {
    transform-origin: 0%;
}

h1.display-1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 6vw !important;
    color: #101141;
    z-index: 1;
    line-height: 1;
}


.wing {
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 55%;
}

#solutions .wing {
    right: -20%;
    width: 70%;
    transform: scaleX(-1);
}

.right-0 {
    right: 0;
}

.container-fluid {
    max-width: 1600px;
    width: 90%;
}

.overlay {
    background: linear-gradient(0deg, #ffffff00, #3d348066, #ac96a1);
    z-index: 1;
    margin: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.hs-icon {
    height: 100px;
}

.btn {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 25px;
}

/* Sections */
section {
    position: relative;
    z-index: 2;
}

section h2 {
    font-size: 2rem;
}

.bg-primary {
    background-color: #101141 !important;
}

.bg-info {
    background-color: #29abe2 !important;
}

.bg-secondary {
    background: #162864 !important;
}

.text-primary {
    color: #101141 !important;
}

#contact {
    background: url(images/airplane-anim-2.svg) no-repeat -100px -40px;
    background-size: 100%;
}

.contact-container {
    padding: 100px 0;
    max-width: 600px;
    margin: 0 auto;
}


* .solution-card {
    min-height: 600px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}


.card {
    padding: 30px 20px;
    /* background: #101141; */
    color: #fff;
    border-radius: 0;
    border: none;
    justify-content: space-between;
    text-align: center;
}

.card:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 0;
    transition: all.5s;
}

.solution-card:hover .card:after {
    width: 100%;
    height: 100%;
    background: #00aeef;
}

h5.card-title {
    text-transform: uppercase;
    font-size: 1.66em;
    font-weight: 400;
}

.solution-card:hover img,
.solution-card:hover h5,
.solution-card:hover p {
    display: none;
}

.slider-nav .btn {
    font-size: 20px;
    padding: 0px;
    width: 43px;
    height: 43px;
    border-radius: 30px;
}

.solution-card a {
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: none;
    z-index: 1;
    position: relative;
    margin: 250px auto 0;
    border: none;
    font-size: 1.5em;
    transition: all .5s;
    font-weight: 600;
}

.solution-card:hover a {
    display: inline-block;
}


.solutions-scroll {
    scroll-behavior: smooth;
    margin-bottom: 1px;
}

.solution-card {
    width: calc(100% / 6);
    min-width: 200px;
}

.service-card {
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}


footer {
    border-top: 1px solid #eee;
}


.text-clip-image {
    background-image: url('/images/clip-img.jpg');
    background-position: 0 0;
    animation: moveBackground 20s linear infinite;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #00000099;
    font-weight: 900;
    font-size: 7vw;
}



.inner .hero-section {
    padding-bottom: 60px;
}

.my-neg {
    margin-top: -60px;
}

.inner .hero-section p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#solutions section {
    padding: 100px 0;
    align-items: center;
    display: flex;
    color: #fff;
    background: #101141;
}

#solutions section:nth-child(even) {
    background: #162864;
}

#solutions img {
    max-width: 300px;
    height: auto;
    margin-bottom: 30px;
}

.inner .wing {
    width: 30%;
    right: 10%;
    top: 190px;
}

.inner .nav-link {
    padding: 3px 10px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.inner .navbar {
    margin: -60px auto 10px;
    top: 65px;
    height: 30px;
}

.inner ul.navbar-nav {
    border-radius: 60px;
    padding: 0 20px;
}

#solutions h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 0;
}


.inner .btn i {
    line-height: 1;
}

.sol-p {

    font-size: 15px;
}


.sol-details h6 {
    font-size: 16px;
    font-weight: 700;
}

.mxw-lg {
    max-width: 1200px;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
    padding: 2rem 0 0;
}

.carousel-track,
.carousel-track-clients {
    display: flex;
    gap: 40px;
    animation: scroll 30s linear infinite;
}

.carousel-track img,
.carousel-track-clients img {
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s;
    max-width: 140px;
}

.carousel-track img:hover,
.carousel-track-clients img:hover {
    filter: grayscale(0%);
}


.team-summary-section p {
    font-weight: 500;
    font-size: 14px;
}

.team-summary-section i {
    font-size: 38px;
    color: #101141;
}

.team-pics .team-box:nth-child(even) {
    background: #162864;
}

.team-pics img {
    width: 300px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
    margin-right: 20px;
    border-radius: 5px;
}

.team-box {
    display: flex;
    align-items: center;
    padding: 30px;
    color: #fff;
}

.team-text {
    padding: 30px;
}

.team-text h5 {
    font-size: 1.6rem;
}

.team-text p {
    opacity: .8;
    font-size: 16px;
    margin-bottom: 0;
}

.team-text h6 {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.la-pira-img {
    width: 100%;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;

}




@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}




@keyframes moveBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}



.slider-nav {
    display: none;
}

@media (min-width: 768px) {
    .border-md-x {
        border-left: 1px solid #101141;
        border-right: 1px solid #101141;
    }
}

@media (max-width: 1400px) {
    .solution-card {
        width: calc(100% / 5);
    }

    .solution-card .card-title {
        font-size: 1.5em;
    }

    .slider-nav {
        display: flex;
    }
}

@media (max-width: 1200px) {
    .solution-card {
        width: calc(100% / 4);
    }

}

@media (max-width: 991px) {
    .solution-card {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    #contact .section-subtitle {
        margin-bottom: 2rem;
    }

    #contact .contact-info {
        margin-top: 3rem;
    }

    .team-box {
        display: block;
    }

    .team-text {
        padding: 30px 0;
    }

    .w-75 {
        width: 100% !important;
    }

    h1.hero-title.display-1 {
        font-size: 12vw !important;
    }

    .inner .nav-link {
        padding: 3px 5px;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: -1px;
    }

    .inner .navbar {
        margin: -20px auto 20px;
        top: 77px;
    }

    .inner ul.navbar-nav {
        border-radius: 0;
    }

    #solutions img {
        width: 200px;
    }

    .team-pics img {
        max-width: 100%;
    }
}


@media (max-width: 576px) {
    .solution-card {
        width: 100%;
    }

    .main-nav .menu a {
        font-size: 1.7em;
        padding-left: 0;
    }

    header,
    .scrolled header {
        padding: 1rem;
    }

    .logo {
        height: 35px;
    }

    .scrolled .logo {
        height: 30px;
    }

    .hs-icon {
        height: auto;
        width: 70%;
    }
}