.ramadan-calendar {
    font-family: system-ui;
    background-color: #f9f0de;
    line-height: normal;
    background-image: url(ramadan-2025-by-junkiescoder.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ramadan-calendar .ramadan-main {
    padding: 36% 10rem 1rem 10rem;
}
.ramdan-one{
    border-bottom: 1px solid #0e4c49;
}
h1 {
    text-align: center;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 1px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul li:first-child, ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

li:last-child {
    border-bottom: none;
}
ul li.completed {
    color: #f2f2f2;

}
ul li.active {
    color: #fff;
}
.completed.active .roza, .completed.active .date, .completed.active .day, .completed.active .sehri-time, .completed.active .iftari-time{
    color: #000000;
    animation-duration: .5s;
    animation-name: fadeAndScale;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.completed .roza,.completed .date, .completed .day, .completed .sehri-time, .completed .iftari-time{
    color: #b3b0b0;
}
.roza, .date, .day, .sehri-time, .iftari-time {
    width: 33.333%;
    font-size: 0.875rem;
    font-weight: bold;
    color: #5a5a5a;
}
.roza1, .date1, .day1, .sehri-time1, .iftari-time1 {
    width: 33.333%;
    font-size: 1.25rem;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}
.roza, .roza1{
    width: 20%;
}
@keyframes fadeAndScale {
    from {
        transform: scale(.8, .8);
    }
    
    to {
        transform: scale(1.25, 1.25);
    }
}
.powered-by-junkiescoder{
    text-align: center;
    margin: 1rem 0;
    color: #0e4c49;
    font-weight: bold;
    letter-spacing: 0.3px;
}
.powered-by-junkiescoder > a {
    text-transform: uppercase;
    text-decoration: none;
    color: #d62d20;
}
@media (max-width: 575.98px) {
.ramadan-calendar {
    background-size: contain;
}

.ramadan-calendar .ramadan-main {
    padding: 34% 2.5rem 1rem;
}
.roza,
.date,
.day,
.sehri-time,
.iftari-time {
    font-size: 0.625rem;
}
.roza1,
.date1,
.day1,
.sehri-time1,
.iftari-time1 {
    font-size: 0.625rem;
}
ul li:first-child,
ul li {
    padding: 5px 10px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ramadan-calendar {
        background-size: contain;
    }

    .ramadan-calendar .ramadan-main {
        padding: 35% 6rem 1rem;
    }
    .roza,
    .date,
    .day,
    .sehri-time,
    .iftari-time {
        font-size: 0.65rem;
    }
    .roza1,
    .date1,
    .day1,
    .sehri-time1,
    .iftari-time1 {
        font-size: 0.7rem;
    }
    ul li:first-child,
    ul li {
        padding: 5px 10px;
    }
}
.footer-logo{
    width: 100%;
        max-width: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    
    .ramadan-calendar .ramadan-main {
        padding: 35% 6rem 1rem;
    }
    .roza,
    .date,
    .day,
    .sehri-time,
    .iftari-time {
        font-size: 0.75rem;
    }
    .roza1,
    .date1,
    .day1,
    .sehri-time1,
    .iftari-time1 {
        font-size: 0.9rem;
    }
    ul li {
        padding: 5px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ramadan-calendar .ramadan-main {
        padding: 35% 8rem 1rem;
    }
    .roza,
    .date,
    .day,
    .sehri-time,
    .iftari-time {
        font-size: 0.85rem;
    }
    .roza1,
    .date1,
    .day1,
    .sehri-time1,
    .iftari-time1 {
        font-size: 1rem;
    }
    ul li {
        padding: 5px 10px;
    }
}
