@font-face {
  font-family: "Million Dreams";
  src: url(../Assets/Fonts/Sacred\ Valley.ttf);
}

@font-face {
  font-family: "Raleway";
  src: url(../Assets/Fonts/Sacred\ Valley.ttf);
}
@import url("https://fonts.googleapis.com/css2?family=Faustina:wght@400;500;600&display=swap");
* {
  box-sizing: border-box;
  will-change: transform;
  will-change: opacity;
}
html {
  max-height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #090909;
  color: #e0aa3e;
  font-family: "Raleway";
}
a.nostyle:link {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

a.nostyle:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}
.text-highlight {
  /* background-color: #e0aa3e94;
  background-repeat: no-repeat;
  background-size: 100% 50%; */
  background: linear-gradient(to top, #e0aa3e94 45%, transparent 0);
}
.track {
  overflow: hidden;
  display: flex;
  overflow-x: hidden;
}
.container {
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
}
.bg-svg-wrap {
  position: fixed;
  overflow: visible;
  max-width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.bg-svg {
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  width: 200%;
  height: 200vh;
  background: transparent
    url("http://assets.iceable.com/img/noise-transparent.png") repeat 0 0;
  background-repeat: repeat;
  animation: bg-animation 0.2s infinite;
  opacity: 1;
}

@keyframes bg-animation {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%, 0);
  }
  70% {
    transform: translate(0, 10%);
  }
  80% {
    transform: translate(-15%, 0);
  }
  90% {
    transform: translate(10%, 5%);
  }
  100% {
    transform: translate(5%, 0);
  }
}

.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5 {
  stroke: #926f34 !important;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.typewrite > .wrap,
.navbar-typewrite > .wrap {
  border-right: 0.08em solid #fff;
  animation: caret 1s steps(1) infinite;
}

.landing-bg-vstrip {
  height: 250vh;
  overflow: hidden;
  width: 100px;

  display: flex;
  white-space: normal;

  z-index: 0;

  position: absolute;
  right: 10vw;
  top: -100vh;
  transform: rotate(7deg);
  opacity: 0.03;
}

.landing-bg-vstrip2 {
  transform: rotate(-17deg);
  right: 55vw;
}
.landing-vstrip-scroll {
  height: 100%;
  width: 100%;
}

.landing-vstrip-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;

  transform: rotate(-90deg);
  font-size: 90px;
  font-family: "Million Dreams";
  color: #f3f1e1;
}

.events-section-strip {
  position: absolute;
  left: 0;
  top: -25vh;
  height: 150vh;
  overflow: hidden;
  width: 80px;

  border-left: 3px solid #e0aa3e;
  border-right: 3px solid #e0aa3e;

  display: flex;
  white-space: normal;

  backdrop-filter: blur(16px);
  z-index: 5;
  /* background-color: #070707; */
}

.events-section-scroll {
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}

.events-strip-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;

  transform: rotate(-90deg);

  font-size: 40px;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(243, 241, 225);
}

/* CONTACT SECTION */
.home-section-contact {
  height: 100%;
  width: 100%;

  display: flex;
  border-left: 6px solid #e0aa3e;
}
@media screen and (max-width: 842px) {
  .home-section-contact {
    padding-bottom: 50px !important;
  }
}

.contact-section {
  min-width: 67%;
  height: 100%;
}
.contact-web-sec {
  height: 30%;
  width: 100%;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-web-head,
.a-web {
  font-size: clamp(5.5vh, 3.8vw, 6vh);
  font-weight: 700;
  transform: rotate(-90deg);
  font-family: "Million Dreams";

  margin-right: 30px;
  color: rgb(243, 241, 225);
}
.contact-web-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-web-link,
.a-vistaar {
  /* transform: rotate(-45deg); */
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e0aa3e;

  margin-right: 25px;
  font-size: clamp(5vh, 3.5vw, 6vh);
  font-weight: 700;
  /* animation: glow 0.9s ease-in-out infinite alternate; */
  cursor: pointer;
}

.contact-text-sec {
  height: 40%;
  width: 100%;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-bg-svg {
  z-index: 2;

  height: clamp(28vh, 24vw, 34vh);
  width: auto;
  opacity: 0.8;

  transform: rotate(-90deg);
}
.contact-main-text {
  display: flex;
  flex-direction: column;
  text-align: left;

  margin-left: -30px;
}
.contact-text-line {
  font-size: clamp(5.6vh, 4.7vw, 8vh);
  font-weight: 900;
  font-family: "Million Dreams";
  letter-spacing: 3px;
  text-align: left;
  color: rgb(243, 241, 225);
}

.contact-social-sec {
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -28px;
}
.contact-social-head {
  font-size: clamp(5.5vh, 3.8vw, 6vh);
  font-weight: 700;
  transform: rotate(-90deg);
  font-family: "Million Dreams";
  margin-right: 30px;
  color: rgb(243, 241, 225);
}
.contact-social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-social-link {
  transform: rotate(-45deg);
  font-size: clamp(4.5vh, 3.5vw, 6vh);
  color: #e0aa3e;
  font-weight: 700;

  margin-left: -18px;
  /* z-index: 10000000000000000000;
  position: relative; */

  /* animation: glow 0.9s ease-in-out infinite alternate; */
  cursor: pointer;
}
@keyframes glow {
  from {
    text-shadow: 0 0 6px #e0aa3e;
  }
  to {
    text-shadow: 0 0 30px #e6b34e, 0 0 10px #e7c682;
  }
}

.contact-vstrip1 {
  right: 40%;
}
.contact-vstrip2 {
  right: 70%;
}
.contact-strip {
  height: 150vh;
  overflow: hidden;
  width: 70px;

  border-left: 3px solid #e0aa3e;
  border-right: 3px solid #e0aa3e;

  display: flex;
  white-space: normal;

  z-index: 5;
}

.contact-strip-scroll {
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
}

.contact-strip-inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  transform: rotate(-90deg);
  font-size: 42px;
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(243, 241, 225);
}

.contact-footer {
  min-width: calc(33% - 70px);
  height: 100vh;
  color: #e0aa3e;
}
.contact-footer-inner {
  font-weight: 800;
  margin-left: 10px;
}
.contact-footer-address {
  min-height: 33%;
  min-width: 100%;

  font-size: clamp(2.1vh, 1vw, 2vh);
  font-weight: 400;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.contact-footer-email {
  font-weight: 800;
  font-size: clamp(2.1vh, 1.1vw, 2.2vh);
  cursor: pointer;
}
.contact-footer-phone {
  min-height: 34%;
  min-width: 100%;

  font-size: clamp(2.1vh, 1vw, 2vh);
  font-weight: 400;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.contact-footer-credit {
  min-height: 33%;
  min-width: 100%;

  font-size: clamp(2.4vh, 1.2vw, 2.4vh);
  font-weight: 800;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.scroll-down-animation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  font-family: "Raleway";
  animation: scroll-down 1s infinite ease-in-out alternate;
}
.scroll-down-animation svg {
  margin-bottom: 4px;
}
@media screen and (max-width: 900px) {
  .scroll-down-animation {
    flex-direction: row;
  }
  .scroll-down-animation svg {
    transform: rotate(-90deg);
  }
  .scroll-down-animation h6 {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .scroll-down-animation h5 {
    display: none;
  }
}
.scroll-down-animation h6 {
  margin: 0;
  font-size: small;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.scroll-down-animation h5 {
  margin: 0;
  font-size: small;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

@keyframes scroll-down {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(-50%) translateY(-20px);
  }
}

.contact-animate-child span,
.contact-animation-container .contact-animate {
  transform: rotateX(90deg) translateY(100%);
  transition: transform 800ms 300ms cubic-bezier(0, 0.2, 0.38, 0.97),
    opacity 800ms 300ms cubic-bezier(0, 0.2, 0.38, 0.97);
  transform-origin: center top;
  transform-style: preserve-3d;
  opacity: 0;
  display: inline-block;
}

.contact-animate-child.is-inview span,
.contact-animation-container.is-inview .contact-animate {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .scroll-down-animation {
    bottom: 50px;
  }
}

.page-loader-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #080808;
  color: #e0aa3e;
  z-index: 10000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: transform 800ms 300ms cubic-bezier(0, 0.2, 0.38, 0.97),
    opacity 800ms 300ms cubic-bezier(0, 0.2, 0.38, 0.97);
}

.page-loader-svg,
.page-loader-svg-vistaar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50vh;
  width: auto;
  opacity: 0.2;
}

.page-loader-svg {
  opacity: 0.9;
}

.page-loader-title {
  font-size: clamp(8vh, 18vw, 16vh);
}

.page-loader-container.hidden {
  transform: translateY(-100%);
  opacity: 0;
}
.modal{
  width: 100vw;
  height: 100vh;
  
  top: 0;
  left:0;
  background-color: #000e;
  color: #eeeeee;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  font-size: 26px;
  display:none;
}
.chrome-close{
  height: 40px;
  width: 40px;
  cursor: pointer;
  
}


/* .modal-content{
  position: relative;
  top: 50%;
} */
