
.gilroy {
    font-family: 'Gilroy', sans-serif;
}

.centerTxt {
    text-align: center;
}

.appDownload {
    border-radius: 16px;
    background-image: url(../img/iphone_group_706d506369.png.webp), url(../img/appdownload_bg1_fa1a61a548.png.webp), url(../img/ellipse_bg_96390aa268.png.webp);
    background-color: rgb(19, 21, 33);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 42%, cover, cover;
    background-position: bottom -10px right 50px, right, right;
}

.appDownload .appDownloadText {
    width: 52%;
    padding: 60px 0 60px 60px;
}

.appDownloadText h2 {
    font-size: 40px;
    color: #fff;
}

.appDownloadText>p {
    font-size: 18px;
    color: #e3e3e3;
}

.metrics {
    display: flex;
    gap: 80px;
    margin: 30px 0;
}

.metrics .metric {
    width: 30%;
}

.metrics>.metric p:first-child {
    margin: 0;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #8AB9FF;
}

.metrics>.metric p:first-child picture img {
    width: 25px;
    margin: 0 0 6px 5px;
}

.metrics>.metric p:last-child {
    color: #e3e3e3;
}

.downloadBtns {
    display: flex;
}

.downloadBtns .appStoreGooglePlay {
    display: flex;
    flex-direction: column;
}

.downloadBtns .appStoreGooglePlay a:first-child img {
    margin-bottom: 20px;
}

.downloadBtns .qrCode {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 48%;
    margin-left: 30px;
    background-color: #fff;
    border-radius: 8px;
}

.qrCode>p {
    width: 50%;
    margin: 0;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 600;
}

.qrCode>img {
    width: 35%;
}

.appDownloadMobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .appDownload {
        display: none;
    }

    .appDownloadMobile {
        display: block;
        border-radius: 16px;
        background-color: rgb(19, 21, 33);
    }

    .appDownloadImg>img {
        width: 100%;
    }

    .appDownloadText {
        margin-top: -80%;
        padding: 0 15px 35px;
        text-align: center;
    }

    .appDownloadText h2 {
        width: 80%;
        margin: 0 auto 20px;
        font-size: 34px;
    }

    .appDownloadText>p {
        font-size: 16px;
    }

    .metrics {
        justify-content: center;
        gap: 30px;
    }

    .metrics .metric {
        width: 36%;
    }

    .downloadBtns {
        justify-content: center;
    }

    .downloadBtns .appStoreGooglePlay a:first-child img {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 1050px) and (min-width: 800px) {
    .appDownload {
        background-position: bottom -10px right 30px, right, right;
    }

    .appDownload .appDownloadText {
        padding: 30px 0 30px 30px;
    }

    .appDownloadText h2 {
        font-size: 32px;
    }

    .appDownloadText>p,
    .metrics>.metric p:last-child {
        font-size: 14px;
    }

    .metrics {
        margin: 15px 0;
    }

    .metrics>.metric p:first-child {
        font-size: 30px;
    }

    .metrics>.metric p:first-child picture img {
        width: 20px;
    }

    .downloadBtns .appStoreGooglePlay {
        width: 35%;
    }

    .downloadBtns .appStoreGooglePlay a:first-child img {
        margin-bottom: 10px;
    }

    .downloadBtns .qrCode {
        width: 55%;
        margin-left: 15px;
    }

    .qrCode>p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1300px) {
    .appDownload {
        background-position: bottom -10px right 30px, right, right;
    }

    .appDownload .appDownloadText {
        padding: 30px 0 30px 30px;
    }
}