:root {
    --prime-clr: #08101C;
    --second-clr: #506078;
    --text: #525252;
}

body {
    font-family: "Poppins", sans-serif;
}

.mw-220 {
    max-width: 220px;
}

.new-header2 {
    box-shadow: 0 2px 4px #ccc;
    position: relative;
    z-index: 9999;
}

.home-hero2 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 160px;
    overflow: hidden;
    z-index: 0;
}

.home-hero2::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    right: 0;
    transform: translate(50%, -50%);
    top: 0;
    background-image: radial-gradient(#00000094, transparent 70%);
    border-radius: 50%;
}

.home-hero2::before {
    content: "";
    width: 100%;
    height: 20px;
    background-color: #f0f1f3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.rshaps01,
.rshaps02,
.rshaps03 {
    content: "";
    margin: 10px;
    background-color: #f0f1f3;
    position: absolute;
    width: 860px;
    height: 859px;
    border: 10px solid #fff;
    padding: 10px;
    box-shadow: 0px 0px 0px 2px #f0f1f3;
    z-index: 0;
}

.rshaps01 {
    top: -320px;
    left: -180px;
    transform: rotate(30deg);
}

.rshaps02 {
    bottom: -720px;
    right: -480px;
    transform: rotate(20deg);
}

.hero-text-sec h1 {
    font-size: 42px;
    font-weight: 400;
    color: var(--second-clr);
    text-transform: uppercase;
    line-height: 63px;
}

.hero-text-sec h1 span {
    font-weight: 600;
    color: var(--prime-clr);
}

.hero2-cards {
    margin: 40px 0;
}

.hero2-card {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
    padding: 12px;
}

.card2-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.card2-img {
    width: 40px;
    height: auto;
}

.card2-top h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.hero2-card p {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
}

.p-btn {
    text-decoration: none;
    color: #fff;
    background-color: var(--prime-clr);
    border: 1px solid var(--prime-clr);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 50px;
}

.h2-img {
    max-width: 560px;
    height: auto;
}

.h2-img img {
    border-radius: 17px;
}

.hero2-image-design {
    width: fit-content;
    height: fit-content;
    position: relative;
    z-index: 1;
}

.hero2-image-design::before {
    content: "";
    position: absolute;
    height: 210px;
    width: 310px;
    background-color: #E9EDF2;
    z-index: -1;
    top: -30px;
    right: -30px;
    border-radius: 0 24px 24px 0;
}

.img-bl-dsgn {
    position: absolute;
    bottom: -8px;
    left: -8px;
    background-color: #fff;
    padding: 8px;
    border-radius: 0 20px 0 0;
}

.bl-card2 {
    background-color: var(--prime-clr);
    border-radius: 17px;
    padding: 10px;
}

.bl-card-top {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.bl-card2-img {
    width: 20px;
    height: auto;
}

.bl-card-top p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.bl-card2 h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.img-bl-dsgn::before {
    position: absolute;
    content: "";
    left: 8px;
    top: -16px;
    background: transparent;
    width: 16px;
    height: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: -4px 4px 0 4px #fff;
}

.img-bl-dsgn::after {
    position: absolute;
    content: "";
    right: -16px;
    bottom: 8px;
    background: transparent;
    width: 16px;
    height: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: -4px 4px 0 4px #fff;
}

.about2-section {
    margin: 80px 0;
}

.about2-card {
    position: relative;
    padding: 32px;
    background-color: var(--prime-clr);
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
}

.about2-card .rshaps01,
.about2-card .rshaps02,
.about2-card .rshaps03 {
    background-color: #394049;
    width: 600px;
    height: 600px;
    border: 10px solid var(--prime-clr);
    box-shadow: 0 0 1px #fff;
}

.about2-card .rshaps01 {
    bottom: -640px;
    left: -270px;
    transform: rotate(60deg);
    top: auto;
}

.about2-card .rshaps02 {
    bottom: -600px;
    right: -200px;
    transform: rotate(20deg);
}

.about2-card .rshaps03 {
    bottom: auto;
    right: -140px;
    transform: rotate(60deg);
    top: -610px;
}

.about2-image img {
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.about2-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 20px;
    left: 0;
    opacity: 0.2;
    border-radius: 50%;
}

.about2-image {
    position: relative;
    margin-bottom: 20px;
}

h2.sec-heading2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}

.about2-text p {
    color: #c0c0c0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}

.second-btn {
    text-decoration: none;
    color: #fff;
    background-color: var(--second-clr);
    border: 1px solid var(--second-clr);
    border-radius: 10px;
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 500;
}

.how-it-wsec {
    background-color: #F9FBFF;
    padding: 60px 0 120px;
    overflow: hidden;
}

.sub-text2 {
    font-size: 16px;
    font-weight: normal;
    max-width: 900px;
    margin: 0 auto 60px;
}

.how-it-work-steps ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.work-step-card {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #F1F1F1;
    border-radius: 200px;
    z-index: 1;
}

.ws-img {
    width: 140px;
    height: auto;
}

.work-step-image {
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.ws-text {
    padding: 20px;
}

.ws-text h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
}

.ws-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #525252;
}

.wstep-count {
    padding: 0 50px;
    background-color: #1D3252;
    color: #fff;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-step .wstep-count {
    border-radius: 0 200px 200px 0;
}

.left-step .wstep-count {
    border-radius: 200px 0 0 200px;
}

.wstep-count p {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 30px;
}

.wstep-count p span {
    font-size: 20px;
}

.right-step,
.left-step {
    position: relative;
}

.right-step::before,
.left-step::before {
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    z-index: 0;
    background-color: #000;
    border-radius: 50%;
}

.right-step::before {
    top: 80px;
    left: 80px;
    transform: translate(-100px, -100px);
}

.left-step::before {
    top: 80px;
    right: 80px;
    transform: translate(100px, -100px);
}

.right-step::after,
.left-step::after {
    content: "";
    position: absolute;
    height: 172px;
    opacity: 0.4;
    width: 172px;
    z-index: 0;
    background-color: #fff;
    border-radius: 50%;
}

.right-step::after {
    top: 94px;
    left: 94px;
    transform: translate(-100px, -100px);
}

.left-step::after {
    top: 94px;
    right: 94px;
    transform: translate(100px, -100px);
}

.right-step .srotate-img {
    position: absolute;
    right: -140px;
    bottom: -120px;
    transform: rotate(90deg);
}

.left-step .srotate-img {
    position: absolute;
    left: -140px;
    bottom: -120px;
    transform: rotate(-90deg);
}

.ws-rotate-img {
    width: 180px;
    height: auto;
}

.right-step .ws-shadow,
.left-step .ws-shadow {
    position: absolute;
    width: 490px;
    bottom: 0;
    height: 140px;
    background-color: #3a3a3a;
    border-radius: 200px;
    box-shadow: 0 0 4px #000;
    opacity: 0.3;
}

.right-step .ws-shadow {
    right: 10px;
    transform: rotate(4deg);
}

.left-step .ws-shadow {
    left: 10px;
    transform: rotate(-4deg);
}

.Franchise-models {
    padding: 80px 0;
    background-color: #F9FBFF;
    position: relative;
    overflow: hidden;
}

.yoga-fm-img1,
.yoga-fm-img2 {
    position: absolute;
    max-width: 260px;
    background: linear-gradient(320.92deg, #FFFFFF 36.51%, #E0E5ED 108.86%);
    border-radius: 50%;
    bottom: -40px;
}

.yoga-fm-img1 {
    padding: 70px 40px 40px 70px;
    left: -70px;
}

.yoga-fm-img2 {
    padding: 70px 70px 40px 40px;
    right: -70px;
}

.f-modals-card {
    max-width: 400px;
    margin: 0 auto 4px;
    color: #fff;
    background-color: var(--prime-clr);
    border-radius: 20px;
    padding: 32px;
}

.f-modals-card p {
    font-size: 16px;
    font-weight: normal;
    color: #afafaf;
    margin-bottom: 0;
}

.f-modals-card p span {
    color: #fff;
    font-weight: 500;
}

.fm-card-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-bottom: 10px;
}

.fm-cards-align {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 110px;
    gap: 160px;
}

.fm-card {
    position: relative;
    background-color: var(--second-clr);
    border-radius: 60px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.fm-card-top p {
    font-size: 30px;
    font-weight: 600;
    margin: 18px;
}

.fm-card-top {
    position: relative;
}

.fm-card-body {
    background-color: #000;
    padding: 18px;
    position: relative;
}

.fm-card-top::before {
    position: absolute;
    content: "";
    right: -14px;
    bottom: -18px;
    background: transparent;
    width: 200px;
    height: 80px;
    border-bottom-right-radius: 200px;
    box-shadow: 40px 40px 0 4px #000;
    z-index: 2;
}

.fm-card-top::after {
    position: absolute;
    content: "";
    left: -2px;
    bottom: -78px;
    background: transparent;
    width: 200px;
    height: 60px;
    border-top-left-radius: 200px;
    box-shadow: -20px -20px 0 4px #506078;
    z-index: 1;
}

.fm-card-body h4 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 24px;
}

.fm-card-body p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
}

.fm-earn-box {
    background: #111F34;
    padding: 12px;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto 36px;
}

.fm-earn-box h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.fm-earn-box p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.benefits-franchise {
    padding: 80px 0;
}

.bf-acordin .accordion {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bf-acordin .accordion .accordion-item {
    border: none;
    border-radius: 10px;
}

.bf-acordin .accordion .accordion-button.collapsed {
    border: 1px solid #cecece;
    border-radius: 10px !important;
}

.bf-acordin .accordion .accordion-button {
    border: 1px solid #cecece;
    border-radius: 10px 10px 0 0 !important;
    box-shadow: none !important;
    background-color: #fff !important;
    font-weight: 500;
}

.bf-acordin .accordion .accordion-body {
    border: 1px solid #cecece;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    color: #525252;
}

.bf-acordin .accordion .accordion-button::after {
    transform: rotate(0deg);
}

.bf-acordin .accordion .accordion-button.collapsed::after {
    transform: rotate(-90deg);
}

.new-header2.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.new-header2 .nav-link.active,
.new-header2 .nav-link:hover {
    font-weight: 500;
}

.new-header2 .nav-link {
    font-size: 16px;
    font-weight: 400;
}

.new-header2 .navbar-nav {
    gap: 40px;
}

.Franchise-models .rshaps01,
.Franchise-models .rshaps02 {
    width: 500px;
    height: 500px;
    border: 10px solid #f9fbff;
}

.Franchise-models .rshaps01 {
    top: -420px;
    left: -20px;
    transform: rotate(30deg);
}

.Franchise-models .rshaps02 {
    top: -420px;
    right: -20px;
    transform: rotate(-30deg);
}

.ws-text p {
    height: 66px;
    overflow-y: scroll;
    scrollbar-width: auto;
}

.ws-text p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.ws-text p::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.ws-text p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(122, 153, 217)),
            color-stop(0.72, rgb(73, 125, 189)),
            color-stop(0.86, rgb(28, 58, 148)));
}

.z-99{
    z-index: 999999;
}

.border-none{
    border: none !important;
}

.mb-3.note-card p {
    background-color: #dfdfdf;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
}

@media (max-width:1399.98px) {
    .fm-cards-align {
        margin-bottom: 140px;
    }

    .home-hero2 {
        padding-bottom: 120px;
    }

    .rshaps01 {
        top: -430px;
        left: -240px;
    }

    .rshaps02 {
        bottom: -760px;
        right: -480px;
    }

    .Franchise-models .rshaps01 {
        left: -140px;
    }

    .Franchise-models .rshaps02 {
        right: -140px;
    }
}

@media (max-width:1199.98px) {
    .rshaps01 {
        top: -500px;
        left: -240px;
    }

    .home-hero2::after {
        width: 260px;
        height: 260px;
    }

    .hero-text-sec h1 {
        font-size: 34px;
        line-height: 54px;
    }

    .card2-img {
        width: 30px;
    }

    .card2-top h4 {
        font-size: 18px;
    }

    .hero2-card p {
        font-size: 32px;
    }

    .ws-img {
        width: 100px;
        height: auto;
    }

    .wstep-count {
        padding: 0 30px;
        height: 120px;
    }

    .ws-text h5 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .ws-text {
        padding: 0 20px;
    }

    .right-step::after,
    .left-step::after {
        height: 132px;
        width: 132px;
    }

    .right-step::before,
    .left-step::before {
        height: 160px;
        width: 160px;
    }

    .right-step .ws-shadow,
    .left-step .ws-shadow {
        height: 100px;
    }

    .ws-text p {
        font-size: 14px;
    }

    .how-it-work-steps ul {
        max-width: 780px;
    }

    .ws-rotate-img {
        width: 140px;
    }

    .left-step .srotate-img {
        left: -120px;
        bottom: -100px;
    }

    .right-step .srotate-img {
        right: -120px;
        bottom: -100px;
    }

    .fm-cards-align {
        gap: 100px;
    }

    .fm-card-arrow {
        gap: 20px;
    }
}

@media (max-width:991.98px) {
    .hero-text-sec h1 {
        font-size: 26px;
        line-height: 42px;
    }

    .hero2-cards {
        margin: 20px 0;
    }

    .hero2-card {
        padding: 8px;
    }

    .new-header2 .navbar-nav {
        gap: 10px;
    }

    .card2-top h4 {
        font-size: 16px;
    }

    .hero2-card p {
        font-size: 26px;
    }

    .card2-top {
        margin-bottom: 0px;
    }

    .home-hero2 {
        padding-bottom: 80px;
    }

    .rshaps01 {
        top: -540px;
        left: -400px;
    }

    .rshaps02 {
        bottom: -840px;
        right: -480px;
    }

    .left-step .srotate-img {
        left: -40px;
        bottom: -70px;
    }

    .right-step .srotate-img {
        right: -40px;
        bottom: -70px;
    }

    .ws-rotate-img {
        width: 80px;
    }

    .how-it-wsec {
        padding: 60px 0 80px;
    }

    .Franchise-models .rshaps01 {
        top: -500px;
        left: -220px;
    }

    .Franchise-models .rshaps02 {
        top: -500px;
        right: -220px;
    }

    .svg001 {
        width: 220px;
    }

    .svg002 {
        height: 80px;
    }

    .fm-cards-align {
        gap: 20px;
    }

    .about2-text p {
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width:767.98px) {
    .home-hero2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero2-card {
        margin-bottom: 20px;
    }

    .card2-top {
        margin-bottom: 10px;
    }

    .card2-img {
        width: 40px;
    }

    .card2-top h4 {
        font-size: 20px;
    }

    .hero2-card p {
        font-size: 30px;
    }

    .h2-img {
        margin-top: 50px;
    }

    .hero2-image-design::before {
        top: -20px;
        right: -20px;
    }

    .ws-text {
        padding: 0 10px;
    }

    .wstep-count {
        padding: 0 20px;
    }

    .Franchise-models .rshaps01,
    .Franchise-models .rshaps02 {
        display: none;
    }

    .how-it-wsec {
        padding: 60px 0 40px;
    }

    .f-modals-card {
        max-width: 400px;
        margin: 0 auto 4px;
        color: #fff;
        background-color: var(--prime-clr);
        border-radius: 20px;
        padding: 20px;
    }

    .fm-cards-align {
        gap: 10px;
    }

    .fm-card-top p {
        font-size: 20px;
    }

    .fm-card-top::before {
        right: -14px;
        bottom: -18px;
        width: 90px;
        height: 80px;
        box-shadow: 20px 20px 0 4px #000;
    }

    .fm-card-top::after {
        width: 70px;
    }

    .fm-card-body h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .fm-card-body p {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .fm-earn-box h5 {
        font-size: 12px;
    }

    .fm-earn-box p {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

    .fm-earn-box {
        margin: 0 auto 6px;
    }

    .fm-card {
        border-radius: 30px;
    }

    .svg001 {
        width: 170px;
        height: 60px;
    }

    .svg002 {
        height: 60px;
    }

    h2.sec-heading2 {
        font-size: 24px;
    }

    .sub-text2 {
        margin: 0 auto 30px;
    }

    .bf-acordin .accordion .accordion-button.collapsed {
        font-size: 12px;
    }

    .bf-acordin .accordion .accordion-button {
        font-size: 12px;
    }

    .about2-card {
        padding: 60px 32px;
    }

    .ws-text h5 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px;
    }
}

@media (max-width:575.98px) {
    .rshaps01 {
        top: -700px;
        left: -440px;
    }

    .home-hero2::after {
        width: 180px;
        height: 180px;
    }

    .hero-text-sec h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .rshaps02 {
        bottom: -90px;
        right: -800px;
    }

    .card2-top {
        gap: 6px;
        margin-bottom: 0px;
    }

    .card2-img {
        width: 20px;
    }

    .hero2-card p {
        font-size: 20px;
    }

    .card2-top h4 {
        font-size: 12px;
    }

    .hero2-image-design::before {
        height: 120px;
        width: 210px;
        top: -12px;
        right: -12px;
        border-radius: 0 12px 12px 0;
    }

    .bl-card-top p {
        font-size: 16px;
    }

    .about2-section {
        margin: 60px 0;
    }

    .about2-card {
        padding: 24px 16px;
    }

    .about2-image img {
        border-radius: 10px;
    }

    .about2-image::before {
        left: 6px;
        border-radius: 10px;
    }

    .how-it-wsec {
        padding: 40px 0 40px;
    }

    /* ws css start  */

    .work-step-card {
        border-radius: 10px;
        padding: 16px;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .right-step::before,
    .left-step::before {
        display: none;
    }

    .right-step::after,
    .left-step::after {
        display: none;
    }

    .srotate-img {
        display: none;
    }

    .right-step .wstep-count,
    .left-step .wstep-count {
        border-radius: 80px 80px 0 80px;
        height: 90px;
        padding: 0 10px;
        margin-bottom: auto;
        margin-left: auto;
    }

    .right-step .ws-shadow,
    .left-step .ws-shadow {
        border-radius: 10px;
        width: 280px;
        bottom: -6px;
        transform: rotate(4deg);
    }

    .ws-text {
        padding: 0;
    }

    .wstep-count p {
        font-size: 26px;
    }

    .wstep-count p span {
        font-size: 16px;
    }

    .ws-text p {
        width: 100%;
        height: fit-content;
        overflow: visible;
        display: block;
    }

    .work-step-image {
        margin-bottom: 20px;
    }

    .ws-text h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    /* ws card css end  */

    h2.sec-heading2 {
        font-size: 22px;
    }

    .f-modals-card p {
        font-size: 14px;
    }

    .Franchise-models {
        padding: 60px 0;
    }

    .f-modals-card {
        margin: 0 auto 20px;
    }

    .fm-card {
        border-radius: 30px;
        width: 100%;
    }

    .fm-card-arrow {
        display: none;
    }

    .fm-cards-align {
        gap: 24px;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .yoga-fm-img1,
    .yoga-fm-img2 {
        display: none;
        right: -70px;
    }

    .benefits-franchise {
        padding: 60px 0;
    }

    .bf-acordin .accordion .accordion-body {
        font-size: 14px;
    }

    .about2-image {
        margin-bottom: 40px;
    }

    .about2-text p {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


}