*{margin: 0;padding: 0;box-sizing: border-box;background-size: 100% 100%;background-repeat: no-repeat;user-select: none;}
        .wrapper{width: 300px;height: 250px;background-image: url("ads.kamrulbd.com/assets/ramadan/300x250.png");background-size: 300px 250px;position: relative;cursor: grab;overflow: hidden;}
        .absolute{position: absolute;}
        .patch_box{height: 100%;width: 100%;top: 0;left: 0;transition: all 1s ease-in-out;}
        .patch_countdown{height: 40px;width: 200px;top: 38px;left: 10px;font-size: 22px;line-height: 37px;color: #fff;font-weight: 500;text-align: center;font-family: 'Noto Serif Bengali', serif; z-index: 2;font-weight: bold;}
        .patch_countdown .hour{left:0;right:0;top:0;bottom:0;width:60px;height:37px;}
        .patch_countdown .minute{left:39px;right:0;top:0;bottom:0;width:72px;height:37px;}
        .patch_countdown .second{left:88px;right:0;top:0;bottom:0;width:60px;height:37px;}
        .patch_title{height:20px;width:145px;background-image: url("ads.kamrulbd.com/assets/ramadan/iftar.png");background-repeat: no-repeat;top:12px;left:11px;z-index: 2;}
        .wrapper .box{left: 4px;right: 0px;width: 155px;height: 101px;top: 82px;}
        .wrapper .text{left: 3px;right: 0px;top: 84px; width: 161px; height: 20px;}
        .wrapper .timerbg{left: 5px;top: 5px;width: 157px;height: 84px;}
        
        .wrapper .product{left:105px;bottom:15px;width: 150px;}
        .patch_note{height: 15px;width: 123px;top: 71px;left: 22px;}
        @keyframes pulse {
            0% {transform: scaleX(1)}
            50% {transform: scale3d(.95, .95, .95)}
            to {transform: scaleX(1)}
        }
        .pulse {animation-name: pulse;animation-duration: 2s;animation-iteration-count: infinite;}