

html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

.hero{
    background-color: var(--purple);
    position: relative;
    height: 200vh;
    left: 0;
    /*z-index: 6;*/
}
.know_more{
    height: 200vh;
    z-index: 5;

}

.hero:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 60%;
    background: rgb(252,182,20);
    background: linear-gradient(203deg, rgb(252, 182, 20) 0%, rgba(74, 50, 145, 0) 35%)
}
.green_sec{
    background-color: var(--yellow);
    height: 200vh;
}
.yellow_sec{
    background-color: var(--green);
    height: 200vh;
}
.red_sec{
    background-color: var(--orange);
    height: 200vh;
}
.know_more{
    /* medcome */
    background-color:var(--blue);
    color:var(--purple);
}
.medcom{
    /* interactive media */
    background-color: var(--red);
    height: 200vh;
}



/* announcement */
.announcement{
    color:#222;
}
.announcement h1{
    font-size: 4em;
    font-weight: bold;

}
.eventy_bird ,#hero-bird,#paint-drops{
    position: fixed;
    z-index: -1;
    opacity: 0;
    max-width: 500px;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(10);
    /* background-image: url("../img/morph/Eventy_logo_morphing00.png"); */
    background-size: cover;

}


.floor{
    opacity: 0;
    position: absolute;
    width: 500px;
    height: 500px;
    top: 0;
    left: 0;
}
#bird{
    position: fixed;
    z-index: -1;
    opacity: 0;
    width: 500px;
    height: 500px;
    right:  50%;
    top: 55%;
    z-index: 101;
    transform: translate(50%,-50%) scale(1.2);
    background-image: url("../img/bird/yellow_sprite.png");
    animation: flying 0.75s steps(20) infinite;
    background-position: 0px center;
    margin-top: -50px;
    background-repeat: no-repeat;
    /* transform-origin: center center; */
    /* aspect-ratio:175/120 ; */
    /* background-size: 100% auto; */


}
#volaris_bird1,#volaris_bird2,#volaris_bird3,#SVGID{
    visibility: hidden;
}


.mountain {
    position: fixed;
     width: 100vw;
    bottom: 0;
    left: 0%;
    z-index: 3;
    /*animation: rightMoving 30s infinite;*/
    background-image: url('../img/purple_mountain.png');
    background-repeat: repeat-x;
    height: 40vh;
    /*animation: rightMoving 180s infinite;*/
    background-size: 200% 100%;
    opacity: 0.1;
    background-position: -95% bottom;
    /*transform: scale(2);*/
    transition: transform 0.3s ease-in-out;
    user-select: none;
    filter: grayscale(60%);

}
.mountain2{
    position: fixed;
    width: 100vw;
   bottom: 0;
   left: 0%;
    z-index: 2;
   /*animation: rightMoving 30s infinite;*/
   background-image: url('../img/purple_mountain.png');
   background-repeat: repeat-x;
   height: 40vh;
   /*animation: rightMoving 180s infinite;*/
   background-size: 200% 100%;
   opacity: 0.05;
   background-position: -95% bottom;
   /*transform: scale(2);*/
   transition: transform 0.3s ease-in-out;
   user-select: none;
   opacity: 0;
   transform: scale(1.2);
   filter: grayscale(100%);

}
.first_space{
    height: 200vh;
}
.second_space{
    height: 100vh;
}
.section_content{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left: 0;
    overflow: hidden;
    z-index: 100;
}
.section_content > div{
    position: absolute;
    left:100%;
    top:0;
    width: 100%;
    height: 100%;

}
.section_content h2,.section_content h3,.section_content a , .section_content p{
    opacity: 0;
    /* transform-origin: center;
    width: fit-content; */
}
.animation_sec{
    position: fixed;
    width: 100vw;
    height: 110vh;
    left: 0;
    top:0;
    z-index: 1;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#bird_move{
    width: 175px;
    height: 120px;
    position: absolute;
    right: 0%;
    top: 0%;
    /*transform: translateY(-50%);*/
    background-image: url("../img/bird/white_sprite.png");
    animation: flying 0.75s steps(20) infinite;
    background-position: 0px top;
    /*margin-top: -100px;*/
    transform: scale(0.2);
    transform-origin: 5px 5px;
    mix-blend-mode: color-burn;
    z-index: 999;
}
@keyframes flying {
    0% {background-position: 0px top;top:49%;}
    /*50% {top:51%;}*/
    100% {background-position: -10040px top;top:49%;}
}
@keyframes rightMoving {
    0% {background-position: 0px bottom;}
    100% {background-position: -3500px top;}
}

.navbar-brand img{
    width: clamp(70px, -1.5rem + 8vw, 150px);
}
.section_content .container{
    position: absolute;
    z-index: 103;
    left: 50%;
    transform: translateX(-50%);

}
.btn{
    border-radius: 30px;
    padding: 10px 30px;
    font-size: bold;
    font-size: clamp(15px,1px + 3vw,20px);
}

@media (max-width: 678px) {

    .mountain{
        background-size: 500% 100%;
        height: 40%;

    }
    .mountain2{
        background-size: 500% 100%;
        height: 40%;

    }
    #bird{
        transform: scale(0.8);
        right:0;
        top: 70%;
    }
    .hero::before {
        width: 90%;
        height: 30%;
    }
    #paint-drops{
        left: 50vw;
        top: 50vh;
        width: 100vw;
        height: auto;
    }
}
.fp-table{
    display: block;
}


html,body{
    width: 100vw;
    overflow-x: hidden;
}

.btn:hover{
    background-color: white;
    color: var(--purple) !important;
}
@media (max-width: 768px) {

    #bird{
        margin-top: -50% !important;
    }
}
.footer{
    height: 100vh;
    background-color: #3b2276;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 50px;

}
.footer a{
    color:white;
    text-decoration: none;
}
.next-hero-title {
    font-size: calc(1rem + 12vw);
    line-height: calc(1rem + 10vw);
    text-transform: uppercase;
}
