@media screen and (max-width: 480px) {
.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 0% !important;
    top: 100% !important;
}
.header.sticky .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 0% !important;
    top: 100% !important;
}
}

@media screen and (max-width: 992px) {
.hamburger {
    display: flex !important;
    width: 40px;
    height: 40px;
    background: var(--thm-color-one);
    align-items: center;
    justify-content: center;
}
.navigation {
    display: block !important;
    position: fixed;
    left: -100% !important;
    top: 60px;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background-color: var(--thm-color-one);
    transition: 0.5s all;
    z-index: 100;
}
.header .navigation.open {
    left: 0 !important;
}
.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu, .menu-item-has-megamenu:hover>.megamenu, .menu-item-has-megamenu .megamenu, .menu-item-has-children .sub-menu {
    opacity: 1 !important;
    visibility: visible!important;
    left: 0!important;
    width: 100%!important;
    position: relative;
    display: none;
    padding: 0;
}

.menu-item-has-children .sub-menu {
    position: relative !important;
    top: 10px!important;
    left: 0px!important;
    right: 0!important;
    width: 200px!important;
    transition: 0s all !important;
    z-index: 1!important;
}
    .header .navigation .main-menu {
    display: block !important;
}
.menu-item a {
    padding: 10px !important;
}
.menu-item {
    color: #000!important;
    font-size: 14px !important;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    margin: 1px 2px;
}
.menu-item a {
    display: flex;
    justify-content: space-between;
}

.header .navigation .menu-item-has-children .sub-menu {
        width: 100% !important;
}
.header .navigation .menu-item-has-children .sub-menu .menu-item {
    background-color: var(--thm-color-one) !important;
    border: 0 ;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item>a {
    font-size: 16px !important;
}
.menu-item a {
   font-size: 15px !important;
}
.mr-5 {
    margin-right: 0 !important;
}
.ml-5 {
    margin-left: 0 !important;
}
.responsive-logo {
    display: block !important;
}
.book-now {
    display: none !important;
}
.logo{
    display: none !important;
}

/* ------------new css---------------------------- */
.category-card {
    margin-bottom: 20px;
}
.destination-content {
    margin-bottom: 20px;
}
.banner-image {
    padding-top: 30px;
}
.navigaation-warpper {
    justify-content: space-between !important;
}
.quote-box {
    height: auto !important;
}
.placehero-section .banner-image img {
    margin-top: 0 !important;
}
img.place-banner-two {
    position: relative !important;
}
.lake-place-content {
    left: 0 !important;
}
.card.card-body.h-100 {
    height: auto !important;
    margin: 17px 0;
}
.play-btn {
    font-size: 65px !important;
    color: var(--thm-color-one);
}
.package-card {
    height: auto !important;
    margin-bottom: 22px;
}
}

@media screen and (max-width: 576px) {
.section-headding h2 {
    margin-bottom: 10px;
    font-size: 25px !important;
}
.section-heading h2 {
    font-size: 18px !important;
}
.banner-bg {
    height: 340px !important;
}
.section-header h2 {
    font-size: 22px !important;
}
.section-header p {
    font-size: 14px;
}
.featured-slide img {
    width: 60%;
}
.featured-slide {
    height: 100px !important;
}
.placehero-section {
    height: 400px !important;
}
.form-enquiry {
    columns: 1 !important;
}
}

@media screen and (max-width: 767px) {
.logo img {
    width: 100px;
}
.about-image {
    margin-bottom: 20px !important;
}
.playbg-section {
    height: 400px !important;
}
.category-bg {
    height: 300px !important;
}
.overlap-img {
    position: relative !important;
    right: 0 !important;
    top: 7px !important;
}
.row.p-5 {
    padding: 10px !important;
}
.placehero-section {
    height: auto !important;
}
  img.place-banner-two {
    right: 0 !important;
    bottom: -20px !important;
}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
.banner-bg {
    height: 325px !important;
}
.section-header h2 {
    font-size: 34px !important;
}
.form-enquiry {
    columns: 2 !important;
}
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .banner-bg {
        height: 380px !important;
    }
    .form-enquiry {
        columns: 2 !important;
    }
    img.place-banner-two {
    right: 0 !important;
}

}
@media screen and (min-width: 360px) and (max-width: 576px) {
 
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
     .banner-bg {
        height: 480px !important;
    }
    h1.display-1.fw-600 {
    font-size: 55px !important;
}
    
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .section-headding h2 {
        margin-bottom: 10px;
        font-size: 35px !important;
    }
    .banner-bg {
        height: 580px !important;
    }
   
}



