#home_26{
    background-color: black;
}

/**********main banner****************/

#home_26 .main-banner {
    width: 100%;
    height: auto;
/*    margin-top: -38rem;
    position: absolute;
    top: 683px;*/
    left: 0;
}

#home_26 iframe{
    padding-top: 3rem;
}


/**********tickets banner****************/
#home_26 .ticket-banner{
    font-family: 'Matiz';
    font-size: 40px;
    background-image: url('../img/25/ticket-layout.webp');
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    padding: 15% 60px 70px;
    align-items: center;
}
#home_26 .ticket-banner img{
    max-width: 700px;
    width: 100%;
    padding: 10px 0;
}

#home_26 .ticket-banner .ticket-text{
    color:black;
    text-align: center;
}

#home_26 .ticket-banner .ticket{
    margin-top: 20px;
}

#home_26 .ticket-banner .ticket>a{
    
    color: rgb(255,250,229);
    background-color: rgb(240,75,82);
    padding: 10px 20px;
}
#home_26 .ticket-banner .ticket.disabled{
    cursor: not-allowed; 
    opacity: .7;
}
#home_26 .ticket-banner .ticket.disabled>a{
    pointer-events: none;
}

#home_26 .ticket-banner .ticket>a:hover{
    background-color: #FFC107;
}


/**********tobar****************/
#home_26 .topbar {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 30px;
    align-items: center;
}
#home_26 .topbar img{
    cursor: pointer;
}


#home_26 .topbar .socials img{
    -webkit-filter: invert(100%);
    filter: invert(100%);
    padding-left: 5px;
    height: 50px;
}
#home_26 .topbar .language img{
    padding-left: 15px;
    height: 30px;
}

/**********gallery banner****************/

#home_26 .gallery-banner {
    background-image: url(../img/26/gallery-banner.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 2560 / 945;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: -6px;
}

#home_26 .gallery-banner .gallery{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#home_26 .gallery-banner .gallery>img {
    height: 80%;
    object-fit: contain;
    padding: 0 6%;
}

/****************ABC**********************/

.abc-title-img {
    margin: 0 auto;
    max-width: 420px;
    display: block;
    padding-top: 80px;
}

#abc_26 {
    background:#26201D;
    background-repeat: repeat;
    padding-bottom:0px; 
    margin-bottom:0px
}
#abc_26 #abc{
    background: #e8e1cf;
    padding-bottom: 60px;
}
#abc_26 h2 {
    /*font-family: 'Badaboom BB';*/
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 43px;
    color: #000;
    padding-top:80px;
    text-transform:uppercase;
    width:50%;
    margin:0 auto;
}

#abc_26 .faq {
    width:50%;
    margin:40px auto;
}
#abc_26 .faq h4 {
    border: 4px solid #000000;
    border-radius: 0 !important;
    color:black;
    font-size:25px;
    background: white;
    padding:10px 20px;
    box-sizing:border-box;
    font-family: 'ObviouslyNarrowBlack';
    font-style: normal;
    font-weight: 500;
    margin-bottom:0;
    margin-top: 10px;
	background: #78b443;
    text-align: center;
    transition: 400ms;
}

#abc_26 .faq h4:hover {
    transition: 100ms;
	background: #ff73b8;
}

#abc_26 .faq .expand {
    color:black;
    border: 4px solid #000000;
    border-top:0;
    padding:20px; 
    box-sizing:border-box;
}

#abc_26 .faq h4.expanded {
    background-color: #ff73b8;
}

/****************footer*******************/

#home_26 .footer{
    width: 100%;
    height: auto;
}

/****************mobile******************/
.mobile{
    display:none
}

@media(max-width:800px){
    .desktop{
        display: none;
    }
    .mobile{
        display:block;
    }
    #home_26 .gallery-banner{
        background-image: url('../img/26/mobile/gallery-banner-mobile.webp');;
        aspect-ratio: 1799 / 1874;
    }
    #home_26 .topbar .socials img{
        height: 30px;
    }

    #home_26 .ticket-banner{
        font-size: 30px;
        padding: 15% 30px 70px;
    }
}
@media(max-width:500px){
	.abc-title-img {
    max-width: 80%;
}
    #home_26 .ticket-banner{
        font-size: 20px;
        padding: 15% 20px 50px;
    }
    #home_26 .topbar .language img{
        padding-left: 5px;
    }
	#abc_26 .faq {
    width: 85%;
}
}