:root {
    --ad-width: 100%;
    --ad-height: 100%;
    --bg-color: #c1daff;
    --videoFrame-color: #895bd1;
    font-family: "bd-caramel-variable",sans-serif;
}

@font-face {
    font-family: "bd-caramel-variable";
  
    src: url(../fonnts.com-BD_Caramel_Variable.otf);
    font-weight: 600;
  }
  @font-face {
    font-family: "bd-caramel-variable";
  
    src: url(../fonnts.com-BD_Caramel_Variable.otf);
    font-weight: 400;
  }


  body{
    margin: 0;
    padding: 0;
}

.wrapper{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--bg-color) !important;
}

.bg{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    pointer-events: none;
}

.abs {
    position: absolute;
}

.fw {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.videoArea {
    /* background-color: red; */
    height: 30%;
    top: 15%;
    display: flex;
    justify-content: center;
}



.vid-frame {
 height: 100%;
 width: 90%;
 position: absolute;
 background-color: var(--videoFrame-color);
 border-radius: 10px;
 z-index: 0;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(46, 46, 46, 0.161);
}

.video {
    /* transform: scale(0.95); */
    height: 100%;
    width: 100%;
    z-index: 1;  
    border-radius: 10px;
}

.playBtn {
    height: 100%;
    width:  100%;
    z-index: 9999;
    left: 16%;
    top: 10%;
    transform: scale(0.5);
    cursor: pointer;
    background-repeat: no-repeat;
}

.dynamic-text-wrapper {
    display: flex;
    height: auto;
    justify-content: center;
}

.dynamic-text {
    position: absolute;
    color: rgb(247, 247, 247);
    top: 345px;
    font-size: 44px;
    text-align: center;
    /* background-color: rgb(62, 47, 47); */
    width: 80%;
    height: auto;
    padding: auto;
    
}

.dynamic-text-img {
    /* background-color: red; */
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
}


@media screen and (min-width: 1020px) {

    .vid-frame {
        height: 100%;
        width: 80%;
        position: absolute;
        background-color: var(--videoFrame-color);
        border-radius: 10px;
        z-index: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(46, 46, 46, 0.161);
       }
    .videoArea {
        /* background-color: red; */
        height: 50%;
        width: 80%;
        top: 15%;
        left: 10%;
        display: flex;
        justify-content: center;
    }
    .video {
        /* transform: scale(0.95); */
        height: 100%;
        width: 100%;
        z-index: 1;  
        border-radius: 10px;
    }

    .playBtn {
        height: 118px;
        width:  118px;
        z-index: 9999;
        left: 45% !important;
        top: 30%;
        transform: scale(0.5);
        cursor: pointer;
        background-repeat: no-repeat;
    }
}



.z {
    z-index: 8;
}



.mute, .unmute, .play, .pause {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    margin-top: 55%;
}
.play, .pause {
    right: 2%;
}
.mute, .unmute {
    left:2%;
}

.abs {
    position: absolute;
}

/* .fw {
    height: 100%;
    width: 100%;

} */

.opacity0 {
    opacity: 0;
}

.ico_light {
    position: absolute;
    width: 120px;
    height: 120px;
    left:-5%;
    top: 65%;
}


@media screen and (min-width: 375px) and (max-width: 375px) {
    .mute, .unmute, .play, .pause {
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        margin-top: 50% !important;
    }
}