.rounded-carousel .carousel-inner,
.rounded-carousel .carousel-item {
  border-radius: 20px;
}

/* Intro */

.detail_container h5 {
  color:  #1A5F7A;
}
/* Routes */
.routes_section {
  margin-top: 8px;
}

.routes_section .card {
  border: 0px;
}

.routes_section img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.waves_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-top: -1px;
  background: linear-gradient(to bottom, rgba(219, 234, 254, 0) 0%, rgba(219, 234, 254, 0.4) 50%, rgba(191, 219, 254, 0.6) 100%);
}

.waves {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url('../images/icons/wave-natural.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(0);
  will-change: transform;
}

.waves::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  pointer-events: none;
}

.waves::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to bottom, transparent 0%, rgba(59, 130, 246, 0.15) 100%);
  pointer-events: none;
}

.gradient-text {
  font-size: 3rem;
  background: linear-gradient(to right, rgb(67,124, 205), rgb(69, 214, 202));
  -webkit-background-clip: text;
  background-clip: text;
  color: rgb(67,124,205); /* Fallback color for non-webkit browsers */
  -webkit-text-fill-color: transparent;
}

.image-container {
  width: 100%;
  height: 100%;

}

.image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 8px;
}

.tours-section {
  padding: 30px 0;
  margin-top: 50px;
}


.card {
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.card-img-top {
  border-radius: 10px 10px 0 0;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text {
  margin-bottom: 20px;
}

.card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}


/* Mobile devices*/
@media only screen and (max-width: 479px) {
  .gradient-text {
    font-size: 2rem;
  }

  .detail_container {
    margin-top: 24px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .waves {
    height: 120px;
  }

  .routes_section {
    margin-top: 48px;
  }

  .tours-section .row>*{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tours-section {
    padding-left: 24px;
    padding-right:24px;
  }

  .tours-section .card {
    margin-bottom: 24px;
  }
}
