@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --style-font: 'Cormorant Garamond', serif;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Arial', serif;
}
html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden !important;
}
section {
  padding: 3.111rem 0;
}
@media (max-width:991px) {
  section {
    padding: 1.175rem 0;
  }
}
::selection {
  color: #cda45e;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-thumb {
  background: #14241E;
}
a {
  color: inherit;
  text-decoration: none !important;
}
.flex {
  display: flex;
}
.gold-head {
  color: #A48154;
  font-family: Cinzel!important;
}

.container .link-btn,
.link-btn {
  position: relative;
    display: inline-block;
    overflow: hidden;
 
    background: #E3E3E3;
    border-radius: 0;
    cursor: pointer;
    padding: 17px 33px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-align: center;
    z-index: 1;
  
    transition: .5s;

  font-family: 'Barlow', sans-serif;
} 
 .link-btn:hover {
  background-color: #DBA765;
    color: #fff;
transition: all 0.3s ease;
  } 
.link-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #a26c57;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.fourth-button {
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border: 3px #97815b solid;
    position: relative;
    color: #97815b;
  }
  .fourth-button:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-left: 3px #97815b solid;
    border-top: 3px #97815b solid;
    transition: all 0.3s ease-in;
  }
  .fourth-button:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-right: 3px #e1d1b2  solid;
    border-bottom: 3px #97815b solid;
    transition: all 0.2s ease-in;
  }
  .fourth-button:hover::before {
    width: 50px;
    height: 50px;
    border-left: 3px #e1d1b2 solid;
    border-top: 3px #e1d1b2 solid;
  }
  .fourth-button:hover::after {
    width: 50px;
    height: 50px;
    border-right: 3px #e1d1b2   solid;
    border-bottom: 3px #e1d1b2   solid;
  }
  .fourth-button:hover {
    color: #e1d1b2 ;
    box-shadow: 0px 5px 25px 1px #e1d1b2 ;
    border-color: #97815b ;
  }
.navbar-brand img {
    width: 130px;
  }
  .navbar {
    align-items: center !important;
  }
  .royalnavbar{
    margin-top: 50px;
    padding: 10px;
  }
  .navbar .navbar-nav .nav-link {
    color:#222222;
    font-size: 1.1em;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #BA9B62 !important;
  }
  .nav-link:hover{
    color: #BA9B62 !important;
  }
  .navbar li a.active {
    color: #BA9B62 !important;
    transform: scale(1.05);
    border-bottom: 1px#BA9B62 solid !important;
 background-color: transparent;
  }
  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 120px;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
    }
  }
/* CAROUSEL */
.carousel-caption {
    top: 40%;
  }
  #carouselExampleFade {
    position: relative;
  }
  .carousel-caption h1 {
    font-family: var(--style-font);
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f2f2f2;
  }
  .carousel-caption h4 {
    color: #f2f2f2;
    font-family: var(--style-font);
    font-weight: bold;
  }
  .carousel-caption h5 {
    color: #f2f2f2;
    font-family: var(--style-font);
    font-weight: bold;
  }
  .c-item {
    height: 80vh;
  }
  .c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
  }
  @media only screen and (max-width: 300px) {
    .carousel-caption h1 {
      font-size: 30px;
    }
  }
  .carousel-item.active img{
    transition: transform 5s linear;
    transition-duration: infinite;
    transform: scale(1.05, 1.05);
  }
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A17727'  viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  }
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A17727' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 100% 100%;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 10%;
  }
  @media only screen and (max-width: 600px) {
  .carousel-caption{
    text-align: center;
  }
    }
  #line{
    margin: 10px auto;
    text-align: center;
    max-width: 500px;
    position: relative;
  }
  @media screen and (min-width: 700px) {
    #line:before {
        content: "";
        display: block;
        width: 100px;
        height: 5px;
        background: #f2f2f2;
        left: 0;
        top: 50%;
        position: absolute;
      }
      #line:after {
        content: "";
        display: block;
        width: 100px;
        height: 5px;
        background: #f2f2f2;
        right: 0;
        top: 50%;
        position: absolute;
      }
  }
  @media screen and (max-width: 700px) {
    #line:before {
        content: "";
        display: block;
        width: 10px;
        height: 5px;
        background: #f2f2f2;
        left: 0;
        top: 50%;
        position: absolute;
      }
      #line:after {
        content: "";
        display: block;
        width: 10px;
        height: 5px;
        background: #f2f2f2;
        right: 0;
        top: 50%;
        position: absolute;
      }
  }
  @media screen and (max-width: 300px) {
    #line:before {
        content: "";
        display: block;
        width: 30px;
        height: 5px;
        background: #f2f2f2;
        left: 0;
        top: 50%;
        position: absolute;
      }
      #line:after {
        content: "";
        display: block;
        width: 30px;
        height: 5px;
        background: #f2f2f2;
        right: 0;
        top: 50%;
        position: absolute;
      }
  }
  .slider {
    width: 100%;
    height: fit-content;
    overflow: hidden;
  }
  .items {
    width: fit-content;
    display: flex;
    animation: slide 50s linear infinite;
  }
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }


  

.about-image-part {
    max-width: 535px;
  }
  .about-image-part img {
    width: 60%;
  }
  .about-image-part .top-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .about-image-part .top-part img {
    margin-right: 3%;
  }
  .about-image-part .top-part .icon {
    color: rgba(0, 0, 0, 0.5);
    font-size: 65px;
    margin-bottom: 19%;
    width: 130px;
    height: 130px;
    background:  rgba(255, 255, 255, 0.9);
    line-height: 130px;
    border-radius: 50%;
    text-align: center;
  }
  @media only screen and (max-width: 575px) {
    .about-image-part .top-part .icon {
      width: 80px;
      height: 80px;
      font-size: 35px;
      line-height: 80px;
    }
  }
  .about-image-part .bottom-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -16%;
  }
  .about-image-part .bottom-part .video-play-text {
    position: relative;
    margin: 22% -10% 0 10%;
  }
  @media only screen and (min-width: 1400px) {
    .about-image-part .bottom-part .video-play-text {
      min-width: 210px;
    }
  }
  @media only screen and (max-width: 375px) {
    .about-image-part .bottom-part .video-play-text {
      margin-left: 5%;
      margin-right: -22%;
    }
  }
  .about-content-part .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 25px 5px;
    background: #F4F2F1;
  }
  @media only screen and (max-width: 575px) {
    .about-content-part .feature-list {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media only screen and (max-width: 375px) {
    .about-content-part .feature-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .about-content-part .feature-list .feature-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  @media only screen and (max-width: 767px) {
    .about-content-part .feature-list .feature-item {
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  
  .about-three-image-part .first-image {
    width: 30%;
    z-index: 2;
    position: relative;
  }
  .about-three-image-part .middle-image {
    width: 70%;
    z-index: 1;
    margin-top: 6%;
    margin-left: -12%;
    padding-bottom: 12%;
    position: relative;
  }
  .about-three-image-part .middle-image img {
    border-radius: 50%;
  }
  .about-three-image-part .last-image {
    width: 30%;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    margin-left: -18%;
  }
  .about-three-image-part img {
    width: 100%;
  }
  
  
  @media only screen and (max-width: 479px) {
    .about-three-image-part .video-play {
      top: 5%;
      right: 5%;
    }
  }
  @media only screen and (min-width: 1400px) {
    .about-content-three {
      padding-left: 100px;
    }
  }
  .about-content-three .feature-list .feature-item {
    width: 100%;
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 480px) {
    .about-content-three .feature-list .feature-item {
      width: 48%;
    }
  }
  

  .bg-images {
    background: rgba(0, 0, 0, 0.8);
    background-position: center;
    background-size: cover;
    height: 55vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

.section-video {
    height: 600px;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .v-details {
    max-width: 500px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    margin-right: 100px;
}
  .v-details h2 {
    color: #fff;
    font-weight: 700;
    text-align: left;
    font-family: var(--style-font);
  }
  .v-details p {
    margin-top: 15px;
    color: #ccc;
    text-align: left;
  }
  .v-details a.lh-header-btn.lh-header-wishlist.lh-video-icon {
    width: 70px;
    height: 70px;
    display: block;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    z-index: 5;
  }
  .v-modal-dialog {
    width: 800px;
    max-width: 960px;
    height: 100%;
    margin: 0% auto;
  }
  .v-modal-content {
    background-color: transparent;
    border: 0;
  }
  
  .v-bg {
    background-image: url('./images/WhatsApp Image 2024-03-17 at 10.51.29 (4).jpeg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .theme-about::before {
    content: "";
    background: url("images/1.png") no-repeat;
    background-size: 100%;
    width: 160px;
    height: 160px;
    position: absolute;
    left: -150px;
    top: 0;
    z-index: -1;
  }
  .lh-about-detail {
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
  }
  .lh-branches-paragraph {
    padding-bottom: 30px;
  }
  .lh-branches {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px dashed #000;
    border-radius: 15px;
  }
  
  
  .section-amenities {
    position: relative;
  }
  .section-amenities::before {
    content: "";
    background: url("images/4.png") no-repeat;
    background-size: 100%;
    width: 350px;
    height: 690px;
    position: absolute;
    left: -50px;
    bottom: 0;
    z-index: -1;
  }
  
  .amenities-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .amenities-detail .amenities-box {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .lh-amenities {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .lh-amenities-in {
    position: relative;
    padding: 24px;
  }
  .lh-amenities-in h4.side-number {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 55px;
    font-weight: 800;
    line-height: 55px;
    color: rgba(0, 0, 0, 0.05);
  }
  .lh-amenities-in .lh-top-dish {
    padding-bottom: 15px;
  }
  .lh-amenities-in .lh-top-dish img {
    width: 50px;
  }
  .lh-amenities-in .lh-top-dish svg {
    width: 50px;
    height: 50px;
  }
  .lh-amenities-in .lh-top-dish svg path, .lh-amenities-in .lh-top-dish svg circle {
    fill: #ed5b31;
  }
  .lh-amenities-in .amenities-contain h4.amenities-heading {
    font-size: 22px;
    color: #000;
    line-height: 1.2;
  }
  .lh-amenities-in .amenities-contain p {
    font-size: 14px;
    padding: 15px 0;
  }
  .lh-amenities-in .amenities-contain a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-weight: bold;
  }
  .lh-amenities-in .amenities-contain a i {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    margin-left: 2px;
  }
  .lh-amenities-in .amenities-contain a:hover i {
    margin-left: 5px;
  }
  
  .lh-amenities-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 0 0;
  }
  
  /* Responsive */
  @media screen and (max-width: 1550px) {
    .section-amenities::before {
      width: 260px;
      height: 508px;
    }
  }
  @media screen and (max-width: 1399px) {
    .section-amenities::before {
      width: 189px;
      height: 350px;
    }
    .section-amenities::after {
      width: 120px;
      height: 120px;
    }
    .section-amenities-tb:nth-child(3)::before {
      width: 130px;
      right: -150px;
    }
  }
  @media screen and (max-width: 1199px) {
    .amenities-detail {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .amenities-detail .amenities-box {
      width: 100%;
      padding: 24px;
    }
    .amenities-detail .amenities-box:last-child {
      padding-top: 0;
    }
    .amenities-detail .amenities-box img {
      border-radius: 15px;
    }
    .amenities-detail .amenities-box .lh-amenities-in {
      padding: 0;
    }
    .amenities-detail .amenities-box .lh-amenities-in h4.side-number {
      top: 0;
      right: 0;
    }
    .amenities-detail .amenities-box .lh-amenities-in .amenities-contain h4.amenities-heading {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 991px) {
    .section-amenities::before {
      width: 138px;
      height: 274px;
      left: -6px;
    }
    .lh-amenities-in {
      padding: 15px 0;
    }
    .lh-amenities-in .amenities-contain p {
      padding: 15px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .lh-amenities-in {
      padding: 15px 0;
    }
    .lh-amenities-in .amenities-contain p {
      padding: 5px 0;
    }
  }
  @media screen and (max-width: 575px) {
    .section-amenities::before {
      width: 62px;
      height: 120px;
      left: 10px;
    }
  }
  
  .amenities-left-image {
    width: 100%;
    height: 100%;
  }
  
  .amenities-right-image {
    width: 100%;
    height: 100%;
  }



  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px
  }
  .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 140s linear infinite
  }
  .marquee .content {
    opacity: 0.05;
    line-height: 1.2
  }
  @keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-30%)
    }
  }
  
.facilities{
    margin-top: 100px;
   }
   .box_facilities {
       padding: 0 25px 25px 25px;
       border-width: 2px;
       text-align: center;
       border-style: solid;
       border-right: 0;
       border-image: linear-gradient(to bottom, #AA8B5F, transparent) 1 60%
     }
     @media (max-width: 1199px) {
       .box_facilities {
           border-width:0
       }
     }
     .box_facilities h3 {
       font-size: 21px;
       font-size: 1.3125rem
     }
     @media (max-width: 767px) {
       .box_facilities h3 {
           font-size:18px;
           font-size: 1.125rem
       }
     }
     .box_facilities.no-border {
       border-width: 0
     }
     .box_facilities.white {
       border-image: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent) 1 60%
     }
     .box_facilities.white h3 {
       color: #fff
     }
     @media (max-width: 767px) {
       .box_facilities.white {
           padding:0;
           margin-bottom: 25px
       }
     }
     #banner {
        background: url('./assets/526956257.jpg')rgba(0, 0, 0, 0.75);
        background-size: cover;
        background-position: bottom;
        height: 560px;
        background-blend-mode: multiply;
        display: flex;
        align-items: end;
    }
    .v-bg {
        background-image: url('./assets/527228516.jpg');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contact-box{
        border: 1px solid #AA8B5F;
        padding-top: 70px;
        padding-bottom: 70px;
      }


  
/* effects */
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }



  .review-item blockquote {

    line-height: 1.8;
  }
  
  .review-content .swiper-arrow {
    top: 50%;
    bottom: 0;
    z-index: 2;
    border: 1px solid var(--bs-gray-400);
    color: var(--bs-gray-400);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: 0.4s ease-in-out;
  }
  
  .review-content .swiper-arrow:hover {
    border: 1px solid #4d5969;
    color: #4d5969;
  }
  
  .review-content .swiper-arrow.swiper-arrow-prev {
    left: -80px;
  }
  
  .review-content .swiper-arrow.swiper-arrow-next {
    right: -80px;
  }
  
  .review-content .quotation svg.quote {
    color: gray;
  }
  
  #testimonials .swiper-pagination {
    display: none;
  }
  
  @media only screen and (max-width: 901px) {
    #testimonials .swiper-pagination {
      display: block;
      bottom: 10px;
    }
  
    .review-content .swiper-arrow {
      display: none !important;
    }
  }



















.footer {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('assets/black-gold-elegant-background_200180-224.avif') top/cover no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #b6b7b9;
  padding: 5% 0 5% 0;
}
.footer_wrapper h5 {
  color: #97815b;
  margin-bottom: 1.25rem;
}
.footer_wrapper ul li {
  margin-bottom: .5rem;
  list-style: none;
}
.footer_wrapper .contact-info li a {
  color: white;
}
.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: white;
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer_wrapper .link-widget li a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer_wrapper .link-widget li a:hover {
  margin-left: .625rem;
  color: white;
}
.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}
.footer_wrapper .copyright-section {
  background-color: #020202;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}
.footer_wrapper .copyright-section a {
  color:white;
}
@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
}
@media (max-width:800px){
  .container .link-btn,
  .link-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 25px;
  font-size: 12px;
  line-height: 35px;
}
.feature{
text-align: center;
}
.none{
  display: none;
}

.btnfooter{
  display: none;
}
}