#night-event {
    background-color: rgba(11, 17, 40, 1);

    h2 {
        font-family: var(--primary-font);
        font-weight: 700;
        font-size: 64px;
        line-height: 88%;
        letter-spacing: 1%;
        text-align: center;
        text-shadow: 0px 0px 10px #FFFFFF80;
        text-transform: uppercase;
        color: var(--white-color);
        margin: 24px auto 6px;
        width: 100%;
        background: linear-gradient( 180deg, rgb(232, 228, 251) 61.23%, rgba(94, 54, 245, 0.3) 100% );
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: white;
        display: block;

        @media (max-width: 960px) {
            font-size: 40px;
        }
    }
    h3 {
        font-weight: 500;
        font-size: 40px;
        line-height: 120%;
        letter-spacing: -2%;
        background: linear-gradient( 180deg, rgb(232, 228, 251) 61.23%, rgba(94, 54, 245, 0.3) 100% );
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: white;

        @media (max-width: 960px) {
            font-size: 20px;
        }
    }
    div {
        &.above {
            font-weight: 700;
            font-size: 20px;
            line-height: 160%;
            letter-spacing: 2%;
            text-transform: uppercase;
            color: rgba(125, 117, 255, 1);
            position: relative;
            width: fit-content;
            margin: 0 auto;

            &:before, &:after {
                content: "";
                position: absolute;
                width: 50px;
                height: 5px;
                background-image: url("../../assets/images/divider.png");
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                top: 0;
                bottom: 0;
                margin: auto;
            }
            &:before {
                left: -60px;
            }
            &:after {
                right: -60px;
                transform: rotate(180deg);
            }
        }
    }
    a {
        &.cta {
            font-weight: 700;
            font-size: 18px;
            line-height: 140%;
            letter-spacing: 4%;
            text-transform: uppercase;
            color: var(--main-color);
            margin: 0 auto;
            text-decoration: none;
            padding: 16px 64px;
            border-radius: 8px;
            display: block;
            text-align: center;
            width: fit-content;
            background: linear-gradient(95.8deg, #D3FF00 31.59%, #AAFF00 99.9%);
            box-shadow:
                0px 4px 8px 0px #AFFE0430,
                0px 15px 15px 0px #AFFE042B,
                0px 35px 21px 0px #AFFE041A,
                0px 62px 25px 0px #AFFE0408,
                0px 96px 27px 0px #AFFE0400;
            
            @media (max-width: 960px) {
                padding: 16px 0;
                width: 100%;
                font-size: 14px;
            }
        }
    }
    #section1 {
        background-size: cover;
        background-attachment: fixed;
        background-blend-mode: overlay;
        background-position: center center;
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
        padding-bottom: 250px;

        @media (max-width: 960px) {
            padding: 0 20px 50px;
        }
        &::before, &::after {
            position: absolute;
            content: "";
            background-image: url(../../assets/images/night-event-vector.png);
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            top: 0;
            height: 100%;
            width: 20vw;
            z-index: 1;
        }
        &::before {
            left: 0;
        }
        &::after {
            right: 0;
            transform: rotate(180deg);
        }
        video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            opacity: 0.15;
            object-fit: cover;
        }
        img {
            display: block;
            height: auto;
            margin-left: auto;
            margin-right: auto;

            &.logo {
                width: 217px;

                @media (max-width: 960px) {
                    width: 130px;
                }
            }
            &.title {
                width: 1150px;
                max-width: 100%;

                @media (max-width: 960px) {
                    height: 114px;
                    width: auto;
                    max-width: 100%;
                }
            }
            &.venue-logo {
                width: 325px;

                @media (max-width: 960px) {
                    height: 60px;
                    width: auto;
                    max-width: 100%;
                }
            }
        }
        p {
            &.extra-data {
                font-weight: 700;
                font-size: 28px;
                line-height: 140%;
                letter-spacing: 2%;
                text-align: center;
                text-transform: uppercase;

                span {
                    color: var(--secondary-color);
                    position: relative;
                    top: -5px;

                    @media (max-width: 960px) {
                        font-size: 10px;
                        top: -2px;
                    }
                }
                @media (max-width: 960px) {
                    font-size: 18px;
                    letter-spacing: 4%;
                }
            }
        }
    }
    #section2 {
        margin-top: -120px;
        
        @media (max-width: 960px) {
            margin-top: 0;

            .container {
                padding: 0 32px;
            }
        }
        div {
            &.row {
                background: linear-gradient(180deg, #0B1128 59.32%, rgba(11, 17, 40, 0) 100%);
                position: relative;
                border-radius: 48px;
                padding: 48px 30px 0;
                border-top: 2px solid rgba(87, 94, 246, 1);
                z-index: 10;

                @media (max-width: 960px) {
                    padding: 24px 16px;
                    border-radius: 32px;
                }
                &:before {
                    content: "";
                    display: block;
                    width: 300px;
                    height: 30px;
                    position: absolute;
                    top: -15px;
                    right: 0;
                    left: 0;
                    opacity: 0.7;
                    margin: auto;
                    background-image: url('../../assets/images/world-cup-glow.png');
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                }
            }
            &.divider {
                position: relative;

                &:before {
                    content: "";
                    position: absolute;
                    background-image: url("../../assets/images/glow.png");
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 60px;
                    height: 230px;
                    top: 0;
                    bottom: 0;
                    left: -30px;
                    margin: auto;

                    @media (max-width: 960px) {
                        width: 30px;
                        height: 115px;
                        left: -15px;
                    }
                }
            }
            &.mobile-no-divider:before {
                @media (max-width: 960px) {
                    display: none;
                }
            }
        }
        img {
            &.icon {
                width: 154px;
                height: 154px;
                height: auto;
                margin: 0 auto;
                object-fit: cover;

                @media (max-width: 960px) {
                    width: 64px;
                    height: 64px;
                }
            }
        }
        p {
            font-weight: 700;
            font-size: 26px;
            line-height: 140%;
            letter-spacing: 4%;
            text-align: center;
            text-transform: uppercase;
            max-width: 195px;
            margin: 12px auto 0;

            @media (max-width: 960px) {
                font-size: 14px;
                max-width: 140px;
            }
        }
    }
    #section3 {
        padding-top: 64px;

        @media (max-width: 960px) {
            padding: 48px 20px 0;
        }
        div {
            &.img-container {
                position: relative;

                @media (max-width: 960px) {
                    margin-bottom: 24px;
                }
                &:before, &::after {
                    content: "";
                    position: absolute;
                    background-image: url("../../assets/images/world-cup-glow.png");
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 300px;
                    height: 50px;
                    left: 0;
                    right: 0;
                    margin: auto;
                }
                &:before {
                    top: -25px;
                }
                &:after {
                    bottom: -25px;
                }
                img {
                    border: 1px solid var(--border-border-primary, rgba(103, 80, 255, 1));
                    padding: 16px;
                    border-radius: 32px;

                    @media (max-width: 960px) {
                        border-radius: 24px;
                    }
                }
            }
            &.head {
                h2 {
                    width: 100%;
                    max-width: 650px;
                    margin: 24px auto 40px;

                    @media (max-width: 960px) {
                        margin-bottom: 24px;
                    }
                }
            }
            &.content {
                p {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 160%;
                    letter-spacing: 0%;
                }
                div {
                    &.note {
                        font-size: 18px;
                        background: rgba(35, 22, 80, 0.5);
                        border-top: 1px solid var(--border-border-primary, rgba(103, 80, 255, 1));
                        padding: 24px 24px 24px 60px;
                        margin-top: 32px;
                        position: relative;

                        &:before {
                            content: "";
                            position: absolute;
                            width: 24px;
                            height: 24px;
                            background-image: url("../../assets/images/icon-alert.png");
                            background-position: center;
                            background-size: contain;
                            background-repeat: no-repeat;
                            top: 24px;
                            left: 24px;
                        }
                    }
                }
            }
        }
    }
    #section4 {
        padding: 64px 0;

        @media (max-width: 960px) {
            padding: 24px 20px;
        }
        h2 {
            margin: 24px 0;
            text-align: left;

            @media (max-width: 960px) {
                text-align: center;
                margin: 16px 0;
            }
        }
        p.note {
            border-top: 1px solid var(--border-border-primary, #6750FF);
            padding-top: 24px;
            margin-top: 24px;

            @media (max-width: 960px) {
                padding-top: 12px;
                margin-top: 12px;
            }
        }
        div {
            &.above {
                margin: inherit;

                @media (max-width: 960px) {
                    margin: 0 auto;
                }
                &:before {
                    display: none;

                    @media (max-width: 960px) {
                        display: block;
                    }
                }
            }
            &.glow-container {
                position: relative;

                &:before, &::after {
                    content: "";
                    position: absolute;
                    background-image: url("../../assets/images/world-cup-glow.png");
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    width: 300px;
                    height: 50px;
                    left: 0;
                    right: 0;
                    margin: auto;
                    z-index: 9;
                }
                &:before {
                    top: -25px;
                }
                &:after {
                    bottom: -25px;
                }
            }
            &.venue {
                max-width: 1120px;
                margin: 32px auto 64px;
                border-radius: 32px;
                border: 1px solid var(--Secondary-DarkBlurple-900, rgba(57, 27, 151, 1));                
                position: relative;
                overflow: hidden;
                
                @media (max-width: 960px) {
                    border-radius: 24px;
                    max-width: none;
                    width: 100%;
                }
                .col-md-12 {
                    background: linear-gradient(90deg,rgba(18, 8, 56, 1) 45%, rgba(255, 255, 255, 0) 100%);
                    box-shadow: 0px 0px 40px 0px rgba(103, 80, 255, 0.8) inset;
                    padding: 90px 72px;
                    z-index: 1;

                    @media (max-width: 960px) {
                        padding: 200px 32px 32px;
                        background: linear-gradient(0deg,rgba(18, 8, 56, 1) 50%, rgba(255, 255, 255, 0) 100%);
                    }
                }
                .inner {
                    max-width: 440px;
                    position: relative;

                    @media (max-width: 960px) {
                        max-width: none;
                    }
                    p {
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 160%;
                        letter-spacing: 0%;

                        @media (max-width: 960px) {
                        }
                    }
                }
                .back {
                    width: 100%;
                    height: auto;
                    position: absolute;
                    top: 0;
                    right: -80px;
                    padding: 0;
                    z-index: 0;

                    @media (max-width: 960px) {
                        right: 0;
                    }
                }
            }
            &.sponsors {
                p {
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 160%;
                    letter-spacing: 0%;
                    text-align: center;
                    margin: 16px 0;

                    @media (max-width: 960px) {
                        margin: 4px 0 20px;
                    }
                }
                a {
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 140%;
                    letter-spacing: 4%;
                    text-align: center;
                    text-transform: uppercase;
                    padding: 18px 32px;
                    border: 1px solid var(--Secondary-DarkBlurple-900, #391B97);
                    box-shadow: 0px 0px 20px 0px #6750FF80 inset;
                    border-radius: 32px;
                    text-decoration: none;
                    color: var(--white-color);
                    display: block;
                    margin: 0 auto;
                    width: fit-content;

                    @media (max-width: 960px) {
                        font-size: 16px;
                        padding: 12px 24px;
                    }
                    &:hover {
                        color: var(--main-color);
                        background-color: var(--white-color);
                    }
                }
            }
        }
    }
    #section5 {
        padding: 64px 0;
        background-image: url("../../assets/images/night-event-texture.png");
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
        border-top: 1px solid transparent;
        border-image: linear-gradient(
            270deg,
            rgba(103, 80, 255, 0) 0%,
            #6750FF 50%,
            rgba(103, 80, 255, 0) 100%
        ) 1 0 0 0;

        @media (max-width: 960px) {
            padding: 32px 20px 64px;
        }
        h2 {
            position: relative;
            margin-bottom: 30px;

            &:after {
                content: "";
                position: absolute;
                background-image: url("../../assets/images/world-cup-glow.png");
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                width: 300px;
                height: 50px;
                top: 45px;
                left: 0;
                right: 0;
                margin: auto;

                @media (max-width: 960px) {
                    top: 22px;
                }
            }
        }
        p {
            font-weight: 500;
            font-size: 16px;
            line-height: 160%;
            letter-spacing: 0%;
            text-align: center;
            
            &.sub {
                font-weight: 700;
                font-size: 24px;
                line-height: 140%;
                letter-spacing: 4%;
                text-align: center;
                text-transform: uppercase;

                @media (max-width: 960px) {
                    font-size: 20px;
                }
            }
        }
    }
}