:root {
  --bg-color: #232058;
  --accent-color: #4f4d79;
  --text-light: #ffffff;
  --text-dark: #282b6a;
  --secondary-font: "Satoshi", sans-serif;
  --primary-font: "Playfair Display", serif;
  --footer-color: #131230;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-color);
  color: var(--text-light);
  overflow-x: hidden;
  font-family: var(--secondary-font);
  background-image: url("./Images/main-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

/* header */
nav.navbar.navbar-expand-lg.navbar-dark {
  padding: 30px 40px 0px;
}
.custom-border {
  border-bottom: 1px solid #ffffff94 !important;
  padding-bottom: 30px;
}
a.nav-link {
  color: var(--text-light);
  font-weight: 400;
  font-size: 18px;
}
ul.navbar-nav.ms-auto {
  display: flex;
  gap: 36px;
  align-items: center;
}
a.btn.btn-light.download-btn {
  padding: 10px 16px;
  background-color: var(--text-light);
  color: var(--text-dark);
  font-weight: 500;
  font-size: 18px;
  font-family: var(--secondary-font);
  border-radius: 43px;
  border: 6px solid #4f4d79;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* hero-section */
.hero-section {
  background-image: url(./Images/hero-section-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 40px;
}

.hero-text-area {
  font-weight: 400;
  font-size: 26px;
  color: var(--text-light);
  position: relative;
}
h1.hero-title {
  font-weight: 400;
  font-size: 62px;
  font-family: var(--primary-font);
}

.get-started-btn {
  padding: 10px 34px;
  border-radius: 43px;
  font-weight: 500;
  font-size: 18px;
  background-color: var(--text-light);
  color: var(--text-dark);
  outline: 6px solid #FFFFFF33;
  font-family: var(--secondary-font);
}

.get-started-btn:hover {
  padding: 10px 34px;
  border-radius: 43px;
  font-weight: 500;
  font-size: 18px;
  background-color: var(--text-light);
  color: var(--text-dark);
  outline: 6px solid #FFFFFF33;
  font-family: var(--secondary-font);
}

.learn-more-btn {
  padding: 10px 34px;
  border-radius: 43px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #ffffff;
}

.hero-btns {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}

/* hero-wrapper */
.main-hero-wrapper {
  overflow: hidden;
}
.phones-display {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.phone-box {
  position: relative;
  max-width: 300px;
}
.p-back {
  transform: translateX(50px) scale(0.9);
  z-index: 1;
  opacity: 0.8;
}
.p-front {
  z-index: 2;
}
.mockup-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  z-index: 10;
}
.hero-phones-img {
  max-width: 100%;
  height: auto;
}
.glass-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0px 0px 10.19px 0px #ffffff73 inset;
}
.glass-icon img {
  width: 40px;
  height: auto;
}
.icon-left {
  top: 22%;
  left: 2%;
  transform: rotate(340deg);
  box-shadow: 0px 0px 10.19px 0px #ffffffb0 inset;
}
.icon-right {
  top: 7%;
  right: 0%;
  transform: rotate(14deg);
  box-shadow: 0px 1.42px 6.81px 12.78px #ffffff5c inset;
  box-shadow: 0px 0px 4.73px 0px #ffe926b5 inset;
}
.experience-badge-formal {
  text-align: left;
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  margin-top: auto;
}
.right-star-avatar {
  position: absolute;
  right: 1%;
  top: 65%;
  transform: translateY(-50%);
  z-index: 5;
}

/* download-section */
.download-section {
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
.download-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-left {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.headline {
  font-family: var(--primary-font);
  font-size: 62px;
  line-height: 100%;
  margin-bottom: 22px;
  font-weight: 400;
}
.description {
  font-size: 26px;
  color: #fff;
  margin-bottom: 37px;
}
.app-buttons {
  display: flex;
  gap: 20px;
}
.btn-app {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 17px 19px;
  border-radius: 20px;
  border: 1px solid #ffffff80;
  color: white;
  text-decoration: none;
  gap: 52px;
}
.btn-app:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn-app i {
  font-size: 35px;
}
.btn-app span {
  font-size: 17px;
  font-weight: 400;
}
.btn-app strong {
  font-size: 1rem;
  display: block;
}
.stats {
  display: flex;
  gap: 60px;
}
.stat-item h2 {
  font-size: 66px;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: var(--primary-font);
}
.stat-item p {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}
.content-right {
  flex: 1;
  display: flex;
  justify-content: right;
  position: relative;
}
.phone-wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.phone-img {
  width: 100%;
  max-width: 450px;
  height: auto;
  position: relative;
  z-index: 2;
}
.phone-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(./Images/download-phone.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  top: -12%;
  left: 68%;
  z-index: -1;
}
.phone-wrapper::after {
  content: "";
  position: absolute;
  background-image: url(./Images/download-phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  bottom: 48%;
  right: 78%;
  z-index: -1;
  transform: rotate(267deg);
}
/* feature-section */
.features-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
.features-phone {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.features-phone::before {
  content: "";
  position: absolute;
  background-image: url(./Images/features.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
  top: -125px;
  right: -130px;
  z-index: -1;
}

.bg-decoration {
  position: absolute;
  top: -75px;
  right: -5px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.feature-img {
  position: relative;
  z-index: 2;
  height: auto;
}

.feature-item {
  margin-bottom: 20px;
  padding: 0px 60px;
}

.icon-box {
  width: 80px;
  height: 80px;
  border-radius: 23px;
  background: rgb(255 255 255 / 22%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 32px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-bottom: 23px;
  box-shadow: 0px -2px 10px 0px #ffffff inset;
}

.feature-item h3 {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: var(--secondary-font);
}

.feature-item p {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  width: 100%;
  font-weight: 400;
  max-width: 460px;
}

/* cta-section */
.cta-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 150px 0px;
  background-image: url(./Images/ready-to-meet.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 85vh;
  height: 100%;
  width: 100%;
}

.cta-section::before,
.cta-section::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.cta-section::before {
  background-image: url(./Images/ready-asset1.png);
  width: 200px;
  height: 200px;
  bottom: 0px;
  left: 150px;
}

.cta-section::after {
  background-image: url(./Images/ready-asset2.png);
  width: 200px;
  height: 200px;
  top: -120px;
  right: 120px;
}
.ready-img {
  position: absolute;
  z-index: 2;
}

.ready-img-1 {
  top: -17%;
  left: 56%;
  transform: translateX(-30%);
}
.ready-img-2 {
  top: 20%;
  left: 22%;
}
.ready-img-3 {
  top: 39%;
  right: 19%;
}

.cta-content-box {
  position: relative;
  z-index: 3;
  text-align: center;
}

.cta-content-box h2 {
  font-size: 62px;
  font-weight: 400;
  font-family: var(--primary-font);
  line-height: 1.1;
}
.cta-content-box p {
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  font-family: var(--secondary-font);
}

.cta-content-box .cta-btn {
  padding: 12px 36px;
  font-size: 1.1rem;
  color: var(--text-dark);
  background-color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.cta-content-box .cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.radiate-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
.main-title {
  font-family: var(--primary-font);
  font-size: 62px;
  font-weight: 400;
}

.main-desc {
  font-size: 26px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 70px;
}
.feature-card h3 {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--secondary-font);
}

.feature-card p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  font-family: var(--secondary-font);
}

.radiate-icon {
  width: 80px;
  height: 80px;
  border-radius: 23px;
  background: rgb(255 255 255 / 22%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 32px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-bottom: 23px;
}
.icon-radiate {
  box-shadow: 0px 0px 10.38px 0px #d9cca2 inset;
}
.icon-resonate {
  box-shadow: 0px -2px 9.38px 0px #f988ff9c inset;
}
.icon-ignite {
  box-shadow: 0px 3px 14.38px 27px #ffffff5c inset;
  box-shadow: 0px 0px 10px 0px #ffe926b5 inset;
}
.icon-ascend {
  box-shadow: 0px 3px 14.38px 27px #ffffff5c inset;
  box-shadow: 0px -2px 10px 0px #ffffffa1 inset;
}
.single-mockup-wrapper {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.single-mockup-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(./Images/radiate-avatar.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  top: -115px;
  left: -154px;
  z-index: -1;
}

.main-mockup-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 0px 0px;
}

/* newsletter-form */
/* .newsletter {
  padding: 50px 0;
  background-image: url(./Images/newsletter-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.newsletter-content.text-white.mb-3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  font-family: var(--primary-font);
}

.newsletter-para {
  font-weight: 400;
  font-size: 20px;
}
.news-wrapper {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.newsletter-form {
  display: flex;
  max-width: 600px;
  width: 100%;
  margin: auto;
  background: white;
  border-radius: 25px;
  overflow: hidden;
}

.newsletter-form input {
  flex: 1;
  border: none;
  padding: 24px 22px;
  outline: none;
}
.newsletter-form input::placeholder {
  font-weight: 500;
  font-size: 22px;
  color: #19173e;
}
.newsletter-form button {
  border: none;
  background: #5f66fd;
  padding: 24px 38px;
  border-radius: 25px;
  width: 140px;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
} */

/* footer */
.footer {
  background: var(--footer-color);
  padding: 30px 40px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo img {
  width: 60px;
  height: auto;
}
.footer-copy {
  color: var(--text-light);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 48px;
}
.contact-link {
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 400;
  transition: 0.3s;
}
.contact-link:hover {
  opacity: 0.8;
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 29px;
}
.social-icons a {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
}
.social-icons a:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}
@media (min-width: 1440px) {
  .phone-wrapper::before {
    width: 200px;
    height: 200px;
    top: -11%;
    left: 60%;
  }
  .phone-wrapper::after {
    width: 200px;
    height: 200px;
    bottom: 53%;
    right: 83%;
  }
  .bg-decoration {
    top: -73px;
    right: 22px;
  }
  .right-star-avatar {
    top: 80%;
  }
  .features-phone::before {
    top: -110px;
    right: -134px;
  }
  .ready-img-1 {
    top: -21%;
    left: 57%;
  }
  .cta-section::after {
    top: -169px;
    right: 62px;
  }
  .ready-img-2 {
    top: 16%;
    left: 14%;
  }
  .ready-img-3 {
    top: 37%;
    right: 11%;
  }
  .cta-section::before {
    bottom: -57px;
    left: 65px;
  }
  .single-mockup-wrapper::before {
    top: -120px;
    left: -146px;
  }
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 10px 0px;
  }
  .hero-section {
    padding: 30px 10px;
  }
  .download-section {
    padding: 30px 10px;
  }
  .radiate-section {
    padding: 30px 10px;
  }
  .features-section {
    padding: 30px 10px;
  }
  .footer {
    padding: 30px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .phone-wrapper::before {
    width: 200px;
    height: 200px;
    top: -11%;
    left: 60%;
  }
  .phone-wrapper::after {
    width: 200px;
    height: 200px;
    bottom: 53%;
    right: 83%;
  }
  .bg-decoration {
    top: -73px;
    right: 22px;
  }
  .right-star-avatar {
    top: 80%;
  }
  .features-phone::before {
    top: -110px;
    right: -134px;
  }
  .ready-img-1 {
    top: -21%;
    left: 57%;
  }
  .cta-section::after {
    top: -169px;
    right: 62px;
  }
  .ready-img-2 {
    top: 16%;
    left: 14%;
  }
  .ready-img-3 {
    top: 37%;
    right: 11%;
  }
  .cta-section::before {
    bottom: -57px;
    left: 65px;
  }
  .single-mockup-wrapper::before {
    top: -120px;
    left: -146px;
  }
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 10px 0px;
  }
  .hero-section {
    padding: 30px 10px;
  }
  .download-section {
    padding: 30px 10px;
  }
  .radiate-section {
    padding: 30px 10px;
  }
  .features-section {
    padding: 30px 10px;
  }
  .footer {
    padding: 30px 10px;
  }
}
@media (max-width: 1200px) {
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 10px 0px;
  }
  .phone-wrapper::before {
    width: 150px;
    height: 150px;
    top: -7%;
    left: 70%;
  }
  .bg-decoration {
    display: none;
  }
  .hero-section {
    padding: 30px 10px;
  }
  .right-star-avatar {
    top: 85%;
  }
  img.blob-img {
    width: 200px;
    height: auto;
  }
  .icon-left {
    top: 17%;
    left: -4%;
  }
  .icon-right {
    top: 2%;
    right: -5%;
  }
  img.diamond-img {
    width: 150px;
    height: 150px;
  }
  .download-section {
    padding: 30px 10px;
  }
  .headline {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .description {
    font-size: 20px;
  }
  .btn-app {
    gap: 40px;
  }
  .phone-wrapper::after {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 84%;
  }
  .stat-item h2 {
    font-size: 50px;
  }
  .stat-item p {
    font-size: 22px;
  }
  .features-section {
    padding: 30px 10px;
  }
  .features-phone::before {
    top: -92px;
    right: -66px;
  }
  .feature-item {
    padding: 0px 30px;
  }
  .feature-item h3 {
    font-size: 24px;
  }
  .feature-item p {
    font-size: 18px;
  }
  .cta-section {
    padding: 10px 10px 40px;
    margin: 50px 0px;
    min-height: 80vh;
  }
  .cta-section::after {
    width: 150px;
    height: 150px;
    top: -120px;
    right: 4px;
  }
  .ready-img-1 {
    top: -16%;
    left: 59%;
    width: 170px;
  }
  .ready-img-2 {
    top: 20%;
    left: 8%;
    width: 170px;
  }
  .ready-img-3 {
    top: 39%;
    right: 6%;
    width: 200px;
  }
  .cta-section::before {
    width: 150px;
    height: 150px;
    bottom: -29px;
    left: 60px;
  }
  .cta-content-box h2 {
    font-size: 57px;
    line-height: 100%;
  }
  .radiate-section {
    padding: 30px 10px;
  }
  .main-title {
    font-size: 47px;
  }
  .main-desc {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .feature-card h3 {
    font-size: 24px;
  }
  .feature-card p {
    font-size: 18px;
  }
  .single-mockup-wrapper::before {
    width: 150px;
    height: 150px;
    top: -65px;
    left: -100px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 10px 0px;
  }
  .phone-wrapper::before {
    width: 150px;
    height: 150px;
    top: -7%;
    left: 70%;
  }
  .bg-decoration {
    display: none;
  }
  .hero-section {
    padding: 30px 10px;
  }
  .right-star-avatar {
    top: 85%;
  }
  img.blob-img {
    width: 200px;
    height: auto;
  }
  .icon-left {
    top: 17%;
    left: -4%;
  }
  .icon-right {
    top: 2%;
    right: -5%;
  }
  img.diamond-img {
    width: 150px;
    height: 150px;
  }
  .download-section {
    padding: 30px 10px;
  }
  .headline {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .description {
    font-size: 20px;
  }
  .btn-app {
    gap: 40px;
  }
  .phone-wrapper::after {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 84%;
  }
  .stat-item h2 {
    font-size: 50px;
  }
  .stat-item p {
    font-size: 22px;
  }
  .features-section {
    padding: 30px 10px;
  }
  .features-phone::before {
    top: -92px;
    right: -66px;
  }
  .feature-item {
    padding: 0px 30px;
  }
  .feature-item h3 {
    font-size: 24px;
  }
  .feature-item p {
    font-size: 18px;
  }
  .cta-section {
    padding: 10px 10px 40px;
    margin: 50px 0px;
    min-height: 80vh;
  }
  .cta-section::after {
    width: 150px;
    height: 150px;
    top: -120px;
    right: 4px;
  }
  .ready-img-1 {
    top: -16%;
    left: 59%;
    width: 170px;
  }
  .ready-img-2 {
    top: 20%;
    left: 8%;
    width: 170px;
  }
  .ready-img-3 {
    top: 39%;
    right: 6%;
    width: 200px;
  }
  .cta-section::before {
    width: 150px;
    height: 150px;
    bottom: -29px;
    left: 60px;
  }
  .cta-content-box h2 {
    font-size: 57px;
    line-height: 100%;
  }
  .radiate-section {
    padding: 30px 10px;
  }
  .main-title {
    font-size: 47px;
  }
  .main-desc {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .feature-card h3 {
    font-size: 24px;
  }
  .feature-card p {
    font-size: 18px;
  }
  .single-mockup-wrapper::before {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 10px 0px;
  }
  .phone-wrapper::before {
    width: 150px;
    height: 150px;
    top: -7%;
    left: 70%;
  }
  .bg-decoration {
    display: none;
  }
  .hero-section {
    padding: 30px 10px;
  }
  .right-star-avatar {
    top: 85%;
  }
  img.blob-img {
    width: 200px;
    height: auto;
  }
  .icon-left {
    top: 17%;
    left: -4%;
  }
  .icon-right {
    top: 2%;
    right: -5%;
  }
  img.diamond-img {
    width: 150px;
    height: 150px;
  }
  .download-section {
    padding: 30px 10px;
  }
  .headline {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .description {
    font-size: 20px;
  }
  .btn-app {
    gap: 40px;
  }
  .phone-wrapper::after {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 84%;
  }
  .stat-item h2 {
    font-size: 50px;
  }
  .stat-item p {
    font-size: 22px;
  }
  .features-section {
    padding: 30px 10px;
  }
  .features-phone::before {
    top: -92px;
    right: -66px;
  }
  .feature-item {
    padding: 0px 30px;
  }
  .feature-item h3 {
    font-size: 24px;
  }
  .feature-item p {
    font-size: 18px;
  }
  .cta-section {
    padding: 10px 10px 40px;
    margin: 50px 0px;
    min-height: 80vh;
  }
  .cta-section::after {
    width: 150px;
    height: 150px;
    top: -120px;
    right: 4px;
  }
  .ready-img-1 {
    top: -16%;
    left: 59%;
    width: 170px;
  }
  .ready-img-2 {
    top: 20%;
    left: 8%;
    width: 170px;
  }
  .ready-img-3 {
    top: 39%;
    right: 6%;
    width: 200px;
  }
  .cta-section::before {
    width: 150px;
    height: 150px;
    bottom: -29px;
    left: 60px;
  }
  .cta-content-box h2 {
    font-size: 57px;
    line-height: 100%;
  }
  .radiate-section {
    padding: 30px 10px;
  }
  .main-title {
    font-size: 47px;
  }
  .main-desc {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .feature-card h3 {
    font-size: 24px;
  }
  .feature-card p {
    font-size: 18px;
  }
  .single-mockup-wrapper::before {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 900px) {
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 10px 0px;
  }
  .hero-section {
    padding: 30px 10px;
  }
  .download-section {
    padding: 30px 10px;
  }
  .features-section {
    padding: 30px 10px;
  }
  .cta-section {
    padding: 10px 10px 40px;
    margin: 50px 0px;
    min-height: 62vh;
  }
  .radiate-section {
    padding: 30px 10px;
  }
  .footer {
    padding: 30px 10px;
  }
  h1.hero-title {
    font-size: 46px;
  }
  .hero-text-area {
    font-size: 23px;
  }
  .right-star-avatar {
    display: none;
  }
  .avatar-left-wrapper {
    display: none;
  }
  .phone-wrapper::before {
    display: none;
  }
  .phone-wrapper::after {
    display: none;
  }
  .bg-decoration {
    display: none;
  }
  .single-mockup-wrapper::before {
    display: none;
  }
  .features-phone::before {
    display: none;
  }
  .headline {
    font-size: 32px;
    line-height: 1.3;
  }
  .description {
    font-size: 18px;
  }
  .btn-app span {
    font-size: 16px;
  }
  .btn-app {
    padding: 12px 16px;
    border-radius: 8px;
    gap: 12px;
  }
  .stat-item h2 {
    font-size: 50px;
  }
  .stat-item p {
    font-size: 20px;
  }
  .feature-item {
    padding: 0px 20px;
  }
  .feature-item h3 {
    font-size: 24px;
  }
  .feature-item p {
    font-size: 18px;
  }
  .ready-img-1 {
    display: none;
  }
  .ready-img-2 {
    display: none;
  }
  .ready-img-3 {
    display: none;
  }
  .cta-section::after {
    top: -134px;
    right: 2px;
  }
  .cta-section::before {
    bottom: -63px;
    left: 4px;
  }
  .cta-content-box h2 {
    font-size: 56px;
    line-height: 100%;
  }
  .icon-left {
    top: 16%;
    left: -8%;
  }
  .icon-right {
    top: 4%;
    right: -2%;
  }
  .main-title {
    font-size: 50px;
  }
  .main-desc {
    font-size: 24px;
    margin-bottom: 55px;
  }
  .feature-card h3 {
    font-size: 24px;
  }
  .feature-card p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 10px 0px;
  }
  .hero-section {
    padding: 30px 10px;
  }
  .download-section {
    padding: 30px 10px;
  }
  .features-section {
    padding: 30px 10px;
  }
  .cta-section {
    padding: 10px 10px 40px;
    margin: 50px 0px;
    min-height: 62vh;
  }
  .radiate-section {
    padding: 30px 10px;
    margin: 80px 0px;
  }
  .footer {
    padding: 30px 10px;
  }
  h1.hero-title {
    font-size: 50px;
  }
  .hero-text-area {
    font-size: 23px;
  }
  .right-star-avatar {
    display: none;
  }
  .avatar-left-wrapper {
    display: none;
  }
  .phone-wrapper::before {
    display: none;
  }
  .phone-wrapper::after {
    display: none;
  }
  .bg-decoration {
    display: none;
  }
  .single-mockup-wrapper::before {
    display: none;
  }
  .features-phone::before {
    display: none;
  }
  .headline {
    font-size: 32px;
    line-height: 1.3;
  }
  .description {
    font-size: 18px;
  }
  .btn-app span {
    font-size: 16px;
  }
  .btn-app {
    padding: 12px 16px;
    border-radius: 8px;
    gap: 12px;
  }
  .stat-item h2 {
    font-size: 50px;
  }
  .stat-item p {
    font-size: 20px;
  }
  .feature-item {
    padding: 0px 20px;
  }
  .feature-item h3 {
    font-size: 24px;
  }
  .feature-item p {
    font-size: 18px;
  }
  .ready-img-1 {
    display: none;
  }
  .ready-img-2 {
    display: none;
  }
  .ready-img-3 {
    display: none;
  }
  .cta-section::after {
    top: -134px;
    right: 2px;
  }
  .cta-section::before {
    bottom: -63px;
    left: 4px;
  }
  .cta-content-box h2 {
    font-size: 56px;
    line-height: 100%;
  }
  .icon-left {
    top: 16%;
    left: -8%;
  }
  .icon-right {
    top: 4%;
    right: -2%;
  }
  .main-title {
    font-size: 50px;
  }
  .main-desc {
    font-size: 24px;
    margin-bottom: 55px;
  }
  .feature-card h3 {
    font-size: 24px;
  }
  .feature-card p {
    font-size: 18px;
  }
}

@media (min-width: 425px) and (max-width: 700px) {
  .footer-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
  }
  .footer-right {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .footer {
    padding: 30px 10px;
  }
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 10px;
  }
  ul.navbar-nav.ms-auto {
    gap: 20px;
  }
  .newsletter-content.text-white.mb-3 {
    font-size: 40px;
  }
  .newsletter-para {
    font-size: 16px;
  }
  .right-star-avatar {
    display: none;
  }
  p.hero-subtext {
    font-size: 22px;
    text-align: left;
  }
  .hero-section {
    padding: 30px 10px;
  }
  h1.hero-title {
    font-size: 38px;
    text-align: left;
  }
  .hero-btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    justify-content: start;
  }
  .get-started-btn {
    width: 100%;
  }
  .learn-more-btn {
    width: 100%;
  }
  .download-section {
    padding: 30px 10px;
  }
  .headline {
    font-size: 32px;
    line-height: 1.3;
    text-align: start;
  }
  .description {
    font-size: 20px;
    text-align: start;
  }
  /* .app-buttons {
        flex-direction: column;
        width: 78%;
    } */
  .btn-app {
    gap: 20px;
  }
  .stats {
    gap: 40px;
    margin-top: 30px;
  }
  .stat-item h2 {
    font-size: 50px;
  }
  .phone-wrapper::before {
    display: none;
  }
  .phone-wrapper::after {
    display: none;
  }
  .bg-decoration {
    display: none;
  }
  .stat-item p {
    font-size: 20px;
  }
  .features-phone::before {
    top: -100px;
    right: -10px;
  }
  .features-phone::before {
    display: none;
  }
  .features-section {
    padding: 30px 10px;
  }
  .feature-item {
    padding: 0px;
    text-align: start !important;
  }
  .ready-img-1 {
    display: none;
  }
  .ready-img-2 {
    display: none;
  }
  .ready-img-3 {
    display: none;
  }
  .cta-section::after {
    display: none;
  }
  .cta-section::before {
    display: none;
  }
  .cta-section {
    padding: 0px 10px 40px 10px;
    min-height: 50vh;
    margin: 0px;
  }
  .single-mockup-wrapper::before {
    display: none;
  }
  .radiate-section {
    padding: 30px 10px;
  }
  .cta-content-box h2 {
    font-size: 32px;
  }
  .cta-content-box p {
    font-size: 18px;
  }
  .main-title {
    font-size: 50px;
  }
  .main-desc {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .feature-card h3 {
    font-size: 24px;
  }
  .feature-card p {
    font-size: 18px;
  }
  .feature-item p {
    font-size: 18px;
  }
  .content-right {
    justify-content: start;
  }
  .phone-img {
    max-width: 520px;
  }
  .btn-app span {
    font-size: 16px;
    font-weight: 400;
  }
  .glass-icon {
    display: none;
  }
}
@media (max-width: 425px) {
  .footer-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
  }
  .footer-right {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
  .footer {
    padding: 30px 10px;
  }
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 30px 10px;
  }
  ul.navbar-nav.ms-auto {
    gap: 20px;
  }
  .newsletter-content.text-white.mb-3 {
    font-size: 40px;
  }
  .newsletter-para {
    font-size: 16px;
  }
  .right-star-avatar {
    display: none;
  }
  p.hero-subtext {
    font-size: 22px;
    text-align: left;
  }
  .hero-section {
    padding: 30px 10px;
  }
  h1.hero-title {
    font-size: 38px;
    text-align: left;
  }
  .hero-btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    justify-content: start;
  }
  .get-started-btn {
    width: 100%;
  }
  .learn-more-btn {
    width: 100%;
  }
  .download-section {
    padding: 30px 10px;
  }
  .headline {
    font-size: 32px;
    line-height: 1.3;
    text-align: start;
  }
  .description {
    font-size: 20px;
    text-align: start;
  }
  .btn-app {
    gap: 20px;
  }
  .stats {
    gap: 40px;
    margin-top: 30px;
  }
  .stat-item h2 {
    font-size: 50px;
  }
  .phone-wrapper::before {
    display: none;
  }
  .phone-wrapper::after {
    display: none;
  }
  .bg-decoration {
    display: none;
  }
  .stat-item p {
    font-size: 20px;
  }
  .features-phone::before {
    top: -100px;
    right: -10px;
  }
  .features-phone::before {
    display: none;
  }
  .features-section {
    padding: 30px 10px;
  }
  .feature-item {
    padding: 0px;
    text-align: start !important;
  }
  .ready-img-1 {
    display: none;
  }
  .ready-img-2 {
    display: none;
  }
  .ready-img-3 {
    display: none;
  }
  .cta-section::after {
    display: none;
  }
  .cta-section::before {
    display: none;
  }
  .cta-section {
    padding: 0px 10px 40px 10px;
    min-height: 50vh;
    margin: 0px;
  }
  .single-mockup-wrapper::before {
    display: none;
  }
  .radiate-section {
    padding: 40px 10px;
  }
  .cta-content-box h2 {
    font-size: 32px;
  }
  .cta-content-box p {
    font-size: 18px;
  }
  .main-title {
    font-size: 50px;
  }
  .main-desc {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .feature-card h3 {
    font-size: 24px;
  }
  .feature-card p {
    font-size: 18px;
  }
  .feature-item p {
    font-size: 18px;
  }
  .glass-icon {
    display: none;
  }
    h1.hero-title br{
        display: none;
      }
}

@media (max-width: 375px) {
  .custom-border {
    padding-bottom: 20px;
  }
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 20px 10px;
  }
  h1.hero-title {
    font-size: 35px;
    text-align: left;
  }
      h1.hero-title br{
        display: none;
      }
  ul.navbar-nav.ms-auto {
    gap: 10px;
  }
  .btn-app {
    gap: 20px;
    padding: 13px;
  }
  .btn-app span {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .custom-border {
    padding-bottom: 20px;
  }
  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 20px 10px;
  }
  .hero-section {
    padding: 20px 10px;
  }
  .main-title {
    font-size: 40px;
  }
  .content-right {
    justify-content: right;
  }
  .app-buttons {
    gap: 15px;
  }
  .btn-app i {
    font-size: 26px;
  }
  .btn-app {
    gap: 12px;
    padding: 10px;
  }
  .btn-app span {
    font-size: 13px;
  }
  .cta-content-box h2 {
    font-size: 25px;
  }
  .cta-content-box p {
    font-size: 16px;
  }
  .get-started-btn {
    font-size: 16px;
  }
  .headline {
    font-size: 28px;
    line-height: 1.3;
    text-align: start;
  }
}

/* legal pages (privacy / terms) */
.legal-section {
  padding: 60px 40px 80px;
}
.legal-content {
  max-width: 860px;
  margin: 0 auto;
}
.legal-content h1 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 8px;
}
.legal-content .legal-updated {
  color: #ffffffb3;
  font-size: 16px;
  margin-bottom: 32px;
}
.legal-content h2 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 28px;
  margin-top: 36px;
  margin-bottom: 14px;
}
.legal-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 10px;
}
.legal-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffffe6;
  margin-bottom: 16px;
}
.legal-content ul {
  margin-bottom: 16px;
  padding-left: 22px;
}
.legal-content li {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffffe6;
  margin-bottom: 8px;
}
.legal-content a {
  color: var(--text-light);
  text-decoration: underline;
}
@media (max-width: 700px) {
  .legal-section {
    padding: 40px 16px 60px;
  }
  .legal-content h1 {
    font-size: 36px;
  }
  .legal-content h2 {
    font-size: 24px;
  }
}
