@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap');

body {
    font-family: "Tiro Bangla", serif;
    font-weight: 400;
    font-style: normal;
}

.ad-area {
    width: 300px;
    height: 250px;
    background-image: url('https://ads.ashtoursbd.com/prayertimes/img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p {
    font-size: 12px;
    color: #000000;
    font-weight: 300;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #dc182b;
}

#stats {
    /* position: absolute;
     top: 107px;
     right: 26px;*/
    font-size: 11px;
    font-weight: 600;
}

#second {
    position: absolute;
    top: 140px;
    color: #FFFFFF;
    right: 95px;

}

#minute {
    position: absolute;
    top: 140px;
    color: #FFFFFF;
    right: 136px;

}

#hour {
    position: absolute;
    top: 140px;
    right: 178px;
    color: #FFFFFF;

}

#time {
    position: absolute;
    top: 217px;
    /* right: 4px; */
    font-size: 7px;
    font-weight: 600;
}

#stats li {
    display: inline;
    list-style-type: none;
    padding-right: 21px;
    float: left;
}

#time li {
    display: inline;
    list-style-type: none;
    padding-right: 16px;
    float: left;
}


#prayerName {
    position: absolute;
    top: 83px;
    right: 117px;
    font-size: 31px;
    font-weight: 700;
    color: #d60000;
}

#dot {
    position: absolute;
    top: 211px;
    right: 232x;
    font-size: 35px;
    color: #fff;
}


/*
@keyframes flip {
    0% {
        transform: rotateY(0);
    }

    50% {
        transform: rotateY(180deg);
        opacity: 0.5;
    }
    100% {
        transform: rotateY(0);
    }
}

!* Apply animation to the second element *!
#second {
    animation: flip 1s infinite;
}
*/