@media screen and (max-width: 900px) {

    .window {
        display: block;
        height: auto;
        overflow: auto;
    }

    .container {
        position: static;
        width: 100%;
        /* height: 100vh !important; */
        /* height: calc(var(--vh, 1vh) * 100);  */
        height: calc(100vh - (var(--main-padding) * 2)); 
    }

    .screen {
        position: static;
        width: 100%;
        height: auto;
    }

    #logo-screen {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .top-bar-details {
        margin-right: 210px;
        padding-left: 210px;
        white-space: nowrap;
    }

    .logo-row {
        margin-top: 0;
    }

    #intro-screen {
        min-height: 100vh;
    }

    .intro-content {
        flex: 1;
    }

    .intro-img-holder {
        height: 100%;
        flex-grow: 1;
    }

    .intro-holder {
        display: flex;
        flex-direction: column;
    }

    .intro-title-holder {
        height: 350px; 
    }

    #details-screen {
        padding-top: 50px; 
    }

    .details-content {
        display: block;
    }

    .details-col {
        width: 100%;
    }

    .details-logo-holder::after {
        right: 0;
    }

    .details-logo-holder, .details-title-holder {
        border-left: solid 1px var(--white);
    }

    .details-title-holder {
        height: 230px;
    }

    .event-details-holder, .participating-holder {
        display: flex;
        justify-content: center;
    }

    .yes-no-holder {
        display: block;
    }

    .capacity-full-holder {
        flex-direction: column;
    }

    .popup-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        flex-direction: column;
        align-items: center;
        overflow: auto;
        border-radius: 0;
    }

    ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .close-btn {
        align-self: flex-end;
        position: fixed;
        right: calc(var(--main-padding) * 2);
        top: calc(var(--main-padding) * 2);
        z-index: 9999999;
    }

    .form-holder {
        max-width: 450px;
        width: 100%;
    }

    .form-title-text {
        margin-top: calc(var(--main-padding)* 4);
    }

    .register-btn-holder {
        align-self: auto;
        max-width: 450px;
        width: 100%;
    }

    .register-btn {
        margin-bottom: 0;
        margin-top: 20px;
        display: block;
        width: 100%;
    }

}

@media screen and (max-width: 790px) {

    #logo-screen > div {
        padding: var(--main-padding);
    }
    
    .luxury-row {
        font-size: 22vw;
    }

    .accor-logo-a {
        width: 75px;
    }

    .frieze-row {
        gap: 20px; 
    }

    .frieze-row > img {
        transform: scale(0.8);
    }

}

@media screen and (max-width: 740px) {
    
    .intro-title {
        margin: 8% 0;
        margin-top: 10%;
    }

    .event-details {
        font-size: 24px;
    }

    .event-details-label {
        width: 120px;
    }

    .btns {
        font-size: 20px;
        min-width: 220px;
    }

    .slide-label {
        font-size: 16px;
    }

}

@media screen and (max-width: 580px) {

    .intro-title-holder::before, .intro-title-holder::after {
        display: none;
    }

}

@media screen and (max-width: 560px) {

    .accor-logo-a {
        width: 65px;
    }

    .frieze-row {
        margin-top: 0;
        gap: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .frieze-row > img {
        transform: scale(0.6);
        min-height: 50px;
    }

    .details-title > div:first-child {
        font-size: 5vw;
    }

    .details-title > div:last-child {
        font-size: 6vw;
    }

}

@media screen and (max-width: 615px) {

    .top-bar-details {
        margin-right: 180px;
        padding-left: 180px;
    }

    .details-logo-holder {
        height: 180px;
    }

    .details-logo-holder::after {
        width: 180px;
    }

    .details-title-holder {
        height: auto;
        padding-bottom: calc(var(--main-padding)* 2);
    }

    .details-slides-holder {
        height: 400px;
    }

    .slide-nav {
        display: none;
    }

    .slide-label {
        width: 100%;
        text-align: center;
    }

    .event-details {
        font-size: 24px;
        padding-top: var(--main-padding);
    }

    .event-details-row {
        flex-direction: column;
    }

    .btns-holder {
        flex-direction: column;
        gap: var(--main-padding);
    }

    .btns {
        min-width: 100%;
    }

    .participating-holder {
        padding: 0 var(--main-padding);
    }

    .desktop {
        display: none;
    }

}

@media screen and (max-width: 460px) {

    .intro-title {
        font-size: 6vw;
        line-height: 9vw;
    }

}

@media screen and (max-width: 415px) {

    .top-bar-details {
        padding-left: 100px;
    }

}

@media screen and (max-width: 370px) {

    .top-bar {
        font-size: 4.9vw;
    }

}