@font-face {
    font-family: 'lufga-light';
    src: url('../fonts/LufgaLight.woff') format('woff'); /* Bold weight */
    font-weight: 300; /* Bold weight */
    font-style: normal; /* Normal style */
}

@font-face {
    font-family: 'lufga-normal'; /* Name of the font */
    src: url('../fonts/LufgaRegular.woff') format('woff'); /* Regular weight */
    font-weight: normal; /* Normal weight */
    font-style: normal; /* Normal style */
}

@font-face {
    font-family: 'lufga-bold'; /* Name of the font */
    src: url('../fonts/LufgaBold.woff') format('woff'); /* Bold weight */
    font-weight: bold; /* Bold weight */
    font-style: normal; /* Normal style */
}

:root {
    --bs-primary: #B666C7 !important;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    padding: 0;
    margin: 0;
    width: 100vw;
    font-family: "Poppins", sans-serif !important;
    font-weight: normal !important;
    line-height: normal !important;
    overflow-x: hidden;
}

.btn{
    border-radius: 32px !important;
    padding-inline: 24px !important;
}

.btn-primary{
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
                                                        /* Navbar Section*/
.navbar-nav{
    align-items: center;
    gap: 16px;
}

.navbar-nav a{
    text-decoration: none;
}

.nav-btn{
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    transition: background-color 0.1s ease-in-out !important;
}
.nav-btn:hover{
    background-color: #81488d !important;
    color: white !important;
}
                                                          /* Header Section*/


.header-content h3{
    color: var(--bs-primary) !important;
    font-size: 50px;
    font-family: "lufga-light", sans-serif !important;
}

.header-content h3 span{
    font-family: "lufga-bold", sans-serif !important;
}

.header{
    background-color: #FAFAFA !important;
    overflow-x: hidden;
}
/*.header-img {*/
/*    padding-top: 5rem !important;*/
/*}*/

/*.header-img img{*/
/*    width: 100%;*/
/*}*/

.btn-outline-secondary:hover{
    background-color: var(--bs-primary) !important;
    color: white;
}

                                                        /*Hero Section*/
.hero-section{
    background-image: url("../frontend/img/hero.png");
    background-size: cover;
    height: 304px;
}
.hero-content {
    height: 100%;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif !important;
    /*line-height: 24px;*/
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: justify;
    margin-left: auto;
}
.hero-btn{
    width: 190px;
    height: 48px;
    background-color: #FFFFFF;
    border: 1px solid black;
    padding: 12px 48px;
}
                                                        /*Partner Section*/
.partners {
    background-color: #FAFAFA;
    /*padding: 3rem 0;*/
}

.partners .partners-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.partners .partners-logo img {
    padding: 1rem 2rem;
    max-width: 80%;
    max-height: 80%;
    filter: grayscale(120%) brightness(70%);
    transition: filter 0.3s ease;
    opacity: 0.5;
}

.partners .partners-logo img:hover {
    filter: none;
    opacity: 1;
}

/*@media (max-width: 640px) {*/
/*    .partners .partners-logo img {*/
/*        padding: 20px;*/
/*    }*/
/*}*/
                                                /* Product Section*/
.product{
    background-color: #F5F5F5;
}
.product-heading{
    color: var(--bs-primary) !important;
    font-size:36px;
    font-family: "lufga-light", sans-serif !important;
    line-height: 48px;
    text-align: center;
}

.product-heading p span{
    font-family: "lufga-bold", sans-serif !important;
}
                                                            /*Product Card*/
.product-card-grid{
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 20px;
}
.card {
    width: 100%;
    height: 154px;
    background-color: #FFFFFF;
    border-radius: 16px;
    gap: 10px;
    transition: transform 0.3s ease;
}
.card:hover {
    transform: translateY(-10px);
}

.card-body{
    display: flex;
    width: 347px;
    height: 106px;
    gap: 16px;
}
.icon {
    width: 48px;
    height: 48px;
    padding: 12px;
    background-color: #CE98D9;
    border-radius: 4px;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

.icon img {
    width: 24px;
    height: 24px;
}

.content h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #3B3B3B;
    width: 100px;
    height: 24px;
    font-family: "Poppins", sans-serif !important;
}

.content p {
    width: 283px;
    height: 72px;
    color: #575757;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
                                                            /*Packages Section*/
.packages{
    /*height: 962px;*/
    background-color: #4C2B54;
}
.package-heading{
    color: #FFFFFF;
    line-height: 68px;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    font-family: "lufga-bold", sans-serif !important;
}
.package-paragraph{
    color: #E8D0EE;
    font-family: 'Poppins' , sans-serif !important;
    text-align: center;
    line-height: 24px;
}
.package1-card-body {
    background-color: #EBEBEB;
    border-radius: 16px;
    padding: 50px 14px;
    text-align: center;
    gap: 40px;
    transition: transform 0.3s ease;
}
.package1-card-body:hover{
    transform: translateY(-10px);
}

.package-card-body {
    background-color: #EBEBEB;
    border-radius: 16px;
    padding: 3rem 1rem;
    text-align: center;
    gap: 40px;
    transition: transform 0.3s ease;
}
.package-card-body:hover{
    transform: translateY(-10px);
}

.package-trial-badge {
    display: inline-block;
    font-family: "Poppins", sans-serif !important;
    background-color: #B666C7;
    color: #F8F0F9;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
}

.package-price {
    font-size: 36px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #3B3B3B;
    text-align: center;
    padding-block: 4px;
}

.package-sub-text {
    color: #858585;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    line-height: 24px;
    font-size: 16px;
}

.package-features-title {
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    font-size: 24px;
    text-align: center;
    color: #3B3B3B;
    /*padding: 10px;*/
}

.package-features-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #858585;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    gap: 8px;
    text-align: justify;
}

.package-register-btn {
    text-decoration: none;
    display: inline-block;
    background-color: #3B3B3B;
    color: #FFFFFF;
    padding: 12px 48px;
    font-family: "Poppins", sans-serif !important;
    border: 1px;
    border-radius: 999px;
}
.package-register-btn:hover{
    color: #FFFFFF;
}


.package1-trial-badge {
    display: inline-block;
    font-family: "Poppins", sans-serif !important;
    background-color: #B666C7;
    color: #F8F0F9;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
}

.package1-price {
    font-size: 36px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #3B3B3B;
    line-height: 41px;
    text-align: center;
    padding: 10px;
}

.package1-sub-text {
    color: #858585;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    line-height: 24px;
    font-size: 16px;
}

.package1-features-title {
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    font-size: 24px;
    text-align: center;
    color: #3B3B3B;
    /*padding: 10px;*/
}

.package1-features-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #858585;
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    gap: 8px;
    padding: 20px;
}

.package1-register-btn {
    text-decoration: none;
    display: inline-block;
    background-color: #3B3B3B;
    color: #FFFFFF;
    padding: 12px 48px;
    font-family: "Poppins", sans-serif !important;
    border: 1px;
    border-radius: 999px;
}
.package1-register-btn:hover{
    color:#FFFFFF ;
}

.package2-card-body {
    background-color: #B666C7;
    border-radius: 16px;
    padding: 3rem 1rem;
    text-align: center;
    gap: 40px;
    transition: transform 0.3s ease;
}
.package2-card-body:hover{
    transform: translateY(-10px);
}

.package2-trial-badge {
    display: inline-block;
    font-family: "Poppins", sans-serif !important;
    background-color: #F8F0F9;
    color: #B666C7;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
}

.package2-price {
    font-size: 36px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #FFFFFF;
    line-height: 41px;
    text-align: center;
    padding: 10px;
}

.package2-price2{
    color: #FFFFFF;
    font-family: "Poppins", sans-serif !important;
    text-align: center;
    font-size: 14px;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}
/*.package2-price2::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 40%;*/
/*    left: -10px;*/
/*    width: 120%;*/
/*    border-top: 2px solid red;*/
/*    transform: rotate(340deg);*/
/*}*/


.package2-sub-text {
    color: #F8F0F9;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    line-height: 24px;
    font-size: 16px;
}

.package2-features-title {
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}

.package2-features-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8F0F9;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    gap: 8px;
    text-align: justify;
}

.package2-register-btn {
    text-decoration: none;
    display: inline-block;
    background-color: #3B3B3B;
    color: #FFFFFF;
    padding: 12px 48px;
    font-family: "Poppins", sans-serif !important;
    border: 1px;
    border-radius: 999px;
}
.package2-register-btn:hover{
    color: #FFFFFF;
}
.package3-card-body {
    background-color: #EBEBEB;
    border-radius: 16px;
    padding: 3rem 1rem;
    text-align: center;
    gap: 40px;
    transition: transform 0.3s ease;
}
.package3-card-body:hover{
    transform: translateY(-10px);
}

.package3-trial-badge {
    display: inline-block;
    font-family: "Poppins", sans-serif !important;
    background-color: #B666C7;
    color: #F8F0F9;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 999px;
}

.package3-price {
    font-size: 36px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    color: #3B3B3B;
    line-height: 41px;
    text-align: center;
    padding: 10px;
}
.package3-price2{
    color: #3B3B3B;
    font-family: "Poppins", sans-serif !important;
    text-align: center;
    font-size: 14px;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}
/*.package3-price2:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 40%;*/
/*    left: -10px;*/
/*    width: 120%;*/
/*    border-top: 2px solid red;*/
/*    transform: rotate(340deg);*/
/*}*/


.package3-sub-text {
    color: #858585;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    line-height: 24px;
    font-size: 16px;
}

.package3-features-title {
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    font-size: 24px;
    text-align: center;
    color: #3B3B3B;
    /*padding: 10px;*/
}

.package3-features-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #858585;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    gap: 8px;
    text-align: justify;
    padding: 20px;
}

.package3-register-btn {
    text-decoration: none;
    display: inline-block;
    background-color: #3B3B3B;
    color: #FFFFFF;
    padding: 12px 48px;
    font-family: "Poppins", sans-serif !important;
    border: 1px;
    border-radius: 999px;
}
.package3-register-btn:hover{
    color: #FFFFFF;
}
.faq{
    width: 100%;
    display: flex;
    height: 100%;
}
.faq-left , .faq-right{
    /*width: 50%;*/
    flex: 1;
    background-color: #dedede;
}
.faq-right{
    background: #EBEBEB;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 2rem;
}
.faq-left-heading{
    font-weight: normal;
    font-family: "Poppins", sans-serif !important;
    font-size: 64px;
    line-height: 64px;
    color: #3B3B3B;
    padding: 95px 0 0 70px ;
}
.faq-left-content{
    padding-left: 70px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
}

.faq-question {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    font-family: "Poppins", sans-serif !important;
    background-color: #EBEBEB;
    padding: 24px 20px;
}

.faq-answer {
    color: #666666;
    font-size: 18px;
    background-color: #EBEBEB;
}
.accordion-item {
    border: 1px solid #A3A3A3;
    border-radius: 8px;
}
.accordion-button:focus {
    z-index: 0;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
     color: #666666;
     background-color: #EBEBEB;
     box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20class%3D%22w-100%20h-100%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19.5%208.25-7.5%207.5-7.5-7.5%22%20/%3E%3C/svg%3E");
    transform: rotate(0deg);
}


/* Contact Section */
.contact{
    background-color: #FAFAFA;
}

.contact-container {
    width: 100%;
    background-color: #FFFFFF;
    padding-block: 4rem;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-body{
    max-width: 70%;
    margin-inline: auto;
}

.contact-card {
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
}
.contact-title {
    font-family: "lufga-bold" , sans-serif !important;
    font-size: 18px;
    margin-top: 10px;
}
.contact-text {
    color: #575757;
}
.contact-card-icon{
    height: 2rem;
    width: 2rem;
}
.form-data{
    padding-top: 1rem;
}
.form-title {
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    font-family: "lufga-bold" , sans-serif !important;
    line-height: 64px;
    color: #3B3B3B;
}

.form-subtitle {
    text-align: center;
    font-family: "Poppins", sans-serif !important;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.form-control {
    border-radius: 8px;
}

.form-submit-btn {
    text-decoration: none;
    background-color: #3B3B3B;
    color: #FFFFFF;
    border: none;
    padding: 12px 48px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    align-items: center;
    font-family: "Poppins", sans-serif !important;
    line-height: 24px;
}
.form-submit-btn:hover{
    color: #FFFFFF;
}


/*Footer Design*/

.footer {
    background-color: #3B3B3B;
    padding: 30px 0 5px 0;
}
/*.footer-body{*/
/*    display: flex;*/
/*    gap: 50px;*/
/*}*/
.footer-logo {
    color: #B666C7;
    font-weight: 600;
    font-size: 31px;
    display: flex;
    align-items: center;
    gap: 27px;
    font-family: "lufga-light" , sans-serif !important;
}

.footer-section-platform h5{
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #EBEBEB;
}
.footer-platform-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-section-contact h5{
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #EBEBEB;
}

.footer p, .footer a {
    color: #EBEBEB;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;

}

.footer-bottom p{
    text-align: center;
    font-size: 16px;
    color: #EBEBEB;
    line-height: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
}

/*Demo Page*/

.demo-form-title
{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-family: "Poppins", sans-serif !important;
    line-height: 33px;
    color: #333333;
}
.demo{
    background-color: #4C2B54;
}
.demo-right{
    padding: 3rem;
    background-color: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.demo-container{
    max-width: 85%;
    margin:50px auto;
    padding: 70px 150px;
    background-color: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.demo-form label{
    color: #333333;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    line-height: 14px;
}
.form-check label{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #0D0D0D;
    font-family: "Poppins", sans-serif !important;
    padding-top: 3px;
}


/*Registration Page*/

.register{
    background-color: #FAFAFA;
}
.registration-container{
    width: 100%;
    /*margin:50px auto;*/
    padding-block: 4rem;
    background-color: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);


    /*width: 100%;*/
    /*background-color: #FFFFFF;*/
    /*padding-block: 4rem;*/
    /*border-radius: 18px;*/
    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
}
.registration-body{
    max-width: 70%;
    margin-inline: auto;
}

                                                /*Subscription Page*/

.subscription{
    background-color: #FAFAFA;
}

.subscription-container{
    max-width: 100%;
    padding-block: 4rem;
    background-color: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

    /*margin:50px auto;*/
    /*padding: 70px 200px;*/
    /*width: 100%;*/
    /*background-color: #FFFFFF;*/
    /*padding-block: 4rem;*/
    /*border-radius: 18px;*/
    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
}
.subscription-body{
    max-width: 70%;
    margin-inline: auto;
}

.subscription-form-title{
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    font-family: "Poppins", sans-serif !important;
    line-height: 41px;
    color: #3B3B3B;
}
.subscription-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.subscription-form-label{
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    text-transform: capitalize;
}
.subscription-input{
    width: 28.4%;
    padding: 12px 10px;
    border-radius: 8px;
    border: 1px solid #9E9E9E;
}
.subscription-radio{
    display: flex;
    justify-content: space-between;
}
.subscription-upload-label{
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    font-family: "Poppins", sans-serif !important;
    color: #333333;
}
.subscription-upload-area {
    border: 1px dashed #9E9E9E;
    padding: 5%;
    text-align: center;
    border-radius: 8px;
    color: #757575;
}
.subscription-cursor{
    cursor: pointer;
}
.subscription-upload-area p{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #757575;
    font-family: "Poppins", sans-serif !important;
}
.subscription-file-upload{
    opacity: 0;
    cursor: pointer;
    /*position: absolute;*/
}
.subscription-upload-area span {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
}

/*About Us*/

.about{
    /*height: 738px;*/
    top: 86px;
    background-color: #FAFAFA !important;
}

.about-img{
    padding-top: 5rem;
    width: 100%;
}

.about-img img{
    width: 100%;
    /*padding-top: 10%;*/
}
.about-content h3{
    color: var(--bs-primary) !important;
    font-size: 64px;
    font-family: "lufga-light", sans-serif !important;
}

.about-content h3 span{
    font-family: "lufga-bold", sans-serif !important;
}

.about-section1-menu{
    font-family: "lufga-light" , sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 38px;
    color: #757575;
}
.about-section1-heading{
    font-family: "lufga-light" , sans-serif !important;
    font-weight: 300;
    font-size: 36px;
    line-height: 38px;
    color: #B666C7;
}
.about-section1-heading span{
    font-weight: 500;
}
.about-section1-content{
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3B3B3B;
}

.package-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    place-content: center;
}


/*Mobile App*/

.mobile{
    background-color: #EBEBEB;
}
.mobile-heading h3{
    font-family: "lufga-bold", sans-serif !important;
    font-size: 36px;
    color: var(--bs-primary) !important;
}

.mobile-heading{
    font-size:16px;
    font-family: "lufga-light", sans-serif !important;
    text-align: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 16px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pixel{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 100;
    /*padding: 10px 0;*/
}

.pixel img{
    height: 100%;
}





@media only screen and (max-width: 786px) {
    .package-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .header-img {
        padding-top: 0 !important;
    }
    .faq{
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    .package-container{
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-platform-list{
        width: 100% !important;
    }
    .header-content h3 {
        font-size: 30px;
    }
    .header-img {
        padding-top:0 !important;
    }
    .product-heading p {
        font-size: 30px;
    }
    .faq-left-heading{
        font-size: 30px;
    }
}


/*Privacy Policy */

.privacy-container{
    max-width: 95%;
    margin:50px auto;
    padding: 70px 150px;
    background-color: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.privacy-policy{
    background-color: #FAFAFA;
}
.privacy-title
{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-family: "Poppins", sans-serif !important;
    line-height: 33px;
    color: #333333;
}
.privacy-content{
    font-family: "Poppins", sans-serif !important;
}

.swiper-slide .swiper-slide-active{
    padding: 8px !important;
}
.demo-heading h3{
    color: #FFFFFF;
    font-size: 3rem;
    font-family: "lufga-bold", sans-serif !important;
}
.demo-heading p{
    font-family: "lufga-light", sans-serif !important;
    color: #dedede !important;
    font-size: 24px;
}
.demo-heading ul{
    color: #dedede !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;

}
.free-try{
    background-color: #FAFAFA;
}
.free-card {
    border: none;
    background-color: #EBEBEB;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding:2rem 6rem;
}
.free-card-title{
    color: black;
    font-size: 24px;
    font-weight: 600;
}
.free-card-content{
    line-height: 36px;
}
.free-card-img-top {
    width: 100px;
    margin: 20px auto 0;
}
.btn-app-store img {
    width: 120px;
}
/*.free-card-body p {*/
/*    color: #6c757d;*/
/*}*/


.package-container .pkg-card:nth-child(even) {
    background-color: #B666C7 !important;
    color: #FFFFFF !important;
}

.package-container .pkg-card:nth-child(even) .package-features-text,
.package-container .pkg-card:nth-child(even) .package-sub-text,
.package-container .pkg-card:nth-child(even) .package-price,
.package-container .pkg-card:nth-child(even) .package-features-title
{
    color: #FFFFFF !important;
}

.package-container .pkg-card:nth-child(even) .package-trial-badge{
    background-color: #F8F0F9;
    color: #B666C7;
}
