﻿h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}
.dvContainer *, .dvMhomeContainer * {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    /*Default size*/
    --max-width: 540;
    --min-width: 320;
    /* Calculation */
    --average: calc((var(--min-font)*1px) + (var(--max-font) - var(--min-font))*((100vw - var(--min-width)*1px)/(var(--max-width) - var(--min-width))));
    --responsive: clamp(calc(var(--min-font) * 1px),var(--average),calc(var(--max-font) * 1px));
    --percent: calc(var(--rating)/5*100%);
}
.dvMhomeContainer.container {
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
}
div.dvMhomeContainer {
    background-color: #fff !important;
    border: none !important;
}
.page-title {
    width: 100%;
    min-width: 320px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.first-container {
    width: 100%;
    min-width: 320px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}
.second-container {
    width: 100%;
    min-width: 320px;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0;
}
.main-container {
    min-width: 320px;
}
.main-title {
    margin: 15px 0 12px;
    --max-font: 34;
    --min-font: 30;
    font-size: var(--responsive);
    text-align: center;
    color: #000000;
}
.main-subtitle {
    margin: 15px 0 12px;
    --max-font: 17;
    --min-font: 13;
    font-size: var(--responsive);
    text-align: justify;
    color: #333;
    font-weight: 500;
}
/*Hero*/
.hero__wrapper {
    position: relative;
    width: 100%;
    max-width: 1110px;
    height: 205px;
    margin: 0 auto;
}
.hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero__overimage {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 32px 15px;
    background-color: rgba(0,0,0,0.65);
}
.hero__subtile {
    margin: 0 0 5px 0;
    --max-font: 26;
    --min-font: 21;
    font-size: var(--responsive);
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    color: #FAFAFA;
}
.hero__text {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    --max-font: 12;
    --min-font: 11;
    font-size: var(--responsive);
    letter-spacing: 0.17px;
    color: #FAFAFA;
}
.hero__bold-text {
    font-weight: 600;
}
/*banner*/
.banner {
    padding-top: 38px;
    padding-bottom: 38px;
    border-bottom: 1px solid #DDDDDD;
}
.banner__wrapper {
    padding: 20px 40px;
    background-color: #1B2560;
    border-radius: 22px;
}
.banner__title {
    margin-bottom: 30px;
    --max-font: 25;
    --min-font: 23;
    font-size: var(--responsive);
    text-align: center;
    color: #F4F7FC;
}
.banner__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
}
.banner__item {
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 14px;
}
.banner__item-title {
    margin-bottom: 4px;
    --max-font: 14;
    --min-font: 12;
    font-size: var(--responsive);
    font-weight: 600;
    line-height: 1;
    color: #333;
}
.banner__item-subtitle {
    margin-bottom: 8px;
    --max-font: 15;
    --min-font: 14;
    font-size: var(--responsive);
    font-weight: 600;
    color: #333;
}
.banner__item-description {
    --max-font: 13;
    --min-font: 12;
    font-size: var(--responsive);
    color: #333;
    line-height: 18px;
}
/*suggested*/
.suggested {
    padding-top: 30px;
    padding-bottom: 55px;
    border-bottom: 1px solid #E4E4E4;
}
.suggested__title {
    margin-bottom: 20px;
    --max-font: 23;
    --min-font: 21;
    font-size: var(--responsive);
    text-align: center;
    color: #000;
}
.suggested__subtitle {
    margin-bottom: 16px;
    --max-font: 16;
    --min-font: 14;
    font-size: var(--responsive);
    font-weight: 400;
    line-height: 22px;
    color: #333333;
}
.suggested__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
}
.suggested__link {
    display: flex;
}
.suggested__link:hover {
    text-decoration: none;
}
.suggested__link:hover .suggested__wrapper h3 {
    text-decoration: underline;
}
.suggested__item {
    width: 100%;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    overflow: hidden;
}
.suggested__item:not(:first-child) {
    margin-top: 25px;
}
.suggested__item.suggested__item-hidden {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    border: none;
    transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
}
.suggested__list.expanded .suggested__item-hidden {
    max-height: 500px;
    opacity: 1;
    border: 1px solid #DCDCDC;
    margin-top: 25px;
}
.suggested__img {
    min-height: 213px;
    width: 116px;
}
.suggested__img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.suggested__info {
    padding: 20px;
    flex: 1;
}
.suggested__wrapper {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.suggested__wrapper h3 {
    flex: 1;
    --max-font: 16;
    --min-font: 15;
    font-size: var(--responsive);
    font-weight: 600;
    color: #1B2560;
}
.suggested__price {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    color: #333333;
}
.suggested__price span:nth-child(1) {
    --max-font: 14;
    --min-font: 13;
    font-size: var(--responsive);
}
.suggested__price span:nth-child(2) {
    --max-font: 18;
    --min-font: 17;
    font-size: var(--responsive);
    font-weight: 600;
}
.suggested__comment {
    margin-bottom: 10px;
    --max-font: 14;
    --min-font: 12;
    font-size: var(--responsive);
    color: dimgrey;
    line-height: 17px;
}
.suggested__score {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.suggested__date {
    font-size: 12px;
    color: #666666;
}
.suggested__stars {
    --per: calc(var(--rating) / 5* 100%);
    font-size: 16px;
}
.suggested__stars::after {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #4d5167 var(--per), #fff var(--per)) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000001a;
}
.suggested__score span {
    font-size: 13px;
    color: #999999;
}
.suggested__button {
    display: block;
    margin: 25px auto 0 auto;
    width: 90%;
    max-width: 340px;
    padding: 15px 10px;
    --max-font: 18;
    --min-font: 13;
    font-size: var(--responsive);
    text-align: center;
    color: #FAFAFA;
    background-color: #263377;
    border: 1px solid #707070;
    border-radius: 30px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 250ms;
}
.suggested__button:hover {
    transform: scale(1.03);
}
/*calendar*/
.calendar-section {
    padding-top: 23px;
    padding-bottom: 23px;
}
.calendar-section__title {
    padding: 0 10px;
    margin-bottom: 20px;
    --max-font: 23;
    --min-font: 21;
    font-size: var(--responsive);
    text-align: center;
    color: #000;
}
.calendar-section__subtitle {
    padding: 0 10px;
    margin-bottom: 20px;
    --max-font: 15;
    --min-font: 13;
    font-size: var(--responsive);
    text-align: start;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}
.calendar-section__wrapper {
    padding: 27px 0 40px 0;
    background-color: #333333;
}
.calendar-section__header {
    position: relative;
    padding: 0 20px 33px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.calendar-section__header:after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
.calendar-section__header > p:nth-child(1) {
    --max-width: 540;
    --max-font: 26;
    --min-font: 24;
    font-size: var(--responsive);
    color: #fff;
}
.calendar-section__header > p:nth-child(2) {
    --max-width: 540;
    --max-font: 15;
    --min-font: 13;
    font-size: var(--responsive);
    color: #fff;
}
/*destinations*/
.destinations {
    padding-top: 32px;
    padding-bottom: 50px;
    background-color: #F5F5F5;
}
.destinations__title {
    margin-bottom: 20px;
    --max-font: 23;
    --min-font: 21;
    font-size: var(--responsive);
    text-align: center;
    color: #000;
}
.destination__subtitle {
    margin-bottom: 16px;
    --max-font: 16;
    --min-font: 14;
    font-size: var(--responsive);
    font-weight: 400;
    line-height: 22px;
    color: #333333;
}
.destinations__wrapper {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.destinations__wrapper > div {
    padding: 24px 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.destinations__group {
    margin-bottom: 20px;
    --max-font: 18;
    --min-font: 17;
    font-size: var(--responsive);
    font-weight: 600;
    color: #000000;
}
.destinations__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
}
.destinations__item a {
    position: relative;
    padding-left: 15px;
    --max-font: 16;
    --min-font: 15;
    font-size: var(--responsive);
    color: #333;
}
.destinations__item a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
}
/*activities*/
.activities {
    padding-top: 33px;
    padding-bottom: 33px;
    border-bottom: 1px solid #DDDDDD;
}
.activities__title {
    margin-bottom: 20px;
    --max-font: 23;
    --min-font: 21;
    font-size: var(--responsive);
    text-align: center;
    color: #000;
}
.activities__subtitle {
    margin-bottom: 16px;
    --max-font: 16;
    --min-font: 14;
    font-size: var(--responsive);
    font-weight: 400;
    line-height: 22px;
    color: #333333;
}
.activities__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
}
.activities__item {
    max-width: 450px;
}
@media screen and (max-width:767px) {
    .activities__item:not(:first-child) {
        margin-top: 25px;
    }
}
.activities__list .activities__item.activities__item-hidden {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    border: none;
    transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
}
.activities__list.expanded .activities__item-hidden {
    max-height: 500px;
    opacity: 1;
    margin-top: 25px;
}
.activities__image {
    display: block;
    height: 178px;
    width: 100%;
    max-width: 450px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.activities__wrapper {
    padding: 10px;
    background-color: #FAFAFA;
}
.activities__name {
    display: block;
    margin-bottom: 15px;
    --max-font: 16;
    --min-font: 14;
    font-size: var(--responsive);
    font-weight: 600;
    color: #1B2560;
}
.activities__description {
    --max-font: 15;
    --min-font: 13;
    font-size: var(--responsive);
    color: #666666;
    line-height:18px;
}
.activities-button {
    display: block;
    margin: 25px auto 0 auto;
    width: 90%;
    max-width: 300px;
    padding: 10px 5px;
    --max-font: 18;
    --min-font: 13;
    font-size: var(--responsive);
    text-align: center;
    color: #FAFAFA;
    background-color: #263377;
    border: 1px solid #707070;
    border-radius: 30px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 250ms;
}
.activities-button:hover {
    transform: scale(1.03);
}
/*beyond*/
.beyond {
    position: relative;
    padding-top: 33px;
    padding-bottom: 33px;
    border-bottom: 1px solid #DDDDDD;
}
.beyond__title {
    margin-bottom: 20px;
    --max-font: 23;
    --min-font: 21;
    font-size: var(--responsive);
    text-align: center;
    color: #000;
}
.beyond__subtitle {
    margin-bottom: 16px;
    --max-font: 16;
    --min-font: 14;
    font-size: var(--responsive);
    font-weight: 400;
    line-height: 22px;
    color: #333333;
}
.packages-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
}
.packages-item {
    width: 100%;
    max-width: 420px;
    height: auto;
}
@media screen and (max-width:767px) {
    .packages-item:not(:first-child) {
        margin-top: 25px;
    }
}
.packages-list .packages-item.beyond__item-hidden {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    border: none;
    transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
}
.packages-list.expanded .beyond__item-hidden {
    max-height: 500px;
    opacity: 1;
    margin-top: 25px;
}
.packages-item article {
    height: 100%;
}
.packages-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.packages-item a:hover {
    text-decoration: none;
    border-color: #b0b0b0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.packages-item a:hover .packages-item__name {
    text-decoration: underline;
}
.packages-item__img {
    height: 200px;
}
.packages-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.packages-item__info {
    height: 100%;
    padding: 17px 20px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 17px;
    flex: 1;
    background-color: #FAFAFA;
}
.packages-item__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.packages-item__name {
    margin: 0;
    padding: 0;
    --max-font: 15;
    --min-font: 14;
    font-size: var(--responsive);
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 20px;
    color: #1B2560;
}
.packages-item__nights {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    flex: none;
}
.packages-item__nights > span:nth-child(1) {
    --max-font: 13;
    --min-font: 12;
    font-size: var(--responsive);
    color: #333333;
}
.packages-item__nights > span:nth-child(2) {
    --max-font: 18;
    --min-font: 16;
    font-size: var(--responsive);
    font-weight: 600;
    color: #333333;
}
.packages-item__stars {
    --per: calc(var(--rating)/5*100%);
    margin-bottom: 3px;
    font-size: 16px;
}
.packages-item__stars::after {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #4D5167 var(--per), #fff var(--per)) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000001a;
}
.packages-item__score {
    display: inline-block;
    margin-bottom: 17px;
    font-size: 13px;
    color: #333333;
}
.packages-item__score span {
    color: #999999;
}
.packages-item__comment {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    color: #666666;
}
.packages-item__date {
    font-size: 12px;
    color: #666666;
}
.beyond-button {
    display: block;
    margin: 25px auto 0 auto;
    width: 90%;
    max-width: 300px;
    padding: 10px 5px;
    --max-font: 18;
    --min-font: 13;
    font-size: var(--responsive);
    text-align: center;
    color: #FAFAFA;
    background-color: #263377;
    border: 1px solid #707070;
    border-radius: 30px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 250ms;
}
.beyond-button:hover {
    transform: scale(1.03);
}
/*customer review*/
.customer-reviews {
    padding-top: 33px;
    padding-bottom: 33px;
}
.customer-reviews__title {
    margin-bottom: 5px;
    --max-font: 23;
    --min-font: 21;
    font-size: var(--responsive);
    text-align: center;
    color: #000;
}
.customer-reviews__wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 6px;
}
.customer-reviews__stars {
    --per: calc(var(--rating)/5*100%);
    display: inline-block;
    font-size: 16px;
    line-height: 1px;
}
.customer-reviews__stars::after {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #4D5167 var(--per), #fff var(--per)) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000001a;
}
.customer-reviews__score {
    margin-left: 5px;
    --max-font: 13;
    --min-font: 12;
    font-size: var(--responsive);
    color: #393737;
}
.customer-reviews__text {
    margin: 0;
    --max-font: 14;
    --min-font: 13;
    font-size: var(--responsive);
    line-height: 19px;
    color: #393737;
}
.customer-reviews__date {
    display: inline-block;
    margin-top: 12px;
    font-size: 12px;
    color: #393737;
}
.customer-reviews__rating {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 3px;
    margin-bottom: 5px;
}
.customer-reviews__all-stars {
    --percent: calc(var(--rating) / 5* 100%);
    display: inline-block;
    font-size: 20px;
}
.customer-reviews__all-stars::after {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent)) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000001a;
}
.customer-reviews__num-stars {
    font-size: 11px;
    color: #000;
}
.customer-reviews__count {
    display: block;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
}
.customer-reviews__count > span {
    color: #999999;
}
.customer-reviews__count > a {
    color: #999999;
    text-decoration: underline;
}
.customer-reviews__list {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    list-style: none;
}
.customer-reviews__item {
    padding: 20px 18px;
    background-color: #F5F5F5;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
}
/*faq*/
.faq {
    padding-top: 44px;
    padding-bottom: 44px;
    background-color: #F5F5F5;
}
.faq__wrapper {
    padding-top: 34px;
    padding-bottom: 34px;
    background-color: #FFFFFF;
}
.faq__title {
    margin-bottom: 20px;
    --max-font: 23;
    --min-font: 21;
    font-size: var(--responsive);
    text-align: center;
    color: #000;
}
.faq ul {
    list-style: none;
}
.faq ul li {
    border-bottom: 1px solid #CCCCCC;
}
.faq__item-hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border: none;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}
.faq ul li.expanded .faq__item-hidden {
    opacity: 1;
    overflow: visible;
}
.faq ul li:first-child {
    border-top: 1px solid #CCCCCC;
}
.faq ul li button { 
    width: 100%;
    position: relative;
    padding: 15px 35px 15px 0;
    --max-font: 16;
    --min-font: 14;
    font-size: var(--responsive);
    text-align: start;
    color:#333333;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: color 250ms;
}
.faq ul li.expanded button , .faq ul li button:hover {
    color: #638BD1;
}
.faq ul li.expanded button span {
    transform: rotate(-90deg);
    right: 21px;
}
.faq ul li button span {
    position: absolute;
    right: 15px;
    top: 9px;
    transform: rotate(90deg);
    font-size: 30px;
    font-weight: 600;
}
.faq ul li > div p, .faq ul li > div ul li {
    padding-bottom: 20px;
    --max-font: 16;
    --min-font: 14;
    font-size: var(--responsive);
    line-height: 22px;
}

@media screen and (min-width:768px) {
    .dvContainer *, .dvMhomeContainer * {
        --max-width: 1110;
        --min-width: 768;
    }
    .main-title {
        margin: 20px 0 15px;
    }
    /*Hero*/
    .hero__wrapper {
        height: 295px;
    }
    .hero__overimage {
        right: 120px;
        padding: 48px 23px;
    }
    .hero__subtile {
        margin: 0 0 5px 0;
        --max-font:33;
        --min-font: 28;
    }
    .hero__text {
        gap: 3px;
        --max-font: 17;
        --min-font: 15;
    }
    /*banner*/
    .banner {
        padding-top: 28px;
        padding-bottom: 40px;
        border-bottom: 1px solid #DDDDDD;
    }
    .banner__wrapper {
        padding: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .banner__title {
        display: flex;
        flex-direction: column;
        width: calc((100% - 10px) * 0.21);
        margin-bottom: 0;
        --max-font: 26;
        --min-font: 17;
        text-align: left;
    }
    .banner__list {
        width: calc((100% - 10px) * 0.79);
        flex-direction: row;
        gap: 10px;
    }
    .banner__item {
        width: calc((100% - 20px) / 3);
    }
    .banner__item-description {
        flex: 1;
    }
    /*suggested*/
    .suggested {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .suggested__img {
        min-height: auto;
        width: 162px;
        object-fit: cover;
    }
    .suggested__subtitle {
        margin-bottom: 30px;
        --max-font: 16;
        --min-font: 14;
    }
    .suggested__info {
        position: relative;
        flex: 1;
        padding: 12px 40px;
    }
    .suggested__wrapper {
        margin-bottom: 0px;
        flex-direction: row;
        align-items: center;
    }
    .suggested__wrapper h3 {
        margin-bottom: 0px;
        --max-font: 18;
        --min-font: 16;
    }
    .suggested__price {
        flex-direction: column;
        gap: 3px;
        position: static;
    }
    .suggested__description {
        --max-font: 14;
        --min-font: 12;
        text-align: left;
    }
    .suggested__comment {
        margin-bottom: 8px;
        padding-right: 85px;
        --max-font: 14;
        --min-font: 12;
        text-align: left;
        line-height:18px;
    }
    .suggested__button {
        margin: 56px auto 0 auto;
        --max-font: 18;
        --min-font: 14;
    }
    /*calendar*/
    .calendar-section {
        padding-top: 43px;
        padding-bottom: 33px;
    }
    .calendar-section__header {
        max-width: 790px;
        margin: 0 auto;
    }
    .calendar-section__header:after {
        width: 100%;
    }
    /*destinations*/
    .destinations {
        padding-bottom: 32px;
    }
    .destination__subtitle {
        margin-bottom: 30px;
        --max-font: 16;
        --min-font: 14;
    }
    .destinations__wrapper {
        flex-direction: row;
        gap: 36px;
    }
    .destinations__wrapper > div {
        width: calc((100% - 36px) / 2);
    }
    /*activities*/
    .activities {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .activities__subtitle {
        margin-bottom: 30px;
        --max-font: 16;
        --min-font: 14;
    }
    .activities__list {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .activities__item {
        max-width: none;
        width: calc((100% - 40px) / 3);
    }
    .activities__item:not(:nth-child(3n+3)) {
        margin-right: 20px;
    }
    .activities__item:nth-child(n+4) {
        margin-top: 25px;
    }
    .activities__item a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .activities__item a:hover {
        text-decoration: none;
    }
    .activities__wrapper {
        flex: 1;
    }
    .activities__name {
        --max-font: 15;
        --min-font: 14;
    }
    .activities__item a:hover .activities__name {
        text-decoration: underline;
    }
    .activities__description {
        --max-font: 14;
        --min-font: 13;
    }
    .activities__button {
        margin: 56px auto 0 auto;
        --max-font: 18;
        --min-font: 14;
    }

    /*beyond*/
    .beyond {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .beyond__subtitle {
        margin-bottom: 30px;
        --max-font: 16;
        --min-font: 14
    }
    .packages-list {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .packages-item {
        width: calc((100% - 40px) / 3);
        max-width: none;
    }
    .packages-item:not(:nth-child(3n+3)) {
        margin-right: 20px;
    }
    .packages-item:nth-child(n+4) {
        margin-top: 25px;
    }
    .packages-item__wrapper {
        gap: 6px;
        height: 60px;
        margin-bottom:10px;
    }
    .packages-item__name {
        --max-font: 15;
        --min-font: 14;
        overflow: hidden;
    }
    .packages-item__nights > span:nth-child(1) {
        --max-font: 13;
        --min-font: 10;
    }
    .packages-item__nights > span:nth-child(2) {
        --max-font: 18;
        --min-font: 13;
    }
    /*customer review*/
    .customer-reviews {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .customer-reviews__count {
        margin-bottom: 32px;
    }
    .customer-reviews__list {
        flex-direction: row;
        justify-content: center;
    }
    .customer-reviews__item {
        width: calc((100% - 40px) / 3);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    /*faq*/
    .faq {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .faq__wrapper {
        padding: 50px 20px;
    }
    .faq ul li button {
        --max-font: 17;
        --min-font: 16;
    }
}
