:root {
  --white: white;
  --black: black;
}

.page_wrapper {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-section {
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 88vh;
  display: flex;
  position: relative;
}

.button {
  color: #bb5070;
  letter-spacing: .3rem;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Giga Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 110%;
}

.top-navigation {
  z-index: 10;
  justify-content: space-between;
  height: 6vh;
  display: flex;
  position: relative;
}

.bottom-navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  height: 6vh;
  display: flex;
  position: relative;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.sub-heading {
  color: #bb5070;
  text-align: center;
  letter-spacing: .3rem;
  text-transform: uppercase;
  font-family: Giga Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.heading {
  color: #bb5070;
  text-align: center;
  letter-spacing: 3.2rem;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Giga Sans, sans-serif;
  font-size: 18rem;
  line-height: 18rem;
}

.heading-span {
  color: #bb5070;
  text-align: center;
  letter-spacing: 2rem;
  text-transform: uppercase;
  font-family: Giga Sans, sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 4rem;
}

.image {
  z-index: 1;
  position: relative;
  top: 10px;
  overflow: visible;
}

.pop-up {
  z-index: 9999;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-color: #f6c3d2f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pop-up.who, .pop-up.what, .pop-up.why, .pop-up.where {
  opacity: 0;
  display: none;
}

.pop-up-title {
  color: #bb5170;
  text-align: center;
  letter-spacing: .6rem;
  text-transform: uppercase;
  font-family: Giga Sans, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3rem;
  display: flex;
}

.pop-up-description {
  color: #bb5170;
  text-align: center;
  font-family: Giga Sans, sans-serif;
  font-size: 1.7rem;
  line-height: 2.1rem;
}

.pop-up-logo {
  max-width: 12rem;
  position: absolute;
  inset: auto auto 10%;
}

.pop-up-close {
  position: absolute;
  top: 5%;
  right: 5%;
}

.link, .link-2 {
  color: #bb5171;
  font-weight: 600;
}

.wings-background {
  z-index: -1;
  position: absolute;
  inset: 0% 15%;
}

.body {
  background-color: #f7d0d0;
}

.copyright-text-mobile {
  color: #bb5070;
  text-transform: uppercase;
  font-family: Giga Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  display: none;
}

.mobile-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 50%;
  display: none;
}

.desktop-tablet-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16vw;
  max-width: 50%;
  display: flex;
}

.particles-js {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.copyright-text-desktop {
  color: #bb5070;
  text-transform: uppercase;
  font-family: Giga Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.central-elements-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top-row {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

.bottom-row {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .heading {
    padding-left: 5%;
    font-size: 10rem;
    line-height: 10rem;
  }

  .heading-span {
    padding-left: 5%;
    font-size: 3.2rem;
  }

  .desktop-tablet-logo {
    width: 24vw;
  }
}

@media screen and (max-width: 479px) {
  .page_wrapper {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .hero-section {
    height: 88%;
  }

  .button {
    font-size: 1.1rem;
  }

  .top-navigation {
    align-items: flex-start;
    height: 6%;
  }

  .bottom-navigation {
    height: 6%;
    padding-bottom: 10px;
  }

  .heading {
    letter-spacing: 1.1rem;
    padding-left: 2%;
    font-size: 4.2rem;
    line-height: 4.2rem;
  }

  .heading-span {
    letter-spacing: .8rem;
    padding-left: 2%;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .pop-up.who, .pop-up.what, .pop-up.why, .pop-up.where {
    opacity: 0;
    display: none;
  }

  .pop-up-title {
    letter-spacing: .2rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .pop-up-description {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .wings-background {
    z-index: -2;
    left: 0%;
    right: 0%;
  }

  .body {
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
  }

  .copyright-text-mobile {
    text-align: center;
    font-size: .6rem;
    line-height: .6rem;
    display: flex;
    position: relative;
    inset: auto;
  }

  .mobile-logo {
    display: flex;
  }

  .desktop-tablet-logo {
    display: none;
  }

  .image-2 {
    flex: 1;
  }

  .particles-js-old {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .particles-js {
    z-index: 1;
    left: 0%;
    right: 0%;
  }

  .copyright-text-desktop {
    text-align: center;
    font-size: .6rem;
    line-height: .6rem;
    display: none;
    position: relative;
    inset: auto;
  }
}


@font-face {
  font-family: 'Giga Sans';
  src: url('../fonts/Locomotype--GigaSansBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giga Sans';
  src: url('../fonts/Locomotype--GigaSansMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giga Sans';
  src: url('../fonts/Locomotype--GigaSansSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Giga Sans';
  src: url('../fonts/Locomotype--GigaSansRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}