/*  Header */
.main-header{
    padding-block: 1rem;
    width: 100%;
    position: fixed;
    background-color: transparent;
    background-color: #fff;
    left: 1rem;
    top: 2rem;
    z-index: 10;
    width: 80px;
    height: calc(100dvh - 4rem);
    border-radius: 50px;
    border: 1px solid var(--purpleColor);
}
.main-header-wrapper{
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 1rem .5rem;
    height: 100%;
}
.main-header .logo{
    width: 100%;
    margin-inline: auto; 
}

.main-header .header-info{
    transform: rotate(-90deg);
    width: 150px;
}

.burger-menu{
    width: 4rem;
    height: 4.5rem;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    transition: all 0.3s;
    /* background-color: rgba(255, 255, 255, 0.2); */
    position: relative;
    z-index: 50;
}


.burger-menu-wrapper{
    width: 3rem;
    height: 3rem;
    position: relative;
    /* border-radius: 50%;
    border:1px solid var(--purpleColor); */
}

.burger-menu-wrapper .line{
    display: block;
    width: 60%;
    border-top: 2px solid var(--purpleColor);
    position: absolute;
    left: 20%;
    top: 50%;
    transform-origin: center;
    transition: transform 0.5s;
}
.burger-menu-wrapper span:first-of-type{
    top: 30%;
}
.burger-menu-wrapper span:last-of-type{
    top: 70%;
}
.burger-menu-wrapper span:nth-of-type(2){
    transition: width 0.5s;
}

.burger-menu .menu-text{
    font-size: 12px;
    display: block;
    text-align: center;
    /* margin-top: 4px; */
    color: var(--purpleColor);
    font-weight: 700;
}


.pop .burger-menu-wrapper span:nth-of-type(2){
    width: 0;
}
.pop .burger-menu-wrapper span:first-of-type{
    top: 50%;
    transform: rotate(45deg);
}
.pop .burger-menu-wrapper span:last-of-type{
    top: 50%;
    transform: rotate(-45deg);
}

.pop .burger-menu-wrapper{
    filter: brightness(0) invert(1);
}

.pop .burger-menu .menu-text{
    color: #fff;
}

@media screen and (max-width: 1020px) {
    .main-header .logo{
        /* width: 140px;  */
    }
}
@media screen and (max-width: 720px) {
    .main-header{
        padding-block: 0.5rem;
    }
    .main-header .logo{
        /* width: 120px;  */
    }
    /* .burger-menu{
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.25rem;
    } */
}
@media screen and (max-width: 620px) {
    .main-header{
        height: auto;
        width:calc(100dvw - 2rem);
        left: 1rem;
        top: 1rem;
        border-right: none;
        border-bottom: 1px solid var(--purpleColor);
        
    }
    .main-header-wrapper{
        flex-direction: row-reverse;
        justify-content: center;
        padding-block: 0;
    }
    .main-header .logo{
        width: 50px; 
        margin-right: 0;
    }
    .main-header .header-info {
        transform: rotate(0);
        width: 150px;
        margin-left: auto;
    }
}
@media screen and (max-width: 520px) {
    .main-header .wrapper{
        padding-right: 0;
    }
    /* .main-header .logo{
        width: 100px; 
    } */
    .main-header .header-info {
        width: 110px;
    }
    .burger-menu{
        width: 2rem;
        height: 2rem;
        padding: 0;
        top: -5px;
    }
    .burger-menu-wrapper{
        width: 2rem;
        height: 1.75rem;
    }
    .burger-menu .menu-text{
        font-size: 10px;
    }
}

@media screen and (max-width: 420px) {
    .main-header .header-info {
        width: 80px;
    }   
    .main-header .logo{
        width: 30px; 
    } 
}

/* Pop up navigation */

.pop-up-navigation{
    width: 100dvw;
    height: 100dvh;
    color: #000;
    position: absolute;
    left: -150vw;
    top: -2rem;
    /* z-index: 100; */
    /* box-shadow: 2px 2px 5px #000; */
    transition: left  0.5s;
    background: url(../assets/images/menu_b2.jpg);
    background-position: center;
    background-size: cover;
    background-color: #000;
    z-index: 10;
}

.pop .pop-up-navigation{
    left: calc(-1rem - 1px);
}

.pop-up-navigation::before{
    content: "";
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.navigation-wrapper{
    padding-block: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.pop-up-navigation .logo-wrapper{
    width: 100%;
    margin-bottom: 6rem;
}
.pop-up-navigation .logo{
    width: 300px;
    margin-inline: auto;
    z-index: 5;
    position: relative;
}

.pop-up-navigation li{
    /* color: var(--purpleColor); */
    color: #fff;
    font-size: 1.75rem;
    font-weight: 400;
    text-shadow: 1px 1px 3px #000;
    position: relative;
    z-index: 5;
    letter-spacing: 1.2px;
}

.pop-up-navigation li::after{
    content: "";
    width: 0;
    left: 0;
    bottom: -2px;;
    position: absolute;
    border-top: 3px solid #fff;
    transition: width 0.3s;
}

.pop-up-navigation li.has-sublist::before{
    content: "";
    width: calc(100% + 3rem);
    height: 0.75rem;
    background-color: transparent;
    left: -1.25rem;
    bottom: 0;
    position: absolute;
}

.pop-up-navigation li:hover::after{
    width: 100%;
}

.pop-up-navigation li:not(:last-of-type){
    margin-right: 2rem;
}

.pop-up-navigation li.has-sublist .sublist-caret{
    display: inline-block;
    transform-origin: center;
    transition: transform 0.3s;
    cursor: pointer;
}

.pop-up-navigation li.has-sublist.on .sublist-caret{
    transform: rotate(180deg);
}

.pop-up-navigation li .sublist{
    display: block;
    position: absolute;
    margin-left: -6rem;
    width: max-content;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s;
}

.pop-up-navigation li .sublist ul{
    padding-top: 1rem;
}

.pop-up-navigation li .sublist.on{
    max-height: 1000px;
}

.pop-up-navigation li .sublist li{
    margin-bottom: 1rem;
    width: fit-content;
}

.pop-up-navigation li .sublist li:last-of-type{
    margin-bottom: 0;
}

.pop-up-navigation .bottom-row{
    margin-bottom: 2rem;
}
.pop-up-navigation .bottom-row li{
    background-color: var(--orangeColor);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin-right: 1rem;
    font-size: 1.25rem;
    font-weight: 300;
    max-width: 250px;
    text-align: center;
    transition: all 0.3s;
}

.pop-up-navigation .bottom-row li::after{
    display: none;
}

.pop-up-navigation .bottom-row li:hover{
    background-color: var(--purpleColor);
}

@media screen and (max-width: 1620px) {
    .navigation-wrapper{
        padding-inline: 2rem;
    }
}
@media screen and (max-width: 1320px) {
    .pop-up-navigation li{
        font-size: 1.5rem;
    }
    .pop-up-navigation li:not(:last-of-type){
        margin-right: 1.25rem;
    }
}
@media screen and (max-width: 1020px) {
    .navigation-wrapper{
        align-items: flex-end;
    }
    .pop-up-navigation .nav-col nav ul{
        display: block;
    } 
    .pop-up-navigation .nav-col nav ul li:not(:last-of-type){
        margin-bottom: 2rem;
        margin-right: 0;
    }
    .pop-up-navigation li{
        font-size: 1.75rem;
        text-align: center;
    }
    .pop-up-navigation li .sublist{
        display: block;
        position: relative;
        margin-left: 0;
    }
    .pop-up-navigation li .sublist li{
        text-align: center;
        width: 100%;
    }
    .pop-up-navigation li::after{
        display: none;
    }
}

@media screen and (max-width: 880px) {
    .pop-up-navigation .logo{
        width: 220px;
    }
}

@media screen and (max-width: 520px) {
    .pop-up-navigation{
        top: calc(-1rem - 1px);
    }
}
@media screen and (max-width: 520px) {
    .navigation-wrapper{
        padding: 1rem 0 0;
    }
    .pop-up-navigation .logo-wrapper{
        margin-bottom: 4rem;
    }
    .pop-up-navigation .logo{
        width: 160px;
    }
    .pop-up-navigation li{
        font-size: 1.25rem;
    }
    .pop-up-navigation li.has-sublist .sublist-caret{
        width: 18px;
    }
}

/* Hero */

.hero-container{
    width: 100%;
}

.hero-wrapper{
    min-height: 100dvh;
}

.hero-item-outer{
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;    
    position: sticky;
    top: 0;
    background-color: #fff;
}

.hero-item{
    width: 100%;
    max-width: 1280px;
    max-height: calc(100dvh - 7rem);
    margin-inline: auto;
    position: sticky;
    top: 0;
    display: flex;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
    border: .5px solid #fff;
    position: relative;
    background-color: var(--blueColor);
}

.hero-item::before{
    content: "";
    --space : 3rem;
    width: calc(100% + 2 * var(--space));
    height: calc(100% + 2 * var(--space));
    border-radius: 30px;
    position: absolute;
    left: calc(-1 * var(--space)); top: calc(-1 * var(--space));
    z-index: -1;
    background-color: var(--blueColor);
}

.hero-item-image{
    width: 60%;
    max-width: 1080px;
    /* border-radius: 0 0 0 50%; */
    overflow: hidden;
    filter: grayscale(1);
    aspect-ratio: 1;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.hero-item-info-wrapper{
    z-index: 5;
    /* max-width: 40%; */
    width: 40%;
    /* padding: 4rem; */
    position: relative;
    box-sizing: border-box;
    background-color: var(--blueColor);
    border-radius: 0 30px 30px 0;
    overflow: hidden;

}

.hero-item-info{
    /* background: rgb(238,114,3);
    background: linear-gradient(90deg, rgba(238,114,3,0.9) 0%, rgba(0,0,0,0) 100%); */
    /* height: calc(100% - 100px); */
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    /* box-sizing: border-box; */
    flex-wrap: wrap;
    /* justify-content: center; */
    align-content: flex-start;
    padding-bottom: 2rem;
}

.hero-item-info > *{
    max-width: 764px;
}
.hero-item-title{
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 1.25px;
    color: var(--blueColor);
    /* color: #000; */
    height: 50%;
    position: relative;
    padding: 2rem 3.5rem 2rem 2rem;
    /* margin-inline: auto; */
    background-color: var(--lightColor);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.hero-item-lead{
    font-size: 2rem;
    line-height: 110%;
    color: #000;
    position: relative;
    padding-block: 0.5rem;
}

.hero-item-major-info{
    padding-inline: 2rem;
    margin-top: 2rem;
}

.hero-item-date,
.hero-item-location{
    font-size: 1.25rem;
    letter-spacing: 1.24px;
    line-height: 110%;
    color: #fff;
    padding: .5rem 0;
    font-weight: 100;
}

.hero-item-location{
    font-weight: 600;
    font-size: 1.875rem;
}


.hero-more-btns{
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-inline: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-more-btn{
    background-color: var(--purpleColor);
}

.hero-btn{
    color: #fff;
    align-items: center;
    /* width: fit-content; */
    /* margin-inline: .5rem; */
    width: 175px;
    text-align: center;
}

.hero-tickets-btn span,
.hero-more-btn span{
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
}

.hero-tickets-btn{
    background-color: green;
    color: #fff;
}

.hero-more-btn .arrow-right {
    width: 2rem;  
}
.hero-more-btn .arrow-right .sm-screen{
    display: none;
}

.hero-empty{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-wrapper:has( > .hero-empty){
    height: 100dvh;
}

@media screen and (max-width: 1720px) {
    .hero-item-outer{
        padding-inline: 160px 5rem;
    }
}
@media screen and (max-width: 1480px) {
    .hero-item::before{ --space : 2rem;}
    .hero-item{
        max-height: calc(100dvh - 5rem);
    }
    .hero-item-outer{
        padding-right: 4rem;
    }
}
@media screen and (max-width: 1240px) {

}
@media screen and (max-width: 1180px) {
    .hero-item::before{ --space : 1.5rem;}
    .hero-item{
        max-height: calc(100dvh - 4rem);
    }
    .hero-item-outer{
        padding-inline: 140px 3rem;
    }
    .hero-item-title{
        padding: 1.5rem 1rem 1rem;
        font-size: 28px;
    }
    .hero-item-major-info{
        padding-inline: 1rem;
        margin-top: 1rem;
    }
    .hero-item-location{font-size: 1.5rem;}
    .hero-item-image{width: 65%;}
    .hero-item-info-wrapper{width: 35%;}
}
@media screen and (max-width: 1020px) {
    .hero-item{
        max-width: 500px;
        display: block;
    }
    .hero-item > *{
        width: 100%;
    }
    .hero-item-image{
        border-radius: 30px 30px 0 0;
    }
    .hero-item-info-wrapper{
        border-radius: 0 0 30px 30px;
    }
    .hero-item-date, .hero-item-location{
        text-align: center;
    }
    .hero-more-btns{
        margin-top: 1rem;
    }
}
@media screen and (max-width: 620px) {
    .hero-item::before{ --space : 1rem;}
    .hero-item-outer{
        height: 100dvh;
        padding-inline: 2rem;
        align-items: flex-start;
    }

    .hero-item{
        max-width: 420px;
        top: 136px;
        max-height: calc(100dvh - 2rem);
    }
    .hero-btn{
        font-size: 14px;
    }
}
@media screen and (max-width: 520px) {
    .hero-item{top: 120px;}
    .hero-item-title{
        padding: 1rem 0.75rem 0.75rem;
        font-size: 24px;
        letter-spacing: 1px;
    }
    .hero-item-major-info{
        margin-top: .75rem;
    }
    .hero-item-date, .hero-item-location{
        letter-spacing: 0.75px
    }
    .hero-item-location{
        font-size: 1.125rem;
    }
    .hero-item-date{
        font-size: 0.875rem;
    }
    .hero-btn{
        font-size: 12px;
    }
}
@media screen and (max-width: 420px) {
    .hero-item{top: 100px;}
    .hero-item-info > *{
        margin-inline: 0;
        width: 100%;
    }
}

/* EVENTS SECTION */

.events-wrapper{
    padding-block: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    max-width: 1280px;
    margin-inline:  auto;
}

.events-item-wrapper{
    width: 100%;
}

/* .events-wrapper > div:first-of-type{
    grid-column: 1/3;
    grid-row: 1/2;
}
.events-wrapper > div:nth-of-type(2){
    grid-column: 3/4;
    grid-row: 1/2;
} */

.events-container{
    /* padding-inline: 0.5rem; */
    /* padding-bottom: 6rem; */
}

.event-item-wrapper {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid var(--darkColor);
    background-color: #fff;
}

.event-item-wrapper .card-title{
    padding: 1rem 2rem;
    background-color: var(--blueColor);
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    min-height: 110px;
}

.event-item-wrapper > .card{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.event-item-wrapper .card-info{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.event-item-wrapper .event-btns{
    margin-top: auto;
}

/* .events-wrapper > div:first-of-type .card{
    height: 100%;
}
.events-wrapper > div:first-of-type .card-info{
    padding-left: 0;
    padding-bottom: 2rem;
}
.events-wrapper > div:first-of-type .card-title{
    padding: 4rem 2rem;
    font-size: 2rem;
    line-height: 130%;
} */
.events-wrapper .card .card-info .card-title{
    margin-bottom: 0;
}
.events-wrapper  .card-info{
    padding-bottom: 2rem;
}
/* .events-wrapper > div:not(:first-of-type) .card-image{
    aspect-ratio: 8/5;
    max-height: 250px;
} */
.events-wrapper > div .card-image{
    aspect-ratio: 8/5;
    max-height: 250px;
}

.event-btns{
    gap: .5rem 1rem;
    flex-wrap: wrap;
    padding-inline: 2rem;
    color: #fff;
    font-size: 14px;
}

.event-btns > *{
    width: 150px;
    text-align: center;
}

.all-events-btn{
    margin: 2rem auto 0;
}



.all-events-btn:hover{
    /* background-color: rgba(238, 114, 3, 1); */
}

.all-events-btn img{
    display: inline-block;
    width: 16px;
    position: relative;
    top: 5px;
    right: 0;
    transition: all 0.3s;
    filter: invert(1);
}

.all-events-btn:hover img{
    right: -5px;
}

@media screen and (max-width: 1440px) {
    .events-wrapper{gap: 2rem;}
}
@media screen and (max-width: 1180px) {
    .events-wrapper{grid-template-columns: 1fr 1fr;}
    /* .events-wrapper > div:first-of-type{grid-column: 1 / -1;}
    .events-wrapper > div:nth-of-type(2){
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    } */
    /* .events-wrapper > div:not(:first-of-type) .card-image{max-height: 300px;} */
    .events-wrapper > div .card-image{max-height: 300px;}
}

@media screen and (max-width: 820px) {
    .events-wrapper{gap: 1.25rem;}

    /* .events-wrapper > div:first-of-type .card-title{
        font-size: 1.5rem;
        padding: 2rem 1rem;
    } */
    .event-item-wrapper .card-title{
        padding: 1rem;
    }
    .card .card-info .card-title{
        font-size: 1.25rem;
    }

    .event-btns{
        padding-inline: 1rem; 
        gap: .5rem;
        font-size: 12px;
    }
    .event-btns .ticket-link{
        font-size: 12px;
    }
    .event-btns .btn{
        padding-inline: 1rem;
    }


}

@media screen and (max-width: 620px) {
    .events-wrapper{gap: 12px;}
}
@media screen and (max-width: 520px) {
    .events-wrapper{grid-template-columns: 1fr;gap:1.25rem;}
    /* .events-wrapper > div:first-of-type .card{
        display: block;
    }
    .events-wrapper > div:first-of-type .card > *{
        width: 100%;
    }
    .events-wrapper > div:first-of-type .card-title{
        font-size: 1.25rem;
        padding: 1.25rem 1rem;
    } */
}

/* Previous */

.home-completed-wrapper{
    justify-content: space-between;
    gap: 3rem;
    color: #fff;
}
.home-completed-wrapper > .card-wrapper{
    flex: 1;
}

.all-completed{
    margin: clamp(2rem, 10vw, 6rem) auto 0;
}

@media screen and (max-width: 1320px) {
    .home-completed-wrapper .card .card-info{
        flex-grow: 1;
    }
}
@media screen and (max-width: 1020px) {
    .home-completed-wrapper{
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .home-completed-wrapper .card-text{display: none;}
    .home-completed-wrapper .card .card-info{padding-left: 2rem;}
    .home-completed-wrapper .card .card-title{padding-right: 0;}

}


/* Gallery */

/* .parallax{
    background-image: url(../assets/images/audience.jpg);
    min-height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.home-newsletter{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-block: 3rem;
    min-height: 100dvh;
}

.parallax.ios{
    background-image: none;
}

.home-newsletter .bg-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* display: none; */
}

.gallery.ios .bg-img{
    display: block;
    z-index: -1;
}

.newsletter-wrapper{
    position: relative;
    z-index: 2;
    /* width: calc(100% - 6rem); */
    width: 100%;
    max-width: 1280px;
    border-radius: 30px;
    border:1px solid rgb(18, 38, 54);;
    overflow: hidden;
    margin-inline: auto;
}

.newsletter--top{
    background-color: rgba(204, 214, 213, 0.8);
    padding: 2rem;
}

.newsletter--title{
    font-size: 2rem;
    margin-bottom: .5rem;
}
.newsletter--info{
    font-size: 1.25rem;
    max-width: 550px;
}

.newsletter-form{
    padding: 3rem 2rem;
    background-color: rgba(18, 38, 54, 0.8);
}


.newsletter-form input{
    border-radius: 20px;
    color: #000;
    padding-block: 1rem;
    flex: 1;
    font-size: 16px;
}


.newsletter-form form{
    gap: 2rem;
    flex-wrap: wrap;
}
/* .newsletter-form label{
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
} */
.newsletter-form input[type="email"]{
    padding-inline: 2rem;
    background-color: var(--lightColor);
}
/* .newsletter-form input[type="submit"]{ */
.newsletter-form button{
    padding-inline: 1rem;
    background-color: var(--purpleColor);
    color: #fff;
    text-align: center;
    min-width: 200px;
    display: block;
    border-radius: 20px;
    font-size: 16px;
    outline: none;
    border: none;
}

.newsletter--terms{
    margin-top: .5rem;
    color: #fff;
    font-size: 12px;    
}
.newsletter--terms a{
    text-decoration: underline;    
}

@media screen and (max-width: 1020px) {
    .newsletter-form form{gap: 1rem;}
    .newsletter-form button,
    .newsletter-form input[type="submit"]{
        max-width: 150px;
        padding-block: 1rem;
    }
}
@media screen and (max-width: 820px) {
    .newsletter--title{font-size: 1.75rem;}
    .newsletter-form form{flex-wrap: wrap; justify-content: flex-end;}
    .newsletter-form input[type="email"]{width: 100%; flex: unset;}
}
@media screen and (max-width: 620px) {
    .newsletter-form,
    .newsletter--top{
        padding:2rem 1rem;
    }
    .newsletter--title{font-size: 1.5rem;}
    .newsletter--info{font-size: 1.125rem;}
}

@media screen and (max-width: 440px) {
    .newsletter-form input[type="email"]{
        padding-inline: .5rem;
        text-align: center;
    }
    .newsletter-form button,
    .newsletter-form input[type="submit"]{
        max-width: unset;
        width: 100%;
    }
}

/* Footer */

.footer-wrapper{
    background-color: var(--blueColor);
    color: #fff;
    padding-block: 3rem 1rem;
    position: relative;
    z-index: 5;
}
.footer-info{
    width: 100%;
    font-size: 1.125rem;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin-inline: auto;
    flex-wrap: wrap;
}
.footer-col{
    font-size: 1em;
}

.footer-col.company-col{
    width: 60%;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
}
.footer-col .logo{
    max-width: 200px;
    margin-inline: auto;
    padding-block: 2rem;
}

.footer-col.company-col .info{
    background-color: var(--lightColor);
    color: var(--blueColor);
    padding: 2rem 1rem;
}

.footer-col.contact-col {
    flex-grow: 1;
    padding-left: 4rem;
}
.footer-col.contact-col > *{
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 1rem;
}

.footer-col .contact-info{
    margin-bottom: 3rem;
}

.footer-col .contact-el{
    width: 100%;
    align-items: center;
    justify-content: center;
}

.footer-col .contact-el .icon{
    width: 16px;
    margin-right: 1rem;
}

.footer-col .social ul{
    justify-content: center;
}
.footer-col .social li{
    margin-right: 2rem;
}
.developer{
    padding-block: 1rem;
    background-color: #121212;
    color: #fff;
    position: relative;
    z-index: 5;
    font-size: 14px;
    letter-spacing: 1.14px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    padding-inline: 1rem;
}

@media screen and (max-width: 1080px) {
    .footer-info{font-size: 1rem;}
    .footer-col.contact-col{padding-left: 2rem; }
}
@media screen and (max-width: 980px) {
    .footer-col.company-col{
        order: 3; 
        width: 100%;
        margin-top: 2rem;
    }
    .developer{ order: 4;}
    .footer-col .contact-info{margin-bottom: 0;}
    .footer-col.contact-col{
        display: flex;
        padding-left: 0;
        gap: 2rem;
        width: 100%;
    }
    .footer-col .contact-info{
        width: 60%;
    }
    .footer-col .social{
        width: 40%;
    }

}
@media screen and (max-width: 720px) {
    .footer-info{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-col.logo-col{
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 2rem; 
    }
    .footer-col .logo{
        margin-inline: auto;
        max-width: 240px;
        padding-inline: 1rem; 
    }
    .footer-col{
        text-align: center;
    }
    .footer-outer,
    .developer{
        font-size: 0.75rem;
    }
    .footer-outer{
        padding-top: 0.75rem;
    }
    .developer{
        padding-block: 0.75rem;
    }
}
@media screen and (max-width: 580px) {
    .footer-col.contact-col{gap: 1rem;}
    .footer-col .contact-info{width: 70%; margin-inline: 0;}
    .footer-col .social{width: 30%;}
}
@media screen and (max-width: 520px) {
    .footer-wrapper{padding-top: 2rem;}
    .footer-info{
        /* display: block; */
        font-size: 0.875rem;
    }
    .footer-col .logo{
        margin-bottom: 1rem;
        max-width: 280px;
    }
    .footer-col{
        margin-bottom: 1rem;
        padding-right: 0;
        flex: unset;
    }
    .footer-col.contact-col{gap: 1rem;}
    .footer-col.company-col{margin-top: 0;}
    .footer-col .social li{margin-right: 1.5rem;}
    .developer{margin-top: 0;}
    .footer-col .contact-info{font-size: 18px;}
}

@media screen and (max-width: 480px) {
    .footer-col.contact-col{flex-direction: column;}
    .footer-col.contact-col > *{ width: 100%;}
}

@media screen and (max-width: 460px) {
    .footer-col .contact-el .icon{
        margin-right: 0.5rem;
    }
    .developer a{display: block;}
}

@media screen and (max-width: 380px) {
    .footer-col .logo{
        max-width: 250px;
    }
}
@media screen and (max-width: 350px) {
    .footer-info .social ul li:not(:last-of-type){
        margin-right: 16px;
    }
}

/* extra */

.fixed-ticket-link{
    display: none;
    position:fixed;
    bottom: -200px;
    left: 1rem;
    width: calc(100% - 2rem);
    padding-block: .5rem;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    z-index: 2;
    transition: bottom 0.3s;
}

.fixed-ticket-link.on{
    bottom: 0;
}

.fixed-ticket-link .ticket-link{
    width: fit-content;
    margin-inline: auto;
    margin-top: 0;
}

@media screen and (max-width: 880px) {
    .fixed-ticket-link{
        display: block;
    }
}

/* intro */

.intro{
    position: fixed;
    width: 100%;
    height: 100dvh;
    left: 0; bottom: 0;
    background-color: #1A0F39;
    z-index: 10;
    overflow: hidden;
    transition: all .6s;
}

.intro.off{
    height: 0;
    pointer-events: none;
}


.intro-wrapper{
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 1rem
}

.intro .logo{
    opacity: 1;
    transition: opacity .3s;
    width: clamp(300px, 60%, 700px);
}
.intro.logo-off .logo{
    opacity: 0;
}

/* accesibility */

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
    border-radius: 50%;
}