
.location-not-found {
  margin: 2px;
  font-size: 24px;
}
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* css reset ends */

body {
       background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('timer-image.jpg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.main{
    width:100%;
    max-width: 900px;
   margin: auto;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
   height: 100vh;
   color:white;
   position:relative;
   z-index: 0;;
}

body::after{
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.6);
    height: 100vh;
    z-index: -1;
}
.content h1  {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-shadow:  0px 0px 15px #8c3a03;
}

.content > p  {
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
    
}

.countdown{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px;
}

.countdown .box{
    text-align: center;
    max-width: 300px;
    width: 200px;
    margin: 20px;
    height: 100%;
    background: #5a4e4e70;
    border-radius: 10px;
    padding: auto;
    border-top: 4px solid white;
   
}
.colon-box{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: red;
    max-width: 100px;
    width: 80px;
    margin: 0 15px;
    position: relative;

}
.colon{
    text-align: center;
   font-size: 110px;
   position: absolute;
   bottom:-25px;

}

.box div {
    font-size: 100px;
    height: 200px;
    border-radius: 50%;
}

.box p {
    text-transform: uppercase;
    font-size: 30px;
    background:#8c3a03;
    border-radius: 10px;
    margin: auto 0;
    padding: 0 10px;
}

.ampm-box{
    display: flex;
    justify-content: center;
    margin: 0 20px;
    border: 1px solid white;
    width: 120px;
    text-align: center;
    background-color: #00000096;
    border-radius: 15px;
}
.ampm{
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color:orange
}
form {
    text-align: center;
    font-size: 15px;
 margin: auto;
}

form div {
       margin-left: 180px;
}

 form input {
     background:transparent !important;
border-radius: 20%;
     color: #f5f5f5ad !important;
     width: 500px !important;
     border-color: #f5f5f53f !important;
}
::placeholder{
color:rgba(255, 255, 255, 0.568) !important;
}

button {
    background: #023c5a !important;
    border:none !important;
    text-transform: uppercase;
}


@media screen and (max-width: 830px) {
.countdown{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 20px;
}

.countdown .box{
    text-align: center;
    max-width: 150px;
    width: auto;
    margin: 8px;
    height: auto;
    background: #5a4e4e70;
    border-radius: 10%;
    padding: 10px;
}

.box div {
    font-size: 40px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box p {
    text-transform: uppercase;
    font-size: 14px;
    background: orangered;
    border-radius: 10px;
    margin: 5px 0;
    padding: auto;
   text-align: center;
}

.ampm-box{
    margin: 0 12px;
    display: flex;
    flex-wrap: wrap;
}
.ampm{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: orange;
}

.content{
    width: 100%;
    padding: 0 10px;
}

body {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.colon-box{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: red;
    max-width: 100px;
    width: auto;
    margin: none;
    position: relative;

}
.colon{
    text-align: center;
   font-size: 50px;
   position: absolute;
   bottom:-25px;

}

}

@media screen and (max-width: 480px) {
    .countdown .box{
        width: auto;
        margin: 5px;
    }

    .box div {
        font-size: 30px;
        height: 60px;
    }

    .box p {
        font-size: 12px;
        background-color: red;
       text-align: center;
    }

   form div {
       margin-left: 40px;
   }

    form input {
     background:transparent !important;
border-radius: 20%;
     color: #f5f5f5ad !important;
     width: 500px !important;
     border-color: #f5f5f53f !important;
}
button {
    background-color: red !important;
}

.colon-box{
    display: none;
}
}