@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img.en {
  width: 37px;
  border-radius: 12px;
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
}

#all-images {
  position: relative;
  width: 100%;
  height: auto;
}

body{
    margin: 0 !important;
    padding: 0 !important;
}

video{
  width: 100%;
}

.headtitle{
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 10%;
  text-align: center;
}

.headtitle h3{
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 40px;
  font-family: 'Cinzel', serif;
}

.twod{
  position: absolute;
  z-index: 1;
  top: 16%;
  right: 5px;
  background-color: #f1f1f1;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  display: flex;

}

.threed{
  position: absolute;
  z-index: 1;
  top: 26%;
  right: 5px;
  background-color: #f1f1f1;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  display: flex;

}

#playvids{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 80%;
}

.navbuttons{
    position: absolute;
    z-index: 1;
    right: 0;
    padding: 20px;
    color: #fff;
}

.logo{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
}

.logo img{
    width: 10%;
}

.compass{
  position: absolute;
  z-index: 1;
  left: 35px;
  top: 20%;
}

.compass img{
  width: 12%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #000000a3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: left;
    font-family: 'Cinzel', serif;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  
a {
  text-decoration: none !important;
  vertical-align: middle;
  text-align: center;
  line-height: 2;
}

p.socialss {
  color: white;
  margin: 0px !important;
  padding: 10px;
}

.sidebar {
  height: auto;
  width: 0px;
  position: fixed;
  text-align: center;
  top: 65vh;
  padding: 10px;
  z-index: 1;
}

p i {
  left: 53px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}

.social {
  margin-left: -200px;
  width: 230px;
  padding: 0;
  display: inline-table;
  height: 0px;
  background-color: rgba(128, 128, 128, 0.73);
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  box-shadow: 0px 0px 6px 0px #3E3D3D;
  cursor: pointer;
}

.social:hover {
  margin-left: -30px;
  width: 230px;
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #4099FF;
}

.google {
  background-color: #DD4B39;
}

.linkedin p i {
  left: 20px;
}

.google p i {
  left: 57px;
}

.youtube p i {
  left: 18px;
}

.youtube:hover {
  background-color: #E52D27;
}

.linkedin:hover {
  background-color: #0976B4;
}

/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

.containers {
  position: fixed;
  top: 40%;
  left: -7px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 1;
}
.media-icons {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.close-btn.open ~ .media-icons {
  transform: translateX(0);
}
.media-icons a {
  text-decoration: none;
  position: relative;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 6px;
}
.media-icons a i {
  color: #fff;
}
.media-icons a .tooltip {
  position: absolute;
  left: 55px;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  transform: translateY(-25px);
  opacity: 0;
  transition: all 0.2s linear;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
a:hover .tooltip {
  opacity: 1;
  transform: translateY(0);
}
a .tooltip::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 50%;
  left: -5px;
  transform: translateY(-50%) rotate(45deg);
  background-color: #fff;
}
.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  background-color: #8e36ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  /* transform: rotate(45deg); */
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.close-btn.open {
  animation: rotation 2s infinite linear;
  background-color: #de0611;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Home Hover Start */

#home12s {
  position: absolute;
  top: 10%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 0;
  transition: transform 0.15s ease;
}

#home12s:hover{
  position: absolute;
  top: 10%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(243, 203, 2)) drop-shadow(0px 0px 10px rgb(243, 203, 2));
  transform: scale(1.04);                
}

#home12 {
  position: absolute;
  top: 19%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 0;
  transition: transform 0.15s ease;
}

#home12:hover{
  position: absolute;
  top: 19%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(243, 203, 2)) drop-shadow(0px 0px 10px rgb(243, 203, 2));
  transform: scale(1.04);                
}

#home11 {
  position: absolute;
  top: 27.4%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 0;
  transition: transform 0.5s ease;
}

#home11:hover{
  position: absolute;
  top: 27.4%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(243, 203, 2)) drop-shadow(0px 0px 10px rgb(243, 203, 2));
  transform: scale(1.04);                
}

#home10 {
  position: absolute;
  top: 36.5%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 0;
  transition: transform 0.5s ease;
}

#home10:hover{
  position: absolute;
  top: 36.5%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(243, 203, 2)) drop-shadow(0px 0px 10px rgb(243, 203, 2));
  transform: scale(1.04);                
}

#home9 {
  position: absolute;
  top: 46%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 0;
  transition: transform 0.5s ease;
}

#home9:hover{
  position: absolute;
  top: 46%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(243, 203, 2)) drop-shadow(0px 0px 10px rgb(243, 203, 2));
  transform: scale(1.04);                
}

#home8 {
  position: absolute;
  top: 55%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 0;
  transition: transform 0.5s ease;
}

#home8:hover{
  position: absolute;
  top: 55%;
  left: 14.6%;
  z-index: 1;
  width: 60%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(243, 203, 2)) drop-shadow(0px 0px 10px rgb(243, 203, 2));
  transform: scale(1.04);                
}

#base {
  position: absolute;
  top: 64%;
  left: 11%;
  z-index: 1;
  width: 70%;
  height: auto;
  opacity: 0;
  transition: transform 0.5s ease;
}

#base:hover{
  position: absolute;
  top: 60%;
  left: 3.6%;
  z-index: 1;
  width: 85%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(243, 203, 2)) drop-shadow(0px 0px 10px rgb(243, 203, 2));
  transform: scale(1.04);                
}

.homepagetable:hover + .homepagetablecontent{
  display: block;
}

.homepagetablecontent{
  right: 3%;
  top: 30%;
  width: 21%;
  height: 15%;
  position: absolute;
  z-index: 1;
  padding: 15px;
  display: none;
  font-family: 'Cinzel', serif;
  font-size: 14px;
}

#homepagetablecontent10{
  border-radius: 1px;
  color: white;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 1, 0.568);
}

#basementtable{
  padding: 2px;
  display: flex;
  position: relative;
  z-index: 1;
}

#basementtable1{
  padding: 2px;
  display: flex;
  position: relative;
  z-index: 1;
  text-align: start;
}
/*.......Home Hover end.........*/ 

/*.......home page availablity table start.....*/

.container3{
  width: 13%;
  height: 15%;
  top: 20%;
  right: 5%;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  display: none;
}

.container1{
  padding-top: 2%;
  position: absolute;
  z-index: 1;
  display: inline-flex;
  padding-left: 3%;
  top: 5%;
}

#img1{
  z-index: 1;
  width: 70%;
  height: auto;
  position: relative;
}

#img2{
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}

.container2{
  position: absolute;
  z-index: 1;
  display: inline-flex;
  top: -88px;
}

.homepagetable:hover + .container3{
  width: 15%;
  top: 39%;
  height: 6%;
  right: 5%;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  display: table;
  padding: 1%;
}

.homepagetable:hover + .container3 + .homepagetablecontent{
right: 5%;
top: 14%;
width: 15%;
height: 15%;
position: absolute;
z-index: 1;
padding: 15px;
display: block;
}
/*.......home page availablity table End.....*/

.song {
	position: fixed;
	font-size: 20px;
  background-color: #0976B4;
  z-index: 1;
  /* padding: 10px; */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 57%;
}
.pause {
	margin-left: 0.5em;
	cursor:pointer;
}

#thirdpagecontainer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#floorvideo {
  width: 100%;
  height: auto;
  position: absolute;
}

.bottom-image {
  position: relative;
  z-index: 0;
  width: 55%;
  height: auto;
  margin-top: 13%;
  margin-left: 12%;
}

.bottom-image-two {
  position: relative;
  z-index: 0;
  width: 48%;
  height: auto;
  margin-top: 11%;
  margin-left: 12%;
}

/* Floor image effects start */

#floorR1 {
  position: absolute;
  top: 37%;
  left: 11.3%;
  z-index: 1;
  width: 12%;
  height: auto;
  opacity: 0;
  transform: rotate(-13deg);
}
#floorR1:hover{
  position: absolute;
  top: 37%;
  left: 11.3%;
  z-index: 1;
  width: 11%;
  height: auto;
  opacity: 1;
  transform: rotate(-13deg);
  -webkit-filter: drop-shadow(0px 0px 10px rgb(6, 30, 242))
                  drop-shadow(0px 0px 10px rgb(6, 30, 242));
}
#floorR1:hover+ .thirdpage-table {
  display: table;
}

#floorR1:hover + .floorpagetablecontent{
  display: block; 
 }

 #floorR2 {
  position: absolute;
  top: 33.2%;
  left: 22.8%;
  z-index: 1;
  width: 11%;
  height: auto;
  opacity: 0;
  transform: rotate(-13deg);
}
#floorR2:hover{
  position: absolute;
  top: 33.2%;
  left: 22.8%;
  z-index: 1;
  width: 11%;
  height: auto;
  opacity: 1;
  transform: rotate(-13deg);
  -webkit-filter: drop-shadow(0px 0px 10px rgb(6, 30, 242))
                  drop-shadow(0px 0px 10px rgb(6, 30, 242));
}
#floorR2:hover+ .thirdpage-table {
  display: table;
}

#floorR2:hover + .floorpagetablecontent{
  display: block; 
 }

 #floorR3 {
  position: absolute;
  top: 23%;
  left: 33.7%;
  z-index: 1;
  width: 9%;
  height: auto;
  opacity: 0;
  transform: rotate(-46deg);
}
#floorR3:hover{
  position: absolute;
  top: 24%;
  left: 33.4%;
  z-index: 1;
  width: 8.7%;
  height: auto;
  opacity: 1;
  transform: rotate(-46deg);
  -webkit-filter: drop-shadow(0px 0px 10px rgb(6, 30, 242))
                  drop-shadow(0px 0px 10px rgb(6, 30, 242));
}
#floorR3:hover+ .thirdpage-table {
  display: table;
}

#floorR3:hover + .floorpagetablecontent{
  display: block; 
 }

 #floorR4 {
  position: absolute;
  top: 27%;
  left: 40%;
  z-index: 1;
  width: 14%;
  height: auto;
  opacity: 0;
}
#floorR4:hover{
  position: absolute;
  top: 28%;
  left: 39.8%;
  z-index: 1;
  width: 14%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(6, 30, 242))
                  drop-shadow(0px 0px 10px rgb(6, 30, 242));
}
#floorR4:hover+ .thirdpage-table {
  display: table;
}

#floorR4:hover + .floorpagetablecontent{
  display: block; 
 }

 #floorR5 {
  position: absolute;
  top: 39%;
  left: 45%;
  z-index: 1;
  width: 22%;
  height: auto;
  opacity: 0;
}
#floorR5:hover{
  position: absolute;
  top: 39%;
  left: 45%;
  z-index: 1;
  width: 22%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(6, 30, 242))
                  drop-shadow(0px 0px 10px rgb(6, 30, 242));
}
#floorR5:hover+ .thirdpage-table {
  display: table;
}

#floorR5:hover + .floorpagetablecontent{
  display: block; 
 }

 #floorR6 {
  position: absolute;
  top: 44%;
  left: 37.4%;
  z-index:1;
  width: 17.6%;
  height: auto;
  opacity: 0;
}
#floorR6:hover{
  position: absolute;
  top: 44%;
  left: 37.1%;
  z-index: 1;
  width: 17.6%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(6, 30, 242))
                  drop-shadow(0px 0px 10px rgb(6, 30, 242));
}
#floorR6:hover+ .thirdpage-table {
  display: table;
}

#floorR6:hover + .floorpagetablecontent{
  display: block; 
 }

 #floorR7 {
  position: absolute;
  top: 49%;
  left: 25%;
  z-index:1;
  width: 17.6%;
  height: auto;
  opacity: 0;
}
#floorR7:hover{
  position: absolute;
  top: 49%;
  left: 25%;
  z-index: 1;
  width: 17.6%;
  height: auto;
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(6, 30, 242))
                  drop-shadow(0px 0px 10px rgb(6, 30, 242));
}
#floorR7:hover+ .thirdpage-table {
  display: table;
}

#floorR7:hover + .floorpagetablecontent{
  display: block; 
 }

 #floorR8 {
  position: absolute;
  top: 55%;
  left: 11%;
  z-index:1;
  width: 16%;
  height: auto;
  transform: rotate(-15deg);
  opacity: 0;
}
#floorR8:hover{
  position: absolute;
  top: 56%;
  left: 11%;
  z-index: 1;
  width: 16%;
  height: auto;
  transform: rotate(-15deg);
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(6, 30, 242))
                  drop-shadow(0px 0px 10px rgb(6, 30, 242));
}
#floorR8:hover+ .thirdpage-table {
  display: table;
}

#floorR8:hover + .floorpagetablecontent{
  display: block; 
 }

.floorpagetablecontent{
  right: 3%;
  bottom: 15%;
  width: 19%;
  height: 15%;
  position: absolute;
  z-index: 1;
  padding: 15px;
  display: none;
  font-family: 'Cinzel', serif;
  font-size: 16px;
 }

 #floorpagetablecontent10{
  border-radius: 1px;
  color: white;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 1, 0.568);
  }
 
 #floorpagetablecontent2{
  padding: 1px;
  display: flex;
  z-index: 1;
  position: relative;
 }
 
 #floorpagetablecontent3{
  padding: 1px;
  display: flex;
  z-index: 1;
  position: relative;
 }

 
 /* single floor hover start */

  @keyframes load-pulse {
    0% {
      transform: scale(0.15);
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      transform: scale(1);
      opacity: 0;
    }
  }

  .nav{
      display: flex;
      align-items: center;
      pointer-events: none;
      z-index: 1;
    }
  .nav:hover{
    pointer-events: auto;
    z-index: 1;
  }
  .sm-header{
    font-size: 2.6%;
    text-transform: uppercase;
    cursor:pointer;
    pointer-events: auto;
  }

  .bedroom-B1 {
    width: 30px;
    height: 30px;
    top: 62%;
    left: 27%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-bedroom-B1{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 60%;
    width: 4%;
    height: 4%;
    left: 28%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-bedroom-B1{
    opacity: 1;
    transform: translateY(0);
  }

  .bedroom-B2 {
    width: 29px;
    height: 29px;
    top: 39.9%;
    left: 36%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-bedroom-B2{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 33%;
    width: 4%;
    height: 4%;
    left: 30%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-bedroom-B2{
    opacity: 1;
    transform: translateY(0);
  }

  .bedroom-B3 {
    width: 35px;
    height: 35px;
    top: 46.8%;
    left: 39%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-bedroom-B3{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 28%;
    width: 4%;
    height: 4%;
    left: 38%;
    transform: rotate(90deg);
  }

  .nav:hover #nav-list-bedroom-B3{
    opacity: 1;
    transform: translateY(0);
  }

  .bedroom-B4 {
    width: 35px;
    height: 35px;
    top: 54.4%;
    left: 48%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-bedroom-B4{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 40%;
    width: 4%;
    height: 4%;
    left: 50%;
    transform: rotate(90deg);
  }

  .nav:hover #nav-list-bedroom-B4{
    opacity: 1;
    transform: translateY(0);
  }

  .bedroom-B5 {
    width: 35px;
    height: 35px;
    top: 53.4%;
    left: 23%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-bedroom-B5{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 43%;
    width: 4%;
    height: 4%;
    left: 20%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-bedroom-B5{
    opacity: 1;
    transform: translateY(0);
  }

  .bedroom-B6 {
    width: 30px;
    height: 30px;
    top: 41.7%;
    left: 28.7%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-bedroom-B6{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 39%;
    width: 3%;
    height: 3%;
    left: 23%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-bedroom-B6{
    opacity: 1;
    transform: translateY(0);
  }

  .bedroom-B7 {
    width: 35px;
    height: 35px;
    top: 48%;
    left: 42%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-bedroom-B7{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 43%;
    width: 4%;
    height: 4%;
    left: 41%;
    transform: rotate(90deg);
  }

  .nav:hover #nav-list-bedroom-B7{
    opacity: 1;
    transform: translateY(0);
  }

  .bedroom-B8 {
    width: 30px;
    height: 30px;
    top: 58.6%;
    left: 34%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-bedroom-B8{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 57%;
    width: 4%;
    height: 4%;
    left: 35%;
    transform: rotate(90deg);
  }

  .nav:hover #nav-list-bedroom-B8{
    opacity: 1;
    transform: translateY(0);
  }

  .bedroom-B9 {
    width: 30px;
    height: 30px;
    top: 76.7%;
    left: 47%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-bedroom-B9{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 57%;
    width: 4%;
    height: 4%;
    left: 38%;
    transform: rotate(90deg);
  }

  .nav:hover #nav-list-bedroom-B9{
    opacity: 1;
    transform: translateY(0);
  }

  .hall-h1 {
    width: 32px;
    height: 32px;
    top: 47%;
    left: 22%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-hall-h1{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 44%;
    width: 4%;
    height: 4%;
    left: 21%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-hall-h1{
    opacity: 1;
    transform: translateY(0);
  }

  .hall-h2 {
    width: 35px;
    height: 35px;
    top: 30%;
    left: 32%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-hall-h2{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 25%;
    width: 4%;
    height: 4%;
    left: 30%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-hall-h2{
    opacity: 1;
    transform: translateY(0);
  }

  .hall-h3 {
    width: 35px;
    height: 35px;
    top: 33%;
    left: 39%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-hall-h3{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 28%;
    width: 4%;
    height: 4%;
    left: 38%;
    transform: rotate(90deg);
  }

  .nav:hover #nav-list-hall-h3{
    opacity: 1;
    transform: translateY(0);
  }

  .hall-h4 {
    width: 35px;
    height: 35px;
    top: 42%;
    left: 50%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-hall-h4{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 37%;
    width: 4%;
    height: 4%;
    left: 50%;
    transform: rotate(90deg);
  }

  .nav:hover #nav-list-hall-h4{
    opacity: 1;
    transform: translateY(0);
  }

  .hall-h5 {
    width: 35px;
    height: 35px;
    top: 67%;
    left: 48%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-hall-h5{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 61%;
    width: 4%;
    height: 4%;
    left: 47%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-hall-h5{
    opacity: 1;
    transform: translateY(0);
  }

  .hall-h6 {
    width: 35px;
    height: 35px;
    top: 55%;
    left: 40%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-hall-h6{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 4%;
    height: 4%;
    left: 38%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-hall-h6{
    opacity: 1;
    transform: translateY(0);
  }

  .hall-h7 {
    width: 27px;
    height: 27px;
    top: 55%;
    left: 27%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-hall-h7{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 49%;
    width: 4%;
    height: 4%;
    left: 27%;
    transform: rotate(90deg);
  }

  .nav:hover #nav-list-hall-h7{
    opacity: 1;
    transform: translateY(0);
  }

  .hall-h8 {
    width: 27px;
    height: 27px;
    top: 59%;
    left: 30%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-hall-h8{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 51%;
    width: 4%;
    height: 4%;
    left: 30%;
    transform: rotate(90deg);
  }

  .nav:hover #nav-list-hall-h8{
    opacity: 1;
    transform: translateY(0);
  }

  .hall-h9 {
    width: 27px;
    height: 27px;
    top: 35%;
    left: 23%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-hall-h9{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 30%;
    width: 4%;
    height: 4%;
    left: 23%;
    transform: rotate(90deg);
  }

  .nav:hover #nav-list-hall-h9{
    opacity: 1;
    transform: translateY(0);
  }

  .kitchen-k1 {
    width: 32px;
    height: 32px;
    top: 43%;
    left: 22%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-kitchen-k1{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 39%;
    width: 4%;
    height: 4%;
    left: 21%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-kitchen-k1{
    opacity: 1;
    transform: translateY(0);
  }

  .kitchen-k2 {
    width: 32px;
    height: 32px;
    top: 32%;
    left: 29%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-kitchen-k2{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 27%;
    width: 4%;
    height: 4%;
    left: 28%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-kitchen-k2{
    opacity: 1;
    transform: translateY(0);
  }

  .kitchen-k3 {
    width: 32px;
    height: 32px;
    top: 39%;
    left: 40%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-kitchen-k3{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 33%;
    width: 4%;
    height: 4%;
    left: 39%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-kitchen-k3{
    opacity: 1;
    transform: translateY(0);
  }

  .kitchen-k4 {
    width: 32px;
    height: 32px;
    top: 45%;
    left: 49%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-kitchen-k4{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 39%;
    width: 4%;
    height: 4%;
    left: 49%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-kitchen-k4{
    opacity: 1;
    transform: translateY(0);
  }

  .kitchen-k5 {
    width: 32px;
    height: 32px;
    top: 66%;
    left: 47%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-kitchen-k5{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 60%;
    width: 4%;
    height: 4%;
    left: 45%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-kitchen-k5{
    opacity: 1;
    transform: translateY(0);
  }

  .kitchen-k6 {
    width: 32px;
    height: 32px;
    top: 48%;
    left: 34%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-kitchen-k6{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 43%;
    width: 4%;
    height: 4%;
    left: 33%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-kitchen-k6{
    opacity: 1;
    transform: translateY(0);
  }

  .kitchen-k7 {
    width: 32px;
    height: 32px;
    top: 29%;
    left: 36%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-kitchen-k7{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 23%;
    width: 4%;
    height: 4%;
    left: 36%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-kitchen-k7{
    opacity: 1;
    transform: translateY(0);
  }

  .kitchen-k8{
    width: 32px;
    height: 32px;
    top: 53%;
    left: 27%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-kitchen-k8{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 48%;
    width: 4%;
    height: 4%;
    left: 25%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-kitchen-k8{
    opacity: 1;
    transform: translateY(0);
  }

  .dinning-d1{
    width: 32px;
    height: 32px;
    top: 58%;
    left: 23%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-dinning-d1{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-dinning-d1{
    opacity: 1;
    transform: translateY(0);
  }

  .dinning-d2{
    width: 32px;
    height: 32px;
    top: 41.9%;
    left: 33%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-dinning-d2{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 34%;
    width: 4%;
    height: 4%;
    left: 29%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-dinning-d2{
    opacity: 1;
    transform: translateY(0);
  }

  .dinning-d3{
    width: 32px;
    height: 32px;
    top: 66%;
    left: 27%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-dinning-d3{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 47%;
    width: 4%;
    height: 4%;
    left: 21%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-dinning-d3{
    opacity: 1;
    transform: translateY(0);
  }

  .dinning-d4{
    width: 32px;
    height: 32px;
    top: 69.4%;
    left: 30.6%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-dinning-d4{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 31%;
    width: 4%;
    height: 4%;
    left: 36%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-dinning-d4{
    opacity: 1;
    transform: translateY(0);
  }

  .dinning-d5{
    width: 32px;
    height: 32px;
    top: 65%;
    left: 40%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-dinning-d5{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 45%;
    width: 4%;
    height: 4%;
    left: 39%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-dinning-d5{
    opacity: 1;
    transform: translateY(0);
  }

  .dinning-d6{
    width: 32px;
    height: 32px;
    top: 54%;
    left: 49%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-dinning-d6{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 40%;
    width: 4%;
    height: 4%;
    left: 48%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-dinning-d6{
    opacity: 1;
    transform: translateY(0);
  }

  .dinning-d7{
    width: 32px;
    height: 32px;
    top: 77%;
    left: 48%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-dinning-d7{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 60%;
    width: 4%;
    height: 4%;
    left: 33%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-dinning-d7{
    opacity: 1;
    transform: translateY(0);
  }

  .dinning-d8{
    width: 32px;
    height: 32px;
    top: 43%;
    left: 39%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-dinning-d8{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 56%;
    width: 4%;
    height: 4%;
    left: 37%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-dinning-d8{
    opacity: 1;
    transform: translateY(0);
  }

  .dinning-d9{
    width: 30px;
    height: 30px;
    top: 45%;
    left: 23%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  .flat-f1{
    width: 32px;
    height: 32px;
    top: 55%;
    left: 22%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-f1{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-f1{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-f2{
    width: 32px;
    height: 32px;
    top: 73.8%;
    left: 29.7%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-f2{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-f2{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-f3{
    width: 32px;
    height: 32px;
    top: 64%;
    left: 39.8%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-f3{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-f3{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-f4{
    width: 32px;
    height: 32px;
    top: 68.8%;
    left: 36%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-f4{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-f4{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-f5{
    width: 32px;
    height: 32px;
    top: 45%;
    left: 33%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-f5{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-f5{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-f6{
    width: 32px;
    height: 32px;
    top: 36.5%;
    left: 38.8%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-f6{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-f6{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-f7{
    width: 30px;
    height: 30px;
    top: 47%;
    left: 27%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-f7{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-f7{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-f8{
    width: 30px;
    height: 30px;
    top: 49.8%;
    left: 50.9%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-f8{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-f8{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-f9{
    width: 30px;
    height: 30px;
    top: 54%;
    left: 43%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-f9{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-f9{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-2-f1{
    width: 32px;
    height: 32px;
    top: 58%;
    left: 22%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-2-f1{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-2-f1{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-2-f2{
    width: 32px;
    height: 32px;
    top: 79%;
    left: 27.9%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-2-f2{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-2-f2{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-2-f3{
    width: 32px;
    height: 32px;
    top: 46%;
    left: 33%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-2-f3{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-2-f3{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-2-f4{
    width: 32px;
    height: 32px;
    top: 43.5%;
    left: 39.9%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-2-f4{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-2-f4{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-2-f5{
    width: 32px;
    height: 32px;
    top: 72%;
    left: 35.6%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-2-f5{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-2-f5{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-2-f6{
    width: 32px;
    height: 32px;
    top: 69%;
    left: 39.3%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-2-f6{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-2-f6{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-2-f7{
    width: 32px;
    height: 32px;
    top: 57%;
    left: 42%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-2-f7{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-2-f7{
    opacity: 1;
    transform: translateY(0);
  }

  .flat-2-f8{
    width: 32px;
    height: 32px;
    top: 55%;
    left: 51%;
    border-radius: 50%;
    background: #f9f8fc;
    animation: load-pulse 0.85s infinite linear;
    z-index: 1;
    position: absolute;
    border-style: double;
    border-color: black;
  }

  #nav-list-flat-2-f8{
    display: flex;
    list-style: none;
    opacity: 0;
    transform: translateX(-60px);
    color: aqua;
    z-index: 1;
    position: absolute;
    top: 67%;
    width: 4%;
    height: 4%;
    left: 26%;
    transform: rotate(90deg);
  }
  .nav:hover #nav-list-flat-2-f8{
    opacity: 1;
    transform: translateY(0);
  }
  .twods{
    width: 100%;
  }
  .img2d{
    position: absolute;
    width: 80%;
    height: 540px;
    top: 6%;
    left: 11%;
  }

  .flattwod{
   width: 100%;
  }

  .a12d{
    position: absolute;
    width: 50%;
    height: 400px;
    top: 5%;
    left: 10%;
  }


  @media screen and (max-width: 1200px) {
    .headtitle h3 {
      font-size: 20px;
  }
  .headtitle{
    top: 15%;
  }
  }
  
  /* Styles for screens larger than 992px */
  @media screen and (max-width: 992px) {
    .headtitle h3 {
      font-size: 18px;
  }
  .headtitle {
    top: 8px;
  }
  }
  
  /* Styles for screens larger than 1200px */
  @media screen and (max-width: 768px) {
    .headtitle h3 {
      font-size: 16px;
  }
  .headtitle{
    top: 6px;
  }
  }

  @media screen and (max-width: 480px) {
    .headtitle h3 {
      font-size: 14px;
  }
  .headtitle{
    top: 5px;
  }
  }

  @media screen and (max-width: 320px) {
    .headtitle h3 {
      font-size: 12px;
  }
  .headtitle {
    top: 4px;
  }
  }

  