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

.define_float {
    width: 100%;
    float: left;
}

.container {
    max-width: 1670px;
    margin: 0 auto;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;

}

/*font family start*/

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype'),
        url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.eot');
    src: url('../fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff'),
        url('../fonts/Inter-ExtraBold.ttf') format('truetype'),
        url('../fonts/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.eot');
    src: url('../fonts/Inter-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Black.woff2') format('woff2'),
        url('../fonts/Inter-Black.woff') format('woff'),
        url('../fonts/Inter-Black.ttf') format('truetype'),
        url('../fonts/Inter-Black.svg#Inter-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.eot');
    src: url('../fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Thin.woff2') format('woff2'),
        url('../fonts/Inter-Thin.woff') format('woff'),
        url('../fonts/Inter-Thin.ttf') format('truetype'),
        url('../fonts/Inter-Thin.svg#Inter-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype'),
        url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraLight.eot');
    src: url('../fonts/Inter-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-ExtraLight.woff2') format('woff2'),
        url('../fonts/Inter-ExtraLight.woff') format('woff'),
        url('../fonts/Inter-ExtraLight.ttf') format('truetype'),
        url('../fonts/Inter-ExtraLight.svg#Inter-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.eot');
    src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff'),
        url('../fonts/Inter-Light.ttf') format('truetype'),
        url('../fonts/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*font family end*/


/*css start*/
.spinner-text {
    position: absolute;
}

header {
    z-index: 1;
    padding-top: 58px;
    position: absolute;
    top: 0;
}

.banner-bg {
    overflow: hidden;
    position: relative;
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    padding-top: 171px;
    padding-bottom: 261px;
}

.banner-bg .container {
    max-width: 1152px;
}

.banner-bg-content h1 {
    color: #000;
    font-family: Inter;
    font-size: clamp(38px, 4.70vw, 90px);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: clamp(20px, 2.25vw, 36px);
}

.banner-bg-content h1 span {
    font-style: italic;
}

.banner-bg-content p {
    color: #000;
    font-family: Inter;
    font-size: clamp(16px, 1.5vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.banner-logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 55px;
    margin-top: 43px;
}

.banner-bg .banner-text-wrapper {
    max-width: 687px;
    padding: 0;
}

.banner-logo ul li h6 {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 13px;
}

.rotate {
    animation: rotation 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.rotate {
    animation: rotation 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotation {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.spinner-text img.rotate {
    max-width: 350px;
    margin-top: 86px;
}

.world-sec {
    position: relative;
    background-image: url(../img/world-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-inline: 100px;
}


.world-sec-content h2 {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: clamp(34px, 4vw, 76px);
    font-style: normal;
    font-weight: 900;
    line-height: clamp(45px, 6.25vw, 100px);
}

span.big-bold-text {
    color: #000;
    font-family: "Nunito Sans";
    font-size: clamp(42px, 4.90vw, 94px);
    font-style: normal;
    font-weight: 900;
    line-height: clamp(45px, 6.25vw, 100px);
}

span.small-text {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: clamp(26px, 1.9vw, 36px);
    font-style: normal;
    font-weight: 400;
    line-height:clamp(45px, 6.25vw, 100px);
}

.world-sec-content h3 {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: clamp(34px, 3.7vw, 71px);
    font-style: normal;
    font-weight: 900;
    line-height: clamp(34px, 4.5vw, 70px);
    margin-bottom: clamp(22px, 3.3vw, 52px);
}

.world-sec-content h3 span {
    color: #000;
}

.world-sec-img {
    position: relative;
    left: -100px;
}

.world-sec-content p {
    color: #FFF;
    font-family: Inter;
    font-size: clamp(16px, 1.36vw, 25px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(24px, 3.6vw, 46px);
    margin-bottom: 0;
    max-width: 752px;
}

.step-section {
    padding-top: 98px;
    padding-bottom: 128px;
    background: #F5F1E9;
    position: relative;
    overflow: hidden;
}

.candy-img {
    position: absolute;
    right: 0;
    bottom: 90px;
}

.world-sec-content p span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    position: relative;
    top: -10px;
    left: -5px;
}

.step-section-content h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: clamp(24px, 3vw, 56px);
    font-style: normal;
    font-weight: 900;
    line-height: clamp(34px, 4.5vw, 70px);
    max-width: 1050px;
    margin: 0 auto 16px;
}

.step-section-content p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: clamp(16px, 1.26vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
}

.blue-bg-box {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 39px 43px 71px 46px;
    max-width: 530px;
    text-align: center;
    height: 100%;
}

.blue-bg-box img {
    max-width: 100%;
    height: 163px;
}

.blue-bg-box h3 {
    color: #000;
    text-align: center;
    font-family: Inter;
    /* font-size: 34px; */
    font-size: clamp(20px, 1.84vw, 34px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(24px, 3.7vw, 48px);
    margin-bottom: 27px;
    margin-top: 15px;
}

.blue-bg-box p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: clamp(16px, 1.26vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 3.4vw, 44px);
    margin-bottom: clamp(22px, 3vw, 40px);
}

.blue-bg-box p:last-child {
    margin-bottom: 0;
}

.blue-bg-section {
    background-image: url(../img/blue-bg-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 113px;
    padding-bottom: 110px;
    position: relative;
    overflow: hidden;
    padding-inline: 100px;
}

.blue-bg-box p span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    position: relative;
    top: -10px;
    left: -5px;
}

.disease-section {
    background: #F5F1E9;
    padding-top: 131px;
    padding-bottom: 85px;
    position: relative;
}

.disease-section-content h4 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: clamp(18px, 1.55vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(20px, 2.25vw, 36px);
    max-width: 676px;
    margin: 0px auto clamp(16px, 2.2vw, 27px);
}


.disease-section-content h4 span {
    color: #E90D8C;
    font-weight: 900;
}

.disease-section-content h2 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: clamp(24px, 3vw, 56px);
    font-style: normal;
    font-weight: 800;
    line-height: clamp(32px, 4.5vw, 66px);
    max-width: 1170px;
    margin: 0 auto clamp(20px, 3.9vw, 59px);
}

.disease-section-content p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: clamp(18px, 1.55vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(24px, 2.35vw, 38px);
    margin-bottom: 0;
}

.disease-section-content p span {
    color: #0CB267;
    font-weight: 900;
}

.social-buttons {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 32px;
}

.social-buttons a {
    transition: all ease 0.5s;
    min-width: 318px;
    border-radius: 15px;
    background: #4363AE;
    padding: 25px 55px;
    display: flex;
    align-items: center;
    gap: 34px;
    text-decoration: none !important;
}

.social-buttons a p {
    margin-bottom: 0;
    color: #FFF;
    font-family: Inter;
    font-size: clamp(18px, 1.55vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.social-buttons a:last-child {
    background: linear-gradient(90deg, #F5AF49 0%, #F26C62 28.13%, #EE2F79 61.85%, #3D2BDD 100%);
}

.disease-section .container {
    max-width: 100%;
    padding-inline: 80px;
}

.disease-section-box {
    background-image: url(../img/disease-box.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 70px 35px;
    margin-top: 82px;
}

.disease-section-box p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: clamp(18px, 1.5vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 38px;
}

.disease-section-box p:last-child {
    margin-bottom: 0;
}

.disease-section-box p span {
    font-weight: 800;
}

.social-icons-sec ul {
    display: flex;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.25);
    max-width: 321px;
    gap: 40px;
    padding: 16px 32px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: -35px;
    z-index: 2;
}

.disease-section .candy-img {
    bottom: initial;
    top: 36%;
    right: initial;
    left: 0;
}

footer .container {
    max-width: 1152px;
}

footer {
    background: #0D1841;
    padding-top: 66px;
    padding-bottom: 25px;
}

footer .banner-logo ul li {
    display: flex;
    align-items: center;
    gap: 20px
}

footer .banner-logo ul li h6 {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}

footer .banner-logo ul {
    justify-content: space-between;
}

.footer-content p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 1082px;
    margin: 62px auto 17px;
    padding-bottom: 17px;
}

.footer-content-sec {
    border-top: 1px solid #262626;
    background: #000C35;
    padding: 15px 0px;
}

.footer-content-sec .container {
    max-width: 1152px;
}

.footer-content-left ul {
    display: flex;
    gap: 40px;
}

.footer-content-left ul li a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.footer-content-sec .row {
    align-items: center;
}

.footer-content-left ul li {
    position: relative;
}

.footer-content-left ul li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #fff;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.footer-content-left ul li:last-child::after {
    display: none;
}

.footer-content-content-right p {
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.refrence-sec p {
    margin-bottom: 0;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.refrence-sec p a {
    color: #fff;
    text-decoration: underline;
}

.refrence-sec h5 {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 2px;
}

.step-section-part {
    position: relative;
    z-index: 9;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 70px;
    margin-top: 30px;
}

.step-section-part h3 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: clamp(20px, 1.95vw, 36px);
    font-style: normal;
    font-weight: 800;
    line-height: clamp(20px, 2.25vw, 36px);
    margin-bottom: clamp(24px, 2.6vw, 50px);
    margin-top: 20px;
}

.step-section-part li {
    color: #000;
    font-family: Inter;
    font-size: clamp(16px, 1.26vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: clamp(16px, 2.25vw, 35px);
    display: flex;
    align-items: center;
    gap: 13px;
}

.step-section-part li:last-child {
    margin-bottom: 0;
}

.step-section-part p {
    color: #000;
    font-family: Inter;
    font-size: clamp(16px, 1.56vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(20px, 2.25vw, 36px);
    margin-bottom: 0;
    margin-top: clamp(24px, 3.5vw, 45px);
}

.world-sec-content h3 sup {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    vertical-align: top;
    left: -10px;
    top: -5px;
}

.world-sec-content p sup {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.world-sec-content p sup a,
.world-sec-content h3 sup a {
    color: #ffffff;
    text-decoration: none;
    
}
#decs{
scroll-behavior: smooth;
}
sup a,
sup a:hover {
    color: inherit;
    text-decoration: none;
}
.blue-bg-box p sup {
    font-size: 14px;
    font-weight: 500;
}


.disease-section-content h4 sup {
    font-size: 14px;
    font-weight: 500;
}

.step-section-part p span {
    font-weight: 600;
}

.footer-content-left ul li a:hover {
    opacity: 0.8;
}

.social-icons-sec ul li a:hover img {
    opacity: 0.9;
}

.social-buttons a:hover {
    background: #4363aedb;
}

.social-buttons a:last-child:hover {
    background: linear-gradient(to right, #3d2bdd 0%, #ee2f79 39%, #f26c62 72%, #f5af49 100%);
}

.blue-bg-section .box-wrapper1 .blue-bg-box::after {
    position: absolute;
    content: '';
    width: 68px;
    height: 76px;
    left: -44px;
    top: -44px;
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    z-index: 999;
}

.blue-bg-section .box-wrapper3 .blue-bg-box::before {
    position: absolute;
    content: '';
    width: 136px;
    height: 106px;
    right: -92px;
    bottom: -60px;
    background-image: url(../img/line-2.png);
    background-repeat: no-repeat;
}

.disease-section::after,
.step-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/blur.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* .step-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../img/blur-shadow-img.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: clamp(70%,60vw, 1340px);
} */

.step-section-content {
    position: relative;
    z-index: 99;
}

.disease-section .des-contentwrapper{
    position: relative;
    z-index: 9;
}

.step-section-btn a {
    border-radius: 20px 40px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: clamp(15px, 1.2vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    background: #0CB267;
    padding: 24px 30px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: 0.5s ease all;
}

.step-section-right .step-section-btn a {
    background: #E90D8C;
}

.step-section-btn {
    padding-top: clamp(24px, 3.5vw, 57px);
    padding-bottom: 40px;
}

.step-section-btn a:hover {
    /* background: rgb(12 178 103 / 86%); */
    background: #ffffff;
    color: #0CB267;
}
.step-section-btn a:hover::after{
    border-color:#0CB267 ;
}

.step-section-right .step-section-btn a:hover {
    /* background: rgb(231 13 141 / 86%); */
    background: #ffffff;
    color: #E90D8C;
    
}
.step-section-right .step-section-btn a:hover:after{
    border-color:#E90D8C ;
}


.step-section-left>img,
.step-section-right>img {
    object-fit: cover;
    height: 272px;
    margin-inline: auto;
    display: block;
}

.step-section-inner {
    max-width: 1152px;
    margin: 0 auto;
    position: relative;
}

.step-section-outer::after {
    position: absolute;
    content: '';
    width: 68px;
    height: 76px;
    right: 0;
    top: 15%;
    background-image: url(../img/line-3.png);
    background-repeat: no-repeat;
    z-index: 9;
}

.step-section-outer::before {
    position: absolute;
    content: '';
    width: 136px;
    height: 143px;
    left: 0;
    bottom: 20px;
    background-image: url(../img/line-4.png);
    background-repeat: no-repeat;
    z-index: 9;
}
.step-section-outer {
    padding-inline: 120px;
}

.spinner-text {
    position: absolute;
}

.step-section-btn a::after {
    position: absolute;
    content: '';
    width: calc(100% - 18px);
    height: calc(100% - 12px);
    border: 1px dashed #FFF;
    left: 10px;
    top: 6px;
    border-radius: 20px 40px;
}


/* .step-section:after {
    content: "";
    background: url('');
    position: absolute;
    inset: 0;
    z-index: 0;
}

.step-section:before {
    content: "";
    background: url('');
    position: absolute;
    inset: 0;
    z-index: 1;
} */

.step-section * {
    z-index: 2;
    position: relative;
}
.step-section img.clr1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
/* Ellipse 3 */
.step-section .clr1 {
    position: absolute;
    bottom: 200px;
    width: 283px;
height: 283px;
left: -49px;
background: #E90D8C;
opacity: 0.4;
filter: blur(250px);
}
.step-section .clr2 {
    position: absolute;
    top: 61px;
    width: 283px;
height: 283px;
right: -17px;
background: #0CB267;
opacity: 0.4;
filter: blur(250px);
}
/* Desktop fixes */
/* .desktopfi-wrapper {
    --imageside-width: max(calc(50% + var(--neagtive-hr)), calc(41.617vw + var(--neagtive-hr)));
    --neagtive-hr: 6vw;
}
.world-sec-img img{
    width: 100%;
}

.desktopfix-image, .desktop-fix-content {
    -ms-flex: 0 0 var(--col-width);
    flex: 0 0 var(--col-width);
    max-width: var(--col-width);
}

.desktopfix-image {
    --col-width: var(--imageside-width);
    margin-right: calc(var(--neagtive-hr) * -1);
}

.desktop-fix-content {
    --col-width: calc(100% - var(--imageside-width));
    
} */