.kitchen {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: block;
    background: #2c2218;
    overflow: hidden;
}
.kitchen-grout-wall {
    transform: perspective(1px) rotateX(0) rotate(0) rotateY(0);
    background: transparent;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 0),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2) 1px, transparent 0);
    background-position: 1px 1px;
    width: 100vw;
    height: 50vh;
    position: absolute;
    top: 0;
    z-index: 3;
}
.kitchen-wall {
    transform:;
    background-position: 1px 1px;
    background-repeat: repeat;
    width: 100vw;
    height: 50vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.kitchen-grout-floor {
    transform: perspective(550px) rotateX(75deg) rotate(0) rotateY(0);
    background-image: transparent;
    background-position: 1px 1px;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0.3px, transparent 0),
        linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0.3px, transparent 0);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 160px;
    z-index: 1;
}
.kitchen-grout-floor.bg30x30 {
    background-size: 40px 30px;
}
.kitchen-grout-floor.bg40x40 {
    background-size: 60px 40px;
}
.kitchen-grout-floor.bg50x50 {
    background-size: 70px 50px;
}
.kitchen-grout-floor.bg60x60 {
    background-size: 90px 60px;
}
.kitchen-grout-floor.bg60x120 {
    background-size: 100px 120px;
}
.kitchen-grout-floor.bg80x80 {
    background-size: 110px 80px;
}
.kitchen-grout-floor.bg90x180 {
    background-size: 90px 180px;
}
.kitchen-grout-floor.bg122x18 {
    background-size: 244px 18px;
}
.kitchen-floor {
    transform: perspective(550px) rotateX(75deg) rotate(0) rotateY(0);
    background-position: 1px 1px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 160px;
    z-index: 0;
}
.kitchen-floor.bg30x30 {
    background-size: 40px 30px;
}
.kitchen-floor.bg40x40 {
    background-size: 60px 40px;
}
.kitchen-floor.bg50x50 {
    background-size: 70px 50px;
}
.kitchen-floor.bg60x60 {
    background-size: 90px 60px;
}
.kitchen-floor.bg60x120 {
    background-size: 100px 120px;
}
.kitchen-floor.bg80x80 {
    background-size: 110px 80px;
}
.kitchen-floor.bg90x180 {
    background-size: 90px 180px;
}
.kitchen-floor.bg122x18 {
    background-size: 244px 18px;
}
.kitchen-object {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: -10px;
    top: -41px;
    z-index: 4;
}

.bathroom {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: block;
    background: #2c2218;
    overflow: hidden;
}
.bathroom-grout-wall {
    transform: perspective(1px) rotateX(0) rotate(0) rotateY(0);
    background: transparent;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 0),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2) 1px, transparent 0);
    background-position: 1px 1px;
    width: 100vw;
    height: 82vh;
    position: absolute;
    top: 0;
    z-index: 3;
}

.bathroom-grout-wall.bg40x40 {
    background-size: 80px 80px !important;
}
.bathroom-grout-wall.bg30x30 {
    background-size: 60px 60px !important;
}
.bathroom-grout-wall.bg50x50 {
    background-size: 100px 100px !important;
}
.bathroom-grout-wall.bg60x60 {
    background-size: 120px 120px !important;
}
.bathroom-grout-wall.bg60x120 {
    background-size: 120px 240px !important;
}
.bathroom-grout-wall.bg80x80 {
    background-size: 160px 160px !important;
}
.bathroom-grout-wall.bg90x180 {
    background-size: 180px 360px !important;
}
.bathroom-grout-wall.bg122x18 {
    background-size: 244px 36px !important;
}
.bathroom-wall {
    transform:;
    background-position: 1px 1px;
    background-repeat: repeat;
    width: 100vw;
    height: 82vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.bathroom-wall.bg30x30 {
    background-size: 60px 60px !important;
}
.bathroom-wall.bg40x40 {
    background-size: 80px 80px !important;
}
.bathroom-wall.bg50x50 {
    background-size: 100px 100px !important;
}
.bathroom-wall.bg60x60 {
    background-size: 120px 120px !important;
}
.bathroom-wall.bg60x120 {
    background-size: 120px 240px !important;
}
.bathroom-wall.bg80x80 {
    background-size: 160px 160px !important;
}
.bathroom-wall.bg90x180 {
    background-size: 180px 360px !important;
}
.bathroom-wall.bg122x18 {
    background-size: 244px 36px !important;
}
.bathroom-grout-floor {
    transform: perspective(550px) rotateX(75deg) rotate(0) rotateY(0);
    background-image: transparent;
    background-position: 1px 1px;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0.3px, transparent 0),
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0.3px, transparent 0);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 210px;
    z-index: 1;
}
.bathroom-grout-floor.bg30x30 {
    background-size: 40px 30px;
}
.bathroom-grout-floor.bg40x40 {
    background-size: 60px 40px;
}
.bathroom-grout-floor.bg50x50 {
    background-size: 70px 50px;
}
.bathroom-grout-floor.bg60x60 {
    background-size: 90px 60px;
}
.bathroom-grout-floor.bg60x120 {
    background-size: 100px 120px;
}
.bathroom-grout-floor.bg80x80 {
    background-size: 110px 80px;
}
.bathroom-grout-floor.bg90x180 {
    background-size: 90px 180px;
}
.bathroom-grout-floor.bg122x18 {
    background-size: 244px 18px;
}
.bathroom-floor {
    transform: perspective(550px) rotateX(75deg) rotate(0) rotateY(0);
    background-position: 1px 1px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 210px;
    z-index: 0;
}
.bathroom-floor.bg30x30 {
    background-size: 40px 30px;
}
.bathroom-floor.bg40x40 {
    background-size: 60px 40px;
}
.bathroom-floor.bg50x50 {
    background-size: 70px 50px;
}
.bathroom-floor.bg60x60 {
    background-size: 90px 60px;
}
.bathroom-floor.bg60x120 {
    background-size: 100px 120px;
}
.bathroom-floor.bg80x80 {
    background-size: 110px 80px;
}
.bathroom-floor.bg90x180 {
    background-size: 90px 180px;
}
.bathroom-floor.bg122x18 {
    background-size: 244px 18px;
}
.bathroom-object {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: -10px;
    top: 20px;
    z-index: 4;
}

.bedroom {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: block;
    background: #2c2218;
    overflow: hidden;
}
.bedroom-grout-wall {
    transform: perspective(1px) rotateX(0) rotate(0) rotateY(0);
    background: transparent;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 0),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2) 1px, transparent 0);
    background-position: 1px 1px;
    width: 100vw;
    height: 50vh;
    position: absolute;
    top: 0;
    z-index: 3;
}
.bedroom-wall {
    transform:;
    background-position: 1px 1px;
    background-repeat: repeat;
    width: 100vw;
    height: 50vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.bedroom-grout-floor {
    transform: perspective(550px) rotateX(60deg) rotate(0) rotateY(0);
    background-image: transparent;
    background-position: 1px 1px;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0.3px, transparent 0),
        linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0.3px, transparent 0);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 150px;
    z-index: 1;
}
.bedroom-grout-floor.bg30x30 {
    background-size: 40px 30px;
}
.bedroom-grout-floor.bg40x40 {
    background-size: 60px 40px;
}
.bedroom-grout-floor.bg50x50 {
    background-size: 70px 50px;
}
.bedroom-grout-floor.bg60x60 {
    background-size: 90px 60px;
}
.bedroom-grout-floor.bg60x120 {
    background-size: 100px 120px;
}
.bedroom-grout-floor.bg80x80 {
    background-size: 110px 80px;
}
.bedroom-grout-floor.bg90x180 {
    background-size: 90px 180px;
}
.bedroom-grout-floor.bg122x18 {
    background-size: 244px 18px;
}
.bedroom-floor {
    transform: perspective(550px) rotateX(60deg) rotate(0) rotateY(0);
    background-position: 1px 1px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 150px;
    z-index: 0;
}
.bedroom-floor.bg30x30 {
    background-size: 40px 30px;
}
.bedroom-floor.bg40x40 {
    background-size: 60px 40px;
}
.bedroom-floor.bg50x50 {
    background-size: 70px 50px;
}
.bedroom-floor.bg60x60 {
    background-size: 90px 60px;
}
.bedroom-floor.bg60x120 {
    background-size: 100px 120px;
}
.bedroom-floor.bg80x80 {
    background-size: 110px 80px;
}
.bedroom-floor.bg90x180 {
    background-size: 90px 180px;
}
.bedroom-floor.bg122x18 {
    background-size: 244px 18px;
}
.bedroom-object {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: 0;
    top: -41px;
    z-index: 4;
}
.diningroom {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: block;
    background: #2c2218;
    overflow: hidden;
}
.diningroom-grout-wall {
    transform: perspective(1px) rotateX(0) rotate(0) rotateY(0);
    background: transparent;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 0),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2) 1px, transparent 0);
    background-position: 1px 1px;
    width: 100vw;
    height: 50vh;
    position: absolute;
    top: 0;
    z-index: 3;
}
.diningroom-wall {
    transform:;
    background-position: 1px 1px;
    background-repeat: repeat;
    width: 100vw;
    height: 50vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.diningroom-grout-floor {
    transform: perspective(550px) rotateX(70deg) rotate(0) rotateY(0);
    background-image: transparent;
    background-position: 1px 1px;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0.3px, transparent 0),
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0.3px, transparent 0);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50px;
    z-index: 1;
}
.diningroom-grout-floor.bg30x30 {
    background-size: 40px 30px;
}
.diningroom-grout-floor.bg40x40 {
    background-size: 60px 40px;
}
.diningroom-grout-floor.bg50x50 {
    background-size: 70px 50px;
}
.diningroom-grout-floor.bg60x60 {
    background-size: 90px 60px;
}
.diningroom-grout-floor.bg60x120 {
    background-size: 100px 120px;
}
.diningroom-grout-floor.bg80x80 {
    background-size: 110px 80px;
}
.diningroom-grout-floor.bg90x180 {
    background-size: 90px 180px;
}
.diningroom-grout-floor.bg122x18 {
    background-size: 244px 18px;
}
.diningroom-floor {
    transform: perspective(550px) rotateX(70deg) rotate(0) rotateY(0);
    background-position: 1px 1px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50px;
    z-index: 0;
}
.diningroom-floor.bg30x30 {
    background-size: 40px 30px;
}
.diningroom-floor.bg40x40 {
    background-size: 60px 40px;
}
.diningroom-floor.bg50x50 {
    background-size: 70px 50px;
}
.diningroom-floor.bg60x60 {
    background-size: 90px 60px;
}
.diningroom-floor.bg60x120 {
    background-size: 100px 120px;
}
.diningroom-floor.bg80x80 {
    background-size: 110px 80px;
}
.diningroom-floor.bg90x180 {
    background-size: 90px 180px;
}
.diningroom-floor.bg122x18 {
    background-size: 244px 18px;
}
.diningroom-object {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: 0;
    top: -41px;
    z-index: 4;
}

.terrace {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: block;
    background: #2c2218;
    overflow: hidden;
}
.terrace-grout-wall {
    transform: perspective(1px) rotateX(0) rotate(0) rotateY(0);
    background: transparent;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 0),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2) 1px, transparent 0);
    background-position: 1px 1px;
    width: 100vw;
    height: 70.5vh;
    position: absolute;
    top: 0;
    z-index: 3;
}
.terrace-grout-wall.bg30x30 {
    background-size: 60px 60px !important;
}
.terrace-grout-wall.bg40x40 {
    background-size: 80px 80px !important;
}
.terrace-grout-wall.bg50x50 {
    background-size: 100px 100px !important;
}
.terrace-grout-wall.bg60x60 {
    background-size: 120px 120px !important;
}
.terrace-grout-wall.bg60x120 {
    background-size: 120px 260px !important;
}
.terrace-grout-wall.bg80x80 {
    background-size: 160px 160px !important;
}
.terrace-grout-wall.bg90x180 {
    background-size: 180px 360px !important;
}
.terrace-grout-wall.bg122x18 {
    background-size: 244px 36px !important;
}

.terrace-wall {
    transform:;
    background-position: 1px 1px;
    background-repeat: repeat;
    width: 100vw;
    height: 70.5vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.terrace-wall.bg30x30 {
    background-size: 60px 60px !important;
}
.terrace-wall.bg40x40 {
    background-size: 80px 80px !important;
}
.terrace-wall.bg50x50 {
    background-size: 100px 100px !important;
}
.terrace-wall.bg60x60 {
    background-size: 120px 120px !important;
}
.terrace-wall.bg60x120 {
    background-size: 120px 260px !important;
}
.terrace-wall.bg80x80 {
    background-size: 160px 160px !important;
}
.terrace-wall.bg90x180 {
    background-size: 180px 360px !important;
}
.terrace-wall.bg122x18 {
    background-size: 244px 36px !important;
}
.terrace-grout-floor {
    transform: perspective(550px) rotateX(70deg) rotate(0) rotateY(0);
    background-image: transparent;
    background-position: 1px 1px;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0.3px, transparent 0),
        linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0.3px, transparent 0);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50px;
    z-index: 1;
}

.terrace-grout-floor.bg30x30 {
    background-size: 50px 40px;
}
.terrace-grout-floor.bg40x40 {
    background-size: 70px 60px;
}
.terrace-grout-floor.bg50x50 {
    background-size: 80px 70px;
}
.terrace-grout-floor.bg60x60 {
    background-size: 100px 90px;
}
.terrace-grout-floor.bg60x120 {
    background-size: 120px 200px;
}
.terrace-grout-floor.bg80x80 {
    background-size: 120px 110px;
}
.terrace-grout-floor.bg90x180 {
    background-size: 140px 220px;
}
.terrace-grout-floor.bg122x18 {
    background-size: 244px 18px;
}

.terrace-floor {
    transform: perspective(550px) rotateX(70deg) rotate(0) rotateY(0);
    background-position: 1px 1px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50px;
    z-index: 0;
}
.terrace-floor.bg30x30 {
    background-size: 50px 40px;
}
.terrace-floor.bg40x40 {
    background-size: 70px 60px;
}
.terrace-floor.bg50x50 {
    background-size: 80px 70px;
}
.terrace-floor.bg60x60 {
    background-size: 100px 90px;
}
.terrace-floor.bg60x120 {
    background-size: 120px 200px;
}
.terrace-floor.bg80x80 {
    background-size: 120px 110px;
}
.terrace-floor.bg90x180 {
    background-size: 140px 220px;
}
.terrace-floor.bg122x18 {
    background-size: 244px 18px;
}
.terrace-object {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: 0;
    top: -41px;
    z-index: 4;
    justify-content: center;
}

.livingroom {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: block;
    background: #2c2218;
    overflow: hidden;
}
.livingroom-grout-wall {
    transform: perspective(1px) rotateX(0) rotate(0) rotateY(0);
    background: transparent;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.2) 1px, transparent 0),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2) 1px, transparent 0);
    background-position: 1px 1px;
    width: 100vw;
    height: 70.5vh;
    position: absolute;
    top: 0;
    z-index: 3;
}
.livingroom-grout-wall.bg30x30 {
    background-size: 60px 60px !important;
}
.livingroom-grout-wall.bg40x40 {
    background-size: 80px 80px !important;
}
.livingroom-grout-wall.bg50x50 {
    background-size: 100px 100px !important;
}
.livingroom-grout-wall.bg60x60 {
    background-size: 120px 120px !important;
}
.livingroom-grout-wall.bg60x120 {
    background-size: 120px 240px !important;
}
.livingroom-grout-wall.bg80x80 {
    background-size: 160px 160px !important;
}
.livingroom-grout-wall.bg90x180 {
    background-size: 180px 360px !important;
}
.livingroom-grout-wall.bg122x18 {
    background-size: 244px 36px !important;
}
.livingroom-wall {
    transform:;
    background-position: 1px 1px;
    background-repeat: repeat;
    width: 100vw;
    height: 70.5vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.livingroom-wall.bg30x30 {
    background-size: 60px 60px !important;
}
.livingroom-wall.bg40x40 {
    background-size: 80px 80px !important;
}
.livingroom-wall.bg50x50 {
    background-size: 100px 100px !important;
}
.livingroom-wall.bg60x60 {
    background-size: 120px 120px !important;
}
.livingroom-wall.bg60x120 {
    background-size: 120px 240px !important;
}
.livingroom-wall.bg80x80 {
    background-size: 160px 160px !important;
}
.livingroom-wall.bg90x180 {
    background-size: 180px 360px !important;
}
.livingroom-wall.bg122x18 {
    background-size: 244px 36px !important;
}
.livingroom-grout-floor {
    transform: perspective(550px) rotateX(70deg) rotate(0) rotateY(0);
    background-image: transparent;
    background-position: 1px 1px;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0.3px, transparent 0),
        linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0.3px, transparent 0);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 150px;
    z-index: 1;
}
.livingroom-grout-floor.bg30x30 {
    background-size: 40px 30px;
}
.livingroom-grout-floor.bg40x40 {
    background-size: 60px 40px;
}
.livingroom-grout-floor.bg50x50 {
    background-size: 70px 50px;
}
.livingroom-grout-floor.bg60x60 {
    background-size: 90px 60px;
}
.livingroom-grout-floor.bg60x120 {
    background-size: 40px 60px;
}
.livingroom-grout-floor.bg80x80 {
    background-size: 110px 80px;
}
.livingroom-grout-floor.bg90x180 {
    background-size: 90px 180px;
}
.livingroom-grout-floor.bg122x18 {
    background-size: 244px 18px;
}
.livingroom-floor {
    transform: perspective(550px) rotateX(70deg) rotate(0) rotateY(0);
    background-position: 1px 1px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 150px;
    z-index: 0;
}
.livingroom-floor.bg30x30 {
    background-size: 40px 30px;
}
.livingroom-floor.bg40x40 {
    background-size: 60px 40px;
}
.livingroom-floor.bg50x50 {
    background-size: 70px 50px;
}
.livingroom-floor.bg60x60 {
    background-size: 90px 60px;
}
.livingroom-floor.bg60x120 {
    background-size: 40px 60px;
}
.livingroom-floor.bg80x80 {
    background-size: 110px 80px;
}
.livingroom-floor.bg90x180 {
    background-size: 90px 180px;
}
.livingroom-floor.bg122x18 {
    background-size: 244px 18px;
}
.livingroom-object {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: 0;
    top: -41px;
    z-index: 4;
    justify-content: center;
}
.d-none {
    display: none;
}

.bg30x30 {
    background-size: 70px 70px;
}
.bg40x40 {
    background-size: 80px 80px;
}
.bg50x50 {
    background-size: 90px 90px;
}
.bg60x60 {
    background-size: 100px 100px;
}
.bg60x120 {
    background-size: 100px 160px;
}
.bg80x80 {
    background-size: 120px 120px;
}
.bg90x180 {
    background-size: 130px 220px;
}
.bg122x18 {
    background-size: 162px 38px;
}

.bedroom-floor {
    transform: perspective(550px) rotateX(55deg) rotate(0) rotateY(0);
}
.bedroom-floor.bg30x30 {
    background-size: 100px 80px;
}
.bedroom-floor.bg40x40 {
    background-size: 110px 90px;
}
.bedroom-floor.bg50x50 {
    background-size: 130px 120px;
}
.bedroom-floor.bg60x60 {
    background-size: 150px 130px;
}
.bedroom-floor.bg60x120 {
    background-size: 150px 250px;
}
.bedroom-floor.bg80x80 {
    background-size: 170px 150px;
}
.bedroom-floor.bg90x180 {
    background-size: 180px 250px;
}
.bedroom-floor.bg122x18 {
    background-size: 242px 38px;
}
.bedroom-grout-floor {
    transform: perspective(550px) rotateX(55deg) rotate(0) rotateY(0);
}
.bedroom-grout-floor.bg30x30 {
    background-size: 100px 80px;
}
.bedroom-grout-floor.bg40x40 {
    background-size: 110px 90px;
}
.bedroom-grout-floor.bg50x50 {
    background-size: 130px 120px;
}
.bedroom-grout-floor.bg60x60 {
    background-size: 150px 130px;
}
.bedroom-grout-floor.bg60x120 {
    background-size: 150px 250px;
}
.bedroom-grout-floor.bg80x80 {
    background-size: 170px 150px;
}
.bedroom-grout-floor.bg90x180 {
    background-size: 180px 250px;
}
.bedroom-grout-floor.bg122x18 {
    background-size: 242px 38px;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li span span .row a {
    height: 100px;
}
.sidebar .sidebar-menu > ul > li.submenu-open ul li span span a img {
    height: auto;
    max-height: 80px;
    margin: auto;
    max-width: 80px;
}
#downloadRendered {
    display: none;
}
.modal-backdrop {
    z-index: 1 !important;
}

@media (min-width: 991.98px) {
    .mini-sidebar .sidebar {
        width: 10px !important;
    }
}
@media (min-width: 640px) {
    .popup {
        display: none;
    }
}

@media (max-width: 640px) {
    .popup {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100vh;
        z-index: 999999;
        position: absolute;
        top: 0;
    }

    .card {
        width: 80% !important;
        margin: auto !important;
        position: relative;
        top: 200px;
        padding: 20px;
        text-align: center;
    }

    .card p img {
        height: 100px !important;
    }

    .page-wrapper,
    .float-info {
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 1440px) and (orientation: landscape) {
    .popup {
        display: none;
    }

    .bathroom-grout-floor,
    .bathroom-floor {
        top: 130px !important;
    }

    .bathroom-object {
        background-size: cover !important;
    }

    .bedroom-wall,
    .bedroom-grout-wall {
        display: none;
    }

    .bedroom-grout-floor,
    .bedroom-floor {
        transform: perspective(550px) rotateX(70deg) rotate(0) rotateY(0) !important;
        top: 100px !important;
    }

    .bedroom-object {
        background-size: cover !important;
        right: 0 !important;
    }

    .diningroom-grout-floor,
    .diningroom-floor {
        transform: perspective(550px) rotateX(55deg) rotate(0) rotateY(0) !important;
    }

    .diningroom-object {
        background-size: cover !important;
    }

    .kitchen-grout-floor,
    .kitchen-floor {
        transform: perspective(550px) rotateX(55deg) rotate(0) rotateY(0) !important;
        top: 100px !important;
        right: 0;
    }

    .kitchen-object {
        background-size: cover !important;
        right: 0;
    }

    .livingroom-grout-floor,
    .livingroom-floor {
        top: 100px !important;
        right: 0 !important;
    }

    .livingroom-object {
        background-size: cover !important;
    }

    .terrace-grout-floor,
    .terrace-floor {
        transform: perspective(550px) rotateX(43deg) rotate(0) rotateY(0) !important;
        top: 100px !important;
        right: 0 !important;
    }

    .terrace-object {
        background-size: cover !important;
    }

    .float {
        right: 20px !important;
        bottom: 20px !important;
    }

    .float-info {
        top: 20%;
    }
}

@media (max-width: 640px) and (orientation: landscape) {
    .popup {
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100vh;
        z-index: 999999;
        position: absolute;
        top: 0;
    }

    .card {
        width: 80% !important;
        margin: auto !important;
        position: relative;
        top: 200px;
        padding: 20px;
        text-align: center;
    }

    .card p img {
        height: 100px !important;
    }
}
