@media screen and (min-width:991px) {


    section.about .wrapper {
        width: 300px;
    }

    section.hero img {
        min-height: calc(100vh - 30px);
        object-fit: cover;

    }

    section.hero {
        margin-top: 0px;
    }


    header nav {
        display: none !important;
    }


    .offcanvas {

        background: url('../Images/mob-nav.png') no-repeat;
        background-position: center center;
        background-size: cover;

    }

    .fw-bold {
        font-weight: 700;
    }

    header.active nav {
        display: flex !important;
    }

    #bar{
      display: block;
    }

    header.active .logo_2 {
        display: none !important;
    }
    header.active .logo_3 {
        width: 200px;
        display: block;
    }

    header.active .navbar-nav {
        display: none !important;
    }


    header.active .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }

    header .nav-desk {
        background: url('../Images/desk-nav.png');
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
        width: max-content;
        padding: 4% 4% 3% 3%;
        position: absolute;
        animation: down 2s ease-in-out 0.2s forwards;
        z-index: 2;
        top: -100vh;
    }

    header .h2 {
        position: absolute;
        font-size: 18px;
        bottom: -30px;
        left: 10px;
        text-transform: uppercase;
        font-family: var(--thefuture-b);
        letter-spacing: 2px;
    }



    @keyframes down {
        0% {
            top: -100vh;
        }

        100% {
            top: 0;
        }
    }

    header .nav-desk .logo {
        width: 230px;
        position: relative;
        left: -20px;
        top: 20px;
    }




    header .nav-desk li {
        margin-bottom: 24px;
    }

    header .nav-desk li a {
        font-family: var(--thefuture-b);
        color: #fff;
        width: 120px;
        letter-spacing: 5px;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
    }


    section.enquire .row {
        align-items: center;
        padding: 2% 0;
    }



    section.about .position-relative>div {
        position: absolute;
        bottom: 40px;
        left: 27%;
        transform: translateX(-50%);
    }

    section.about .position-relative>div img {
        width: 200px;
        margin: 0;
    }

    section.about .wrapper {
        width: 300px;
        text-align: center;
    }

    section.about {

        padding-bottom: 15%;
    }



    section.feature .grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
        position: absolute;
        top: -150px;
        left: 0;
    }


    section.feature .grid>div {
        padding: 30px;
    }

    section.feature .grid>div p {
        font-size: 17px;
    }

    section.feature {
        padding: 0;

    }

    section.video {
        background-image: url('../Images/video-bg-v1.webp');
        padding: 20% 0;
        background-position: bottom center;
    }

    section.video h2 {
        font-size: 35px;
        text-shadow: 0 0 5px #000;
    }


    section.gallery p {
        font-size: 25px;
    }


    section.gallery {
        padding: 5% 0;
    }


    .swiper-slide {
        width: 20% !important;
        transition: all 0.5s ease;

    }

    .swiper-slide img {
        height: 500px;
        object-fit: cover;
        width: 100%;

    }

    .swiper-slide.swiper-slide-active {
        width: 70% !important;
    }


    .swiper-button-next {
        position: absolute;
        right: -20px;
        z-index: 1;
    }

    .swiper-button-prev {
        position: absolute;
        left: -30px;
        z-index: 1;
    }


    section.location img {
        width: 100%;
        mix-blend-mode: multiply;
    }

    section.location p {
        line-height: 28px;
    }

    section.location {
        padding: 10% 0;
        background-size: cover;
    }

    section.location .row {
        align-items: center;
    }

    section.price .container div {
        max-width: 400px;
        margin: 0 auto;
    }

    section.price {
        padding: 13% 0;
    }

    section.sync {
        padding: 20% 0;
        background-position: 100% 100%;
    }




    section.sync h4 {
        width: 400px;
        letter-spacing: 4px;
        line-height: 49px;
    }

    section.sync .box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;

    }

    section.contact {
        padding: 4% 0;
    }

    section.contact p {
        max-width: 80%;
        margin: 0 auto;
    }


    .desktop {
        display: block;
    }


    section.form1 .flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* Ensure the checkbox line wraps gracefully on small screens */
.checkbox-container {
  display: flex;
  align-items: flex-start;
  /* Align checkbox to the top of text */
  margin-bottom: 1rem;
  /* Add margin for spacing */
  flex-wrap: wrap;
  /* Allow text to wrap */
}

.checkbox-container label {
  flex-grow: 1;
  /* Allow label to take up available space */
  padding-left: 0.5rem;
  /* Space between checkbox and text */
}

/* section.banner-sub-head {
    position: absolute;
    bottom: 120px;
    z-index: 10;
    right: 192px;
    width: 400px;
    background-color: #02020273;
    padding: 20px;
}

section.banner-sub-head h2 {
    font-size: 18px;
    line-height: 1.5;
} */

.nav-desk p {
    width: 230px;
    color: white;
    margin-top: 20px;
    line-height: 1.5;
}

.artictic-imp {
    position: absolute;
    z-index: 10;
    bottom: 5px;
    right: 5px;
    background-color: white;
    padding: 2px 5px;
    opacity: 0.6;
}

.artictic-imp p {
    font-size: 8px;
}

.hero p {
    display: none;
}

}






@media screen and (min-width:1540px) {


    header .nav-desk {
        background: url('../Images/desk-nav.png');
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
        width: max-content;
        padding: 7% 5% 4% 5%;
        position: absolute;
        animation: down 2s ease-in-out 0.5s forwards;
    }

    header .h2 {
        font-size: 25px;
        bottom: -35px;
        left: 0px;
    }

    .swiper-button-next {
        position: absolute;
        right: -40px;
        z-index: 1;
    }

    .swiper-button-prev {
        position: absolute;
        left: -50px;
        z-index: 1;
    }

    section.sync {
        padding: 20% 0;
        background-position: 100% 100%;
    }

    header .nav-desk li {
        margin-bottom: 35px;
    }

}

 @media screen and (max-width:767px) {
    .h5, h5 {
        font-size: 1rem;
    }
    .hero {
        position: relative;
    }

    .hero p {
        position: absolute;
        color: white;
        bottom: 0;
        z-index: 10;
        /* width: 384px; */
        width: 100%;
        padding: 0 10px;
        background: #808080ba;
    }
} 