/*------------------------------------------------*/
/* Basic styles */
/* Designed and coded by Fribba.com*/
/* Don't forget to visit us daily for tons of freebies:
	-PSD Templates
	-Wordpress Plugins
	-Wordpess Themes
	-HTML Designs
	-PHP Code Snippets
	-Wordpress Tutorials & Secrets 
	-& many more!
*/
/*------------------------------------------------*/
html {
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", Arial;
  color: #fff;
  background: url(../images/bg.jpg) top center no-repeat #000;
  background-size: cover;
  position: relative;
  height: 100%;
  background-attachment: fixed;
  padding-top: 100px;
}

.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

#wrap {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 10000;
}

#defaultCountdown {
  z-index: 2;
  margin: 0 auto;
  display: table;
  position: relative;
}

.countdown-row {
  margin: 0 auto;
  width: 100%;
  display: table;
  text-align: center;
}

.countdown-section {
  display: block;
  float: left;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /* border:solid 1px #fff; */
  text-align: center;
  margin: 40px 20px;
}

.countdown-amount {
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
}
.countdown-period {
  display: block;
  color: #ffe600;
  font-size: 18px;
  font-weight: 100;
  font-family: "Oswald", Arial;
}

.image-align {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-top: 100px;
}

h1 {
  font-size: 96px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  letter-spacing: -4px;
}

h1 span.small {
  font-size: 42px;
  font-weight: 300;
  display: block;
}
h1 span.big {
  display: block;
  padding-top: 0;
  margin-top: 10px;
  line-height: 1;
}

.yellow {
  color: #ffe600;
}

p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
  font-family: "Oswald", Arial;
  position: relative;
  width: 100%;
}
p:before,
p:after {
  content: " ";
  position: absolute;
  width: 40%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform: translateX(-50%);
  left: 50%;
  top: -15px;
  margin: auto;
}
p:after {
  bottom: 0;
  bottom: -20px;
  top: auto;
  width: 20%;
}
form {
  margin: 0 auto;
  display: table;
  margin-top: 0;
  width: 100%;
  position: relative;
  text-align: center;
}

input[type="email"] {
  border-radius: 5px;
  background: transparent;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 53px;
  color: #fff;
  font-family: "Oswald", Arial;
  font-size: 16px;
  padding-left: 20px;
  outline: 0;
  width: 100%;
}
.form-holder {
  max-width: 450px;
  position: relative;
  margin: 0 auto;
}
input[type="submit"] {
  border-radius: 0 5px 5px 0;
  font-family: "Oswald", Arial;
  background: #ffe600;
  color: #000;
  border: none;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 53px;
  padding: 0 20px;
  line-height: 1;
}

input[type="submit"]:hover {
  background: #fff;
  color: #000;
}
a {
  color: #fff;
  text-decoration: underline;
}

p.copyright {
  font-size: 24px;
  margin-top: 30px;
  color: #61666f;
}
p.copyright:before,
p.copyright:after {
  content: none;
}
.envelope {
  margin: 0 auto;
  text-align: center;
}
.envelope svg {
  fill: #ffe600;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}

/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/

@media (max-width: 768px) {
  h1 span.small {
    font-size: 24px;
  }
  h1 {
    font-size: 56px;
  }
  p {
    font-size: 15px;
  }
  form {
    margin-top: 70px;
  }
  .countdown-section {
    width: 50px;
    height: 50px;
    margin: 40px 10px;
  }
  .countdown-amount {
    font-size: 30px;
  }
  .countdown-period {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 13px;
  }
}
