.special-features-wrapper {
  justify-content: center;
}
@media (min-width: 1025px) {
  .special-features-wrapper {
    gap: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .special-features-wrapper {
    gap: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .special-features-wrapper {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .special-features-wrapper {
    gap: 15px;
  }
}
.special-features-wrapper .special-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
@media (min-width: 1025px) {
  .special-features-wrapper .special-item {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .special-features-wrapper .special-item {
    padding-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .special-features-wrapper .special-item {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .special-features-wrapper .special-item {
    padding-bottom: 10px;
  }
}
.special-features-wrapper .special-item .item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1025px) {
  .special-features-wrapper .special-item .item-top {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .special-features-wrapper .special-item .item-top {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .special-features-wrapper .special-item .item-top {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .special-features-wrapper .special-item .item-top {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .special-features-wrapper .special-item .item-top svg {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .special-features-wrapper .special-item .item-top svg {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .special-features-wrapper .special-item .item-top svg {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .special-features-wrapper .special-item .item-top svg {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .special-features-wrapper .special-item .item-top svg {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .special-features-wrapper .special-item .item-top svg {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .special-features-wrapper .special-item .item-top svg {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .special-features-wrapper .special-item .item-top svg {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .special-features-wrapper .special-item .time-wrapper {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .special-features-wrapper .special-item .time-wrapper {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .special-features-wrapper .special-item .time-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .special-features-wrapper .special-item .time-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 600px) {
  .special-features-wrapper .special-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .special-features-wrapper .special-item {
    width: auto;
    align-items: flex-start;
  }
  .special-features-wrapper .special-item .item-top {
    flex-direction: row;
  }
}

.hover-box {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.hover-box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 84.95%);
}
.hover-box .hover-box__img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1);
  object-fit: cover;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__img {
    height: 26.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__img {
    height: 26.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__img {
    height: 350px;
  }
}
.hover-box .hover-box__details-top {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: auto;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details-top {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details-top {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details-top {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details-top {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details-top {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details-top {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details-top {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details-top {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details-top {
    padding-right: 20px;
  }
}
.hover-box .hover-box__details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  top: auto;
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details {
    padding-left: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .hover-box .hover-box__details {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .hover-box .hover-box__details {
    padding-right: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .hover-box .hover-box__details {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .hover-box .hover-box__details {
    padding-right: 20px;
  }
}
.hover-box .hover-box__details .hover-box__details_visible {
  transition: all 0.5s;
  transform: translateY(3.6458333333vw);
}
@media only screen and (max-width: 1025px) {
  .hover-box .hover-box__details .hover-box__details_visible {
    transform: none;
  }
}
.hover-box .hover-box__details .next-btn {
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(0.5208333333vw);
}
@media only screen and (max-width: 1025px) {
  .hover-box .hover-box__details .next-btn {
    transform: none;
    opacity: 1;
  }
}
.hover-box:hover .hover-box__details .hover-box__details_visible {
  transition: all 0.5s;
  transform: translateY(0);
}
.hover-box:hover .hover-box__details .next-btn {
  opacity: 1;
  transition: all 0.5s;
  transform: translateY(0);
}
.hover-box:hover .hover-box__img {
  transition: all 0.5s;
  transform: scale(1.05);
}
.hover-box.only-title .hover-box__details_visible {
  transform: none;
}

.hover-box-full-layer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.47);
}

.hover-box-color-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #dfd3c3;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s;
}
.hover-box-color-bg:hover::before {
  opacity: 0;
  transition: all 0.3s;
}
.hover-box-color-bg:hover p,
.hover-box-color-bg:hover h3,
.hover-box-color-bg:hover div {
  color: #fff !important;
}
.hover-box-color-bg:hover .next-btn--blue {
  color: #fff !important;
}

.package-list .hover-box__img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .package-list .hover-box__img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .package-list .hover-box__img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .package-list .hover-box__img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .package-list .hover-box__img {
    height: 350px;
  }
}

.featured-list-item .hover-box__img {
  height: 100% !important;
}

.experience-sec .hover-box__img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .experience-sec .hover-box__img {
    height: 32.2916666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .experience-sec .hover-box__img {
    height: 32.2916666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .experience-sec .hover-box__img {
    height: 450px;
  }
}
@media (max-width: 600px) {
  .experience-sec .hover-box__img {
    height: 450px;
  }
}

.hover-box-full-layer-inner picture img {
  height: unset !important;
}

@media (min-width: 1025px) {
  .img-grid-wrapper {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .img-grid-wrapper {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .img-grid-wrapper {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .img-grid-wrapper {
    gap: 10px;
  }
}
.img-grid-wrapper__item {
  border-radius: 10px;
  width: 100%;
}
.img-grid-wrapper__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
}
.img-grid-wrapper__item span {
  z-index: 2;
}
.img-grid-wrapper__item img {
  transition: 0.3s ease-in-out;
  transform: scale(1.05);
}
.img-grid-wrapper__item:hover span {
  transform: none;
  opacity: 1;
}
.img-grid-wrapper__item:hover img {
  transform: scale(1);
}
@media only screen and (min-width: 600px) {
  .img-grid-wrapper {
    gap: 1.0416666667vw;
  }
  .img-grid-wrapper__item {
    max-height: 27.0833333333vw;
    border-radius: 0.78125vw;
  }
  .img-grid-wrapper__item span {
    transition: 0.3s ease-in-out;
    transform: scale(0.9) translateY(20px);
    opacity: 0;
  }
  .img-grid-wrapper__item:nth-of-type(1), .img-grid-wrapper__item:nth-of-type(6) {
    width: calc(45% - 0.6944444444vw);
  }
  .img-grid-wrapper__item:nth-of-type(2), .img-grid-wrapper__item:nth-of-type(3), .img-grid-wrapper__item:nth-of-type(4), .img-grid-wrapper__item:nth-of-type(5) {
    width: calc(27.5% - 0.6944444444vw);
  }
  .img-grid-wrapper__item img {
    object-fit: cover;
  }
}

.event-features-wrapper .special-item {
  position: relative;
  width: 100%;
}
@media (min-width: 1025px) {
  .event-features-wrapper .special-item {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .event-features-wrapper .special-item {
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .event-features-wrapper .special-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .event-features-wrapper .special-item {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .event-features-wrapper .special-item img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .event-features-wrapper .special-item img {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .event-features-wrapper .special-item img {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .event-features-wrapper .special-item img {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .event-features-wrapper .special-item img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .event-features-wrapper .special-item img {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .event-features-wrapper .special-item img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .event-features-wrapper .special-item img {
    width: 30px;
  }
}
.event-features-wrapper .special-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  width: 100%;
  opacity: 0.2;
}
@media (min-width: 1025px) {
  .event-features-wrapper .special-item:after {
    height: 0.0520833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .event-features-wrapper .special-item:after {
    height: 0.0520833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .event-features-wrapper .special-item:after {
    height: 1px;
  }
}
@media (max-width: 600px) {
  .event-features-wrapper .special-item:after {
    height: 1px;
  }
}
@media (min-width: 1025px) {
  .event-features-wrapper .special-item:after {
    bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .event-features-wrapper .special-item:after {
    bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .event-features-wrapper .special-item:after {
    bottom: 10px;
  }
}
@media (max-width: 600px) {
  .event-features-wrapper .special-item:after {
    bottom: 10px;
  }
}
.event-features-wrapper .special-item:last-child:after {
  display: none;
}
@media (min-width: 1025px) {
  .event-features-wrapper .special-item .item-top span {
    margin-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .event-features-wrapper .special-item .item-top span {
    margin-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .event-features-wrapper .special-item .item-top span {
    margin-left: 10px;
  }
}
@media (max-width: 600px) {
  .event-features-wrapper .special-item .item-top span {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 600px) {
  .event-features-wrapper .special-item::after {
    width: 80%;
    transform: none;
    left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .event-features-wrapper .special-item {
    width: 46%;
  }
  .event-features-wrapper .special-item::after {
    width: 100%;
    transform: none;
    left: 0;
  }
  .event-features-wrapper .special-item:nth-last-child(-n+2):after {
    display: none;
  }
}
/*# sourceMappingURL=events.module.css.map */
