@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8em;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: "Poppins", sans-serif;
  position: relative;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.no-padding {
  padding: 0px !important;
}

.container-fluid {
  max-width: 1522px;
}

@keyframes topToBottom {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.hero-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%) !important;
  filter: opacity(1);
}
.hero-section .header-main-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.5s linear;
  z-index: 9999;
}
.hero-section .header-main-wrapper .header-inner-wrapper {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  transition: 0.5s linear;
}
.hero-section .header-main-wrapper .header-inner-wrapper .left-logo-section a {
  max-width: 350px;
  display: block;
}
.hero-section .header-main-wrapper .header-inner-wrapper .left-logo-section a img {
  width: 100%;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader {
  text-align: right;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader .inner-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader .inner-wrapper ul li {
  list-style: none;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader .inner-wrapper ul li::before {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  content: "";
  background-color: white;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader .inner-wrapper ul li:last-child {
  padding-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader .inner-wrapper ul li:last-child::before {
  display: none;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader .inner-wrapper ul li:last-child a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 50%;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader .inner-wrapper ul li:last-child a:hover {
  background-color: white;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader .inner-wrapper ul li:first-child {
  padding-left: 0;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader .inner-wrapper ul li a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .preheader .inner-wrapper ul li a:hover {
  color: #ae8346;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul {
  margin: 0;
  padding: 0;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li {
  list-style: none;
  display: inline-block;
  margin: 0 22px;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li:first-child {
  margin-left: 0;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li:last-child {
  margin-right: 0;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li a {
  text-transform: uppercase;
  color: white;
  transition: 0.3s ease-in-out;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li a:hover {
  color: #ae8346;
}
.hero-section .header-main-wrapper .header-inner-wrapper .right-menu-section .menu-section-wrapper .menu-desktop-sectoin ul li a small {
  text-transform: lowercase;
}
.hero-section .navbar-fixed {
  background-color: #ae8346;
}
.hero-section .navbar-fixed .header-inner-wrapper {
  padding: 10px 0;
  border-color: transparent;
}
.hero-section .hero-section-content-outer .hero-section-content-inner {
  max-width: 80%;
  margin-left: auto;
  padding-bottom: 30px;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .top-content {
  margin-bottom: 100px;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .top-content h3 {
  font-family: "Bodoni Moda", serif;
  font-size: 38px;
  color: white;
  text-align: right;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .top-content h3 {
    font-size: 30px;
  }
}
.hero-section .hero-section-content-outer .hero-section-content-inner .top-content h1 {
  font-family: "Bodoni Moda", serif;
  font-size: 128px;
  text-align: right;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 90px;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .top-content h1 span {
  font-family: "Bodoni Moda", serif;
  font-size: 38px;
  color: white;
  text-align: right;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
}
@media (max-width: 1399px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .top-content h1 span {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .top-content h1 span {
    font-size: 21px;
  }
}
@media (max-width: 1399px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .top-content h1 {
    font-size: 89px !important;
    line-height: 65px;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .top-content h1 {
    font-size: 50px !important;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .top-content h1 {
    line-height: 40px;
  }
}
.hero-section .hero-section-content-outer .hero-section-content-inner .top-content .buttons-wrapper {
  max-width: 560px;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 1399px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .top-content .buttons-wrapper {
    max-width: 444px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .top-content .buttons-wrapper {
    max-width: 100%;
  }
}
.hero-section .hero-section-content-outer .hero-section-content-inner .top-content .buttons-wrapper a {
  font-size: 18px;
  color: white;
  padding: 12px 30px;
  border: 1px solid transparent;
  display: block;
  width: fit-content;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .hero-section .hero-section-content-outer .hero-section-content-inner .top-content .buttons-wrapper a {
    font-size: 16px;
    padding: 10px 25px;
  }
}
.hero-section .hero-section-content-outer .hero-section-content-inner .top-content .buttons-wrapper a:first-child {
  text-transform: uppercase;
  border-color: white;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .top-content .buttons-wrapper a:first-child:hover {
  background-color: #ae8346;
  border-color: #ae8346;
  color: white;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .top-content .buttons-wrapper a:last-child:hover {
  background-color: #ae8346;
  border-color: #ae8346;
  color: white;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .bottom-content {
  text-align: right;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .bottom-content .play-pause-wrapper .video-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 4;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .bottom-content .play-pause-wrapper .video-control:focus {
  outline: none;
  box-shadow: none;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .bottom-content .play-pause-wrapper .video-control img {
  width: 60px;
}
.hero-section .hero-section-content-outer .hero-section-content-inner .bottom-content .play-pause-wrapper .video-control:not(.playing) .video-control-pause,
.hero-section .hero-section-content-outer .hero-section-content-inner .bottom-content .play-pause-wrapper .video-control.playing .video-control-play {
  display: none;
}
.hero-section .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-section .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-slider-right-content-section {
  z-index: 1;
  position: relative;
}
.left-slider-right-content-section .inner-wrapper .left-slider {
  position: relative;
  z-index: 1;
  margin-left: 6%;
}
.left-slider-right-content-section .inner-wrapper .left-slider::before {
  position: absolute;
  left: -6%;
  top: 6%;
  width: 80%;
  height: 94%;
  content: "";
  background-color: #e1d0a9;
}
.left-slider-right-content-section .inner-wrapper .left-slider .slider-wrapepr .item .item-inner .image-wrapper img {
  width: 100%;
}
.left-slider-right-content-section .inner-wrapper .left-slider .slider-wrapepr .owl-nav {
  margin-top: 5px;
  width: fit-content;
  background-color: white;
  margin-left: auto;
}
@media (max-width: 767px) {
  .left-slider-right-content-section .inner-wrapper .left-slider .slider-wrapepr .owl-nav {
    margin-top: 0;
  }
}
.left-slider-right-content-section .inner-wrapper .left-slider .slider-wrapepr .owl-nav button {
  margin: 5px 12px;
}
.left-slider-right-content-section .inner-wrapper .left-slider .slider-wrapepr .owl-nav button:hover {
  background-color: transparent;
}
.left-slider-right-content-section .inner-wrapper .right-content {
  padding-left: 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 46px;
}
@media (max-width: 1399px) {
  .left-slider-right-content-section .inner-wrapper .right-content {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .left-slider-right-content-section .inner-wrapper .right-content {
    padding-top: 0px;
  }
}
.left-slider-right-content-section .inner-wrapper .right-content .inner-wrapper h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 45px;
  font-weight: 400;
  color: #ae8346;
  margin-bottom: 20px;
}
.left-slider-right-content-section .inner-wrapper .right-content .inner-wrapper p {
  font-size: 15px;
  color: #4a4a4a;
  max-width: 87%;
}
.left-slider-right-content-section .inner-wrapper .right-content .inner-wrapper p br {
  display: none;
}
@media (max-width: 480px) {
  .left-slider-right-content-section .inner-wrapper .right-content .inner-wrapper p br {
    display: block;
  }
}
.left-slider-right-content-section .inner-wrapper .right-content .inner-wrapper .button-wrapper {
  margin-top: 50px;
}
.left-slider-right-content-section .inner-wrapper .right-content .inner-wrapper .button-wrapper a {
  display: block;
  text-transform: uppercase;
  color: #ae8346;
  border: 1px solid #ae8346;
  text-align: center;
  width: fit-content;
  padding: 12px 70px;
  transition: 0.3s ease-in-out;
}
.left-slider-right-content-section .inner-wrapper .right-content .inner-wrapper .button-wrapper a:hover {
  background-color: #ae8346;
  color: white;
}

.second-section-margin {
  margin-top: -70px;
}

.love-staying-section {
  margin: 80px 0;
}
@media (max-width: 480px) {
  .love-staying-section {
    margin: 20px 0 50px 0;
  }
}
.love-staying-section .love-staying-inner .title-wrapper {
  text-align: center;
}
@media (max-width: 480px) {
  .love-staying-section .love-staying-inner .title-wrapper {
    text-align: left;
  }
}
.love-staying-section .love-staying-inner .title-wrapper h2 {
  color: #ae8346;
  font-size: 45px;
  margin-bottom: 20px;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .love-staying-section .love-staying-inner .title-wrapper h2 {
    text-align: center;
  }
}
.love-staying-section .love-staying-inner .title-wrapper h2 br {
  display: none;
}
@media (max-width: 480px) {
  .love-staying-section .love-staying-inner .title-wrapper h2 br {
    display: block;
  }
}
.love-staying-section .love-staying-inner .title-wrapper p {
  color: #4a4a4a;
  font-size: 15px;
}
@media (max-width: 480px) {
  .love-staying-section .love-staying-inner .title-wrapper p {
    text-align: justify;
    text-align-last: left;
  }
}
.love-staying-section .love-staying-inner .love-staying-points-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 70px;
}
.love-staying-section .love-staying-inner .love-staying-points-section .love-staying-box {
  text-align: center;
}
.love-staying-section .love-staying-inner .love-staying-points-section .love-staying-box .image-wrapper {
  margin-bottom: 20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.love-staying-section .love-staying-inner .love-staying-points-section .love-staying-box .image-wrapper img {
  width: 100%;
}
.love-staying-section .love-staying-inner .love-staying-points-section .love-staying-box p {
  font-size: 15px;
  color: black;
  line-height: 22px;
  margin-bottom: 0;
}

.amenities-section {
  background-color: #eeeeee;
  padding: 80px 0;
}
.amenities-section .amenities-inner .title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
  padding: 0 50px;
}
.amenities-section .amenities-inner .title-wrapper h2 {
  font-size: 45px;
  color: #ae8346;
  font-weight: 400;
  font-family: "Bodoni Moda", serif;
}
@media (max-width: 480px) {
  .amenities-section .amenities-inner .title-wrapper h2 {
    font-size: 30px;
  }
}
.amenities-section .amenities-inner .title-wrapper p {
  font-size: 15px;
  color: #4a4a4a;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .amenities-section .amenities-inner .title-wrapper p {
    text-align: justify;
    text-align-last: left;
  }
}
.amenities-section .amenities-inner .amenities-box-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 60px;
}
.amenities-section .amenities-inner .amenities-box-wrapper .amenities-box {
  width: 16.6666666667%;
  text-align: center;
}
.amenities-section .amenities-inner .amenities-box-wrapper .amenities-box .icon-wrapper {
  margin-bottom: 12px;
}
.amenities-section .amenities-inner .amenities-box-wrapper .amenities-box h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: black;
  font-weight: 400;
}

.luxury-designed-section {
  margin: 80px 0;
}
@media (max-width: 480px) {
  .luxury-designed-section {
    display: none;
  }
}
.luxury-designed-section .luxury-designed-inner .left-section {
  height: 100%;
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 45px;
  font-weight: 400;
  color: #ae8346;
  margin-bottom: 20px;
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper p {
  font-size: 15px;
  color: #4a4a4a;
  max-width: 87%;
}
@media (max-width: 480px) {
  .luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper p {
    text-align: justify;
    text-align-last: center;
  }
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .in-room-conforts-section .box-wrapper-section h3 {
  color: black;
  font-size: 17px;
  margin-bottom: 30px;
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .in-room-conforts-section .box-wrapper-section .box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 90%;
}
@media (max-width: 767px) {
  .luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .in-room-conforts-section .box-wrapper-section .box-wrapper {
    max-width: 100%;
  }
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .in-room-conforts-section .box-wrapper-section .box-wrapper h4 {
  margin-bottom: 0;
  font-size: 15px;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 40px;
  position: relative;
  z-index: 1;
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .in-room-conforts-section .box-wrapper-section .box-wrapper h4::before {
  position: absolute;
  left: 20px;
  top: 18px;
  content: "";
  background-color: #e1d0a9;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .in-room-conforts-section .box-wrapper-section .box-wrapper h4::before {
    display: none;
  }
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .in-room-conforts-section .box-wrapper-section .box-wrapper h4:nth-child(even) {
  border-right: 0px solid transparent;
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .in-room-conforts-section .box-wrapper-section .box-wrapper h4:last-child {
  border-bottom: 0px solid transparent;
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .in-room-conforts-section .box-wrapper-section .box-wrapper h4:nth-child(5) {
  border-bottom: 0px solid transparent;
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .button-wrapper {
  margin-top: 50px;
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .button-wrapper a {
  display: block;
  text-transform: uppercase;
  color: #ae8346;
  border: 1px solid #ae8346;
  text-align: center;
  width: fit-content;
  padding: 12px 70px;
  transition: 0.3s ease-in-out;
}
.luxury-designed-section .luxury-designed-inner .left-section .inner-wrapper .button-wrapper a:hover {
  background-color: #ae8346;
  color: white;
}
.luxury-designed-section .luxury-designed-inner .right-slider {
  position: relative;
  z-index: 1;
  margin-left: 6%;
}
.luxury-designed-section .luxury-designed-inner .right-slider::before {
  position: absolute;
  left: -6%;
  top: 6%;
  width: 80%;
  height: 94%;
  content: "";
  background-color: #e1d0a9;
}
.luxury-designed-section .luxury-designed-inner .right-slider .slider-wrapepr .item .item-inner .image-wrapper img {
  width: 100%;
}
.luxury-designed-section .luxury-designed-inner .right-slider .slider-wrapepr .owl-nav {
  margin-top: 5px;
  width: fit-content;
  background-color: white;
  margin-left: auto;
}
@media (max-width: 767px) {
  .luxury-designed-section .luxury-designed-inner .right-slider .slider-wrapepr .owl-nav {
    margin-top: 0;
  }
}
.luxury-designed-section .luxury-designed-inner .right-slider .slider-wrapepr .owl-nav button {
  margin: 5px 12px;
}
.luxury-designed-section .luxury-designed-inner .right-slider .slider-wrapepr .owl-nav button:hover {
  background-color: transparent;
}

.luxury-mobile-designed-section {
  display: none;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .luxury-mobile-designed-section {
    display: block;
  }
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner h2 {
  font-family: "Bodoni Moda", serif;
  font-size: 45px;
  font-weight: 400;
  color: #ae8346;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .luxury-mobile-designed-section .luxury-mobile-designed-inner h2 {
    font-size: 30px;
    text-align: center;
  }
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner p {
  font-size: 15px;
  color: #4a4a4a;
  max-width: 87%;
}
@media (max-width: 480px) {
  .luxury-mobile-designed-section .luxury-mobile-designed-inner p {
    text-align: justify;
    text-align-last: left;
    max-width: 100%;
  }
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .in-room-conforts-section .box-wrapper-section h3 {
  color: black;
  font-size: 17px;
  margin-bottom: 30px;
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .in-room-conforts-section .box-wrapper-section .box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 90%;
}
@media (max-width: 767px) {
  .luxury-mobile-designed-section .luxury-mobile-designed-inner .in-room-conforts-section .box-wrapper-section .box-wrapper {
    max-width: 100%;
  }
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .in-room-conforts-section .box-wrapper-section .box-wrapper h4 {
  margin-bottom: 0;
  font-size: 15px;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .luxury-mobile-designed-section .luxury-mobile-designed-inner .in-room-conforts-section .box-wrapper-section .box-wrapper h4 {
    padding: 15px 10px;
  }
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .in-room-conforts-section .box-wrapper-section .box-wrapper h4::before {
  position: absolute;
  left: 20px;
  top: 18px;
  content: "";
  background-color: #e1d0a9;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .luxury-mobile-designed-section .luxury-mobile-designed-inner .in-room-conforts-section .box-wrapper-section .box-wrapper h4::before {
    display: none;
  }
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .in-room-conforts-section .box-wrapper-section .box-wrapper h4:nth-child(even) {
  border-right: 0px solid transparent;
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .in-room-conforts-section .box-wrapper-section .box-wrapper h4:last-child {
  border-bottom: 0px solid transparent;
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .in-room-conforts-section .box-wrapper-section .box-wrapper h4:nth-child(5) {
  border-bottom: 0px solid transparent;
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .button-wrapper {
  margin-top: 50px;
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .button-wrapper a {
  display: block;
  text-transform: uppercase;
  color: #ae8346;
  border: 1px solid #ae8346;
  text-align: center;
  width: fit-content;
  padding: 12px 70px;
  transition: 0.3s ease-in-out;
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .button-wrapper a:hover {
  background-color: #ae8346;
  color: white;
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .right-slider {
  position: relative;
  z-index: 1;
  margin-left: 6%;
}
@media (max-width: 480px) {
  .luxury-mobile-designed-section .luxury-mobile-designed-inner .right-slider {
    margin-bottom: 40px;
  }
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .right-slider::before {
  position: absolute;
  left: -6%;
  top: 6%;
  width: 80%;
  height: 94%;
  content: "";
  background-color: #e1d0a9;
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .right-slider .slider-wrapepr .item .item-inner .image-wrapper img {
  width: 100%;
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .right-slider .slider-wrapepr .owl-nav {
  margin-top: 5px;
  width: fit-content;
  background-color: white;
  margin-left: auto;
}
@media (max-width: 767px) {
  .luxury-mobile-designed-section .luxury-mobile-designed-inner .right-slider .slider-wrapepr .owl-nav {
    margin-top: 0;
  }
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .right-slider .slider-wrapepr .owl-nav button {
  margin: 5px 12px;
}
.luxury-mobile-designed-section .luxury-mobile-designed-inner .right-slider .slider-wrapepr .owl-nav button:hover {
  background-color: transparent;
}

.experience-section .inner-wrapper .experience-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 480px) {
  .experience-section .inner-wrapper .experience-inner {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
.experience-section .inner-wrapper .experience-inner .left-section .image-wrapper {
  height: 100%;
}
.experience-section .inner-wrapper .experience-inner .left-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience-section .inner-wrapper .experience-inner .right-section {
  background-color: #26221a;
  padding: 50px;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper {
  max-width: 65%;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .title-wrapper h2 {
  font-size: 45px;
  font-weight: 400;
  color: #ae8346;
  margin-bottom: 20px;
  font-family: "Bodoni Moda", serif;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .title-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 50px;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion {
  background-color: transparent;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-top: 1px solid #ae8346;
  border-radius: 0;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item:last-child {
  border-bottom: 1px solid #ae8346;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-header:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #ae8346;
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
  content: "\e316";
  font-size: 36px;
  font-weight: 100 !important;
}
@media (max-width: 991px) {
  .experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    font-size: 24px;
  }
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: unset;
  content: "\e313";
  font-family: "Material Icons";
  font-size: 36px;
  font-weight: 100 !important;
  position: absolute;
  right: 0;
  top: 15px;
  width: unset;
  height: unset;
}
@media (max-width: 991px) {
  .experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
    font-size: 24px;
  }
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 25px;
}
.experience-section .inner-wrapper .experience-inner .right-section .inner-wrapper .experience-accordion-wrapper .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
  color: white;
  font-size: 15px;
}

.enquire-section {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .enquire-section {
    margin-top: 50px;
  }
}
.enquire-section .enquire-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.enquire-section .enquire-inner .left-section h3 {
  font-size: 45px;
  font-family: "Bodoni Moda", serif;
  color: #ae8346;
  font-weight: 400;
  margin-bottom: 20px;
}
.enquire-section .enquire-inner .left-section h2 {
  font-size: 64px;
  color: #ae8346;
  font-weight: 400;
  font-family: "Bodoni Moda", serif;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .enquire-section .enquire-inner .left-section h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .enquire-section .enquire-inner .left-section h2 br {
    display: none;
  }
}
.enquire-section .enquire-inner .left-section .enquire-image-wrapper img {
  width: 100%;
}
.enquire-section .enquire-inner .right-form-section .form-title h3 {
  color: black;
  font-size: 17px;
  margin-bottom: 30px;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form {
  color: #4a4a4a;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .form-group {
  margin-bottom: 20px;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .form-group input {
  border-radius: 0;
  padding: 12px;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .form-group textarea {
  border-radius: 0;
  resize: none;
  height: 100px;
  padding: 12px;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .form-group select {
  border-radius: 0;
  padding: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form ::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form input[type=date]:focus:invalid + span:after {
  display: none;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form input[type=date]:invalid + span:after {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.4);
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .check-in:invalid + span:after {
  content: "Check-In Date";
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .check-out:invalid + span:after {
  content: "Check-Out Date";
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form input:not(:focus):invalid {
  color: transparent;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .date-group {
  position: relative;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form input[type=date] {
  position: relative;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form input[type=date]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: "FontAwesome";
  content: "\f073";
  /* This is the calendar icon in FontAwesome */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form select {
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23666066" d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg>') right 1rem center/40px 15px no-repeat;
  background-repeat: no-repeat;
  background-position: right;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .submit-wrapper {
  text-align: right;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .submit-wrapper .submit_btn {
  width: 80%;
  background-color: black;
  border: none;
  box-shadow: none;
  color: white;
  text-transform: uppercase;
  padding: 18px 0;
  transition: 0.3s ease-in-out;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .submit-wrapper .submit_btn:hover {
  background-color: #ae8346;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .book-online {
  max-width: 80%;
  margin-left: auto;
  margin-top: 10px;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .book-online a {
  display: block;
  color: #ae8346;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  transition: 0.3s ease-in-out;
}
.enquire-section .enquire-inner .right-form-section .form-wrapper form .book-online a:hover {
  background-color: #ae8346;
  color: white;
}

.gallery-section .gallery-inner .top-section {
  background-color: #ae8346;
  padding: 30px 0;
}
.gallery-section .gallery-inner .top-section .top-inner {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
.gallery-section .gallery-inner .top-section .top-inner h2 {
  color: white;
  font-size: 45px;
  font-weight: 400;
  font-family: "Bodoni Moda", serif;
}
.gallery-section .gallery-inner .top-section .top-inner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-bottom: 0;
}
.gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .item .item-inner {
  position: relative;
  z-index: 1;
}
.gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .item .item-inner .image-wrapper img {
  width: 100%;
}
.gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .item .item-inner .gallery-details {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 30px;
  position: absolute;
  right: 0;
  bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
  width: 72%;
}
.gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .item .item-inner .gallery-details h3 {
  font-size: 45px;
  font-family: "Bodoni Moda", serif;
  color: white;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .item .item-inner .gallery-details h3 {
    text-align: left !important;
    font-size: 20px !important;
  }
}
.gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .item .item-inner .gallery-details p {
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  max-width: 51%;
}
.gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .owl-nav {
  margin: 0;
}
.gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .owl-nav button {
  background-color: white;
  padding: 10px !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
@media (max-width: 480px) {
  .gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .owl-nav button img {
    width: 30px;
  }
}
@media (max-width: 480px) {
  .gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner .gallery-slider .owl-nav button {
    opacity: 1;
    visibility: visible;
  }
}
.gallery-section .gallery-inner .gallery-slider-outer .gallery-slider-inner:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.corporate-events-section {
  margin: 80px 0;
}

.sustainability-section {
  padding: 150px 0 200px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.sustainability-section .sustainability-inner .title-wrapper {
  text-align: center;
}
.sustainability-section .sustainability-inner .title-wrapper h2 {
  font-size: 45px;
  color: white;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .sustainability-section .sustainability-inner .title-wrapper h2 {
    font-size: 30px;
  }
}
.sustainability-section .sustainability-inner .title-wrapper p {
  font-size: 15px;
  color: white;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .sustainability-section .sustainability-inner .title-wrapper p {
    text-align: justify;
  }
}
.sustainability-section .sustainability-inner .sustainability-box-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}
.sustainability-section .sustainability-inner .sustainability-box-wrapper .sustainibility-box {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 25px;
}
.sustainability-section .sustainability-inner .sustainability-box-wrapper .sustainibility-box::before {
  position: absolute;
  right: -26px;
  width: 1px;
  height: 70%;
  content: "";
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
}
.sustainability-section .sustainability-inner .sustainability-box-wrapper .sustainibility-box p {
  color: white;
  margin-bottom: 0;
  line-height: 22px;
}

.testimonial-section {
  background-repeat: no-repeat;
  background-size: 100% 93%;
  background-position: top;
  padding: 200px 0 0 0;
}
@media (max-width: 480px) {
  .testimonial-section {
    background-image: unset !important;
    background-color: #f0ebdc;
    padding-top: 0;
  }
}
.testimonial-section .mobile-image-wrapper {
  display: none;
}
@media (max-width: 480px) {
  .testimonial-section .mobile-image-wrapper {
    display: block;
  }
}
.testimonial-section .mobile-image-wrapper img {
  width: 100%;
  object-fit: cover;
  min-height: 230px;
}
.testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper {
  background-color: #f0ebdc;
  padding: 80px 120px;
}
.testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper h2 {
  color: #ae8346;
  font-size: 45px;
  font-weight: 400;
  font-family: "Bodoni Moda", serif;
  margin-bottom: 40px;
}
.testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper .item .item-inner h3 {
  color: black;
  margin-bottom: 25px;
  font-size: 17px;
}
.testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper .item .item-inner p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}
.testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper .item .item-inner h4 {
  font-size: 20px;
  color: black;
  margin-bottom: 40px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper .item .item-inner h4 {
    font-size: 17px;
  }
}
.testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper .owl-dots {
  text-align: left;
}
.testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper .owl-dots button:first-child span {
  margin-left: 0;
}
.testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper .owl-dots button span {
  width: 40px;
  height: 3px;
  margin: 5px;
}
.testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper .owl-dots button:hover span {
  background-color: #ae8346;
}
.testimonial-section .testimonial-inner .right-section .testimonial-slider-wrapper .owl-dots .active span {
  background-color: #ae8346;
}

.blog-highlites-section {
  margin: 80px 0;
}
.blog-highlites-section .blog-highlights-inner .title-wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 400;
  color: #ae8346;
  font-family: "Bodoni Moda", serif;
}
.blog-highlites-section .blog-highlights-inner .blogs-wrapper-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.blog-highlites-section .blog-highlights-inner .blogs-wrapper-section .blog-box {
  text-align: center;
}
.blog-highlites-section .blog-highlights-inner .blogs-wrapper-section .blog-box .image-wrapper {
  margin-bottom: 35px;
}
.blog-highlites-section .blog-highlights-inner .blogs-wrapper-section .blog-box .image-wrapper img {
  width: 100%;
}
.blog-highlites-section .blog-highlights-inner .blogs-wrapper-section .blog-box h5 {
  color: black;
  font-size: 18px;
  padding: 0 15px;
}
.blog-highlites-section .blog-highlights-inner .blogs-wrapper-section .blog-box p {
  font-size: 15px;
  color: #4a4a4a;
  margin-bottom: 20px;
  padding: 0 45px;
}
.blog-highlites-section .blog-highlights-inner .blogs-wrapper-section .blog-box .link-wrapper {
  text-align: center;
}
.blog-highlites-section .blog-highlights-inner .blogs-wrapper-section .blog-box .link-wrapper a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
  background-color: black;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 8px 30px;
  transition: 0.3s ease-in-out;
}
.blog-highlites-section .blog-highlights-inner .blogs-wrapper-section .blog-box .link-wrapper a:hover {
  background-color: #ae8346;
}

.faqs-section {
  background-color: #f4f1eb;
  padding: 80px 0 200px 0;
}
.faqs-section .faqs-inner {
  padding: 0 60px;
}
.faqs-section .faqs-inner .title-wrapper h2 {
  text-align: center;
  font-size: 45px;
  color: #ae8346;
  font-family: "Bodoni Moda", serif;
  margin-bottom: 50px;
  font-weight: 400;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion {
  background-color: transparent;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-top: 1px solid #ae8346;
  border-radius: 0;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item:last-child {
  border-bottom: 1px solid #ae8346;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item:first-child {
  border-top: 0px solid transparent;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-header:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: black;
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
  content: "\e15b";
  font-size: 36px;
  font-weight: 100 !important;
  color: #ae8346;
}
@media (max-width: 991px) {
  .faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    font-size: 24px;
  }
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: unset;
  content: "\e145";
  font-family: "Material Icons";
  font-size: 36px;
  font-weight: 100 !important;
  position: absolute;
  right: 0;
  top: 15px;
  width: unset;
  height: unset;
  color: #ae8346;
}
@media (max-width: 991px) {
  .faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
    font-size: 24px;
  }
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 25px;
}
.faqs-section .faqs-inner .faqs-question-wrapper .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
  color: #4a4a4a;
  font-size: 15px;
}

.footer-section {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.footer-section::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: #221c13;
  height: calc(100% - 100px);
  z-index: -1;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section {
  background-color: #ae8346;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section .left-section {
  width: 78%;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section .left-section .address-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section .left-section .address-wrapper .address-box {
  text-align: center;
  padding: 40px 10px;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section .left-section .address-wrapper .address-box .icon-wrapper {
  margin-bottom: 12px;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section .left-section .address-wrapper .address-box .icon-wrapper img {
  width: 45px;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section .left-section .address-wrapper .address-box a {
  color: white;
  font-size: 15px;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section .left-section .address-wrapper .address-box p {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 15px;
  color: white;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section .right-section {
  width: 22%;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section .right-section a {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #b6a278;
  height: 100%;
  gap: 12px;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
  padding: 40px 10px;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .top-section .right-section a img {
  width: 45px;
  margin-left: auto;
  margin-right: auto;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .bottom-inner {
  padding-bottom: 30px;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .bottom-inner .left-section {
  color: #ae8346;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .bottom-inner .left-section a {
  color: #ae8346;
  font-size: 15px;
}
.footer-section .footer-inner-outer .footer-inner-wrapper .bottom-inner p {
  color: white;
  margin-bottom: 0;
  font-size: 15px;
}

.wthatsapp {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 9999999;
}
.wthatsapp img {
  width: 70px;
}

.right-buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.right-buttons-wrapper a {
  background-color: #ae8346;
  padding: 10px 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: white;
  width: 150px;
}
.right-buttons-wrapper a:first-child {
  position: fixed;
  right: -51px;
  top: 330px;
  z-index: 999999999;
  transform: rotate(-90deg);
  background-color: #ae8346;
}
.right-buttons-wrapper a:last-child {
  position: fixed;
  right: -51px;
  top: 500px;
  z-index: 999999999;
  transform: rotate(-90deg);
}

.burger-enquire-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.burger-enquire-wrapper a {
  color: white;
  transition: 0.3s ease-in-out;
  font-size: 15px;
}
.burger-enquire-wrapper a:hover {
  color: #ae8346;
}
.burger-enquire-wrapper a:focus {
  color: #ae8346;
}

/*# sourceMappingURL=style.css.map */
