@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Semibold.woff2") format("woff2"),
    url("../fonts/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Bold.woff2") format("woff2"),
    url("../fonts/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Thin.woff2") format("woff2"),
    url("../fonts/SFProText-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Medium.woff2") format("woff2"),
    url("../fonts/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Light.woff2") format("woff2"),
    url("../fonts/SFProText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Regular.woff2") format("woff2"),
    url("../fonts/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Heavy.woff2") format("woff2"),
    url("../fonts/SFProText-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/SFProText-Black.woff2") format("woff2"),
    url("../fonts/SFProText-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: "SFProText";
  position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

header {
  background: linear-gradient(225deg, #3460c4 0%, #f82873 100%);
}
header .header-logo {
  padding-top: 16px;
  padding-bottom: 16px;
}
header .header-logo img {
  max-width: 120px;
}

.logo {
  margin-bottom: 20px;
}
section {
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
}
.banner-section {
  background: linear-gradient(225deg, #3460c4 0%, #f82873 100%);
  display: flex;
}
.left-section,
.phone-img-wrapper {
  width: 50%;
}
.banner-section h1 {
  font-size: 6vw;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}
.banner-section p {
  font-size: 1.8vw;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.text-orange {
  color: #ffb84d;
}
.left-section {
  padding-top: 150px;
  padding-bottom: 150px;
}
.phone-img-wrapper {
  background-image: url("../images/banner-design.svg");
  position: relative;
}

.phone-img-wrapper img {
  transform: rotate(-30deg);
  position: absolute;
  right: 80px;
  bottom: -30px;
  height: calc(100% + 50px);
}
.download-btn img {
  width: 250px;
}

.features-section {
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 60px;
}
.features-content {
  flex-grow: 1;
  width: 50%;
}

.features-content h2 {
  font-weight: 900;
  font-size: 2.2vw;
  color: #762eaf;
  margin-bottom: 30px;
}

.features-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.features-content li {
  position: relative;
  font-size: 24px;
  padding-left: 45px;
  margin-bottom: 12px;
}
.features-content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url("../images/check-icon.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
}
.features-img {
  width: 50%;
}
.features-img img {
  max-width: 100%;
}
.why-choose-us-section{
  background-color: #F5F0F9;
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.why-choose-us-content {
  flex-grow: 1;
}
.why-choose-us-content h2 {
  font-weight: 900;
  font-size: 32px;
  color: #762eaf;
  margin-bottom: 30px;
}

.why-choose-us-content .mobile{
  display: none;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  padding: 10px 100px;
  font-size: 12px;
}
footer .copyright {
  color: #dfdfdf;
}
footer .footer-links a {
  color: #dfdfdf;
  text-decoration: none;
}
footer .footer-links {
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 991px) {
  .banner-section {
    padding-right: 0;
  }
  .banner-section .phone-img-wrapper.mobile {
    display: none;
  }

}

@media screen and (max-width: 1600px) {
  .features-content li {
    font-size: 20px;
  }
  .banner-section h1 {
    font-size: 5vw;
  }
  .banner-section p {
    font-size: 1.6vw;
  }
  .logo img {
    max-width: 200px;
  }
  .download-btn img {
    width: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-section h1 {
    font-size: 60px;
  }
  .features-content li {
    font-size: 16px;
    padding-left: 30px;
  }
  .features-content li:before {
    top: 6px;
    width: 18px;
    height: 18px;
  }
  .banner-section p {
    font-size: 18px;
  }
  .logo img {
    max-width: 200px;
  }
  .download-btn img {
    width: 180px;
  }
  .features-content h2 {
    font-size: 30px;
  }
  .features-content h4 {
    font-size: 20px;
  }
  section {
    padding-left: 50px;
    padding-right: 50px;
  }
  footer {
    padding: 10px 50px;
  }
}


@media screen and (max-width: 991px) {
  .banner-section {
    flex-direction: column;
  }
  .phone-img-wrapper.desktop {
    display: none;
  }
  .left-section {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .left-section,
  .phone-img-wrapper {
    width: 100%;
  }
  .phone-img-wrapper img {
    transform: none;
    position: relative;
    right: 0;
    bottom: 0;
    height: 400px;
  }
  .phone-img-wrapper.mobile {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  .logo img {
    max-width: 150px;
  }
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer {
    padding: 20px;
  }
  .features-section {
    flex-direction: column;
  }
  .features-content,
  .features-img {
    width: 100%;
  }
  .why-choose-us-content .desktop{
    display: none;
  }
  .why-choose-us-content .mobile{
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 575px) {
  footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
