body {
  overflow-x: hidden;
  margin-bottom: 0 !important;
}

* {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
  color: #000000;
}
a::after:hover {
  color: #000000 !important;
}
a:hover {
  color: #9e8c71 !important;
}
a:hover::after {
  color: #000000 !important;
}

/***********************Custom Scrollbar**************************/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.offcanvas-body::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #000000;
}

/***********************Custom Highlight Text***********************/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #000000;
}

::selection {
  color: #fff;
  background: #000000;
}

/***********************Custom Formattings**************************/
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/***********************Slick Slider Formatting***********************/
.slick-slider:not(.slick-initialized),
.slick-slider-related .products:not(.slick-initialized) {
  display: none !important;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #000000;
  font-size: 0;
  border: 0;
}

.slick-arrow {
  border: 0;
  font-size: 0;
  background-color: rgba(249, 249, 249, 0.7803921569);
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 50%;
  z-index: 1;
  border-radius: 0;
  position: absolute;
}
@media (min-width: 1025px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrow {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-arrow {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .slick-arrow {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slick-arrow {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slick-arrow {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .slick-arrow {
    height: 40px;
  }
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-slider .slick-prev {
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/prev.png") !important;
  transition: all 0.5s;
}
.slick-slider .slick-prev:hover {
  background-color: #f0eeea;
  transition: all 0.5s;
}
.slick-slider .slick-next {
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/next.png") !important;
  transition: all 0.5s;
}
.slick-slider .slick-next:hover {
  background-color: #f0eeea;
  transition: all 0.5s;
}

.white-arrows .slick-prev {
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/prev-w.png") !important;
  transition: all 0.5s;
}
.white-arrows .slick-prev:hover {
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/prev-w.png") !important;
  transition: all 0.5s;
}
.white-arrows .slick-next {
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/next-w.png") !important;
  transition: all 0.5s;
}
.white-arrows .slick-next:hover {
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/next-w.png") !important;
  transition: all 0.5s;
}

.carousel__text {
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
}

.slick-current .carousel__text {
  transition: all 1s;
  opacity: 1;
  transform: translateY(0);
}

.no-arrows {
  padding-bottom: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #9e8c71;
}

li.ugaexperience {
  background-color: #7e705a;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 1025px) {
  li.ugaexperience {
    padding-left: 0.8854166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  li.ugaexperience {
    padding-left: 0.8854166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  li.ugaexperience {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  li.ugaexperience {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  li.ugaexperience {
    padding-right: 0.8854166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  li.ugaexperience {
    padding-right: 0.8854166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  li.ugaexperience {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  li.ugaexperience {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  li.ugaexperience {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  li.ugaexperience {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  li.ugaexperience {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  li.ugaexperience {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  li.ugaexperience {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  li.ugaexperience {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  li.ugaexperience {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  li.ugaexperience {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  li.ugaexperience {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  li.ugaexperience {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  li.ugaexperience {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  li.ugaexperience {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  li.ugaexperience {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  li.ugaexperience {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  li.ugaexperience {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  li.ugaexperience {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  li.ugaexperience {
    letter-spacing: 0.1692708333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  li.ugaexperience {
    letter-spacing: 0.1692708333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  li.ugaexperience {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 600px) {
  li.ugaexperience {
    letter-spacing: 0.5px;
  }
}

/***********************Remove Autofill bg Color***********************/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: inherit;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}

/***********************Default Formatting***********************/
.moredetails {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: all 0.5s;
  border-radius: 0;
  border: 1px solid #9e8c71;
}
@media (min-width: 1025px) {
  .moredetails {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .moredetails {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .moredetails {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .moredetails {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .moredetails {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .moredetails {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .moredetails {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .moredetails {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .moredetails {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .moredetails {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .moredetails {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .moredetails {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .moredetails {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .moredetails {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .moredetails {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .moredetails {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .moredetails {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .moredetails {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .moredetails {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .moredetails {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .moredetails {
    width: 180px;
  }
}
.moredetails:hover {
  transition: all 0.5s;
  color: #ffffff !important;
  background: #5d2439;
  border: 1px solid #5d2439;
}
.moredetails.whiteborder {
  border: 1px solid #ffffff;
}
.moredetails.whiteborder:hover {
  transition: all 0.5s;
  color: #ffffff !important;
  background: #5d2439;
  border: 1px solid #5d2439;
}

.moreDetailsMobile {
  margin: auto;
}
@media (min-width: 1025px) {
  .moreDetailsMobile {
    width: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .moreDetailsMobile {
    width: auto;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .moreDetailsMobile {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .moreDetailsMobile {
    width: 80%;
  }
}

.next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: 1s ease-in-out;
  border-radius: 0;
  border: 1px solid #9e8c71;
  color: #000000;
}
@media (min-width: 1025px) {
  .next-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .next-btn {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .next-btn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .next-btn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .next-btn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .next-btn {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .next-btn .btn-next {
    line-height: inherit;
    padding-top: 2px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .next-btn {
    width: 180px;
  }
}
.next-btn:hover {
  transition: all 0.3s;
  color: #ffffff;
  background: #5d2439;
  border: 1px solid #5d2439;
}

.page-template-T06-facilities .facilitylists ul {
  column-count: 2;
}
@media screen and (max-width: 667px) {
  .page-template-T06-facilities .facilitylists ul {
    column-count: 1;
  }
}

@media screen and (min-width: 991px) {
  div#AdvancedModal .modal-dialog {
    max-width: 1000px;
  }
}
div#AdvancedModal .modal-content {
  background-color: transparent !important;
  border: none !important;
}
div#AdvancedModal .modal-content .btn-close {
  filter: invert(1);
  opacity: 1;
}

.modal-backdrop.show.opacitymodal {
  opacity: 0.8;
}

/*********************************Global Styles***************************************************/
.all-caps {
  text-transform: uppercase;
}

.title-case {
  text-transform: capitalize !important;
}

.z-top {
  z-index: 2;
  position: relative;
}

.overflow-hidden {
  overflow-x: hidden !important;
}

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

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

.font-italic {
  font-style: italic;
}

@media (min-width: 1025px) {
  .half-div {
    width: 47%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .half-div {
    width: 47%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .half-div {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .half-div {
    width: 100%;
  }
}

.text-deco-none {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .without-banner {
    height: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .without-banner {
    height: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .without-banner {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .without-banner {
    height: 80px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

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

.z-index--9 {
  z-index: 9;
}
.z-index---1 {
  z-index: -1;
}

.slider-counter {
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  bottom: 16.3%;
  margin: auto;
  left: 45%;
  right: 45%;
  color: #ffffff;
}
@media screen and (max-width: 667px) {
  .slider-counter {
    color: #000000 !important;
  }
}
@media (min-width: 1025px) {
  .slider-counter span.current {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slider-counter span.current {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slider-counter span.current {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .slider-counter span.current {
    line-height: 28px;
  }
}
@media screen and (max-width: 667px) {
  .slider-counter span.current {
    color: #000000 !important;
  }
}
@media (min-width: 1025px) {
  .slider-counter span.total {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .slider-counter span.total {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .slider-counter span.total {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .slider-counter span.total {
    line-height: 28px;
  }
}
@media screen and (max-width: 667px) {
  .slider-counter span.total {
    color: #000000 !important;
  }
}

.top-auto {
  top: auto;
}

.bottom--5 {
  bottom: 5%;
}

.top--30 {
  top: 30%;
}
.top--5 {
  top: 5%;
}

.left--5 {
  left: 5%;
}

ul.sitemap li {
  padding-bottom: 0 !important;
}

@media (min-width: 1025px) {
  .wysiwig-container ul.sitemap li {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul.sitemap li {
    line-height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul.sitemap li {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul.sitemap li {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul.sitemap li::before {
    top: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul.sitemap li::before {
    top: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul.sitemap li::before {
    top: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul.sitemap li::before {
    top: 5px;
  }
}

/**************************Wrapper****************************************/
.wrapper--left-95 {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 0 0;
}
@media (min-width: 1025px) {
  .wrapper--left-95 {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--left-95 {
    width: 95%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--left-95 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--left-95 {
    width: 90%;
  }
}
.wrapper--right-95 {
  margin-left: auto;
  margin-right: auto;
  margin: 0 0 0 auto;
}
@media (min-width: 1025px) {
  .wrapper--right-95 {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--right-95 {
    width: 95%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--right-95 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--right-95 {
    width: 90%;
  }
}
.wrapper--right-90 {
  margin-left: auto;
  margin-right: auto;
  margin: 0 0 0 auto;
}
@media (min-width: 1025px) {
  .wrapper--right-90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--right-90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--right-90 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--right-90 {
    width: 90%;
  }
}
@media screen and (max-width: 1025px) {
  .wrapper--right-90 {
    margin: auto !important;
  }
}
.wrapper--left-90 {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 0 0;
}
@media (min-width: 1025px) {
  .wrapper--left-90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--left-90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--left-90 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--left-90 {
    width: 90%;
  }
}
.wrapper--95 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--95 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--95 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--95 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--95 {
    width: 90%;
  }
}
.wrapper--90 {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
@media (min-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--90 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--90 {
    width: 90%;
  }
}
.wrapper--80 {
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}
@media (min-width: 1025px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--80 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--80 {
    width: 90%;
  }
}
.wrapper--77 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--77 {
    width: 77%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--77 {
    width: 77%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--77 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--77 {
    width: 90%;
  }
}
.wrapper--75 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--75 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--75 {
    width: 90%;
  }
}
.wrapper--58 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--58 {
    width: 58%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--58 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--58 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--58 {
    width: 90%;
  }
}
.wrapper--55 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--55 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--55 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--55 {
    width: 90%;
  }
}
.wrapper--45 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--45 {
    width: 45%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--45 {
    width: 45%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--45 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--45 {
    width: 90%;
  }
}
.wrapper--60 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--60 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--60 {
    width: 90%;
  }
}
.wrapper--65 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wrapper--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wrapper--65 {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .wrapper--65 {
    width: 90%;
  }
}

@media (min-width: 1025px) {
  .width-px--220 {
    width: 11.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width-px--220 {
    width: 11.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width-px--220 {
    width: 175px;
  }
}
@media (max-width: 600px) {
  .width-px--220 {
    width: auto;
  }
}

@media (min-width: 1025px) {
  .width--20 {
    width: 21%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--20 {
    width: 21%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--20 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--20 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--25 {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--25 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--25 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--30 {
    width: 30%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--30 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--30 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--33 {
    width: 33%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--33 {
    width: 33%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--33 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--33 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--35 {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--35 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--35 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--38 {
    width: 38%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--38 {
    width: 38%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--38 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--38 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--40 {
    width: 40%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--40 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--40 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--45 {
    width: 45%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--45 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--45 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--47 {
    width: 47%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--47 {
    width: 47%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--47 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--47 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--50 {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--50 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--50 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--55 {
    width: 55%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--55 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--55 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--60 {
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--60 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--60 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--65 {
    width: 65%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--65 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--65 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--70 {
    width: 70%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--70 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--70 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--75 {
    width: 75%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--75 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--75 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .width--80 {
    width: 80%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .width--80 {
    width: 80%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .width--80 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .width--80 {
    width: 100%;
  }
}

/**************************Wrapper End**************************************************/
/****************************Fonts Styles*********************************************/
.font-size--0 {
  font-size: 0;
}

@media (min-width: 1025px) {
  .heading--44 {
    font-size: 2.2916666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--44 {
    font-size: 2.3958333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--44 {
    font-size: 30px !important;
  }
}
@media (max-width: 600px) {
  .heading--44 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .heading--44 {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--44 {
    line-height: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--44 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--44 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .heading--40 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--40 {
    font-size: 2.1875vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--40 {
    font-size: 30px !important;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .heading--40 {
    line-height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--40 {
    line-height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--40 {
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .heading--40 {
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .heading--32 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--32 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--32 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--32 {
    font-size: 22px !important;
  }
}
@media (min-width: 1025px) {
  .heading--32 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--32 {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--32 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--32 {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .heading--30 {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--30 {
    font-size: 1.6666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--30 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .heading--30 {
    font-size: 22px !important;
  }
}
@media (min-width: 1025px) {
  .heading--30 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--30 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--30 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .heading--30 {
    line-height: 32px;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    font-size: 1.4583333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    font-size: 22px !important;
  }
}
@media (min-width: 1025px) {
  .heading--28 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .heading--28 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .heading--28 {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .heading--28 {
    line-height: 32px;
  }
}

@media (min-width: 1025px) {
  .paragraph--26 {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--26 {
    font-size: 1.3541666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--26 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--26 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--26 {
    line-height: 1.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--26 {
    line-height: 1.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--26 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--26 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--26 {
    letter-spacing: 0.0520833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--26 {
    letter-spacing: 0.0520833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--26 {
    letter-spacing: 1px;
  }
}
@media (max-width: 600px) {
  .paragraph--26 {
    letter-spacing: 1px;
  }
}
@media (min-width: 1025px) {
  .paragraph--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--24 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--24 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--24 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--24 {
    line-height: 1.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--24 {
    line-height: 1.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--24 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--24 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--22 {
    font-size: 1.1458333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--22 {
    line-height: 1.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--22 {
    line-height: 1.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--22 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--22 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    line-height: 1.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    line-height: 1.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--20 {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--20 {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--20 {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .paragraph--20 {
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--18 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--18 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--18 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--16 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--16 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--16 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--16 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--15 {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--15 {
    font-size: 0.78125vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--15 {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--15 {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--15 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--15 {
    line-height: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--15 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--15 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--14 {
    line-height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--14 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--14 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .paragraph--14 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .paragraph--12 {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--12 {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--12 {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .paragraph--12 {
    line-height: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .paragraph--12 {
    line-height: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .paragraph--12 {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .paragraph--12 {
    line-height: 20px;
  }
}

.font-color--black {
  color: #000000;
}
.font-color--white {
  color: #ffffff;
}
.font-color--ash {
  color: #575757;
}
.font-color--lightash {
  color: #3a3a3a;
}
.font-color--meroon {
  color: #5d2439;
}
.font-color--gold {
  color: #9e8c71;
}
.font-color--light-gray {
  color: #f0eeea;
}
.font-color--light-white {
  color: #f0eaec;
}
.font-color--whiteash {
  color: #afafaf;
}

.font-family--kumbh {
  font-family: "Nunito", sans-serif;
}
.font-family--BeaufortPro {
  font-family: "Cormorant Garamond", serif;
}

.font-weight--100 {
  font-weight: 100 !important;
}
.font-weight--300 {
  font-weight: 300 !important;
}
.font-weight--400 {
  font-weight: 400 !important;
}
.font-weight--500 {
  font-weight: 500 !important;
}
.font-weight--600 {
  font-weight: 600 !important;
}
.font-weight--700 {
  font-weight: 700 !important;
}

@media (min-width: 1025px) {
  .letter-space--84 {
    letter-spacing: 0.04375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--84 {
    letter-spacing: 0.04375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--84 {
    letter-spacing: 0.8px;
  }
}
@media (max-width: 600px) {
  .letter-space--84 {
    letter-spacing: 0.8px;
  }
}
@media (min-width: 1025px) {
  .letter-space--66 {
    letter-spacing: 0.034375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--66 {
    letter-spacing: 0.034375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--66 {
    letter-spacing: 0.6px;
  }
}
@media (max-width: 600px) {
  .letter-space--66 {
    letter-spacing: 0.6px;
  }
}
@media (min-width: 1025px) {
  .letter-space--44 {
    letter-spacing: 0.0229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--44 {
    letter-spacing: 0.0229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--44 {
    letter-spacing: 0.4px;
  }
}
@media (max-width: 600px) {
  .letter-space--44 {
    letter-spacing: 0.4px;
  }
}
@media (min-width: 1025px) {
  .letter-space--42 {
    letter-spacing: 0.021875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--42 {
    letter-spacing: 0.021875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--42 {
    letter-spacing: 0.4px;
  }
}
@media (max-width: 600px) {
  .letter-space--42 {
    letter-spacing: 0.4px;
  }
}
@media (min-width: 1025px) {
  .letter-space--32 {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--32 {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--32 {
    letter-spacing: 0.32px;
  }
}
@media (max-width: 600px) {
  .letter-space--32 {
    letter-spacing: 0.32px;
  }
}
@media (min-width: 1025px) {
  .letter-space--36 {
    letter-spacing: 0.01875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--36 {
    letter-spacing: 0.01875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--36 {
    letter-spacing: 0.32px;
  }
}
@media (max-width: 600px) {
  .letter-space--36 {
    letter-spacing: 0.32px;
  }
}
@media (min-width: 1025px) {
  .letter-space--8 {
    letter-spacing: 0.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--8 {
    letter-spacing: 0.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--8 {
    letter-spacing: 0.7px;
  }
}
@media (max-width: 600px) {
  .letter-space--8 {
    letter-spacing: 0.7px;
  }
}
@media (min-width: 1025px) {
  .letter-space--7 {
    letter-spacing: 0.0364583333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--7 {
    letter-spacing: 0.0364583333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--7 {
    letter-spacing: 0.7px;
  }
}
@media (max-width: 600px) {
  .letter-space--7 {
    letter-spacing: 0.7px;
  }
}
@media (min-width: 1025px) {
  .letter-space--4 {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .letter-space--4 {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .letter-space--4 {
    letter-spacing: 0.4px;
  }
}
@media (max-width: 600px) {
  .letter-space--4 {
    letter-spacing: 0.4px;
  }
}

.large,
.coverImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.font-color--white {
  transition: all 0.5s;
}
a.font-color--white:hover {
  transition: all 0.5s;
  color: #000000;
}

/****************************Font Styles END*********************************************/
/****************************padding*********************************************/
@media (min-width: 1025px) {
  .padding--100 {
    padding: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--100 {
    padding: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--100 {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .padding--100 {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .padding--70 {
    padding: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--70 {
    padding: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--70 {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .padding--70 {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .padding--75 {
    padding: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--75 {
    padding: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--75 {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .padding--75 {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .padding--40 {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--40 {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--40 {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .padding--40 {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .padding--35 {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--35 {
    padding: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--35 {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .padding--35 {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .padding--20 {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--20 {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--20 {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .padding--20 {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  .padding--10 {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding--10 {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding--10 {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .padding--10 {
    padding: 10px;
  }
}
.padding--0 {
  padding: 0 !important;
}

.padding-top--0 {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .padding-top--120 {
    padding-top: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--120 {
    padding-top: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--120 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--120 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--100 {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-top--80 {
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--80 {
    padding-top: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--80 {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .padding-top--80 {
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--70 {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--70 {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .padding-top--70 {
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--50 {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--50 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--40 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--40 {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--40 {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .padding-top--40 {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--30 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .padding-top--30 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--20 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--20 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--15 {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--15 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .padding-top--15 {
    padding-top: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-top--10 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-top--10 {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-top--10 {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .padding-top--10 {
    padding-top: 10px;
  }
}

.padding-bottom--0 {
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .padding-bottom--120 {
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--120 {
    padding-bottom: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--120 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--120 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--100 {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--80 {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--80 {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--80 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--80 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--70 {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--70 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--70 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--60 {
    padding-bottom: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--60 {
    padding-bottom: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--60 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--60 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--50 {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--50 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--40 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--40 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--40 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--40 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--30 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--30 {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--30 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--20 {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--20 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--20 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--15 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-bottom--10 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .padding-bottom--10 {
    padding-bottom: 10px;
  }
}

@media (min-width: 1025px) {
  .padding-left--5 {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--5 {
    padding-left: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--5 {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .padding-left--5 {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .padding-left--10 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--10 {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--10 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--10 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--15 {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--15 {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--15 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--15 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--20 {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--30 {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--30 {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--30 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--30 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--40 {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--40 {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--40 {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .padding-left--40 {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-left--50 {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--50 {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--50 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--50 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--80 {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--80 {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--80 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--80 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--70 {
    padding-left: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--70 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--70 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--100 {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--100 {
    padding-left: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--100 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--100 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--120 {
    padding-left: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--120 {
    padding-left: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--120 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--120 {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-left--215 {
    padding-left: 11.1979166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-left--215 {
    padding-left: 11.1979166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-left--215 {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .padding-left--215 {
    padding-left: 30px;
  }
}

@media (min-width: 1025px) {
  .padding-right--5 {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--5 {
    padding-right: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--5 {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .padding-right--5 {
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .padding-right--10 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--10 {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--10 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--10 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--20 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--20 {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--40 {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--40 {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--40 {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .padding-right--40 {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .padding-right--50 {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--50 {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--50 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--50 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--70 {
    padding-right: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--70 {
    padding-right: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--70 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--70 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--80 {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--80 {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--80 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--80 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--100 {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--100 {
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--100 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--100 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--150 {
    padding-right: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--150 {
    padding-right: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--150 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--150 {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .padding-right--215 {
    padding-right: 11.1979166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .padding-right--215 {
    padding-right: 11.1979166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .padding-right--215 {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .padding-right--215 {
    padding-right: 30px;
  }
}

@media (min-width: 1025px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-right--20 {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-right--20 {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .margin-right--20 {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-right--30 {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-right--30 {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-right--30 {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .margin-right--30 {
    margin-right: 10px;
  }
}

@media (min-width: 1025px) {
  .margin-left--20 {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-left--20 {
    margin-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-left--20 {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .margin-left--20 {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-left--30 {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-left--30 {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-left--30 {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .margin-left--30 {
    margin-left: 10px;
  }
}

@media (min-width: 1025px) {
  .margin-top--30 {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--30 {
    margin-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--30 {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .margin-top--30 {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .margin-top--50 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .margin-top--50 {
    margin-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .margin-top--50 {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .margin-top--50 {
    margin-top: 50px;
  }
}

/****************************padding END*********************************************/
/****************************bg color*********************************************/
.bg-color--black {
  background-color: #000000;
}
.bg-color--ash {
  background-color: #575757;
}
.bg-color--meroon {
  background-color: #5d2439;
}
.bg-color--white {
  background-color: #fff;
}
.bg-color--gold {
  background-color: #9e8c71;
}
.bg-color--light-gray {
  background-color: #f0eeea;
}
.bg-color--light-ash {
  background-color: #3a3a3a;
}
.bg-color--light-white {
  background-color: #f0eaec;
}
.bg-color--blue {
  background-color: #c4d7d9;
}
.bg-color--footerColor {
  background-color: #f2eeef;
}
.bg-color--light-pink {
  background-color: #e7dfe2;
}
.bg-color--whiteash {
  background-color: #afafaf;
}
.bg-color--hover-gray {
  background-color: #f9f9f9;
}
.bg-color--light-gold {
  background-color: #f8f7f2;
}
.bg-color--map-blue {
  background-color: #c4d9dd;
}
.bg-color--light-gold2 {
  background-color: #d8d1c6;
}

.border-gold {
  border-bottom: 1px solid #9e8c71;
}

.m-b-8 {
  margin-bottom: 0.8vw !important;
}

.m-t-8 {
  margin-top: 1.0416666667vw !important;
}

@media (min-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-slider,
  .three-item-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-slider,
  .three-item-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-slider .slide-item,
  .three-item-slider .slide-item {
    padding-right: 5px;
  }
}

@media (min-width: 1025px) {
  .four-item-grid {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid {
    margin-left: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    width: 25%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .four-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .four-item-grid .list-item {
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .three-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-left: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid {
    margin-right: -0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    width: 33.3%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .three-item-grid .list-item {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .three-item-grid .list-item {
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .two-item-grid {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid {
    margin-left: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid {
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid {
    margin-right: -1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid {
    margin-right: -10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-left: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) {
  .two-item-grid .list-item {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-item-grid .list-item {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .list-item {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .list-item {
    padding-bottom: 50px;
  }
}

.desktop_el {
  display: none !important;
}

.accordion-item {
  border: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  box-shadow: 0 !important;
}

.accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000000;
  font-family: "Nunito", sans-serif;
  border: 0;
  box-shadow: none !important;
}

.accordion-body {
  padding: 0;
}
@media (min-width: 1025px) {
  .accordion-body {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .accordion-body {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .accordion-body {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .accordion-body {
    padding-bottom: 20px;
  }
}
.accordion-body p {
  color: #575757;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .accordion-body p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .accordion-body p {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .accordion-body p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .accordion-body p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .accordion-body p {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body p {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body p {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .accordion-body p {
    letter-spacing: 0.3px;
  }
}
.accordion-body p a {
  color: #575757;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .accordion-body p a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body p a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body p a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .accordion-body p a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .accordion-body p a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body p a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body p a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .accordion-body p a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .accordion-body p a {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body p a {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body p a {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .accordion-body p a {
    letter-spacing: 0.3px;
  }
}
.accordion-body p a:hover {
  text-decoration: underline;
}
.accordion-body ul li {
  color: #575757;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .accordion-body ul li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body ul li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body ul li {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .accordion-body ul li {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .accordion-body ul li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body ul li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body ul li {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .accordion-body ul li {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .accordion-body ul li {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body ul li {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body ul li {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .accordion-body ul li {
    letter-spacing: 0.3px;
  }
}
.accordion-body ul li a {
  color: #575757;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .accordion-body ul li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body ul li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body ul li a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .accordion-body ul li a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .accordion-body ul li a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body ul li a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body ul li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .accordion-body ul li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .accordion-body ul li a {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-body ul li a {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-body ul li a {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .accordion-body ul li a {
    letter-spacing: 0.3px;
  }
}
.accordion-body ul li a:hover {
  text-decoration: underline;
}

.accordion-item:last-of-type {
  border: 0 !important;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: auto;
  content: "";
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/white-down.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
  filter: invert(1);
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1921px) {
  .accordion-button::after {
    width: 25px;
    height: 25px;
  }
}

.accordion-button {
  padding-left: 0 !important;
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  background-color: transparent !important;
}
@media (min-width: 1025px) {
  .accordion-button {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-button {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-button {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .accordion-button {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .accordion-button {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-button {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-button {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .accordion-button {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .accordion-button {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accordion-button {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion-button {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .accordion-button {
    padding-right: 30px;
  }
}

.accordion-button:not(.collapsed)::after {
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/white-down.png") !important;
  transform: rotate(-180deg);
  filter: brightness(0) saturate(100%) invert(39%) sepia(8%) saturate(620%) hue-rotate(169deg) brightness(92%) contrast(88%);
}

.page-template-T10-itenery-inner .bg-color--light-gold2 {
  background-color: #d8d1c6 !important;
}
.page-template-T10-itenery-inner .accordion-item {
  border: 0 !important;
}
.page-template-T10-itenery-inner .accordion-button {
  padding: 0 !important;
}
.page-template-T10-itenery-inner .accordion-button::after {
  right: 2%;
}

@media screen and (width: 1920px) and (height: 1080px) {
  .select2-container--open .select2-dropdown {
    top: 1.8229166667vw !important;
  }
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #9e8c71 !important;
}

input.gdpr_action.btn-primary {
  background-color: #5d2439;
  border: none;
  margin-top: 30px;
}

.select2-results__option {
  padding: 0.3125vw 0.78125vw !important;
}
@media screen and (max-width: 1025px) {
  .select2-results__option {
    padding: 6px 10px !important;
  }
}

.page-template-special-offer-inquiry-form li.select2-results__option.select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted,
.page-template-special-offer-inquiry-form li.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  display: none;
}
.page-template-special-offer-inquiry-form .select2-container--open .select2-dropdown {
  margin-top: 0 !important;
}

/* Allow native select dropdowns to function as intended */
select {
  appearance: menulist-button;
  -webkit-appearance: menulist-button;
  cursor: pointer;
  z-index: 1; /* ensure it's not overlapped */
}

/* Reset overlay styling that could interfere */
select,
select::-ms-expand {
  background: transparent;
}

select {
  -webkit-appearance: menulist-button !important;
  appearance: menulist-button !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

select {
  -webkit-touch-callout: default !important;
}

.form-group,
.dfb-form,
select {
  transform: none !important;
  overflow: visible !important;
}

/* Make Select2 dropdown scrollable on iOS and Mac Safari */
.select2-container--default .select2-results__options {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* smooth iOS scrolling */
}

/* Optional: prevent parent transform/overflow from breaking scroll */
.dfb-form,
.dfb-form * {
  transform: none !important;
  overflow: visible !important;
}

/****************************bg Color end*********************************************/
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap a {
    margin-left: 0px;
  }
}
@media (min-width: 1025px) {
  .btn-wrap a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .btn-wrap a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .btn-wrap a {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  .btn-wrap a {
    margin-right: 0px;
  }
}

@media screen and (max-width: 667px) {
  .error404 .btn-wrap a {
    margin-bottom: 15px !important;
  }
}

.sitemap-div a {
  text-decoration: none !important;
}
.sitemap-div a:hover {
  color: #000000 !important;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}
@media screen and (max-width: 991px) {
  .js-scroll {
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
  }
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.revealup {
  animation: animateup 0.5s ease-in-out both;
}

@keyframes animateup {
  0% {
    transform: translate3d(0px, 20px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.scrolled.revealleft {
  animation: animateleft 0.5s ease-in-out both;
}

.scrolled.moveleft {
  animation: moveleft 1s ease-in-out both;
}

.scrolled.moveright {
  animation: moveright 1s ease-in-out both;
}

.scrolled.movetop {
  animation: movetop 0.5s ease-in-out both;
}

.scrolled.movebottom {
  animation: movebottom 0.5s ease-in-out both;
}

@keyframes animateleft {
  0% {
    transform: translate3d(-100px, 0px, 0);
    opacity: 0;
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes moveleft {
  0% {
    transform: translate3d(-40px, 0px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes moveright {
  0% {
    transform: translate3d(40px, 0px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movetop {
  0% {
    transform: translate3d(0px, 40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes movebottom {
  0% {
    transform: translate3d(0px, -40px, 0);
    transition: all 0.3s;
  }
  100% {
    transition: all 0.3s;
    transform: translate3d(0, 0, 0);
  }
}
/* Initial state for reveal containers */
.reveal-left,
.reveal-right,
.reveal-top,
.reveal-bottom {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 100% 0 0); /* Default to reveal-left */
}

.reveal-top img,
.reveal-bottom img,
.reveal-left img,
.reveal-right img {
  transform: scale(1.3); /* Initial zoom-in scale */
}

/* Left side reveal */
.reveal-bottom.scrolled {
  animation: slideInBottomClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-bottom {
  clip-path: inset(0 0 100% 0); /* Fully clipped from the left initially */
}

/* Left side reveal */
.reveal-top.scrolled {
  animation: slideInTopClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-top {
  clip-path: inset(100% 0 0 0); /* Fully clipped from the left initially */
}

/* Left side reveal */
.reveal-left.scrolled {
  animation: slideInLeftClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-right {
  clip-path: inset(0 0 0 100%); /* Fully clipped from the left initially */
}

.reveal-right.scrolled {
  animation: slideInRightClip 1s forwards ease-out;
}

/* Image animation for both left and right sides when scrolled */
.reveal-left.scrolled img,
.reveal-right.scrolled img {
  animation: scaleAndSlideImage 1s forwards ease-out; /* Image animation starts after 1.5s delay */
}

/* Keyframes for left-to-right clip-path reveal */
@keyframes slideInLeftClip {
  from {
    clip-path: inset(0 100% 0 0); /* Fully clipped from the right */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for right-to-left clip-path reveal */
@keyframes slideInRightClip {
  from {
    clip-path: inset(0 0 0 100%); /* Fully clipped from the left */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
@keyframes slideInTopClip {
  from {
    clip-path: inset(100% 0 0 0); /* Fully clipped from the top */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
@keyframes slideInBottomClip {
  from {
    clip-path: inset(0 0 100% 0); /* Fully clipped from the bottom */
  }
  to {
    clip-path: inset(0 0 0 0); /* No clipping, fully revealed */
  }
}
/* Keyframes for image scale effect */
@keyframes scaleAndSlideImage {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.scroll-element {
  transition: transform 0.1s ease-out;
}

.imageRoom,
.image-wrap {
  overflow: hidden;
}
.imageRoom img,
.image-wrap img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5 ease-in-out;
  transition: 0.5s ease-in-out;
}
.imageRoom:hover img,
.image-wrap:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/****************************Nav Buttons END*********************************************/
.flatpickr-calendar.open {
  z-index: 5;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.moove-gdpr-cookie-notice-ugaescapes-inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moove-gdpr-cookie-notice-ugaescapes-inr img.img.img-responsive {
  width: 90px;
  padding: 10px;
  margin-right: 40px;
}
.moove-gdpr-cookie-notice-ugaescapes-inr .moove-gdpr-cookie-notice-ugaescapes-inr-row,
.moove-gdpr-cookie-notice-ugaescapes-inr .moove-gdpr-cookie-notice-ugaescapes-inr-row p {
  font-size: 0.8333333333vw !important;
  line-height: 1.4583333333vw !important;
}
@media screen and (max-width: 1025px) {
  .moove-gdpr-cookie-notice-ugaescapes-inr .moove-gdpr-cookie-notice-ugaescapes-inr-row,
  .moove-gdpr-cookie-notice-ugaescapes-inr .moove-gdpr-cookie-notice-ugaescapes-inr-row p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

.gdpr-infobar-overlay.show {
  position: fixed;
  display: block;
  content: "";
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

@media only screen and (max-width: 1025px) {
  .next-btn {
    border-radius: 30px;
  }
  .mobile-width-max {
    width: max-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .offer-slider {
    padding: 0;
  }
  .slick-slider {
    padding-bottom: 55px;
  }
  .slick-slider .slick-arrow {
    position: absolute;
    top: auto !important;
    bottom: 0;
  }
  .slick-slider .slick-prev {
    right: auto !important;
    left: calc(50% - 55px) !important;
  }
  .slick-slider .slick-next {
    left: auto !important;
    right: calc(50% - 55px) !important;
  }
  .slick-slider .tab-margin-left--10 {
    margin-left: 10px !important;
  }
  .slick-slider .tab-margin-right--10 {
    margin-left: 10px !important;
  }
  .mobile-display-flex.tab-display-flex {
    display: flex !important;
  }
  .desktop_tab_el {
    display: none !important;
  }
  .page-template-T07-location .moredetails {
    width: 200px !important;
  }
  .tab-visibility-hidden {
    visibility: hidden !important;
  }
  .tab-align-start {
    align-items: flex-start !important;
  }
  .tab-font-size--16 {
    font-size: 16px !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .tab-justify-between {
    justify-content: space-between;
  }
  .tab-justify-center {
    justify-content: center !important;
  }
  .tab-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .tab-width--35 {
    width: 40%;
  }
  .tab-width--50 {
    width: 50% !important;
  }
  .tab-width--80 {
    width: 80% !important;
    margin: auto;
  }
  .tab-padding-left--0 {
    padding-left: 0 !important;
  }
  .tab-padding-left--70 {
    padding-left: 70px !important;
  }
  .tab-padding-right--70 {
    padding-right: 70px !important;
  }
  .tab-justify-start {
    justify-content: flex-start !important;
  }
  .tab-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .tab-btn-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tab_el {
    display: none !important;
  }
  .tab-flex-column {
    flex-direction: column !important;
  }
  .tab-padding-top--50 {
    padding-top: 50px !important;
  }
  .tab-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .tab-margin-auto {
    margin: auto !important;
  }
  .tab-margin-top--50 {
    margin-top: 50px !important;
  }
  .tab-margin-top--30 {
    margin-top: 30px !important;
  }
  .tab-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .tab-text-center {
    text-align: center !important;
  }
  .tab-display-flex {
    display: flex;
  }
  .tab-display-between {
    justify-content: space-between !important;
  }
  .tab-display-center {
    justify-content: center !important;
  }
  .tab-display-start {
    justify-content: flex-start !important;
  }
  .tab-display-end {
    justify-content: flex-end !important;
  }
  .tab-width-auto {
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tab-padding-top--30 {
    padding-top: 30px !important;
  }
  .tab-padding-top--0 {
    padding-top: 0;
  }
  .tab-flex-wrap {
    flex-wrap: wrap !important;
  }
  .tab-padding-bottom--20 {
    padding-bottom: 20px !important;
  }
  .tab-padding-right--0 {
    padding-right: 0 !important;
  }
  .tab-flex-column-revers {
    flex-direction: column-reverse !important;
  }
  .tab-flex-row-revers {
    flex-direction: row-reverse !important;
  }
  .tab-flex-row {
    flex-direction: row !important;
  }
  .tab-column-count--2 {
    column-count: 2;
  }
  .tab-row-reverse {
    flex-direction: row-reverse !important;
  }
  .tab-padding-bottom--70 {
    padding-bottom: 70px !important;
  }
  .tab-padding-bottom--90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .mobile-width--100.tab-width--100 {
    width: 100%;
  }
  .width--30.ndate,
  .width--30.month,
  .width--30.year {
    width: 33% !important;
  }
  .tab-mobile-width--70 {
    width: 70% !important;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-visibility-hidden {
    visibility: hidden;
  }
  .mobile-width--100.tab-width--100 {
    width: 100%;
  }
  .tab-height--100 {
    height: 100px;
  }
  .mobile-font-size--16 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 667px) {
  .mobile-btn-center {
    margin-left: auto;
    margin-right: auto;
  }
  .next-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
  }
  .mobile-justify-center {
    justify-content: center !important;
  }
  .mobile-justify-content-start {
    justify-content: flex-start !important;
  }
  .three-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .four-item-grid .list-item:last-child {
    padding-bottom: 0 !important;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-flex-wrap {
    flex-wrap: wrap;
  }
  .mobile-nowrap {
    flex-wrap: nowrap !important;
  }
  .mobile-justify-center {
    justify-content: center !important;
  }
  .mobile-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
  .mobile-padding-top--0 {
    padding-top: 0 !important;
  }
  .mobile-padding-bottom--30 {
    padding-bottom: 30px !important;
  }
  .mobile-padding-top--50 {
    padding-top: 50px;
  }
  .mobile-padding-left--0 {
    padding-left: 0;
  }
  .mobile-padding-bottom--100 {
    padding-bottom: 150px !important;
  }
  .mobile-padding-bottom--50 {
    padding-bottom: 50px !important;
  }
  .mobile-padding--0 {
    padding: 0 !important;
  }
  .mobile-padding-top--30 {
    padding-top: 30px !important;
  }
  .mobile-padding-left--0 {
    padding-left: 0 !important;
  }
  .mobile-padding-right--0 {
    padding-right: 0 !important;
  }
  .mobile-padding-bottom--15 {
    padding-bottom: 15px !important;
  }
  .mobile-padding-top--20 {
    padding-top: 20px !important;
  }
  .mobile-padding-bottom--20 {
    padding-bottom: 20px !important;
  }
  .mobile-padding-bottom--70 {
    padding-bottom: 70px !important;
  }
  .mobile-padding-bottom--90 {
    padding-bottom: 100px !important;
  }
  .mobile-margin-top--50 {
    margin-top: 50px !important;
  }
  .mobile-margin-top--30 {
    margin-top: 30px !important;
  }
  .mobile-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mobile-margin-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-flex-column-revers {
    flex-direction: column-reverse;
  }
  .mobile-flex-row-revers {
    flex-direction: row-reverse;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .mobile_el {
    display: none !important;
  }
  .slick-slider {
    padding-bottom: 35px;
  }
  .mobile-align-items-start {
    align-items: flex-start !important;
  }
  .mobile-width--100 {
    width: 100% !important;
  }
  .mobile-column-count--1 {
    column-count: 1;
  }
  .mobile-row-revers {
    flex-direction: row-reverse !important;
  }
  .mobile-padding-top--5 {
    padding-top: 5px !important;
  }
  .mobile-d-flex {
    display: flex !important;
  }
}
.answer-pop {
  text-align: left !important;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.3s ease;
  z-index: 6;
  position: absolute;
  color: #fff;
  left: -30%;
  background: rgba(34, 34, 34, 0.9);
  backdrop-filter: blur(2px);
}
@media (min-width: 1025px) {
  .answer-pop {
    width: 30.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop {
    width: 30.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop {
    width: 340px;
  }
}
@media (max-width: 600px) {
  .answer-pop {
    width: 320px;
  }
}
@media (min-width: 1025px) {
  .answer-pop {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .answer-pop {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .answer-pop {
    bottom: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop {
    bottom: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop {
    bottom: 40px;
  }
}
@media (max-width: 600px) {
  .answer-pop {
    bottom: 40px;
  }
}
@media screen and (max-width: 667px) {
  .answer-pop {
    left: -25%;
  }
}
.answer-pop h3 {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .answer-pop h3 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop h3 {
    font-size: 1.25vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  .answer-pop h3 {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  .answer-pop h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop h3 {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop h3 {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .answer-pop h3 {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .answer-pop h3 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop h3 {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop h3 {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .answer-pop h3 {
    padding-bottom: 10px;
  }
}
.answer-pop p {
  font-family: "Nunito", sans-serif;
}
@media (min-width: 1025px) {
  .answer-pop p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop p {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .answer-pop p {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .answer-pop p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .answer-pop p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .answer-pop p {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop p {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop p {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .answer-pop p {
    padding-bottom: 10px;
  }
}
.answer-pop ul {
  list-style-type: none;
}
@media (min-width: 1025px) {
  .answer-pop ul {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop ul {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop ul {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .answer-pop ul {
    padding-bottom: 10px;
  }
}
.answer-pop ul li {
  font-family: "Nunito", sans-serif;
  position: relative;
}
@media (min-width: 1025px) {
  .answer-pop ul li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop ul li {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop ul li {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .answer-pop ul li {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .answer-pop ul li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop ul li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop ul li {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .answer-pop ul li {
    line-height: 28px;
  }
}
.answer-pop ul li::before {
  content: "";
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/dotline.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -1.5625vw;
  background-color: transparent;
  border-radius: 50%;
  background-size: 100% 100%;
}
@media (min-width: 1025px) {
  .answer-pop ul li::before {
    height: 0.6770833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop ul li::before {
    height: 0.6770833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop ul li::before {
    height: 13px;
  }
}
@media (max-width: 600px) {
  .answer-pop ul li::before {
    height: 13px;
  }
}
@media (min-width: 1025px) {
  .answer-pop ul li::before {
    width: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop ul li::before {
    width: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop ul li::before {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .answer-pop ul li::before {
    width: 10px;
  }
}
@media (min-width: 1025px) {
  .answer-pop ul li::before {
    top: 0.6770833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop ul li::before {
    top: 0.3645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop ul li::before {
    top: 8px;
  }
}
@media (max-width: 600px) {
  .answer-pop ul li::before {
    top: 8px;
  }
}
@media screen and (max-width: 667px) {
  .answer-pop ul li::before {
    left: -10% !important;
  }
}
.answer-pop h5 {
  font-family: "Nunito", sans-serif;
  text-transform: none;
}
@media (min-width: 1025px) {
  .answer-pop h5 {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop h5 {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop h5 {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .answer-pop h5 {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .answer-pop h5 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .answer-pop h5 {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .answer-pop h5 {
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .answer-pop h5 {
    line-height: 22px;
  }
}

.answer-pop.active-pop {
  clip-path: inset(0 0 0 0) !important;
}

.faq-pop:hover .answer-pop {
  clip-path: inset(0 0 0 0) !important;
}

@media screen and (max-width: 1025px) {
  .answer-pop {
    display: none;
  }
  .answer-pop.active {
    display: block;
    clip-path: inset(0 0 0 0) !important;
    bottom: 125%;
  }
}
@media (min-width: 1025px) {
  body#subsite-2 .fixedHeaderMenu .logoheader,
  body#subsite-4 .fixedHeaderMenu .logoheader {
    width: 8.0729166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  body#subsite-2 .fixedHeaderMenu .logoheader,
  body#subsite-4 .fixedHeaderMenu .logoheader {
    width: 8.0729166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  body#subsite-2 .fixedHeaderMenu .logoheader,
  body#subsite-4 .fixedHeaderMenu .logoheader {
    width: 110px;
  }
}
@media (max-width: 600px) {
  body#subsite-2 .fixedHeaderMenu .logoheader,
  body#subsite-4 .fixedHeaderMenu .logoheader {
    width: 110px;
  }
}
body#subsite-2 .fixedHeaderMenu .logoheader a,
body#subsite-4 .fixedHeaderMenu .logoheader a {
  height: 100%;
}
body#subsite-2 .fixedHeaderMenu .logoheader img,
body#subsite-4 .fixedHeaderMenu .logoheader img {
  object-fit: cover;
}
body#subsite-2 .font-color--gold,
body#subsite-4 .font-color--gold {
  color: #a7adbb !important;
}
body#subsite-2 .bg-color--light-white,
body#subsite-2 .bg-color--light-gray,
body#subsite-4 .bg-color--light-white,
body#subsite-4 .bg-color--light-gray {
  background-color: #edeff2 !important;
}
body#subsite-2 .moredetails,
body#subsite-2 .fixedHeaderMenu .BooknowBtn,
body#subsite-4 .moredetails,
body#subsite-4 .fixedHeaderMenu .BooknowBtn {
  border: 1px solid #a7adbb !important;
}
body#subsite-2 .moredetails:hover,
body#subsite-2 .fixedHeaderMenu .BooknowBtn:hover,
body#subsite-4 .moredetails:hover,
body#subsite-4 .fixedHeaderMenu .BooknowBtn:hover {
  color: #ffffff !important;
  border-color: #5d2439 !important;
}
body#subsite-2 .bg-color--gold,
body#subsite-4 .bg-color--gold {
  background-color: #4f5b67 !important;
}
body#subsite-2 .bg-color--map-blue,
body#subsite-4 .bg-color--map-blue {
  background-color: #74818b !important;
}
body#subsite-2 .bg-color--light-pink,
body#subsite-4 .bg-color--light-pink {
  background-color: #dee3e7 !important;
}
body#subsite-2 .bg-color--footerColor,
body#subsite-4 .bg-color--footerColor {
  background-color: #edeff2 !important;
}
body#subsite-2 section#footerSec .wrapperFooter .socialicons a:hover,
body#subsite-4 section#footerSec .wrapperFooter .socialicons a:hover {
  background-color: #4f5b67 !important;
  border: 1px solid #4f5b67 !important;
}
body#subsite-2 section#footerSec .newsletterFunction #customForm .inputzoho input,
body#subsite-4 section#footerSec .newsletterFunction #customForm .inputzoho input {
  border: 1px solid #c0c7cc !important;
}
@media screen and (max-width: 991px) {
  body#subsite-2 section#reviewsProp,
  body#subsite-4 section#reviewsProp {
    background-color: #edeff2 !important;
  }
}

@media (min-width: 1025px) {
  body#subsite-2 .fixedHeaderMenu .logoheader {
    width: 10.6770833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  body#subsite-2 .fixedHeaderMenu .logoheader {
    width: 10.6770833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  body#subsite-2 .fixedHeaderMenu .logoheader {
    width: 110px;
  }
}
@media (max-width: 600px) {
  body#subsite-2 .fixedHeaderMenu .logoheader {
    width: 110px;
  }
}
@media screen and (max-width: 667px) {
  body#subsite-2 .mobileLogo {
    width: max-content;
    height: 60px;
  }
}

header#header {
  position: absolute;
  z-index: 8;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  header#header {
    height: 7.8125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header {
    height: 7.8125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header {
    height: 100px;
  }
}
@media (max-width: 600px) {
  header#header {
    height: 80px;
  }
}
@media screen and (max-width: 1025px) {
  header#header {
    padding-top: 30px;
  }
  header#header.no-banners {
    padding-top: 0 !important;
  }
}
header#header .hamburg-menu .icon {
  filter: invert(1) brightness(2);
}
@media (min-width: 1025px) {
  header#header .hamburg-menu .icon {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hamburg-menu .icon {
    width: 1.8229166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hamburg-menu .icon {
    width: 50px;
  }
}
@media (max-width: 600px) {
  header#header .hamburg-menu .icon {
    width: 35px;
  }
}
@media (min-width: 1025px) {
  header#header .hamburg-menu .icon {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hamburg-menu .icon {
    height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hamburg-menu .icon {
    height: 30px;
  }
}
@media (max-width: 600px) {
  header#header .hamburg-menu .icon {
    height: 20px;
  }
}
@media screen and (max-width: 1025px) {
  header#header .hamburg-menu {
    width: 50px;
  }
}
header#header .logoheader {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  header#header .logoheader {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .logoheader {
    height: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .logoheader {
    height: 60px;
  }
}
@media (max-width: 600px) {
  header#header .logoheader {
    height: 60px;
  }
}
header#header .logoheader a {
  display: flex;
  height: 100%;
}
header#header .logoheader img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header#header .hederbooknow button#hotelDropdown {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  text-align: right;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  header#header .hederbooknow button#hotelDropdown {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow button#hotelDropdown {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow button#hotelDropdown {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow button#hotelDropdown {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow button#hotelDropdown {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow button#hotelDropdown {
    line-height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow button#hotelDropdown {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow button#hotelDropdown {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow button#hotelDropdown {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow button#hotelDropdown {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow button#hotelDropdown {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow button#hotelDropdown {
    letter-spacing: 0.3px;
  }
}
header#header .hederbooknow button#hotelDropdown::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  margin-left: 0.255em;
  vertical-align: middle;
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/white-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
header#header .hederbooknow .BooknowBtn.next-btn {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
header#header .hederbooknow .BooknowBtn.next-btn:hover {
  background-color: #5d2439;
  border: 1px solid #5d2439;
}
@media screen and (max-width: 1600px) and (min-width: 1025px) {
  header#header .hederbooknow .BooknowBtn.next-btn {
    padding: 0 !important;
    width: 130px !important;
  }
}
@media screen and (max-width: 1025px) {
  header#header .hederbooknow {
    width: 50px;
  }
}
header#header .hederbooknow ul.dropdown-menu.show {
  inset: 0px 0 auto auto !important;
  text-transform: uppercase;
  background-color: #9e8c71;
  padding: 0 !important;
}
header#header .hederbooknow ul.dropdown-menu.show li {
  border-bottom: 1px solid rgba(137, 117, 85, 0.5019607843);
}
header#header .hederbooknow ul.dropdown-menu.show li:hover {
  background-color: #897555;
}
header#header .hederbooknow ul.dropdown-menu.show li:hover a {
  color: #ffffff !important;
}
header#header .hederbooknow ul.dropdown-menu.show li a {
  color: #ffffff;
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li a {
    padding-bottom: 0;
  }
}
header#header .hederbooknow ul.dropdown-menu.show li .dropdown-item:focus,
header#header .hederbooknow ul.dropdown-menu.show li .dropdown-item:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}
header#header .hederbooknow ul.dropdown-menu.show li.activestatus {
  background-color: #5d2439;
}
header#header .hederbooknow ul.dropdown-menu.show li.activestatus a {
  color: #ffffff !important;
}
header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
  background-color: #7e705a;
  color: #ffffff;
  font-weight: 700;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    letter-spacing: 0.1692708333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    letter-spacing: 0.1692708333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  header#header .hederbooknow ul.dropdown-menu.show li.ugaexperience {
    padding-right: 0;
  }
}

.fixedHeaderMenu {
  transition: all 0.5s;
  display: none;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1025px) {
  .fixedHeaderMenu {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu {
    padding-bottom: 10px;
  }
}
.fixedHeaderMenu.header-scrolled {
  z-index: 8;
  transition: all 0.5s;
  position: fixed;
  display: flex;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu.header-scrolled {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu.header-scrolled {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu.header-scrolled {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu.header-scrolled {
    height: 60px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .logoheader {
    height: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .logoheader {
    height: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .logoheader {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .logoheader {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .logoheader {
    width: 5.9895833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .logoheader {
    width: 5.9895833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .logoheader {
    width: 80px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .logoheader {
    width: 80px;
  }
}
.fixedHeaderMenu .logoheader img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding-left: 0 !important;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu {
    padding-right: 15px;
  }
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
  align-items: center;
  display: flex;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-right: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li {
    height: 60px;
  }
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a {
    letter-spacing: 0.5px;
  }
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li a:hover {
  color: #9e8c71;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li.current_page_item > a {
  color: #9e8c71;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li.current-page-ancestor > a {
  color: #9e8c71;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu > li.current-menu-parent > a {
  color: #9e8c71;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-164 > a,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-1056 > a,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-583 > a,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-758 > a,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-470 > a,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-471 > a,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-489 > a,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-1097 > a {
  position: relative;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-164 > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-1056 > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-583 > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-758 > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-470 > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-471 > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-489 > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-1097 > a::after {
  content: "";
  background-image: url(https://ugaresorts.eme-devops.com/2025/11/dots.png);
  position: absolute;
  width: 1.0416666667vw;
  height: 0.2604166667vw;
  background-repeat: no-repeat;
  top: 0.7vw !important;
  margin-left: 0.2604166667vw !important;
  filter: brightness(0) saturate(100%);
  background-size: contain;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-164 > a:hover::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-1056 > a:hover::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-583 > a:hover::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-758 > a:hover::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-470 > a:hover::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-471 > a:hover::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-489 > a:hover::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-1097 > a:hover::after {
  content: "";
  filter: none;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-164.current-menu-parent > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-1056.current-menu-parent > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-583.current-menu-parent > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-758.current-menu-parent > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-470.current-menu-parent > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-471.current-menu-parent > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-489.current-menu-parent > a::after,
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li#menu-item-1097.current-menu-parent > a::after {
  content: "";
  filter: none;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children {
  position: relative;
  padding-right: 1.5625vw;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children > a {
  position: relative;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children > a::after {
  content: "";
  background-image: url(https://ugaresorts.eme-devops.com/2025/11/gold-down.png);
  position: absolute;
  width: 0.6770833333vw;
  height: 0.8854166667vw;
  background-repeat: no-repeat;
  top: 0.7vw !important;
  margin-left: 0.2604166667vw !important;
  filter: brightness(0) saturate(100%);
  background-size: contain;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children > a:hover::after {
  content: "";
  filter: none;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children .menu-item-wrapper .icon {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children .menu-item-wrapper .icon {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children .menu-item-wrapper .icon {
    width: 0;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children .menu-item-wrapper .icon {
    width: 0;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children .menu-item-wrapper .icon {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children .menu-item-wrapper .icon {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children .menu-item-wrapper .icon {
    height: 0;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children .menu-item-wrapper .icon {
    height: 0;
  }
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children.current_page_item > a::after {
  content: "";
  filter: none;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu {
  list-style-type: none;
  flex-direction: column;
  top: 4vw;
  position: absolute;
  background-color: #9e8c71;
  padding: 0;
  text-align: left;
  align-items: flex-start !important;
  visibility: hidden;
  width: max-content;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
  width: 100%;
  height: auto;
  text-align: left !important;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li {
    padding-right: 10px;
  }
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
  color: #ffffff !important;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  display: flex;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    letter-spacing: 0.0166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li a {
    letter-spacing: 0.5px;
  }
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li:hover {
  background-color: #897555;
}
.fixedHeaderMenu .fixedmenubar ul#menu-fixed-menu li.menu-item-has-children ul.sub-menu li.current_page_item {
  background-color: #5d2439;
}
.fixedHeaderMenu .BooknowBtn {
  border: 1px solid #9e8c71;
  background-color: transparent;
  color: #000000;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    letter-spacing: 0.046875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .BooknowBtn {
    letter-spacing: 0.046875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .BooknowBtn {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 600px) {
  .fixedHeaderMenu .BooknowBtn {
    letter-spacing: 0.5px;
  }
}
.fixedHeaderMenu .BooknowBtn:hover {
  background-color: #5d2439;
  transition: all 0.5s;
  color: #ffffff;
  border: 1px solid #5d2439;
}
@media screen and (max-width: 1025px) and (min-width: 1025px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    width: 1.8229166667vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    width: 50px;
  }
}
@media screen and (max-width: 1025px) and (max-width: 600px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    width: 35px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1025px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    height: 1.5625vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    height: 1.4583333333vw;
  }
}
@media screen and (max-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    height: 30px;
  }
}
@media screen and (max-width: 1025px) and (max-width: 600px) {
  .fixedHeaderMenu .mobile-hamburger .icon {
    height: 20px;
  }
}
@media screen and (max-width: 1025px) and (max-width: 1025px) {
  .fixedHeaderMenu .mobile-hamburger {
    width: 50px;
  }
}

button#hotelDropdown::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  margin-left: 0.255em;
  vertical-align: middle;
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/white-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}

.widget-trigger .btn-close-btn {
  display: none;
}

.widget-trigger.show .btn-next {
  display: none;
}
.widget-trigger.show .btn-close-btn {
  display: block;
}

div#offcanvasMenu {
  background-color: #9e8c71;
}
@media (min-width: 1025px) {
  div#offcanvasMenu {
    width: 21%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu {
    width: 21%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu {
    width: 60%;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-header {
    padding-top: 30px;
  }
}
div#offcanvasMenu .offcanvas-header svg.icon {
  cursor: pointer;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-header svg.icon {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-header svg.icon {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-header svg.icon {
    width: 40px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-header svg.icon {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-header svg.icon {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-header svg.icon {
    height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-header svg.icon {
    height: 25px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-header svg.icon {
    height: 25px;
  }
}
div#offcanvasMenu .offcanvas-body {
  padding: 0 !important;
}
div#offcanvasMenu .offcanvas-body hr {
  margin: 0 2vw !important;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body hr {
    margin: 0 30px !important;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu {
  list-style-type: none;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu {
    padding-bottom: 20px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li {
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.active {
    background-color: #897555;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover > a {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover > a {
    padding-left: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover > a {
    padding-left: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover > a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover > a {
    padding-left: 30px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover ul.submenu {
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover ul.submenu li a {
  background-color: transparent;
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover ul.submenu li {
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover ul.submenu li:hover > a {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover ul.submenu li:hover > a {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover ul.submenu li:hover > a {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover ul.submenu li:hover > a {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover ul.submenu li:hover > a {
    padding-left: 10px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover ul.submenu li.active {
  background-color: #897555;
  border: 0 !important;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li:hover .has-submenu.active > a {
  background-color: transparent;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu.active > a,
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu.active .toggle-btn-slide {
  background-color: #897555;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
  color: #000000;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    width: 80%;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    width: 80%;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    font-size: 20px !important;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    letter-spacing: 0.03125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    letter-spacing: 0.03125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    letter-spacing: 0.4px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    letter-spacing: 0.4px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    padding-left: 30px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a:hover {
  color: #000000 !important;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li a {
    font-weight: 600;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu {
    flex-wrap: wrap;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide {
    width: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide {
    width: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide {
    width: 20px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide {
    height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide {
    height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide {
    height: 20px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide {
    height: 20px;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide {
    width: 20%;
    height: 50px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(https://ugaresorts.eme-devops.com/2025/11/next_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 1.0416666667vw;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide::after {
    transform: rotate(90deg);
    transition: all 0.3s;
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu .toggle-btn-slide.active::after {
    transform: rotate(270deg);
    transition: all 0.3s;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu {
  list-style: none;
  margin: 0;
  list-style-type: none;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu {
    clip-path: inset(0 100% 0 0);
    position: fixed;
    right: 49.04%;
    left: auto;
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    background-color: rgba(240, 238, 234, 0.85) !important;
    width: 30%;
    justify-content: flex-start !important;
    transition: clip-path 0.5s ease, width 0.5s ease;
    padding: 0;
    top: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu {
    padding-top: 6.5104166667vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu {
    padding-top: 6.5104166667vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu {
    padding-top: 0;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu {
    padding-left: 0 !important;
  }
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu.show {
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    position: relative;
    width: 100%;
    height: auto !important;
    box-shadow: none;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li {
    padding: 0 30px 0 50px !important;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(164, 164, 164, 0.5019607843);
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    width: 90%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    width: 100%;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    padding: 10px 0 !important;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    border-bottom: 0 !important;
    font-weight: 600 !important;
  }
}
@media screen and (max-width: 410px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu ul.submenu li a {
    padding: 10px 0 !important;
    line-height: 25px !important;
  }
}
@media screen and (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li.has-submenu:hover ul.submenu {
    clip-path: inset(0 0 0 0);
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li#menu-item-2248 a {
  border-bottom: 0 !important;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li#menu-item-2383 {
  background-color: #c1bab1;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li#menu-item-2383 {
    background-color: transparent !important;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li#menu-item-2383 a {
  border-bottom: 0 !important;
  font-weight: 600;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li#menu-item-2383 a {
    letter-spacing: 0.1119791667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li#menu-item-2383 a {
    letter-spacing: 0.1119791667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li#menu-item-2383 a {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li#menu-item-2383 a {
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-main-menu li#menu-item-2383 a {
    font-weight: 700 !important;
    text-decoration: underline !important;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu {
  padding: 0;
  column-count: 2;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu {
    padding-bottom: 20px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li {
  list-style-type: none;
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover > a {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover > a {
    padding-left: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover > a {
    padding-left: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover > a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover > a {
    padding-left: 30px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover ul.submenu {
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover ul.submenu li a {
  background-color: transparent;
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover ul.submenu li {
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover ul.submenu li:hover > a {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover ul.submenu li:hover > a {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover ul.submenu li:hover > a {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover ul.submenu li:hover > a {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover ul.submenu li:hover > a {
    padding-left: 10px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover ul.submenu li.active {
  background-color: #897555;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li:hover .has-submenu.active > a {
  background-color: transparent;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li.has-submenu.active > a,
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li.has-submenu.active .toggle-btn-slide {
  background-color: #897555;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
  color: #000000 !important;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  width: 90%;
  transition: all 0.3s;
  padding-right: 0;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li a {
    padding-left: 30px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu li.current_page_item a {
  color: #ffffff !important;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu {
    flex-wrap: wrap;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu .toggle-btn-slide {
  position: relative;
  cursor: pointer;
  width: 0.78125vw;
  height: 0.78125vw;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu .toggle-btn-slide {
    width: 10%;
    height: 50px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu .toggle-btn-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.09375vw;
  background-image: url(https://ugaresorts.eme-devops.com/2025/11/next_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu .toggle-btn-slide::after {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu .toggle-btn-slide.active::after {
    transform: rotate(270deg);
    transition: all 0.3s;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu {
  list-style: none;
  margin: 0;
  list-style-type: none;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu {
    clip-path: inset(0 100% 0 0);
    position: fixed;
    right: 56.2%;
    left: auto;
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    background-color: rgba(158, 140, 113, 0.9019607843) !important;
    width: 23%;
    justify-content: flex-start !important;
    transition: clip-path 0.5s ease, width 0.5s ease;
    padding: 0;
    top: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu {
    padding-top: 6.5104166667vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu {
    padding-top: 6.5104166667vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu {
    padding-top: 0;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu {
    padding: 0 30px 30px 50px !important;
  }
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu.show {
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    position: relative;
    width: 100%;
    height: auto !important;
    padding: 0 30px 30px 50px !important;
    box-shadow: none;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid #a4a4a4;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    margin-left: 15px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    margin-right: 15px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    padding: 5px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    width: 100%;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu ul.submenu li a {
    width: 100%;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-second-menu.has-submenu:hover ul.submenu {
  clip-path: inset(0 0 0 0);
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu {
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu {
    padding-bottom: 20px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li {
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover > a {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover > a {
    padding-left: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover > a {
    padding-left: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover > a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover > a {
    padding-left: 30px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover ul.submenu {
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover ul.submenu li a {
  background-color: transparent;
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover ul.submenu li {
  transition: all 0.3s;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover ul.submenu li:hover > a {
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover ul.submenu li:hover > a {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover ul.submenu li:hover > a {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover ul.submenu li:hover > a {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover ul.submenu li:hover > a {
    padding-left: 10px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover ul.submenu li.active {
  background-color: #897555;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li:hover .has-submenu.active > a {
  background-color: transparent;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu.active > a,
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu.active .toggle-btn-slide {
  background-color: #897555;
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
  color: #000000 !important;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  width: 90%;
  transition: all 0.3s;
  padding-right: 0;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-top: 5px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li a {
    padding-left: 30px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu {
    flex-wrap: wrap;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu .toggle-btn-slide {
  position: relative;
  cursor: pointer;
  width: 0.78125vw;
  height: 0.78125vw;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu .toggle-btn-slide {
    width: 10%;
    height: 50px;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu .toggle-btn-slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.09375vw;
  background-image: url(https://ugaresorts.eme-devops.com/2025/11/next_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu .toggle-btn-slide::after {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu .toggle-btn-slide.active::after {
    transform: rotate(270deg);
    transition: all 0.3s;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu {
  list-style: none;
  margin: 0;
  list-style-type: none;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu {
    clip-path: inset(0 100% 0 0);
    position: fixed;
    right: 56.2%;
    left: auto;
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    background-color: rgba(158, 140, 113, 0.9019607843) !important;
    width: 23%;
    justify-content: flex-start !important;
    transition: clip-path 0.5s ease, width 0.5s ease;
    padding: 0;
    top: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu {
    padding-top: 6.5104166667vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu {
    padding-top: 6.5104166667vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu {
    padding-top: 0;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu {
    padding: 0 30px 30px 50px !important;
  }
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu.show {
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    position: relative;
    width: 100%;
    height: auto !important;
    padding: 0 30px 30px 50px !important;
    box-shadow: none;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid #a4a4a4;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    margin-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    margin-left: 15px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    margin-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    margin-right: 15px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    padding: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    padding: 5px;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    width: 85%;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    width: 100%;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu ul.submenu li a {
    width: 100%;
  }
}
div#offcanvasMenu .offcanvas-body ul#menu-hamburger-third-menu li.has-submenu:hover ul.submenu {
  clip-path: inset(0 0 0 0);
}
div#offcanvasMenu .offcanvas-body .propertymobDropdown button {
  background-color: transparent;
  border: 0 !important;
  text-align: left;
  width: 100%;
  margin: 0 20px !important;
  border-bottom: 1px solid #000 !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  color: #000000 !important;
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body .propertymobDropdown button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body .propertymobDropdown button {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body .propertymobDropdown button {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body .propertymobDropdown button {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  div#offcanvasMenu .offcanvas-body .propertymobDropdown button {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  div#offcanvasMenu .offcanvas-body .propertymobDropdown button {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body .propertymobDropdown button {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  div#offcanvasMenu .offcanvas-body .propertymobDropdown button {
    line-height: 28px;
  }
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body .propertymobDropdown button {
    margin: 0 10px !important;
    position: relative;
  }
}
div#offcanvasMenu .offcanvas-body .propertymobDropdown .dropdown-toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(https://ugaresorts.eme-devops.com/2025/11/next_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 1.09375vw;
}
@media screen and (max-width: 1025px) {
  div#offcanvasMenu .offcanvas-body .propertymobDropdown .dropdown-toggle::after {
    border: 0 !important;
    width: 20px;
    height: 30px;
    left: auto;
    transform: rotate(90deg);
    transition: all 0.3s;
  }
}
div#offcanvasMenu .offcanvas-body .propertymobDropdown ul.dropdownpropList li:hover {
  background-color: #9e8c71;
}
div#offcanvasMenu .offcanvas-body .propertymobDropdown ul.dropdownpropList li:hover a {
  color: #ffffff;
}
div#offcanvasMenu .offcanvas-body .propertymobDropdown ul.dropdownpropList li.activestatus {
  background-color: #5d2439;
}
div#offcanvasMenu .offcanvas-body .propertymobDropdown ul.dropdownpropList li.activestatus a {
  color: #ffffff;
}

.reservationMenuFixMobile {
  position: fixed;
  z-index: 8;
  bottom: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .reservationMenuFixMobile {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .reservationMenuFixMobile {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .reservationMenuFixMobile {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .reservationMenuFixMobile {
    height: 50px;
  }
}
.reservationMenuFixMobile .reserveBtnMobile {
  width: 100%;
}
.reservationMenuFixMobile .reserveBtnMobile .BooknowBtn {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #5d2439;
  border: #5d2439;
  color: #ffffff;
}
@media screen and (max-width: 1025px) {
  .reservationMenuFixMobile .reserveBtnMobile .BooknowBtn .btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    width: max-content;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 0.7px;
  }
}

body#subsite-10 #header a.hover-white {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
body#subsite-10 #header a.hover-white:hover {
  color: #ffffff !important;
  border: 1px solid transparent !important;
}
body#subsite-10 header#header.no-banners a.hover-white {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
body#subsite-10 header#header.no-banners a.hover-white:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
body#subsite-10 .fixedhederbooknow a.hover-white {
  color: #000000;
  border: 1px solid #9e8c71;
}
body#subsite-10 .fixedhederbooknow a.hover-white:hover {
  color: #ffffff !important;
  border: 1px solid #5d2439;
}
body#subsite-10 .reservationMenuFixMobile .reserveBtnMobile a {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #5d2439;
  border: #5d2439;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-pop {
  position: fixed;
  background: #fff;
  z-index: 99;
  box-shadow: 2px 3px 7px 3px rgba(0, 0, 0, 0.14);
  opacity: 0;
  transform: scale(0.98, 0.98);
  transition: all 0.25s ease;
  display: block;
}
@media (min-width: 1025px) {
  .side-pop {
    width: 17.1875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop {
    width: 17.1875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .side-pop {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .side-pop {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop {
    bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop {
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  .side-pop {
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .side-pop {
    right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop {
    right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .side-pop {
    right: 20px;
  }
}
.side-pop .inner {
  position: relative;
}
@media (min-width: 1025px) {
  .side-pop .inner {
    padding-top: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop .inner {
    padding-top: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop .inner {
    padding-top: 45px;
  }
}
@media (max-width: 600px) {
  .side-pop .inner {
    padding-top: 45px;
  }
}
@media (min-width: 1025px) {
  .side-pop .inner {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop .inner {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop .inner {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .side-pop .inner {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .side-pop .inner {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop .inner {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop .inner {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .side-pop .inner {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .side-pop .inner {
    padding-bottom: 3.3854166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop .inner {
    padding-bottom: 3.3854166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop .inner {
    padding-bottom: 65px;
  }
}
@media (max-width: 600px) {
  .side-pop .inner {
    padding-bottom: 65px;
  }
}
.side-pop .close-round {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #b2b2b2;
  border-radius: 50%;
  padding: 0.1041666667vw 0.625vw;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .side-pop .close-round {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop .close-round {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop .close-round {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .side-pop .close-round {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .side-pop .close-round {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop .close-round {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop .close-round {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .side-pop .close-round {
    height: 30px;
  }
}
.side-pop .close-round:before {
  content: "x";
  color: #fff;
  font-size: 17px;
  line-height: 1;
}
.side-pop .close-btn {
  padding: 0.15625vw 0.5729166667vw;
  position: absolute;
  bottom: 1.0416666667vw;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  z-index: unset;
  background: #5d2439;
  line-height: 1;
  padding: 0.5729166667vw 0.2604166667vw;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .side-pop .close-btn {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop .close-btn {
    width: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop .close-btn {
    width: 80px;
  }
}
@media (max-width: 600px) {
  .side-pop .close-btn {
    width: 80px;
  }
}
@media (min-width: 1025px) {
  .side-pop .close-btn {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop .close-btn {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop .close-btn {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .side-pop .close-btn {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .side-pop .close-btn {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop .close-btn {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop .close-btn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .side-pop .close-btn {
    font-size: 14px !important;
  }
}
.side-pop p {
  color: #000000;
}
@media (min-width: 1025px) {
  .side-pop p {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop p {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .side-pop p {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .side-pop p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .side-pop p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .side-pop p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .side-pop p {
    line-height: 28px;
  }
}

@media (min-width: 1025px) {
  body#subsite-2 header#header .logoheader,
  body#subsite-4 header#header .logoheader {
    height: 4.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  body#subsite-2 header#header .logoheader,
  body#subsite-4 header#header .logoheader {
    height: 4.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  body#subsite-2 header#header .logoheader,
  body#subsite-4 header#header .logoheader {
    height: 70px;
  }
}
@media (max-width: 600px) {
  body#subsite-2 header#header .logoheader,
  body#subsite-4 header#header .logoheader {
    height: 60px;
  }
}

@media only screen and (min-width: 1600px) {
  .side-pop {
    margin-right: calc((100% - 1600px) / 2);
  }
}
.side-pop.popit {
  transform: scale(1.02, 1.02);
  display: none;
}

@media only screen and (max-width: 1025px) {
  .mobileLogo {
    height: 60px;
  }
  #subsite-1 .propertymobDropdown {
    display: none !important;
  }
}
@media screen and (max-width: 1025px) and (min-width: 667px) {
  section#footerSec {
    flex-direction: column;
  }
}
@media screen and (max-width: 1025px) {
  section#footerSec {
    padding-bottom: 50px !important;
  }
}
section#footerSec .propertyFooterlogo {
  left: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1025px) {
  section#footerSec .propertyFooterlogo {
    top: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .propertyFooterlogo {
    top: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .propertyFooterlogo {
    top: 0;
  }
}
@media (max-width: 600px) {
  section#footerSec .propertyFooterlogo {
    top: 0;
  }
}
@media (min-width: 1025px) {
  section#footerSec .propertyFooterlogo img {
    height: 6.7708333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .propertyFooterlogo img {
    height: 6.7708333333vw;
  }
}
section#footerSec .propertyFooterlogo ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  section#footerSec .propertyFooterlogo ul {
    column-count: 3;
  }
}
@media (min-width: 1025px) {
  section#footerSec .propertyFooterlogo ul {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .propertyFooterlogo ul {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .propertyFooterlogo ul {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  section#footerSec .propertyFooterlogo ul {
    padding-top: 30px;
  }
}
section#footerSec .propertyFooterlogo ul li a {
  color: #ffffff;
}
section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 1025px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    letter-spacing: 0.15625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    letter-spacing: 0.15625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 600px) {
  section#footerSec .propertyFooterlogo li.ugaexperiencefooter {
    letter-spacing: 0.5px;
  }
}
section#footerSec .leftFooterImg {
  object-fit: cover;
}
@media screen and (max-width: 1025px) and (min-width: 667px) {
  section#footerSec .leftFooterImg {
    height: 250px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 667px) {
  section#footerSec .wrapperFooter {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 667px) {
  section#footerSec .wrapperFooter .footermainmenu {
    padding-bottom: 30px;
    width: 25% !important;
  }
}
section#footerSec .wrapperFooter .footermainmenu ul {
  list-style-type: none;
  padding: 0 !important;
}
@media screen and (max-width: 667px) {
  section#footerSec .wrapperFooter .footermainmenu ul {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .footermainmenu ul li {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .footermainmenu ul li {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .footermainmenu ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .footermainmenu ul li {
    padding-bottom: 10px;
  }
}
section#footerSec .wrapperFooter .footermainmenu ul li a {
  color: #000000;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    font-size: 1.5625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    font-size: 18px !important;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    line-height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    letter-spacing: 0.03125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    letter-spacing: 0.03125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    letter-spacing: 0.36px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    letter-spacing: 0.36px;
  }
}
@media screen and (max-width: 667px) {
  section#footerSec .wrapperFooter .footermainmenu ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section#footerSec .wrapperFooter .footermainmenu ul li.current_page_item a {
  color: #9e8c71;
}
section#footerSec .wrapperFooter .footermainmenu ul li.current-page-ancestor a {
  color: #9e8c71;
}
section#footerSec .wrapperFooter .footermainmenu ul li.current-menu-item a {
  color: #9e8c71;
}
@media screen and (max-width: 1025px) and (min-width: 667px) {
  section#footerSec .wrapperFooter .footersecondmenu {
    padding-bottom: 30px;
    width: 25% !important;
  }
}
section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu {
  list-style-type: none;
  padding: 0 !important;
}
@media screen and (max-width: 667px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li {
    padding-bottom: 10px;
  }
}
section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    letter-spacing: 0.01875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    letter-spacing: 0.01875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 667px) {
  section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li.current_page_item a {
  color: #9e8c71;
}
section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li.current-page-ancestor a {
  color: #9e8c71;
}
section#footerSec .wrapperFooter .footersecondmenu ul#menu-footer-second-menu li.current-menu-item a {
  color: #9e8c71;
}
@media screen and (max-width: 1025px) and (min-width: 667px) {
  section#footerSec .wrapperFooter .contactdetails {
    width: 40% !important;
  }
}
section#footerSec .wrapperFooter .contactdetails .address {
  color: #3a3a3a;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    letter-spacing: 0.01875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    letter-spacing: 0.01875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .contactdetails .address {
    letter-spacing: 0.3px;
  }
}
section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
  color: #3a3a3a;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    letter-spacing: 0.01875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    letter-spacing: 0.01875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a a {
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .contactnumbers-a span {
    padding: 0 10px !important;
  }
}
section#footerSec .wrapperFooter .contactdetails .contactnumbers-a span:last-child {
  display: none;
}
section#footerSec .wrapperFooter .contactdetails .emailfoter a {
  color: #3a3a3a;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    letter-spacing: 0.01875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    letter-spacing: 0.01875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .contactdetails .emailfoter a {
    letter-spacing: 0.3px;
  }
}
section#footerSec .wrapperFooter .socialicons a {
  display: flex;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .socialicons a {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .socialicons a {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .socialicons a {
    width: 40px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .socialicons a {
    width: 50px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .socialicons a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .socialicons a {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .socialicons a {
    height: 40px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .socialicons a {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .wrapperFooter .socialicons a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .wrapperFooter .socialicons a {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .wrapperFooter .socialicons a {
    margin-right: 10px;
  }
}
@media (max-width: 600px) {
  section#footerSec .wrapperFooter .socialicons a {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1921px) {
  section#footerSec .wrapperFooter .socialicons a svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1400px) and (min-width: 667px) {
  section#footerSec .wrapperFooter .socialicons a svg {
    width: 15px;
    height: 15px;
  }
}
section#footerSec .wrapperFooter .socialicons a:hover {
  background-color: #9e8c71;
  border: 1px solid #9e8c71;
  transition: all 0.5s;
}
section#footerSec .wrapperFooter .socialicons a:hover path {
  fill: #ffffff;
  transition: all 0.5s;
}
section#footerSec .bottomFooter ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 !important;
}
@media (min-width: 1025px) {
  section#footerSec .bottomFooter ul {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .bottomFooter ul {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .bottomFooter ul {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  section#footerSec .bottomFooter ul {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1025px) {
  section#footerSec .bottomFooter ul {
    justify-content: center !important;
    flex-wrap: wrap !important;
    width: 100%;
  }
}
section#footerSec .bottomFooter ul li {
  position: relative;
}
section#footerSec .bottomFooter ul li a {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 1025px) {
  section#footerSec .bottomFooter ul li a {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .bottomFooter ul li a {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .bottomFooter ul li a {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  section#footerSec .bottomFooter ul li a {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  section#footerSec .bottomFooter ul li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .bottomFooter ul li a {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .bottomFooter ul li a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  section#footerSec .bottomFooter ul li a {
    line-height: 28px;
  }
}
section#footerSec .bottomFooter ul li a::after {
  content: "|";
}
@media (min-width: 1025px) {
  section#footerSec .bottomFooter ul li a::after {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .bottomFooter ul li a::after {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .bottomFooter ul li a::after {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  section#footerSec .bottomFooter ul li a::after {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .bottomFooter ul li a::after {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .bottomFooter ul li a::after {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .bottomFooter ul li a::after {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  section#footerSec .bottomFooter ul li a::after {
    padding-right: 5px;
  }
}
section#footerSec .bottomFooter ul li:last-child a::after {
  display: none;
  content: " ";
}
section#footerSec .scroltopIcon {
  position: absolute;
  right: 2%;
  top: 35%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
section#footerSec .scroltopIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section#footerSec .scroltopIcon:hover {
  cursor: pointer;
  transform: scale(1.1);
  opacity: 0.8;
}
@media screen and (max-width: 1025px) {
  section#footerSec .scroltopIcon {
    top: 35%;
  }
}
@media screen and (max-width: 991px) {
  section#footerSec .scroltopIcon {
    top: 40%;
  }
}
@media screen and (max-width: 667px) {
  section#footerSec .scroltopIcon {
    right: 4%;
    top: 30%;
  }
}
@media screen and (min-width: 1921px) {
  section#footerSec .scroltopIcon {
    width: 100px;
    height: 100px;
  }
}
section#footerSec .newsletterFunction #customForm form#zcampaignOptinForm {
  display: block;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  section#footerSec .newsletterFunction #customForm form#zcampaignOptinForm {
    flex-wrap: wrap;
  }
}
section#footerSec .newsletterFunction #customForm p {
  display: inline;
}
@media (min-width: 1025px) {
  section#footerSec .newsletterFunction #customForm .inputzoho {
    width: 15.1041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .newsletterFunction #customForm .inputzoho {
    width: 13.5416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .newsletterFunction #customForm .inputzoho {
    width: 375px;
  }
}
@media (max-width: 600px) {
  section#footerSec .newsletterFunction #customForm .inputzoho {
    width: 375px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .newsletterFunction #customForm .inputzoho {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .newsletterFunction #customForm .inputzoho {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .newsletterFunction #customForm .inputzoho {
    height: 50px;
  }
}
@media (max-width: 600px) {
  section#footerSec .newsletterFunction #customForm .inputzoho {
    height: 50px;
  }
}
@media screen and (max-width: 991px) {
  section#footerSec .newsletterFunction #customForm .inputzoho {
    width: 100%;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 667px) {
  section#footerSec .newsletterFunction #customForm .inputzoho {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1025px) {
  section#footerSec .newsletterFunction #customForm .inputzohoBtn {
    width: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .newsletterFunction #customForm .inputzohoBtn {
    width: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .newsletterFunction #customForm .inputzohoBtn {
    width: 100px;
  }
}
@media (max-width: 600px) {
  section#footerSec .newsletterFunction #customForm .inputzohoBtn {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  section#footerSec .newsletterFunction #customForm .inputzohoBtn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section#footerSec .newsletterFunction #customForm .inputzohoBtn {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section#footerSec .newsletterFunction #customForm .inputzohoBtn {
    height: 50px;
  }
}
@media (max-width: 600px) {
  section#footerSec .newsletterFunction #customForm .inputzohoBtn {
    height: 50px;
  }
}
@media screen and (max-width: 991px) {
  section#footerSec .newsletterFunction #customForm .inputzohoBtn {
    width: 100%;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 667px) {
  section#footerSec .newsletterFunction #customForm .inputzohoBtn {
    padding-bottom: 10px !important;
  }
}
section#footerSec .newsletterFunction #customForm.quick_form_2_css * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  overflow-wrap: break-word;
}
section#footerSec ul.footer-propertylist li:nth-child(1) {
  display: none;
}

@media (min-width: 1025px) {
  body#subsite-2 section#footerSec .propertyFooterlogo img,
  body#subsite-4 section#footerSec .propertyFooterlogo img {
    height: 4.5833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  body#subsite-2 section#footerSec .propertyFooterlogo img,
  body#subsite-4 section#footerSec .propertyFooterlogo img {
    height: 4.5833333333vw;
  }
}
.wysiwig-container {
  font-family: "Nunito", sans-serif;
  color: #575757;
  /*custom list Style*/
}
.wysiwig-container p {
  font-family: "Nunito", sans-serif;
  color: #575757;
}
.wysiwig-container td,
.wysiwig-container th,
.wysiwig-container li,
.wysiwig-container span {
  color: #000;
  font-family: "Nunito", sans-serif;
}
.wysiwig-container a {
  font-family: "Nunito", sans-serif;
  color: #000;
  text-decoration: underline;
}
.wysiwig-container a:hover {
  text-decoration: underline;
  color: #9e8c71 !important;
}
.wysiwig-container h1,
.wysiwig-container h2,
.wysiwig-container h3,
.wysiwig-container h4,
.wysiwig-container h5,
.wysiwig-container h6 {
  color: #000;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1,
  .wysiwig-container h2,
  .wysiwig-container h3,
  .wysiwig-container h4,
  .wysiwig-container h5,
  .wysiwig-container h6 {
    padding-top: 20px;
  }
}
.wysiwig-container ul {
  list-style: none;
  padding: 0;
}
.wysiwig-container ul li {
  text-align: left !important;
  position: relative;
  border-radius: 50%;
  font-family: "Nunito", sans-serif;
  color: #575757;
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li {
    padding-left: 22px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li {
    padding-left: 22px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li {
    padding-bottom: 10px;
  }
}
.wysiwig-container ul li::before {
  content: "";
  background-image: url("https://ugaresorts.eme-devops.com/2025/11/dotline.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-color: transparent;
  border-radius: 50%;
  background-size: 100% 100%;
}
@media (min-width: 1025px) {
  .wysiwig-container ul li::before {
    height: 0.6770833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li::before {
    height: 0.6770833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li::before {
    height: 13px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li::before {
    height: 13px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li::before {
    width: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li::before {
    width: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li::before {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li::before {
    width: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container ul li::before {
    top: 0.6770833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container ul li::before {
    top: 0.6770833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container ul li::before {
    top: 8px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container ul li::before {
    top: 8px;
  }
}
.wysiwig-container table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .wysiwig-container table {
    width: 800px;
  }
}
.wysiwig-container table th,
.wysiwig-container table td {
  border: 1px solid #f0eeea;
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container table th,
  .wysiwig-container table td {
    padding-top: 10px;
  }
}
.wysiwig-container table th {
  background: #575757;
  color: #fff;
}

.wysiwig-container.font-color--white {
  color: #fff !important;
}
.wysiwig-container.font-color--white h1,
.wysiwig-container.font-color--white h2,
.wysiwig-container.font-color--white h3,
.wysiwig-container.font-color--white h4,
.wysiwig-container.font-color--white h5,
.wysiwig-container.font-color--white h6 {
  color: #fff !important;
}
.wysiwig-container.font-color--white p,
.wysiwig-container.font-color--white a,
.wysiwig-container.font-color--white li,
.wysiwig-container.font-color--white td,
.wysiwig-container.font-color--white th {
  color: #fff !important;
}

@media (min-width: 1025px) {
  .wysiwig-container {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container {
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container p {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container p {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container p {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container p {
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container li {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container li {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container li {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container li {
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container a {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container a {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container a {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container a {
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container td {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container td {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container td {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container td {
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    font-size: 1.0416666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    line-height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container th {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container th {
    letter-spacing: 0.0208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container th {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container th {
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    font-size: 3.3854166667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    font-size: 35px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h1 {
    line-height: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h1 {
    line-height: 58px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h1 {
    line-height: 58px;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    font-size: 2.0833333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h2 {
    line-height: 2.5vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h2 {
    line-height: 35px;
  }
}
.wysiwig-container h3 {
  text-align: left;
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 1.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h3 {
    line-height: 1.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h3 {
    line-height: 35px;
  }
}
.wysiwig-container h4 {
  text-align: left;
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 1.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h4 {
    line-height: 1.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h4 {
    line-height: 35px;
  }
}
.wysiwig-container h5 {
  text-align: left;
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 1.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h5 {
    line-height: 1.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h5 {
    line-height: 35px;
  }
}
.wysiwig-container h6 {
  text-align: left;
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    font-size: 1.3020833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    font-size: 25px !important;
  }
}
@media (min-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 1.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .wysiwig-container h6 {
    line-height: 1.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .wysiwig-container h6 {
    line-height: 35px;
  }
}

@media (min-width: 1025px) {
  .page-template-default .wysiwig-container ul li::before {
    top: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .page-template-default .wysiwig-container ul li::before {
    top: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .page-template-default .wysiwig-container ul li::before {
    top: 8px;
  }
}
@media (max-width: 600px) {
  .page-template-default .wysiwig-container ul li::before {
    top: 8px;
  }
}

body#subsite-2 .wysiwig-container ul li::before,
body#subsite-4 .wysiwig-container ul li::before {
  content: "";
  background-image: url("https://ugaresorts.eme-devops.com/2026/05/dotline-ash.png");
}

section.banner-section:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 7;
  position: absolute;
  width: 100%;
  height: revert;
  top: 0;
}
@media (min-width: 1025px) {
  section.banner-section:after {
    height: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section.banner-section:after {
    height: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section.banner-section:after {
    height: 100px;
  }
}
@media (max-width: 600px) {
  section.banner-section:after {
    height: 100px;
  }
}
section.banner-section video#bannervideo {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  section.banner-section video#bannervideo {
    height: 500px;
  }
}
section.banner-section picture {
  width: 100%;
  display: flex;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  section.banner-section picture {
    height: 500px;
  }
}
section.banner-section picture img.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.banner-section #muteButton {
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
  z-index: 7;
  background-color: transparent;
  background-image: url(https://ugaresorts.eme-devops.com/2025/11/mute.png);
  background-size: 100%;
  width: 25px;
  height: 25px;
  border: 0;
  filter: invert(1);
}
@media screen and (max-width: 1025px) {
  section.banner-section #muteButton {
    right: 7%;
  }
}
@media screen and (max-width: 667px) {
  section.banner-section #muteButton {
    right: 11%;
  }
}
section.banner-section #muteButton.unmute {
  background-image: url(https://ugaresorts.eme-devops.com/2025/11/high-volume.png);
  filter: invert(1);
  width: 25px;
  height: 25px;
}
section.banner-section #playPauseButton {
  top: auto;
  bottom: 5%;
  left: auto;
  right: 3%;
  z-index: 7;
  background-color: transparent;
  background-image: url(https://ugaresorts.eme-devops.com/2025/11/pause.png);
  background-size: 100%;
  width: 25px;
  height: 25px;
  border: 0;
  filter: invert(1);
}
section.banner-section #playPauseButton.pause {
  background-image: url(https://ugaresorts.eme-devops.com/2025/11/play-button.png);
  filter: invert(0);
  width: 25px;
  height: 25px;
}

section.banner-section-inner:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 7;
  position: absolute;
  width: 100%;
  height: revert;
  top: 0;
}
@media (min-width: 1025px) {
  section.banner-section-inner:after {
    height: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section.banner-section-inner:after {
    height: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section.banner-section-inner:after {
    height: 100px;
  }
}
@media (max-width: 600px) {
  section.banner-section-inner:after {
    height: 100px;
  }
}
section.banner-section-inner picture {
  width: 100%;
  display: flex;
}
@media (min-width: 1025px) {
  section.banner-section-inner picture {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section.banner-section-inner picture {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section.banner-section-inner picture {
    height: 500px;
  }
}
@media (max-width: 600px) {
  section.banner-section-inner picture {
    height: 500px;
  }
}
section.banner-section-inner picture img.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.banner-section-inner video#bannervideo {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  section.banner-section-inner video#bannervideo {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  section.banner-section-inner video#bannervideo {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  section.banner-section-inner video#bannervideo {
    height: 500px;
  }
}
@media (max-width: 600px) {
  section.banner-section-inner video#bannervideo {
    height: 500px;
  }
}
/*# sourceMappingURL=global.min.css.map */
