.site-header {
  position: relative;
  overflow: hidden;
  margin-bottom: -345px;
}
.site-header .site-header__bar {
  padding: 19px;
  background-color: #141414;
  width: 100vw;
  z-index: 9;
}
.site-header .site-header__bar .site-header__bar-inner {
  display: flex;
  justify-content: space-between;
}
.site-header .site-header__bar .site-header__bar-inner h2 {
  font-size: 16px;
  margin-right: 24px;
}
.site-header .site-header__bar .site-header__bar-login-btn a {
  all: unset;
  display: block;
  cursor: pointer;
}
.site-header .site-header__bar img {
  width: 140px;
}

.site-header--front {
  transform: translate3d(0px, 0px, 0px);
}

.site-header__caption {
  position: absolute;
  width: 100%;
  z-index: 40;
}
.site-header__caption .site-header__caption-content {
  color: #ededed;
  text-shadow: 1px 1px 1px rgba(26, 35, 22, 0.7);
  letter-spacing: 1px;
  position: relative;
  height: 380px;
  width: 100%;
  display: table;
}

.site-header__heading-wrapper {
  vertical-align: bottom;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.site-header__heading-wrapper .site-header__heading {
  color: white;
  position: relative;
  font-size: 66px;
  line-height: normal;
  font-weight: 700;
  max-width: 700px;
  text-shadow: 0 0 4px rgba(89, 89, 89, 0.7);
  letter-spacing: 1px;
  margin-top: 3em;
}
.site-header__heading-wrapper .site-header__heading .site-header__typed {
  font-size: 32px;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
}
.site-header__heading-wrapper .site-header__heading .site-header__typed-text {
  color: white;
}
.site-header__heading-wrapper .site-header__heading .site-header__typed-cursor {
  color: white;
  opacity: 0;
  transition-duration: 0.1s;
}
.site-header__heading-wrapper .site-header__logo-wrapper {
  position: relative;
}
.site-header__heading-wrapper .site-header__logo-wrapper .site-header__logo-img {
  right: 31px;
  width: 200px;
  height: 180px;
  background-color: white;
  padding: 24px;
}
.site-header__heading-wrapper .site-header__logo-wrapper .site-header__logo-img img {
  width: 100%;
  height: 100%;
}

.site-header__background {
  position: relative;
  height: 900px;
  overflow: hidden;
}
.site-header__background .site-header__slides {
  height: 100%;
  width: 100%;
}
.site-header__background .site-header__slides li {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
  z-index: 2;
}
.site-header__background .site-header__slides li::before {
  background-color: rgba(0, 0, 0, 0.26);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.site-header__background .site-header__slides li img {
  width: inherit;
  height: 100%;
}

@media (max-width: 991px) {
  .site-header {
    margin-bottom: -300px;
  }
  .site-header .site-header__heading-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .site-header .site-header__heading-wrapper .site-header__heading {
    order: 1;
    font-size: 45px;
    margin-top: 0;
  }
  .site-header .site-header__heading-wrapper .site-header__heading .site-header__typed {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
  }
  .site-header .site-header__heading-wrapper .site-header__logo-wrapper .site-header__logo-img img {
    width: 100%;
    height: 100%;
  }
  .site-header .site-header__background {
    height: 700px;
  }
  .site-header .site-header__background .site-header__slides li img {
    width: inherit;
    height: 100%;
  }
  .site-header .site-header__bar .site-header__bar-inner h2 {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .site-header {
    margin-bottom: -300px;
  }
  .site-header .site-header__heading-wrapper {
    padding: 0 12px;
    flex-direction: column;
    gap: 32px;
    margin-top: 30%;
  }
  .site-header .site-header__heading-wrapper .site-header__heading {
    order: 1;
    font-size: 30px;
    margin-top: 0;
  }
  .site-header .site-header__heading-wrapper .site-header__heading .site-header__typed {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
  }
  .site-header .site-header__heading-wrapper .site-header__logo-wrapper .site-header__logo-img {
    width: 120px;
    height: 120px;
    padding: 24px;
    margin-top: 12px;
  }
  .site-header .site-header__heading-wrapper .site-header__logo-wrapper .site-header__logo-img img {
    width: 100%;
    height: 100%;
  }
  .site-header .site-header__background {
    height: 700px;
  }
  .site-header .site-header__background .site-header__slides li img {
    width: inherit;
    height: 50vh;
  }
  .site-header .site-header__bar .site-header__bar-inner h2 {
    margin-right: 0;
    display: none;
  }
}
.user-action-dropdown .transition-icon {
  transition: transform 0.3s ease;
}
.user-action-dropdown .show .transition-icon {
  transform: rotate(180deg);
}
.user-action-dropdown .user__profile-img {
  height: 40px;
  width: 40px;
  float: none;
  background-color: var(--eve-green-color);
  padding: 12px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid rgba(72, 87, 117, 0.25);
}
.user-action-dropdown .action-dropdown-wrapper {
  width: 285px;
}
.user-action-dropdown .action-dropdown-wrapper .user-avatar {
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  background-color: var(--eve-green-color);
}
.user-action-dropdown .action-dropdown-wrapper .dropdown-item {
  padding: 8px 0 !important;
  font-weight: 600;
}
