@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100..900&family=Cormorant+Garamond:wght@300..700&family=Gilda+Display&family=Jost:wght@100..900&family=Kurale&family=Marcellus&family=Roboto:wght@100..900&family=Satisfy&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Jost', sans-serif;
}
  img{
	max-width:100%;
	height:auto
     }
  .navbar img{
	max-width:100px;
	height:auto;
  }
  .navbar-brand{
	padding:10px;
 }

a {
  text-decoration: none;
}

i {
  color: #c97b51;
}

.banner-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #362618;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  margin-left: 8px;
}

.banner-description {
  font-size: 36px;
  font-family: 'Marcellus', serif;
  color: #362618;
  text-align: center;
  margin: 15px 0 40px;
}
/*NAVBAR*/
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  background: rgba(14, 22, 24, 0.35);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.navbar.scrolled {
  padding: 10px 0;
  background: rgba(14, 22, 24, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.navbar-nav {
  background: rgba(22, 0, 1, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 15px;
  border-radius: 25px;
}

.navbar-brand img {
  width: 85px;
}

.navbar .nav-link {
  margin: 0 24px;
  color: #fff !important;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  transition: 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #ac8059 !important;
}

.button-two-line {
  padding: 18px 35px;
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #fff;
  display: inline-block;
  font-weight: bold;
  transition: 0.3s ease;
}

.button-two-line:hover {
  background: #362618;
  color: #fff;
}

.lang-switch .dropdown-menu {
  background: rgba(14, 22, 24, 0.95);
  border: 1px solid #C97A4F;
  border-radius: 0;
  padding: 6px 0;
}

.lang-switch .dropdown-item {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-switch .dropdown-item:hover {
  background: #DFD389;
  color: #0E1618;
}

.flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
}

/* HERO */

.hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(54, 38, 24, 0.35);
  z-index: 1;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-title {
  font-family: 'Marcellus', serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}

.hero-subtitle {
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 28px;
}

/*HERO BUTTON*/

.btn-53,
.btn-53 *,
.btn-53::after,
.btn-53::before {
  box-sizing: border-box;
}

.btn-53 {
  background-color: #362618;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  padding: 1rem 2.7rem;
  border: 1px solid #fff;
  border-radius: 999px;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-53 .original {
  background: #fff;
  color: #362618;
  display: grid;
  inset: 0;
  place-content: center;
  position: absolute;
  transition: transform 0.3s ease;
}

.btn-53:hover .original {
  transform: translateY(100%);
}

.btn-53 .letters {
  display: inline-flex;
}

.btn-53 span {
  opacity: 0;
  transform: translateY(-15px);
  transition: 0.3s ease;
}

.btn-53 span:nth-child(2n) {
  transform: translateY(15px);
}

.btn-53:hover span {
  opacity: 1;
  transform: translateY(0);
}

/*ABOUT*/

.about-section {
  padding: 80px 0;
  background-color: #FAF5F1;
}

.about-image-box {
  position: relative;
}

.about-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.about-stats {
  position: absolute;
  bottom: 12.5rem;
  left: 10px;
  background: #fff;
  padding: 25px 30px;
  width: 190px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.about-stats h3 {
  margin: 0;
  font-size: 32px;
  font-family: 'Marcellus', serif;
  color: #362618;
}

.about-stats span {
  font-size: 14px;
  color: #555;
}

.about-stats hr {
  margin: 18px 0;
}

.about-content {
  padding-left: 50px;
}

.about-small-img {
  width: 100%;
  height: 231px;
  object-fit: cover;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 38px;
  font-family: 'Marcellus', serif;
  color: #362618;
}

.about-content p {
  color: #555;
  line-height: 1.7;
  font-size: 20px;
}

/*FACILITIES*/

.card-row {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

.custom-card {
  padding: 24px 10px;
  background: #f5f1ec;
  display: flex;
  align-items: center;
  transition: transform 0.1s linear;
}

.card-row.active .custom-card {
  transform: translateY(0);
}

.facilities-banner {
  padding: 80px 0;
}

/*ROOMS*/

.rooms-section {
  background-color: #362618;
  color: #fff;
  padding: 75px;
}

.rooms-section .banner-title,
.rooms-section .banner-description {
  color: #fff;
}

.room-content {
  background: #fff;
  color: #0E1618;
  font-family: 'Marcellus', serif;
  padding: 25px;
  text-align: start;
}


.room-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.photo-room {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.learn-more {
  border-radius: 9px;
  background: #59422e;
  color: #fff;
  padding: 11px 36px;
  display: inline-flex;
  font-family: 'Jost', sans-serif;
  border: 1px solid transparent;
}

.learn-more:hover {
  border-color: #fff;
}

.rooms-carousel-nav,
.testimonial-carousel-nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 35px;
}

.rooms-carousel-nav button,
.testimonial-carousel-nav button {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #4a3929;
  font-size: 18px;
  transition: 0.3s ease;
}

.rooms-carousel-nav button {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.testimonial-carousel-nav button {
  border: 1px solid rgba(54, 38, 24, 0.25);
}

.rooms-carousel-nav button:hover,
.testimonial-carousel-nav button:hover {
  background: #c97b51;
}

/*WHY CHOOSE US*/

.why-choose-us {
  padding: 54px 5px;
  background-color: #FAF5F1;
}

.accordion {
  padding: 1px 105px;
  min-height: 360px;
}

.accordion .item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-size: 20px;
  position: relative;
}

.accordion label {
  display: block;
  padding: 8px 24px;
  cursor: pointer;
  font-weight: 500;
}

.accordion input {
  display: none;
}

.accordion .content {
  width: 100%;
  background: #FAF5F1;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: 0.3s;
}

.accordion input:checked ~ .content {
  max-height: 62px;
  padding: 10px 15px;
  font-size: 17px;
}

.accordion .banner-description {
  margin-top: 16px;
  margin-bottom: 35px;
}

/*TESTIMONIALS*/

.testimonials-section {
  padding: 80px 0;
}

.testimonial-card {
  background: #FAF5F1;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
  transition: 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #362618;
  font-family: 'Marcellus', serif;
}

.testimonial-author {
  font-size: 16px;
  font-weight: 500;
  color: #C97B51;
  font-family: 'Jost', sans-serif;
}

/*FOOTER*/

.footer {
  background: #362618;
  color: #fff;
}

.footer-brand {
  font-family: 'Marcellus', serif;
}

.logo-footer {
  max-width: 70px;
  height: auto;
}

.footer i {
  color: #fff;
}

.imtlogo {
  width: 11rem;
  margin-top: 3px;
}

.footer {
  background: #362618;
  color: #fff;
}

.footer-description {
  max-width: 280px;
  font-size: 15px;
  line-height: 1.6;
}

.footer-title {
  margin-bottom: 18px;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a,
.footer-social a {
  color: #fff;
  transition: 0.3s;
}

.footer-links a:hover,
.footer-contact a:hover,
.footer-social a:hover {
  color: #C97B51;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}

.footer-divider {
  border-color: rgba(255,255,255,0.15);
}

.footer-copy,
.footer-info a{
  font-size: 14px;
  color: rgba(255,255,255,0.8 );
}

.footer-subtitle {
  font-weight: 600;
  margin-bottom: 6px;
}

@media (max-width: 576px) {
  .footer-description {
    margin: 0 auto;
  }

  .footer {
    text-align: center;
  }
}
/*RESPONSIVE*/

@media (max-width: 992px) {
  .hero-title {
    font-size: 58px;
  }

  .hero-subtitle {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .btn-53 {
    padding: 0.9rem 2.4rem;
    font-size: 13px;
  }

  .card-row {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .card-row .col-md-2 {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .accordion {
    padding: 1px 30px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 22px;
  }

  .btn-53 {
    padding: 0.85rem 2.2rem;
    font-size: 12px;
  }

  .banner-description {
    font-size: 24px;
  }

  .facilities-banner {
    padding: 35px 0;
  }

  .testimonial-card {
    padding: 25px 20px;
  }

  .footer-contact a {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: 50px 0;
  }

  .about-img {
    height: 320px;
    object-fit: cover;
  }

  .about-stats {
    position: static;
    width: 100%;
    margin-top: 15px;
    padding: 20px;
    text-align: center;
  }

  .about-stats h3 {
    font-size: 26px;
  }

  .about-stats span {
    font-size: 13px;
  }

  .about-stats hr {
    margin: 14px 0;
  }

  .about-content {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }

  .about-small-img {
    display: none;
  }

  .about-content h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 18px;
  }

  .about-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .card-row {
    flex-direction: column;
    align-items: center;
  }

  .card-row .col-md-2 {
    width: 100%;
    max-width: 100%;
  }

  .custom-card {
    transform: none !important;
  }

  .rooms-section {
    padding: 50px 15px;
  }

  .accordion {
    padding: 0;
  }

  .accordion .item {
    font-size: 16px;
  }

  .accordion input:checked ~ .content {
    max-height: 120px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .btn-53 {
    padding: 0.75rem 1.7rem;
    font-size: 11px;
  }
}




.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(54, 38, 24, 0.55);
}

.rooms-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.rooms-hero-title {
  font-family: 'Marcellus', serif;
  font-size: 48px;
  margin: 10px 0;
}

.gallery-section {
  padding: 80px 0;
  background-color: #FAF5F1;
  text-align: center;
}

.section-main-title {
  font-family: 'Marcellus', serif;
  font-size: 36px;
  color: #362618;
  margin-bottom: 40px;
}
.hero-section {
  min-height: 91vh;
  display: flex;
  align-items: center;
  background: url('../image/717763464.jpg') center 58% / cover no-repeat;
  position: relative;
}

.rooms-hero-title,
.room-detail-card h2 {
  font-family: 'Marcellus', serif;
  color: #362618;
}

.rooms-hero-title {
  font-size: 48px;
  color: #fff;
  margin: 10px 0;
}

.rooms-page-section {
  padding: 80px 0;
  background: #FAF5F1;
}

.room-detail-card {
  background: #fff;
  padding: 25px;
  margin-bottom: 35px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.room-detail-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.room-detail-card p {
  color: #555;
  line-height: 1.7;
}

.room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.room-features span {
  background: #FAF5F1;
  padding: 10px 14px;
  color: #362618;
}

.room-features i {
  color: #c97b51;
  margin-right: 6px;
}

@media (max-width: 576px) {
  .rooms-hero-title { font-size: 32px; }
  .rooms-page-section { padding: 50px 0; }
  .room-detail-img { height: 240px; }
}
.book-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  background: #362618;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  transition: 0.3s;
}

.book-btn:hover {
  background: #c97b51;
  color: #fff;
}
.contact-section {
  padding: 80px 0;
  background: #FAF5F1;
}

.contact-title,
.contact-location h3 {
  font-family: 'Marcellus', serif;
  color: #362618;
}

.contact-subtitle {
  max-width: 600px;
  margin: 0 auto;
  color: #555;
}

.contact-card {
  background: #fff;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,.07);
}

.contact-card i,
.contact-location i,
.map-box i {
  color: #c97b51;
  font-size: 28px;
  margin-bottom: 15px;
}

.contact-card h4 {
  font-family: 'Marcellus', serif;
  color: #362618;
}

.contact-card p,
.contact-location p {
  color: #555;
  line-height: 1.7;
}

.contact-card a {
  color: #362618;
  font-weight: 600;
}

.contact-location {
  background: #fff;
  padding: 35px;
}

.contact-btn {
  display: inline-block;
  padding: 10px 25px;
  background: #362618;
  color: #fff;
  border-radius: 25px;
}

.contact-btn:hover {
  background: #c97b51;
  color: #fff;
}

.map-box {
  width: 100%;
  height: 350px;
  background: #FAF5F1;
  overflow: hidden;
  border-radius: 10px;
} 

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 576px) {
  .contact-section {
    padding: 50px 0;
  }

  .contact-location {
    padding: 25px;
    text-align: center;
  }
}


.section-badge {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 600;
}

.rooms-hero-title {
  font-family: 'Marcellus', serif;
  font-size: 48px;
  color: #fff;
  margin: 10px 0;
}

.rooms-hero-text {
  font-size: 15px;
  max-width: 540px;
  margin: 0 auto;
  color: #ffff;
  font-weight: 600;
}

.about-page-section,
.hotel-info-section {
  padding: 80px 0;
  background: #FAF5F1;
}

.about-page-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.about-page-section h2,
.facilities-title,
.info-box h4 {
  font-family: 'Marcellus', serif;
  color: #362618;
}

.about-page-section p,
.facilities-subtitle,
.info-box p {
  color: #555;
  line-height: 1.7;
}

.about-facilities {
  padding: 80px 0;
  background: #fff;
}

.facilities-subtitle {
  max-width: 600px;
  margin: 0 auto;
}

.facility-card,
.info-box {
  background: #FAF5F1;
  padding: 30px 22px;
  height: 100%;
}

.info-box {
  background: #fff;
}

.facility-card i {
  font-size: 28px;
  color: #c97b51;
  margin-bottom: 12px;
}

.facility-card h4 {
  font-family: 'Marcellus', serif;
  color: #362618;
}

.facility-card p {
  font-size: 14px;
  color: #555;
}

@media (max-width: 576px) {
  .rooms-hero-title {
    font-size: 32px;
  }

  .about-page-section,
  .about-facilities,
  .hotel-info-section {
    padding: 50px 0;
  }

  .about-page-img {
    height: 260px;
  }
}

.cta-strip {
  padding: 70px 0;
  background: #FAF5F1;
}

.cta-heading {
  font-family: 'Marcellus', serif;
  color: #362618;
  margin: 10px 0;
}

.cta-subtext {
  max-width: 500px;
  margin: 0 auto;
  color: #555;
}

.cta-main-btn {
  padding: 12px 30px;
  background: #362618;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
}

.cta-main-btn:hover {
  background: #c97b51;
}