@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;
}
.flex {
  display: flex;
}
.gold-head {
  color: #A48154;
  font-family: Cinzel!important;
}
.section-subtitle  {
    text-transform: uppercase;
    color: #DBA765;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    line-height: 48px;
    letter-spacing: 8.2px;
    display: block;
    margin-bottom: 5px;
    font-size: 0.75rem;
  }
.black-bg {
  background-color: var(--black);
  color: var(--bs-gray-400);
}
h1 {
  font-size: 3.75rem;
  line-height: 4.25rem;
  font-weight: 700;
  color: white;
  font-family: Cinzel!important;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.img-hover {
  transition: .2s ease-in;
}
.img-fluid {
height: auto;
  max-width: 100%;

}
.img-hover:hover {
  transform: scale(.8);
}
.overlay-anim {
  position: relative;
}

.overlay-anim:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.overlay-anim:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.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;
}
.navbar-brand img {
    width: 100px;
  }
  .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: 100px;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
    }
  }

  
/* 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;
}
.pattern_2 {
  background: #fff url(../images/pattern_2.png) top right no-repeat;
}
/* 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-left-bottom-box{
    border-left: 3px solid #ca8e46;
    padding-left: 20px;
}
.location-box{
    background-color: #ca8e46;
    width: 30%;
    border: 4px solid #ffffff;
    text-align: center;
    padding: 2%;
    border-radius: 50%;
    margin-top: -220px;
    margin-left: -80px;
    position: relative;
    z-index: 100;
    border-style: double;
}
.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%)
    }
  }
/*room*/
.room {
    background: #fff;
    margin-bottom: 30px;
  }
  .room figure {
    position: relative;
    float: left;
    overflow: hidden;
  }
  .room figure:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    content: "";
  }
  .room figure .overlap-text {
    z-index: 99;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
  }
  .room .media-body {
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .room .media-body .room-specs {
    margin: 0;
    padding: 0;
  }
  .room .media-body .room-specs li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 20px 20px 0;
  }
  .room .media-body .room-specs li span {
    font-size: 30px;
    position: relative;
    top: 4px;
    margin-right: 10px;
  }
  .room-thumbnail-absolute {
    position: relative;
  }
  .room-thumbnail-absolute .room {
    position: relative;
  }
  .room-thumbnail-absolute .room.bg {
    position: relative;
    height: 47.8%;
    width: 100%;
    background-size: cover;
  }
  .room-thumbnail-absolute .room.bg:last-child {
    margin-bottom: 0;
  }
  .room-thumbnail-absolute .room:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    content: "";
  }
  .room-thumbnail-absolute .room .overlap-text {
    bottom: 20px;
    left: 20px;
    width: 100%;
    position: absolute;
    z-index: 10;
  }
  .room-thumbnail-absolute .room .overlap-text span {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
  }
.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('../images/297492591.jpg')rgba(0, 0, 0, 0.75);
    background-size: cover;
    background-position: center;
    height: 560px;
    background-blend-mode: multiply;
    display: flex;
    align-items: end;
}
#banner1{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../images/DSC04673.jpg') center/cover no-repeat fixed;;
  height: 560px;
  background-blend-mode: multiply;
  display: flex;
  align-items: end;
}
#services{
    margin-top: -140px;
}
.service-1{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/pattent.png') center/cover no-repeat ;
    background-color: white;
    padding: 5%;
    height: 440px;
    background-size: cover;
    position: relative;
    z-index: 1000!important;
    padding-top: 20%;
}

.banner-row{
    background: url('../images/DSC04673.jpg')rgba(0, 0, 0, 0.45);
    background-position: center;
    height: 460px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
}
.service-bg{
    background: url('images/pattent.png');
}
#banner-service{
    background: url('../img/pattern-bg.jpg');
}
.footer{
    background-color:#222222 ;
    padding: 6% 0 6% 0;
  }
  .footer ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  .footer .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid #b39e64;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer .social-network a:hover {
    background-color: white;
    border-color: #cda45e;
    color:white;
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
  }
  .footer_wrapper .copyright-section {
    background-color: #18201d;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
    color: white;
  }
  .footer_wrapper .copyright-section a {
    color: white;
  }
  .list-inline-item{
    color: white;
  }
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
.book-btn,.book-btn-1{
    background-color: #aa8b5f;
    color: white;
    border-radius: 0px;
    font-family: Outfit;
    width: 140px;
    border: 1px solid #aa8b5f;
}
.book-btn:hover{
    border: 1px solid #aa8b5f;
    color: white;
}
.book-btn-1:hover{
    border: 1px solid #aa8b5f;
    background-color: white;
    color: #aa8b5f;
} 
  @media (max-width:800px) {
    .container .link-btn,
    .link-btn {
      display: inline-block;
      font-weight: 400;
      border: 1px solid#1E323D;
      padding: 0 25px;
      font-size: 12px;
      line-height: 35px;
    }
    .none{
      display: none;
    }
    .service-1{
     
      padding-top: 10%;
  }
    .facilities{
      margin-top: 0px;
     }
    #banner1{
   display: none;
    }
    .room-thumbnail-absolute .room.bg {
        position: relative;
        height: 220px;
        width: 100%;
        background-size: cover;
    }
    .marquee {
        font-size: 90px;
      }
      .marquee .content {
        line-height: 1.6;
      }

      .royalnavbar{
        margin-top: 37px;
      }
      
        #banner{

    height: 420px;

}
  }

/* rooms */
.bg-images {
  background: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-size: cover;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home1 {
  padding: 0;
}
.home1 .slide {
  min-height: 40vh;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;
  color: white;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}






.gallary img {
  width: 270px;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 35%;
  background: white !important;
  transition: 0.5s;
}
.owl-carousel .owl-prev {
  left: 33px;
}
.owl-carousel .owl-next {
  right: 33px;
}
.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  background: #C1B086 !important;
}
.flex1 {
  display: flex;
  justify-content: space-between;
}



.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;
  }
}



img.zoom {
  width: 100%;
  height: 45vh;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.contact-box{
  border: 1px solid #AA8B5F;
  padding-top: 70px;
  padding-bottom: 70px;
}

figure {
  margin: 0px 0px 1px;
}