* {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color #4e4e4e;
}

body, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

p, li, h1, h2, h3, h4, h5, h6 {
  color #4e4e4e;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

a:hover {
  color: #16a086;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}

main {
  margin: 0 auto;
  padding: 0;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

header {
  background: url("https://images.unsplash.com/photo-1504190171281-53bcec256266?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=5a19dac35be0db22f9f4a3cb70c58aeb&auto=format&fit=crop&w=1491&q=80") no-repeat;
  background-size: ;
  background-position: center;
  padding: 20px 0;
  max-width: 1280px;
  margin: 0 auto;
}

header h1 {
  margin: 0;
  text-indent: -100000px;
  float: left;
}

header nav {
  text-align: center;
  margin-top: 10px;
  width: 100%;
  margin: 0 auto;
}

header:after {
  display: block;
  content: "";
  clear: both;
}

header nav ul {
  text-align: center;
}

header nav li {
  list-style-type: none;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}

header nav i.fa-camera-retro {
  color: #fff;
  font-size: 2.5em;
  vertical-align: middle;
  text-align: center;
}

header nav li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.3em;
}

header nav li a.active {
  color: #18c44d;
}

header nav li a:hover, header nav a:hover {
  color: #1eb59e;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}

.banner {
  position: relative;
  height: 400px;
  width: 60%;
  margin: 0 auto;
  padding: 80px 0;
  resize: both;
  overflow: hidden;
}

.banner-content {
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  resize: both;
  overflow: hidden;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.banner-content img {
    width: 160px;
    height: auto;
}

.banner h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 40px;
  margin: 0;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-align: center;
}

.banner p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: 0.25em;
}

i.fa-twitter, i.fa-facebook-official, i.fa-instagram {
  font-size: 30px;
  margin-top: 510px;
  padding: 0 5px;
}

.button-main {
  vertical-align: top;
  background-color: #16a086;
  border: none;
  color: #fff;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.7em;
  letter-spacing: 0.25em;
  font-weight: bold;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button-main:hover {
  background-color: #4CAF50;
}

/* Get Started SECTION - first row */

section, footer {
  margin: 0px;
  padding: 80px;
}

h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  margin: 0;
  color: #16a086;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

#section-get-started {
  background: url("https://image.ibb.co/cgqn3m/phone_hand.png") no-repeat;
  background-color: #f0f1f3;
  background-size: cover;
  background-position: right;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  grid-auto-rows: minmax(100px, auto);
}

.get-started-1 p {
  text-align: justify;
  letter-spacing: 2px;
}

#section-design {
  background: url("https://image.ibb.co/eiWuim/phone_plain.png") no-repeat;
  background-color: #fff;
  background-size: 700px;
  background-position: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  grid-auto-rows: minmax(100px, auto);
}

section div img {
  width: 100%;
}

.get-started-2 p {
  text-align: justify;
  letter-spacing: 2px;
}

section div i.fa-camera-retro {
  color: #16a086;
  font-size: 4em;
  vertical-align: middle;
  padding-top: 30px;
}

h4, h6 {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  margin: 0;
  padding-top: 10px;
  color: #2c2d2f;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

#section-community {
  background-color: #f5f6f8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  grid-auto-rows: minmax(100px, auto);
}

.one {
  grid-column: 1;
  grid-row: 1;
  text-align: center;
  grid-gap: auto;
}

.two {
  grid-column: 2;
  grid-row: 1;
}

.three {
  grid-column: 3;
  grid-row: 1;
}

#section-subscribe {
  background: url("https://images.unsplash.com/photo-1483478550801-ceba5fe50e8e?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=e5e8c1c5e29d1a72d4870d188b49a598&auto=format&fit=crop&w=1950&q=80") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 300px 0;
  text-align: center;
}

h5 {
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-top: 0;
}

input[type=text] {
  vertical-align: top;
  border: 0;
  color: #2c2d2f;
  font-weight: 700;
  -webkit-box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.8), 0 0 16px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.8), 0 0 16px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.8), 0 0 16px rgba(255, 255, 255, 0.8);
  padding: 0 10px;
  ;
  background: rgba(255, 255, 255, 1.0);
  margin: 0;
  height: 43px;
}

#section-download {
  background-color: #f5f6f8;
  text-align: center;
}

.button-disabled {
  vertical-align: top;
  background-color: #1bbc9b;
  border: none;
  color: #fff;
  width: 43px;
  height: 43px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  cursor: default;
}

.button-space-right {
  margin-right: 12px;
}

.button-space-left {
  margin-left: 12px;
}

.gap {
  color: #1bbc9b;
  font-weight: bold;
  padding: 0 4px;
}

footer {
  padding-top: 40px;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  grid-auto-rows: minmax(100px, auto);
}

footer a {
  color: #2c2d2f;
  font-weight: bold;
  vertical-align: middle;
}

footer p {
  color: #2c2d2f;
  font-weight: bold;
  vertical-align: middle;
  font-size: 12px;
}

.four {
  grid-column: 1;
  grid-row: 1;
}

.six {
  grid-column: 2;
  grid-row: 1;
}

footer div i.fa-camera-retro {
  color: rgba(27, 188, 155, 0.8);
  font-size: 4em;
  vertical-align: middle;
  float: right;
}
@media screen and (max-width: 1120px) {
  section {
    padding: 50px;
  }
  .wrapper {
    justify-content: center;
  }
  .get-started-1 {
    background: rgba(240, 241, 243, 0.8);
    padding: 80px;
  }
  #section-get-started .get-started-2 {
    display: none;
  }
  #section-get-started {
    background-color: #f0f1f3;
    background-size:  cover;
    background-position: right;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
    padding: 0;
  }
  #section-get-started p {
    color #4e4e4e;
    font-weight: 400;
    padding: 30px;
  }
  .get-started-2 {
    background: rgba(255, 255, 255, 0.8);
    padding: 80px;
  }
  #section-design {
    background-color: #fff;
    background-size: auto;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
    padding: 0;
  }
  #section-design p {
    color #4e4e4e;
    font-weight: 400;
    padding: 30px;
  }
  #section-design .get-started-1 {
    display: none;
  }
  #section-community {
    background-color: #f5f6f8;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .one {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
  }
  .two {
    grid-column: 1;
    grid-row: 2;
  }
  .three {
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (max-width: 760px) {
  #section-community {
    background-color: #f5f6f8;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .one {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
    grid-gap: auto;
  }
  .two {
    grid-column: 1;
    grid-row: 2;
  }
  .three {
    grid-column: 1;
    grid-row: 3;
  }
  header {
    margin: 0;
    padding: 0;
  }
  header nav li {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header nav li a {
    display: block;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  #burger-nav {
    width: 100%;
    height: 60px;
    background: url("https://thumb.ibb.co/iX15pR/burger_icon.png") no-repeat 98% center;
    cursor: pointer;
  }
  header nav ul {
    height: 0;
    overflow: hidden;
  }
  header nav ul.open {
    height: auto;
  }
  header nav i.fa-camera-retro {
    display: none;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    grid-auto-rows: minmax(100px, auto);
  }
  .four {
    grid-column: 1;
    grid-row: 1;
  }
  .six {
    grid-column: 1;
    grid-row: 2;
  }
  footer div i.fa-camera-retro {
    float: none;
    text-align: center;
  }
  #section-download p {
    text-align: justify;
  }
  .banner {
    padding: 20px;
  }
  .banner-content {
    top: 25%;
  }
}

@media screen and (max-width: 625px) {
  #section-get-started {
    padding: 0;
  }
  #section-design {
    padding: 0;
  }
  .get-started-2 {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 20px;
  }
  .get-started-1 {
    background: rgba(240, 241, 243, 0.8);
    padding: 40px 20px;
  }
  footer p {
    font-size: 8px;
  }
  footer a {
    font-size: 10px;
  }
  #section-subscribe {

    padding: 150px 0;

  }
  h5 {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .btn-mobile {
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 205px;
  }
  .button-disabled {
    display: none;
  }
  .banner h2 {
    font-size: 2em;
  }
}
