section#content2{
    position: relative;
    padding: 100px 0;
}

section#content2 .beforecontent2{
    right: 50px;
    top: 0;
    width: 180px;
    position: absolute;
}

section#content2 .glowwrappercontent{
    height: 1600px;
    width: 400px;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

section#content2 .glowwrappercontent .glowcontainer img{
    width: 600px;
    max-width: unset;
    height: auto;
    position: absolute;
    left: -200px;
}

section#content2 .glowwrappercontent .glowcontainer{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    align-items: center;
    display: flex;
}

section#content2 .glowwrappercontent .glowcontainer .glow{
    width: 1000px;
    height: 1000px;
    right: 0;
    position: absolute;
    background: transparent radial-gradient(closest-side at 50% 50%, #79BBFF 0%, #5B8FC400 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
}

section#content2 .glowwrappercontent2{
    height: 1200px;
    width: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

section#content2 .glowwrappercontent2 .glowcontainer{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    align-items: center;
    display: flex;
}

section#content2 .glowwrappercontent2 .glowcontainer img{
    width: 800px;
    max-width: unset;
    height: auto;
    position: absolute;
    right: -300px;
    z-index: 1;
    bottom: 0;
}

section#content2 .glowwrappercontent2 .glowcontainer .glow{
    width: 1000px;
    height: 1000px;
    left: 0;
    position: absolute;
    background: transparent radial-gradient(closest-side at 50% 50%, #F83CFF 0%, #2F97FF00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.3;
}

section#content2 .container{
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    align-items: center;
}

section#content2 .container .leftside{
    flex: 0 0 500px;
}

section#content2 .container h2{
    color: black;
    margin: 10px 0;
    opacity: 0;
    margin-bottom: -10px;
    margin-top: 0;
}

section#content2 .container span{
    background: -webkit-linear-gradient(0deg, #007FFF, #BE57FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    line-height: 20px;
    opacity: 0;
    margin-bottom: -10px;
}

section#content2 .container .video{
    flex: 1;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0;
    margin-bottom: -10px;
    overflow: hidden;
}

section#content2 .container .video video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section#content2 .container p{
    margin-bottom: 0;
    margin-top: 20px;
    opacity: 0;
    margin-bottom: -10px;
}

@media screen and (max-width: 1000px) {
    section#content2 .rightside h2{
        font-size: 30px;
        line-height: 43px;
    }

    section#content2 .rightside p{
        font-size: 16px;
        line-height: 26px;
    }

    section#content2 .rightside{
        flex: 0 0 100%;
    }

    section#content2 .leftside {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 1200px) {
    section#content2 .video{
        flex: 0 0 100%;
        
        order: 1;
    }

    section#content2 .leftside{
        flex: 0 0 100%!important;
        order: 2;
        margin-top: 40px;
    }
    
}


@media screen and (max-width: 800px) {
    section#content2 .leftside{
        flex: 0 0 100%;
    }

    section#content2 .rightside{
        flex: 0 0 100%;
        margin-top: 20px;
    }

    section#content2{
        padding-bottom: 60px!important;
    }

    section#content2 .beforecontent2{
        display: none;
    }

    section#content2{
        padding-top: 60px;
    }

    section#content2 .container .video{
        height: 300px;
    }
}

@media screen and (max-width: 600px) {
    section#content2 .glowwrappercontent{
        width: 300px;
    }

    section#content2 .glowwrappercontent2{
        width: 300px;
    }
}