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, strong, sub, sup, tt, var,
b, u, i, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  height: auto !important;
}

body {
  padding: 0;
  margin: 0;
}

/* Typography Styles */
html {
  font-size: 100%;
  line-height: 1.5em;
}

h1 {
  font-size: 6.854em;
  line-height: 1.09425em;
}

h2 {
  font-size: 8.236em;
  line-height: 1.06232em;
  color:#7ab63c;
}

h3 {
  font-size: 2.618em;
  line-height: 1.14591em;
}

h4 {
  font-size: 1.618em;
  line-height: 1.85414em;
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.618em;
  line-height: 2.42718em;
}

.subscribe-email {
  font-size: 1em;
  line-height: 1.5em;
}

.project-description {
  margin-top: 3em;
  font-size: 1em;
  line-height: 2.25em;
}

.about-project {
  margin-top: 2.85em;
  margin-bottom: 8.25em;
  font-size: 1.1em;
  line-height: 2.07273em;
}

.subscribe-description,
.contact-us-description {
  margin-top: 2.85em;
  margin-bottom: 3.75em;
  font-size: 1.1em;
  line-height: 2.07273em;
}

.countdown h4 {
  margin-top: 1.275em;
  margin-bottom: 0em;
  font-size: 1.2em;
  line-height: 1.25em;
}

@media (max-width: 1169px) {
  h1 {
    font-size: 3.998em;
    line-height: 1.12556em;
  }

  h2 {
    font-size: 2.827em;
    line-height: 1.59179em;
  }

  h3 {
    font-size: 1.999em;
    line-height: 1.50075em;
  }

  h4 {
    font-size: 1.414em;
    line-height: 2.12164em;
  }

  h5 {
    font-size: 1em;
    line-height: 1.5em;
  }

  h6 {
    font-size: 0.707em;
    line-height: 2.12164em;
  }

  .subscribe-email {
    font-size: 1em;
    line-height: 1.5em;
  }

  .project-description {
    margin-top: 1.5em;
    font-size: 0.9em;
    line-height: 2.5em;
  }

  .about-project {
    margin-bottom: 5.25em;
    font-size: 0.9em;
    line-height: 2.53333em;
  }

  .subscribe-description,
  .contact-us-description {
    margin-top: 2.85em;
    margin-bottom: 3.75em;
    font-size: 0.9em;
    line-height: 2.53333em;
  }

  .countdown h4 {
    margin-top: 1.275em;
    font-size: 1.2em;
    line-height: 1.25em;
  }
}
@keyframes arrowFloat {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: 50px;
  }
}
.heading {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.heading .backstretch:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/overlay.png");
  z-index: -200;
}
.heading .scroll-down {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -13px;
  height: 36px;
  width: 22px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  text-align: center;
  line-height: 45px;
  font-size: 9px;
  color: #ffffff;
  animation: arrowFloat 1s ease-in-out 0s infinite alternate;
}
@media (max-width: 1169px) {
  .heading .scroll-down {
    border: none;
    font-size: 15px;
  }
}
.heading h2 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "raleway", cursive;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding: 0 0 0 0.1em;
}
.heading h5 {
  width: 60%;
  text-align: center;
  letter-spacing: 0.3em;
  margin-left: auto;
  margin-right: auto;
  font-family: "Raleway", sans-serif;
}

.container {
  min-height: 80vh;
}
.container div {
  width: 50%;
  float: left;
  background: #7ab63c;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .container div {
    width: 100%;
  }
}
.container div img {
  width: 70%;
  transition: width 0.2s;
  margin-bottom: 20px;
}
.container div img:hover {
  width: 80%;
}
.container div:first-child {
  background: #fff;
  color: #000;
}
