﻿/* Footer */
.contacts-footer,
.partners-footer,
.payment-footer,
.footer-navigation-wrapper,
.media-footer {
    display: none !important;
}

/* Keymessage */
.mural-keymessage {
    position: relative;
    background: #c30000;
    padding: 0 0 60px;
    overflow: hidden;
}

    .mural-keymessage .scroll-tip {
        opacity: 0;
        position: absolute;
        bottom: -20px;
        z-index: 2;
        transition: opacity ease-in-out 300ms;
        left: 50%;
        transform: translateX(-50%);
    }

        .mural-keymessage .scroll-tip.ani-opacity {
            opacity: 1;
            transition: opacity 1s;
        }

        .mural-keymessage .scroll-tip object, .mural-keymessage .scroll-tip svg {
            height: 50px;
            margin: 7px 15px 7px 13px;
        }

        .mural-keymessage .scroll-tip p {
            font-size: 12px;
            color: #ffffff;
            font-weight: 500;
        }

        .mural-keymessage .scroll-tip.animate {
            opacity: 0 !important;
            transition: opacity ease-in-out 300ms !important;
        }

    .mural-keymessage.loaded .scroll-tip {
        opacity: 1;
        transition: all 800ms ease-out 800ms;
    }

    .mural-keymessage .background {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: top left;
        height: 100%;
        opacity: 0;
        transition: opacity 1000ms ease-in-out;
    } 

        .mural-keymessage.loaded .background {
            opacity: 1;
        }

    .mural-keymessage .top-content {
        position: relative;
        height: calc(100vh - 70px);
        padding-top: 50px;
    }

        .mural-keymessage .top-content .text-wrapper {
            padding: 0 15px 30px;
            text-transform: uppercase;
            color: #FFFFFF;
            z-index: 1;
            transition: all 200ms ease-out;
        }

            .mural-keymessage .top-content .text-wrapper p {
                position: relative;
                font-family: Pfdintextcomppro, Roboto;
                opacity: 0;
                top: 50px;
                transition: all 600ms ease-in-out;
            }

                .mural-keymessage.loaded .top-content .text-wrapper p {
                    opacity: 1;
                    top: 0;
                }

            .mural-keymessage .top-content .text-wrapper p:first-of-type {  
                font-size: 49px;
                transition-delay: 200ms;
            }

            .mural-keymessage .top-content .text-wrapper p:last-of-type {
                font-size: 58px;
                line-height: 40px;
                transition-delay: 400ms;
            }

        .mural-keymessage .top-content .image-wrapper {
            position: relative
        }

            .mural-keymessage .top-content .image-wrapper .stars {
                position: absolute;
                top: 0;
                right: 15px;
                height: 85.5%;
                width: 72.4%;
                margin: 0;
                -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);                
            }

                .mural-keymessage .top-content .image-wrapper .stars img {
                    height: 10%;
                    left: 100%;
                    opacity: 0; 
                    transition: all 1500ms ease-out;
                }
                
                    .mural-keymessage.loaded .top-content .image-wrapper .stars img {
                        left: 0;
                        opacity: 1;
                    } 

                .mural-keymessage .top-content .image-wrapper .stars img:nth-child(1) {
                    transition-delay: 50ms;
                }
                .mural-keymessage .top-content .image-wrapper .stars img:nth-child(2) {
                    transition-delay: 100ms;
                }
                .mural-keymessage .top-content .image-wrapper .stars img:nth-child(3) {
                    transition-delay: 150ms;
                }
                .mural-keymessage .top-content .image-wrapper .stars img:nth-child(4) {
                    transition-delay: 200ms;
                }
                .mural-keymessage .top-content .image-wrapper .stars img:nth-child(5) {
                    transition-delay: 250ms;
                }
                .mural-keymessage .top-content .image-wrapper .stars img:nth-child(6) {
                    transition-delay: 300ms;
                }
                .mural-keymessage .top-content .image-wrapper .stars img:nth-child(7) {
                    transition-delay: 350ms;
                }
                .mural-keymessage .top-content .image-wrapper .stars img:nth-child(8) {
                    transition-delay: 400ms;
                }
                .mural-keymessage .top-content .image-wrapper .stars img:nth-child(9) {
                    transition-delay: 450ms;
                }
                .mural-keymessage .top-content .image-wrapper .stars img:nth-child(10) {
                    transition-delay: 500ms;
                }

            .mural-keymessage .top-content .image-wrapper .player {
                opacity: 0;
                left: 15%;
                transition: all 800ms ease-in-out;
                transition-delay: 700ms;
            }

                .mural-keymessage.loaded .top-content .image-wrapper .player {
                    opacity: 1;
                    left: 0;
                }

    .mural-keymessage .bottom-content {
        position: relative;
        padding: 0 15px;
        color: #FFFFFF;
    }

        .mural-keymessage .bottom-content p:first-of-type {
            font-size: 36px;
            line-height: 42px;
            margin-bottom: 10px;
        }

        .mural-keymessage .bottom-content p:last-of-type {
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 5px;
        }

/* Voting Section */
.voting-section {
    margin-bottom: 70px;
}

    .voting-section .highlight-player {
        position: relative;
    }

        .voting-section .highlight-player .image-wrapper {
            height: 768px;
        }

            .voting-section .highlight-player .image-wrapper img {
                object-fit: cover;
                height: 100%;
                opacity: 0;
                z-index: 0;
                transition: all 1000ms ease-in-out;
            }

            .voting-section .highlight-player .image-wrapper img.visible {
                opacity: 1;
                z-index: 1;
            }

            .voting-section .highlight-player .image-wrapper img:last-of-type {
                position: absolute;
                top: 0;
                left: 0;
            }

        .voting-section .highlight-player .stars {
            position: absolute;
            bottom: -120px;
            right: 15px;
            width: 280px;
            z-index: 2;
            transition: all 200ms ease-out;
        }

    .voting-section .info-wrapper {
        position: relative;
        padding-top: 420px;
    }

        .voting-section .info-wrapper .second-player {
            position: absolute;
            top: 0;
            left: 0;
            width: 76%;
            z-index: 1;
            transition: all 200ms ease-out;
        }

        .voting-section .info-wrapper .second-player  div{
            height: 100%;
        }

            .voting-section .info-wrapper .second-player img {
                width: 100%;
                opacity: 0;
                z-index: 0;
                transition: all 1000ms ease-in-out;
            }

            .voting-section .info-wrapper .second-player img.visible {
                opacity: 1;
                z-index: 1;
            }

            .voting-section .info-wrapper .second-player img:last-of-type {
                position: absolute;
                top: 0;
                left: 0;
            }

        .voting-section .info-wrapper .voting-wrapper {
            position: relative;
        }

            .voting-section .info-wrapper .voting-wrapper .third-player {
                position: relative;
                margin-left: auto;
                /*margin-bottom: 30px;*/
                top: 70px;
                width: 76%;
                z-index: 1;
                transition: all 200ms ease-out;
            }

                .voting-section .info-wrapper .voting-wrapper .third-player img {
                    width: 100%;
                    opacity: 0;
                    z-index: 0;
                    transition: all 1000ms ease-in-out;
                }

                .voting-section .info-wrapper .voting-wrapper .third-player img.visible {
                    opacity: 1;
                    z-index: 1;
                }

                .voting-section .info-wrapper .voting-wrapper .third-player img:last-of-type {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

            .voting-section .info-wrapper .voting-wrapper .text-wrapper {
                padding: 0 15px;
            }

                .voting-section .info-wrapper .voting-wrapper .text-wrapper .title {
                    font-size: 36px;
                    line-height: 40px;
                    font-weight: bold;
                    margin-bottom: 10px;
                }

                .voting-section .info-wrapper .voting-wrapper .text-wrapper .content {
                    font-size: 20px;
                    line-height: 26px;
                    margin-bottom: 20px;
                }

                .voting-section .info-wrapper .voting-wrapper .text-wrapper .button.dark {
                    width: 100%;
                    height: 55px;
                    margin-bottom: 10px;
                }

                .voting-section .info-wrapper .voting-wrapper .text-wrapper .disclaimer {
                    font-size: 11px;
                    line-height: 15px;
                }

/*Mosaic*/
.champions-mural .champions-mosaic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to top, #c30000 53.846%, #ffffff 53.846%);
}

    .champions-mural .champions-mosaic .image-wrapper {
        width: 68px;
        /*height: 68px;*/
    }

        .champions-mural .champions-mosaic .image-wrapper img {
            width: 100%;
            height: 100%;
            opacity: 1;
            transition: opacity 0.2s ease-in-out;
        }
        .champions-mural .champions-mosaic .image-wrapper.hide img {
            opacity: 0;
        }

/* Mural Info */
.mural-info {
    position: relative;
    background: #c30000;
    overflow: hidden;
}

    .mural-info .background {
        position: absolute;
        top: 10px;
        right: -100%;
        /*transform: translateX(-100%);*/
        max-width: none;
        transition: transform 200ms ease-out;
    }

    .mural-info .logo-title {
        width: 100%;
        margin: 0;
        padding: 60px 15px 40px;
    }

        .mural-info .logo-title img {
            margin: 0;
        }

    .mural-info .image-wrapper {
        margin-bottom: 40px;
    }

        .mural-info .image-wrapper img:first-of-type {
            width: 72%;
            margin-left: 0;
            margin-bottom: 30px;
            transition: all 200ms ease-out;
        }

        .mural-info .image-wrapper img:last-of-type {
            width: 72%;
            margin-right: 0;
            transition: all 200ms ease-out;
        }

    .mural-info .text-wrapper {
        padding: 0 15px 60px;
        color: #FFFFFF;
    }

        .mural-info .text-wrapper .title,
        .replica-store .main-info .info-wrapper .title {
            font-size: 36px;
            line-height: 40px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .mural-info .text-wrapper .content,
        .replica-store .main-info .info-wrapper .content {
            font-size: 20px;
            line-height: 26px;
        }

/* Replica Store */
.replica-store {
    position: relative;
    background: #c30000;
    color: #FFFFFF;
}

    .replica-store .image-wrapper img {
        margin: 0;
        width: 100%;
    }

        .replica-store .image-wrapper .replica-size {
            font-size: 20px;
            font-weight: bold;
            line-height: 26px;
            padding: 10px 15px 0;
        }

    .replica-store .main-info {
        margin-bottom: 80px;
    }

        .replica-store .main-info .image-wrapper {
            position: relative;
            width: 100%;
            margin-bottom: 30px;
            transition: all 200ms ease-out;
        }

        .replica-store .main-info .info-wrapper {
            padding: 0 15px;
        }

            .replica-store .main-info .info-wrapper .button-area {
                padding: 20px 0 0;
            }

                .replica-store .main-info .info-wrapper .button-area .button {
                    min-width: 100%;
                    height: 55px;
                    margin: 0;
                    border-color: #FFFFFF;
                }

    .replica-store .additional-images {
        display: flex;
        justify-content: space-between;
    }

        .replica-store .additional-images .image-wrapper {
            position: relative;
            width: 48%;
            transition: all 200ms ease-out;
        }

        .replica-store .additional-images .image-wrapper:first-child {
            top: 20px;
        }

/* How To */
.how-to {
    position: relative;
    background: #c30000;
    overflow: hidden;
    padding: 0 15px 60px;
    color: #FFFFFF;
    padding-bottom: 60px;
}

    .how-to .text-wrapper .title {
        color: #FFFFFF;
        font-size: 36px;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .how-to .text-wrapper .content {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 26px;
    }

    .how-to .steps-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 30px 0;
    }
        .how-to .steps-wrapper .step {
            display: flex;
            gap: 15px;
        }
            .how-to .steps-wrapper .step .number{
                font-size: 46px;
                font-weight: bold;
                line-height: 60px;
                min-width: 75px;
                text-align: center;
            }
            .how-to .steps-wrapper .step .content {
                flex-grow: 1;
            }
    .how-to .button-area{
       padding: 0;
    }
        .how-to .button-area .button {
            margin: 0;
            height: 55px;
            border-color: #FFFFFF;
        }

/* Parallax */
.fixed-image {
    height: 100vh;
}

/* Voting Popup */
.popup.voting{
    padding: 0;
    /*height: fit-content;*/
    /*overflow: scroll;*/
}
    .popup.voting .popup-wrapper {
        height: 100%;
        padding: 0;
        /*height: fit-content;*/
        /*max-height: none;*/
    }
        .popup.voting .popup-wrapper ._widget{
            height: 100% !important;
        }

        .popup.voting .popup-wrapper ._widget body::-webkit-scrollbar {
            display: none;
        }

@media screen and (min-width: 768px){
    .mural-keymessage .scroll-tip {
        position: absolute;
        bottom: -20px;
    }

        .mural-keymessage .scroll-tip object, #jerseyKeyMessage .scroll-tip svg {
            height: 80px;
            margin: 7px 10px 7px 9px;
        }
    /* Voting Section */
    .voting-section {
        margin-bottom: 20px;
    }

        .voting-section .highlight-player .image-wrapper {
            height: auto;
            width: 100%;
        }

            .voting-section .highlight-player .image-wrapper img {
                width: 100%;
            }

        .voting-section .highlight-player .stars {
            bottom: -30%;
            right: 13.91%;
            width: 30.75%;
        }

        .voting-section .info-wrapper {
            display: flex;
            justify-content: center;
            column-gap: 25px;
            padding-top: 160px;
            max-height: 1050px;
        }

            .voting-section .info-wrapper .second-player {
                position: relative;
                top: -160px;
                width: 39.24%;
                margin: 0;
            }

                .voting-section .info-wrapper .second-player img {
                    height: 100%;
                    object-fit: cover;
                }

            .voting-section .info-wrapper .voting-wrapper {
                width: 39.24%;
            }

                .voting-section .info-wrapper .voting-wrapper .third-player {
                    width: auto;
                    /*margin-bottom: 40px;*/
                    top: 50px;
                }

                .voting-section .info-wrapper .voting-wrapper .text-wrapper {
                    padding: 0;
                }

                    .voting-section .info-wrapper .voting-wrapper .text-wrapper .title {
                        font-size: 46px;
                        line-height: 52px;
                    }
}

@media screen and (min-width: 992px) {
    /* Keymessage */
    .mural-keymessage .background {
        width: 100%;
    }

    .mural-keymessage .top-content {
        height: calc(100vh - 110px);
        padding-top: 15px;
        margin-bottom: 60px;
    }

        .mural-keymessage .top-content .text-wrapper {
            position: absolute;
            top: 47%;
            left: 2.93%;
            transform: translateY(-50%);
            padding: 0;
        }

            .mural-keymessage .top-content .text-wrapper p:first-of-type {
                font-size: 120px;
            }

            .mural-keymessage .top-content .text-wrapper p:last-of-type {
                font-size: 140px;
                line-height: 80px;
            }

        .mural-keymessage .top-content .image-wrapper {
            height: 100%;
        }

            .mural-keymessage .top-content .image-wrapper .stars {
                top: -10px;
                right: 1.68%;
                width: 31.41%;
                height: 91%;
            }

            .mural-keymessage .top-content .image-wrapper .player {
                margin-right: 5.34%;
            }

    .mural-keymessage .bottom-content {
        display: flex;
        justify-content: center;
        column-gap: 25px;
    }

        .mural-keymessage .bottom-content p {
            width: 39.17%;
        }

        .mural-keymessage .bottom-content p:first-of-type {
            font-size: 46px;
            line-height: 52px;
        }

    /* Mural Info */
    .mural-info .background {
        top: 60px;
        right: 2%;
    }

    .mural-info .logo-title {
        position: absolute;
        top: 29%;
        left: 64%;
        transform: translate(-50%, -50%);
        width: 52.71%;
        padding: 0;
        z-index: 1;
    }

    .mural-info .image-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-top: 160px;
        margin-bottom: 60px;
    }

        .mural-info .image-wrapper img:first-of-type {
            width: 41%;
            margin: 0;
        }

        .mural-info .image-wrapper img:last-of-type {
            bottom: -115px;
            width: 39.17%;
            margin: 0 9.88% 0 0;
        }

    .mural-info .text-wrapper {
        width: 36%;
        margin: 0 0 120px 9.88%;
        padding: 0;
    }

        .mural-info .text-wrapper .title,
        .replica-store .main-info .info-wrapper .title {
            font-size: 46px;
            line-height: 52px;
            margin-bottom: 10px;
        }

    /* Replica Store */
    .replica-store {
        padding-bottom: 495px;
    }

        .replica-store .main-info {
            position: relative; 
            display: flex;
            justify-content: space-between;
            padding-right: 9.88%;
            margin: 0;
            z-index: 1;
        }

            .replica-store .main-info .image-wrapper {
                width: 40.92vw;
                max-width: 655px;
                margin: 0;
            }

            .replica-store .main-info .info-wrapper {
                width: 39.24vw;
                max-width: 600px;
                padding: 113px 0 0;
            }

                .replica-store .main-info .info-wrapper .button-area {
                    padding-top: 30px;
                }

        .replica-store .additional-images {
            position: absolute;
            justify-content: flex-end;
            column-gap: 1.76%;
            top: 62%;
            width: 100%;
            transform: translateY(-50%);
        }

            .replica-store .additional-images .image-wrapper {
                width: 40.92%;
            }

                .replica-store .additional-images .image-wrapper:first-child {
                    width: 31.04%;
                    top: 50px;
                }

    /* How To */
    .how-to {
        padding: 0 9.88%;
        padding-bottom: 120px;
    }

        .how-to .step-info {
            width: 40%;
            padding: 0;
        }

        .how-to .text-wrapper .title {
            font-size: 46px;
            line-height: 52px;
        }


        .how-to .steps-wrapper {
            flex-direction: row;
            justify-content: space-between;
            gap: 80px;
        }

            .how-to .steps-wrapper .step {
                width: 33.3%;
                gap: 30px;
            }

                .how-to .steps-wrapper .step .number {
                    min-width: fit-content;
                    text-align: left;
                }

        .how-to .button-area {
            width: 285px;
            margin: auto;
        }

            .how-to .button-area .button {
                min-width: 100%;
            }

                .how-to .button-area .button:hover,
                .replica-store .main-info .info-wrapper .button-area .button:hover {
                    border: 1px solid #ffffff !important;
                }

    /* Voting Popup */
    .popup.voting {
        padding: 30px 16.3%;
    }
}