@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    user-select: none;
    font-family: "Poppins", sans-serif;
}
.mainBox {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: #000000d7;
}
.configBox {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    flex-direction: row-reverse;
}
.logoBox {
    text-align: center;
    color: white;
    padding: 0 20px;
    margin-bottom: 40px;
    position: absolute;
    top: 20px;
    right: 40px;
    background: linear-gradient(135deg, rgb(42 34 34 / 50%), rgb(55 51 51 / 55%));
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:  blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.30);
    border-radius: 70px;
    padding: 10px 20px;
}
.logoBox h4 {
    margin-bottom: 0;
    font-size: 20px;
}
.logoImg {
    width: 90px;
}
.hidden {
    display:none;
}

.mainHdng {
    color: white;
    font-size: 35px;
    text-align: center;
    position: absolute;
    top: 30px;
}
.configTabBtnsBox {
    background: linear-gradient(135deg, rgb(42 34 34 / 50%), rgb(55 51 51 / 55%));
    border-radius: 20px;
    /*box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
    /* height: 500px; */
    height: max-content;
    padding: 40px 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*opacity: 0.8;*/
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:  blur(10px);
    /*border: 2px solid #808080;*/
    border: 2px solid rgba(255, 255, 255, 0.30);

}
.contentBoxesContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    row-gap: 15px;
}
.contentBoxOuter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: grabbing;
}
.contentBoxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* padding: 20px; */
    height: 85px;
    width: 85px;
}
.contentImgBox {
    background-color: white;
    border-radius: 50%;
    /* padding: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 80px;
    width: 80px; */
    margin: 6px;
    padding: 15px;
}
.contentImg {
    width: 100%;
}
.contentTitle {
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    white-space: nowrap;
}
.configTabContentBox {
    height: 500px;
    width: 400px;
    padding: 40px 20px;
    /* display: none; */
    background: linear-gradient(135deg, rgb(42 34 34 / 50%), rgb(55 51 51 / 55%));
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:  blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.30);
    border-radius: 70px;
}
.btnClassShowContent {
    display: none;
}
/* #floorContentShown {
    display: none;
}
#slipContentShown {
    display: none;
}
#cabinetContentShown {
    display: none;
}
#backsplashContentShown {
    display: none;
} */
.showFloor {
    display: block;
}
.contentBoxHdng {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 20px;
    padding-top: 0;
}
.floorContentBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    row-gap: 30px;
    margin-top: 40px;
}
.floorContentBoxes {
    /*background-color: white;*/
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floorContentBoxes img {
    width: 100%;
}
.children {
    border: 3px solid transparent;
}
.children.active {
    border-color: rgba(255, 255, 255, 0.30);
}
.navigationBtnsBox {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999999999;
}
.navigationBtn {
    border: 2px solid #ffffff4d;
    border-radius: 50%;
    margin: 4px;
    padding: 15px;
    width: max-content;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:  blur(10px);
    background: linear-gradient(135deg, #2a222231, #37333348);
}



.timeSwitchBox {
    position: absolute;
    left: 20px;
    top: 20px;
}
.toggle-button-cover {
  display: table-cell;
  position: relative;
  width: 200px;
  height: 140px;
  box-sizing: border-box;
}
.button-cover {
  height: 100px;
  margin: 20px;
  background-color: white;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}
.button-cover:before {
  counter-increment: button-counter;
  /* content: counter(button-counter); */
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}
.button-cover, .knobs, .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.button {
  position: relative;
  top: 50%;
  width: 75px;
  height: 36px;
  overflow: hidden;
}
.button.r, .button.r .layer {
  border-radius: 100px;
}
.button.b2 {
  border-radius: 20px;
}
.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.knobs {
  z-index: 2;
}
.layer {
  width: 100%;
  box-shadow: inset 0 0 15px 0 #909090;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
  transition: 0.3s ease all;
  z-index: 1;
}
#button-10 .knobs:before, #button-10 .knobs:after, #button-10 .knobs span {
  position: absolute;
  top: 4px;
  height: 30px;
  width: 30px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 7px 3px;
  border-radius: 50%;
  transition: 0.4s ease all;
}
#button-10 .knobs:before {
  content: "";
  left: 4px;
  border: 2px solid gray;
  background-color: white;
}
#button-10 .knobs:after {
  content: url('img/sun.png');
  margin-left: 40px;
}
#button-10 .knobs span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}
#button-10 .checkbox:checked + .knobs span {
  color: #4e4e4e;
}
#button-10 .checkbox:checked + .knobs:before {
  left: 40px;
  background-color: gray;
  border: 2px solid white;
}
#button-10 .checkbox:checked + .knobs:after {
  color: #fff;
}
#button-10 .checkbox:checked ~ .layer {
  background-color: #dddbdb;
}
.toggleBotm-txt {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}


@media only screen and (max-width: 1200px) {
    .navigationBtnsBox {
        display: flex;
    }
    .configBox {
        left: 0;
        top: 0;
        transform: unset;
        flex-direction: column;
        width: 100%;
    }
    .logoBox {
        margin-bottom: 0;
    }
    .mainHdng {
        font-size: 25px;
        top: 0;
    }
    .configTabBtnsBox {
        height: max-content;
        border-radius: 0;
        width: 100%;
        padding: 10px 0;
    }
    .contentBoxesContainer {
        flex-direction: row;
        row-gap: unset;
        column-gap: 10px;
        margin-top: 20px;
        justify-content: flex-start;
        padding: 0 40px;
        overflow-x: scroll;
        width: 400px;
    }
    .contentBoxes {
        height: 70px;
        width: 70px;
    }
    .contentTitle {
        font-size: 12px;
    }
    .contentImgBox {
        height: 60px;
        width: 60px;
        /* margin: 8px 0; */
    }
    .configTabContentBox {
        height: unset;
        width: 100%;
        padding: 10px;
        border-radius: 0;
        border-top: 1px solid white;
    }
    .floorContentBox {
        margin-top: 0;
        row-gap: 10px;
    }
    .floorContentBoxes {
        height: 50px;
        width: 50px;
    }
}
