@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;

}

#top-header {
    padding: 0px 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.topheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo img {
    width: 100%;
    max-width: 200px;
    height: 76px;
    position: sticky;
    top: 0;
}

ul.header-list-icon {
    display: flex;
    list-style: none;
    gap: 30px;
}

ul.header-list-icon li a i {
    color: #5f6368;
    font-size: 20px;
    background: transparent;
}


/* ============app-icon-download========== */


#app-icon-download {
    padding: 3rem 6rem;
}

#app-icon-download .app-icon-main {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

#app-icon-download .app-icon img {
    width: 100%;
    max-width: 73px;
    border-radius: 17px;
}

#app-icon-download .app-icn-text ul li {
    text-decoration: none;
    list-style: none;
}

#app-icon-download .app-icn-text ul li:nth-child(1) {
    color: #696a6c;
    font-size: 34px;
    font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
}

#app-icon-download .app-icn-text ul li:nth-child(2) {
    color: #00a173;
    font-size: 16px;
    font-weight: 500;
}

#app-icon-download .app-icn-text ul li:nth-child(3) {
    color: #9aa0a6;
    font-size: 16px;

}

.top-title h2 {
    font-size: 22px;
}

.rating-main {
    border-right: 1px solid #68696c48;
}


.PlaystoreComponent_chipContainer__BWyyz {
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 2rem;
}

.PlaystoreComponent_chipContainer__BWyyz div {
    font-weight: 500;
    padding: 6px 18px;
    font-size: 12px;
    color: #202124;
    margin-top: 10px;
    border: 1px solid #5f6368;
    margin-right: 10px;
    border-radius: 6px;
    white-space: nowrap;
    line-height: 2;
}



/* =======Reviews section design===== */

#app-icon-download ul.bt-rating {
    list-style: none;
    margin: 0;
    padding: 0;
}

#app-icon-download ul.bt-rating li:nth-child(1) {
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

#app-icon-download ul.bt-rating li:nth-child(2) {
    color: #353535;
    text-align: center;
    font-size: 13px;
    font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: .5rem;
}

li.rated-download {
    border: 3px solid black;
    width: fit-content;
    padding: 0 3px;
    margin: auto;
}

.row.over-flow-type {
    overflow: auto;
}

.download-button a {
    width: 100%;
    text-decoration: none;
    background: rgb(0, 135, 95);
    color: #fff;
    padding: 6px;
    border-radius: 10px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.download-button a:hover {
    transform: scale(1.1);
}

.download-button a:hover {
    color: #fff;
}


.download-button {
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: 2rem;
}

.fltwo {
    padding: 0;
    margin: 0;
}


/* ======demo-img=========== */

.slider-part {
    display: flex;
    gap: 10px;
    overflow: auto;
    width: 100%;
    position: relative;

}

.slider-sec img {
    width: 126px;
    height: 208px;
    border-radius: 7px;
    object-fit: cover;
}


.slider-secr video {
    width: 340px;
    height: 208px;
    object-fit: cover;
    border-radius: 9px;
}

.slider-part {
    display: flex;
    gap: 10px;
    overflow: auto;
    width: 100%;
    position: relative;
}

.slider-part::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.slider-part::-webkit-scrollbar-track {
    background: #f1f1f100;
}

.slider-part::-webkit-scrollbar-thumb {
    background: rgba(152, 149, 149, 0.515);
    border-radius: 10px;
}

.slider-part::-webkit-scrollbar-thumb:hover {
    background: rgba(152, 149, 149, 0.515);
}




/* =============app_support========== */

#app_support {
    padding-top: 2rem;
}

.top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.top-title i {
    font-size: 20px;
}

.para h6 {}

.para a {
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 1rem;
    border: 1px solid #5f6368;
    color: #5f6368;
    transition: transform 0.3s ease;


}

.para a:hover {
    background-color: #ced0d1a5;
    color: #040404;

}



/* =====deta sefty main === */

.deta_items_main {
    margin-top: 2rem;
    border: 1px solid rgb(218, 220, 224);
    padding: 0rem 1rem;
    border-radius: 10px;
    padding-top: 1rem;
}

.box-ds {
    display: flex;
    text-align: start;
    align-items: center;
    gap: 20px;
    padding-bottom: 1rem;
}

.box-img img {
    width: 25px;
    height: 25px;
}

.box-ds {
    display: flex;
    text-align: start;
    align-items: center;
    gap: 20px;
    padding-bottom: 1rem;
}

a.box-see-details {
    display: flex;
    justify-content: start;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #01875f;
}

.deta-sefty-icon {
    display: flex;
    gap: 13px;
    margin-top: 1.5rem;
    align-items: center;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    justify-content: space-between;
    color: #000;
}

p.deta-sefty-para {
    font-size: 13px;
    text-align: left;
    padding-top: 10px;
}

.deta-sefty-icon {
    display: flex;
    gap: 13px;
    margin-top: 1.5rem;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    justify-content: space-between;
    color: #000;
}


/* ===========Rating design panner======= */

.PlaystoreComponent_aboutContainer__b6igD h3 {
    font-weight: 500;
    font-size: 18px;
    color: #202124;
    margin: 30px 0 0;
    position: relative;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.PlaystoreComponent_aboutContainer__b6igD p {
    font-weight: 400;
    font-size: 14px;
    color: #5f6368;
    margin-top: 15px;
    overflow-y: hidden;
    height: 42px;
    transition: height .15s;
}

.PlaystoreComponent_ratingContainer__TtDMJ {
    display: flex;
    align-items: center;
    height: 110px;
    margin-top: 24px;
}

.PlaystoreComponent_subRatingContainer__cJ_47 {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.PlaystoreComponent_svg__fK1sZ {
    vertical-align: top;
}

.PlaystoreComponent_subRatingContainer__cJ_47 h6 {
    margin-bottom: 10px;
}

.PlaystoreComponent_starRating__RiUII {
    display: flex;
    height: 15px;
    margin-left: 3px;
}

svg {
    overflow: hidden;
}

.PlaystoreComponent_subRatingContainer__cJ_47 p {
    color: #333333b3;
    font-size: 10px;
}

.PlaystoreComponent_ratingProgessContainer__0zyQn {
    flex: 1 1;
}

.PlaystoreComponent_ratingProgessContainer__0zyQn ul {
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
}

.PlaystoreComponent_ratingProgessContainer__0zyQn ul li {
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.PlaystoreComponent_ratingProgessContainer__0zyQn ul li span {
    font-weight: 500;
    font-size: 10px;
    color: #000;
    margin-right: 10px;
    width: 0;
}

.ratingProgress.jsx-1d54f950f0f383e1 {
    height: 8px;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ratingProgressBar.jsx-1d54f950f0f383e1 {
    height: 100%;
    background-color: #0b57cf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input#showMoreReview {
    width: 0;
}

.PlaystoreComponent_subRatingContainer__cJ_47 h6 {
    margin-bottom: 10px;
}

.PlaystoreComponent_subRatingContainer__cJ_47 p {
    color: #333333b3;
    font-size: 10px;
}

.PlaystoreComponent_ratingContainer__TtDMJ p {
    color: #000000b3;
    font-weight: 500;
    font-size: 10px;
    margin: 3px 0 0;
}

.PlaystoreComponent_ratingContainer__TtDMJ h6 {
    color: #000;
    margin: 0;
    font-weight: 500;
    font-size: 40px;
}




/* =========comments section design===== */

.PlaystoreComponent_userRatingComponent__MR2g5 p span {
    font-weight: 500;
    font-size: 12px;
    color: #fff9;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 10px 0 0;
    border-radius: 50%;
}

.PlaystoreComponent_userRatingComponent__MR2g5 p:first-child {
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    color: #202124;
}

.PlaystoreComponent_starRating__RiUII {
    display: flex;
    height: 15px;
    margin-left: 3px;
}

.PlaystoreComponent_userRatingComponent__MR2g5 p:last-child {
    font-weight: 400;
    font-size: 12px;
    color: #5f6368;
    margin-top: 10px;
}

.PlaystoreComponent_userRatingComponent__MR2g5 {
    display: flex;
    flex-direction: column;
}

.PlaystoreComponent_userRatingComponent__MR2g5 p:last-child {
    font-weight: 400;
    font-size: 12px;
    color: #5f6368;
    margin-top: 10px;
}

.PlaystoreComponent_star__Bunqd {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.PlaystoreComponent_userReviewContainer__Fh_Ew {
    margin-top: 35px;
}


/* =======Whats new=============== */


.flag_item span img {
    width: 22px;
}

.flag_item {
    display: flex;
    align-items: center;
    text-align: center;
    gap: .5rem;
}

.flag_item a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.whats_new {
    padding-top: 2rem;
}



/* ======Footer Design ============/ */
.main-footer .footer {
    /* background-color: #f8f9fa; */
    padding: 40px 0;
}

.main-footer .footer-links a {
    display: block;
    color: #6c757d;
    text-decoration: none !important;
    margin-bottom: 8px;
}

.main-footer .footer-links a:hover {
    text-decoration: underline;
}

.main-footer .footer-bottom {
    border-top: 1px solid #e9ecef;
    padding-top: 20px;
    margin-top: 20px;
}

.row.top-pd-footer {
    padding-top: 2rem;
}

hr.border-top-type {
    width: 100%;
    height: 1px;
    color: #d5d5d5;
}

.main-footer .footer-links a:hover {
    color: rgb(0 161 115);
}


.footer-links h5 {
    font-size: 15px;
    color: #5f6368;
}

.footer_bottom_deta a {
    text-decoration: none;
    color: #5f637f;
    font-size: 13px;
}

.footer_bottom_deta {
    display: flex;
    padding: 0;
    margin: 0;
    text-align: start;
}

.footer_bottom_right {
    display: flex;
    justify-content: end;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

a.ds-icon i {
    color: #5f6368;
}

.flag_item a:hover {
    text-decoration: none;
    color: #00875f;
    font-weight: 500;
}



/* ========Mobile Responsive Design ======== */




@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #app-icon-download {
        padding: 3rem 2rem;
    }

    .slider-sec img {
        width: 126px;
        height: 252px;
        border-radius: 7px;
        object-fit: cover;
    }

    .slider-secr video {
        width: 395px;
        height: 251px;
        object-fit: cover;
        border-radius: 9px;
    }

    .footer_bottom_deta {
        display: flex;
        padding: 0;
        margin: 0;
        text-align: start;
        flex-wrap: wrap;
    }


}



@media only screen and (min-width: 600px) and (max-width:768px) {
    #app-icon-download {
        padding: 3rem 6rem;
    }

    .footer_bottom_deta {
        display: flex;
        padding: 0;
        margin: 0;
        text-align: start;
        flex-wrap: wrap;
    }

}

@media only screen and (min-width:320px) and (max-width:600px) {
    #app-icon-download {
        padding: 0;
    }

    .wrapper-two {
        margin-top: 2rem;
    }

    .PlaystoreComponent_chipContainer__BWyyz {
        /* Hide scrollbar for Webkit browsers */
        scrollbar-width: none;
        /* For Firefox */
        -ms-overflow-style: none;
        /* For Internet Explorer and Edge */
    }

    .PlaystoreComponent_chipContainer__BWyyz::-webkit-scrollbar {
        width: 0;
        /* Remove scrollbar space */
        background: transparent;
        /* Optional: just make scrollbar invisible */
    }

    .PlaystoreComponent_chipContainer__BWyyz:hover::-webkit-scrollbar {
        width: 6px;
        /* Adjust this to set scrollbar width when scrolling */
        background: #ccc;
        /* Optional: Set scrollbar background color when shown */
    }

    .PlaystoreComponent_chipContainer__BWyyz::-webkit-scrollbar-thumb {
        background-color: #888;
        /* Color of the scrollbar */
        border-radius: 10px;
        /* Roundness of the scrollbar */
    }

    .wrapper-two {
        margin-top: 2rem !important;
    }

    .app-icon-main {
        margin-top: 1rem;
    }

    #app-icon-download ul.bt-rating li:nth-child(1) {
        color: #000;
        font-size: 13px;
        text-align: center;
        font-weight: 600;
    }

    .footer_bottom_deta {
        gap: 12px;
        display: flex;
        margin: 0;
        flex-direction: column;
    }


}


@media only screen and (max-width:500px) {
    #app-icon-download .app-icon img {
        width: 100%;
        max-width: 54px;
        border-radius: 9px;
    }

    #app-icon-download .app-icn-text ul li:nth-child(1) {
        color: #696a6c;
        font-size: 23px;
        font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 500;
    }

    ul {
        margin-bottom: 0;
    }

    .app-icn-text ul {
        margin-left: 0px;
        padding-left: 1rem;
    }

    .col-lg-3.col-3.border-type {
        margin: 0;
        padding: 0;
    }

    #app-icon-download ul.bt-rating li:nth-child(1) {
        color: #000;
        font-size: 11px;
        text-align: center;
        font-weight: 600;
    }

    #app-icon-download ul.bt-rating li:nth-child(2) {
        color: #353535;
        text-align: center;
        font-size: 11px;
        font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-top: .5rem;
    }

    .download-button a {
        width: 100%;
        text-decoration: none;
        background: rgb(0, 135, 95);
        color: #fff;
        padding: 6px;
        border-radius: 10px;
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .header-logo img {
        width: 100%;
        max-width: 200px;
        height: 58px;
        position: sticky;
        top: 0;
    }

    ul.header-list-icon {
        display: flex;
        list-style: none;
        gap: 11px;
        margin: 0;
    }

    ul.header-list-icon li a i {
        color: #5f6368;
        font-size: 13px;
        background: transparent;
    }

    li.rated-download {
        border: 2px solid black;
        width: fit-content;
        padding: 0px 8px;
        margin: auto;
    }

    .slider-secr video {
        width: 254px;
        height: 148px;
        object-fit: cover;
        border-radius: 9px;
    }

    .slider-sec img {
        width: 74px;
        height: 148px;
        border-radius: 7px;
        object-fit: cover;
    }

    .top-title h2 {
        font-size: 18px;
    }

    .para p {
        font-size: 13px;
    }

    .top-title i {
        font-size: 15px;
    }

    .box-ds {
        display: flex;
        text-align: start;
        align-items: center;
        gap: 12px;
        padding-bottom: 1rem;
    }

    p.box-para {
        font-size: 13px;
    }

    p.box-para {
        font-size: 13px;
        margin: 0;
    }

    .app-icn-text ul {
        margin-left: 0px;
        padding-left: 1rem;
        margin: 0;
    }

    #app-icon-download .app-icn-text ul li:nth-child(3) {
        color: #9aa0a6;
        font-size: 11px;
    }

    #app-icon-download .app-icn-text ul li:nth-child(2) {
        color: #00a173;
        font-size: 12px;
        font-weight: 500;
    }

    .footer_bottom_right {
        display: flex;
        justify-content: center;
        font-size: 13px;
        padding: 0;
        margin: 0;
    }

    .footer-links.footerlinkstwo {
        padding-top: 1rem;
    }

    .download-button a:hover {
        transform: scale(1);
    }

    .col-lg-3.col-3.border-type.bdtype .rating-main {
        border-right: none;
    }



}