﻿/** {
            margin: 0;
            padding: 0;
        }*/
main {
    min-height: 100vh;
    height: inherit;
    display: block;
}

#clock {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
    background: url(../images/clock/clock.png);
    list-style: none;
}

#sec, #min, #hour {
    position: absolute;
    width: 30px;
    height: 600px;
    top: 0px;
    left: 285px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#sec {
    background: url(../images/clock/sechand.png);
    z-index: 3;
}

#min {
    background: url(../images/clock/minhand-new.png);
    z-index: 2;
}

#hour {
    background: url(../images/clock/hourhand.png);
    z-index: 1;
}

p {
    text-align: center;
    padding: 10px 0 0 0;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
}

.time-list3 {
    margin: 0;
}

.overlap245 {
    margin-top: 0;
}

.overlap-60 {
    margin-bottom: 0;
}

.topbar-info-list > li {
    color: #fff;
}

.txt-green-dark {
    /* color: #137735 !important; */
    color: color-mix(in srgb,var(--theme-color),#000 15%) !important;
}

.txt-green, .topbar-info-list > li .thm-clr {
    /* color: #35fb7a !important;
                    color: #35fb7a !important; */
    color: var(--theme-color) !important;
}

.time-list3 > li {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2.8rem;
}

    .time-list3 > li span {
        font-size: 1.8rem;
    }

.pt-header-h {
    padding-top: 51px;
}

.h-100vh {
    height: 100vh;
}

.h-100vh-header {
    height: calc(100vh - 51px);
}
.h-100vh-footer {
    height: calc(100vh - 40px);
}
.h-100vh-header-footer {
    height: calc(100vh - 91px);
}
@media(max-width: 600px) {
    #clock {
        width: 500px;
        height: 500px;
        padding: 0;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #sec, #min, #hour {
        top: 26px;
        left: 237px;
        height: 450px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .clock-col {
        display: none;
    }
}

@media(max-width: 500px) {
    #clock {
        width: 400px;
        height: 400px;
        padding: 0;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #sec, #min, #hour {
        top: 25px;
        left: 186px;
        height: 350px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media(max-width: 400px) {
    #clock {
        width: 300px;
        height: 300px;
        padding: 0;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #sec, #min, #hour {
        top: 24px;
        left: 136px;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .hide-on-mobile-400 {
        display: none !important;
    }

    .rspn-scil .topbar-info-list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .topbar-info-list > li:not(:first-child) {
        margin-left: 0;
        padding-left: 0;
    }
}

@media(max-width: 325px) {
    #clock {
        zoom: 0.7 !important;
    }
}

@media (max-width: 1001px) or (max-height: 600px) {
    #clock {
        zoom: 0.7 !important;
        /*margin: -30px auto 0 auto;*/
    }

    #TimeAndDate {
        zoom: 0.6 !important;
    }

    #TimeAMPM {
        padding: 0 !important;
        zoom: 0.6 !important;
    }
}
#clock1 .topbar.sm-screen {
    display: none;
}
#footer-sm-clock1{
    display: none;
}

@media(max-width: 768px) {
    #clock1 .topbar.w-100 {
        display: none !important;
    }
    #clock1 .topbar.sm-screen {
        display: block !important;
    }
    #clock1 .logo-menu-wrap{
        width: 100% !important;
    }
    #footer-sm-clock1 {
        display: block !important;
    }
}
@media(min-width: 768px) {
    .time-list3 > li {
        white-space: nowrap;
        text-overflow: ellipsis;
        zoom: 0.7 !important;
    }
}

@media(max-width: 769px) {
    #clock {
        margin: 0px auto 0 auto;
    }

    .h-100vh-header {
        height: auto;
    }

    .col-custom {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .prayer-timings {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .h-100vh.pt-0-custom {
        height: auto;
    }

    .col-custom {
        padding-top: 51px;
    }

    .pt-0-custom {
        padding-top: 5px;
    }

    .clock-col {
        display: none;
    }

    .prayer-timings-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .h-100vh-header-footer {
        height: calc(100vh - 121px);
        margin-top: 76px;
    }

    .time-list3 > li {
        text-align: center;
    }

    .time-list3 > li {
        font-size: 1.6rem;
        padding: 1.5rem;
        text-align: center;
    }

        .time-list3 > li span {
            font-size: 1.2rem;
        }

        .time-list3 > li i {
            font-size: 1.2rem !important;
        }
}
    /*1920x1080resolution*/
    @media(min-width: 1920px ) and (min-height: 1080px) {
        /*#clock, .footer-bottom .time-list3 {*/
        #clock {
            zoom: 1.3;
        }
    }

    /*2k resolution*/
    @media(min-width: 2560px ) and (min-height: 1440px) {
        #clock {
            zoom: 1.8;
        }
        /*.footer-bottom .time-list3 {
                zoom: 1.5;
            }

            header, .footer-bottom .bottom-inner {
                zoom: 1.4;
            }*/
        .time-list3 > li {
            font-size: 3rem;
        }

            .time-list3 > li span {
                font-size: 2.5rem;
            }

            .time-list3 > li i {
                font-size: 3rem !important;
            }
    }

    @media(min-width: 2500px ) and (min-height: 1700px) {
        /*#clock, .footer-bottom .time-list3 {*/
        #clock {
            zoom: 2.2;
        }

        #clock {
            margin-top: 20px;
        }

        .time-list3 > li, #TimeAMPM {
            zoom: 2;
        }

        header, #TimeAndDate {
            zoom: 1.5;
        }
    }

    /*4k resolution*/
    @media(min-width: 3500px ) and (min-height: 2000px) {
        /*#clock, .footer-bottom .time-list3 {*/
        #clock {
            zoom: 2.5;
        }

        #clock {
            margin-top: 20px;
        }

        .time-list3 > li, #TimeAMPM {
            zoom: 2.5;
        }

        header, #TimeAndDate {
            zoom: 2;
        }
        /*header, .footer-bottom .bottom-inner {
                zoom: 1.8;
            }*/
        .time-list3 > li {
            font-size: 1.7rem;
        }

            .time-list3 > li span {
                font-size: 1.5rem;
            }

            .time-list3 > li i {
                font-size: 1.7rem !important;
            }
    }

    /*8k resolution*/
    @media(min-width: 7500px ) and (min-height: 4000px) {
        /*#clock, .footer-bottom .time-list3 {*/
        #clock {
            zoom: 5;
        }

        #clock {
            margin-top: 40px;
        }

        .time-list3 > li, #TimeAMPM {
            zoom: 4;
        }

        header, #TimeAndDate {
            zoom: 3.8;
        }
        /*header, .footer-bottom .bottom-inner {
                zoom: 4;
            }

            .time-list3 > li {
                font-size: 1.55rem;
            }*/
    }

    * {
        font-family: sans-serif !important;
    }

    .time-list3 > li i {
        font-size: 1.5rem;
    }

    .next-prayer {
        /*BLINKING EFFECT*/
        animation: blinker 3s linear infinite;
    }

    @keyframes blinker {
        50% {
            color: #000;
        }
    }

/*32inch Led fixes*/
@media(max-height: 800px) {
    #clock {
        zoom: 0.6 !important;
    }

    .time-list3 > li {
        zoom: 0.6 !important;
    }
}

@media(max-height: 500px) {
    #clock {
        zoom: 0.5 !important;
    }
}

.time-list3 .pat-bg.list-group-items.active {
    border: 5px solid #000;
}
/*#next-prayer span, #next-prayer i, #next-prayer {
    font-weight: bold;
}*/