@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Oswald:wght@600&display=swap');


body
{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/main.png");
    background-color: #0E062D;
}

#container .img

{
    padding-top: 4em;
    margin-bottom: 4em;
    text-align: center;

}

#container

{ 
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 12px;
}

#time
{
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 2.5em;
    text-shadow: #fff;
}

#time .circle 
{
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#time .circle svg 
{
  position: relative;
  width: 150px;
  height: 150px;
  transform: rotate(270deg);
}

#time .circle svg circle
{
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 8;
    stroke: #0f0f0f;
    stroke-linecap: round ;
    transform: translate(5px, 5px);
}

#time .circle svg circle:nth-child(2)

{
    stroke: var(--clr);
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
}

#time div

{
    position: absolute;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 1.5em;
}

#time div span

{
    position: absolute;
    transform: translateX(-50%) translateY(-10px);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 2px;
    padding-top: 5px;
}

#time .dots 
{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
}

#time .dots::before

{
    content: '';
    position: absolute;
    top: -3px;
    width: 15px;
    height: 15px;
    background: var(--clr);
    border-radius: 50%;
    box-shadow: 0 0 20px var(--clr),
    0 0 60px;
}


.newsite 
{
    font-size: 8em;
    font-weight: 500;
    color: plum;
    text-align: center;
    line-height: 0.6em;
    display: none;
}

.newsite span 
{
  font-size: 0.5em;
  font-weight: 300;
}
