h1 {
  font-family: como, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
}

h2 {
  font-family: como, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}

h3 {
  font-family: como, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  color: #fff;
  padding: 27px 0 37px 0;
}

h4 {
  font-family: como, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #424d50;
}

@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 16px;
    line-height: 19.2px;
    color: #fff;
    padding: 17px 0 27px 0;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 54px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
body {
  display: block;
  box-sizing: border-box;
}

main {
  padding: 48px 48px;
}

.main-container {
  max-width: 1344px;
  margin: 0 auto;
}

textarea,
input,
button {
  outline: none;
}

@media only screen and (max-width: 992px) {
  main {
    padding: 9px;
  }
}
.news-button {
  margin-left: auto;
  padding: 15px 50px;
  min-height: 40px;
  border: solid 1px #424d50;
  border-radius: 70px;
  font-family: Como;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background-color: #424d50;
  color: #fff;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.news-button:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
}

.shop-button {
  margin: 0 auto;
  background: #fd111b;
  border-radius: 52px;
  border: none;
  padding: 15px 30px;
  font-family: Como;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  max-width: 180px;
  min-height: 50px;
  cursor: pointer;
  display: block;
}
.shop-button:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
  color: #fff;
}

@media only screen and (max-width: 1330px) {
  .news-button {
    margin-left: auto;
    margin-top: 13px;
    width: 100%;
    font-size: 19.6px;
    line-height: 23.5px;
  }
}
.footer {
  background-color: #424d50;
  display: flex;
  justify-content: space-between;
  padding: 24px 40px;
  border-radius: 20px;
}

.footer-copy {
  padding: 26px 0;
}

.footer-title {
  font-family: Como;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #f5bb00;
}
.footer-title:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.6;
  cursor: pointer;
}

.copyright {
  font-family: Como;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #fff;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .footer {
    display: block;
    padding: 24px 40px;
    border-radius: 20px;
  }

  .footer-logo {
    margin: 0 auto;
    display: block;
  }

  .footer-title {
    text-align: center;
  }

  .copyright {
    text-align: center;
  }
}
.hero-div {
  padding: 47px 54px 49px 90px;
  background-color: #00a4dc;
  border-radius: 20px;
  display: flex;
}

.hero-flex {
  width: 50%;
}

.hero-logo {
  max-height: 128px;
  max-width: 128px;
}

.hero-title {
  padding: 34px 0 19px 0;
  max-width: 450px;
}

.hero-subtitle {
  max-width: 476px;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.social {
  display: flex;
  margin-top: 57px;
  cursor: pointer;
}

.social-icon {
  border-radius: 500px;
  border: solid 1px #fff;
  width: 46px;
  height: 46px;
  margin: 6px;
}
.social-icon:hover {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.social-icon:hover path {
  transition: all 0.3s ease-in-out;
  fill: #00a4dc;
}

.social-svg {
  padding: 12px;
  width: 46px;
  height: 46px;
}

.hero-img {
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .hero-div {
    padding: 36px;
    background-color: #00a4dc;
    border-radius: 20px;
    display: block;
  }

  .hero-flex {
    width: 100%;
  }

  .hero-subtitle {
    max-width: none;
    padding-bottom: 30px;
  }

  .hero-logo {
    max-height: 90px;
    max-width: 90px;
  }

  .hero-title {
    padding: 18px 0;
    max-width: none;
  }

  .social {
    display: flex;
    margin: 38px 0;
  }

  .hero-img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hero-subtitle {
    font-size: 17px;
    line-height: 25.5px;
  }
}
input [type=submit] {
  -webkit-appearance: none;
  opacity: 1;
}

.news {
  background-color: #2cc176;
  border-radius: 20px;
  padding: 52px 88px;
}

.news-title {
  max-width: 640px;
}

.news-form {
  display: flex;
  background-color: #fff;
  width: 640px;
  border-radius: 70px;
  padding: 7px 10px 7px 30px;
  height: 70px;
}

.news-input {
  font-family: Como;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #424d50;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  width: 100%;
}

.news-img {
  border-radius: 20px;
  background-image: url("../images/coming-soon/family.jpg");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  min-height: 382px;
  width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#mc_embed_signup {
  background: transparent;
  clear: left;
}
#mc_embed_signup label {
  display: none;
}

#mc_embed_signup_scroll {
  display: flex;
}

.mc-field-group {
  display: flex;
  width: 408px;
}

#mce-responses {
  padding: 10px;
}

.button-fix {
  position: relative;
}

/* Change Autocomplete styles in Chrome*/
input[type=text] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media only screen and (max-width: 1330px) {
  .news-form {
    display: block;
    background-color: transparent;
    height: auto;
    padding: 0;
    max-width: none;
    width: auto;
  }

  #mc_embed_signup_scroll {
    display: block;
  }

  .mc-field-group {
    display: flex;
    width: 100%;
  }

  .news-input {
    width: 100%;
    padding: 20px 14px;
    height: 50px;
    background-color: white;
    border-radius: 70px;
  }

  .news-img {
    min-height: 429px;
  }
}
@media only screen and (max-width: 1024px) {
  .news {
    padding: 34px;
  }

  .news-input {
    font-size: 18px;
    line-height: 21.6px;
  }
}
@media only screen and (max-width: 768px) {
  .news-img {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 492px) {
  .news-img {
    background-size: auto 100%;
  }
}
.products-section {
  border-radius: 20px;
  padding: 52px 88px;
  background: url("../images/coming-soon/desktop.jpg");
  background-repeat: no-repeat, repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: #ff6a00;
}

.products-title {
  text-align: center;
}

.products-subtitle {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  padding-bottom: 53px;
}

.card {
  border-radius: 30px;
  padding: 21px 24px 31px 24px;
}

.card-type {
  max-width: 166px;
  text-align: center;
  margin: 18px auto;
}

.product-columns {
  align-content: space-around;
  display: flex;
}

.product-column {
  width: 25%;
  margin: 0 1%;
}

@media only screen and (max-width: 1210px) {
  .product-columns {
    flex-wrap: wrap;
  }

  .product-column {
    width: 48%;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .products-section {
    background: url("../images/coming-soon/tablet.jpg");
    background-size: 100% auto;
    border-radius: 20px;
    padding: 39px 33px 33px 33px;
  }
}
@media only screen and (max-width: 767px) {
  .products-section {
    background-image: none;
    background-color: #ff6a00;
  }

  .product-column {
    width: 100%;
  }
}
