@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
  --theme-color: #016ecd;
  --theme-color-light: #e7f4ff;
}

body * {
  font-family: "Manrope", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.p-18 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

header .logo img {
  width: 9.5rem;
}

.box-title {
  font-size: 1.5rem;
  color: #000;
  line-height: 125%;
  font-weight: 700;
}

.btn-fill {
  font-size: 1.125rem;
  color: #fff;
  background: var(--theme-color);
  border-radius: 0.9375rem;
  border: none;
  outline: none;
  padding: 0.75rem 3.125rem;
}

.box-big-title {
  font-size: 2.25rem;
  color: #000;
  line-height: 125%;
  font-weight: 700;
}

section {
  margin: 7.5rem 0rem;
}

#features-sec hr {
  border-color: #707070;
  margin-top: 6.25rem;
}

.heading-sec {
  text-align: center;
  margin-bottom: 6.25rem;
}
.heading-sec .title {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 125%;
}
.heading-sec p {
  margin-top: 1.25rem;
}

header {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  z-index: 1;
}

#header-banner {
  background: url("../img/banner-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 12.5rem;
}
#header-banner .text-box {
  text-align: center;
}
#header-banner .text-box h1 {
  font-size: 3.125rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 120%;
}
#header-banner .text-box p {
  color: #fff;
  margin: 2.5rem 0rem;
}
#header-banner .text-box .download-links {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
#header-banner .img-sec {
  margin-top: 6.25rem;
  padding-left: 2.8125rem;
}
#header-banner .img-sec img {
  width: 100%;
}

#features-sec .heading-sec p {
  font-size: 1.625rem;
  color: #000;
}
#features-sec .feature-box {
  text-align: center;
  padding: 0rem 0.8rem;
  flex: 1;
}
#features-sec .feature-box .icon-box {
  background: var(--theme-color-light);
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 6.25rem;
  margin: 0 auto;
  display: inline-grid;
  place-content: center;
}
#features-sec .feature-box .box-title {
  margin: 3.125rem 0rem 1.25rem;
}
#features-sec .feature-box p {
  color: #545465;
}

#app-preview .row {
  row-gap: 3.125rem;
}
#app-preview .content-box {
  background: var(--theme-color-light);
  border-radius: 1.875rem;
  padding: 3.125rem 4.6875rem 0rem;
  text-align: center;
}
#app-preview p {
  margin: 1.25rem 0rem 2.125rem;
}
#app-preview p:last-child {
  margin-bottom: 0rem;
}
#app-preview .big-banner {
  border-radius: 1.875rem;
  background: var(--theme-color-light);
  overflow: hidden;
  display: flex;
  align-items: center;
}
#app-preview .big-banner .row {
  align-items: center;
}
#app-preview .big-banner .text-box {
  padding: 3.125rem;
}
#app-preview .big-banner .text-box .box-big-title {
  margin-bottom: 3.125rem;
}
#app-preview .big-banner .text-box p br {
  margin-top: 1.875rem;
}
#app-preview .big-banner .img-box img {
  width: 100%;
}

#app-features .three-box .box {
  padding: 1.875rem;
  box-shadow: 0rem 0.25rem 2.5rem 0rem rgba(43, 46, 99, 0.08);
  border-radius: 1.25rem;
  background: #fff;
  display: flex;
  align-items: start;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  margin-top: 1.875rem;
}
#app-features .three-box .box .icon-box img {
  min-width: 3.75rem;
  max-width: 3.75rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#app-features .three-box .box .box-title {
  margin-bottom: 0.9375rem;
}
#app-features .three-box .box p {
  margin-bottom: 0;
}
#app-features .img-box img {
  width: 100%;
  padding: 3.125rem;
}

#download-app {
  background: var(--theme-color);
  height: 33.75rem;
  display: flex;
  align-items: center;
  position: relative;
}
#download-app::before {
  position: absolute;
  left: 0;
  content: url("../img/round-gradient.png");
  filter: blur(10rem);
  top: -21.875rem;
  z-index: -1;
  display: inline-block;
  width: 50%;
}
#download-app .row {
  align-items: center;
}
#download-app .text-box .heading-sec {
  margin-bottom: 1.875rem;
}
#download-app .text-box .heading-sec .title {
  color: #fff;
}
#download-app .text-box p {
  color: #fff;
  margin: 0rem 0rem 3.75rem;
}
#download-app .text-box .download-links {
  display: flex;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

#contact-us {
  background: var(--theme-color-light);
  padding: 9.375rem 0rem 7.5rem;
}
#contact-us .heading-sec p {
  margin-top: 2.1875rem;
}
#contact-us ul {
  display: flex;
  flex-direction: column;
  row-gap: 2.8125rem;
  padding: 0;
}
#contact-us ul li {
  list-style: none;
  color: #545465;
  font-size: 1.125rem;
  font-weight: 700;
}
#contact-us ul li i {
  color: var(--theme-color);
  font-size: 1.375rem;
  vertical-align: middle;
  margin-right: 0.625rem;
}
#contact-us form .row {
  row-gap: 1.875rem;
}
#contact-us form .input-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  border-bottom: 0.0625rem solid #cdcdcd;
  padding: 1.25rem 0rem;
}
#contact-us form .input-box i {
  color: #8b8b8b;
  font-size: 1.125rem;
}
#contact-us form .input-box input {
  background: none;
  outline: none;
  width: 100%;
  border: none;
  font-size: 1rem;
  color: #8b8b8b;
}
#contact-us form .input-box textarea {
  background: none;
  outline: none;
  width: 100%;
  border: none;
  resize: none;
}
#contact-us form .btn-fill {
  margin-top: 3.125rem;
}

footer {
  background: var(--theme-color);
  padding-top: 7.5rem;
}
footer p {
  color: #fff;
}
footer p.p-18 {
  font-weight: 700;
  margin-bottom: 1.25rem;
}
footer .menu-box .main-title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 135%;
  width: 85%;
}
footer .copyright {
  padding: 6.25rem 0rem 1.875rem;
}
footer .copyright p a {
  color: #fff;
  text-decoration: none;
}
footer .copyright p a:nth-child(2) {
  margin-left: 1.875rem;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 62rem) {
  .box-title {
    font-size: 1.375rem;
  }
  .box-big-title {
    font-size: 1.875rem;
  }
  .download-links {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .heading-sec {
    margin-bottom: 3.125rem;
  }
  .download-links img {
    width: 8.75rem;
  }
  .heading-sec .title {
    font-size: 2.5rem;
  }
  #features-sec .feature-box {
    padding: 0rem;
  }
  #features-sec .feature-box .box-title {
    margin: 1.875rem 0rem 0.625rem;
  }
  #contact-us ul {
    row-gap: 1.875rem;
  }
}
@media (max-width: 61.9375rem) {
  #download-app {
    height: auto !important;
    padding: 7.5rem 0rem 1.875rem;
  }
  #download-app .row {
    flex-direction: column-reverse;
    row-gap: 3.125rem;
  }
  #contact-us .form-sec {
    margin-top: 3.125rem;
  }
  footer .row {
    row-gap: 3.125rem;
  }
  footer .copyright {
    padding: 3.125rem 0rem 1.875rem;
    border-top: 0.0625rem solid #fff;
  }
  #app-preview .big-banner .text-box {
    padding-bottom: 1.25rem;
  }
  section {
    margin: 5rem 0rem;
  }
  #features-sec {
    margin-top: 4.375rem;
  }
}
@media (max-width: 47.9375rem) {
  .box-big-title {
    font-size: 1.5rem;
  }
  .box-title {
    font-size: 1.25rem;
  }
  .heading-sec .title {
    font-size: 1.875rem;
  }
  section {
    margin: 3.75rem 0rem;
  }
  header .logo img {
    width: 7.8125rem;
  }
  #app-preview .big-banner .img-box img {
    border-radius: 1.875rem;
  }
  #header-banner {
    padding-top: 10.3125rem;
  }
  #header-banner .text-box h1 {
    font-size: 1.875rem;
  }
  #header-banner .img-sec {
    padding-left: 0rem;
    margin-top: 3.125rem;
  }
  #features-sec .heading-sec p {
    font-size: 1.25rem;
  }
  #features-sec .row:nth-child(2) {
    row-gap: 1.875rem;
  }
  .heading-sec .title {
    font-size: 1.625rem;
  }
  #app-preview .content-box {
    padding: 3.125rem 1.875rem 0rem;
  }
  #app-preview .big-banner .text-box {
    padding: 1.875rem;
    padding-bottom: 0rem;
  }
  #app-preview .text-box p:last-child {
    margin-bottom: 0rem;
  }
  #app-features .three-box .box {
    flex-direction: column;
    row-gap: 1.875rem;
  }
  footer {
    padding-top: 5rem;
  }
  footer .row {
    row-gap: 1.875rem;
  }
  footer .copyright {
    padding: 1.875rem 0rem 1.875rem;
  }
  footer .copyright .row {
    row-gap: 0.9375rem;
  }
  footer .copyright .text-end {
    text-align: left !important;
  }
  #contact-us form .btn-fill {
    margin-top: 1.875rem;
  }
  #features-sec .feature-box {
    box-shadow: 0rem 0.25rem 2.5rem 0rem rgba(43, 46, 99, 0.08);
    border-radius: 1.25rem;
    background: #fff;
    padding: 1.875rem;
  }
  #app-preview .big-banner .text-box .box-big-title {
    margin-bottom: 1.875rem;
  }
  #download-app {
    padding: 4.375rem 0rem 1.875rem;
  }
  #download-app::before {
    all: unset;
  }
  #contact-us {
    padding: 3.75rem 0rem;
  }
  #features-sec hr {
    margin-top: 2.8125rem;
  }
  footer .menu-box .main-title {
    font-size: 1.625rem;
  }
  #app-preview p {
    margin: 1.25rem 0rem 1.875rem;
  }
  #app-features .img-box img {
    margin-top: 3rem;
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */