

.slider-content{
    height: 50vh;
    overflow: hidden;
    background: var(--color-second);
    position: relative;
}

.slider-destinations{
    height: 70vh;
    overflow: hidden;
    background: var(--color-second);
    position: relative;
}
.slider-destinations img,
.slider-content img{
    opacity: 0.4;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-destinations .container-title,
.slider-content .container-title{
  position: absolute;
  bottom: 25%;
  z-index: 1;
  color: var(--bs-white);
  width: 100%;
}
.slider-destinations .container-title .container-text,
.slider-content .container-title .container-text{
  max-width: 700px;
}
.slider-destinations .container-title .container-text h1,
.slider-content .container-title .container-text h1{
  font-size: 3em;
  font-weight: 900;
  position: relative;
}
.slider-destinations .container-title .container-text h1::before,
.slider-content .container-title .container-text h1::before{
  content: "^";
  position: absolute;
  left: -0.1em;
  top: -0.5em;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 1.5em;
  color: var(--color-primary);
  rotate: 170deg;
  transform: rotate(170deg);
}




.slider-destinations .container-title .container-text ul{
  display: table;
  padding: 0em;
  margin: 2em 0em 0em 0em;
  font-weight: 100;
}
.slider-destinations .container-title .container-text ul li{
  display: table-cell;
  padding: 0em 0.8em 0.3em 0.8em;
  border-left: 2px solid var(--bs-white);
  line-height: 1em;
}
.slider-destinations .container-title .container-text ul li:first-child{
  border-left: 0em;
  padding-left: 0em;
}
.slider-destinations .container-title .container-text ul li strong{
  font-size: 1.5em;
  font-weight: 500;
}

.slider-destinations .container-details{
  position: absolute;
  bottom: 0%;
  z-index: 1;
  width: 100%;
}




