.hero-container {
  background-size: cover !important;
  background-position: center center !important;
  padding: 0 !important;
}

.hero-scroll-down {
  transform: rotate(-90deg);
  position: absolute;
  bottom: 13.5%;
  left: 50%;
  right: 50%;
  z-index: 1;
  text-decoration: none !important;
  color: #fff;
  cursor: default;
}

.hero-scroll-down:hover {
  color: #fff;
}

.hero-scroll-down i {
  position: absolute;
  transform: rotate(90deg);
  left: -55px;
  top: -8px;
  border: 2px solid;
  border-radius: 50%;
  padding: 11px;
  width: 40px;
  height: 40px;
  transition: 0.3s ease-in-out;
}

.hero-scroll-down:hover i {
  left: -65px;
}

.hero-section-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 64px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .hero-container {
    padding-top: 200px !important;
  }
}

/* Portrait mobile */
@media (min-width: 500px) and (max-width: 991px) and (max-height: 600px) {
  .hero-scroll-down {
    bottom: 9%;
    font-size: 80%;
    transform: none;
    transform: rotate(0deg);
    left: auto;
  }
  .scroll-down {
    width: 1px;
    bottom: -32px;
    right: 12.5px;
    height: 30px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .hero-scroll-down {
    font-size: 12px;
    line-height: 25px;
    margin-left: -10px;
  }

  .scroll-down {
    width: 70px !important;
  }
}
@media (max-width: 600px) and (orientation: portrait) {
  .hero-scroll-down {
    bottom: 9% !important;
  }
}
