body {
    font-family: 'Poppins', sans-serif;
}

.swiper:not(.swiper1) {
    width: 100%;
    max-height: 650px;
    overflow: hidden;
    /* Prevent the swiper from affecting page scroll */
    touch-action: auto;
    /* Default scrolling behavior */
    user-select: none;
}

.swiper1 {
    width: 100%;
    max-height: 250px;
}

.swiper-container:not(.swiper1) {
    width: 100%;
    max-height: 650px;
    margin: 0;
    padding: 0;
    margin-top: -5rem;
}

.swiper-container2 {
    max-height: 250px;
    overflow: hidden;
}

.swiper:not(.swiper1) img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.swiper2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.swiper:not(.swiper1) .swiper-slide {
    max-height: 650px;
    position: relative;
}

.swiper2 .swiper-slide {
    height: 200px;
    /* width: 150px; */
    /* position: relative; */
    background-color: rgba(0, 0, 0, 0.717);
}

.swiper-pagination-bullet {
    border: 2px solid white !important;
    width: 15px;
    height: 15px;
}

.header-info {
    position: absolute;
    top: 0px;
    z-index: 2;
    color: white;
}

.header-info h6 {
    font-size: 12px;
    font-weight: lighter;
    margin-bottom: 0;
}

.header-info h5 {
    font-size: 16px;
}

.header-info {
    background: rgba(206, 205, 205, 0.117);
    margin-top: 0;
    padding-top: 10px;
}

.swiper-slide:not(.swiper1) .content1 {
    position: absolute;
    right: 0;
    top: 45%;
    color: white;
    opacity: 0;
}

.swiper-slide:not(.swiper1) .content2 {
    position: absolute;
    padding-left: 15%;
    top: 45%;
    color: white;
}

.swiper-slide:not(.swiper1) .content3 {
    position: absolute;
    bottom: 4%;
    color: white;
}

.swiper-slide:not(.swiper1) .content4 {
    position: absolute;
    padding-left: 15%;
    bottom: 10%;
    color: white;
}

@media (max-width: 768px) {
    .swiper-slide .content1 {
        top: 25%;
        /* Bring the content higher for smaller screens */
        left: -6%;
        text-align: center;
    }

    .swiper-slide .content2 {
        top: 20%;
        /* Bring the content higher for smaller screens */
        left: 5%;
    }

    .swiper-slide .content4 {
        bottom: 3%;
        /* Bring the content higher for smaller screens */
        padding-left: 0%;
        text-align: center;
    }
}

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar.bg-dark {
    background-color: #17191c !important;
}

.nav-link {
    color: white !important;
}

.nav-link.active {
    color: #6EA8FE !important;
}

.car5 {
    width: 100%;
    height: 25rem;
    object-fit: cover;
    position: absolute;
    top: 0%;
    left: -20%;
    opacity: 0;
}

.service {
    border: 2px solid rgb(46, 46, 182);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    transition: 500ms ease-in-out;
    cursor: pointer;

    h6 {
        margin: 0;
    }

    &:hover {
        background-color: rgb(46, 46, 182);
    }
}

.brands {
    background-color: #37302E;
    min-height: 350px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 30px;

    .brands-logo {
        img {
            /* border: 1px solid blue; */
            padding: 10px;
            border-radius: 15px;
            box-shadow: 0px 0px 30px blue;
        }
    }
}

.contact {
    background-color: #FFF;
    padding: 30px;
    border-radius: 30px;
    min-height: 350px;
    margin-bottom: 20px;

    ul {
        margin-top: 25px;
        list-style: none;
        padding-left: 0;
        font-size: 13px;

        li {
            color: rgba(18, 18, 18, 0.646);
            margin-top: 5px;
            margin-bottom: 5px;
            cursor: pointer;
        }
    }

    a {
        color: rgba(18, 18, 18, 0.646);
        text-decoration: none;
        font-size: 12px;
    }
}

.body-content {
    display: none;
}

.body-loader {
    width: 60px;
    aspect-ratio: 1;
    display: grid;
    grid: 50%/50%;
    color: #b09925;
    --_g: no-repeat linear-gradient(currentColor 0 0);
    background: var(--_g), var(--_g), var(--_g);
    background-size: 50.1% 50.1%;
    animation:
        l6-0 1.5s infinite steps(1) alternate,
        l6-0-0 3s infinite steps(1);
}

.body-loader::before {
    content: "";
    background: currentColor;
    transform: perspective(150px) rotateY(0deg) rotateX(0deg);
    transform-origin: bottom right;
    animation: l6-1 1.5s infinite linear alternate;
}

@keyframes l6-0 {
    0% {
        background-position: 0 100%, 100% 100%, 100% 0
    }

    33% {
        background-position: 100% 100%, 100% 100%, 100% 0
    }

    66% {
        background-position: 100% 0, 100% 0, 100% 0
    }
}

@keyframes l6-0-0 {
    0% {
        transform: scaleX(1) rotate(0deg)
    }

    50% {
        transform: scaleX(-1) rotate(-90deg)
    }
}

@keyframes l6-1 {
    16.5% {
        transform: perspective(150px) rotateX(-90deg) rotateY(0deg) rotateX(0deg);
        filter: grayscale(0.8)
    }

    33% {
        transform: perspective(150px) rotateX(-180deg) rotateY(0deg) rotateX(0deg)
    }

    66% {
        transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0deg)
    }

    100% {
        transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(-180deg);
        filter: grayscale(0.8)
    }
}

.brands-image {
    width: 100%;
    height: 850px;
    object-fit: contain;
    position: absolute;
    left: 25%;
    top: -40%;
}

.brands-wrapper {
    margin-top: 100px;
    overflow: hidden;
    min-height: 500px;
}

@media (max-width: 768px) {
    .brands-image {
        top: 20%;
    }

    .brands-wrapper {
        min-height: 680px;
    }
}

.logo {
    width: 135px !important;
    height: 135px !important;
    object-fit: contain;
    /* filter: drop-shadow(0px 2px 2px); */
}

.navigation-items div {
    position: relative;
    top: -45px !important;
}

.nav-item {
    opacity: 0;
}

.aboutUs h1 {
    position: relative;
    top: -80px;
    opacitiy: 0;
}

.aboutUs p {
    position: relative;
    top: 130px;
    opacity: 0;
}

.services div {
    position: relative;
    left: -50px;
    opacity: 0;
}

.otherService h2,
.otherService h4,
.latestWorks h4,
.workingWith h4 {
    position: relative;
    top: -30px;
    opacity: 0;
}

.otherService .service {
    position: relative;
    opacity: 0;
}

.otherService .videos {
    position: relative;
    opacity: 0;
}

.workingWith .brands-logo img {
    opacity: 0;
    position: relative;
    left: -10px;
}

.workingWith .brands-image {
    opacity: 0;
    left: 40% !important;
}

.navbar-brand {
    opacity: 0;
    position: relative;
    left: -40px;
}

.navbar {
    background-color: rgba(75, 75, 75, 0.38) !important;
    /* Semi-transparent black background */
    backdrop-filter: blur(10px) !important;
    /* Blurring effect */
    -webkit-backdrop-filter: blur(10px) !important;
    /* Safari support */
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: rgba(75, 75, 75, 0.719) !important;
    /* Semi-transparent black background */
    backdrop-filter: blur(10px) !important;
    /* Blurring effect */
    -webkit-backdrop-filter: blur(10px) !important;
    /* Safari support */
}

.dropdown-item {
    color: white;

    &:hover {
        background-color: #FD7300;
    }
}

.dropdown-item.active {
    background-color: #FD7300 !important;
}

.dropdown-menu {
    transition: all 0.3s ease;
}

.dropdown-toggle {
    transition: all 0.3s ease;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .355em;
    vertical-align: 0;
    content: "";
    border-top: .3em solid transparent;
    /* Make the top border transparent */
    border-right: 0;
    /* No right border */
    border-bottom: .3em solid transparent;
    /* Make the bottom border transparent */
    border-left: .3em solid;
    /* Create the left border, making the arrow point to the right */
    transition: all 0.3s ease-in-out;
}

.nav-item.dropdown:hover:hover .dropdown-toggle::after {
    transform: rotate(90deg);
    vertical-align: .155em;
}

.card-main-items {
    background: rgba(57, 62, 70, 0.55);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: white;
    padding: .8em;
}

.bg-image {
    position: absolute;
    width: 100%;
    height: 30rem;
    object-fit: contain;
    right: -250px;
    object-position: bottom right;
    bottom: 0;
    z-index: -1;
}

.nav-brand {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .bg-image {
        right: 0;
    }

    .nav-brand {
        display: none;
    }
}

.page1-main-card {
    padding: 2em;
    background: rgb(96, 76, 64);
    background: linear-gradient(54deg, rgba(96, 76, 64, 1) 0%, rgba(55, 42, 35, 1) 100%);
    border-radius: 16px;
    position: relative;
    min-height: 35em;
    overflow: hidden;

    img {
        position: absolute;
        top: -5%;
        width: 100%;
        height: 700px;
        object-fit: contain;
        z-index: 1;
        left: -15%;
    }

    h6 {
        z-index: 10;
        position: relative;
        opacity: 0;
        margin-left: -10px;
    }

    .details-main-card {
        position: absolute;
        right: 2%;
        top: 30%;
    }

    h1 {
        opacity: 0;
        margin-left: -10px;
    }
}