/* Load Arpona font */
@font-face {
  font-family: 'Arpona';
  src: url('arpona/Arpona-ExtraLight.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.mikaze{
  font-family: Arpona;
  font-weight: 800;
}


@font-face {
  font-family: 'Avenir';
  src: url('avenir-font/AvenirLTStd-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.avenir-text {
  font-family: 'Avenir';
}


.full-img {
  max-width: 100vw;
  height: 100vh;
  object-fit: contain;
}

.location-full-img {
  width: 100%;
  height: 100%;
}

html,
body {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;

}

h1, h2, h3, h4, h5, h6{
  font-family: Arpona;
}

p, a, span{
font-family: Avenir;
}

/* css for loading page image */
.full-img-loading {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* css for loading page image */

/* blink information css start */

.location-item.one {
  top: 9%;
  left: 14%;
}

.location-item {
  position: absolute;
  z-index: 9;
  width: 25px;
  height: 25px;

  color: white;
  font-size: 0.9rem;
  border-radius: 50px;
  cursor: pointer;
  background-color: #3b554a;
}

.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}

.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #ffffff8f;
  -webkit-animation: pulse-ring 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 2.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 2.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.information-img {
  width: 16px !important;
  position: relative;
  left: 3.8px;
  padding-left:1px;
  padding-bottom: 8px;
}

.location-item.two {
  top: 11%;
  left: 30.5%;
}

.location-item.three {
  top: 9%;
  left: 54.5%;
}

.location-item.four {
  top: 10%;
  left: 71.5%;
}

.location-item.five {
  top: 4%;
  left: 84.5%;
}

.location-item.six {
  top: 24%;
  left: 80%;
}

.location-item.seven {
  top: 17%;
  left: 91.5%;
}

/* blink information css end */

/* Explore More Button Css */

.explore-more-btn {
  position: absolute;

  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;

  font-size: 18px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;

}

@keyframes glowing {
  0% {
    background-color: #cf9f70;
    box-shadow: 0 0 5px #cf9f70;
  }

  50% {
    background-color: #cf9f70;
    box-shadow: 0 0 20px #cf9f70;
  }

  100% {
    background-color: #cf9f70;
    box-shadow: 0 0 5px #cf9f70;
  }
}

.explore-more-btn {
  animation: glowing 1300ms infinite;
}

.explore-more-btn:hover {
  color: black;
  text-decoration: none;
}

/* Explore More Button Css */



/* Menu Icons Information Css */
.side-text-hover {
  position: absolute;
  left: -100px;
  background-color: #fefefe;
  padding: 2px 15px;
  border-radius: 30px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  visibility: hidden;
  opacity: 1;
  transition: 0.2s all ease;
  top: 30%;
  color:#333333;
}

.hover-on-icon:hover .side-text-hover {
  visibility: visible;
}

.side-text-hover-house {
  position: absolute;
  left: -14px;
  background-color: #fefefe;
  padding: 2px 15px;
  border-radius: 30px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  visibility: hidden;
  opacity: 1;
  transition: 0.2s all ease;
  top: -55%;
  color:#333333;
}

.hover-on-icon:hover .side-text-hover-house {
  visibility: visible;
}

.side-text-hover-lot {
  position: absolute;
  left: -120px;
  background-color: #fefefe;
  padding: 2px 15px;
  border-radius: 30px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  visibility: hidden;
  opacity: 1;
  transition: 0.2s all ease;
  top: 30%;
  color:#333333;
}

.hover-on-icon:hover .side-text-hover-lot {
  visibility: visible;
}

.side-text-hover-location {
  position: absolute;
  left: 60px;
  background-color: #fefefe;
  padding: 2px 15px;
  border-radius: 30px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  visibility: hidden;
  opacity: 1;
  transition: 0.2s all ease;
  top: 30%;
  color:#333333;
}

.hover-on-icon:hover .side-text-hover-location {
  visibility: visible;
}

.side-text-hover-home {
  position: absolute;
  left: 60px;
  background-color: #fefefe;
  padding: 2px 15px;
  border-radius: 30px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  visibility: hidden;
  opacity: 1;
  transition: 0.2s all ease;
  top: 30%;
  color:#333333;
  width: 130px;
}

.hover-on-icon:hover .side-text-hover-home {
  visibility: visible;
}

.side-text-hover-menu {
  position: absolute;
  left: -100px;
  background-color: #fefefe;
  padding: 2px 15px;
  border-radius: 30px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  visibility: hidden;
  opacity: 1;
  transition: 0.2s all ease;
  top: 10%;
  color:#d5b352;
}

.hover-on-icon:hover .side-text-hover-menu {
  visibility: visible;
}
a.stu-btn {
  position: fixed;
  bottom: 7px;
  left: 5px;
  z-index: 999;
}
a.stu-btn img {
  width:89px;
  background-color: #000000bd;
  border-radius: 5px;
  padding: 5px;
}
.full-video-loading {
  position: relative;   /* instead of absolute */
  z-index: 0;           /* not negative */
}


/* Menu Icons Information Css */

/* new css */

