#hero {
  height: fit-content;
}

.hero-image,
.hero-video {
  width: 100%;
  height: 650px;
  border-radius: 0px 0px 50px 0px;
  object-fit: cover;
  filter: brightness(0.8);
}

.hero-image,
.hero-video {
  border-radius: 0;
}

.hero-sidebar {
  width: 30%;
  height: 700px;
  min-width: 320px;
  background-color: var(--header-bg);
  padding: 0 40px;
  position: relative;
}

@media screen and (max-width: 425px) {
  .hero-sidebar {
    height: 580px;
  }

  .hero-image,
  .hero-video {
    height: 550px;
  }
}

.image-slider {
  position: relative;
}

.slider-btn {
  width: 10px;
  height: 10px;
  background-color: #707070;
  border-radius: 50%;
  margin-right: 0.5rem;
  border: none;
}

.slider-btn.active {
  background-color: #d89685;
  cursor: default;
  pointer-events: none;
}

.video-control {
  width: fit-content;
  color: #707070;
  border: none;
  background: none;
  font-weight: 300;
}

.slider-btn-wrapper {
  margin: 10px 40px 0 0;
}

.hero-links-txt {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}

.hero-links-txt p:nth-child(1) {
  font-size: 12px;
  color: #403e3e;
  text-align: end;
  font-weight: 600;
}

.hero-links-txt p:nth-child(2) {
  font-size: 10px;
  color: #707070;
  text-align: end;
  max-width: 150px;
  width: 125px;
}

.hero-links {
  position: absolute;
  top: 16rem;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  text-align: center;
  align-content: center;
  padding: 4px;
  border-radius: 0px 30px 30px 0px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  max-width: 200px;
  width: 100px;
  height: 51px;
  transition: all ease 0.5s;
  box-shadow: 0px 2px 4px #00000029;
}

.hero-links:hover {
  cursor: pointer;
  width: 200px;
  transition: all ease 0.5s;
}

.hero-links p {
  display: none;
  transition: all ease 0.5s;
}

.hero-links:hover p {
  display: block;
  margin-bottom: 0rem;
  transition: all ease 0.5s;
}

.hero-links img {
  max-width: 45px;
  max-height: 45px;
  border-radius: 140px;
  /* object-fit: none; */
  /* width: 100%; */
}

.hero-links.no-click {
  cursor: default;
}

@media (max-width: 574px) {
  .hero-links {
    position: absolute;
    width: 55px;
    z-index: 999;
  }
}

.hero-video-controls {
  display: none !important;
}

.hero-text-and-search {
  max-width: 730px;
  z-index: 1;
}
