@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

::-webkit-scrollbar {
  width: 0;
}

h1, h2, h3, h4, p {
  margin: 0;
}

h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 6rem;
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 4.5rem;
}

h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
}

h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

ul {
  list-style-type: none;
}

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.header {
  color: white;
  max-width: 120rem;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 14rem;
  margin-top: 2.5rem;
}
.header_content {
  max-width: 120rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_content_left {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 58px;
  text-transform: uppercase;
}
.header_content_right > ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 3.45rem;
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 32px;
  text-transform: capitalize;
}
.header_content_btns {
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}
.header_content_logo {
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}

.btn {
  color: white;
  background-color: #9BDBE7;
  border: 0;
  font-family: "Roboto", sans-serif;
  width: 16.8rem;
  height: 6rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  border-radius: 2rem;
}
.btn:hover {
  cursor: pointer;
}

.main-content {
  padding-top: 14rem;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.main-content .top-content {
  color: white;
  margin-bottom: 13rem;
  max-width: 120rem;
  width: 100%;
  display: flex;
  flex-flow: row;
  gap: 8.7rem;
}
.main-content .top-content_card {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  flex-flow: column;
  gap: 4rem;
}
.main-content .top-content_card .top-content_decsrp-wrapper {
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
}
.main-content .top-content_input {
  display: flex;
  gap: 1.6rem;
}
.main-content .top-content_input .input_area {
  border-radius: 2rem;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
  border: none;
  width: 36.8rem;
  height: 6rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-left: 2.5rem;
}
.main-content .top-content_input .input_area::-moz-placeholder {
  color: #CDCDCD;
}
.main-content .top-content_input .input_area:-ms-input-placeholder {
  color: #CDCDCD;
}
.main-content .top-content_input .input_area::placeholder {
  color: #CDCDCD;
}
.main-content .product-cards {
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 6rem 5rem;
  max-width: 120rem;
  width: 100%;
  display: flex;
  flex-flow: row;
  gap: 10rem;
}
.main-content .product-cards_card {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 30rem;
  height: 44.7rem;
  justify-content: space-between;
}
.main-content .product-cards_card .illustration1 {
  width: 20.7rem;
  height: 12rem;
}
.main-content .product-cards_card .illustration2 {
  width: 18.3rem;
  height: 12.9rem;
}
.main-content .product-cards_card .illustration3 {
  width: 18.9rem;
  height: 14rem;
}
.main-content .product-cards_card > h4 {
  position: relative;
  align-self: flex-start;
}
.main-content .product-cards_card > h4::after {
  content: "";
  top: 4.2rem;
  left: 0;
  width: 6rem;
  height: 0.5rem;
  position: absolute;
  background-color: #F8765E;
}
.main-content .better-than-apple {
  margin-top: 20.8rem;
  display: flex;
  flex-flow: row;
  max-width: 120rem;
  width: 100%;
  gap: 14.6rem;
  align-items: center;
  text-align: right;
}
.main-content .better-than-apple__phone2img {
  position: relative;
  width: 29.6rem;
  height: 36rem;
  justify-content: center;
  align-items: center;
  display: none;
}
.main-content .better-than-apple__imgphone {
  position: absolute;
}
.main-content .better-than-apple__imgphonebg {
  height: 29.6rem;
}
.main-content .better-than-apple__card {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-end;
}
.main-content .better-than-apple__title {
  color: #F8765E;
}
.main-content .better-than-apple__secondTitle {
  color: #031D5B;
}
.main-content .better-than-apple__descrp {
  color: #5B6C94;
}
.main-content .better-than-apple__titles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
.main-content .CustomersSay {
  margin-top: 13rem;
  max-width: 120rem;
  width: 100%;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 94.7rem;
}
.main-content .CustomersSay::after {
  content: "";
  position: absolute;
  width: 62%;
  height: 100%;
  top: 0;
  left: 38%;
  border-radius: 2rem;
  z-index: -3;
  background-color: #F8765E;
}
@media (max-width: 1199px) {
  .main-content .CustomersSay {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
@media (max-width: 768px) {
  .main-content .CustomersSay::after {
    width: 40%;
    left: 60%;
  }
}
.main-content .WhatCustomersSay {
  padding: 22.5rem 12rem 22.5rem 30rem;
  width: inherit;
  height: inherit;
  display: flex;
  flex-flow: row;
  gap: 6rem;
}
@media (max-width: 1199px) {
  .main-content .WhatCustomersSay {
    padding: 0;
    padding-top: 23.7rem;
    flex-flow: row wrap;
    justify-content: center;
  }
}
.main-content .WhatCustomersSay__title {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: -1;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  width: 32.8rem;
  color: #F8765E;
}
@media (max-width: 576px) {
  .main-content .WhatCustomersSay__title {
    width: 23.4rem;
  }
}
.main-content .WhatCustomersSay__quotes {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.main-content .WhatCustomersSay__card {
  padding-left: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 42rem;
  width: 100%;
  height: 50rem;
  background: #9BDBE7;
  color: white;
  box-shadow: 12px 12px 40px rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
}
.main-content .WhatCustomersSay__card:nth-child(2n) {
  color: #7c7c7c;
  background: #FFFFFF;
}
.main-content .WhatCustomersSay__review {
  width: 15.4rem;
  position: relative;
}
.main-content .WhatCustomersSay__review::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5rem;
  width: 5rem;
  height: 4rem;
  background: url("../img/Quotes.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.main-content .subscribe {
  margin-top: 16rem;
  max-width: 120rem;
  width: 100%;
  display: flex;
  flex-flow: column;
  text-align: center;
  gap: 5.7rem;
}
.main-content .subscribe__wrappertitle {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
.main-content .subscribe__title1 {
  color: #F8765E;
}
.main-content .subscribe__title2 {
  color: #CDCDCD;
}
.main-content .subscribe__input {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 1.6rem;
}
.main-content .subscribe__input-area {
  border-radius: 2rem;
  box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
  border: none;
  width: 36.8rem;
  height: 6rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-left: 2.5rem;
}
.main-content .subscribe__input-area::-moz-placeholder {
  color: #CDCDCD;
}
.main-content .subscribe__input-area:-ms-input-placeholder {
  color: #CDCDCD;
}
.main-content .subscribe__input-area::placeholder {
  color: #CDCDCD;
}
.main-content::before {
  content: "";
  position: absolute;
  top: -8.3rem;
  left: 0;
  width: 100%;
  height: 92rem;
  background-color: #F8765E;
  z-index: -1;
}
.main-content .footer {
  margin-top: 14.2rem;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  height: 16.4rem;
  width: 100%;
  background-color: #F8765E;
  color: white;
  text-align: center;
}
.main-content .footer__btn {
  color: white;
  text-decoration: none;
  font-style: normal;
  font-weight: 900;
  font-size: 1.7rem;
  line-height: 3.2rem;
}
.main-content .footer__btn > span {
  margin: 0 2.5rem;
}
@media (max-width: 335px) {
  .main-content .footer__btn > span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-content .footer {
    margin-top: 11.7rem;
  }
}

@media (max-width: 1313px) {
  .imgphone1 {
    width: 55.8rem;
    height: 37.9rem;
  }
}
@media (max-width: 1199px) {
  .imgphone1 {
    width: 30.3rem;
    height: 20.6rem;
  }
  .header {
    gap: 6rem;
  }
  .main-content {
    padding-top: 6rem;
  }
  .main-content .product-cards {
    flex-flow: row wrap;
    justify-content: center;
  }
  .main-content .better-than-apple {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .main-content .better-than-apple__phone2img {
    display: flex;
  }
  .main-content .better-than-apple__card {
    align-items: center;
  }
  .main-content .better-than-apple__imgphone2 {
    display: block;
  }
  .main-content .better-than-apple__imgtree {
    display: none;
  }
  .main-content .top-content {
    gap: 5rem;
    flex-flow: column;
    align-items: center;
    text-align: center;
  }
  .main-content .top-content_card {
    order: 1;
    gap: 1.5rem;
  }
  .main-content .top-content_input {
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .WhatCustomersSay {
    width: inherit;
    height: inherit;
    display: flex;
    flex-flow: row;
    gap: 6rem;
  }
  .WhatCustomersSay__title {
    position: absolute;
    top: 4rem;
    left: 0;
    z-index: -1;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    width: 32.8rem;
    color: #F8765E;
  }
  .WhatCustomersSay__quotes {
    width: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
  }
  .main-content .product-cards {
    flex-flow: column;
    align-items: center;
  }
  .main-content .product-cards_card {
    max-width: 50rem;
    width: 100%;
    height: 44.7rem;
  }
  .top-content {
    margin-bottom: 7.6rem;
  }
  .main-content::before {
    top: -9rem;
    height: 108.5rem;
  }
  .header {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .header_content {
    flex-flow: column;
  }
  .main-content .product-cards {
    flex-flow: column;
    align-items: center;
  }
  .main-content .product-cards_card {
    max-width: 50rem;
    height: 47.7rem;
  }
}
@media (max-width: 489px) {
  h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
  }
  h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
  h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}/*# sourceMappingURL=index.css.map */