﻿body {
   font-family: 'Sofia-Pro-Light';
   color: #1C1C1C;
}
@font-face {
   font-family: 'Sofia-Pro-Light';
   src: url('../fonts/Sofia-Pro-Light.otf');
   font-display: swap;
}
@font-face {
   font-family: 'Sofia-Pro-Regular';
   src: url('../fonts/Sofia-Pro-Regular.otf');
   font-display: swap;
}
@font-face {
   font-family: 'The-Seasons-Bold';
   src: url('../fonts/The-Seasons-Bold.otf');
   font-display: swap;
}
@font-face {
   font-family: 'the-seasons-regular';
   src: url('../fonts/the-seasons-regular.ttf');
   font-display: swap;
}
@font-face {
   font-family: 'MendlSerif-DawnRg';
   src: url('../fonts/MendlSerif-DawnRg.ttf');
   font-display: swap;
}
h1,h2,h3,h4,h5 {
  font-family: 'The-Seasons-Bold';
}
.container {
    max-width: 1772px;
}
a {
    text-decoration: none !important;
}
.mob-div {
    display: none;
}
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -100%;
    background: #fff;
    overflow-x: hidden;
    transition: .5s;
}
.sideheader-nav li.active a {
    color: #bd9068;
}
.sideheader {
    background: #1c1c1c;
    padding: 20px 30px;
}
.sideheader-nav {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    list-style: none;
}
.sideheader-nav li {
    display: inline-block;
}
.sideheader-nav li a {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-right: 10px;
}
.sideheader-number {
    color: #fff;
    display: block;
    font-size: 16px;
}
.sideheader-number a {
    color: #D0AA89;
    position: relative;
    padding-left: 14px;
    margin-left: 20px;
}
.sideheader-number a::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 1px;
    width: 2px;
    height: 18px;
    background: #AA8C72;
}
.sidenav.open {
     left: 0;    
}
.sideheaderright {
    position: absolute;
    right: 27px;
    top: 15px;
}
.sideheaderright .closebtn {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}
.mobile-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 16px 6px;
    position: relative;
}
.mobile-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 5px 4px;
}
.mobile-nav .nav-item .nav-link img.img-fluid {
    /* display: none; */
    width: 13px;
    margin-left: 5px;
}
.mobile-nav .nav-item {
    position: static;
}
.mobile-nav .nav-item .dropdown-menu {
    position: absolute !important;
    left: 0px !important;
    transform: none !important;
    top: 66px !important;
    border: none !important;
    width: max-content;
    padding: 10px;
}
.mobile-nav .dropdown-hoverright {
    width: 100%;
    padding: 0px;
    /*text-align: center;*/
}
.mobile-nav .dropdown-hoverright h4 {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 14px;
}
.mobile-nav .dropdown-hoverright li .dropdown-item {
    font-size: 18px;
    line-height: 26px;
    padding: 3px 0px 9px 0px;
}
.mobile-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none;
}
/*.btnopen ~ .menu-btn{
    margin-top: 280px;
}*/
.menu-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0px 30px;
}
.menu-btn .btn.btn-link {
    font-size: 12px;
    line-height: 19px;
    min-width: calc(50% - 7px);
    height: 45px;
    padding: 12px 11px;
}
.menu-btn .btn.btn-link.blackbtn {
    background: #1C1C1C !important;
    border: 2px solid #1C1C1C !important;
}
.menu-btn .btn.btn-link.blackbtn:hover {
    background: none !important;
    border: 2px solid #1C1C1C !important;
    color: #1C1C1C !important;
}
.header-sec {
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0px;
    transition: all 0.5s;
}
.header-sec.navbar-fixed-top {
    background: #fff;
    transition: all 0.5s;
}
.topbar {
    background: #1C1C1C;
    padding: 22px 0px;
    font-family: 'Sofia-Pro-Regular';
    transition: all 0.5s;
}
.header-sec.navbar-fixed-top .topbar {
    transition: all 0.5s;
}
.topbarnav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 0px 50px;
}
.topbarnav a {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    display: block;
}
.topbarnav .active a {
    color: #bd9068;
}
.topbarnav a:hover {
    color: #bd9068;
}
.topbarnav a:focus {
    color: #bd9068;
}
.topbarright {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-align: right;
    display: block;
}
.topbarright a {
    color: #D0AA89;
    position: relative;
    padding-left: 14px;
    margin-left: 20px;
    transition:all .3s;
}
.topbarright a:hover {
    color: #fff;
}
.topbarright a.call {
    color: #fff;
}
.topbarright a.call:hover {
    color: #D0AA89;
}
.topbarright a.call::after {
    width: 0px;
}
.topbarright a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 2px;
    height: 21px;
    background: #AA8C72;
}
.header-sec nav.navbar {
    background: none !important;
    padding: 19px 0px;
    transition: all 0.5s;
    font-family: 'Sofia-Pro-Regular';
}
.header-sec nav.navbar .container {
    align-items: self-start;
    transition: all 0.5s;
}
.header-sec.navbar-fixed-top nav.navbar .container {
    align-items: center;
    transition: all 0.5s;
}
.header-sec nav.navbar .navbar-brand {
    margin: 0px;
    padding: 0px;
}
.header-sec nav.navbar .navbar-nav .nav-item .nav-link {
    color: #1C1C1C;
    font-size: 28px;
    padding: 19px 0px;
    position: relative;
    z-index: 1;
    margin: 0px 25px;
    line-height: 32px;
}
.header-sec nav.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #724925;
}
.header-sec nav.navbar .navbar-nav .nav-item.active .nav-link {
    color: #724925;
}
.header-sec nav.navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}
.header-sec nav.navbar .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle img.img-fluid {
    margin-left: 13px;
}
.header-sec nav.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none;
}
.header-sec nav.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show {
    color: #724925;
}
.header-sec nav.navbar .navbar-nav .nav-item.dropdown {
    position: static;
}
.header-sec nav.navbar .navbar-nav {
    align-items: center;
    transition: all 0.5s;
}
.menubookbtn {
    display: none;
    transition: all 0.5s;
}
.navbar-fixed-top .menubookbtn {
    display: block;
    transition: all 0.5s;
}
.menubookbtn .nav-link {
    border-radius: 25px;
    padding: 27px 20px !important;
    background: #7E6D5E !important;
    border: 2px solid #7E6D5E;
    color: #fff !important;
    font-family: 'Sofia-Pro-Regular';
    text-transform: uppercase;
    min-width: 330px;
    height: 89px;
    text-align: center;
}
.menubookbtn .nav-link:hover {
    background: #fff !important;
    border: 2px solid #7E6D5E;
    color: #7E6D5E !important;
}
.dropdown-hoverleft {
    width: 45%;
    height: 428px;
    background-repeat: no-repeat;
    background-size: cover;
}
.dropdown-hoverleft img.img-fluid {
    width: 100%;
}
.dropdown-hoverright {
    width: 55%;
    padding-left: 115px;
    padding-top: 105px;
}
.dropdown-hoverright h4 {
    font-size: 55px;
    line-height: 68px;
    color: #1C1C1C;
    margin-bottom: 25px;  
    font-family: 'Sofia-Pro-Regular'; 
}
.dropdown-hoverright li .dropdown-item {
    font-size: 35px;
    line-height: 44px;
    padding: 0px 0px 19px 0px;
    color: #1C1C1C;
    background: none !important;
}
.dropdown-hoverright li .dropdown-item.active {
    color: #724925;
}
.mobile-nav .nav-item.active .nav-link {
    color: #724925;
}
.dropdown-hoverright li .dropdown-item:hover {
    color: #724925;
}
.dropdown-hoverright li .dropdown-item:focus {
    color: #724925;
}
.header-sec nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    border-radius: 0px;
    border: none;
    z-index: 0;
    padding-top: 80px;
    padding-bottom: 0px;
    transition: all 0.5s;
}
.header-sec.navbar-fixed-top nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding-top: 150px;
    transition: all 0.5s;
}
.dropdown-hover {
    margin: 0px 86px 60px;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    position: relative;
    transition: all 0.5s;
}
.header-sec.navbar-fixed-top .dropdown-hover {
    margin: 0px 86px 60px;
    transition: all 0.5s;
}
.dropdown-hoverright li .dropdown-item img.img-fluid {
    position: absolute;
    opacity: 0;
}
/*.dropdown-hoverright li .dropdown-item:hover img.img-fluid {
    opacity: 1;
}*/
.dropdown-hoverright li.active .dropdown-item {
    /*text-decoration: underline !important;*/
    color: #724925;
}
.hero-banner {
    min-height: 1034px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-banner span {
    font-size: 90px;
    line-height: 115px;
    color: #fff;
    margin: 0px;
    text-align: center;
    font-family: 'The-Seasons-Bold';
}
.bannerform-row {
    display: flex;
    background: #fff;
    gap: 0px 80px;
    border-radius: 25px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 19px 60px;
    margin-top: -66px;
    position: relative;
    align-items: center;
}
.bannerform-col {
    width: 100%;
}
.bannerform-col .form-select, .bannerform-col .form-control {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 8px 10px;
    font-size: 22px;
    color: #000000;
    outline: 0 !important;
    box-shadow: none !important;
    font-family: 'Sofia-Pro-Regular';
    line-height: 27px;
}
.bannerform-col .form-select option {
    font-size: 14px;
}
.bannerform-col .form-control::-webkit-input-placeholder {
    font-size: 22px;
    color: #000000;
}
.bannerform-col .form-control::-moz-placeholder {
    font-size: 22px;
    color: #000000;
}
.bannerform-col .form-control:-ms-input-placeholder {
    font-size: 22px;
    color: #000000;
}
.bannerform-col .form-control:-moz-placeholder {
    font-size: 22px;
    color: #000000;
}
.bannerform-col .form-select::-webkit-input-placeholder {
    font-size: 22px;
    color: #000000;
}
.bannerform-col .form-select::-moz-placeholder {
    font-size: 22px;
    color: #000000;
}
.bannerform-col .form-select:-ms-input-placeholder {
    font-size: 22px;
    color: #000000;
}
.bannerform-col .form-select:-moz-placeholder {
    font-size: 22px;
    color: #000000;
}
.bannerform-col .btn.btn-info {
    font-size: 26px;
    line-height: 32px;
    background: #7E6D5E;
    border: 2px solid #7E6D5E;
    color: #fff;
    font-family: 'Sofia-Pro-Regular';
    text-transform: uppercase;
    width: 100%;
    height: 95px;
    border-radius: 25px;
    padding: 28px 10px;
}
.main-heading {
    text-align: center;
    max-width: 1534px;
    margin: 0px auto 100px;
}
.main-heading h1 {
    font-size: 85px;
    line-height: 109px;
    margin-bottom: 20px;
}
.main-heading h1 {
    font-size: 85px;
    line-height: 109px;
    margin-bottom: 20px;
}
.main-heading h1 br {
    display: none;
}
.amentiespage .main-heading h1 br {
    display: block;
}
.amentiespage.amentiesnew .main-heading h1 br {
    display: none;
}
.main-heading p {
    font-size: 25px;
    line-height: 31px;
    margin: 0px;
}
.mainsec {
    padding: 150px 0px 200px;
}
.mainsec .carousel-home-box {
    padding-left: 86px;
    padding-top: 47px;
}
.room-item {
    padding-right: 20px;
}
.mainsec .container-fluid .col-md-12 {
    padding: 0px;
}
.room-desc {
    padding: 31px 21px;
}
.room-desc h3 {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Sofia-Pro-Regular';
}
.privacypolicypage h3 {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Sofia-Pro-Regular';
}
.privacypolicypage h4 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Sofia-Pro-Regular';
}
.room-desc p {
    font-size: 25px;
    line-height: 31px;
    margin: 0px;
}
.mobileslider {
    display: none;
}
#demos .owl-dots {
    position: absolute;
    top: -5px;
    margin-left: 34px;
}
#demos .owl-dots .owl-dot {
    width: 55px;
    height: 4px;
    background: #4A3B32;
}
#demos .owl-dots .owl-dot.active {
    height: 6px;
    top: 1px;
    position: relative;
}
#demos .owl-dots::after {
    content: "05";
    position: absolute;
    right: -34px;
    top: 0px;
    font-size: 20px;
    color: #4A3B32;
}
#demos .owl-dots::before {
    content: "01";
    position: absolute;
    left: -34px;
    top: 0px;
    font-size: 20px;
    color: #4A3B32;
}
.relax-sec {
    background: rgba(126, 109, 94, .12);
    padding: 265px 0px 222px;
}
.relax-heading h2 {
    font-size: 53px;
    line-height: 59px;
    letter-spacing: 7.95px;
    margin-bottom: 87px;
    color: #000000;
}
.relax-heading h2 span {
    display: block;
    font-size: 34px;
    line-height: 59px;
    letter-spacing: 5.1px;
    font-family: 'Sofia-Pro-Regular';
}
.relax-textmobile {
    display: none;
}
.relax-right p {
    font-size: 25px;
    line-height: 31px;
    margin: 51px 0px 95px;
}
p a{
    color:#1c1c1c;
    font-weight:bold;
    transition:all.3s;
}
p a:hover{
    color:#7E6D5E;
}
.btn.btn-link {
    font-size: 24px;
    line-height: 31px;
    border-radius: 25px;
    padding: 27px 20px;
    background: #7E6D5E !important;
    border: 2px solid #7E6D5E;
    color: #fff !important;
    font-family: 'Sofia-Pro-Regular';
    text-transform: uppercase;
    min-width: 330px;
    height: 89px;
    text-decoration: none;
    transition:all.3s;
}
.btn.btn-link:hover {
    background: none !important;
    border: 2px solid #7E6D5E;
    color: #7E6D5E !important;
}
.relax-sec .container {
    padding: 0px 80px;
}
.relax-col-8 {
    padding: 0px 12px;
    width: 65%;
}
.relax-col-4 {
    padding: 0px 12px;
    width: 35%;
}
.relax-heading {
    padding-right: 50px;
}
.relax-heading img.img-fluid {
    width: 100%;
}
.relax-right img.img-fluid {
    width: 100%;
}
.hoverrow {
    display: flex;
    flex-wrap: wrap;
}
.hoverbox {
    width: 33.33%;
    position: relative;
}
.hoverbox img.img-fluid {
    width: 100%;
}
.hoverbox::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(126, 109, 94, .69);
    opacity: 0;
}
.hoverbox .mid-box {
    z-index: 1;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding:0 20px;
}
.hoverbox h3 {
    font-size: 53px;
    line-height: 68px;
    font-family: 'the-seasons-regular';
    margin-bottom: 10px;
    color: #fff;
   
}
.hoverbox .mid-box .btn.btn-link {
    background: #000000 !important;
    border: 2px solid #000000;
    color: #fff;
}
.hoverbox .mid-box .btn.btn-link:hover   {
    background: #fff !important;
    border: 2px solid #000000;
    color: #000000 !important;
}
.hoverbox:hover .mid-box {
    opacity: 1;
}
.hoverbox:hover::after{
    opacity: 1;
}
.hover-sec {
    padding: 212px 0px 0px 0px;
}
.textimg-sec {
    padding: 165px 0px 180px;
}
.textbox h2 {
    font-size: 53px;
    line-height: 68px;
    margin-bottom: 24px;
    color: #000;
    font-family: 'the-seasons-regular';
}
.privacypolicypage h2 {
    font-size: 53px;
    line-height: 68px;
    margin-bottom: 24px;
    color: #000;
    font-family: 'the-seasons-regular';
}
.textbox p {
    font-size: 25px;
    line-height: 31px;
    color: #000000;
    margin: 0px;
}
.al-center {
    align-items: center;
}
.textimg-sec .container {
    padding: 0px 42px;
}
.col-text-6 {
    padding: 0px 12px;
    width: 47%;
}
.textbox {
    padding-right: 57px;
}
.col-img-6 {
    padding: 0px 12px;
    width: 53%;
}
.ourguest-desc h3 {
    font-size: 51px;
    line-height: 66px;
    margin-bottom: 24px;
    color: #000;
    font-family: 'the-seasons-regular';
}
.ourguest-desc p {
    font-size: 35px;
    line-height: 40px;
    margin: 0px;
    color: #000;
}
.ourguest-desc p span {
    display: block;
    margin-top: 34px;
}
.ourguest-sec .col-img-6 {
    padding: 0px;
    width: 47%;
}
.ourguest-sec .col-text-6 {
    padding: 0px 0px;
    width: 53%;
    /*margin-top: -80px;*/
}
.chef-section .col-text-6 {
    padding: 0px 0px;
    width: 55%;
}
.chef-section .col-img-6 {
    padding: 0px 12px;
    width: 45%;
}
.imgbox img.img-fluid {
    width: 100%;
}
.ourguest-sec .row {
    align-items: center;
}
.ourguest-sec {
    padding-left: 24px;
    padding-bottom: 190px;
}
.ourguest-item {
    padding: 30px 80px;
    /*min-height: 425px;*/
    background: rgba(126, 109, 94, .29);
}
.ourguest-sec #demos .owl-dots {
    top: auto;
    bottom: -43px;
    left: 150px;
}
.tourssec .textbox {
    padding: 0px 0px 0px 57px;
}
.textimg-sec.tourssec .container {
    padding: 0px 12px;
}
.textbox .btn.btn-link {
    margin-top: 30px;
}
.responsive-map {
    overflow: hidden;
    padding-bottom: 40.25%;
    position: relative;
    height: 878px;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.footer {
    background: #7E6D5E;
    padding: 187px 0px 120px;
}
.footercol h4 {
    font-size: 65px;
    line-height: 68px;
    margin-bottom: 16px;
    color: #fff;
    font-family: 'MendlSerif-DawnRg';
}
.footercol p {
    font-size: 25px;
    line-height: 31px;
    color: #fff;
    margin: 0px;
}
.social-list {
    margin: 0px;
    padding: 60px 0px 0px 0px;
    list-style: none;
    display: flex;
    gap: 0px 10px;
}
.social-list a {
    display: block;
}
.social-list a img.img-fluid {
    width: 87px;
}
.social-list.social-listmobile {
    display: none;
}
.footerlink a {
    font-size: 25px;
    line-height: 31px;
    color: #fff;
    text-decoration: none ;
    display: inline-block;
    margin-bottom: 28px;
    transition:all.3s;
}
.footerlink a:hover {
    color: #1c1c1c;
}
.footerlink {
    margin: 0px;
    padding: 0px 0px 0px 50px;
    list-style: none;
}
.copyright-row {
    margin-top: 70px;
}
.copyright-text {
    font-size: 25px;
    line-height: 31px;
    margin: 0px;
    color: #fff;
}
.designed-by {
    font-size: 25px;
    line-height: 31px;
    margin: 0px;
    color: #fff;
    text-align: right;
}
.designed-by a{
    color: #fff;
    transition:all.3s;
}
.designed-by a:hover {
    color: #1c1c1c;
}
.footer .container {
    padding: 0px 42px;
}
/*room*/
.roompage .main-heading {
    margin-bottom: 50px;
}
.roomcheck-in-out {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 0px 45px;
}
.roomcheck-col {
    max-width: 400px;
}
.roomcheck-in-out h3 {
    font-size: 50px;
    line-height: 64px;
    margin-bottom: 10px;
}
.roomcheck-in-out p {
    font-size: 25px;
    line-height: 31px;
    margin: 0px;
}
.room-mb {
    margin-bottom: 200px;
}
.textimg-sec.roomssec {
    padding: 0px;
}
.textbox.rightp0 {
    padding: 0px 0px 0px 57px;
}
.room-amenties-sec {
    background: rgba(126, 109, 94, .12);
    padding: 152px 0px;
}
.room-amentieslist ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.room-amentieslist ul li {
    font-size: 25px;
    line-height: 40px;
    color: #000000;
}
.room-amenties-sec .relax-heading h2 {
    margin-bottom: 40px;
}
.room-amenties-sec .relax-heading { 
    padding: 0px;
}
.room-amentieslist {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 197px;
}
.room-amenties-sec .container {
    padding: 0px 60px;
}
/*amenties*/
.amentiespage .main-heading {
    max-width: 1690px;
    margin: 0px;
}
.amentiespage-list .room-amentieslist {
    gap: 0px 26px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.amentiespage-list .room-amentieslist li {
    font-size: 24px;
}
.br-dnone {
    display: none;
}
.room-amenties-sec.amentiespage-list {
    padding: 103px 0px;
}
.amenties-brmobile {
    display: none !important;
}
/*contact*/
.contactpage {
    padding-bottom: 250px;
}
.contact-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 160px;
}
.contactpage .main-heading h1 {
    margin-bottom: 60px;
}
.main-heading .contact-info p {
    text-align: left;
    max-width: 670px;
    padding: 0px;
}
.contact-btn .btn.btn-link {
    font-size: 21px;
    min-width: 320px;
    height: 78px;
    line-height: 20px;
}
.contact-btn .btn.btn-link.number {
    background: #1C1C1C !important;
    border: 2px solid #1C1C1C;
}
.contact-btn .btn.btn-link.number:hover {
    background: none !important;
    color: #000 !important;
}
.contact-btn {
    display: flex;
    gap: 0px 37px;
}
.contactspan {
    display: none;
}
/*gallery*/
.mainsec.gallerypage {
    padding-bottom: 100px;
}
.gallerysec {
    padding-bottom: 66px;
}
.amentiespage p {
    padding: 0px 90px;
}
.gallerytab-mobile {
    display: none;
}
.gallerytab-mobile .btn.dropdown-toggle {
    background: #7E6D5E !important;
    border: none !important;
    border-radius: 25px;
    font-size: 21px;
    line-height: 26px;
    font-family: 'Sofia-Pro-Regular';
    padding: 14px 23px;
    text-transform: uppercase;
    width: 100%;
    height: 78px;
    max-width: 319px;
    margin-bottom: 56px;
}
.gallerytab-mobile .btn.dropdown-toggle::after {
    display: none;
}
.gallerytab-mobile .dropdown-menu a.dropdown-item {
    text-transform: uppercase;
    font-size: 19px;
}
.gallerytab-mobile .btn.dropdown-toggle img.img-fluid {
    margin-left: 19px;
}
.gallerytab-mobile .dropdown-menu {
    width: 100%;
    text-align: center;
}
.gallerysec .nav-tabs {
    justify-content: space-between;
    border: none;
    margin: 0px 13px 57px;
}
.gallerysec .nav-tabs .nav-link.active {
    background: #1C1C1C;
}
.gallerysec .nav-tabs .nav-link:hover {
    background: #1C1C1C;
}
.gallerysec .nav-tabs .nav-link {
    font-size: 21px;
    line-height: 26px;
    background: #7E6D5E;
    border: none !important;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Sofia-Pro-Regular';
    padding: 25px 30px;
    min-width: 320px;
    height: 78px;
    text-align: center;
}
.gallerybox {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -13px;
}
.gallerybox .galleryimg {
    width: 33.33%;
    padding: 0px 13px;
    margin-bottom: 26px;
}
.galleryimg img.img-fluid {
    width: 100%;
}
/*amenitiesnew*/
.amenities-form-heading {
    padding-left: 10px;
}
.amenities-form-heading h2 {
    font-size: 53px;
    line-height: 68px;
    margin-bottom: 23px;
    font-family: 'the-seasons-regular';
}
.amenities-form-heading p {
    font-size: 25px;
    line-height: 31px;
    color: #000;
    margin-bottom: 36px;
}
.amenities-form-sec {
    padding-bottom: 120px;
}
.amenities-form-sec .container {
    padding: 0px 30px;
}
/*store*/
.storedesktop {
    display: none;
}
.store-sec {
    padding-bottom: 154px;
}
.store-heading {
    margin-bottom: 90px;
    padding: 0px 40px;
}
.store-heading h2 {
    font-size: 64px;
    line-height: 82px;
    margin-bottom: 16px;
    padding-left: 10px;
    color: #000;
    font-family: 'the-seasons-regular';
}
.store-heading p {
    font-size: 25px;
    line-height: 31px;
    margin: 0px;
}
.mainsec.liquorstorepage {
    padding: 188px 0px 0px 0px;
}
.liquorstorepage .main-heading {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    max-width: 100%;
    margin-bottom: 120px;
    align-items: center;
}
.liquorstorepage .main-heading h1 {
    width: 50%;
    font-family: 'the-seasons-regular';
    margin: 0px;
}
.liquorstorepage .main-heading p {
    width: 50%;
    text-align: center;
    padding-left: 45px;
}
.store-toprow .col-md-5 {
    width: 47%;
}
.store-toprow .col-md-7 {
    width: 53%;
}
.storecol-7 {
    padding-left: 50px;
}
.store-toprow {
    padding: 0px 30px;
    margin-bottom: 104px;
}
.store-img h4 {
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    font-family: 'the-seasons-regular';
    margin: 40px 0px 0px 20px;
}
.store-bottomrow {
    padding: 0px 15px;
    align-items: center;
}
.store-bottomrow .col-md-8 {
    width: 58%;
}
.store-bottomrow .col-md-4 {
    width: 42%;
}
.storecol-4 {
    padding-left: 65px;
}
.store-img img.img-fluid {
    width: 100%;
}
/*dining*/
.diningpage .main-heading h1 {
    font-family: 'the-seasons-regular';
}
.diningpage .btn.btn-link {
    font-size: 21px;
    line-height: 26px;
    min-width: 320px;
    height: 78px;
    padding: 24px 20px;
    margin-top: 45px;
}
.mainsec.diningpage {
    padding-bottom: 71px;
}
.favouriteimg img.img-fluid {
    width: 100%;
}
.favourite-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 71px 0px 210px;
}
.favourite-heading h2 {
    font-size: 61px;
    line-height: 78px;
    color: #000;
    margin: 0px;
    padding: 0px 110px 0px 50px;
    font-family: 'the-seasons-regular';
}
.favourite-heading ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 0px 32px;
}
.favourite-heading ul .btn.btn-link {
    font-size: 21px;
    line-height: 26px;
    min-width: 320px;
    height: 78px;
    padding: 24px 20px;
}
.lounge-text-6 {
    width: 51%;
}
.lounge-img-6 {
    width: 49%;
}
.lounge-img-6 .textbox.rightp0 {
    padding-left: 130px;
}
.meetingpage .main-heading h1 {
    font-family: 'the-seasons-regular';
}
.meeting-sec .meetingrow {
    margin-left: -20px;
    margin-right: -20px;
}
.meeting-card {
    margin-bottom: 170px;
}
.meeting-card .textbox {
    padding: 52px 131px 0px 0px;
}
.meeting-card .textbox .btn.btn-link {
    margin-top: 45px;
}
.meeting-sec .col-md-6 {
    padding: 0px 20px;
}
.amenities-form-sec.meetingform {
    padding-bottom: 270px;
}
.meeting-sec .room-mb .textbox .btn.btn-link {
    margin-top: 45px;
}
.meeting-sec .room-mb .textbox {
    padding-right: 98px;
}
.booking-detials {
    padding: 30px 13px;
    max-width: 95%;
    position: absolute;
    bottom: -70px;
    left: 0;
    box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 29%);
    -webkit-box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 29%);
    right: 0;
    margin: auto;
    border-radius: 40px;
}
.mob-nav-booknow .btn {
    padding: 12px 60px 12px;
    border: solid 2px #fff;
}
.booknow-ul {
    display: flex;
}
.head-book ul li label {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}
.head-book ul li img {
    position: absolute;
    bottom: 17px;
    right: 5px;
    width: 20px;
    height: 15px;
}
.number-li {
    display: inline-block !important;
}
.number-li lable {
    font-size: 20px;
}
.head-book ul li {
    text-decoration: none;
    color: #2D2E29;
    position: relative;
    /* padding: 10px 0px; */
    border-bottom: solid 1px #2D2E29;
    margin-bottom: 10px;
    margin-right: 22px;
    display: flex;
    vertical-align: bottom;
    text-align: left;
    align-items: baseline;
    width: 100%;
}
/*---book-now-----*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: solid 2px #0098A7 !important;
    background: none !important;
    border-radius: 50px;
}
.ui-state-hover {
    border-radius: 50px;
    color: #fff !important;
    transition: all 0.0s;
}
.ui-state-hover:hover {
    color: #fff !important;
    transition: all 0.0s;
    background: #2D2E29 !important;
}
.start-date, .start-date.end-date1 {
    background: #0098A7;
    border-radius: 30px 0px 0px 30px;
    color: #fff !important;
}
.end-date, .end-date1 {
    background: #0098A7;
    border-radius: 0px 30px 30px 0px;
    color: #fff !important;
}
.start-date .ui-state-default {
    background: #2D2E29 !important;
    border-radius: 50px;
}
.end-date .ui-state-default {
    background: #2D2E29 !important;
    border-radius: 50px;
}
.ui-widget :active {
    outline: none;
    color: #fff !important;
}
.head-book ul li input[type="text"] {
    /* color: #FFF; */
    /*background: url(../../Content/images/arrow.png) no-repeat right 0px center;*/
    padding: 0px;
    border: 0px solid #2D2E29;
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase !important;
    display: inline-block;
    outline: none;
    font-family: 'Sofia-Pro-Light';
}
.head-book ul li .lh-15 {
    width: 100%;
}
.head-book ul li label {
    font-size: 20px;
    display: inline-block;
}
.head-book .select2-chosen {
    line-height: 1 !important;
}
.head-book .select2-choice {
    height: 33px !important;
    width: 100% !important;
    padding: 23px 0;
}
.head-book ul li input[type="text"]::placeholder {
    color: #0098a7;
    opacity: 1;
}
.innerbody button.btn1 {
    width: 217px;
}
.head-book .telarea {
    position: static;
    display: none;
}
.checkAvailability {
    border-right: none !important;
}
.booking-form {
    width: auto;
}
.head-book .select2-container .select2-choice {
    color: #2D2E29 !important;
    font-size: 20px !important;
    font-weight: 100;
    background: url('/Content/images/arrow.png') bottom 5px right 4px no-repeat;
    border: none;
    outline: none;
    line-height: 0;
}
.head-book .select2-container .select2-choice .select2-chosen {
    color: #2D2E29 !important;
    font-size: 20px !important;
    text-align: left;
    font-family: 'Sofia-Pro-Light';
}
.Gueststop {
    position: absolute;
    top: 0;
}
/*.head-book .select2-dropdown-open .select2-choice {
    background: #322923 url('/Content/images/minus.png') center right 4px no-repeat;
}*/
.booking-detials {
    padding: 30px 13px;
    max-width: 90%;
    position: absolute;
    bottom: -70px;
    left: 0;
    -webkit-box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 27%);
    right: 0;
    margin: auto;
    border-radius: 40px;
}
.mob-nav-booknow .btn {
    padding: 12px 60px 12px;
    border: solid 2px #fff;
}
.booknow-ul {
    display: flex;
}
.head-book ul li label {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}
.head-book ul li img {
    position: absolute;
    bottom: 17px;
    right: 5px;
    width: 20px;
    height: 15px;
}
.number-li {
    display: inline-block !important;
}
.number-li lable {
    font-size: 20px;
}
.promoCode input {
    border: none;
    padding: 8px 0;
    font-size: 20px;
    color: #2D2E29;
}
/*-------toTop-----------*/
#toTop {
    transition: transform 0.5s ease 0s;
    bottom: 75px;
    padding: 5px;
    position: fixed;
    right: 24px;
    z-index: 9;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}
#toTop img {
    position: absolute;
    left: 14px;
    z-index: 99;
    margin-top: 10px;
}
#star-svg {
    position: fixed;
    right: 19px;
    bottom: 70px;
    width: 80px;
    height: 80px;
}
/*-------toTop-----------*/
.footer-links p a{
    color:#fff;
    transition:all.3s;
}
.footer-links p a:hover{
    color:#1c1c1c;
}
.contact-info p a {
    color: #1C1C1C;
    transition:all.3s;
}
.contact-info p a:hover {
    color: #D0AA89;
}
.carousel-control-next, .carousel-control-prev {
    top: 45%;
    height: 50px;
    width: 130px;
    opacity:1;
    z-index:11;
}
.carousel-control-next-icon {
    background-image: url(../../assets/images/arrow-Left-hover.webp);
}
.carousel-control-prev-icon {
    background-image: url(../../assets/images/arrow-Right-hover.webp);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 22px;
    height: 46px;
    filter: brightness(0);
}
.store-heading p a {
    color: #1C1C1C;
    transition: all.3s;
}
.store-heading p a:hover {
    color: #D0AA89;
}
.main-heading p a {
    color: #1C1C1C;
    transition: all.3s;
    font-weight: bold;
}
.main-heading p a:hover {
    color: #D0AA89;
}
.arial{
    font-family:auto;
}
.demo-gallery > ul > li .slider-content {
    cursor: pointer;
}
#InquireForm {
    scroll-margin-top: 250px; /* header height ke according adjust karo */
}
.form-item {
    position: relative;
    margin-bottom: 20px;
}
.form-item input {
    padding: 20px 0px;
    background: none !important;
    border: none !important;
    color: #fff;
    font-size: 18px;
    outline: none !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 0px;
    box-shadow: none !important;
    width: 100%;
}
.form-item label {
    FONT-VARIANT: JIS04;
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 13px;
    left: 0;
    padding: 0 10px;
    color: #fff;
    transition: all .3s ease;
    font-weight: 500;
    font-size: 20px;
}
.form-control:focus {
    border-color: none;
}
input:focus-visible {
    outline: none;
}
.form-item input:focus + label,
.form-item input:valid + label {
    font-size: 14px;
    top: -10px;
    /*! background: #be003b; */
    left: 0;
    color: #fff;
    line-height: 1.9;
    border-radius: 5px;
}
.form-item input:focus + label {
    color: #fff
}
#message {
    height: 160px;
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff !important;
    transition: all .3s ease;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 12px 8px;
    border-radius: 0;
    resize: none;
}
#message:focus-visible {
    outline: none;
}
.form-item #message:focus + label,
.form-item #message:valid + label {
    font-size: 14px;
    top: -10px;
    /*! background: #be003b; */
    left: 0;
    color: #fff;
    line-height: 1.9;
    border-radius: 5px;
}
.form-item #message:focus + label {
    color: #fff
}
.input_h {
    height: 72px;
}
.field-validation-error {
    bottom: -15px;
    color: #b50007;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: auto;
    left: 0;
    line-height: 1;
}
.form-control:focus {
    background-color: #fff
}
.form-control.valid:focus {
    background-color: #fff
}
.form-control.h50 {
}
.form-item input.input-validation-error, .form-item #message.input-validation-error {
    background: #fff7e800 url(../../assets/images/error.png) no-repeat scroll right 12px center !important;
    border: 0px solid #b50007 !important;
    border-bottom: 2px solid #b50007 !important;
    transition: all 0 ease-in-out 0;
    box-shadow: none
}
.form-item input.valid, .form-item #message.valid {
    background: #fff7e800 url(../../assets/images/success.png) no-repeat scroll right 12px center !important;
    border: 0px solid #666 !important;
    border-bottom: 2px solid #fff !important;
    transition: all 0 ease-in-out 0;
}
.inputbgnone .input-validation-error {
    background: #fff7e800 url(../../assets/images/error.png) no-repeat scroll right 12px center !important;
    border: 1px solid #b50007 !important;
    transition: all 0 ease-in-out 0;
    box-shadow: none
}
.inputbgnone .valid {
    background: #fff7e800 url(../../assets/images/success.png) no-repeat scroll right 12px center !important;
    border: 1px solid #000 !important;
    transition: all 0 ease-in-out 0;
}
.inputbgnone .h100 textarea.form-control {
    height: auto !important;
}
.form-penal.inputbgnone .field.h100 {
    height: auto !important;
}
.swal2-modal h2 {
    font-family: 'Josefin Sans',sans-serif
}
.footer-bg .form-control {
    background: #fff7e8
}
.footer-bg textarea {
    height: 120px
}
.form-control {
    border-radius: 0;
    background-color: transparent !important;
    border: 1px solid #fff7e8;
    padding: 10px;
    box-shadow: 0 0 0
}
.Selectlable {
    background: linear-gradient(#fff,#fff);
    padding: 5px;
    position: absolute;
    width: 116px;
    left: 8px;
    display: block;
    font-size: 15px
}
.field label.Selectlable::before {
    content: attr(title1);
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 0
}
.field {
    position: relative;
    margin-bottom: 0;
    height: 50px
}
.field label::before {
    content: attr(title1);
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 48px;
    color: #686868;
    transition: 300ms all
}
.field input:focus {
    outline: 0;
    box-shadow: 0
}
.field input:valid + label::before {
    content: attr(data-title1)
}
.field.h100 {
    height: 121px
}
.label-before, .field input:focus + label::before, .field input:valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: #fff;
    padding: 0 6px;
    color: #444;
    left: 9px
}
.field label {
    cursor: text
}
.field textarea:focus {
    outline: 0
}
.field textarea:valid + label::before {
    content: attr(data-title1)
}
.label-before, .field textarea:focus + label::before, .field textarea:valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: #fff7e8;
    padding: 0 6px;
    color: #000;
    left: 9px
}
.form-penal .form-group .form-control {
    border: 0px solid #666;
    border-bottom: 1px solid #000;
    background: none;
    height: 42px
}
.form-penal .field {
    margin-bottom: 0 !important
}
.form-penal .field textarea {
    height: 80px !important;
    font-size: 20px;
}
.form-penal .field.h100 {
    height: 75px
}
.form-control:focus {
    color: #000;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none
}
.form-penal .select2 {
    background-color: transparent;
    padding: 10px 15px
}
.form-penal .select2-container .select2-choice {
    height: 25px !important;
    background-color: transparent;
    border: none;
    width: 100% !important;
    font-weight: 100;
    background: url(../../assets/images/arrow.png) center right 0 no-repeat;
    border: none;
    top: 5px;
    color: #000;
    text-align: left
}
.wx-100 {
    min-width: 106px !important;
}
.btn:focus-visible {
    border-color: #21372B !important;
    box-shadow: #21372B !important;
}
.form-penal .select2-container .select2-choice > .select2-chosen {
    line-height: 24px;
    font-weight: 500;
    font-size: 20px;
}
.form-penal .field label::before {
    content: attr(title1);
    position: absolute;
    top: 14px;
    left: 15px;
    line-height: 44px;
    color: #000;
    transition: 300ms all
}
.form-penal .field label.Selectlable::before {
    content: attr(title1);
    position: absolute;
    top: -4px;
    left: 0;
    line-height: 5px;
    background: #fff;
    padding: 0 9px
}
.form-penal .Selectlable {
    background: #fff;
    padding: 3px;
    position: absolute;
    left: 8px;
    display: block;
    font-size: 15px
}
.cal-icon {
    background: url(../../assets/images/calander_icon.png) no-repeat right 10px center !important
}
.form-penal .field-validation-error {
    bottom: 11px;
    color: #b50007;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: auto;
    left: 5px;
}
#Message {
    height: 105px !important
}
.form-group.field.mb-4.textarea {
    height: 108px
}
.groupsform .form-penal .form-group .form-control {
    background-color: #ffffff !important;
    height: 57px;
}
/*.groupsform .form-penal .field label::before {
        top: 7px;
    }*/
.groupsform .form-penal .field {
    height: 87px;
    margin-bottom: 0 !important;
}
.groupsform .form-penal .select2-container .select2-choice > .select2-chosen {
    line-height: 39px;
    text-transform: capitalize;
    font-size: 15px;
}
.groupsform .label-before, .groupsform .field input:focus + label::before, .groupsform .field input:valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: linear-gradient(#ffffff, #ffffff);
    padding: 0 6px;
    color: #444;
    left: 9px;
}
.form-group label {
    font-size: 20px;
}
.form-group select {
    font-size: 20px;
}
.form-group input {
    font-size: 20px;
}
.groupsform .label-before, .groupsform .field textarea:focus + label::before, .field textarea:valid + label::before {
    line-height: 20px;
    font-size: 15px;
    top: -10px;
    background: #fff;
    padding: 0 6px;
    color: #444;
    left: 9px
}
.groupsform .form-penal .Selectlable {
    background: linear-gradient(#ffffff, #ffffff);
    padding: 3px;
    position: absolute;
    top: 0px;
    left: 8px;
    display: block;
    font-size: 15px;
}
.groupsform .form-penal .field label.Selectlable::before {
    background: linear-gradient(#ffffff,#ffffff) !important;
}
.groupsform .form-penal .select2-container .select2-choice {
    height: 39px !important;
    outline: 0;
}
.divshift label {
    font-size: 20px;
}
.book_btn.CustomBox {
    border: 0px solid;
}
.group-event-form .form-group .form-control {
    min-height: 72px;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 16px 30px;
    color: #000;
    font-size: 25px;
}
.field {
    position: relative;
    margin-bottom: 0px !important;
    height: 106px;
}
.owl-carousel .owl-dot {
    background: linear-gradient(to bottom, #070E4B 33.33%, #fff 33.3%, #fff 66.66%, #070E4B 66.66%, #070E4B 100%);
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    width: 23px;
    display: inline-block;
    height: 7px;
    transition: 0.2s all;
}
.owl-carousel .owl-dot.active {
    background: #fff;
}
.counter {
    position: absolute;
    top: -33px;
    left: 47px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    z-index: 1;
}
.carouselrooms.owl-carousel .owl-dot {
    background: linear-gradient(to bottom, #fff 33.33%, #070E4B 33.3%, #070E4B 66.66%, #fff 66.66%, #fff 100%);
}
.carouselrooms.owl-carousel .owl-dot.active {
    background: #070E4B;
}
.carouselrooms + .counter {
    color: #070E4B;
    left: 0px;
}
.cta-slider-h .owl-dots {
    position: absolute;
    top: -35px;
    left: 30px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
}
.carouselnewroom2.cta-slider-h .owl-dots {
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 130px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
}
.carouselnewroom2 + .counter {
    top: auto;
    bottom: -31px;
    left: 100px;
}
.counter-5 .counter .border1 {
    width: 120px;
}
.counter-9 .counter .border1 {
    width: 230px;
}
#ExecutiveKitchenSuite, #ApartmentSuite, #RomanceSuite, #SuiteTwoQueenBeds, #ExecutiveBusinessQueen, #ExecutiveBusinessKing, #BarrierFreeAccessibleRoom, #SuperiorValueRoom, #SuperiorRoom, #PetFriendlyRooms, #ComplimentaryBreakfast, #ExecutiveKingKitchen {
    scroll-margin-top: 250px; /* header height ke according adjust karo */
}
.carousel-home-box .room-desc{
    min-height:300px;
}
.carousel-home-box .room-desc .btn.btn-link {
    width: max-content;
}
.sitemap-content ul li a {
    font-size: 24px;
    line-height: 36px;
    transition: .3s;
    color: #1C1C1C;
}
.sitemap-content ul li a:hover {
    text-decoration: underline !important;
}
.privacypolicypage .collapse:not(.show) {
    display: block;
}
.privacypolicypage {
    font-size: 20px;
    line-height: 28px;
}
.privacypolicypage a {
    font-weight: bold;
    color: #1C1C1C;
}
@media (max-width: 1600px) {
    .carousel-home-box .room-desc {
        min-height: 220px;
    }
}
@media (max-width: 991px) {
    .privacypolicypage .collapse:not(.show) {
        display: none;
    }
    .booknow-ul {
        display: inline-block;
        width: 100%;
        padding: 0 10px;
    }
    .head-book ul li {
        padding: 10px 0px;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        max-width: 300px;
    }
    .head-book ul li label {
        font-size: 16px;
    }
    .booking-detials {
        padding: 20px 15px;
        -webkit-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 12%);
        border-radius: 10px;
    }
    .bannerform-col .btn.btn-info {
        font-size: 18px;
        line-height: 26px;
        height: 60px;
        padding: 14px 10px;
    }
    .carousel-control-next, .carousel-control-prev {
        top: 45%;
        height: 50px;
        width: 50px;
        opacity: 1;
        z-index: 11;
    }
    .carousel-indicators {
        z-index: 12;
    }
    .mainsec .carousel-home-box {
        padding-left: 35px;
    }
    .booking-detials {
        display: none;
    }
    .chef-section .col-text-6 {
        width: 100%;
    }
    .chef-section .col-img-6 {
        width: 100%;
    }
    .room-desc h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .privacypolicypage h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .privacypolicypage h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .privacypolicypage  {
        font-size: 16px;
        line-height: 24px;
    }
    .room-desc p {
        font-size: 18px;
        line-height: 27px;
    }
    .mobile-nav {
        padding: 10px 36px 6px;
        display: inline-block;
    }
}
@media (max-width: 768px){
    .mobile-nav .nav-item .dropdown-menu {
        top: 30px !important;
    }
}

.headersubmenu:hover .collapse:not(.show) {
    display: none !important
}

.headersubmenu .plus-minus-toggle {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 20px;
}
    .headersubmenu .plus-minus-toggle::after {
        content: '';
        position: absolute;
        right: 5px;
        top: 8px;
        width: 15px;
        height: 15px;
        background: url('../../assets/images/down.webp') no-repeat center;
        background-size: contain;
        transition: transform 0.3s ease;
    }

    /* Rotate on click (collapsed remove hone par rotate hoga) */
    .headersubmenu .plus-minus-toggle:not(.collapsed)::after {
        transform: rotate(180deg);
    }

.dropdwoen-sec {
    width: 100%;
    position: inherit;
    left: 0;
    top: 0;
    background: none;
    text-align: left;
    padding-left: 10px;
    border: none;
    list-style:none;
}
.dropdwoen-sec .nav-link {
    color: #1C1C1C !important;
}

    .dropdwoen-sec .active .nav-link {
        color: #724925 !important;
    }