.bj-Videobgblock{
    background-color: #17073d;
    padding-top: 100px;
}


.bj-Videoblock{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    position: relative;
}

.bj-Videoblock p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: 600;
    font-family: "Poppins-Regular";
}

.bj-Videoblockimgblock{
    width: 80%;
    height: 100%;
    margin-bottom: 40px;
    position: relative;
    /* border-radius: 50%; */
}

.card {
    /* font-weight: bold; */
    /* text-align: right; */
    color: #181a1a;
    /* box-shadow: 0 1px 5px #00000099; */
    position: relative;
    transition-duration: 300ms;
    transition-property: transform, box-shadow;
    transition-timing-function: ease-out;
    /* transform: rotate3d(0); */
  }
  
  .card:hover {
    transition-duration: 150ms;
    /* box-shadow: 0 5px 20px 5px #00000044; */
  }
  
  .glow {
    position: sticky;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-image: radial-gradient(circle at 50% -20%, #ffffff22, #0000000f); */
    z-index: 1;
  }

.bj-plottifyvideoblock {
    width: 100%;
    /* height: 500px; */
}

#video-container {
    height: 100%;
    position: relative;
    display:flex ;
    justify-content: center;
}

#myVideo {
    width: 90%;
    height: 100%;
    border-radius: 25px;
    border: none;
    outline: none;
    background-color: #17073d;
    border: 1px solid #17073d;

}

.bj-Videoblockimg {
    width: 80%;
    /* position: absolute;
    top: 0; */
}

.bj-Videoicons{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bj-Videoblock h6{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.bj-bannerbottombgblock{
    /* width: 100%;
    height: 100%; */
}

.bj-bannerbottombg .bj-svg{
    animation: rotate 5s linear infinite;
    transform-origin: center center;
}

.bj-bannerbottombg{
    width: 170px;
}

@keyframes rotate {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}

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

    .bj-Videoblock h6{
        font-size: 20px;
        line-height: 30px;
    }

    .bj-Videoblock p{
        font-size: 16px;
        line-height: 26px;
    }

    .bj-bannerbottombg{
        width: 150px;
    }
}

@media screen and (max-width:1440px) {
    .bj-bannerbottombg{
        width: 130px;
    }
}

@media screen and (max-width:1366px){
    .bj-bannerbottombg{
        width: 120px;
    }
}

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

    .bj-Videoblockimgblock {
        margin-bottom: 18px;
    }

    .bj-Videoblockimg {
        width: 88%;
    }

}

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

    .bj-Videobgblock{
        padding-top: 80px;
    }

    .bj-Videoblock h6{
        font-size: 14px;
        line-height: 24px;
    }
    
    .bj-Videoblock p{
        font-size: 14px;
        line-height: 24px;
    }

    .bj-bannerbottombg{
        width: 100px;
    }
}

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

    .bj-Videoblockimgblock{
        width: 100%;
    }

    .bj-Videoblockimg {
        width: 100%;
    }    
}

@media screen and (max-width:480px) {
    /* br{
        display: none;
    } */

    .bj-Videobgblock{
        padding-top: 50px;
    }

    .bj-plottifyvideoblock {
        width: 100%;
        height: 220px;
    }

    /* .bj-Videoblock h6 {
        font-size: 14px;
        line-height: 28px;
    } */
}

