:root {
  --theme-color: #c69d4f;
  --theme-hover: #935f08;
}

body {
  font-family: "Jost", sans-serif;
  margin: auto;
}

main {
  padding-top: 81px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.email {
  text-transform: lowercase !important;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 1.1rem;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #f3e19e !important;
}

.page-header {
  background-size: cover !important;
  text-align: center;
  position: relative;
  padding: 103px 60px;
  background: #f3f4f2;
}
.page-header h1 {
  text-transform: capitalize;
}
.page-header .bgtl {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  background-color: #c69d4f;
}
.page-header .oui {
  color: #fff;
  position: relative;
  z-index: 9;
}
.page-header .oui a {
  text-transform: capitalize;
  text-decoration: none;
  color: #ffd12c;
}
.page-header .page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-header .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-header .page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #ffffff;
}
.page-header .page-breadcrumb li:last-child {
  margin: 0px;
  padding: 0px;
}
.page-header .page-breadcrumb li:last-child:after {
  display: none;
}

.head {
  text-align: center;
}
.head h2 {
  font-weight: 700 !important;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.head h2:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #c69d4f;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

:root {
  --mon: "Montserrat", sans-serif;
  --blue: #aa6bff;
  --darkblue: #0a0a36;
}

.emailinfo {
  text-transform: unset !important;
}

section {
  display: block;
  overflow: hidden;
  overflow-y: auto;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #c69d4f;
  box-shadow: none;
  color: #fff;
  border-color: #c69d4f;
}

.head h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: 30px;
}
.head h2 img.borderbx {
  width: 15%;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

p {
  font-size: 15px;
  color: #272935;
}

.p-r-0 {
  padding-right: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  padding: 0px 40px;
  max-width: 1440px;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  background-color: #fed32d;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.totop:hover {
  color: #fff;
}

.menuButton {
  position: fixed;
  top: 25%;
  right: -44px;
  background: rgba(35, 25, 11, 0.35);
  color: white;
  padding: 3px 10px;
  cursor: pointer;
  z-index: 999;
  transform: rotate(270deg);
  text-transform: capitalize;
  border-radius: 5px 5px 0px 0px;
  height: 33px;
  width: 117px;
  text-align: center;
  animation: effect1 0.8s infinite;
  top: 47%;
  background: linear-gradient(45deg, rgb(234, 180, 21), rgb(229, 121, 8));
  width: 155px;
  right: -62px;
  animation: effect1 0.8s infinite;
}

header {
  padding-top: 10px;
  background: #c69d4f;
  z-index: 999;
  width: 100%;
}
header .derty {
  align-items: center;
}
header .navbar-brand {
  width: 188px;
  margin: 15px 0px;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: -32px;
}
header .topbar {
  text-align: center;
  color: #000000;
}
header .topbar p {
  margin: 0px;
  color: #000000;
  font-size: 14px;
  padding: 5px 0px;
}
header .topbar ul {
  padding: 0px;
  align-items: center;
}
header .topbar ul li {
  display: inline-block;
}
header .topbar ul li a {
  color: #fff;
  font-size: 12px;
  transition: 0.3s ease-in-out;
  text-transform: lowercase;
}
header .topbar ul li a i {
  margin-right: 5px;
}
header .topbar ul li a:hover {
  color: #000 !important;
}
header .topbar .socialbx {
  text-align: right;
  display: inline-flex;
}
header .topbar .socialbx li {
  background-color: transparent;
}
header .topbar .socialbx li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #fff !important;
}
header .topbar .socialbx li a i {
  margin: 0px;
  color: #fff;
}
header .topbar .socialbx li a:hover i {
  color: #fed32d !important;
}
header .topbar .tpright {
  font-size: 12px;
  display: flex;
  justify-content: end;
}
header .topbar .tpright .callinfo i {
  width: 15px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
header .topbar .tpright span a {
  margin-right: 2px;
}
header .topbar .tpright span a b {
  font-weight: 400;
}
header .topbar .tpright a {
  font-size: 14px;
  color: white;
}
header .topbar .tpright a i {
  margin: 0px;
}
header .topbar .tpright a:hover {
  color: #f3e19e !important;
}
header .topbar .left {
  text-align: left;
}
header .topbar .ftsocial {
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .navbar {
  padding: 0px;
}
header ul li a {
  color: #fff !important;
  font-size: 14px;
  text-transform: capitalize;
}
header ul li a:hover {
  color: #fff !important;
}
header ul li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header ul li .nav-link {
  padding: 33px 10px 10px 10px;
  transition: 0.3s ease-in-out;
}
header .dropdown-menu {
  top: 100%;
  min-width: 200px;
  transition: 0.4s;
  background: rgba(198, 157, 79, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  color: #fff !important;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner .col-md-6:nth-child(odd) {
  padding-right: 0px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: relative;
}
header .dropdown-menu .ulinner h5:after {
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #8a8585;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  font-size: 13px;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #fac829;
  text-decoration: none;
  color: #000 !important;
}
header .cninfo {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0px 15px;
  background-color: #f0f0ed;
}
header .cninfo li {
  display: inline-flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  width: 20px;
  color: #bb69b8;
  margin-right: 5px;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
  text-transform: capitalize;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
@media only screen and (min-width: 1024px) {
  header .dropdown .dropdown-menu {
    display: unset;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(16px);
  }
  header .dropdown .dropdown-menu li a {
    padding: 10px;
  }
  header .dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: block;
    border: 0px;
  }
}

.sthead {
  background: #c69d4f;
  top: 0px;
  transition: 0.3s ease-in-out;
  position: fixed;
  background: rgba(198, 157, 79, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.sthead .navbar-brand {
  width: 188px;
  margin: 15px 0px;
}
.sthead ul li .nav-link {
  padding: 10px 10px;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
#menuContainer {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  background-color: #6f3231;
  transition: right 0.3s;
  overflow-y: auto;
  z-index: 999;
}
#menuContainer .menuside label {
  color: #fff;
}
#menuContainer #menuContent {
  padding: 20px;
  padding-right: 40px;
}
#menuContainer #menuContent .form-group {
  margin-bottom: 15px;
}
#menuContainer #menuContent select {
  word-wrap: normal;
  width: 100%;
  border-radius: 0.375rem;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
#menuContainer #menuContent input {
  border-radius: 0.375rem;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  padding-right: 10px;
}
#menuContainer #menuContent p {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75em;
  color: #ffffff;
  text-align: justify;
  margin-bottom: 15px;
}
#menuContainer label {
  display: block;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
}
#menuContainer form.contact__form select,
#menuContainer form.contact__form input {
  border: 1px solid #d3c1ab;
  height: 40px;
  margin: 0px !important;
}
#menuContainer form.contact__form .form-check-input {
  height: 25px !important;
  width: 25px !important;
  margin-right: 10px !important;
  cursor: pointer;
}
#menuContainer form.contact__form .mradio {
  color: #fff;
  display: flex;
}
#menuContainer form.contact__form .form-check {
  padding-left: 0px;
  color: #fff;
}
#menuContainer form.contact__form .form-check input {
  padding: 0px !important;
  border-radius: 100px !important;
}
#menuContainer form.contact__form .form-check-input:checked {
  background-color: #b05f5d;
  border-color: #b05f5d;
  height: 25px !important;
  width: 25px !important;
  margin-right: 10px !important;
  cursor: pointer;
}
#menuContainer form.contact__form .form-check-input[type=radio] {
  border-radius: 50%;
}
#menuContainer .butn-dark2 {
  position: relative;
  line-height: 1.2em;
  font-weight: 300;
  background: #b05f5d;
  color: #fff;
  padding: 16px 24px;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0px;
}
#menuContainer .butn-dark2 span {
  position: relative;
  z-index: 2;
}
#menuContainer .butn-dark2 span:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #1b1b1b;
  color: #fff;
  transition: all 0.3s ease;
}
#menuContainer .butn-dark2:hover:after {
  width: 100%;
  left: 0;
  transition: width 0.3s ease;
}

.mshown {
  right: 0px !important;
}

.destination {
  padding: 30px 0px;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 73px;
  right: 30px;
  z-index: 999;
  width: 40px;
  display: flex;
  border-radius: 5px;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  z-index: 9;
  background: #e35c61;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.marquee {
  overflow: hidden;
  background-color: #eee;
}
.marquee .bg-danger {
  background-color: #911814 !important;
}
.marquee .container-fluid {
  padding: 0px;
  max-width: 100%;
}
.marquee .container-fluid marquee a {
  color: #525252;
}

.btndf {
  position: fixed;
  right: -100px;
  /* Start off-screen */
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  padding: 10px 20px;
  background-color: #ffd12c;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  animation: slideIn 1s ease-out forwards;
  right: -52px !important;
  background: #fde336;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}

.btndf:hover {
  background-color: #f4de4a;
  transform: translateY(-50%) rotate(90deg) scale(1.1);
  transition: transform 0.3s ease;
}

@keyframes slideIn {
  from {
    right: -100px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
/* Enquiry Now Button fixed on right, rotated */
#open-btn {
  position: fixed;
  top: 50%;
  right: -59px;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  background: linear-gradient(45deg, #ffcd2a, #fce839);
  color: #c69d4f;
  padding: 12px 24px;
  border: none;
  border-radius: 0px 0px 6px 6px;
  cursor: pointer;
  z-index: 1000;
  font-weight: bold;
  transition: background 0.3s ease;
}

#open-btn:hover {
  background-color: #e6cb2f;
}

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Popup content */
.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  background: #c69d4f;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  color: #fde336;
}

.popup-content.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Close button */
#close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #fde336;
}

#close-btn:hover {
  color: #ffffff;
}

/* Heading */
.popup-content h2 {
  margin-top: 0;
  font-size: 22px;
  text-align: center;
  color: #fde336;
}

/* Form */
.popup-content form {
  display: flex;
  flex-direction: column;
}

.popup-content input,
.popup-content textarea {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #fde336;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fffef6;
  color: #c69d4f;
  outline-offset: 2px;
}

.popup-content input:valid,
.popup-content textarea:valid {
  border-color: green;
}

.popup-content button[type=submit] {
  background-color: #fde336;
  color: #c69d4f;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.popup-content button[type=submit]:hover {
  background-color: #e6cb2f;
}

/* Success message */
.success-message {
  color: #fde336;
  background-color: #c69d4f;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
  display: none;
  margin-top: 10px;
}

.faqbx {
  background: #c69d4f;
  color: #fac829;
  padding: 2rem 0;
}
.faqbx .head h2:after {
  background: #fde336;
}
.faqbx .accordion-button::after {
  background: url("../img/arrw2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.faqbx .faq-header {
  text-align: center;
  font-weight: 700;
  color: #fac829;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.faqbx .accordion-item {
  border-radius: 3px;
  border: 1px solid #fac829;
  margin-bottom: 1rem;
  background-color: #c69d4f;
  color: #fac829;
}
.faqbx .accordion-button {
  background-color: #c69d4f;
  color: #fac829;
  font-weight: 600;
  border: none;
  box-shadow: none;
}
.faqbx .accordion-button:not(.collapsed) {
  background-color: #fac829;
  color: #c69d4f;
  font-weight: 700;
}
.faqbx .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 200, 41, 0.5);
}
.faqbx .accordion-body {
  background-color: #311f1d;
  color: #fbe275;
  font-size: 1rem;
  border-top: 1px solid #fac829;
}

.testimonials {
  padding: 30px 0px;
  /* Optional: Adjust position if necessary */
}
.testimonials p {
  color: #757575;
}
.testimonials h2 {
  max-width: 100%;
  color: #000;
}
.testimonials .item {
  position: relative;
  color: #000;
  text-align: center;
  padding: 30px;
  width: 98%;
  border: 1px dashed #fde336;
  color: #000;
  margin: auto;
  text-align: center;
  padding: 30px;
}
.testimonials .item i {
  font-size: 30px;
}
.testimonials .item p {
  color: #757575;
  padding: 15px 30px;
  min-height: 100px;
}
.testimonials .item .icon {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100px;
  overflow: hidden;
  margin: auto;
  border: 5px solid rgba(191, 183, 182, 0.34);
}
.testimonials .item b {
  text-transform: capitalize;
}
.testimonials .item img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.testimonials .owl-nav button {
  background: rgb(253, 227, 54) !important;
  border: none;
  color: #000 !important;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.3s ease;
}
.testimonials .owl-nav .owl-prev {
  left: 10px;
}
.testimonials .owl-nav .owl-next {
  right: 10px;
}
.testimonials .owl-nav button:hover {
  background: #202020;
  /* Darker blue on hover */
}
.testimonials .owl-carousel {
  position: relative;
}

.footer {
  background-color: #f3f4f2;
  padding: 40px 0;
  padding-bottom: 0px;
  animation: fadeInUp 1s ease;
}
.footer .copyright {
  padding-bottom: 10px;
  margin-top: 15px;
  background: rgb(255, 255, 255);
  padding-top: 10px;
  text-transform: capitalize;
}
.footer .copyright p {
  margin: 0px;
  font-size: 12px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}
.footer a {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s ease;
  font-size: 14px;
}
.footer a:hover {
  color: #3b3b3b;
}
.footer .dot {
  height: 5px;
  width: 5px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 10px 2px -10px;
}
.footer .footer-inner .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.footer iframe {
  width: 100%;
  height: 200px;
  border: 0;
}
.footer p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
.footer .clearfix {
  clear: both;
  height: 10px;
}

.faqbx .accordion-button {
  padding-right: 33px;
  font-family: "Montserrat", sans-serif;
  line-height: 26px;
}

.footer p i {
  width: 30px;
  font-size: 12px;
  height: 30px;
  background: #c69d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 37px;
  color: #fff;
}

.gteryr p {
  display: flex;
  align-items: center;
}

.dskimg {
  display: block;
}

.mblimg {
  display: none;
}

.bt-rooms {
  /* Card styling */
  /* Card image */
}
.bt-rooms .text-primary {
  color: #c69d4f !important;
}
.bt-rooms .sroominner {
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.bt-rooms ul.listabb {
  padding-left: 0px;
}
.bt-rooms ul.listabb li {
  list-style: none;
  line-height: 35px;
  list-style: none;
}
.bt-rooms ul.listabb li span.icontr i {
  color: #c69d4f;
}
.bt-rooms .sroominner figure {
  width: 30%;
  min-width: 30%;
  margin: 0px;
}
.bt-rooms .sroominner .contents {
  padding: 0px 20px;
  width: 70%;
}
.bt-rooms .sroominner .main {
  width: 100%;
  min-width: 100%;
}
.bt-rooms .card {
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.bt-rooms .sroominner a.btn.btn-primary {
  background: #c69d4f;
  padding: 11px 12px;
  /* margin-top: 10px; */
  display: inline-block;
  color: #000;
  border: 0px;
  width: 100%;
  height: 45px;
  font-size: 14px;
}
.bt-rooms .sroominner {
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.bt-rooms .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  gap: 20px;
  padding: 0px;
  margin-top: 15px;
}
.bt-rooms .card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bt-rooms .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.bt-rooms .card-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.bt-rooms .card-image a:hover img {
  transform: scale(1.05);
}

.cntinnerbx .sec-title {
  margin-bottom: 30px;
}
.cntinnerbx .sub-title {
  font-size: 14px;
  font-weight: bold;
  color: #c69d4f;
  display: block;
  margin-bottom: 10px;
}
.cntinnerbx h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.cntinnerbx .form-control {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.cntinnerbx textarea.form-control {
  resize: vertical;
}
.cntinnerbx .theme-btn {
  padding: 12px 20px;
  background: #ffd12c;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  margin-right: 10px;
}
.cntinnerbx .btn-style-one.bg-theme-color5 {
  background-color: #c69d4f;
  color: #fff;
}
.cntinnerbx .btn-title {
  font-weight: bold;
}
.cntinnerbx .contact-details__info {
  list-style: none;
}
.cntinnerbx .contact-details__info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.cntinnerbx .contact-details__info .icon {
  font-size: 24px;
  margin-right: 15px;
  color: #ffd12c;
}
.cntinnerbx .contact-details__info h6 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.cntinnerbx .contact-details__info a {
  color: #8d8d8d;
  text-decoration: none;
  margin-right: 10px;
}
.cntinnerbx .text {
  color: #333;
}
@media (max-width: 768px) {
  .cntinnerbx .row {
    flex-direction: column;
  }
}

.section-nearby-attractions {
  padding: 60px 0;
}
.section-nearby-attractions .nearby-container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-nearby-attractions .attraction-wrap {
  display: flex;
  /* flex-direction: column; */
  gap: 40px;
  flex-wrap: wrap;
}
.section-nearby-attractions .attraction-item {
  align-items: center;
  gap: 20px;
}
.section-nearby-attractions .attraction-item.img-right {
  flex-direction: row-reverse;
}
.section-nearby-attractions .attraction-img img {
  width: 100%;
}
.section-nearby-attractions .attraction-text {
  max-width: 100%;
  background: #f3f4f2;
  padding: 20px;
  height: 218px;
}
.section-nearby-attractions .attraction-text h2 {
  text-transform: capitalize;
}

.ab-ntinner {
  background: #f2f4f4;
}
.ab-ntinner .about-hotel {
  padding: 70px 0;
}
.ab-ntinner .contact-box a {
  color: #c69d4f;
}
.ab-ntinner .container {
  width: 85%;
  margin: auto;
  border-radius: 0.875rem;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0.25rem 1.25rem 0px;
  background: #fff;
}
.ab-ntinner .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ab-ntinner .col-md-6 {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}
.ab-ntinner .image-grid {
  position: relative;
}
.ab-ntinner .img-main {
  width: 90%;
  border-radius: 12px;
  display: block;
}
.ab-ntinner .img-side {
  width: 70%;
  border-radius: 12px;
  position: absolute;
  top: 20%;
  left: 55%;
}
.ab-ntinner .img-small {
  width: 40%;
  border-radius: 12px;
  margin-top: 20px;
}
.ab-ntinner .subheading {
  color: #c69d4f;
  font-size: 15px;
  font-weight: bold;
}
.ab-ntinner .title {
  font-size: 34px;
  margin: 10px 0 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.ab-ntinner .title:after {
  background: #c69d4f;
  position: absolute;
  content: "";
  width: 10px;
  height: 3px;
  left: 0px;
  width: 99px;
  bottom: -8px;
}
.ab-ntinner p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}
.ab-ntinner .book-btn {
  text-decoration: none;
  padding: 10px 22px;
  background: #c69d4f;
  color: #fff;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  display: inline-block;
  margin: 20px 0;
}
.ab-ntinner .book-btn:hover {
  background: #795507;
}
.ab-ntinner .contact-box {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.ab-ntinner .contact-box i {
  font-size: 35px;
  margin-right: 15px;
  color: #c69d4f;
  align-self: baseline;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .ab-ntinner .col-md-6 {
    width: 100%;
  }
  .ab-ntinner .img-side {
    position: static;
    width: 90%;
    margin-top: 15px;
  }
}

.dskimg {
  display: block;
}

.mblimg {
  display: none;
}

.mmslider .carousel-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#mmsl .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
}
#mmsl .carousel-indicators .active {
  opacity: 1;
  background-color: #c69d4f;
}
#mmsl .carousel-control-prev,
#mmsl .carousel-control-next {
  width: 8%;
}

.rmsinner .section-title {
  text-align: left;
  margin: 10px 0 10px;
  font-size: 2.2rem;
}
.rmsinner a.btn.btn-theme {
  text-decoration: none;
  padding: 10px 22px;
  background: #c69d4f;
  color: #fff;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  display: inline-block;
  margin: 20px 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
  left: 0px;
  right: 0px;
}
.rmsinner a.btn.btn-theme:hover {
  background: #795507;
}
.rmsinner .title {
  font-size: 34px;
  margin: 10px 0 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.rmsinner .title:after {
  background: #c69d4f;
  position: absolute;
  content: "";
  width: 10px;
  height: 3px;
  left: 0px;
  width: 99px;
  bottom: -8px;
}
.rmsinner .rmdtlcvb {
  padding: 0px 15px;
}
.rmsinner .room-card {
  background: #f2f4f4;
  border-radius: 15px;
  margin: 15px 0px;
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
  padding-bottom: 5px;
}
.rmsinner .room-card .mtsimg {
  overflow: hidden;
  display: block;
  border-radius: 12px 12px 0px 0px;
}
.rmsinner .room-card .mtsimg img {
  transition: 0.3s ease-in-out;
}
.rmsinner .room-card:hover a img {
  transform: scale(1.1);
}
.rmsinner .room-card .ftinsd {
  position: absolute;
  top: 25px;
  z-index: 99;
  left: 10px;
}
.rmsinner .room-card .ftinsd li {
  border-radius: 10px;
  background: #0086FF;
  color: #fff;
}
.rmsinner .room-card .ftinsd li a {
  color: #fff;
}
.rmsinner .room-card .ftinsd ul li {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: capitalize;
}
.rmsinner .room-card li.ftr2 {
  background: #fbefef;
}
.rmsinner .room-card li.ftr2 a {
  font-size: 14px;
  color: #CF3881;
}
.rmsinner .room-card li {
  list-style: none;
}
.rmsinner .room-card img {
  width: 100%;
  height: 221px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
.rmsinner .room-card h5 {
  margin-top: 15px;
  font-weight: 700;
  color: #212529;
  font-size: 16px;
  text-align: left;
  line-height: 1.3em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rmsinner .room-card p {
  color: #555;
}
.rmsinner .room-card .room-price {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: rgba(170, 175, 182, 0.5019607843);
  padding-top: 15px;
}
.rmsinner .room-card .room-price a {
  color: #c69d4f;
}
.rmsinner .room-card .btn-theme {
  background-color: #c69d4f;
  border: none;
  font-weight: 600;
  color: #ffffff;
  transition: 0.3s;
}
.rmsinner .room-card .btn-theme:hover {
  background-color: var(--theme-hover);
  color: #ffffff;
}
.rmsinner .swiper .swiper-button-next,
.rmsinner .swiper .swiper-button-prev {
  color: #ddd3be;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
}
.rmsinner .swiper .swiper-button-next:hover,
.rmsinner .swiper .swiper-button-prev:hover {
  background-color: #c69d4f;
  color: #fff;
  transform: scale(1.1);
}
.rmsinner .swiper .swiper-button-next::after,
.rmsinner .swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.rmsinner .swiper .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.rmsinner .swiper .swiper-pagination-bullet-active {
  background: #c69d4f;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.acominnerds {
  text-align: center;
}
.acominnerds .section-title {
  text-align: center;
  margin: 10px 0 10px;
  font-size: 2.2rem;
  position: relative;
}
.acominnerds .rmdtlcvb {
  padding: 0px 15px;
}
.acominnerds .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.acominnerds .title:after {
  background: #c69d4f;
  position: absolute;
  content: "";
  width: 10px;
  height: 3px;
  left: 0px;
  right: 0px;
  width: 99px;
  margin: auto;
  bottom: -8px;
}

.restuiy {
  background: #f2f4f4;
}
.restuiy .title {
  font-size: 34px;
  margin: 10px 0 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.restuiy .title:after {
  background: #c69d4f;
  position: absolute;
  content: "";
  width: 10px;
  height: 3px;
  left: 0px;
  width: 99px;
  bottom: -8px;
}
.restuiy a.btn.btn-theme {
  text-decoration: none;
  padding: 10px 22px;
  background: #c69d4f;
  color: #fff;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
  display: inline-block;
  margin: 20px 0;
  margin-left: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.restuiy a.btn.btn-theme:hover {
  background: #795507;
}
.restuiy .section {
  max-width: 1300px;
  margin: auto;
  padding: 50px 20px;
}
.restuiy .section h2 {
  font-size: 32px;
  margin: 0;
}
.restuiy .section p {
  color: #666;
  margin-top: 8px;
}
.restuiy .collection-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
}
.restuiy .left-big-card,
.restuiy .small-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  color: #000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.restuiy .left-big-card:hover,
.restuiy .small-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}
.restuiy .left-big-card img,
.restuiy .small-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.restuiy .left-big-card img {
  height: 420px;
}
.restuiy .left-big-card .label {
  padding: 18px;
  font-size: 16px;
}
.restuiy .right-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.restuiy .small-card img {
  height: 160px;
}
.restuiy .small-card .label {
  padding: 12px;
  font-size: 1rem;
  color: #111;
}

.tstinner .review-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
  border: 1px solid #eee;
}
.tstinner .room-card {
  background: transparent;
}
.tstinner .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.tstinner .review-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
}
.tstinner .review-rating {
  font-size: 1.25rem;
  color: #ffb400;
  letter-spacing: 2px;
}
.tstinner .review-text {
  font-size: 0.98rem;
  line-height: 1.55;
  color: #444;
}

.htnyinner {
  background: #f2f4f4;
}
.htnyinner .title {
  text-align: center;
  font-size: 34px;
  margin: 10px 0 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.htnyinner .title:after {
  background: #c69d4f;
  position: absolute;
  content: "";
  width: 10px;
  height: 3px;
  left: 0px;
  width: 99px;
  left: 0px;
  right: 0px;
  bottom: -8px;
  margin: auto;
}
.htnyinner .feature-box {
  padding: 20px 0px;
}
.htnyinner .feature-box i {
  font-size: 45px;
  color: #c69d4f;
}
.htnyinner .coldsf {
  justify-content: center;
}

header.sthead.stheader {
  background: rgba(253, 253, 253, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header.sthead.stheader .navbar-expand-lg .navbar-nav .nav-link:hover,
header.sthead.stheader .topbar .tpright a:hover,
header.sthead.stheader .topbar .socialbx li a:hover i {
  color: #78725e !important;
}
header.sthead.stheader .dropdown-menu {
  background: rgba(253, 253, 253, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header.sthead.stheader ul li a {
  color: #000000 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
header.sthead.stheader a {
  color: #000000 !important;
}
header.sthead.stheader a i {
  color: #000000 !important;
}

footer {
  background: linear-gradient(359deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.59)), url(../img/sl-\(1\).JPG);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .social-icon {
  color: #ccc;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}
footer .social-icon:hover {
  color: #fff;
}
footer .mt-footer {
  font-size: 14px;
}
footer .mt-footer h6 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
}
footer .footer-link {
  color: #ccc !important;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}
footer .footer-link:hover {
  color: #fff !important;
  text-decoration: underline;
}
footer .list-inline-item {
  margin-right: 15px;
}
footer select {
  cursor: pointer;
}

.mtrxiner {
  padding-top: 0px;
}

.abpgt {
  /* HERO */
}
.abpgt .btn {
  display: inline-block;
  padding: 12px 30px;
  background: #c59d5f;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}
.abpgt .btn:hover {
  background: #a88345;
}
.abpgt .hero {
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://images.unsplash.com/photo-1542314831-068cd1dbfeeb") center/cover;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.abpgt .hero i {
  font-size: 60px;
  color: #c59d5f;
  margin-bottom: 15px;
}
.abpgt .hero h1 {
  font-size: 48px;
}
.abpgt .hero p {
  max-width: 700px;
  margin: 15px auto;
}
.abpgt .about {
  padding: 80px 0;
  background: #fff;
}
.abpgt .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.abpgt .about img {
  width: 100%;
  border-radius: 10px;
}
.abpgt .services {
  padding: 80px 0;
}
.abpgt .service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.abpgt .service-box {
  background: #fff;
  padding: 35px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.abpgt .service-box i {
  font-size: 45px;
  color: #c59d5f;
  margin-bottom: 15px;
}
.abpgt .why-us {
  background: linear-gradient(359deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.59)), url(../img/sl-\(1\).JPG);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.abpgt .why-us p {
  font-size: 15px;
  color: #ffffff;
}
.abpgt .why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.abpgt .why-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 6px;
}
.abpgt .why-box i {
  font-size: 40px;
  color: #c59d5f;
  margin-bottom: 10px;
}

.cntinner .page-header {
  position: relative;
  background-size: cover !important;
  background-position: center;
  text-align: center;
}
.cntinner .page-header .bgtl {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.cntinner .page-header .oui {
  position: relative;
  z-index: 2;
}
.cntinner .page-header h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cntinner .page-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 10px;
}
.cntinner .page-breadcrumb li {
  color: #ffffff;
  font-size: 14px;
}
.cntinner .page-breadcrumb li a {
  color: #c69d4f;
  text-decoration: none;
}
.cntinner .contactus {
  background: #ffffff;
}
.cntinner .sec-title {
  margin-bottom: 30px;
}
.cntinner .sec-title .sub-title {
  display: inline-block;
  color: #c69d4f;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.cntinner .sec-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cntinner .sec-title .text {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
}
.cntinner .contactus .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.cntinner .contactus textarea.form-control {
  height: auto;
  padding-top: 12px;
}
.cntinner .contactus .form-control:focus {
  outline: none;
  border-color: #c69d4f;
  box-shadow: 0 0 0 2px rgba(198, 157, 79, 0.15);
}
.cntinner .theme-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cntinner .btn-style-one {
  background: #c69d4f;
  color: #ffffff;
}
.cntinner .btn-style-one:hover {
  background: #b58c3e;
}
.cntinner .bg-theme-color5 {
  background: #222;
  color: #ffffff;
}
.cntinner .bg-theme-color5:hover {
  background: #000;
}
.cntinner .contact-details__right {
  background: #1c1c1c;
  padding: 40px;
  border-radius: 8px;
  color: #ffffff;
}
.cntinner .contact-details__right .sec-title h2 {
  color: #ffffff;
}
.cntinner .contact-details__right .sec-title .text {
  color: #cccccc;
}
.cntinner .contact-details__info {
  margin-top: 30px;
}
.cntinner .contact-details__info li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}
.cntinner .contact-details__info .icon {
  width: 50px;
  height: 50px;
  background: #c69d4f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  flex-shrink: 0;
}
.cntinner .contact-details__info h6 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.cntinner .contact-details__info a,
.cntinner .contact-details__info span {
  color: #cccccc;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.6;
}
.cntinner .contact-details__info a:hover {
  color: #c69d4f;
}

.mtatrctinner .section-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #1c1c1c;
}
.mtatrctinner .attraction-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.mtatrctinner .attraction-item {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.mtatrctinner .attraction-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
.mtatrctinner .attraction-img {
  height: 220px;
  overflow: hidden;
}
.mtatrctinner .attraction-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.mtatrctinner .attraction-item:hover img {
  transform: scale(1.12);
}
.mtatrctinner .attraction-text {
  padding: 25px;
  text-align: center;
}
.mtatrctinner .attraction-text h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #c69d4f;
}
.mtatrctinner .attraction-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

div#navbarSupportedContent {
  min-height: -moz-max-content;
  min-height: max-content;
}

.rstyinner .hero {
  height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/rest12122.JPG") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.rstyinner .hero p {
  font-size: 15px;
  color: #c69d4f;
}
.rstyinner .hero h1 {
  font-size: 48px;
  letter-spacing: 2px;
}
.rstyinner .info-bar {
  background: #0b0b0b;
  color: #fff;
  padding: 60px 0;
}
.rstyinner .info-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.rstyinner .info-list {
  list-style: none;
  padding: 0;
}
.rstyinner .info-list li {
  display: flex;
  gap: 0px;
  margin-bottom: 14px;
  color: #cfcfcf;
}
.rstyinner .info-list i {
  color: #c9a14a;
}
.rstyinner .btn-gold {
  background: #c9a14a;
  color: #000;
  padding: 14px 32px;
  border-radius: 30px;
}
.rstyinner .btn-gold:hover {
  background: #fff;
}
.rstyinner .btn-outline-gold {
  border: 1px solid #c9a14a;
  color: #c9a14a;
  padding: 14px 32px;
  border-radius: 30px;
}
.rstyinner .btn-outline-gold:hover {
  background: #c9a14a;
  color: #000;
}
.rstyinner .section {
  padding: 80px 0;
}
.rstyinner .section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.rstyinner .section p {
  max-width: 800px;
  margin: auto;
  text-align: center;
  color: #555;
}
.rstyinner .menu-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}
.rstyinner .menu-item span {
  color: #c9a14a;
  font-weight: 500;
}
.rstyinner h5 {
  text-align: center;
  padding: 10px;
}
.rstyinner .title {
  font-size: 34px;
  margin: 10px 0 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.rstyinner .title:after {
  background: #c69d4f;
  position: absolute;
  content: "";
  width: 10px;
  height: 3px;
  left: 0px;
  right: 0px;
  width: 99px;
  margin: auto;
  bottom: -8px;
}
.rstyinner .gallery img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: 0.4s;
}
.rstyinner .gallery img:hover {
  transform: scale(0.9);
}

.ftryuiop .title {
  font-size: 34px;
  margin: 10px 0 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.ftryuiop .title:after {
  background: #c69d4f;
  position: absolute;
  content: "";
  width: 10px;
  height: 3px;
  left: 0px;
  right: 0px;
  width: 99px;
  margin: auto;
  bottom: -8px;
}

.cntin {
  background: #f2f4f4;
}
.cntin .section {
  padding: 60px 15px;
}
.cntin .container {
  max-width: 1200px;
  margin: auto;
}
.cntin .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.cntin .col-7 {
  flex: 0 0 58%;
}
.cntin .col-5 {
  flex: 0 0 38%;
}
@media (max-width: 991px) {
  .cntin .col-7, .cntin .col-5 {
    flex: 0 0 100%;
  }
}
.cntin .card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.cntin h2 {
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
}
.cntin h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #c69d4f;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.cntin .contact-info ul {
  list-style: none;
}
.cntin .contact-info li {
  margin-bottom: 15px;
  line-height: 1.7;
}
.cntin .contact-info a {
  color: #c69d4f;
  font-weight: 500;
  text-decoration: none;
}
.cntin .map iframe {
  width: 100%;
  height: 485px;
  border: none;
  border-radius: 12px;
  margin-top: 20px;
}
.cntin .form-group {
  margin-bottom: 15px;
}
.cntin label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}
.cntin input, .cntin select, .cntin textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.cntin input:focus, .cntin select:focus, .cntin textarea:focus {
  outline: none;
  border-color: #c69d4f;
}
.cntin .form-row {
  display: flex;
  gap: 15px;
}
.cntin .form-row .form-group {
  flex: 1;
}
.cntin .btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(135deg, #c69d4f, #c69d4f);
  color: #fff;
  cursor: pointer;
}
.cntin .btn:hover {
  opacity: 0.9;
}
.cntin .note {
  text-align: center;
  font-size: 13px;
  margin-top: 12px;
  color: #777;
}

@media only screen and (max-width: 767px) {
  .rstyinner .gallery img {
    height: 150px;
  }
  .section-nearby-attractions .attraction-text {
    height: auto;
  }
  .bt-rooms ul.listabb li {
    display: inline-block;
    width: 49%;
  }
  .bt-rooms .sroominner .contents {
    padding: 20px 0px;
    width: 70%;
  }
  .bt-rooms .sroominner figure {
    width: 100%;
  }
  .bt-rooms .sroominner {
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  header .navbar-brand {
    width: 188px;
    margin: 15px 0px;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: -2px;
  }
  .rstyinner .section {
    padding: 20px 0;
  }
  .mtatrctinner .attraction-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .page-header {
    background-size: cover !important;
    text-align: center;
    position: relative;
    padding: 150px 36px 40px 36px;
    background: #f3f4f2;
  }
  .col-md-6.text-end.d-flex.justify-content-end.align-items-center.gap-3 {
    justify-content: flex-start !important;
    margin-top: 10px;
  }
  .restuiy .section {
    padding: 50px 10px;
  }
  .restuiy .right-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 5px;
  }
  .rmsinner .swiper .swiper-button-next {
    right: 0px;
  }
  .rmsinner .swiper .swiper-button-next, .rmsinner .swiper .swiper-button-prev {
    top: 10px !important;
  }
  .rmsinner .swiper {
    overflow-y: visible;
    padding-top: 20px;
  }
  .rmsinner.acominnerds p {
    font-size: 15px;
    color: #272935;
    text-align: justify;
  }
  .sthead a.nav-link.htwokks {
    background: #f0e2c7;
    color: rgba(0, 0, 0, 0.9) !important;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
  }
  header .container-fluid {
    padding: 0px 0px;
    max-width: 1440px;
  }
  .ab-ntinner .title, .acominnerds .title, .title, h2.title {
    font-size: 20px !important;
  }
  .htnyinner .feature-box {
    padding: 15px 0px;
  }
  .ab-ntinner .about-hotel {
    padding: 30px 0;
  }
  .ab-ntinner .container {
    width: 95%;
  }
  .restuiy .collection-grid {
    grid-template-columns: 1fr;
  }
  .restuiy .left-big-card img {
    height: 260px;
  }
  .restuiy .small-card img {
    height: 160px;
  }
  .dskimg {
    display: none;
  }
  .mblimg {
    display: block;
  }
  .dskimg {
    display: none;
  }
  .mblimg {
    display: block;
  }
  .fa-3x {
    font-size: 2em;
  }
  .gteryr p {
    margin-bottom: 5px;
  }
  .about p {
    text-align: justify;
  }
  .popup-content button[type=submit] {
    background: linear-gradient(45deg, #ffcd2a, #fce839);
    color: #c69d4f;
  }
  main .wsamenti .amenity-title {
    font-size: 14px;
    font-weight: 600;
    height: 29px;
  }
  .head h2:after {
    height: 2px;
  }
  .head h2 {
    font-size: 25px;
  }
  .faqbx .accordion-body {
    background-color: #ffffff;
    text-align: justify;
    color: #464645;
    font-size: 1rem;
    border-top: 1px solid #fac829;
  }
  #menuContainer {
    width: 100%;
  }
  .rooms .rminner a b {
    text-align: center;
    padding: 8px 12px;
    position: absolute;
    border-radius: 0px;
    width: 100%;
    justify-content: center;
  }
  .clients .item {
    height: 145px;
  }
  .clinner form {
    margin-bottom: 10px;
  }
  .ftabout {
    text-align: center;
    margin-bottom: 15px;
  }
  .sthead {
    position: relative;
  }
  a.nav-link.htwokks {
    background: #f0e2c7;
    color: rgba(0, 0, 0, 0.9) !important;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0px;
    right: 0px;
    text-align: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #444444 !important;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
    position: absolute;
    right: 10px;
    color: #fff;
    top: 32px;
  }
  a.whatsapp,
  .totop {
    right: 10px;
  }
  .container-fluid {
    padding: 0px 10px;
  }
  header {
    padding-top: 10px;
    background: #c69d4f;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  header .navbar-brand {
    width: 120px;
    left: 10px;
    position: relative;
    border: 0px;
    left: 0px;
    bottom: unset;
  }
  .navbar-light .navbar-toggler {
    margin-left: auto;
  }
  .topbar {
    display: none;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  .sthead {
    padding-bottom: 8px;
  }
  ul.navbar-nav.ms-auto {
    padding: 15px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: transparent;
  }
  .btns {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=mainstyle.css.map */