/* -----------------------------------------------------------------------------------
Template Name: Masterverses New 
Template URI: 
Description: This is Masterverses New
Author: Alok
Author URI: Masterverses New
Version: 5.0
-----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------
CSS INDEX
===================
1.Global CSS
2.Navbar CSS
3.Hero CSS
----------------------------------------------------------------------------------- */
/*Global CSS Starts Here*/
@import url('../fonts/web/gilmer.css');
@import url('../fonts/css/satoshi.css');

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

:root {
    --body_color: #F5EBFF;
    --white: #ffffff;
}

html {
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
    overflow: hidden;
}

body {
    font-weight: 400;
    line-height: 1.3;
    background: var(--body_color);
    position: relative;
    font-family: "Satoshi-Variable";
}

main {
    position: relative;
}

/*Global CSS Starts Here*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gilmer-Regular-Trial";
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

h1 {
    color: #252525;
    font-size: 64px;
    font-weight: 400;
    line-height: 76.8px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 44px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 24px;
}

span {
    font-weight: 400;
    font-size: 16px;
}

label {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.3;
}

p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
}

a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    margin-bottom: 0px;
    object-fit: cover;
    width: 100%;
}

ul li {
    list-style: none;
    font-size: 16px;
    line-height: 1.3;
}

ul {
    padding-left: 0px;
    margin-bottom: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

input:disabled {
    background-color: var(--white)
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*Global CSS Ends Here*/
/* animation css start */
@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* animation css end */
/* navbar css start */
header {
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 999;
    transition: all 0.3s ease 0s;
    position: fixed;
    width: 100%;
}

.stickyheader {
    background: transparent;
    padding: 0px !important;
    position: fixed !important;
    right: 0px;
    left: 0px;
    top: 0;
    z-index: 9999 !important;
}

.navbar-brand {
    max-width: 200px;
    padding: 0 !important;
}

.right_nav_bitton li a img {
    width: 21px;
    height: 21px;
    animation: animName 3s linear infinite;
}

.right_nav_bitton li a {
    display: flex;
    padding: 20px 17px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 35px;
    background: #F4EEFC;
    color: #000;
    text-align: center;
    font-size: 16.133px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.63px;
}

.nav_new_rounded {
    display: flex;
    padding: 18px 35px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
    border-radius: 99px;
    background: #FFF;
    box-shadow: 0px 1px 33px 0px rgba(190, 195, 207, 0.10);
}

.nav_link {
    color: #5B2D90;
    font-family: 'Gilmer-Regular-Trial';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 0px 15px !important;
}

.nav_link.active {
    font-weight: bold !important;
    color: #5B2D90 !important;
}

/* navbar css end */
/* hero section css start */
.main_banner {
    min-height: auto;
}

.hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main_banner_bg_before::after{
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
}

.hero_firsttext {
    border-radius: 99px;
    border: 1px solid #F5E4F7;
    color: #5B2D90;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    padding: 14px 30px;
    display: inline-block;
    text-transform: capitalize;
}

.hero_section h1 {
    text-transform: capitalize;
}

#typing-text {
    font-size: 64px;
    font-weight: 800;
    line-height: 76.8px;
    color: #AA85D4;
    text-transform: capitalize;
    font-family: 'Gilmer-Bold-Trial';
}

.white_button {
    color: #5B2D90;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 99px;
    border: 1px solid #EFE0FF;
    background: #FFF;
    padding: 20px 24px;
    display: inline-block;
    box-shadow: 0px 0.602px 2.047px -0.833px rgba(150, 167, 176, 0.12), 0px 2.289px 7.781px -1.667px rgba(150, 167, 176, 0.12), 0px 10px 34px -2.5px rgba(150, 167, 176, 0.12);
}

.main_banner {
    padding: 120px 0px;
}

.hero_down_heart {
    border-radius: 24px;
    background: #FFF;
    border: 1px solid #FFF;
    padding: 40px;
    top: -80px;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.hero_down_heart_left h3 {
    color: #04060B;
    font-size: 37.656px;
    font-weight: 700;
    line-height: 48px;
}

.hero_down_heart_left p {
    color: #191F2F;
    font-size: 17.297px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.14px;
}

.hero_down_heart_right_head {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero_down_heart_right_head img {
    width: 56px;
    height: 56px;
}

.hero_down_heart_right_head_content p {
    color: #728A96;
    font-size: 17.438px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.hero_down_heart_right_head_content h6 {
    margin-bottom: 0;
    color: #04060B;
    font-size: 23.25px;
    font-weight: 600;
    line-height: 32px;
}

.hero_down_heart_devider {
    background: #DFE5E8;
    width: 100%;
    height: 1px;
}

.hero_down_heart_right {
    border-radius: 24px;
    background: #FBF7FF;
    padding: 40px;
}

.hero_down_heart_right_bottom_box {
    width: 30%;
    padding: 0px 20px;
    text-align: center;
    border-right: 1px solid #DFE5E8;
}

.hero_down_heart_right_bottom_box:last-child {
    border-right: none;
}

.hero_down_heart_right_bottom_box p {
    color: #728A96;
    font-size: 17.438px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.hero_down_heart_right_bottom_box h6 {
    margin-bottom: 0;
    color: #04060B;
    font-size: 23.25px;
    font-weight: 600;
    line-height: 32px;
}

/* hero section css ends */
/* product section css starts */
.product_section {
    padding: 320px 0px 120px;
    background-image: url('../img/product_bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #EFE0FF;
}

.product_left {
    position: sticky;
    top: 100px;
}

.product_mid {
    position: sticky;
    top: 100px;
}

.product_left h2 {
    color: #302E38;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.936px;
}

.product_rightbox h4 {
    color: #5B2D90;
    font-family: Arial;
    font-size: 26.797px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 12px;
}

.product_rightbox p {
    color: #63616B;
    font-size: 16.848px;
    font-weight: 500;
    line-height: 25.271px;
}

.product_mid img {
    height: 647px;
    object-fit: contain;
}

.product_rightbox {
    margin-bottom: 151px;
}

.product_mid img {
    position: absolute;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#mob1 {
    opacity: 1;
    transform: translateY(0px);
}

#mob2 {
    opacity: 0;
    transform: translateY(50px);
}

/* product section css ends */
/* platform section css starts */
.platform_section {
    padding: 120px 0px 220px;
    /* background: #fff; */
    background-image: url('../img/pt-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.platform_section_head {
    text-align: center;
    margin: auto;
    margin-bottom: 60px;
}

.platform_section_head h2 {
    color: #0F1E28;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64.358px;
    padding-bottom: 4px;
}

.platform_section_head p {
    color: #5B2D90;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.961px;
}

.platform_mian_img {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.platform_mian_img img {
    width: 100%;
    height: 100%;
}

.star_big {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: contain;
    width: 100%;
    height: 100%;
    animation: animName 5s linear infinite;
}

.platform_section_header_bottom {
    max-width: 900px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 999;
}

.platform_section_header_bottom h3 {
    color: #5B2D90;
    font-size: 35px;
    font-weight: 400;
    line-height: 55px;
}

.platform_section_header_bottom a {
    background: #F4EEFC;
}

.platform_img {
    position: relative;
    z-index: 9;
}

/* platform section css ends */
/* Footer section css starts */
.footer_section {
    padding-top: 160px;
    background-color: #F7F3FB;
}

.footer_wrapper {
    padding: 70px;
    border-radius: 40px;
    border: 1px solid #EDEFF3;
}

.footer_left {
    padding-right: 100px;
}

.footer_left img {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer_left p {
    color: #5B2D90;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.footer_right ul li h6 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 40px;
}

.footer_right ul li a {
    color: #5B2D90;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
    text-transform: capitalize;
}

.footer_right ul li a:last-child {
    margin-bottom: 0;
}

/* Footer section css ends */
/* Partner section css start */
.partner_section {
    background-image: url('../img/partner_2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.partner_link {
    border-radius: 8px !important;
    border: 3px solid #5C037B;
    color: #0F051D;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 25.458px;
    padding: 14px 14px;
    transition-duration: 0.5s;
    width: 100%;
    max-width: calc((100% - (15px * 5)) / 6);
}

.nav-pills .nav-link.partner_link.active {
    color: #fff;
    border: 3px solid transparent;
    transition-duration: 0.5s;
    background: linear-gradient(63deg, #5B2D90 0%, #904AA9 100%);
}

.partner_link:hover {
    transition-duration: 0.5s;
    color: #fff;
    border: 3px solid transparent;
    background: linear-gradient(63deg, #5B2D90 0%, #904AA9 100%);
}

.partner_link_row {
    gap: 15px;
    width: 100%;
}

.partner_left h4 {
    font-size: 43.181px;
    font-weight: 600;
    line-height: 56.171px;
    letter-spacing: -0.356px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 700;
}

.partner_left p {
    font-size: 19.632px;
    font-weight: 400;
    line-height: 29.038px;
    letter-spacing: -0.156px;
    color: #5B2D90;
}

.partner_link_row_dev {
    width: 100%;
    height: 5.5px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #5C037B 0%, #120173 100%);
}

.partner_link_content_pane_box {
    padding: 15px;
    border-radius: 15.029px;
    border: 3px solid #5C037B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.single-box-partner {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}

.partner_link_content_pane_box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
    flex-shrink: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.partner_link_content_pane_box img {
    height: 50px;
    object-fit: contain;
    width: 50px;
    border-radius: 50%;
    flex-shrink: 0;
}

.partner_link_content_pane {
    /* display: flex !important; */
    /* align-items: center; */
    /* gap: 20px; */
    /* flex-wrap: wrap; */
    /* width: 100%; */
}

/* Partner section css ends */
/* milestones section css starts */
.milestones_section {
    padding: 120px 0px 0;
    background-image: url('../img/milestone_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.stepper-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 120px 15px;
    overflow: hidden;
}

/* Dotted Vertical Line */
.stepper-container::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
    /* z-index: -1; */
    border-left: 1px dashed #9B77E6;
}

/* Stepper Items */
.stepper-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 20px 0;
    position: relative;
}

/* Circle Step Number */
.step-circle {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 64.803px;
    fill: rgba(255, 253, 246, 0.10);
    backdrop-filter: blur(6.48032283782959px);
}

/* Stepper Cards */
.step-card {
    padding: 20px;
    width: 400px;
    border-radius: 10px;
    position: relative;
    border-radius: 12.961px;
    background: linear-gradient(0deg, rgba(15, 30, 40, 0.05) 0%, rgba(15, 30, 40, 0.05) 100%), rgba(91, 45, 144, 0.85);
    backdrop-filter: blur(15px);
}

.lottie-animation {
    position: absolute;
    left: -75px;
    top: -75px;
}

.step-card h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.step-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20.861px;
    margin-bottom: 5px;
}

/* Alternating Layout */
.stepper-item:nth-child(odd) {
    flex-direction: row;
}

.stepper-item:nth-child(even) {
    flex-direction: row-reverse;
}

/* milestones section css ends */
/* event_section section css start */
.event_section {
    padding: 120px 0px 20px;
}

.footer_wrapper_bottom {
    border-top: 1px solid #EFE0FF;
    padding-top: 30px;
    margin-top: 30px;
}

.footer_wrapper_bottom p {
    font-size: 14px;
    font-weight: 500;
    color: #5B2D90;
    margin-bottom: 0;
}

.footer_wrapper_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.footer_wrapper_bottom a {
    font-size: 14px;
    font-weight: 500;
    color: #5B2D90;
    margin-bottom: 0;
    display: inline-block;
}

.card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0px;
    overflow: hidden;
}

.card-header {
    padding: 0;
    border: 0 !important;
    background-color: transparent !important;
}

.card-header img {
    width: 100%;
    height: 300px;
}

.card-header h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 18px;
}

.card-header p {
    font-size: 12px;
    margin-top: 5px;
}

.card-body {
    padding: 20px;
    min-height: 280px;
    padding-bottom: 0;
}

.card-body .date {
    font-size: 12px;
    color: #5C6077;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.card-body h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-body p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.card-footer {
    padding: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.btn {
    display: inline-block;
    background: #5B2D90;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.btn:hover {
    background: #5B2D90;
}

.event_button_row {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    gap: 20px;
}

.event_button_row .nav-link {
    padding: 10px 30px;
    border-radius: 120px;
    background: #fff;
    color: #444444;
    font-size: 20px;
    font-weight: 600;
}

.event_button_row .nav-link.active {
    background: #5B2D90 !important;
}

.arrow_input {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-right: 10px;
    margin-top: 30px;
}

.arrow_input button img {
    width: 45px;
    height: 45px;
}

.partner_ui {
    padding: 40px;
    background-image: url('../img/pt_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 26px;
    position: relative;
    bottom: -100px;
}

.partner_ui_button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.partner_ui_button .transparent_btn {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.webv1 {
    display: none;
}

.mobile_step-circle {
    display: none;
}

/* event_section section css ends */
.border_radious_none {
    border-radius: 0 !important;
}

/* Responsive */
@media (max-width: 991px) {
    .partner_link {
        min-width: auto;
        line-height: 15px;
        padding: 8px 8px;
        width: 100%;
        max-width: 110px;
    }

    .platform_mian_img {
        overflow: hidden;
    }

    .product_mid {
        margin-top: 30px;
    }

    .navbar-collapse ul {
        gap: 15px;
        margin-top: 20px !important;
    }

    .right_nav_bitton li a {
        padding: 10px 20px;
    }

    .nav_link {
        padding-left: 0 !important;
    }

    .team_box {
        margin-bottom: 30px;
    }

    .card-body {
        min-height: auto;
    }

    .card {
        margin-bottom: 20px;
    }

    .star_big {
        top: -175px;
    }

    .hero_down_heart_left {
        display: none;
    }

    .main_banner {
        padding: 100px 0px;
    }

    h1 {
        font-size: 56px;
        line-height: 1.4;
    }

    #typing-text {
        font-size: 56px;
        line-height: 1.6;
    }

    .hero_down_heart {
        padding: 30px;
        top: -100px;
    }

    .hero_down_heart_right {
        padding: 30px;
    }

    .product_section {
        padding: 240px 0px 40px;
    }

    .product_left h2 {
        font-size: 48px;
        line-height: 1.4;
        text-align: center;
    }

    .product_rightbox {
        text-align: center;
    }

    .mobv1 {
        display: block;
    }

    #mob1 {
        display: none !important;
    }

    #mob2 {
        display: none !important;
    }

    .product_mid img {
        position: relative;
        height: 400px;
        object-fit: contain;
        margin-bottom: 60px;
    }

    .product_mid {
        position: relative;
        top: auto;
    }

    .product_rightbox {
        margin-bottom: 60px;
    }

    .platform_section {
        padding: 100px 0px;
        background-position: bottom;
    }

    .platform_section_head h2 {
        font-size: 48px;
        line-height: 1.4;
        text-align: center;
    }

    h2 {
        font-size: 48px;
        line-height: 1.4;
        text-align: center;
        padding-bottom: 0 !important;
    }

    .platform_section_header_bottom {
        position: relative;
        bottom: 0;
    }

    .stepper-container {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .stepper-item {
        max-width: 600px;
    }

    .stepper-item:nth-child(odd) .step-circle {
        left: 100%;
    }

    .stepper-item:nth-child(even) .step-circle {
        left: -5% !important;
    }

    .partner_link_row_dev {
        display: none;
    }

    .partner_link_row {
        display: flex;
        flex-direction: row !important;
        padding-right: 0;
        overflow-x: scroll;
        /* max-width: 500px; */
        /* flex-wrap: nowrap !important; */
        margin-bottom: 30px;
        justify-content: center;
    }

    .partner_link_content {
        padding-left: 0 !important;
    }

    .partner_link_content_pane_box {
        padding: 14px;
        border: 1.4px solid #5B2D90;
        /* width: 31%; */
    }

    /* .partner_link_content_pane {
        justify-content: center;
    } */
    .arrow_input {
        justify-content: center;
    }

    br {
        display: none;
    }

    .footer_wrapper {
        padding: 35px;
        text-align: center;
    }

    .footer_left {
        padding-right: 0;
    }

    .footer_right ul {
        margin-bottom: 30px;
    }

    .footer_right ul li h6 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .star_big {
        top: -150px;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 35px !important;
        color: #5B2D90 !important;
    }

    .card-body h2 {
        font-size: 18px !important;
        text-align: start;
    }

    #typing-text {
        font-size: 45px;
    }

    h3 {
        font-size: 30px !important;
        line-height: 1.4 !important;
    }

    .step-card h4 {
        font-size: 18px !important;
        line-height: 1.3;
    }

    .step-card p {
        font-size: 15px !important;
    }

    .partner_link {
        min-width: auto;
        line-height: 15px;
        padding: 8px 8px;
        width: 100%;
        max-width: 110px;
    }

    .event_button_row .nav-link {
        font-size: 14px !important;
        padding: 10px 25px;
    }

    .event_button_row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }

    .stepper-item {
        max-width: 550px;
    }
}

@media (max-width: 601px) {
    header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .partner_ui h3 {
        margin-bottom: 5px;
    }

    .partner_link_content_pane_box p {
        text-align: start;
    }

    .partner_ui {
        padding: 20px;
    }

    .star_big {
        top: -70px;
    }

    .partner_link {
        padding: 5px 5px;
        line-height: 1.2;
    }

    .nav_new_rounded {
        padding: 11px 16px;
    }

    .navbar-brand {
        max-width: 126px;
    }

    .partner_link_row {
        /* justify-content: flex-start; */
    }

    .navbar-toggler {
        border: 0 !important;
    }

    .navbar-collapse {
        align-items: flex-start;
    }

    .navbar-collapse ul {
        align-items: flex-start !important;
    }

    .right_nav_bitton li a {
        display: inline-flex !important;
    }

    .hero_firsttext {
        font-size: 9.5px;
        padding: 7px 10px;
    }

    h1 {
        font-size: 24px;
    }

    #typing-text {
        font-size: 26px;
        line-height: 1.3;
    }

    p {
        font-size: 12px;
        line-height: 1.3;
    }

    .hero_button_new {
        flex-direction: column;
        display: inline-flex !important;
    }

    .hero_button_new a {
        display: inline-flex !important;
        width: auto !important;
        justify-content: center;
        font-size: 12px;
        padding: 14px;
    }

    .hero_button_new a img {
        width: 14px !important;
        height: 14px !important;
    }

    .hero_down_heart_right_bottom_box p {
        font-size: 12px;
        line-height: 1.4;
    }

    .hero_down_heart_right_bottom_box h6 {
        font-size: 18px;
        line-height: 1.4;
    }

    .hero_down_heart_right {
        padding: 0;
        background-color: transparent;
    }

    .product_section {
        padding: 140px 0px 80px;
    }

    .product_left h2 {
        font-size: 26px !important;
    }

    .product_rightbox h4 {
        font-size: 22px;
    }

    .product_rightbox p {
        margin-bottom: 0;
    }

    .platform_section {
        padding: 80px 0px;
    }

    .platform_section_head h2 {
        font-size: 26px !important;
    }

    .platform_section_head p {
        font-size: 18px;
        color: #63616B;
    }

    .platform_section_header_bottom h3 {
        font-size: 18px !important;
    }

    .platform_section_header_bottom a {
        padding: 16px;
    }

    .milestones_section {
        padding: 80px 0px 60px;
    }

    .stepper-item {
        max-width: 450px;
    }

    .lottie-animation {
        width: 100px !important;
        height: 100px !important;
        left: -50px;
        top: -50px;
    }

    .stepper-container {
        padding-bottom: 0;
        padding-top: 0;
    }

    .platform_section_head p {
        margin-bottom: 0;
    }

    .step-card {
        width: 300px;
    }

    .event_section {
        padding-top: 80px;
    }

    .hero_down_heart {
        position: relative;
    }

    .main_banner {
        padding-bottom: 160px;
        padding-top: 60px;
        min-height: auto;
    }

    .product_section {
        padding-top: 80px;
    }

    .product_section {
        padding-bottom: 20px;
    }

    .partner_left h4 {
        text-align: center;
        font-size: 26px;
        line-height: 1.3;
    }

    .partner_left p {
        text-align: center;
        font-size: 16px;
    }

    .event_button_row {
        gap: 5px;
        padding-bottom: 20px;
    }

    .event_button_row .nav-link {
        font-size: 10px !important;
        padding: 8px 20px;
    }

    .partner_link_row {
        /* max-width: 300px; */
        margin: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 476px) {
    .footer_wrapper_bottom {
        flex-direction: column;
        gap: 15px;
    }

    .stepper-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .stepper-item {
        width: 300px;
    }

    .step-circle {
        font-size: 12px !important;
        width: 30px;
        height: 30px;
    }

    .stepper-item:nth-child(odd) .step-circle {
        left: 110%;
    }

    .stepper-item:nth-child(even) .step-circle {
        left: -10% !important;
    }

    .stepper-item:nth-child(even) {
        margin-left: 70px;
    }

    .stepper-item:nth-child(odd) {
        margin-right: 70px;
    }

    .step-card h4 {
        font-size: 14px !important;
    }

    .step-card p {
        font-size: 12px !important;
    }

    .partner_link_content_pane_box img {
        height: 40px;
        width: 40px;
    }

    .footer_right ul li a {
        margin-bottom: 5px;
    }

    .stepper-container::before {
        top: 100px;
    }

    .hero_down_heart_right_bottom_box {
        padding: 0;
    }

    .step-card {
        padding: 15px;
    }
}

@media (max-width: 375px) {
    .stepper-item {
        width: 250px;
    }

    .stepper-item:nth-child(odd) {
        margin-right: 50px;
    }

    .stepper-item:nth-child(odd) .step-circle {
        left: 115%;
    }

    .stepper-item:nth-child(even) .step-circle {
        left: -15% !important;
    }

    .stepper-item:nth-child(even) {
        margin-left: 50px;
    }

    .step-card h4 {
        font-size: 10px !important;
        line-height: 1.3 !important;
    }

    .step-card {
        width: 250px;
    }
}

@media (max-width: 320px) {
    .partner_ui_button {
        flex-direction: column;
        align-items: flex-start;
    }

    .stepper-item:nth-child(odd) .step-circle {
        left: 110%;
    }

    .stepper-item:nth-child(even) .step-circle {
        left: -10% !important;
    }
}

.letter:nth-child(1) {
    animation-delay: .1s;
}

.letter:nth-child(2) {
    animation-delay: .2s;
}

.letter:nth-child(3) {
    animation-delay: .3s;
}

.letter:nth-child(4) {
    animation-delay: .4s;
}

.letter:nth-child(5) {
    animation-delay: .5s;
}

.letter:nth-child(6) {
    animation-delay: .6s;
}

.letter:nth-child(7) {
    animation-delay: .7s;
}

.letter:nth-child(8) {
    animation-delay: .8s;
}

.letter:nth-child(9) {
    animation-delay: .9s;
}

.letter {
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    animation: bounce 1s ease-in-out infinite;
    transform-origin: bottom;
    font-optical-sizing: auto;
}

@keyframes bounce {

    0%,
    80%,
    100% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(10px);
    }
}

.common_page_warpper {
    padding: 60px 0px 40px;
}

.common_page_warpper h1 {
    font-size: 55px;
    color: #000;
    font-weight: 600;
}

.common_page_warpper p {
    color: #5B2D90;
    font-weight: 400;
}

.common_page_warpper h4 {
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

.common_page_warpper p b {
    font-weight: 700;
    margin-top: 20px;
    display: block;
}

.common_page_warpper ul {
    padding-left: 2rem;
}

.common_page_warpper ul li {
    color: #5B2D90;
    text-decoration: dotted;
    list-style: disc;
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 400;
}

.common_page_warpper ol {
    color: #5B2D90;
    font-size: 18px;
    font-weight: 400;
}

.list_style li {
    list-style: upper-latin !important;
    margin: 10px 0px !important;
}

.team_box_img {
    position: relative;
}

.team_box_img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.bg_team {
    position: absolute;
    top: 0px;
    right: -10px;
    z-index: 1;
    width: 170px !important;
    height: 170px !important;
}

.team_box_img {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.team_img {
    position: relative;
    z-index: 9;
}

.team_box_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    min-height: 145px;
}

.team_box_content h5 {
    color: #5B2D90;
    font-weight: 600;
    text-transform: capitalize;
}

.team_box_content p {
    text-transform: capitalize;
}

.social_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 0;
}

.social_links li a svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
    fill: #5B2D90;
}