@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500&display=swap");
body {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  background-color: #FBF9F4;
  overflow-x: hidden;
  transition: background 0.6s ease;
}

#root > div {
  height: 100vh;
  width: 100%;
  margin: 20px 0;
}

#firstContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130vh !important;
}

#secondContainer {
  box-sizing: border-box;
  padding: 40px 100px;
  height: auto !important;
}

#fourthContainer {
  background: #0C1721;
  margin-top: 0 !important;
  box-sizing: border-box;
  padding: 40px 100px;
}

h1 {
  margin-top: 0;
  font-size: 64px;
  text-transform: lowercase;
  background: -webkit-linear-gradient(0deg, #BE5D91, #99CEFF, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: -100vw;
  background-repeat: no-repeat;
  transition: background 1s ease-out;
  position: relative;
}

small {
  font-weight: lighter;
  font-size: 12px;
}

h3 {
  font-size: 28px;
}

p {
  font-weight: 300;
  position: relative;
}

h1.active {
  transition-delay: 0.7s;
  background-position: 0;
}

.dark {
  color: #FBF9F4;
}

/*-------- CTA --------*/
.CTA {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.CTA * {
  text-transform: uppercase;
  font-weight: bold;
}
.CTA > * {
  position: absolute;
  top: 0;
  left: 0;
}
.CTA a {
  white-space: nowrap;
  letter-spacing: 2px;
  color: #BE5D91;
  display: flex;
  align-content: center;
  cursor: pointer;
  text-decoration: none;
  align-items: center;
}
.CTA a:first-of-type {
  position: relative;
}
.CTA a:last-of-type {
  color: #FBF9F4;
  -webkit-clip-path: none;
          clip-path: none;
  opacity: 0;
  transition: opacity 0.1s, -webkit-clip-path 0.1s;
  transition: opacity 0.1s, clip-path 0.1s;
  transition: opacity 0.1s, clip-path 0.1s, -webkit-clip-path 0.1s;
}
.CTA a img {
  margin-left: 10px;
  background: #BE5D91;
  border-radius: 100%;
}
.CTA span {
  transition: opacity 0.1s, transform 0.1s;
  opacity: 0;
  transform: scale(1.3);
  pointer-events: none;
  display: block;
  transform-origin: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #BE5D91;
}
.CTA.active span {
  opacity: 1;
  transform: scale(1);
}
.CTA.active a:last-of-type {
  opacity: 1;
}

/*-------- CERCLES --------*/
.circles {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 2s ease-in-out;
}

.circles > * {
  position: absolute;
  display: block;
  border-radius: 100%;
  border: solid #BE5D91 0.5px;
  width: 100%;
  height: 100%;
  transition: transform 1s ease-out;
}

.circles > *:last-child {
  width: 85%;
  height: 85%;
}

.circles > *:first-child {
  position: relative;
  transition-delay: 0.1s;
}

/*-----GLOWING SPHERES----*/
#spheres {
  position: absolute;
}

/*-------- SPOTLIGHTS --------*/
.spotlights {
  position: relative;
}
.spotlights > span.spots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity, background, 0.3s ease;
  z-index: 0;
}
.spotlights > span.spots.active {
  opacity: 1;
}

/*-------- BOX --------*/
.box-wrapper {
  transform: scale(0.9);
  transform-origin: center;
  transition: transform 0.2s ease-out;
}
.box-wrapper:hover {
  transform: scale(1);
}
.box-wrapper .box {
  will-change: transform, background;
  background: radial-gradient(242.86% 145.1% at 125.91% 201%, #285074 0%, #0C1921 100%);
  max-width: 330px;
  max-height: 540px;
  color: #FBF9F4;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2901960784);
  transition: transform 1s ease, background 0.2s ease;
}
.box-wrapper .box-picture {
  position: relative;
  overflow: hidden;
  max-height: 200px;
  display: flex;
  justify-content: center;
}
.box-wrapper .box-picture::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #0C1721, transparent 50%);
}
.box-wrapper .box-picture img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 120%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /*transition: transform 0.3s ease;
  will-change: transform;*/
}
.box-wrapper .box-content {
  line-height: 1em;
  box-sizing: border-box;
  padding: 30px 20px;
}
.box-wrapper .box-content ul {
  padding: 0;
  list-style: none;
}
.box-wrapper .box-content h3, .box-wrapper .box-content p, .box-wrapper .box-content p {
  margin-top: 0;
}
.box-wrapper .box-cta-container {
  margin-top: 40px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------- BANNRE ANIM------*/
#banner_anim {
  background: linear-gradient(0, #99ceff -70%, transparent);
  transform-style: preserve-3d;
  position: relative;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
  height: 110vh;
}
#banner_anim > * {
  transform-style: preserve-3d;
}
#banner_anim > img {
  width: 130%;
  position: absolute;
  transition: bottom 0.1s ease, opacity 0.2s ease;
}
#banner_anim > img[alt=logo] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  width: 275px;
}
#banner_anim > img[alt="location icon"] {
  will-change: transform;
  width: 40px;
  -webkit-animation-name: down;
          animation-name: down;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
#banner_anim > img[alt="location icon"]:nth-child(odd) {
  opacity: 0.3;
  width: 30px;
}
#banner_anim > img[alt=back] {
  will-change: bottom;
  bottom: 0%;
}
#banner_anim > img[alt=mid] {
  will-change: bottom;
  bottom: 0%;
}
#banner_anim > img[alt=front] {
  opacity: 1;
}
#banner_anim > img[alt="front windows"] {
  will-change: opacity;
  opacity: 0;
}

#banner_sun {
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 450px;
  height: 450px;
  display: block;
  background: -webkit-linear-gradient(90deg, #99ceff -70%, #BE5D91);
}

.buildings {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@-webkit-keyframes down {
  to {
    transform: translateY(20px);
  }
}

@keyframes down {
  to {
    transform: translateY(20px);
  }
}
#videoSection {
  position: relative;
  margin: 300px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#videoSection #video {
  display: flex;
  align-items: center;
  justify-content: center;
}
#videoSection #video img {
  max-width: 70vw;
  position: relative;
}
#videoSection #video #playerIcon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0C1721;
  border-radius: 100%;
  box-shadow: 0px 0px 0 #BE5D91, 0px 0px 0 #99CEFF;
  cursor: pointer;
  transition: box-shadow, transform, 0.25s ease-out;
  transform: scale(1);
  -webkit-animation-name: shadAnim;
          animation-name: shadAnim;
  animation-direction: reverse;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#videoSection #video #playerIcon:hover {
  transform: scale(1.2);
}
@-webkit-keyframes shadAnim {
  0% {
    box-shadow: 5px 0px 0 #BE5D91, -5px 0px 0 #99CEFF;
  }
  25% {
    box-shadow: 0px -5px 0 #BE5D91, 0px 5px 0 #99CEFF;
  }
  50% {
    box-shadow: -5px 0px 0 #BE5D91, 5px 0px 0 #99CEFF;
  }
  75% {
    box-shadow: 0px 5px 0 #BE5D91, 0px -5px 0 #99CEFF;
  }
  100% {
    box-shadow: 5px 0px 0 #BE5D91, -5px 0px 0 #99CEFF;
  }
}
@keyframes shadAnim {
  0% {
    box-shadow: 5px 0px 0 #BE5D91, -5px 0px 0 #99CEFF;
  }
  25% {
    box-shadow: 0px -5px 0 #BE5D91, 0px 5px 0 #99CEFF;
  }
  50% {
    box-shadow: -5px 0px 0 #BE5D91, 5px 0px 0 #99CEFF;
  }
  75% {
    box-shadow: 0px 5px 0 #BE5D91, 0px -5px 0 #99CEFF;
  }
  100% {
    box-shadow: 5px 0px 0 #BE5D91, -5px 0px 0 #99CEFF;
  }
}
#videoSection #video #playerIcon::after {
  content: "";
  width: 30%;
  height: 30%;
  display: block;
  background-color: #FBF9F4;
  -webkit-mask-image: url("../assets/play_icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  margin-left: 7px;
  -webkit-animation-name: bkgChange;
          animation-name: bkgChange;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes bkgChange {
  from {
    background-color: #BE5D91;
  }
  to {
    background-color: #99CEFF;
  }
}
@keyframes bkgChange {
  from {
    background-color: #BE5D91;
  }
  to {
    background-color: #99CEFF;
  }
}/*# sourceMappingURL=sheet.css.map */