*:not(img),
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    touch-action: manipulation
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
    overflow-x: hidden
}

html,
body,
pre {
    padding: 0;
    margin: 0
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

button,
select {
    text-transform: none
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

pre {
    overflow: auto
}

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

table th,
table td {
    padding: 0
}

[hidden],
#template,
template {
    display: none
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    font-size: 16px;
    overflow-x: hidden;
    font-family: "Geologica", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #0d111f;
    scroll-behavior: smooth
}

body {
    position: relative;
    display: flex;
    max-width: 100vw;
    flex-direction: column;
    overflow-x: hidden
}

button {
    font-family: "Geologica", sans-serif
}

.container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1590px
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.breadcrumbs a {
    font-size: 14px;
    line-height: 1.238;
    color: #fff
}

.breadcrumbs a:active,
.breadcrumbs a:visited {
    color: #fff
}

.breadcrumbs a:last-child {
    color: #b8c1d2
}

.breadcrumbs a:last-child:active,
.breadcrumbs a:last-child:visited {
    color: #b8c1d2
}

button {
    font-family: inherit
}

.gsap-reveal {
    display: block
}

.hidden-cursor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50000;
    display: block;
    pointer-events: none
}

.hidden-cursor__in {
    background-color: #212128;
    width: 89px;
    height: 89px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transform: scale(0);
    transition: .5s cubic-bezier(0.51, 0.23, 0.42, 1.13)
}

.hidden-cursor--active {
    transition: 100ms linear
}

.hidden-cursor--active .hidden-cursor__in {
    transform: scale(1)
}

.hidden-cursor svg:first-child {
    transform-origin: center;
    transform: rotateZ(180deg)
}

.cursor-change {
    position: relative;
    z-index: 1;
    cursor: none
}

.dark-wrapper {
    background-color: #0d0d10;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px
}

@media screen and (max-width: 1370px) {
    .dark-wrapper {
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px
    }
}

.section-head {
    position: relative;
    margin-bottom: 43px
}

.section-head h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff
}

@media screen and (max-width: 1445px) {
    .section-head h2 {
        font-size: 44px
    }
}

@media screen and (max-width: 1370px) {
    .section-head h2 {
        font-size: 42px
    }
}

@media screen and (max-width: 1275px) {
    .section-head h2 {
        font-size: 38px
    }
}

@media screen and (max-width: 1000px) {
    .section-head h2 {
        font-size: 36px
    }
}

@media screen and (max-width: 780px) {
    .section-head h2 {
        font-size: 34px
    }
}

@media screen and (max-width: 560px) {
    .section-head h2 {
        font-size: 32px
    }
}

.section-head__stroke {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 128px;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, .02);
    pointer-events: none
}

@media screen and (max-width: 1445px) {
    .section-head__stroke {
        font-size: 114px
    }
}

@media screen and (max-width: 1370px) {
    .section-head__stroke {
        font-size: 104px
    }
}

@media screen and (max-width: 1275px) {
    .section-head__stroke {
        font-size: 94px
    }
}

@media screen and (max-width: 1000px) {
    .section-head__stroke {
        font-size: 84px
    }
}

@media screen and (max-width: 780px) {
    .section-head__stroke {
        font-size: 74px
    }
}

@media screen and (max-width: 560px) {
    .section-head__stroke {
        font-size: 64px
    }
}

.banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    max-height: 987px;
    box-sizing: border-box;
    padding-bottom: 87px;
    aspect-ratio: 1.884;
    background-image: url("../img/new_site/Expo2025.jpg");
    background-size: 104% auto;
    background-position: center;
    animation: bgZoom 800ms ease-in-out;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px
}

@keyframes bgZoom {
    0% {
        background-size: 110% auto
    }

    100% {
        background-size: 104% auto
    }
}

@media screen and (max-width: 1370px) {
    .banner {
        height: 702px;
        background-size: cover
    }
}

.banner__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
    height: 100%
}

@media screen and (max-width: 1000px) {
    .banner__container {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 10px
    }
}

.banner__text {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff
}

.banner__title {
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: #fff;
    text-align: right;
    margin: 0
}

@media screen and (max-width: 1000px) {
    .banner__title {
        text-align: center
    }
}

.banner__title--small {
    display: block;
    font-size: 128px;
    line-height: 1;
    transform: translateY(95%);
    margin-right: 50px;
}

@media screen and (max-width: 1720px) {
    .banner__title--small {
        font-size: 112px
    }
}

@media screen and (max-width: 1445px) {
    .banner__title--small {
        font-size: 100px
    }
}

@media screen and (max-width: 1370px) {
    .banner__title--small {
        font-size: 88px
    }
}

@media screen and (max-width: 1275px) {
    .banner__title--small {
        font-size: 76px;
        transform: translateY(110%)
    }
}

@media screen and (max-width: 1000px) {
    .banner__title--small {
        font-size: 64px;
        transform: translateY(120%)
    }
}

@media screen and (max-width: 780px) {
    .banner__title--small {
        font-size: 52px;
        transform: translateY(130%);
        line-height: 0.7;
    }
}

@media screen and (max-width: 560px) {
    .banner__title--small {
        font-size: 40px;
        transform: translateY(140%)
    }
}

.banner__title--big {
    display: block;
    font-size: 300px;
    line-height: 1.25;
    transform: translateX(-2.8%)
}

@media screen and (max-width: 1720px) {
    .banner__title--big {
        font-size: 260px
    }
}

@media screen and (max-width: 1445px) {
    .banner__title--big {
        font-size: 230px
    }
}

@media screen and (max-width: 1370px) {
    .banner__title--big {
        font-size: 200px
    }
}

@media screen and (max-width: 1275px) {
    .banner__title--big {
        font-size: 160px;
        transform: translateX(0%)
    }
}

@media screen and (max-width: 1000px) {
    .banner__title--big {
        font-size: 130px
    }
}

@media screen and (max-width: 780px) {
    .banner__title--big {
        font-size: 110px
    }
}

@media screen and (max-width: 560px) {
    .banner__title--big {
        font-size: 96px
    }
}

.banner .plane {
    position: absolute;
    bottom: -7%;
    left: 27%;
    width: 378px;
    height: 438px
}

@media screen and (max-width: 1000px) {
    .banner .plane {
        left: 5%;
        bottom: 3%
    }
}

.banner .plane__line {
    position: absolute;
    top: 0%;
    left: 0%
}

.banner .plane__body {
    position: absolute;
    top: 74%;
    left: .2%
}

.section-video {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding-top: 60px;
    padding-bottom: 140px
}

@media screen and (max-width: 1445px) {
    .section-video {
        padding-top: 110px;
        padding-bottom: 130px
    }
}

@media screen and (max-width: 1370px) {
    .section-video {
        padding-top: 90px;
        padding-bottom: 120px
    }
}

@media screen and (max-width: 1275px) {
    .section-video {
        padding-top: 70px;
        padding-bottom: 110px
    }
}

@media screen and (max-width: 1000px) {
    .section-video {
        padding-top: 50px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 780px) {
    .section-video {
        padding-top: 30px;
        padding-bottom: 90px
    }
}

@media screen and (max-width: 560px) {
    .section-video {
        padding-top: 10px;
        padding-bottom: 80px
    }
}

.section-video__container {
    position: relative
}

.section-video__mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1471px;
    aspect-ratio: 2.25;
    background-image: url("../img/new_site/video-banner..png");
    filter: blur(10px);
    background-color: rgba(0, 0, 0, .25);
    border-radius: 90px;
    opacity: .2;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 1370px) {
    .section-video__mask {
        aspect-ratio: 1.8
    }
}

@media screen and (max-width: 1000px) {
    .section-video__mask {
        aspect-ratio: 1.6
    }
}

.section-video__content {
    position: relative;
    padding-bottom: 102px
}

.section-video__text {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 81px
}

@media screen and (max-width: 1370px) {
    .section-video__text {
        padding-left: 40px
    }
}

@media screen and (max-width: 1000px) {
    .section-video__text {
        padding-left: 20px
    }
}

.section-video__text h2 {
    font-size: 128px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 1.0;
    margin-bottom: 20px;
    display: inline-block
}

@media screen and (max-width: 1445px) {
    .section-video__text h2 {
        font-size: 102px
    }
}

@media screen and (max-width: 1370px) {
    .section-video__text h2 {
        font-size: 88px
    }
}

@media screen and (max-width: 1275px) {
    .section-video__text h2 {
        font-size: 76px
    }
}

@media screen and (max-width: 1000px) {
    .section-video__text h2 {
        font-size: 68px
    }
}

@media screen and (max-width: 780px) {
    .section-video__text h2 {
        font-size: 52px
    }
}

@media screen and (max-width: 560px) {
    .section-video__text h2 {
        font-size: 40px
    }
}

.section-video__text p {
    font-size: 24px;
    font-weight: 100;
    margin: 0;
    color: #fff;
    line-height: 1.5
}

@media screen and (max-width: 1370px) {
    .section-video__text p {
        font-size: 22px
    }
}

@media screen and (max-width: 1000px) {
    .section-video__text p {
        font-size: 20px
    }
}

.section-video .video {
    position: relative;
    width: 100%;
    border-radius: 45px;
    overflow: hidden
}

.section-video .video video {
    width: 100%;
}

@media screen and (max-width: 1370px) {
    .section-video .video video {
        aspect-ratio: 1.8;
        border-radius: 45px
    }
}

@media screen and (max-width: 1000px) {
    .section-video .video video {
        aspect-ratio: 1.6
    }
}

.section-video .video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0
}

.section-video .video__btn svg {
    display: block;
    max-height: 700px;
}

.hashtags {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    overflow: hidden
}

.hashtags__line {
    position: relative;
    display: flex;
    width: fit-content
}

.hashtags__row {
    display: flex;
    gap: 60px;
    align-items: center;
    font-size: 48px;
    font-weight: 100;
    line-height: 1.5;
    animation: line 80s linear infinite;
    padding-right: 60px;
    width: fit-content;
    flex-shrink: 0
}

@media screen and (max-width: 1370px) {
    .hashtags__row {
        font-size: 42px
    }
}

@media screen and (max-width: 1000px) {
    .hashtags__row {
        font-size: 36px
    }
}

@media screen and (max-width: 560px) {
    .hashtags__row {
        font-size: 32px
    }
}

.hashtags__row:last-child {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%
}

@keyframes line {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.hashtags__items {
    position: relative;
    flex-shrink: 0
}

.hashtags__items::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 31px 3px rgba(230, 77, 121, .48);
    height: 1px;
    z-index: 1
}

.hashtags__items div {
    background: linear-gradient(to right, #e56228, #e83eb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.whatdo {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 140px
}

@media screen and (max-width: 1445px) {
    .whatdo {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

@media screen and (max-width: 1370px) {
    .whatdo {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media screen and (max-width: 1275px) {
    .whatdo {
        padding-top: 110px;
        padding-bottom: 110px
    }
}

@media screen and (max-width: 1000px) {
    .whatdo {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 780px) {
    .whatdo {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.whatdo__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px
}

.whatdo__container h2 {
    background: linear-gradient(to right, #e56228, #e83eb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 60px
}

@media screen and (max-width: 1445px) {
    .whatdo__container h2 {
        font-size: 92px
    }
}

@media screen and (max-width: 1370px) {
    .whatdo__container h2 {
        font-size: 88px
    }
}

@media screen and (max-width: 1275px) {
    .whatdo__container h2 {
        font-size: 76px
    }
}

@media screen and (max-width: 1000px) {
    .whatdo__container h2 {
        font-size: 68px
    }
}

@media screen and (max-width: 780px) {
    .whatdo__container h2 {
        font-size: 52px
    }
}

@media screen and (max-width: 560px) {
    .whatdo__container h2 {
        font-size: 40px
    }
}

.whatdo__container a {
    background: #e56228;
    border-radius: 45px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-decoration: none
}

.whatdo__container a:active,
.whatdo__container a:visited {
    color: #fff
}

.whatdo__container p {
    max-width: 635px;
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin: 0
}

@media screen and (max-width: 1000px) {
    .whatdo__container p {
        display: none
    }
}

.whatdo__container div p {
    display: none
}

@media screen and (max-width: 1000px) {
    .whatdo__container div p {
        display: block;
        margin-bottom: 60px;
        text-align: left
    }
}

.whatsee {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding-bottom: 140px
}

@media screen and (max-width: 1445px) {
    .whatsee {
        padding-bottom: 130px
    }
}

@media screen and (max-width: 1370px) {
    .whatsee {
        padding-bottom: 120px
    }
}

@media screen and (max-width: 1275px) {
    .whatsee {
        padding-bottom: 110px
    }
}

@media screen and (max-width: 1000px) {
    .whatsee {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 780px) {
    .whatsee {
        padding-bottom: 80px
    }
}

.whatsee .container {
    position: relative;
    overflow: visible
}

.whatsee .container::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -30%;
    width: 55%;
    aspect-ratio: 1;
    background: #10f;
    opacity: .3;
    filter: blur(500px)
}

.sc-blocks-parents .container {
    height: 3000px
}

@media screen and (max-width: 1370px) {
    .sc-blocks-parents .container {
        height: 2000px
    }
}

.sc-blocks__wrap2 {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    min-height: 484px;
    /*padding:0 25%*/
}

.sc-blocks__wrap2 .col-lg-4:nth-child(2) .sc-block {
    margin-top: 60px;
}

.sc-blocks .sc-block {
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 100%
}

@media screen and (max-width: 1370px) {
    .sc-blocks .sc-block {
        height: 440px
    }
}

@media screen and (max-width: 1000px) {
    .sc-blocks .sc-block {
        transform: translateY(0px) !important
    }
}

.sc-blocks .sc-block__in {
    position: relative;
    transform: scale(1);
    transition: 1200ms cubic-bezier(0.48, 0.07, 0.43, 1.22);
    padding-bottom: 24px
}

.sc-blocks .sc-block__in::before {
    content: "";
    position: absolute;
    width: 83%;
    aspect-ratio: 1.1;
    box-sizing: border-box;
    top: -30px;
    right: -19px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 90px
}

@media screen and (max-width: 1370px) {
    .sc-blocks .sc-block__in::before {
        border-radius: 45px
    }
}

.sc-blocks .sc-block__img {
    position: relative;
    width: 100%;
    aspect-ratio: 1.29;
    overflow: hidden;
    border-radius: 90px;
    background-clip: padding-box
}

@media screen and (max-width: 1370px) {
    .sc-blocks .sc-block__img {
        border-radius: 45px
    }
}

.sc-blocks .sc-block__img::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 5;
    top: -1px;
    left: -1px;
    width: 101%;
    height: 108%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37%, rgb(15, 15, 29) 100%)
}

.sc-blocks .sc-block__img img {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 90px;
    min-height: 372px;
    object-fit: cover;
}

@media screen and (max-width: 1370px) {
    .sc-blocks .sc-block__img img {
        border-radius: 45px
    }
}

.sc-blocks .sc-block__text {
    position: absolute;
    z-index: 5;
    bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
}

.sc-blocks .sc-block__text--left {
    padding-left: 12%
}

.sc-blocks .sc-block__text a,
.sc-blocks .sc-block__text h4 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    text-decoration: none;
    margin-bottom: 10px;
    cursor: pointer
}

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

    .sc-blocks .sc-block__text a,
    .sc-blocks .sc-block__text h4 {
        font-size: 22px
    }
}

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

    .sc-blocks .sc-block__text a,
    .sc-blocks .sc-block__text h4 {
        font-size: 20px
    }
}

.sc-blocks .sc-block__text a:active,
.sc-blocks .sc-block__text a:visited,
.sc-blocks .sc-block__text h4:active,
.sc-blocks .sc-block__text h4:visited {
    color: #fff
}

.sc-blocks .sc-block__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin: 0
}

.zoom .sc-block__in {
    transform: scale(0.96)
}

.zoom .sc-block__in:hover {
    transform: scale(1)
}

.taste {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding-bottom: 70px;
    padding-top: 70px
}

.guide {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding-bottom: 140px;
    padding-top: 140px
}

@media screen and (max-width: 1445px) {
    .guide {
        padding-bottom: 130px
    }
}

@media screen and (max-width: 1370px) {
    .guide {
        padding-bottom: 120px
    }
}

@media screen and (max-width: 1275px) {
    .guide {
        padding-bottom: 110px
    }
}

@media screen and (max-width: 1000px) {
    .guide {
        padding-bottom: 100px
    }
}

@media screen and (max-width: 780px) {
    .guide {
        padding-bottom: 80px
    }
}

.guide__container {
    position: relative;
    overflow: hidden;
    height: 309px;
    border-radius: 90px;
    background: url("../img/new_site/guide-banner..png");
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center
}

@media screen and (max-width: 1370px) {
    .guide__container {
        border-radius: 45px;
        height: 259px
    }
}

@media screen and (max-width: 1000px) {
    .guide__container {
        height: 229px
    }
}

.guide__container h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff
}

.guide__langs {
    display: flex;
    align-items: center;
    gap: 10px
}

.guide__lang {
    border: 1px solid #fff;
    border-radius: 90px;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 53px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff
}

.calendar_bl {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding-bottom: 140px
}

.calendar_bl::before {
    display: none;
    content: "";
    position: absolute;
    top: -30%;
    right: -20%;
    width: 69%;
    aspect-ratio: 1;
    background: #7e108f;
    opacity: .3;
    filter: blur(500px)
}

.calendar__ticket {
    position: absolute;
    z-index: 10;
    top: 20%;
    right: 21%;
    background: #e56228;
    border-radius: 100%;
    padding: 30px;
    box-sizing: border-box;
    width: 193px;
    height: 193px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    box-shadow: -3px 6px 15px 0 rgba(229, 98, 40, .1), -12px 25px 28px 0 rgba(229, 98, 40, .09), -27px 57px 38px 0 rgba(229, 98, 40, .05), -48px 102px 45px 0 rgba(229, 98, 40, .01)
}

.calendar_bl .swiper {
    overflow: visible
}

.calendar_bl .swiper-slide {
    overflow: visible
}

.filter__header {
    margin-bottom: 70px
}

.filter__header-in {
    display: flex;
    align-items: center;
    gap: 30px;
    overflow-x: scroll;
    flex-grow: 1
}

.filter__header-in::-webkit-scrollbar {
    display: none
}

.filter__pill {
    background: #2e2d48;
    border: none;
    cursor: pointer;
    transition: 300ms;
    height: 60px;
    flex-shrink: 0;
    padding: 18px 26px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    color: #b4b5ca;
    border-radius: 90px
}

.filter__pill--active,
.filter__pill:hover {
    background: #e56228;
    color: #fff
}

.filter__item {
    padding-bottom: 100px
}

.event {
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 346px;
    padding-top: 39px
}

.event__in {
    position: relative;
    transform: scale(1);
    transition: 1200ms cubic-bezier(0.48, 0.07, 0.43, 1.22)
}

.event__in::before {
    content: "";
    position: absolute;
    width: 80%;
    aspect-ratio: .56;
    box-sizing: border-box;
    top: -38px;
    right: -31px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 90px
}

.event__img {
    position: relative;
    width: 100%;
    aspect-ratio: .71;
    overflow: hidden;
    border-radius: 90px;
    background-clip: padding-box
}

.event__img::after {
    content: "";
    position: absolute;
    pointer-events: none;
    display: block;
    z-index: 5;
    top: -1px;
    left: -1px;
    width: 101%;
    height: 108%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37%, rgb(15, 15, 29) 100%)
}

.event__img img {
    height: 486px;
    object-fit: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 90px
}

.event__link {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #e56228
}

.upcomings {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding-top: 135px;
    padding-bottom: 140px
}

.upcomings__container--top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 70px
}

.upcomings__container h2 {
    background: linear-gradient(to right, #e56228, #e83eb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 60px
}

@media screen and (max-width: 1445px) {
    .upcomings__container h2 {
        font-size: 92px
    }
}

@media screen and (max-width: 1370px) {
    .upcomings__container h2 {
        font-size: 88px
    }
}

@media screen and (max-width: 1275px) {
    .upcomings__container h2 {
        font-size: 76px
    }
}

@media screen and (max-width: 1000px) {
    .upcomings__container h2 {
        font-size: 68px
    }
}

@media screen and (max-width: 780px) {
    .upcomings__container h2 {
        font-size: 52px
    }
}

@media screen and (max-width: 560px) {
    .upcomings__container h2 {
        font-size: 40px
    }
}

.upcomings__container p {
    max-width: 542px;
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #090a1a;
    margin: 0
}

@media screen and (max-width: 1000px) {
    .upcomings__container p {
        display: none
    }
}

.upcomings__container div p {
    display: none
}

@media screen and (max-width: 1000px) {
    .upcomings__container div p {
        display: block;
        margin-bottom: 60px;
        text-align: left
    }
}

.filter-tab {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px
}

@media screen and (max-width: 560px) {
    .filter-tab {
        flex-direction: column
    }
}

.filter-tab__head {
    flex-grow: 2
}

@media screen and (max-width: 560px) {
    .filter-tab__head {
        width: 100%
    }
}

.filter-tab__head-in {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    overflow-x: scroll;
    flex-grow: 1
}

@media screen and (max-width: 560px) {
    .filter-tab__head-in {
        flex-direction: row
    }
}

.filter-tab__head-in::-webkit-scrollbar {
    display: none
}

.filter-tab__head-item {
    position: relative;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    color: #090a1a;
    cursor: pointer;
    transition: 300px;
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.filter-tab__head-item:hover,
.filter-tab__head-item--active {
    color: #e56228 !important;
}

.filter-tab__head-count {
    color: #adb3bf;
    font-size: 11px
}

.filter-tab__head-item--active .filter-tab__head-count,
.filter-tab__head-item:hover .filter-tab__head-count {
    color: #e56228
}

.filter-tab__body {
    flex-grow: 1
}

.filter-tab__body-in {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
    max-width: 1160px
}

@media screen and (max-width: 1370px) {
    .filter-tab__body-in {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 60px 40px
    }
}

@media screen and (max-width: 1000px) {
    .filter-tab__body-in {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

.upcoming__img {
    border-radius: 90px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 47px
}

.upcoming__img img {
    object-position: top;
    object-fit: cover;
    width: 100%;
    display: block;
    aspect-ratio: .78
}

.upcoming__content {
    height: 206px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px
}

.upcoming__data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
}

.upcoming__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #090a1a;
    line-height: 1.25;
    line-clamp: 2
}

.upcoming__date,
.upcoming__address {
    font-size: 16px;
    font-weight: 300;
    color: #adb3bf;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.upcoming__btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center
}

.upcoming__ticketon {
    border-radius: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

.upcoming__buy {
    background: #e56228;
    border-radius: 45px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
    text-decoration: none
}

.upcoming__buy:active,
.upcoming__buy:visited {
    color: #fff
}

.tasties {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding-top: 140px;
    padding-bottom: 155px;
    margin-bottom: 140px;
    background-color: #fff;
    /* background-image: url("../img/new_site/tasties__bg..png"); */
    background-size: auto 100%;
    background-repeat: no-repeat;
    isolation: isolate
}

@media screen and (max-width: 1370px) {
    .tasties {
        background-size: auto 70%
    }
}

@media screen and (max-width: 1000px) {
    .tasties {
        background-size: auto 60%
    }
}

@media screen and (max-width: 560px) {
    .tasties {
        background-size: auto 46%
    }
}

.tasties__container--top {
    background-image: url("../img/new_site/tasties__bg..png");
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
    margin-right: 30px;
    padding: 160px 28px 160px 38px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateX(-30px);
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;

}

.tasties__container h2 {
    background: linear-gradient(to right, #e56228, #e83eb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 60px
}

@media screen and (max-width: 1445px) {
    .tasties__container h2 {
        font-size: 92px
    }
}

@media screen and (max-width: 1370px) {
    .tasties__container h2 {
        font-size: 88px
    }
}

@media screen and (max-width: 1275px) {
    .tasties__container h2 {
        font-size: 76px
    }
}

@media screen and (max-width: 1000px) {
    .tasties__container h2 {
        font-size: 68px
    }
}

@media screen and (max-width: 780px) {
    .tasties__container h2 {
        font-size: 52px
    }
}

@media screen and (max-width: 560px) {
    .tasties__container h2 {
        font-size: 40px
    }
}

.tasties__container a {
    background: #e56228;
    border-radius: 45px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-decoration: none
}

.tasties__container a:active,
.tasties__container a:visited {
    color: #fff
}

.tasties__container p {
    max-width: 610px;
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    mix-blend-mode: difference
}

@media screen and (max-width: 1000px) {
    .tasties__container p {
        display: none
    }
}

.tasties__container div p {
    display: none;
    mix-blend-mode: difference;
    color: #fff
}

@media screen and (max-width: 1000px) {
    .tasties__container div p {
        display: block;
        margin-bottom: 60px;
        text-align: left
    }
}

.dishes .swiper {
    overflow: visible
}

.dishes .swiper-wrapper {
    isolation: isolate
}

.dishes .swiper-backface-hidden .swiper-slide {
    transform: unset !important
}

.dishes .swiper-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #fff;
    background-image: url("../img/new_site/tasties__bg..png");
    background-size: auto 226.644%;
    background-repeat: no-repeat;
    background-position-y: 70%;
    transition: none;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

@media screen and (max-width: 1580px) {
    .dishes .swiper-bg {
        background-position-y: 72.5%;
    }
}

@media screen and (max-width: 1370px) {
    .dishes .swiper-bg {
        display: none
    }
}

.dishes__head {
    margin-top: 40px;
    margin-bottom: 69px;
    width: 100%
}

.dishes__head-in {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
    overflow-x: scroll;
    flex-grow: 1
}

.dishes__head-in::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 1445px) {
    .dishes__head-in {
        justify-content: flex-start
    }
}

.dishes__head-item {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    cursor: pointer;
    border: none;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    line-height: 1.25;
    mix-blend-mode: difference;
    white-space: nowrap
}

.dishes__head-item--active {
    mix-blend-mode: unset;
    color: #e56228
}

.dish__img {
    margin-bottom: 40px;
    border-radius: 90px;
    overflow: hidden
}

.dish__img img {
    display: block;
    width: 100%;
    aspect-ratio: .91
}

.dish__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 20px;
    mix-blend-mode: difference
}

@media screen and (max-width: 1370px) {
    .dish__title {
        mix-blend-mode: unset;
        color: #090a1a
    }
}

.dish__link {
    background: #e56228;
    border-radius: 45px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-decoration: none
}

.dish__link:active,
.dish__link:visited {
    color: #fff
}

/*# sourceMappingURL=home.css.map*/