body {
  font-family: "Roboto", sans-serif;
  margin: 0;
}
h1, h2, h3, h4, h5{
  font-family: "Poppins", sans-serif;
}
h1{
  font-weight: 900;
  font-size: 110px;
  color:#fff;
  line-height: 1.3em;
  text-shadow: 1px 1px 1px #000;
}
h2 {
    color: #000;
    font-size: 72px;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0;
}
h3 {
    color: #646464;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3em;
    margin: 0;
}
h6 {
    color: #646464;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    margin: 0;
}
p {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.5em;
  color:#646464;
  margin: 10px 0;
}
.container {
  padding: 10px 20px;
  max-width: 1200px;
  margin: auto;
}
section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.dual-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.top-sec {
    min-height: 850px;
    background-position: center right;
}
section.top-sec h1 span {
    font-size: 43px;
    display: block;
    line-height: 1.3em;
    margin-top: -0.3em;
}
section.sec2 {
    padding: 60px 0;
}
section.sec2 .content {
    text-align: center;
    margin-bottom: 20px;
}
section.sec2 .dual-col div {
    width: 48%;
    margin-top: 25px;
}
section.sec3 {
    text-align: center;
    padding: 150px 0;
}
section.sec3 h3, section.sec3 p {
    color: #fff;
}
section.sec4 {
    padding: 60px 0 0;
}
section.sec4 .container {
    padding-bottom: 0;
}
section.sec4 .dual-col {
    align-items: center;
}
section.sec4 .dual-col .col1 {
    width: 53%;
    margin-top: 20px;
}
section.sec4 .dual-col .col2 {
    width: 45%;
    margin-top: 20px;
}
section.sec4 .dual-col .col2 img {
    width: 100%;
    margin-bottom: -5px;
}
section.footer {
    background-color: #ededed;
    text-align: center;
}

@media only screen and (max-width: 1280px ){
  h1{
    font-size: 90px;
    margin: 80px 0;
  }
  h2 {
      font-size: 62px;
  }
  h3 {
      font-size: 40px;
  }
  h6 {
      font-size: 25px;
  }
  p {
      font-size: 23px;
  }
  section.top-sec {
    min-height: 680px;
  }
  section.top-sec h1 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1025px ){
  h1{
    font-size: 75px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
      font-size: 33px;
  }
  h6 {
      font-size: 22px;
  }
  p {
      font-size: 19px;
  }
  section.top-sec {
      min-height: 540px;
  }
  section.top-sec .top-logo img {
    width: 170px;
  }
  section.sec3 {
      padding: 100px 0;
  }
}
@media only screen and (max-width: 768px ){
  h1{
    font-size: 57px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
      font-size: 28px;
  }
  h6 {
      font-size: 19px;
  }
  p {
      font-size: 17px;
  }
  section.top-sec {
      min-height: 470px;
  }
  section.sec3 {
      padding: 70px 0;
  }
  section.top-sec .top-logo img {
      width: 150px;
  }
  section.sec4 .dual-col .col1 {
      width: 50%;
  }
  section.sec4 .dual-col .col2 {
      width: 50%;
      text-align: center;
  }
  section.sec4 .dual-col .col2 img {
      width: 90%;
  }
  section.top-sec h1 span {
    font-size: 23px;
  }
}
@media only screen and (max-width: 570px ){
  h1 {
    font-size: 34px;
    margin-top: 30px;
  }
  section.top-sec h1 span {
    font-size: 14px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
      font-size: 22px;
  }
  h6 {
      font-size: 16px;
  }
  p {
      font-size: 15px;
  }
  section.top-sec {
      min-height: 250px;
      background-position: 70%;
  }
  section.sec3 {
      padding: 50px 0;
  }
  section.top-sec .top-logo img {
      width: 80px;
  }
  section.sec4 .dual-col .col1 {
      width: 50%;
  }
  section.sec4 .dual-col .col2 {
      width: 50%;
      text-align: center;
  }
  section.sec4 .dual-col .col2 img {
      width: 90%;
  }
  section.sec2 .dual-col div {
      width: 100%;
      text-align: center;
  }
  section.sec4 {
      padding: 40px 0;
  }
  section.sec4 .dual-col .col1 {
      width: 100%;
      text-align: center;
  }
  section.sec4 .dual-col .col2 {
      width: 100%;
  }
}