﻿.comingsoon-wrapper {
    /*position: absolute;
    background-image: url('../../images/showClosed.jpg');
    top: 0;
            left: 0;
            bottom: 0;
            right: 0;*/
    background-size: cover;
    /*background-position: 50% 50%;*/
    background-repeat: no-repeat;
    background-color: #444;
    background-blend-mode: overlay;
    height: 600px !important;
}

.coming-soon {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

    .coming-soon h1 {
        display: inline-block;
        font-size: 52px;
        border: 5px solid #000;
        padding: 8px 40px;
        color: #ffd905;
        /*animation: text-animation 3s ease-in-out forwards;*/
    }

    .coming-soon .ctdown {
        font-weight: 700;
        font-size: 42px;
        display: flex;
        justify-content: center;
        min-height: 160px;
        opacity: 0;
        transition: opacity 3s ease-in-out;
    }

.time-box {
    display: flex;
    flex-direction: column;
    color: #ffd905;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    width: 160px;
    height: 160px;
}

    .time-box:not(:last-child) {
        margin-right: 20px;
    }

    .time-box span {
        font-size: 18px;
        font-weight: 200;
    }



@media (min-width: 320px) and (max-width:640px) {
    .coming-soon {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 89%;
    }

    .time-box {
        display: flex;
        flex-direction: column;
        color: #ffd905;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.7);
        width: 60px;
        height: 60px;
    }
        .time-box span {
            font-size: 15px;
            font-weight: 200;
        }

    .coming-soon h1 {
        font-size: 20px;
    }

    .coming-soon .ctdown {
        font-weight: 700;
        font-size: 22px;
        display: flex;
        justify-content: center;
        /* min-height: 93px; */
        opacity: 0;
        transition: opacity 3s ease-in-out;
    }
}



@media (min-width: 641px) and (max-width:680px) {
    .coming-soon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 89%;
    }

        .coming-soon h1 {
        font-size: 48px;
        }

        .time-box {
            width: 124px;
            height: 120px;
        }

}