@font-face {
    font-family: 'Roboto-Medium';
    src: url('../festival/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('../festival/WorkSans-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Arial-bold';
    src: url('../festival/arialbd.ttf') format('truetype');
    font-display: swap;
}


main.festivalmain {
    background: url(../festival/main-w.jpg?v2);
    background-size: cover;
    background-position: top;
}

.kv-main {
    width: 37vw;
}

.bannerfest {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top-flag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}

.glow-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 24%;
    height: 138%;
    object-fit: contain;
    mix-blend-mode: plus-lighter;
    animation: float 20s ease-in-out infinite;
}

.glow-b {
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
    height: 138%;
    object-fit: contain;
    mix-blend-mode: plus-lighter;
    animation: floatr 16s ease-in-out infinite;
}

@keyframes float {
    0% {
        mix-blend-mode: screen;
        transform: translatey(0px);
        transform: scale(1);
        transform: rotate(0deg);
    }

    50% {

        transform: translatey(-20px);
        mix-blend-mode: plus-lighter;
        transform: scale(1.2);
        transform: rotate(-10deg);
    }

    100% {
        mix-blend-mode: screen;
        transform: translatey(0px);
        transform: scale(1);
        transform: rotate(0deg);
    }
}

@keyframes floatr {
    0% {
        mix-blend-mode: screen;
        transform: translatey(0px);
        transform: scale(1);
        transform: rotate(0deg);
    }

    50% {

        transform: translatey(-20px);
        mix-blend-mode: plus-lighter;
        transform: scale(1.2);
        transform: rotate(10deg);
    }

    100% {
        mix-blend-mode: screen;
        transform: translatey(0px);
        transform: scale(1);
        transform: rotate(0deg);
    }
}

@keyframes sparks {
    0% {
        mix-blend-mode: color-dodge;
        opacity: 0;
    }

    50% {
        mix-blend-mode: color-dodge;
        opacity: 1;
        filter: brightness(1.2);
    }

    100% {
        mix-blend-mode: color-dodge;
        opacity: 0;
    }
}

.tagtitle {
    width: 33vw;
    /* margin-top: -6%; */
}

.hotair {
    position: absolute;
    top: 26%;
    left: 9%;
    width: 20vw;
    height: 19vw;
    object-fit: contain;
}

p.festsub {
    font-family: 'Roboto-Medium';
    color: #fff;
    max-width: 72ch;
    margin: auto;
    text-align: center;
}

.backlight {
    mix-blend-mode: plus-lighter;
    bottom: -1vw;
    width: 101%;
    height: 161%;
    left: 0;
    z-index: 1;
    object-fit: cover;
    opacity: 0.5;
    position: absolute;
}

.intro_fest>* {
    z-index: 0;
}

.ast2 {
    position: absolute;
    top: -6%;
    width: 20vw;
    height: 20vw;
    left: 4%;
    object-fit: contain;
    mix-blend-mode: plus-lighter;
}

.ast3 {
    position: absolute;
    object-fit: contain;
    top: 6%;
    width: 14vw;
    height: 10vw;
    right: 2%;
    mix-blend-mode: plus-lighter;
}

.staytuned {
    width: 30vw;
    height: 16vw;
    object-fit: contain;
    display: block;
    margin: auto;
}

.mainkv2 {
    z-index: 3;
    margin-top: -3%;
}

.sec-activities::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.701), transparent);

}

.txt-h1 {
    width: 52vw;
    display: block;
    margin: auto;
}

.sld_img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #ffff;
    /* filter: drop-shadow(0px -1px 6px #ff00aa); */
    box-shadow: 0 0 10px rgba(255, 0, 170, 0.6),
        /* Soft outer glow */
        0 0 9px rgba(255, 0, 170, 0.5),
        0 0 11px rgba(255, 0, 170, 0.4);
}

.frame-slide {
    padding: 8px;
}

.act-wraper {
    max-width: 1000px;
    margin: auto;
}

.festivalact-carousel .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1);
    z-index: 1;
    height: 1.5ch;
    width: 4.8ch;
    border-radius: 50px;
}

.festivalact-carousel .splide__pagination__page {
    background: #fff;
    transform: scale(1);
    z-index: 1;
    height: 1.5ch;
    border-radius: 50px;
    width: 1.5ch;
}

.eventfest-carousel .splide__pagination .splide__pagination__page {
    margin-left: 0.225rem;
    margin-right: 0.225rem;
    opacity: 1;
}

.eventfest-carousel .splide__pagination {
    bottom: 0 !important;
}

#this-slider-1 .splide__arrow--next:before,
#this-slider-1 .splide__arrow--prev:before {
    color: #fff;
    font-family: "simedarbyproperty" !important;
    content: "\eb09";
    display: none;
    font-size: 32px;
    display: block;
    background-image: none;
}

#this-slider-1 .splide__arrow {
    background: transparent;
}

.eventfest-carousel .splide__arrow:disabled {
    opacity: 1 !important;
}

.eventfest-carousel .splide__arrow.splide__arrow--next {
    bottom: -7%;
    right: 20%;
}

.eventfest-carousel .splide__arrow.splide__arrow--prev {
    bottom: -7%;
    left: 20%;
}


/* 
#this-slider-1 .splide__arrow--next {
    background-image: url('../festival/arrow-next.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}

#this-slider-1 .splide__arrow--prev {
    background-image: url('../festival/arrow-prev.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
} */

#this-slider-1 .splide__arrow svg {
    display: none;
}

.festivalact-carousel .splide__arrow--next {
    right: -4rem;
    bottom: 40% !important;
}

.festivalact-carousel .splide__arrow--prev {
    left: -4rem;
    bottom: 40% !important;
}

article.bg-cont-fest {
    background: url(../festival/art2-w.jpg);
    background-size: cover;
    background-position: top;
}

.max-locationmap {
    max-width: 61vw;
    margin: auto;
    margin-top: -9%;
}

.bg-location-fest {
    background: url(../festival/art4-w.jpg);
    background-size: cover;
    background-position: top;
}

.bg-location-fest::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 39px;
    width: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 6%), transparent);

}

.hystmodal--active {
    z-index: 99999 !important;
}

.inl_flag {
    position: relative;
    z-index: 2;
}

.cta__1 {
    width: 15vw;
    height: 4vw;
    object-fit: contain;
}

.ltwin {
    position: absolute;
    top: 16%;
    left: 0;
    width: 100%;
    mix-blend-mode: color-dodge;
}

.eventfest-carousel {
    max-width: 60vw;
    margin: auto;
}

.ban_max {
    max-width: 60vw;
    margin: auto;
}

.fest_eve_img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #ffff;
    box-shadow: 0 0 10px rgba(255, 0, 170, 0.6), 0 0 9px rgba(255, 0, 170, 0.5), 0 0 11px rgba(255, 0, 170, 0.4);
}


.txt-bvl {
    width: 10vw;
    margin: auto;
    display: block;
}

.eventfest-carousel .splide__pagination__page {
    background: #fff;
    transform: scale(1);
    z-index: 1;
    height: 1.6ch;
    width: 1.6ch;
    border-radius: 50px;
    opacity: 1;
    bottom: -2rem;
}

.eventfest-carousel .splide__pagination__page.is-active {
    background: #fff;
    height: 1.6ch;
    width: 4.2ch;
    transform: scale(1);
    opacity: 1;
}

.eventfest-carousel .splide__pagination {
    bottom: -1rem;
}

.fest_cta {
    position: absolute;
    top: 83%;
    left: 0;
    width: 100%;
    animation: fadeScaleIn 1s ease-in-out infinite;
}

.fest_cta img {
    width: 10vw;
    display: block;
    margin: auto;

}

@keyframes fadeScaleIn {
    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.cornast-1 {
    width: 12%;
    position: absolute;
    height: 83%;
    object-fit: contain;
    left: 0;
    mix-blend-mode: hard-light;
    top: 31%;
    object-position: left;
}

.gc-1 {
    position: absolute;
    right: 5%;
    height: 34%;
    width: 8%;
    top: 66%;
    object-fit: contain;
    mix-blend-mode: screen;
}

.gc-2 {
    position: absolute;
    left: 11%;
    height: 21%;
    width: 5%;
    top: 72%;
    object-fit: contain;
    mix-blend-mode: screen;
}

@keyframes floatRotate {
    0% {
        transform: rotate(0deg) translateY(0);
        filter: brightness(1);
    }

    50% {
        transform: rotate(5deg) translateY(-5px);
        filter: brightness(2);
    }

    100% {
        transform: rotate(0deg) translateY(0);
        filter: brightness(0.5);
    }
}

.gc-1,
.gc-2 {
    animation: floatRotate 3.5s ease-in-out infinite;
}

.ast2,
.ast3 {
    animation: floatRotate 3s ease-in-out infinite;
}

.hotair {
    animation: floatUpDown 2.5s ease-in-out infinite,
        driftSide 4s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes driftSide {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

p.wht_txt {
    color: #fff;
    font-family: 'Arial-bold';
    font-size: 20px;
    line-height: 1.7;
}

.btmf1 {
    width: 32%;
    height: 31%;
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: contain;
    object-position: left;
    mix-blend-mode: hard-light;
}

.btmf2 {
    width: 32%;
    height: 31%;
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: contain;
    object-position: right;
    mix-blend-mode: hard-light;
}

#masterplanpopup .hystmodal__window {
    width: 100%;
    max-width: 42vw;
    padding: 0 0;
    background: linear-gradient(320deg, #891642, #221c7e);
}

.zz-btn {
    position: absolute;
    top: 1rem;
    left: 1rem;
    flex-direction: column;
}

.bg-br {
    background-color: #000000;
    color: white;
    font-family: 'Arial-bold';
    cursor: pointer;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.firework2 {
    position: absolute;
    top: 26%;
       right: -13%;
    width: 34%;
    height: 17%;
    object-fit: contain;

}
.firework1 {
    position: absolute;
    top: 28%;
    left: -13%;
    width: 35%;
    height: 15%;
    object-fit: contain;
}
@keyframes hueShift {
  0% {
    filter: hue-rotate(0deg);
    transform: translateY(0px);
  }
  50% {
    filter: hue-rotate(180deg);
    transform: translateY(-8px); 
  }
  100% {
    filter: hue-rotate(360deg);
    transform: translateY(0px); 
  }
}

.firework1, .firework2 {
  animation: hueShift 5s linear infinite;
}

.map_hgl {
    position: absolute;
    top: 0;
    mix-blend-mode: luminosity;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    opacity: 0.3;
}

@media only screen and (min-width:1300px) {
    .bannerfest {
        height: 92vh;
    }
}

@media only screen and (max-width: 600px) {
    .bannerfest {
        height: auto;
    }

    .ban_max {
        max-width: 86%;
        margin: auto;
    }

    .eventfest-carousel {
        max-width: 86%;
        margin: auto;
    }

    .kv-main {
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 0;

    }

    .tagtitle {
        width: 88vw;
        margin: auto;
        display: block;
    }

    .mainkv2 {
        z-index: 3;
        margin-top: 0;
    }

    p.festsub {
        max-width: 44ch;
        text-align: center;
        padding: 0 1rem;
        font-size: 15px;
    }

    .ast2 {
        position: absolute;
        top: 43%;
    }

    .ast3 {
        position: absolute;
        top: 47%;
    }

    .staytuned {
        width: 75vw;
        height: 38vw;
        object-fit: contain;
        display: block;
        margin: auto;
    }

    .txt-h1 {
        width: 88%;
        display: block;
        margin: auto;
    }

    .ltwin {
        top: 49%;
    }

    .max-locationmap {
        max-width: 100%;
        margin: auto;
        margin-top: -9%;
    }

    .txt-bvl {
        width: 38vw;
        margin-bottom: 13px;
    }

    .backlight {
        bottom: 8vw;
        width: 100%;
        height: auto;
    }

    .gc-1 {
        height: 63%;
        width: 12%;
        top: 60%;
    }

    .gc-2 {
        height: 16%;
        width: 9%;
        top: 82%;
    }
.gc-1,
.gc-2 {
display: none;
}
    .fest_cta img {
        width: 42vw;
    }

    p.wht_txt {
        font-size: 16px;
    }

    .btmf1 {
        object-position: left bottom;
    }

    .btmf2 {
        object-position: right bottom;
    }

    .cta__1 {
        width: 37vw;
        height: auto;
        object-fit: contain;
    }

    #masterplanpopup .hystmodal__window {
        width: 100%;
        max-width: 100%;
        padding: 0 0;
    }

    .zz-btn {
        top: -10%;
        left: 0;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
    

.firework1 {
    top: 32%;
        left: -13%;
    width: 48%;
    height: 11%;
}
    .firework2 {
        top: 4%;
    right: -13%;
    width: 48%;
    height: 17%;
}
}