/* ss5 */
.trip {
  background: #744a23;
  position: relative;
  min-height: 100vh;
  background-image: var(--bg-img-trip);
  background-size: contain;
  background-repeat: no-repeat;
}
.trip::after {
  content: "";
  position: absolute;
  height: 25%;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #a87c4f;
}

.trip-wapper-up {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  padding-top: 100px;
  margin-bottom: 30px;
}

.trip-headding {
  display: flex;
  align-items: center;
  gap: 13px;
}

.trip-headding-number {
  color: #fff;
  text-align: center;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
  font-family: "Baloo 2";
  font-size: 203.466px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.7;
  text-transform: uppercase;
}

.trip-headding-label {
  position: relative;
  width: 309px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  background-image: var(--bg-img-trip-headding-label);
  background-size: cover;
  background-repeat: no-repeat;
}

.trip-headding-label p {
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.trip-headding-label svg {
  position: absolute;
  width: 34.985px;
  height: 34.985px;
  top: -9px;
  right: -18px;
  z-index: 1;
}

.trip-headding-title h2 {
  color: #fff;
  text-align: center;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.trip-desc {
  width: 547px;
  color: #fff;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.trip-desc strong {
  font-weight: 600;
}

.trip-desc a {
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6%;
  text-underline-offset: 6%;
  text-underline-position: from-font;
}

.trip-swiper {
  width: 100%;
  height: 704px;
}

.trip-swiper .swiper-slide {
  background-image: var(--bg-img-trip-swiper-slide);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 16px 17px 16px 28px;
}

.trip-slide-index {
  position: absolute;
  top: 8px;
  left: 60px;
  background: #fbae17;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid #683f19;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.trip-slide-logo {
  position: absolute;
  top: 55px;
  left: 22px;
}

.trip-slide-title {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 65px;
  right: 0;
  width: 240px;
}

.trip-slide-title svg {
  width: 19px;
  height: 19px;
  transform: translateY(-4px);
}

.trip-slide-title p {
  color: #fff;
  text-align: center;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
  font-family: "Baloo 2";
  font-size: 21.095px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.439px;
  text-transform: uppercase;
}

.trip-slide-label {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 26px;
}

.trip-slide-content-item {
  display: flex;
  gap: 8px;
  align-items: start;
}

.trip-slide-content-item img {
  width: 20px;
  height: 20px;
}

.trip-slide-content-item p {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.trip-swiper-control {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 42px;
}

.trip-swiper-button-next,
.trip-swiper-button-prev {
  cursor: pointer;
  flex-shrink: 0;
}

.trip-swiper-button-next svg,
.trip-swiper-button-prev svg {
  width: 24px;
  height: 24px;
}

.trip-swiper-pagination {
  display: flex;
  gap: 7px;
}

.trip-swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 1;
}

.trip-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fbae17;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 1;
  position: relative;
}

.trip-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 16px;
  height: 16px;
  border: 0.5px solid #fbae17;
  border-radius: 100%;
  opacity: 1;
}
@media (max-width: 768px) {
  /*  */
  .trip {
    min-height: unset;
  }

  .trip-wapper-up {
    flex-direction: column;
    padding-top: 30px;
  }

  .trip-headding-number {
    font-size: 150.466px;
  }

  .trip-headding-title {
    padding-right: 20px;
  }

  .trip-headding-label {
    width: auto;
  }

  .trip-headding-label p {
    font-size: 32px;
  }

  .trip-headding-title h2 {
    font-size: 22px;
  }

  .trip-desc {
    padding: 0 16px;
    width: 100%;
  }

  .trip-swiper {
    padding: 0 16px;
    height: 630px;
  }

  .trip-slide-logo {
    width: 115px;
  }

  .trip-swiper .swiper-slide {
    justify-content: end;
  }

  .trip-slide-label {
    margin-bottom: 10px;
  }

  .trip-slide-content-item {
    margin-bottom: 12px;
  }

  .trip-slide-content {
    height: 100%;
    padding-top: 55px;
  }
  .trip-slide-title {
    width: 210px;
  }
}
