
:root {
    --ad-width: '100%';
    --ad-height: '100%';
    --bg-color: #c1daff;
    --videoFrame-color: #895bd1;
    font-family: "bd-caramel-variable",sans-serif;
    font-variation-settings: 'BUBL' 500;
}


body{
    margin: 0;
    padding: 0;
}

.wrapper{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    /* top: 0;
    left: 0;
    overflow: hidden; */
    cursor: pointer;
    box-sizing: border-box;
    opacity: 0;
    background-color: var(--bg-color) !important;
}

.bg, .logo, .cta, .btcn,  .cap, .drag, .capcn, .flavour{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* .cta{
    transform-origin: 50% 564px;
} */

.bt {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 10%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform-style: preserve-3d;
    background-repeat: no-repeat;
}

.btcn{
    perspective: 200px;
}

.cap{
    transform-origin: 50% 358px;
    background-repeat: no-repeat;
    scale: 10;
}

.videoArea, .videoArea2 , .videoArea3, .videoArea4 {
 
    position: absolute;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    color: white;
    transform-style: preserve-3d;
    z-index: 1;  
    /* left: 10px; */
  }

.videoArea {
    background: linear-gradient(45deg, #895bd1, #895bd1);
    width: 75%;
    height: 18%;
    top: 20% !important;
    left: 10%;
    transform: scale(1.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(46, 46, 46, 0.161);
}
.videoArea2 {
    background: linear-gradient(45deg,#895bd1, #895bd1);
    width: 80%;
    height: 22%;
    top: 18% !important;
    left: 8%;
    transform: scale(1.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(46, 46, 46, 0.161);
}

.videoArea3 {
    background: linear-gradient(45deg,  #895bd1, #895bd1);
    width: 85%;
    height: 25%;
    top: 15% !important;
    left: 6%;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(46, 46, 46, 0.161);
}
/* .videoArea4 {
    background: linear-gradient(45deg, #69bbd7, #69bbd7);
    width: 90%;
    height: 45%;
    top: 80px !important;
    left: 5%;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(46, 46, 46, 0.161); 
} */


.video {
    /* transform: scale(0.8); */
    z-index: 1;  
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.playBtn {
    height: 100%;
    width:  100%;
    z-index: 9999;
    left: 15%;
    top: 10%;
    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: 30%;
}
.play, .pause {
    right: 10%;
}
.mute, .unmute {
    left:10%;
}

.abs {
    position: absolute;
}

.fw {
    height: 100%;
    width: 100%;

}

.opacity0 {
    opacity: 0;
}

.ico_light {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -5%;
    top: 60%;
}




@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: linear-gradient(45deg, #895bd1, #895bd1);
        width: 70%;
        height: 38%;
        top: 20% !important;
        left: 10%;
        transform: scale(1.4);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(46, 46, 46, 0.161);
    }
    .videoArea2 {
        background: linear-gradient(45deg,#895bd1, #895bd1);
        width: 75%;
        height: 42%;
        top: 18% !important;
        left: 8%;
        transform: scale(1.5);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(46, 46, 46, 0.161);
    }
    
    .videoArea3 {
        background: linear-gradient(45deg,  #895bd1, #895bd1);
        width: 80%;
        height: 45%;
        top: 15% !important;
        left: 6%;
        transform: scale(1.1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 16px 20px rgba(46, 46, 46, 0.161);
    }
    video {
        /* transform: scale(0.8); */
        z-index: 1;  
        border-radius: 10px;
        height: 100%;
        width: 100%;
    }
    

    .playBtn {
        height: 118px;
        width:  118px;
        z-index: 9999;
        left: 45% !important;
        top: 30%;
        transform: scale(0.5);
        cursor: pointer;
        background-repeat: no-repeat;
    }
}



