h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

ol,
ul,
li {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none;
    transition: .3s
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cover-pic,
.contain-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cover-pic {
    -o-object-fit: cover;
    object-fit: cover
}

.contain-pic {
    -o-object-fit: contain;
    object-fit: contain
}

.visually-hidden,
.sr-only {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

:root {
    --c-dark-purple: #19001F;
    --c-light-purple: #5B4E61;
    --c-purple: #90C;
    --c-white: #ffffff;
    --c-grey: #DFDFDF
}

html,
body {
    overflow-x: hidden
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 82px
}

body {
    font-family: "DM Sans", sans-serif
}

@font-face {
    font-family: "Holybuck";
    src: url("../fonts/Holybuck DEMO.otf") format("opentype");
    font-weight: normal;
    font-style: normal
}

.container {
    max-width: 1492px;
    width: 100%;
    margin: 0 auto
}

@media(max-width: 1600px) {
    .container {
        padding: 0 65px
    }
}

@media only screen and (max-width: 991.98px) {
    .container {
        padding: 0 24px
    }
}

.main {
    margin-top: 87px
}

img {
    max-width: 100%
}

.fs-14 {
    color: var(--c-light-purple);
    font-size: 14px;
    line-height: 120%
}

.fs-18 {
    font-size: 18px;
    line-height: 130%
}

@media only screen and (max-width: 1199.98px) {
    .fs-18 {
        font-size: 16px
    }
}

.fs-24 {
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.48px
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.form-block label {
    display: block;
    color: var(--c-dark-purple);
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 12px
}

.form-block-input {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #d3d6e0;
    background: var(--c-white);
    transition: .3s
}

.form-block-input svg {
    min-width: 24px;
    max-width: 24px
}

.form-block-input input {
    width: calc(100% - 24px);
    border: 0;
    outline: 0;
    padding: 0;
    color: var(--c-light-purple);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.form-block-input input:focus .form-block-input {
    border-color: var(--c-dark-purple)
}

.h1 {
    font-family: "Holybuck", sans-serif;
    color: var(--c-white);
    text-align: center;
    font-size: 190px;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: -5.7px
}

@media only screen and (max-width: 1199.98px) {
    .h1 {
        font-size: 150px
    }
}

@media only screen and (max-width: 991.98px) {
    .h1 {
        font-size: 130px
    }
}

@media only screen and (max-width: 767.98px) {
    .h1 {
        font-size: 110px
    }
}

@media only screen and (max-width: 575.98px) {
    .h1 {
        font-size: 90px;
        letter-spacing: -2.7px
    }
}

.h2 {
    color: var(--c-dark-purple);
    font-family: "Barlow", sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.08px
}

.h2 .region {
    color: var(--c-purple)
}

@media only screen and (max-width: 1439.98px) {
    .h2 {
        font-size: 50px
    }
}

@media only screen and (max-width: 1199.98px) {
    .h2 {
        font-size: 46px
    }
}

@media only screen and (max-width: 991.98px) {
    .h2 {
        font-size: 42px
    }
}

@media only screen and (max-width: 767.98px) {
    .h2 {
        font-size: 36px
    }
}

@media only screen and (max-width: 575.98px) {
    .h2 {
        font-size: 32px;
        line-height: 110%
    }
}

.subtitle {
    color: var(--c-white);
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.42px
}

@media only screen and (max-width: 575.98px) {
    .subtitle {
        font-size: 18px;
        letter-spacing: -0.18px
    }
}

.h3 {
    color: var(--c-dark-purple);
    font-family: "Barlow", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.2px
}

@media only screen and (max-width: 1199.98px) {
    .h3 {
        font-size: 36px
    }
}

@media only screen and (max-width: 991.98px) {
    .h3 {
        font-size: 30px
    }
}

@media only screen and (max-width: 575.98px) {
    .h3 {
        font-size: 26px
    }
}

.h4 {
    color: var(--c-dark-purple);
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.48px
}

@media only screen and (max-width: 1199.98px) {
    .h4 {
        font-size: 22px
    }
}

@media only screen and (max-width: 991.98px) {
    .h4 {
        font-size: 20px
    }
}

@media only screen and (max-width: 575.98px) {
    .h4 {
        font-size: 18px
    }
}

.form-group {
    margin-bottom: 16px
}

.form-group label {
    display: block;
    margin-bottom: 12px
}

.form-group input {
    width: 100%;
    padding: 15.5px 12px;
    color: var(--c-dark-purple);
    border-radius: 8px;
    border: 1px solid #d3d6e0;
    outline: 0;
    background: var(--c-white);
    transition: .3s
}

.form-group input::-moz-placeholder {
    color: #a59ea8
}

.form-group input::placeholder {
    color: #a59ea8
}

.form-group input:focus {
    border-color: var(--c-dark-purple)
}

.password {
    position: relative
}

.password-icon {
    position: absolute;
    right: 12px;
    top: 14px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-eye-off {
    display: none
}

.password-icon.active .icon-eye {
    display: none
}

.password-icon.active .icon-eye-off {
    display: block
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--c-dark-purple);
    font-size: 14px;
    line-height: 120%;
    cursor: pointer;
    gap: 10px
}

.custom-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.custom-checkbox .checkmark {
    min-width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1.8px solid var(--c-dark-purple);
    background: var(--c-white);
    display: inline-block;
    position: relative
}

.custom-checkbox input:checked+.checkmark {
    background-color: var(--c-dark-purple)
}

.custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 5.5px;
    top: 2.5px;
    width: 4.5px;
    height: 8px;
    border: solid var(--c-white);
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg)
}

.custom-select {
    position: relative;
    display: inline-flex;
    align-items: center
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: unset;
    border: none;
    outline: 0;
    padding: 4px 12px 4px 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--c-dark-purple);
    line-height: 120%;
    cursor: pointer
}

.custom-select select::-ms-expand {
    display: none
}

.custom-select .arrow {
    position: absolute;
    right: 0;
    pointer-events: none
}

.custom-radio-group input[type=radio],
.custom-radio-group input[type=checkbox] {
    display: none
}

.custom-radio-group .radio-label {
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    padding: 12px 16px;
    cursor: pointer;
    transition: all .25s ease
}

.custom-radio-group .radio-label .radio-label-circle {
    width: 20px;
    height: 20px;
    border: 1.2px solid var(--c-dark-purple);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    display: inline-block
}

.custom-radio-group .radio-label .text {
    color: var(--c-dark-purple);
    line-height: 120%
}

.custom-radio-group .radio-label:hover {
    background: #ebe3fb
}

.custom-radio-group .radio-label .radio-label-circle::after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--c-dark-purple);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .2s ease
}

.custom-radio-group input[type=radio]:checked+.radio-label {
    border-color: var(--c-purple);
    background: #ebe3fb
}

.custom-radio-group input[type=radio]:checked+.radio-label .text {
    font-weight: 600
}

.custom-radio-group input[type=checkbox]:checked+.radio-label {
    border-color: var(--c-purple);
    background: #ebe3fb
}

.custom-radio-group input[type=radio]:checked+.radio-label .radio-label-circle::after,
.custom-radio-group input[type=checkbox]:checked+.radio-label .radio-label-circle::after {
    opacity: 1
}

.custom-selectbox {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #d3d6e0;
    padding: 10px 16px;
    background: var(--c-white)
}

.custom-selectbox select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: unset;
    border: none;
    outline: 0;
    width: 100%;
    padding: 4px 12px 4px 0;
    color: var(--c-light-purple);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    opacity: .7;
    cursor: pointer
}

.custom-selectbox select::-ms-expand {
    display: none
}

.custom-selectbox .arrow {
    position: absolute;
    right: 0;
    pointer-events: none
}

button {
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    color: inherit;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    line-height: 1;
    padding: 0;
    transition: .3s
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.16px;
    transition: .3s;
    text-decoration: none;
    padding: 12px 27px
}

.button svg path {
    transition: .3s
}

@media only screen and (max-width: 575.98px) {
    .button {
        font-size: 14px
    }
}

.button--purple {
    height: 50px;
    border-radius: 8px;
    background: var(--c-purple);
    color: var(--c-white)
}

.button--purple:hover {
    background-color: var(--c-dark-purple)
}

.button--purple-outline {
    border-radius: 8px;
    border: 1px solid var(--c-purple);
    color: var(--c-dark-purple)
}

.button--purple-outline:hover {
    background-color: var(--c-purple);
    color: var(--c-white)
}

.button--purple-outline:hover svg path {
    stroke: var(--c-white)
}

.button--white-outline {
    border-radius: 8px;
    border: 1px solid var(--c-white);
    color: var(--c-white)
}

.button--white-outline:hover {
    background-color: var(--c-purple);
    border: 1px solid var(--c-purple)
}

.button--outline {
    border-radius: 8px;
    border: 1px solid var(--c-dark-purple);
    color: var(--c-dark-purple)
}

.button--outline:hover {
    border: 1px solid var(--c-purple);
    background-color: var(--c-purple);
    color: var(--c-white)
}

.button--outline:hover svg path {
    stroke: var(--c-white)
}

.button--outline:hover img {
    filter: brightness(0) invert(1)
}

.button--white {
    border-radius: 8px;
    background-color: var(--c-white);
    color: var(--c-dark-purple)
}

.button--white:hover {
    background-color: var(--c-purple);
    color: var(--c-white)
}

.button--white:hover svg path {
    stroke: var(--c-white)
}

.button--simple {
    padding: 2px 0;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: unset;
    color: var(--c-dark-purple);
    border-bottom: 1px solid var(--c-purple)
}

.button--simple:hover {
    color: var(--c-purple)
}

.header {
    position: fixed;
    width: 100%;
    padding: 16px 64px;
    background-color: var(--c-white);
    z-index: 11
}

@media only screen and (max-width: 991.98px) {
    .header {
        padding: 16px 24px
    }
}

.header.home {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    transition: background-color .3s ease, box-shadow .3s ease
}

.header.home .header-wrapper__menu li a,
.header.home .header-wrapper__menu li button,
.header.home .location,
.header.home .button--white-outline svg path {
    color: var(--c-white)
}

.header--scrolled {
    background: var(--c-white) !important;
    position: fixed !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.header--scrolled .header-wrapper__menu li a,
.header--scrolled .header-wrapper__menu li button,
.header--scrolled .location {
    color: var(--c-dark-purple) !important
}

.header--scrolled svg path {
    stroke: var(--c-dark-purple) !important
}

.header--scrolled .header-wrapper__logo a svg path {
    fill: var(--c-purple);
    stroke: none !important
}

.header--scrolled .button--white-outline:nth-child(1),
.header--scrolled .button--white-outline:nth-child(2) {
    border-color: var(--c-purple);
    color: var(--c-dark-purple)
}

.header--scrolled .button--white-outline:nth-child(1):hover,
.header--scrolled .button--white-outline:nth-child(2):hover {
    color: var(--c-white)
}

.header--scrolled .button--white-outline:nth-child(1):hover svg path,
.header--scrolled .button--white-outline:nth-child(2):hover svg path {
    stroke: var(--c-white) !important
}

.header--scrolled .button--burger {
    border-color: var(--c-dark-purple)
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

@media only screen and (max-width: 1439.98px) {
    .header-wrapper {
        gap: 10px
    }
}

.header-wrapper__logo {
    display: flex;
    align-items: center;
    gap: 16px
}

@media only screen and (max-width: 1439.98px) {
    .header-wrapper__logo .logo {
        max-width: 138px
    }
}

.header-wrapper__logo .location {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--c-dark-purple);
    font-size: 12px;
    line-height: 120%
}

.header-wrapper__logo .location::before {
    content: "";
    position: absolute;
    background-color: #dfdfdf;
    width: 1px;
    height: 34px
}

@media only screen and (max-width: 1199.98px) {
    .header-wrapper__logo .location {
        display: none
    }
}

.header-wrapper__logo .location svg {
    margin-left: 16px
}

.header-wrapper__menu {
    display: flex;
    gap: 40px
}

@media only screen and (max-width: 1439.98px) {
    .header-wrapper__menu {
        gap: 20px
    }
}

@media only screen and (max-width: 1199.98px) {
    .header-wrapper__menu {
        display: none
    }
}

.header-wrapper__menu li a,
.header-wrapper__menu li .button {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #19001f;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    transition: .3s;
    padding: 0
}

.header-wrapper__menu li a svg path,
.header-wrapper__menu li .button svg path {
    transition: .3s
}

.header-wrapper__menu li a:hover,
.header-wrapper__menu li a:focus,
.header-wrapper__menu li .button:hover,
.header-wrapper__menu li .button:focus {
    color: var(--c-purple) !important
}

.header-wrapper__menu li a:hover svg path,
.header-wrapper__menu li a:focus svg path,
.header-wrapper__menu li .button:hover svg path,
.header-wrapper__menu li .button:focus svg path {
    stroke: var(--c-purple) !important
}

.header-wrapper__menu li .button.open .arrow-icon {
    transform: rotate(180deg);
    transition: .3s ease
}

.header-wrapper__buttons {
    display: flex;
    justify-content: flex-end;
    gap: 8px
}

@media only screen and (max-width: 1199.98px) {

    .header-wrapper__buttons .button--purple-outline,
    .header-wrapper__buttons .button--white-outline {
        display: none
    }
}

.header-wrapper__buttons .button--search {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 100px
}

@media only screen and (max-width: 1199.98px) {
    .header-wrapper__buttons .button--search {
        display: none
    }
}

@media only screen and (max-width: 575.98px) {
    .header-wrapper__buttons .button--purple {
        padding-left: 20px;
        padding-right: 20px
    }

    .header-wrapper__buttons .button--purple img {
        display: none
    }
}

.header-wrapper__buttons .button--burger {
    display: none
}

@media only screen and (max-width: 1199.98px) {
    .header-wrapper__buttons .button--burger {
        display: flex;
        min-width: 50px;
        max-width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 100px
    }
}

.mobile-menu {
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    background: var(--c-white);
    padding: 24px 64px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .35s ease;
    z-index: 11
}

.mobile-menu.open {
    height: calc(100vh - 82px);
    border-top: 1px solid var(--c-grey);
    opacity: 1
}

@media only screen and (max-width: 991.98px) {
    .mobile-menu.open {
        padding: 24px 20px
    }
}

.mobile-menu.open .search {
    border: 1px solid var(--c-grey);
    margin: 20px 0 28px
}

.mobile-menu.open .menu {
    border-bottom: 1px solid var(--c-grey);
    margin-bottom: 20px
}

.mobile-menu.open .menu li {
    margin: 16px 0
}

.mobile-menu.open .menu li:last-child {
    margin-bottom: 28px
}

.mobile-menu.open .menu li a,
.mobile-menu.open .menu li button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    color: var(--c-dark-purple);
    font-size: 18px;
    line-height: 130%
}

.mobile-menu.open .button {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px
}

.button--burger .icon-burger {
    display: block
}

.button--burger .icon-close {
    display: none
}

.button--burger.open .icon-burger {
    display: none
}

.button--burger.open .icon-close {
    display: block
}

.mobile-submenu {
    position: fixed;
    top: 82px;
    left: 100%;
    width: 100%;
    height: calc(100vh - 82px);
    background: var(--c-white);
    border-top: 1px solid #dfdfdf;
    padding: 24px 20px;
    overflow-y: auto;
    transition: left .35s ease;
    z-index: 1000
}

.mobile-submenu-header {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 120%;
    color: var(--c-dark-purple);
    margin-bottom: 20px
}

.mobile-submenu-list button {
    width: 100%;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    line-height: 110%;
    color: var(--c-dark-purple);
    margin-bottom: 4px
}

.mobile-submenu-list .destination-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    margin-bottom: 4px;
    color: var(--c-dark-purple);
    line-height: 120%
}

.mobile-submenu-list .destination-item img {
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    border-radius: 100px
}

.mobile-submenu-list .view-all {
    display: inline-block;
    color: var(--c-dark-purple);
    line-height: 120%;
    padding: 2px 0;
    border-bottom: 1px solid var(--c-purple);
    margin-top: 20px
}

.mobile-submenu.open {
    left: 0
}

.header-dropdown {
    display: none;
    position: absolute;
    top: 87px;
    border-radius: 16px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    box-shadow: 0 18px 88px -4px rgba(24, 39, 75, .08);
    z-index: 1
}

.header-dropdown.open {
    display: grid
}

.regions-dropdown {
    width: 1300px;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width: 1439.98px) {
    .regions-dropdown {
        width: 1000px
    }
}

.regions-dropdown .states-tabs {
    display: flex
}

.regions-dropdown .states-tabs .title {
    color: var(--c-light-purple);
    font-size: 12px;
    line-height: 120%;
    letter-spacing: .12px;
    text-transform: uppercase;
    margin-bottom: 24px
}

.regions-dropdown .states-tabs .states-list {
    min-width: 295px;
    padding: 24px;
    border-right: 1px solid var(--c-grey)
}

.regions-dropdown .states-tabs .states-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
    padding: 10px 12px;
    color: var(--c-dark-purple);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px
}

.regions-dropdown .states-tabs .states-list-item:hover {
    border-radius: 8px;
    background: #ebe3fb
}

.regions-dropdown .states-tabs .states-list-item.active {
    border-radius: 8px;
    background: #ebe3fb
}

.regions-dropdown .states-tabs .state-content {
    width: 100%
}

.regions-dropdown .states-tabs .state-content .state-panel {
    display: none
}

.regions-dropdown .states-tabs .state-content .state-panel-left {
    padding: 24px
}

.regions-dropdown .states-tabs .state-content .state-panel-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px
}

.regions-dropdown .states-tabs .state-content .state-panel ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-bottom: 24px
}

.regions-dropdown .states-tabs .state-content .state-panel ul li {
    margin-bottom: 4px
}

.regions-dropdown .states-tabs .state-content .state-panel ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    color: var(--c-dark-purple);
    font-size: 16px;
    line-height: 120%;
    transition: .3s
}

.regions-dropdown .states-tabs .state-content .state-panel ul li a:hover {
    background: #ebe3fb;
    border-radius: 8px
}

.regions-dropdown .states-tabs .state-content .state-panel .view-all {
    color: var(--c-dark-purple);
    font-size: 16px;
    line-height: 120%;
    padding: 2px 0;
    border-bottom: 1px solid var(--c-purple);
    transition: .3s
}

.regions-dropdown .states-tabs .state-content .state-panel .view-all:hover {
    color: var(--c-purple)
}

.regions-dropdown .states-tabs .state-content .state-panel.active {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    height: 100%
}

.activities-dropdown {
    width: 1238px;
    height: 483px;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width: 1439.98px) {
    .activities-dropdown {
        width: 1000px
    }
}

.activities-dropdown .activities-tabs {
    display: flex
}

.activities-dropdown .activities-tabs .title {
    color: var(--c-light-purple);
    font-size: 12px;
    line-height: 120%;
    letter-spacing: .12px;
    text-transform: uppercase;
    margin-bottom: 24px
}

.activities-dropdown .activities-tabs .activities-list {
    min-width: 295px;
    padding: 24px;
    border-right: 1px solid var(--c-grey)
}

.activities-dropdown .activities-tabs .activities-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
    padding: 10px 12px;
    color: var(--c-dark-purple);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px
}

.activities-dropdown .activities-tabs .activities-list-item:hover {
    border-radius: 8px;
    background: #ebe3fb
}

.activities-dropdown .activities-tabs .activities-list-item.active {
    border-radius: 8px;
    background: #ebe3fb
}

.activities-dropdown .activities-tabs .activities-content {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.activities-dropdown .activities-tabs .activities-content-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.activities-dropdown .activities-tabs .activities-content-buttons .view-all {
    color: var(--c-dark-purple);
    line-height: 120%;
    padding: 2px 0;
    border-bottom: 1px solid var(--c-purple)
}

.activities-dropdown .activities-tabs .activities-content-buttons .view-all:hover {
    color: var(--c-purple)
}

.activities-dropdown .activities-tabs .activities-content .activities-panel {
    display: none
}

.activities-dropdown .activities-tabs .activities-content .activities-panel .custom-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.activities-dropdown .activities-tabs .activities-content .activities-panel .custom-radio-group .radio-label {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 4px 16px;
    height: 50px
}

.activities-dropdown .activities-tabs .activities-content .activities-panel.active {
    display: block
}

.events-dropdown {
    width: 1238px;
    height: 483px;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width: 1439.98px) {
    .events-dropdown {
        width: 1000px
    }
}

.events-dropdown .events-tabs {
    display: flex
}

.events-dropdown .events-tabs .title {
    color: var(--c-light-purple);
    font-size: 12px;
    line-height: 120%;
    letter-spacing: .12px;
    text-transform: uppercase;
    margin-bottom: 24px
}

.events-dropdown .events-tabs .events-list {
    min-width: 295px;
    padding: 24px;
    border-right: 1px solid var(--c-grey)
}

.events-dropdown .events-tabs .events-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
    padding: 10px 12px;
    color: var(--c-dark-purple);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px
}

.events-dropdown .events-tabs .events-list-item:hover {
    border-radius: 8px;
    background: #ebe3fb
}

.events-dropdown .events-tabs .events-list-item.active {
    border-radius: 8px;
    background: #ebe3fb
}

.events-dropdown .events-tabs .events-content {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.events-dropdown .events-tabs .events-content-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.events-dropdown .events-tabs .events-content-buttons .view-all {
    color: var(--c-dark-purple);
    line-height: 120%;
    padding: 2px 0;
    border-bottom: 1px solid var(--c-purple)
}

.events-dropdown .events-tabs .events-content-buttons .view-all:hover {
    color: var(--c-purple)
}

.events-dropdown .events-tabs .events-content .events-panel {
    display: none
}

.events-dropdown .events-tabs .events-content .events-panel .custom-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.events-dropdown .events-tabs .events-content .events-panel .custom-radio-group .radio-label {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 4px 16px;
    height: 50px
}

.events-dropdown .events-tabs .events-content .events-panel.active {
    display: block
}

.more-dropdown {
    width: 758px;
    padding: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.more-dropdown img {
    border-radius: 16px;
    margin-bottom: 16px
}

.more-dropdown .link {
    display: block
}

.more-dropdown .link p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--c-dark-purple);
    line-height: 120%;
    transition: .3s
}

.more-dropdown .link p svg path {
    transition: .3s
}

.more-dropdown .link:hover p {
    color: var(--c-purple)
}

.more-dropdown .link:hover p svg path {
    stroke: var(--c-purple)
}

.search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 96px;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    z-index: 9999
}

.search-overlay-close {
    position: absolute;
    top: 24px;
    right: 24px
}

.search-overlay-modal {
    max-width: 792px;
    width: 100%
}

.search-overlay-bar {
    width: 100%;
    background-color: var(--c-white);
    border-radius: 100px;
    padding: 11px 16px 11px 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--c-white);
    transition: border .5s ease;
    margin-bottom: 8px
}

.search-overlay-bar input {
    flex: 1;
    border: none;
    outline: 0;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    line-height: 120%
}

.search-overlay-bar .icon {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--c-purple)
}

.search-overlay-bar:hover {
    border: 2px solid var(--c-purple)
}

.search-overlay-bar:hover .icon {
    background-color: var(--c-dark-purple)
}

.search-overlay-results {
    border-radius: 16px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    padding-top: 12px
}

.search-overlay-results .result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background-color: var(--c-white);
    padding: 12px 32px;
    margin-bottom: 4px;
    cursor: pointer;
    transition: .3s
}

.search-overlay-results .result:hover {
    background-color: #f9f6fe
}

.search-overlay-results .result:last-child {
    margin-bottom: 12px
}

.search-overlay-results .result-text .title {
    color: var(--c-dark-purple);
    line-height: 120%;
    margin-bottom: 4px
}

.search-overlay-results .result-text .region-name {
    color: var(--c-light-purple);
    font-size: 12px;
    line-height: 120%
}

.search-overlay-results .result-category {
    display: inline-block;
    padding: 8px 10px;
    background: #f1bdff;
    color: var(--c-dark-purple);
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: .6px;
    text-transform: uppercase
}

.search-overlay-results .see-all-results {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border-radius: 0 0 16px 16px;
    border-top: 1px solid var(--c-grey);
    background-color: #f9f6fe;
    color: var(--c-dark-purple);
    line-height: 120%
}

.search-overlay.open {
    opacity: 1;
    pointer-events: auto
}

.location-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    z-index: 9999
}

.location-overlay-modal {
    max-width: 566px;
    width: 100%;
    border-radius: 16px;
    background: var(--c-white)
}

.location-overlay-modal .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 20px 16px;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid var(--c-grey)
}

.location-overlay-modal .top-title {
    color: var(--c-dark-purple);
    line-height: 120%;
    letter-spacing: -0.16px
}

.location-overlay-modal .wrapper {
    padding: 16px
}

.location-overlay-modal .wrapper .search-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    padding: 16px 16px;
    margin-bottom: 16px
}

.location-overlay-modal .wrapper .search-box input {
    width: 100%;
    color: var(--c-light-purple);
    font-size: 16px;
    line-height: 120%;
    border: 0;
    outline: 0
}

.location-overlay-modal .wrapper .search-box svg {
    min-width: 24px
}

.location-overlay-modal .wrapper .current-location {
    margin-bottom: 16px
}

.location-overlay-modal .wrapper .use-current-location {
    padding: 9px 16px;
    border-radius: 8px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    gap: 12px;
    color: var(--c-purple);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%
}

.location-overlay-modal .wrapper .use-current-location:hover {
    background-color: #f9f6fe
}

.location-overlay.open {
    opacity: 1;
    pointer-events: auto
}

.cta {
    background-image: url("../images/call-to-action-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 70px 0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media only screen and (max-width: 991.98px) {
    .cta {
        background-position-x: -550px;
        padding: 80px 0;
        text-align: center
    }
}

@media only screen and (max-width: 575.98px) {
    .cta {
        background-image: url("../images/call-to-action-banner-mobile.png");
        background-position-x: unset;
        padding: 40px 0;
        background-attachment: unset
    }
}

.cta-text {
    max-width: 660px;
    width: 100%;
    margin: 0 100px
}

@media only screen and (max-width: 767.98px) {
    .cta-text {
        margin: 0 50px
    }
}

@media only screen and (max-width: 575.98px) {
    .cta-text {
        margin: 0 24px
    }
}

.cta-text .title {
    max-width: 500px;
    width: 100%;
    color: var(--c-white);
    font-family: "Barlow", sans-serif;
    font-size: 48px;
    line-height: 100%
}

@media only screen and (max-width: 1199.98px) {
    .cta-text .title {
        font-size: 44px
    }
}

@media only screen and (max-width: 991.98px) {
    .cta-text .title {
        font-size: 40px;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767.98px) {
    .cta-text .title {
        font-size: 36px
    }
}

@media only screen and (max-width: 575.98px) {
    .cta-text .title {
        font-size: 32px
    }
}

.cta-text .fs-18 {
    color: var(--c-white);
    margin: 24px 0
}

.footer {
    background-image: url(../images/footer-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    width: 100%;
    padding-top: 360px
}

@media only screen and (max-width: 1199.98px) {
    .footer {
        padding-top: 260px
    }
}

@media only screen and (max-width: 991.98px) {
    .footer {
        background-position-x: -200px;
        padding-top: 180px
    }
}

@media only screen and (max-width: 575.98px) {
    .footer {
        background-position-x: -340px
    }
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px
}

@media only screen and (max-width: 991.98px) {
    .footer-wrapper {
        flex-direction: column;
        align-items: center
    }
}

.footer-wrapper__left .logo {
    margin-bottom: 40px
}

@media only screen and (max-width: 991.98px) {
    .footer-wrapper__left .logo {
        width: 178px;
        margin-bottom: 20px
    }
}

.footer-wrapper__left .social-icons {
    display: flex;
    gap: 8px
}

@media only screen and (max-width: 991.98px) {
    .footer-wrapper__left .social-icons {
        justify-content: center
    }
}

.footer-wrapper__left .social-icons li a {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid var(--c-white);
    transition: .3s
}

.footer-wrapper__left .social-icons li a:hover {
    background-color: var(--c-purple);
    border-color: var(--c-purple)
}

@media only screen and (max-width: 991.98px) {
    .footer-wrapper__menu {
        display: none
    }
}

.footer-wrapper__mobile-menu {
    display: none
}

@media only screen and (max-width: 991.98px) {
    .footer-wrapper__mobile-menu {
        display: block;
        max-width: 650px;
        width: 100%
    }
}

.footer-wrapper__mobile-menu .footer-accordion {
    border-bottom: 1px solid hsla(0, 0%, 100%, .58)
}

.footer-wrapper__mobile-menu .footer-accordion-header {
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.footer-wrapper__mobile-menu .footer-accordion-content {
    max-height: 0;
    overflow: hidden;
    padding-left: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height .4s ease, opacity .25s ease, transform .25s ease
}

.footer-wrapper__mobile-menu .footer-accordion.active .footer-accordion-content {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0)
}

.footer .menu li {
    margin-bottom: 12px
}

.footer .menu li a {
    color: var(--c-white);
    line-height: 120%;
    transition: .3s
}

.footer .menu li a:hover {
    color: #f1bdff
}

.footer .menu-title {
    font-family: "Barlow", sans-serif;
    color: var(--c-white);
    margin-bottom: 24px
}

@media only screen and (max-width: 1199.98px) {
    .footer .menu-title {
        font-size: 20px
    }
}

@media only screen and (max-width: 991.98px) {
    .footer .menu-title {
        font-size: 16px;
        margin-bottom: 0
    }
}

.footer .dest {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 64px;
    padding: 24px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .37)
}

@media only screen and (max-width: 991.98px) {
    .footer-copyright {
        flex-direction: column;
        margin-top: 40px;
        padding: 0 0 40px;
        border-top: 0
    }
}

.footer-copyright-text {
    color: var(--c-white);
    line-height: 120%
}

@media only screen and (max-width: 991.98px) {
    .footer-copyright-text {
        font-size: 14px
    }
}

.footer-copyright-menu {
    display: flex;
    gap: 32px
}

.footer-copyright-menu li a {
    color: var(--c-white);
    line-height: 120%;
    transition: .3s
}

@media only screen and (max-width: 991.98px) {
    .footer-copyright-menu li a {
        font-size: 14px
    }
}

.footer-copyright-menu li a:hover {
    color: #f1bdff
}

.lighttheme {
    color: #fff
}

@media print {
    .main-header {
        display: none
    }

    .main-footer {
        display: none
    }
}

.login {
    padding: 64px 0
}

.login-form {
    max-width: 536px;
    width: 100%;
    margin: 0 auto;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid var(--Background-grey, #DFDFDF);
    background: var(--c-white);
    box-shadow: 0 0 16.4px -4px rgba(24, 39, 75, .08)
}

@media only screen and (max-width: 575.98px) {
    .login-form {
        padding: 32px 24px
    }
}

.login-form .title {
    color: var(--c-dark-purple);
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -1.08px;
    margin: 32px 0
}

@media only screen and (max-width: 575.98px) {
    .login-form .title {
        font-size: 32px
    }
}

.login-form .button {
    width: 100%;
    margin: 32px 0
}

.login-form .forgot-password {
    color: var(--c-light-purple);
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-decoration: underline
}

.login-form .forgot-password:hover {
    color: var(--c-purple)
}

.password-form .title {
    margin-bottom: 16px
}

.password-form .text {
    color: var(--c-light-purple);
    line-height: 120%;
    margin-bottom: 32px
}

.password-form .form-group {
    margin-bottom: 0
}

.password-form .remember-password {
    display: block;
    color: var(--c-light-purple);
    text-align: center;
    margin-bottom: 16px;
    transition: .3s
}

.password-form .remember-password:hover {
    color: var(--c-purple)
}

.password-form .login-link {
    display: block;
    color: var(--c-dark-purple);
    text-align: center;
    transition: .3s
}

.password-form .login-link:hover {
    color: var(--c-purple)
}

.hero-home {
    position: relative;
    background-image: url("../images/hero-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    min-height: 100vh
}

@media only screen and (max-width: 575.98px) {
    .hero-home {
        min-height: 700px
    }
}

@media only screen and (max-width: 1439.98px) {
    .hero-home .header-wrapper__logo a svg {
        max-width: 138px;
        height: 40px
    }
}

.hero-home .info {
    padding: 187px 0 100px
}

.hero-home .info .h1-animation {
    display: block;
    max-width: 615px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    animation: typing 2.5s steps(20);
    line-height: 215px
}

@media only screen and (max-width: 1199.98px) {
    .hero-home .info .h1-animation {
        line-height: 190px
    }
}

@media only screen and (max-width: 991.98px) {
    .hero-home .info .h1-animation {
        line-height: 180px
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-home .info .h1-animation {
        line-height: 170px
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-home .info .h1-animation {
        line-height: 140px
    }
}

.hero-home .info .h1-text {
    display: block;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90%;
    letter-spacing: -3.68px;
    margin-top: -30px
}

@media only screen and (max-width: 1199.98px) {
    .hero-home .info .h1-text {
        font-size: 72px
    }
}

@media only screen and (max-width: 991.98px) {
    .hero-home .info .h1-text {
        font-size: 60px
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-home .info .h1-text {
        font-size: 50px
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-home .info .h1-text {
        font-size: 48px;
        letter-spacing: -1.44px
    }
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.hero-home .info .explore {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 24px 0
}

@media only screen and (max-width: 575.98px) {
    .hero-home .info .explore {
        gap: 12px;
        padding: 0
    }
}

.hero-home .info .explore-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: transform .25s ease
}

@media only screen and (max-width: 991.98px) {

    .hero-home .info .explore-item:nth-child(5),
    .hero-home .info .explore-item:nth-child(6),
    .hero-home .info .explore-item:nth-child(7),
    .hero-home .info .explore-item:nth-child(8) {
        display: none
    }
}

.hero-home .info .explore-item:nth-child(9) {
    display: none
}

@media only screen and (max-width: 991.98px) {
    .hero-home .info .explore-item:nth-child(9) {
        display: flex
    }
}

.hero-home .info .explore-item-icon {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--c-white);
    transition: background-color .25s ease, transform .25s ease
}

.hero-home .info .explore-item-icon img {
    transition: filter .25s ease
}

@media only screen and (max-width: 575.98px) {
    .hero-home .info .explore-item-icon {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
        padding: 12px
    }
}

.hero-home .info .explore-item-title {
    color: var(--c-white);
    line-height: 120%
}

@media only screen and (max-width: 575.98px) {
    .hero-home .info .explore-item-title {
        font-size: 11px;
        text-align: center;
        font-weight: 400
    }
}

.hero-home .info .explore-item:hover {
    transform: translateY(-8px)
}

.hero-home .info .explore-item:hover .explore-item-icon {
    background: var(--c-purple);
    transform: scale(1.08)
}

.hero-home .info .explore-item:hover .explore-item-icon img {
    filter: brightness(0) invert(1)
}

.hero-home .search {
    margin-left: auto;
    margin-right: auto
}

.search {
    max-width: 599px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 16px;
    border-radius: 100px;
    background: var(--c-white);
    margin: 40px 0;
    border: 2px solid var(--c-white);
    transition: border .5s ease
}

@media only screen and (max-width: 1199.98px) {
    .search {
        padding: 6px 8px
    }
}

.search input {
    width: 100%;
    color: var(--c-dark-purple);
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    line-height: 120%;
    border: 0;
    outline: 0;
    margin-left: 24px
}

.search input::-moz-placeholder {
    color: var(--c-dark-purple)
}

.search input::placeholder {
    color: var(--c-dark-purple)
}

@media only screen and (max-width: 1199.98px) {
    .search input {
        font-size: 14px;
        margin-left: 16px
    }
}

.search-icon {
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--c-purple);
    transition: background-color .2s ease
}

.search:hover {
    border: 2px solid var(--c-purple)
}

.search:hover .search-icon {
    background: var(--c-dark-purple);
    cursor: pointer
}

.discover-card {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 620px;
    padding: 48px 32px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease
}

.discover-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform .5s ease;
    z-index: 0
}

.discover-card>div {
    position: relative;
    z-index: 2;
    text-align: center
}

.discover-card:hover::before {
    transform: scale(1.08)
}

@media only screen and (max-width: 767.98px) {
    .discover-card {
        height: 430px
    }
}

.discover-card div {
    text-align: center
}

.discover-card .title {
    color: var(--c-white);
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -1.08px
}

@media only screen and (max-width: 1199.98px) {
    .discover-card .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 767.98px) {
    .discover-card .title {
        font-size: 24px
    }
}

.discover-card .button {
    margin-top: 24px
}

.discover-card-1 {
    background-image: url(../images/discover-card-1.png)
}

.discover-card-2 {
    background-image: url(../images/discover-card-2.png)
}

.discover-card-3 {
    background-image: url(../images/discover-card-3.png)
}

.section-discover {
    padding: 120px 0
}

@media only screen and (max-width: 1199.98px) {
    .section-discover {
        padding: 100px 0
    }
}

@media only screen and (max-width: 991.98px) {
    .section-discover {
        padding: 80px 0
    }
}

@media only screen and (max-width: 575.98px) {
    .section-discover {
        padding: 60px 0
    }
}

.section-discover .h2,
.section-discover .fs-18 {
    text-align: center
}

.section-discover .fs-18 {
    color: var(--c-light-purple);
    margin: 18px 0 64px
}

@media only screen and (max-width: 767.98px) {
    .section-discover .fs-18 {
        margin: 8px 0 24px
    }
}

.section-discover .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

@media only screen and (max-width: 1199.98px) {
    .section-discover .row {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }
}

@media only screen and (max-width: 767.98px) {
    .section-discover .row {
        grid-template-columns: repeat(1, 1fr)
    }
}

.section-explore {
    background-image: url(../images/background-shape-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -18%;
    padding-bottom: 120px
}

.section-explore .row-1 {
    padding: 40px 64px;
    border-radius: 16px;
    background: var(--c-white);
    box-shadow: 0 18px 88px -4px rgba(24, 39, 75, .08);
    margin-bottom: 200px
}

@media only screen and (max-width: 991.98px) {
    .section-explore .row-1 {
        padding: 40px 34px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-explore .row-1 {
        padding: 40px 16px;
        margin-bottom: 100px
    }
}

.section-explore .row-1-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px
}

.section-explore .row-1-top .h2 {
    margin-bottom: 12px
}

.section-explore .row-1-top .fs-18 {
    color: var(--c-dark-purple)
}

.section-explore .row-1-wrapper {
    display: flex;
    gap: 80px
}

@media only screen and (max-width: 1199.98px) {
    .section-explore .row-1-wrapper {
        flex-direction: column;
        gap: 40px
    }
}

.section-explore .row-1-wrapper .w-50 {
    width: 50%
}

@media only screen and (max-width: 1199.98px) {
    .section-explore .row-1-wrapper .w-50 {
        width: 100%
    }
}

.section-explore .row-1-wrapper .w-50 .map {
    position: relative;
    max-width: 900px;
    width: 100%
}

@media only screen and (max-width: 1199.98px) {
    .section-explore .row-1-wrapper .w-50 .map {
        max-width: 700px
    }
}

@media only screen and (max-width: 767.98px) {
    .section-explore .row-1-wrapper .w-50 .map {
        max-width: 550px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-explore .row-1-wrapper .w-50 .map {
        max-width: 400px
    }
}

@media(min-width: 420px)and (max-width: 480px) {
    .section-explore .row-1-wrapper .w-50 .map {
        max-width: 350px
    }
}

.section-explore .row-1-wrapper .w-50 .map img {
    width: 100%
}

.section-explore .row-1-wrapper .w-50 .map-point {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 14px;
    background: hsla(0, 0%, 100%, .85);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.section-explore .row-1-wrapper .w-50 .map-point:hover {
    background-color: #ebe3fb
}

@media(min-width: 1200px)and (max-width: 1440px) {
    .section-explore .row-1-wrapper .w-50 .map-point {
        width: 30px;
        height: 30px;
        border-radius: 12px
    }

    .section-explore .row-1-wrapper .w-50 .map-point svg {
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-explore .row-1-wrapper .w-50 .map-point {
        width: 25px;
        height: 25px;
        border-radius: 4px
    }

    .section-explore .row-1-wrapper .w-50 .map-point svg {
        width: 16px;
        height: 16px
    }
}

@media(max-width: 480px) {
    .section-explore .row-1-wrapper .w-50 .map-point {
        width: 22px;
        height: 22px
    }
}

.section-explore .row-1-wrapper .w-50 .map-point.wa {
    left: 18%;
    top: 42%
}

.section-explore .row-1-wrapper .w-50 .map-point.nt {
    left: 45%;
    top: 24.7%
}

.section-explore .row-1-wrapper .w-50 .map-point.qld {
    left: 76%;
    top: 32.7%
}

.section-explore .row-1-wrapper .w-50 .map-point.sa {
    left: 52%;
    top: 47.5%
}

.section-explore .row-1-wrapper .w-50 .map-point.nsw {
    left: 74%;
    top: 55.5%
}

.section-explore .row-1-wrapper .w-50 .map-point.act {
    left: 79%;
    top: 63%
}

@media only screen and (max-width: 767.98px) {
    .section-explore .row-1-wrapper .w-50 .map-point.act {
        left: 84%
    }
}

.section-explore .row-1-wrapper .w-50 .map-point.vt {
    left: 74%;
    top: 77%
}

.section-explore .row-1-wrapper .w-50 .map-point.tm {
    left: 80%;
    top: 85%
}

.section-explore .row-1-wrapper .w-46 {
    width: 46.5%
}

@media only screen and (max-width: 1199.98px) {
    .section-explore .row-1-wrapper .w-46 {
        width: 100%
    }
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider {
    position: relative;
    height: 650px
}

@media only screen and (max-width: 575.98px) {
    .section-explore .row-1-wrapper .w-46 .wrapper-slider {
        height: 320px
    }
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper {
    height: 100%
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper-wrapper {
    height: 590px
}

@media only screen and (max-width: 575.98px) {
    .section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper-wrapper {
        height: 100%
    }
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    height: calc((100% - 30px)/2) !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 32px;
    border-radius: 16px;
    transition: all .3s ease
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(148, 52, 235, 0);
    transition: background-color .3s ease;
    z-index: 1
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide:hover::before {
    background: rgba(148, 52, 235, .45)
}

@media only screen and (max-width: 575.98px) {
    .section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide {
        height: 250px !important
    }
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide:nth-child(1) {
    background-image: url("../images/gold-coast.png")
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide:nth-child(2) {
    background-image: url("../images/sunshine-coast.png")
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide:nth-child(3) {
    background-image: url("../images/surfers-paradise.png")
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide:nth-child(4) {
    background-image: url("../images/brisbane-south.png")
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide:nth-child(5) {
    background-image: url("../images/gold-coast.png")
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide .h4 {
    color: var(--c-white);
    z-index: 1;
    position: relative;
    text-align: center;
    transition: transform .35s ease
}

.section-explore .row-1-wrapper .w-46 .wrapper-slider .swiper .swiper-slide:hover h4 {
    transform: translateY(-80px)
}

.section-explore .swiper-bottom {
    display: flex;
    gap: 64px;
    margin-top: 8px
}

@media only screen and (max-width: 575.98px) {
    .section-explore .swiper-bottom {
        margin-top: -44px;
        gap: 20px
    }
}

.section-explore .swiper-bottom .swiper-progress {
    margin-top: 24px
}

.section-explore .row-2 {
    max-width: 858px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.section-explore .row-2 .h2 {
    margin-bottom: 24px
}

.section-explore .row-2 .fs-18 {
    color: var(--c-light-purple);
    margin-bottom: 16px
}

.swiper-button-prev,
.swiper-button-next,
.towns-button-prev,
.towns-button-next,
.now-button-prev,
.now-button-next,
.activities-button-prev,
.activities-button-next {
    min-width: 52px !important;
    height: 52px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    top: unset !important;
    bottom: 0 !important;
    border: 1px solid var(--c-dark-purple);
    transition: .3s
}

@media only screen and (max-width: 575.98px) {

    .swiper-button-prev,
    .swiper-button-next,
    .towns-button-prev,
    .towns-button-next,
    .now-button-prev,
    .now-button-next,
    .activities-button-prev,
    .activities-button-next {
        min-width: 42px !important;
        height: 42px !important
    }
}

.swiper-button-prev:hover,
.swiper-button-next:hover,
.towns-button-prev:hover,
.towns-button-next:hover,
.now-button-prev:hover,
.now-button-next:hover,
.activities-button-prev:hover,
.activities-button-next:hover {
    background-color: #ebe3fb
}

.now-button-prev svg path,
.now-button-next svg path,
.towns-button-prev svg path,
.towns-button-next svg path,
.activities-button-prev svg path,
.activities-button-next svg path {
    stroke: var(--c-dark-purple);
    transition: stroke .2s ease
}

.now-button-prev.swiper-button-disabled,
.now-button-next.swiper-button-disabled,
.towns-button-prev.swiper-button-disabled,
.towns-button-next.swiper-button-disabled,
.activities-button-prev.swiper-button-disabled,
.activities-button-next.swiper-button-disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.swiper-button-prev:after,
.swiper-button-next:after,
.towns-button-prev:after,
.towns-button-next:after,
.now-button-prev:after,
.now-button-next:after,
.activities-button-prev:after,
.activities-button-next:after {
    font-size: 13px !important;
    font-weight: bold;
    color: var(--c-dark-purple)
}

@media only screen and (max-width: 575.98px) {

    .swiper-button-prev:after,
    .swiper-button-next:after,
    .towns-button-prev:after,
    .towns-button-next:after,
    .now-button-prev:after,
    .now-button-next:after,
    .activities-button-prev:after,
    .activities-button-next:after {
        font-size: 14px !important
    }
}

.now-button-prev,
.towns-button-prev,
.activities-button-prev,
.now-button-next,
.towns-button-next,
.activities-button-next {
    z-index: 10;
    cursor: pointer
}

.section-things {
    margin-bottom: 120px
}

@media only screen and (max-width: 1199.98px) {
    .section-things {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991.98px) {
    .section-things {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-things {
        margin-bottom: 60px
    }
}

.section-things .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px
}

.section-things .row .h2 {
    margin-bottom: 24px
}

.section-things .wrapper-slider {
    position: relative;
    height: 700px
}

@media only screen and (max-width: 767.98px) {
    .section-things .wrapper-slider {
        height: 500px
    }
}

.section-things .wrapper-slider .swiper {
    height: 100%
}

.section-things .wrapper-slider .swiper-bottom {
    display: flex;
    gap: 100px
}

@media only screen and (max-width: 575.98px) {
    .section-things .wrapper-slider .swiper-bottom {
        gap: 30px
    }
}

.section-things .wrapper-slider .swiper-buttons {
    display: flex;
    margin-top: -32px;
    justify-content: end;
    gap: 10px
}

.section-things .wrapper-slider .swiper-buttons .swiper-button-prev,
.section-things .wrapper-slider .swiper-buttons .swiper-button-next {
    position: unset !important
}

.section-things .wrapper-slider .swiper .swiper-progress {
    margin-top: -28px
}

@media only screen and (max-width: 575.98px) {
    .section-things .wrapper-slider .swiper .swiper-progress {
        margin-top: -34px
    }
}

.swiper-progress {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #e7e7e7;
    overflow: hidden
}

.swiper-progress-fill,
.towns-progress-fill,
.activities-progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 2px;
    background: var(--c-dark-purple);
    transition: width .3s ease
}

.tag {
    display: inline-block;
    padding: 9px 8px;
    color: var(--c-dark-purple);
    font-size: 12px;
    line-height: 120%;
    letter-spacing: .6px;
    text-transform: uppercase;
    transition: .3s
}

.tag-purple {
    background: #f1bdff
}

.tag-purple:hover {
    background-color: var(--c-purple);
    color: var(--c-white)
}

.tag-blue {
    background: #91bdff
}

.tag-light {
    background: #e6ffbd
}

.tag-red {
    background: #ff7a8e
}

.tour-card {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    height: 616px;
    padding: 40px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 16px;
    color: var(--c-white)
}

.tour-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .3s ease
}

.tour-card:hover::after {
    background: rgba(0, 0, 0, .45)
}

@media only screen and (max-width: 767.98px) {
    .tour-card {
        height: 430px
    }
}

.tour-card .fixed {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tour-card .fixed .button--like {
    min-width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--c-white);
    margin-right: 30px;
    cursor: pointer;
    transition: transform .15s ease
}

.tour-card .fixed .button--like svg {
    transition: transform .2s ease
}

.tour-card .fixed .button--like .icon-filled {
    display: none
}

.tour-card .fixed .button--like.is-liked .icon-add {
    display: none
}

.tour-card .fixed .button--like.is-liked .icon-filled {
    display: block;
    color: var(--c-purple)
}

@keyframes like-bounce {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.25)
    }

    100% {
        transform: scale(1)
    }
}

.tour-card .fixed .button--like.is-animating svg {
    animation: like-bounce .3s ease
}

.tour-card .info {
    width: 100%;
    transform: translateY(0);
    position: relative;
    max-height: 120px;
    overflow: hidden;
    transition: max-height 1.5s ease, transform 1.5s ease;
    z-index: 2;
    padding: 0 30px
}

.tour-card .info .location {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 120%
}

.tour-card .info .h4 {
    color: var(--c-white);
    margin: 16px 0
}

.tour-card .info .text {
    max-height: 44px;
    overflow: hidden;
    transition: max-height .35s ease
}

.tour-card:hover .info {
    max-height: 500px;
    transform: translateY(0)
}

.tour-card:hover .info .text {
    max-height: 200px
}

.tour-card-1 {
    background-image: url(../images/tour-card-1.png)
}

.tour-card-2 {
    background-image: url(../images/tour-card-2.png)
}

.tour-card-3 {
    background-image: url(../images/tour-card-3.png)
}

.tabs {
    display: flex;
    gap: 24px
}

.tabs .tab {
    color: var(--c-light-purple);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .14px;
    text-transform: uppercase;
    padding: 6px 0;
    cursor: pointer;
    transition: .3s
}

.tabs .tab:hover {
    color: var(--c-purple)
}

.tabs .tab.active {
    color: var(--c-purple);
    font-weight: 700;
    border-bottom: 2px solid var(--c-purple)
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.rect:hover {
    cursor: pointer
}

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 128px);
    height: 720px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    margin: 0 64px
}

@media only screen and (max-width: 1199.98px) {
    .hero {
        height: 650px
    }
}

@media only screen and (max-width: 991.98px) {
    .hero {
        width: calc(100% - 48px);
        height: 570px;
        margin: 0 24px
    }
}

@media only screen and (max-width: 767.98px) {
    .hero {
        height: 500px
    }
}

@media only screen and (max-width: 575.98px) {
    .hero {
        height: 430px
    }
}

.hero-about {
    background-image: url(../images/about-banner.png);
    background-position-x: center
}

.section-features {
    margin-top: 120px
}

@media only screen and (max-width: 1199.98px) {
    .section-features {
        margin-top: 100px
    }
}

@media only screen and (max-width: 991.98px) {
    .section-features {
        margin-top: 80px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-features {
        margin-top: 60px
    }
}

.section-features-row-1 {
    display: flex;
    align-items: center;
    gap: 64px;
    margin-bottom: 64px
}

@media only screen and (max-width: 991.98px) {
    .section-features-row-1 {
        flex-direction: column;
        gap: 40px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-features-row-1 {
        gap: 24px
    }
}

.section-features-row-1 .w-50 {
    width: 50%
}

@media only screen and (max-width: 991.98px) {
    .section-features-row-1 .w-50 {
        width: 100%
    }
}

.section-features-row-1 .h2 {
    margin-bottom: 40px
}

@media only screen and (max-width: 575.98px) {
    .section-features-row-1 .h2 {
        margin-bottom: 24px
    }
}

.section-features-row-1 .fs-18 {
    color: var(--c-light-purple);
    margin-bottom: 16px
}

.section-features-row-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 991.98px) {
    .section-features-row-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 575.98px) {
    .section-features-row-2 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.section-features-row-2 .item {
    width: 100%;
    text-align: center;
    padding: 0 54px
}

@media only screen and (max-width: 1439.98px) {
    .section-features-row-2 .item {
        padding: 0 30px
    }
}

@media only screen and (max-width: 991.98px) {
    .section-features-row-2 .item {
        padding: 16px
    }
}

.section-features-row-2 .item .title {
    color: var(--c-dark-purple);
    margin: 12px 0 8px
}

.section-features-row-2 .item .text {
    color: var(--c-light-purple)
}

.section-discover-bg {
    background-image: url("../images/background-shape.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover
}

@media only screen and (max-width: 1199.98px) {
    .section-discover-bg {
        background-image: unset
    }
}

.hero-partner {
    background-image: url(../images/partner-banner.png);
    background-position-x: center
}

.section-why-us {
    padding: 120px 0;
    background-image: url("../images/background-shape-2.png");
    background-repeat: no-repeat;
    background-position-y: 170%;
    background-position-x: center;
    background-color: #fff
}

@media only screen and (max-width: 1199.98px) {
    .section-why-us {
        padding: 100px 0
    }
}

@media only screen and (max-width: 991.98px) {
    .section-why-us {
        padding: 80px 0
    }
}

@media only screen and (max-width: 575.98px) {
    .section-why-us {
        padding: 60px 0
    }
}

.section-why-us-row-1 {
    display: flex;
    align-items: center;
    gap: 64px;
    margin-bottom: 120px
}

@media only screen and (max-width: 1199.98px) {
    .section-why-us-row-1 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991.98px) {
    .section-why-us-row-1 {
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-why-us-row-1 {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 991.98px) {
    .section-why-us-row-1 {
        flex-direction: column;
        gap: 40px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-why-us-row-1 {
        gap: 24px
    }
}

.section-why-us-row-1 .w-50 {
    width: 50%
}

@media only screen and (max-width: 991.98px) {
    .section-why-us-row-1 .w-50 {
        width: 100%
    }
}

.section-why-us-row-1 .h2 {
    margin-bottom: 40px
}

@media only screen and (max-width: 575.98px) {
    .section-why-us-row-1 .h2 {
        margin-bottom: 24px
    }
}

.section-why-us-row-1 .fs-18 {
    color: var(--c-light-purple);
    margin-bottom: 16px
}

.section-why-us-row-1 .button {
    margin-top: 20px
}

.section-why-us-row-2 {
    display: flex;
    gap: 80px;
    padding: 64px;
    border-radius: 16px;
    background: var(--c-white);
    box-shadow: 0 18px 88px -4px rgba(24, 39, 75, .08)
}

@media only screen and (max-width: 1199.98px) {
    .section-why-us-row-2 {
        gap: 40px;
        padding: 60px 40px
    }
}

@media only screen and (max-width: 991.98px) {
    .section-why-us-row-2 {
        flex-direction: column;
        padding: 40px 24px
    }
}

.section-why-us-row-2 .w-50 {
    width: 50%
}

@media only screen and (max-width: 991.98px) {
    .section-why-us-row-2 .w-50 {
        width: 100%
    }
}

.section-why-us-row-2 .w-50 .text {
    margin: 40px 0
}

@media only screen and (max-width: 575.98px) {
    .section-why-us-row-2 .w-50 .text {
        margin-top: 24px
    }
}

.section-why-us-row-2 .w-50 .title {
    color: var(--c-dark-purple);
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.48px;
    margin-bottom: 16px
}

.section-why-us-row-2 .w-50 .button {
    margin-top: 16px
}

.section-why-us-row-2 .w-50 .benefit {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px
}

@media only screen and (max-width: 575.98px) {
    .section-why-us-row-2 .w-50 .benefit {
        margin-bottom: 24px
    }
}

.section-why-us-row-2 .w-50 .benefit:last-child {
    margin-bottom: 0
}

.section-why-us-row-2 .w-50 .benefit-number {
    min-width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #ebe3fb
}

@media only screen and (max-width: 991.98px) {
    .section-why-us-row-2 .w-50 .benefit-number {
        min-width: 60px;
        height: 60px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-why-us-row-2 .w-50 .benefit-number {
        min-width: 50px;
        height: 50px
    }
}

.section-why-us-row-2 .w-50 .benefit-number p {
    color: var(--c-purple);
    font-family: "Barlow", sans-serif;
    font-size: 54px;
    letter-spacing: -1.08px
}

@media only screen and (max-width: 991.98px) {
    .section-why-us-row-2 .w-50 .benefit-number p {
        font-size: 40px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-why-us-row-2 .w-50 .benefit-number p {
        font-size: 30px
    }
}

.section-why-us-row-2 .w-50 .benefit-text .h4 {
    margin-bottom: 8px
}

.section-why-us-row-2 .w-50 .fs-18 {
    color: var(--c-light-purple)
}

.section-packages {
    background-image: url(../images/packages-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0
}

@media only screen and (max-width: 991.98px) {
    .section-packages {
        padding: 80px 0
    }
}

@media only screen and (max-width: 575.98px) {
    .section-packages {
        padding: 60px 0
    }
}

.section-packages .text-block {
    text-align: center;
    color: var(--c-white)
}

.section-packages .text-block .h2 {
    color: var(--c-white);
    margin-bottom: 40px
}

@media only screen and (max-width: 575.98px) {
    .section-packages .text-block .h2 {
        margin-bottom: 24px
    }
}

.section-packages .text-block .text {
    max-width: 628px;
    width: 100%;
    margin: 0 auto;
    line-height: 120%
}

.section-packages .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 64px 0
}

@media only screen and (max-width: 1439.98px) {
    .section-packages .row {
        gap: 24px
    }
}

@media only screen and (max-width: 1199.98px) {
    .section-packages .row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 575.98px) {
    .section-packages .row {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media only screen and (max-width: 991.98px) {
    .section-packages .row {
        margin: 48px 0
    }
}

.section-packages .row .package-card-list {
    margin-bottom: 70px
}

.section-packages .button-block {
    display: flex;
    justify-content: center
}

.package-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 36px;
    border-radius: 16px;
    border: 1px solid var(--c-grey);
    background: var(--c-white)
}

@media only screen and (max-width: 575.98px) {
    .package-card {
        padding: 36px 24px
    }
}

.package-card-info {
    color: var(--c-light-purple);
    line-height: 120%;
    margin: 24px 0
}

.package-card-price {
    position: relative;
    color: var(--c-dark-purple);
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -1.08px;
    z-index: 1;
    margin-bottom: 45px
}

.package-card-price::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 210px;
    height: 24px;
    border-radius: 4px;
    background: #ebe3fb;
    z-index: -1
}

@media only screen and (max-width: 1439.98px) {
    .package-card-price::after {
        width: 180px
    }
}

.package-card-list {
    padding-top: 40px;
    border-top: 1px solid var(--c-grey)
}

.package-card-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--c-dark-purple);
    line-height: 120%;
    margin-bottom: 16px
}

.package-card-list li img {
    min-width: 24px
}

.package-card .button {
    width: 100%;
    margin-bottom: 16px
}

.package-card-text {
    color: var(--c-light-purple);
    font-size: 14px;
    line-height: 120%
}

.section-partners {
    margin: 120px 0
}

@media only screen and (max-width: 1199.98px) {
    .section-partners {
        margin: 100px 0
    }
}

@media only screen and (max-width: 991.98px) {
    .section-partners {
        margin: 80px 0
    }
}

@media only screen and (max-width: 575.98px) {
    .section-partners {
        margin: 60px 0
    }
}

.section-partners .h2 {
    text-align: center;
    margin-bottom: 70px
}

@media only screen and (max-width: 575.98px) {
    .section-partners .h2 {
        margin-bottom: 50px
    }
}

.section-partners .wrapper-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.section-partners .wrapper-slider .swiper {
    width: 80%
}

.section-partners .wrapper-slider .swiper-wrapper {
    align-items: center
}

.section-partners .wrapper-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.pages {
    margin: 200px 0 0
}

.hero-region {
    /* background-image: url(../images/region-banner.png); */
    background-position: center;
    position: relative
}

.hero-region .button--gallery {
    position: absolute;
    bottom: 24px;
    right: 40px;
    border-radius: 100px;
    background: hsla(0, 0%, 100%, .9);
    color: var(--c-dark-purple);
    font-size: 16px;
    line-height: 120%
}

.hero-region .button--gallery:hover {
    background-color: var(--c-purple);
    color: var(--c-white)
}

.hero-region .button--gallery:hover svg path {
    stroke: var(--c-white)
}

@media only screen and (max-width: 575.98px) {
    .hero-region .button--gallery {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        padding: 4px 16px
    }

    .hero-region .button--gallery svg {
        width: 16px
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-region {
        width: 100%;
        margin: 0;
        border-radius: 0
    }
}

.bar {
    padding: 18px 0;
    border-bottom: 1px solid var(--c-grey)
}

@media only screen and (max-width: 575.98px) {
    .bar {
        border-bottom: 0;
        padding-bottom: 0
    }

    .bar .container {
        padding: 0
    }
}

.bar .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

@media only screen and (max-width: 991.98px) {
    .bar .wrapper {
        flex-wrap: wrap
    }
}

.bar .wrapper-back,
.bar .wrapper-share {
    max-width: 160px;
    width: 100%
}

@media only screen and (max-width: 991.98px) {

    .bar .wrapper-back,
    .bar .wrapper-share {
        max-width: unset;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media only screen and (max-width: 575.98px) {

    .bar .wrapper-back,
    .bar .wrapper-share {
        padding: 0 24px
    }
}

.bar .wrapper-back .button {
    padding: 8px 0;
    gap: 8px;
    color: var(--c-dark-purple);
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .12px;
    text-transform: uppercase;
    transition: .3s
}

.bar .wrapper-back .button svg rect,
.bar .wrapper-back .button svg path {
    transition: .3s
}

.bar .wrapper-back .button:hover {
    color: var(--c-purple)
}

.bar .wrapper-back .button:hover svg rect,
.bar .wrapper-back .button:hover svg path {
    stroke: var(--c-purple)
}

.bar .wrapper-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
    row-gap: 4px
}

@media only screen and (max-width: 1199.98px) {
    .bar .wrapper-menu {
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

@media only screen and (max-width: 991.98px) {
    .bar .wrapper-menu {
        justify-content: flex-start
    }
}

@media only screen and (max-width: 767.98px) {
    .bar .wrapper-menu {
        flex-wrap: unset;
        overflow: scroll;
        white-space: nowrap
    }
}

@media only screen and (max-width: 575.98px) {
    .bar .wrapper-menu {
        width: 100%;
        padding: 16px 24px;
        gap: 24px;
        border-top: 1px solid var(--c-grey);
        border-bottom: 1px solid var(--c-grey)
    }
}

.bar .wrapper-menu li a {
    display: inline-block;
    padding: 6px 0;
    color: var(--c-light-purple);
    font-size: 12px;
    line-height: 120%;
    letter-spacing: .12px;
    text-transform: uppercase;
    transition: .3s
}

.bar .wrapper-menu li a:hover {
    color: var(--c-purple)
}

.bar .wrapper-menu li a:focus {
    border-bottom: 2px solid var(--c-dark-purple)
}

.bar .wrapper-share {
    display: flex;
    justify-content: flex-end;
    gap: 8px
}

.bar .wrapper-share .button {
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    justify-content: c;
    padding: 0;
    border-radius: 100px
}

.section-overview {
    padding: 120px 0
}

@media only screen and (max-width: 1199.98px) {
    .section-overview {
        padding: 100px 0
    }
}

@media only screen and (max-width: 991.98px) {
    .section-overview {
        padding: 80px 0
    }
}

@media only screen and (max-width: 575.98px) {
    .section-overview {
        padding: 60px 0
    }
}

.section-overview .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px
}

@media only screen and (max-width: 991.98px) {
    .section-overview .row {
        flex-direction: column
    }
}

.section-overview .row-col {
    max-width: 613px;
    width: 100%
}

@media only screen and (max-width: 991.98px) {
    .section-overview .row-col {
        max-width: unset
    }
}

.section-overview .row-col .h2 {
    margin-bottom: 40px
}

.section-overview .row-col .fs-18 {
    color: var(--c-light-purple);
    margin-bottom: 16px
}

.section-overview .row-col .button {
    margin-top: 24px
}

.section-activities {
    background-image: url("../images/background-shape.png");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    background-size: cover;
    padding-bottom: 120px
}

@media only screen and (max-width: 1199.98px) {
    .section-activities {
        padding-bottom: 0;
        background-image: unset
    }
}

.section-activities .wrapper {
    padding: 64px;
    border-radius: 16px;
    background: var(--c-white);
    box-shadow: 0 18px 88px -4px rgba(24, 39, 75, .08)
}

@media only screen and (max-width: 767.98px) {
    .section-activities .wrapper {
        padding: 40px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-activities .wrapper {
        padding: 40px 24px
    }
}

.section-activities .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px
}

@media only screen and (max-width: 767.98px) {
    .section-activities .row {
        display: unset
    }
}

.section-activities .row .h2 {
    margin-bottom: 24px
}

.section-activities .row .tabs {
    flex-wrap: wrap;
    row-gap: 10px
}

@media only screen and (max-width: 767.98px) {
    .section-activities .row .button {
        margin: 24px 0 40px
    }
}

.section-activities .wrapper-slider {
    position: relative;
    height: 700px
}

@media only screen and (max-width: 767.98px) {
    .section-activities .wrapper-slider {
        height: 500px
    }
}

.section-activities .wrapper-slider .swiper {
    height: 100%
}

.section-activities .wrapper-slider .swiper-bottom {
    display: flex;
    gap: 64px
}

@media only screen and (max-width: 575.98px) {
    .section-activities .wrapper-slider .swiper-bottom {
        gap: 24px
    }
}

.section-activities .wrapper-slider .swiper .activities-button-prev,
.section-activities .wrapper-slider .swiper .activities-button-next {
    margin-top: -52px
}

.section-activities .wrapper-slider .swiper .swiper-progress {
    margin-top: -28px
}

@media only screen and (max-width: 575.98px) {
    .section-activities .wrapper-slider .swiper .swiper-progress {
        margin-top: -34px
    }
}

.section-activities .activity-card-1 {
    background-image: url("../images/activity-card-1.png")
}

.section-activities .activity-card-2 {
    background-image: url("../images/activity-card-2.png")
}

.section-activities .activity-card-3 {
    background-image: url("../images/activity-card-3.png")
}

.section-activities .activity-card-4 {
    background-image: url("../images/activity-card-4.png")
}

.section-now {
    padding: 120px 0
}

@media only screen and (max-width: 1199.98px) {
    .section-now {
        padding: 100px 0
    }
}

@media only screen and (max-width: 991.98px) {
    .section-now {
        padding: 80px 0
    }
}

@media only screen and (max-width: 575.98px) {
    .section-now {
        padding: 60px 0
    }
}

.section-now .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px
}

.section-now .wrapper-slider {
    position: relative;
    height: 700px
}

@media only screen and (max-width: 767.98px) {
    .section-now .wrapper-slider {
        height: 500px
    }
}

.section-now .wrapper-slider .swiper {
    height: 100%
}

.section-now .wrapper-slider .swiper-bottom {
    display: flex;
    gap: 100px
}

@media only screen and (max-width: 575.98px) {
    .section-now .wrapper-slider .swiper-bottom {
        gap: 30px
    }
}

.section-now .wrapper-slider .swiper-buttons {
    display: flex;
    margin-top: -52px;
    justify-content: end;
    gap: 10px
}

.section-now .wrapper-slider .swiper .swiper-progress {
    margin-top: -28px
}

@media only screen and (max-width: 575.98px) {
    .section-now .wrapper-slider .swiper .swiper-progress {
        margin-top: -34px
    }
}

.section-now .tour-card-5 {
    background-image: url(../images/tour-card-5.png)
}

.section-now .tour-card-6 {
    background-image: url(../images/tour-card-6.png)
}

.section-now .tour-card-7 {
    background-image: url(../images/tour-card-7.png)
}

.section-now .tour-card-8 {
    background-image: url(../images/tour-card-8.png)
}

.section-deal {
    background-image: url("../images/background-shape-2.png");
    background-repeat: no-repeat;
    padding: 120px 0
}

@media only screen and (max-width: 1199.98px) {
    .section-deal {
        padding: 100px 0
    }
}

@media only screen and (max-width: 991.98px) {
    .section-deal {
        padding: 80px 0
    }
}

@media only screen and (max-width: 575.98px) {
    .section-deal {
        padding: 60px 0
    }
}

.section-deal .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px
}

.section-deal .row-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

@media only screen and (max-width: 1439.98px) {
    .section-deal .row-2 {
        gap: 24px
    }
}

@media only screen and (max-width: 1199.98px) {
    .section-deal .row-2 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 991.98px) {
    .section-deal .row-2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 575.98px) {
    .section-deal .row-2 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.deal-card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .3s ease
}

.deal-card-top {
    width: 100%;
    height: 287px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px 16px 0 0;
    transition: transform .4s ease
}

.deal-card-top .fixed {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.deal-card-top .fixed .button--like {
    min-width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--c-white);
    margin-right: 30px
}

.deal-card-top .fixed .button--like {
    cursor: pointer;
    transition: transform .15s ease
}

.deal-card-top .fixed .button--like svg {
    transition: transform .2s ease
}

.deal-card-top .fixed .button--like .icon-filled {
    display: none
}

.deal-card-top .fixed .button--like.is-liked .icon-add {
    display: none
}

.deal-card-top .fixed .button--like.is-liked .icon-filled {
    display: block;
    color: var(--c-purple)
}

@keyframes like-bounce {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.25)
    }

    100% {
        transform: scale(1)
    }
}

.deal-card-top .fixed .button--like.is-animating svg {
    animation: like-bounce .3s ease
}

.deal-card-body {
    padding: 24px 30px;
    border-radius: 0 0 16px 16px;
    border: 1px solid var(--c-grey);
    background-color: var(--c-white);
    transition: background-color .5s ease, border-color .5s ease
}

@media only screen and (max-width: 575.98px) {
    .deal-card-body {
        padding: 24px
    }
}

.deal-card-body .location,
.deal-card-body .time {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--c-dark-purple);
    line-height: 120%
}

.deal-card-body .fs-18 {
    color: var(--c-dark-purple);
    margin: 16px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.deal-card-body .date,
.deal-card-body .text {
    color: var(--c-light-purple);
    line-height: 120%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.deal-card:hover .deal-card-body {
    background-color: #ebe3fb;
    border-color: #ebe3fb
}

.deal-card-1 {
    background-image: url("../images/deal-card-1.png")
}

.deal-card-2 {
    background-image: url("../images/deal-card-2.png")
}

.deal-card-3 {
    background-image: url("../images/deal-card-3.png")
}

.deal-card-4 {
    background-image: url("../images/deal-card-4.png")
}

.section-towns {
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
    padding: 120px 0
}

@media only screen and (max-width: 1199.98px) {
    .section-towns {
        padding: 100px 0;
        background-image: unset
    }
}

@media only screen and (max-width: 991.98px) {
    .section-towns {
        padding: 80px 0
    }
}

@media only screen and (max-width: 575.98px) {
    .section-towns {
        padding: 60px 0
    }
}

.section-towns .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px
}

.section-towns .wrapper-slider {
    position: relative;
    height: 700px
}

@media only screen and (max-width: 767.98px) {
    .section-towns .wrapper-slider {
        height: 500px
    }
}

.section-towns .wrapper-slider .swiper {
    height: 100%
}

.section-towns .wrapper-slider .swiper-bottom {
    display: flex;
    gap: 100px
}

@media only screen and (max-width: 575.98px) {
    .section-towns .wrapper-slider .swiper-bottom {
        gap: 30px
    }
}

.section-towns .wrapper-slider .swiper-buttons {
    display: flex;
    margin-top: -52px;
    justify-content: end;
    gap: 10px
}

.section-towns .wrapper-slider .swiper .swiper-progress {
    margin-top: -28px
}

@media only screen and (max-width: 575.98px) {
    .section-towns .wrapper-slider .swiper .swiper-progress {
        margin-top: -34px
    }
}

.section-towns .town-card-1 {
    background-image: url("../images/town-card-1.png")
}

.section-towns .town-card-2 {
    background-image: url("../images/town-card-2.png")
}

.section-towns .town-card-3 {
    background-image: url("../images/town-card-3.png")
}

.section-towns .town-card-4 {
    background-image: url("../images/town-card-4.png")
}

.like-wrapper {
    position: relative
}

.like-wrapper .like-dropdown {
    position: absolute;
    top: 40px;
    right: 0;
    width: 200px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    border-radius: 10px;
    padding: 16px;
    opacity: 0;
    transition: .2s ease;
    z-index: 10
}

.like-wrapper .like-dropdown-title {
    color: var(--c-dark-purple);
    margin-bottom: 12px
}

.like-wrapper .like-dropdown label {
    margin-bottom: 10px
}

.like-wrapper .like-dropdown label:first-child {
    margin-bottom: 16px
}

.like-wrapper .like-dropdown.active {
    opacity: 1
}

.like-wrapper .button--outline {
    width: 100%;
    padding: 8px 12px;
    margin-top: 8px;
    font-size: 14px
}

.hero-detail {
    height: 720px;
    margin: 0 64px
}

@media only screen and (max-width: 1199.98px) {
    .hero-detail {
        height: 650px
    }
}

@media only screen and (max-width: 991.98px) {
    .hero-detail {
        height: 570px;
        margin: 0 24px
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-detail {
        height: 100%
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-detail {
        margin: 0
    }
}

.hero-detail .wrapper {
    display: flex;
    gap: 12px;
    height: 100%
}

@media only screen and (max-width: 767.98px) {
    .hero-detail .wrapper {
        flex-direction: column
    }
}

.hero-detail .wrapper-left {
    position: relative;
    background-image: url("../images/boathouse-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 60px 70px
}

@media only screen and (max-width: 767.98px) {
    .hero-detail .wrapper-left {
        padding: 100px 40px
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-detail .wrapper-left {
        border-radius: 0;
        justify-content: center;
        text-align: center
    }
}

.hero-detail .wrapper-left .subtitle,
.hero-detail .wrapper-left .h1 {
    text-align: left
}

@media only screen and (max-width: 575.98px) {

    .hero-detail .wrapper-left .subtitle,
    .hero-detail .wrapper-left .h1 {
        text-align: center;
        margin-bottom: 12px
    }
}

.hero-detail .wrapper-left .h1 {
    margin-bottom: 8px
}

.hero-detail .wrapper-left .button--gallery {
    position: absolute;
    bottom: 24px;
    right: 40px;
    border-radius: 100px;
    background: hsla(0, 0%, 100%, .9);
    color: var(--c-dark-purple);
    font-size: 16px;
    line-height: 120%
}

.hero-detail .wrapper-left .button--gallery:hover {
    background-color: var(--c-purple);
    color: var(--c-white)
}

.hero-detail .wrapper-left .button--gallery:hover svg path {
    stroke: var(--c-white)
}

@media only screen and (max-width: 575.98px) {
    .hero-detail .wrapper-left .button--gallery {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
        padding: 4px 16px
    }

    .hero-detail .wrapper-left .button--gallery svg {
        width: 16px
    }
}

.hero-detail .wrapper-right {
    min-width: 242px;
    max-width: 242px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (max-width: 991.98px) {
    .hero-detail .wrapper-right {
        min-width: 200px;
        max-width: 200px
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-detail .wrapper-right {
        flex-direction: row;
        min-width: unset;
        max-width: unset;
        gap: 12px
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-detail .wrapper-right {
        padding: 0 24px
    }
}

.hero-detail .wrapper-right div {
    width: 100%;
    height: 232px
}

@media only screen and (max-width: 1199.98px) {
    .hero-detail .wrapper-right div {
        height: 210px
    }
}

@media only screen and (max-width: 991.98px) {
    .hero-detail .wrapper-right div {
        height: 180px
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-detail .wrapper-right div {
        height: 110px
    }
}

.hero-detail .wrapper-right div img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover
}

.section-info {
    padding: 64px 0 120px
}

@media only screen and (max-width: 1199.98px) {
    .section-info {
        padding: 64px 0 100px
    }
}

@media only screen and (max-width: 991.98px) {
    .section-info {
        padding: 64px 0 80px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-info {
        padding: 60px 0
    }
}

.section-info .wrapper {
    display: flex;
    gap: 50px
}

@media only screen and (max-width: 991.98px) {
    .section-info .wrapper {
        flex-direction: column
    }
}

.section-info .wrapper-left {
    width: 60%
}

@media only screen and (max-width: 1199.98px) {
    .section-info .wrapper-left {
        width: 50%
    }
}

@media only screen and (max-width: 991.98px) {
    .section-info .wrapper-left {
        width: 100%
    }
}

.section-info .wrapper-left .saved {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--c-dark-purple);
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.16px
}

.section-info .wrapper-left .saved span {
    color: var(--c-light-purple)
}

.section-info .wrapper-left .h3 {
    margin: 16px 0
}

.section-info .wrapper-left .link {
    display: inline-block;
    color: var(--c-dark-purple);
    line-height: 120%;
    text-decoration: underline;
    margin-bottom: 24px;
    transition: .3s
}

.section-info .wrapper-left .link:hover {
    color: var(--c-purple)
}

.section-info .wrapper-left .link img {
    margin-bottom: -8px
}

.section-info .wrapper-left .text {
    color: var(--c-light-purple);
    margin-bottom: 16px
}

.section-info .wrapper-left .button--simple {
    margin-bottom: 40px
}

.section-info .wrapper-left .highlights {
    padding-top: 40px;
    border-top: 1px solid var(--c-grey)
}

.section-info .wrapper-left .highlights .h3 {
    margin: 0 0 40px
}

@media only screen and (max-width: 575.98px) {
    .section-info .wrapper-left .highlights .h3 {
        margin: 0 0 24px
    }
}

.section-info .wrapper-left .highlights-videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.section-info .wrapper-left .highlights-videos__item {
    position: relative
}

.section-info .wrapper-left .highlights-videos__item .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.section-info .wrapper-left .highlights-videos__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 100px;
    background: rgba(0, 0, 0, .51);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

@media only screen and (max-width: 575.98px) {
    .section-info .wrapper-left .highlights-videos__item .icon {
        width: 35px;
        height: 35px
    }
}

.section-info .wrapper-left .highlights-videos__item:hover .icon {
    background-color: var(--c-purple)
}

.section-info .wrapper-right {
    width: 38%;
    display: flex;
    flex-direction: column;
    border-radius: 16px 16px 0 0
}

@media only screen and (max-width: 1199.98px) {
    .section-info .wrapper-right {
        width: 46%
    }
}

@media only screen and (max-width: 991.98px) {
    .section-info .wrapper-right {
        width: 100%
    }
}

.section-info .wrapper-right .map {
    width: 100%;
    height: 290px;
    border-radius: 16px 16px 0 0
}

.section-info .wrapper-right .info {
    padding: 24px;
    border-radius: 0 0 16px 16px;
    border: 1px solid var(--c-grey);
    background: var(--c-white)
}

.section-info .wrapper-right .facilities-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--c-light-purple);
    margin-bottom: 16px
}

.section-info .wrapper-right .details {
    border-top: 1px solid #dfdfdf;
    padding-top: 24px
}

.section-info .wrapper-right .details-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px
}

.section-info .wrapper-right .details-item .right .title {
    line-height: 120%;
    color: var(--c-light-purple);
    margin-bottom: 8px
}

.section-info .wrapper-right .details-item .right .text {
    line-height: 120%;
    color: var(--c-dark-purple)
}

.section-info .wrapper-right .buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 24px;
    margin-bottom: 24px
}

@media only screen and (max-width: 575.98px) {
    .section-info .wrapper-right .buttons {
        grid-template-columns: repeat(1, 1fr)
    }
}

.section-info .wrapper-right .button--purple {
    width: 100%
}

.section-insta {
    background-image: url("../images/background-shape.png");
    background-repeat: no-repeat;
    background-position-y: -350px;
    background-position-x: center;
    padding-top: 120px
}

@media(min-width: 1500px) {
    .section-insta {
        background-size: cover
    }
}

@media only screen and (max-width: 1199.98px) {
    .section-insta {
        padding-top: 100px
    }
}

@media only screen and (max-width: 991.98px) {
    .section-insta {
        padding-top: 80px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-insta {
        padding-top: 60px
    }
}

.section-insta .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px
}

.section-insta .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 991.98px) {
    .section-insta .wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 767.98px) {
    .section-insta .wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

.section-insta .wrapper div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-insta .wrapper .with-text {
    background-image: url("../images/insta-6.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px
}

@media only screen and (max-width: 1199.98px) {
    .section-insta .wrapper .with-text {
        padding: 20px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-insta .wrapper .with-text {
        gap: 10px
    }
}

.section-insta .wrapper .with-text p {
    color: var(--c-white);
    text-align: center;
    line-height: 120%
}

@media only screen and (max-width: 1439.98px) {
    .section-insta .wrapper .with-text p {
        font-size: 14px
    }
}

@media only screen and (max-width: 1199.98px) {
    .section-insta .wrapper .with-text p {
        font-size: 12px
    }
}

.gallery-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 96px;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    z-index: 9999
}

.gallery-overlay-close {
    position: absolute;
    top: 24px;
    right: 24px
}

.gallery-overlay .counter {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--c-white);
    font-size: 16px;
    line-height: 130%
}

.gallery-overlay .gallery-swiper {
    width: 80vw;
    height: 75vh
}

.gallery-overlay .gallery-swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.gallery-overlay .swiper-button-next,
.gallery-overlay .swiper-button-prev {
    color: var(--c-white);
    width: 44px;
    height: 44px;
    z-index: 99999;
    border: 0 !important;
    top: 50% !important;
    transform: translateY(-50%)
}

.gallery-overlay .swiper-button-next:hover,
.gallery-overlay .swiper-button-prev:hover {
    background-color: unset
}

.gallery-overlay .swiper-button-next::after,
.gallery-overlay .swiper-button-prev::after {
    font-size: 20px;
    color: var(--c-white)
}

.gallery-overlay .swiper-pagination {
    bottom: -40px !important
}

.gallery-overlay .swiper-pagination-bullet {
    background: var(--c-white);
    opacity: .4
}

.gallery-overlay .swiper-pagination-bullet-active {
    opacity: 1
}

.gallery-overlay .gallery-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.gallery-overlay.open {
    opacity: 1;
    pointer-events: auto
}

.event-detail .wrapper-left {
    background-image: url("../images/the-film-screening.png")
}

.event-section-info .sales-label {
    background: #ebe3fb;
    padding: 6px 8px;
    display: inline-block;
    color: var(--c-dark-purple)
}

.event-section-info .info-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px
}

.event-section-info .info-row img {
    border-radius: 100px
}

.event-section-info .info-row p {
    color: var(--c-light-purple);
    line-height: 120%
}

.event-section-info .description {
    margin: 40px 0;
    border-top: 1px solid var(--c-grey)
}

.event-section-info .description .h3 {
    margin: 40px 0
}

.event-section-info .wrapper-left .highlights-videos {
    display: block
}

.event-section-info .wrapper-left .highlights .row-1 {
    display: block;
    height: 600px;
    margin-bottom: 16px
}

@media only screen and (max-width: 1199.98px) {
    .event-section-info .wrapper-left .highlights .row-1 {
        height: 500px
    }
}

@media only screen and (max-width: 767.98px) {
    .event-section-info .wrapper-left .highlights .row-1 {
        height: 400px
    }
}

@media only screen and (max-width: 575.98px) {
    .event-section-info .wrapper-left .highlights .row-1 {
        height: 300px;
        margin-bottom: 8px
    }
}

.event-section-info .wrapper-left .highlights .row-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

@media only screen and (max-width: 575.98px) {
    .event-section-info .wrapper-left .highlights .row-2 {
        gap: 8px
    }
}

.event-section-info .wrapper-left .highlights .row-2 a {
    height: 140px
}

@media only screen and (max-width: 575.98px) {
    .event-section-info .wrapper-left .highlights .row-2 a {
        height: 100px
    }
}

.event-section-info .wrapper-right .info-title {
    color: var(--c-dark-purple);
    margin-bottom: 24px
}

.event-section-info .wrapper-right .buttons {
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 575.98px) {
    .event-section-info .wrapper-right .buttons {
        grid-template-columns: repeat(1, 1fr)
    }
}

.section-deal-detail {
    background-image: unset
}

.section-deal-detail .deal-card-top {
    height: 220px
}

.section-deal-detail .deal-card-body .label {
    background: #ebe3fb;
    padding: 6px 8px;
    display: inline-block;
    color: var(--c-dark-purple)
}

.section-deal-detail .deal-card-body .fs-18 {
    margin: 12px 0
}

.section-deal-detail .deal-card-body .date {
    margin: 12px 0
}

.section-deal-detail .deal-card-body .price {
    color: var(--c-light-purple);
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.16px
}

.signup {
    min-height: 100vh;
    display: flex
}

@media only screen and (max-width: 991.98px) {
    .signup {
        flex-direction: column
    }
}

.signup-title {
    color: var(--c-dark-purple);
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -1.08px
}

@media only screen and (max-width: 1199.98px) {
    .signup-title {
        font-size: 30px
    }
}

@media only screen and (max-width: 767.98px) {
    .signup-title {
        font-size: 24px
    }
}

.signup-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.signup-left {
    width: 60%;
    padding: 32px 24px 100px
}

@media only screen and (max-width: 1439.98px) {
    .signup-left {
        width: 50%
    }
}

@media only screen and (max-width: 991.98px) {
    .signup-left {
        width: 100%
    }
}

.signup-left form {
    max-width: 598px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 0 auto
}

@media only screen and (max-width: 575.98px) {
    .signup-left form {
        gap: 30px
    }
}

.signup-left .logo {
    margin-bottom: 16px
}

.signup-left .steps {
    display: flex;
    gap: 24px
}

.signup-left .steps a {
    color: var(--c-light-purple);
    line-height: 120%;
    opacity: .7
}

.signup-left .steps a.active {
    opacity: unset
}

.signup-left .partner-program .custom-radio-group,
.signup-left .atdw-listing .custom-radio-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px
}

.signup-left .partner-program .title,
.signup-left .partnership .title,
.signup-left .atdw-listing .title {
    margin-bottom: 16px
}

.signup-left .partnership .custom-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.signup-left .partnership .custom-radio-group .radio-label {
    flex-direction: row;
    padding: 26px 16px
}

.signup-left .partnership .custom-radio-group .radio-label .block {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.signup-left .business-name .title {
    margin-bottom: 12px
}

.signup-left .business-location .title {
    margin-bottom: 16px
}

.signup-left .business-location .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px
}

@media only screen and (max-width: 575.98px) {
    .signup-left .business-location .row {
        grid-template-columns: repeat(1, 1fr)
    }
}

.signup-left .contact .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px
}

@media only screen and (max-width: 575.98px) {
    .signup-left .contact .row {
        grid-template-columns: repeat(1, 1fr)
    }
}

.signup-left .business-details .radio-label {
    width: 100%;
    flex-direction: row
}

.signup-left .business-info .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 16px
}

@media only screen and (max-width: 575.98px) {
    .signup-left .business-info .row {
        grid-template-columns: repeat(1, 1fr)
    }
}

.signup-left .link {
    color: var(--c-purple)
}

.signup-right {
    background-image: url("../images/signup-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    min-height: 100vh;
    padding: 100px 50px
}

@media only screen and (max-width: 1439.98px) {
    .signup-right {
        width: 50%
    }
}

@media only screen and (max-width: 991.98px) {
    .signup-right {
        width: 100%;
        min-height: unset;
        padding: 100px 24px
    }
}

.signup-right .package-card {
    max-width: 416px;
    width: 100%;
    margin: 0 auto
}

.signup-right .package-card-list {
    margin-bottom: 40px
}

.modal-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .64);
    display: none;
    align-items: center;
    justify-content: center
}

.modal-overlay.active {
    display: flex
}

.modal {
    max-width: 892px;
    width: 100%;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    position: relative;
    border-radius: 24px;
    padding: 74px 24px 24px;
    margin: 16px
}

.modal-close {
    position: absolute;
    top: 24px;
    right: 24px
}

#signupModal .modal {
    background-image: url("../images/background-modal.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center
}

#signupModal .modal-content .icon {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 5px solid var(--c-purple);
    background: #ebe3fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 48px
}

#signupModal .modal-content .title {
    color: var(--c-dark-purple);
    font-family: "Barlow", sans-serif;
    text-align: center;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -1.08px;
    margin-bottom: 16px
}

#signupModal .modal-content .text {
    max-width: 638px;
    width: 100%;
    margin: 0 auto 64px;
    color: var(--c-light-purple);
    text-align: center
}

#signupModal .modal-content .text-2 {
    text-align: center;
    margin-bottom: 16px
}

#signupModal .modal-content .row {
    display: flex;
    gap: 22px
}

@media only screen and (max-width: 575.98px) {
    #signupModal .modal-content .row {
        flex-direction: column
    }
}

#signupModal .modal-content .row-col {
    border-radius: 16px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    padding: 24px 30px
}

@media only screen and (max-width: 575.98px) {
    #signupModal .modal-content .row-col {
        padding: 24px 20px
    }
}

#signupModal .modal-content .row-col-title {
    font-family: "Barlow", sans-serif
}

#signupModal .modal-content .row-col-text {
    color: var(--c-light-purple);
    margin: 16px 0
}

.signup-new .text {
    color: var(--c-light-purple);
    margin-top: 12px
}

.signup-new .form-block {
    margin-bottom: 16px
}

@media only screen and (max-width: 575.98px) {
    .signup-new .signup-left .contact .row {
        gap: 0
    }
}

.signup-new .signup-buttons {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px
}

.signup-new .signup-buttons .acc {
    color: var(--c-light-purple);
    line-height: 120%
}

.signup-new .signup-buttons .acc a {
    color: var(--c-purple);
    text-decoration: underline
}

.signup-new .signup-right {
    background-image: url("../images/signup-banner-2.png")
}

.signup-new .otp-inputs {
    display: flex;
    gap: 16px
}

.signup-new .otp-inputs input {
    width: 50px;
    height: 56px;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid var(--c-grey);
    outline: none
}

.signup-new .otp-inputs input:focus {
    border-color: var(--c-purple)
}

.hero-grey {
    padding: 120px 0 80px;
    border-top: 1px solid var(--c-grey);
    border-bottom: 1px solid var(--c-grey);
    background: #f4f4f4
}

@media only screen and (max-width: 575.98px) {
    .hero-grey {
        padding: 100px 0 60px
    }
}

.hero-grey-title span {
    color: var(--c-purple)
}

.hero-grey .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px
}

.hero-grey .wrapper .button {
    font-weight: 400
}

.filter-bar {
    border-bottom: 1px solid var(--c-grey);
    background: var(--c-white)
}

.filter-bar .wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

@media only screen and (max-width: 1199.98px) {
    .filter-bar .wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 0
    }
}

.filter-bar .wrapper-left {
    max-width: 500px;
    width: 100%;
    padding: 12px 0
}

@media only screen and (max-width: 1199.98px) {
    .filter-bar .wrapper-left {
        padding: 0
    }
}

.filter-bar .wrapper-right {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 1199.98px) {
    .filter-bar .wrapper-right {
        gap: 8px
    }
}

@media only screen and (max-width: 767.98px) {
    .filter-bar .wrapper-right {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap
    }
}

.filter-bar .wrapper-right .filter {
    min-width: 61px;
    color: var(--c-dark-purple);
    line-height: 120%;
    letter-spacing: -0.16px;
    margin-right: 24px
}

@media only screen and (max-width: 991.98px) {
    .filter-bar .wrapper-right .filter {
        display: none
    }
}

.filter-bar .wrapper-right .button--filter {
    width: -moz-max-content;
    width: max-content;
    color: var(--c-dark-purple);
    font-weight: 400;
    line-height: 120%;
    gap: 8px;
    padding: 29px 32px;
    border-right: 1px solid var(--c-grey)
}

.filter-bar .wrapper-right .button--filter:hover {
    background: #f9f6fe
}

@media only screen and (max-width: 1439.98px) {
    .filter-bar .wrapper-right .button--filter {
        padding: 29px 24px
    }
}

@media only screen and (max-width: 1199.98px) {
    .filter-bar .wrapper-right .button--filter {
        border: 1px solid var(--c-grey);
        border-radius: 8px;
        padding: 16px
    }
}

@media only screen and (max-width: 575.98px) {
    .filter-bar .wrapper-right .button--filter {
        padding: 10px 16px
    }
}

.filter-bar .wrapper-right .button--filter:nth-child(2) {
    border-left: 1px solid var(--c-grey)
}

.filter-bar .wrapper-right .button--filter span {
    color: var(--c-purple)
}

.filter-bar .search-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    padding: 14px 24px 14px 16px;
    transition: border .5s ease
}

.filter-bar .search-box:hover,
.filter-bar .search-box:focus {
    border: 1px solid var(--c-purple)
}

@media only screen and (max-width: 575.98px) {
    .filter-bar .search-box {
        padding: 8px 24px 8px 16px
    }
}

.filter-bar .search-box input {
    width: 100%;
    color: var(--c-light-purple);
    line-height: 120%;
    border: 0;
    outline: 0
}

@media only screen and (max-width: 575.98px) {
    .filter-bar .search-box input {
        font-size: 14px
    }
}

.filter-bar .search-box svg {
    min-width: 24px
}

.filter-dropdown {
    display: none;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 78px;
    border-radius: 16px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    box-shadow: 0 0 16.4px -4px rgba(24, 39, 75, .08);
    z-index: 1
}

@media only screen and (max-width: 1199.98px) {
    .filter-dropdown {
        top: 172px
    }
}

.filter-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px
}

@media only screen and (max-width: 767.98px) {
    .filter-dropdown-header {
        padding: 15px 20px;
        border-bottom: 1px solid var(--c-grey)
    }
}

.filter-dropdown-close {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid var(--c-purple);
    display: none
}

@media only screen and (max-width: 767.98px) {
    .filter-dropdown-close {
        display: flex
    }
}

.filter-dropdown-top {
    padding: 20px
}

@media only screen and (max-width: 767.98px) {
    .filter-dropdown-top {
        padding: 0
    }
}

.filter-dropdown-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-top: 24px;
    border-top: 1px solid var(--c-grey)
}

@media only screen and (max-width: 767.98px) {
    .filter-dropdown-bottom {
        justify-content: space-between
    }
}

.filter-dropdown-bottom .button--purple {
    height: 42px;
    font-size: 14px
}

.filter-dropdown.open {
    display: block
}

@media only screen and (max-width: 767.98px) {
    .filter-dropdown.open {
        position: fixed;
        top: 0;
        z-index: 13;
        width: 100%;
        height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: unset
    }
}

.categories-dropdown {
    right: 0
}

@media only screen and (max-width: 1199.98px) {
    .categories-dropdown {
        right: unset;
        left: 0
    }
}

@media only screen and (max-width: 767.98px) {
    .categories-dropdown {
        padding: 0
    }
}

.categories-dropdown ul {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 12px
}

@media only screen and (max-width: 767.98px) {
    .categories-dropdown ul {
        -moz-column-count: 1;
        column-count: 1;
        padding: 0 20px
    }
}

.categories-dropdown ul .custom-checkbox {
    font-size: 16px;
    color: var(--c-light-purple);
    margin-bottom: 12px
}

.categories-dropdown ul .custom-checkbox .checkmark {
    border: 1.2px solid var(--c-grey)
}

.location-dropdown {
    right: 29%
}

@media only screen and (max-width: 1199.98px) {
    .location-dropdown {
        right: unset;
        left: 0
    }
}

.location-dropdown .filter-dropdown-header {
    display: none
}

@media only screen and (max-width: 767.98px) {
    .location-dropdown .filter-dropdown-header {
        display: flex;
        margin-bottom: 0
    }
}

.location-dropdown .filter-tab {
    width: 464px;
    overflow: hidden
}

@media only screen and (max-width: 767.98px) {
    .location-dropdown .filter-tab {
        width: 100%
    }
}

.location-dropdown .filter-tab-buttons {
    width: 100%;
    display: flex;
    border-bottom: 1px solid var(--c-grey)
}

.location-dropdown .filter-tab-buttons .tab-btn {
    flex: 1;
    position: relative;
    padding: 20px 32px;
    color: var(--c-dark-purple);
    font-weight: 400
}

.location-dropdown .filter-tab-buttons .tab-btn.active {
    font-weight: 600
}

.location-dropdown .filter-tab-buttons .tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--c-dark-purple);
    border-radius: 10px;
    font-weight: 600
}

.location-dropdown .filter-tab-content {
    padding: 12px
}

.location-dropdown .filter-tab-content .tab-panel {
    display: none
}

.location-dropdown .filter-tab-content .tab-panel.active {
    display: block
}

.location-dropdown .filter-tab-content .search-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    padding: 8px 12px;
    margin-bottom: 12px
}

.location-dropdown .filter-tab-content .search-box input {
    width: 100%;
    color: var(--c-light-purple);
    opacity: .5;
    line-height: 120%;
    border: 0;
    outline: 0
}

@media only screen and (max-width: 575.98px) {
    .location-dropdown .filter-tab-content .search-box input {
        font-size: 14px
    }
}

.location-dropdown .filter-tab-content .search-box svg {
    min-width: 24px
}

.location-dropdown .filter-tab-content .custom-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    margin-bottom: 4px
}

.location-dropdown .filter-tab-content .custom-checkbox .checkmark {
    border: 1.3px solid var(--c-grey)
}

.location-dropdown .filter-tab-content .custom-checkbox .info {
    display: flex;
    align-items: center;
    gap: 12px
}

.location-dropdown .filter-tab-content .custom-checkbox .info-img {
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    border-radius: 100px
}

.location-dropdown .filter-tab-content .custom-checkbox .info-text {
    font-size: 16px;
    color: var(--c-dark-purple);
    line-height: 120%
}

.location-dropdown .filter-tab-content .custom-checkbox .info-text span {
    color: var(--c-light-purple);
    font-family: "DM Sans";
    font-size: 12px;
    line-height: 120%
}

.location-dropdown .filter-tab-content .custom-checkbox:has(input:checked) {
    border-radius: 8px;
    background-color: #f9f6fe
}

.location-dropdown .filter-tab-content .current-location .info-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebe3fb
}

.location-dropdown .filter-tab-content .other-location {
    color: var(--c-dark-purple);
    margin: 16px 0 16px 4px
}

.location-dropdown .filter-tab-content .locations {
    height: 380px;
    overflow-y: scroll
}

.location-dropdown .filter-tab-content .locations::-webkit-scrollbar {
    width: 5px
}

.location-dropdown .filter-tab-content .locations::-webkit-scrollbar-thumb {
    background-color: var(--c-grey);
    border-radius: 10px
}

.price-dropdown {
    right: 0
}

.price-dropdown .filter-dropdown-header {
    display: none
}

@media only screen and (max-width: 767.98px) {
    .price-dropdown .filter-dropdown-header {
        display: flex
    }
}

.price-dropdown .price {
    padding: 20px
}

@media only screen and (max-width: 767.98px) {
    .price-dropdown .price {
        padding: 0
    }
}

.price-dropdown .slider-container {
    max-width: 328px;
    width: 100%;
    height: 24px;
    position: relative;
    margin-bottom: 12px
}

@media only screen and (max-width: 767.98px) {
    .price-dropdown .slider-container {
        max-width: unset;
        width: calc(100% - 40px);
        padding: 0 20px;
        margin: 0 auto 12px
    }
}

.price-dropdown .range-base,
.price-dropdown .range-active {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 10px
}

.price-dropdown .range-base {
    background: var(--c-grey)
}

.price-dropdown .range-active {
    background: var(--c-dark-purple)
}

.price-dropdown .slider-container input[type=range] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 24px;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.price-dropdown .slider-container input[type=range]::-webkit-slider-runnable-track {
    height: 6px;
    background: rgba(0, 0, 0, 0)
}

.price-dropdown .slider-container input[type=range]::-moz-range-track {
    height: 6px;
    background: rgba(0, 0, 0, 0)
}

.price-dropdown .slider-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--c-white);
    border: 1px solid var(--c-grey);
    cursor: pointer;
    margin-top: -9px
}

.price-dropdown .slider-container input[type=range]::-moz-range-thumb {
    pointer-events: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--c-white);
    border: 1px solid var(--c-grey);
    cursor: pointer
}

.price-dropdown #minRange {
    z-index: 2
}

.price-dropdown #maxRange {
    z-index: 3
}

.price-dropdown .price-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 328px;
    gap: 16px
}

@media only screen and (max-width: 767.98px) {
    .price-dropdown .price-inputs {
        max-width: unset;
        width: 100%;
        padding: 0 20px
    }
}

.price-dropdown .price-inputs-field {
    max-width: 155px
}

@media only screen and (max-width: 767.98px) {
    .price-dropdown .price-inputs-field {
        max-width: unset;
        width: 100%
    }
}

.price-dropdown .price-inputs-field label {
    display: block;
    line-height: 120%;
    color: var(--c-dark-purple);
    margin-bottom: 12px
}

.price-dropdown .price-inputs-field input {
    width: 100%;
    border: 1px solid var(--c-grey);
    border-radius: 8px;
    padding: 10px 12px;
    outline: 0
}

.distance-dropdown {
    max-width: 360px;
    width: 100%;
    right: 0
}

@media only screen and (max-width: 767.98px) {
    .distance-dropdown {
        max-width: unset
    }
}

.distance-dropdown .filter-dropdown-header {
    display: none
}

@media only screen and (max-width: 767.98px) {
    .distance-dropdown .filter-dropdown-header {
        display: flex;
        margin-bottom: 0
    }
}

.distance-dropdown .filter-dropdown-bottom {
    margin-top: 0
}

.distance-dropdown .distance {
    width: 100%;
    padding: 20px
}

@media only screen and (max-width: 767.98px) {
    .distance-dropdown .distance {
        padding: 0
    }
}

.distance-dropdown .distance-label {
    color: var(--c-dark-purple);
    line-height: 120%;
    margin-bottom: 16px
}

@media only screen and (max-width: 767.98px) {
    .distance-dropdown .distance-label {
        margin: 20px 20px 16px
    }
}

.distance-dropdown .distance-slider {
    position: relative;
    width: 100%;
    height: 24px
}

@media only screen and (max-width: 767.98px) {
    .distance-dropdown .distance-slider {
        width: calc(100% - 40px);
        margin: 0 auto 16px
    }
}

.distance-dropdown .distance-slider-track {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    transform: translateY(-50%);
    background: var(--c-grey);
    border-radius: 50px;
    overflow: hidden
}

.distance-dropdown .distance-slider-track::before {
    content: "";
    position: absolute;
    height: 100%;
    width: var(--fill, 50%);
    background: var(--c-dark-purple);
    border-radius: 50px
}

.distance-dropdown .distance input[type=range] {
    width: 100%;
    -webkit-appearance: none;
    background: none;
    position: relative;
    z-index: 5
}

.distance-dropdown .distance input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--c-grey);
    cursor: pointer
}

.distance-dropdown .distance input[type=range]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: var(--c-white);
    border-radius: 50%;
    border: 1px solid var(--c-grey);
    cursor: pointer
}

.date-dropdown {
    right: 0
}

.date-dropdown .filter-dropdown-header {
    display: none
}

@media only screen and (max-width: 767.98px) {
    .date-dropdown .filter-dropdown-header {
        display: flex;
        margin-bottom: 0
    }
}

.date-dropdown .date-tab {
    width: 360px;
    overflow: hidden
}

@media only screen and (max-width: 767.98px) {
    .date-dropdown .date-tab {
        width: 100%
    }
}

.date-dropdown .date-tab-buttons {
    width: 100%;
    display: flex;
    border-bottom: 1px solid var(--c-grey)
}

.date-dropdown .date-tab-buttons .date-tab-btn {
    flex: 1;
    position: relative;
    padding: 20px 32px;
    color: var(--c-dark-purple);
    font-weight: 400
}

.date-dropdown .date-tab-buttons .date-tab-btn.active {
    font-weight: 600
}

.date-dropdown .date-tab-buttons .date-tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--c-dark-purple);
    border-radius: 10px;
    font-weight: 600
}

.date-dropdown .date-tab-content .date-tab-panel {
    display: none
}

.date-dropdown .date-tab-content .date-tab-panel .top {
    padding: 24px 16px
}

.date-dropdown .date-tab-content .date-tab-panel .top .custom-radio-group {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.date-dropdown .date-tab-content .date-tab-panel .top .custom-radio-group .radio-label {
    flex-direction: row;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: unset;
    color: var(--c-light-purple)
}

.date-dropdown .date-tab-content .date-tab-panel .top .custom-radio-group .radio-label:hover {
    background: unset
}

.date-dropdown .date-tab-content .date-tab-panel .bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-top: 1px solid var(--c-grey)
}

.date-dropdown .date-tab-content .date-tab-panel .bottom .button--purple {
    height: 42px;
    font-size: 14px
}

.date-dropdown .date-tab-content .date-tab-panel.active {
    display: block
}

.button--filter.open .arrow-icon {
    transform: rotate(180deg);
    transition: .3s ease
}

.deals {
    padding: 40px 0 120px
}

@media only screen and (max-width: 1199.98px) {
    .deals {
        padding: 40px 0 100px
    }
}

@media only screen and (max-width: 991.98px) {
    .deals {
        padding: 40px 0 80px
    }
}

@media only screen and (max-width: 575.98px) {
    .deals {
        padding: 40px 0 60px
    }
}

.deals-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px
}

@media only screen and (max-width: 575.98px) {
    .deals-header {
        margin-bottom: 24px
    }
}

.deals-header-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    overflow: auto
}

.deals-header-left .tag-filter {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--c-dark-purple);
    border-radius: 100px;
    border: 1px solid var(--c-grey);
    background: var(--c-white);
    padding: 4.5px 16px
}

.deals-header-left .tag-filter svg {
    cursor: pointer
}

.deals-header-right {
    display: flex;
    align-items: center;
    gap: 24px
}

.deals-header-right .select {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px
}

.deals-header-right .select::before {
    content: "";
    position: absolute;
    left: -12px;
    background-color: var(--c-grey);
    width: 1px;
    height: 16px
}

.deals-header-right .select .custom-select select {
    font-size: 14px
}

.deals-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 64px
}

@media only screen and (max-width: 1439.98px) {
    .deals-wrapper {
        gap: 24px
    }
}

@media only screen and (max-width: 1199.98px) {
    .deals-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 991.98px) {
    .deals-wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 48px
    }
}

@media only screen and (max-width: 575.98px) {
    .deals-wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 30px
    }
}

.clear-filters {
    min-width: 78px;
    color: var(--c-dark-purple);
    border-bottom: 1px solid var(--c-purple);
    padding: 2px 0;
    transition: .3s
}

.clear-filters:hover {
    color: var(--c-purple)
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px
}

.pagination-button {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: var(--c-dark-purple);
    line-height: 120%
}

.pagination-button.active {
    opacity: .8;
    background: var(--c-purple);
    color: var(--c-white)
}

.pagination-button.arrow {
    border: 1px solid var(--c-grey)
}

.events .deals-wrapper .deal-card-top {
    height: 219px
}

.events .deals-wrapper .deal-card .ticket {
    display: inline-block;
    background: #ebe3fb;
    color: var(--c-dark-purple);
    line-height: 17px;
    padding: 7.5px 8px;
    transition: .3s
}

.events .deals-wrapper .deal-card .fs-18,
.events .deals-wrapper .deal-card .text {
    margin: 12px 0
}

.events .deals-wrapper .deal-card .price {
    color: var(--c-light-purple);
    line-height: 120%;
    letter-spacing: -0.16px
}

.events .deals-wrapper .deal-card:hover .ticket {
    background: var(--c-purple);
    color: var(--c-white)
}

.section-info-deal .deal-provider {
    font-size: 16px;
    line-height: 24px;
    color: var(--c-dark-purple)
}

.section-info-deal .more-details {
    color: var(--c-dark-purple);
    margin-bottom: 16px
}

.section-info-deal .button--simple {
    font-weight: 500
}

.section-info-deal .deal-summary {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border: 1px solid var(--c-purple);
    margin-bottom: 24px
}

.section-info-deal .deal-summary .tag {
    font-size: 16px;
    padding: 12px;
    white-space: nowrap
}

.section-info-deal .wrapper-right .top {
    padding: 24px;
    border-radius: 16px 16px 0 0;
    border: 1px solid var(--c-grey);
    background: var(--c-white)
}

.section-info-deal .wrapper-right .top .fs-14 {
    margin-bottom: 4px
}

.section-info-deal .wrapper-right .map {
    border-radius: 0
}

#map-view iframe {
    width: 100%;
    height: 1000px;
    border-radius: 16px;
    border: 0
}

@media only screen and (max-width: 1439.98px) {
    #map-view iframe {
        height: 800px
    }
}

@media only screen and (max-width: 1199.98px) {
    #map-view iframe {
        height: 700px
    }
}

@media only screen and (max-width: 991.98px) {
    #map-view iframe {
        height: 500px
    }
}

.calendar-wrapper {
    padding: 16px 16px 24px
}

.calendar-wrapper #calendar {
    display: none
}

.calendar-wrapper .flatpickr-calendar {
    width: 100% !important;
    background: unset !important;
    border: 0 !important;
    box-shadow: unset !important
}

.calendar-wrapper .flatpickr-month {
    margin-bottom: 12px
}

.calendar-wrapper span.flatpickr-weekday {
    color: var(--c-light-purple);
    font-weight: 400;
    font-size: 12px
}

.calendar-wrapper .flatpickr-rContainer {
    margin: 0 auto
}

.calendar-wrapper .flatpickr-months .flatpickr-prev-month:hover svg,
.calendar-wrapper .flatpickr-months .flatpickr-next-month:hover svg {
    fill: var(--c-purple)
}

.calendar-wrapper .flatpickr-day {
    font-size: 16px;
    color: var(--c-dark-purple);
    border-radius: 8px !important
}

.calendar-wrapper .flatpickr-day.selected,
.calendar-wrapper .flatpickr-day.startRange,
.calendar-wrapper .flatpickr-day.endRange,
.calendar-wrapper .flatpickr-day.selected.inRange,
.calendar-wrapper .flatpickr-day.startRange.inRange,
.calendar-wrapper .flatpickr-day.endRange.inRange,
.calendar-wrapper .flatpickr-day.selected:focus,
.calendar-wrapper .flatpickr-day.startRange:focus,
.calendar-wrapper .flatpickr-day.endRange:focus,
.calendar-wrapper .flatpickr-day.selected:hover,
.calendar-wrapper .flatpickr-day.startRange:hover,
.calendar-wrapper .flatpickr-day.endRange:hover,
.calendar-wrapper .flatpickr-day.selected.prevMonthDay,
.calendar-wrapper .flatpickr-day.startRange.prevMonthDay,
.calendar-wrapper .flatpickr-day.endRange.prevMonthDay,
.calendar-wrapper .flatpickr-day.selected.nextMonthDay,
.calendar-wrapper .flatpickr-day.startRange.nextMonthDay,
.calendar-wrapper .flatpickr-day.endRange.nextMonthDay {
    background-color: var(--c-dark-purple);
    border-radius: 8px !important;
    color: var(--c-white);
    border: 0
}

.calendar-wrapper .flatpickr-day.today {
    border-color: #dfdfdf
}

.calendar-wrapper .flatpickr-day.today:hover,
.calendar-wrapper .flatpickr-day.today:focus {
    border-color: 0;
    background-color: var(--c-dark-purple);
    color: var(--c-white)
}

.calendar-wrapper .flatpickr-current-month {
    font-size: 16px !important
}

.calendar-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months,
.calendar-wrapper .flatpickr-current-month .numInputWrapper {
    border: 1px solid #dfdfdf !important;
    border-radius: 8px !important
}

.calendar-wrapper .flatpickr-current-month .flatpickr-monthDropdown-months {
    margin-right: 8px
}

.calendar-wrapper .flatpickr-current-month .numInputWrapper {
    padding: 1px 0
}

.hero-contact {
    padding: 120px 0 80px;
    border-bottom: 1px solid var(--c-grey);
    border-top: 1px solid var(--c-grey);
    background: #f4f4f4;
    margin-bottom: 120px
}

@media only screen and (max-width: 1199.98px) {
    .hero-contact {
        padding: 100px 0 80px;
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 991.98px) {
    .hero-contact {
        padding: 80px 0;
        margin-bottom: 80px
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-contact {
        padding: 60px 0;
        margin-bottom: 60px
    }
}

.hero-contact-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px
}

@media only screen and (max-width: 991.98px) {
    .hero-contact-wrapper {
        flex-direction: column
    }
}

.hero-contact-wrapper .info {
    max-width: 609px;
    width: 100%
}

@media only screen and (max-width: 991.98px) {
    .hero-contact-wrapper .info {
        max-width: unset
    }
}

.hero-contact-wrapper .info-title {
    margin-bottom: 12px
}

.hero-contact-wrapper .info-text {
    color: var(--c-light-purple);
    margin-bottom: 40px
}

.hero-contact-wrapper .info-item {
    color: var(--c-dark-purple);
    margin-bottom: 40px
}

@media only screen and (max-width: 575.98px) {
    .hero-contact-wrapper .info-item {
        margin-bottom: 24px
    }
}

.hero-contact-wrapper .info-item-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px
}

.hero-contact-wrapper .info-item a:hover {
    color: var(--c-purple)
}

.hero-contact-wrapper .info-links {
    display: flex;
    gap: 8px
}

.hero-contact-wrapper .info-links li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid var(--c-dark-purple);
    transition: .3s
}

.hero-contact-wrapper .info-links li a:hover {
    background-color: var(--c-purple);
    border-color: var(--c-purple)
}

.hero-contact-wrapper .info-links li a:hover img {
    filter: brightness(0) invert(1)
}

.hero-contact-wrapper .form {
    max-width: 723px;
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    background: var(--c-white)
}

@media only screen and (max-width: 991.98px) {
    .hero-contact-wrapper .form {
        max-width: unset
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-contact-wrapper .form {
        padding: 30px
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-contact-wrapper .form {
        padding: 24px 20px
    }
}

.hero-contact-wrapper .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

@media only screen and (max-width: 1199.98px) {
    .hero-contact-wrapper .form-row {
        grid-template-columns: repeat(1, 1fr)
    }
}

.hero-contact-wrapper .form textarea {
    width: 100%;
    height: 88px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #d3d6e0;
    background: var(--c-white);
    font-size: 16px;
    resize: none;
    outline: 0
}

.hero-contact-wrapper .form-button {
    display: flex;
    justify-content: flex-end
}

.section-legal {
    padding: 100px 0
}

@media only screen and (max-width: 991.98px) {
    .section-legal {
        padding: 80px 0
    }
}

@media only screen and (max-width: 575.98px) {
    .section-legal {
        padding: 60px 0
    }
}

.section-legal-subtitle {
    font-size: 20px;
    line-height: 30px;
    color: var(--c-dark-purple);
    margin-bottom: 16px
}

@media only screen and (max-width: 575.98px) {
    .section-legal-subtitle {
        font-size: 18px;
        line-height: 28px
    }
}

.section-legal-subtitle::before {
    content: counter(legal-section) ". ";
    font-weight: 600
}

.section-legal-row {
    counter-increment: legal-section;
    counter-reset: legal-subsection;
    margin-bottom: 40px
}

.section-legal-row:last-child {
    margin-bottom: 0
}

.section-legal-row ol li,
.section-legal-row ul li {
    color: var(--c-dark-purple);
    line-height: 24px;
    margin-bottom: 8px
}

.section-legal-row ol {
    margin-left: 20px
}

.section-legal-row ol>li {
    counter-increment: legal-subsection;
    position: relative;
    padding-left: 32px
}

.section-legal-row ol>li::before {
    content: counter(legal-section) "." counter(legal-subsection) ".";
    position: absolute;
    left: 0;
    font-weight: 600;
    color: var(--c-dark-purple);
    line-height: 24px
}

.section-legal-row .ol-2>li {
    padding-left: 40px
}

.section-legal-row ul {
    list-style: disc;
    margin-top: 8px;
    margin-left: 16px
}

.section-legal .text {
    color: var(--c-dark-purple);
    line-height: 24px
}

.section-privacy {
    padding: 100px 0
}

@media only screen and (max-width: 991.98px) {
    .section-privacy {
        padding: 80px 0
    }
}

@media only screen and (max-width: 575.98px) {
    .section-privacy {
        padding: 60px 0
    }
}

.section-privacy-subtitle {
    font-size: 20px;
    line-height: 30px;
    color: var(--c-dark-purple);
    margin-bottom: 16px
}

@media only screen and (max-width: 575.98px) {
    .section-privacy-subtitle {
        font-size: 18px;
        line-height: 28px
    }
}

.section-privacy-row {
    margin-bottom: 40px
}

.section-privacy-row:last-child {
    margin-bottom: 0
}

.section-privacy-row ul {
    list-style: disc;
    margin-top: 8px;
    margin-left: 24px
}

.section-privacy-row ul li {
    color: var(--c-dark-purple);
    line-height: 24px;
    margin-bottom: 8px
}

.section-privacy .text {
    color: var(--c-dark-purple);
    line-height: 24px
}

.section-privacy .mb-8 {
    margin-bottom: 12px
}

.explore-region-wrapper {
    padding-bottom: 120px
}

.explore-region-wrapper:first-child {
    padding-top: 40px
}

@media only screen and (max-width: 1199.98px) {
    .explore-region-wrapper {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 991.98px) {
    .explore-region-wrapper {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 575.98px) {
    .explore-region-wrapper {
        padding-bottom: 60px
    }
}

.explore-region-wrapper .h4 {
    margin-bottom: 40px
}

.explore-region-wrapper .h4 span {
    color: var(--c-purple)
}

.explore-region-wrapper .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

@media only screen and (max-width: 1199.98px) {
    .explore-region-wrapper .row {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px
    }
}

@media only screen and (max-width: 991.98px) {
    .explore-region-wrapper .row {
        gap: 24px
    }
}

@media only screen and (max-width: 767.98px) {
    .explore-region-wrapper .row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 575.98px) {
    .explore-region-wrapper .row {
        grid-template-columns: repeat(1, 1fr)
    }
}

.explore-region-wrapper .row-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: var(--c-white);
    transition: .3s
}

.explore-region-wrapper .row-card .image {
    width: 100%;
    border-radius: 16px 16px 0 0
}

.explore-region-wrapper .row-card .title {
    padding: 20px 30px 24px 30px;
    border: 1px solid var(--c-grey);
    border-radius: 0 0 16px 16px;
    transition: .3s
}

.explore-region-wrapper .row-card .title p {
    color: var(--c-dark-purple)
}

.explore-region-wrapper .row-card:hover .title {
    background-color: #ebe3fb;
    border-color: #ebe3fb
}

.hero-profile {
    padding: 60px 0
}

@media only screen and (max-width: 575.98px) {
    .hero-profile {
        padding: 32px 0
    }
}

.hero-profile .wrapper {
    justify-content: flex-start;
    gap: 12px
}

.hero-profile .wrapper .avatar {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 100px;
    background: var(--c-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-white);
    font-size: 21px;
    line-height: 130%;
    letter-spacing: -0.42px
}

.section-profile {
    padding: 60px 0 120px
}

@media only screen and (max-width: 1199.98px) {
    .section-profile {
        padding: 60px 0 100px
    }
}

@media only screen and (max-width: 991.98px) {
    .section-profile {
        padding: 60px 0 80px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-profile {
        padding: 60px 0
    }
}

.section-profile-wrapper {
    display: flex;
    gap: 78px
}

@media only screen and (max-width: 1199.98px) {
    .section-profile-wrapper {
        gap: 50px
    }
}

.section-profile .profile-tabs {
    max-width: 305px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media only screen and (max-width: 767.98px) {
    .section-profile .profile-tabs {
        max-width: unset
    }
}

.section-profile .profile-tabs .tab {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--c-light-purple);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .14px;
    padding: 16px 8px;
    cursor: pointer;
    border-radius: 8px;
    transition: .3s
}

.section-profile .profile-tabs .tab:hover {
    background: #ebe3fb
}

.section-profile .profile-tabs .tab.active {
    background: #ebe3fb
}

.section-profile .profile-tabs.hidden {
    display: none
}

.section-profile .title {
    color: var(--c-dark-purple);
    font-family: "Barlow", sans-serif;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.96px
}

@media only screen and (max-width: 1199.98px) {
    .section-profile .title {
        font-size: 30px
    }
}

@media only screen and (max-width: 575.98px) {
    .section-profile .title {
        font-size: 26px
    }
}

.section-profile .tab-content {
    display: none;
    width: 100%
}

@media only screen and (max-width: 767.98px) {
    .section-profile .tab-content {
        position: fixed;
        top: var(--header-height);
        left: 0;
        width: 100%;
        height: calc(100vh - var(--header-height));
        background: #fff;
        overflow-y: auto;
        padding: 40px 20px;
        z-index: 20;
        transform: translateY(100%);
        transition: transform .3s ease
    }
}

.section-profile .tab-content .back-to-profile {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    margin-bottom: 20px
}

@media only screen and (max-width: 767.98px) {
    .section-profile .tab-content .back-to-profile {
        display: flex
    }
}

.section-profile .tab-content .title {
    margin-bottom: 28px
}

.section-profile .tab-content .info-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

@media only screen and (max-width: 991.98px) {
    .section-profile .tab-content .info-row {
        grid-template-columns: repeat(1, 1fr)
    }
}

.section-profile .tab-content .info-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

@media only screen and (max-width: 767.98px) {
    .section-profile .tab-content .info-button {
        justify-content: flex-start
    }
}

.section-profile .tab-content .change-password-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px
}

@media only screen and (max-width: 767.98px) {
    .section-profile .tab-content .change-password-button {
        justify-content: flex-start
    }
}

.section-profile .tab-content .empty-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 0;
    border-radius: 16px;
    background: var(--c-white);
    box-shadow: 0 18px 88px -4px rgba(24, 39, 75, .08)
}

.section-profile .tab-content .empty-box .h4 {
    color: var(--c-dark-purple)
}

.section-profile .tab-content .empty-box .text {
    color: var(--c-light-purple);
    margin: 16px 0
}

.section-profile .tab-content .favorites-top,
.section-profile .tab-content .list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px
}

.section-profile .tab-content .favorites-top .title,
.section-profile .tab-content .list-top .title {
    margin-bottom: 0
}

.section-profile .tab-content.active {
    display: block
}

@media only screen and (max-width: 767.98px) {
    .section-profile .tab-content.active {
        transform: translateY(0)
    }
}

.section-profile .deal-card:hover .deal-card-body {
    border: 1px solid var(--c-grey);
    background-color: var(--c-white)
}

.section-profile .deal-card-top .fixed .button--like:hover {
    background: var(--c-white)
}

.section-profile .deal-card .button {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 16px
}

.fav-tabs,
.list-tabs {
    display: flex;
    gap: 24px;
    margin-bottom: 24px
}

.fav-tabs .fav-tab,
.fav-tabs .list-tab,
.list-tabs .fav-tab,
.list-tabs .list-tab {
    color: var(--c-light-purple);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .14px;
    text-transform: uppercase;
    padding: 6px 0;
    cursor: pointer;
    transition: .3s
}

.fav-tabs .fav-tab:hover,
.fav-tabs .list-tab:hover,
.list-tabs .fav-tab:hover,
.list-tabs .list-tab:hover {
    color: var(--c-purple)
}

.fav-tabs .fav-tab.active,
.fav-tabs .list-tab.active,
.list-tabs .fav-tab.active,
.list-tabs .list-tab.active {
    color: var(--c-purple);
    font-weight: 700;
    border-bottom: 2px solid var(--c-purple)
}

.fav-tab-content,
.list-tab-content {
    display: none
}

.fav-tab-content.active,
.list-tab-content.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

@media only screen and (max-width: 1439.98px) {

    .fav-tab-content.active,
    .list-tab-content.active {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 1199.98px) {

    .fav-tab-content.active,
    .list-tab-content.active {
        gap: 24px
    }
}

@media only screen and (max-width: 991.98px) {

    .fav-tab-content.active,
    .list-tab-content.active {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media only screen and (max-width: 767.98px) {

    .fav-tab-content.active,
    .list-tab-content.active {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 575.98px) {

    .fav-tab-content.active,
    .list-tab-content.active {
        grid-template-columns: repeat(1, 1fr)
    }
}

#createListModal .modal {
    max-width: 536px;
    padding: 24px 32px 32px;
    background-color: var(--c-white)
}

#createListModal .modal .form-block {
    margin: 32px 0
}

#createListModal .modal .button--purple {
    width: 100%
}

.section-list .wrapper-header .back-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0
}

.section-list .wrapper-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0
}

.section-list .wrapper-title .button--outline {
    padding: 11px 15px
}

.section-list .wrapper-title .button--outline:hover svg path {
    fill: var(--c-white)
}

.section-list .wrapper-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

@media only screen and (max-width: 1199.98px) {
    .section-list .wrapper-row {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (max-width: 991.98px) {
    .section-list .wrapper-row {
        gap: 24px
    }
}

@media only screen and (max-width: 767.98px) {
    .section-list .wrapper-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 575.98px) {
    .section-list .wrapper-row {
        grid-template-columns: repeat(1, 1fr)
    }
}

.more-box {
    position: absolute;
    top: 60px;
    right: 0;
    max-width: 196px;
    width: 100%;
    padding: 18px 16px;
    border-radius: 8px;
    border-bottom: 1px solid var(--c-grey);
    background: var(--c-white);
    box-shadow: 0 4px 13.4px 0 rgba(144, 144, 144, .15);
    display: none
}

.more-box .button {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    padding: 8.5px 8px;
    margin-bottom: 8px
}

.more-box .button:last-child {
    margin-bottom: 0
}

.more-box .button:hover {
    border-radius: 8px;
    background: #ebe3fb
}

.more-box.is-open {
    display: block
}