@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Scope+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Poiret+One&display=swap");
html,
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
}

a {
  text-decoration: none !important;
}

::selection {
  background-color: #b89375;
  color: white;
}
.top-bar {
  z-index: 10000 !important;
}

#navigation {
  z-index: 10;
}
h2 {
  font-family: "Scope One", serif;
}
h1 {
  font-family: "Bona Nova SC", serif;
}
#navbar {
  height: 100px;
  z-index: 1000 !important;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-family: "Jost", sans-serif;
  font-weight: 500 !important;
  transition: border-bottom 0.3s ease-in-out;
}
.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.623);
}

a.nav-link:hover {
  text-decoration: none;
  border-bottom: 1px solid white;
  transition: border-bottom 0.3s ease-in-out;
}
.logo1 {
  width: 250px;
}
.navbar li a.active {
  color: #ffffff !important;
  transform: scale(1.05);
  background-color: transparent;
  border-bottom: #ffffff 1px solid !important;
}

#button {
  display: block !important;
  background-color: #ff9800 !important;
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  border-radius: 4px;
  position: fixed !important;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000 !important;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.justify-content-end {
  justify-content: space-evenly !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: #0d1721 !important;
}
/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}

.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}

.content h3 {
  font-style: italic;
  color: #96a2a7;
}

a {
  text-decoration: none;
}

.top-bar {
  background-color: #ffffff00;
  color: white;
  padding-top: 20px;
  z-index: 1000 !important;
  position: relative;
}

.navbar-brand img {
  width: 120px;
}

.navbar-nav {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 0.5em 1em;
}

a.nav-link.active {
  color: #c29f7b !important;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.navbar-collapse {
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.button {
  border: 1px solid white;
  background: transparent;
  padding: 10px 10px 10px 10px;
  color: white;
}

.swiper {
  height: 1050px;
  margin-top: -300px;
  z-index: 1 !important;
}

.slide-caption {
  padding-top: 23%;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

.slide-caption p {
  margin-bottom: 0px !important;
  text-transform: capitalize !important;
  font-style: italic;
  font-size: 22px;
  font-weight: 400 !important;
  color: white !important;
}

.slide-caption h1 {
  text-transform: capitalize !important;
  letter-spacing: 6px;
  font-family: "Bona Nova SC", serif;
  font-size: 90px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
  font-weight: 700 !important;
  color: #ffffff;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.8975rem;
  height: 0.8975rem;
  background-color: #b89375;
  border: 0.0625rem solid white;
  margin-bottom: 50px;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 10 !important;
  background: #1c3035 !important;
  box-shadow: none !important;
  width: 100%;
}

.container {
  width: 100% !important;
}

.title {
  font-size: 56px;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  height: 35px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 35%;
  background: rgb(255, 255, 255) !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: #000000 !important;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  height: 50px;
}

.facility-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rooms-section {
  background: #f1ebe3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.experiences {
  background: url("../photos/img1.jpg") rgba(0, 0, 0, 0.451);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 400px;
}

.experiences1 {
  position: relative;
  margin-top: -300px;
}

.img-1 {
  outline: 1px solid #74b1a4 !important;
  outline-offset: 5px !important;
}

.cover-bg {
  background: url("../photos/cover-bg.png") rgba(0, 0, 0, 0.451);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
}

.card-img {
  position: relative;
  overflow: hidden;
  outline: 1px solid #74b1a4;
  outline-offset: 5px;
}

.card-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease; /* Adding transition for smooth animation */
}

.card-img:hover img {
  transform: scale(1.1); /* Zooming in the image on hover */
  outline: 1px solid #74b1a4 !important;
  outline-offset: 1px !important;
}

.nav-hidden {
  display: none;
}
.nav-hidden1 {
  display: block;
}

@media (max-width: 991px) {
  .padding-container {
    padding: 20px;
  }
  .swiper {
    height: 1050px;
  }
  .nav-link1 {
    font-size: 24px !important;
    font-family: "Marcellus", serif !important;
    padding-left: 0px !important;
  }
  .nav-link1.active {
    color: #bea97a !important;
  }
  .nav-hidden1 {
    display: none;
  }
  .nav-hidden {
    display: block;
  }
  form {
    padding: 30px !important;
  }

  .title1 {
    font-size: 48px;
  }

  .copyright {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .br-tag {
    display: block !important;
  }
  .navbar-brand img {
    width: 120px;
    margin-left: 70%;
  }
  .navbar-nav {
    align-items: start;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .title {
    font-size: 32px !important;
  }

  .top-bar {
    display: none;
  }

  .slide-caption {
    padding-top: 110% !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 18px;
    padding-right: 18px;
  }

  .slide-caption h6 {
    margin-bottom: 0px !important;
    text-transform: capitalize !important;
    color: white;
  }

  .slide-caption h1 {
    text-transform: capitalize !important;
    letter-spacing: normal !important;
    font-size: 50px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    color: #ffffff;
  }

  .logo1 {
    display: none !important;
  }

  .logo {
    display: block !important;
  }

  nav.navbar {
    padding-top: 40px;
  }
}

/* Footer */
section {
  padding: 120px 0;
  position: relative;
}

footer {
  background-color: #1c3035;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link {
  color: white;
  font-weight: 300;
}
footer h6 {
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: rgb(218, 218, 218);
}
.footer-link:hover {
  color: #bea97a;
}
.payment {
  display: flex;
}
.socials {
  display: flex;
  color: white;
}
.footer-links {
  display: flex;
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
}
.footer-title {
  font-family: "Courier New", Courier, monospace;
  color: white;
}
.socials a {
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color: #bea97a;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright {
  display: flex;
  justify-content: right;
  text-align: right;
  align-items: end;
}

@media (max-width: 1000px) {
  .footer-links {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 18px;
    padding: 0px 30px 0px 30px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: baseline;
  }

  .socials a {
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color: #bea97a;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright {
    display: flex;
    justify-content: right;
    text-align: right;
    align-items: end;
  }
}

.btn2 {
  margin-top: 10px;
  display: inline-block;
  padding: 18px 25px;
  background-color: #bea97a;
  color: #fffffffa;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.btn2:hover {
  transform: scale(1.01);
}

.btn2:hover:before {
  left: 100%;
}
.btn1 {
  color: #000000;
  text-transform: capitalize;
  font-size: 18px;
  font-style: italic;
}
.section-about {
  position: relative;
}

.background-text {
  top: 75%;
  left: 35%;
  position: absolute;
  font-size: 100px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.082);
  text-transform: uppercase;
  z-index: 2;
}
.room-home-box {
  background-color: #bea97a;
  padding: 25px 15px 15px 15px;
  border-radius: 30px;
  position: relative;
}
.room-home-box h2 {
  color: #031122;
}
.room-home-box p {
  color: #031122;
}
.room-content i {
  color: #031122;
}
.room-home-box img {
  border-radius: 30px;
  margin-bottom: 10px;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 80% 100%, 0% 100%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.room-content i {
  font-size: 16px;
}
.room-home-box .rom {
  position: relative;
}
.icon-rooms {
  position: absolute;
  top: 89%;
  left: 92%;
  font-size: 40px;
  z-index: 3;
  color: #031122;
}
.icon-rooms:hover {
  color: #ffffff;
}
.fc-icon .text-fc {
  padding: 20px 20px 20px 50px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  background-color: white;
}
.fc-icon {
  position: relative;
}
.fc-icon .icons-f {
  position: absolute;
  padding: 20px;
  border-radius: 50px;
  background-color: #b89375;
  left: -8%;
  top: 20%;
}
.fc-icon .icons-f img {
  width: 40px;
}
.gallery img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* ======= */
.title-head {
  padding: 450px 0px 50px 0px !important;
  margin: 0 !important;
  color: white;
  font-size: 70px;
  font-style: italic;
  letter-spacing: 6px;
  font-weight: 300 !important;
  font-family: "Gupter", serif;
}

.Rooms-head {
  position: relative;
  margin-top: -300px;
  background: url("/new photos 09.07.2025/a\ \(30\).jpg") rgba(0, 0, 0, 0.425);
  background-position: center 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}

.accommodate .col-lg-7 img {
  transition: transform 0.5s ease, filter 0.5s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.accommodate hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #2b2929;
  margin: 1em 0;
  padding: 0;
  color: #000000;
}
.accommodate .col-lg-7 img:hover {
  transform: scale(0.98);
  filter: brightness(1.2);
}
.card22 {
  padding: 50px;
  background-color: #fffffa;
  border-radius: 12px;
  border: 1px solid rgb(172, 169, 169);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.book-now-link {
  color: #000000dc;
  font-size: 22px;
  font-weight: 400;
}
.book-now-link i {
  color: #000000b7;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .accommodate .row:nth-child(even) .col-xl-7 {
    order: 0;
  }
}

.About-head {
  position: relative;
  margin-top: -300px;
  background: url("/new photos 09.07.2025/a\ \(30\).jpg") rgba(0, 0, 0, 0.425);
  background-position: center 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.slogan {
  background: url("/new photos 09.07.2025/a\ \(67\).jpg") rgba(0, 0, 0, 0.397);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding: 200px 0 !important;
}
.Gallery-head {
  position: relative;
  margin-top: -300px;
  background: url("/new photos 09.07.2025/a\ \(69\).jpg") rgba(0, 0, 0, 0.425);
  background-position: center 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.section-background7 img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.Contact-head {
  position: relative;
  margin-top: -300px;
  background: url("/new photos 09.07.2025/a\ \(23\).jpg") rgba(0, 0, 0, 0.425);
  background-position: center 120%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.contact-sec .cont-inff p a {
  font-size: 18px;
  margin-top: 10px;
  color: #000000d5 !important;
}
.cont-inff {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.cont-inff p span {
  color: #b89375;
  font-weight: 600;
}

@media (max-width: 1399px) {
  .banner_wrapper .swiper-slide h1 {
    margin-top: 200px !important;
  }
  .rooms-intro-box h2 {
    font-size: 35px;
  }
  .stg_link {
    position: relative;
    display: inline-block;
    font-size: 15px !important;
    margin-top: 40px;
    border: 1px solid var(--main-color);
    padding: 15px 20px;
    border-radius: 4px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--main-color);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 1199px) {
  .background-text {
    top: 68%;
    left: 35%;
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.082);
    text-transform: uppercase;
    z-index: 2;
  }
  .fc-icon .icons-f {
    position: absolute;
    padding: 20px;
    border-radius: 50px;
    background-color: #b89375;
    left: -13%;
    top: 20%;
  }
  .text-fc h2 {
    font-size: 22px !important;
  }
  .accommodate h1 {
    font-size: 22px !important;
  }
  .card22 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner_wrapper .swiper-slide h1 {
    margin-top: -500px !important;
  }
  .section-facilities .col-lg-6 {
    margin-bottom: 20px !important;
  }
  .fc-icon .icons-f {
    position: absolute;
    padding: 20px;
    border-radius: 50px;
    background-color: #b89375;
    left: -7%;
    top: 20%;
  }
  nav.navbar {
    padding-top: 0px;
  }
}
@media (max-width: 800px) {
  .banner_wrapper .swiper-slide h1 {
    margin-top: -300px !important;
  }
  .about-textt img {
    display: block !important;
  }
}
@media (max-width: 602px) {
  .banner_wrapper .swiper-slide h1 {
    margin-top: -100px !important;
  }
  .Gallery .swiper-slide {
    position: relative;
    width: 220px;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    transition: 1s;
    user-select: none;
  }
}
@media (max-width: 500px) {
  .banner_wrapper .swiper-slide h1 {
    margin-top: 100px !important;
  }
}
@media (max-width: 430px) {
  .Rooms-head {
    position: relative;
    margin-top: -300px;
    background: url("/img/a\ \(77\).jpg") rgba(0, 0, 0, 0.425);
    background-position: center 130%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
  }

  .About-head {
    position: relative;
    margin-top: -300px;
    background: url("../img/a (92).jpg") rgba(0, 0, 0, 0.425);
    background-position: center 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
  }
  .slogan {
    background: url("../img/a (141).jpg") rgba(0, 0, 0, 0.397);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    padding: 200px 0 !important;
  }
  .Gallery-head {
    position: relative;
    margin-top: -300px;
    background: url("../img/a (92).jpg") rgba(0, 0, 0, 0.425);
    background-position: center 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
  }
  .Contact-head {
    position: relative;
    margin-top: -300px;
    background: url("../img/a (92).jpg") rgba(0, 0, 0, 0.425);
    background-position: center 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
  }
  .banner_wrapper .swiper-slide h1 {
    margin-top: 100px !important;
  }
  .section-about .about-textt {
    padding: 10px 8px !important;
  }
  .container-fluid {
    width: 97% !important;
  }
  .room-spec i {
    font-size: 15px !important;
  }
  .room-spec p {
    font-size: 15px !important;
  }
  .background-text {
    top: 95%;
    left: 35%;
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.082);
    text-transform: uppercase;
    z-index: 2;
  }
  .icon-rooms {
    position: absolute;
    top: 86%;
    left: 90%;
    font-size: 35px;
    z-index: 3;
    color: #031122;
  }
  .fc-icon .icons-f {
    position: absolute;
    padding: 20px;
    border-radius: 50px;
    background-color: #b89375;
    left: -7%;
    top: 20%;
  }
  .fc-icon .icons-f img {
    width: 30px;
  }

  nav.navbar {
    padding-top: 0px;
  }
}

/* animation */
.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;
}
