html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar {
  margin-bottom: -12vh;
  width: 100%;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.navbar img {
  max-width: 100px;
  height: auto;
}

.navbar-brand {
  padding: 10px;
}

.navbar-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar li a {
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.navbar li a:hover {
  color: rgb(228, 153, 81);
}

.navbar .nav-link.active {
  color: rgb(228, 153, 81);
}

.custom-btn1 {
  display: inline-block;
  box-sizing: border-box;
  padding: clamp(8px, 1vw, 12px) clamp(20px, 4vw, 40px);
  border: 2px solid;
  border-radius: 36px;
  text-decoration: none;
}

.navbar li a.custom-btn1:hover {
  background-color: rgb(228, 153, 81);
  color: rgb(255, 255, 255);
  border: none;
}

.carousel-item {
  position: relative;
  height: 95vh;
  min-height: 500px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(45%) contrast(120%) saturate(80%);
}

.carousel-caption {
  position: absolute;
  z-index: 2;
  margin-bottom: 6vw;
  padding: 0 15px;
}

.text-1 {
  font-size: clamp(0.9rem, 1.5vw, 1.3rem);
  color: antiquewhite;
  font-weight: 400;
  font-family: Jost;
  margin-bottom: 1.5rem;
}

.text-2 {
  font-size: clamp(1.8rem, 5vw, 4.5rem);
  line-height: 1.2;
  color: antiquewhite;
  font-weight: 300;
  font-family: "Ortica Linear";
  margin-bottom: 0px;
}

.text-1 {
  margin-bottom: 1.5rem;
}

.text-2 {
  margin-bottom: 0;
}

.main-about,
.main-gallery,
.main-testimonials,
.about-story,
.highlights,
.main-restaurant,
.highlights-restaurant,
.main-rooms,
.gallery,
.contact {
  background-color: #f2f2ec;
  padding: clamp(40px, 8vw, 100px);
}

.image1 {
  width: 70px;
}

.text-5 {
  color: rgb(21, 61, 75);
  font-family: Jost;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.text-3 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: rgb(21, 61, 75);
  font-weight: 400;
  font-family: Heebo, sans-serif;
  line-height: 1.2;
  margin-bottom: 25px;
}

.text-4 {
  font-size: 16px;
  color: rgb(102, 102, 102);
  font-weight: 400;
  font-family: Jost;
  line-height: 1.9;
  max-width: 750px;
  margin-bottom: 0px;
}

.custom-btn2 {
  display: inline-block;
  box-sizing: border-box;
  padding: clamp(8px, 1vw, 12px) clamp(20px, 4vw, 40px);
  border: 2px solid;
  border-radius: 36px;
  text-decoration: none;
  color: rgb(21, 61, 75);
  font-weight: 500;
  font-size: clamp(0.8rem, 1vw, 1rem);
  text-align: center;
}

.custom-btn2:hover {
  background-color: rgb(228, 153, 81);
  color: rgb(255, 255, 255);
  border: none;
}

.facility-box {
  height: 100%;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 25px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.facility-box:hover {
  transform: translateY(-10px);
  border-color: #E49951;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 18px 40px;
}

.facility-box i {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background: #FFF4EA;
  color: rgb(228, 153, 81);
  font-size: 38px;
  margin-bottom: 15px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 244, 234);
}

.facility-box:hover i {
  background: #E49951;
  color: rgb(21, 61, 75);
  transform: translateY(-5px);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(228, 153, 81);
}

.facility-box h6 {
  margin: 0;
  font-family: Jost, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  color: rgb(21, 61, 75);
}

.home-rooms {
  padding: clamp(40px, 8vw, 100px);
}

.text-6 {
  font-size: clamp(1.4rem, 6vw, 4.675rem);
  color: rgb(21, 61, 75);
  font-weight: 100;
  font-family: "Ortica Linear";
}

.room-bg {
  position: relative;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.room-bg img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(65%) contrast(120%) saturate(80%);
}

.room-bg:hover img {
  transform: scale(1.04);
}

.room-main-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-family: "Ortica Linear";
  font-size: clamp(32px, 1rem + 3vw, 56px);
  font-weight: 400;
  text-align: center;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.room-bg:hover .room-main-text {
  color: rgb(228, 153, 81) !important;
}

.room-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 15px;
  color: rgb(255, 255, 255);
  font-family: Jost;
  font-size: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  font-weight: 600;
  text-align: center;
  row-gap: 8px;
  column-gap: 8px;
}

.circle-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-color: white;
  border: 2px solid #E49951;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1;
}

.circle-btn:hover {
  background-color: rgb(228, 153, 81);
  transform: scale(1.03);
  border: 2px solid #fff;
}

.circle-top {
  color: rgb(21, 61, 75);
  font-weight: 700;
}

.circle-bottom {
  color: rgb(228, 153, 81) !important;
  font-weight: 700;
}

.circle-bottom:hover {
  color: rgb(255, 255, 255) !important;
  font-weight: 700;
}

.circle-bottom:hover {
  color: #fff !important;
}

.image2 {
  width: 100px;
}

.gallery-carousel {
  margin-top: 70px;
}

.gallery-carousel .item {
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery-carousel .item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
  filter: brightness(65%) contrast(120%) saturate(80%);
}

.gallery-carousel .item:hover img {
  transform: scale(1.04);
}

.top-section {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.top-section img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  filter: brightness(0.45);
  position: relative;
}

.cover-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}

.cover-title {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
  color: rgb(245, 236, 227);
  font-size: clamp(1.2rem, 2.3vw, 3rem);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-style: oblique;
}

.main-testimonials {
  padding: 100px 0;
  background: #f8f7f2;
  position: relative;
  background-color: rgb(248, 247, 242);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
}

.testimonial-img {
  margin-top: 60px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 580px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.testimonial-img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
}

.testimonial-img:hover img {
  transform: scale(1.05);
}

.row-testimonial {
  margin-top: 60px;
  padding: 55px;
  min-height: 580px;
  border: 1px solid #e7e3da;
  border-radius: 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 15px 45px;
  display: flex;
  justify-content: center;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.testimonial-text {
  font-family: Jost, sans-serif;
  font-size: 1.3rem;
  line-height: 1.9;
  color: rgb(21, 61, 75);
  text-align: left;
  border-bottom: 1px solid #ececec;
  padding-bottom: 35px;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(236, 236, 236);
}

.image-testimonial {
  width: 65px !important;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}

.name {
  margin-bottom: 4px;
  color: rgb(21, 61, 75);
  font-family: Jost, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.name-2 {
  margin-bottom: 0px;
  color: rgb(136, 136, 136);
  font-family: Jost, sans-serif;
  font-size: 0.95rem;
}

.main-testimonials .container .row {
  position: relative;
}

.circle-box {
  position: absolute;
  top: 120px;
  left: 33.333%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #E49951;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  border: 10px solid #f8f7f2;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 12px 30px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(228, 153, 81);
}

.circle-box p {
  margin: 0;
}

.row-testimonial .owl-dots {
  margin-top: 35px;
}

.row-testimonial .owl-dot span {
  background: #ddd !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(221, 221, 221) !important;
}

.row-testimonial .owl-dot.active span {
  width: 30px;
  border-radius: 30px;
  background: #E49951 !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(228, 153, 81) !important;
}

.location-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tittle {
  font-size: clamp(1.5rem, 1rem + 4vw, 2rem);
  font-weight: 300;
  font-family: OrticaLinear;
  color: rgb(21, 61, 75);
}

iframe {
  width: 100%;
  height: 50vh;
  border: 25px;
}

.address-text {
  font-family: Jost;
  font-weight: 600;
  color: rgb(131, 138, 141);
  font-size: clamp(0.75rem, 0.5rem + 1vw, 1rem);
}

.address-text1 {
  text-decoration: none;
  font-family: Jost;
  font-weight: 400;
  color: rgb(21, 61, 75);
  font-size: clamp(1rem, 0.8rem + 1vw, 1.25rem);
}

.location-section .info-bg {
  position: relative;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  border-radius: 18px;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  background: linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.35),
        transparent
    );
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.35), transparent);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.info-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(60%);
  z-index: 0;
}

.info-text {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #153d4b;
  font-family: 'Ortica Linear';
  font-weight: 300;
  font-size: clamp(1.5rem, 4vw + 1rem, 2rem);
}

.info-text2 {
  position: relative;
  z-index: 3;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: Jost;
  font-weight: 400;
  font-size: clamp(16px, 1rem + 0.25vw, 18px);
}

.footer {
  background-color: rgb(21, 61, 75);
  padding-top: 80px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}

.footer .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer1 {
  font-size: 1rem;
  color: rgb(216, 216, 216);
  line-height: 1.8;
  max-width: 320px;
  margin: auto;
}

.footer2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  color: rgb(255, 255, 255);
}

.footer3 {
  font-size: 15px;
  color: rgb(216, 216, 216);
  margin-bottom: 10px;
  line-height: 1.8;
}

.footer-img {
  max-width: 100px;
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}

.footer .row:first-child {
  margin-bottom: 40px;
}

.footer .row:last-child {
  margin-top: auto;
  border-top: 1px solid #e0dfd8;
  padding-top: 20px;
  margin-bottom: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(224, 223, 216);
}

.footer a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.footer a:hover {
  color: rgb(228, 153, 81);
  text-decoration: none;
}

.footer3 a {
  color: rgb(216, 216, 216);
}

.footer3 a:hover {
  color: rgb(228, 153, 81);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15);
  margin-top: 35px;
  padding-top: 20px;
}

.powered-by img {
  max-width: 100px;
  margin-left: 8px;
}

.top-cover {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.top-cover img {
  height: 50vh;
  width: 100% !important;
  filter: brightness(0.5);
  object-fit: cover;
  position: relative;
}

.cover-content-1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 4vw, 50px);
  text-align: center;
  color: rgba(255,255,255,0.85);
}

.cover-title-1 {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 500;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  letter-spacing: 1px;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: rgb(255, 255, 255);
}

.breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
}

.about-story {
  padding: 100px 0;
  background-color: #ffffff;
}

.about-story .row {
  align-items: center;
}

.text-5 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #153d4b;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.text-3 {
  font-family: 'Heebo', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.2;
  font-weight: 400;
  color: #153d4b;
  margin-bottom: 25px;
}

.text-4 {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  max-width: 750px;
  margin-bottom: 0;
}

.about-story img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 5px;
}

.about-story .my-auto {
  height: 100%;
}

.whyus-section {
  padding: 80px 0 0;
  background-color: #f8f7f3;
}

.whyus-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.facility-box {
  height: 100%;
  text-align: center;
  padding: 25px 15px;
}

.facility-box i {
  font-size: 38px;
  color: #E49951;
  margin-bottom: 15px;
}

.facility-box h6 {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  color: #153d4b;
  margin: 0;
}

.facility-box:hover i {
  transform: translateY(-5px);
  color: #153d4b;
}

.rooms-text {
  font-size: clamp(1.125rem, 1rem + 1vw, 1.375rem);
  font-family: 'Jost';
  color: #153d4b;
  font-weight: 400;
  text-align: center;
}

.room-title {
  color: #E49951;
  font-family: 'Ortica Linear';
  font-weight: 400;
  font-size: clamp(2rem, 1.5rem + 1vw, 2.625rem);
}

.room-capacity {
  color: #838A8D;
  font-family: 'Jost';
  font-weight: 600;
  font-size: clamp(0.75rem, 1vw + 0.5rem, 1.2rem);
}

.room-desc {
  color: #153d4b;
  font-family: 'Jost';
  font-weight: 400;
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
}

.card-room {
  border: #838A8D 1px solid;
  position: relative;
}

.card-room:hover {
  background-color: #fff;
}

.card-room-img {
  height: 100%;
}

.card-room img {
  object-fit: cover;
}

.main-rooms .row {
  padding: 1.5rem;
  align-items: stretch;
}

.main-rooms img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-rooms .row {
  padding: 1.5rem;
  align-items: stretch;
}

.card-room {
  border: #838A8D 1px solid;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-room-img {
  height: 100%;
}

.main-rooms .col-md-8 img {
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.gallery {
  padding: 90px 0;
  background-color: #ffffff;
}

.gallery .rooms-text {
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 1.8;
}

.gallery .item {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  height: 280px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery .item:hover img {
  transform: scale(1.08);
}

.contact {
  padding: 90px 0;
  background-color: #ffffff;
}

.contact .card-room {
  border: 1px solid #d8d8d8;
  min-height: 220px;
  text-align: center;
  padding: 35px 20px !important;
  background-color: rgb(255, 255, 255);
}

.contact .card-room:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 35px;
}

.contact-name i {
  font-size: 32px;
  color: rgb(228, 153, 81);
  margin-bottom: 15px;
}

.contact-name {
  font-family: 'Jost', sans-serif;
  color: #153d4b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-text {
  font-family: 'Jost', sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.contact-text a {
  color: rgb(21, 61, 75);
  text-decoration: none;
}

.contact-text a:hover {
  color: rgb(228, 153, 81);
}

.contact .text-4 {
  color: rgb(228, 153, 81);
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 500;
}

.contact .text-3 {
  color: rgb(21, 61, 75);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
}

.contact iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 8px;
}

.main-about {
  background-color: rgb(242, 242, 236);
  padding-top: clamp(40px, 8vw, 100px);
  padding-right: clamp(40px, 8vw, 100px);
  padding-bottom: clamp(40px, 8vw, 100px);
  padding-left: clamp(40px, 8vw, 100px);
}

.main-gallery {
  background-color: rgb(242, 242, 236);
  padding-top: clamp(40px, 8vw, 100px);
  padding-right: clamp(40px, 8vw, 100px);
  padding-bottom: clamp(40px, 8vw, 100px);
  padding-left: clamp(40px, 8vw, 100px);
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

@media (max-width: 1199.98px) {
  .navbar {
    margin-bottom: 0px;
    background: rgba(0, 0, 0, .9);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .navbar-brand img {
    max-width: 80px;
  }
  .navbar-toggler {
    border: none;
    padding: 0;
    box-shadow: none !important;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    width: 35px;
    height: auto;
  }
  .navbar-collapse {
    margin-top: 20px;
    padding: 20px 0;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    row-gap: 10px;
    column-gap: 10px;
  }
  .navbar-nav .nav-item {
    margin: 8px 0 !important;
  }
  .navbar-nav .nav-link {
    font-size: 17px;
  }
  .custom-btn1 {
    margin-top: 15px;
  }
  .carousel-item {
    height: 70vh;
    min-height: 600px;
  }
  .carousel-caption {
    margin-bottom: 8vw;
  }
  .text-2 {
    font-size: 3.8rem;
  }
  .main-about {
    padding: 80px 0;
  }
  .main-about .text-3 {
    font-size: 2.8rem;
  }
  .main-about .facility-box {
    padding: 28px 18px;
  }
  .main-about .facility-box i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
  }
  .top-section img {
    height: 45vh;
  }
  .cover-title {
    max-width: 800px;
    font-size: 2.6rem;
  }
  .location-section {
    padding: 80px 0;
  }
  iframe {
    height: 450px;
  }
  .location-section .info-bg {
    max-height: 450px;
    min-height: 450px;
  }
  .main-gallery {
    padding-top: 85px;
    padding-right: 0px;
    padding-bottom: 85px;
    padding-left: 0px;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    max-width: 70px;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
  }
  .custom-btn1 {
    padding: 10px 28px;
  }
  .carousel-item {
    height: 65vh;
    min-height: 500px;
  }
  .carousel-caption {
    left: 8%;
    right: 8%;
    bottom: 10%;
    margin-bottom: 0px;
  }
  .text-1 {
    font-size: 1.1rem;
  }
  .text-2 {
    font-size: 3rem;
    line-height: 1.3;
  }
  .main-about {
    padding: 70px 0;
  }
  .main-about .row:first-child {
    align-items: center;
  }
  .main-about .text-5 {
    font-size: 15px;
  }
  .main-about .text-3 {
    font-size: 2.3rem;
    line-height: 1.3;
  }
  .main-about .text-4 {
    font-size: 16px;
  }
  .main-about .col-lg-4 {
    margin-top: 35px;
  }
  .main-about .col-lg-4 img {
    width: 100%;
    border-radius: 16px;
  }
  .main-about .facility-box {
    padding: 30px 20px;
  }
  .main-about .facility-box h6 {
    font-size: 15px;
  }
  .top-section img {
    height: 40vh;
  }
  .cover-content {
    padding: 0 40px;
  }
  .cover-title {
    max-width: 700px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .location-section {
    padding: 70px 0;
  }
  .location-section .row {
    row-gap: 40px;
  }
  iframe {
    height: 400px;
  }
  .location-section .info-bg {
    max-height: 400px;
    min-height: 400px;
  }
  .location-section .d-flex {
    flex-wrap: wrap;
    gap: 30px !important;
    row-gap: 30px !important;
    column-gap: 30px !important;
  }
  .main-gallery {
    padding-top: 75px;
    padding-right: 0px;
    padding-bottom: 75px;
    padding-left: 0px;
  }
  .main-gallery .text-3 {
    font-size: 2.8rem;
  }
  .main-gallery .col-lg-4 .text-4 {
    margin-top: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .navbar {
    padding: 10px 0;
  }
  .navbar-brand img {
    max-width: 60px;
  }
  .navbar-nav .nav-link {
    font-size: 15px;
  }
  .custom-btn1 {
    width: 180px;
    text-align: center;
    padding: 12px;
  }
  .navbar-nav img {
    width: 25px;
  }
  .carousel-item {
    height: 80vh;
    min-height: 450px;
  }
  .carousel-caption {
    left: 6%;
    right: 6%;
    bottom: 8%;
    text-align: center;
  }
  .carousel-caption br {
    display: none;
  }
  .text-1 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .text-2 {
    font-size: 2.2rem;
    line-height: 1.35;
  }
  .carousel-control-prev,
    .carousel-control-next {
    width: 12%;
  }
  .main-about {
    padding: 60px 0;
    text-align: center;
  }
  .main-about .d-flex:first-child {
    justify-content: center;
  }
  .main-about .image1 {
    width: 55px;
  }
  .main-about .text-5 {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .main-about .text-3 {
    font-size: 2rem;
  }
  .main-about .text-4 {
    font-size: 15px;
    line-height: 1.8;
  }
  .main-about .custom-btn2 {
    margin: 0 auto;
  }
  .main-about .col-lg-4 {
    margin-top: 35px;
  }
  .main-about .facility-box {
    padding: 25px 18px;
  }
  .main-about .facility-box i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 26px;
    margin-bottom: 15px;
  }
  .main-about .facility-box h6 {
    font-size: 14px;
  }
  .top-section img {
    height: 35vh;
    min-height: 280px;
  }
  .cover-content {
    padding: 0 25px;
  }
  .cover-title {
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 1.35;
    font-weight: 500;
  }
  .location-section {
    padding: 60px 0;
    text-align: center;
  }
  .tittle {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  iframe {
    height: 320px;
  }
  .location-section .info-bg {
    min-height: 320px;
    max-height: 320px;
    margin-top: 10px;
    padding: 25px;
    justify-content: center;
    align-items: center;
  }
  .location-section .d-flex {
    flex-direction: column;
    gap: 25px !important;
    margin-top: 35px !important;
    row-gap: 25px !important;
    column-gap: 25px !important;
  }
  .address-text1 {
    font-size: 17px;
  }
  .info-text2 {
    font-size: 16px;
    line-height: 1.8;
  }
  .carousel-control-prev {
    width: 12%;
  }
  .carousel-control-next {
    width: 12%;
  }
  .main-gallery {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    text-align: center;
  }
  .main-gallery .d-flex {
    justify-content: center;
  }
  .main-gallery .image2 {
    width: 55px;
  }
  .main-gallery .text-5 {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .main-gallery .text-3 {
    font-size: 2.2rem;
    line-height: 1.35;
  }
  .main-gallery .text-4 {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 25px !important;
  }
  .main-gallery .custom-btn2 {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }
  .gallery-carousel .owl-nav {
    display: none;
  }
  .main-testimonials .d-flex:first-child {
    justify-content: center;
  }
  .row-testimonial .d-flex {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    max-width: 55px;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
  }
  .custom-btn1 {
    width: 160px;
    font-size: 14px;
  }
  .carousel-item {
    height: 50vh;
    min-height: 400px;
  }
  .carousel-caption {
    bottom: 6%;
    padding: 0 10px;
  }
  .text-1 {
    font-size: 0.9rem;
  }
  .text-2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .carousel-control-prev-icon,
    .carousel-control-next-icon {
    width: 25px;
    height: 25px;
  }
  .main-about {
    padding: 50px 0;
  }
  .main-about .image1 {
    width: 45px;
  }
  .main-about .text-5 {
    font-size: 13px;
  }
  .main-about .text-3 {
    font-size: 1.7rem;
    line-height: 1.35;
  }
  .main-about .text-4 {
    font-size: 14px;
  }
  .main-about .custom-btn2 {
    width: 100%;
    padding: 14px 20px;
  }
  .main-about .facility-box {
    padding: 22px 15px;
  }
  .main-about .facility-box i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .main-about .facility-box h6 {
    font-size: 13px;
    line-height: 1.6;
  }
  .top-section img {
    height: 30vh;
    min-height: 240px;
  }
  .cover-content {
    padding: 0 20px;
  }
  .cover-title {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  .location-section {
    padding: 50px 0;
  }
  .tittle {
    font-size: 1.7rem;
  }
  iframe {
    height: 260px;
  }
  .location-section .info-bg {
    min-height: 250px;
    max-height: 250px;
    padding: 20px;
    border-radius: 15px;
  }
  .address-text {
    font-size: 14px;
  }
  .address-text1 {
    font-size: 15px;
    word-break: break-word;
  }
  .info-text2 {
    font-size: 15px;
    line-height: 1.7;
  }
  .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
  }
  .carousel-control-next-icon {
    width: 25px;
    height: 25px;
  }
  .main-gallery {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .main-gallery .text-3 {
    font-size: 1.8rem;
  }
  .main-gallery .text-4 {
    font-size: 14px;
  }
  .main-gallery .custom-btn2 {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 375px) {
  .main-about .text-3 {
    font-size: 1.5rem;
  }
  .main-about .text-4 {
    font-size: 13px;
  }
  .main-about .facility-box {
    padding: 20px 12px;
  }
  .main-about .facility-box i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
  }
  .main-about .facility-box h6 {
    font-size: 12px;
  }
  .top-section img {
    min-height: 220px;
  }
  .cover-title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
  iframe {
    height: 220px;
  }
  .location-section .info-bg {
    min-height: 220px;
    max-height: 220px;
  }
  .info-text2 {
    font-size: 14px;
  }
}

@media (max-width:1199.98px) {
  .main-gallery {
    padding: 85px 0;
  }
  .gallery-carousel .item img {
    height: 380px;
  }
  .testimonial-img,
    .row-testimonial {
    min-height: 520px;
  }
  .testimonial-img img {
    height: 520px;
  }
  .row-testimonial {
    padding: 45px;
  }
}

@media (max-width:991.98px) {
  .main-gallery {
    padding: 75px 0;
  }
  .main-gallery .text-3 {
    font-size: 2.8rem;
  }
  .main-gallery .col-lg-4 .text-4 {
    margin-top: 20px !important;
  }
  .gallery-carousel {
    margin-top: 50px;
  }
  .gallery-carousel .item img {
    height: 350px;
  }
  .main-testimonials {
    padding: 80px 0;
  }
  .testimonial-img {
    margin-top: 40px;
    min-height: auto;
  }
  .testimonial-img img {
    height: 420px;
  }
  .row-testimonial {
    margin-top: 0;
    min-height: auto;
    padding: 35px;
  }
  .testimonial-text {
    font-size: 1.15rem;
    line-height: 1.8;
  }
  .circle-box {
    display: none;
  }
}

@media (max-width:767.98px) {
  .main-gallery {
    padding: 60px 0;
    text-align: center;
  }
  .main-gallery .d-flex {
    justify-content: center;
  }
  .main-gallery .image2 {
    width: 55px;
  }
  .main-gallery .text-5 {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .main-gallery .text-3 {
    font-size: 2.2rem;
    line-height: 1.35;
  }
  .main-gallery .text-4 {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 25px !important;
  }
  .main-gallery .custom-btn2 {
    margin: auto;
  }
  .gallery-carousel {
    margin-top: 40px;
  }
  .gallery-carousel .item img {
    height: 300px;
  }
  .gallery-carousel .owl-nav {
    display: none;
  }
  .main-testimonials {
    padding: 70px 0;
    text-align: center;
  }
  .main-testimonials .d-flex:first-child {
    justify-content: center;
  }
  .testimonial-img {
    margin-top: 30px;
  }
  .testimonial-img img {
    height: 320px;
  }
  .row-testimonial {
    padding: 30px 25px;
  }
  .testimonial-text {
    font-size: 1rem;
    text-align: center;
    line-height: 1.8;
  }
  .row-testimonial .d-flex {
    justify-content: center;
  }
  .image-testimonial {
    width: 60px !important;
    height: 60px;
  }
  .name {
    font-size: 1rem;
  }
  .name-2 {
    font-size: .9rem;
  }
}

@media (max-width:575.98px) {
  .main-gallery {
    padding: 50px 0;
  }
  .main-gallery .text-3 {
    font-size: 1.8rem;
  }
  .main-gallery .text-4 {
    font-size: 14px;
  }
  .gallery-carousel .item img {
    height: 250px;
  }
  .main-gallery .custom-btn2 {
    width: 100%;
    justify-content: center;
  }
  .main-testimonials {
    padding: 60px 0;
  }
  .testimonial-img img {
    height: 260px;
  }
  .row-testimonial {
    padding: 25px 20px;
  }
  .testimonial-text {
    font-size: .95rem;
    line-height: 1.7;
    padding-bottom: 25px;
  }
  .image-testimonial {
    width: 55px !important;
    height: 55px;
  }
  .name {
    font-size: .95rem;
  }
  .name-2 {
    font-size: .85rem;
  }
  .row-testimonial .owl-dots {
    margin-top: 20px;
  }
}

@media (max-width:375px) {
  .testimonial-img img {
    height: 220px;
  }
  .row-testimonial {
    padding: 20px 15px;
  }
  .testimonial-text {
    font-size: .9rem;
  }
  .image-testimonial {
    width: 50px !important;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 60px 30px 20px;
  }
  .footer .row:first-child > div {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer1 {
    max-width: 100%;
  }
  .footer-img {
    max-width: 90px;
    margin: 0 auto 15px;
    display: block;
  }
  .footer .row:last-child {
    text-align: center;
  }
  .footer .row:last-child .d-flex {
    justify-content: center !important;
    margin-top: 15px;
  }
  .top-cover img {
    height: 45vh;
    min-height: 320px;
  }
  .cover-content-1 {
    width: 90%;
    gap: 25px;
  }
  .cover-title-1 {
    font-size: 2.5rem;
    letter-spacing: 1.5px;
  }
  .breadcrumb {
    font-size: 0.8rem;
  }
  .about-story {
    padding: 80px 0;
  }
  .about-story .col-lg-8 {
    margin-bottom: 40px;
  }
  .text-3 {
    font-size: 2.5rem;
  }
  .text-4 {
    font-size: 15px;
  }
  .about-story img {
    height: 450px;
  }
  .whyus-section {
    padding: 60px 0;
  }
  .facility-box {
    padding: 25px 20px;
  }
  .facility-box i {
    font-size: 36px;
  }
  .facility-box h6 {
    font-size: 15px;
  }
  .main-rooms .row {
    padding: 1rem;
  }
  .card-room {
    min-height: 400px;
  }
  .main-rooms .col-md-8 img {
    min-height: 400px;
  }
  .gallery {
    padding: 70px 0;
  }
  .gallery .row.g-5 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
  .gallery .item {
    height: 240px;
  }
  .contact {
    padding: 70px 0;
  }
  .contact .card-room {
    min-height: 200px;
  }
  .contact .row:nth-child(2) {
    margin-top: 30px;
  }
  .contact iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 50px 20px 20px;
  }
  .footer2 {
    font-size: 18px;
  }
  .footer1,
    .footer3 {
    font-size: 14px;
  }
  .footer-img {
    max-width: 80px;
  }
  .footer .row:first-child {
    margin-bottom: 25px;
  }
  .footer .row:first-child > div {
    margin-bottom: 25px;
  }
  .footer .row:last-child {
    text-align: center;
    padding-top: 15px;
  }
  .footer .row:last-child .col-md-6 {
    margin-bottom: 15px;
  }
  .footer .row:last-child .d-flex {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    gap: 8px;
    row-gap: 8px;
    column-gap: 8px;
  }
  .powered-by img {
    margin-left: 0px;
    max-width: 90px;
  }
  .top-cover img {
    height: 40vh;
    min-height: 280px;
  }
  .cover-content-1 {
    width: 95%;
    gap: 20px;
  }
  .cover-title-1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .breadcrumb {
    font-size: 0.75rem;
    gap: 8px;
  }
  .about-story {
    padding: 60px 0;
  }
  .text-5 {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .text-3 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .text-4 {
    font-size: 14px;
    line-height: 1.8;
  }
  .about-story img {
    height: 350px;
    margin-top: 30px;
  }
  .whyus-section {
    padding: 50px 0;
  }
  .whyus-section .row {
    row-gap: 25px;
  }
  .facility-box {
    padding: 20px 15px;
  }
  .facility-box i {
    font-size: 32px;
  }
  .facility-box h6 {
    font-size: 14px;
    line-height: 1.6;
  }
  .main-rooms .row {
    padding: 1rem 0;
  }
  .main-rooms .col-12 {
    margin-bottom: 20px;
  }
  .card-room {
    min-height: auto;
  }
  .main-rooms .col-md-8 img {
    height: 300px;
    min-height: 300px;
  }
  .rooms-text {
    font-size: 1rem;
  }
  .room-title {
    font-size: 2rem;
  }
  .room-desc {
    font-size: 1rem;
    line-height: 1.7;
  }
  .gallery {
    padding: 50px 15px;
  }
  .gallery .rooms-text {
    font-size: 1rem;
    margin-bottom: 35px;
  }
  .gallery .row.g-5 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .gallery .item {
    height: 260px;
  }
  .contact {
    padding: 50px 15px;
  }
  .contact .card-room {
    margin: 10px 0 !important;
    min-height: auto;
    padding: 30px 15px !important;
  }
  .contact-name {
    font-size: 16px;
  }
  .contact-name i {
    font-size: 28px;
  }
  .contact-text {
    font-size: 14px;
  }
  .contact .text-4 {
    font-size: 12px;
    margin-top: 30px !important;
  }
  .contact .text-3 {
    font-size: 2rem;
  }
  .contact iframe {
    height: 300px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 40px 15px 15px;
  }
  .footer2 {
    font-size: 17px;
  }
  .footer1,
    .footer3 {
    font-size: 13px;
    line-height: 1.6;
  }
  .footer-img {
    max-width: 70px;
  }
  .powered-by img {
    max-width: 80px;
  }
  .footer .row:first-child > div {
    margin-bottom: 20px;
  }
  .top-cover img {
    height: 35vh;
    min-height: 240px;
  }
  .cover-content-1 {
    gap: 15px;
  }
  .cover-title-1 {
    font-size: 1.7rem;
  }
  .breadcrumb {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.7rem;
  }
  .about-story {
    padding: 50px 15px;
  }
  .text-3 {
    font-size: 1.7rem;
  }
  .text-4 {
    font-size: 13px;
  }
  .about-story img {
    height: 300px;
  }
  .whyus-section {
    padding: 40px 0;
  }
  .facility-box i {
    font-size: 30px;
  }
  .facility-box h6 {
    font-size: 13px;
  }
  .main-rooms .col-md-8 img {
    height: 250px;
    min-height: 250px;
  }
  .room-title {
    font-size: 1.7rem;
  }
  .gallery {
    padding: 40px 10px;
  }
  .gallery .item {
    height: 220px;
  }
  .gallery .item::after {
    font-size: 24px;
  }
  .contact {
    padding: 40px 10px;
  }
  .contact .text-3 {
    font-size: 1.7rem;
  }
  .contact iframe {
    height: 260px;
  }
}

@media (max-width: 1199px) {
  .whyus-section {
    padding: 70px 0;
  }
  .facility-box {
    padding: 20px 10px;
  }
  .facility-box i {
    font-size: 34px;
  }
  .facility-box h6 {
    font-size: 14px;
  }
  .gallery {
    padding: 80px 0;
  }
  .gallery .item {
    height: 250px;
  }
}