* {
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

html {
    /* color: #000000; */
    font-size: 62.5%;
}

body {
    height: 100vh;
    background-color: rgb(76, 72, 72);
    /* background: url(video/Guru\ ji\ 1.jpeg); */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .heading {
    margin-bottom:63rem;
    margin-left: 12rem;
} */
.container {
    height: 50rem;
    width: 120rem;
    margin-top: 1rem;
    margin-left: 1rem;
    border-radius: 2%;
    /* background-image: url(video/Guru\ ji\ 1.jpeg); */
    background-color: rgba(35, 81, 122, 0.499);
    box-shadow: 0px 0px 70px 0px rgba(2, 2, 1, 0.977);
    -webkit-border-radius: 2%;
    -moz-border-radius: 2%;
    -ms-border-radius: 2%;
    -o-border-radius: 2%;
    border: 3px solid rgba(209, 211, 45, 0.896);
    /* z-index: 1; */
    position: relative;

}

.timeHolder {
    margin-top: 10rem;
}

.clockHolder::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 10px;
    background-color: rgba(209, 211, 45, 0.896);
    bottom: -35px;
    left: -5.5%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.clockHolder::after {
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 80%;
    height: 15px;
    background-color: rgba(209, 211, 45, 0.896);
    transform: translate(-50%, 0);
    border-radius: 2px 2px 4px 4px;
    -webkit-border-radius: 2px 2px 4px 4px;
    -moz-border-radius: 2px 2px 4px 4px;
    -ms-border-radius: 2px 2px 4px 4px;
    -o-border-radius: 2px 2px 4px 4px;
}

#clock {
    margin-top: 13rem;
    font-size: 15rem;
    font-family: cursive;
    font-weight: 400;
    color: rgba(89, 230, 227, 0.853);
}

.mainDiv {
    width: 100%;
    text-align: center;

}

@media screen and (max-width: 1440px) {
    .container {
        margin-left: -2rem;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 87rem;
        margin-right: -8rem;
        padding-right: 3rem;
        margin-left: -8rem;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 62rem;
        height: 39rem;
    }

    #clock {
        font-size: 11rem;
    }

    .clockHolder::before {
        width: 72.5rem;
        margin-left: -1rem;
    }
}

@media screen and (max-width: 426px) {
    .container {
        width: 32rem;
        margin-right: -8rem;
        height: 30rem;
    }

    #clock {
        font-size: 8.3rem;
        margin-top: -4rem;
        margin-left: 2.5rem;
    }

    .clockHolder::before {
        width: 40.1rem;
        margin-left: -1rem;
    }
}


@media screen and (max-width: 376px) {
    .container {
        width: 30rem;
    }

    #clock {
        font-size: 8rem;
        margin-left: 2rem;
    }

    .clockHolder::before {
        width: 36.4rem;
        margin-left: -0.2rem;
    }
}

@media screen and (max-width: 321px) {
    .container {
        width: 24.7rem;
        margin-right: -8rem;
        height: 20rem;
    }
    
    #clock {
        font-size: 7rem;
        margin-top: -9rem;
        margin-left: 1rem;
    }

    .clockHolder::before {
        width: 30.5rem;
    }
}