*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main counter background style */
.main_container{
    background: url(bg-stars.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    Font-size: 14px;
    height: 100vh;
    font-family: "Red Hat Text", serif;
    /* position: relative; */
} 

/* header */
.header{
    color: hsl(0, 0%, 100%);
    text-align: center;
    margin: 12vh auto;
    letter-spacing: 5px;
}
.spanText{
    color: white;
}
h2{
    color: white;
}


/* counter style begins*/
.container{
    background: #201c2a;
    width: 100%;
    height: 100vh;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    position: relative;
}


.counter-card{
    width: 40%;
    height: 30vh;
    margin:  auto;
    margin-top: -3%;
    display: flex;
    flex-direction: row;
}

.days, .hours, .mins, .secs{
    width: 22%;
    height: 100%;
    background-color: #201c2a;  
    margin: auto;
    position: relative;
    text-align: center;
    color: hsl(345, 95%, 68%);
}
.counterText{
    font-size: xx-large;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    height: 50%;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
}
#days, #hours, #minutes, #seconds{
    margin: auto;
}

.center-edge{
    background-color: #201c2a;
    width: 15px;
    height: 15px;
    border-radius:15px;
    position: absolute;
    top: 23%;
    left:-4%;
}
.center-edge-two{
    background: #201c2a; 
    width: 15px;
    height: 15px;
    border-radius:15px;
    position: absolute;
    top: 23%;    
    right: -4%;
}
.timeDiv{
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}
.time, .time-one{
    width: 100%;
    /* margin: 2vh 7% 0 7%; */
    height: 50%;
    background: #2c2c44;
    border-radius: 8px;
    box-shadow:  3px 3px 3px rgba(26, 26, 35, 255)
}
.time-one{
    box-shadow: 0px 6px 6px rgba(26,26,35,255);
    opacity: 0.4;
}
.text{
    color: #5e5f7a;
    font-size: 15px;
    margin-top: 1rem;
    font-weight: 500;
}
/* counter style ends */

/* footer style starts  here*/
.footer{
    width: 100%;
    height: 20vh;
    position: relative;
}
.footerBackground{
    height: 100%;
}
.image{
    width: 100%;
    height: 100%;
}

.links{
    width: 10%;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 45%;
    top: 50%;
}
.icons{
    display: flex;
    flex-direction: row;
}
.icon{
    margin: auto;
    font-size: 16px;
    text-decoration: none;
}
svg:hover path{
    transform: scale(1.02, 1.02);
    fill: hsl(345, 95%, 68%);
}
/* footer style ends here */

/* Larger Desktop Screen Starts here*/
@media only screen and (max-width: 1400px){

    /* counter Style */
    .counter-card{
        width: 45%; 
    }
    .counterText{
        font-size: 45px;
    }
    .center-edge{
        left: -3%;
        margin-top: -1%;
    }
    .center-edge-two{
        right: -2%;
        margin-top: -1%;
    }
    .text{
        font-size: 15px;
    }
    /* counter style ends */
}
    
    

/*Smaller Desktop screen starts here */
@media only screen and (max-width: 1200px){
    
    /* Counter Style Begins */
    .counterText{
        font-size: xx-large;
    }
    .counter-card{
        width: 56% ;
        height: 25vh;
    }
    .center-edge{
        left: -6%;
        margin-top: -1%;
    }
    .center-edge-two{
        right: -6%;
        margin-top: -1%;
    }
    /* Counter style ends */

    /* Footer Style begins */
    
    .footer{
        width: 100%;
    }

    .links{
        width: 13%;
    }
    /* Footer Style ends */
}

/*tab screen starts here */
@media only screen and (max-width: 767px){
    /* Counter Style Begins */
    .counterText{
        font-size: x-large;
    }
    .counter-card{
        width: 75% ;
        height: 22vh;
    }

    .center-edge{
        left: -6%;
        margin-top: -1%;
    }
    .center-edge-two{
        right: -6%;
        margin-top: -1%;
    }
    /* counter Style Ends */

    /* Footer Style Begins */
    .links{
        width: 16%;
    }
    .footer{
        width: 100%;
    }
    /* Footer Style Ends */
}

/*mobile device screen starts here */
@media only screen and (max-width: 575px){
    /* Header style begins */
    .header{
        width: 80%;
        font-size: 14px;
        letter-spacing: 5px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    h2{
        margin-left: 5%;
    }
    .spanText{
        width: 100%;
        margin-right: 15%;
        justify-content: center;
    }
    /* Header style Ends */
     
    /* Counter Style begins */
    .counterText{
        font-size: x-large;
    }
    .counter-card{
        width: 90% ;
        height: 15vh;
     }
    .center-edge{
        left: -11%;
        margin-top: -1%;
    }
    .center-edge-two{
        right: -11%;
        margin-top: -1%;
    }
    /* Counter style ends */

    /* Footer style starts */
    .links{
        width: 25%;
    }
    .footer{
        width: 100%;
    }
    /* Footer style ends */
}


/*Extra small mobile device screen starts here */
@media only screen and (max-width: 375px){
    /* Header style begins */
    .header{
        width: 100%;
        font-size: 14px;
        letter-spacing: 5px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    h2{
        margin-left: 5%;
    }
    .spanText{
        width: 100%;
        margin-right: 15%;
        justify-content: center;
    }
    /* Header style ends */
    
    /* Counter style starts */
      .counter-card{
        width: 100% ;
        height: 15vh;
      }

      .counterText{
        font-size: x-large;
    }
      .center-edge{
        left: -11%;
        margin-top: -1%;
        /* background: red; */
    }
       .center-edge-two{
        right: -11%;
        margin-top: -1%;
        /* background-color: #fff; */
    }
    /* Counter style ends */

    /* Footer style start */
    .links{
        width: 35%;
    }
    .footer{
        width: 100%;
    }
    /* Footer style ends */
}

