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

html {
  scroll-behavior: smooth;
  scrollbar-color: #29383e #0b1d26;
  width: 100vw;
}

body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  background-color: #0b1d26;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 60px;
  max-width: 1920px;
  margin: auto;
  position: relative;
  z-index: 10;
}

.logo {
  color: #ffffff;
}

.about {
  display: flex;
  justify-content: space-between;
  width: 18.229vw;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.about a {
  text-decoration: none;
  color: #ffffff;
}
.about a:hover {
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.75);
  transition: 0.2s ease-in-out;
}

.account {
  display: flex;
  color: #ffffff;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.account a {
  margin-left: 5px;
  text-decoration: none;
  color: #fff;
}
.account a:hover {
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.75);
  transition: 0.2s ease-in-out;
}

.background {
  position: absolute;
  margin-top: -70px;
}

.jade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1200px;
  background-color: #5a6c67;
  z-index: -15;
}

.hg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/HG.webp);
  background-size: cover;
  background-position: unset;
  z-index: -10;
  width: 100vw;
  height: 1556.226px;
  margin-top: -400px;
}

.hg {
  animation: fadeIn 6s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/MG.webp);
  background-size: cover;
  background-position: unset;
  z-index: -10;
  width: 100vw;
  height: 1422.004px;
  margin-top: 464px;
}

.vg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/VG.webp);
  background-size: cover;
  background-position: unset;
  z-index: -10;
  width: 100vw;
  height: 926.003px;
  margin-top: 768px;
}

.bg-hg {
  width: 100vw;
  height: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    345deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(11, 29, 38, 1) 100%
  );
  background: -webkit-linear-gradient(
    345deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(11, 29, 38, 1) 100%
  );
  background: linear-gradient(
    345deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(11, 29, 38, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0b1d26",GradientType=1);
  z-index: -5;
}

.follow {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  margin: 359px 104px 0 0;
  align-items: center;
  transform: rotate(90deg);
  width: 183.994px;
  height: 23.998px;
}

.follow h4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  user-select: none;
}

.ig {
  margin: 0 25px;
  transform: rotate(270deg);
  cursor: pointer;
}

.twitter {
  transform: rotate(270deg);
  cursor: pointer;
}

.bpf {
  width: 45vw;
  height: 310px;
  margin: 100px auto 0 auto;
}

.hiking-guide {
  display: flex;
  align-items: center;
}

.hiking-guide h4 {
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 6px;
  margin-left: 32px;
  color: #fbd784;
  user-select: none;
}

.hiking-guide img {
  height: 2px;
  width: 3.75vw;
}

.be-prepared h1 {
  font-size: 76px;
  color: #ffffff;
  font-family: "Bentham", serif;
  font-weight: 100;
  line-height: 100px;
  user-select: none;
}

.be-prepared {
  margin: 20px 0;
}

.scroll {
  width: 123.994px;
  height: 23.998px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scroll h5 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 600;
  user-select: none;
}

.scroller {
  position: fixed;
  top: 326px;
  left: 92%;
  width: 4.01vw;
  height: 239.998px;
  display: flex;
  justify-content: space-between;
}

#start #scroll-1 #scroll-2 #scroll-3 {
  display: flex;
  transition: 0.1s ease-in-out;
}

#start:hover {
  transform: translateX(-25%);
  transition: 0.1s ease-in-out;
}
#start:active {
  transform: scale(0.9);
  transition: 0.1s ease-in-out;
}
#scroll-1:hover {
  transform: translateX(-25%);
  transition: 0.1s ease-in-out;
}
#scroll-1:active {
  transform: scale(0.9);
  transition: 0.1s ease-in-out;
}
#scroll-2:hover {
  transform: translateX(-25%);
  transition: 0.1s ease-in-out;
}
#scroll-2:active {
  transform: scale(0.9);
  transition: 0.1s ease-in-out;
}
#scroll-3:hover {
  transform: translateX(-25%);
  transition: 0.1s ease-in-out;
}
#scroll-3:active {
  transform: scale(0.9);
  transition: 0.1s ease-in-out;
}

#start a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-around;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
#scroll-1 a {
  margin-left: 25px;
  text-decoration: none;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
#scroll-2 a {
  margin-left: 25px;
  text-decoration: none;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
#scroll-3 a {
  margin-left: 25px;
  text-decoration: none;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

.slider-background {
  width: 2.995px;
  height: 239.998px;
  position: fixed;
  top: 326px;
  left: 98%;
}

#slider-indicator {
  width: 2.995px;
  height: 60.005px;
  position: fixed;
  top: 326px;
  left: 98%;
  transition: 0.1 ease-in-out;
}

.scroller-text {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-around;
}

.get-started {
  /* max-width: 1462px; */
  height: 2560.8px;
  margin-top: 815px;
  margin-left: auto;
  margin-right: auto;
  margin: 815px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.what-level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 76.146vw;
  height: 720px;
  animation: appear1 linear;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
  margin: 0 auto;
}

#hiking-essentials {
  animation: appear2 linear;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
  margin-top: 70px;
}

@keyframes appear1 {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes appear2 {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.what-level-text {
  width: 32.917vw;
  height: 438.9984px;
  margin-top: 50px;
  position: relative;
  user-select: none;
}

.what-level-image {
  background-image: url(images/01.webp);
  width: 29.479vw;
  height: 720px;
  background-position: center;
  background-repeat: no-repeat;
}

.dash-get h4 {
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 6px;
  margin-left: 32px;
  color: #fbd784;
  user-select: none;
}

.dash-get img {
  height: 2px;
  width: 3.75vw;
}

.dash-get {
  display: flex;
  align-items: center;
}

.title-text-gs {
  font-size: 52px;
  color: #ffffff;
  font-family: "Bentham", serif;
  font-weight: 100;
  margin: 15px 0 15px 0;
  user-select: none;
}

.main-text-gs {
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 32px;
  font-weight: 500;
  user-select: none;
}

.read-more-gs {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.read-more-gs a {
  color: #fbd784;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-right: 15px;
  font-weight: 600;
  text-decoration: none;
}

.read-more-gs img {
  margin-top: 2.5px;
}

.picking-the-gear-image {
  background-image: url(images/011.webp);
  width: 29.479vw;
  height: 720px;
  background-position: center;
  background-repeat: no-repeat;
}

.understanding-map-image {
  background-image: url(images/012.webp);
  width: 29.479vw;
  height: 720px;
  background-position: center;
  background-repeat: no-repeat;
}

.gradient {
  width: 100vw;
  height: 700px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(11, 29, 38, 1) 72%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(11, 29, 38, 1) 72%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(11, 29, 38, 1) 72%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0b1d26",GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1111px;
  z-index: -9;
}

.absolute-number {
  position: absolute;
  width: 12.5vw;
  height: 240px;
  margin-right: 10px;
  margin: -130px 0 0 -155px;
  top: 0;
  left: 0;
}

.absolute-number h2 {
  font-size: 240px;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  user-select: none;
}

footer {
  height: 280px;
  width: 75vw;
  margin: 200px auto 0px auto;
  display: flex;
  justify-content: space-between;
}

.got-l-t {
  height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.got-logo {
  width: 5.625vw;
  height: 38px;
  color: #fff;
}

.got-main {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 32px;
  margin-top: 30px;
}
.got-main h4 {
  font-weight: 400;
}

.got-copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.25);
  line-height: 32px;
}
.got-copyright h5 {
  font-weight: 300;
}

.go-out-there {
  width: 18.229vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.more {
  width: 29.479vw;
  display: flex;
  justify-content: space-between;
}

.more-blog {
  width: 10.052vw;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.more-mntn {
  width: 8.385vw;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.more-blog h3,
.more-mntn h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fbd784;
  line-height: 32px;
}

.more-blog a,
.more-mntn a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}

.footer-spacer {
  height: 20px;
  background-color: #0b1d26;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  width: max-content;
  position: absolute;
  right: 8.073vw;
  z-index: 60;
  cursor: pointer;
}

.hamburger::before,
.hamburger::after,
.hamburger input {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 9999px;
  transform-origin: left center;
  transition: opacity 200ms ease-in-out, width 200ms ease-in-out,
    rotate 200ms ease-in-out, translate 200ms ease-in-out,
    background-color 200ms ease-in-out;
}

.hamburger input {
  appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  pointer-events: none;
}

.hamburger:has(input:checked)::before {
  rotate: 45deg;
  width: 40px;
  translate: 0 -4px;
}
.hamburger:has(input:checked)::after {
  rotate: -45deg;
  width: 40px;
  translate: 0 4px;
}

.hamburger input:checked {
  opacity: 0;
  width: 0;
}

@media (max-width: 1440px) {
  .title-text-gs {
    font-size: 35px;
  }
  .be-prepared h1 {
    font-size: 70px;
    line-height: 90px;
  }
}

@media (max-width: 1024px) {
  .about {
    width: 30vw;
  }
  .be-prepared h1 {
    font-size: 49px;
    line-height: 68px;
  }
  .hiking-guide h4 {
    font-size: 14px;
    letter-spacing: 5px;
    margin-left: 30px;
  }
  .get-started {
    margin: 500px auto 0 auto;
  }
  .bpf {
    margin: 175px auto 0 auto;
  }
  .follow {
    margin: 425px 104px 0 -30px;
  }
  .what-level {
    flex-direction: column;
  }
  .what-level-image,
  .picking-the-gear-image,
  .understanding-map-image {
    display: none;
  }
  .what-level-text {
    width: 70vw;
    text-align: center;
  }
  .absolute-number h2 {
    color: rgb(255, 255, 255, 25%);
  }
  .get-started {
    height: 2000px;
    margin-bottom: -200px;
  }
  .read-more-gs {
    justify-content: center;
  }
  .more-blog a,
  .more-mntn a {
    font-size: 14px;
  }
  .more-blog h3,
  .more-mntn h3 {
    font-size: 16px;
  }
  .scroller-line {
    display: none;
  }
  .scroller-text {
    display: none;
  }
  .hiking-guide {
    justify-content: center;
  }
  .be-prepared {
    text-align: center;
  }
  .scroll {
    width: 291.83px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  footer {
    height: 350px;
    width: 95vw;
    margin-top: 39.063vh;
  }
  .go-out-there {
    width: 31vw;
  }
  .got-copyright {
    font-size: 10px;
    line-height: normal;
  }
  .got-main {
    line-height: normal;
    font-size: 13px;
  }
  .more-blog h3,
  .more-mntn h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .more-blog a,
  .more-mntn a {
    font-size: 11px;
    line-height: normal;
  }
  .hamburger {
    display: flex;
  }
  .about {
    display: none;
  }
  .account {
    display: none;
  }
}

@media (max-width: 425px) {
  header {
    padding: 40px 30px;
  }
  .follow {
    display: none;
  }
  .bpf {
    width: 60vw;
    height: 10px;
    margin-top: 60px;
  }
  .be-prepared h1 {
    font-size: 34px;
    line-height: normal;
  }
  .hiking-guide h4 {
    font-size: 10px;
    letter-spacing: 3px;
    margin-left: 20px;
  }
  .scroll h5 {
    font-size: 12px;
    margin: 0 10px 0 -225px;
  }
  footer {
    margin-top: 70vh;
  }
  .more-blog {
    width: 28vw;
  }
  .more-mntn {
    width: 17vw;
  }
  .more {
    width: 50vw;
  }
  .dash-get {
    justify-content: center;
  }
  .dash-get h4 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
  }
  .title-text-gs {
    font-size: 24px;
  }
  .main-text-gs {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin: 50px 0;
  }
  .read-more-gs {
    font-size: 14px;
  }
  #where-you-go {
    margin: 50px 0 -50px 50px;
  }
  .get-started {
    height: 1600px;
  }
  .absolute-number h2 {
    font-size: 150px;
    margin: 45px 0 0 100px;
  }
}
