
html {
      
        scroll-behavior: smooth; 
    }
body {
   font-family: 'Helvetica-Light';
   color: #21372B;
}
@font-face {
   font-family: 'Helvetica-Light';
   src: url('../fonts/Helvetica-Light.otf');
}
@font-face {
   font-family: 'the-seasons-regular';
   src: url('../fonts/the-seasons-regular.ttf');
}
@font-face { 
   font-family: 'Helvetica-Regular';
   src: url('../fonts/Helvetica-Regular.otf');
}





@font-face {
   font-family: 'Hagrid-Text-Bold';
   src: url('../fonts/Hagrid-Text-Bold.otf');
}




h1,h2,h3,h4 {
  font-family: 'the-seasons-regular';
}
.container {
    max-width: 1820px;
}
a {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
}
    a:hover {
        color: #A21A41;
    }
.navbartoggler {
    display: none;
    cursor: pointer;
    color: #004986
}
.sidenav ul li.active a {
    color: #A21A41;
    border-bottom: 1px solid #A21A41;
}
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -100%;
   background-image: url(../images/hotel-exteriorbg.webp);
    overflow-x: hidden;
    transition: .5s;
    padding: 17px;
    background-size: cover !important;
    background-position: right !important;
}
.sidenav.open {
    left: 0
}
.sidenav ul li a {
    padding: 6px 7px;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: .3s
}
.sidenav ul {
    margin: 0;
    padding: 18px 0 0;
    list-style: none
}
.sideheader {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.sidenav::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #000000b5;
    z-index: -1;
}
.sideheaderright .closebtn {
    color: #fff;
    font-size: 30px;
    margin-left: 8px;
    display: inline-block;
    line-height: 22px;
    position: relative;
    top: 4px;
    cursor: pointer;
}
.header-sec nav.navbar {
    background: none !important;
    padding: 32px 0px;
    transition: all 0.5s;
}
.header-sec.navbar-fixed-top nav.navbar {
    padding: 16px 0px;
    transition: all 0.5s;
    background: #fff !important;
    position: fixed;
    z-index: 5;
    width: 100%;
}
.header-sec.navbar-fixed-top nav.navbar .navbar-brand {
    width: 435px;
    transition: all 0.5s;
}
.dasktoplogo img.img-fluid {
    width: 164px;
    transition: all 0.5s;
}
.navbar-fixed-top .dasktopbookbtn {
    margin-top: 23px;
    transition: all 0.5s;
}
.navbar-fixed-top .dasktoplogo img.img-fluid {
    width: 110px;
    transition: all 0.5s;
}
.header-sec nav.navbar .navbar-nav {
    align-items: center;
}
.header-sec nav.navbar .navbar-nav li.nav-item a.nav-link {
    color: #000;
    font-size: 20px;
    padding: 18px 0px;
    text-transform: capitalize;
    position: relative;
    margin: 15px 15px;
}
.header-sec nav.navbar .navbar-nav li.nav-item a.nav-link.active {
    color: #A21A41;
}
.header-sec nav.navbar .navbar-nav li.nav-item a.nav-link:hover {
    color: #A21A41;
}
.header-sec nav.navbar .navbar-nav li.nav-item a.nav-link.active::after, .header-sec nav.navbar .navbar-nav li.nav-item a.nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: 15px;
    width: 100%;
    border-bottom: 2px solid #A21A41;
    left: 0;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dasktoplogo a.nav-link {
    padding: 0px 53px;
}
.header-sec nav.navbar .navbar-nav li.nav-item.signupbtn a.nav-link {
    background: #0b5266;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 13px 35px;
    box-shadow: 2px 2px 7px 0px #cfcccc;
    font-weight: 600;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link img.img-fluid {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #000;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link {
    padding: 0px;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link:after{
  display: none;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link span {
    color: #5aaff7;
    font-weight: 500;
    display: inline-block;
    margin-right: 12px;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .dropdown-menu {
    position: absolute;
    margin: 15px 0px 0px 0px;
    padding: 10px 0px;
    left: auto;
    right: 0px;
    min-width: 185px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 42%);
    border: none;
    overflow: hidden;
    background: #ffffff;
}
    .header-sec nav.navbar .navbar-nav li.nav-item a.nav-link.active::after, .header-sec nav.navbar .navbar-nav li.nav-item a.nav-link:hover::after {
        content: "";
        position: absolute;
        bottom: 15px;
        width: 100%;
        border-bottom: 2px solid #A21A41;
        left: 0;
    }
    .header-sec nav.navbar .navbar-nav li.active a.nav-link::after {
        content: "";
        position: absolute;
        bottom: 15px;
        width: 100%;
        border-bottom: 2px solid #A21A41;
        left: 0;
    }
    .header-sec nav.navbar .navbar-nav li.active a.nav-link {
        color: #A21A41;
    }
.header-sec nav.navbar .navbar-brand {
    width: 435px;
    margin: 0px;
    transition: all 0.5s;
}
.header-sec .navbar-nav li.nav-item.dropdownprofile .dropdown-menu li a.dropdown-item {
    padding: 9px 19px;
    display: block;
    color: #000;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    background: none !important;
}
.header-sec .navbar-nav li.nav-item.dropdownprofile .dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}
.header-sec .navbar-nav li.nav-item.dropdownprofile .dropdown-menu li a.dropdown-item i.la {
    margin-right: 10px;
    width: 20px;
    font-size: 20px;
    vertical-align: middle;
}
.dasktopbookbtn a.nav-link {
    background: #A21A41;
    border: 2px solid #A21A41;
    border-radius: 0px;
    color: #fff !important;
    text-align: center;
    padding: 10px 55px !important;
    font-family: 'the-seasons-regular';
    font-size: 25px;
    line-height: 35px;
}
.dasktopbookbtn a.nav-link:hover{
    background: #fff;
    color: #A21A41 !important;
}
.header-sec nav.navbar .container {
    align-items: start;
}
.dasktopbookbtn {
    margin-top: 19px;
}
.mobile-bookbtn {
    display: none;
}
.mobile-bookbtn .btn.btn-info:hover {
    background: #fff;
    color: #A21A41 !important;
}
.mobile-bookbtn .btn.btn-info {
    border: 2px solid #A21A41;
    background: #A21A41;
    border-radius: 0px;
    color: #fff !important;
    text-align: center;
    padding: 3px 15px;
    font-size: 14px;
}

.arial {
    font-family: emoji;
}
.dcrolldown {
    position: absolute;
    right: 20px;
    bottom: 150px;
    text-align: center;
    height: 200px;
    z-index: 2;
}
.dcrolldown span {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    font-family: 'the-seasons-regular';
    position: relative;
    top: 0px;
    transform: rotate(270deg);
    right: -52px;
}
.homeHeroSlider .owl-nav.disabled, .owl-nav {
    display: block !important;
    font-size: 100px;
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
    z-index: 9999;
}

.homeHeroSlider .owl-nav.disabled, .owl-nav {
    transform: translatey(-50%);
    font-size: 0;
    display: flex !important;
}

.homeHeroSlider .owl-nav .owl-prev, .homeHeroSlider .owl-nav .owl-next, .homeHeroSlider .owl-dot {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 21px;
    height: 46px;
    transform: translateY(-50%);
    top: 50%;
}

.homeHeroSlider .owl-nav .owl-next, .homeHeroSlider .owl-dot {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 21px;
    height: 46px;
    transform: translateY(-50%);
    top: 50%;
    right: 50px;
}

.homeHeroSlider .owl-nav .owl-prev, .homeHeroSlider .owl-dot {
    left: 50px;
}
.lineimg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:2;
}
.starsimg {
    position: absolute;
    right: 30px;
    bottom: -114px;
    z-index: 2;
}
.colsec .row {
    align-items: center;
}
.col-custom-58 {
    width: 52%;
}
.col-custom-42 {
    width: 48%;
}
.colgrid-img img.img-fluid {
    width: 100%;
}
.colgrid-text {
    padding: 0px 120px 0px 30px;
}
.truetaste .colgrid-text {
    padding: 143px 0px 0px 30px;
}
.truetaste .colgrid-text h1 {
    font-size: 70px;
    line-height: 88px;
    margin-bottom: 35px;
    color: #3D2460;
}
.truetaste .colgrid-text p {
    color: #000000;
}
.colgrid-text h2 {
    font-size: 76px;
    line-height: 94px;
    margin-bottom: 22px;
    color: #fff;
}
.colgrid-text p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #fff;
}
h1.white-text {
    white-space: nowrap;
    margin-left: -267px;
}
h1.white-text span {
    color: #fff;
}
.colsec.truetaste .row {
    align-items: normal;
}
.slider-sec {
    background-size: cover !important;
    padding: 270px 0px 130px;
    margin-top: -200px;
}
.slider-heading {
    padding-left: 130px;
}
.slider-heading h2 {
    font-size: 75px;
    line-height: 84px;
    margin-bottom: 10px;
    color: #fff;
}
.slider-sec .col-md-12 {
    padding: 0px;
}
.slider-sec #demos {
    padding-left: 40px;
}
.roomowl-desc .item-desc {
    padding: 50px 40px 0px;
}
/*.roomowl-item {
    padding: 0px 25px;
}*/
.roomowl-desc .item-desc h3 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 18px;
    color: #fff;
    font-family: 'Helvetica-Light';
    text-transform: uppercase;
}
.roomowl-desc .item-desc p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 33px;
    color: #fff;
    max-width: 730px;
}
.roomowl-desc .item-desc .learnmore {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    text-decoration: underline !important;
}
.slider-sec .owl-dots {
    display: none;
    padding: 14px 36px 14px 20px;
    border-radius: 100px;
    margin-top: 45px;
    position: relative;
    background: #21372B; 
}
.colgrid-text .learnmore {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    text-decoration: underline !important;
    transition:all.3s;
}
.colgrid-text .learnmore:hover {
    color: #A21A41;
}

.colsec {
    padding: 50px 0px;
    position: relative;
}
.discoverspiritbg {
    background-size: cover !important;
    position: absolute;
    width: calc(100% - 100px);
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 100px;
}
.discoverspirit .colgrid-img {
    margin-bottom: -100px;
}
.discoverspirit {
    margin-bottom: 200px;
}
.everything-sec {
    background: rgba(247, 240, 230, .42);
    padding: 145px 0px;
}
.everythingrow {
    position: relative;
}
.everything-secleft h2 {
    font-size: 71px;
    color: #A21A41;
    line-height: 85px;
    margin: 40px 0px 0px 0px;
}
.everything-secright p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
    color: #000;
}
.everything-secright .learnmore {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    text-decoration: underline !important;
}
.everythingrow {
    position: relative;
    padding: 0px 100px;
}
.icon1img {
    position: absolute;
    left: 0px;
    top: -210px;
}
.everything-item .item-desc h3 {
    font-size: 31px;
    line-height: 38px;
    color: #000;
    margin: 0px;
    font-family: 'Helvetica-Light';
}
.everything-item .item-desc {
    padding: 20px 0px 0px 25px;
}
.everything-slider {
    padding-top: 100px;
}
.hospitality-sec {
    padding-top: 120px;
    margin-bottom: -300px;
}
.hospitality-space {
    padding: 0px 100px;
}

.form-item {
    position: relative;
    margin-bottom: 20px;
}


.hospitalitybg {
    background-size: cover !important;
    position: relative;
    padding: 95px;
}
.icon2img {
    position: absolute;
    right: 140px;
    top: -100px;
}
.hospitality-space h2 {
    font-size: 60px;
    line-height: 77px;
    color: #fff;
    margin-bottom: 50px;
}
.hospitality-form .form-group {
    height: 52px;
}

.hospitality-form .form-group.textarea {
    height: 162px;
}


.hospitality-form .form-group input {
    font-size: 20px;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #fff;
    border-bottom: 2px solid #fff !important;
    border-radius: 0px;
    padding: 8px 16px;
}
.hospitality-form .form-group input::-webkit-input-placeholder {
    color: #fff;
}
.hospitality-form .form-group input::-moz-placeholder {
    color: #fff;
}
.hospitality-form .form-group input:-ms-input-placeholder {
    color: #fff;
}
.hospitality-form .form-group input:-moz-placeholder { 
    color: #fff;
}
.hospitality-form .row {
    margin: 0px -50px;
}
.hospitality-form .col-md-6 {
    padding: 0px 50px;
}
.hospitality-btn {
    text-align: right;
}
.hospitality-btn .btn.btn-text {
    font-size: 25px;
    color: #fff;
    text-decoration: underline !important;
    padding: 0px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

    .hospitality-btn .btn.btn-text:hover {
        color: #a21a41;
     
    }


.bg-sec {
    background-size: cover !important;
    min-height: 1080px;
}
.mainfooter {
    background: #A21A41;
    padding: 130px 100px 130px;
}
.footercol-left.footercol-left2 {
    padding-left: 120px;
}
.footercol-left h2 {
    font-size: 40px;
    line-height: 68px;
    margin-bottom: 23px;
    color: #fff;
}
.footercol-left p {
    font-size: 25px;
    line-height: 32px;
    color: #fff;
}
.footercol-left a {
    color: #fff;
}
/*.footercol-right {
    padding-top: 100px;
}*/
.footercol-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}
.footercol-right ul a {
    color: #fff;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 18px;
    display: inline-block; 
    font-family: 'Helvetica-Light';   
}
.copyright-row {
    margin-top: 110px;
}
.copyright-left a {
    color: #fff;
}
.copyright-left p {
    font-size: 25px;
    margin: 0px;
    color: #fff;
    line-height: 29px;
    font-family: 'Helvetica-Regular';
}
.copyright-right p {
    font-size: 25px;
    margin: 0px;
    color: #fff;
    line-height: 29px;
    text-align: right;
    font-family: 'Helvetica-Regular';
}
.copyright-right p a{
    color: #fff;
}
 #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;
}

.py-100{
    padding-top:100px;
    padding-bottom:100px;
}
.hover-card {
    position: relative
}

.hover-div, .hover-divinner, .responsive-map iframe {
    width: 100%;
    position: absolute
}
    .hover-divinner .btn.btn-primary {
        padding: 10px 15px;
        font-size: 24px;
        line-height:1.2;
        min-width: 220px;
    }
    .hover-div {
        top: 0;
        left: 0;
        height: 100%;
        background: rgb(162 26 65 / 50%);
        opacity: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
    }

.hover-card:hover .hover-div {
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.hover-div h2 {
    font-size: 53px;
    color: #fff;
    line-height: 68px;
    margin-bottom: 47px
}

/*.hover-div .btn.btn-primary {
    background: #fff !important;
    color: #004986 !important;
    border: 2px solid #fff !important;
    font-size: 18px;
}

    .hover-div .btn.btn-primary:hover {
        background: #004986 !important;
        color: #fff !important;
        border: 2px solid #004986 !important
    }*/

.hover-divinner {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    /*padding: 57px;*/
    text-align:center;
}
/*rooms*/
.roomsmain .container {
    margin-left: 0px;
}
.roomsmain .container .col-custom-58 {
    padding-left: 0px;
}
.roomsmain h1.white-text {
    margin-left: -155px;
}
.truetaste.roomsmain .colgrid-text {
    padding: 220px 0px 0px 0px;
    margin-left: -12px;
}
.carousel .carousel-indicators {
    margin: 0;
    bottom: -43px;
    align-items: center;
}
.carousel .carousel-indicators button.active {
    background: #040720;
    height: 7px;
    position: relative;
}
.carousel .carousel-indicators button {
    background: #040720;
    width: 30px;
    height: 3px;
    border-radius: 0px;
    margin: 0px;
    opacity: 1 !important;
    font-size: 0px;
    border: none;
}
.carousel .carousel-indicators span {
    font-size: 20px;
    color: #040720;
    font-family: 'Helvetica-Regular';
    margin: 0px 15px;
}
.roombg1 {
    background: rgba(2, 119, 122, .95);
}
.roombgrightspace {
    padding: 65px 0px;
}
.roombgrightspace .discoverspirit {
    margin-bottom: 25px;
}
.roombg2 {
    background: rgba(76, 74, 118, .95);
    left: 0px;
}
.roombg3 {
    background: rgba(180, 133, 56, .95);
}
.roombgrightspace.roomlastspace {
    padding-bottom: 300px;
}
.accessible p a {
    color: #fff;
}
.accessible p a:hover {
    color: #A21A41;
}
.room-amenities ul li{
    color:#fff;
    line-height:26px;
    font-size:20px;
}
/*amenties*/
.amenties-sec {
    padding: 118px 0px 135px;
}
.amenties-heading {
    max-width: 1348px;
    margin: 0px auto;
}
.amenties-heading h1 {
    font-size: 69px;
    line-height: 88px;
    color: #432b65;
    margin-bottom: 26px;
}
.amenties-heading p {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin: 0px;
}
.roombgrightspace.amentieslastspace {
    padding-bottom: 185px;
}
/*local*/
.local-sec .amenties-heading {
    max-width: 1591px;
}
/*gallery*/
.amenties-sec.gallery-sec {
    padding-bottom: 60px;
}
.gallerytab-sec {
    position: relative;
}
.gallerytab-sec {
    position: relative;
    padding: 60px 0px 250px;
    margin-bottom: 85px;
}
.gallerytab-sec .discoverspiritbg {
    width: calc(100% - 60px);
    left: 60px;
}
.nav-tabs.gallerytab {
    justify-content: center;
    border: none;
    margin-bottom: 110px;
}
.nav-tabs.gallerytab .nav-item .nav-link {
    background: #BC9754;
    color: #fff;
    border-radius: 0px;
    border: none !important;
    font-size: 28px;
    font-family: 'the-seasons-regular';
    margin: 0px 7px;
    min-width: 283px;
    text-align: center;
    padding: 10px 10px;
}
.nav-tabs.gallerytab .nav-item .nav-link.active {
    background: #A21A41;
}
.galleryimg img.img-fluid {
    width: 100%;
    padding: 0px 8px;
}
.gallerytab-sec .tab-content {
    margin: 0px -15px;
}
.gallerytab-sec .col-md-12 {
    right: -30px;
    position: relative;
}
/*contact*/
.contactcenter h2 {
    font-size: 53px;
    line-height: 63px;
    margin-bottom: 15px;
    margin-top: 39px;
}
.contact-secrow {
    margin-top: 45px;
}
.contactcenter {
    padding-left: 113px;
}
.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
}
.responsive-map iframe {
    width: 100%;
    position: absolute;
}
.hospitality-sec.contactform {
    position: relative;
    z-index: 1;
}
h2.discovermain-heading br {
    display: none;
}

/*---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: #A21A41 !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"] {
    background: none;
    color: #fff;
    padding: 0px;
    border: 0px solid #2D2E29;
    border-radius: 4px;
    text-transform: uppercase;
    width: 116px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase !important;
    display: inline-block;
    outline: none;
}

.head-book ul li label {
    font-size: 20px;
    display: inline-block;
}

.head-book .select2-chosen {
    line-height: 0 !important;
}

.head-book .select2-choice {
    height: 22px !important;
    width: 100% !important;
}

.head-book ul li input[type="text"]::placeholder {
    color: #fff;
    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: #fff !important;
    font-size: 19px !important;
    font-weight: 100;
    background: url('/content/images/arrow.png') bottom 5px right 4px no-repeat;
    border: none;
    outline: none;
    line-height: 0;
}

.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: 19px 70px;
    max-width: 75%;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border-radius: 100px;
    background: url(/content/images/discoverspirit-bg.webp);
}

.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;
    font-weight: bold;
}

.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;
    }

.book-btn {
    border-radius: 50px;
    color: #ffffff;
    background: #21372B;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 16px 20px;
    letter-spacing: 1px;
    border-radius: 50px;
    width: 100%;
    border: 2px solid #21372B;
}

    .book-btn:hover {
        background: #fff;
        color: #21372B;
        border: 2px solid #21372B;
    }

.head-book ul li {
    text-decoration: none;
    color: #fff;
    position: relative;
    /* padding: 10px 0px; */
    border-bottom: solid 2px #fff;
    margin-bottom: 10px;
    margin-right: 22px;
    /*display: flex;*/
    vertical-align: bottom;
    text-align: left;
    align-items: baseline;
    width: 100%;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: solid 2px #A21A41 !important;
    background: none !important;
    border-radius: 50px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #A21A41 !important;
    border-radius: 50px;
    color: #fff !important;
}
.social-media-icon {
    max-width: 60px;
    width: 100%;
}
.demo-gallery ul li{
    cursor:pointer;
}

.sitemap-links li a {
    font-size: 26px;
    color: #432b65;
    transition: all.3s;
    padding: 5px 15px;
    width: max-content;
}
    .sitemap-links li a:hover {
        color: #A21A41;
    }
.privacy-policy-text{
    color:#000;
    font-size:18px;
}
.privacy-policy-text h2 {
    font-size: 58px;
    line-height: 65px;
    margin-bottom: 22px;
    color: #000000;
}
.privacy-policy-text p {
    color: #000000;
}
.privacy-policy-text h3 span, h4 span{
    font-family:Helvetica-Regular;
}

.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;
    }

input: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;
}

.swal2-modal {
    font-family: 'HelveticaNeue-Medium' !important;
}

.field-validation-error {
    bottom: -15px;
    color: #b50007;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: auto;
    left: 0;
    line-height: 1;
}



input:focus {
    background-color: #fff
}

input.valid:focus {
    background-color: #fff
}

input.h50 {
}



.form-item input.input-validation-error, .form-item #message.input-validation-error {
    background: #fff7e800 url(../../content/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(../../content/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(../../content/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(../../content/images/success.png) no-repeat scroll right 12px center !important;
    border: 1px solid #fff !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 {
   
        font-size: 15px;
        top: -10px;
        background: #b98e44;
        padding: 0 6px;
        color: #ffffff;
        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: #b98e44;
        padding: 0 6px;
        color: #fff;
        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: 30px !important;
    background-color: transparent;
    border: none;
    width: 100% !important;
    font-weight: 100;
    background: url(../../content/images/arrow.png) center right 0 no-repeat;
    border: none;
    top: 5px;
    color: #fff;
    text-align: left;
}

.wx-100 {
    min-width: 106px !important;
}

.btn:focus-visible {
    border-color: #a21a41 !important;
    box-shadow: none !important;
}


.form-penal .select2-container .select2-choice > .select2-chosen {
    line-height: 20px;
    font-weight: 500
}

.form-penal .field label::before {
    content: attr(title1);
    position: absolute;
    top: 14px;
    left: 15px;
    line-height: 44px;
    color: #fff;
    transition: 300ms all
}

.form-penal .field label.Selectlable::before {
    content: attr(title1);
    position: absolute;
    top: -4px;
    left: 0;
    line-height: 5px;
    background: #b98e44;
    padding: 0 9px
}

.form-penal .Selectlable {
    background: #b98e44;
    padding: 3px;
    position: absolute;
    left: 8px;
    display: block;
    font-size: 15px
}

.cal-icon {
    background: url(../../content/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: #fff;
    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: #b98e44;
    padding: 0 6px;
    color: #fff;
    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 #fff;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 16px 30px;
    color: #fff;
    font-size: 25px;
}

.field {
    position: relative;
    margin-bottom: 0px !important;
    height: 106px;
}
.btn.btn-primary {
    border: 2px solid #a21a41;
    background: #a21a41;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    padding: 17px 30px;
    font-size: 28px;
    min-width: 250px;
    transition:all.3s;
}
    .btn.btn-primary:hover {
        background: #fff;
        color: #a21a41;
    }
.hospitality-space p a {
    color: #fff;
}
.hospitality-space p a:hover {
    color: #A21A41;
}

#owl-demo1 .owl-nav.disabled, .owl-nav {
    transform: translatey(-50%);
    font-size: 0;
    display: flex !important;
}

#owl-demo1 .owl-nav .owl-prev, #owl-demo1 .owl-nav .owl-next, #owl-demo1 .owl-dot {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 21px;
    height: 46px;
    transform: translateY(-50%);
    top: 50%;
}

#owl-demo1 .owl-nav .owl-next, #owl-demo1 .owl-dot {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 21px;
    height: 46px;
    transform: translateY(-50%);
    top: 50%;
    right: 50px;
}

#owl-demo1 .owl-nav .owl-prev, #owl-demo1 .owl-dot {
    left: 50px;
}


#owl-demo2 .owl-nav.disabled, .owl-nav {
    transform: translatey(-50%);
    font-size: 0;
    display: flex !important;
}

#owl-demo2 .owl-nav .owl-prev, #owl-demo2 .owl-nav .owl-next, #owl-demo2 .owl-dot {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 21px;
    height: 46px;
    transform: translateY(-50%);
    top: 50%;
}

#owl-demo2 .owl-nav .owl-next, #owl-demo2 .owl-dot {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 21px;
    height: 46px;
    transform: translateY(-50%);
    top: 50%;
    right: 50px;
}

#owl-demo2 .owl-nav .owl-prev, #owl-demo2 .owl-dot {
    left: 50px;
}