.banner_style2 {
    display: flex;
    width: 100%;
    height: 740px;
    padding: 0;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 6;
    overflow: hidden;
}

.banner_style2 .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}

.banner_style2 .bg img {
    height: 100%;
    width: auto;
}

.banner_style2 .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
}

.banner_style2 .bg video {
    height: 100%;
    width: 100%;
}

.banner_style2 .textSection {
    height: 100%;
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
}

.banner_style2 .textSection .overlay,
.banner_style2 .textSection .overlay:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1200px;
    height: 1200px;
    background: #EC66D0;
    /* background-blend-mode: multiply; */
    mix-blend-mode: multiply;
    opacity: 0.9;
    border-radius: 50%;
    transform: translate(0, -50%);
    z-index: 0;
}

.banner_style2 .textSection .overlay:after {
    content: '';
    background: #868085;
}

.banner_style2 .textSection .text {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 69%;
    z-index: 1;
}

.banner_style2 .textSection .title {
    transform: none;
    font-family: var(--pnb);
    font-size: 53px;
    line-height: 1;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

.banner_style2 .textSection .subTitle {
    font-size: 40px;
    line-height: 36px;
    display: block;
    font-family: var(--pnsb);
    letter-spacing: 1px;
}

.banner_style2 .textSection .desc {
    font-family: var(--pnr);
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.25px;
    width: 96%;
    color: #FFFFFF;
    padding: 10px 0 0;
    letter-spacing: 0.25px;
}

.banner_style2 .playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Desktop*/
@media only screen and (max-width: 1920px) {
    /*1080*/
}

@media only screen and (max-width: 1792px) {
    /*1120*/
}

@media only screen and (max-width: 1680px) {
    /*1050*/
}

@media only screen and (max-width: 1600px) {

    /*900*/
    .banner.banner_style2 {
        height: calc(100vh - 65px);
    }
}

@media only screen and (max-width: 1536px) {
    /*960*/
}

@media only screen and (max-width: 1440px) {

    /*900*/
    .banner_style2 .textSection .text {
        width: 73%;
    }

    .banner_style2 {
        max-height: 540px;
    }
}

@media only screen and (max-width: 1366px) {

    /*768*/
    .banner_style2 .textSection .text {
        width: 77%;
    }

    .banner_style2 .textSection .title {
        font-size: 50px;
    }

    .banner_style2 .textSection .subTitle {
        font-size: 38px;
    }

    .banner_style2 .textSection .desc {
        font-size: 24px;
        line-height: 1.2;
    }

    .banner_style2 .playButton img {
        width: 60px;
    }
}

@media only screen and (max-width: 1344px) {
    /*840*/
}

@media only screen and (max-width: 1280px) {
    /*800*/
}

@media only screen and (max-width: 1280px) {
    /*720*/
}

@media only screen and (max-width: 1152px) {

    /*720*/
    .banner_style2 .textSection .title {
        font-size: 44px;
    }

    .banner_style2 .textSection .subTitle {
        font-size: 33px;
    }
}


/*Tab*/

@media only screen and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {

    /*1024*/
    .banner_style2 .textSection .title {
        font-size: 39px;
    }

    .banner_style2 .textSection .subTitle {
        font-size: 29px;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 800px) {
    /*800 */
}

@media only screen and (max-width: 1024px) and (max-height: 768px) {
    /*768*/
}

@media only screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {

    /*1024*/
    .banner_style2 .textSection .title {
        font-size: 39px;
    }

    .banner_style2 .textSection .subTitle {
        font-size: 29px;
    }

    .banner_style2 .textSection .desc {
        font-size: 20px;
    }
}

@media only screen and (max-width: 601px) and (max-height: 962px) {
    /*962 */
}

@media only screen and (max-width: 600px) and (max-height: 1024px) {
    /*1024 */
}


/*Mobile (widths) ----------------- */
@media only screen and (max-width: 800px) {
    .banner.banner_style2 {
        height: calc(100vh - 61px);
        flex-direction: column;
        /* justify-content: center; */
    }

    .banner_style2 .textSection {
        width: 100%;
        height: 50%;
    }

    .banner_style2 .textSection .title {
        font-size: 33px;
        line-height: 0.8;
    }

    .banner_style2 .textSection .text {
        width: 90%;
    }

    .banner_style2 .textSection .subTitle {
        font-size: 24.5px;
    }

    .banner_style2 .textSection .desc {
        font-size: 20px;
        line-height: 1.2;
        padding: 0;
    }

    .banner_style2 .playButton {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: unset;
        width: 60px;
        height: 60px;
        margin: 0;
        transform: translate(-50%, -50%);
    }

    .banner_style2 .playButton img {
        width: 100%;
    }

    .banner_style2 .textSection .overlay,
    .banner_style2 .textSection .overlay:after {
        width: 200vw;
        height: 150vw;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 75%;
        border-radius: 50% 50% 0 0;
    }

    .banner_style2 .playButton {}

    .banner_style2 .textSection .overlay:after {
        top: 50%;
    }
}

@media only screen and (max-width: 767px) {

    .banner_style2 .textSection .overlay,
    .banner_style2 .textSection .overlay:after {
        width: 200vw;
        height: 150vw;
        top: 213%;
    }

    .banner_style2 .textSection .overlay:after {
        top: 50%;
    }
}

@media only screen and (max-width: 680px) {
    .banner_style2 .textSection .overlay {
        top: 188%;
    }
    .banner_style2 .textSection .overlay:after {
        top: 50%;
    }
}

@media only screen and (max-width: 414px) {


    .banner_style2 .textSection .overlay {
        top: 115%;
    }
}

@media only screen and (max-width: 375px) {
    .banner_style2 .textSection .overlay {
        top: 104%;
    }
}

@media only screen and (max-width: 360px) {}