﻿@font-face {
    font-family: "bebas-kai";
    src: url("../fonts/BebasKai.ttf") format('truetype');
}

@font-face{
    font-family: "Poppins-M";
    src:url("../fonts/Poppins-Medium.ttf") format('truetype')
}

@font-face {
    font-family: "Poppins-R";
    src: url("../fonts/Poppins-Regular.ttf") format('truetype')
}


@media (max-width: 500px) {
    #countdown-container {
        height: unset !important;
    }

    #countdown-content {
        padding: 7px;
        flex-direction: column !important;
        width: 100% !important;
        justify-content: unset !important;
        align-items: unset !important;
    }

    #countdown-digit-container {
        width: unset !important;
    }

    #countdown-line-1 {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        justify-content: space-evenly !important;
    }

    #countdown-line-2 {
        display: flex;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: unset !important;
    }

    #countdown-text-end-of {
        width: 240px !important;
    }

    .countdown-digit {
        margin-right: 7px;
    }

    #countdown-btn > a {
        height: 69px !important;
        width: 130px !important;
        background-size: contain;
    }

    .countdown-digit-caption {
        font-size: 13px !important;
    }
}
