.profile-card {
    display: block;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
}

.img-member {
    position: relative;
    overflow: hidden;
}

.img-member img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: .5s;
}

.profile-card:hover img {
    transform: scale(1.08);
}

.member-block {
    padding: 18px;
}

.member-block h5 {
    color: #222;
    font-weight: 700;
    margin: 0;
}

.member-block h5 span {
    color: #888;
    font-weight: 500;
}

.member-block p {
    color: #666;
    margin: 0;
}

.badge-verified {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e91e63;
    color: #fff;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
}

.badge-online {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 12px;
    height: 12px;
    background: #00c853;
    border-radius: 50%;
    border: 2px solid #fff;
}

.rating {
    color: #ff9800;
    font-size: 15px;
    font-weight: 600;
}

.date-sec {
    padding: 80px 0;
}

.section-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title span {
    color: #e60073;
}

.section-text {
    max-width: 700px;
    margin: auto;
    color: #ffffff;
    font-size: 18px;
}

.date-card {

    background: #fff;

    border-radius: 22px;

    padding: 40px 25px;

    text-align: center;

    position: relative;

    overflow: hidden;

    transition: .4s;

    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);

}

.date-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: -120%;

    width: 100%;

    height: 100%;

    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .6),
            transparent);

    transition: .8s;

}

.date-card:hover::before {

    left: 120%;

}

.date-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 25px 60px rgba(230, 0, 115, .20);

}

.img-card {

    width: 90px;

    height: 90px;

    margin: auto;

    margin-bottom: 25px;

}

.img-card img {

    width: 100%;

    animation: float 4s ease-in-out infinite;

    transition: .4s;

}

.date-card:hover img {

    transform: scale(1.1) rotate(8deg);

}

.counter {

    font-size: 48px;

    font-weight: 700;

    color: #e60073;

    margin-bottom: 10px;

}

.green {

    color: #14b814;

}

.orange {

    color: #ff8b00;

}

.purple {

    color: #9b4dff;

}

.date-card p {

    color: #666;

    font-size: 18px;

    margin: 0;

}

@keyframes float {

    0% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-10px);

    }

    100% {

        transform: translateY(0);

    }

}

/* Reveal */

.reveal {

    opacity: 0;

    transform: translateY(60px);

    transition: 1s;

}

.reveal.active {

    opacity: 1;

    transform: translateY(0);

}

.choose {
    position: relative;
    overflow: hidden;
}

.section-title .subtitle {
    display: inline-block;
    color: #e91e63;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-title h2 span {
    color: #e91e63;
}

.section-title p {
    max-width: 720px;
    margin: auto;
    color: #777;
    font-size: 18px;
    line-height: 30px;
}

.choose-card {

    position: relative;

    background: #fff;

    border-radius: 24px;

    padding: 45px 35px;

    
    /* height: 100%; */
    overflow: hidden;

    transition: .4s;

    border: 1px solid rgba(233, 30, 99, .12);

    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);

}

.choose-card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 5px;

    background: linear-gradient(90deg, #ff0f7b, #ff5f9f);

    transform: scaleX(0);

    transition: .4s;

}

.choose-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 25px 60px rgba(233, 30, 99, .15);

}

.choose-card:hover::before {

    transform: scaleX(1);

}

.card-number {

    position: absolute;

    right: 25px;

    top: 18px;

    font-size: 60px;

    font-weight: 700;

    color: #f7f7f7;

    line-height: 1;

}

.icon-box {

    width: 90px;

    height: 90px;

    border-radius: 50%;

    background: #fff0f6;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    transition: .4s;

}

.icon-box img {

    width: 45px;

}

.choose-card:hover .icon-box {

    background: #e91e63;

    transform: rotate(10deg);

}

.choose-card:hover .icon-box img {

    filter: brightness(0) invert(1);

}

.choose-card h4 {

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 18px;

}

.choose-card p {

    color: #666;

    line-height: 32px;

    margin: 0;

    text-align: justify;

}

/* ===========================
        Laptop
=========================== */

@media (max-width:1400px) {

    .section-title h2 {
        font-size: 48px;
    }

    .choose-card {
        padding: 35px 28px;
    }

    .choose-card h4 {
        font-size: 28px;
    }

}

/* ===========================
        Tablet
=========================== */

@media (max-width:991px) {

    .choose {
        padding: 70px 0;
    }

    .section-title h2 {
        font-size: 40px;
        line-height: 1.3;
    }

    .section-title p {
        font-size: 16px;
        line-height: 28px;
    }

    .choose-card {
        padding: 30px 25px;
    }

    .choose-card h4 {
        font-size: 24px;
    }

    .choose-card p {
        font-size: 15px;
        line-height: 28px;
    }

    .icon-box {
        width: 75px;
        height: 75px;
    }

    .icon-box img {
        width: 38px;
    }

    .card-number {
        font-size: 52px;
    }

}

/* ===========================
        Mobile
=========================== */

@media (max-width:767px) {

    .choose {
        padding: 60px 0;
    }

    .section-title {
        margin-bottom: 40px !important;
    }

    .section-title .subtitle {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    .section-title p {
        font-size: 15px;
        line-height: 26px;
        padding: 0 10px;
    }

    .choose-card {

        text-align: center;

        padding: 28px 22px;

    }

    .icon-box {

        margin: 0 auto 20px;

        width: 70px;
        height: 70px;

    }

    .icon-box img {
        width: 34px;
    }

    .choose-card h4 {

        font-size: 22px;

        margin-bottom: 15px;

    }

    .choose-card p {

        text-align: center;

        font-size: 15px;

        line-height: 28px;

    }

    .card-number {

        right: 18px;

        top: 15px;

        font-size: 42px;

    }

}

/* ===========================
      Small Mobile
=========================== */

@media (max-width:480px) {

    .section-title h2 {
        font-size: 26px;
    }

    .section-title p {
        font-size: 14px;
        line-height: 24px;
    }

    .choose-card {

        padding: 25px 18px;

        border-radius: 18px;

    }

    .choose-card h4 {
        font-size: 20px;
    }

    .choose-card p {

        font-size: 14px;

        line-height: 24px;

    }

    .icon-box {

        width: 65px;

        height: 65px;

    }

    .icon-box img {
        width: 30px;
    }

    .card-number {
        font-size: 34px;
    }

}

/* =========================
   Responsive
========================= */

/* Laptop */
@media (max-width:1200px) {

    .section-title {
        font-size: 48px;
        line-height: 1.3;
    }

    .section-text {
        max-width: 750px;
        margin: auto;
    }

    .date-card {
        padding: 35px 20px;
    }

}

/* Tablet */
@media (max-width:991px) {

    .date-sec {
        padding: 70px 0;
    }

    .section-title {
        font-size: 38px;
        line-height: 1.3;
    }

    .section-text {
        font-size: 16px;
        line-height: 28px;
        padding: 0 20px;
    }

    .date-card {
        padding: 30px 20px;
    }

    .date-card h3 {
        font-size: 42px;
    }

    .img-card img {
        width: 70px;
    }

}

/* Mobile */
@media (max-width:767px) {

    .date-sec {
        padding: 60px 0;
    }

    .section-title {

        font-size: 30px;

        line-height: 1.4;

    }

    .section-text {

        font-size: 15px;

        line-height: 26px;

        padding: 0 10px;

    }

    .date-card {

        padding: 30px 18px;

        text-align: center;

        border-radius: 18px;

    }

    .date-card h3 {

        font-size: 34px;

        margin-top: 15px;

    }

    .date-card p {

        font-size: 15px;

        margin-top: 10px;

    }

    .img-card {

        margin-bottom: 15px;

    }

    .img-card img {

        width: 60px;

    }

}

/* Small Mobile */
@media (max-width:480px) {

    .section-title {

        font-size: 26px;

    }

    .section-text {

        font-size: 14px;

        line-height: 24px;

    }

    .date-card {

        padding: 25px 15px;

    }

    .date-card h3 {

        font-size: 30px;

    }

    .date-card p {

        font-size: 14px;

    }

    .img-card img {

        /* width:55px; */
        width: auto;

    }

}

.date-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.counter {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    margin: 20px 0 10px;
}


.work {

    position: relative;

    overflow: hidden;

}

.work-subtitle {

    color: #e91e63;

    font-weight: 600;

    letter-spacing: 2px;

    display: block;

    margin-bottom: 10px;

}

.work-title {

    font-size: 54px;

    font-weight: 700;

    margin-bottom: 20px;

}

.work-title span {

    color: #e91e63;

}

.work-text {

    max-width: 700px;

    margin: auto;

    color: #777;

    line-height: 30px;

}

.work-card {

    position: relative;

    background: #fff;

    padding: 45px 30px;

    border-radius: 25px;

    text-align: center;

    border: 1px solid #f3f3f3;

    transition: .4s;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);

    height: 100%;

}

.work-card span {

    position: absolute;

    right: 25px;

    top: 18px;

    font-size: 55px;

    color: #f3f3f3;

    font-weight: 700;

}

.work-icon {

    width: 90px;

    height: 90px;

    margin: auto;

    border-radius: 50%;

    background: #fff0f6;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    transition: .4s;

}

.work-icon img {

    width: 45px;

}

.work-card h4 {

    font-size: 30px;

    margin-bottom: 18px;

    font-weight: 700;

}

.work-card p {

    color: #777;

    line-height: 30px;

}

.work-card:hover {

    transform: translateY(-12px);

    box-shadow: 0 25px 60px rgba(233, 30, 99, .15);

}

.work-card:hover .work-icon {

    background: #e91e63;

    transform: rotate(12deg);

}

.work-card:hover img {

    filter: brightness(0) invert(1);

}

.work-card.active {

    background: linear-gradient(135deg, #ff2b7f, #ff5ca8);

    color: #fff;

}

.work-card.active h4,

.work-card.active p {

    color: #fff;

}

.work-card.active .work-icon {

    background: #fff;

}

.work-card.active span {

    color: rgba(255, 255, 255, .15);

}


@media(max-width:991px) {

    .work-title {

        font-size: 40px;

    }

    .work-card {

        padding: 35px 25px;

    }

    .work-card h4 {

        font-size: 24px;

    }

    .work-icon {

        width: 75px;
        height: 75px;

    }

    .work-icon img {

        width: 38px;

    }

}

@media(max-width:767px) {

    .work {

        padding: 60px 0;

    }

    .work-title {

        font-size: 30px;

        line-height: 1.4;

    }

    .work-text {

        font-size: 15px;

        line-height: 26px;

        padding: 0 10px;

    }

    .work-card {

        padding: 30px 20px;

    }

    .work-card h4 {

        font-size: 22px;

    }

    .work-card span {

        font-size: 40px;

    }

    .work-icon {

        width: 70px;
        height: 70px;

    }

    .work-icon img {

        width: 32px;

    }

}

@media(max-width:480px) {

    .work-title {

        font-size: 26px;

    }

    .work-card {

        padding: 25px 18px;

    }

    .work-card h4 {

        font-size: 20px;

    }

    .work-card p {

        font-size: 14px;

        line-height: 24px;

    }

}

.lovers {
    padding: 80px 0;
}

.section-heading {
    max-width: 720px;
    margin: auto;
    color: #ffffff;
}

.sub-title {
    display: inline-block;
    color: #e91e63;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.section-heading h2 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-heading h2 span {
    color: #e91e63;
}

.section-heading p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}

.feature-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: .35s;
    border: 1px solid #f1f1f1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    overflow: hidden;
    position: relative;
}

.feature-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #e91e63;
    transform: scaleX(0);
    transition: .35s;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(233, 30, 99, .15);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-img {
    width: 140px;
    height: 140px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #fff5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.feature-img img {
    border-radius: 50%;
    /* transition:.35s; */
    /* width:90px; */
    transition: .35s;
}

.feature-card:hover .feature-img {
    transform: scale(1.08);
}

.feature-card:hover .feature-img img {
    transform: rotate(8deg);
}

.feature-card h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666;
    line-height: 28px;
    margin: 0;
}

@media(max-width:991px) {

    .section-heading h2 {
        font-size: 40px;
    }

    .feature-card {
        padding: 30px 20px;
    }

    .feature-img {
        width: 120px;
        height: 120px;
    }

    .feature-img img {
        width: 75px;
    }

    .feature-card h5 {
        font-size: 22px;
    }

}

@media(max-width:767px) {

    .lovers {
        padding: 60px 0;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 15px;
        line-height: 26px;
    }

    .feature-card {
        padding: 25px 18px;
    }

    .feature-img {
        width: 100px;
        height: 100px;
    }

    .feature-img img {
        width: 65px;
    }

    .feature-card h5 {
        font-size: 20px;
    }

    .feature-card p {
        font-size: 14px;
        line-height: 24px;
    }

}

@media(max-width:480px) {

    .section-heading h2 {
        font-size: 26px;
    }

    .feature-img {
        width: 90px;
        height: 90px;
    }

    .feature-img img {
        width: 58px;
    }

}


.feature-highlight {
    padding: 90px 0;
    /* background: linear-gradient(180deg, #fff, #fff8fb); */
}

.feature-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #ffe6f1;
    color: #e60073;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #ffff;
}

.feature-title span {
    color: #e60073;
}

.feature-desc {
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 35px;
}

.feature-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.feature-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 50px;
    text-decoration: none;
    color: #222;
    background: #fff;
    border: 1px solid #eee;
    font-weight: 600;
    transition: .35s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.feature-btn:hover {
    background: #e60073;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(230, 0, 115, .25);
}

.video-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    transition: .4s;
}

.video-box:hover {
    transform: translateY(-8px);
}

.video-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    /* padding: 2px; */
    background: linear-gradient(135deg, #ff2c82, #ff78b3);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}

.video-box video {
    width: 100%;
    display: block;
    border-radius: 18px;
}

.play-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e60073;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

@media(max-width:991px) {

    .feature-highlight {
        padding: 70px 0;
    }

    .feature-title {
        font-size: 40px;
    }

    .feature-desc {
        font-size: 16px;
        line-height: 28px;
    }

    .video-box {
        margin-top: 15px;
    }

}

@media(max-width:767px) {

    .feature-highlight {
        padding: 90px 0;
    }

    .feature-title {
        font-size: 30px;
        text-align: center;
    }

    .feature-tag,
    .feature-desc {
        text-align: center;
        display: block;
    }

    .feature-buttons {
        justify-content: center;
    }

    .feature-btn {
        width: calc(50% - 8px);
        padding: 12px;
        font-size: 14px;
    }

}

@media(max-width:480px) {

    .feature-title {
        font-size: 26px;
    }

    .feature-btn {
        /* width:100%; */
        width: auto;
    }

    .feature-desc {
        font-size: 15px;
    }

}

.footer-section {

    background: linear-gradient(135deg, #690b3f, #e31673);

    padding: 80px 0 25px;

    color: #fff;

    position: relative;

    overflow: hidden;

}

.footer-section::before {

    content: "";

    position: absolute;

    width: 400px;

    height: 400px;

    background: rgba(255, 255, 255, .05);

    border-radius: 50%;

    top: -180px;

    left: -180px;

}

.footer-box {

    height: 100%;

}

.footer-logo {

    width: 190px;

    margin-bottom: 25px;

}

.footer-box p {

    color: #f2f2f2;

    line-height: 30px;

    margin-bottom: 30px;

}

.footer-box h4 {

    font-size: 26px;

    font-weight: 700;

    margin-bottom: 25px;

    color: #fff;

    position: relative;

    padding-bottom: 12px;

}

.footer-box h4::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 60px;

    height: 3px;

    background: #fff;

    border-radius: 50px;

}

.footer-box ul {

    padding: 0;

    margin: 0;

    list-style: none;

}

.footer-box ul li {

    margin-bottom: 14px;

}

.footer-box ul li a {

    text-decoration: none;

    color: #f2f2f2;

    transition: .3s;

    display: inline-block;

}

.footer-box ul li a:hover {

    padding-left: 10px;

    color: #fff;

}

.footer-social {

    display: flex;

    gap: 15px;

}

.footer-social a {

    width: 48px;

    height: 48px;

    background: #fff;

    color: #e31673;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

    transition: .35s;

    text-decoration: none;

}

.footer-social a:hover {

    background: #ff2f86;

    color: #fff;

    transform: translateY(-8px);

}

.contact-item {

    display: flex;

    align-items: flex-start;

    gap: 15px;

    margin-bottom: 22px;

    

}

.contact-item i {

    width: 45px;

    height: 45px;

    background: rgba(255, 255, 255, .15);

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 18px;

    color: #fff;

    flex-shrink: 0;

}

.contact-item span {

    line-height: 28px;

    color: #f2f2f2;

}

.footer-bottom {

    margin-top: 60px;

    padding-top: 25px;

    border-top: 1px solid rgba(255, 255, 255, .15);

    text-align: center;

    font-size: 15px;

    color: #f2f2f2;

}

/* Responsive */

@media(max-width:991px) {

    .footer-box {

        margin-bottom: 35px;

    }

}

@media(max-width:767px) {

    .footer-section {

        padding: 60px 0 20px;

        text-align: center;

    }

    .footer-box h4::after {

        left: 50%;

        transform: translateX(-50%);

    }

    .footer-social {

        justify-content: center;

    }

    .contact-item {

        justify-content: center;

        text-align: left;

    }

    .footer-logo {

        margin: auto auto 25px;

        display: block;

    }

}

@media(max-width:575px) {

    .footer-box h4 {

        font-size: 22px;

    }

    .footer-logo {

        width: 170px;

    }

    .footer-social a {

        width: 42px;

        height: 42px;

    }

}

.about-section {

    padding: 100px 0;

    position: relative;

    overflow: hidden;

}

.about-section::before {

    content: "";

    position: absolute;

    width: 400px;

    height: 400px;

    /* background:#ff3f8f15; */

    border-radius: 50%;

    top: -180px;

    left: -150px;

    filter: blur(100px);

}

.about-tag {

    display: inline-block;

    padding: 8px 18px;

    background: #ffffff;

    color: #e31777;

    font-weight: 600;

    border-radius: 50px;

    margin-bottom: 20px;

}

.about-title {
color: #ffffff;
    font-size: 48px;

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 25px;

}

.about-title span {

    display: block;

    color: #e31777;

}

.about-text {

    color: #ffffff;

    font-size: 17px;

    line-height: 32px;

    margin-bottom: 35px;

}

.about-feature-list {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

    margin-bottom: 40px;

}

.feature-card {

    display: flex;

    gap: 15px;

    padding: 18px;

    background: #fff;

    border-radius: 18px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

    transition: .35s;

}

.feature-card:hover {

    transform: translateY(-8px);

}

.feature-card i {

    width: 55px;

    height: 55px;

    border-radius: 50%;

    background: #e31777;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 20px;

    flex-shrink: 0;

}

.feature-card h6 {

    margin-bottom: 5px;

    font-size: 18px;

    font-weight: 700;

}

.feature-card p {

    margin: 0;

    color: #888;

    font-size: 14px;

}

.about-stats {

    display: flex;

    gap: 50px;

    margin-bottom: 40px;

}

.about-stats h3 {

    font-size: 40px;

    font-weight: 700;

    color: #e31777;

    margin-bottom: 5px;

}

.about-stats span {

    color: #777;

}

.about-btn {

    display: inline-block;

    padding: 15px 35px;

    background: #e31777;

    color: #fff;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 600;

    transition: .35s;

}

.about-btn:hover {

    background: #111;

    color: #fff;

    transform: translateY(-4px);

}

.about-video {

    position: relative;

    border-radius: 25px;

    overflow: hidden;

}

.about-video video {

    width: 100%;

    display: block;

    border-radius: 25px;

    box-shadow: 0 25px 60px rgba(227, 23, 119, .25);

}

.about-video::before {

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    background: #ff4d95;

    right: -50px;

    top: -40px;

    filter: blur(100px);

    opacity: .35;

    z-index: -1;

}

.verified {

    position: absolute;

    top: 20px;

    left: 20px;

    background: #fff;

    padding: 12px 20px;

    border-radius: 50px;

    font-weight: 600;

    color: #e31777;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);

}

.verified i {

    margin-right: 8px;

}

@media(max-width:991px) {

    .about-title {

        font-size: 38px;

    }

    .about-feature-list {

        grid-template-columns: 1fr;

    }

    .about-video {

        margin-top: 20px;

    }

}

@media(max-width:767px) {

    .about-section {

        padding: 70px 0;

    }

    .about-title {

        font-size: 30px;

    }

    .about-text {

        font-size: 16px;

        line-height: 28px;

    }

    .about-stats {

        justify-content: space-between;

        gap: 15px;

        text-align: center;

    }

    .about-stats h3 {

        font-size: 28px;

    }

    .about-btn {

        width: 100%;

        text-align: center;

    }

}


/* ===================================
   HERO SECTION
=================================== */

.hero-section {
    position: relative;
    overflow: hidden;
    /* padding: 120px 0 150px; */
    padding: 120px 0 30px;
    /* background: linear-gradient(135deg, #fff, #fff5fb, #fff); */
    background: linear-gradient(135deg, #000000, #000000, #000000);
}

/* Background Blur */

.hero-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: 0;
}

.hero-shape-1 {
    width: 320px;
    height: 320px;
    background: #ff4b9b30;
    top: -100px;
    left: -100px;
}

.hero-shape-2 {
    width: 280px;
    height: 280px;
    background: #7d5fff20;
    right: -80px;
    bottom: 50px;
}

/* Container */

.hero-content,
.hero-image {
    position: relative;
    z-index: 2;
}

/* Badge */

.hero-badge {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 12px 22px;

    border-radius: 50px;

    background: #fff;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

    font-weight: 600;

    color: #e91e63;

    margin-bottom: 25px;

}

/* Heading */

.hero-content h1 {

    font-size: 64px;

    line-height: 1.15;

    font-weight: 700;

    color: #111;

    margin-bottom: 25px;

}

.hero-content h1 span {

    color: #e91e63;

}

/* Paragraph */

.hero-content p {

    font-size: 18px;

    color: #666;

    line-height: 32px;

    margin-bottom: 35px;

    max-width: 580px;

}

/* Buttons */

.hero-buttons {

    display: flex;

    gap: 18px;

    flex-wrap: wrap;

    margin-bottom: 35px;

}

.hero-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    text-decoration: none;

    padding: 16px 34px;

    border-radius: 50px;

    font-weight: 600;

    transition: .35s;

}

.hero-btn-primary {

    background: #e91e63;

    color: #fff;

    box-shadow: 0 15px 35px rgba(233, 30, 99, .30);

}

.hero-btn-primary:hover {

    background: #111;

    color: #fff;

    transform: translateY(-5px);

}

.hero-btn-outline {

    border: 2px solid #e91e63;

    color: #e91e63;

    background: #fff;

}

.hero-btn-outline:hover {

    background: #e91e63;

    color: #fff;

}

/* Features */

.hero-features {

    display: flex;

    flex-wrap: wrap;

    gap: 15px;

    margin-bottom: 45px;

}

.feature {

    display: flex;

    align-items: center;

    gap: 10px;

    background: #fff;

    padding: 12px 20px;

    border-radius: 40px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);

}

.feature i {

    color: #e91e63;

}

/* Counter */

.hero-counter {

    display: flex;

    gap: 45px;

}

.counter-box h3 {

    font-size: 42px;

    color: #111;

    margin-bottom: 5px;

    font-weight: 700;

}

.counter-box p {

    margin: 0;

    color: #777;

    font-size: 15px;

}

/* Image */

.hero-image {

    text-align: center;

}

.hero-image img {

    width: 100%;

    max-width: 520px;

    border-radius: 28px;

    box-shadow: 0 30px 80px rgba(0, 0, 0, .18);

    transition: .45s;

}

.hero-image:hover img {

    transform: translateY(-12px) scale(1.03);

}

/* Floating Cards */

.floating-card {

    position: absolute;

    background: #fff;

    border-radius: 18px;

    padding: 15px 18px;

    display: flex;

    align-items: center;

    gap: 15px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);

    animation: float 4s ease-in-out infinite;

}

.floating-card .icon {

    width: 48px;

    height: 48px;

    border-radius: 50%;

    background: #e91e63;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

}

.floating-card h6 {

    margin: 0;

    font-size: 16px;

    font-weight: 700;

}

.floating-card p {

    margin: 2px 0 0;

    font-size: 13px;

    color: #777;

}

.card-one {

    top: 30px;

    left: -20px;

}

.card-two {

    bottom: 35px;

    right: -20px;

    animation-delay: 2s;

}

/* Play Button */

.play-button {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 90px;

    height: 90px;

    border-radius: 50%;

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);

    color: #e91e63;

    font-size: 28px;

    cursor: pointer;

    transition: .35s;

}

.play-button:hover {

    transform: translate(-50%, -50%) scale(1.08);

}

/* Wave */

.hero-wave {

    position: absolute;

    bottom: -5px;

    left: 0;

    width: 100%;

}

.hero-wave svg {

    display: block;

    width: 100%;

}

/* Animation */

@keyframes float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }

}

/* =======================
    Responsive
======================= */

@media(max-width:1200px) {

    .hero-content h1 {
        font-size: 56px;
    }

}

@media(max-width:991px) {

    .hero-section {
        padding: 90px 0 120px;
        text-align: center;
    }

    .hero-content p {
        margin: auto auto 35px;
    }

    .hero-buttons,
    .hero-features,
    .hero-counter {
        justify-content: center;
    }

    .hero-image {
        margin-top: 40px;
    }

    .card-one {
        left: 10px;
    }

    .card-two {
        right: 10px;
    }

}

@media(max-width:767px) {

    .hero-section {
        padding: 70px 0 100px;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .hero-counter {
        gap: 20px;
    }

    .counter-box h3 {
        font-size: 30px;
    }

    .hero-btn {
        width: 100%;
    }

    .feature {
        width: 100%;
        justify-content: center;
    }

    .floating-card {
        display: none;
    }

    .play-button {
        width: 70px;
        height: 70px;
        font-size: 22px;
    }

}

@media(max-width:480px) {

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-badge {
        font-size: 13px;
        padding: 10px 16px;
    }

    .hero-image img {
        border-radius: 20px;
    }

}



.faq-section {
    padding: 90px 0;
    /* background: #fafafa; */
}

.faq-heading {
    max-width: 700px;
    margin: 0 auto 60px;
    color:#ffffff;
}

.faq-heading span {
    color: #e91e63;
    font-weight: 700;
    letter-spacing: 2px;
}

.faq-heading h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 15px 0;
}

.faq-heading h2 span {
    color: #e91e63;
}

.faq-heading p {
    color: #ffffff;
    line-height: 30px;
}

.faq-wrapper {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #fff;
    border-radius: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .35s;
}

.faq-item:hover {
    transform: translateY(-4px);
}

.faq-question {
    width: 100%;
    border: none;
    background: none;
    padding: 24px 28px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question i {
    color: #e91e63;
    transition: .3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: .4s ease;
}

.faq-answer p {
    padding: 0
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.faq-answer p {
    padding: 0 28px 25px;
    margin: 0;
    color: #666;
    line-height: 30px;
}

.faq-item.active {
    box-shadow: 0 20px 45px rgba(233, 30, 99, .20);
}

.faq-item.active .faq-question {
    color: #e91e63;
}

.faq-question i {
    transition: .3s;
}

/* =========================
        FAQ Responsive
========================= */

@media (max-width:1200px) {

    .faq-heading h2 {
        font-size: 42px;
    }

    .faq-wrapper {
        max-width: 100%;
    }

}

@media (max-width:991px) {

    .faq-section {
        padding: 70px 0;
    }

    .faq-heading {
        margin-bottom: 40px;
    }

    .faq-heading h2 {
        font-size: 36px;
    }

    .faq-heading p {
        font-size: 16px;
        line-height: 28px;
        padding: 0 15px;
    }

    .faq-question {

        padding: 20px;

        font-size: 18px;

    }

    .faq-answer p {

        padding: 0 20px 20px;

        font-size: 15px;

        line-height: 28px;

    }

}

@media (max-width:767px) {

    .faq-section {
        padding: 60px 0;
    }

    .faq-heading h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    .faq-heading p {
        font-size: 15px;
        line-height: 26px;
    }

    .faq-item {
        border-radius: 14px;
        margin-bottom: 15px;
    }

    .faq-question {

        padding: 18px;

        font-size: 16px;

        line-height: 24px;

        text-align: left;

        display: flex;

        align-items: flex-start;

        justify-content: space-between;

        gap: 15px;

    }

    .faq-question i {

        flex-shrink: 0;

        margin-top: 3px;

        font-size: 16px;

    }

    .faq-answer p {

        padding: 0 18px 18px;

        font-size: 14px;

        line-height: 24px;

    }

}

@media (max-width:480px) {

    .faq-heading h2 {
        font-size: 26px;
    }

    .faq-heading span {
        /* font-size:13px; */
    }

    .faq-question {

        padding: 16px;

        font-size: 15px;

    }

    .faq-answer p {

        padding: 0 16px 16px;

        font-size: 13px;

        line-height: 22px;

    }

}

html,
body {
    overflow-x: hidden;
}

/* .container,
.container-fluid {
    overflow: hidden;
} */