.dest-hero-banner {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0px 80px 30px;
  background: linear-gradient(120deg, #d3d6d7, #c1cbd6);
}

.dest-hero-content {
  z-index: 2;
  flex: 1;
}

.dest-subtitle {
  color: #cf2128;
  font-size: 1rem;
  font-weight: 600;
}

.dest-title {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.dest-description {
  margin: 1rem 0 2rem;
  color: #555;
  max-width: 400px;
}

.dest-search-box {
  display: flex;
  gap: 1rem;
  background: #fff;
  padding: 1rem;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  align-items: center;
}

.dest-search-item {
  display: flex;
  flex-direction: column;
}

.dest-search-item select,
.dest-search-item input {
  border: none;
  background: transparent;
  font-size: 0.9rem;
  outline: none;
}

.dest-search-btn {
  background: #cf2128;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
}

.dest-search-btn:hover {
  background: #fff;
  color: #cf2128;
}

.dest-slider-wrapper {
  z-index: 1;
  flex: 1;
  position: relative;
  width: 571px;
  left: -11%;
  height: 400px;
  overflow: hidden;
  border-radius: 0;
}

.dest-slides {
  display: flex;
  transition: transform 0.8s ease;
}

.dest-slides {
  display: flex;
  transition: transform 0.8s ease;
}

.dest-slide {
  min-width: 50%;
  height: 100%;
}

.dest-slide img {
  width: 77%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
  margin-left: 18px;
  margin-top: 68px;
}

.fixeds-top-img {
  position: absolute;
  top: 0px;
  left: 17%;
  transform: translateX(-50%);
  width: 88%;
  z-index: 10;
  pointer-events: none;
}

@media (max-width: 767px) {
  .dest-hero-banner {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    background: linear-gradient(120deg, #d3d6d7, #c1cbd6);
  }

  .fixeds-top-img {
    position: absolute;
    top: 50px;
    left: 52%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    pointer-events: none;
  }

  .dest-slide img {
    width: 55%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    margin-left: 98px;
    top: 50px;
  }

  .dest-title {
    padding-top: 40px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .dest-hero-banner {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    background: linear-gradient(120deg, #d3d6d7, #c1cbd6);
  }

  .fixeds-top-img {
    position: absolute;
    top: 50px;
    left: 52%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    pointer-events: none;
  }

  .dest-slide img {
    width: 65%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    margin-left: 110px;
    top: 50px;
  }

  .dest-title {
    padding-top: 40px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
  }
}

.travel-about {
  background: #fff;
}

.about-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1e1e2d;
  margin-bottom: 1rem;
}

.about-desc {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.highlights {
  font-weight: 600;
  color: #cf2128;
}

.about-image-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.about-main-img {
  width: 100%;
  border-radius: 16px;
}

.about-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cf2128;
  color: #fff;
  font-size: 2rem;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
}

.about-play-btn:hover {
  background: #cf2128;
  transform: translate(-50%, -50%) scale(1.1);
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
  margin-top: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #222;
}

.feature-item i {
  font-size: 1.4rem;
  color: #cf2128;
  margin-right: 8px;
}

.about-btns {
  margin-top: 30px;
}

.about-btn {
  background: #cf2128;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  margin-right: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}

.about-btn:hover {
  background: #e14349;
  color: #fff;
}

.travel-why {
  background: #f9fbfd;
}

.why-header {
  max-width: 700px;
  margin: 0 auto;
}

.why-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e1e2d;
  margin-bottom: 0.5rem;
}

.why-subtitle {
  font-size: 1rem;
  color: #666;
}

.why-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.12);
}

.why-icon {
  font-size: 2.5rem;
  color: #cf2128;
  margin-bottom: 15px;
}

.why-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.why-card-text {
  font-size: 0.95rem;
  color: #555;
}

.why-title {
  font-size: 2rem;
  font-weight: 700;
  color: #123c2d;
  margin-bottom: 15px;
}

.why-divider {
  position: relative;
  width: 150px;
  height: 1.5px;
  background: #ccc;
  margin: 0 auto 15px;
}

.why-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 3px;
  background: #ff3e3e;
  border-radius: 2px;
}

.why-subtitle {
  font-size: 1rem;
  color: #333;
  max-width: 600px;
  margin: 0 auto;
}

.travel-section {
  position: relative;
  height: 90vh;
  background: #0099ff url("https://assets.codepen.io/489403/worldmap.jpeg")
    center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

.travel-title {
  font-family: "impact";
  font-size: 18vw;
  color: #cf2128;
  text-shadow: 5px 5px 10px #f3f5e8;
  position: relative;
  z-index: 50;
}

.travel-char.travel-top {
  z-index: 50;
}
.travel-char.travel-bottom {
  z-index: 10;
}

.travel-line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -210px;
  z-index: 60;
}

.travel-plane {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 70;
}
