/*!
CSS INDEX
=================== 
01. CUSTOM PROPERTIES
02. GLOBAL
03. Header
04. About
05. Countdown
06. Schedule
07. Stats
08. Categories
09. Features
10. Artists
11. Upcoming Events
12. Blog

// pages
13. About page
14. Events Page
15. Event Details Page
*/

@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&amp;family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap");
:root {
    --et-blue: #e1c458;
    --et-purple: #550ECA;
    --et-purple-rgb: 85, 14, 202;
    --et-pink: #DE0977;
    --et-pink-rgb: 222, 9, 119;
    --et-Lpink: #F929BB;
    --et-gray: #58595B;
    --et-gray2: #5C707E;
    --black: #181818;
    --white: #ffffff;
    --font-kalam: "Kalam", cursive;
    --font-kanit: "Kanit", sans-serif;
    --font-inter: "Inter", sans-serif;
    --font-lato: "Lato", sans-serif;
}

html {
    font-size: 62.5%;
}

body {
    font-family: var(--font-kanit);
}

p {
    line-height: 1.6;
}

a,
button {
    transition: 0.4s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 62.5%;
}

.rev-slide-up {
    opacity: 0;
}

.et-btn:hover {
    color: var(--white);
    background-color: var(--et-blue);
}


/* section sub title */

.et-section-sub-title {
    position: relative;
    padding-left: 40px;
    font-family: var(--font-kalam);
    color: var(--et-blue);
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
    .et-section-sub-title {
        margin-bottom: 6px;
    }
}

.et-section-sub-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: var(--et-blue);
}

.et-section-title {
    font-family: var(--font-kanit);
    font-weight: 500;
    font-size: 45px;
    color: var(--black);
    line-height: 1.2;
    letter-spacing: -1px;
}

@media screen and (max-width: 1399px) {
    .et-section-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 1199px) {
    .et-section-title {
        font-size: 38px;
    }
}

@media screen and (max-width: 767px) {
    .et-section-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 575px) {
    .et-section-title {
        font-size: 33px;
    }
}

.main_banner_class{
    background: url(../img/bangkok_bg.jpg);
    background-size: cover;
    height: 115vh;
    background-position: center!important;
}

.swiper-slide h1{
    font-size: 40px; 
    line-height: 1.3;
}

@media screen and (max-width: 479px) {
    .et-section-title {
        font-size: 30px;
    }
    .main_banner_class{
        height: 60vh;
    }
    .swiper-slide h1{
        font-size: 20px!important;
        width: 75%!important;
    }
}

.et-section-title span.colored {
    font-family: var(--font-kalam);
    font-weight: 700;
    color: var(--et-pink);
}

.et-3-section-sub-title {
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    margin-bottom: 5px;
}

.et-3-section-sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 5px;
    background: url(../img/et-3-sub-title-vector.svg) center center no-repeat;
    background-size: 100% 100%;
}

.et-3-section-title {
    font-weight: 600;
    font-size: clamp(26px, 2.5vw, 48px);
    line-height: 1.3;
}

.et-4-section-sub-title {
    position: relative;
    padding-left: 40px;
    font-family: var(--font-kalam);
    color: var(--et-purple);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
    .et-4-section-sub-title {
        margin-bottom: 6px;
    }
}

.et-4-section-sub-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: var(--et-purple);
}

.et-4-section-title {
    font-family: var(--font-kanit);
    font-weight: 500;
    font-size: 55px;
    color: var(--black);
    line-height: 1.05;
}

@media screen and (max-width: 1199px) {
    .et-4-section-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 991px) {
    .et-4-section-title {
        font-size: 45px;
    }
}

@media screen and (max-width: 767px) {
    .et-4-section-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .et-4-section-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 479px) {
    .et-4-section-title {
        font-size: 32px;
    }
}

.et-4-section-title span.colored {
    font-family: var(--font-kalam);
    font-weight: 700;
    color: var(--et-pink);
}

.et-pagination a.active {
    background-color: var(--et-blue);
    border-color: var(--et-blue);
    color: var(--white);
}

.et-3-pagination a.active {
    background-color: var(--et-pink);
    border-color: var(--et-pink);
    color: var(--white);
}

.video-btn-shadow {
    animation: shadow 2s ease-in infinite;
}

@keyframes shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 30px transparent, 0 0 0 15px transparent;
    }
}

.et-3-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    gap: 10px;
    height: 56px;
    background: linear-gradient(89.75deg, #550ECA 0.15%, #F929BB 99.83%);
    color: var(--white);
    font-size: 17px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .et-3-btn {
        height: 50px;
    }
}

@media screen and (max-width: 575px) {
    .et-3-btn {
        height: 45px;
        padding: 0 15px;
    }
}

.et-3-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(89.75deg, #F929BB 0.15%, #550ECA 99.83%);
    opacity: 0;
    transition: 0.4s ease;
}

.et-3-btn:hover::before {
    opacity: 1;
}

.et-banner-slider-dots {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.et-banner-slider-dots span {
    width: 20px;
    height: 20px;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0);
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.4s ease;
    vertical-align: top;
}

.et-banner-slider-dots span::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: var(--white);
    border-radius: 50%;
}

.et-banner-slider-dots span.swiper-pagination-bullet-active {
    border-color: var(--white);
}

.et-banner {
    clip-path: polygon(-2.414% 72.042%, -1.07% 5.984%, -1.07% 5.984%, -0.902% 3.452%, -0.515% 1.058%, 0.071% -1.169%, 0.84% -3.199%, 1.772% -5.002%, 2.851% -6.546%, 4.057% -7.802%, 5.372% -8.74%, 6.779% -9.33%, 8.258% -9.541%, 95.78% -10.2%, 95.78% -10.2%, 97.39% -9.977%, 98.908% -9.31%, 100.313% -8.239%, 101.584% -6.804%, 102.699% -5.046%, 103.635% -3.005%, 104.372% -0.722%, 104.887% 1.764%, 105.159% 4.413%, 105.166% 7.183%, 101.347% 88.143%, 101.347% 88.143%, 101.161% 90.144%, 100.804% 92.024%, 100.292% 93.759%, 99.64% 95.328%, 98.862% 96.706%, 97.974% 97.872%, 96.991% 98.803%, 95.927% 99.475%, 94.798% 99.866%, 93.618% 99.954%, 93.618% 99.954%, 93.026% 99.878%, 92.443% 99.723%, 91.871% 99.491%, 91.313% 99.184%, 90.772% 98.804%, 90.25% 98.353%, 89.749% 97.832%, 89.272% 97.244%, 88.821% 96.59%, 88.399% 95.873%, 85.267% 90.109%, 85.267% 90.109%, 84.341% 88.66%, 83.32% 87.515%, 82.226% 86.676%, 81.08% 86.142%, 79.906% 85.917%, 78.725% 86.001%, 77.561% 86.396%, 76.435% 87.103%, 75.37% 88.123%, 74.388% 89.458%, 74.388% 89.458%, 73.406% 90.792%, 72.341% 91.812%, 71.215% 92.518%, 70.05% 92.913%, 68.87% 92.997%, 67.695% 92.772%, 66.55% 92.239%, 65.455% 91.399%, 64.434% 90.254%, 63.509% 88.805%, 63.509% 88.805%, 62.584% 87.357%, 61.563% 86.212%, 60.468% 85.372%, 59.323% 84.839%, 58.148% 84.614%, 56.968% 84.698%, 55.803% 85.092%, 54.677% 85.799%, 53.612% 86.819%, 52.63% 88.154%, 52.63% 88.154%, 51.648% 89.488%, 50.583% 90.508%, 49.457% 91.215%, 48.293% 91.609%, 47.112% 91.693%, 45.938% 91.468%, 44.792% 90.935%, 43.698% 90.096%, 42.677% 88.951%, 41.751% 87.502%, 41.751% 87.502%, 40.826% 86.053%, 39.805% 84.908%, 38.711% 84.068%, 37.565% 83.535%, 36.391% 83.31%, 35.21% 83.394%, 34.046% 83.789%, 32.92% 84.495%, 31.854% 85.515%, 30.873% 86.85%, 30.522% 87.411%, 30.522% 87.411%, 29.572% 88.72%, 28.543% 89.752%, 27.454% 90.505%, 26.323% 90.98%, 25.169% 91.174%, 24.01% 91.088%, 22.866% 90.72%, 21.755% 90.069%, 20.694% 89.135%, 19.704% 87.917%, 15.339% 81.66%, 15.339% 81.66%, 14.647% 80.797%, 13.907% 80.113%, 13.131% 79.61%, 12.329% 79.288%, 11.512% 79.148%, 10.692% 79.19%, 9.879% 79.415%, 9.084% 79.824%, 8.319% 80.418%, 7.593% 81.196%, 7.593% 81.196%, 6.274% 82.466%, 4.9% 83.137%, 3.52% 83.25%, 2.179% 82.849%, 0.925% 81.977%, -0.197% 80.676%, -1.138% 78.99%, -1.852% 76.96%, -2.293% 74.63%, -2.414% 72.042%);
    padding-bottom: 54px;
}

.et-banner .swiper {
    clip-path: polygon(-1.823% 76.863%, -1.823% 8.45%, -1.823% 8.45%, -1.7% 5.724%, -1.345% 3.138%, -0.776% 0.726%, -0.014% -1.476%, 0.923% -3.434%, 2.015% -5.114%, 3.244% -6.481%, 4.589% -7.5%, 6.031% -8.137%, 7.552% -8.357%, 92.5% -8.357%, 92.5% -8.357%, 94.021% -8.137%, 95.463% -7.5%, 96.808% -6.481%, 98.037% -5.114%, 99.129% -3.434%, 100.066% -1.476%, 100.829% 0.726%, 101.397% 3.138%, 101.752% 5.724%, 101.875% 8.45%, 101.875% 86.993%, 101.875% 86.993%, 101.78% 89.103%, 101.505% 91.104%, 101.065% 92.971%, 100.475% 94.675%, 99.75% 96.19%, 98.905% 97.49%, 97.954% 98.548%, 96.913% 99.337%, 95.797% 99.83%, 94.62% 100%, 94.62% 100%, 94.045% 99.959%, 93.478% 99.838%, 92.92% 99.638%, 92.375% 99.361%, 91.843% 99.01%, 91.329% 98.585%, 90.834% 98.089%, 90.361% 97.523%, 89.912% 96.89%, 89.49% 96.19%, 86.172% 90.243%, 86.172% 90.243%, 85.218% 88.788%, 84.174% 87.656%, 83.063% 86.848%, 81.907% 86.363%, 80.729% 86.201%, 79.551% 86.363%, 78.395% 86.848%, 77.284% 87.656%, 76.24% 88.788%, 75.286% 90.243%, 75.286% 90.243%, 74.332% 91.698%, 73.289% 92.829%, 72.178% 93.637%, 71.022% 94.122%, 69.844% 94.284%, 68.666% 94.122%, 67.51% 93.637%, 66.399% 92.829%, 65.355% 91.698%, 64.401% 90.243%, 64.401% 90.243%, 63.447% 88.788%, 62.403% 87.656%, 61.292% 86.848%, 60.137% 86.363%, 58.958% 86.201%, 57.78% 86.363%, 56.624% 86.848%, 55.513% 87.656%, 54.47% 88.788%, 53.516% 90.243%, 53.516% 90.243%, 52.562% 91.698%, 51.518% 92.829%, 50.407% 93.637%, 49.251% 94.122%, 48.073% 94.284%, 46.895% 94.122%, 45.739% 93.637%, 44.628% 92.829%, 43.584% 91.698%, 42.63% 90.243%, 42.63% 90.243%, 41.676% 88.788%, 40.632% 87.656%, 39.521% 86.848%, 38.366% 86.363%, 37.188% 86.201%, 36.009% 86.363%, 34.854% 86.848%, 33.743% 87.656%, 32.699% 88.788%, 31.745% 90.243%, 31.406% 90.85%, 31.406% 90.85%, 30.483% 92.277%, 29.475% 93.419%, 28.402% 94.274%, 27.282% 94.84%, 26.132% 95.115%, 24.973% 95.097%, 23.822% 94.785%, 22.698% 94.175%, 21.619% 93.266%, 20.605% 92.056%, 16.115% 85.796%, 16.115% 85.796%, 15.405% 84.937%, 14.652% 84.27%, 13.866% 83.793%, 13.058% 83.507%, 12.24% 83.412%, 11.421% 83.507%, 10.613% 83.793%, 9.827% 84.27%, 9.074% 84.937%, 8.364% 85.796%, 8.364% 85.796%, 7.072% 87.204%, 5.713% 87.99%, 4.335% 88.195%, 2.987% 87.861%, 1.716% 87.029%, 0.569% 85.74%, -0.406% 84.038%, -1.161% 81.963%, -1.65% 79.558%, -1.823% 76.863%);
}

.et-banner-slider .swiper-slide-active .et-banner-bottom-title {
    transform: translateX(0);
}

.et-banner-slider .swiper-slide-active>div {
    background-position: right bottom;
}

.et-banner .swiper-slide>div {
    transition: background 2.4s ease;
}

.et-banner-bottom-title {
    transform: translateX(100px);
    transition: 2.4s ease;
}

.et-banner-vectors img {
    transform: rotate(45deg);
    animation: spin 3.5s linear reverse infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0) scale(1);
    }
    25%,
    100% {
        transform: rotate(90deg) scale(1);
    }
    50% {
        transform: rotate(90deg) scale(0.8);
    }
}

@keyframes etSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.et-banner-3-clipped {
    animation: clipMove 7s ease forwards infinite;
}

@keyframes clipMove {
    0% {
        clip-path: polygon(100% 0, 149% 0, 192% 100%, 144% 100%);
    }
    30% {
        clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
    }
    60% {
        clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
    }
    100% {
        clip-path: polygon(0 0, 49% 0, 92% 100%, 44% 100%);
    }
}

.et-3-banner-vector {
    animation: moveX 7s ease forwards infinite;
}

@keyframes moveX {
    0% {
        left: 50%;
        opacity: 0;
    }
    30% {
        left: 68%;
        opacity: 25%;
    }
    60% {
        left: 68%;
        opacity: 25%;
    }
    100% {
        left: 68%;
        opacity: 25%;
    }
}

.et-3-package-accordion .et-single-accordion-item.open .et-single-accordion-item__header i {
    transform: rotate(180deg);
    color: var(--et-blue);
}

.et-outlined-text {
    color: transparent;
    -webkit-text-stroke: 1px rgb(142, 142, 147);
}

.et-3-event-tab-navs button.active {
    color: var(--white);
    border-color: transparent;
}

.et-3-event-tab-navs button.active::before {
    opacity: 1;
}

.et-vertical-txt {
    writing-mode: vertical-lr;
}

.et-header {
    transition: background-color 0.4s ease;
}

.et-header.et-sticky {
    /* background-color: #18377e; */
    background-color: #000;
}

@media screen and (max-width: 991px) {
    .et-header-nav {
        width: 100%;
    }
}

.et-header-nav>li>a {
    color: var(--white);
}

@media screen and (max-width: 991px) {
    .et-header-nav>li>a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 6px;
        margin-bottom: 6px;
    }
}

.et-header-nav a {
    display: block;
    line-height: 3;
}

@media screen and (max-width: 991px) {
    .et-header-nav a {
        line-height: 1.8;
    }
}

.et-header-nav a:hover {
    color: var(--et-blue);
}

.et-header-nav .has-sub-menu {
    display: grid;
    grid-template-rows: max-content 0fr;
    transition: 0.4s ease;
}

.et-header-nav .has-sub-menu:hover .et-header-submenu {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
    pointer-events: all;
}

@media screen and (max-width: 1199px) {
    .et-header-nav .has-sub-menu:hover .et-header-submenu {
        transform: translateY(0) translateX(0);
    }
}

@media screen and (max-width: 991px) {
    .et-header-nav .has-sub-menu.active {
        grid-template-rows: max-content 1fr;
    }
}

.et-header-nav .has-sub-menu.active>a {
    margin-bottom: 0;
}

.et-header-nav .has-sub-menu.active .et-header-submenu {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
    border-color: #ddd;
    pointer-events: all;
}

@media screen and (max-width: 991px) {
    .et-header-nav .has-sub-menu.active .et-header-submenu {
        transform: translateY(0) translateX(0);
    }
}

.et-header-submenu {
    position: absolute;
    min-width: 200px;
    background-color: var(--white);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
    top: 100%;
    left: 50%;
    opacity: 0;
    transform: translateY(10px) translateX(-50%);
    transition: 0.4s ease, pointer-events 0s;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .et-header-submenu {
        position: static;
        transform: translateY(0) translateX(0);
        opacity: 1;
        width: 100%;
        overflow: hidden;
        box-shadow: none;
    }
}

.et-header-submenu.active {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
}

.et-header-submenu a {
    padding: 14px 20px;
    border-bottom: 1px solid #ddd;
    line-height: 1;
}

.et-header-submenu li:last-child a {
    border-bottom: 0;
}

.et-header-search.active .et-header-search-open-btn {
    color: var(--et-Lpink);
}

.et-header-search.active form {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.et-header-search form {
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
}

@media screen and (max-width: 1199px) {
    .et-header-search form {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }
}

.et-header-location-dropdown {
    min-width: max-content;
}

.et-header-location-dropdown .ss-list {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.et-header-location-dropdown .ss-list .ss-option:hover,
.et-header-location-dropdown .ss-list .ss-option:not(.ss-disabled).ss-selected {
    background-color: var(--et-Lpink);
}

.et-3-header.et-sticky {
    position: fixed;
    background-color: var(--white);
}

.et-3-header-nav>li>a {
    color: var(--black);
}

@media screen and (max-width: 991px) {
    .et-3-header-nav>li>a {
        color: var(--white);
    }
}

.et-about-vector-1 {
    animation: etSlideUp 6.5s linear infinite alternate 1s;
}

.et-about-vector-2 {
    animation: etSlideUp 6.5s linear infinite alternate;
}

@keyframes etSlideUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(200px);
    }
}

.et-about-stat {
    position: relative;
}

.et-about-stat h6 span {
    -webkit-text-stroke: 1px var(--et-Lpink);
}

.et-about-stat:not(:first-child)::before {
    content: "";
    position: absolute;
    right: 100%;
    height: 65px;
    width: 1px;
    background-color: #d9d9d9;
    top: 50%;
    transform: translateY(-50%);
}

.et-about__action {
    background: url(../img/about-action-bg.jpg);
}

.et-countdown .number {
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
    font-size: 55px;
    font-weight: 500;
    width: 67px;
}

@media screen and (max-width: 575px) {
    .et-countdown .number {
        font-size: 50px;
    }
}

@media screen and (max-width: 479px) {
    .et-countdown .number {
        font-size: 40px;
    }
}

.et-tab {
    height: 0;
    opacity: 0;
    transition: 0.2s ease;
    pointer-events: none;
}

.et-tab.active {
    height: auto;
    opacity: 1;
    pointer-events: all;
}

.et-schedules-tab-navs button:hover,
.et-schedules-tab-navs button.active {
    background-color: var(--et-blue);
}

.et-schedule-date-time>*:not(:last-child) {
    position: relative;
}

.et-schedule-date-time>*:not(:last-child)::before {
    content: "";
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    height: 21px;
    width: 1px;
    background-color: #D9D9D9;
}

@media screen and (max-width: 479px) {
    .et-schedule-date-time>*:not(:last-child)::before {
        content: none;
    }
}

.et-2-schedules {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 15% 100%, 0 80%);
}

@media screen and (max-width: 1599px) {
    .et-2-schedules {
        clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
    }
}

@media screen and (max-width: 1199px) {
    .et-2-schedules {
        clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 5% 100%, 0 95%);
    }
}

@media screen and (max-width: 991px) {
    .et-2-schedules {
        clip-path: polygon(0 0, 100% 0, 100% 97%, 95% 100%, 5% 100%, 0 97%);
    }
}

.et-2-schedule-img::before {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%);
}

.et-3-schedules {
    background: url(../img/schedules-bg.jpg) no-repeat center center;
    background-size: cover;
}

.et-3-schedules-tab-navs button {
    position: relative;
    z-index: 1;
}

.et-3-schedules-tab-navs button:hover,
.et-3-schedules-tab-navs button.active {
    color: var(--white);
}

.et-3-schedules-tab-navs button:hover::before,
.et-3-schedules-tab-navs button.active::before {
    opacity: 1;
}

.et-3-schedules-tab-navs button::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(to right, var(--et-purple), var(--et-Lpink));
    z-index: -1;
    opacity: 0;
    border-radius: 999px;
    transition: 0.2s linear;
}

.et-3-schedule {
    z-index: 1;
    position: relative;
}

.et-3-schedule:hover::before,
.et-3-schedule:hover::after {
    opacity: 1;
}

.et-3-schedule:hover .et-schedule-date-time span {
    color: var(--white);
}

.et-3-schedule:hover .et-schedule-date-time svg path {
    fill: var(--white);
}

.et-3-schedule:hover .et-schedule-title {
    color: var(--white);
}

.et-3-schedule:hover .et-schedule-loaction h6 {
    color: var(--white);
}

.et-3-schedule:hover .et-schedule-loaction svg path {
    fill: var(--white);
}

.et-3-schedule:hover .et-schedule__descr {
    color: var(--white);
}

.et-3-schedule:hover .et-schedule-btn {
    background-color: var(--white);
}

.et-3-schedule:hover .et-schedule-btn:hover {
    background-color: var(--et-pink);
}

.et-3-schedule:hover .et-schedule-btn:hover svg path {
    fill: var(--white);
}

.et-3-schedule::before,
.et-3-schedule::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 1s ease;
}

.et-3-schedule::before {
    background: linear-gradient(to right, var(--et-pink), rgba(120, 5, 64, 0.6));
    z-index: -1;
}

.et-3-schedule::after {
    background: url(../img/schedule-bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: -2;
}

.et-3-schedule-date-time>*:not(:last-child) {
    position: relative;
}

.et-3-schedule-date-time>*:not(:last-child)::before {
    content: "";
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    height: 21px;
    width: 1px;
    background-color: #D9D9D9;
}

@media screen and (max-width: 479px) {
    .et-3-schedule-date-time>*:not(:last-child)::before {
        top: calc(100% + 6px);
        height: 1px;
        width: 100%;
        left: 50%;
        transform: translateY(0) translateX(-50%);
    }
}

.et-3-schedule-btn {
    background-color: rgba(var(--et-pink-rgb), 0.1);
}

.et-schedule-ticker h4 {
    position: relative;
}

.et-schedule-ticker h4::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/ticker-vector.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    left: -45px;
}

.et-schedule-ticker h4 a>* {
    flex-grow: 0;
    flex-shrink: 1;
}

.et-single-stat .number {
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
}

.et-category {
    position: relative;
    z-index: 1;
    background: url(../img/category-bg.jpg) var(--white) no-repeat center center;
    background-size: cover;
    transition: 0.4s ease;
}

.et-category:hover .et-category__icon {
    background-color: var(--white);
}

.et-category:hover::before {
    opacity: 1;
}

.et-category:hover::after {
    opacity: 0;
}

.et-category:hover .et-category__descr {
    color: var(--white);
}

.et-category:hover a {
    color: var(--white);
}

.et-category:hover a:hover {
    color: var(--et-pink);
}

.et-category:hover a:hover svg path {
    fill: var(--et-pink);
}

.et-category:hover a svg path {
    fill: var(--white);
}

.et-category::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgb(120, 5, 64) 0%, rgba(120, 5, 64, 0) 100%);
    z-index: -1;
    transition: 0.4s ease;
    opacity: 0;
}

.et-category::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    transition: 0.4s ease;
    background: var(--white);
}

.et-category__icon {
    mask: url(../img/category-icon-mask.svg) center center no-repeat;
    mask-size: contain;
    background-color: rgba(var(--et-pink-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.et-2-feature-card-txt {
    mask: url("../img/feature-mask.svg") no-repeat top right;
    mask-size: cover;
}

.et-speaker-img {
    /* mask: url(../img/team-mask.svg) no-repeat center center; */
    mask-size: cover;
}

.et-artists-slider .et-artist {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0);
}

.et-artists-slider .swiper-slide-visible .et-artist {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
}

.et-upcoming-events {
    background: url(../img/upcomng-events-bg.jpg) no-repeat center center;
    background-size: cover;
}

.et-upcoming-events-heading .et-section-sub-title::before {
    background-color: var(--white);
}

.et-upcoming-events-timer {
    position: relative;
}

.et-upcoming-events-timer::before,
.et-upcoming-events-timer::after {
    content: "";
    position: absolute;
    width: 265px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    left: calc(100% + 20px);
    transform: translateY(-50%);
}

.et-upcoming-events-timer::after {
    left: auto;
    right: calc(100% + 20px);
}

.et-upcoming-event:hover .et-upcoming-event__img img {
    scale: 1.08;
}

.et-upcoming-event__img {
    mask: url(../img/upcoming-event-mask.svg) no-repeat center center;
    mask-size: cover;
}

.et-upcoming-event__img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(var(--et-purple-rgb), 1) 0%, transparent 100%);
}

.et-upcoming-event__img img {
    transition: 0.4s ease;
}

.et-upcoming-event a.btn:hover svg path {
    fill: var(--white);
}

.et-3-blog:hover .et-blog__img img {
    transform: scale(1.1);
}

.et-3-blog__img img {
    transition: 0.4s ease;
}

.et-3-blog__img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(var(--et-purple-rgb), 0.7) 0%, transparent 100%);
}

.et-history-timeline {
    width: max-content;
}

.et-history-timeline::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    background-color: var(--et-blue);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 0;
    transition: 0.4s ease;
}

.et-history-timeline h3 {
    -webkit-text-stroke: 1px var(--et-gray2);
}

.et-history-timeline.swiper-slide-thumb-active {
    border-top: 1px solid var(--et-blue);
}

.et-history-timeline.swiper-slide-thumb-active::before {
    height: 13px;
}

.et-history-timeline.swiper-slide-thumb-active h3 {
    -webkit-text-stroke: 0 var(--et-blue);
    color: var(--et-blue);
}

.et-single-accordion-item {
    transition: 0.4s ease;
    display: grid;
    grid-template-rows: max-content 0fr;
}

.et-single-accordion-item.open {
    grid-template-rows: max-content 1fr;
}

.et-single-accordion-item.open .et-single-accordion-item__header i {
    transform: rotate(90deg);
    color: var(--et-blue);
}

.et-single-accordion-item.open .et-single-accordion-item__title {
    color: var(--et-blue);
}

.et-single-accordion-item.open .et-single-accordion-item__body {
    grid-template-rows: 1fr;
    padding-top: 9px;
}

.et-single-accordion-item__header i {
    transition: transform 0.4s ease;
}

.et-single-accordion-item__body {
    transition: all 0.4s ease;
    overflow: hidden;
}

.et-events-slider {
    /* mask: url(../img/slider-mask.svg) no-repeat bottom center; */
    mask-size: cover;
}

.et-event-details-requirements-list li {
    padding-left: 22px;
    position: relative;
}

.et-event-details-requirements-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: url(../img/checkmark-blue.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 14px;
    height: 13px;
}

@media screen and (max-width: 379px) {
    .flatpickr-wrapper {
        transform: scale(0.85) translateX(-50%);
        left: 42%;
    }
}

.flatpickr-calendar {
    box-shadow: none;
    width: 100%;
}

.flatpickr-months {
    display: none;
}

.dayContainer {
    gap: 8px;
    max-width: 100%;
    width: 100%;
    min-width: 321px;
    justify-content: center;
}

.flatpickr-weekdays {
    height: auto;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

span.flatpickr-weekday {
    font-weight: 400;
    font-size: 16px;
    color: #232323;
}

.flatpickr-days {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.flatpickr-day {
    background-color: rgba(85, 14, 202, 0.06);
    border-radius: 4px;
    font-family: var(--font-inter);
    color: #232323;
    line-height: 37px;
    font-size: 16px;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background-color: var(--et-Lpink);
    border-color: var(--et-Lpink);
    color: var(--white);
}

.flatpickr-day.today {
    background-color: var(--et-Lpink);
    border-color: var(--et-Lpink);
    color: var(--white);
}

input[type=radio]:checked+span::after {
    opacity: 1;
}

li.category_list {
    font-size: 17px;
    font-weight: 200!important;
    color: #4f4a4a;
    margin-bottom: 10px;
    display: flex;
    border-bottom: 1px solid #ddd5d5;
    padding-bottom: 9px;
}

.category_list > img {
    width: 23px;
    margin-right: 10px;
    object-fit: contain;
}

.countries_flag{
    width: 131px;
    height: 100px;
    object-fit: contain;
    border: 6px solid #fdd354;
}

/*# sourceMappingURL=style.css.map */