@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    transition: background-color 0.3s ease, color 0.3s ease;
}

body {
    font-family: 'Poppins';
    background-color: #EEF1F1;
    color: #333;
}

[data-bs-theme="dark"] body {
    font-family: 'Poppins';
    background-color: #121212;
    color: #e6e6e6;
}

.nav-bar-style {
    background-color: #EEF1F1;
}

[data-bs-theme="dark"] .nav-bar-style {
    background-color: #121212;
}

.nav-text {
    font-size: 16px;
    font-weight: 400;
    color: #42026A;
}

[data-bs-theme="dark"] .nav-text {
    color: #CBCBCB;
}

.download-btn {
    background-color: #42026A;
    border-color: #42026A !important;
    box-shadow: 2px 3px #890ED6;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
}

[data-bs-theme="dark"] .download-btn {
    background-color: #8304D3;
    border-color: #8304D3 !important;
    box-shadow: 1px 2px #42026A;
    color: #CBCBCB;
    font-size: 16px;
    font-weight: 700;
}

.theme-btn {
    border-color: #960FEA !important;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 13px;
    background-color: #EEF1F1;
    color: #960FEA;
}

[data-bs-theme="dark"] .theme-btn {
    border-color: #BE0FEA !important;
    background-color: #121212 !important;
    color: #BE0FEA !important;
}

.theme-btn-footer{
    border-color: #FFFFFF !important;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 13px;
    background-color: #1F0032 !important;
    color: #FFFFFF !important;
}
[data-bs-theme="dark"] .theme-btn-footer {
    border-color: #BE0FEA !important;
    background-color: #1F0032 !important;
    color: #BE0FEA !important;
}

.logo-img {
    display: inline-block;
    width: 210px;
    height: 40px;
}

[data-bs-theme="light"] .logo-img {
    background: url(./logo-light.png.webp);
    background-size: cover;
}

[data-bs-theme="dark"] .logo-img {
    background: url(./logo-dark.png.webp);
    background-size: cover;
}

.bg-purple {
    background-color: #6a00ff;
    color: #CBCBCB;
}

[data-bs-theme="dark"] .bg-purple {
    background-color: #bb86fc;
    color: black;
}

.vr {
    background-color: black !important
}

[data-bs-theme="dark"] .vr {
    background-color: #EEF1F1 !important
}

.wing-img {
    background: url(./wing-icon.png.webp);
    background-size: cover;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 350px;
    height: 80px;
}

[data-bs-theme="dark"] .wing-img {
    background: url(./wing-icon-dark.png.webp);
    background-size: cover;
    display: inline-block;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.store-badge {
    display: inline-block;
    width: 200px;
    height: 60px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

.appstore-img {
    background-image: url(./appstore.png.webp);
}
[data-bs-theme="dark"] .appstore-img {
    background-image: url(./appstore-dark.png.webp);
}
.playstore-img {
    background-image: url(./playstore.png.webp);
}
[data-bs-theme="dark"] .playstore-img {
    background-image: url(./playstore-dark.png.webp);
}
.appstore-img-q {
    background-image: url(./appstore.png.webp);
}
.playstore-img-q {
    background-image: url(./playstore.png.webp);
}

.qr-code-img{
    display: inline-block;
    width: 160px;
    height: 170px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: transform 0.2s ease; 
}
.iOS-qr-code-img{
    background-image: url(./iOS-qr.png.webp);
}
.android-qr-code-img{
    background-image: url(./android-qr.png.webp);
}

.phone-1-img {
    background-image: url(./phone-1.png.webp);
    display: inline-block;
    width: 500px;
    height: 600px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

[data-bs-theme="dark"] .phone-1-img {
    background-image: url(./phone-1-dark.png.webp);
}

.title-text {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 56px;
    color: #6C55FC
}

.subtitle-text-1 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 38px;
    color: #B833EA
}

.subtitle-text-2 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 38px;
    color: #75BC63;
    margin-top: -8px !important;
}

.flyer-label {
    background-color: #960FEA;
    color: white;
    border-top-right-radius: 50px;
    font-weight: bold;
    position: relative;
    width: 350px;
}

.people-img {
    background-image: url(./people.png.webp);
    display: inline-block;
    width: 550px;
    height: 550px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

[data-bs-theme="dark"] .people-img {
    background-image: url(./people-dark.png.webp);
}

.info-card {
    display: inline-block;
    width: 390px;
    height: 220px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

.info-card-1-img {
    background-image: url(./info-card-1.png.webp);
}

[data-bs-theme="dark"] .info-card-1-img {
    background-image: url(./info-card-1-dark.png.webp);
}

.info-card-2-img {
    background-image: url(./info-card-2.png.webp);
    background-position: left;
}

[data-bs-theme="dark"] .info-card-2-img {
    background-image: url(./info-card-2-dark.png.webp);
    background-position: left;
}

.phone-2-img {
    background-image: url(./phone-2.png.webp);
    display: inline-block;
    width: 500px;
    height: 450px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

[data-bs-theme="dark"] .phone-2-img {
    background-image: url(./phone-2-dark.png.webp);
}

.vector-1-img {
    background-image: url(./Vector-1.png.webp);
}

.request-photo-img {
    background-image: url(./request-photo.png.webp);
}

[data-bs-theme="dark"] .request-photo-img {
    background-image: url(./request-photo-dark.png.webp);
}

.take-photo-img {
    background-image: url(./take-photo.png.webp);
    margin-top: -3rem;
}

[data-bs-theme="dark"] .take-photo-img {
    background-image: url(./take-photo-dark.png.webp);
}

.vector-2-img {
    background-image: url(./Vector-2.png.webp);
    margin-top: -3rem;
}

.get-photo-img {
    background-image: url(./get-photo.png.webp);
}

[data-bs-theme="dark"] .get-photo-img {
    background-image: url(./get-photo-dark.png.webp);
}

.vector-1-mobile-img {
    background-image: url(./vector-1-mobile.png.webp);
    display: inline-block;
    width: 40px;
    height: 85px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -4rem;
    z-index: 1;
}

.vector-2-mobile-img {
    background-image: url(./vector-2-mobile.png.webp);
    display: inline-block;
    width: 60px;
    height: 95px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -6rem;
    z-index: 1;
}

.request-photo-mobile-img {
    background-image: url(./request-photo-mobile.png.webp);
    width: 390px;
    height: 255px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
    z-index: 2;
}

[data-bs-theme="dark"] .request-photo-mobile-img {
    background-image: url(./request-photo-mobile-dark.png.webp);
}

.take-photo-mobile-img {
    background-image: url(./take-photo-mobile.png.webp);
    width: 390px;
    height: 275px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
    z-index: 2;
}

[data-bs-theme="dark"] .take-photo-mobile-img {
    background-image: url(./take-photo-mobile-dark.png.webp);
}

.get-photo-mobile-img {
    background-image: url(./get-photo-mobile.png.webp);
    width: 390px;
    height: 275px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

[data-bs-theme="dark"] .get-photo-mobile-img {
    background-image: url(./get-photo-mobile-dark.png.webp);
}

.people-2-img {
    background-image: url(./people-2.png.webp);
    display: inline-block;
    width: 450px;
    height: 470px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

[data-bs-theme="dark"] .people-2-img {
    background-image: url(./people-2-dark.png.webp);
}

.vector-3-img {
    background-image: url(./vector-3.png.webp);
    display: inline-block;
    width: 160px;
    height: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.vector-4-img {
    background-image: url(./vector-4.png.webp);
    display: inline-block;
    width: 160px;
    height: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

[data-bs-theme="dark"] .vector-3-img {
    background-image: url(./vector-3-dark.png.webp);
}

[data-bs-theme="dark"] .vector-4-img {
    background-image: url(./vector-4-dark.png.webp);
}

.use-info-card {
    display: inline-block;
    width: 350px;
    height: 90px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

.use-info-1-img {
    background-image: url(./use-info-1.png.webp);
}

[data-bs-theme="dark"] .use-info-1-img {
    background-image: url(./use-info-1-dark.png.webp);
}

.use-info-2-img {
    background-image: url(./use-info-2.png.webp);
}

[data-bs-theme="dark"] .use-info-2-img {
    background-image: url(./use-info-2-dark.png.webp);
}

.use-info-3-img {
    background-image: url(./use-info-3.png.webp);
}

[data-bs-theme="dark"] .use-info-3-img {
    background-image: url(./use-info-3-dark.png.webp);
}

.header-box {
    background-color: #f9b428;
    position: relative;
}
[data-bs-theme="dark"] .header-box {
    background-color: #19087D;
}

.header-box-overlay{
    position: absolute;
    border-bottom-left-radius: 60px;
    width: 280px;
    height: 150px;
    z-index: 3;
    right: 0;
}

.header-box-overlay-1{
    position: absolute;
    border-top-right-radius: 60px;
    width: 350px;
    height: 32px;
    z-index: 3;
    bottom: 0;
}

.header-box-overlay-2{
    position: absolute;
    border-top-left-radius: 60px;
    width: 110px;
    height: 32px;
    z-index: 3;
    right: 0;
    bottom: 0;
}

.overlay-color{
    background-color: #FF9110;
}
[data-bs-theme="dark"] .overlay-color{
    background-color: #5643CC;
}

.header-box .header-box-text h2 {
    color: #960FEA;
    font-weight: bold;
}
.header-box .header-box-text p {
    color: #61009C;
    margin-top: 0.5rem;
}
[data-bs-theme="dark"] .header-box .header-box-text h2 {
    color: #FF9110;
}
[data-bs-theme="dark"] .header-box .header-box-text p {
    color: #FF9110B2;
}

.btn-download-2 {
    position: absolute;
    top: 2rem;
    right: 4rem;
    background-color: #fff;
    color: #5608A7;
    font-weight: 700;
    font-size: 20px;
    box-shadow: 2px 3px #9837E4;
    padding: 0.5rem 1.5rem;
    z-index: 4;
    border: none !important;
    cursor: default !important;
}
[data-bs-theme="dark"] .btn-download-2 {
    color: #fff;
    background-color: #6400A3;
    box-shadow: 2px 3px #C00EFF;
}

.qr-section {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.qr-card {
    background-color: #FFCD58;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: -8px 6px 0px #A05803;
}
[data-bs-theme="dark"] .qr-card {
    background-color: #402EAF;
    box-shadow: -8px 6px 0px #9282F4;
}

.qr-card p{
    font-size: 18px;
    font-weight: 500;
    color: #A05803;
}
[data-bs-theme="dark"] .qr-card p{
    color: #FFFFFF;
}

.footer {
    background-color: #1F0032;
    color: white;
    padding: 2rem;
    margin-top: 4rem;
}

.footer .nav-link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
}

.footer .logo {
    font-size: 1.5rem;
    font-weight: bold;
}


.footer .contact-btn {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    color: white;
    background: none;
}

.design-border-1{
    border-top-right-radius: 60px;
    height: 32px;
}
.design-border-2{
    border-top-left-radius: 60px;
    height: 56px;
}
@media (max-width: 768px) {

    .title-text {
        font-size: 36px;
        text-align: center;
    }

    .subtitle-text-1,
    .subtitle-text-2 {
        font-size: 24px;
        text-align: center;
    }

    .store-badge {
        display: block;
        width: 250px;
    }

    .phone-1-img {
        width: 400px;
        height: 450px;
    }

    .people-img {
        width: 400px;
        height: 400px;
    }

    .flyer-label {
        width: 100%;
        text-align: center;
        border-radius: 0;
    }

    .logo-img {
        width: 55px;
        height: 55px;
    }

    [data-bs-theme="light"] .logo-img {
        background: url(./logo-light-thumbnail.png.webp);
        background-size: cover;
    }

    [data-bs-theme="dark"] .logo-img {
        background: url(./logo-dark-thumbnail.png.webp);
        background-size: cover;
    }

    .people-2-img {
        height: 300px;
    }

    .header-box-overlay{
        width: 200px;
        height: 110px;
    }
    .header-box-overlay-1{
        width: 150px;
        height: 22px;
    }
    .header-box-overlay-2{
        width: 50px;
        height: 22px;
    }

    .btn-download-2 {
        top: 1.7rem;
        right: 1.5rem;
    }

    .qr-code-img{
        display: inline-block;
        width: 160px;
        height: 145px;
    }
    .info-card{
        height: 240px;
    }
    .info-card-1-img {
        background-image: url(./info-card-1-mobile.png.webp);
        height: 200px;
    }
    
    [data-bs-theme="dark"] .info-card-1-img {
        background-image: url(./info-card-1-mobile-dark.png.webp);
    }
    
    .info-card-2-img {
        background-image: url(./info-card-2-mobile.png.webp);
        background-position: left;
    }
    
    [data-bs-theme="dark"] .info-card-2-img {
        background-image: url(./info-card-2-mobile-dark.png.webp);
        background-position: left;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .info-card{
        height: 200px;
    }
    .info-card-1-img {
        background-image: url(./info-card-1-tablet.png.webp);
    }
    
    [data-bs-theme="dark"] .info-card-1-img {
        background-image: url(./info-card-1-tablet-dark.png.webp);
    }
    
    .info-card-2-img {
        background-image: url(./info-card-2-tablet.png.webp);
        background-position: left;
    }
    
    [data-bs-theme="dark"] .info-card-2-img {
        background-image: url(./info-card-2-tablet-dark.png.webp);
        background-position: left;
    }
    .vector-2-img{
        height: 220px;
    }
    .take-photo-img{
        z-index: 5;
    }
    .info-card-2-img {
        height: 250px;
    }
    .info-card-1-img {
        height: 260px;
    }
    .qr-code-img{
        height: 162px;
    }
  }