body {
  font-family: "Manrope", sans-serif;
}
.nav-custom {
  position: absolute;
  width: 100%;
  padding: 2em 4em;
}
.navbar {
  background: transparent;
}
.nav-custom a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
ul.navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
a.btn.btn-download {
  color: #000;
  display: flex;
  gap: 10px;
  background-color: #fff;
}
a.btn.btn-download:hover {
  color: #000;
}
.nav-custom a:hover {
  color: #fff;
}
.btn-download {
  border: 1px solid white;
  color: #000;
  border-radius: 16px;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  color: #000;
  display: flex;
  gap: 10px;
}
.hero-section {
  text-align: center;
  padding: 9em 20px 0px;
  background-image: url(../img/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 20px;
  border-radius: 20px;
}
.hero-section h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 64px;
  line-height: 84px;
  letter-spacing: 0%;
  text-align: center;
  background: linear-gradient(
    180deg,
    #ffffff 25.29%,
    rgba(255, 255, 255, 0.46) 78.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* fallback for some browsers */
  text-fill-color: transparent;
}
.gradient-text {
  background: linear-gradient(180deg, #ffffff 30%, rgba(255, 255, 255, 0.46) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
} 
.store-buttons img {
  margin: 0 8px;
}
.phone-frame {
  background: #1e293b;
  border-radius: 30px;
  padding: 15px;
  width: 220px;
}
.phone-frame img {
  width: 100%;
  border-radius: 20px;
}
.feature-section {
  background-image: url(../img/sec-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  padding-top: 8em;
}
.feature-section h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  margin-top: 3em;
}
.feature-section .rounded-4 {
  background: #fafafa;
  border-radius: 46px !important;
}
.feature-section h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  color: #040e18;
}
.feature-section .p-1 {
  color: #717171;
  font-weight: 500;
  font-size: 20px;
  leading-trim: none;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
.feature-section p {
  color: #717171;
  font-weight: 500;
  font-size: 14px;
  leading-trim: none;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
section.cursole-sec .container {
  background: #fafafa;
  padding: 0px 0px 0px 50px;
  border-radius: 50px;
}
section.cursole-sec .carousel-indicators {
  position: unset;
}
section.cursole-sec {
  padding: 5em 0em;
}
.right-img {
  text-align: right;
}
.right-img img {
  border-radius: 0px 50px 50px 0px;
}
section.cursole-sec .d-flex {
  align-items: center;
}
.cursole-sec .text-warning {
  --bs-text-opacity: 1;
  color: #fdb022;
  font-size: 24px;
}
.cursole-sec p {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #181d27;
  font-family: "poppins";
}
section.cursole-sec h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #181d27;
}
section.cursole-sec small {
  color: #535862;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.cursole-sec .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
}
.bg-2 {
  background-image: url(../img/bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  padding: 4em 0em 0em 4em;
  border-radius: 30px;
}
.download-section {
  padding-bottom: 5rem;
}
.download-section h2 {
  font-family: "Poppins";
  font-size: 48px;
  line-height: 66px;
  text-transform: capitalize;
  color: #fff;
}
.download-section p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-top: 2em;
}
.av-sec {
  position: relative;
}
.av-sec:after {
  content: url("../img/after-img.svg");
  position: absolute;
  right: 9em;
  bottom: 0em;
}
.footer-section {
  background-color: #0a2441;
  color: white;
  padding: 2em 0 1em 0;
  text-align: center;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.footer-top p {
  margin: 0;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 24px;
  color: #e4e8ed;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.footer-brand {
  font-size: 80px;
  margin: 20px 0 0;
  font-weight: bold;
  color: #d0e4ff;
}

.footer-bottom {
  margin-top: 5em;
}

.footer-bottom img {
  width: 100%;
  max-width: 96%;
}



@media only screen and (max-width: 1399px) {
  .download-section h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .av-sec:after {
    right: 3em;
  }
  section.cursole-sec .container {
    padding: 0px 0px 0px 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .download-section h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .av-sec:after {
    right: 0em;
  }
  section.cursole-sec .container {
    padding: 0px 25px 0px 25px;
  }
  .bg-2 {
    padding: 4em 1em 0em 1em;
  }
  .cursole-sec p {
    font-size: 28px;
    line-height: 38px;
  }
  .feature-section h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin-top: 1em;
  }
  .hero-section h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .phones-preview img {
    width: 100%;
  }
  .hero-section h1 {
    font-size: 40px;
    line-height: 50px;
  }
  button.navbar-toggler {
    background-color: #fff;
  }
  .navbar-collapse.collapse {
    background-color: #fff;
    padding-left: 12px;
    border-radius: 10px;
  }
  .navbar-collapse.collapse.show a {
    color: #000 !important;
  }
  .right-img img {
    width: 100%;
  }
  .footer-top {
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .footer-bottom {
    margin-top: 3em;
  }
  .av-sec:after {
    content: unset;
  }
  .download-section h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .feature-section .col-md-4 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .feature-section .col-md-4 {
    width: 100%;
  }
  .nav-custom {
    padding: 2em 2em;
  }
  .right-img {
    display: none;
  }
  .hero-section {
    padding: 8em 15px 0px;
  }
  .feature-section {
    padding-top: 2em;
  }
  .social-icons {
    justify-content: center;
  }
  .social-icons img {
    width: 100%;
    max-width: 80%;
  }
  .navbar-brand img {
    width: 100%;
  }
  .store-buttons.mt-3 {
    display: flex;
    gap: 0px;
    justify-content: center;
  }
  .store-buttons.mt-3 img {
    width: 100%;
  }
  .cursole-sec p {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 500px) {
  .hero-section h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .feature-section h2 {
    font-size: 30px;
    line-height: 40px;
  }
  section.cursole-sec {
    padding: 3em 0em;
  }
  .footer-top p {
    font-size: 22px;
  }
}
