
p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


    /**/

.hero-title {
    background: linear-gradient(to right, #feed3d 0%, #efe692 47.92%, #f8fcff 100%);
    background-size: 200% auto;
    color: #5d596c;
    background-clip: text;
    line-height: 1.2;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 2s ease-in-out infinite alternate;
}

@keyframes shine {
    0% {
        background-position: 0% 50%;
    }
    80% {
        background-position: 50% 90%;
    }
    100% {
        background-position: 91% 100%;
    }
}


h1 , h2{
    font-family: font-bold;
}

h1 b{
    font-family: font-black;
}

.w-36 {
    width: 9rem;
}

.justify-text {
    text-align: justify;
    text-justify: inter-word;
}

.justify-text-left{
    text-align: justify;
    text-align-last: left;
}

.justify-text-center {
    text-align: justify;
    text-align-last: center;
}

.header-desc{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    line-height: 2.5;
    text-align: justify;
    text-justify: inter-word;
}

/**/

.options tspan::before {
    content: "";
    right: 0;
    top: 8px;
    background-image: url(../images/icons/ic-check.png);
    width: 22px;
    height: 22px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
}

.options tspan{
    font-family: font-medium, serif ;
    color: var(--text-white);
    font-size: 1rem;
    margin-bottom: 5px;

}

.checkboxes li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(../images/icons/ic-check.png);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.checkboxes li {
    font-family: font-medium, serif ;
    color: var(--text-white);
    padding-right: 35px;
    position: relative;
    margin-bottom: 5px;
    text-align: justify;
    text-justify: inter-word;
}

.anim_line span img{
    opacity: 0.2;
}

footer .bottom_footer p{
    font-family: font-regular, serif;
}

.accent-color ,
.bottom_footer a{
    color: var(--accent);
}

.phone-number {
    color: var(--white);
    font-weight: bold;
}
.support-text {
    color: var(--text-white);
    font-weight: bold;
}
.download-section {
    background-color: var(--download-section);
    padding: 15px;
    border-radius: 15px;
}
.download-btn {
    background-color: var(--download-button);
    border-radius: 10px;
    padding: 8px 15px;
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 10px;
    width: 160px;
}
.download-btn img {
    width: 24px;
}
.download-btn:hover {
    text-decoration: none;
    background-color: #3b5998;
}
.app-name {
    margin-bottom: 0;
    font-size: 10px;
    color: #b0bec5;
}
.brand-text {
    color: white;
    font-weight: bold;
    font-size: 12px;
}
.down-text{
    font-family: font-extra-bold, serif ;
    font-size: 18px;
    color: var(--white);
}

.abt_side{
    background-color: var(--download-section);
    border-radius: 15px;
    padding: 16px;
}

.fs-16{
    font-size: 0.95rem;
    line-height: 2;
    font-family: font-light, serif;
}

.fs-12{
    font-size: 12px;
}

.links ul a::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    content: " ";
    margin-left: 8px;
    border: 2px solid var(--accent);
    border-radius: 6px;
}

.trust-badge {
    background-color: white;
    border-radius: 12px;
    padding: 5px 10px 5px 0px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    transition: background-color 0.3s, box-shadow 0.3s;
    text-decoration: none;
}
.trust-badge img {
    width: 40px;
    margin-left: 10px;
}
.trust-badge:hover {
    background-color: #f0f0f0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.trust-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.left{
    margin-left: 0;
    margin-right: auto;
}

.right{
    margin-left: auto;
    margin-right: 0;
}

.border-complete-200 {
    border: 1px solid var(--bg-purple);
}

.w-75-px{
    width: 75px;
}

.h-75-px{
    height: 75px;
}

.wh-100-px{
    width: 100px;
    height: 100px;
}

.wh-80-px{
    width: 80px;
    height: 80px;
}

.me-2{
    margin-left: 10px;
}

.mt-2{
    margin-top: 10px;
}


@media only screen and (max-width: 991px) {
    .mobile-center
    {text-align: center ;}
    .mobile-hidden
    {display: none !important;}
    .reverse-mobile{
        display: flex;
        flex-direction: column-reverse;
    }

    #contact {
        padding: 18px 0 30px 0 !important;
    }

    .w-35-mobile {
        width: 35% !important;
    }

    .w-40-mobile {
        width: 40% !important;
    }

    .w-50-mobile {
        width: 50% !important;
    }

    .w-60-mobile {
        width: 60% !important;
    }

    .w-70-mobile {
        width: 70% !important;
    }

    .text-right-mobile{
        text-align: right;
    }

    .w-content-mobile{
        width: fit-content;
    }

    .justify-content-center-mobile{
        justify-content: center;
    }

    .text-center-mobile{
        text-align: center !important;
    }

    .features_section .features_inner{
        padding: 30px 0 0 0;
    }

}

@media only screen and (min-width: 992px) {
    .mobile-show
    {display: none !important;}
}

.coming-soon-badge{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--accent);
    color: black;
    padding: 2px 7px 6px 6px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.rounded-namad{
    border-radius: 10px;
}

.bg-download-section{
    background-color: var(--download-section)
}

.bg-download-section:hover{
    transition: all 1s;
    background-color: var(--bg-purple)
}

.text-gold{
    color: yellow !important;
}

.navbar-expand-lg .navbar-nav .nav-link:not(.dark_btn):hover{
    color: yellow !important;
}

@media screen and (max-width: 992px) {

    .navbar-expand-lg .navbar-nav {
        padding: 15px 15px;
        background-color: #150e62;
        border-radius: 12px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: var(--bg-white);
    }

    .navbar-expand-lg .navbar-nav .nav-link.dark_btn{
        display: none;
    }

    .navbar-expand-lg .navbar-nav a::before {
        display: inline-block;
        width: 0;
        height: 0;
        content: "";
        margin-left: 8px;
        margin-right: 0;
        border-style: solid;
        border-width: 4px 8px 4px 0;
        border-color: transparent var(--accent) transparent transparent;
        transform: rotate(0deg);
    }


}

.online-gold-box {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #FFF176;
    border-radius: 20px;
    color: black;
    font-size: 16px;
    margin-inline: 15px;
    margin-top: 30px;
    border: solid 1px #eae8f5;
    justify-content: space-between;
}

.online-gold-box i{
    padding-top: 2px;
    color: black;
}

.online-gold-box i{
}

.text-sm{
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .features_section .feature_detail {
        flex-direction: column-reverse;
        padding-top: 0px;
        margin-top: 0;
    }
}
