﻿main {
    min-height: 100vh;
    height: inherit;
    display: block;
}

#clock {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
    background: url(../images/clock/clock2.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, .topbar-info-list > li .thm-clr {
        /*color: #35fb7a !important;*/
        color: var(--theme-color) !important;
    }

* {
    font-family: sans-serif !important;
}
.custom-slider{
    padding-top: 50px;
}
    .custom-slider .feat-item .slide-image-wrap {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
    }
.slick-track {
    display: flex !important;
}

.slick-track, .slick-slide > div, .slick-list, .slick-slide {
    height: inherit !important;
}

.feat-item, .slide-image-wrap {
    max-height: unset;
}
/* progress bar */
.slider-progress {
    height: 8px;
    margin: 0 auto;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 0;
    left: 0;
}

    .slider-progress .progress {
        width: 0%;
        height: 8px;
        /*background: #09983b;*/
        background: var(--theme-color) !important;
        border-radius: 0;
    }
.time-list3 > li {
    width: 20vw;
    flex: unset;
    max-width: unset;
    height: 130px;
    padding: 0 15px;
    font-size: 2.2rem;
    align-items: start;
    justify-content: center;
    display: flex;
    flex-direction: column
}
    .time-list3 > li span {
        font-size: 1.3rem;
    }

#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;
}
@media(max-width: 1400px) or (max-height: 1000px) {
    .clockAndTime, .feat-cap-wrap {
        zoom: 0.9;
    }
}

@media(max-width: 1000px) or (max-height: 800px) {
    .clockAndTime, .feat-cap-wrap {
        zoom: 0.75;
    }
}

@media (max-height: 600px) {
    .clockAndTime, .feat-cap-wrap {
        zoom: 0.65;
    }
}
@media (min-width: 3200px) {
    .clockAndTime, .feat-cap-wrap {
        zoom: 1.65;
    }
    .time-list3 > li {
        height: 250px;
        font-size: 3.5rem;
    }
        .time-list3 > li span {
            font-size: 2.3rem;
        }
        .time-list3 > li i {
            font-size: 1.8rem;
        }
}
.time-list3 .pat-bg.list-group-items.active {
    border: 5px solid #000;
}