/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.header {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  margin: 0 auto;
}

.header-container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu-button {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 5px 5px;
}

.header-menu-button__line {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-menu {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  list-style-type: none;
}

.header-nav-menu__element {
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

.header-nav-menu__element--outline {
  color: #f4d362;
  border-radius: 10px;
  padding: 8px 21px;
  border: 1px solid;
}

.header-container__logo {
  height: 27px;
  width: 37px;
}

.header-nav-menu.active {
  display: block;
}

.header-nav-menu.active ul {
  list-style: none;
  padding: 0;
}

.header-nav-menu.active a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.nav-menu {
  display: none;
  width: 100%;
  max-width: 768px;
}

.nav-menu__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  height: 370px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.nav-menu__element {
  font-size: 68px;
  font-family: "Orbitron", sans-serif;
  line-height: 39px;
  font-weight: bold;
  color: white;
}

.nav-menu__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu__list li:not(:last-child)::after {
  content: "";
  background: url("../assets/nav-menu-line.svg") no-repeat center;
  height: 10px;
  width: 500px;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 100px;
}

.nav-menu__title {
  font-size: 40px;
  font-family: "Orbitron", sans-serif;
  background: -o-linear-gradient(
    5.93deg,
    #a5782b -18.51%,
    #c99738 4.32%,
    #f4d362 23.46%,
    #fcf8b8 58.64%,
    #e3c56d 88.89%
  );
  background: linear-gradient(
    84.07deg,
    #a5782b -18.51%,
    #c99738 4.32%,
    #f4d362 23.46%,
    #fcf8b8 58.64%,
    #e3c56d 88.89%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: -1.8px;
  margin-left: 20px;
}

.nav-menu__container {
  margin-top: 20px;
  position: relative;
}

.nav-menu__star {
  position: absolute;
  right: 60px;
  top: 97px;
}

#our_vision {
  margin-top: 50px;
  padding-top: -50px;
}

@media (max-width: 768px) {
  .header {
    height: 150px;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
  }

  .header-container {
    max-width: 768px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 215px;
    position: relative;
  }

  .header-menu-button {
    border: white 0.5px solid;
    border-radius: 5px;
    width: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
  }

  .header-nav-menu {
    display: none;
  }

  .nav-menu.active {
    display: block;
    position: absolute;
    top: 80px;
    background: url("../assets/header-mobile-bg.svg") no-repeat center;
    background-size: 100%;
    width: 100%;
    z-index: 99;
    height: 580px;
    margin-top: 80px;
    pointer-events: all;
  }

  .header-menu-button__content.active {
    content: url("../assets/close-header-mobile-menu-button.svg");
  }

  .header-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
