/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
.Past {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
padding: 3%;
margin: 10px;
background-color: #fefbcb;
border-radius: 20px;

}

.yap {margin-top: 5%;
padding: 3%;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
body {background-image: url("images/OneShot-Title.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  margin: 0;
  background-color:#220423 ;


}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    padding: 8px;
    background-color: #ffffac;
  }
h1 { font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
text-decoration: double;
color:#830d65}
P {font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}

.Present {background-color: #fefbcb;
padding: 15px;
margin: 3%;
border-radius: 20px;

}
#ballin {
  white-space: nowrap;
}
.Future  {background-color: #fefbcb;
    padding: 15px;
    margin: 3%;
    display: inline-block;
    border-radius: 20px;
    }
.coolpicturesss   {padding: 15px;
    margin: 3%;
    display: inline-block;
    border-radius: 20px;}

    footer {font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10%;}
body {
  display: grid;
  place-items: center;
  height: 90vh;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  color: #830d65;
}
.countdown {
  background: #fefbcb;
  height: 287px;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  flex-wrap: wrap;
  border-radius: 20px;
}


.timer h3 {
  font-weight: 700;
  font-size: 22px;
}


.btn {
  display: inline-block;
  min-width: 280px;
  padding: 10px 28px;
  background: #a8173d;
  font-size: 26px;
  color: white;
  text-decoration: none;
  text-align: center;
}

.counter {
  display: flex;
  max-width: fit-content;
  gap: 0.75em;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.counter__box {
  text-align: center;
  background: #c4213a;
  width: 89px;
  height: 103px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.25rem;
}

.counter__time {
  font-size: 3rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.counter__duration {
  font-size: 0.8rem;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  color: #eee;
}

/* HELPERS */

.dots {
  font-size: 52px;
  color: #830d65;
  margin: -0.75rem;
  padding: 0;
}

.exp {
  font-size: 52px;
  font-family: "Roboto", sans-serif;
}

.black-white {
  background: linear-gradient(
    to top,
    #a16c7f 0%,
    #a16c7f 50%,
    #eab8d6 50%,
    #eab8d6 100%
  );
}

.sky-blue {
  background: linear-gradient(
    to top,
    #a8173d 0%,
    #a8173d 50%,
    rgba(236, 127, 163, 0.95) 50%,
    rgba(236, 127, 163, 0.95) 100%
  );
}
