.section-hero-video {
  width: 100%;
  height: 100vh;
}
.vector {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* SECTION HERO  */
.hero-section {
  height: 100svh;
  width: 100%;
  background: linear-gradient(270deg, #707c81 0%, #2e383e 100%);
  overflow-y: hidden;
  position: relative;
}
.hero-desktop-background {
  position: absolute;
  top: 30%;
  bottom: 0;
  width: 100%;
}
.hero-desktop-background img {
  width: 100%;
  object-fit: contain;
}
.hero-vector-logos {
  position: absolute;
  left: 5%;
  bottom: 5%;
  top: auto;
  height: 30px;
  width: fit-content;
  display: flex;
  gap: 30px;
}
.hero-vector-badge {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.hero-vector-badge img {
  height: 130px;
}
.hero-vector-logos svg {
  height: 100%;
  object-fit: contain;
  color: rgb(255, 255, 255, 0.7);
}

.hero-image-l {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 50%;
}
.hero-image-l img {
  width: 100%;
  object-fit: contain;
}
.hero-logo {
  width: 300px;
  position: absolute;
  top: 8%;
  left: 5%;
}
.hero-logo img {
  object-fit: contain;
  width: 100%;
}
.hero-content {
  position: absolute;
  top: 35%;
  left: 5%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-content h3 {
  font-weight: normal;
  font-size: 40px;
  color: white;
}
.hero-content h1 {
  font-weight: 900;
  font-size: 150px;
  color: white;
  transform: translateX(-5px);
  margin-top: 0;
  margin-bottom: 0;
  width: 500px;
  line-height: 100%;
}
.hero-content a {
  text-decoration: none;
  display: inline;
  width: fit-content;
  color: white;
  padding: 10px 30px;
  background-color: #3d8af9;
  border-radius: 2px;
}
.hero-content-socials {
  display: flex;
  cursor: pointer;
  height: fit-content;
  gap: 20px;
}
.hero-content-socials svg {
  color: white;
  height: 25px;
  width: 25px;
  transition: all 0.3s;
}
.hero-content-socials svg:hover {
  cursor: pointer;
  color: rgb(144, 144, 154);
}
@media (min-width: 1920px) {
  .hero-image-l {
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 40%;
  }
}
@media (max-width: 1920px) {
  .hero-logo {
    width: 250px;
  }
  .hero-section {
    height: 100vh;
  }
  .hero-content h3 {
    font-size: 30px;
  }
  .hero-content h1 {
    font-size: 100px;
  }
  .hero-vector-arrow-down {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 1400px) {
  .hero-logo {
    width: 250px;
  }
  .hero-section {
    height: 700px;
  }
  .hero-content h3 {
    font-size: 20px;
  }
  .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .hero-logo {
    width: 200px;
  }
  .hero-section {
    height: 600px;
  }
  .hero-content h3 {
    font-size: 20px;
  }
  .hero-content h1 {
    font-size: 70px;
  }
  .hero-content-socials svg {
    height: 22px;
    width: 22px;
  }
  .hero-vector-logos {
    height: 20px;
  }
}
@media (max-width: 900px) {
  .hero-logo {
    width: 150px;
  }
  .hero-section {
    height: 500px;
  }
  .hero-content h3 {
    font-size: 15px;
  }
  .hero-content h1 {
    font-size: 50px;
    width: 50%;
  }
  .hero-content-socials svg {
    height: 19px;
    width: 19px;
  }
  .hero-vector-logos {
    height: 15px;
  }
}
@media (max-width: 700px) {
  .hero-section {
    height: 844px;
    overflow: hidden;
  }
  .hero-logo {
    position: absolute;
    top: 5%;
    left: 10%;
  }
  .hero-vector-badge {
    bottom: 50px;
  }
  .hero-vector-logos {
    /* display: none; */
    bottom: 0;
    left: auto;
    background-color: #2e383e;

    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 50px;
    padding: 0 10px;
    gap: 20px;
  }
  .hero-vector-logos svg {
    color: white;
  }

  .hero-content {
    top: 20%;
    left: 10%;
    gap: 10px;
  }
  .hero-content h3 {
    font-size: 20px;
  }
  .hero-content h1 {
    font-size: 60px;
    font-weight: 900;
  }
  .hero-content-socials {
    display: none;
  }
  .hero-image-l {
    bottom: 30px;
    left: 0;
    width: 420px;
  }
  .hero-desktop-background {
    top: 60%;
  }
}
@media (max-height: 450px) {
  .hero-vector-logos {
    height: 15px;
  }
}
