@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-weight: 600;
}
img.left {
    float: left;
    padding-right: 1rem;
}
img.right {
    float: right;
    padding-left: 1rem;
}
.gold-star {
    color: orange;
}
#stickyRoomConfirm {
    border-top: 5px solid yellowgreen;
    background: #fff;
    min-height: 100px;
}
.location-block img {
    width:100%;
    height: auto;
}
.img-container {
    box-shadow: #aaa 3px 3px 10px;
}
.top-row {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}
.txt-area {
    padding: 25px;
}
.page-title-area {
    height: 200px;
}
.page-title-area h1 {
    margin-top: 60px;
}
.navbar-toggler {
    background: #fff;
    color: #333 !important;
    border-radius: 50%;
    margin-left: 10px;
    height: 50px;
    width: 50px;
}
.navbar-toggler:focus {
    border: 0;
    box-shadow: none;
}
.section-heading {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: underline;
    text-decoration-color: #CFE3A5;
    text-decoration-thickness: 5px;
}
.amenities-title {
    font-size: 1.1rem;
    text-transform: uppercase;
}
html {
    overflow-x: hidden;
}
body {
    background: #F2F2F2;
    overflow-x: hidden;
}
h2 {
    font-size: 1.8rem;
    font-weight: 600;
}
p, ul {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #3b4249;
    line-height: 2rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
a {
    color: yellowgreen;
}
a:hover {
    color: #a1b599;
}
footer {
    min-height: 300px;
    padding-top: 2rem;
    background:#444 !important;
}

.feature-overlay {
    width: 100%;
    height: 500px;
    position: absolute;
    background: #000;
    opacity: 0.4;
}

.footer a {
    color: #fff;
}
.text-inner {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.footer-nav {
    list-style: none;
    padding-top: 2rem;
}
.container {
    padding-left: 60px;
    padding-right: 60px;
}
.container-fluid {
    padding: 0;
}
.logo {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.logo-circle {
    background: #fff;
    border-radius: 50%;
    height: 130px;
    text-align: center;
    width: 130px;
    margin-top: -200px;
    transition: margin-top 500ms linear;
    z-index: 1000;
    left: 50%;
    margin-left: -60px;
}
.logo-circle a {
    position: relative;
    left: 9px;
    top: 30px;
}
.logo-circle-scrolled {
    margin-top: -50px;
}
.logo-scrolled {
    -webkit-filter: invert(0%);
    filter: invert(0%);
}
.logo img {
    height: 60px;
}
.logo .alt1 {
    height: 120px;
}
.alt2 {
    height: 120px;
}
.logo-scrolled.alt2 {
    height: 65px;
}
.logo-scrolled .alt1 {
    height: 70px;
}
.logo-scrolled img {
    height: 60px;
}
.nav-item .link {
    width: 200px;
}
.nav-link, .navbar-dark .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(255,255,255);
    border-bottom: 2px solid transparent;
}
.navbar.fixed-top.scrolled .nav-link {
    color: #333;
}

.navbar.fixed-top.scrolled {
    transition: background-color 200ms linear;
    height: 70px;
    background: #fff;
    box-shadow: #ccc 3px 0px 10px;
}
.navbar-nav > li{
    padding-left:20px;
    padding-right:20px;
}
a.nav-link:hover {
    border-bottom: 2px solid yellowgreen !important;
}
.nav-link.active {
    border-bottom: 2px solid yellowgreen;
}

.background-layer {
    position: absolute;
    z-index: -9;
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.video-container {
    width: 100%;
    overflow: hidden;
    height: 800px;
}
/*.section-heading::after {
    background: #CFE3A5;
    position: relative;
    content: "";
    height: 16px;
    width: 100%;
    display: block;
    margin-top: -16px;
    bottom: -8%;
    z-index: -1;
    transform: skew(-12deg);
} */
.section-heading.text-white::after {
    background: yellowgreen;
}
h1.section-heading::after {
    margin-top: -18px;
}
.text-center.section-heading::after {
    margin: 25px auto 0;
}
#bgvideo {
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
}
.background-overlay {
    position: absolute;
    height: 400px;
    width: 100%;
    z-index: -1;
    background: #000000;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
    from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.intro-text {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 350px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.intro-text h2 {
    color: #fff;
    font-size: 2.5rem;
}

.feature-row {
    min-height: 500px;
    background-position: center;
}
.search-container {
    background: #eee;
    height: 90px;
    margin-top: 2rem;
    border-radius: 1rem;
}
.search-container .field {
    padding: 8px;
}
.search-container label {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
}
.content-row {
    min-height: 500px;
}
.adventure-block {
    padding-left: 2rem;
    padding-right: 2rem;
    transition: margin-top 100ms linear;
}
.adventure-block-inner {
    position: relative;
    min-height: 350px;
    background: #ffffff;
    padding: 10px;
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: #ccc 3px 3px 10px;
}
.adventure-block-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    border-radius: 1rem;
    background-image: linear-gradient(transparent, black);
    transition: opacity 100ms linear;
}
.adventure-block a {
    text-decoration: none;
}
.fun-slider {
    margin-left: 360px;
}
.slider .slick-slide {
    padding: 2rem;
}
.gallery-container {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.gallery-slide img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.gallery-slide {
    height: 500px;
    padding: 0 4px;
    opacity: 0.5;
}
.gallery-slider .slick-current {
    opacity: 1;
}
.gallery-slider {
    position: relative;
    white-space: nowrap;
}
/*.gallery-slider .slick-track {
    margin-left: -110px;
} */
.description-bubble {
    margin-left: 20px;
    margin-top: 20px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    border-radius: 1.5rem;
    display: inline-block;
}
/*
.slick-prev {
    left: 100px !important;
    background: url('../img/left-arrow.png') no-repeat center !important;
    background-size: 80px 80px !important;
    z-index: 1000;
    width: 80px !important;
    height: 80px !important;
    border-radius: 100%;
}
.slick-next {
    right: 100px !important;
    background: url('../img/right-arrow.png') no-repeat center !important;
    background-size: 80px 80px !important;
    z-index: 1000;
    width: 80px !important;
    height: 80px !important;
    border-radius: 100%;
}*/

.blob-description {
    width: 300px;
    height: 300px;
    display: inline-block;
}
.blob-description {
    width: 300px;
    height: 300px;
    display: inline-block;
}
.house-block {
    width: 400px;
    height: 546px;
    overflow-y: hidden;
    padding-top: 2rem;
}
.house-index-block {
    height: 546px;
    overflow-y: hidden;
    padding-top: 2rem;
}
.house-name {
    margin-top: 5px;
    width: 200px;
    padding: 5px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-left: 10px solid #ccc;
    color: #333;
    font-family: Poppins, 'sans-serif';
    font-weight: 500;
}
.house-block-sq {
    border-radius: 0;
}
.house-block a,
.house-index-block a {
    text-decoration: none;
}
.house-block:hover {
    animation: tilt-shaking 300ms 0s;
}

.house-block-inner {
    background: #eee;
    height: 100%;
}
/*
.slick-list {
    width: 2500px; !important;
    left: -400px;
    overflow: visible;
} */
.not-fixed {
    position: relative;
    box-shadow: none;
    border: none;
    top: 1rem;
}
.house {
    display: inline-block;
    padding: 1rem;
}
.house-inner {
    background: #eee;
    width: 800px;
    height: 480px;
    background-size: cover;
}
.house-caption {
    width: 100%;
    padding: 2rem;
    z-index: 9000;
    margin-top: -100px;
    position: relative;
    text-align: center;
}
.house-caption-inner h3,
.event-title
{
    font-size: 1rem;
    text-transform: uppercase;
}
.house-caption-button {
    width: 200px;
    background: transparent;
    padding: 1rem;
    z-index: 9000;
    margin-top: 10px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    border-radius: 2rem;
    border: 1px solid yellowgreen;
    text-transform: uppercase;
    color: darkgreen !important;
}
.house-caption-button h3 {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.adventure-img img {
    border-radius: 1rem;
}
.adventure-title {
    position: relative;
    left: 10px;
    line-height: 1.1rem;
    text-transform: uppercase;
}
.adventure-title h3 {
    font-size: 1.2rem;

}
.adventure-byline {
    line-height: 0.9rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 200;
    color: #333;
    padding: 0;
    margin-bottom: 2px;
}
.adventure-title-block {
    position: relative;
    padding-top: 1rem;
}
.house-caption-inner .section-heading {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 1rem;
}
.slick-dots li button::before {
    color: #fff !important;
    font-size: 32pt !important;
    opacity: 0.5 !important;
}
.slick-dots li.slick-active button::before {
    opacity: 1 !important;
}
.slick-dots {
    bottom: 30px;
}
.scroll-top {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    background: yellowgreen;
}
.scroll-top a {
    text-decoration: none;
}
.scroll-top-inner {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}
.house-slide {
    height: 300px;
    background: #ccc;
}
.guide-circle {
    width: 70px;
    height: 70px;
    background: #ccc;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    float: left;
}
.travel-guide-content {
}
.travel-guide-content img {
    max-width: 100%;
    height: auto;
}
.location-block {
    background: #fff;
    border-radius: 1rem;
    box-shadow: #ccc 3px 3px 10px;
    padding: 1rem;
    margin-bottom: 15px;
    margin-top: 15px;
}
.location-block h3 {
    font-size: 1rem !important;
}
.location-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #333;
    float: right;
}
.room-title-circle {
    position: relative;
    width: 180px;
    height: 180px;
    background: #ccc;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    margin-top: -40px;
    left: 150px;
}
.room-title-circle h3 {
    font-size: 1.3rem;
    color: #fff;
}
.room-title-circle .circle-text,
.house-page-title-circle .circle-text
{
    position: relative;
    top: 50%;
    transform: translate(-0%, -50%);
    text-align: center;
}
.room-title, .event-title {
    font-size: 1.2rem;
    text-transform: uppercase;
}
.house-page-title-circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #CFE3A5;
    position: absolute;
    top: 25%;
}

.amenities {
    color: #333;
    font-family: 'Poppins', sans-serif;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.filter label {
    font-weight: 600;
}
.room-result-row {
    background: #fff;
    margin: 10px;
    border-radius: 10px;
    padding-left: 0;
}
.room-result-photo-col {
    padding-left: 0;
    min-height: 350px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    padding-right: 0;
}
.room-result-photo-col img {
    width: 100%;
    height: auto;
}
.room-result-row h4 {
    font-size: 1rem;
    font-weight: 500;
}
.room-result-row .room-details {
    padding: 25px;
    min-height: 350px;
}
.roomDesc.collapse {
    display: block;
    height: 200px;
    overflow: hidden;
}
.roomDesc.show {
    display: block;
    height: unset !important;
    min-height: 200px !important;
    overflow: unset !important;
}
.room-detail-title h4 {

}
.room-detail-title .small {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
}
.room-rate {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
}
.room-title {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
}
.room-result-row p {
    font-size: 1rem;
}
.room-result-photicon {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.room-caption p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9rem;
}
.room-caption {
    padding: 1rem;
    background: #fff;
    margin-top: -10px;
    height: 226px;
    overflow-y: hidden;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
/* round button checkbox styles */
.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"], .round input[type="radio"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label, .round input[type="radio"]:checked + label {
    background-color: yellowgreen;
    border-color: yellowgreen;
}

.round input[type="checkbox"]:checked + label:after, .round input[type="radio"]:checked + label:after {
    opacity: 1;
}

.room-result-filter {
    background: #fff;
    padding: 5px;
}

/* booking confirm styles */
.reservation-confirm-row {
    background: #fff;
    padding: 5px;
}
.booking-form, .payment-form {
    background: #fff;
    margin: 10px;
}
.review-form {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}
.review-form label {
    font-family: 'Poppins', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
}
.review-form textarea {
    width: 300px;
}
.review-form .optionset {
    list-style: none;
    text-indent: 0;
    margin: 0;
    padding-left: 0;
}
.review-form .optionset li {
    display: inline-block;
    margin-right: 5px;
}
.review-form .optionset li::after {
    content: "⭐️";
}
.booking-form h3, .payment-form h3 {
    font-size: 1.1rem;
    font-weight: 600;
}
.payment-form {
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.payment-form h3 {
    padding-top: 20px;
}

.login-form input, .register-form input, .booking-form input, .booking-form select, #Form_bookingForm input, #Form_bookingForm select {
    width: 100%;
    line-height: 1.8;
    padding: 0.5rem;
    font-size: 1.1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    border: solid 1px #ccc;
    height: 42px;
}
form .action {
    margin-top: 10px;
    margin-bottom: 10px;
}
.booking-form select, #Form_bookingForm select {
    background: #fff;
}
#tappay-container {
    height: 42px;
    padding: 0.5rem;
    border: solid 1px #ccc;
}

.login-form label, .register-form label, .payment-form label, #Form_bookingForm label {
    font-size: 1.1rem;
    font-family: 'Inter', sans-serif;
}
.login-form .field, .register-form .field, .payment-form .field, #Form_bookingForm field {
    padding-top: 5px;
    padding-bottom: 1rem;
}

/* event styles start here */
.event-block {
    padding: 1rem;
}
.event-block a {
    text-decoration: none;
}
.event-inner {
    background: #fff;
    border-radius: 1rem;
    min-height: 350px;
    box-shadow: #ccc 3px 3px 10px;
}

.event-img {
    width: 100%;
    height: auto;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    max-height: 188px;
}

.event-date, .event-description {
    font-size: 0.8rem;
    color: yellowgreen;
    font-weight: 500;
    padding-bottom: 6px;
    line-height: 1.2rem;
}
.event-description {
    font-weight: 200;
    color: #333;
    font-size: 0.9rem;
    margin-top: 0;
    padding-top: 1px;
}
.event-caption {
    padding: 1rem;
}
.mobile-only {
    display: none;
}

/** button styles **/
.btn-primary, .login-form input[type=submit], .register-form input[type=submit], #Form_bookingForm input[type=submit], #CreditCard_Holder #action_Submit {
    border: 1px solid yellowgreen;
    background: transparent;
    color: yellowgreen;
    width: revert;
    border-radius: 1.5rem;
    height: 40px;
    line-height: revert;
}
#CreditCard_Holder #action_Submit {
    background: yellowgreen;
    color: #fff;
    width: 100px;
}
.btn-primary:focus {
    background: transparent;
    border: 1px solid yellowgreen;
    box-shadow: none;
}
.btn-secondary {
    border-radius: 1.5rem;
    height: 40px;
    border-color: #333;
    background: transparent;
    color: #333;
}


.video-row {
    height: 800px;
}

/** house page **/
.house-feature-img {
    height: 500px;
}
.house-text-inner {
    padding: 40px;
    top: 40%;
    transform: translateY(-50%);
    position: relative;
}
.house-text-inner h1 {
    font-size: 2.5rem;
}
/*
.slick-prev {
    left: -380px;
} */
.slick-arrow, .slick-arrow .slick-disabled {
    border: 0;
    color: yellowgreen;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 99;
}
.fun-slider .slick-arrow {
    top: 240px;
}
.gallery-slider .slick-next {
    right: 20px;
}
.gallery-slider .slick-prev {
    left: 20px;
}
.slick-next:before {
    color: yellowgreen;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-prev:before {
    color: yellowgreen;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus
{
    background: #efefef;
}
.gallery-image {
    height: 600px;
}
.mini-feature-area {
    height: 500px;
}
.dot {
    color: yellowgreen;
}
/** restaurant section **/
.menu-row {
    padding-top: 50px;
}
.food-menu-section, .room-stat-section {
    border-top: 1px solid #dce3de;
    padding-top: 25px;
    margin-right: 25px;
}
.stat-value {
    font-size: 3rem;
}
.food-col, .stat-col {
    border-right: 1px solid #dce3de;
}
.stat-col {
    padding-left: 2rem;
}
.food-section {
    border-bottom: 1px solid #dce3de;
    padding-top: 10px;
}
.food-section-title, .stat-title {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: yellowgreen;
}
.food-menu-item {
}
.food-menu-item p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 0;
}
.food-menu-item .price {
    text-align: right;
    padding-right: 15px;
}
.food-menu-item .price p {
    font-weight: 600;
}
.header-feature-area {
    height: 500px;
    background-size: cover !important;
    background-position: center !important;
}
/** mobile styling up **/
@media only screen and (min-width: 1024px) {
    /*  .slick-next, .slick-prev {
          height: 50px !important;
          width: 50px !important;
          border-radius: 100%;
          background: transparent !important;
          border: 1px solid yellowgreen;
          color: yellowgreen;
          z-index: 1000;
      }
      .slider .slick-next, .slider .slick-prev {
          top: -50px;
      }
      .gallery-slider .slick-prev {
          left: 50px;
      }
      .gallery-slider .slick-next {
          right: 50px;
      }
      .slider .slick-next:hover, .slider .slick-prev:hover, .slider .slick-next::before:hover, .slider .slick-prev::before:hover {
          background: olivedrab !important;
          color: #fff;
      }
      .slider .slick-next {
          right: 100px;
      }
      .slider .slick-prev {
          left: 600px;
      }
      .slider .slick-prev::before, .slider .slick-next::before {
          color: olivedrab;
      } */
}
@media only screen and (max-width: 766px) {
    #reservation-book-now-btn {
        float: left;
        margin-top: 10px;
    }
    .room-result-photo-col {
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }
    .gallery-thumbnails {
        padding-top: 10px;
    }
    .top-row {
        padding-top: 50px;
    }
    .slick-prev {
        max-width: 50px;
        left: -25px;
    }
    .gallery-slider .slick-prev {
        left: 8px;
    }
    .slick-next {
        max-width: 50px;
        right: 8px;
    }
    .fun-slider-1 .slick-prev {
        left: 0 !important;
    }
    .fun-slider-1 .slick-next {
        right: 0 !important;
    }
    .gallery-slider .slick-arrow {
    }
    /* .slick-next {
        right: 1px;
        z-index: 99999;
        border: 1px solid yellowgreen;
        max-width: 50px;
        max-height: 50px;
        border-radius: 50%;
        display: inline-block;
        height: 50px;
        width: 50px;
        background: yellowgreen;
        top: 200px;
    }
    .slick-prev {
        left: -375px;
        z-index: 99999;
        border: 1px solid yellowgreen;
        max-width: 50px;
        max-height: 50px;
        border-radius: 50%;
        display: inline-block;
        height: 50px;
        width: 50px;
        background: yellowgreen;
        top: 200px;
    } */
    .container, .container-fluid .padded {
        padding-left: 20px;
        padding-right: 20px;
    }
    .video-row {
        padding: 0px !important;
    }
    .mini-feature-area {
        padding: 0;
    }
    .intro-img-col {
        position: relative;
        left: -100px;
        top: 40px;
        padding-bottom: 20px;
    }
    .intro-img-col svg, .resto-img-col svg {
        width: 450px;
    }
    .video-container {
        height: auto;
    }
    .video-row {
        height: 500px;
        overflow: hidden;
    }
    #bgvideo {
        height: 100%;
    }
    .intro-text {
        margin-top: -50px;
    }
    .intro-text h2 {
        font-size: 1.7rem;
    }
    .adventure-block {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .funky-slider {
        margin-left: -10px;
    }

}
@media only screen and (max-width: 1200px) and (min-width: 992px){
    .navbar-nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .house-page-title-circle {
        right: 40px;
    }
}
@media only screen and (min-width: 1201px){
    .navbar-nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .house-page-title-circle {
        right: 40px;
    }
    .header-feature-area {
        height: 700px;
        background-size: cover;
        background-position: center;
    }
}
@media only screen and (max-width: 991px) {
    .house-page-title-circle {
        right: 20px;
    }
    #mumu-nav {
        height: 70px;
    }
    .mobile-hide {
        display: none !important;
    }
    .mobile-only {
        display: revert;
    }
    #navbarToggle {
        background: #FFF;
        padding-bottom: 20px;
    }
    #navbarToggle .nav-link {
        color: #333 !important;
    }
    .gallery-image {
        height: 400px;
    }
    .gallery-slider {
        height: 400px !important;
    }
}

/** animation styles **/
.reveal {
    position: relative;
    opacity: 0;
    transition: opacity 300ms linear;
}
.content-row.active {
    opacity: 1;
}
.reveal.active {
    opacity: 1;
}
.active.fade-bottom.f1 {
    animation: fade-bottom 200ms ease-in;
}
.active.fade-bottom.f2 {
    animation: fade-bottom 400ms ease-in;
}
.active.fade-bottom.f3 {
    animation: fade-bottom 600ms ease-in;
}
.active.fade-bottom.f4 {
    animation: fade-bottom 800ms ease-in;
}
.active.fade-left {
    animation: fade-left 1s ease-in;
}
.active.fade-right {
    animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
.inverse-nav {
    background: transparent;
    filter: invert(0%) !important;
}
.inverse-nav .nav-item .nav-link {
    color: #000;
}
.inverse-nav .nav-item .nav-link:hover {
    color: #000;
}
.InternationalPhoneNumberField input {
    padding-left: 52px !important;
    margin-left: 0 !important;
}
#Form_bookingForm_error {
    border: 1px solid lightsalmon !important;
    background: lightsalmon;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.reservation-detail {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}
.btn-cancel {
    color: darkred;
    border-color: darkred;
}
.reservation-heading {
    font-size: 1.1rem;
}
.member-navigation ul{
    list-style: none;
    padding-left: 0;
}
.member-navigation ul li a {
    color: #333;
    text-decoration: none;
    padding: 2px;
}
.sidebar-item {
    height: 32px;
    padding: 5px;
    border-radius: 5px;
}
.sidebar-item:hover {
    background: #eee;
}
.sidebar-item.active {
    background: yellowgreen;
}
.sidebar-item.active:hover {
    background: yellowgreen;
}
.sidebar-item.active a {
    color: #fff !important;
}
.member-content-area {
    border-left: 1px solid #ccc;
    padding-left: 25px;
}
.status-box {
    border: 1px solid #ccc;
    width: 120px;
    text-align: center;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
}
.reserved-house {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.room-area {
    padding: 10px;
}
.profile-form-container {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
}
.additional-beds {
    background: #fff;
    height: 30px;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #333;
}
.iti {
    width: 100%;
}
.fieldgroup .btn {
    margin-top: 10px;
}
#CreditCard_Holder #action_Submit_Holder label {
    display: none;
}
