/* font-family: 'Cormorant Garamond', serif;
font-family: 'Gothic A1', sans-serif;  */

:root {
    --gold: #A78824;
    --gold-dark: #8d731e;
    --white: #ffffff;
    --black: #000;
    --black-light: #222222;
    --grey: #f6f6f6;
    --black-more-light: #656565;
    --astrix: #f00;
    --light-cream: #FAF7EE;
    --blue: rgb(9, 73, 168);
    --green: #28A745;
}

html {
    --scroll-behavior: smooth;
}



* {
    /* font-family: 'Gothic A1', sans-serif; */
    font-family: 'EB Garamond', serif;
    font-display: swap;
    font-size: 1.01em;
}

html {
    font-size: .9em;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.title {
    font-family: 'Cormorant Garamond', serif;
    font-display: swap;
}

.enquire-btn-filled {
    background-color: var(--gold);
    color: var(--white);

}

.enquire-btn-filled:hover {
    background-color: var(--gold-dark);
    color: var(--white);

}

.hotel-name {
    font-size: 2em;
    font-weight: 300;
}

.hotel-card {
    box-shadow: 0 0 5px #c6c6c6;
    border-radius: 5px;
}

.fa-bars {
    font-size: 1.6em;
    color: var(--white);
}

.website-logo {
    font-size: 1.3em;
}

.font-smMedium {
    font-size: 1.1em;
}

.font-medium {
    font-size: 1.5em;
}

.footer-container {
    background-color: var(--white);
    z-index: 10000;
}

.font-large {
    font-size: 2em;
}

.font-smlarge {
    font-size: .4em;
}

.font-smxlarge {
    font-size: 3em;
}

.font-xlarge {
    font-size: 4em;
}

.bg-color-light {
    background-color: #FAF7EE;
}

.view-rates-btn {
    background-color: #3D8D4F;
    color: #fff;
}

.view-rates-btn:hover {
    background-color: #43ac5b;
    color: #fff;
}

.landing-section {
    background:
        linear-gradient(rgba(0, 0, 0, 0.45),
            rgba(0, 0, 0, 0.45)),
        url('../static-images/new-landing-bg.webp');
    background-size: cover;
    height: 100vh;
    width: 100%;

}

.fa-sliders-h {
    font-size: 22px;
}

.light-icon {
    color: var(--black-more-light);
}

.hotel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--black);
}

.save-profile-btn {
    display: none;
}

.edit-btn {
    color: var(--blue);
    font-weight: bold;
    background: transparent;
    border: none;
}

.profile-email-edit,
.profile-name-edit,
.profile-phone-edit {
    display: none;
}

.edit-btn-new {
    color: var(--blue);
    font-weight: bold;
    background: transparent;
    border: none;
}

.edit-btn-new:hover {
    color: var(--blue);
    font-weight: bold;
    background: transparent;
    border: none;
}

.landing-page-title {
    font-size: 9em;
    line-height: 1;
}

.lower-line-height {
    line-height: 1;
}

.sub-text {
    font-size: 1.3em;
}

.landing-page-search-section {
    background: rgba(0, 0, 0, 0.6)
}

.hotel-page-search-section {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 70px;
    padding-bottom: 10px;
}

.astrix {
    color: var(--astrix) !important;
}

.input-strokes {
    border: 2px solid var(--white);
}

.search-input-container {
    margin-right: 5px;
}

.search-btn-stroke {
    border: 2px solid var(--white);
    background: transparent;
    color: var(--white);
}

.search-btn-stroke:hover {
    border: 2px solid var(--gold);
    background: var(--gold);
    color: var(--white);
}

.btn-gold {
    background: var(--gold);
    outline: none;
    border: none;
    color: var(--white);
    cursor: pointer;
}

.btn-gold:hover {
    background: var(--gold-dark);
    outline: none;
    cursor: pointer;
    color: var(--white);
    border: none;
}


.btn-stroke {
    border: 2px solid var(--white);
    background: transparent;
    color: var(--white);
}

.btn-stroke:hover {
    border: 2px solid var(--gold);
    background: var(--gold);
    color: var(--white);
}

.landing-section2-title {
    font-size: 4em;
    line-height: 1;
}

.section2 {
    height: 100vh;
}

.section2-image {
    margin-left: -130px;
    width: 100%;
}

@media screen and (max-width:1000px) {
    .section2-image {
        margin-left: 0px;
        width: 100%;
        height: 100%;
    }

    section {
        height: 100% !important;
    }

    .gold-frame {
        display: none !important;
    }

    .landing-page-title {
        font-size: 4em;
    }

    .landing-section {
        padding-top: 80px;
    }

    .sub-text {
        font-size: 1em !important;
    }

    .landing-section2-title,
    .title-sub-texts2 {
        font-size: 2.5em !important;
    }

    .landing-room-image-container {
        margin-bottom: 10px;
    }
}

.background-hotel-cover-image {
    width: 100%;
    height: 45vh;
    object-fit: cover;
    object-position: top;
}

.close-btn-edit-date-section-container {
    position: absolute;
    right: 20px;
    top: 0px;
}

@media screen and (max-width:768px) {
    .background-hotel-cover-image {
        width: 100%;
        height: 30vh;
        object-fit: cover;
        object-position: top;
    }
}

@media screen and (max-width:760px) {
    .background-hotel-cover-image {
        width: 100%;
        height: 45vh;
        object-fit: cover;
        object-position: top;
    }
}

.placeholder-height {
    height: 15vh;
}

.blur-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.4);
}


.booking-form {
    box-shadow: 0 5px 10px #a2a2a2;
    margin-top: -180px;
    z-index: 100;
    margin-bottom: 20px;
}

.add-more-rooms-btn {
    display: none;
}

.special-request-text-area {
    display: none;
}

.hotel-room {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.username-db-edit,
.email-db-edit,
.phone-db-edit {
    display: none;
}

.save-btn {
    display: none;
}

.gold-frame {
    position: absolute;
    height: 600px;
    width: 800px;
    right: 6em;
    border: 2em solid var(--gold);
    z-index: 0;
}

.room-form[data-input] .remove-room-btn {
    display: block;
}

.remove-room-btn {
    display: none;
}

.make-reservation-title {
    margin-top: -100px;
}

.perfect-getaway-content {
    z-index: 10;
}

.section2-image {
    z-index: 10;
}

section {
    height: 100vh;
}

.view-hotels-btn {
    border: 2px solid var(--white);
    color: var(--white);
    background: transparent;
}

.arrow1 {
    font-size: 1.3em;
}

.image-section {
    background: var(--light-cream);
}

.title-sub-texts {
    font-size: 2em;
    font-weight: bold;
}

.title-sub-texts2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3em;
    line-height: 1;
}

.sub-text {
    font-size: 1.3em;
}

.room-section-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.landing-room-image-container {
    width: max-content;
    transition: all .5s ease;
    overflow: hidden;
    cursor: pointer;
}

.landing-room-image-container:hover .room-category-name {
    animation: riseUp .3s linear forwards;
}

@keyframes riseUp {
    0% {
        opacity: 0;
        top: 100%;
    }

    100% {
        opacity: 1;
        top: 50%;
    }
}

@keyframes fallDown {
    100% {
        opacity: 1;
        top: 50%;
    }

    0% {
        opacity: 0;
        top: 100%;
    }
}

.room-category-name {
    position: absolute;
    width: 100%;
    height: max-content;
    background: rgba(0, 0, 0, 0.6);
    font-family: 'Cormorant Garamond', serif;
    font-size: .8em !important;
    font-weight: 100;
    top: 100%;
    color: var(--white);
}

.divider {
    height: 2px;
    width: 100%;
    background: #EAEAEA;
}

.designer-link {
    color: var(--gold);
    text-decoration: none;
    font-size: 1.3em;
}

.designer-link:hover {
    color: var(--gold);
    text-decoration: none;
}


.input-strokes::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

.input-strokes::-webkit-datetime-edit {
    color: var(--white);
}

@keyframes moveBody {
    0% {
        transform: translateY(0);
        /* transform:rotateZ(0deg); */
    }

    100% {
        /* transform:skew(20deg, 10deg); */
        /* transform: skew(20deg,10deg); */
        /* transform: rotate(45deg); */
        /* transform: rotate3d(15,55, 6, 45deg); */
        /* transform: rotateZ(360deg); */
        transform: perspective(1228px) rotateY(5deg) translateZ(600px) scale(.5)
    }
}


@keyframes moveBodyReverse {
    0% {
        /* transform: rotateZ(360deg); */
        transform: perspective(1300px) rotateY(10deg) translateZ(600px) scale(.5);
    }

    100% {
        /* transform: rotateZ(0deg); */
        transform: translateY(0)
    }
}

.signin-or-join-btn {
    background-color: var(--gold);
    color: var(--white);
}

.signin-or-join-btn:hover {
    background-color: var(--gold-dark);
    color: var(--white);
}

.side-menu-bar {
    width: 300px;
    right: -500px;
    top: 0;
    position: fixed;
    color: var(--white);
    z-index: 100000;
    background-color: var(--black);
}

.side-menu-close-btn {
    font-weight: 100;
}

.page {
    box-shadow: 0 0 100px var(--black);
    z-index: 100;
}

@keyframes slideIn {
    0% {
        right: -500px;

    }

    100% {
        right: 0px;
    }
}

@keyframes slideInReverse {
    0% {
        right: 0px;

    }

    100% {
        right: -500px;
    }
}

.custom-navbar {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 100000;
}

.custom-navbar.scrolled {
    transition: all .5s ease;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.9);
}

.circle-gold {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid var(--gold);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}


.circle-gold2 {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid var(--gold);
    display: flex;
    justify-content: center;
    align-items: center;
}

.amenities-icon2 {
    padding: 10px;
    font-size: 35px;
}

.amenities-icon {
    padding: 10px;
    font-size: 25px;
}

.site-hotel-list {
    background-image: url('../static-images/background-1.png');
    min-height: 100vh;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 500px;
    grid-auto-columns: dense;
}

.site-contact-us {
    min-height: 100vh;
}

.grid-container .image-container {
    position: relative;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

@media screen and (min-width:800px) {
    .grid-container {
        grid-auto-rows: 300px;
    }

    .grid-container .image-container:nth-child(3n+1) {
        grid-column: span 1;
        grid-row: span 2;
    }

    .grid-container .image-container:nth-child(0n+1) {
        grid-column: span 1;
        grid-row: span 1;
    }
}

.grid-gallary {
    height: 100% !important;
}

.products-image {
    object-fit: contain;
    border: 1px solid #ebebeb;
}

.image-container {
    border: 10px solid transparent;
}




.grid-container-amenities {
    display: grid;
    grid-template-columns: repeat(5, 150px);
    justify-items: center;
    grid-gap: 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.our-rooms {
    box-shadow: 10px 0 40px #c6c6c6;
}

.room-image {
    width: 100%;
    height: 100%;
}

.enquiry-modal-hotel-specific {
    height: max-content;
    width: max-content;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    transform: translate(-50%, -50%);
}

.enquiry-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
}

.submit-btn {
    background-color: var(--gold);
    color: var(--white);
}

.submit-btn:hover {
    box-shadow: 0 0 5px #c6c6c6;
    background-color: var(--gold);
    color: var(--white);
}

.label-enquiry {
    font-size: .9em;
}

#check-in-landing:focus {
    color: #000;
}

#check-in-landing::-webkit-full-page-media {
    color: #000;
    background-color: #fff;
}



#check-in-landing::placeholder {
    color: #000;
}

#check-out-landing::placeholder {
    color: #000;
}


#check-out-landing:focus {
    color: #000;
}

#check-in-landing:focus {
    color: #000;
}

#check-out-landing::placeholder {
    color: #000;
    color: var(--black);
}

#check-out-landing:focus {
    color: #000;
}


.white-link {
    color: var(--white);
    text-decoration: none;
}

.white-link:hover {
    color: var(--white);
    text-decoration: none;
}

.white-link-gold {
    color: var(--white);
    text-decoration: none;
}

.white-link-gold:hover {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}

.black-link {
    color: var(--black);
    text-decoration: none;
}

.black-link:hover {
    color: var(--black);
    text-decoration: none;
}

.black-link-gold {
    color: var(--black);
    text-decoration: none;
}

.black-link-gold:hover {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
}

.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* .resend-otp-btn{
    display: none;
} */
.room-section-landing {
    object-fit: contain;
    height: 500px;
}

@media screen and (max-width:450px) {
    .otp-input {
        width: 40px;
        height: 40px;
        text-align: center;
        margin-right: 5px;
        border-radius: 5px;
    }
}

.gold-link {
    color: var(--gold);
    text-decoration: none;
}

.gold-link:hover {
    color: var(--gold-dark);
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.blue-link {
    color: var(--blue);
    text-decoration: none;
}

.blue-link:hover {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
}


/* @media screen and (max-width:990px) {
    .grid-container-amenities{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        grid-gap: 20px;
    }
} */

@media screen and (max-width:540px) {
    .grid-container-amenities {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        grid-gap: 20px;
    }
}

.site-signin-customer {
    background-image: url('../static-images/login-signup-bg.png');
    background-size: cover;
    background-attachment: fixed;
    height: max-content;
    padding: 100px 0px;
    min-height: 100vh;
}

.footer-comapny-logo {
    width: 120px;
    height: auto;
    margin-left: 10px;
}

@media screen and (max-width:768px) {
    .site-signin-customer {
        height: 100%;
    }
}

.site-booking-details {
    padding: 100px 0px;
    min-height: 100vh;
}

.form-group {
    width: 100%;
    margin-bottom: 0px !important;
}

.hide-password-btn {
    display: none;
}

.site-otp {
    background-image: url('../static-images/login-signup-bg.png');
    background-size: cover;
    background-attachment: fixed;
    height: max-content;
    padding: 100px 0px;
    min-height: 100vh;
}

.disabled-white-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 100;
}

.change-form-btn-1,
.change-form-btn-2 {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--gold);
}

.line-height-low {
    line-height: 1;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.login-form {
    transition: all 1s ease;
    overflow-y: hidden;
}

.signup-form {
    transition: all 1s ease;
    overflow-y: hidden;
}

.verified-account-icon {
    font-size: 10em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1AB64F;
    transform-origin: center;
    /* animation: spin 30s linear forwards infinite; */
}

.verified-account-icon {
    font-size: 5em;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@keyframes spin {
    0% {
        transform: rotateZ(0deg)
    }

    100% {
        transform: rotateZ(360deg)
    }
}

.amenities-icons-hotel {
    height: 35px;
    width: 35px;
}

.edit-dates-section {
    animation: fadeIn .5s linear forwards;
}

.date-hotel-filter {
    animation: fadeIn .5s linear forwards;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* .carousel {
    margin-bottom: 4rem;
  } */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}




/* MARKETING CONTENT
  -------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.carousel-images-hotel {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.cover-image-contact-us {
    background-image: url('../static-images/landing-image.png');
    background-size: cover;
    width: 100%;
    height: 40vh;
    position: relative;
}



.cover-image-contact-us-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}


.cover-image-profile {
    background-image: url('../static-images/bg-profile.png');
    background-size: cover;
    width: 100%;
    height: 30vh;
    position: relative;
}


.cover-image-profile-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.bg-black {
    background-color: var(--black);
}

.bg-black-light {
    background-color: var(--black-light);
}

.shadow-box {
    margin-top: -30px;
    box-shadow: 0 0 10px #c6c6c6;
}

.shadow-box-1 {
    box-shadow: 0 0 10px #c6c6c6;
}

.text-area {
    resize: none;
}

.font-small {
    font-size: .9em;
}

.font-xsmall {
    font-size: .8em;
}

.gold {
    color: var(--gold);
}

.confirmed-booking-alert {
    background-color: var(--green);
}


.price-section-container {
    position: sticky;
    top: 80px;
}

.bg-color-light-grey {
    background-color: var(--grey);
}

.lift-up {
    margin-top: -200px;
}

.open-dropdown-amenities {
    background-color: transparent;
    border: none;
    outline: none;
}

.amenities-description {
    list-style: none;
    padding-left: 0px;

}

@media screen and (max-height:993px) {
    .room-content-section {
        height: 50%;
    }
}


.view-more-amenities-btn {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--white)
}

.grid-amenities-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    /* overflow-y: scroll; */
}

@media screen and (max-width:550px) {
    .grid-amenities-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        overflow-y: scroll;
    }
}


.grid-amenities-container::-webkit-scrollbar {
    width: 2px;
}

.room-description::-webkit-scrollbar {
    width: 2px;
}

@media screen and (max-width:766px) {
    .room-details-section {
        height: 70vh;
    }
}

.profile-container {
    min-height: 50vh;
}

.flip-card {
    position: relative;
    transform-style: preserve-3d;
}

.golden-stroke-btn {
    border: 2px solid var(--gold);
    border-radius: 5px;
    background: transparent;
}

.golden-stroke-btn:hover {
    border: 2px solid var(--gold);
    background: var(--gold);
}

.red-stroke {
    border: 2px solid var(--astrix);
    border-radius: 5px;
}

.green-stroke {
    border: 2px solid var(--green);
    border-radius: 5px;
}

.index-gallary-img {
    object-fit: cover;
}

.overlay-disabled {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    position: absolute;
    background: rgba(0, 0, 0, 0.65)
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: start;
    align-self: center;
    transform: perspective(500px) rotateY(0deg);
    transition: 1s ease-in-out;
    backface-visibility: hidden;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.golden-btn {
    background-color: var(--gold);
    color: var(--white);
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 10px 20px;
    text-decoration: none;
}


.golden-btn:hover {
    background-color: var(--gold-dark);
    color: var(--white);
    border: none;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
}

.close-room-amenities-icon {
    font-size: 30px;
}

.face.front {
    background: rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}


.face.back {
    background: green;
    color: #000;
    transform: perspective(500px) rotateY(180deg);
    backface-visibility: hidden;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
}

/* .flip-card:hover .face.front{
    transform:perspective(500px) rotateY(180deg);
}

.flip-card:hover .face.back{
    transform:perspective(500px) rotateY(360deg);
} */

@keyframes flipCardFront {
    0% {
        transform: perspective(500px) rotateX(0deg);
    }

    100% {
        transform: perspective(500px) rotateX(180deg);
    }
}

@keyframes flipCardBack {
    0% {
        transform: perspective(500px) rotateX(180deg);
    }

    100% {
        transform: perspective(500px) rotateY(360deg);
    }
}

@keyframes flipCardFrontReverse {
    0% {
        transform: perspective(500px) rotateX(180deg);
    }

    100% {
        transform: perspective(500px) rotateX(0deg);
    }
}

@keyframes flipCardBackReverse {
    0% {
        transform: perspective(500px) rotateY(360deg);
    }

    100% {
        transform: perspective(500px) rotateX(180deg);
    }
}

.transparent-btn {
    background-color: transparent;
    border: none;
    outline: none;
}

.dropdown-menu.show {
    position: relative !important;
    transform: translate3d(0, 0, 0) !important;
}


.bottom-checkout-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000;
}

.room-selector {
    width: 58% !important;
    background-color: var(--black-more-light);
    color: var(--white);
    border: none;
}

.guest-selector {
    background-color: var(--black-more-light);
    color: var(--white);
    width: 20% !important;
    border: none;
}

.room-selector:focus {
    width: 58% !important;
    background-color: var(--black-more-light);
    color: var(--white);
    border: none;
}

.room-selector option:disabled {
    color: #fff;
    background-color: var(--white);
    font-weight: bold;
}

.guest-selector:focus {
    background-color: var(--black-more-light);
    width: 20% !important;
    color: var(--white);
    border: none;
}

.guest-selector option:disabled {
    color: #fff;
    background-color: var(--white);
    width: 50% !important;
    font-weight: bold;
}

.special-request-textarea {
    resize: none;
}

@media screen and (max-width:766px) {
    .remove-room-btn {
        width: 100%;
    }
}

.hotel-filter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    box-shadow: 0 0 10px #2222;
    display: none;
    z-index: 10000;
}

@media screen and (max-width:768px) {
    .hotel-filter {
        width: 50%;
    }
}

@media screen and (max-width:568px) {
    .hotel-filter {
        width: 85%;
    }
}

.filter-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
}

.menu-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1000;
}


.search-input-container.animate {
    /* animation:wobble 0.4s linear forwards; */
}

/* .date-hotel-filter.animate {
    animation:wobble 1s linear forwards;
} */

/* @keyframes wobble {
    0% { transform: translateX(0%); } 
    15% { transform: translateX(-5%) rotate(-5deg); } 
    30% { transform: translateX(5%) rotate(3deg); } 
    45% { transform: translateX(-5%) rotate(-3deg); } 
    60% { transform: translateX(5%) rotate(2deg); }
    75% { transform: translateX(-5%) rotate(-1deg); }
    100% { transform: translateX(0%); } 
} */

#check-in-landing,
#check-out-landing {
    position: relative;
    /* color: white; */
}

/* #check-in-landing:before {
    position: absolute;
    top: 6px; left: 12px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

#check-out-landing:before {
    position: absolute;
    top: 6px; left: 12px;
    content: attr(data-date);
    display: inline-block;
    color: black;
} */

/* #check-out-landing::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
} */

#check-out-landing::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 5px;
    right: 0;
    color: black;
    opacity: 1;
}

/* #check-in-landing::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
} */

#check-in-landing::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 5px;
    right: 0;
    color: black;
    opacity: 1;
}

.room-category-container {
    border: .7em solid var(--gold);
    padding: 30px 0px;
}


.room-description {
    overflow-y: scroll;
}

@media screen and (max-width:600px) {
    .font-xlarge {
        font-size: 2.5em;
    }

    .room-category-container {
        border: .3em solid var(--gold)
    }

    .landing-page-title {
        font-size: 4em;
    }

}

@media screen and (max-width:768px) {
    .landing-section {
        height: 100vh !important;
    }

    .landing-page-title {
        font-size: 4em;
    }
}

.notification-right-click {
    z-index: 10000000;
    position: fixed;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
}

.right-click-alert {
    width: max-content;
}

@keyframes showAlert {
    0% {
        top: -25%;
    }

    100% {
        top: 0%;
    }
}



@keyframes hideAlert {
    0% {
        top: 0%
    }

    100% {
        top: -25%;
    }
}

.site-devtools-detected {
    min-height: 100vh;
}

.detected-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-expense {
    position: fixed;
    top: 0;
    left: 50%;
    height: auto;
    width: 50%;
    background-color: #fff;
    transform: translate(-50%);
}

.removed-all-rooms-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    animation: animateIn .5s linear forwards;
}

@keyframes animateIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.small-gif {
    width: 250px;
    height: auto;
}

#contactus-message {
    resize: none;
}

.room-info-card {
    position: relative;
    background-color: #000;
}


.room-back {
    background-color: #000;
    position: absolute;
    left: -600%;
    height: 100%;
    top: 0;
}

@keyframes slideOutNew {
    0% {
        left: 0%;
    }

    100% {
        left: -600%;
    }
}

@keyframes slideInNew {
    0% {
        left: -600%;
    }

    100% {
        left: 0%;
    }
}

.amenities-description {
    height: 220px;
    overflow: scroll;
}

.site-hotel-detail {
    overflow-x: hidden;
}

.filters-selected-section {
    background-color: #e7e7e7;
}

.new-package-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: auto;
    grid-auto-columns: dense;
    grid-gap: 20px;
}

.package-images {
    height: 250px;
    width: 330px;
}

@media screen and (max-width:1024px) {
    .new-package-grid-container {
        display: grid;
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-auto-rows: auto;
        grid-auto-columns: dense;
        grid-gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .new-package-grid-container {
        display: grid;
        grid-template-columns: repeat(1, minmax(auto, 1fr));
        grid-auto-rows: auto;
        grid-auto-columns: dense;
        grid-gap: 20px;
    }

    .package-images {
        height: 100%;
        width: 100%;
    }
}




.bg-black {
    background-color: var(--black);
}


.button-container {
    width: 30px;
    height: 30px;
}

.custom-circle {
    padding: 10px;
    border: 2px solid var(--gold);
    border-radius: 50%;
}

.text-gold {
    color: var(--gold);
}

.site-about {
    height: 120vh;
    background:
        url('../static-images/table-top-view.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .site-about {
        height: 100%;
    }
}

.about-us-image {
    position: absolute;
    top: -40%;
    right: -100%;
}

.custom-shadow {
    box-shadow: 0 10px 15px #282828;
}

.transparent-link {
    text-decoration: none;
    cursor: pointer;
}

.transparent-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.bottom-underline {
    border-bottom: 2px solid var(--gold);
    width: max-content;
}

.bottom-underline-blue {
    border-bottom: 10px solid blue;
    width: max-content;
}

.bottom-underline-green {
    border-bottom: 10px solid green;
    width: max-content;
}

.bottom-underline-red {
    border-bottom: 10px solid red;
    width: max-content;
}

.white-maple-leaf {
    width: 60px;
    transform: rotate(100deg);
}

.font-new-medium {
    font-size: 1em;
}

@media screen and (max-width:768px) {
    .font-new-medium {
        font-size: 1.4em;
    }
}

.new-gallary-section {
    background: #393939;
}

@media screen and (max-width:768px) {
    .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
        grid-auto-columns: dense;
    }
}

@media screen and (max-width:640px) {
    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        grid-auto-columns: dense;
    }
}

@media screen and (max-width: 640px) {
    .landing-section {
        height: 100% !important;
    }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*