﻿
:root {
    --color-dark: #171717;
    --color-aqua: #35B9E0;
    --text-white: #FFFFFF;
    --color-light: #858585;
    --color-dark-gray: #1F1F1F;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: var(--color-dark);
    color: var(--text-white);
    margin: 0;
}



img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


.hero-section {
    position: relative;
    /*background-color: var(--color-aqua);*/
    background: linear-gradient(to bottom, #35B9E0 480px, #171717 200px);
    text-align: center;
    padding: 80px 20px;
    /*padding-bottom: 220px;*/
}

.hero-title {
    font-family: 'Sofia Sans Condensed';
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 300;
}
.hero-title span{
        font-weight:bold;
}
.hero-description {
    font-size: 18px;
    line-height: 1.4;
    opacity: 0.7;
}

.pricing-cards-wrapper {
    /*  position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 35px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    justify-content: center;
    padding: 20px 60px;*/
    position: relative;
    gap: 30px;
    overflow-x: hidden;
    flex-wrap: wrap;
    display: flex;
    justify-content: center !important;
    align-items: center;
    padding: 0 !important;
    padding-top: 20px !important;
}

    .pricing-cards-wrapper::-webkit-scrollbar {
        display: none;
    }


.pricing-box {
    background: var(--color-dark-gray);
    color: var(--text-white);
    width: 325px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    flex: 0 0 auto;
}

.pricing-card {
    background: #fff;
    color: var(--color-dark);
    width: 325px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    flex: 0 0 auto;
}

.pricing-category {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 400;
}

.pricing-plans {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    opacity: 0.6;
    font-style: italic;
}

.pricing-box-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.price {
    font-family: 'Sofia Sans Condensed';
    font-size: 48px;
    margin: 10px 0;
    text-align: left;
    font-weight: 300;
}

    .price span {
        opacity: 0.6;
        font-family: Sofia Sans Condensed;
    }

.pricing-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

.pricing-box-btn,
.pricing-btn {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    padding: 10px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    text-align: center;
}

.pricing-box-btn {
    background: var(--text-white);
    color: var(--color-dark);
    font-size: 18px;
    font-family: 'Poppins';
}

.pricing-btn {
    background: var(--color-aqua);
    color: var(--text-white);
    font-family: 'Poppins';
    font-size: 18px;
}

.dashed-border {
    border-top: 2px dashed var(--color-light);
    margin: 15px 0;
}

.badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-aqua);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    border: 4px solid #fff;
}


.dark-section-pr {
    background-color: var(--color-dark);
    /*padding: 480px 60px 0px;*/
    padding: 0 60px; text-align: center;
}

.download-container-pr {
    background-color: var(--color-aqua);
    padding: 80px 0;
    border-radius: 20px;
}

.download-heading-pr {
    font-size: 40px;
    font-family: Sofia Sans Condensed;
    font-weight: 300;
}

.download-title-pr {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Poppins';
    margin-bottom: 18px;
}

.buttons-row-pr {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.google-play-btn-pr,
.apple-play-btn-pr {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    padding: 7px 14px;
    text-decoration: none;
    transition: transform 0.3s ease;
    min-width: 220px;
    justify-content: center;
}

    .google-play-btn-pr:active,
    .apple-play-btn-pr:active {
        transform: scale(0.97);
    }

.play-icon-pr,
.appstore-icon-pr {
    width: 35px;
    height: 43px;
    margin-right: 8px;
}

.text-container-download-app-pr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.get-it-on-pr {
    width: 65px;
    margin-bottom: 3px;
}

.download-on-pr {
    width: 130px;
    margin-left: 5px;
}

.google-play-text-pr,
.apple-play-text-pr {
    height: 30px;
    margin-top: 5px;
}

.brand-icon-pr {
    position: relative;
    bottom: 135px;
    width: 100px;
    height: auto;
    left: 86%;
}

@media (max-width: 900px) {

    .download-heading-pr {
        background-color: var(--color-aqua);
        text-align: center;
        position: relative;
        padding: 20px;
        font-size: 50px;
    }

    .section-content {
        max-width: 1200px;
        margin: 0 auto;
    }

    .dark-section-pr {
        background-color: var(--color-dark);
        padding:  0 0px;
        text-align: center;
    }

    .download-container-pr {
        border-radius: 0%;
    }

    .download-title-pr {
        color: rgb(255 255 255 / 92%);
        max-width: 1000px;
        margin: 10px auto 30px;
        font-weight: 400;
        font-family: Poppins;
        font-size: 22px;
        line-height: 100%;
        text-align: center;
    }

    .buttons-row-pr {
        display: flex;
        justify-content: center;
        gap: 20px;
        /*flex-wrap: nowrap;*/
    }

    .google-play-btn-pr,
    .apple-play-btn-pr {
        display: inline-flex;
        align-items: center;
        background-color: #fff;
        border-radius: 6px;
        padding: 7px 14px;
        text-decoration: none;
        transition: transform 0.3s ease;
        /*min-width: 180px;*/
        justify-content: center;
    }

        .google-play-btn-pr:active,
        .apple-play-btn-pr:active {
            transform: scale(0.97);
        }

    .play-icon-pr,
    .appstore-icon-pr {
        width: 35px;
        height: 43px;
        margin-right: 8px;
    }

    .text-container-download-app-pr {
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1;
    }

    .get-it-on-pr {
        width: 65px;
        margin-bottom: 3px;
    }

    .download-on-pr {
        width: 130px;
        margin-left: 5px;
    }

    .google-play-text-pr,
    .apple-play-text-pr {
        height: 30px;
        margin-top: 5px;
    }

    .brand-icon-pr {
        position: relative;
        bottom: 156px;
        width: 100px;
        height: auto;
        left: 1%;
        display:none;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-description {
        font-size: 18px;
    }
}

@media (max-width: 1400px) {
    .pricing-cards-wrapper {
        justify-content: start;
    }
    .pricing-cards-wrapper{
        padding-top:60px;
    }
}


@media (max-width: 769px) {
    .pricing-cards-wrapper {
        justify-content: start;
    }

    .pricing-cards-wrapper {
        padding: 30px;
        padding-top: 60px;
    }
}
