body{
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
    url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Newsreader 60pt';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Newsreader60pt-Light.woff2') format('woff2'),
        url('../fonts/Newsreader60pt-Light.woff') format('woff');
}

:root {
    --goldenrod: #D6B238;
    --lightTan: #DED0AB;
    --black: #000000;
    --white: #ffffff;
    --dark-gray: #666666;
    --font-roboto: 'Roboto';
    /*--font-newsreader: 'Newsreader 16pt';*/
    --font-newsreader: 'Newsreader 60pt';
}

h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding: 0px;
    font-family: var(--font-newsreader);
}
p{
   margin: 0px;
   padding: 0px;
   font-family: var(--font-roboto);
}

.parallax-container{
    position: relative;
    overflow: hidden;
    height: 80vh;
}
.parallax-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}


ul.navbar-nav .nav-link {
    color: var(--dark-gray);
    font-weight: 400;
    margin: 0 0.6rem;
    font-family: var(--font-roboto);
    font-weight: 500;
    letter-spacing: 1.5px;
}
ul.navbar-nav .nav-link:hover {
    color: var(--goldenrod);
}

.navbar-brand img{
    width: 100%;
    max-width: 180px;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--goldenrod);;
}

.nav-link:focus, .nav-link:hover {
    color: var(--goldenrod);
}

.social-icons a {
  color: var(--goldenrod);
  font-size: 1.2rem;
  margin-left: 1rem;
}

.social-head {
    position: absolute;
    right: 0;
    top: 0;
}
.social-head a {
    color: transparent;
}
.social-head a img {
    width: 100%;
    max-width: 28px;
    margin-left: 6px;
    transition: all 0.3s ease;
}
.social-head a:hover img{
    transform: scale(1.2);
}

nav .navbar-nav{
    margin-top: 50px;
}

ul.navbar-nav li.nav-item:last-child a.nav-link {
    padding-right: 0;
    margin-right: 0;
}


/*hero-section-css*/
.video-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.overlay-box {
    width: 100%;
    max-width: 890px;
}
.video-section .youtube-iframe{
    width: 100%;
    aspect-ratio: 16/9;
    pointer-events: none;
}
.video-section .youtube-sound-toggle{
    z-index: 1;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    width: 45px;
    height: 45px;
    font-size: 18px;
    bottom: 30px;
    right: 30px;
}
@media(max-width: 768px){
    .video-section .youtube-sound-toggle{
        width: 30px;
        height: 30px;
        font-size: 12px;
        bottom: 15px;
        right: 10px;
    }
}

.overlay-content {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    bottom: 15%;
    right: 0px;
    left: 0px;
    max-width: 1140px;
    margin: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 35px 40px;
}

.overlay-box p {
    margin: 0;
    color: var(--black);
    font-size: 28px;
    font-family: var(--font-newsreader);
    letter-spacing: 1.5px;
    font-weight: 500;
}

.btn-book {
    background-color: var(--goldenrod);
    color: var(--white);
    border: none;
    margin-left: 20px;
    padding: 10px 20px;
    width: 100%;
    max-width: 210px;
    font-size: 20px;
    border-radius: 0;
    font-family: var(--font-roboto);
    font-weight: 500;
    letter-spacing: 1.5px;
}

.btn-book:hover {
    background-color: #c49e28;
    background: var(--black);
    color: var(--goldenrod);
    transition: all 0.5s ease;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: var(--black);
    color: var(--goldenrod);
}

a, img{
    transition: all 0.5s ease;
}



/*hero-section-css*/



.web-heading-box h2 {
    color: var(--goldenrod);
    font-size: 56px;
    font-family: var(--font-newsreader);
    font-weight: normal !important;
}

.web-heading-box p {
    color: var(--dark-gray);
    line-height: 40px;
    font-size: 20px;
    padding: 0 12px;
    font-family: var(--font-roboto);
}
.web-heading-box hr {
    width: 100%;
    max-width: 180px;
    border-color: var(--goldenrod);
    opacity: 0.5;
}
.reserve-slice-sn 
.web-heading-box hr {
    border-color: var(--white);
}



.feature-bar-sn .bg-goldenrod {
 position: absolute;
 top: 0px;
 right: 0;
 left: 0;
 background-color: var(--goldenrod);
 color: white;
 padding: 40px 15px;
 z-index: 1;


}

.feature-main-box {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.feature-icon {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.feature-box-wrap:hover .feature-icon img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.feature-box-wrap .feature-icon img {
    width: 100%;
    max-width: 45px;
    margin-bottom: 10px;
}



.reserve-slice-sn .web-heading-box a.btn {
    font-family: var(--font-roboto);
    font-size: 26px;
    padding: 15px 41px;
    border-radius: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.reserve-slice-sn .web-heading-box h2 {
    color: #fff;
}



.py-10 {
    padding-top: 100px;
    padding-bottom: 75px;
}
.px-10 {
    padding: 0 100px;
}
.pt-10{
    padding-top: 100px;
}
.pb-10{
    padding-bottom: 100px;
}


.mt-6 {
    margin-top: 25px;
    margin-bottom: 35px;
}



/*acbout-wonders-css*/
.about-section {
    border: 1px solid var(--goldenrod);
    padding: 2rem;
    box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 9%);
}

.gallery-overlay-box {
    overflow: hidden;
    line-height: 0;
    height: 100%;
}
.about-section:hover .gallery-overlay-box img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.about-section .web-heading-box p {
    padding: 0 0;
    margin-bottom: 25px;
    line-height: 34px;
    font-size: 18px;
}
.about-section .web-heading-box p:last-child,
.single-description-wrap p:last-child {
    margin-bottom: 0;
}

/*acbout-wonders-css*/
.single-description-wrap p {
    margin-bottom: 25px;
    padding: 0 6px;
    line-height: 36px;
}


.gallery-card-sn .room-card {
  border: 1px solid #d6b23880;
  box-shadow: 4px 7px 8px rgb(0 0 0 / 16%);
  margin-bottom: 2rem;
  border-radius: 0px;
}
.gallery-card-sn .room-title {
  font-family: var(--font-newsreader);
  color: var(--goldenrod);
  font-weight: 500;
  font-size: 52px;
}
.gallery-card-sn .room-description {
  font-size: 16px;
  color: var(--dark-gray);
}

.gallery-card-sn p.sub-title {
    font-family: var(--font-newsreader);
    color: var(--dark-gray);
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
}

.gallery-card-sn hr {
    border-color: var(--goldenrod);
    opacity: 1;
}
.gallery-card-sn .room-card:hover .gallery-overlay-box img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.room-card a.btn-book {
    background: transparent;
    border: 1px solid var(--goldenrod);
    color: var(--goldenrod);
}
.room-card a.btn-book:hover{
    background: var(--goldenrod);
    color: var(--white);
}


.amenities-list {
  list-style: none;
  padding: 0;
}
.amenities-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: var(--dark-gray);
  font-family: var(--font-roboto);
  font-size: 20px;
}
.amenities-list li::before {
  content: "•";
  color: goldenrod;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.amenities-section {
  padding: 60px 0 50px;
  text-align: center;
}
.amenity-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--dark-gray);
  font-size: 18px;
  text-align: left;
  font-family: var(--font-roboto);
  font-weight: 500;
}
.amenity-item i {
  font-size: 1.4rem;
  color: #B58740;
  margin-right: 12px;
}
.amenity-item img {
    margin-right: 20px;
    width: 100%;
    max-width: 30px;
}



/*accordion-css*/
.accordion-button:not(.collapsed) {
  color: #c2a432;
  background-color: #fff;
}

.accordion-button {
    font-weight: 500;
    font-size: 22px;
    font-family: var(--font-roboto);
    letter-spacing: 1.5px;
}
.accordion-item button.accordion-button {
    padding: 18px 45px 18px 45px;
}

#infoAccordion .accordion-item {
    margin-bottom: 15px;
    border: 1px solid var(--goldenrod);
    border-radius: 0;
}

.accordion-header {
  background-color: #fff;
}

.accordion-body {
  font-size: 18px;
  color: var(--dark-gray);
  padding: 18px 45px 18px 45px;
}

.accordion-button::after {
  filter: invert(50%);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:hover {
  background-color: #fafafa;
}

.highlight-title {
  color: var(--goldenrod);
  font-weight: 500;
  font-size: 22px;
  font-family: var(--font-roboto);
  letter-spacing: 1.5px;
}

/*accordion-css*/


/*gallery-slider-css*/

.gallery-slider-section .swiper-container {
    overflow: hidden;
}
.gallery-slider-section .swiper-container .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.pagination-gallery-swiper path {
    fill: var(--white);
}
.pagination-gallery-swiper .swiper-button-next {
    right: 30px;
}
.pagination-gallery-swiper .swiper-button-prev {
    left: 30px;
}
.thumbsSlider-main-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    color: var(--dark-gray);
    font-family: var(--font-roboto);
    font-size: 16px;
    padding: 30px 0;
}

.thumbsSlider-main-swiper {
    border-bottom: 1px solid #ddd;
}
.thumbsSlider-main-swiper .swiper-slide-thumb-active {
    color: var(--goldenrod) !important;
    border-bottom: 3px solid var(--goldenrod) !important;
}
/*gallery-slider-css*/


/*Testimonial-slider-css*/
.testimonial-carousels {
    overflow: hidden;
}
.testimonial-card {
    border: 1px solid #e0d8c9;
    padding: 25px 25px;
    border-radius: 0;
    background-color: #fff;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    width: 100%;
    border: 1px solid #d6b23854;
}
.testimonial-card .avatar-circle {
  background-color: var(--goldenrod);
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-family: var(--font-roboto);
  font-weight: 300;
}
.testimonial-card .client-title h6 {
    font-family: var(--font-roboto);
    font-weight: 400 !IMPORTANT;
    color: var(--black);
    font-size: 18px;
}
.testimonial-card .client-title small{
    color: #878787;
    font-family: var(--font-roboto);
}
.testimonial-card .small {
    text-align: justify;
    font-size: 16px;
}
.testimonial-card .read-more {
    color: #878787;
    cursor: pointer;
    font-size: 0.875rem;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

section.testimonial-card-sn {
    background: var(--lightTan);
    z-index: 0;
}
section.testimonial-card-sn hr.line-light {
    border: 1px solid var(--white);
    opacity: 0.5;
}
section.testimonial-card-sn .web-heading-box h2 {
    color: var(--white);
}
section.testimonial-card-sn .web-heading-box hr {
    border-color: var(--white);
}
.testimonial-carousels  span.swiper-notification {
    display: none;
}
.testimonial-card-sn .pagination-gallery-swiper {
    position: absolute;
    top: 65%;
    right: 0;
    left: 0;
}
.testimonial-card-sn .pagination-gallery-swiper .swiper-button-next {
    right: -60px;
}
.testimonial-card-sn .pagination-gallery-swiper .swiper-button-prev {
    left: -60px;
}
/*Testimonial-slider-css*/


.rating-card-wraper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 85px;
}
.awards-rating-sn .rating-card {
    background: var(--white);
    padding: 15px 35px;
    border: 1px solid #d6b23880;
    box-shadow: 4px 7px 8px rgb(0 0 0 / 16%);
    height: 100%;
    line-height: 0;
}
.awards-rating-sn .rating-card > img {
    height: 235px;
    object-fit: contain;
}
.awards-rating-sn .rating-card:hover img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.watermark-box {
    position: absolute;
    bottom: 33px;
    z-index: -1;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}



/*contact-info-css*/
.contact-title {
  color: #d4af37;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.form__input-text {
  margin-bottom: 15px;
}
.form__input-text-error{
    color: #ff2e2e;
}


form.contact-form-wrap button.btn {
    background: var(--goldenrod);
    color: var(--white);
    border-radius: 0;
    width: 100%;
    max-width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: var(--font-roboto);
    font-weight: 500;
    letter-spacing: 1.5px;
}
form.contact-form-wrap button.btn:hover {
   background: var(--black);
}
.contact-info i {
  color: #d4af37;
  margin-right: 10px;
}
.contact-info a {
  color: #000;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}
/*contact-info-css*/



form.contact-form-wrap input.form-control, 
form.contact-form-wrap textarea.form-control {
    padding: 12px 20px;
    border-radius: 0;
    color: #878787;
    font-size: 18px;
    font-family: var(--font-roboto);
}

form.contact-form-wrap input.form-control::placeholder, 
form.contact-form-wrap textarea.form-control::placeholder {
    color: #878787;
}
.contact-info > p {
    display: flex;
    gap: 30px;
    font-size: 20px;
    margin-bottom: 30px;
    align-items: center;
}
.contact-info > p a{
    font-family: var(--font-roboto);
    font-weight: 500;
    color: var(--dark-gray);
}
.contact-info > p img {
    width: 100%;
    max-width: 35px;
    object-fit: contain;
}
.contact-info > p:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.copyright, .copyright p{
    font-size: 14.5px;
    color: #878787;
    font-weight: 500;
    letter-spacing: 0.5px;
}
footer hr {
    border-color: var(--goldenrod);
    opacity: 0.5;
}

.accordion-item button.accordion-button::after {
   background-image: url('../images/gold-arrow-icon.png') !important;
   filter: initial;
   width: 25px;
   height: 20px;
   margin-top: 6px;
}
/*
.accordion-item button.accordion-button::before {
    content: "";
    width: 25px;
    height: 20px;
    margin-right: 8px;
    background-image: url('../images/gold-arrow-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 30px;
}

*/


/*it's-tabs-swiper-css*/


.tabs-content {
    display: none;
}

.tabs-content.active {
    display: block;
}


ul.main_tabslist {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.main_tabslist li.active {
    font-weight: bold;
    color: var(--goldenrod);
    cursor: pointer;
    border-bottom: 3px solid;
}
ul.main_tabslist li {
    width: 100%;
    text-align: center;
    padding: 20px  0;
    font-family: var(--font-roboto);
    font-color: var(--dark-gray);
    font-size: 16px;
}

/*it's-tabs-swiper-css*/


.f-carousel img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 500px;
    object-fit: cover;

}

.tabs-swiper .tabs-container {
    width: 100%;
    height: 500px;
}
.f-button svg {
    width: 40px;
    height: 40px;
    stroke: #fff;
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: 30px;
}
.is-horizontal.is-ltr .f-button.is-arrow.is-next {
    right: 30px;
}


@media(min-width: 1440px){

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
    .overlay-content {
        max-width: 1285px;
    }

}


@media(max-width: 1366px){
    ul.main_tabslist li {
        font-size: 14px;
    }
}

@media(max-width:1200px){
    .rating-card-wraper {
        gap: 30px;
    }
    .watermark-box {
        max-width: 915px;
    }
    .web-heading-box h2 {
        font-size: 45px;
    }
    .web-heading-box hr {
        max-width: 110px;
    }
    .gallery-card-sn .room-title {
        font-size: 32px;
    }
    .gallery-card-sn p.sub-title {
        font-size: 22px;
    }
    .btn-book {
        font-size: 16px;
        border: 1px solid var(--white);
    }
    .overlay-content {
        max-width: 935px;
    }
    .py-10 {
        padding-top: 80px;
        padding-bottom: 55px;
    }
    .pt-10 {
        padding-top: 0;
    }
    .reserve-slice-sn .web-heading-box {
        bottom: 20px;
    }
    .reserve-slice-sn .web-heading-box a.btn {
        font-size: 18px;
        padding: 15px 18px;
    }

    .mobile-overlay {
        display: none;
    }

}

@media(max-width: 1024px){

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        margin-right: auto;
        margin-left: 0 !important;
    }
    .container, .container-md, .container-sm {
        max-width: 90%;
    }


    #toggle {
      width: 28px;
      height: 30px;
      margin: 10px auto;
  }

  #toggle div {
    width: 100%;
    height: 2px;
    background: var(--black);
    margin: 8px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
    margin-bottom: 0;
}
button.navbar-toggler {
    align-items: center;
    display: flex;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(9px, -9px);
}
.overlay-content {
    max-width: 90%;
}
.overlay-box p {
    font-size: 22px;
}
.px-10 {
    padding: 0 15px;
}
.web-heading-box p {
    font-size: 16px;
}
.amenities-list li {
    font-size: 16px;
}
.gallery-slider-section .swiper-container .swiper-slide img {
    height: 365px;
}
form.contact-form-wrap button.btn {
    max-width: 255px;
    font-size: 18px;
}
.contact-info > p img {
    max-width: 25px;
}


.collapse-mobile.navbar-collapse.active {
    left: 0;
    opacity: 1;
}
.collapse-mobile {
    position: fixed !important;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100vh;
    background: var(--bg-body);
    border-right: 1px solid var(--dark-bluish-color);
    opacity: 0;
    transition: left 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
    padding: 12px 15px;
    z-index: 11;
    background: #fff;
}
.mobile-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006e;
    top: 0;
    right: -100%;
    transition: right 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}
.collapse-mobile.navbar-collapse.active .mobile-overlay {
    opacity: 1;
    pointer-events: auto;
}
#menu {
  display: none;
}

#menu.visible {
  display: block;
}
button.close_btn {
    position: absolute;
    border: none;
    background: var(--goldenrod);
    right: 8px;
    width: 100%;
    max-width: 30px;
    top: 8px;
    border-radius: 2px;
    height: 30px;
}
button.close_btn img {
    filter: invert(1);
}
}

@media(max-width: 768px){

    .rating-card-wraper {
        gap: 25px;
    }
    nav .navbar-nav {
        margin-top: 25px;
    }
    .video-banner img {
        object-fit: cover;
    }





    .gallery-slider-section .swiper-container .swiper-slide img {
        height: 265px;
    }
    .pagination-gallery-swiper .swiper-button-next {
        right: 0;
        padding: 8px;
    }
    .pagination-gallery-swiper .swiper-button-prev {
        left: 0;
        padding: 8px;
    }
    .overlay-content {
        padding: 20px 35px;
        background: rgba(255, 255, 255, 0.7);
        max-width: 700px;
    }

    .overlay-box p {
        font-size: 20px;
    }
    .btn-book {
        max-width: 165px;
    }

    .f-carousel img {
        height: 250px;

    }

    .tabs-swiper .tabs-container {
        height: 250px;
    }  
    .is-horizontal.is-ltr .f-button.is-arrow.is-next {
        right: 10px;
    }
    .is-horizontal.is-ltr .f-button.is-arrow.is-prev {
        left: 10px;
    }
    ul.main_tabslist li {
        border-bottom: 1px solid #ddd;
    }
   .pb-10 {
    padding-bottom: 65px;
} 
}

@media(max-width: 767px){
    .overlay-content {
        background: transparent;
    }
    .reserve-slice-sn 
    .web-heading-box hr {
        margin-bottom: 15px;
    }
    .about-section .web-heading-box h2 {
        text-align: center;
    }
    .rating-card-wraper {
        grid-template-columns: 1fr;
    }
    .awards-rating-sn .rating-card {
        padding: 30px 30px;
    }
    .awards-rating-sn .rating-card > img {
        height: 100%;
    }
    .btn-book {
        max-width: 100%;
    }

    nav.navbar .container {
        display: grid;
        grid-template-columns: 5fr 1fr;
    }
    nav.navbar  a.navbar-brand {
        margin-right: 0;
        padding-right: 0;
        text-align: center;
    }
    section.testimonial-card-sn {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 65px;
}
    .testimonial-card-sn .pagination-gallery-swiper .swiper-button-next {
        right: -32px;
        padding: 8px;
    }
    .testimonial-card-sn .pagination-gallery-swiper .swiper-button-prev {
        left: -32px;
        padding: 8px;
    }
    .thumbsSlider-main-swiper .swiper-wrapper {
        display: block;
    }
    .thumbsSlider-main-swiper .swiper-wrapper .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        padding: 16px 0;
        border-bottom: 1px solid  #ddd;
    }
    .about-section {
        padding: 20px;
    }
    .px-10 {
        padding: 0 15px;
        padding-top: 25px;
    }
    .about-section .web-heading-box p {
        margin-bottom: 18px;
        line-height: 25px;
        font-size: 16px;
    }
    .web-heading-box hr {
        margin: auto;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .box-image-content .web-heading-box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: inherit;
        right: 0;
        left: 0;
        padding: 35px 25px;
    }
    .box-image-content {
        height: 350px;
    }
    .box-image-content .web-heading-box hr {
        margin-bottom: 15px;
    }
    .box-image-content img {
        height: 100%;
        object-fit: cover;
    }
    .feature-main-box {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .feature-main-box .feature-box-wrap {
        background: var(--goldenrod);
        padding: 30px 0;
    }
    .feature-bar-sn .bg-goldenrod {
        position: inherit;
        background-color: var(--white);
        padding: 0 15px;

    }
    .accordion-item button.accordion-button {
        padding: 18px 20px 18px 20px;
    }
    .accordion-button {
        font-size: 18px;
    }
    .highlight-title {
        font-size: 18px;
    }
    .accordion-body {
        font-size: 16px;
        padding: 18px 20px 18px 20px;
    }
    .web-heading-box h2 {
        font-size: 42px;
    }

    .contact-info > p img {
        max-width: 25px;
    }
    .contact-info > p {
        font-size: 16px;
    }
    .reserve-slice-sn .web-heading-box a.btn {
        width: 100%;
    }
    .amenities-list li {
        font-size: 16px;
    }
    .amenities-list li:last-child{
        margin-bottom: 0px;
    }
    .web-heading-box p {
        line-height: 28px;
        font-size: 16px;
    }
    section.gallery-card-sn .web-heading-box {
        text-align: left !important;
    }

    .watermark-box {
        bottom: 0;
        top: 55px;
        overflow: hidden;
    }
.watermark-box img {
    height: 100%;
    object-fit: contain;
}

}

@media(max-width: 500px){
  .mobile-overlay {
    display: block;
} 
}

footer a{
    color: #666666;
    text-decoration: none;
}
footer a:hover{
    color: #D5B137;
}
