@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

body,
main {
  background-color: rgb(169, 228, 231); /* match your mountain colors */
}

::selection {
  background-color: #0b372dbb;
}

.logo {
  width: 100px;
}

header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  padding: 0.9rem 0;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav {
  background-color: transparent;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header ul {
  display: flex;
  list-style: none;
  align-items: center;
}

header ul a {
  text-decoration: none;
  color: #fff;
  padding: 0 1.5rem;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.83rem;
}

.search a {
  font-size: 1.05rem;
  padding: 0 3rem;
}

.hamburger {
  padding-left: 1.5rem;
}

.hamburger a {
  padding: 0;
  width: 37px;
  height: 37px;
  display: flex;
  border-radius: 50%;
  background-color: rgb(115, 115, 115, 0.7);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
}

.hamburger .bar {
  position: relative;
  width: 52%;
  height: 1.3px;
  background-color: #fff;
  border-radius: 2px;
}

.hamburger .bar::before,
.hamburger .bar::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 60%;
  height: 100%;
  background-color: inherit;
  border-radius: 2px;
}

.hamburger .bar::before {
  top: -4.5px;
}

.hamburger .bar::after {
  top: 4.5px;
}

main {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.parallax {
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: 0.45s cubic-bezier(0.2, 0.49, 0.32, 0.99);
}
.bg-img {
  position: absolute;
  width: 194.44%;
  top: 1.86%;
  left: 50.69%;
  z-index: 1;
}

.fog-7 {
  position: absolute;
  z-index: 2;
  width: 131.94%;
  top: 37.65%;
  left: 70.83%;
}

.mountain-10 {
  position: absolute;
  z-index: 3;
  width: 60.42%;
  top: 58.52%;
  left: 65.97%;
}

.fog-6 {
  position: absolute;
  z-index: 4;
  width: 127.29%;
  top: 61.73%;
  left: 50.49%;
}

.mountain-9 {
  position: absolute;
  z-index: 5;
  width: 32.15%;
  top: 64.69%;
  left: 18.26%;
}

.mountain-8 {
  position: absolute;
  z-index: 6;
  width: 54.58%;
  top: 61.85%;
  left: 35.99%;
}

.fog-5 {
  position: absolute;
  z-index: 7;
  width: 31.18%;
  top: 71.11%;
  left: 52.01%;
}

.mountain-7 {
  position: absolute;
  z-index: 8;
  width: 35.76%;
  top: 66.54%;
  left: 71.18%;
}

.text {
  position: absolute;
  z-index: 8;
  top: 34.57%;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  pointer-events: auto;
  color: #fff;
}

.text h2 {
  font-weight: 100;
  font-size: 6.5rem;
  line-height: 0.88;
}

.text h1 {
  font-weight: 800;
  font-size: 8rem;
  line-height: 0.88;
}

.mountain-6 {
  position: absolute;
  z-index: 10;
  width: 26.63%;
  top: 60.68%;
  left: 90.97%;
}

.fog-4 {
  position: absolute;
  z-index: 11;
  width: 37.71%;
  top: 79.88%;
  left: 45.56%;
}

.mountain-5 {
  position: absolute;
  z-index: 12;
  width: 40.49%;
  top: 83.21%;
  left: 59.03%;
}

.fog-3 {
  position: absolute;
  z-index: 13;
  width: 99.65%;
  top: 68.4%;
  left: 48.06%;
}

.mountain-4 {
  position: absolute;
  z-index: 14;
  width: 49.79%;
  top: 82.22%;
  left: 23.47%;
}

.mountain-3 {
  position: absolute;
  z-index: 15;
  width: 29.1%;
  top: 66.42%;
  left: 101.11%;
}

.fog-2 {
  position: absolute;
  z-index: 16;
  width: 98.47%;
  top: 71.85%;
  left: 47.92%;
}

.mountain-2 {
  position: absolute;
  z-index: 17;
  width: 43.4%;
  top: 73.21%;
  left: 78.61%;
}

.mountain-1 {
  position: absolute;
  z-index: 18;
  width: 31.25%;
  top: 61.3%;
  left: 8.26%;
}

.sun-rays {
  position: absolute;
  z-index: 19;
  top: 0;
  right: 0;
  width: 41.32%;
  pointer-events: none;
}

.black-shadow {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.fog-1 {
  position: absolute;
  z-index: 21;
  width: 111.11%;
  top: 56.17%;
  left: 50%;
}

.vignette {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 0.7)
  );
  pointer-events: none;
}

@media (max-width: 100px) {
  .text h1 {
    font-size: 5.8rem;
  }
  .text h2 {
    font-size: 4.7rem;
  }
}

@media (max-width: 725px) {
  .text h1 {
    font-size: 5rem;
    line-height: 1.1;
  }
  .text h2 {
    font-size: 4.1rem;
    line-height: 1.1;
  }

  header-nav {
    padding: 0 1rem;
  }

  .logo {
    width: 75px;
  }

  header ul a {
    font-size: 0.73rem;
    padding: 0 0.9rem;
  }

  .search a {
    font-size: 0.85rem;
    padding: 0 1.8rem;
  }

  .hamburger {
    padding-left: 0.9rem;
  }

  .hamburger a {
    height: 30px;
    width: 30px;
  }

  .bg-img {
    width: initial;
    height: 311.104%;
  }

  .fog-7 {
    width: initial;
    height: 211.111%;
  }

  .mountain-10 {
    width: initial;
    height: 96.667%;
  }

  .fog-6 {
    width: initial;
    height: 203.556%;
  }

  .mountain-9 {
    width: initial;
    height: 51.378%;
  }

  .mountain-8 {
    width: initial;
    height: 87.556%;
  }

  .fog-5 {
    width: initial;
    height: 49.889%;
  }

  .mountain-7 {
    width: initial;
    height: 57.222%;
  }

  .mountain-6 {
    width: initial;
    height: 42.611%;
  }

  .fog-4 {
    width: initial;
    height: 60.222%;
  }

  .mountain-5 {
    width: initial;
    height: 64.889%;
  }

  .fog-3 {
    width: initial;
    height: 159.444%;
  }

  .mountain-4 {
    width: initial;
    height: 79.667%;
  }

  .mountain-3 {
    width: initial;
    height: 46.556%;
  }

  .fog-2 {
    width: initial;
    height: 157.556%;
  }

  .mountain-2 {
    width: initial;
    height: 69.444%;
  }

  .mountain-1 {
    width: initial;
    height: 50%;
  }

  .sun-rays {
    width: initial;
    height: 66.111%;
  }

  .black-shadow {
    width: initial;
    height: 160%;
  }

  .fog-1 {
    width: initial;
    height: 177.778%;
  }
}

@media (max-width: 520px) {
  .text h1 {
    font-size: 3.3rem;
  }
  .text h2 {
    font-size: 2.6rem;
  }
}
