.custom-navbar.navbar {
    height: 80px;
    padding-right: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 112999;
    top: 0;
    right: 0;
    left: inherit;
    background-color: #071f27;
    overflow-x: hidden;
    transition: .5s;
}


.navbar-light.bg-light.custom-navbar.drack_header_new {
    background: rgba(7, 31, 39, 0) !important;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}

.custom-navbar .navbar-brand {
    margin-left: 0;
    display: flex;
    width: auto;
    margin-right: auto;
    height: 100%;
    align-items: center;
    padding: 0;
}


.custom-navbar .navbar-brand img {
    width: 350px;
    object-fit: contain;
    height: 91px;
}

.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    width: auto;
    margin-left: auto;
    height: 100%;
}

.custom-navbar .navbar-nav {
    position: relative;
    left: auto;
    transform: none;
    display: flex;
    margin-left: auto;
    align-items: center;
    height: 100%;
}

.custom-navbar .navbar-nav .nav-item {
    margin: 0 1rem;
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-navbar .navbar-nav li.nav-item.img a.nav-link {
    height: 100%;
}

.custom-navbar.navbar-light.drack_header_new .navbar-nav .nav-item .nav-link,
.custom-navbar.navbar-light.drack_header_new .navbar-nav .social-call span a {
    color: #fff;
}

.custom-navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 16px;
    padding: 0;
    text-shadow: none;
    font-family: Inter, sans-serif;
    display: flex;
    align-items: center;
    font-weight: 500;
    max-height: 100%;
    position: relative;
}

.sub_menu_show {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    padding-top: 14px;
    transition: all 0.5s;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}


.sub_menu_show ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.95);
    border-top: 2px solid #3897c0;
    width: 100%;
    box-sizing: border-box;
}

.sub_menu_show ul li {
    padding: 4px 14px;
    width: calc(100% / 4);
    border-right: 1px solid rgb(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.sub_menu_show ul li a {
    color: #000;
    height: auto;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    width: auto;
}

.custom-navbar .navbar-nav li.nav-item.img a.nav-link img {
    height: calc(100% - 11px);
    display: flex;
    width: auto;
}

.custom-navbar.navbar-light .navbar-nav .social-call span a img {
    width: 25px;
}

.custom-navbar.navbar-light .navbar-nav .social-call {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}

.custom-navbar.navbar-light .navbar-nav .social-call span {
    margin: 0 1rem;
    display: flex;
    align-items: center;
}

.custom-navbar.navbar-light.drack_header_new .navbar-nav .social-call a.s-icon,
.custom-navbar.navbar-light.drack_header_new span.fixed-toggle img {
    filter: brightness(0) invert(1);
}

.custom-navbar.navbar-light .navbar-nav .social-call span a {
    display: flex;
    margin: .5rem;
    color: #000;
}

.custom-navbar.navbar-light .navbar-nav .social-call span a.call {
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    text-decoration: underline;
}


.custom-navbar.navbar-light .navbar-nav .nav-item .nav-link:hover,
.custom-navbar.navbar-light .navbar-nav .social-call span a.call:hover,
.custom-navbar.navbar-light .navbar-nav .social-call span a:hover,
.custom-navbar.navbar-light.drack_header_new.sticky .navbar-nav .nav-item .nav-link:hover,
.custom-navbar.navbar-light.drack_header_new.sticky .navbar-nav .nav-item:hover .nav-link {
    color: #3897c0;
}

.sub_menu_show ul li a::after {
    content: "";
    bottom: 0px;
    background: rgb(56, 151, 192);
    height: 2px;
    left: 0px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right bottom;
    transition: transform 0.25s ease-out;
    width: 100%;
}

.custom-navbar.navbar-light .navbar-nav .nav-item .nav-link:after {
    content: "";
    bottom: 0;
    background: #3897c0;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .25s ease-out;
    width: 100%;
}

.custom-navbar.navbar-light .navbar-nav .nav-item .nav-link:hover:after,
.sub_menu_show ul li a:hover::after,
.custom-navbar .navbar-nav .nav-item.submenu:hover>a::after {
    content: "";
    transform: scaleX(1);
    transform-origin: bottom left;
}

.sub_menu_show ul li a:hover,
.custom-navbar .navbar-nav .nav-item.submenu:hover>a {
    text-decoration: none;
    color: rgb(56, 151, 192);
}

.custom-navbar .navbar-nav .nav-item.submenu>a {
    gap: 5px;
}

.custom-navbar .navbar-nav .submenu:hover .sub_menu_show {
    opacity: 1;
    visibility: visible;
}

.custom-navbar .navbar-nav .nav-item:first-child a:after {
    display: none;
}


.main_chalets {
    color: rgb(56, 151, 192) !important;
}

.custom-navbar .navbar-nav .nav-item.submenu:hover a span {
    transform: rotate(180deg);
}

.sub_menu_show ul li a span {
    color: rgb(56, 151, 192);
    font-size: 14px;
}

.sub_menu_show ul {
    display: flex;
    flex-wrap: wrap;
}

.fixed-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
}

/* side menu */
.sidenav .sidenav-inner {
    padding: 110px 50px 20px;

}
li.res_menu .fa-angle-down:before {
    content: "\f105";
}
li.res_menu.open_menu .fa-angle-down:before {
    content: "\f107";
}
.sidenav * {
    line-height: 1.5;
}
.sidenav .closebtn {
    position: absolute;
    top: 50px;
    left: 25px;
    font-size: 36px;
    margin-left: 24px;
    padding: 2px 0px 15px;
    text-decoration: none;

}
.sidenav a {
    padding: 0px 0px 15px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    color: rgb(0, 86, 150);
    display: block;
    transition: 0.3s;
}

.res_sub_menu_show ul {
    padding: 0 0 0 15px;
}
.sidenav a, .sidenav a.separater-text {
    color: rgb(255, 255, 255);
}

.sidenav a.separater-text {
    display: block;
    position: relative;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sidenav a.separater-text::after {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0px;
    content: "";
    width: 75%;
    height: 1px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

li.res_menu {
    display: flex;
    gap: 5px;
    color: rgb(255, 255, 255);
    align-items: center;
    padding-bottom: 15px;
}
li.res_menu a {
    padding: 0px;
}
li.res_menu span {
    margin: 0px 0px 0px 10px;
    padding: 5px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
}
.res_sub_menu_show {
    display: none;
}

.res_sub_menu_show.open_menu {
    display: block;
}
.res_sub_menu_show ul {
    padding: 0px 0px 0px 15px;
}
.res_sub_menu_show.open_menu li {
    list-style: none;
}

.sidenav a, .sidenav a.separater-text, .sidenav-btm .list li a {
    font-size: 16px;
    color: #add8e6;
}
.second-slide .booking-date .col-9, .sidenav-btm .list li a {
    padding: 0;
}
.sidenav-btm .list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.sidenav-btm .list li {
    display: inline-block;
}
.sidenav-btm .small, .sidenav-btm small {
    color: #fff;
    font-size: 14px;
}
.sidenav .closebtn img {
    width: 20px;
}
.separater-text.pt-30 {
    padding-top: 30px;
}
.sidenav a, .sidenav a.separater-text {
    color: #fff;
}
.contant-num, .info-link {
    display: block;
}
.contant-num {
    font-size: 16px;
    color: #fff;
    padding-bottom: 0;
    font-weight: 700;
}
.info-link {
    font-weight: 300;
}
.info-link a {
    font-weight: 700;
}
.sidenav a {
    padding: 0 0 15px;
    text-decoration: none;
}
.main_chalets_sidebar {
    color: rgb(2, 175, 228) !important;
}
.main_chalets_sidebar:hover {
    color: #f1f1f1!important;
}
.contant-num:hover, .sidenav a:hover, .sidenav-btm .list li a:hover {
    color: #02afe4;
    text-decoration: none;
    font-weight: 400;
}
.custom-navbar.navbar-light.drack_header_new.sticky .navbar-nav .nav-item .nav-link {
    color: #000;
}
.custom-navbar.navbar-light.drack_header_new.sticky .navbar-nav .social-call span a.call {
    color: #000;
}
.custom-navbar.navbar-light.drack_header_new.sticky .navbar-nav .social-call a.s-icon, .custom-navbar.navbar-light.drack_header_new.sticky span.fixed-toggle img {
    filter: brightness(0) invert(0);
}
/*head hide*/
.navbar-expand-lg .navbar-collapse{
    display: none !important;
}

.custom-navbar.navbar-light.drack_header_new.sticky .navbar-collapse{
    display: flex !important;
}
.navbar-light.bg-light.custom-navbar.drack_header_new.sticky {
    background: #fff !important;
    top: 0;
    z-index:12345;
}


/* animation */


.title-row hr.aos-animate{
    transition:width 0.3s ease-in-out;
}

@keyframes underlineAnimation {
from {
width: 0%;
}
to {
width: 100%;
}
}

@keyframes reverseUnderlineAnimation {
from {
width: 100%;
}
to {
width: 0%;
}
}

.custom-navbar .fixed-toggle img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: flex;
}


.custom-navbar .fixed-toggle {
    width: auto;
    height: 100%;
    background: 0 0;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

@media (max-width:374px) {
     .sidenav a.separater-text::after{width: 70%;}
}

@media (max-width: 1499px) {
    .custom-navbar .navbar-brand img {
        width: 270px;
    }
}

@media screen and (max-width: 1600px) {
    .fixed-toggle {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }
}

@media screen and (max-width: 1536px) {
    .fixed-toggle {
        width: 135px;
        height: 135px;
    }
}

@media (max-width:1440px) {
        .fixed-toggle {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
        .fixed-toggle img, li.list-4 img {
        width: 40px;
    }
    .custom-navbar .navbar-brand img{
        height: 70px;
    }
}
@media (max-width: 1280px) {
    .custom-navbar .navbar-brand img {
        width: 190px;
        height: auto;
    }
}




@media (max-width:1199px) {
    .custom-navbar .navbar-nav li.nav-item.img a.nav-link img{height: calc(80% - 11px);}
    .custom-navbar.navbar-light .navbar-nav .nav-item .nav-link{font-size: 13px;}
    .custom-navbar .navbar-brand img {
    width: 150px;}
    .custom-navbar.navbar-light .navbar-nav .social-call span a.call{font-size: 14px;}
    .custom-navbar.navbar-light .navbar-nav .social-call span{margin: 0;}
    .custom-navbar .navbar-nav .nav-item{margin: 0 10px;}
}



@media (max-width:767px) {
     .custom-navbar .navbar-brand img {
    width: 196px;
}

.custom-navbar.navbar{
    height: 60px;
}
  .custom-navbar .fixed-toggle{
        padding: 13px;
    }
}

















@media (min-width: 1200px) {
    .custom-navbar.navbar {
        height: 70px;
        padding-right: 80px;
    }

    .navbar-brand img {
        width: 35%;
    }

    .custom-navbar.navbar-light .navbar-nav .nav-item .nav-link,
    .custom-navbar.navbar-light .navbar-nav .social-call span a.call {
        font-size: 16px;
    }

    .sub_menu_show {
        padding-top: 7px;
    }

    .sub_menu_show ul li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-brand img {
        width: 25%;
    }
}

@media (min-width: 1200px) {

    .custom-navbar.navbar-light .navbar-nav .nav-item .nav-link,
    .custom-navbar.navbar-light .navbar-nav .social-call span a.call {
        font-size: 15px;
    }

    .sub_menu_show {
        padding-top: 7px;
    }
}

@media (min-width: 1440px) {

    .custom-navbar.navbar-light .navbar-nav .nav-item .nav-link,
    .custom-navbar.navbar-light .navbar-nav .social-call span a.call {
        font-size: 18px;
    }

    .custom-navbar.navbar {
        height: 70px;
        padding-right: 90px;
    }

    .sub_menu_show {
        padding-top: 14px;
    }

}

@media (min-width: 1600px) {
    .custom-navbar.navbar {
        height: 85px;
        padding: 14px 90px 14px 28px;
        transition: all 0.5s;
    }

    .custom-navbar.navbar-light .navbar-nav .nav-item .nav-link,
    .custom-navbar.navbar-light .navbar-nav .social-call span a.call {
        font-size: 20px;
    }

    .sub_menu_show ul li a {
        font-size: 18px;
    }

    .custom-navbar .fixed-toggle {
        padding: 0 20px 0 0;
    }

    .custom-navbar .fixed-toggle img {
        width: 55px;
    }

}

/* @media screen and (max-width: 1440px), screen and (max-height: 768px) {
    .sidenav .sidenav-inner
 {
        padding: 70px 50px 20px;
    }
} */

@media screen and (max-width: 1366px),
screen and (max-height: 768px) {
    /* .custom-navbar.navbar {
        height: 100px;
        padding: 0 1rem;
    } */

    /* .custom-navbar .navbar-brand {
        margin-left: 40px;
    } */

    .banner-btm-list ul li h4,
    .custom-navbar.navbar-light .navbar-nav .nav-link,
    .lets-chat-bx h6,
    .rating-box ul li {
        font-size: 12px;
    }

    .fixed-toggle img {
        width: 30px;
    }

    .fixed-toggle {
        width: 80px;
        line-height: 80px;
    }
    .sidenav .sidenav-inner {
        padding: 70px 30px 20px;
    }
        .sidenav a {
        padding: 0px 0px 20px;
        font-size: 14px;
    }
}



@media (min-width: 1921px) {
    .custom-navbar.navbar {
        padding-right: 120px;
    }

    .custom-navbar.navbar-light .navbar-nav .nav-item .nav-link,
    .custom-navbar.navbar-light .navbar-nav .social-call span a.call,
    .trustpilot-widget-subtext p {
        font-size: 24px;
    }

    .custom-navbar .fixed-toggle {
        padding: 0 38px 0 0;
    }

    .sub_menu_show ul li a {
        font-size: 20px;
    }
}

@media (min-width: 2100px) {
    .custom-navbar .navbar-brand img {
        width: 479px;
        object-fit: contain;
        height: 91px;
    }
        .custom-navbar .fixed-toggle {
        padding: 0px 30px 0px 0px;
    }
}


@media (min-width: 2400px) {
    .custom-navbar.navbar {
        height: 85px;
        padding: 14px 289px 14px 28px;
    }

    .custom-navbar.navbar-light .navbar-nav .social-call span a.call {
        font-size: 24px;
    }

    
}