:root {
  --primary: #6d803a;
  --white: #ffffff;
  --bg: #f5f5f5;
}

.Destinycontainer {
  max-width: 115rem;
  padding: 0 1rem;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}

.Destinycontainer  .swiper-wrapper {
  width: 0;
  height: 0;
}

#modalBoxMegaMenu #menuBar .boxMenuMenu .boxBlockMenu [id^="navMegaMenu"] {
  display: flex;
  justify-content: center;
  align-items: center;
}

#modalBoxMegaMenu #menuBar .boxMenuMenu .boxBlockMenu [id^="navMegaMenu"] span.sub-arrow {
  display: none;
}

#modalBoxMegaMenu #menuBar .boxMenuMenu .boxBlockMenu [id^="navMegaMenu"] > ul > li {
  text-align: center;
}

.travel-name {
  font-size: 3rem;
  font-weight: 700;
}

.tranding-slide-content-bottom span {
  font-size: 2rem;
}

#tranding .tranding-slider {
  height: 52rem;
  padding: 2rem 0;
  position: relative;
}

.tranding-slide {
  width: 32rem;
  height: 42rem;
  position: relative;
}

@media (max-width: 500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }

  .tranding-slide-content .map-image {
    right: 10rem !important;
  }

  .tranding-slide-content .tranding-slide-content-bottom {
    max-width: 320px;
    width: 100% !important;
    left: unset !important;
  }

  .tranding-slide-content .tranding-slide-content-bottom .travel-name {
    text-align: center;
    font-size: 2.5rem;
  }
}

.tranding-slide .tranding-slide-img img {
  width: 37rem;
  height: 42rem;
  border-radius: 0rem;
  object-fit: cover;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(2, 2, 2, 0.4);
  background-blend-mode: overlay;
  border-radius: 0rem;
}

.tranding-slide-content .map-image {
  position: absolute;
  top: 2rem;
  right: 14rem;
  color: var(--white);
  height: 331px;
}

.tranding-slide-content .tranding-slide-content-bottom {
  position: absolute;
  gap: 0.5rem;
  bottom: 3rem;
  left: 2rem;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88%;
}

.section-button {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: absolute;
  width: 100%;
  bottom: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 99% !important;
  transform: translateX(-58%) !important;
  background: transparent;
}

.tranding-slider-control .swiper-button-prev {
  left: 1% !important;
  transform: translateX(-58%) !important;
  background: transparent;
}

.tranding-slide-content .call-to-action {
  padding: 15px 35px;
  border-radius: 50px;
  transition: 0.2s;
  line-height: 19px;
  font-weight: 600;
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  cursor: pointer;
}

.arrow-back-outline,
.arrow-forward-outline {
  width: 70%;
}

.tranding-slide-content .call-to-action:hover {
  background: var(--primary);
}

.mapCountry {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40rem;
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .swiper-button-next,
.tranding-slider-control .swiper-button-prev {
  margin-top: calc(38px - (var(--swiper-navigation-size) / 2));
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
  display: none;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.tranding-slide-content .map-image {
  top: 4rem !important;
  right: 4rem !important;
  height: 360px !important;
}

@media (min-width: 1440px) {
  .tranding-slide {
    height: 40rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    height: 40rem !important;
  }
}

@media (max-width: 1439px) {
  .mapCountry {
    height: 42rem;
  }
}

@media (max-width: 500px) {
  .tranding-slide-content .map-image {
    right: auto !important;
    left: auto !important;
  }
  .tranding-slide .tranding-slide-content {
    height: 42rem;
    display: flex;
    justify-content: center;
  }
  #tranding .tranding-slider {
    height: 52rem;
  }
}

