@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');
@import url('https://fonts.googleapis.com/css2?family=Lugrasimo&family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lugrasimo&family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lugrasimo&family=Oswald:wght@600&family=Radley:ital@0;1&display=swap');

html, body {
    width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden !important;
    }
    .navbar{
      padding: 2px;
      background: #fdfcfc;
  }
  .logo{
    width: 120px !important;
  }
  .navbar li a{
      margin: 0 6px;
      font-family: 'Neuton, serif';
      color: #000000;
      font-weight: 200;
      font-size: 19px;
  
  }
body {
  background: #faf8f5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
}



a {
  color: inherit;
  text-decoration: none;
}

.flex {
  display: flex;
}




.img-hover {
  transition: .2s ease-in;
}

.img-fluid {
height: auto;
  box-shadow: 8px 8px 4px #A48154;
  max-width: 100%;
}
.section-subtitle  {
  text-transform: uppercase;
  color: #978667;
  letter-spacing: 3px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.img-hover:hover {
  transform: scale(.8);
}

header .navbar {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}

header .navbar .navbar-nav li .nav-link {
  display: block;
  width: fit-content;
  color: #000000;
  font-weight: 700;

  border: none;
}

header .navbar .navbar-nav li .nav-link:hover {
  color: #a08736;
  opacity: .8;
}

header .navbar ul li .nav-link.active {
  color: #E0E7E9;
}

header .navbar .link-btn {
  margin-left: auto;
  margin-right: auto;
}

.container .link-btn,
.link-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  user-select: none;
  border: 1px solid #49535c;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #1e130c;
  box-shadow: 0px 5px 16px 0px #9a8478;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}

.hover-underline {
  position: relative;
  max-width: max-content;

}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid white;
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);

}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.link-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border-color: var(--gold) 1px;

}

.container .navbar .link-btn {
  padding: .4rem 1.3rem;
}


@media (max-width:991px) {

  section {
    padding: 1.875rem 0;
  }

  .banner_wrapper {
    height: 33.625rem;
  }
}



.jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('img/pattern.jpg') center/cover no-repeat fixed;

  background-attachment: fixed;
  min-height: 50vh;
}

.jumbotron h2 {
  color: #020101BA;
  letter-spacing: 10px;
}


.im-img {
  width: 35%;
}


.contact section p {
  color: white;
  text-align: center;
}

.contact section a {
  text-decoration: none;
  color: inherit;
  transition: .1s;
  border-bottom: 1px solid transparent;
}

.contact section a:hover {
  border-color: var(--bs-secondary);
}


@media only screen and (min-width: 992px) {

  header .navbar .link-btn {
    margin: 0;
    margin-left: auto;
  }

  .im-img {
    width: 28%;
  }
}
.footer_wrapper {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url('img/img8.jpg') center/cover no-repeat , #00000063;
  padding: 5% 0 5% 0;
}

.footer_wrapper h5 {
  color: #cda45e;
  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: hsl(38, 61%, 73%);
}


.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
  background-color: #18201d;
  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:1200px) {
  #gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@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;
  }
}
.bg-images {
  background: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-size: cover;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.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: 70%;
  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: 767px) {
  #testimonials .swiper-pagination {
    display: block;
    bottom: 10px;
  }

  .review-content .swiper-arrow {
    display: none !important;
  }
}

.pattern_3 {
  background: #fff url('img/doublerooom1.jpg') bottom left no-repeat !important;
}


a.box_cat_rooms {
  display: block;
  margin-bottom: 25px;
  height: 500px;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2)
}

@media (max-width: 991px) {
  a.box_cat_rooms {
      height:400px
  }
}

a.box_cat_rooms .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 25% 30px 0 30px;
  color: #fff;
  left: 0;
  bottom: -75px;
  padding-bottom: 60px;
  backface-visibility: hidden;
  transform: translate(0, 0);
  transition: all 0.4s ease;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000)
}

a.box_cat_rooms .info small {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #999;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff
}

a.box_cat_rooms .info h3 {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 15px
}

a.box_cat_rooms .info span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  opacity: 0;
  position: relative
}

a.box_cat_rooms .info span:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  transition: width 500ms ease;
  background-color: #fff
}

a.box_cat_rooms .info span:hover {
  background-color: #24262d;
  border-color: transparent
}

a.box_cat_rooms figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%
}

a.box_cat_rooms:hover .info {
  -webkit-transform: translate(0, -65px);
  -moz-transform: translate(0, -65px);
  -ms-transform: translate(0, -65px);
  -o-transform: translate(0, -65px);
  transform: translate(0, -65px)
}

a.box_cat_rooms:hover .info span {
  opacity: 1
}

a.box_cat_rooms:hover .info span:before {
  width: 100%
}

a.box_cat_rooms:hover .background-image {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

 .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;
}


.pinned-image {
  display: flex;
  height: 90vh;
  justify-content: center;
  position: relative;
  overflow: hidden
  
}
.pinned-image--medium {
  height: 55vh
}
.pinned-image--small {
  height: 35vh
}
.pinned-image__container-overlay {
  background: rgba(0,0,0,0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.pinned-image_container img,.pinned-imagecontainer video,.pinned-image_container {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #ccc
}

.pinned_over_content {
  text-align: center;
  padding: 0 60px;
  width: 100%;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate3d(-50%, -50%, 0)
}

@media (max-width: 767px) {
  .pinned_over_content {
      padding:0 15px
  }
}

.pinned_over_content h2 {
  color: #fff;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.2
}


.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, #ededed, 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
  }
}

.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%)
  }
}

.margin_120_95 {
  padding-top: 100px;
  padding-bottom: 85px
}

@media (max-width: 767px) {
  .margin_120_95 {
      padding-top:45px;
      padding-bottom: 45px
  }
}
.parallax_wrapper {
  position: relative;
  margin-bottom: 25px;
}img.rounded-img {
  border-radius: 10px;
}.parallax_wrapper .img_over {
  left: -25%;
  bottom: 10%;
  position: absolute;
  z-index: 99;
}.parallax_wrapper .img_over img {
  border: 4px solid #fff;
  width: 50%;
  height: auto;
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
  box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21);
}
.carousel-caption {
    top: 30%;
}

.c-item {
    height:800px;
    
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(68%);
}



  @media screen and (max-width: 300px) {
    .carousel-caption h1 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .c-item {
     height: 600px;
    }
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:rgb(0, 0, 0);
  }
  .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;
    }
    
    .cover-bg{
        background: url('img/barout.jpg')  rgba(20, 19, 19, 0.747) ;
        
        background-position:bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
      
        
    }
    .section-title h1{
        text-align: center;
        font-size: 4.2rem;
        padding-top:14%;
        letter-spacing: 10px;
        color: #e8e8e8;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      .section-title p{
        text-align: center;
      
        padding-top:1%;
        letter-spacing: 10px;
        color: #e8e8e8;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      @media(max-width: 990px){
      
      .section-background, .section-background1, .section-background2 {
         height: 500px;
      }
      .section-title h1{
         padding-top: 70%;
         font-size: 40px !important;
      }
      }

       @media(max-width:767px )

       {
        .cover-bg h1 {
            font-size: 20px !important;
        }
       }
      .test {
      
        padding-top: 100px !important;
        padding-bottom: 100px !important;
      }
      h1{
        font-family: "Radley", serif !important;
        font-weight: 400 !important;
        font-style: normal !important;

      }
      .section-background{
        background: url('img/img10.jpg')  rgba(20, 19, 19, 0.603) ;
    
        background-position:left-top;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      .section-background2{
        background: url('img/img8.jpg')  rgba(20, 19, 19, 0.329) ;
    
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      
      .section-background3{
        background: url('img/doubleroom.jpg')  rgba(20, 19, 19, 0.329) ;
    
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      
.bttn4 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    color: white;
   }
   
   .bttn4.learn-more {
    width: 13rem;
    height: auto;
   }
   
   .bttn4.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 5rem;
    height: 3rem;
    background: rgb(59,82,71);
    border-radius:1.625rem;
   }
   
   .bttn4.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
   }
   
   .bttn4.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   .bttn4.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   .bttn4.learn-more .bttn4-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: rgb(174,133,43);
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   .bttn4:hover .circle {
    width: 100%;
   }
   
   .bttn4:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   .bttn4:hover .bttn4-text {
    color: #fff;
   }
   navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {


color:rgb(168, 135, 25);
 
}
.nav-item:active a {
  transition: none;
  color:rgb(255, 255, 255);
}
.cont{
    background-color: #dfd0b5;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
   
    background-size: 100%;
  
  }

  .navbar-toggler {
    border-color: #e6bd8e !important;
    background-color: rgb(174,133,43);
}