/* ===============================
   LARGE DESKTOP (1400px+)
================================ */
@media (min-width: 1400px) {
    /* optional tweaks */
}

/* ===============================
   DESKTOP (1200px - 1399px)
================================ */
@media (max-width: 1200px) {

 

    .booking-form-sec .checkbox-div {
        width: 100%;
    }

    /* SLIDER */
    .homeslider .slick-track {
        gap: 20px;
    }

    /* DESIGN FIX */
    .activities_wonderful_before:before {
        top: -460px;
        height: 420px;
    }
}

/* ===============================
   TABLET (992px - 1199px)
================================ */
@media (max-width: 992px) {

     .booking-form-sec .booking-grid .form-group {
        width: calc(50% - 15px);
    }

    .elementor-sub-item {
        padding-left: 20px;
    }

    .hero_sec:before,
    .hero_sec .elementor-background-video-container:before {
        top: 90px;
        height: calc(100% - 90px);
    }
}

/* ===============================
   MOBILE (max 768px)
================================ */
@media (max-width: 768px) {

    /* FORM */
     .booking-form-sec .booking-grid .form-group {
        width: 100%;
    }

    .booking-grid {
        gap: 10px;
    }

    /* HIDE DECOR */
    .activities_wonderful_before:before,
    .bg-img-none:before {
        display: none;
    }

    /* HERO */
    .hero_sec:before,
    .hero_sec .elementor-background-video-container:before {
        top: 85px;
        height: calc(100% - 85px);
    }

    /* TESTIMONIAL */
    .testimonial-sec .elementor-swiper-button {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial-sec .swiper-pagination {
        display: block;
        bottom: 25px;
    }

    /* IMAGE */
    .img-width-100 {
        width: 100%;
    }

    /* MARQUEE */
    .home_marquee .swiper {
        width: 800px;
    }
}

/* ===============================
   SMALL MOBILE (max 480px)
================================ */
@media (max-width: 480px) {

    .image-wrapper {
        height: 300px;
    }

    .card-body h3 {
        font-size: 16px;
    }

    .leaf-icon {
        width: 45px;
        height: 45px;
    }
}