:root {
  --r-color: #798C70;
  --g-color: #783D41;
  /* Prev  */

  /* --bes-color: #c1b688; */
  --bes-color: #783D41;
  /* --best-color: #E9E7E1; */
  --best-color: #783D41;
  /* --gr-color: #666666; */
  --gr-color: #783D41;
  /* --br-color: #333333; */
  --br-color: #783D41;
  --bb-color: #111111;
  /* --wb-color: #fff; */
  --wb-color: #E9E7E1;
}

@font-face {
  font-family: 'Mittel';
  src: url('../../assets/fonts/Mittel.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

* {
  /* font-family: 'Mittel' !important; */
  font-family: sans-serif !important;
}

.int-sel {
  display: flex;
  justify-content: center;
  max-height: 750px;
}

/* level SVG select  */
.svg-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 85%;
  top: 12%;
  z-index: 5;
}

.svg-wrapper {
  position: relative;
  width: 100px;
  /* adjust as needed */
}

.svg-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.svg-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  /* choose color and transparency as needed */
  opacity: 0;
  transition: opacity 0.3s;
}

.svg-wrapper:hover::after {
  opacity: 1;
}

/* END level SVG select  */

.table-section {
  /* background-color: var(--r-color); */
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.conts {
  padding: 4% 2%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 700px) {
  .conts {
    padding: 5% 0;
  }
}

table.blueTable {
  height: auto;
  max-width: 1400px;
  text-align: center;
  border-collapse: collapse;
}

.divTable.blueTable .divTableHeading {
  border-bottom: 3px solid var(--gray-color);
}

.sorting,
.sorting_asc,
.sorting_desc {
  cursor: pointer;
}

.sorting {
  /* background-image: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIUnC2nKLnT4or00PvyrQwrPzUZshQAOw==); */
  background-position: right 0 center;
  background-repeat: no-repeat;
  z-index: 1;
}

.sorting_asc {
  background-image: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIRnC2nKLnT4or00Puy3rx7VQAAOw==);
}

.sorting_desc {
  background-image: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
}

.divTable {
  display: table;
  padding: 2rem 0;
  width: 100%;
}

.divTableRow {
  display: table-row;
  /* border-bottom: 1px solid var(--gray-color); */
  z-index: 0;
}

.divTableHeading {
  display: table-header-group;
  font-weight: 700;
  color: var(--wb-color);
}

.divTableRow:first-child {

  color: var(--gray-color);
}

.divTableRow>th,
.divTableRow>td {
  display: table-cell;
  padding: 10px 0 10px 3px;
  cursor: pointer;
  font-size: 18px;
}

@media (max-width: 1000px) {
  .divTableRow>th {
    font-size: 14px;
  }



  .mazak {
    font-size: 14px !important;
  }
}

@media (max-width: 600px) {
  .mazak {
    font-size: 10px !important;
  }

  .sort1,
  .sort4 {
    text-align: left;
  }
}

.divTableBody>.divTableRow>th,
.divTableBody>.divTableRow>td {
  padding: 20px 0;
  font-size: 16px;
  color: var(--wb-color);
}

.divTableRow>div {
  display: table-cell;
}

.divTableBody {
  display: table-row-group;
}

/* .t_1 {
    background-color: #60a585;
  }
  .t_2 {
    background-color: #bf7c55;
  }
  .t_3 {
    background-color: #788780;
  } */
.t-sym {
  /* -webkit-clip-path: circle(25% at 50% 50%);
    clip-path: circle(25% at 50% 50%);
    color: #fff; */
  text-align: center;
  font-weight: bold;
  font-size: 40px !important;
  min-width: 50px;
  max-width: 100px;
  font-family: 'CoFo';
}

@media (max-width: 750px) {
  .mob {
    display: none !important;
  }
}

.mob-2 {
  display: none !important;
}

@media (min-width: 1300px) {
  .t-sym {
    width: 140px;
  }

  .mob-2 {
    display: table-cell !important;
  }
}

.t-sym::before {
  display: inline-block;
  height: 100%;
  background: blue;
  vertical-align: middle;
  content: "";
}

.modal {
  position: fixed;
  z-index: 25;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  background: rgb(0, 0, 0, 0.7);
  filter: Alpha(Opacity=50);
}

.modal-content {
  position: relative;
  background-color: var(--wb-color);
  margin: auto;
  padding: 0;
  /* width: 100%;
    height: 100%; */
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s;
  display: table;
}

.modal-header {
  padding: 5px 35px;
  background-color: var(--purple-color);
  color: var(--g-color);
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-closer {
  position: absolute;
  top: 15px;
  right: 40px;
  -webkit-clip-path: circle(25% at 50% 50%);
  clip-path: circle(25% at 50% 50%);
  color: #fff;

}

.modal-header>p {
  margin-bottom: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  font-size: xx-large;
}

.modal-body {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
}

.contact-call {
  display: flex;
}

.nav-lang {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

@media (min-width: 1000px) {
  .nav-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-lang a li {
  display: inline-block;
  margin: 0 15px;
}

.nav-lang a {
  cursor: pointer;
}

.nav-lang a li {
  color: var(--r-color);
  font-weight: 800;
}

@media (max-width: 1100px) {
  .nav-lang a li {
    margin: 0 11px;
  }
}

.modal-body>div {
  width: 50%;
}

.modal-body>div:first-child {
  background-color: #ffffff;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid var(--wb-color);
}

.modal-frame {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-frame>iframe {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  min-height: 500px;
}

#m-info {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
}

.mi {

  border-bottom: 1px solid;
}

.mi-off {
  border-bottom: none;
}

#m-img {
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

.m-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 75vh;
}

.mi {
  /* color: var(--r-color); */
  font-size: large;
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  width: 25%;
}

@media (max-width: 1500px) {
  .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }




}

@media (min-width: 1770px) {
  .svg-container {
    left: 85%;
    top: 11%;
  }
}

@media (max-width: 990px) {
  .svg-container {
    left: 85%;
    top: 11%;
  }

  .svg-wrapper {
    width: 75px;
  }
}

@media (max-width: 740px) {
  .svg-container {
    left: 85%;
    top: 11%;
  }

  .svg-wrapper {
    width: 60px;
  }
}

@media (max-width: 560px) {
  .svg-wrapper {
    width: 50px;
  }
}

@media (max-width: 560px) {
  .svg-container {

    top: 7%;
  }

  .svg-wrapper {
    width: 45px;
  }
}

@media (max-width: 560px) {
  .svg-wrapper {
    width: 40px;
  }
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0.5;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0.5;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  /* color: white; */
  float: right;
  font-size: 35px;
  font-weight: bold;
  background-color: var(--wb-color);
  padding: 15px 15px 15px 15px;
  border-radius: 15px;
}

.close:hover,
.close:focus {
  color: var(--r-color);
  text-decoration: none;
  cursor: pointer;
}

#header-hero-container {
  height: calc(20vh);
}

#sorter {
  margin: 1rem 15px;
  display: none;
}

@media (max-width: 500px) {
  #sorter {
    margin: 1rem 5px;
  }
}

#sorter>div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sorter>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-center {
  font-size: 1.5rem;
  font-weight: 500;
  color: #434451;
  font-weight: 600;
  padding-left: 10px;
}

.s-center-p {
  padding-right: 25px;
}

.section {
  /* height: 1px; */
  width: 100%;
  max-width: 1300px;
  background-color: black;
  margin: 0.7rem 0;
}

.myBut {
  background-color: #434451;
  border: 2px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #f69414;
  font-size: 1em;
  padding: 0.3rem 0.8rem;
  text-decoration: none;
  margin: 0 1rem;
  font-weight: 600;
}

.myBut:active {
  position: relative;
  top: 1px;
}

.apli {
  color: #434451;
  background-color: #ffab23;
}

@media (max-width: 610px) {
  .myBut {
    font-size: 0.8em;
    margin: 0.2rem 0.5rem;
  }

  .s-center {
    font-size: 1rem;
    font-weight: 600;
  }
}

@media (max-width: 490px) {
  .myBut {
    font-size: 0.6em;
    margin: 0.2rem 0.25rem;
  }
}

@media (max-width: 375px) {
  .myBut {
    margin: 0.2rem 0.2rem;
    padding: 0.3rem 0.6rem;
  }
}

section.range-slider {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rangeValues {
  min-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  color: #f69314;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rangeSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.range-slider input[type="range"] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #434451;
  box-shadow: inset 0 1px 0 0 #ffaa22, inset 0 -1px 0 0 #ffaa22;
  -webkit-box-shadow: inset 0 1px 0 0 #ffaa22, inset 0 -1px 0 0 #ffaa22;
  overflow: hidden;
  top: 25%;
  max-width: 600px;
  width: 300px;
  outline: none;
  height: 20px;
  margin: 0;
  padding: 0;
}

section.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, #fa2),
      to(#413f41));
  background-image: linear-gradient(to bottom, #fa2 0, #413f41 100%);
}

section.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #fa2 0, #413f41 100%);
}

section.range-slider input[type="range"]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #fa2 0, #413f41 100%);
}

section.range-slider input[type="range"]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: #000;
  border: 0;
}

section.range-slider input[type="range"]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

section.range-slider input[type="range"]::-moz-focus-outer {
  border: 0;
}

@media (max-width: 600px) {
  .s-center {
    padding-left: 0px;
  }

  .slid {
    height: 75px;
  }

  .rangeValues {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  section.range-slider input[type="range"] {
    left: -210px;
    top: 60%;
    width: 280px;
  }
}

.regco {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.floor-con {
  /* margin-left: 5%; */
  display: flex;
  width: 25%;
  height: 100%;
  align-items: center;
}

.button-container {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-width: 220px;
  overflow: hidden;
  max-height: 45px;
}

.flexer {
  display: flex;
  max-width: 1000px;
  margin: auto;
  /* flex-wrap: wrap; */
  /* Allows children to wrap onto the next row */
  height: 4.6vw;
  justify-content: space-between;
  align-items: baseline;
  /* Ensure elements inside flexer are properly spaced */
}



.back-button {
  width: 5%;
  max-height: 75px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .flexer {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 23vw;
  }



  .floor-hid {
    display: none;
  }


  .regco {
    height: 35%;
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }

  .floor-con {
    width: 25%;
    height: 100%;
    align-items: center;
  }

  .back-button {
    width: 5%;
    max-height: 75px;
    height: 50%;
  }

  .indic {
    height: 50% !important;
  }
}

@media (max-width: 700px) {
  .regco {
    width: 98%;
    justify-content: space-between;
  }


  .button-container {
    min-width: 160px
  }

  .butsmal {

    min-width: 100px !important;
  }
}

@media (max-width: 500px) {
  .regco {
    width: 94%;
    justify-content: space-between;
  }



  .button-container {
    min-width: 160px
  }

}


.return-svg {
  max-height: 75px;
  height: 100%;
  margin: auto;
}

/* Initial Styles for Modal and Building Models */
.modaler,
.building-model {
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Fade-Out Effect */
.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Fade-In Effect */
.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Optional: Style the modal and building models for better visibility */
/* .modal,
.building-model {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
} */
/* .modal-contento {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */
/* table.transition-table {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
  opacity: 0;
}

table.transition-table.expanded {
  opacity: 1;
  transition: height 0.5s ease, opacity 0.5s ease;
} */


/* .modaler{
  display: f;
} */
.house-img {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.house-imger {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  border-radius: 9px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.house-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.houshape {
  pointer-events: all;
  fill: #ffffff9d;
  stroke: #292929;
  stroke-width: 10;
  opacity: 0.5;
  cursor: pointer;
  transition: stroke 0.3s, fill 0.3s, opacity 0.5s;
}

.houshape:hover,
.houshape.active {
  stroke: #000000;
  opacity: 0.8;
  fill: #ffffff;
}

/* Animations per house */
.la_1 {
  animation: pulsate 2s infinite 0s;
}

.la_2 {
  animation: pulsate 2s infinite 0.5s;
}

.la_3 {
  animation: pulsate 2s infinite 1s;
}

.la_4 {
  animation: pulsate 2s infinite 1.5s;
}

.la_5 {
  animation: pulsate 2s infinite 2s;
}

.la_6 {
  animation: pulsate 2s infinite 2.5s;
}

@keyframes pulsate {
  0% {
    opacity: 0.8;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 0.8;
  }
}