
.body {
    background-color: #e61c28;
}

@font-face { font-family: TCCC-UnityHeadline-Black; src: url('./font/TCCC-UnityHeadline-Black.ttf'); }

.div_1 {
    width:100%;
    text-align:center;
    font-family: TCCC-UnityHeadline-Black; 
    color:#ffffff;
    font-size:1.2em;
}
.inb {
    width: 97%;
    text-align: center;
    font-family: TCCC-UnityHeadline-Black;
    color: #e61c28;
    font-size: 1.1em;
    margin-top: 20px;
    border:none !important;
}

.h1p {
    font-size: 50px;
    font-family: TCCC-UnityHeadline-Black;
    color: #ffffff;
    text-shadow: 4px 4px 2px rgba(251,251,251,0.6);
}
.light_off {
opacity:0.2;
}

.countdown {
    position: relative;
    width: 400px;
    height: 400px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

    .countdown:before {
        content: '';
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 100%;
        height: 10px;
        background: #000;
        border-radius: 50%;
        filter: blur(14px);
        animation: shadow 1s linear infinite;
    }

@keyframes shadow {
    0%, 100% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }
}

.countdown .number {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(270deg);
    animation: animate 10s linear;
    font-family: TCCC-UnityHeadline-Black;
}

    .countdown .number:nth-child(1) {
        animation-delay: 0s;
    }

    .countdown .number:nth-child(2) {
        animation-delay: 1s;
    }

    .countdown .number:nth-child(3) {
        animation-delay: 2s;
    }

    .countdown .number:nth-child(4) {
        animation-delay: 3s;
    }

    .countdown .number:nth-child(5) {
        animation-delay: 4s;
    }

    .countdown .number:nth-child(6) {
        animation-delay: 5s;
    }

    .countdown .number:nth-child(7) {
        animation-delay: 6s;
    }

    .countdown .number:nth-child(8) {
        animation-delay: 7s;
    }

    .countdown .number:nth-child(9) {
        animation-delay: 8s;
    }

    .countdown .number:nth-child(10) {
        animation-delay: 9s;
    }
    

    .countdown .number h2 {
        margin: 0;
        padding: 0;
        font-size: 20em;
        color: #fff;
        font-family: TCCC-UnityHeadline-Black;
    }

@keyframes animate {
    0% {
        transform: rotateY(90deg);
    }

    10%, 100% {
        transform: rotateY(-90deg);
    }
}

.city_sel {
    width:98%;
    font-family: TCCC-UnityHeadline-Black;
    position: fixed;
    height: 250px;
    background-color: rgb(255 255 255);
    color: #e61c28;
    padding:5px;
    margin-top:-20px;
}

.inb2 {
    width: 97%;
    text-align: center;
    font-family: TCCC-UnityHeadline-Black;
    color: #e61c28;
    font-size: 1.1em; 
}

.button-88 {
    margin-top:20%;
    margin-left:45%;
    transform:scale(3);
    position:fixed;
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #ad5389;
    background: linear-gradient(0deg, rgba(20,167,62,1) 0%, rgba(102,247,113,1) 100%);
    border: none;
    box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
    letter-spacing: 0.05em;
    border-radius: 20em;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-88:hover {
        box-shadow: 0 0.5em 1.5em -0.5em #14a73e98;
    }

    .button-88:active {
        box-shadow: 0 0.3em 1em -0.5em #14a73e98;
    }



.button-90 {
    margin-top: 100px;
    margin-left: 47%;
    
    color: #fff;
    padding: 15px 25px;
    border-radius: 100px;
    background-color: #4C43CD;
    background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    font-size: 16px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer;
}