@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "buda";
  src: url("../fonts/Buda-Light.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "jost";
  src: url("../fonts/jost.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2");
  font-weight: normal;
    font-style: normal
}

:root {
  --font-secondary: "buda", sans-serif;
  --font-primary: "OpenSans", sans-serif;
  --font-three: "jost", sans-serif;
}

:root {
  --text-15: 15px;
  --text-16: 16px;
  --text-20: 20px;
  --text-25: 25px;
  --text-45: 45px;
}

:root {
  --color-primary: #B1724F;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-font: #424242;
  --color-bg-1: #FFFCF9;
  --color-bg-2: #FEF6EB;  
  --color-bg-3: #FFEBD8;
  --color-border-1: #E8D0AE;
  --grad: linear-gradient(90deg, #B1724F 0%, #EBB05D 100%);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

body {
  padding: 0;
  font-family: var(--font-primary);
  width: 100%;
  background-color: white;
  color: var(--color-font);
  font-size: var(--text-15);
  line-height: 26px;
}

select,
input:not([type="range"]),
textarea {
  border: 0;
  outline: none;
  width: 100%;
  background-color: transparent;
}

main {
  overflow: hidden;
}

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

a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: var(--text-15);
  color: var(--color-accent-1);
  margin: 0;
  line-height: 28px;
  padding-bottom: 10px;
}

button {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.button {
  padding: 14px 30px !important;
  font-weight: 700;
  font-size: var(--text-16);  
  line-height: 26px;
  background: linear-gradient(90deg, #B1724F 0%, #EBB05D 100%);
  color: var(--color-white);
  text-transform: capitalize;
  width: max-content !important;
  display: block;

  /* display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;  
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

/* .button.-md {
  height: 55px;
  padding: 0 30px;
} */

.arrowButton.-type-1 {
  display: flex;
  align-items: center;
}

.arrowButton.-type-1 > span {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.arrowButton.-type-1 > span i {
  transform: rotate(-90deg);
}

.buttonArrow:hover span {
  text-decoration: underline;
}

.contactForm select,
.contactForm input:not([type="range"]),
.contactForm textarea {
  font-size: 17px;
  line-height: 1.4;
  height: 62px;
  background-color: white;
  border-bottom: 1px solid #8f211c36 !important;
  padding: 0 20px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contactForm select:focus,
.contactForm input:not([type="range"]):focus,
.contactForm textarea:focus {
  border-color: var(--color-accent-1);
}

.contactForm textarea {
  /* height: auto; */
  padding-top: 25px;
}

.contactForm ::-moz-placeholder {
  font-weight: 400;
}

.contactForm ::placeholder {
  font-weight: 400;
}

.contactForm__caption {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

.contactForm .form-input {
  position: relative;
}

.contactForm .form-input label {
  position: absolute;
  top: 20px;
  left: 15px;
  color: black;
  z-index: 10;
  pointer-events: none;
  transition: all 0.15s ease-out;
}

.contactForm .form-input label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  right: -7px;
  bottom: 0;
  background-color: white;
  z-index: -1;
}

.contactForm .form-input textarea:focus + label,
.contactForm .form-input input:focus + label {
  transform: translateY(-29px);
}

.contactForm .form-input.-h-55 input {
  height: 55px;
}

input.text-white::-moz-placeholder {
  color: white;
}

input.text-white::placeholder {
  color: white;
}

.inputSingle {
  position: relative;
}

.inputSingle input {
  height: 70px !important;
}

.inputSingle label {
  top: 26px !important;
  left: 26px !important;
}

.inputSingle button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  z-index: 2;
}

.form-checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
}

.form-checkbox label {
  margin: 0;
  margin-left: 10px;
  font-size: 15px;
}

.form-checkbox__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-accent-1);
}

.form-checkbox__icon {
  display: none;
  position: absolute;
  font-size: 8px;
  color: white;
}

.form-checkbox input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  opacity: 0;
}

.form-checkbox input:checked ~ .form-checkbox__mark {
  background-color: var(--color-accent-1);
  border-color: var(--color-accent-1);
}

.form-checkbox input:checked ~ .form-checkbox__mark .form-checkbox__icon {
  display: block;
}

.form-checkbox:hover input ~ .form-checkbox__mark {
  background-color: rgba(0, 0, 0, 0.2);
}

.form-radio {
  display: flex;
  align-items: center;
}

.form-radio .radio {
  cursor: pointer;
  position: relative;
  display: block;
}

.form-radio .radio__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 1px solid var(--color-accent-1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-radio .radio__icon {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transform-origin: center;
  opacity: 1;
  transform: scale(0.2);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-radio .radio input {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.form-radio .radio input:checked ~ .radio__mark {
  border-color: var(--color-accent-1);
  background-color: var(--color-accent-1);
}

.form-radio .radio input:checked ~ .radio__mark .radio__icon {
  background-color: var(--color-white);
  opacity: 1;
  transform: scale(1);
}

.form-switch .switch {
  cursor: pointer;
  position: relative;
  width: 55px;
  height: 30px;
}

.form-switch .switch__slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-light-1);
  transition: 0.3s;
  border-radius: 30px;
}

.form-switch .switch__slider::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0px 10px 40px 0px #0000000d;
  transition: 0.3s;
}

.form-switch .switch input {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-switch .switch input:checked + .switch__slider {
  background-color: var(--color-accent-1);
}

.form-switch .switch input:checked + .switch__slider::before {
  transform: translateX(25px);
  background-color: white;
}

.select {
  position: relative;
}

.select__button {
  width: 100%;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  height: 68px;
  border: 1px solid #e7e6e6;
  padding: 25px 20px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.select__button:focus {
  outline: 1px solid #05073c;
  border: 1px solid #05073c;
}

.select__icon {
  width: 20px;
  height: 20px;
}

.select__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 340px;
  background-color: white;
  border: 1px solid var(--color-accent-1);
  z-index: 30;
  transition: all 0.2s ease;
  pointer-events: none;
  opacity: 0;
}

.select__dropdown.-is-visible {
  opacity: 1;
  pointer-events: auto;
}

.select__options {
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  padding-bottom: 10px;
}

.select__options::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.select__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.select__options__button {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 8px 20px;
  transition: all 0.15s ease;
}

.select__options__button:hover {
  cursor: pointer;
  background-color: var(--color-light-1) !important;
}

.select__options__button:focus {
  background-color: var(--color-light-1) !important;
}

.select__search {
  height: 55px !important;
  border: 1px solid var(--color-border) !important;
  width: auto !important;
  color: black;
  padding: 0 20px !important;
  margin: 0 20px;
  margin-top: 20px;
}

.select.-multiple .select__dropdown {
  padding: 15px 0;
}

.select.-multiple .select__options {
  padding-top: 0;
  padding-bottom: 0;
}

.select.-multiple .select__options > * {
  padding: 8px 0 !important;
  background-color: transparent !important;
}

.dropdown {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .dropdown {
    position: unset !important;
  }
}

.dropdown.-type-1 .dropdown__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px;
  border: 1px solid var(--color-border);
  outline: 1px solid transparent;
  transition: 0.1s;
}

.dropdown.-type-1 .dropdown__button:hover {
  outline: 2px solid var(--color-border);
}

.dropdown.-type-1 .dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  min-width: 220px;
  background-color: white;
  box-shadow: 0px 10px 40px 0px #0000000d;
  padding: 10px 0;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.15s;
}

.dropdown.-type-1 .dropdown__item {
  cursor: pointer;
  padding: 12px 30px;
  transition: 0.1s;
}

.dropdown.-type-1 .dropdown__item:hover {
  background-color: var(--color-border);
}

.dropdown.is-active {
  z-index: 20;
}

.dropdown.is-active .dropdown__menu {
  opacity: 1;
  pointer-events: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-accent-1);
  font-family: var(--font-secondary);
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 1000;

}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
}

.header__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header__logo img {
    width: 100%;
}

@media (max-width: 575px) {
  .header__logo img {
    height: 60px;
  }
}

.header.-bottomMenu {
  flex-wrap: wrap;
}

.header.-bottomMenu.is-sticky > *:nth-child(2) {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.header.-mx-60 .header__container {
  /* margin: 0 60px; */
}

@media (max-width: 767px) {
  .header.-mx-60 .header__container {
    /* margin: 0 24px; */
  }
}

.header.-mx-110 .header__container {
  margin: 0 110px;
}

@media (max-width: 767px) {
  .header.-mx-110 .header__container {
    margin: 0 24px;
  }
}

.header.-h-90 {
  height: 90px;
}

@media (max-width: 575px) {
  .header.-h-90 {
    height: 74px;
  }
}

.header.-h-110 {
  height: 110px;
}

@media (max-width: 575px) {
  .header.-h-110 {
    height: 74px;
  }
}

.header.-h-160 {
  height: 160px;
}

.header.-h-180 {
  height: 180px;
}

.header.-blur {
  background-color: rgba(18, 34, 35, 0.01);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.header.-border-bottom-1 {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.6); */
  box-shadow: 0px -14px 20px 0px #ffc5c5;
}

.header.-border-bottom-2 {
  border-bottom: 1px solid var(--color-border);
}

.header.-border-bottom-3 {
  border-bottom: 1px solid #cfb89e;
}

.header.-light {
  background-color: rgba(255, 255, 255, 0.2);
}

.header.-is-menu-opened {
  background-color: var(--color-accent-1);
}

.header.is-sticky {
  margin: 0 !important;
  opacity: 0.96 !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  background-color: var(--color-white);
  box-shadow: 0px 0px 20px 0px #b1724f1f;
}

.header.is-sticky .desktopNav__item > a{
  color: var(--color-primary);
}

.header.is-sticky .header__container {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.header.is-sticky .btn-anim{
  height: 40px;
  text-transform: capitalize;
  padding: 0 20px;
}

.header.is-sticky.-h-110{
  height: 70px;
}

.header.is-hidden-on-scroll {
  transform: translateY(-100%);
}

.header .desktopNav {
  display: flex;
  align-items: center;
}

.header .desktopNav > * {
  padding: 8px 25px;
}

.header .desktopNav__item {
  position: relative;
  border-radius: 100px;
}

.header .desktopNav__item > a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
}

.header .desktopNav__item.active > a {
  color: var(--color-primary);
  font-weight: 600; 
}

.header .desktopNav__item.active > a::after {
  content: '';
  background-color: var(--color-border-1);
  height: 1px;
  width: 100%;
  bottom: -5px;
  color: var(--color-primary) !important;
  position: absolute;
}

.header .desktopNav__item > a:hover {
  color: var(--color-primary);
  border-bottom: var(--color-bg-3);
}

.header .desktopNav__item > a i {
  margin-left: 5px;
}

.header .desktopNav__item:hover > *:last-child {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.header .desktopNav .desktopNavSubnav {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 14px;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}

.header .desktopNav .desktopNavSubnav a {
  color: white;
  font-size: 15px;
}

.header .desktopNav .desktopNavSubnav a:hover {
  color: var(--color-accent-2);
}

.header .desktopNav .desktopNavSubnav__content {
  background-color: var(--color-accent-1);
  min-width: 300px;
  padding: 30px;
}

.header .desktopNav .desktopNavSubnav__content > * + * {
  padding-top: 12px;
}

.header .desktopNav .desktopNavSubnav__content.-col-3 {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 100px;
  padding: 50px;
}

.header .desktopNav .desktopNavSubnav__content.-col-3 > * + * {
  padding-top: 0;
}

.header .desktopNav .desktopNavSubnav__content.-col-3 > * > * + * {
  padding-top: 12px;
}

.header .desktopNav .desktopNavSubnav__item {
  position: relative;
}

.header .desktopNav .desktopNavSubnav__item > .desktopNavSubnav {
  top: 0;
  left: 100%;
}

.header .desktopNav .desktopNavSubnav__item:hover > .desktopNavSubnav {
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media (min-width: 1200px) {
  .header .header-menu {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header .header-menu {
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 72px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    pointer-events: none;
  }
  .header .header-menu.is-menu-active {
    opacity: 1;
    pointer-events: auto;
  }
  .header .header-menu.is-menu-active .-is-active {
    pointer-events: auto !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header .header-menu .mega {
    display: none;
  }
  .header .header-menu ul {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .header .header-menu__content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .header .header-menu .mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
  }
  .header .header-menu .mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--color-accent-1);
  }
  .header .header-menu .menu {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    padding: 20px;
    padding-top: 40px;
  }
  .header .header-menu .menu ul {
    pointer-events: none;
  }
  .header .header-menu .menu li {
    overflow: hidden;
  }
  .header .header-menu .menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .menu a .icon {
    font-size: 8px;
    transform: rotate(-90deg);
  }
  .header .header-menu .menu a:hover {
    color: white;
  }
  .header .header-menu .menu__nav {
    display: flex;
    flex-direction: column;
  }
  .header .header-menu .menu__nav > li > a {
    font-family: var(--font-secondary);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    line-height: 1;
    padding: 15px 0;
  }
  .header .header-menu .menu .subnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }
  .header .header-menu .menu .subnav li {
    padding: 0 20px;
  }
  .header .header-menu .menu .subnav a {
    height: 40px;
    font-size: 17px;
    padding: 0 20px;
    transform: translateY(100%);
  }
  .header .header-menu .menu .subnav__backBtn {
    margin-bottom: 20px;
  }
  .header .header-menu .menu .subnav__backBtn li {
    padding: 0;
  }
  .header .header-menu .menu .subnav__backBtn a {
    justify-content: flex-start;
    height: 50px;
    font-size: 20px;
    color: var(--color-blue-1);
  }
  .header .header-menu .menu .subnav__backBtn a .icon {
    margin-right: 12px;
    transform: rotate(90deg);
  }
}

.menuFullScreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 2000;
  pointer-events: none;
  opacity: 0;
}

.menuFullScreen__left {
  width: 100%;
  padding: 180px 60px;
}

.menuFullScreen__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.menuFullScreen__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menuFullScreen__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  background-color: #8f211c08;
  width: 42%;
  padding: 50px;
}

.menuFullScreen__right .logo{
  width: 200px;
}

.menuFullScreen__close {
  position: absolute;
  top: 50px;
  left: 60px;
  display: flex;
  align-items: center;
  /* color: white; */
  font-weight: 500;
}

.menuFullScreen__close .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.menuFullScreen__close .icon span {
  background-color: #3c393a;
  height: 2px;
  width: 16px;
}

.menuFullScreen__close .icon span:nth-child(1) {
  transform: rotate(-45deg);
}

.menuFullScreen__close .icon span:nth-child(2) {
  position: absolute;
  transform: rotate(45deg);
}

.menuFullScreen.is-active {
  pointer-events: auto;
  opacity: 1;
}

.menuFullScreen-links {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 50%;
}

@media (max-width: 1199px) {
  .menuFullScreen-links {
    width: 240px;
  }
}

.menuFullScreen-links a {
  /* color: white; */
  line-height: 1;
}

.menuFullScreen-links__item {
  overflow: hidden;
}

.menuFullScreen-links__item > a {
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  font-family: var(--font-secondary);
  line-height: 40px;
}

@media (max-width: 1199px) {
  .menuFullScreen-links__item > a {
    /* font-size: 42px; */
  }
}

.menuFullScreen-links__item > a i {
  transition: all 0.3s;
  opacity: 0;
}

.menuFullScreen-links__item > a i:nth-child(1) {
  display: block;
}

.menuFullScreen-links__item > a i:nth-child(2) {
  display: none;
}

.menuFullScreen-links__item:hover i {
  opacity: 1;
}

.menuFullScreen-links__item:hover > .menuFullScreen-links-subnav {
  opacity: 1;
  pointer-events: auto;
}

.menuFullScreen-links-subnav {
  /* position: absolute;
  top: 0;
  left: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  white-space: nowrap;
  padding-left: 200px;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0; */
}

@media (max-width: 1199px) {
  .menuFullScreen-links-subnav {
    /* padding-left: 100px; */
  }
}

.menuFullScreen-links-subnav__item a {
  font-size: 19px;
  font-weight: 400;
}

/* .menuFullScreen-links-subnav__item a:hover {
  text-decoration: underline;
} */

.menuFullScreen__mobile__bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: var(--color-bg-1);
  transform-origin: bottom;
}

@media (min-width: 992px) {
  .menuFullScreen__topMobile {
    display: none;
  }
  /* .menuFullScreen-links-subnav {
    min-height: 100%;
  } */
  .menuFullScreen__bottomMobile {
    display: none;
  }
  .menuFullScreen__mobile__bg {
    display: none;
  }
}

@media (max-width: 991px) {
  .menuFullScreen {
    top: 0;
    height: 100vh;
    flex-direction: column;
  }
  .menuFullScreen__left {
    height: auto;
    /* overflow-y: scroll; */
    padding: 0 30px;
    margin: 100px 0 0px;
  }
  .menuFullScreen__bg {
    display: none;
  }
  .menuFullScreen__right {
    display: none;
  }
  .menuFullScreen__close {
    /* display: none; */
    left: 30px;
    top: 30px
  }
  .menuFullScreen-links {
    overflow-y: scroll;
    overflow-x: hidden;
    gap: 20px;
    width: 100%;
  }
  .menuFullScreen-links__item {
    position: relative;
  }
  .menuFullScreen-links__item > a {
    font-size: 24px;
  }
  .menuFullScreen-links__item > a i:nth-child(1) {
    display: none;
  }
  .menuFullScreen-links__item > a i:nth-child(2) {
    display: flex;
    font-size: 16px;
  }
  .menuFullScreen-links__item > a i {
    display: flex;
    align-items: center;
    opacity: 1;
  }
  .menuFullScreen-links__item > a.is-mobile-active i:nth-child(2) {
    transform: rotate(90deg);
  }
  .menuFullScreen-links__item:hover i {
    opacity: 1;
  }
  .menuFullScreen-links__item:hover > .menuFullScreen-links-subnav {
    opacity: 1;
    pointer-events: auto;
  }
  .menuFullScreen-links-subnav {
    overflow: hidden;
    position: relative;
    top: unset;
    left: unset;
    /* max-height: 0; */
    padding-left: 0;
    pointer-events: none;
    opacity: 1;
  }
  .menuFullScreen-links-subnav > *:nth-child(1) {
    padding-top: 5px;
  }
  .menuFullScreen-links-subnav > *:last-child {
    padding-bottom: 10px;
  }
  .menuFullScreen-links-subnav__item {
    padding-left: 0px;
  }
  .menuFullScreen-links-subnav__item a {
    font-size: 17px;
  }
  .menuFullScreen__topMobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
    padding: 30px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menuFullScreen__topMobile > *:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .menuFullScreen__topMobile > *:nth-child(2) img {
    height: 32px;
  }
}

@media (max-width: 991px) {
  .menuFullScreen__bottomMobile {
    flex-shrink: 0;
    /* color: white; */
    padding: 0 30px;
    padding-bottom: 60px;
    margin-top: 30px;
  }
}

.layout-pt-xs {
  padding-top: 50px;
}

.layout-pb-xs {
  padding-bottom: 50px;
}

.layout-pt-sm {
  padding-top: 70px;
}

.layout-pb-sm {
  padding-bottom: 70px;
}

.layout-pt-md {
  padding-top: 100px;
}

.layout-pb-md {
  padding-bottom: 100px;
}

.layout-pt-lg {
  padding-top: 200px;
}

.layout-pb-lg {
  padding-bottom: 200px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.x-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.x-gap-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.y-gap-20 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.y-gap-20 > * {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .layout-pt-md {
    padding-top: 75px;
  }
  .layout-pb-md {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .layout-pt-lg {
    padding-top: 150px;
  }
  .layout-pb-lg {
    padding-bottom: 150px;
  }
}

@media (max-width: 575px) {
  .layout-pt-md {
    padding-top: 50px;
  }
  .layout-pb-md {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .layout-pt-lg {
    padding-top: 100px;
  }
  .layout-pb-lg {
    padding-bottom: 100px;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

@media (max-width: 1199px) {
  .xl\:order-1 {
    order: 1;
  }
  .xl\:order-2 {
    order: 2;
  }
  .xl\:order-3 {
    order: 3;
  }
}

@media (max-width: 991px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
}

@media (max-width: 575px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media (max-width: 1199px) {
  .xl\:d-none {
    display: none !important;
  }
  .xl\:d-inline-block {
    display: inline-block !important;
  }
  .xl\:d-block {
    display: block !important;
  }
  .xl\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .lg\:d-none {
    display: none !important;
  }
  .lg\:d-inline-block {
    display: inline-block !important;
  }
  .lg\:d-block {
    display: block !important;
  }
  .lg\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-inline-block {
    display: inline-block !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 575px) {
  .sm\:d-none {
    display: none !important;
  }
  .sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-block {
    display: block !important;
  }
  .sm\:d-flex {
    display: flex !important;
  }
}

.row-gap-35{
  row-gap: 35px;
}

.pb-0{
  padding-bottom: 0;
}

.gap-30{
  gap: 30px;
}

.gap-20{
  gap: 20px;
}

.text-center{
  text-align: center;
}

@media (max-width: 991px) {
  .lg\:row-gap-35{
    row-gap: 35px;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:gap-30{
    gap: 30px;
  }

  .lg\:gap-20{
    gap: 20px;
  }

  .lg\:text-center{
    text-align: center;
  }
}

footer{
  background-color: var(--color-bg-2);
  padding: 50px 0 70px;
  position: relative;
}

footer hr{
  margin: 40px 0 50px;
  background-color: #E5E5E5;
}

footer .social-links-wrap{
  display: flex;
  /* justify-content: center; */
  column-gap: 20px;
}

footer .social-links-wrap img{
    max-width: max-content;
    width: 100%;
}

footer h4{
  font-family: var(--font-three);
  font-weight: 600;
  font-size: var(--text-20);
  margin-bottom: 20px;
}

footer .copyright{
  text-align: right;
}

footer .social-links{
  text-align: center;
}

footer .footer-bottom{
  margin-top: 20px;
}

.home-banner{
  line-height: 0;
}

.banner-section{
  position: relative;
}

.banner-section img.banner-image{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-section video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  line-height: 0;
}


.banner-section .banner-content{
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  width: 80%;
}

.section-title{
  font-size: var(--text-45);
  line-height: 55px;
  font-family: var(--font-secondary);
  /* margin-bottom: 30px; */
}

.section-sub-title{
  font-size: var(--text-25);
  line-height: 35px;
  color: var(--color-primary);
  font-family: var(--font-secondary);
}

.section-para{
  margin-top: 30px;
}

/* .dh-intro-wrap .section-para p:not(:first-child){
  display:none;
  transition:all .4s ease;
}

.dh-intro-wrap .section-para.expanded p{
  display:block;
  transition:all .4s ease;
} */

.banner-section .banner-content .section-title, .banner-section .banner-content h2{
  color: var(--color-white);
  margin-bottom: 0;
}

.banner-section .banner-content h2{
  /*font-size: var(--text-15);*/
}

.alternate-section{
  position: relative;
  height: 100vh;
background-color: #fff;
}

.alternate-section img{
  aspect-ratio: 67/77;
  object-fit: cover;
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
}

.alternate-section.img-left img{
  width: 50%;
  top: 0;
  left: 0;
}

.height-100{
  height: 100%;
}

.alternate-section .section-sub-title{
  padding-bottom: 30px;
}

.alternate-section .section-sub-title{
  padding-bottom: 30px;
}

.alternate-section .intro-wrap{
  padding-right: 50px;
}

.highlights-section{
  padding: 55px 0;
  background-color: var(--color-bg-2);
  position: relative;
}

.highlights-section .highlight-icon{
  margin-bottom: 10px;
  max-width: max-content;
  width: 100%;    
}

.exp-highlight.highlights-section .highlight-icon{
    width: 100%;
    max-width: 60px;
}

.highlights-section .hightlight-wrap{
  text-align: center;
}

.highlights-section .hightlight-wrap h4{
  font-size: var(--text-25);
}

.read-more{
  color: var(--color-primary);
  margin-top: 10px;
  font-weight: 600;
  text-decoration: underline;
}

.explore-section .explore-wrap{
  position: relative;
}

.explore-section-wrap{
  margin-top: 30px;
}

.explore-section .explore-wrap img{
  aspect-ratio: 37/24;
  border-radius: 10px;
  width: 100%;
}

.explore-section .explore-wrap .explore-title{
  position: absolute;
  bottom: 0;
  z-index: 9;
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
  font-size: var(--text-25);
}

.row-gap-30{
  row-gap: 30px;
}

.col-gap-30{
  column-gap: 30px;
}

.pud-experience-section{
  background-color: var(--color-bg-2);
  position: relative;
}

.pud-experience-section .pud-experience-wrap .experience-content{
  position: relative;
}

.pud-experience-section .pud-experience-wrap{
  background-color: #FFFCF7;
  border-radius: 10px;
}

.pud-experience-section .pud-experience-wrap{
  display: flex;
  align-items: center;
}

.pud-experience-section .pud-experience-wrap .experience-content .exper-image{
  aspect-ratio: 270/437;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  /* height: 100%; */
  position: relative;
}

.pud-experience-section .pud-experience-wrap .experience-content .exper-image::after{
  position: absolute;
  content: '';
  background-color: #00000050;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pud-experience-section .pud-experience-wrap .experience-content .exp-title{
  position: absolute;
  top: 50%;
  z-index: 9;
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
  font-size: var(--text-25);
  transform: translate(-50%, -50%);
  left: 50%;
}

.pud-experience-section .pud-experience-wrap .exp-card-content{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--color-bg-3);
}

.pud-experience-section .pud-experience-wrap .exp-card-content .exp-card-content-wrap{
  padding: 0 70px;
}

.pud-experience-section .navAbsolute-wrap .navAbsolute.-type-2 .button {
    margin-top: 0px;
}

.navAbsolute-wrap .navAbsolute.-type-2 .button{
  opacity: 1 !important;
}

.navAbsolute-wrap .navAbsolute.-type-2 .button.swiper-button-disabled, .swiper-button-disabled{
  opacity: 0.3 !important;
}

.pud-experience-section .button{
  margin-top: 50px;
}

.pud-experience-section .swiper-slide.pud-experience-wrap{
  width: max-content !important
}

.pud-experience-section .swiper-slide.pud-experience-wrap.active{
  min-width: 600px !important;
  width: 100%;
}

@media (max-width: 991px) {
  .alternate-section img{
    aspect-ratio: 3/3;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 20px 0 0;
  }

  .alternate-section{
    padding: 0px 0 0;
    height: auto;
  }

  .intro-section.alternate-section{
    padding: 50px 0 0px !important;
  }

  .alternate-section.img-left img {
    aspect-ratio: 3/2;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 0 0px;
  }

  .exp-content-wrap.img-left:last-of-type{
    margin-bottom: 75px
  }

  .intro-section.alternate-section:first-of-type{
    padding-top: 0px
  }

  .exp-content-wrap .intro-wrap{
    padding-bottom: 20px !important;
  }

}


.experience-row{
  margin-top: 30px;
  overflow: hidden;
}

.experience-row * {
    will-change: transform
}
.experience-row .pud-experience-wrap {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: width .7s;
    transition: width .7s;
    margin-bottom: 50px;
}
.experience-row .pud-experience-wrap .cont {
    top: 0;
    height: 100%;
    position: absolute;
    padding: 25px 50px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    text-align: center;
}

.experience-row .pud-experience-wrap.active .cont {
    position: relative;
    left: 0 !important;
}

.experience-row .pud-experience-wrap .experience-content {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
}
.experience-row .pud-experience-wrap.active .experience-content img {
    border-radius: 5px 0 0 5px;
}
.experience-row .pud-experience-wrap .experience-content img {
    border-radius: 5px;
}
.experience-row .pud-experience-wrap .experience-content .title {
    color: #fff;
    z-index: 3;
    top: 0;
    height: 100%;
    position: absolute;
    padding: 20px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    width: 100%;
    font-size: 27px;
    font-family: "Gilda Display", serif;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    align-items: center;
}
.experience-row .pud-experience-wrap.active .cont {
    border-radius: 0 5px 5px 0;
    background-color: #FFFCF7;
}
.experience-row .pud-experience-wrap .exp-card-hover {
    width: 100%;
    display: block;
}
.experience-row .pud-experience-wrap.active .exp-card-hover {
    animation: fade 1s;
}

.experience-row .exp-card-hover img.exper-icon{
  margin-bottom: 20px;
}

.experience-row .pud-experience-wrap .cont {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.experience-row .pud-experience-wrap.active .cont {
  opacity: 1;
  pointer-events: auto;
}


@media (max-width:1200px) {
    .experience-row {
        justify-content: center
    }
    .experience-row .pud-experience-wrap {
        width: 100% !important;
        padding: 0
    }
}
@media (max-width: 767px) {
    .experience-row .pud-experience-wrap {
        width: 100% !important;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.testimonial-section img.testimo-image{
  aspect-ratio: 47/50;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
}


@media (max-width: 991px) {
  .testimonial-section img.testimo-image {
    margin-bottom: 30px;
    height: auto;
  }
}


.overflow-hidden{
  overflow: hidden;
}

.testimonial-section img.client-image{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}

.testimonial-section .client-name .testi-desig{
  color: #8D8D8D;
}

.testimonial-section .testi-main-content{
  font-size: var(--text-25);
  line-height: 40px;
  margin-bottom: 45px;
  font-family: var(--font-secondary);
}

.testimonial-section .js-section-slider{
  height: 100%;
}

.testimonial-section .testi-client{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.testimonial-section .testimonial-wrap{
  height: 100%;
}

.navAbsolute .button{
  border-radius: 50%;
  padding: 18px 22px !important;
  line-height: 0;
}

.navAbsolute{
  column-gap: 10px;
}

.navAbsolute .button{
  border: 2px solid var(--color-border-1);
  background: transparent;
}

.navAbsolute .button i{
  color: var(--color-border-1);
}

.write-us-section{
  background-color: var(--color-bg-2);
  padding: 50px 0;
}

.wpcf7-spinner{
  display: none !important;
}

.from-control{
  padding: 10px 10px 10px 50px !important;
  border-bottom: 1px solid #7A7A7A !important;
}

.write-us-section .section-title{
  margin-bottom: 0;
}

header .icon-menu{
  color: var(--color-white);
}

header.is-sticky .icon-menu{
  color: var(--color-primary);
}

.header-contact .header-contact-wrap{
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  align-items: center;
}

@media (max-width: 991px) {
  .header__container {
    flex-direction: row-reverse;
  }

  footer h4 {
    font-family: var(--font-three);
    font-weight: 600;
    font-size: var(--text-20);
    margin-bottom: 10px;
  }

  footer .copyright, footer .social-links, footer .developed-by{
    text-align: center;
  }

  .write-us-section .from-control{
    text-align: center;
    padding: 10px !important;
  }

  .write-us-section .button{
    margin: 30px auto 0;
  }
}


.section{
  /* background:#913030;
  border:2px solid green; */
  min-height:100vh;
  height: 100vh !important;
  overflow: hidden;
  width: 100% !important;
  /* display:flex;
  align-items:center;
  justify-content:center;
  font-size:300px;
  background-color: #fff; */
}
.about-info-section{
  margin: 50px 0;
}

.about-info-section .intro-image1, .about-info-section .intro-image2, .about-info-section .intro-image3{
  object-fit: cover;
}

.about-info-section .intro-image2{
  width: 100%;
  aspect-ratio: 37/56;
  height: 80vh;
}

.about-info-section .intro-image1{
  width: 100%;
  aspect-ratio: 57/84;
}

.about-info-section .intro-image3{
  width: 100%;
  aspect-ratio: 114 / 173;
  margin-bottom: 100px;
  margin-top: -10%;
}

.about-info-section .section-title{
  margin-bottom: 0px;
}

.about-info-section .elm-img1{
  margin: 40px 0 10px;
}

.about-info-section .abt-more-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.about-info-section .abt-more-info .section-sub-title{
  margin: 0px 0 30px;
}

.about-info-section .intro-image2{
  margin-top: -100px;
}

.intro-section.alternate-section .section-sub-title{
  text-transform: uppercase;
}

.intro-section {
  position: relative;
}

.intro-section .abt-intro-wrap img{
  position: absolute;
  top:  10%;
  transform: translate(-50%, 0%);
  left: 50%;
}

.abt-gallery .section-title{
  margin-bottom: 10px;
}

.abt-gallery .section-sub-title{
  margin-bottom: 40px;
}

/* .abt-gallery .js-section-slider{
  padding-bottom: 100px;
} */

.abt-gallery{
  position: relative;
}

.abt-gallery .bg-color-elmt{
  background-color: var(--color-bg-2);
  position: absolute;
  height: 60vh;
  bottom: 0;
  width: 100%;
}

.abt-gallery .border-bottom1{
  border-bottom: 1px solid var(--color-black);
  position: relative;
  z-index: 1;
}

.abt-gallery .abt-gal-wrap img{
  width: 100%;
  aspect-ratio: 5/7;
}

.abt-gallery .navAbsolute{
  margin: 25px 0;
}

.accom-section .button{
  margin-top: 35px
}

.accom-listing-section .accom-listing-img img{
  aspect-ratio: 57/61;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.accom-listing-section .room-info img.elm-img1{
  margin: 45px 0 30px
}

.accom-listing-section .room-anim-details{
  margin-top: 50px
}

.accom-listing-section .room-anim-details-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.accom-listing-section .room-anim-title{
  color: #7F7F7F;
  text-transform: uppercase;
}

.accom-listing-section .room-anim-desc{
  color: #000000;
  padding-top: 10px
}

.accom-listing-section .button{
  margin-top: 10px;
}

.dh-experience-section {
  background-color: var(--color-white);
  position: relative;
}

.dh-experience-section .dh-exp-wrap{
  margin-top: 40px;
}

.dh-experience-section .dh-exp-wrap img{
  /* aspect-ratio : 190/149; */
  aspect-ratio : 190/180;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dh-experience-section .dh-exp-wrap .dh-intro-wrap{
  padding: 75px;
}

.dh-experience-section .navAbsolute{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pud-experience-section .navAbsolute{
  display: flex;
  justify-content: space-between;
}

.pud-experience-wrap .cont{
  opacity:0;
  transition:opacity .3s;
}

.pud-experience-wrap.active .cont{
  opacity:1;
}

footer .footer-dwnld .button{
  /* background: transparent !important; */
  margin-top: 20px;
  /* border: 1px soild var(--grad); */
  color: var(--color-primary);

  border: 2px solid transparent;
  background:
    linear-gradient(var(--color-bg-2), var(--color-bg-2)) padding-box,
    linear-gradient(90deg, #B1724F 0%, #EBB05D 100%) border-box;
}

.about-info-section img.abt-intro-logo-image{
  width: 280px;
  max-width: 100%;
  margin-top: 60px;
}

.exp-intro-section{
  margin-bottom: 50px;
}

.exp-intro-section .section-title, .exp-content-wrap .section-title{
  color: var(--color-primary);
  text-transform: capitalize;
  padding-bottom: 10px;
}

.exp-highlight.highlights-section h4{
  color: var(--color-primary);
  font-size: var(--text-25);
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 30px;
}

.exp-highlight.highlights-section .locations-wrap h5{
  font-size: var(--text-15);
}

.room-row.hidden-room{
  display:none;
}

/* .arrow-down-wrap{
  display:none;
  cursor:pointer;
} */

.accom-listing-section .arrow-down-wrap{
  width: auto;
  max-width: 80px;
  margin: auto;
}

.gallery-section .gallery-wrap .tab-btn-wrap .tabs__button.js-tabs-button{
  font-size: var(--text-25);
  color: var(--color-primary);
  font-family: var(--font-secondary);
}

.gallery-section .gallery-wrap .tabs__content img.gall-img{
  aspect-ratio: 4/3;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.tabs__content {
  position: relative;
}

.tabs__pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: none;
  opacity: 0;
}

.tabs__pane.is-tab-el-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.tabs .tabs__controls{
  justify-content: center;
  gap: 50px;
  margin-bottom: 60px;
}

/* .tabs .tabs__controls .tab-btn-wrap::after{
  content: '';
  width: 6px;
  max-width: 6px;
  height: 6px;
  max-height: 6px;
  border-radius: 100%;
  background: #000;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  left: 100%;
  margin: 0 30px;
} */

.tabs .tabs__controls .tab-btn-wrap:last-of-type:after{
  display: none;
}

.tabs.-underline-1 .tabs__controls .tabs__button {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-bottom: 5px;
  color: #3c393a;
}

.tabs.-underline-1 .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: -webkit-fill-available;
  height: 1px;
  background-color: var(--color-primary);
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  margin: 0 15%;
}

.tabs.-underline-1 .tabs__controls .tabs__button.is-tab-el-active{
  color: var(--color-primary) !important
}

.tabs.-underline-1 .tabs__controls .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.tabs.-underline-2 .tabs__controls {
  position: relative;
}

.tabs.-underline-2 .tabs__controls::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
}

.tabs.-underline-2 .tabs__controls .tabs__button {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-underline-2 .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-accent-1);
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.tabs.-type-1 .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-type-1 .tabs__controls .tabs__button.is-tab-el-active {
  text-decoration: underline;
}

.accordion__icon {
  position: relative;
}

.accordion__icon .icon {
  transition: all 0.2s ease-out;
}

.accordion__icon .icon:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.accordion__icon .icon:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
}

.accordion__item.is-active .accordion__icon > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion__item.is-active .accordion__icon > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.accordion__item.is-active .accordion__content{
  padding: 10px 0 0 20px;
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  color: #7a6e6e;  
  width: 70%;
}

.accordion__button {
  cursor: pointer;
}

.accordion.-type-1 .accordion__item {
  transition: all 0.2s ease-out;
  padding: 20px 0;
  border-bottom: 1px solid #8D8B8B;
}

.accordion.-type-1 .accordion__button {
  cursor: pointer;
  transition: 0.4s;
  justify-content: space-between;
}

.accordion.-type-1 .accordion__icon {
  transition: all 0.2s ease-out;
  padding: 8px 8px;
  border: 1px solid #938888;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.accordion.-type-1 .accordion__icon i{
  line-height: 0;
  color: #938888;
  font-size: 13px
}

.accordion.-type-1 .accordion__icon > *:nth-child(1) {
  position: absolute;
  transition: all 0.2s ease-out;
}

.accordion.-type-1 .accordion__icon > *:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 0.2s ease-out;
}

.accordion.-type-1
  .accordion__item.is-active
  .accordion__icon
  > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion.-type-1
  .accordion__item.is-active
  .accordion__icon
  > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.contact-section .contact-det-wrap .contact-det{
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.contact-section .contact-det-wrap .contact-det img{
  margin-top: 7px;
}

.contact-section h2, .faq-section h3{
  color: var(--color-primary);
  font-size: var(--text-25);
  text-transform: capitalize;
  margin-bottom: 30px;
}

.contact-section p{
  margin-bottom: 20px;
}

.contact-section ul li{
  margin-bottom: 10px;
}

.contact-section ul{
  margin-bottom: 60px;
}

.contact-section .map-wrap{
  height: 100%
}
/* .roomsSingleGrid.-type-1 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 270px 270px;
  grid-template-rows: repeat(2, 280px);
  gap: 10px;
}

@media (max-width: 991px) {
  .roomsSingleGrid.-type-1 {
    grid-template-columns: 1fr 0.5fr 0.5fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .roomsSingleGrid.-type-1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(1, 1fr);
  }
}

.roomsSingleGrid.-type-1 > *:nth-child(1) {
  grid-row: span 2;
}

.roomsSingleGrid.-type-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} */

.roomsSingleGrid.-type-1 .roomsSingleGrid__button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  height: 42px;
  padding: 0 20px;
  z-index: 1;
}

.room-gallery{
  display:grid;
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap:20px;
  position: relative;
}

.room-gallery #view-all-photos{
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
      margin: 10px;
    padding: 10px 15px;
    background: #fff;
}

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

/* Large image */
.gallery-item.large{
  grid-row: span 2;
}

/* Bottom right image */
.gallery-item.bottom{
  grid-column: span 2;
}

.gallery-item.small.bottom{
  aspect-ratio: 16/7;
  height: 100%;
  width: 100%;
}

.gallery-item.small.bottom img{
  aspect-ratio: 16/7;
}

.single-acco .room-anim-details{
  margin: 0 0 30px;
}

.single-acco  .elm-img1{
  margin-bottom: 20px !important;
}

.single-acco .room-anim-details .room-anim-details-wrap{
  gap: 50px;
  justify-content: flex-start;
}

.aminities-section .aminity i{
  font-size: var(--text-45) !important;
  /* color: var(--grad); */

  background: linear-gradient(90deg, #B1724F 0%, #EBB05D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.aminities-section .aminity{
  text-align: center;
}

.aminities-section .aminity .aminity-name{
  margin: 20px 0 40px;
  font-size: var(--text-16);
}

.aminities-section .aminities-wrap{
  margin-top: 50px;
}

.aminities-section .section-title{
  color: var(--color-primary);
}

.aminities-section .section-sub-title{
  color: var(--color-font);
}
/* .aminities-section .aminities-wrap .aminitities{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px 40px;
} */

/* .gradeint-overlay{
  position: relative;
} */

.gradeint-overlay{
  position: absolute;
  background: #000000;
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 100%); */
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0.65) 100%);
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 95%, rgba(0, 0, 0, 0.75) 100%); */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
}

.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000073;
  top: 0;
  border-radius: 10px;
}
.discover-rooms-section .discover-rooms-slider{
  margin-top: 40px;
}

.discover-rooms-section .discover-rooms-slider .roomCard{
  position: relative;
}


.discover-rooms-section .discover-rooms-slider .roomCard__image img{
  aspect-ratio: 37/48;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.discover-rooms-section .discover-rooms-slider .roomCard__content{
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 40px;
  color: #fff;
  text-align: center;
  /* transform: translate(0%, -50%); */
  width: 100%;
  z-index: 1;
}

.discover-rooms-section .discover-rooms-slider .roomCard__content .roomCard__title{
  font-size: var(--text-25);
  line-height: 35px;
}

.fixed-icons{
  position: fixed;
  bottom: 20%;
  right: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  z-index: 9
}

.fixed-icons .button{
  writing-mode: sideways-lr;
  line-height: normal;
  padding: 30px 14px !important;
  margin: 10px 0 0 0;
}

/* .testimonial-section .testi-main-content{
  display:-webkit-box;
  -webkit-line-clamp:7;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.testimonial-section .testi-content-wrap.expanded .testi-main-content{
  -webkit-line-clamp:unset;
}

.testimonial-section .read-more-btn{
  margin-top:10px;
  background:none;
  border:none;
  color:#000;
  cursor:pointer;
  font-weight:600;
} */

.testimonial-section .testi-main-content{
  overflow:hidden;
}

.testimonial-section .testi-main-content.clamp{
  display:-webkit-box;
  -webkit-line-clamp:7;
  -webkit-box-orient:vertical;
}

.testimonial-section .read-more-btn{
  margin-top:10px;
  background:none;
  border:none;
  cursor:pointer;
  font-weight:600;
}

.fixed-icons span{
  display: none;
}

.fixed-icons img{
  display: block;
}

@media (max-width: 1400px) {
  .about-info-section .intro-image2 {
    margin-top: -50px;
  }
}

@media (max-width: 1200px) {

  .pud-experience-section .pud-experience-wrap .experience-content .exper-image{
    height: 500px
  }

  .experience-row .pud-experience-wrap{
    margin: 0 ;
  }

  .pud-experience-section .swiper-slide.pud-experience-wrap.active{
    min-width: auto !important;
  }

  .pud-experience-section .swiper-slide.pud-experience-wrap{
    width: 100% !important;
  }

  .pud-experience-section .swiper-slide.pud-experience-wrap .experience-content, .pud-experience-section .swiper-slide.pud-experience-wrap .cont{
    width: 50%;
  }

  .experience-row .pud-experience-wrap .cont{
    padding: 25px
  }

  .dh-experience-section .dh-exp-wrap .dh-intro-wrap{
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  .banner-section img.banner-image {
    width: 100%;
    height: 70vh;
    object-fit: cover;
  }

  /*.banner-section video {*/
  /*  width: 100%;*/
  /*  height: 70vh;*/
  /*  object-fit: cover;*/
  /*}*/

  .alternate-section{
    /*height: 100vh;*/
    /*min-height: 100vh;*/
    min-height:auto;
  }

  .about-info-section .intro-image2 {
    margin-top: 0px;
  }

  .about-info-section .abt-content-wrap{
    margin-top: 40px;
  }

  .contact-section .map-wrap iframe{
    width: 100% !important
  }
}

@media (max-width: 991px) {  	
  .height-auto{
    height: auto !important;
  }

  .highlights-section {
    margin-top: 50px;
}

  .developed-by{
    border-top: 1px solid #7A7A7A;
    padding-top: 20px;
    margin-top: 40px;
  }

  .dh-intro-wrap .section-para p:not(:first-child){
    display: block;
  }

  .dh-intro-wrap .read-more{
    display: none;
  }

  .dh-intro-wrap .section-para{
    margin-top: 15px;
  }

  .fixed-icons{
    bottom: 0;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }

  .fixed-icons .button{
    writing-mode: unset;
    width: calc(100% / 3) !important;
    /* width: 33.33% !important; */
    padding: 12px !important;
    margin: 0;
  }

  .fixed-icons .img1{
     display: none; 
  }


.social-wrap{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.social-wrap img{
    width: 20px !important;
}

.fixed-icons .img2{
    display: block !important; 
}
  
  
  .fixed-icons span{
    display: block;
  }
  
  .fixed-icons .social-wrap{
    /* background: linear-gradient(90deg, #B1724F 0%, #EBB05D 100%); */
    background:#b1724f;
  }

  .fixed-icons a.social-wrap{
    color: var(--color-white);
    padding: 12px;
    border-right: 2px solid #fff;
    font-weight: 700;
    font-size: 14px;
  }

  .fixed-icons a{
    width: calc(100% / 3);
    text-align: center;
  }

  .pud-experience-section .pud-experience-wrap .experience-content .exper-image{
    height: auto
  }


  .alternate-section .intro-wrap{
    padding-right: 0;
  }

  .accom-listing-section .room-info .section-title{
      padding-top: 30px;
  }

  .banner-section video{
    height: 70vh;
  }

  .aminities-section .aminities-wrap > div{
    grid-template-columns:repeat(2,1fr);
  }

  .about-info-section img.abt-intro-logo-image{
    margin-top: 30px;
  }

  .about-info-section .intro-image1, .about-info-section .intro-image2, .about-info-section .intro-image3{
    aspect-ratio: 3/2;
    margin-top: 0px;
    height: auto;
  }

  .about-info-section .section-title{
    margin-top: 30px;
  }

  .abt-content-wrap{
    margin-top: 60px;
    text-align: center;
  }

  footer .social-links-wrap {
    justify-content: center;
  }

  .banner-section img.banner-image{
    height: 65vh
  }

  .dh-experience-section .dh-exp-wrap .dh-intro-wrap{
    padding: 15px 10px 10px;
  }
	
	.dh-experience-section .dh-intro-wrap .section-para{
		margin-top: 5px
	}

  .single-acco.accom-listing-section .room-info{
    margin-bottom: 40px;
  }

  .about-info-section img.abt-intro-logo-image{
    margin: auto;
    padding-top: 20px;
  }

  .about-info-section .intro-image3{
    margin-bottom: 0px;
  }

  .about-info-section .abt-more-info .section-sub-title{
    margin: 0px 0 20px
  }

  .contact-section img.logo-image{
    margin-bottom: 30px;
  }

  .contact-section .map-wrap{
    height: 400px
  }

  .accordion__content{
    width: 100%;
  }

  .section{
    position: relative !important;
    min-height:auto;
    overflow: unset;
  }

  .testimonial-section .testi-client{
    justify-content: flex-start;
  }

  .testimonial-section .testi-main-content{
    margin-top: 20px;
  }

  .accom-listing-section .room-anim-details{
    margin-top: 20px;
  }

  .accom-listing-section .button{
    margin-top: 20px;
  }

   .accom-listing-section .section-sub-title{
    margin-bottom: 10px;
  }

  .accom-listing-section .room-info img.elm-img1{
    display: none;
  }

  .exp-content-wrap .intro-wrap{
    padding: 20px 0 50px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .banner-section video{
    height: 60vh;
  }

  .banner-section .banner-content .section-title{
    font-size: 35px;
    line-height: 40px;
  }

  .banner-section .banner-content h2{
    margin-top: 10px;
  }
}


@media (max-width:576px){
  .aminities-section .aminities-wrap > div{
    grid-template-columns:1fr;
  }
}

.pud-experience-section .experience-slider{
  width:100%;
  margin-top: 30px
}

/* .pud-experience-section .experience-slider .exp-slide{
  width:320px;
  transition:0.4s;
}

.pud-experience-section .experience-slider .slick-center{
  width:640px !important;
} */

.pud-experience-section .experience-slider  .exp-inner{
  display:flex;
  align-items:center;
  gap:25px;
}

.pud-experience-section .experience-slider .exp-image{
  width:100%;
}

.pud-experience-section .experience-slider .slick-center .exp-image{
  width:50%;
}

.pud-experience-section .experience-slider .exp-content{
  width:50%;
  display:none;
}

.pud-experience-section .experience-slider .slick-center .exp-content{
  display:block;
}

.pud-experience-section .experience-slider .exp-image img{
  width:100%;
  border-radius:12px;
  aspect-ratio: 2 / 3;
  height: 500px;
  /* height: 100%; */
  object-fit: cover;
}

.pud-experience-section .experience-slider .experience-slider{
  margin: 0 -15px;
}

.pud-experience-section .experience-slider .exp-slide{
  margin: 0 15px;
}

.pud-experience-section .experience-slider .slick-arrow{
  position: absolute;
  top: -15%;
  z-index: 9;
  background: none;
  border-radius: 50%;
  border: 2px solid var(--color-border-1);
  padding: 13px 23px !important;
  margin-top: 0 !important
}

.pud-experience-section .experience-slider .slick-arrow-left{
  left: 0%;
}

.pud-experience-section .experience-slider .slick-arrow-right{
  right: 0%;
}

.pud-experience-section .experience-slider .exp-content{
  padding: 20px 20px 20px 15px;
  text-align: center;
}

.pud-experience-section .experience-slider .exp-slide{
  transition: all .4s ease;
  /* transform: scale(0.8); */
}

.pud-experience-section .experience-slider .slick-slide{
  /* padding:0 15px; */
}

.pud-experience-section .experience-slider .slick-center{
  /* transform: scale(1.3); */
  z-index:2;
}

/* normal hover effect - old code*/
.pud-esection-old.pud-experience-section{ 
  background-color: var(--color-bg-2); 
  position: relative; 
} 

.pud-esection-old.pud-experience-section .pud-experience-wrap .experience-content{ 
  position: relative; 
} 

.pud-esection-old.pud-experience-section .pud-experience-wrap{ 
  background-color: var(--color-bg-3); 
  border-radius: 10px; 
} 

.pud-esection-old.pud-experience-section .pud-experience-wrap{ 
  display: flex; 
  align-items: center; 
} 

.pud-esection-old.pud-experience-section .pud-experience-wrap .experience-content .exper-image{ 
  aspect-ratio: 270/437; 
  object-fit: cover; 
  border-radius: 10px; 
} 

.pud-esection-old.pud-experience-section .pud-experience-wrap .experience-content .exp-title{ 
  position: absolute; 
  top: 50%; z-index: 9; 
  color: #fff; 
  padding: 20px; 
  text-align: center; 
  width: 100%; 
  font-size: var(--text-25); 
  transform: translate(-50%, -50%); 
  left: 50%; 
} 

.pud-esection-old.pud-experience-section .pud-experience-wrap .exp-card-content{ 
  border-top-right-radius: 10px; 
  border-bottom-right-radius: 10px; 
  background-color: var(--color-bg-3); 
} 

.pud-esection-old.pud-experience-section .pud-experience-wrap .exp-card-content .exp-card-content-wrap{ 
  padding: 0 70px; 
}

.pud-esection-old.pud-experience-section .experience-row1{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  position: relative;
}

.social-wrap img{
  width: 45px;
}

.fixed-icons .img2{
 display: none; 
}
  
.t1{
    font-family: var(--font-primary) !important;
    font-size: var(--text-15) !important;
    color: white  !important;
    line-height: 30px  !important;
}

.w-60{
   width: 60px;
}

.privacy-policy ol{
    padding-left: 0;
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 5px
}

.privacy-policy ol li{
    list-style-type: decimal;
    padding-left: 0;
    margin-left: 0;
}

.privacy-policy ul li{
    list-style-type: disc;
    margin-left: 30px;
}

.privacy-policy ul{
    padding-bottom: 10px;
}

.pageli li{
    font-size: var(--text-15);
    line-height: 25px;
    font-weight: 500;
    color: var(--color-accent-1);
    font-family: var(--font-primary);
    list-style: disc !important;
    margin-bottom:20px;
    margin-left: 25px;
}


/* widget styling*/

.dh-widget{
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  border-radius: 10px;
}

.dh-widget #reservationhome{
  /*background-color: #e8d0aee0;*/
  background-color: #fef6ebe3;
  border-radius: 10px;
  padding: 20px 50px;
  min-height: 100%;
  display: flex;
  float: bottom;
  align-items: stretch;
  height: max-content;
  justify-content: center;
}

.dh-widget #axis{
  height: 100%;
}

.dh-widget .chosen-container-single .chosen-single, .dh-widget .chosen-select {
  /* background: transparent !important; */
  color: #fff;
}

.dh-widget .chosen-container {
  width: 100% !important;
}

.dh-widget .chosen-container-single .chosen-single {
  border-radius: 3px !important;
  border: 1px solid #ccc !important;
}

.dh-widget .chosen-container-single .chosen-single span {
  padding: 5px 0px 10px 10px !important;
}

.dh-widget .chosen-container-single .chosen-single div b {
  background-position: 0px 5px !important;
}

.dh-widget .chosen-container .chosen-results li.highlighted {
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
}

.dh-widget .chosen-container .chosen-results li.active-result {
  float: none !important;
}

.dh-widget .chosen-results li {
  width: 100% !important;
}

.dh-widget .form-inline .form-group {
  display: grid !important;
}

.dh-widget .form-inline .form-control {
  width: 100% !important;
  border: none !important;
  box-shadow: 0px 0px 2px 0px #b1724f2b !important;
}

.dh-widget .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
  color: black;
  box-shadow: 0px 0px 2px 0px #b1724f2b !important;
}

.dh-widget .form-control{
  color: black;
  border: transparent;
}

.dh-widget .btn.btn-primary.btn-block.book {
  /* background-color: var(--color-border-1) !important; */
  background: var(--color-primary);
  border-color: none;
  height: auto;
  border-radius: 0px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  line-height: normal;
}

.dh-widget #ui-datepicker-div {
  top: 0px !important;
}

.dh-widget .ui-widget {
  font-size: 13px !important;
}

.dh-widget label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  /*font-weight: bold;*/
  font-size: 15px;
  color: #000;
  /*text-transform: uppercase;*/
  line-height: normal;
}

.dh-widget select, .dh-widget input{
  border: none !important;
  height: 30px;
  background-color: #ffffffb3;
}

.dh-widget select,
.dh-widget input:not([type="range"]),
textarea {
  /* background-color: var(--color-white); */
  border-radius: 4px;
}


.dh-widget .btn-wrap{
  min-height: 100%;
  display: flex;
  align-items: flex-end;
}

.booking-engine-wrap{
  width: 90%;
}

.booking-engine-wrap svg{
  display: none;
}

.booking-engine-wrap.fixed-widget svg{
  display: block;
  position: absolute;
  right: 0;
  padding: 10px;
}

.widget-close{
  position:absolute;
  top:10px;
  right:10px;
  cursor:pointer;
}

.dh-widget.booking-engine-wrap input, .dh-widget.booking-engine-wrap select{
  padding: 2px 8px;
}

@media (min-width: 768px) {
  .dh-widget .form-inline .form-group {
    display: grid !important;
  }

  .dh-widget .form-inline .form-control {
    width: 100% !important;
  }
}

/*@media (max-width: 1024px) {  */
  
/*}*/

@media (max-width: 991px) {  
    .dh-widget{
    position: relative;
    margin: 15px
  }
  .dh-widget #reservationhome{
    padding: 20px;
  }

  .dh-widget .form-inline {
    width: 100%;
  }
}


.booking-engine-wrap{
  /* width:100%; */
  transition:all 0.4s ease;
}

.booking-engine-wrap.fixed-widget{
  position:fixed;
  bottom:0;
  /* left:0; */
  width:100%;
  z-index:1000;
  background:#fff;
}

.booking-engine-wrap-inner{
  display:none;
}

.booking-engine-wrap.fixed-widget .booking-engine-wrap-inner{
  display:block;
}

/* Close Button */
.widget-close{
  position:absolute;
  right:15px;
  top:10px;
  cursor:pointer;
  z-index:10;
}

.dh-widget.fixed-widget ~ footer {
  padding-bottom: 170px;
}

.fixed-widget.booking-engine-wrap {
    width: 100%;
    max-width: 100%;
    padding:  0 0;
    background-color: #fef6ebe3 !important;
    bottom: 0 !important;
    margin: auto;
    box-shadow: 0px 0px 20px 0px #b1724f21 !important;
}

.home .booking-engine-wrap.inner-widget {
    display: block;
}

.booking-engine-wrap.inner-widget {
    display: none ;
}

.fixed-widget.booking-engine-wrap.inner-widget {
    display: block ;
}

@media (max-width: 991px) {  
    .home .booking-engine-wrap.inner-widget {
        display: none ;
    }
    
    .home-banner.banner-section .banner-content{
        position: relative;
        width: 100%;
        padding: 50px 10%;
        background-color: #F5F5F5;
    }
    
    .home-banner.banner-section .banner-content .section-title, .home-banner.banner-section .banner-content h2{
        color: var(--color-accent-1) !important;
    }
}


.controls-div {
    position: absolute;
    bottom: 2%;
    display: flex;
    left: 2%;
    gap: 10px;
    z-index: 5;
    opacity: 0;
    animation: showBtns 0.3s ease forwards;
    animation-delay: 4s;
}

.video-volume-btn, .video-play-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    cursor: pointer;
    color: #152B53;
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}


.controls-div{
    position:absolute;
    bottom:30%;
    display:flex;
    left:1%;
    gap:10px;
    z-index:5;
    opacity:0;
    animation:showBtns 0.3s ease forwards;
    animation-delay: 1s;
    flex-direction: column;
}

@keyframes showBtns{
    to{
        opacity:1;
    }
}

.video-volume-btn,
.video-play-btn{
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    background:rgba(255,255,255,0.8);
    font-size:20px;
    cursor:pointer;
    color:#152B53;
}

.video-play-btn{
    font-size:15px;
}

.video-volume-btn:hover,
.video-play-btn:hover{
    background:#fff;
}

@media screen and (max-width:1024px){
   .banner-section .banner-content{
      bottom: 15%
    }
}

@media screen and (max-width:991px){
    .controls-div{
      margin: 0;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      flex-direction: row;
      top: 65%;
    }
	
	.exp-intro-section{
		background-color: var(--color-bg-2);
		padding-bottom: 50px;
		margin-bottom: 0px
	}
	
	.intro-section.alternate-section{
		height: 100% !important
	}
}

@media screen and (max-width:767px){
	.room-gallery #view-all-photos{
		position: relative;
		background-color: #b1724f;
		width: max-content;
		margin: 0;
		color: #fff
	}
}

@media screen and (max-width:570px){
    .controls-div{
      top: 60%;
/*       align-items: flex-end; */
    }
}



