@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

.dy-adventure-slider__container {
  max-width: 1320px;
  margin: 0 auto 50px;
  padding: 50px 25px 50px;
}
@media (min-width: 1024px) {
  .dy-adventure-slider__container {
    padding: 65px 25px 100px;
  }
}
.dy-adventure-slider__container--bottom-normalized {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .dy-adventure-slider__container--bottom-normalized {
    padding: 65px 25px 50px;
  }
}
@media (min-width: 1024px) {
  .dy-adventure-slider__container--bottom-normalized .dy-carousel-slider-indicators {
    margin-top: 50px;
  }
}
.dy-adventure-slider__top-content {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .dy-adventure-slider__top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.dy-adventure-slider__title {
  font-size: 22px;
  font-weight: 600;
  color: #2e3338;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .dy-adventure-slider__title {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .dy-adventure-slider__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.dy-adventure-slider__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #495057;
}
@media (min-width: 768px) {
  .dy-adventure-slider__subtitle {
    font-size: 16px;
  }
}
.dy-adventure-slider__view-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  text-decoration: none;
  color: #ffffff;
  background-color: #ed1c24;
  padding: 12px 20px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
}
.dy-adventure-slider__view-link:hover, .dy-adventure-slider__view-link:focus, .dy-adventure-slider__view-link:active {
  background-color: #de1219;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
@media (min-width: 1024px) {
  .dy-adventure-slider__view-link {
    padding: 15px 25px;
    max-width: 250px;
  }
}
.dy-adventure-slider__view-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/images/destination/dy-arrow-up-right-icon.svg") no-repeat center center/contain;
}
.dy-adventure-slider--empty .dy-adventure-slider__container {
  padding-bottom: 25px;
}
.dy-adventure-slider--empty .dy-adventure-slider__carousel-container {
  display: none;
}

.dy-adventure-slider__carousel-container {
  overflow: hidden;
  width: 100%;
  padding: 10px 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .dy-adventure-slider__carousel-container {
    padding: 10px 5px;
  }
}

.dy-carousel-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
  width: 100%;
}

.dy-carousel-card {
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: none;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .dy-carousel-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 25px) / 2);
            flex: 0 0 calc((100% - 25px) / 2);
  }
}
@media (min-width: 1024px) {
  .dy-carousel-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 75px) / 4);
            flex: 0 0 calc((100% - 75px) / 4);
  }
}
.dy-carousel-card__image {
  width: 100%;
  height: 250px;
}
.dy-carousel-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dy-carousel-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  text-align: center;
}
.dy-carousel-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #2e3338;
  line-height: 1.2;
  margin-bottom: 3px;
}
.dy-carousel-card__location {
  font-size: 14px;
  font-weight: 400;
  color: #495057;
  line-height: 1.2;
  margin-bottom: 15px;
}
.dy-carousel-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
.dy-carousel-card__rating-star::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  opacity: 0.6;
  background: url("/images/destination/dy-star-rating-icon.png") no-repeat center center/contain;
}
.dy-carousel-card__pricing {
  font-size: 14px;
  font-weight: 400;
  color: #495057;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.dy-carousel-card__pricing span {
  color: #ed1c24;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 600;
}
.dy-carousel-card__favorite-icon {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .dy-carousel-card__favorite-icon:hover::before, .dy-carousel-card__favorite-icon:focus::before, .dy-carousel-card__favorite-icon:active::before {
    background: url("/images/destination/dy-heart-red-icon.svg") no-repeat center center/contain;
    opacity: 1;
  }
}
.dy-carousel-card__favorite-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/images/destination/dy-heart-icon.svg") no-repeat center center/contain;
  opacity: 0.6;
  margin-bottom: -2px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.dy-carousel-card__view-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  text-decoration: none;
  color: #ffffff;
  background-color: #ed1c24;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
}
@media (min-width: 768px) {
  .dy-carousel-card__view-link:hover, .dy-carousel-card__view-link:focus, .dy-carousel-card__view-link:active {
    background-color: #de1219;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
            box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  }
}

.dy-carousel-slider-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .dy-carousel-slider-indicators {
    gap: 15px;
    margin-top: 80px;
  }
}

.dy-carousel-slider-count {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #2e3338;
  text-transform: uppercase;
}

.dy-carousel-slider-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.dy-carousel-slider-arrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/images/destination/dy-pagination-arrow-icon.png") no-repeat center center/contain;
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dy-carousel-slider-arrow--left::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.dy-carousel-slider-arrow--left:hover::before, .dy-carousel-slider-arrow--left:focus::before {
  -webkit-transform: rotate(-180deg) translateX(2px);
          transform: rotate(-180deg) translateX(2px);
}
.dy-carousel-slider-arrow--right:hover::before, .dy-carousel-slider-arrow--right:focus::before {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.dy-carousel-slider-arrow--disabled {
  opacity: 0.3;
  pointer-events: none;
}

.dy-carousel-slider-dot-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #495057;
  opacity: 0.3;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dy-carousel-slider-dot-indicator:hover, .dy-carousel-slider-dot-indicator:focus {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.dy-carousel-slider-dot-indicator--active {
  background-color: #ed1c24;
  opacity: 1;
  width: 10px;
  height: 10px;
}