 @import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 :root {
        --clr-white: #fff;
        --clr-black: #111;
      }

      * {
        margin: 0;
        padding: 0;
      }
   
      .whatsapp{
         position: fixed;
  right: 36px;
  bottom: 150px;
  width: 35px;
  height: 35px;
      }
 /* .back_to_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  border-radius: 0.4rem;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 0 0.5rem rgb(231, 231, 231);
  transition: all 0.2s ease-in-out;
  transform: translateY(-30rem);
} */
.slide1 {
  position: relative;
}
.play-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
}
.play-btn img:hover{
  filter: brightness(0) saturate(100%) invert(21%) sepia(92%) 
          saturate(7486%) hue-rotate(357deg) brightness(99%) contrast(117%);
}

ion-icon {
  color: #B18E72;
  font-size: 30px;
}
.back_to_top.show {
  z-index: 999;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  transform: translateY(0rem);
}
.dropdown {
    position: relative;
}

.dropdown-menu-custom {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    border-radius: 8px;
    padding: 10px 0;
    list-style: none;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

body{
  overflow-x: hidden !important;
}
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu-custom {
        display: block !important;
        opacity: 1;
        visibility: visible;
    }
    .site-logo img {
        width: 100px !important;
      }
}

.dropdown-menu-custom li a {
    display: block;
    padding: 10px 16px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.dropdown-menu-custom li a:hover {
    background: #f3f3f3;
}

.dropdown-menu-mobile {
    display: none;
    list-style: none;
    padding-left: 10px;
}

.show-menu {
    display: block !important;
}

      .card1 {
        border: 0px !important;
      }
      .body {
        background-color: #eeeef0;
      }
     
    .navlink2 {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      color: #010101;
      position: relative;
      font-size: 14px;
    }

    .navlink2.active {
      color: #B38F6F !important;

    }
    .contact-btn2 {
    font-size: 13px;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #B38F6F;
    margin-right: 10px;
    padding: 10px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.contact-btn2:hover {
    background: #FFF9F1;
        background: linear-gradient(90deg, rgba(255, 249, 241, 1) 15%, rgba(242, 191, 128, 1) 69%);
        border-color: #fff;
}

.contact-btn2 a {
   color: #B38F6F !important;
}
.contact-btn2:hover a {
    color: #000 !important;
 }

button{
   font-family: "Montserrat", sans-serif;
}
.bottom-shadow {
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.3);
}
.shadow-top {
    box-shadow: 0px -8px 20px -10px rgba(0, 0, 0, 0.25);
}
      .body1 {
      
        /*overflow: hidden !important;*/
        margin: 8px;
        border-radius: 0px 0px 50px 50px;
      }
      .about-page{
        
              overflow: hidden !important;
              border-radius: 0px 0px 50px 50px;
      }
      .more ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;

        justify-content: space-between;
        align-items: center;
      }

      .more ul li {
        overflow: hidden;
        border: 1px solid var(--clr-white);
        /* position: relative; */
        transform: translateY(0);
        transition: 0.2s ease-in-out;
        margin-right: 15px;
      }

      a {
        display: inline-block;
        text-decoration: none;
      }

      main {
        width: 100%;
        height: 100vh;
        color: var(--clr-black);
        position: relative;
      }

      main aside {
        margin-top: 1.5em;
        max-width: 16.25rem;
        display: flex;
        flex-direction: column;
        gap: 0.5em;
      }

      main aside p {
        font-size: 0.9rem;
        color: var(--clr-black);
        line-height: 1.5;
      }

      @media screen and (min-width: 640px) {
        main aside {
          margin-top: 3em;
        }
      }

      .container1 {
        display: grid;
        gap: 1.5rem;
      }

      .card1 {
        background: var(--clr-white);
        border-radius: 1.2rem;
        position: relative;
        height: 100vh;

        p {
          position: absolute;
          right: 0;
          top: -1.25rem;

          a {
            font-size: 0.9rem;
            display: inline-block;
            color: var(--clr-black);

            &:hover {
              font-weight: 600;
            }
          }
        }

        .card-inner {
          position: relative;
          width: inherit;
          height: inherit;
          border-bottom-right-radius: 0;
        }

        .box {
          width: 100%;
          height: 100vh;
          background: var(--clr-white);
          border-radius: 1.2rem;
          overflow: hidden;
        }

        .imgBox {
          position: absolute;
          inset: 0;
          border-right: none;
        }
        .imgBox img{
           width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 1rem;
        }
         .imgBox2 {
          position: absolute;
          inset: 0;
          border-right: none;
        }
        .imgBox2 img{
           width: 100%;
          /* height: 100%; */
          object-fit: cover;
          border-radius: 1rem;
        }
     
      }
       .offcanvas-body ul{
        padding-left: 0px !important;
      }
      .offcanvas-body ul li{
        list-style-type: none;
      }
      .useful-link{
        font-family: "Montserrat", sans-serif;
      }
      @media (min-width: 992px) {
        .banner-center-text h2,.banner-center-text2 h2{
    font-size: 40px !important;
    font-weight: 500;
   font-family: "Montserrat", sans-serif;
}
         .ifrem-div {
        position: relative;
        margin-top: -25% !important;
        z-index: 99;
      }
       .navlink2 {
        color: #fff;
      }
        .banner-center-text {
            position: absolute;
            min-width: 800px;
            width: 100%;
            top:42% !important;
           
            color: #fff;  
        }
        .banner-center-text2{
           position: absolute;
            min-width: 800px;
            width: 100%;
             left: 50%;
              top:50% !important;
    transform: translate(-50%, -50%);
           
            color: #fff;  
        }
        .hero-title {
          color: #b38f6f;
        
          font-family: "Cinzel", serif;
          font-weight: 200 !important;
          font-style: normal;
          font-size: 45px !important;
        }
        .hero-title-sub{
        color: #b38f6f;
        font-family: "Cinzel", serif;
        font-weight: 200;
        font-size: 30px;
        }
        .hero-title-offer{
         color: #b38f6f;
         font-family: "Cinzel", serif;
        font-weight: 200;
        text-transform: uppercase;
        font-size: 30px;
      }
        .unfogottable {
          padding: 80px !important;
        }
      }

      .bannerImageBox {
    position: relative;
}

.bannerImageBox img {
    width: 100%;
    display: block;
}

.banner-center-text ,.banner-center-text2{
    position: absolute;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;  
}

.banner-center-text h2,.banner-center-text2 h2{
  font-family: "Cinzel", serif;
    font-size: 30px;
    font-weight: 500;
   /* font-family: "Montserrat", sans-serif; */
}

.banner-center-text p {
    font-size: 18px;
    margin-top: 10px;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: #fff !important;
}
.breadcrumb li a,.breadcrumb li{
   font-family: "Moderustic", sans-serif;
}
/* =========================================================================================== */
 
.about-page {
  background: var(--clr-white);
  font-family: "Moderustic", sans-serif;
  overflow: hidden !important;
  border-radius: 0 0 50px 50px;
}

.container1 {
  display: grid;
  gap: 1.5rem;
}

.bannerCard {
  background: var(--clr-white);
  border-radius: 1.2rem;
  position: relative;
  height: 80vh;
}

.bannerCard .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.bannerImageBox {
  position: absolute;
  inset: 0;
}

.bannerImageBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.navBarArea {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--clr-white);
  padding: 10px 0 10px 14px;
  border-bottom-left-radius: 1rem;
  z-index: 9999;
}

.navBarArea ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.navBarArea ul li {
  margin-right: 15px;
  transition: 0.2s ease-in-out;
}

.navBarArea::before {
  content: "";
  position: absolute;
  top: -0.10rem;
  left: -1.18rem;
  width: 1.2rem;
  height: 1.2rem;
  background: transparent;
  border-bottom-right-radius: 2rem;
  box-shadow: 0.31rem 0.31rem 0 0.31rem var(--clr-white);
  transform: rotate(-90deg);
}

.navBarArea::after {
  content: "";
  position: absolute;
  bottom: -1.18rem;
  right: -0.06rem;
  width: 1.2rem;
  height: 1.2rem;
  background: transparent;
  border-bottom-right-radius: 1rem;
  box-shadow: 0.31rem 0.31rem 0 0.31rem var(--clr-white);
  transform: rotate(-90deg);
}

.offcanvas {
  z-index: 10000 !important;
}

a {
  text-decoration: none;
}

      /* =================================unfogottable===================== */
      .unfogottable {
        padding: 50px 0px;
      }

    .hero-title {
  color: #b38f6f;
  font-family: "Cinzel", serif;
  font-weight: 200;
  font-size: 25px;
  /* text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25); */
}

      .hero-title-sub{
        color: #b38f6f;
           font-family: "Cinzel", serif;
        font-weight: 200;
        font-size: 25px;
      }
      .hero-title-offer{
         color: #b38f6f;
         font-family: "Cinzel", serif;
        font-weight: 200;
        text-transform: uppercase;

        font-size: 20px;
      }
      p {
        font-family: "Montserrat", sans-serif;
        font-style: normal;
      }

      .paragraph {
        font-family: "Montserrat", sans-serif;
        font-style: normal;
      }

      .feature-box {
        padding: 20px;
        width: 80%;
        height: 100%;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.4s ease-in-out;
       
      }

      .feature-box:hover {
        background-color: #d89a62;
      }

      .feature-box p {
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 500;
      }

      .feature-box img {
        width: 50px;
      }

      /* ==================about-hospitality========================= */
      .about-hospitality {
        padding: 80px 0px;
      }

      .location-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        transition: all 0.4s ease;
        overflow: hidden;
      }

      .location-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
        transition: all 0.4s ease;
        overflow: hidden;
      }

      .image-wrapper {
        position: relative;
        border-radius: 18px;
        overflow: hidden;
      }

      .image-wrapper {
        position: relative;
        border-radius: 18px;
        overflow: hidden;
      }

      .image-wrapper.coming-soon::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.55);
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: 1;
      }

      .image-wrapper.coming-soon::before {
        content: "COMING SOON";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        opacity: 0;
        z-index: 2;
        transition: opacity 0.5s ease;
        pointer-events: none;
      }

      .location-card:hover .coming-soon::after,
      .location-card:hover .coming-soon::before {
        opacity: 1;
      }

      .location-card:hover .image-wrapper::after {
        opacity: 1;
      }

      .image-wrapper img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        transition: transform 0.6s ease;
      }

      .image-badge {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.55);
        padding: 10px 20px;
        border-radius: 8px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        backdrop-filter: blur(4px);
        text-transform: uppercase;
      }

      .img-location-text {
        position: relative;
        color: #000;
        margin-bottom: 10px;
        transform: translateY(10px);
        opacity: 1;
        transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
      }

      .card-content {
        opacity: 1;
        max-height: 300px;
        padding-top: 15px;
      }

      .book-btn {
        background: #f7b365;
        color: #000;
        padding: 8px 25px;
        border-radius: 8px;
        transition: all 0.4s ease;
        z-index: 2;
      }

      .book-btn:hover {
        background: #f7b365;
        color: #000;
      }

      /* .location-card:hover .img-location-text {
      position: relative;
      bottom: -8px;
      left: 15px;
      color: #000;
      margin-bottom: 10px;
      transform: translateY(10px);
      opacity: 1;
      transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    }


    .location-card:hover .card-content {
      opacity: 1;
      max-height: 300px;
    } */

  
      .hospitality-hotel {
        margin-bottom: 80px;
      }

      .Escape {
        padding: 80px 0px;
      }

      .tagline {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        display: inline-block;
        border-bottom: 1px solid #b38f6f;
        padding-bottom: 5px;
        margin: 0 auto 10px;
      }

      .border-change {
        height: 300px;
        border: 1px solid #b38f6f;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        gap: 20px;
      }

      /* =========================slider==================== */
     
      .marquee-wrapper {
        overflow: hidden;
        width: 100%;
        margin-bottom: 30px;
        white-space: nowrap;
      }

      .marquee-wrapper .marquee-inner {
        display: flex;
        gap: 20px;
        align-items: center;
        will-change: transform;
        animation: slide 18s linear infinite;
      }

      .img-box {
        flex-shrink: 0;
        height: 300px;
        overflow: hidden;
        border-radius: 10px;
      }

      /*.img-box:nth-child(odd) {*/
      /*  width: 400px;*/
      /*}*/

      /*.img-box:nth-child(even) {*/
      /*  width: 180px;*/
      /*}*/

      .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
      }

      .img-box:hover img {
        transform: scale(1.1) rotate(3deg);
        filter: brightness(60%);
      }

      @keyframes slide {
        from {
          transform: translateX(0);
        }

        to {
          transform: translateX(-50%);
        }
      }

      .marquee-wrapper:nth-of-type(2) .marquee-inner {
        animation-direction: left;
      }

      .hospitality-hotel3 {
        padding: 80px 0px;
      }

      .contentBx {
        cursor: pointer;
      }

      .content_label {
        overflow: hidden;
        height: 0;
        transition: height 0.3s ease-out;
      }

      .sign {
        position: relative;
      }

      .plus_sign::before {
        font-family: "bootstrap-icons";
        content: "\f286";
        position: absolute;
        top: -3px;
        right: 8px;
        font-size: 14px;
        font-weight: 600;
        transition: 0.5s;
      }

      .plus_sign.active::before {
        transform: rotate(180deg);
      }

      .contentBx.active .plus_sign::before {
        transform: rotate(180deg);
      }

      .contentBx.active .content_label {
        height: auto;
      }

      .label {
        font-size: 16px;
      }

      .plus_sign {
        font-size: 12px;
      }

      .faq-box {
        background-color: #ececec;
      }

      .faq-box.active {
        background-color: #b38f6f !important;
        color: #fff !important;
      }

      .faq-box.active .label,
      .faq-box.active .content_label,
      .faq-box.active .plus_sign {
        color: #fff !important;
      }

      .site-logo {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 10;
      }

      .site-logo img {
        width: 80px;
      }

      /* ===================footer======================== */
      footer {
        border-radius: 50px 50px 0px 0px;
        padding: 50px 0px;
         font-family: "Montserrat", sans-serif;
      }

      .footer-icon-box {
        background-color: #b38f6f;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .footer-icon-box i {
        color: #fff;
      }

      .comp {
        white-space: normal;
      }

      .contact-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
      }

      .footer-icon-box {
        flex: 0 0 40px;
        
      }

      .contact-text {
        flex: 1;
        white-space: normal;
        line-height: 1.4;
      }

      .ifrem-div iframe {
        width: 100%;
        height: 250px;
        border-radius: 30px;
      }
     
    .logo-box {
        width: 60px;
        height: 60px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
      }

    .logo-box img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
/* ============================================ resto page ============ */
