.first_section {
    display: flex;
    padding: 3.33vw 6.25vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.25vw;
    align-self: stretch;
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/concertHallMain.jpg") lightgray 50% / cover no-repeat;
    margin-top: 100px;
}

.countContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.77vw;
}

.countInnerContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.77vw;
    align-self: stretch;
}

.countText {
    color: #FFF;
    font-family: Forum;
    font-size: 2.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.79vw;
    letter-spacing: -0.043vw;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out forwards !important;
}

.titleContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}

.titleText {
    color: #FFF;
    font-family: "ZT Neue Ralewe";
    font-size: 5.21vw;
    font-style: italic;
    font-weight: 500;
    line-height: 3.79vw;
    letter-spacing: -0.104vw;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.2s forwards !important;
}

.subTitleText {
    width: 63.23vw;
    color: #FFF;
    text-align: center;
    font-family: Forum;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.025vw;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.4s forwards !important;
}

.reserveText {
    width: 63.23vw;
    color: #FFF;
    text-align: center;
    font-family: Forum;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.033vw;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.5s forwards !important;
}

.reserveSpecialText {
    color: #FFF;
    font-family: Forum;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.033vw;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
}

.buttonContainer {
    display: flex;
    padding: 0.83vw 0;
    justify-content: center;
    align-items: center;
    gap: 0.62vw;
    border-radius: 0.73vw;
    cursor: pointer;
}

.buttonInnerContainer {
    display: flex;
    padding: 0.63vw 1.67vw;
    justify-content: center;
    align-items: center;
    border-radius: 3.65vw;
    border: 0.052vw solid rgba(240, 240, 240, 0.43);
    background: rgba(255, 255, 255, 0.50);
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.6s forwards !important;
}

.buttonText {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope;
    font-size: 0.94vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.7s forwards !important;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.characteristic_section {
    display: flex;
    padding: 4vh 6vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vh; 
    align-self: stretch;
}

.characteristicsContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 100%;
    flex-wrap: wrap;
    gap: 15.875vw; 
}

.characteristic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3vh;
    flex: 1; 
    min-width: 10vw; 
}

.characteristicTitle {
    align-self: stretch;
    color: #FFF;
    font-family: Forum, serif;
    font-size: 2.05vw;
    font-style: normal;
    font-weight: 400;
    line-height: min(4vh, 2vw);
    letter-spacing: -0.041vw;
}

.characteristicText {
    color: #FFF;
    font-family: Forum, serif;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.024vw;
}

.image_section {
    display: flex;
    padding: 5vw 6vw; 
    flex-direction: column;
    align-items: flex-start;
    gap: 3vw; 
    align-self: stretch;
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 299.52%),
    url("../images/concertHallImageSection.jpg") no-repeat center/cover;
}

.image_section_Container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vw; 
    align-self: stretch;
}

.image_section_text {
    color: #FFF;
    text-align: center;
    font-family: "ZT Neue Ralewe", sans-serif;
    font-size: clamp(2.5rem, 5vw, 6rem); 
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; 
    letter-spacing: -0.05em; 
}

.second_section {
    display: flex;
    padding: 3.33vw 6.25vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
    align-self: stretch;
}

.second_firstContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.second_firstContainer2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.second_image {
    width: 42.71vw;
    height: 32.24vw;
    aspect-ratio: 820/619;
    border-radius: 1.68vw;
    background: url("../images/concertHallsecond1.png") lightgray 50% / cover no-repeat;
}

.second_image2 {
    width: 42.71vw;
    height: 32.24vw;
    aspect-ratio: 820/619;
    border-radius: 1.68vw;
    background: url("../images/concertHallsecond2.jpg") lightgray 50% / cover no-repeat;
}

.second_firstInnerContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5vw;
}

.second_firstTitle {
    color: #FFF;
    font-family: Forum;
    font-size: 2.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.79vw;
    letter-spacing: -0.043vw;
}

.second_capacityContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.52vw;
}

.vertical_line {
    width: 0.052vw;
    height: 2.97vw;
    background: #FFF;
}

.capacity_text {
    width: 42.4vw;
    color: #FFF;
    font-family: Forum;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.025vw;
}

.second_firstText {
    width: 42.4vw;
    color: #FFF;
    font-family: Forum;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.025vw;
    margin-bottom: 15px;
}

.second_firstTextBig{
    color: #FFF;
    font-family: Forum;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    margin-bottom: 15px;
}

.second_firstText li {
    margin-bottom: 0.78vw;
}

.second_secondContainer {
    display: flex;
    align-items: flex-start;
    gap: 1.3vw;
    align-self: stretch;
    flex-direction: column;
}

.second_secondMainText {
    flex: 1 0 0;
    color: #FFF;
    font-family: Forum;
    font-size: 2.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.043vw;
}

.second_secondText {
    flex: 1 0 0;
    color: #FFF;
    font-family: Forum;
    font-size: 1.72vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.034vw;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

/*.second_firstText li:before, .second_secondText li:before, .capacity_text li:before {*/
/*    content: "•";*/
/*    color: white;*/
/*    padding-right: 0.26vw;*/
/*    padding-left: 0.26vw;*/
/*}*/

.second_firstText li,  .second_secondText li, .capacity_text li{
    position: relative;
    padding-left: clamp(1rem, 2.08vw, 2.5rem);
    margin-bottom: clamp(0.5rem, 0.781vw, 0.9375rem);
}

.second_firstText li:before,  .second_secondText li:before, .capacity_text li:before {
    content: "•";
    position: absolute;
    left: 0;
    /*top: 0.05em;*/
    color: #FFF;
    font-size: clamp(1rem, 1.563vw, 1.875rem);
    line-height: 1;
}

.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, filter 0.6s ease-in-out;
    will-change: opacity, transform, filter;
}

.scroll-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.scroll-animate.is-hidden {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
}

.hl{
    display: none;
}

@media (max-width: 480px) {
    .first_section {
        margin-top: 100px;
        display: flex;
        height: 543px;
        padding: 16px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        gap: 0;
        background: linear-gradient(0deg, rgba(30, 23, 34, 0.99) 0%, rgba(0, 0, 0, 0.00) 126.15%), url("../images/concertHallMain.jpg") lightgray 50% / cover no-repeat;
    }

    .countContainer {
        display: flex;
        height: 73px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex-shrink: 0;
    }

    .countInnerContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 34px;
        align-self: stretch;
    }

    .countText {
        color: #FFF;
        font-family: Forum;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.4px;
    }

    .titleContainer {
        display: flex;
        padding-top: 22px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
        margin-bottom: 16px;
    }

    .titleText {
        width: 296px;
        color: #FFF;
        font-family: "ZT Neue Ralewe";
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 80%; /* 28.8px */
        letter-spacing: -0.72px;
        text-align: left;
    }

    .subTitleText {
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
        text-align: left;
    }

    .reserveText {
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.36px;
        text-align: left;
    }

    .reserveSpecialText {
        color: #FFF;
        font-family: Forum;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.36px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .buttonContainer {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    .buttonInnerContainer {
        display: flex;
        padding: 8px 32px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 70px;
        border: 1px solid rgba(240, 240, 240, 0.43);
        background: rgba(255, 255, 255, 0.50);
        width: 100%;
    }

    .buttonText {
        color: #FFF;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    
    .characteristic_section{
        display: flex;
        padding: 0px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    
    .characteristicsContainer{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
    }
    
    .characteristic{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .characteristicTitle{
        color: #FFF;
        font-family: Forum;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.48px;
    }
    
    .characteristicText{
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
    }
    
    .image_section {
        display: flex;
        padding: 35px 16px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 103.19%), url("../images/concertHallImageSection.jpg") lightgray -218.777px -15.789px / 221.003% 106.341% no-repeat;
    }

    .image_section_Container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 330px;
    }

    .image_section_text {
        color: #FFF;
        font-family: "ZT Neue Ralewe";
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.72px;
        text-align: left;
    }

    .second_section{
        display: flex;
        padding: 0px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .second_firstContainer{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        align-self: stretch;
    }
    .second_firstContainer2{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        align-self: stretch;
    }
    .second_image{
        width: 100%;
        height: 247.6px;
        align-self: stretch;
        aspect-ratio: 328.00/247.60;
        border-radius: 20px;
        background: url("../images/concertHallsecond1.png") lightgray 50% / cover no-repeat;
    }
    .second_image2{
        width: 100%;
        height: 247.6px;
        align-self: stretch;
        aspect-ratio: 328.00/247.60;
        border-radius: 20px;
        background: url("../images/concertHallsecond2.jpg") lightgray 50% / cover no-repeat;
    }
    .second_firstInnerContainer{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }
    .second_firstTitle{
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.48px;
    }
    .second_capacityContainer{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .vertical_line{
        width: 1px;
        height: 45px;
        background: #FFF;
    }
    .capacity_text{
        width: 100%;
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
    }
    .second_firstText{
        width: 100%;
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
    }
    .second_firstText{
        width: 100%;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
    }
    ul {
        list-style: none;
        padding-left: 0;
    }

    .second_firstText li:before, .second_secondText li:before, .capacity_text li:before {
        content: "•";
        color: white;
        padding-right: 5px;
        padding-left: 5px;
    }
    .second_secondContainer{
        width: 100%;
        display: flex;
        padding: 0px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }
    .second_secondMainText{
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 20.5px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.41px;
        text-align: left;
    }
    .second_secondText{
        color: #FFF;
        font-family: Forum;
        font-size: 16.5px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.33px;
        text-align: left;
    }
    .attention{
        display: none;
    }
    .hl{
        display: block;
        width: 100%;
        height: 0.5px;
        background: #FFF;
    }
    .second_firstTextBig{
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.4px;
    }
}