.bg-lightblue {
  background: #99c5ea;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-bottom: 0;
}

.white-font {
  color: #fff;
}

.darkgreen-font {
  color: #5d5a53;
}

.ash-font {
  color: #e0dbd8;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.sub-font {
  font-family: "Playfair Display", serif;
}

.main-font {
  font-family: "Gantari", sans-serif;
}

.para, .para p {
  font-family: "Gantari", sans-serif;
  font-weight: 400;
}

::selection {
  color: #fff;
  background: #5d5a53;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #fff;
  background: #5d5a53;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

img {
  width: 100%;
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

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

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

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

a {
  text-decoration: none;
}

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

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

.arrow-btn {
  color: #e0dbd8;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.arrow-btn svg {
  transition: transform 0.3s ease;
  width: 30px;
  height: 10px;
}
.arrow-btn:hover {
  color: #fff;
}
.arrow-btn:hover svg {
  transform: translateX(5px);
}

source {
  display: none;
}

.bg-green {
  background: #b7caa6;
}

[class^=hvr-] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0dbd8;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: #5d5a53 !important;
}
.hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

input[type=date].field-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
}

@media only screen and (min-width: 1023px) {
  .arrow-btn {
    font-size: 1.0416666667vw;
    line-height: normal;
    letter-spacing: 0.4166666667vw;
    gap: 1.0416666667vw;
  }
  .arrow-btn svg {
    transition: transform 0.3s ease;
    width: 2.6041666667vw;
    height: 0.5208333333vw;
  }
  .arrow-btn:hover svg circle {
    transform: translate(40px, 0);
    transition: transform 0.5s ease;
    transform-box: fill-box;
    transform-origin: center;
  }
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.field-wrap {
    width: 100% !important;
    text-align: left !important;
  }
  [class^=hvr-] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0dbd8;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: #5d5a53 !important;
  }
  .hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .vbox-grab .vbox-child img {
    height: 41.6666666667vw;
    width: 100%;
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

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

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

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

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

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

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.explore-img {
  transition: clip-path 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: inset(0 0 100% 0);
}

.animate {
  clip-path: inset(0 0 0 0);
}

.detail-sec {
  padding-bottom: 40px;
}
.detail-sec .main-wrap {
  flex-direction: column;
  padding: 0 20px;
}
.detail-sec .main-wrap .area {
  display: flex;
  align-items: start;
  gap: 15px;
  padding-bottom: 40px;
}
.detail-sec .main-wrap .area .icon {
  width: 50px;
  height: 50px;
  background: #e7e2dc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-sec .main-wrap .area .icon img {
  object-fit: contain;
  width: 25.735px;
  height: 25.735px;
}
.detail-sec .main-wrap .area .flex-rap h6.text {
  color: #5d5a53;
  font-size: 14px;
  line-height: 95%;
  padding-bottom: 5px;
}
.detail-sec .main-wrap .area .flex-rap .deta {
  color: #5d5a53;
  font-size: 25px;
  font-style: italic;
  line-height: 82%;
}

.rooms_suites-template-default .content-sec {
  padding: 47px 0 35px;
}

.imgecaption-sec img.img-bg {
  object-fit: cover;
  height: 1520px;
}
.imgecaption-sec .main-wrap {
  padding: 0 20px 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.imgecaption-sec .img-cap {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 60px;
}
.imgecaption-sec .img-cap .img-room {
  height: 367px;
  width: 100%;
}
.imgecaption-sec .img-cap .img-room img {
  object-fit: cover;
}
.imgecaption-sec .img-cap .caption {
  color: #5d5a53;
  text-align: center;
  font-size: 48px;
  font-style: italic;
  line-height: 100%;
  padding-bottom: 49px;
}

.floor-sec {
  padding: 80px 0 73px;
}
.floor-sec .main-wrap {
  margin: 0 20px;
  background: #e7e2dc;
  flex-direction: column;
}
.floor-sec .main-wrap .floor-img {
  height: 246px;
}
.floor-sec .main-wrap .floor-img img {
  object-fit: cover;
}
.floor-sec .main-wrap .foor-content {
  padding: 20px 20px 50px;
}
.floor-sec .main-wrap .foor-content .title {
  color: #5d5a53;
  text-shadow: 0px 4px 25.7px rgba(0, 0, 0, 0.25);
  font-size: 28px;
  font-style: italic;
  line-height: 25px;
  padding-bottom: 20px;
  padding-right: 11px;
}
.floor-sec .main-wrap .foor-content .para {
  color: #5d5a53;
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 30px;
      font-weight: 400;
}
.floor-sec .main-wrap .foor-content .arrow-btn {
  color: #5d5a53;
}

.aminities-sec {
  padding: 0 0 80px;
}
.aminities-sec .main-wrap {
  padding: 0 20px;
}
.aminities-sec .para {
  color: #5d5a53;
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 30px;
      font-weight: 400;
}
.aminities-sec .amenities-wra {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-left: 20px;
}
.aminities-sec .amenities-wra .point {
  color: #5d5a53;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  align-items: start !important;
}
.aminities-sec .amenities-wra .point svg {
  margin-right: 10px;
  width: 16px;
  height: 5px;
  margin-top: 9px;
}
.aminities-sec .amenities-wra .point svg line {
  stroke: #5d5a53;
}
.aminities-sec .amenities-wra .point svg circle {
  fill: #5d5a53;
}

.similar-rooms-sec {
  padding: 60px 0;
}
.similar-rooms-sec .main-wrap {
  padding: 0 20px;
}
.similar-rooms-sec .rooms-wrap {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.similar-rooms-sec .rooms-wrap:hover {
  transform: translateY(-5px);
}
.similar-rooms-sec .rooms-wrap .rooms-iimg {
  position: relative;
  padding: 0 20px;
  height: 289px;
  margin-top: -110px;
}
.similar-rooms-sec .rooms-wrap .rooms-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 47px 25px 110px;
  background: #e7e2dc;
  background-blend-mode: color-burn, normal;
}
.similar-rooms-sec .rooms-wrap .rooms-details .room-name {
  color: #5d5a53;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 27px;
  text-align: center;
}
.similar-rooms-sec .rooms-wrap .rooms-details .wrap--num {
  color: #5d5a53;
  font-size: 14px;
  font-weight: 800;
  line-height: 141%;
  padding-bottom: 10px;
  justify-content: center;
  text-align: center;
}
.similar-rooms-sec .rooms-wrap .rooms-details .para {
  color: #5d5a53;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.similar-rooms-sec .rooms-wrap .rooms-details .arrow-btn {
  color: #5d5a53;
  margin: 30px auto;
}

.room-gallery-sec {
  padding: 60px 0 36px;
  background-color: #e0dbd8;
}
.room-gallery-sec .main-wrap {
  padding: 0 0 0 20px;
}
.room-gallery-sec .galler-main-slider-for .slick-list {
  padding-right: 47px;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item {
  padding: 0 5px;
  position: relative;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .about-img {
  display: block;
  transition: all 0.3s;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .gallery-c::after {
  opacity: 0;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item .gallery-c {
  height: 236px;
  position: relative;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item .gallery-c::after {
  opacity: 0.43;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: lightgray;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item .gallery-c img {
  object-fit: cover;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item .room-slider-numbers {
  position: absolute;
  display: flex;
  gap: 50px;
  color: #5d5a53;
  font-family: "Gantari", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 205%;
  justify-content: center;
  right: 0;
  left: 0;
  bottom: 0;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item .room-slider-numbers .current-num {
  position: relative;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item .room-slider-numbers .current-num::after {
  position: absolute;
  bottom: 14px;
  left: 11px;
  right: 5px;
  width: 40px;
  height: 1px;
  content: "";
  background: #5d5a53;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item .room-slider-numbers .all-slider-coumt {
  font-weight: 600;
  opacity: 0.57;
}
.room-gallery-sec .galler-main-slider-for .room-galler-item .about-img {
  color: #5d5a53;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  padding: 20px 20px 45px;
  display: none;
  transition: all 0.3s;
}
.room-gallery-sec .galler-main-slider-nav {
  display: none;
}

@media only screen and (min-width: 768px) {
  .detail-sec .main-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .imgecaption-sec img.img-bg {
    object-fit: cover;
    height: 1000px;
  }
  .imgecaption-sec .main-wrap {
    flex-direction: column;
    justify-content: center;
    padding: 0 100px 60px 50px;
  }
  .imgecaption-sec .img-cap {
    flex-direction: row;
    align-items: center;
  }
  .imgecaption-sec .img-cap:nth-child(2) {
    flex-direction: row-reverse;
  }
  .imgecaption-sec .img-cap:nth-child(2) .img-room::after {
    background: linear-gradient(260deg, rgba(255, 255, 253, 0) 49.37%, #eee7c6 109.3%);
    background-blend-mode: color-dodge;
    width: 100%;
  }
  .imgecaption-sec .img-cap:nth-child(2) .caption {
    margin-left: 0;
    margin-right: -143px;
  }
  .imgecaption-sec .img-cap .img-room {
    height: 400px;
    width: 131%;
    position: relative;
  }
  .imgecaption-sec .img-cap .img-room::after {
    background: linear-gradient(99deg, rgba(255, 255, 253, 0) 43.37%, #eee7c6 115.17%);
    background-blend-mode: color-dodge;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .imgecaption-sec .img-cap .caption {
    text-align: start;
    padding-bottom: 0;
    margin-left: -175px;
    z-index: 1;
  }
  .floor-sec .main-wrap {
    flex-direction: row;
    align-items: center;
  }
  .floor-sec .main-wrap .floor-img {
    width: 50%;
    padding: 0 20px;
  }
  .floor-sec .main-wrap .foor-content {
    padding: 20px 50px 10px 0;
  }
  .aminities-sec .amenities-wra {
    display: block;
    column-count: 2;
  }
  .similar-rooms-sec {
    padding: 60px 0;
  }
  .similar-rooms-sec .main-wrap {
    padding: 0 20px;
  }
  .similar-rooms-sec .rooms-wrap {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease;
  }
  .similar-rooms-sec .rooms-wrap:hover {
    transform: translateY(-5px);
  }
  .similar-rooms-sec .rooms-wrap .rooms-iimg {
    position: relative;
    padding: 0;
    height: inherit;
    margin-top: 0;
    width: 300px;
  }
  .similar-rooms-sec .rooms-wrap .rooms-details {
    width: calc(100% - 300px);
    padding: 47px 25px;
  }
  .similar-rooms-sec .rooms-wrap .rooms-details .arrow-btn {
    color: #5d5a53;
    margin: 30px auto 0;
  }
  .room-gallery-sec {
    padding: 60px 0 36px;
    background-color: #e0dbd8;
  }
  .room-gallery-sec .main-wrap {
    padding: 0 0 0 100px;
  }
  .room-gallery-sec .galler-main-slider-for .slick-list {
    padding-right: 100px;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item {
    padding: 0 5px;
    position: relative;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .about-img {
    display: block;
    transition: all 0.3s;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .gallery-c::after {
    opacity: 0;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item .gallery-c {
    height: 350px;
    position: relative;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item .gallery-c::after {
    opacity: 0.43;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: lightgray;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item .gallery-c img {
    object-fit: cover;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item .about-img {
    color: #5d5a53;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 20px 20px 45px;
    display: none;
    transition: all 0.3s;
  }
  .room-gallery-sec .galler-main-slider-nav {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .rooms_suites-template-default .content-sec {
    padding: 5.0520833333vw 0 3.6458333333vw;
  }
  .detail-sec {
    padding-bottom: 12.8645833333vw;
  }
  .detail-sec .main-wrap {
    padding: 0 17.9166666667vw;
  }
  .detail-sec .main-wrap .area {
    display: flex;
    align-items: center;
    gap: 0.8854166667vw;
    padding-bottom: 0;
  }
  .detail-sec .main-wrap .area .icon {
    width: 3.5416666667vw;
    height: 3.5416666667vw;
  }
  .detail-sec .main-wrap .area .icon img {
    object-fit: contain;
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
  .detail-sec .main-wrap .area .flex-rap {
    gap: 13px;
  }
  .detail-sec .main-wrap .area .flex-rap h6.text {
    font-size: 0.8333333333vw;
    line-height: 95%;
    padding-bottom: 0.5729166667vw;
  }
  .detail-sec .main-wrap .area .flex-rap .deta {
    font-size: 1.9791666667vw;
    line-height: 82%;
  }
  .imgecaption-sec img.img-bg {
    object-fit: cover;
    height: 75.2604166667vw;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .imgecaption-sec .main-wrap {
    padding: 0 14.4791666667vw;
    position: relative;
    top: -8.1770833333vw;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .imgecaption-sec .img-cap {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
  }
  .imgecaption-sec .img-cap:nth-child(1) {
    padding-bottom: 9.84375vw;
  }
  .imgecaption-sec .img-cap:nth-child(2) .caption {
    margin-left: 0;
    margin-right: -7.4479166667vw;
    padding-bottom: 13.0729166667vw;
    text-align: right;
  }
  .imgecaption-sec .img-cap .img-room {
    width: 36.8229166667vw;
    height: 40.2604166667vw;
  }
  .imgecaption-sec .img-cap .img-room img {
    object-fit: cover;
  }
  .imgecaption-sec .img-cap .caption {
    font-size: 5vw;
    line-height: 100%;
    width: 42.2916666667vw;
    padding-bottom: 2.6041666667vw;
  }
  .floor-sec {
    padding: 0 0 7.34375vw;
  }
  .floor-sec .main-wrap {
    margin: 0 18.8541666667vw;
  }
  .floor-sec .main-wrap .floor-img {
    width: 29.21875vw;
    height: 22.1875vw;
    padding: 0;
  }
  .floor-sec .main-wrap .foor-content {
    padding: 3.90625vw 5.8854166667vw 4.1666666667vw 4.9479166667vw;
    width: calc(100% - 29.21875vw);
  }
  .floor-sec .main-wrap .foor-content .title {
    font-size: 2.5vw;
    line-height: 82%;
    padding-bottom: 1.40625vw;
    padding-right: 0;
    width: 14.1145833333vw;
  }
  .floor-sec .main-wrap .foor-content .para {
    font-size: 0.8333333333vw;
    line-height: 205%; /* 32.8px */
    padding-bottom: 2.6041666667vw;
        font-weight: 400;
  }
  .floor-sec .main-wrap .foor-content .arrow-btn {
    color: #5d5a53;
  }
  .aminities-sec {
    padding: 0 0 6.25vw;
  }
  .aminities-sec .main-wrap {
    padding: 0 18.8541666667vw;
  }
  .aminities-sec .para {
    font-size: 0.8333333333vw;
    line-height: 205%;
    padding-bottom: 2.96875vw;
        font-weight: 400;
  }
  .aminities-sec .amenities-wra {
    gap: 1.3020833333vw;
    padding: 0 5.2083333333vw;
  }
  .aminities-sec .amenities-wra .point {
    font-size: 0.8333333333vw;
    line-height: 1.3541666667vw;
    padding-bottom: 1.3020833333vw;
  }
  .aminities-sec .amenities-wra .point svg {
    margin-right: 0.8333333333vw;
    width: 1.3020833333vw;
    height: 0.2604166667vw;
  }
  .similar-rooms-sec {
    padding: 6.7708333333vw 0 0;
  }
  .similar-rooms-sec .main-wrap {
    padding: 0 12.7083333333vw;
  }
  .similar-rooms-sec .rooms-wrap {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row-reverse;
    transition: transform 0.3s ease;
  }
  .similar-rooms-sec .rooms-wrap:hover {
    transform: translateY(-5px);
  }
  .similar-rooms-sec .rooms-wrap .rooms-iimg {
    position: relative;
    padding: 0;
    width: 31.6666666667vw;
    height: 31.1979166667vw;
  }
  .similar-rooms-sec .rooms-wrap .rooms-details {
    width: calc(100% - 31.6666666667vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.1666666667vw 6.7708333333vw 7.8125vw 7.4479166667vw;
    background: #e7e2dc;
    background-blend-mode: color-burn, normal;
  }
  .similar-rooms-sec .rooms-wrap .rooms-details .room-name {
    font-size: 2.5vw;
    line-height: normal;
    text-align: left;
    margin-bottom: 2.34375vw;
  }
  .similar-rooms-sec .rooms-wrap .rooms-details .wrap--num {
    font-size: 0.8333333333vw;
    line-height: 141%;
    justify-content: flex-start;
    padding-bottom: 0.2083333333vw;
  }
  .similar-rooms-sec .rooms-wrap .rooms-details .wrap--num br {
    display: none;
  }
  .similar-rooms-sec .rooms-wrap .rooms-details .para {
    text-align: justify;
    font-size: 0.8333333333vw;
    line-height: 205%;
    padding-bottom: 3.3854166667vw;
        font-weight: 400;
  }
  .similar-rooms-sec .rooms-wrap .rooms-details .arrow-btn {
    color: #5d5a53;
    margin: 0;
  }
  .room-gallery-sec {
    padding: 5.2083333333vw 0;
    overflow: hidden;
  }
  .room-gallery-sec .main-wrap {
    padding: 0 0 0 12.8125vw;
    display: flex;
  }
  .room-gallery-sec .galler-main-slider-for {
    width: 55.8333333333vw;
  }
  .room-gallery-sec .galler-main-slider-for .slick-list {
    padding-right: 0;
    overflow: visible;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item {
    padding: 0 10px;
    padding: 0 5px;
    position: relative;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .about-img {
    display: block;
    transition: all 0.3s;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .gallery-c {
    display: block;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .gallery-c::after {
    opacity: 0;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .room-slider-numbers {
    position: relative;
    gap: 8.3333333333vw;
    font-size: 0.8333333333vw;
    line-height: 205%;
    justify-content: flex-start;
    display: flex;
    padding-bottom: 2.8125vw;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .room-slider-numbers .current-num {
    position: relative;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .room-slider-numbers .current-num::after {
    position: absolute;
    bottom: 0.7291666667vw;
    left: 0.5729166667vw;
    right: 0.2604166667vw;
    width: 7.8125vw;
    height: 0.0520833333vw;
    content: "";
    background: #5d5a53;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item.slick-current .room-slider-numbers .all-slider-coumt {
    font-weight: 600;
    opacity: 0.57;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item .room-slider-numbers {
    display: none;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item .wrap {
    position: absolute;
    right: -35%;
    z-index: 1;
    bottom: 0;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item .gallery-c {
    height: 35.46875vw;
    position: relative;
    display: none;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item .gallery-c::after {
    opacity: 0.43;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: lightgray;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item .gallery-c img {
    object-fit: cover;
  }
  .room-gallery-sec .galler-main-slider-for .room-galler-item .about-img {
    font-size: 0.8333333333vw;
    line-height: 205%;
    width: 18.90625vw;
    text-align: justify;
    padding: 0;
  }
  .room-gallery-sec .galler-main-slider-nav {
    width: calc(100% - 55.8333333333vw);
    display: block;
  }
  .room-gallery-sec .galler-main-slider-nav .slick-list {
    padding-right: 4.21875vw;
  }
  .room-gallery-sec .galler-main-slider-nav .room-galler-item {
    height: 15.9375vw;
    padding: 0 0.5208333333vw;
  }
  .room-gallery-sec .galler-main-slider-nav .room-galler-item.slick-current {
    display: none;
  }
  .room-gallery-sec .galler-main-slider-nav .room-galler-item img {
    object-fit: cover;
    border-radius: 0;
    transform: scale(1);
    transition: all 0.3s;
  }
  .room-gallery-sec .galler-main-slider-nav .room-galler-item img:hover {
    transform: scale(1.02);
    transition: all 0.3s;
  }
}

/*# sourceMappingURL=singe-suites.css.map */
