.image-container {
    display: flex;
    justify-content: space-between; /* Distribute space evenly between images */
    margin-right: -10px; /* Negative margin to compensate for space-between */
  }
  
  .image-container img {
    width: auto;
    height: 700px;
    margin-right: 10px; /* Adjust spacing between images */
  }

  .image-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* Adjust the colors as needed */
    filter: blur(1px);
}

.ridinthewave-hero {
  width: 100%;
  max-width: 750px;
  height: auto;
  padding: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.carousel-hero-text {
  font-size: 80px;
}

.card-container {
  white-space: nowrap;
}

.external-link {
  position: absolute;
  right: 0px;
  width: 15%;
  height: auto;
  padding: 10px;
  z-index: 2;
}

.card-padding {
  padding: 10px;
}

.bold-link {
    text-decoration: none;
    padding: 10px;
}

.container-body {
    padding: 50px;
}

.header-body {
  padding-top: 25px;
}

.rectangle {
  width: 1px; /* Adjust the width as needed */
  height: 50px; /* Adjust the height as needed */
  background-color: rgb(218, 218, 218); /* Adjust the color as needed */
}

.tab a {
  color:rgb(160, 160, 160);
  cursor: pointer;
}

.tab a:hover {
  color: rgb(120, 120, 120);
}

.active-tab a {
  color: white;
}

.active-tab a:hover {
  color: rgb(120, 120, 120);
}

.tab-container {
  max-width:min-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ridinthewave-logo {
  width: 100px;
  overflow: hidden;
}

.ridinthewave-logo img {
  width: 100%;
  height: auto;
}

@media (min-width: 1350px) {
  .carousel-cornerRadius {
    border-radius: 15px;
  }
}

.carousel-text {
    position: absolute;
    transform: translate(0%, -100%);
    color: white;
    padding: 12px 24px;
}