@import url("https://fonts.googleapis.com/css2?family=Bentham&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://unpkg.com/boxicons@latest/css/boxicons.min.css");


*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
}


body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: -webkit-fill-available;
  color: #000;
  background: #fff;
}

body.overflow-hidden {
  overflow: hidden;
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}

*::-webkit-scrollbar {
  width: 0px;
}

/* img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bentham", serif;
} */

.container-our-story {
  max-width: 1462px;
  height: auto;
  margin: 0 auto;
  padding: 0 24px;
}


/* Hero Section Start   */

.hero-section {
  position: relative;
  /* padding-bottom: -140px; */
  overflow: hidden;
  max-height: 100vh;
}

.hero-section::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(-33.26deg,
      rgba(11, 29, 38, 0%) 0%,
      rgba(11, 29, 38, 0.6) 100%);
  z-index: 1;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 550px; */
  z-index: 5;
  /* background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(94 0 0 / 0%) 45%, rgb(94 0 0) 95%); */
}

.hero-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.hero-image-wrapper img {
  width: 100%;
  height: auto;
}

.hero-image-wrapper img.sky {
  margin-top: 0%;
  position: relative;
  transform: translateY(-50%);
  height: 100vh;
  object-fit: cover;
}

.hero-image-wrapper img.mountains {
  margin-top: -170%;
  z-index: 1;
  height: 100vh;
  object-fit: cover;
}

.hero-image-wrapper img.man-standing {
  margin-top: -150%;
  z-index: 4;
  height: 330px;
  object-fit: cover;
}

.hero-content-our-story {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 6;
  height: auto;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-subtitle {
  font-size: 12px;
  color: #fbd784;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 32px;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.hero-subtitle::before {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #fbd784;
  display: inline-block;
}

.hero-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
}

.hero-title span {
  display: inline-block;
}

.hero-action {
  font-size: 18px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #fff;
}

.hero-action svg {
  animation: scroll-down-arrow 1.5s infinite;
}

@keyframes scroll-down-arrow {

  0%,
  20%,
  55%,
  80%,
  100% {
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    transform: translate3d(-50%, -15px, 0);
  }

  70% {
    transform: translate3d(-50%, -10px, 0);
  }

  90% {
    transform: translate3d(-50%, -5px, 0);
  }
}

/* Hero Section End   */

.content-section {
  position: relative;
  z-index: 5;
  margin-top: -50%;
}

.content-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.content-wrapper:not(:last-child) {
  margin-bottom: 80px;
}

.content-wrapper .content-image {
  width: 100%;
}

.content-image img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.content-content {
  flex: 1;
  padding-left: 0px;
  z-index: 999;
}

.content-subtitle {
  font-size: 14px;
  color: #ecb126;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.content-subtitle::before {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #e7b032;
  display: inline-block;
}

.content-title {
  font-size: 34px;
  color: #000;
  margin-bottom: 27px;
  font-weight: 500;
}

.content-title span {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.content-copy {
  font-size: 14px;
  color: #333;
  line-height: 32px;
  margin-bottom: 27px;
  transition: all 0.2s ease-in-out;
}

.content-action {
  color: #d7a226;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.content-action:hover {
  gap: 20px;
}

.content-subtitle .counter {
  font-size: 120px;
  font-weight: bold;
  color: rgba(128, 128, 128, 0.721);
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  letter-spacing: 0;
}

.slider {
  position: fixed;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-40%);
  text-align: right;
  z-index: 9;
}

.slider .container-our-story {
  padding: 0;
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  max-width: 1500px;
}

.slider-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 15px 0;
}

.slider-list-item a {
  color: #444;
  font-weight: bold;
}

.slider-progress {
  height: auto;
  width: 4px;
  background-color: rgba(128, 128, 128, 0.647);
}

.slider-progress-bar {
  width: 100%;
  height: 100%;
  background-color: #000;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .menu-block-link {
    font-size: 17px;
  }

  .menu-block-btn {
    padding: 9px 22px;
  }

  /* Hero Section Start   */

  .hero-image-wrapper img.sky {
    margin-top: -25%;
    transform: translateY(10%);
    height: auto;
  }

  .hero-image-wrapper img.mountains {
    margin-top: -10%;
    height: auto;
  }

  .hero-image-wrapper img.man-standing {
    margin-top: -58%;
    height: auto;
  }

  /* Hero Section End   */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Hero Section Start   */

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-subtitle::before {
    height: 2px;
    width: 50px;
  }

  .hero-title {
    font-size: 66px;
    line-height: 70px;
  }

  /* Hero Section End   */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container-our-story {
    padding: 0 80px;
  }

  .header-container {
    padding: 0 80px;
  }

  /* Header Navigation Start   */

  .navbar {
    padding: 64px 0;
    box-shadow: none;
    background-color: transparent;
  }

  .on-scroll .navbar {
    padding: 24px 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15),
      inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  }

  .burger {
    display: none;
    visibility: hidden;
  }

  .brand svg {
    max-width: 108px;
  }

  .menu {
    position: relative;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: none;
    box-shadow: none;
    top: unset;
    left: 0;
    right: unset;
    transform: unset;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 50px;
    margin: 0 auto;
    padding: 0;
    row-gap: 0;
  }

  .menu-block {
    margin-left: 86px;
    column-gap: 50px;
  }

  .header-backdrop,
  .menu-header {
    display: none;
  }

  .menu-block-link:hover,
  .menu-link:hover {
    color: #fbd784;
  }

  /* Header Navigation End   */

  /* Hero Section Start   */

  .hero-section {
    max-height: unset;
    /* padding-bottom: 200px; */
    /* max-height: unset; */
  }

  .hero-section::after {
    height: 60%;
  }

  .hero-content-our-story {
    padding: 0 80px;
    z-index: 3;
    top: 14%;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-subtitle::before {
    height: 2px;
    width: 72px;
  }

  .hero-title {
    font-size: 88px;
    line-height: 100px;
  }

  .hero-image-wrapper img.sky {
    transform: translateY(40%);
  }

  /* Hero Section End   */

  .content-wrapper .content-image {
    width: auto;
  }

  .content-image img {
    width: 566px;
    height: auto;
  }

  .content-wrapper:nth-child(odd) .content-image {
    order: 2;
  }

  .content-wrapper:nth-child(odd) .content-content {
    order: 1;
  }

  .content-wrapper:not(:last-child) {
    margin-bottom: 200px;
  }

  .content-wrapper:nth-child(1) .content-subtitle {
    margin-bottom: 100px;
  }

  .content-subtitle::before {
    height: 2px;
    width: 72px;
  }

  .content-section {
    margin-top: -30%;
  }

  .content-content {
    padding-left: 50px;
  }

  .content-image img {
    width: 466px;
    height: auto;
  }

  .content-row {
    gap: 75px;
    flex-direction: row;
  }

  .content-subtitle {
    font-size: 18px;
  }

  .content-title {
    font-size: 40px;
  }

  .content-copy {
    font-size: 18px;
  }

  .content-subtitle .counter {
    font-size: 140px;
    left: -20%;
    transform: translateY(-50%);
  }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .content-content {
    padding-left: 100px;
  }

  .content-row {
    gap: 85px;
  }

  .content-subtitle .counter {
    left: -20%;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .content-content {
    padding-left: 150px;
    z-index: 999;
  }

  .content-image img {
    width: 566px;
    height: auto;
  }

  .content-row {
    gap: 114px;
  }

  .content-title {
    font-size: 45px;
  }

  .content-subtitle .counter {
    left: -40%;
  }

}

@media screen and (max-width: 768px) {
  .hero-content-our-story {
    top: 35%;
  }
}