/***************   Style ToursPopulares **********/

 .popular-tours-title {
    background: linear-gradient(to left, #d7a033, #f2c256);
    color: white;
    padding: 10px 15px;
    font-weight: bold;
  }

  .tour-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
  }

  .tour-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .tour-item img {
    width: 100px;
    height: auto;
    border-radius: 4px;
    margin-left: 10px;
  }

  .tour-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
  }

/***************   Style ToursPopulares **********/

.hero-slide-content {
  background-color: rgb(0 0 0 / 35%);
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-bottom: 10%;
  position: relative;
  display: flex;
}
.hero-slide__content {
  background-color: transparent;
  padding-bottom: 10%;
  position: relative;
  display: flex;
}
.principal-hero-content {
  color: white;
  z-index: 2;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.principal-hero-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.principal-hero-title h1 {
  padding-top: 60px;
  font-size: 32px;
  font-weight: 900;
  width: 80%;
  max-width: 1350px;
  margin-bottom: 25px;
}
.principal-hero-text-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.principal-hero-text {
  font-weight: 300;
  font-size: 14px;
  max-width: 700px;
  margin-bottom: 0px;
  width: 80%;
}
.hero-buttons-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.button-hero {
  position: relative;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: bold;
  border: white solid 1px;
  cursor: pointer;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
.button-hero .cap {
  color: white;
  position: absolute;
  background-color: var(--richardlg1);
  width: 120%;
  height: 100%;
  transform: skew(-20deg);
  top: 0;
  left: -130%;
  transition: 0.6s ease all;
  z-index: -1;
}
.button-hero span {
  z-index: 2;
}
.button-hero:hover .cap {
  left: -9%;
}
.button-hero:hover {
  /* border: none; */
}

.best-tour-operator-hero {
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
}

.certifications-hero-container {
  position: relative;
  display: flex;
  flex-direction: row;
  right: 0;
  bottom: 0;
}
.best-tour-operator-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 500px;
  color: white;
  font-size: 14px;
  position: relative;
}
.best-tour-operator-text::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-radius: 1px;
  /* left: calc(50% - 5rem); */
  /* top: -1rem; */
  background-color: white;
  /* top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
  right: 0%;
}
.certifications-hero-container {
  list-style: none;
  display: flex;
  margin-top: 20px;
}
.best-tour-operator-hero {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.world-travel-awards-seal2 {
  width: 80px;
  margin: 30px 10px;
}
.world-travel-awards-seal5 {
  cursor: pointer;
  width: 40px;
  margin-left: 10px;
}

.best-tour-operator-hero-title {
  font-weight: bold;
  max-width: 100px;
  margin-right: 10px;
}

/* ----------moidal-hero--------------------------------------- */
.modal-video-hero {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.opacity-hero {
  position: fixed;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 7;
}
.modal-video-hero-container {
  position: relative;
  z-index: 7;
  display: block;
  width: 90%;
  max-width: 1100px;
}
.modal-video-hero.none{
  display: none;
}
.video{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9 auto;
}

@media screen and (min-width: 992px) {
  .principal-hero-title h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .principal-hero-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .hero-buttons-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .best-tour-operator-hero {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
  }

  .certifications-hero-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    right: 0;
    bottom: 0;
  }
  .certifications-hero-container {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .best-tour-operator-hero-title {
    max-width: 130px;
  }
  
}

@media screen and (min-width: 992px) {
    .main-header {
        height: calc(100vh - 17rem);
    }
}


.main-header {
    background-color: #000;
    width: 100%;
    height: calc(100vh - 7rem);
    min-height: 50rem;
    position: relative;
}