﻿.digitfont{
     font-family:digital;
}

.Countdown-ContainerConfig {
    padding: 4% 10% 4% 10%;
   
    position: relative;
    font-size:1.3vw;
}

.Countdown-LeftContentWrapperConfig {
    position: relative;
    margin: 0 2em 0 2em;
    display: flex;
    align-items:center;
    align-content:center;  
}

.Countdown-CatClockWrapperConfig {
    max-width: 100%;
    max-height: 540px;
    margin-left: auto;
}

@media screen and (max-width: 800px) {
    .Countdown-CatClockWrapperConfig {
        max-height: 225px;
    }
}

.zindex1{
    z-index:1;
}

.Countdown-Text-ContainerConfig {
    border-style: solid;
    border-width: 1px;
    padding: 3px 10px; 
    width: fit-content;
}

.TopHeader-ContainerConfig {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    position: relative;
}

.DataPlanTextConfig {
    font-weight: 900;
    font-size: 82px;
    line-height: 120%;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 800px) {
    .DataPlanTextConfig {
        font-size: 42px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.CountdownTimer-WrapperConfig {
   margin-left: 1em;
}

.Countdown-4-WrapperConfig {
    line-height:30px;
    display: flex;
    margin-top:5%;
    margin-bottom: -2%;
}

.Countdown-4Config {
    font-weight: 700;
    font-size: 16px;
}

.Countdown-BoxConfig{
    width: fit-content;
    display: flex;
    flex-direction: column;
    position: relative;
}

.Countdown-textConfig{
    font-weight: 500;
    font-size: 80px;
    filter: drop-shadow(0px 2px 1px gray);
}

.Countdown-separatorConfig {
    color: #FFF;
    font-weight: 500;
    font-size: 2em;
    line-height: 2.5em;
    position: relative;
}

.Countdown-labelConfig{
    font-weight: 700;
    font-size: 0.8em;
    color:#000000;
}

.PopUpCountdown-FAQConfig {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px; 
    margin-top: 20px;
}

@media screen and (max-width: 800px) {
    .PopUpCountdown-FAQConfig {
        font-size: 14px;
        line-height: 21px; 
    }
}

@media (max-width: 900px) and (min-width: 801px){
    
    .Countdown-ContainerConfig{
        padding: 3% 9% 3% 9%;
    }
    
    .Countdown-separatorConfig{
       line-height: 60px;
        font-size: 28px;
    }

    .Countdown-textConfig{
            line-height: 60px;
            font-size: 60px;
        }

    .Countdown-4-WrapperConfig{
        line-height: 1em;
        margin-bottom: 10px;
        margin-bottom: 0;
    }

    .Countdown-4Config{
        font-size: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .Countdown-ContainerConfig {
        position: relative;
        padding: 0;
    }
    
    .Countdown-textConfig {
        font-size: 70px;
        font-weight:500;
        line-height: 13.5vw;
}
    
    .Countdown-separatorConfig {
        font-size: 6vw;
        line-height: 13vw;
        margin: 0 7px;
    }
    
    .Countdown-labelConfig {
        font-size: 3vw;
        font-weight: 800;
    }
} 

@media (max-width: 1119px) and (min-width: 901px){
    
    .Countdown-separatorConfig{
            font-size: 30px;
        }
        
    .Countdown-4-WrapperConfig{
        line-height: 30px;
        margin-top: 1%;
        margin-bottom: 0;
    }

    .Countdown-labelConfig{
        font-weight: 800;
    }

    .Countdown-4Config {
        font-weight: 700;
        font-size: 18px;
    }
    
    .Countdown-textConfig {
        font-size: 70px;
        font-weight:500;
        line-height: 70px;
    }
}

@media (max-width: 1399px) and (min-width: 1120px) {
        .Countdown-ContainerConfig {
            padding: 4% 10% 4% 10%;
        }
    
        .Countdown-textConfig {
            font-size: 70px;
            font-weight:500;
            line-height: 70px;
        }
        
        .Countdown-4-WrapperConfig {
            margin-bottom: -0;
        }
    
}

@media (max-width: 1799px) and (min-width: 1400px){

        .CountdownTimer-WrapperConfig{
            margin-top: 1%;
        }

        .Countdown-textConfig {
            font-size: 80px;
            font-weight:500;
            line-height: 80px;
        }
    
        .Countdown-4-WrapperConfig {
            margin-bottom: -0;
        }

}

@media only screen and (min-width: 1800px) {

    .CountdownTimer-WrapperConfig {
        margin-top: 10px;
    }

    .Countdown-labelConfig {
        font-weight: 700;
    }

    .PopUpCountdown-middleTextShadowConfig{
        text-shadow: 6px 6px 1px #ffffff;
    }

}

@media only screen and (min-width: 2000px) { 

    .Countdown-separatorConfig {
        margin: 0 10px;
        line-height: 130px;
        font-size: 2.1em;
        }

    .Countdown-4-WrapperConfig{
      margin-top:3%;
    }

    .Countdown-labelConfig{
        font-size: 25px;
    }
}

@media only screen and (min-width: 2500px){

    .Countdown-textConfig{
        line-height: 1em;
    }
    .Countdown-separatorConfig{
        line-height: 2.4em;
    }

    .Countdown-labelConfig{
        font-size: 0.8em;
    }
}
@media only screen and (min-width: 4000px){
    .Countdown-4-WrapperConfig{
        line-height: 1.5em;
        }
}
    