@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
    margin: 0px;
    padding: 0px;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.app {
    /* width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow-y: hidden; */
    width: auto;
    max-width: 100%;
    min-width: 100vw;
    height: 100%;
    min-height: 100vh;
    overflow-x: scroll;
    overflow-y: hidden!important;
   
}

svg polygon, svg path {
    opacity: 0;
}

.app__home svg polygon,
.app__home svg path{
    opacity: 1;
}
.app svg {
 
    width: auto;
    transform: scale(1);
    /* transform: scale(1) !important; */
}






@media  (max-width:1611px) {
  .app svg {
    height: 100vh;
   
}
}

@media  (min-width:1509px) {
  .app  {
    overflow-x: hidden!important;
   
}
}
.app__home svg {
    transform:scale(1);
}

.app.app__home svg {
    /* transform: scale(1); */
    transform: scale(1.2) translateX(130px);
}





/* svg, */

image {
    /* width: auto;
    min-width: 100% !important;
    min-height: 100%; */
   
    min-width: 100% !important;
    min-height: 100%;
    height: auto;
}

svg polygon:hover, svg path:hover {
    /* fill: #e21a1a; */
    /* opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer; */
}



@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}

@media (orientation: landscape) and (max-width:1104px) {
    .logo {
        display: none;
    }
}


@media screen and (max-width:0px) {
    .lamele {
        display: none;
    }
}

@media screen and (max-width:768px) {
   
    .single {
        padding: 10px;
    }
    .single__bottom img {
        display: none;
    }
    .contact__box {
        width: 300px;
    }
    .contact__form {
        padding: 10px;
    }
    .app.app__home svg {
    /* transform: scale(1); */
    transform: scale(1.3) translateX(90px);
}
}


.s-0 rect
 {
    fill: transparent;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}


.s-1 rect
 {
    fill: transparent;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}


.s-2 rect
 {
    fill: transparent;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}

.s-0 polygon:hover,
.s-0 rect:hover,
.s-0 path:hover {
    fill: #6ec47c;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}



.s-1 polygon:hover,
.s-1 rect:hover,
.s-1 path:hover {
    fill: gray;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}

.s-2 polygon:hover,
.s-2 rect:hover,
.s-2 path:hover {
    fill: #bb3939;
    opacity: 0.6600000262260437;
    isolation: isolate;
    cursor: pointer;
}
.header {
    width: 100%;
    height: 42px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding-top: 10px;
    z-index: 999;
    background: white;
}

.header .nav {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav ul {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav ul li {
    display: inline-flex;
    padding: 0px 35px;
}

.header .nav ul li a {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 209.3%;
    /* or 29px */
    text-transform: uppercase;
    color: #ffffff;
}

.header .nav ul li a:hover {
    color: #6ec47c;
}

.header .nav ul li.active a {
    color: #6ec47c;
    font-weight: 700;
}

.header .header__actions {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.header .header__actions ul {
    display: flex;
    align-items: center;
}

.header .header__actions ul li {
    border-right: 1px solid #6ec47c;
    list-style: none;
    padding: 0px 17px;
}

.header .header__actions ul li:last-child {
    border: 0px;
}

.lamele {
 position: fixed;
    left: 180px;
    top: 0px;
    transform: translateX(-50%);
    width: 250px;
    height: auto;
    background: rgba(255,255,255,0.6);
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    box-shadow: 0px 4px 34px 7px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    display: flex;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
 @media screen and (max-width: 768px) {
     .lamele {
          position: fixed;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    width: 250px;
    height: auto;
    background: rgba(255,255,255,0.6);
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    box-shadow: 0px 4px 34px 7px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    display: flex;
     }
} 



.lamele .lamele__item {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}

.lamele .lamele__item span {
    font-size: 14px;
    color: #000;
    font-weight: 600;

}

.lamele .lamele__item:hover {
      background-color: rgba(255,255,255,0.4);
   
   
}

.lamele .lamele__a:hover {
      background-color: rgba(255,255,255,0.4);
   
   border-bottom-left-radius: 25px!important;
}



.lamele .lamele__a.active {
    background-color: rgba(255,255,255,0.4);
    border-bottom-left-radius: 25px!important;
   
    
}


.lamele .lamele__b:hover {
      background-color: rgba(255,255,255,0.4);
   
   border-bottom-right-radius: 25px!important;
}



.lamele .lamele__b.active {
    background-color: rgba(255,255,255,0.4);
    border-bottom-right-radius: 25px!important;
   
    
}

.lamele .lamele__item:hover img {
    filter: grayscale(1) invert(1);
}

.lamele .lamele__item:last-child {
    border: 0px;
}

.lamele .lamele__item img {
    width: 62px;
}



.lamele .lamele__item.active img {
    filter: grayscale(1) invert(1);
}

.position{
    display: inline-block;
    width: 100%;
    text-align: center
   
}
.navigation {
    
    position: fixed;
    width: 100%;
    bottom: 50px;
   
    opacity: 0.8;
    
}



.position a:hover{
    background-color:#000;
    color:#fff;
}

.app.app__home svg g.home a {
    transition: 0.2s opacity;
    z-index: 9;
    position: relative;
}

.app.app__home svg g.home a.garaza {
    z-index: 1 !important;
    position: relative;
}

.app.app__home svg g.home:hover a:not(:hover) {
    opacity: 1;
}

.app.app__home svg g.home a {
    opacity: 0;
}

.app.app__home svg polygon {
    fill: rgba(0, 0, 0, 0.57);
}

.app.app__home svg g.home a polygon, .app.app__home svg g.home a path {
    z-index: 9;
    position: relative;
}

.app.app__home svg g.home a.garaza polygon, .app.app__home svg g.home a.garaza path {
    z-index: 1 !important;
    position: relative;
}

.app.app__home svg g.building a polygon, .app.app__home svg g.etaze a polygon {
    opacity: 0;
    stroke-width: 1.5px;
    cursor: pointer;
}

.app.app__home svg g.building a polygon:hover, .app.app__home svg g.etaze a polygon:hover {
    opacity: 1;
}

.app.app__home svg g.building a.available polygon, .app.app__home svg g.etaze a.available polygon {
    fill: rgba(110, 196, 124, 0.5);
    stroke: #6ec47c;
}

.app.app__home svg g.building a.reserved polygon, .app.app__home svg g.etaze a.reserved polygon {
    fill: rgba(189, 174, 35, .5);
    stroke: #c4c4c4;
}

.app.app__home svg g.building a.notavailable polygon, .app.app__home svg g.etaze a.notavailable polygon {
    fill: rgba(187, 57, 57, 0.5);
    stroke: #bb3939;
}

.app.app__home svg path {
    fill: rgba(0, 0, 0, 0.57);
}

.app.app__home svg g.building a path, .app.app__home svg g.etaze a path {
    opacity: 0;
    stroke-width: 1.5px;
    cursor: pointer;
}

.app.app__home svg g.building a path:hover, .app.app__home svg g.etaze a path:hover {
    opacity: 1;
}

.app.app__home svg g.building a.available path, .app.app__home svg g.etaze a.available path {
    fill: rgba(110, 196, 124, 0.5);
    stroke: #6ec47c;
}

.app.app__home svg g.building a.reserved path, .app.app__home svg g.etaze a.reserved path {
    fill: rgba(189, 174, 35, .5);
    stroke: #c4c4c4;
}

.app.app__home svg g.building a.notavailable path, .app.app__home svg g.etaze a.notavailable path {
    fill: rgba(187, 57, 57, 0.5);
    stroke: #bb3939;
}

.position a:hover img {
    filter: grayscale(1) invert(1);
}

.label-button {
    
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    box-shadow: 0 3px 2px -2px rgba(0,0,0,.3),0 5px 2px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(0,0,0,.12)!important;
    border-radius:28px;
    font-size: 1.875rem;
    border: none;
    color: black;
    background: white;
        margin-left: 10px;
    margin-right: 6px;
}

.rotate-button {
    
    height: 36px;
    width: 36px;
    box-shadow: 0 3px 2px -2px rgba(0,0,0,.3),0 5px 2px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(0,0,0,.12)!important;
    border-radius:28px;
    font-size: 1.875rem;
    border: none;
    color: black;
    background: white;
    display: inline-block;
    padding: 5px;

}

.fs-button {
    
    height: 36px;
    width: 36px;
    box-shadow: 0 3px 2px -2px rgba(0,0,0,.3),0 5px 2px 0 rgba(0,0,0,.3),0 1px 3px 0 rgba(0,0,0,.12)!important;


}


.position button:hover {
    background-color: #000;
    color: #fff!important;
}

.position a:hover span {
  
    color: #fff!important;
}



.fs-button:hover {
  
    background: black;
}


.fs-button:hover span {
  
    color: #fff!important;
}

.fs-button .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: fixed;
  z-index: 1;
    margin-top: -40px;
    margin-left: -67px;
    border-radius: 25px;
    opacity: 0.8;
    font-size: 1.175rem;
    
}

.fs-button:hover .tooltiptext {
  visibility: visible;
}

body::-webkit-scrollbar{
    display: none;
  }
