/* base */
body,
p {
    font-size: 16px;
    /* font-family: "Noto Serif Khojki", serif; */
}


.container-custom {
    max-width: 1620px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    display: block;
    margin: 0 auto;
}
header {
    position: fixed;
    top: 0px;
    padding: 0 0;
    background-color: #fff;
    transition: all 0.35s ease-in-out;
}
header nav #menu {
    justify-content: flex-start;
}
header nav {
    padding: 0;
    position: relative;
    height: 80px;
    transition: all 0.35s ease-in-out;
}
header nav #logo {
    position: absolute;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
header nav #logo img {
    height: 75px;
    margin: 0 auto;
    transition: all 0.35s;
}
header nav #logo {
    padding: 5px;
}
#bookbutton {
    margin-right: 0;
}
#menu p{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
}
.menu-toggle span {
    background-color: #131313;
    transform: scaleY(1.0001);
}
.menu-toggle {
    height: 20px;
    width: 30px;
}
header.sticky {
    padding: 0;
    transition: all 0.35s ease-in-out;
    box-shadow: none;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header.sticky nav #logo img {
    height: 50px;
}
header.sticky nav {
    height: 70px;
}
.menu-main-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap:25px;
}

/* landing section css */
#landing {
    margin-top: 90px;
}
#bgvid {
    position: static;
    transform: none;
    width: 100%;
    height: calc(100vh - 100px);
    border: 5px solid #5a0034;
}
#intro-section h1 {
    font-size: 48px;
    margin-bottom: 14px;
}
#intro-section h1 small {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#intro-section {
    padding: 60px 0 60px 0;
}
#intro-section:after {
    display: none;
}
#intro-section {
    background-color: #fff;
}
#intro-section div p {
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 1.8;
}
/* 3x3 grid information */
.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 70px;
}
.div1 {
    grid-area: 1 / 1 / 2 / 2;
}
.div2 {
    grid-area: 1 / 2 / 2 / 3;
}
.div3 {
    grid-area: 1 / 3 / 2 / 4;
}
.div4 {
    grid-area: 2 / 1 / 3 / 2;
}
.div5 {
    grid-area: 2 / 2 / 3 / 3;
}
.div6 {
    grid-area: 2 / 3 / 3 / 4;
}
.grid-package-main-wrapper {
    position: relative;
}
.grid-package-image,
.grid-package-main-wrapper {
    width: 100%;
}
.grid-package-image {
    overflow: hidden;
}
.grid-package-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s ease-in-out;
}

.grid-package-content {
    padding: 24px 0 12px 0;
}
.grid-package-content p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.8;
    margin:20px 0;
}
.grid-package-title {
    /* font-family: "Arsenal", sans-serif; */
    font-family: "Unna", serif;
    font-size: 28px;
    margin-bottom: 10px;
}
.six-grid {
    padding-bottom: 80px;
}
.grid-package-para {
    font-size: 14px;
}
.grid-package-link {
    position: relative;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
    letter-spacing: 1px;
}
.grid-package-link:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #131313;
    
    transform: scaleY(1.0001);
}
.grid-package-main-wrapper:hover .grid-package-image img {
    transform: scale(1.05);
}
.home-size{
    height: 600px;
    overflow: hidden;
}
.home-size img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* MISC */
/* #always-display-sidebar.show {
display: none;
} */
#testimonials .testimonial-text h5 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
}
.swiper-slide .text-size-28 {
    font-size: 20px;
    margin-bottom: 32px;
}
.section-title {
    font-size: 64px;
    line-height: 1;
}
#getting-here h3 {
    font-size: 48px;
    /* font-family: "Arsenal", sans-serif; */
}
#getting-here p {
    font-size: 18px;
    /* font-family: "Arsenal", sans-serif; */
}

#wedding {
    margin-bottom: 60px;
}
.wed-image {
    height: 50vh;
}
.colored-button {
    padding: 10px 24px 10px 24px;
    font-weight: 400;
}
.wed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wed-content {
    padding: 30px 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wed-title {
    font-size: 16px;
    margin-bottom: 32px;
}
.wed-title span {
    display: block;
    font-size: 28px;
    font-family: "Unna", serif;
    color: #5a0034;
    margin-bottom: 24px;
}
.wed-para {
    font-size: 14px;
    margin-bottom: 24px;
}
.getting-here-content {
    background-color: #5a0034;
}
/* Booking Bar */
.booking-sticker {
    background-color: #fff;
    padding: 8px 0;
    /* position: sticky;
    bottom: 0; */
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.booking-sticker select,
.booking-sticker input {
    margin-bottom: 0;
}
.booking-sticker .ffl-wrapper {
    padding-top: 1.75rem;
}
.booking-sticker .ffl-wrapper.ffl-floated .ffl-label {
    top: 6px;
}
.booking-sticker .book-title {
    font-size: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

.intro-wrapper {
    height: 75vh;
    /* margin-top: 120px; */
    overflow: hidden;
}
.intro-wrapper2 {
    height: 85vh;
    overflow: hidden;
}
.intro-wrapper3 {
    /* height: 85vh; */
    overflow: hidden;
    margin-top: 120px;
}
.intro-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.text-intro {
    margin-top: 50px;
    padding: 0 0 40px 0;
}
.text-intro h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}
.text-intro h2 small {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}
#casino-intro {
    background-image: none;
    /* padding: 120px 0; */
    padding-top: 100px;
    padding-bottom: 20px;
}
.game-image {
    height: 100vh;
    overflow: hidden;
}
.game-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.game-content {
    padding-left: 40px;
    padding-right: 40px;
}
.game-content h1 {
    font-size: 32px;
    margin-bottom: 14px;
    line-height: 1;
}
.game-content h1 span {
    display: inline-block;
    margin-bottom: 20px;
}
.game-content h1 small {
    font-size: 20px;
}
#etables {
    background-color: #fafafa;
}
.game-text {
    padding: 30px 5px;
    padding-right: 20px;
    padding-top: 20px;
}
.game-text h4 {
    font-size: 28px;
    color: #5a0034;
}
.game-text h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.game-text p {
    font-size: 16px;
}
#rooms .single-room .room-img:before,
#rooms .single-room .room-img:after {
    display: none;
}
.single-room {
    position: relative;
}
#rooms .single-room .room-img img {
    transition: all 1s ease-in-out;
}
.single-room:hover img {
    transform: scale(1.05);
}
.single-room .room-contents {
    padding: 20px 10px 0 10px;
}
#rooms .single-room .room-title {
    font-size: 24px;
    margin-bottom: 0;
}
#bookthisroom {
    display: none;
}
.room-intro {
    padding: 60px 0;
}
.room-intro h2 {
    font-size: 32px;
}

.room-feature-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.room-feature-lists li {
    width: calc(20% - 10px);
    margin-bottom: 7px;
    text-align: center;
    padding: 16px 14px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /*background-color: #d9ac59;*/
    border: 2px solid transparent;
    position: relative;
}
.room-feature-lists li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    width: 1px;
    height: 100px;
    opacity: 0.5;
    background-color: #d9ac59;
}
.room-feature-lists li:last-of-type::before {
    display: none;
}
.room-feature-lists li img {
    transition: all 0.2s ease-in-out;
    height: 48px;
    margin-bottom: 10px;
}

.room-feature-lists li i {
    font-size: 24px;
    margin-bottom: 10px;
    color: #5a0034;
}
.room-desc p {
    margin-bottom: 15px;
}
.room-feature-lists li p {
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    color: #5a0034;
}
.room-feature-lists li:hover img {
    transform: scale(1.05);
}
.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.secondary-text p {
    margin-bottom: 15px;
    text-align: justify;
}
.room-feature-lists {
    justify-content: center;
}
.room-feature-lists li {
    width: calc(33.33% - 10px);
    border: 2px solid transparent;
    position: relative;
    margin: 10px 3px;
}
#amneties .amneties-list li {
    width: calc(33.33% - 5px);
}
#amneties .amneties-list li img {
    width: 16px;
    margin-right: 6px;
}
#amneties .amneties-list li p {
    line-height: 20px;
}
.section-title-alt {
    font-size: 36px;
}
#health-swiper.other-roomswiper .spa-content {
    padding: 20px 25px 15px 25px;
    background-color: #fff;
}
#health-swiper.other-roomswiper .spa-content p {
    overflow: visible;
    display: inline-block;
}
#health-swiper.other-roomswiper .spa-image {
    overflow: hidden;
}
#health-swiper.other-roomswiper .spa-image img {
    transition: all 1s ease-in-out;
}
#health-swiper.other-roomswiper .swiper-slide:hover .spa-image img {
    transform: scale(1.05);
}
#health-swiper.other-roomswiper .spa-content h4 {
    font-size: 28px;
}
#cuisines {
    padding: 0;
}

#cuisines .cuisine-card .cuisine-card-image {
    overflow: hidden;
}
#cuisines .cuisine-card .cuisine-card-image img {
    transition: all 1s ease-in-out;
}
#cuisines .cuisine-card:hover .cuisine-card-image img {
    transform: scale(1.05);
}
.cuisine-six-content {
    padding: 0;
}
.room-text {
    padding: 20px 5px;
}
#rooms .single-room {
    margin-bottom: 50px;
}
.expericence-details {
    position: relative;
    z-index: 0;
    transform: none;
    width: 100%;
    left: 0;
    bottom: auto;
    padding: 20px 5px;
}
.expericence-details h3 {
    text-align: left;
}
.expericence-details p {
    font-size: 14px;
    text-align: justify;
}
.grid-land1 a,
.grid-land2 a,
.sq-grid-large a {
    width: 100%;
    height: 100%;
    display: block;
}
.grid-land1 a img,
.grid-land2 a img,
.sq-grid-large a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-button-wrapper a {
    border: 2px solid #5a0034;
}
#off-canvas-menu #main-menu {
    padding-top: 50px;
}
.exp-image {
    margin-bottom: 24px;
}
.exp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.exp-content {
    padding: 10px 40px 30px 20px;
    /* position: sticky; */
    /* top: 60px; */
    height: 100%;
    position: relative;
}
.exp-content:before {
    content: "";
    position: absolute;
    bottom: 75px;
    left: 10px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #eaeaea;
    transform: scaleY(1.0001);
}
.exp-content p {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: justify;
}
.exp-content a {
    position: absolute;
    bottom: 25px;
    padding-top: 20px;
}
.booking-sticker .guests-number-box {
    top: auto;
    bottom: 100%;
}
.booking-sticker .guests-number-box .close-box {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
    font-size: 11px;
}
.container-custom .cuisine-card-desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 5px;
}
#cuisines .cuisine-card {
    margin-bottom: 0px;
}
#cuisines .cuisine-card-desc h4 {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 15px;
}
.culinary-section {
    margin: 60px 0;
}
#cuisines .cuisine-card-desc p {
    display: block;
}
.grid-box {
    margin-bottom: 15px;
}
.grid-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.offer-single-details h2 {
    font-size: 32px;
}

.booking-1.text-intro {
    padding-top: 120px;
}
.main-section h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.main-section h1 small {
    display: block;
    font-size: 18px;
}
.padding-section{
    padding: 50px 0;
}
.acc-includes h2{
    font-size: 32px;
    margin-bottom: 20px;
}
.custom-gutter{
    --bs-gutter-x:2.5rem;
}
.limited-text p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.limited-text{
    margin-top: 6px;
    margin-bottom: 12px;
}
.footer-content .title{
    font-family: "Unna", sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}
.footer-content ul li{
    margin-bottom: 5px;
}
.footer-content ul li a:hover{
    color: #d9ac59;
}
.includes-content{
    padding:0 25px;
}
.includes-content ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    list-style-type: disc;
    text-align: left;
    padding-left: 25px;
}
.includes-content ul li{
    width: calc(50% - 25px);
    margin-bottom: 15px;
}
.ctas{
    background-color: #d9ac59;
    color:#fff;
}
.ctas h2{
    font-size: 36px;
}
.address-ctas h2{
    font-size: 36px;
}
.features-list{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:25px;
    flex-wrap:wrap;
    margin-bottom:25px;
}
.features-list li{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
}
.features-list li img{
    height: 20px;
}
.event-image{
    width: 100%;
    aspect-ratio: 16 / 9;
}
.event-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.event-desc{
    padding:0 10px;
}
.event-desc p{
    font-size:14px;
}
.event-desc h3{
    font-size:24px;
}

@media only screen and (min-width: 1200px) {
    .exp-image,
    #rooms .single-room .room-img,
    #cuisines .cuisine-card .cuisine-card-image {
        height: 650px;
    }
}
@media only screen and (max-width: 1024px) {
    .wed-image {
        height: auto;
    }
    .wed-content {
        padding: 30px 60px;
    }
    #testimonials {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 600px) {
    body,
    p {
        font-size: 14px;
    }
    .nav-phone .colored-button {
        border: none;
    }
    .nav-phone .colored-button span {
        display: none;
    }
    .menu-toggle {
        height: 20px;
        width: 35px;
    }
    header {
        padding: 10px 0;
    }
    header nav #logo img {
        height: 50px;
    }
    header nav {
        height: 70px;
    }
    .container-custom {
        max-width: 1620px;
        padding-left: 1rem;
        padding-right: 1rem;
        display: block;
        margin: 0 auto;
    }
    header.sticky nav {
        height: 50px;
    }
    header.sticky nav #logo img {
        height: 40px;
    }
    header.sticky.colored nav #logo,
    header nav #logo {
        width: auto;
    }
    #landing {
        margin-top: 90px;
    }
    #bookbutton {
        display: block;
        margin-right: 0;
        transform: scale(0.5);
        transform-origin: right;
    }
    #intro-section h1 {
        font-size: 42px;
    }
    .parent {
        display: block;
    }
    .parent > div {
        margin-bottom: 32px;
    }
    .booking-sticker {
        width: 100%;
        height: 100vh;
        position: fixed;
        padding: 120px 10px;
        display: none;
    }
    .book-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .booking-sticker .form-group {
        margin-bottom: 24px;
    }
    .booking-sticker button {
        margin-top: 32px;
    }
    #intro-section {
        padding-top: 80px;
    }
    .intro-wrapper {
        height: auto;
        margin-top: 90px;
    }
    .game-image {
        height: auto;
    }
    .game-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
    #etables {
        padding-bottom: 30px;
    }
    #casino-intro {
        padding-top: 30px;
    }
    .secondary-imaage {
        margin-bottom: 10px;
    }
    .room-feature-lists li {
        width: calc(50% - 10px);
    }
    #amneties .amneties-list li {
        width: 100%;
    }
    #fitness .spa-image {
        height: auto !important;
    }
    .game-text {
        margin-bottom: 30px;
    }
    .cuisine-card-desc h4 {
        font-size: 22px;
    }
    .text-intro {
        padding: 40px 0;
    }
    .cuisine-six-content {
        padding: 10px 10px;
        text-align: center;
    }
    .text-intro h2 {
        font-size: 24px;
    }
    .text-intro br {
        display: none;
    }
    .cuisine-six-content p:not(.cuisine-text-big) {
        text-align: center;
        text-align-last: center;
    }
    .cuisine-six-content .text-center img {
        margin: 0 auto;
    }
    .cuisine-six-content .text-center:last-of-type {
        margin-top: 25px;
    }
    #health-swiper.other-roomswiper .spa-content {
        padding: 10px 14px;
        padding-bottom: 30px;
    }
    #health-swiper.other-roomswiper .spa-content h4 {
        font-size: 22px;
    }
    .six-grid {
        padding-bottom: 0px;
    }
    .six-grid h3 {
        line-height: 1;
    }
    #off-canvas-menu {
        padding-top: 50px;
    }
    #rooms .single-room .room-title {
        margin-top: 0;
    }
    .contact-button-wrapper a {
        width: 100%;
        margin-right: 0;
    }
    #intro-content .text-size-20 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .booking-1.text-intro {
        padding-top: 80px;
        padding-bottom: 10px;
    }
    
    .text-intro h2 small {
        font-size: 50% !important;
    }
    .home-size{
        height: 300px;
    }
    .grid-package-content{
        margin-bottom: 25px;
    }
    #wedding .swiper{
        margin-top: 40px;
    }
    #footer{
        text-align: center;
    }
    .footer-content{
        margin-bottom: 30px;
    }
    .footer-logo{
        display: flex;
        justify-content: center;
    }
    .social-block{
        margin:20px 0;
    }
    #menu p{
        display: none;
    }
    /* .text-intro{
        margin-top:70px !important;
    } */
    /* .intro-wrapper{
        margin-top:0 !important;
    } */
    .includes-content ul{
        display:block;
    }
    .includes-content ul li{
        width: 100%;
    }
}
