@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img, svg {
  vertical-align: middle;
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;

}

.fullscreen{
  min-height:100svh;
  overflow:hidden;
  padding:0;
  margin:0;
}
  .bgg{
  position:relative;
  min-height:100svh;
    background:url(../images/lastbg.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
  }

  .svgbuilding{
    position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      pointer-events: all;
    width:100%;
    height:100%;
    }

    .wrapper-zoom.svelte-1cuunxp {
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			transform-origin: 0 0;
			pointer-events: none;
		}

    .leftbar{
   
        width: 273px;
        height: calc(100svh - 40px);
        background: rgba(21, 21, 21, 0.7);
        border-radius: 10px;
        pointer-events: all;
        position: absolute;
        z-index: 9;
        margin: 20px;
    
    }
    .filterrtab{
      position: relative;
      
    }

    .closetab{
      width: 30px;
      height: 30px;
     background: rgba(21, 21, 21, 0.7);
      border-radius: 10px;
      color: #fff;
      position: absolute;
      right: -60px;
      top: -20px;
      display: flex;
      z-index: 9;
      justify-content: center;
      align-items: center;
    }
    
    .closetab2{
      width: 30px;
      height: 30px;
     background: #fff;
      border-radius: 10px;
      color: #515151;
    
      display: flex;
   
      justify-content: center;
      align-items: center;
    }
    
    .flexlogo{
     display: flex;
    gap: 25px;
    align-items: flex-start;
    justify-content: space-between;
    }
    .btn-filter{
      position: relative;
      width: 100%;
      margin-bottom: 10px;
  }
  
.controls {
    display: flex;
    position: absolute;
    z-index: 22;
    right: 20px;
    top: 20px;
    flex-direction: column;
    gap: 10px;
}
  #fullscreen-btn2{
      display:none;
  }
  
  .fullon #fullscreen-btn2{
      display:flex;
  }
  
   .fullon #fullscreen-btn{
      display:none;
  }
  .ico {
      cursor:pointer;
    display: inline-block; /* Make sure the icon is within an inline block */
     background: rgba(21, 21, 21, 0.7);
    color: #fff; /* Icon color */
    width: 40px; /* Width of the square */
    height: 40px; /* Height of the square */
    display: flex; /* Flexbox to center the icon */
    align-items: center; /* Center icon vertically */
    justify-content: center; /* Center icon horizontally */
    border-radius: 5px; /* Optional: Slight rounding of corners */
}

.ico i {
    font-size: 20px; /* Adjust the size of the icon */
}


  button {
    border: 0;
    border-radius: 0;
    padding: 5px 10px;
    background-color: #006fff;
    color: #fff;
    flex-shrink: 0;
    cursor: pointer;
    margin: 0;
}

  .filter-button.active {
    background: #fafafa;
    color: #2f2f2f;
}

.filter-button {
  width: 100%;
  height: 40px;
  background: #3f3939;

  font-size: 14px;
  line-height: 18px;
  border-radius: 10px;
  color: #bdbdbd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  -webkit-padding-start: 12px;
  padding-inline-start: 12px;
  transition: all 0.3s, padding 0s;
  margin-bottom: 0;
}

.filter-button .right {
  display: flex;
  gap: 4px;
}

.filter-button .right .icon {
  width: 8px;
  height: 40px;
  display: flex;
    align-items: center;
}

.filter-button .right .color__0 {
  background-color: #547465;

}

.filter-button .right .color__1 {
  background-color: #f8a797;

}

.filter-button .right .color__2 {
  background-color: #b074c7;

}

.filter-button .right .color__3 {
  background-color: #e58fa9;

}


.filter-button .right .color {
  width: 10px;

  border-radius: 0 10px 10px 0;
  height: 40px;
}

.subtypes__list {
  z-index: 5;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 2px;
  background-color: #252525;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  display:none;
}

.filter-button.active + .subtypes__list {
  /* Your desired styles */
  display: block;
  /* Add any other styles you want to apply */
}

.subtypes__list .subtype {
  padding: 4px 8px;
  height: 24px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  gap: 10px;
  border-radius: 2px
}

.subtypes__list .subtypex {
  padding: 4px 8px;
  height: 24px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  gap: 10px;
  border-radius: 2px
}


@media(max-width: 767px) {
  .subtypes__list .subtype {
      padding:8px;
      height: 32px
  }

.fullscreen{
    overflow:initial !important;
}
  .subtypes__list .subtypex {
    padding:8px;
    height: 32px
}

}

.subtypes__list .subtype .text {
  color: rgb(189, 189, 189);
  font-size: 13px;
  font-weight: 400
}

.subtypes__list .subtypex .text {
  color: rgb(189, 189, 189);
  font-size: 13px;
  font-weight: 400
}


.subtypes__list .subtype .text span {
  text-transform: capitalize
}

.subtypes__list .subtypex .text span {
  text-transform: capitalize
}

@media(max-width: 767px) {
  .subtypes__list .subtype .text {
      line-height:18px;
      font-size: 14px
  }

  .subtypes__list .subtypex .text {
    line-height:18px;
    font-size: 14px
}
}

.subtypes__list .subtype .fake__checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #7f7f7f;
  border-radius: 3px;
  transition: 0.3s
}

.subtypes__list .subtype .fake__checkbox svg {
  width: 11px;
  height: 8px
}

.subtypes__list .subtype .fake__checkbox .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display:none;
}

.subtypes__list .subtype.active {
  background-color: #3f3f3f
}


.subtypes__list .subtypex.active {
  background-color: #3f3f3f
}

.subtypes__list .subtype.active .fake__checkbox {
  background-color: #bcbcbc
}

.subtypes__list .subtype.active .fake__checkbox.all {
  background-color: #5E5E5E;
  border: unset
}

.subtypes__list .subtype:hover {
  background-color: #494949
}


.subtypes__list .subtypex:hover {
  background-color: #494949
}


.project-info.svelte-1fodms4 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  max-width: 225px;
  border-radius: 10px;
  overflow: hidden;
  align-self: start;
  pointer-events: auto;
  display:none;
}


.subtypes__list .subtype.active .icon {
  display:flex;
}

.logo{
  width: 100%;
    margin-bottom: 10px;
}

.popup-floor{
  display: none;
}

.floors-mask.svelte-56k5o8.svelte-56k5o8 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}

.floors--wrapper.svelte-56k5o8.svelte-56k5o8 {
  position: absolute;
  transform: translate(-120%, -43%);
  pointer-events: all;
  padding-right: 24px;
  z-index:2;
}
.op0{
  opacity: 0 !important;
}
.floors--item.svelte-56k5o8.svelte-56k5o8 {
  pointer-events: all;
  cursor: pointer;
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background-color: rgba(9, 9, 9, 0.6);
  color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  transition: var(--transition)
}


.opa1{
 opacity: 0.3;
}

.opa2{
  opacity: 0.65;
}

.opa3{
  opacity: 0.9;
}

.opa5{
  opacity: 0.9;
}

.opa6{
  opacity: 0.65;
}

.opa7{
  opacity: 0.3;
}


.floors--item.svelte-56k5o8.svelte-56k5o8:not(:last-child) {
  margin-bottom: 10px
}

.floors--item.active.svelte-56k5o8.svelte-56k5o8 {
  background-color: rgba(250,250,250,0.8);
  color: #4e4e4e
}

.floors--item.active.svelte-56k5o8 .floors--item--popup.svelte-56k5o8 {
  pointer-events: all;
  opacity: 1
}

.floors--item.active.selected.svelte-56k5o8.svelte-56k5o8::after {
  border-left: 6px solid #fafafa
}

.floors--item.selected.svelte-56k5o8.svelte-56k5o8::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  transition: all 0.3s;
  border-top: 6px solid transparent;
  border-left: 6px solid rgba(9, 9, 9, 0.25);
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent
}

.floors--item.hidden.svelte-56k5o8.svelte-56k5o8 {
  opacity: 0;
  pointer-events: none
}

.floors--item--popup.svelte-56k5o8.svelte-56k5o8 {
  position: absolute;
  right: 100%;
  padding-right: 15px;
  width: 147px;
  opacity: 1
}

@media(max-width: 767px) {
  .floors--item--popup.svelte-56k5o8.svelte-56k5o8 {
      opacity:1 !important;
      bottom: 7px;
      left: 7px;
      top: auto !important;
      width: 100%
  }
}

.floors--item--popup.onlyTitle.svelte-56k5o8.svelte-56k5o8 {
  transform: translateY(-50%);
  top: 50%;
  bottom: unset
}

.floors--item--popup--inner.svelte-56k5o8.svelte-56k5o8 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(35, 35, 35, 0.7);
  padding: 10px;
  color: #eeeeee;
  height: 100%;
  width: 100%
}

.floors--item--popup--inner.svelte-56k5o8 .available.svelte-56k5o8 {
  line-height: 15px
}

.floors--item--popup--inner.svelte-56k5o8 .button.active {
  background: #fafafa;
  color: #666666
}

.floors--item--popup.inverted.svelte-56k5o8.svelte-56k5o8 {
  right: unset
}

.floors--item.svelte-56k5o8:first-child .floors--item--popup.svelte-56k5o8 {
  bottom: unset;
  top: 0
}

.floors--item.svelte-56k5o8:first-child .floors--item--popup.onlyTitle.svelte-56k5o8 {
  top: unset
}

.floors--item--popup--inner .button {
  padding: 8px;
  max-height: 31px
}


.floorw2{
  top: 653px;
    left: 828px;
}
.closetab{
  cursor: pointer;
}

.leftopener{
  width: 30px;
  height: 30px;
  background: #151515;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
  display: flex;
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: none;
}

.filterm1{
  width: 40px;
  height: 40px;
  background: #151515;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  z-index: 9;
  justify-content: center;
  align-items: center;
  flex: none;

}
.filtermobslider{
  display: flex;
  gap: 10px;
}


.bottommenu{
  padding: 15px 20px;
    background: #151515;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.bottommenu i{
  color: #fff;

}
.slides{
  display: flex;
  align-items: center;
  gap: 10px;

 
}
.mbstudios{
  height: 40px;
  width: 100px;
  border-radius: 10px;
  background: #fff;
  color: #151515;
  text-align: center;
  
  font-size: 12px;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  flex: none;
}
.sliderswrapper{
  width: 100%;
  overflow: auto hidden;
}


.std{
  border-right: 10px solid #547465;
}

.sbed1{
  border-right: 10px solid #f8a797;
}

.sbed2{
  border-right: 10px solid #b074c7;
}

.spent{
  border-right: 10px solid #e58fa9;
}

.mbstudios.active{
  background: #000;
  color: #fff;
}

.logfooter {
  width: 100px;
}

.mobilearea {
  position: absolute;
  padding: 20px 6px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}

.btnwhite{
  background: #3f3939;
  padding:  20px 20px;
  color: #fff;

  border-radius: 8px;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  gap: 5px;
  text-transform: uppercase;
}
.btnwhite i{
  font-size: 20px;

}


.amtz{
  margin-top: 20px;
  color: #959595;
}



.amentext{
  text-decoration: none !important;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.amentext img{
  height: 20px;
  width: 20px;
}



.btnwhite2{
  background: transparent;
  padding:  8px 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  width: 100%;
  margin-top: 10px;

}

.btnwhite3{
background: #3f3939;
    padding: 8px 20px;
    color: #fff;
    border: 1px solid #3f3939;
    border-radius: 8px;
    text-align:center;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
    width: 100%;
    margin-top: 10px;

}
.relt{
  position: relative;
  height: 100%;
  margin: 20px;

}

.resetct{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 40px;
}
.apply{
  display: none;
  width:100%;
}
.darkbtn{
  display: none;
   width: 100%;
  text-transform: none !important;
}

.floor-swithcer.svelte-x7l2ai.svelte-x7l2ai {
  max-height: 631px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #232323;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  pointer-events: all;
  padding: 10px;
  height: -moz-fit-content;
  height: fit-content;
  z-index:999;
}

.floor-swithcer.svelte-x7l2ai .title.svelte-x7l2ai {
  font-family: var(--customFonts);
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #f7fcff
}

.floor-swithcer.svelte-x7l2ai .buttons.svelte-x7l2ai {
  margin-top: 8px;
  width: 100%
}

.floor-swithcer.svelte-x7l2ai .buttons .btn.svelte-x7l2ai {
  background-color: rgba(89, 89, 89, 0.5);
  cursor: pointer;
  pointer-events: all;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 22px;
  margin-bottom: 2px
}

.floor-swithcer.svelte-x7l2ai .buttons .btn.svelte-x7l2ai:hover {
  background-color: #797979
}

.floor-swithcer.svelte-x7l2ai .buttons .btn.svelte-x7l2ai svg {
  width: 10px;
  height: 8px
}

.floor-swithcer.svelte-x7l2ai .buttons .btn.svelte-x7l2ai svg path {
  transition: 0.3s;
  fill: #eeeeee
}

.floor-swithcer.svelte-x7l2ai .buttons .btn.up.svelte-x7l2ai {
  border-radius: 4px 4px 0px 0px
}

.floor-swithcer.svelte-x7l2ai .buttons .btn.down.svelte-x7l2ai {
  border-radius: 0px 0px 4px 4px
}

.floor-swithcer.svelte-x7l2ai .buttons .btn.disabled.svelte-x7l2ai {
  pointer-events: none
}

.floor-swithcer.svelte-x7l2ai .buttons .btn.disabled.svelte-x7l2ai svg path {
  fill: #848484
}

.floor-swithcer.svelte-x7l2ai .floors.svelte-x7l2ai {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  scrollbar-width: none;
  gap: 5px
}

.floor-swithcer.svelte-x7l2ai .floors.ar .floor-button.svelte-x7l2ai {
  width: 55px
}

@media(min-width: 768px) and (max-width: 1279px) {
  .floor-swithcer.svelte-x7l2ai .floors.ar .floor-button.svelte-x7l2ai {
      width:75px
  }
}

.floor-swithcer.svelte-x7l2ai .floor-button.svelte-x7l2ai {
  background: rgba(74, 74, 74, 0.6);
  width: 39px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--customFonts);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #f7fcff;
  flex: none;
  text-decoration: none !important;
  transition: background 0.3s
}

.floor-swithcer.svelte-x7l2ai .floor-button.svelte-x7l2ai:hover {
  background: rgba(74, 74, 74, 0.9)
}

.floor-swithcer.svelte-x7l2ai .floor-button.active.svelte-x7l2ai {
  background: #fafafa;
  color: #393939
}

.floor-swithcer.svelte-x7l2ai .floor-button.disabled.svelte-x7l2ai {
  pointer-events: none
}

.floor-swithcer.svelte-j2lmuf.svelte-j2lmuf {
  background: #151515;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  pointer-events: all;
  padding: 10px 5px;
  transition: opacity 0.3s
}

.floor-swithcer.svelte-j2lmuf .svelte-j2lmuf::-webkit-scrollbar {
  display: none !important
}

@media(max-height: 768px) {
  .floor-swithcer.svelte-j2lmuf.svelte-j2lmuf {
      max-height:calc(var(--windowHeight, 100svh) - 170px)
  }
}

.floor-swithcer.openFloors.svelte-j2lmuf.svelte-j2lmuf {
  gap: 8px
}

.floor-swithcer.svelte-j2lmuf .closeBtn.svelte-j2lmuf {
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 43%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 43%);
  margin-bottom: 5px
}

.floor-swithcer.svelte-j2lmuf .closeBtn .icon.svelte-j2lmuf {
  width: 24px;
  height: 24px
}

.floor-swithcer.svelte-j2lmuf .closeBtn .icon.svelte-j2lmuf svg {
  width: 24px;
  height: 24px
}

.floor-swithcer.svelte-j2lmuf .closeBtn .title.svelte-j2lmuf {
  font-weight: 600;
  line-height: 10.8px;
  color: rgba(255, 251, 241, 0.6)
}

.floor-swithcer.mob.svelte-j2lmuf.svelte-j2lmuf {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 500px
}

.floor-swithcer.mob.ar.svelte-j2lmuf.svelte-j2lmuf {
  right: 0;
  left: unset
}

.floor-swithcer.newfloor.svelte-j2lmuf.svelte-j2lmuf {
  position: absolute;
  left: 0;
  background: transparent;
  padding: 0;
  gap: 0px
}

.floor-swithcer.newfloor.svelte-j2lmuf .floor-button.svelte-j2lmuf {
  background: rgba(35, 35, 35, 0.6);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  border-radius: 0;
  transition: background 0.3s
}

.floor-swithcer.newfloor.svelte-j2lmuf .floor-button.svelte-j2lmuf:not(:last-child) {
  margin-bottom: 0px
}

.floor-swithcer.newfloor.svelte-j2lmuf .floor-button.svelte-j2lmuf:first-child {
  border-radius: 10px 10px 0 0
}

.floor-swithcer.newfloor.svelte-j2lmuf .floor-button.svelte-j2lmuf:last-child {
  border-radius: 0 0 10px 10px
}

.floor-swithcer.newfloor.svelte-j2lmuf .floor-button.svelte-j2lmuf:hover {
  background: rgba(35, 35, 35, 0.4)
}

.floor-swithcer.newfloor.svelte-j2lmuf .floor-button.active.svelte-j2lmuf {
  background: #FFFBF1;
  color: var(--primary_menu)
}

.floor-swithcer.newfloor.svelte-j2lmuf .floor-button.active.svelte-j2lmuf:hover {
  background-color: rgba(255, 251, 241, 0.85)
}

.floor-swithcer.newfloor.svelte-j2lmuf .floor-button.disabled.svelte-j2lmuf {
  pointer-events: none
}

.floor-swithcer.svelte-j2lmuf .title.svelte-j2lmuf {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #7D7D7D
}

.floor-swithcer.svelte-j2lmuf .gradient-top.svelte-j2lmuf {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(0deg, rgba(21, 21, 21, 0) 0%, #151515 43%);
  pointer-events: none
}

.floor-swithcer.svelte-j2lmuf .gradient-bottom.svelte-j2lmuf {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 79px;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 43%);
  border-radius: 0 0 10px 10px;
  pointer-events: none
}

.floor-swithcer.svelte-j2lmuf .floors-vrs.svelte-j2lmuf {
  overflow: auto
}

.floor-swithcer.svelte-j2lmuf .floors.ar .floor-button.svelte-j2lmuf {
  width: 55px
}

.floor-swithcer.svelte-j2lmuf .villas.svelte-j2lmuf {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  overflow: auto
}

.floor-swithcer.svelte-j2lmuf .villas .floor-button.svelte-j2lmuf {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 251, 241, 0.6);
  border-radius: 0;
  transition: background 0.3s
}

.floor-swithcer.svelte-j2lmuf .villas .floor-button.svelte-j2lmuf:not(:last-child) {
  margin-bottom: 0
}

.floor-swithcer.svelte-j2lmuf .villas .floor-button.active.svelte-j2lmuf {
  background: #FFFBF1;
  color: var(--primary_menu)
}

.floor-swithcer.svelte-j2lmuf .villas .floor-button.active.svelte-j2lmuf:hover {
  background-color: rgba(255, 251, 241, 0.85)
}

.floor-swithcer.svelte-j2lmuf .villas .floor-button.disabled.svelte-j2lmuf {
  pointer-events: none
}

.floor-swithcer.svelte-j2lmuf .floor-button.svelte-j2lmuf {
  background: rgba(74, 74, 74, 0.6);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 251, 241, 0.6);
  border-radius: 8px;
  transition: background 0.3s;
  margin-bottom: 5px
}

.floor-swithcer.svelte-j2lmuf .floor-button.svelte-j2lmuf:first-child {
  margin-top: 5px
}

.floor-swithcer.svelte-j2lmuf .floor-button.svelte-j2lmuf:last-child {
  margin-bottom: 50px
}

.floor-swithcer.svelte-j2lmuf .floor-button.svelte-j2lmuf:hover {
  background: rgba(255, 251, 241, 0.6)
}

.floor-swithcer.svelte-j2lmuf .floor-button.active.svelte-j2lmuf {
  background: #FFFBF1;
  color: var(--primary_menu)
}

.floor-swithcer.svelte-j2lmuf .floor-button.active.svelte-j2lmuf:hover {
  background-color: rgba(255, 251, 241, 0.85)
}

.floor-swithcer.svelte-j2lmuf .floor-button.disabled.svelte-j2lmuf {
  pointer-events: none
}

.unitCard__price.svelte-44dvnr.svelte-44dvnr {
  width: 100%;
  font-size: 12px;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  line-height: 16.9px
}

.unitCard__price--name.svelte-44dvnr.svelte-44dvnr {
  color: #fafafa
}

.unitCard__price--favorite.svelte-44dvnr.svelte-44dvnr {
  width: 24px;
  height: 24px;
  cursor: pointer
}

.unitCard__price--favorite.svelte-44dvnr .favorite__button.svelte-44dvnr svg {
  width: 100%;
  height: 100%
}

.unitCard__price--favorite.svelte-44dvnr .favorite__button.svelte-44dvnr svg path {
  fill: transparent;
  transition: all 0.3s
}

@media(min-width: 1180px) {
  .unitCard__price--favorite.svelte-44dvnr .favorite__button.svelte-44dvnr:hover svg path {
      fill:#f7fcff
  }
}

.unitCard__price--favorite.svelte-44dvnr .favorite__button.active.svelte-44dvnr svg path {
  fill: #f28f8f;
  stroke: #f28f8f
}

.unitCard__title.svelte-1xaygvm {
  width: 100%;
  font-size: 14px;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  line-height: 130%;
  color: #f7fcff
}

.unitCardPrice.svelte-1dbwwje {
  margin-top: 11px;
  width: 100%;
  color: #f7fcff;
  line-height: 17px;
  font-size: 14px;
  font-weight: 700
}

.unit-row.svelte-1dbwwje {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.unitCard__body.svelte-1r5aecl.svelte-1r5aecl {
  background-color: #2a2a2a;
  border-radius: 5px;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 10px;
  padding: 10px 9px
}

.unitCard__body.svelte-1r5aecl .image.svelte-1r5aecl {
  height: 52px;
  width: 52px;
  border-radius: 30px
}

.unitCard__body.svelte-1r5aecl .title.svelte-1r5aecl {
  font-weight: 400;
  font-size: 14px;
  color: #F1F1F1
}

.unitCard__body.svelte-4rkfn5.svelte-4rkfn5 {
  margin-top: 30px;
  background-color: #2a2a2a;
  border-radius: 5px;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 10px;
  padding: 10px 9px
}

.unitCard__body.svelte-4rkfn5 .image.svelte-4rkfn5 {
  height: 52px;
  width: 52px;
  border-radius: 30px
}

.unitCard__body.svelte-4rkfn5 .title.svelte-4rkfn5 {
  font-weight: 400;
  font-size: 14px;
  color: #F1F1F1
}

.unitCard__button.svelte-1533f9t {
  width: 100%;
  font-size: 14px;
  display: flex;
  font-weight: 700;
  flex-direction: column;
  align-items: center
}

.unitCard__button.svelte-1533f9t .button {
  background-color: #ffffff;
  color: #393939;
  border-radius: 10px;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  transition: all 0.3s
}

.unitCard__button.svelte-1533f9t .button:hover {
  background: #e1e1e1
}

.unitCard__button.svelte-1533f9t .button:active {
  background: #fafafa
}

.unitCard__header.svelte-1b80are {
  height: 85px;
  background-color: #151515;
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  padding: 10px 20px;
  left: 8px;
  right: 8px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.unitCard__header--title.svelte-1b80are {
  font-family: var(--customFonts);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #F7FCFF
}

.unitCard__title.svelte-1f17y18 {
  width: 100%;
  font-size: 16px;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  line-height: 28.64px
}

.unitCard__title--unit.svelte-1f17y18 {
  color: #f7fcff
}

.unitCard__title--status.svelte-1f17y18 {
  font-weight: 400;
  font-size: 14px;
  color: #77a641;
  line-height: 19.5px
}

.unitCard__title--status.svelte-1f17y18:first-letter {
  text-transform: uppercase
}

.unitCard__title--status.available.svelte-1f17y18 {
  color: #77a641
}

.unitCard__title--status.unavailable.svelte-1f17y18 {
  color: #E98077
}

.unitCard__title--bedrooms.svelte-1f17y18 {
  color: #f7fcff
}
.inf.svelte-804lz8.svelte-804lz8 {
  background-color: #151515;
  border-radius: 6px;
  padding: 15px;
  min-width: 293px;
  pointer-events: all
}

.direction.svelte-804lz8.svelte-804lz8 {
  flex-direction: column-reverse
}

.info.svelte-804lz8 .arrow.svelte-804lz8 {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%) rotate(45deg);
  width: 32px;
  height: 32px;
  background-color: #151515;
  z-index: -1
}

.info.svelte-804lz8 .arrow.direction.svelte-804lz8 {
  top: -5px;
  bottom: unset
}

.info__header.svelte-804lz8.svelte-804lz8 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.info__title.svelte-804lz8.svelte-804lz8 {
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.2
}

.info__bedroom.svelte-804lz8.svelte-804lz8 {
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2
}

.info__area.svelte-804lz8.svelte-804lz8 {
  margin-top: 12px
}

.info__price.svelte-804lz8.svelte-804lz8 {
  margin-top: 8px
}
.popover-body{
  background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
}


.popover {
  --bs-popover-bg: #151515 !important; /* Red color for the arrow */
}
.unitCard__body.svelte-xjfg7r.svelte-xjfg7r {
  background-color: #2a2a2a;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
  display: flex;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 14px;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 5px
}

.unitCard__body_line.svelte-xjfg7r.svelte-xjfg7r {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.unitCard__body_line.svelte-xjfg7r .upper.svelte-xjfg7r {
  text-transform: capitalize;
  text-align: right
}

.unitCard__body_line--name.svelte-xjfg7r.svelte-xjfg7r {
  color: #959595
}

.unitCard__body_line--amount.svelte-xjfg7r.svelte-xjfg7r {
  color: #959595
}

.unitCard__body_line--amount.svelte-xjfg7r span {
  color: #959595;
  font-size: 14px
}

.unitCard__body.svelte-tmdqxc.svelte-tmdqxc {
  border-radius: 5px;
  padding: 0 0 11px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  font-family: var(--customFonts);
  color: #959595;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.unitCard__body.svelte-tmdqxc .upper.svelte-tmdqxc {
  text-transform: capitalize
}

.unit-row.svelte-tmdqxc.svelte-tmdqxc {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.unit-row.svelte-tmdqxc .bedrooms.svelte-tmdqxc {
  text-transform: capitalize
}

.unitCard__button.svelte-5x84k7.svelte-5x84k7 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%
}

.unitCard__button.svelte-5x84k7 .button {
  background-color: var(--panel_background);
  border-radius: 10px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  border: none;
  transition: all 0.3s
}
.book-btn a{
  display: block;
  text-decoration: none !important;
  background: #fff;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 5px;
}

.content2 {
    display: none; /* Initially hide the content */
}

#landscape-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}
.pow{
 position:absolute;
 right:20px;
 bottom:15px;
 width:90px;
 z-index:99;

}

.btnx{
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  gap: 10px;
  z-index: 99;
  transform: translate(-50%, 0);
}
.btnbase{
  background: #000;
  padding:  8px 20px;
  color: #fff;

  border-radius: 8px;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
 
}

.btnbase.active{
  background: #fff;
  color: #000;
}
.btnwhiteexp{
      background: #fff;
  padding:  12px 20px;
  color: #515151;
    font-weight:600;
  border-radius: 8px;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  width: 80%;
  text-transform: uppercase;
  
}
.opzo{
text-align: center;
    padding-top: 15px;
    position: relative;
    z-index: 99;
    display:none;
    background: rgba(21, 21, 21, 0.7);
    padding-bottom: 15px;
}

.size-filter{
  margin-top: 25px;
  color: #959595;
}
.labelx{

  font-size: 12px;
  margin-bottom: 20px;

}


.asRange{
  width: 100% !important;
  background: #7c7373;
}

.asRange-scale{
  background: #7c7373;
}

.asRange .asRange-pointer .asRange-tip:before{
  display: none !important;
}

.asRange .asRange-pointer:before{
  background: #7c7373;
}

.asRange .asRange-selected{
  background: #fff;
}
.asRange .asRange-pointer .asRange-tip{
  top: initial;
  bottom: -33px;
  background: transparent;
  border: 0;
  font-family: "Open Sans", sans-serif;
}

.asRange .asRange-selected, .asRange-scale, .asRange{
  height: 3px;
}
.asRange .asRange-pointer{
  height: 3px;
  width: 3px;
}

.listox{
  color: #fff;
  display: flex;
  text-decoration: none !important;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  text-transform: uppercase;
}



.whitehr {
  border: none; /* Remove the default border */
  height: 2px;  /* Set the height of the line */
  background-color: white; /* Set the background color to white */
  margin: 20px 0; /* Add vertical spacing (optional) */
  opacity: 0.8; /* Optional: Slight transparency */
}

.tt360{
  margin-top: 50px;
}
.logorab {
  width: 55px;
  margin: auto;
  margin-bottom: 25px;
  display: block;
}

.filter-button .right .color__4 {
    background-color: #c7c7e4;
}