body {
    font-family: 'Baloo 2', cursive;
    background: #F0F1FF;
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-collapse {
    justify-content: space-between;
}

.navbar-nav {
    margin: 0 auto;
    flex-direction: row;
    gap: 20px;
}

.nav-link {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

a.btn.btn-dark.get-app-btn {
    background: #5E43CD;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 12px;
}

.get-app-btn {
    white-space: nowrap;
}

.hero {
    color: white;
    text-align: center;
    padding: 100px 20px;
    background-image: url('../img/bg-1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.hero h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 80px;
    font-family: 'Poppins', sans-serif;
}

.hero p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    max-width: 50%;
    margin: auto;
    padding: 20px 0px;
}

.about-sec {
    background: #F7F8FF;
    padding: 60px 0px;
}

.app-buttons img {
    width: 150px;
    margin: 10px;
}

.features-icons img {
    margin-bottom: 20px;
    width: 100%;
}

.feature-section {
    padding: 60px 0;
}

.feature-section h3 {
    font-weight: 600;
    font-size: 52px;
    line-height: 64px;
    text-transform: capitalize;
    color: #1A1A1A;
    margin-top: 20px;
}

.feature-section p {
    color: #3E3E3ECC;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.feature-section bold {
    font-weight: 600;
    color: #1A1A1A;
}

.feature-img img {
    max-width: 100%;
    border-radius: 20px;
}

.testimonial {
    background-color: #C8FFB2;
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
}

.testimonial h4 {
    font-weight: 700;
}

.download-section img {
    width: 100%;
    max-width: 300px;
}

footer {
    text-align: center;
    padding: 30px 20px;
    font-size: 0.9rem;
    background: #F7F8FF;
    border-top: 1px solid #7E79D0;
}

.footer-text p {
    margin-bottom: 0;
}

.flex-eve p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1A1A1A;
    font-family: 'Baloo 2';
}

.testimonial-main {
    background: #fff;
    padding: 20px 0px;
}

.testimonial-section {
    background-color: #7cf287;
    border-radius: 30px;
    padding: 50px 50px;
    margin: 40px auto;
    max-width: 1200px;
}

.testimonial-card {
    border-radius: 20px;
    color: #fff;
    padding: 70px 70px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../img/cel-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.testimonial-card p {
    margin-bottom: 20px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0px;
}

.testimonial-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-user-name {
    color: #fff;
    font-weight: 800;
    font-size: 16.48px;
    line-height: 150%;
    letter-spacing: 0px;
}

.testimonial-user-title {
    color: #fff;
    font-weight: 500;
    font-size: 12.82px;
    line-height: 150%;
    letter-spacing: 0px;
}

.arrow-btn {
    border: 2px solid #fff;
    background: transparent;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.arrow-btn svg {
    fill: #fff;
    width: 14px;
    height: 14px;
}

.headline-text {
    color: #5455F3;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 55.84px;
    line-height: 100%;
    letter-spacing: -1.99px;
    text-transform: capitalize;
}

.desc-text {
    margin: 15px 0;
    font-weight: 500;
    font-size: 20.94px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #1A1A1A;
}

.stats {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.stat-box strong {
    font-weight: 700;
    font-size: 52.4px;
    line-height: 120%;
    letter-spacing: -1.29px;
    vertical-align: middle;
}

.stat-box small {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #7E8492;
}

.footer-text {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

.footer-text a {
    color: #1A1A1A;
}

header.hero h3 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 28px;
    line-height: 90%;
    text-align: center;
}

.dj-app-section {
    padding: 11em 1.5em 6em 1.5em;
    position: relative;
    overflow: hidden;
}

section.dj-app-section .container {
    position: relative;
    background-image: url(../img/bg-app.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px;
}

.dj-app-section .content {
    text-align: center;
    z-index: 2;
    position: relative;
}

.dj-app-section h2 {
    color: #fff;
    margin-bottom: 15px;
    font-family: 'poppins';
    font-weight: 600;
    font-size: 46px;
    line-height: 66px;
    text-align: center;
    text-transform: capitalize;
}

.dj-app-section p.subtext {
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.dj-app-section p.start {
    font-weight: 400;
    font-size: 28px;
    line-height: 90%;
    text-align: center;
    color: #fff;
    margin-top: 25px;
}

.store-buttons img {
    height: 50px;
    margin: 5px;
}

/* Phone mockups */
.phone-left,
.phone-right {
    position: absolute;
    z-index: 1;
}

.phone-left {
    left: 0;
    bottom: 0;
}

.phone-right {
    right: 0;
    bottom: 0;
}

.feature-section h2 {
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 1em;
    color: #1A1A1A;
}

.feature-section span img {
    width: auto !important;
}

.pr-2 {
    padding-right: 7em;
}

.pl-2 {
    padding-left: 7em;
}
@media (max-width: 1024px) {
    .features-icons img {
        margin-bottom: 20px;
        width: 100% !important;
    }

    .feature-section img {
        width: 100% !important;
    }

    .phone-left,
    .phone-right {
        display: none;
    }

    .hero p {
        max-width: 100%;
    }

    .headline-text {
        font-size: 45.84px;
    }

    .feature-section h3,
    .dj-app-section h2 {
        font-size: 45px;
        line-height: 55px;
        color: #1A1A1A;
    }

    .testimonial-card p {
        font-size: 18px;
        line-height: 30px;
    }

    .stat-box strong {
        font-size: 40.4px;
    }

    .flex-eve p {
        font-size: 16px;
        line-height: 26px;
    }

    img.img-auto {
        width: auto !important;
    }
}

@media (max-width: 768px) {
    .stats {
        justify-content: center;
    }

    .testimonial-section .row.align-items-center.g-4 {
        display: block;
    }

    .testimonial-section .col-md-6 {
        width: 100%;
    }

    .testimonial-section {
        padding: 50px 12px;
    }
  

    nav.navbar.navbar-expand-lg.navbar-light.sticky-top .container {
        padding: 0;
    }

    .testimonial-card p {
        font-size: 14px;
    }
    .dj-app-section {
    padding: 4em 1.5em 4em 1.5em;
}
    .pr-2 {
        padding-right: 1em;
    }
    .pl-2 {
        padding-left: 1em;
    }
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 52px;
        line-height: 62px;
    }

    .feature-section {
        padding: 30px 20px;
    }

    .hero {
        padding: 50px 20px;
    }

    .feature-section h3,
    .dj-app-section h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .headline-text {
        font-size: 35.84px;
        line-height: 45px;
    }

    .feature-section h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 0.5em;
    }
      .testimonial-card {
        padding: 70px 45px;
    }
    .about-sec {
    padding: 30px 0px;
   }
   
}