@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;
}

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:813px) {
  .app svg {
    height: 100vh;
   
}
}

@media  (max-height:1000px) {
  .app  {
     overflow-y: scroll!important;
   
}
}

@media  (max-width:813px) {
  .app svg {
    height: 100vh;
   
}
}
.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 (max-width: 768px) {
    svg image {
        transform: translateX(-300px);
    }
} */

@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: 140px;
    position: fixed;
    top: 0px;
    left: 0px;
    padding-top: 10px;
    z-index: 999;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
}

.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: #c4a26e;
}

.header .nav ul li.active a {
    color: #c4a26e;
    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 #c4a26e;
    list-style: none;
    padding: 0px 17px;
}

.header .header__actions ul li:last-child {
    border: 0px;
}

.lamele {
    position: fixed;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 110px;
    height: auto;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    box-shadow: 0px 4px 34px 7px rgba(0, 0, 0, 0.08);
    z-index: 9999;
}

.lamele .lamele__item {
    width: 100%;
    height: 84px;
    display: flex;
    border-bottom: 1px solid #d3d3d3;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lamele .lamele__item span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-top: 10px;
}

.lamele .lamele__item:hover {
    background-color: #c4a26e;
}

.lamele .lamele__item:hover img {
    filter: grayscale(1) invert(1);
}

.lamele .lamele__item:last-child {
    border: 0px;
}

.lamele .lamele__item img {
    width: 49px;
}

.lamele .lamele__item.active {
    background-color: #c4a26e;
}

.lamele .lamele__item.active img {
    filter: grayscale(1) invert(1);
}

.position{
    
}
.position a{
    width:100%;
    height:50px;
    background-color:#fff;
    border-top:1px solid rgba(0,0,0,.35);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:fixed;
    left:0px;
    bottom:0px;
    color:#000;
    font-weight:600;
    font-size:22px;
    
text-decoration:none;
}

.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;
}
