@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
.countdown{
    width: 100%;
    height: 15vh;
    background: #00000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.cont-time{
    width: 10%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px 0 25px;
    background: #0000006a;
    border-radius: 10px;
    border: 1px solid #ffffff27;
}
.cont-time {
    flex-direction: column;
}
p{
    font-family: "Poppins", serif;
    font-weight: 900;
    font-size: 40px;
    margin: 0px 0 0 0;
    color: #fff;
}
span{
    font-family: "Poppins", serif;
    font-weight: 900;
    font-size: 20px;
    margin: -15px 0 0 0;
    color: #fff;
}
@media(max-width:1200px){
    .countdown{
        width: 100%;
        height: 10vh;
        background: #00000000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
    }
    .cont-time{
        width: 18%;
        height: 8vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 25px 0 25px;
        background: #0000006a;
        border-radius: 10px;
        border: 1px solid #ffffff52;
    }
    .cont-time {
        flex-direction: column;
    }
    p{
        font-family: "Poppins", serif;
        font-weight: 900;
        font-size: 50px;
        margin: 0 0 0 0;
        color: #fff;
    }
    span{
        font-family: "Poppins", serif;
        font-weight: 900;
        font-size: 20px;
        margin: -10px 0 0 0;
        color: #fff;
    }
}