@media (max-width: 1399.98px) {
    
.text-first {
    width: auto;
}

.text-second {
    width: auto;
}
}


@media (max-width: 1299.98px) {
    .subscribe {
        padding: 35px 250px;
    }

    .banner_form {
        width: 45%;
        padding: 20px;
    }
}

@media (max-width: 1199.98px) {
    .gallery_img {
        width: 20%;
        height: 220px;
        margin: 0px 6px;
    }

    .gallery_text h4 {
        font-size: 15px;
    }

    .discount {
        height: 23px;
        font-size: 13px;
    }

    .text-first {
        padding: 20px 50px;
    }

    .text-second {
        padding: 20px 50px;
    }

    .adventure_side_card .card .card-img-top {
        height: 170px;
    }
}



@media (max-width: 1115.98px) {
    .banner_content h1 {
        width: 81%;
    }

    .banner_top {
        padding: 5px 12px;
    }
}

@media (max-width: 1054.98px) {
    .banner_top {
        padding: 2px 6px;
    }
}

@media (max-width: 1024.98px) {
    .banner_form {
        width: 45%;
    }

    .gallery_img {
        width: 18%;
        height: 185px;
    }
}

@media (max-width: 992.98px) {
    .subscribe {
        padding: 35px 125px;
    }

    .promotion_gallery {
        flex-wrap: wrap;
    }

    .gallery_img {
        width: 48%;
        height: 200px;
        margin: 45px 0;
    }

    .facility_card p {
        font-size: 13px;
    }

    .facility_card h3 {
        font-size: 18px;
    }

    .promotion_text h2 {
        font-size: 42px;
    }
}

@media (max-width: 910.98px) {
    .banner_form {
        width: 85%;
    }
}

@media (max-width: 899.98px) {
    .banner_content h1 {
        width: 94%;
    }

    .banner_content h1 {
        width: 64%;
        font-size: 34px;
        padding-left: 70px;
    }
}

@media (max-width: 767.98px) {
    .banner_content h1 {
        width: 100%;
        text-align: center;
        font-size: 36px;
        padding: 20px 36px 0 36px;
    }

    .banner_content p {
        width: 100%;
        color: #FFF;
        font-family: Titillium Web;
        font-size: 16px;
        font-style: normal;
        text-align: center;
        padding: 20px 36px 0 36px;

    }

    .banner_btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: auto;
    }

    .carousel-item {
        height: 800px;
        width: 100%;
    }

    .banner_form {
        width: 85%;
        max-height: 100%;
        height: auto;
        margin-top: 10px;
    }

    .header_wrapper {
        height: 100vh;
    }

    .carousel-caption .col-md-6.res_carousel {
        height: auto !important;
        align-items: self-start !important;
    }

    .carousel-caption .row {
        align-items: self-start !important;
        height: auto !important;
    }

    .subscribe_heading h2 {
        font-size: 27px;
    }

    .subscribe_heading p {
        font-size: 14px;
    }

    .subscribe {
        padding: 35px 75px;
    }

    .facilities_wrapper {
        margin-top: 245px;
    }

    .adventure_side_card .card .card-img-top {
        height: 225px;
    }
}


@media (max-width: 575.98px) {
    .gallery_img {
        width: 100%;
        height: 225px;
        margin: 40px 0;
    }

    .promotion_text h2 {
        font-size: 37px;
    }
}