.bj-videobgblock{
    width: 100%;
    height: 600px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.bj-videobglevel{
    width: 100%;
    height: 100%;
    position: relative;
}

.bj-videobgimgblock{
    width: 100%;
    height: 100%;
}

.bj-videobgmobileimg{
    width: 100%;
    display: none;
}

.bj-videobgimgbtnblock{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 80px;
}

.bj-videobgimgbtnlevel{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 100px;
}

.bj-videobgimgbtnlevel h4{
    font-size: 2.375rem;
    line-height: 2.7rem;
    color: #fff;
    font-weight: 600;
    margin-right: 50px;
    font-family: "Roboto-Bold";
}

.bj-videobgimgbtnlevel h4 span{
    font-family: "Roboto";
}

.bj-videobgimgbtnlevel .bj-videobgimgbutton{
    width:150px;
    cursor: pointer;
}

.bj-videobgmainblock{
    width: 100%;
    height: 100vh;
    background-color:rgba(8, 3, 8, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#videoContainer{
    display: none;
}

.bj-videocloebtnblock{
    position: absolute;
    top: 80px;
    right: 80px;
    cursor: pointer;
}

.bj-videocloebtn{
    width: 50px;
}

.bj-videobgmainlevel{
    width: 90%;
    height: 90%;
}

.bj-videobgmainlevel iframe{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.bj-videobgmaincolorbox{
    width: 90%;
    height: 90%;
    /* background-color: #342417; */
    border-radius: 20px;
    background-image: url("../Assets/Images/Poornakala_Enter.avif");
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: end;
    align-items: end;
}

.bj-videobgmaincolorbox h2{
    font-size: 34px;
    color:  #342417;
    font-weight: 400;
    padding-bottom: 50px;
    padding-right: 50px;
    text-align: right;
}

.bj-videobgmaincolorbox h2 b{
    font-weight: 700;
    font-size: 40px;
}

@media screen and (max-width:1660px) {
    
    .bj-videobgblock {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .bj-videobgimgbtnlevel h4{
        font-size: 2rem;
        line-height: 2.4rem;
    }

    /* .bj-videobgmainlevel {
        width: 850px;
        height: 450px;
    } */

    .bj-videocloebtn{
        width: 40px;
    }
    
}

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

    .bj-videobgblock{
        height: 520px;
    }

    .bj-videobgimgbtnblock{
        bottom: 40px;
    }

    .bj-videobgimgbtnlevel h4{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    /* .bj-videobgmainlevel {
        width: 750px;
        height: 420px;
    } */

    .bj-videocloebtnblock{
        right: 50px;
        top: 50px;
    }

    .bj-videocloebtn{
        width: 30px;
    }
}

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

    .bj-videobgblock {
        height: 410px;
    }

    .bj-videobglevel{
        width: 85%;
    }

    .bj-videobgimgbtnlevel h4{
        font-size: 1.6rem;
        line-height: 2rem;
    }

    /* .bj-videobgmainlevel {
        width: 650px;
        height: 350px;
    } */

    .bj-videocloebtnblock{
        right: 30px;
        top: 30px;
    }

    .bj-videocloebtn{
        width: 25px;
    }
}

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

    .bj-videobgblock{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    /* .bj-videobgmainlevel {
        height: 60%;
    } */

    .bj-videobgblock {
        height: 340px;
    }

    .bj-videobgimgbtnblock {
        bottom: 40px;
    }

    .bj-videobgimgbtnlevel h4{
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-right: 30px;
    }

    .bj-videobgimgbtnlevel .bj-videobgimgbutton {
        width: 90px;
    }
}

@media screen and (max-width:860px) {
    .bj-videobglevel {
        width: 100%;
    }

    .bj-videobgmainlevel{
        height: 80%;
    }
}

@media screen and (max-width:768px) {
    .bj-videobgblock {
        height: 100%;
    }

    /* .bj-videobgmainlevel {
        width: 550px;
        height: 250px;
    } */

    .bj-videobgimgbtnlevel {
        padding: 0px 30px;
    }
}

@media screen and (max-width:660px) {
    /* .bj-videobgmainlevel{
        width: 80%;
        height: 280px;
    } */
}
@media screen and (max-width:480px) {
    .bj-videobgimgblock{
        display: none;
    }

    .bj-videobgmobileimg{
        display: block;
    }

    .bj-videobgimgbtnlevel h4 {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-right: 20px;
    }

    .bj-videobgimgbtnlevel .bj-videobgimgbutton{
        width: 80px;
    }
}

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

    .bj-videobgimgbtnlevel {
        padding: 0px 25px;
    }

    .bj-videobgimgbtnlevel h4 {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-right: 12px;
    }

    .bj-videobgimgbtnlevel .bj-videobgimgbutton{
        width: 70px;
    }

    
}