@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@font-face {
  font-family: "Helvetica";
  src: url("../vendor/fonts/webfonts/Helvetica.ttf") format("truetype");
  
}

@font-face {
  font-family: "Helvetica Bold";
  src: url("../vendor/fonts/webfonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Bold Oblique";
  src: url("../vendor/fonts/webfonts/Helvetica-BoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: oblique;
}

@font-face {
  font-family: "Helvetica Light";
  src: url("../vendor/fonts/webfonts/helvetica-light-587ebe5a59211.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Rounded Bold";
  src: url("../vendor/fonts/webfonts/helvetica-rounded-bold-5871d05ead8de.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Compressed";
  src: url("../vendor/fonts/webfonts/helvetica-compressed-5871d14b6903a.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --main-font: "Playfair Display !";
  --secondary-font: "Helvetica";
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  background-color: #fff;
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 1.42857143;
  color: #636362;
  overflow-x: hidden;
}

a {
  color: #2821de;
  text-decoration: none;
  transition: 0.3s;
}
b, strong {
    font-weight: bolder;
    font-family: Helvetica Bold;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font);
  color: #55575a;
  letter-spacing: 1px;
}

p {
  font-family: var(--secondary-font);
}

.app_container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  .app_container {
    max-width: 767px;
  }
}

@media (min-width: 768px) {
  .app_container {
    max-width: 968px;
  }
}

@media (min-width: 1025px) {
  .app_container {
    max-width: 1280px;
  }
}

.app_container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.ppfi_content .btn.btn_gold {
  z-index: 99;
  position: relative;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: #fff;
  padding: 10px 20px;
  transition: all 0.5s;
  z-index: 997;
  /* position: fixed;
  width: 100%; */
}

.header .logo {
  line-height: 1;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #fff;
  background: #2821de;
  font-size: 15px;
  padding: 10px 20px;
  margin: 0 0 0 30px;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--main-font);
  transition: 0.3s linear;
  border: 1px solid #2821de;
  cursor: pointer;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: unset !important;
}

.overlay {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.4) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    order: 3;
    margin: 0 0px 0 15px;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 2;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg,
      rgba(85, 86, 91, 0.9) 0,
      rgba(85, 86, 91, 0.9) 95%,
      rgba(85, 86, 91, 0));
}

.scrolled .navmenu .dropdown>ul.dropdown-active {
  display: block;
  background: rgba(33, 37, 41, 0.03) !important;
}

.scrolled .navmenu .dropdown ul {
  background: linear-gradient(180deg,
      rgba(85, 86, 91, 0.9) 0,
      rgba(85, 86, 91, 0.9) 95%,
      rgba(85, 86, 91, 0));
}

.scrolled .logo {
  width: 100px;
}

.footer-about .logo {
  width: 100px;
}

.logo img {
  max-width: 80px;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 768px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    padding: 10px 10px;
    font-size: 15px;
    font-family: var(--secondary-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #2821de;
    font-weight: bold;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: unset;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0px;
    z-index: 99;
    border-top: 1px solid #fff;
    max-width: 400px;
    text-align: center;
    padding: 10px 0px;
    /* padding-top: 10px; */
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 4px 7px;
    font-size: 14px;
    text-transform: none;
    color: #ffffff;
    text-align: center;
    margin: auto;
    width: 100%;
    justify-content: center;
    letter-spacing: 2px;
    transition: all 0.3s;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
  }

  .navmenu .dropdown ul li a:hover {
    color: #2821de;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #2821de;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .mobile-nav-toggle {
    display: none;
  }
}

/* Navmenu - Mobile */
@media (max-width: 768px) {
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
    display: block;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: #000 !important;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #e82314;
    color: #fff;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #2821de;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #2821de;
    color: #fff;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, #444444, transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .scrolled .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  background: #55565b;
  font-size: 14px;
  color: #fff;
  padding-bottom: 50px;
  z-index: 3;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-about .logo img {
  max-width: 100%;
  height: auto;
}

.footer .social-links a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.footer .social-links a:hover {
  background: #2821de;
  color: #fff;
}

.footer h4 {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: baseline;
  /* justify-content: center; */
  flex-wrap: wrap;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
  transition: all 0.5s linear;
}

.footer .footer-links ul a:hover {
  color: #2821de;
}

.footer .footer-links ul li {
  padding: 8px 0;
  width: 50%;
}

.footer .footer-newsletter .newsletter-form {
  display: flex;
  margin-top: 20px;
  border: 1px solid #ffffff;
}

.footer .footer-newsletter .newsletter-form input[type="email"] {
  flex: 1;
  border: none;
  padding: 10px;
  color: #333;
}

.footer .footer-newsletter .newsletter-form input[type="submit"] {
  background: #2821de;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.footer .footer-newsletter .newsletter-form input[type="submit"]:hover {
  background: rgba(194, 152, 105, 0.8);
}

.footer-bottom {
  border-top: 1px solid #888787;
  margin-top: 30px;
  padding: 15px 0;
}

.footer-contact a span svg {
  font-size: 16px;
  padding: 0px 7px 0px 3px;
}

.footer-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

.footer-contact a {
  font-size: 16px;
  line-height: 1.42857143;
  color: #fff;
  font-family: var(--main-font);
  transition: all 0.5s linear;
  line-height: 20px;
}

.footer-contact a:hover {
  color: #2821de;
}

.footer-contact a svg {
  font-size: 16px;
  padding: 0px 2px 0px 5px;
}

.footer-enquiries {
  display: flex;
  align-content: center;
  gap: 10px;
  margin-top: 20px;
}

.footer .footer-enquiries h4 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
}

input:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #2821de;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: var(--alt-background-color);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  position: relative;
}

.page-title h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #2821de;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: #55565b;
  background-color: #fff;
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

.section-bg {
  background-color: transparent;
  padding: 160px 0;
  position: relative;
}

.section-bg:before {
  content: "";
  background-color: #2821de;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

.section-bg .container {
  position: relative;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.top-section {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-top: -85px;
}

.top-section::before {
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.4) 100%);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.video_full {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.arrow.bouncy {
  position: absolute;
  z-index: 9;
  margin: auto;
  left: 0;
  bottom: 50px;
  right: 0;
  width: fit-content;
  text-align: center;
  cursor: pointer;
}

.bouncy svg {
  color: #fff;
  font-size: 40px;
}

.top_content {
  margin: 50px 0 0;
}

.title-main {
  margin: 5px 0;
  font-family: var(--main-font);
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  color: #55575a;
  font-size: 30px;
}

.divider-alt {
  background: transparent url(../img/divider-alt.webp) 50% no-repeat;
  width: 163px;
  height: 15px;
}

.divider-alt,
.divider-icon {
  display: block;
  margin: 15px auto;
}

.luxury-hotel-section .item {
  padding-top: 35px;
}

.luxury-hotel-section img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.luxury-hotel-section .ppfi_content {
  background-color: #fff;
  /* max-width: 870px; */
  /* margin: 20px auto 0; */
  position: relative;
  /* padding: 40px 60px; */
  text-align: center;
  display: flex;
}

.btn.btn_gold.luxury-hotel-btn {
  margin: 30px auto 0px auto !important;
  display: block !important;
  width: fit-content;
}

.luxury-hotel-section .ppfi_content h3 {
  font-family: var(--main-font);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #55575a;
  font-size: 28px;
  flex-shrink: 0.3;
  text-align: left;
  padding: 0 0 10px;
  margin: 0;
}

.btn.btn_link_gold {
  padding: 0;
  border-bottom: 1px solid #2821de;
  margin: 5px 0 0;
  font-family: var(--main-font);
}

.btn.btn_link_gold,
.btn.btn_link_gold:hover {
  background-color: transparent;
  color: #2821de;
}

.btn {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #333;
  border-radius: 0;
  border: none;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-transform: uppercase;
  font-family: var(--main-font);
  letter-spacing: 1px;
}

.btn_link_gold:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #2821de;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.btn_link_gold:hover:after {
  width: 100%;
}

.rest-slider {
  margin: 50px 0px;
  overflow-x: hidden;
}

.rest-slider .container-fuild {
  margin-top: 30px;
}

.border {
  position: relative;
}

.border::before {
  z-index: 10;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /*border: 1px solid #e82314;*/
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.border:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.border .ppv_content {
  position: relative;
  z-index: 30;
}

.img_content {
  padding: 40px 60px 60px;
  color: #636362;
  z-index: 30;
  position: relative;
}

.rest-slider .border .img_content h3 {
  font-size: 21px;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rest-slider .border .btn_link_gold::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #2821de;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.rest-slider .border:hover .btn_link_gold::after {
  width: 100%;
}

.ppv .item .img_hd {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ppv .item .img_hd img {
      width: 100%;
    height: 100%;
    min-height: 341px;
    object-fit: cover;
    max-height: 341px;
}

.ppv .item img {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-appearance: none;
}

.ppv .item:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.bordering {
  position: relative;
  height: 100%;
}

.bordering img {
  position: relative;
  z-index: -10;
}

.bordering:before {
  position: absolute;
  z-index: -1;
  text-align: center;
  border: 1px solid #2821de;
  display: table;
  content: "";
  width: calc(100vh - 30px);
  margin: 15px;
  min-height: 100%;
}

.ppv_logo img {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 120px !important;
  top: -110px;
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #00000030;
}

.ppv_logo {
  position: relative;
  z-index: 20;
}

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

.rooms_list .img_hd img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 450px;
}

.rest-slider .rest-slider-controls {
  /* position: relative; */
  display: block;
  margin: 0;
}

.rest-slider .rest-slider-controls .swiper-button-next,
.rest-slider .rest-slider-controls .swiper-button-prev {
  width: 60px;
  height: 70px;
  margin-top: -35px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rest-slider .rest-slider-controls .swiper-button-next:hover,
.rest-slider .rest-slider-controls .swiper-button-prev:hover {
  color: #fff;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
}

.rest-slider .rest-slider-controls .swiper-button-next {
  left: auto;
  border-radius: 50% 0 0 50%;
  z-index: 20;
  right: -10px;
  top: 62%;
}

.rest-slider .rest-slider-controls .swiper-button-prev {
  right: auto;
  border-radius: 0 50% 50% 0%;
  z-index: 20;
  left: -10px;
  top: 62%;
}

.rest-slider .rest-slider-controls .swiper-button-prev:after {
  content: "prev";
}

.rest-slider .rest-slider-controls .swiper-button-next:after {
  content: "next";
}

.rest-slider .rest-slider-controls .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 40px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  opacity: 0.75;
  font-size: 40px;
  color: #fff !important;
}

.rest-slider .rest-slider-controls .swiper-button-next::after {
  font-family: swiper-icons;
  font-size: 40px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  opacity: 0.75;
  font-size: 40px;
  color: #fff !important;
}

.rest-slider .btn.btn_border_gold {
  border: 1px solid #2821de;
  background-color: unset;
  opacity: 1;
  color: #2821de;
  margin: 0;
  transition: all 0.5s linear;
}

.rest-slider .rooms_list :hover .btn.btn_border_gold {
  border: 1px solid #2821de;
  color: #fff;
  background-color: #2821de;
  opacity: 1;
}

.rest-slider .rooms_list .btn.btn_gold {
  background-color: #2821de;
  color: #fff;
  opacity: 1;
  border: 1px solid transparent;
}

.rest-slider .rooms_list:hover .btn.btn_gold {
  border: 1px solid #2821de;
  color: #fff;
  background-color: unset !important;
  opacity: 1;
  color: #2821de;
}

.spa-section .btn_wrapper {
  padding: 10px 0px;
}

.spa-section {
  padding: 50px 0px;
}

.spa-section .ppv {
  margin-top: 50px;
}

.spa-section .border h3 {
  font-family: var(--main-font);
  font-size: 21px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  color: #55575a;
  font-weight: 400;
}

.spa-section .border p {
  font-size: 16px;
  color: #55575a;
}

.spa-section .btn.btn_border_gold {
  border: 1px solid #2821de;
  background-color: unset;
  opacity: 1;
  color: #2821de;
  margin: 0;
}

.spa-section .ppv .item:hover .btn_border_gold {
  border: 1px solid #2821de;
  color: #fff;
  background-color: #2821de;
  opacity: 0.8;
}

.spa-section .btn_wrapper {
  padding: 10px 0px;
}

.spa-section .panel_vertical .ppv_content {
  padding: 40px 60px 100px !important;
}

.spa-section .panel_vertical .item>a {
  position: relative;
  z-index: 10;
}

.spa-section .panel_vertical .buttons_abs {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 40;
}

.btn_link_gold::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #2821de;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.btn_link_gold:hover::after {
  width: 100%;
}

.btn_wrapper {
  padding: 10px 0px;
}

.rooms {
  background-image: url("../room-img/room_banner.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms1 {
  background-image: url("../room-img/interior_banner.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms.rooms2 {
  background-image: url("../room-img/contents_banner.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms.rooms3 {
  background-image: url("../room-img/contents_banner.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms.rooms4 {
  background-image: url("../room-img/contents_banner.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms.rooms5 {
  background-image: url("../room-img/about-us.jpeg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms.rooms6 {
  background-image: url("../room-img/agreement.jpeg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.rooms.rooms7 {
  background-image: url("../room-img/villa-booking.jpeg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.big-title {
  position: absolute;
  bottom: 100px;
  left: 45px;
  z-index: 1;
  width: calc(100% - 45px);
  max-width: 780px;
}

.big-title {
  color: #fff;
  font-size: 46px;
  text-transform: capitalize;
  line-height: 52px;

}

/* .big-title span {
  font-family: var(--main-font);
  text-transform: none;
  font-size: 66px;
  padding: 0 20px 0px 5px;
  line-height: 90px;
} */

.rooms_list {
  position: relative;
}

.rooms_list .buttons_abs {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 40;
}

.rooms_list .img_content {
  padding: 40px 60px 100px;
  color: #636362;
  z-index: 30;
  position: relative;
}

.rest-slider .all-rooms-list {
  margin-top: 30px;
}

.rooms_list.bg-room .img_content {
  background-color: #fff;
  max-width: 870px;
  margin: -70px auto 0;
  outline: 1px solid #95785a;
  outline-offset: -15px;
}

.rooms_list.bg-room .border::before {
  display: none;
}

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

.carousel-control-prev {
  width: 60px;
  height: 70px;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  border-radius: 0 50% 50% 0%;
  z-index: 20;
}

.carousel-control-next {
  width: 60px;
  height: 70px;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  border-radius: 50% 0 0 50%;
  z-index: 20;
}

.top-section .carousel-item::before {
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4) 0,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.4));
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.graces-spa-section {
  margin: 50px 0px;
}

.graces-spa-section .border {
  display: flex;
  align-items: center;
}

.graces-spa-section .border .img_content {
  width: 45%;
  padding: 60px;
}

.graces-spa-section .border .img_hd {
  width: 55%;
}

.btn.btn_border_gold:hover {
  background-color: #2821de;
  color: #fff;
  border: 1px solid #2821de;
}

.rooms_list .img_hd img {
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  min-height: 450px;
  width: 100%;
}

.pswp img {
  max-width: none;
  object-fit: cover;
}

.retreat-banner {
  background-image: url("../img/wellness_banner.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.room-detail-section {
  height: auto !important;
  opacity: 1 !important;
}

.room-detail-section.top-section::before {
  display: none;
}

.fixed_image .item {
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: scroll;
  background-size: cover;
  height: 100vh;
  display: block;
  position: relative;
}

.fixed_image .item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4) 0,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.4));
}

.fixed_image .item .light-box {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 100;
}

.fixed_image .item .light-box .btn_border_white {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.fixed_image .item .light-box .btn:hover {
  border: 1px solid #2821de;
  color: #fff;
  background-color: #2821de;
}

.fixed_image .item .light-box svg {
  margin-right: 5px;
}

.fixed_image .swiper-slide {
  height: 100vh;
}

.header_image_wrapper {
  overflow: hidden;
  z-index: 10;
}

.fixed_image {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 1;
  padding: 0;
}

.room-detail-section .container_right {
  width: 100%;
  padding: 100px 30px 60px;
  min-height: 100vh;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.room-detail-section .container_right .item h4 {
  color: #636362;
  padding: 7px 5px;
  font-size: 15px;
  text-align: center;
  font-family: var(--secondary-font);
  border-radius: 2px;
}

.room-detail-section .container_right .swiper-rooms_nav {
  position: relative;
}

.room-detail-section .container_right .item h4.active {
  background: #2821de;
  color: #fff;
  line-height: 1.42857143;
}

.rest-slider-controls .swiper-button-next::after,
.rest-slider-controls .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #000;
}

.rest-slider-controls .swiper-button-next {
  right: -30px;
  z-index: 999;
  top: 15px;
  background: #fff;
}

.rest-slider-controls .swiper-button-prev {
  left: -35px;
  z-index: 999;
  top: 17px;
  background: #fff;
}

.room-page-menu ul li a {
  color: #000;
}

.scrolled .room-page-menu ul li a {
  color: #ffffff;
}

.room-page-menu .dropdown ul {
  background-color: #fff;
}

.room-page-menu .dropdown ul a {
  color: #000;
}

.room-details {
  margin-top: 30px;
}

.room-details h2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.btn.btn_gold {
  background-color: #2821de;
  border: 1px solid #2821de;
  color: #fff;
}

.btn.btn_gold:hover {
  background-color: transparent;
  border: 1px solid #2821de;
  color: #2821de;
}

.text-blue {
  color: #2821de;
}

.room-features-list {
  margin-top: 20px;
}

.room-features-list p {
  color: #636362;
  margin-bottom: 5px;
  line-height: 1.42857143;
  font-size: 16px;
}

.hero-image_hotelDetails {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: 400;
  z-index: 999;
  left: 20px;
}

.hero-image_hotelDetails .top-address .space {
  display: flex;
  margin-bottom: 1rem;
  gap: 10px;
  align-content: baseline;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #636362;
  transition: all 0.3s linear;
}

.hero-image_hotelDetails .top-address a.space {
  color: #636362;
}

.hero-image_hotelDetails .top-address:hover a.space {
  color: #2821de;
}

.dropdown .dropdown-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-text h4 {
  font-size: 18px;
  font-weight: 400;
  color: #2821de;
  font-family: var(--secondary-font);
  margin-bottom: 3px;
}

.dropdown-text p {
  font-size: 14px;
  line-height: 16px;
  color: #636362;
}

.dropdown-content svg {
  font-size: 1.5rem;
  fill: #636362;
}

.book-details {
  padding: 50px 20px;
}

.book-details-content {
  background: #ffffff;
  border: 1px solid #2821de;
  border-radius: 0px;
  position: relative;
}

.book-details-content .dropdown {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-left: 1px solid #2821de;
  width: 100%;
}

.book-details-content .dropdown .dropdown-toggle::after {
  display: none;
}

.book-details-content .dropdown-menu {
  padding: 1rem 1rem 0.5rem;
  background: #ffffff;
  border: 1px solid #2821de;
  box-shadow: 0 4px 9px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  top: 50px;
  transform: translate3d(0, 71.4px, 0px) !important;
  width: 100%;
}

.ftco-section {
  border: 1px solid #2821de;
}

.book-details-content .dropdown-menu::after {
  background: #ffffff;
  content: "";
  display: inline-block;
  height: 1rem;
  position: absolute;
  bottom: -2.1rem;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1rem;
  border-top: 1px solid #2821de;
  border-left: 1px solid #2821de;
  z-index: 1000;
  top: -1px;
}

.book-details-content .dropdown-menu h3 {
  font-size: 16px;
  font-family: var(--secondary-font);
}

.guest-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

hr {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #2821de;
  opacity: 1;
}

.guest-modal-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  border: 1px solid #000;
  padding: 10px;
  background: #fff;
}

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

.guest-label {
  font-size: 1rem;
  font-weight: bold;
}

.guest-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.guest-controls button {
  width: 30px;
  height: 30px;
  border: 1px solid #2821de;
  background: none;
  color: #2821de;
  font-size: 1rem;
  border-radius: 50%;
  cursor: pointer;
}

.guest-count {
  font-size: 1rem;
}

.guest-modal-footer {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

.cancel-btn {
  background: none;
  border: none;
  color: #2821de;
  font-size: 1rem;
  cursor: pointer;
  font-family: var(--secondary-font);
}

.apply-btn {
  background: #2821de;
  border: none;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  cursor: pointer;
  font-family: var(--main-font);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.special-codes {
  width: 400px;
  padding: 1rem;
  border: 1px solid #c29869;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.special-codes-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.toggle-btn {
  background: none;
  border: none;
  color: #c29869;
  font-size: 1rem;
  cursor: pointer;
}

.special-codes-body {
  margin-bottom: 1rem;
}

.promo-code,
.agent-id {
  margin-bottom: 1rem;
}

.promo-code label,
.agent-id label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.promo-code-input {
  display: flex;
  border: 1px solid #000;
  border-radius: 0px;
  overflow: hidden;
  height: 50px;
}

.promo-code-input select,
.promo-code-input input {
  border: none;
  padding: 0.5rem;
  font-size: 0.9rem;
}

.promo-code-input select {
  background: #f9f9f9;
  width: 120px;
  border-right: 1px solid #ccc;
}

.promo-code-input input {
  flex-grow: 1;
}

.agent-id input {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.9rem;
  border: 1px solid #000;
  border-radius: 0px;
  height: 50px;
}

.ftco-section .accordion-item {
  border-radius: 0px;
}

.ftco-section .accordion-button {
  border-bottom: 1px solid #2821de;
  font-size: 17px;
  font-weight: 500;
  font-family: var(--secondary-font);
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  background-color: #fff !important;
  box-shadow: unset !important;
}

.calendar-section {
  margin-bottom: 20px;
}

.calendar,
.calendar_weekdays,
.calendar_content {
  max-width: 585px;
}

.calendar {
  /*float: left;*/
  margin: auto;
  min-width: 320px;
  font-weight: 400;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 26px -22px rgba(0, 0, 0, 0.14);
}

.calendar_weekdays {
  color: #aaa;
  font-weight: 300;
}

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-weight: 700;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
  position: relative;
}

.calendar_content:after,
.calendar_weekdays:after,
.calendar_header:after {
  content: " ";
  display: table;
  clear: both;
}

.calendar_weekdays div,
.calendar_content div {
  /*border: 1px dotted #999;*/
  width: 14.28571%;
  height: 68px;
  line-height: 69px;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
}

.calendar_content div {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.calendar_content div:hover {
  border: 1px solid #ededed;
  /*line-height: 68px;*/
  cursor: pointer;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: none;
}

.calendar_content div.past-date {
  cursor: initial;
  color: #d5d5d5;
}

.calendar_content div.today {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #2821de;
}

.calendar_content div.selected {
  background-color: rgba(153, 153, 161, 0.2);
  /*rgba(170, 170, 176, .5) #aaaab0*/
  border: 1px solid white;
}

.calendar_header {
  width: 100%;
  text-align: center;
  position: relative;
  height: 55px;
  display: table;
  vertical-align: middle;
}

.calendar_header h2 {
  margin-top: 15px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000 !important;
  text-transform: uppercase;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #cccccc;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

button.switch-month.switch-left {
  left: 0;
}

button.switch-month.switch-right {
  right: 0;
}

button.switch-month:hover {
  color: #2821de;
}

button.switch-month:active {
  background-color: transparent;
}

.calendar-content h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--secondary-font);
  text-align: right;
  margin-bottom: 1px;
}

.calendar-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--secondary-font);
  text-align: right;
  margin-bottom: 0;
}

.reservation-cart-container_inner {
  border: 1px solid #2821de;
  background: #ffffff;
  padding: 1rem;
  position: relative;
  z-index: 1;
  position: sticky;
  top: 90px;
}

.seletar-room-section {
  padding: 50px 0px;
}

.seletar-room-section h4 {
  margin: 0;
  color: #55575a;
  font-size: 2rem;
  font-weight: 400;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  line-height: 1.3;
}

.room-details {
  background: #ffffff;
  border: 1px solid #2821de;
  border-radius: 0px;
  overflow: hidden;
  padding: 1rem;
}

.room-details .img-popup {
  max-width: 262px;
}

.room-details h6 {
  font-size: 25px;
  margin-bottom: 15px;
}

.book-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.book-list span {
  font-size: 0.85rem;
  font-weight: 500;
}

.book-details-list {
  padding: 14px 0px 0px 16px;
  line-height: 30px;
  color: #636362;
  font-size: 16px;
  margin-bottom: 5px;
}

.roo-popup {
  color: #2821de;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #2821de;
  height: fit-content;
}

.total-price {
  display: flex;
  align-items: b;
  justify-content: space-between;
}

.total-price h6 {
  margin-bottom: 0;
  color: #636362;
  font-weight: 600;
  font-size: 23px;
  font-family: var(--secondary-font);
  text-align: right;
}

.total-price-content P {
  font-size: 13px;
  margin-bottom: 0px;
  text-align: right;
  font-weight: 500;
}

/* Swiper container styling */

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Lightbox styling */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 900000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99;
}

.thumb-cards_openImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  font-size: 1.5rem;
}

.thumb-cards_openImage::before {
  position: absolute;
  bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}

.modal-dialog .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 371px;
}

.contact-us-section {
  padding: 0px 0px 50px 0px;
}

.contact-us-section .form-control,
.contact-us-section .form-select {
  height: 50px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
}

.contact-us-section textarea.form-control {
  height: 100px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
}

.bookmodal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.bookmodal .modal-content {
  margin: 15% auto;
  border: 1px solid #888;
  width: 100%;
  max-width: 40%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px 35px;
}

.bookmodal .close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  text-align: end;
  position: absolute;
  top: 0;
  left: auto;
  right: 10px;
}

.bookmodal .close-btn:hover,
.bookmodal .close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.bookmodal .modal-content h2 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 10px;
}

.bookmodal .modal-content a {
  background: #2821de;
  color: #fff;
  border-color: #2821de;
  width: 100%;
  margin: 5px 0;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--main-font);
}

.room-accordion_body {
  padding: 1rem 1rem 0;
  animation: room-accordion_fadeIn 0.5s;
}

.input-field_label {
  display: block;
  padding: 0 0.75rem;
  font-size: 16px;
  line-height: 3.5em;
  font-weight: 400;
  color: #636362;
  border: 1px solid #1e36d5;
  border-radius: 0;
}

.input-field_container {
  position: relative;
  font-size: 16px;
}

.input-field_label:focus {
  color: #636362;
  border: 1px solid #1e36d5;
  border-radius: 0;
}

.app_heading2 {
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
}

.guest-info_legendContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.app_subheading1 {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 1rem;
}

.input-field_container textarea {
  padding: 0 0.75rem;
  resize: none;
  overflow: hidden;
  width: 100%;
  padding: 15px;
  height: 70px;
  border: #1a42cd 1px solid;
  border-radius: 0;
}

.special_request_accordion {
  border: #1a42cd 1px solid;
  border-radius: 0;
}

.special_request_accordion-button {
  background: none;
  border-bottom: #1a42cd 1px solid;
}

.special_request_accordion-button:not(.collapsed) {
  background: none;
  border-bottom: #1a42cd 1px solid;
}

.room-details .swiper-containers {
  cursor: pointer;
}

.modal-dialog .swiper-containers {
  cursor: pointer;
}

.cus-height-banner {
  height: 425px;
}

.background-image {
  background: #d5cdcd3b;
  padding: 25px;
  border-radius: 10px;
}

.background-image h5 {
  text-align: center;
  font-size: 30px;
  color: #000000;
  margin-bottom: 25px;
}

.background-image label {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 7px;
  color: #000;
}

.background-image input {
  padding: 13px;
  color: #6a6969;
  font-size: 18px;
}

.background-image input:focus {
  color: #000 !important;
  background-color: var(--bs-body-bg);
  border-color: #4100dc;
  outline: 0;
  box-shadow: none !important;
}

/* SEF Header Section */
.sefheader {
    background-color: transparent;
    padding: 2rem 0 0px;
}
.sefheader .row.align-items-center {
    background: #faf8f2;
    border-radius: 8px;
}
.sefheader .col-md-4 span {
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 2px;
}
.sefheader .col-md-8 span:first-child {
    font-size: 38px;
    font-weight: 400;
}

.sefheader .col-md-8 span:last-child {
    font-size: 20px;
    font-style: italic;
}

.sefheader .col-md-8 b {
    font-weight: 700;
}
.sefheader .info-box {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
}
.sefheader .info-box p {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-bottom: 0;
}
.rooms.top-section.content-page {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: -85px;
    padding: 150px 0px;
}