@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-in {
  animation: fadeIn 0.5s forwards;
}

.fade-out {
  animation: fadeOut 0.5s forwards;
}

.hidden {
  display: none;
}

.popup-wrapper.hidden {
  display: none;
}

.slide-bottom {
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-top {
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media (min-width: 768px) {
  @keyframes slide-bottom {
    0% {
      top: -340px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes slide-top {
    0% {
      top: 0;
    }
    100% {
      top: -340px;
    }
  }
}
@media (max-width: 768px) {
  @keyframes slide-bottom {
    0% {
      top: -340px;
      margin-top: -210px;
    }
    100% {
      top: 0px;
      margin-top: 0px;
    }
  }
  @keyframes slide-top {
    0% {
      top: 0px;
      margin-top: 0px;
    }
    100% {
      top: -340px;
      margin-top: -210px;
    }
  }
}
.popup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10000000;
}

.spd-popup-container {
  position: relative;
  width: 80vw;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50% !important;
  transform: translateY(-50%);
  color: black !important;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: black;
}

.carousel-control-prev {
  position: absolute !important;
  width: 50px;
  height: 50px;
  left: -80px !important;
}

.carousel-control-next {
  position: absolute !important;
  width: 50px;
  height: 50px;
  right: -80px !important;
}

#spdFloorPopUp {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-item {
  height: 90vh;
}
.carousel-item .row {
  height: 100%;
  position: relative;
}
.carousel-item .row .left {
  position: relative;
  background-color: #d9d8d4;
  padding: 60px 35px 40px 35px;
}
.carousel-item .row .left .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.carousel-item .row .left .content-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
}
.carousel-item .row .left .content-wrapper .title {
  font-style: italic;
  font-family: "Saol Display";
}
.carousel-item .row .left .content-wrapper .specs {
  margin-bottom: 1.3rem;
}
.carousel-item .row .left .content-wrapper .specs p {
  margin: 0;
  font-weight: 700;
  font-family: sans-serif;
}
.carousel-item .row .left .content-wrapper .specs p:last-child {
  font-size: 22px;
  font-style: italic;
  font-family: "Saol Display";
}
.carousel-item .row .left .button-wrapper {
  position: absolute;
  bottom: 1rem;
}
.carousel-item .row .left .button-wrapper button {
  border: none;
  background-color: transparent;
}
.carousel-item .row .right {
  height: 100%;
  background-color: white;
}
.carousel-item .row .right .row {
  padding: 3rem;
}
.carousel-item .row .right .row .innerLeft {
  height: 100%;
}
.carousel-item .row .right .row .innerLeft .img-wrapper {
  float: right;
  height: 100%;
}
.carousel-item .row .right .row .innerLeft .img-wrapper img {
  height: 100%;
}
.carousel-item .row .right .row .innerRight {
  height: 100%;
  position: relative;
}
.carousel-item .row .right .row .innerRight .img-wrapper {
  position: absolute;
  bottom: 0;
}
.carousel-item .row .right .row .innerRight .img-wrapper img {
  width: 100%;
  height: 100%;
}

.hover_effect_none {
  background-color: gray !important;
}
.hover_effect_none:hover {
  background-color: gray !important;
  cursor: not-allowed;
}

.cs-hidden {
  display: none !important;
}

.cs-flip {
  rotate: 180deg;
  transition: 5s ease-out;
}

.owl-carousel .owl-dots {
  display: none;
}
.owl-carousel .owl-nav {
  margin-right: 4rem;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50px !important;
}
.owl-carousel .owl-nav .owl-prev span svg,
.owl-carousel .owl-nav .owl-next span svg {
  width: 60px;
  height: 60px;
  margin: 0 !important;
}
.owl-carousel .item-wrapper .cs-item-card {
  width: 100%;
  margin: auto;
}
.owl-carousel .item-wrapper .cs-item-card .cs-img-wrapper {
  height: 800px;
  background-color: wheat;
}
.owl-carousel .item-wrapper .cs-item-card svg {
  color: white !important;
}
.owl-carousel .item-wrapper .cs-item-card .cs-content-wrapper {
  padding: 2rem 8rem;
  background-color: black;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-transform: uppercase;
}
.owl-carousel .item-wrapper .cs-item-card .cs-content-wrapper h1 {
  font-size: 68px;
  position: absolute;
  top: -70px;
}
.owl-carousel .item-wrapper .cs-item-card .cs-content-wrapper .cs-availability {
  font-size: 48px;
}
.owl-carousel .item-wrapper .cs-item-card .cs-content-wrapper .cs-address {
  font-size: 24px;
  text-transform: capitalize;
}
.owl-carousel .item-wrapper .cs-item-card .cs-content-wrapper .cs-category {
  margin-top: 1rem;
  display: flex;
}
.owl-carousel .item-wrapper .cs-item-card .cs-content-wrapper .cs-category .cs-category-name {
  font-size: 24px;
  font-weight: 600;
  margin-right: 2rem;
}
.owl-carousel .item-wrapper .cs-item-card .cs-content-wrapper .cs-btn-secondary {
  margin: 1rem 0;
}

/* Style for the spinner wrapper */
.spinner-wrapper {
  opacity: 1 !important;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000000;
  background-color: rgba(0, 0, 0, 0.6);
  /* Style for the spinner animation */
}
.spinner-wrapper .spinner {
  border: 4px solid white;
  border-top: 4px solid transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 0.8s linear infinite; /* Animation for the spinner */
  /* Spinner animation keyframes */
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cs-container {
  margin: auto;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
}

section.cs-filters {
  margin: 15rem 0 0 0;
  position: relative;
  overflow: hidden !important;
}
section.cs-filters .cs-container .cs-filter-wrapper {
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  color: white;
}
section.cs-filters .cs-container .cs-filter-wrapper .content-wrapper p {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 0;
  cursor: pointer;
}
section.cs-filters .cs-container .cs-filter-wrapper .content-wrapper p i {
  margin-left: 0.25rem;
}
section.cs-filters .cs-container .cs-filter-wrapper .cs-search-box {
  width: 40%;
  border-bottom: 1px solid white;
}
section.cs-filters .cs-container .cs-filter-wrapper .cs-search-box .cs-input-field {
  background-color: transparent;
}
section.cs-filters .cs-container .cs-filter-wrapper .cs-search-box .cs-input-field label {
  margin-bottom: 0.75rem;
  display: flex;
}
section.cs-filters .cs-container .cs-filter-wrapper .cs-search-box .cs-input-field label input {
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  font-size: 18px;
}
section.cs-filters .cs-container .cs-filter-wrapper .cs-search-box .cs-input-field label input::-moz-placeholder {
  color: white !important;
}
section.cs-filters .cs-container .cs-filter-wrapper .cs-search-box .cs-input-field label input::placeholder {
  color: white !important;
}
section.cs-filters .cs-container .cs-filter-wrapper .cs-search-box .cs-input-field label .fa-search {
  font-size: 22px;
}
section.cs-filters section.cs-filter-popup {
  position: relative;
  top: -340px;
  left: 0;
  z-index: 1;
  width: 100% !important;
  left: 0 !important;
}
section.cs-filters section.cs-filter-popup .cs-container {
  padding: 0 1rem 1rem 1rem;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border {
  margin: 2rem 1rem;
  margin-top: 0;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border p {
  font-size: 24px;
  text-transform: uppercase;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border label {
  width: 100%;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border label input {
  width: 100%;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-filter-count {
  display: flex;
  font-size: 24px;
  text-transform: uppercase;
  align-items: center;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-filter-count .cs-close {
  border: 2px solid white;
  cursor: pointer;
  margin-top: -10px;
  margin-left: 1.5rem;
  color: white;
  display: flex;
  align-items: center;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-filter-count .cs-close i {
  display: flex;
  align-items: center;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-property-type {
  margin-left: 1rem;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-property-type .cs-property-type label {
  display: flex;
  margin: 1rem 0;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 4px;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-property-type .cs-property-type label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-property-type .cs-property-type label input {
  width: 18px;
  margin-right: 0.5rem;
  display: none;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-property-type .cs-property-type label.cs-active::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="18px" height="18px" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M9.707 19.121a.997.997 0 0 1-1.414 0l-5.646-5.647a1.5 1.5 0 0 1 0-2.121l.707-.707a1.5 1.5 0 0 1 2.121 0L9 14.171l9.525-9.525a1.5 1.5 0 0 1 2.121 0l.707.707a1.5 1.5 0 0 1 0 2.121z" fill="%23ffffff" opacity="1" data-original="%23000000" class=""></path></g></svg>') no-repeat;
  background-size: 100% 100%;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .cs-range-values {
  display: flex;
  margin: 0 1rem 2rem 1rem;
  justify-content: space-between;
  font-size: 1.4rem;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area {
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background: inherit;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: transparent;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .slider-title {
  font-size: 16px;
  font-weight: bold;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area #skip-value-lower,
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area #skip-value-upper {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target {
  flex: 1;
  position: relative;
  background: #e3e3e3;
  border-radius: 50px;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target.noUi-horizontal {
  height: 4px;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target .noUi-base,
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target .noUi-connects {
  border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target .noUi-connects .noUi-connect {
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
  background-color: white;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target .noUi-origin .noUi-handle {
  border-radius: 50px;
  cursor: default;
  background-color: white;
  backface-visibility: hidden;
  position: absolute;
  width: 22px;
  height: 22px;
  right: -10px;
  top: -10px;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target .noUi-origin .noUi-handle:after, section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target .noUi-origin .noUi-handle:before {
  display: none;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-range .slider-area .noUi-draggable {
  cursor: ew-resize;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-neighbourhood .cs-input-field {
  background-color: transparent;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-neighbourhood .cs-input-field label {
  padding: 0.25rem 0;
  display: flex;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-neighbourhood .cs-input-field label input {
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  font-size: 18px;
}
section.cs-filters section.cs-filter-popup .cs-container .cs-popup-border .cs-popup-neighbourhood .cs-input-field label .fa-search {
  font-size: 22px;
}

section.cs-products .cs-container .cs-item-card-wrapper .cs-item-card a {
  text-decoration: none;
}
section.cs-products .cs-container .cs-item-card-wrapper .cs-item-card a .cs-img-wrapper {
  height: 300px;
  background-color: wheat;
  overflow: hidden;
}
section.cs-products .cs-container .cs-item-card-wrapper .cs-item-card a .cs-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.cs-products .cs-container .cs-item-card-wrapper .cs-item-card a .cs-content-wrapper {
  height: 180px;
  padding: 2rem;
  background-color: black;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-transform: uppercase;
}
section.cs-products .cs-container .cs-item-card-wrapper .cs-item-card a .cs-content-wrapper h1 {
  position: absolute;
  top: -50px;
}
section.cs-products .cs-container .cs-item-card-wrapper .cs-item-card a .cs-content-wrapper .cs-availability {
  font-size: 22px;
}
section.cs-products .cs-container .cs-item-card-wrapper .cs-item-card a .cs-content-wrapper .cs-address {
  font-size: 14px;
  text-transform: capitalize;
}
section.cs-products .cs-container .cs-item-card-wrapper .cs-item-card a .cs-content-wrapper .cs-category {
  display: flex;
}
section.cs-products .cs-container .cs-item-card-wrapper .cs-item-card a .cs-content-wrapper .cs-category .cs-category-name {
  font-size: 12px;
  margin-right: 1rem;
}

section.cs-no-results .cs-container .cs-nothing-found {
  margin-top: 1rem;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.cs-no-results .cs-container .cs-nothing-found .icon-wrapper {
  margin-bottom: 1rem;
}
section.cs-no-results .cs-container .cs-nothing-found .icon-wrapper i svg {
  width: 140px;
  height: 140px;
}
section.cs-no-results .cs-container .cs-nothing-found .content-wrapper h3 {
  font-weight: bold;
}
section.cs-no-results .cs-container .cs-nothing-found .content-wrapper p {
  font-size: 16px;
}
section.cs-no-results .cs-container .cs-nothing-found .button-wrapper {
  font-weight: 600;
}

.cs_btn_load_more,
.cs-btn-primary {
  background: black;
  color: white;
  width: 250px;
  padding: 0.25rem 2rem;
  margin: 30px auto;
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
  border: none;
}
.cs_btn_load_more:hover,
.cs-btn-primary:hover {
  background-color: black;
  border-color: black;
}

.cs-btn-secondary {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
.cs-btn-secondary:hover {
  background-color: transparent;
  border-color: white;
}

.cs_search_icon {
  cursor: pointer;
}

@media (max-width: 768px) {
  .cs-property-type {
    flex-direction: column;
  }
  .cs-filter-popup {
    margin-top: -210px;
  }
  section.cs-filters {
    margin-top: 15rem 0 0 0;
    position: relative;
  }
  section.cs-filters .cs-container .cs-filter-wrapper {
    padding: 0.5rem 1rem;
    border: none !important;
  }
  section.cs-filters .cs-container .cs-filter-wrapper .content-wrapper p {
    letter-spacing: 4px;
  }
  section.cs-filters .cs-container .cs-filter-wrapper .cs-search-box {
    border: none;
  }
  section.cs-filters .cs-container .cs-filter-wrapper .cs-search-box .cs-input-field label input {
    display: none;
  }
  section.cs-filters .cs-container .cs-filter-wrapper .cs-search-box .cs-input-field label i {
    display: block;
    margin-left: auto;
    margin-top: 0.5rem;
  }
  .item-wrapper .cs-item-card {
    padding-right: 0.75rem;
  }
  .item-wrapper .cs-item-card .cs-img-wrapper {
    height: 500px !important;
  }
  .item-wrapper .cs-item-card .cs-content-wrapper {
    padding: 0.5rem 1rem !important;
  }
  .item-wrapper .cs-item-card .cs-content-wrapper h1 {
    font-size: 38px !important;
    top: -38px !important;
    font-weight: 600 !important;
  }
  .item-wrapper .cs-item-card .cs-content-wrapper p {
    margin-bottom: 0.5rem !important;
  }
  .item-wrapper .cs-item-card .cs-content-wrapper .cs-availability {
    font-size: 32px !important;
  }
  .item-wrapper .cs-item-card .cs-content-wrapper .cs-address {
    font-size: 22px !important;
  }
  .item-wrapper .cs-item-card .cs-content-wrapper .cs-category {
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
  }
  .item-wrapper .cs-item-card .cs-content-wrapper .cs-category .cs-category-name {
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 0.5rem;
  }
  .owl-carousel .owl-nav {
    margin: 0 !important;
  }
}
.fpu-item-wrap {
  padding: 60px;
  transition: background-color 0.7s ease; /* Transition property */
  width: 33%;
  cursor: pointer;
}
.fpu-item-wrap .img-wrap {
  margin-bottom: 35px;
  max-width: 352.56;
}
.fpu-item-wrap .img-wrap img {
  width: 100%;
}
.fpu-item-wrap .fpu-property-code {
  text-align: center;
  font-size: 28px;
  font-style: italic;
  font-family: "Saol Display";
  color: #282525;
}
.fpu-item-wrap .fpu-detail-wrap {
  text-align: center;
  border-top: 1px solid #282525;
  border-bottom: 1px solid #282525;
}
.fpu-item-wrap .fpu-bedroom {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "alte_haas_grotesk", Sans-serif;
  color: #282525;
  text-transform: uppercase;
}
.fpu-item-wrap .fpu-living-area {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "alte_haas_grotesk", Sans-serif;
}

.fpu-item-wrap:hover {
  background-color: #f1efee;
}

.fpu-bed-wrap .fpu-bed {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #282525;
  padding-bottom: 15px;
}
.fpu-bed-wrap .fpu-bed li {
  font-size: 20px;
  color: #282525;
  font-family: "alte_haas_grotesk", Sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}
.fpu-bed-wrap .fpu-bed .fpu-bold {
  font-weight: bold;
}

.spd-popup-container .content-wrapper {
  left: 80px;
}
.spd-popup-container .fpu-detail {
  font-style: italic;
  font-size: 20px !important;
  font-weight: normal !important;
  margin-bottom: 23px;
}
.spd-popup-container .fpu-code {
  font-size: 28px !important;
  font-style: italic !important;
}
.spd-popup-container .innerRight {
  display: flex;
  justify-content: right;
}
.spd-popup-container .download-button-wrap {
  position: absolute;
  bottom: 50px;
  left: 78px;
  width: 45%;
  cursor: pointer !important;
}
.spd-popup-container .download-button-wrap img {
  width: 100%;
  height: auto;
}

.fpu-cross-icon {
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
  margin-right: 0px;
  position: absolute;
  top: 25px;
  right: 35px;
}
.fpu-cross-icon img {
  width: 20px;
  cursor: pointer;
}

.fpu-cross-icon {
  display: none;
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
  .fpu-cross-icon {
    display: block;
  }
  .cs-container {
    padding: 0 16px;
  }
  .popup-wrapper {
    overflow-x: hidden;
  }
  .carousel-item .logo {
    margin-top: 0.5rem;
  }
  .fpu-item-wrap {
    width: 100%;
    padding: 20px;
  }
  .fpu-bed-wrap .fpu-bed {
    display: block;
  }
  .popup-wrapper {
    overflow-y: scroll;
    padding: 20px 0;
  }
  .spd-popup-container {
    overflow-x: hidden !important;
    overflow-y: scroll;
    width: 90% !important;
    height: 95vh !important;
  }
  .spd-popup-container .carousel-item {
    height: 100%;
  }
  .spd-popup-container .content-wrapper {
    position: relative !important;
    top: 140px !important;
    left: 30px !important;
    margin-bottom: 35px !important;
  }
  .spd-popup-container .download-button-wrap {
    position: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
  }
  .spd-popup-container .right .innerRight {
    position: static !important;
    justify-content: end !important;
  }
  .spd-popup-container .right .innerRight .img-wrapper {
    margin-top: 1rem !important;
    position: static !important;
  }
}/*# sourceMappingURL=main.css.map */