body {
  font-family: "Montserrat", sans-serif;
  margin: auto;
}

main {
  padding-top: 81px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Gilda Display", serif;
}

.email {
  text-transform: lowercase !important;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 1.1rem;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fed32d !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: #422e2e;
}
.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;
  margin-bottom: 40px;
}
.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: #422e2e;
  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: #422e2e;
  box-shadow: none;
  color: #fff;
  border-color: #422e2e;
}

.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: #422e2e;
  z-index: 999;
  width: 100%;
}
header .derty {
  align-items: center;
}
header .navbar-brand {
  width: 188px;
  margin: 15px 0px;
  position: absolute;
  background: #422e2e;
  bottom: -48px;
  padding: 10px;
  border-radius: 10px;
}
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: space-between;
}
header .topbar .tpright .callinfo i {
  width: 30px;
  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 a {
  font-size: 14px;
  color: white;
}
header .topbar .tpright a i {
  margin: 0px;
}
header .topbar .tpright a:hover {
  color: #fed32d !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: 20px 10px;
  transition: 0.3s ease-in-out;
}
header .dropdown-menu {
  top: 100%;
  min-width: 200px;
  background-color: #422e2e;
  transition: 0.4s;
}
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;
  font-weight: 700;
}
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: #422e2e;
  top: 0px;
  position: fixed;
}
.sthead .navbar-brand {
  width: 188px;
  margin: 15px 0px;
}
.sthead ul li .nav-link {
  padding: 10px 10px;
}

main .mnltbar {
  overflow: unset;
  /* Guests & Rooms Dropdown */
}
main .mnltbar .container {
  background: rgba(66, 46, 46, 0.13);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 15px;
  /* overflow: hidden; */
}
main .mnltbar .booking-wrapper {
  max-width: 100%;
  margin: auto;
  background: linear-gradient(359deg, rgba(66, 46, 46, 0.54), rgba(66, 46, 46, 0.53)), url(../img/w15.jpg);
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  position: relative;
  bottom: 0px;
  width: 100%;
  left: 0px;
  border-top: 5px solid #fac829;
}
main .mnltbar .booking-wrapper form {
  display: flex;
  justify-content: center;
}
main .mnltbar .booking-wrapper form .form-group {
  margin-bottom: 20px;
  width: 50%;
  margin-right: 10px;
}
main .mnltbar .booking-wrapper form .form-group label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  color: #fff;
}
main .mnltbar .form-group {
  margin-bottom: 20px;
}
main .mnltbar .form-group button {
  height: 49.74px;
  margin-top: 32px;
}
main .mnltbar .form-group label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
main .mnltbar .form-control {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
main .mnltbar .guest-dropdown {
  position: relative;
  cursor: pointer;
}
main .mnltbar .guest-dropdown-content {
  display: none;
  position: absolute;
  z-index: 99999999;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  z-index: 10;
  border-radius: 4px;
}
main .mnltbar .guest-dropdown-content label {
  color: #4a4a4a !important;
}
main .mnltbar .guest-dropdown-content .dmflx {
  justify-content: space-between;
  display: flex;
}
main .mnltbar .guest-dropdown:focus-within .guest-dropdown-content,
main .mnltbar .guest-dropdown:hover .guest-dropdown-content {
  display: block;
}
main .mnltbar .guests-buttons-field {
  margin-bottom: 12px;
}
main .mnltbar .guests-buttons-field label {
  display: flex;
  align-items: center;
  gap: 6px;
  max-height: 24px;
  height: 24px;
  margin-bottom: 5px;
  font-size: 14px;
}
main .mnltbar .guests-button {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .mnltbar .guests-button .minus,
main .mnltbar .guests-button .plus {
  width: 28px;
  height: 28px;
  background: #fac829;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  border-radius: 4px;
  color: #000;
  font-weight: bold;
}
main .mnltbar .guests-button input[type=text] {
  width: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 28px;
}
main .mnltbar .btn-form1-submit {
  background: linear-gradient(45deg, #fac829, #fce839);
  color: #000;
  border: none;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}
main .mnltbar .btn-form1-submit:hover {
  background-color: #422e2e;
  color: white;
}
main .about {
  /* Optional: Adjust position if necessary */
}
main .about .srtbnm {
  position: relative;
  z-index: 9;
}
main .about .srtbnm {
  position: relative;
}
main .about .srtbnm:after {
  content: "";
  width: 164px;
  height: 141px;
  background: #fac829;
  position: absolute;
  left: -5%;
  bottom: 2px;
}
main .about h1 {
  font-weight: 400;
  font-size: 53px;
}
main .about .owl-nav button {
  background: rgba(32, 29, 29, 0.19) !important;
  border: none;
  color: #fff !important;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.3s ease;
}
main .about .owl-nav .owl-prev {
  left: 10px;
}
main .about .owl-nav .owl-next {
  right: 10px;
}
main .about .owl-nav button:hover {
  background: #202020; /* Darker blue on hover */
}
main .about a.btn {
  background-color: #fac829;
  color: #000;
  width: -moz-max-content;
  width: max-content;
}
main .about a.btn:hover {
  background: #422e2e;
  color: #fff;
}
main .about .owl-carousel {
  position: relative;
}
main .mmrooms {
  padding: 30px 0px;
  background: linear-gradient(359deg, rgba(240, 240, 240, 0.9), rgba(243, 243, 243, 0.87)), url(../img/w15.jpg);
  background-size: cover;
}
main .mmrooms .rminner {
  margin-bottom: 15px;
  overflow: hidden;
  border: 10px solid #fff;
}
main .mmrooms .rminner a {
  position: relative;
  overflow: hidden;
  display: block;
  color: #000;
}
main .mmrooms .rminner a span {
  display: block;
  text-align: center;
}
main .mmrooms .rminner a img {
  transition: 0.3s ease-in-out;
}
main .mmrooms .rminner a b {
  display: block;
  width: 100%;
  transition: 0.3s ease-in-out;
  text-align: center;
  padding: 10px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
main .mmrooms .rminner a b i {
  margin-right: 5px;
}
main .mmrooms .rminner a b span {
  display: inline-flex;
  width: 34px;
  transition: 0.3s ease-in-out;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.74);
  margin-left: 10px;
  color: #422e2e;
  justify-content: center;
  font-weight: bold;
}
main .mmrooms .btn {
  background: #fac829;
  color: #000;
  border: none;
  padding: 12px;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  transition: background 0.3s;
  margin: auto;
}
main .mmrooms .btn:hover {
  background-color: #422e2e;
  color: white;
}
main .offers {
  padding: 30px 0px;
  color: #fff;
  color: #ffffff;
  background: linear-gradient(359deg, rgba(66, 46, 46, 0.54), rgba(66, 46, 46, 0.53)), url(../img/w15.jpg);
  background-size: cover;
  background-attachment: fixed;
}
main .offers .head h2:after {
  background: #fde336;
}
main .offers p {
  color: #fff;
}
main .offers p.text-center {
  max-width: 70%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
main .offers a.btn {
  background-color: #fac829;
  color: #000;
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
main .offers a.btn:hover {
  background-color: #422e2e;
  color: #fff;
}
main .wsinnercnt {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
main .wsinnercnt .uscontainer {
  display: flex;
  padding: 20px 0px;
}
main .wsinnercnt .uscontainer b {
  font-family: "Gilda Display", serif;
}
main .wsinnercnt .uscontainer li {
  width: 20%;
  list-style: none;
  text-align: center;
}
main .wsinnercnt .uscontainer li i {
  margin-bottom: 10px;
  color: #422e2e;
}
main .wsinnercnt .uscontainer figure {
  margin: 0 0 1rem;
  margin: 10px;
  padding: 35px;
  background: #FFF;
  border-radius: 1.04vw;
  box-shadow: 0vw 0.21vw 0.84vw 0.042vw rgba(11, 18, 33, 0.15);
}
main .wsamenti {
  padding: 60px 20px;
  background-color: #fff;
}
main .wsamenti .section-title {
  text-align: center;
  margin-bottom: 40px;
}
main .wsamenti .section-title h2 {
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
main .wsamenti .section-title h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #422e2e;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
main .wsamenti .amenity-card {
  background: #f1f1f1;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #cfcfcf;
}
main .wsamenti .amenity-card:hover {
  background: #f7f1d9;
  transform: translateY(-5px);
}
main .wsamenti .amenity-icon {
  font-size: 40px;
  color: #422e2e;
  margin-bottom: 15px;
}
main .wsamenti .amenity-title {
  font-size: 18px;
  font-weight: 600;
}
main .st_attract {
  /* Optional: Adjust position if necessary */
}
main .st_attract h4 {
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 100px;
  font-size: 14px;
}
main .st_attract .head {
  margin-bottom: 0px;
}
main .st_attract .item {
  position: relative;
  background: #FFF;
  border-radius: 1.04vw;
  box-shadow: 0vw 0.21vw 0.84vw 0.042vw rgba(11, 18, 33, 0.15);
  margin: 15px 10px;
  cursor: pointer;
}
main .st_attract .item img {
  transition: 0.5S ease-in-out;
}
main .st_attract .item:hover img {
  transform: scale(1.3);
}
main .st_attract figure {
  margin: 0 0 1rem;
  border-radius: 10px;
  overflow: hidden;
}
main .st_attract .owl-nav button {
  background: rgba(32, 29, 29, 0.19) !important;
  border: none;
  color: #fff !important;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background 0.3s ease;
}
main .st_attract .owl-nav .owl-prev {
  left: 10px;
}
main .st_attract .owl-nav .owl-next {
  right: 10px;
}
main .st_attract .owl-nav button:hover {
  background: #202020; /* Darker blue on hover */
}
main .st_attract a.btn {
  background: #422e2e;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
main .st_attract a.btn:hover {
  background-color: #fff;
  color: #000;
}
main .st_attract .owl-carousel {
  position: relative;
}

@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: #422e2e;
  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: #422e2e;
  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: #422e2e;
  outline-offset: 2px;
}

.popup-content input:valid,
.popup-content textarea:valid {
  border-color: green;
}

.popup-content button[type=submit] {
  background-color: #fde336;
  color: #422e2e;
  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: #422e2e;
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
  display: none;
  margin-top: 10px;
}

.faqbx {
  background: #422e2e;
  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: #422e2e;
  color: #fac829;
}
.faqbx .accordion-button {
  background-color: #422e2e;
  color: #fac829;
  font-weight: 600;
  border: none;
  box-shadow: none;
}
.faqbx .accordion-button:not(.collapsed) {
  background-color: #fac829;
  color: #422e2e;
  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: #422e2e;
  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;
}

div#mmsl .carousel-control-prev-icon {
  background: url("../img/ARLEFT111.png");
  background-size: contain;
  background-repeat: no-repeat;
}

div#mmsl .carousel-control-next-icon {
  background: url("../img/ARright111.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.singlesrooms {
  /* Card styling */
  /* Card image */
}
.singlesrooms .sroominner {
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.singlesrooms ul.listabb {
  padding-left: 0px;
}
.singlesrooms ul.listabb li {
  list-style: none;
  line-height: 35px;
  list-style: none;
}
.singlesrooms ul.listabb li span.icontr i {
  color: #422e2e;
}
.singlesrooms .sroominner figure {
  width: 30%;
  min-width: 30%;
  margin: 0px;
}
.singlesrooms .sroominner .contents {
  padding: 20px;
  width: 70%;
}
.singlesrooms .sroominner .main {
  width: 100%;
  min-width: 100%;
}
.singlesrooms .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);
}
.singlesrooms .sroominner a.btn.btn-primary {
  background: linear-gradient(45deg, rgb(255, 205, 42), rgb(252, 232, 57));
  padding: 11px 12px;
  /* margin-top: 10px; */
  display: inline-block;
  color: #000;
  border: 0px;
  width: 100%;
  height: 45px;
  font-size: 14px;
}
.singlesrooms .sroominner {
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.singlesrooms .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 0px;
  margin-top: 15px;
}
.singlesrooms .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;
}
.singlesrooms .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.singlesrooms .card-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.singlesrooms .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: #422e2e;
  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: #422e2e;
  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 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.section-nearby-attractions .attraction-item.img-right {
  flex-direction: row-reverse;
}
.section-nearby-attractions .attraction-img img {
  width: 100%;
  max-width: 400px;
}
.section-nearby-attractions .attraction-text {
  max-width: 67%;
  background: #f3f4f2;
  padding: 20px;
  min-height: 218px;
}

.abtpg .amenity {
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
}
.abtpg .amenity i {
  font-size: 1.5rem;
  margin-right: 12px;
  color: #ffcc29;
}

@media only screen and (max-width: 767px) {
  .section-nearby-attractions .attraction-item {
    flex-direction: column;
  }
  .section-nearby-attractions .attraction-text {
    max-width: 100%;
    background: #f3f4f2;
    padding: 20px;
    min-height: 218px;
  }
  .section-nearby-attractions .attraction-item.img-right {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-header {
    padding: 30px 30px;
  }
  form#contact_form {
    margin-bottom: 30px;
  }
  .singlesrooms .container {
    padding: 0px 10px;
  }
  .singlesrooms .sroominner figure, .singlesrooms .sroominner .contents {
    width: 100%;
    min-width: 100%;
    margin: 0px;
  }
  div#mmsl .carousel-control-prev-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
  }
  div#mmsl .carousel-control-next-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
  }
  main {
    padding-top: 0px;
  }
  .testimonials .item {
    background: #fefdf6;
  }
  .dskimg {
    display: none;
  }
  .mblimg {
    display: block;
  }
  .fa-3x {
    font-size: 2em;
  }
  .gteryr p {
    margin-bottom: 5px;
  }
  .about p {
    text-align: justify;
  }
  main .wsinnercnt .uscontainer li {
    min-width: 50%;
  }
  main .wsinnercnt .uscontainer {
    flex-wrap: wrap;
  }
  main .wsamenti {
    padding: 30px 10px;
  }
  main .wsinnercnt .uscontainer figure {
    padding: 35px 20px;
  }
  .popup-content button[type=submit] {
    background: linear-gradient(45deg, #ffcd2a, #fce839);
    color: #422e2e;
  }
  main .offers p.text-center {
    max-width: 95%;
  }
  a.navbar-brand .img-fluid {
    width: 200px;
  }
  main .about h1 {
    font-size: 40px;
  }
  main .about {
    overflow: hidden;
  }
  section.about h5 {
    margin-top: 15px;
  }
  main .mmrooms .rminner {
    border: 3px solid #fff;
  }
  .footer .dot {
    margin-left: 0px;
  }
  .faqbx .head h2 {
    font-size: 25px;
    color: #fff;
  }
  .faqbx .accordion-button {
    color: #fefefe;
  }
  main .wsamenti .amenity-title {
    font-size: 14px;
    font-weight: 600;
    height: 29px;
  }
  .head h2:after {
    height: 2px;
  }
  .faqbx .accordion-button {
    padding-right: 33px;
  }
  .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;
  }
  #slider .carousel-inner,
  #slider .carousel-item,
  #slider .carousel-item img {
    height: 550px;
  }
  #slider .carousel-item img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .ftinner .navbar-brand {
    margin: auto;
  }
  footer {
    padding-top: 15px;
  }
  .ftabout {
    text-align: center;
    margin-bottom: 15px;
  }
  footer .col-6 {
    margin: 15px 0px;
  }
  .sthead {
    position: relative;
  }
  .clients .item img {
    padding: 5px;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
    position: absolute;
    right: 10px;
    color: #fff;
    top: 20px;
  }
  a.whatsapp,
  .totop {
    right: 10px;
  }
  #slider .carousel-caption .center h2 {
    font-size: 29px;
  }
  #slider .carousel-caption .center h3 {
    font-size: 26px;
  }
  .container-fluid {
    padding: 0px 10px;
  }
  header {
    padding-top: 10px;
    background: #422e2e;
    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;
  }
  .pagesubheader {
    height: 110px;
  }
  .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;
  }
}
@media only screen and (max-width: 413px) {
  .highlight .facilities li i {
    width: 26px;
    height: 26px;
    font-size: 9px;
  }
}/*# sourceMappingURL=style.css.map */