.herobanner-1 {
  position: relative;
  height: calc( 100vh - 100px );
}
@media screen and (max-width: 768px) {
  .herobanner-1 {
    height: 75vw;
  }
}
.herobanner-1 > nav {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .herobanner-1 > nav {
    right: 10px;
    bottom: 10px;
  }
}
.herobanner-1 > nav a {
  cursor: pointer;
  font-size: 32px;
  color: #dedede;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .herobanner-1 > nav a {
    font-size: 24px;
  }
}
.herobanner-1 > nav a:hover {
  color: white;
}
.herobanner-1 article {
  display: block;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.herobanner-1 article.active {
  display: block;
  opacity: 1;
  z-index: 2;
}
.herobanner-1 article .homebanner-bkgimg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: 50% 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: saturate(50%);
}
.herobanner-1 article .homebanner-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(120, 124, 128, 0.4);
}
.herobanner-1 article .homebanner-content {
  z-index: 3;
  position: absolute;
  left: 100px;
  top: 100px;
  width: 60vw;
  bottom: 100px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .herobanner-1 article .homebanner-content {
    left: 20px;
    top: 20px;
    width: auto;
    right: 20px;
    bottom: 80px;
  }
}
.herobanner-1 article .homebanner-content .homebanner-text {
  margin-top: auto;
  font-size: 15px;
  color: white;
}
.herobanner-1 article .homebanner-content .homebanner-text h1,
.herobanner-1 article .homebanner-content .homebanner-text h2,
.herobanner-1 article .homebanner-content .homebanner-text h3 {
  color: white;
  font-size: 90px;
  margin-bottom: 50px;
  font-weight: 800;
}
@media screen and (max-width: 1024px) {
  .herobanner-1 article .homebanner-content .homebanner-text h1,
  .herobanner-1 article .homebanner-content .homebanner-text h2,
  .herobanner-1 article .homebanner-content .homebanner-text h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .herobanner-1 article .homebanner-content .homebanner-text h1,
  .herobanner-1 article .homebanner-content .homebanner-text h2,
  .herobanner-1 article .homebanner-content .homebanner-text h3 {
    font-size: 35px;
    text-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
  }
}
.herobanner-1 article .homebanner-content .homebanner-text h2 {
  font-size: 70px;
}
.herobanner-1 article .homebanner-content .homebanner-ctas {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .herobanner-1 article .homebanner-content .homebanner-ctas {
    margin-top: 25px;
  }
}
.herobanner-1 article .homebanner-content .homebanner-ctas a.cta {
  background: white;
  padding: 15px 35px;
  color: black;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s;
}
.herobanner-1 article .homebanner-content .homebanner-ctas a.cta:hover {
  background: black;
  color: white;
}
@media screen and (max-width: 768px) {
  .herobanner-1 article .homebanner-content .homebanner-ctas a.cta {
    padding: 10px 20px;
  }
}
main .herobanner-1 {
  height: 650px;
}
main .herobanner-1 .homebanner-content .homebanner-text h1 {
  color: white;
  font-size: 60px;
}
main .herobanner-1 .homebanner-content .homebanner-text h2 {
  color: white;
  font-size: 50px;
}
main .herobanner-1 .homebanner-content .homebanner-text h3 {
  color: white;
  font-size: 40px;
}
