<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    header section
*/
.header {
    position: relative;
    padding: 2rem 1rem;
    background: url("../../images/new/banner_bg_img.png"), linear-gradient(112.43deg, #241c54 13.38%, #340434 93.59%);
}
.header .title-circle {
    position: absolute;
    max-width: 40%;
    right: -25%;
}
.header .hero-image-background {
    position: relative;
}
.header .hero-image-background .hero-image-circle {
    width: 100%;
    z-index: 0;
}
.header .hero-image-background .hero-img {
    position: absolute;
    width: 100%;
    right: 0;
    top: 5%;
}
.header .hero {
    align-items: center;
}
.header .hero .title {
    align-items: center;
}
.header .hero .title span {
    display: block;
    padding-bottom: 1rem;
}
.header .hero .title .welcome {
    font-size: 15px;
    color: var(--gray-color);
}
.header .hero .title .main {
    color: var(--white-color);
    font-size: 48px;
}
.header .hero .title .sub-title {
    color: #F699FF;
    font-size: 35px;
}
.header .hero .description {
    font-size: 18px;
    margin: 1.5rem 0 3rem 0;
    color: var(--gray-color);
}
.header .hero .header .hero-img {
    max-width: 100%;
}
.header .hero .main-btn {
    background: linear-gradient(112.43deg, var(--primary-color) 13.38%, var(--secondary-color) 93.59%);
    padding: 12px 20px;
    color: var(--white-color);
    border-radius: 13px;
}

/*
    tools section
*/
.tools-sec {
    padding: 3rem 0;
}
.tools-sec .title {
    color: var(--bs-dark);
    font-weight: bold;
    font-size: 38px;
}
.tools-sec .description {
    color: var(--bs-dark);
    font-size: 18px;
    padding: 2rem 0;
}

/*
    packages section
*/
.packages-sec {
    position: relative;
    padding: 3rem 0;
}
.packages-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/new/home-waves-bg.png");
    background-size: cover;
    background-position: center;
    opacity: 0.03;
    z-index: -1;
}
.packages-sec .sec-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 2rem;
}
.packages-sec .sec-title-container .sec-title {
    color: var(--bs-dark);
    font-size: 40px;
    font-weight: bold;
}
.packages-sec .sec-title-container .sec-description {
    color: var(--dark-gray-color);
    font-size: 20px;
    max-width: 600px;
}
.packages-sec .package {
    background: var(--white-color);
    box-shadow: 0 5px 36px 0 #0000000F;
    border-radius: 26px;
    padding: 1.5rem;
}
.packages-sec .package.active {
    background: linear-gradient(112.43deg, var(--primary-color) 13.38%, var(--secondary-color) 93.59%);
}
.packages-sec .package .package-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}
.packages-sec .package .package-header .title {
    color: var(--bs-dark);
    font-weight: bold;
}
.packages-sec .package.active .package-header .title {
    color: var(--white-color);
}
.packages-sec .package .package-header .price {
    color: var(--primary-color);
    font-weight: bold;
}
.packages-sec .package.active .package-header .price {
    color: var(--white-color);
}
.packages-sec .package .package-header .price span {
    color: var(--gray-color);
    font-size: 16px;
    font-weight: normal;
    padding: 0 0.5rem;
}
.packages-sec .package .separator {
    width: 100%;
    min-height: 0.05rem;
    background-color: var(--gray-color);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.packages-sec .package.active .separator {
    background-color: var(--white-color);
}
.packages-sec .package .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.packages-sec .package .features-list .features-title {
    font-size: 16px;
    padding-top: 0.5rem;
}
.packages-sec .package.active .features-list .features-title {
    color: var(--white-color);
}
.packages-sec .package .features-list .feature {
    padding: 0.3rem 0;
}
.packages-sec .package .features-list .feature span {
    padding: 0 0.5rem;
    font-size: 16px;
    color: var(--bs-dark);
}
.packages-sec .package.active .features-list .feature span {
    color: var(--white-color);
}
.packages-sec .package.active .custom-btn-primary {
    background: var(--white-color) !important;
    color: var(--primary-color) !important;
}

/*
    chat section
*/

.chat-sec {
    padding: 3rem 0;
}
.chat-sec .card {
    border-radius: 60px;
    background: url("../../images/new/banner_bg_img.png"), linear-gradient(112.43deg, var(--primary-color) 13.38%, var(--secondary-color) 93.59%);
}
.chat-sec .title {
    color: var(--white-color);
    font-weight: bold;
    font-size: 38px;
}
.chat-sec .description {
    color: var(--white-color);
    font-size: 18px;
    padding: 2rem 0;
}
.chat-sec .custom-btn-primary {
    background: var(--white-color) !important;
    color: var(--primary-color) !important;
}

/*
    services section
*/
.services-sec {
    position: relative;
    padding: 3rem 0;
}
.services-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/new/home-waves-bg.png");
    background-size: cover;
    background-position: center;
    opacity: 0.03;
    z-index: -1;
}
.services-sec .title {
    padding-bottom: 1rem;
}
.services-sec .service-card {
    display: flex;
    background-color: var(--white-color);
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 12px;
    gap: 1rem;
}
.services-sec .service-card .service-icon {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.services-sec .service-card .service-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0.5rem;
    color: var(--bs-dark);
}
.services-sec .service-card .service-description {
    color: var(--dark-gray-color);
}
.services-sec .animated-image {
    max-width: 400px;
}

/*
    media styles
*/
@media (max-width: 992px) {
    .header .hero .title .welcome {
        font-size: 13px;
    }
    .header .hero .title .main {
        font-size: 30px;
    }
    .header .hero .title .sub-title {
        font-size: 15px;
    }
    .header .hero .description {
        font-size: 15px;
        margin: 0 0 1.5rem 0;
    }
    .tools-sec, .packages-sec, .chat-sec {
        padding: 1.5rem 1rem;
    }
    .tools-sec .title, .chat-sec .title {
        font-size: 30px;
    }
    .tools-sec .description, .chat-sec .description {
        font-size: 15px;
        padding: 1rem 0;
    }
    .chat-sec .card {
        border-radius: 25px;
    }
}
</pre></body></html>