@font-face {
    font-family: "assistant";
    src: url("../plugins/Assistant/Assistant-VariableFont_wght.ttf");
}

:root {
    --dark: #0D0D0D;
    --liteDark: #272727;
    --darkxd: #1b1a1d;
    --white: #FFFFFF;
    --secondary: #6914F4;
    --dark-blue: #150036;
    --orange: #F07C41;
    --accent: #6750A0;
    --baseFont: 20px;
    --smallFont: 16px;
    --h1: 70px;
    --transition: 0.3s ease-in-out;
    --h2: 60px;
    --h3: 40px;
    --h3a: 30px;
    --h5: 25px;
    --h2a: 50px;
    --gradient1: linear-gradient(to right, #F07C41, #6914F4);
    --gradient2: linear-gradient(to right, #CD6270, #9939B4);

}

.active {
    color: #e9793f !important;
}

html,
body {
    position: relative;
    font-family: "assistant";
    background-color: var(--darkxd);
    color: var(--white);
    font-size: var(--baseFont);
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -2;
    scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    margin: 0px;
}

ul {
    position: relative;
}

.text-shadow {
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.51);
}


.fs-70 {
    font-size: 70px;
    margin-bottom: 20px;
}

.fs-20 {
    font-size: 20px;
    line-height: 30px;
}

.fs-60 {
    font-size: 60px;
}

.fs-25 {
    font-size: 25px;
}

.fs-50 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
}

.fs-30 {
    font-size: 30px;
}

.fs-41 {
    font-size: 41px;
}

.fs-35 {
    font-size: 35px;
}



h1 {
    font-weight: bold;
    font-size: var(--h1);
    line-height: 1;
    margin-bottom: 30px;
}

h2 {
    font-weight: bold;
    font-size: var(--h2);
    line-height: 1;
    margin-bottom: 30px;
}

.bg-dark-blue {
    background-color: var(--dark-blue);
}

h3 {
    font-size: var(--h3);
    margin-bottom: 30px;
}

h5 {
    font-size: var(--h5);
}

.btn {
    font-size: var(--baseFont);
}

ul li {
    color: var(--white) !important;
    list-style: none;
}

a {
    color: var(--white) !important;
    text-decoration: none !important;
}

.z-index-2 {
    z-index: 2;
}

.container-y-padding {
    padding-block: 100px;
}

.no-break {
    white-space: nowrap;
}

.container-padding {
    padding-inline: 4vw;
}

.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-orange {
    color: var(--orange);
}

.bg-white {
    background-color: var(--white) !important;
}

.bg-orange {
    background-color: var(--orange) !important;
}

.secondary-bg {
    background-color: var(--secondary) !important;
}

.myxdStudio {
    background: -webkit-linear-gradient(left, #F07C41, #6914F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.certificate-01,
.certificate-02 {
    color: white;
}


/* button start */

/* .gradient_button {
    position: relative;
    display: inline-block;
    width: fit-content;
    color: white;
    border-left: 2px solid #F07C41;
    border-right: 2px solid #6914F4;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #F07C41, #6914F4), linear-gradient(90deg, #F07C41, #6914F4);
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.gradient_button:hover {
    border-left: 2px solid #F07C41;
    border-right: 2px solid #6914F4;
    border-radius: 10px;
    color: white;
    background-size: 100%;
} */
.gradient_button {
    position: relative;
    display: inline-flex;
    width: fit-content;
    color: white;
    background: linear-gradient(rgb(26, 25, 28, 0.8), rgb(26, 25, 28, 0.8)) padding-box,
        linear-gradient(to right, #F07C41, #6914F4) border-box;
    border-radius: 10px;
    border: 2px solid transparent;
}

.gradient_button:hover {
    color: white;
    background: linear-gradient(to right, #F07C41, #6914F4) padding-box,
        linear-gradient(to right, #F07C41, #6914F4) border-box;
}

.download-install .btn-primary {
    border-radius: 0.3rem !important;
}

.bodradius {
    border-radius: 0.3rem !important;
}

.padblock {
    padding-block: 0.7em;
}

nav .nav-link:hover {
    color: var(--orange) !important;
}

/* button end */



/* navbar */
/* nav {
    background-color: var(--dark);
    color: var(--white) !important;
    height: 120px;
}

nav .navbar-brand .logo {
    max-width: 120px;
}

nav .nav-link {
    color: var(--white);
    white-space: nowrap;
    cursor: pointer;
    font-size: var(--baseFont) !important;
}

nav .nav-link:hover {
    color: var(--orange) !important;
} */


/* home page */


/* banner-section */
.home {
    padding-inline: 0px;
    margin-top: 75px;
}

.circle_gradient {
    display: inline-block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(9rem);
    opacity: 0.4;
}

.purple_grad {
    background-color: #6914F4;
}

.blue_grad {
    background-color: #275789;
}

.orange_grad {
    background-color: #F07C41;
}

.circlegard-1 {
    position: absolute;
    bottom: 0px;
    left: -5rem;
}

.circlegard-2 {
    position: absolute;
    bottom: -95px;
    right: -5rem;
}

.circlegard-3 {
    position: absolute;
    bottom: -10px;
    left: -5rem;
    width: 300px !important;
    height: 300px !important;
}

.circlegard-4 {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    transform: translate(130%, -70%);
    z-index: -1;
}

.circlegard-5 {
    width: 400px !important;
    height: 400px !important;
    position: absolute;
    left: 0px;
    transform: translateX(150%);
}

.circlegard-6 {
    width: 600px !important;
    height: 600px !important;
    position: absolute;
    right: 0px;
    transform: translateX(50%);
}

.circlegard-7 {
    width: 600px !important;
    height: 600px !important;
    position: absolute;
    left: 0px;
    /* transform: translateX(50%); */
}

.circlegard-8 {
    width: 400px !important;
    height: 400px !important;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateX(50%);
}

.orange-ball {
    position: absolute;
    left: 379px;
    width: 940px;
    top: -139px;
}

.orange-ball img {
    width: 100%;
}

.glass-card-group {
    margin-top: 5rem;
}

.rectangle {
    width: 230px;
    height: 380px;
    transition: var(--transition);
    border-radius: .2rem;
    background-color: var(--liteDark);
    position: relative;
    box-shadow: 0 0 18px 4.5px #000000;
    /* top: -100px; */
}

.myxd-features .accordion-button {
    font-weight: 700;
}

.rectangle:hover {
    background-image: linear-gradient(180deg, #ef849a, #b457e6);
}




.rectangle.card-b {
    position: relative;
    /* top: 100px; */
}

.rectangle img {
    position: relative;
    top: -35px;
    width: 320px;
    transition: var(--transition);
}

.card-text-1 {
    position: absolute;
    bottom: 0px;
    transform: translateY(-10px);
    font-size: 28px;
    font-weight: 700;
}

.home .text {
    /* height: 20vh; */
}

.hovRotate:hover img {
    rotate: -20deg;
    transform: scale(1.1);
}

.hovScale:hover img {
    transform: scale(1.1);
}

.rectangle:hover {
    cursor: pointer;
}

/* what-is-myxd section */


.what-is-myxd {
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    height: 800px;
    overflow: hidden;
}

.what-is-myxd .what-is-myxd-img {
    position: absolute;
    top: 0;
    z-index: 2;
}


.what-is-myxd .what-is-myxd-img img {
    width: 800px;
}

.what-is-myxd .mask-container {
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 92%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-block: 50px solid var(--orange);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* introducing myxd section */

.Introducing .logo {
    width: 150px;
}

.Introducing {
    position: relative;
    z-index: 5;
    background-color: var(--dark);
}

/* myxd-features */
.myxd-features {
    position: relative;
    padding-bottom: 200px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90.8%);
}

.myxd-features .features-images {
    z-index: 1;
    position: relative;
}

.myxd-features .features-images img {
    width: 350px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 30px;
    border-radius: 0.5rem;
}

.myxd-features .features-images .imgA {
    position: relative;
    z-index: 0;
    top: 20%;
    bottom: -50px;
}

.myxd-features .features-images .imgB {
    left: -60px;
    bottom: 50px;
    position: relative;
    z-index: -1;
}

.myxd-features .what-is-myxd-img img {
    width: 100%;
}



.accordion-button {
    /* background-color: var(--secondary) !important; */
    background: transparent;
    color: var(--white);
    padding-inline: 0px;
    font-size: var(--h3)
}

.accordion {
    width: 60%;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    color: white;
}

.accordion-button:focus {
    border-color: var(--secondary);
    box-shadow: none;
    border: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
    background-color: unset;
}

.accordion-item {
    background: none;
    color: white;
    padding-block: 10px;
}

.accordion-body {
    padding: 0;
    font-size: 20px;
}

.accordion-button::after {
    background-image: url('/assets/images/arrow-down.png');
    position: relative;
    top: 5px;
    right: -10px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/assets/images/arrow-down.png');
    position: relative;
    top: 0px;
    right: -10px;
}

.accordion-button h2 {

    font-size: var(--h2a);
}

.accordion-header {
    font-size: 35px !important;
}

.doll-download .logo {
    width: 350px;
    margin-bottom: 1rem;
}

/* download install */


.download-install .orange-ball {
    position: absolute;
    left: -300px;
    width: 1200px;
    top: -300px;
}

.download-install .orange-ball img {
    width: 100%;
}

.bgimg {
    position: absolute;
    top: -120px;
    width: 820px;
    right: -593px;
}

.bgimg img {
    width: 100%;
}


.download-install {
    height: 500px !important;
    width: 100%;
    position: relative;
    top: -50px;
    z-index: 999;
}

.download-install .mask-container {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-block: 50px solid var(--orange);
    height: 100%;
    width: 100%;
    margin-top: -100px;
}

.bg-orangeball {
    background: -210px -100px/ contain no-repeat url("/assets/images/orange-ball.png");
}

/* benifits section */

.benifits .benifits-card {
    position: relative;
    cursor: pointer;
    z-index: 2;
    /* height: 500px; */
    background-color: var(--accent);
    border-radius: 1rem;
}

.benifits .benifits-card .img img {

    width: 100%;
    border-radius: 1rem 1rem 0 0 !important;
}

.benifits .benifits-card .card-content {
    padding: 1.5rem;
    /* height: 190px; */
    background-color: #211E27;
    border-radius: 0 0 1rem 1rem !important;
    transition: var(--transition);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
}

.benifits .benifits-card .card-content h3 {
    position: relative;
    font-weight: 700;
    word-wrap: break-word;
    width: 100%;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
    /* overflow: hidden; */
}

.benifits .benifits-card .card-content p {
    position: relative;
    width: 100%;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; */
}

.benifits .benifits-card:hover .card-content {
    background-color: var(--secondary);
}

.benifits .card-text {
    font-size: 20px;
}

.benefits_card_holder .card-body {
    background-color: #211E27;
    border-radius: 0px 0px 20px 20px;
    padding: 30px;
    padding-top: 15px;
}

/* group-section */
.group-section {
    /* background: left center / cover no-repeat url("/assets/images/section-bg-orange.png"); */
}

.benefits_card_holder {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    gap: 58px;
}


/* plan section */
.plan {
    width: 100%;
    padding-block: 100px;
}

.plan .plan-card {
    background-color: #15003e;
    padding: 1.5rem;
    border-radius: 1rem;
    cursor: pointer;
}

.plan-card .content h5 {
    text-align: center;
    font-size: 30px;
}

.plan-card .content ul {
    padding-left: 1rem;
}

.plan-card .content ul li {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 1.5rem;
    line-height: 1.5;
    position: relative;
    background: url('/assets/images/list.png');
    background-size: 16px;
    background-position: left 15px;
    background-repeat: no-repeat;
    content: '';
    padding-left: 2.5rem;
}

.plan-card .content ul li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: var(--orange);
    top: 22px;
    left: 7.5px;
}

.plan-card .content ul li:last-child::before {

    width: 0px;
    height: 0%;

}

.plan .bg-a {
    position: absolute;
    top: 20px;
    left: -620px;
    width: 500px;
    z-index: -1;
    /* overflow: hidden; */
}


.plan .bg-b {
    position: absolute;
    bottom: -230px;
    right: -380px;
    width: 500px;
    z-index: -1;
    /* overflow: hidden; */
}

.plan .bg-a img {
    width: 150%;
    transform: scale(1.4) rotate(20deg);
}

.plan .bg-b img {
    width: 100%;
    transform: scale(1.2) rotate(0deg);
}

.plan .orange-ball {
    position: absolute;
    left: 63%;
    width: 940px;
    top: -29px;
    z-index: 0;
}

.plan .orange-ball2 {
    position: absolute;
    left: -1394px;
    width: 457px;
    top: -888px;
    z-index: 0;
}

/* studiofor */
.studiofor .studiofor-card {
    position: relative;
    background-image: var(--gradient1);
    width: 100%;
    width: 100%;
    display: flex;
    border-radius: 2rem;
    height: 400px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}

.studiofor .orange-ball-big {
    position: absolute;
    left: -879px;
    width: 2000px;
    bottom: -1000px;
    z-index: 0;
}

.orange-ball-big img {
    width: 100%;
}

.studiofor-card img {
    object-fit: contain;
    max-width: 40%;
    max-height: 90%;
    align-self: flex-end;
    padding-right: 20px;
}

.studiofor-card .txts {
    padding: 2rem;
    width: 60%;
}

/* footer */
footer {
    background: url("/assets/images/footer-bg.png") no-repeat bottom center;
    background-size: calc(100% + 200px) calc(100% + 15px);
    font-size: 1.2em;
    padding: 50px;
    padding-top: 110px;
    position: relative;
    z-index: 1;
}

footer .footer-logo img {
    width: 100px !important;
}

footer .social-links i {
    color: #C8C8C8 !important;
}

footer .social-links .icon {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.123);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    transition: var(--transition);
}

footer .social-links .icon:hover {
    background-color: rgba(0, 0, 0, 0.61);
    color: var(--dark);
}

.footer-links ul li {
    list-style-type: none;
}

.footer-links ul li a {
    color: white;
    text-decoration: none !important;
    transition: var(--transition);
}

.footer-links ul li a:hover {
    color: var(--orange) !important;
}

.copyright {
    background-color: #1B1B1B;
    padding-block: 20px;
}

.copyright p {
    font-size: var(--smallFont);
    color: rgba(255, 255, 255, 0.514);
}

.metaverse_character {
    position: relative;
    transform: scale(0.9);
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: bouncehuman 2s infinite linear;
    animation-direction: alternate;
}

@keyframes bouncehuman {
    from {
        top: 0px;
    }

    to {
        top: -50px;
    }
}

.circle_3d {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: scale(0.9);
    animation: rotate3dcircle 2s infinite linear;
    animation-direction: alternate;
}

@keyframes rotate3dcircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-30deg);
    }
}

.triangle_3d {
    position: absolute;
    top: 3rem;
    right: 0px;
    transform: translateY(50%);
    animation: rotate3dtriangle 2s infinite linear;
    animation-direction: alternate;
}

@keyframes rotate3dtriangle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(30deg);
    }
}

.spring_3d {
    position: absolute;
    bottom: 15%;
    left: -2%;
    /* transform: scale(0.5) translateY(-50%); */
    animation: rotate3dspring 2s infinite linear;
    animation-direction: alternate;
}

@keyframes rotate3dspring {
    from {
        transform: scale(0.4) translateY(-50%) rotate(20deg);
    }

    to {
        transform: scale(0.4) translateY(-50%) rotate(-10deg);
    }
}

.hide_scroll::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 0px !important;
}

.springbackelem {
    width: 100px;
    position: relative;
    top: 1rem;
    left: -100px;
}

div.section-3d-glass {
    position: relative;
    width: 100%;
    height: 700px;
}


.benefits_card_holder .card {
    position: relative;
    /* width: 24rem; */
    border: 0px;
    border-radius: 20px;
    background: transparent;
    z-index: 2;
}

.benefits_card_holder .card-img-top {
    background: var(--accent);
    border-radius: 20px 20px 0px 0px;
    height: 20rem;
    object-fit: contain;
}

.benefits_card_holder .card-body {
    background-color: #211E27;
    border-radius: 0px 0px 20px 20px;
}



.benefits_card_holder .card-body:hover {
    background-color: var(--secondary);
    cursor: pointer;
}

.benefits_card_holder .card-body:active {
    background-color: var(--secondary);
}

.circle-path {
    animation: myAnim 5s ease-in-out;
    animation-iteration-count: 1;
}

@keyframes myAnim {
    from {
        clip-path: circle(0% at 50% 5%);
    }

    to {
        clip-path: circle(100% at 50% 5%);
    }

}


/* plan table */
.plan.table {
    color: white;
    margin: 0;
}

.plan.table tr td {
    text-align: center;
    font-size: 20px;
    padding-block: 30px;
}

.plan.table tr {
    text-align: center;
    vertical-align: middle;
    padding-inline: 25px;
    border-color: #15003E !important;
    position: relative;
}

.plan.table td img {
    width: 35px;
    aspect-ratio: 1 / 1;
}

.individualPlan.plan.table th {
    color: var(--orange);
    width: 20%;
    padding-block: 40px;
    font-size: 28px;
    border: 0px;
    padding-inline: 25px;
    line-height: 1.2;
}
.enterprisePlan.plan.table th {
    color: var(--orange);
    width: 25%;
    padding-block: 40px;
    font-size: 28px;
    border: 0px;
    padding-inline: 25px;
    line-height: 1.2;
}
#plan .tableClass {
    padding: 25px 60px;
    /* background-color: #15003E; */
    background: rgb(54 54 54 / 50%);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 35px;
    width: 80%;
    /* filter: drop-shadow(-2px -3px 13px rgba(10, 5, 41, 0.49)); */
    margin-top: 20px;
    height: auto;
}

/* .enterpriseSub .plan.table tr th:nth-child(3),
.enterpriseSub .plan.table tr td:nth-child(3) {
    display: none;
} */

.plan.table .solidGradientButton {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    background: linear-gradient(to right, #F07C41, #6914F4) padding-box, linear-gradient(to right, #F07C41, #6914F4) border-box;
    border: 1px double transparent;
    color: #fff;
    font-weight: 600;
}

.plan.table tr:last-child {
    border-color: #2a2929 !important;
}

.plan.table tr .line {
    width: 100%;
    height: 1px;
    background-image: radial-gradient(#F07C41, #6914F4);
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

/* partner program start */
.hoveringMan {
    width: clamp(350px, 25vw, 480px);
    /* position: relative;
    top: 80px;
    left: -60px; */
    transform: scale(1) translate(10px, -20px);
    z-index: 10;
}

.custom_blueGrad {
    width: clamp(300px, 25vw, 360px);
    height: clamp(300px, 25vw, 360px);
    position: absolute;
    right: 5rem;
    bottom: 0px;
    transform: translate(-20px, -30px);
    opacity: 0;
    z-index: 4;
    animation: lightFlicker 2s infinite linear;
    animation-direction: alternate;
}

@keyframes lightFlicker {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.scaleCirclegrad_1 {
    width: calc(40% + 1px);
    height: 100%;
    position: absolute;
    top: -8px;
    right: -1rem;
    opacity: 0.13;
    z-index: -1;
}

.scaleCirclegrad_2 {
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: -15rem;
    left: -10rem;
    transform: translate(10px, 10px);
}

.springbackelem1 {
    width: 100px;
    position: absolute;
    top: 1rem;
    right: -2rem;
    transform: rotate(100deg);
    filter: blur(3px);
    z-index: -1;
}

.waveDiv {
    width: 150%;
    margin-left: -25rem;
    position: relative;
    top: -115px;
    transform: translate(-10px, 10px) rotate(358deg);
}

.element_3ds {
    width: clamp(300px, 35vw, 580px);
    /* position: absolute;
    top: calc(90vh - 666px);
    transform: scaleY(-1) rotate(48deg) translate(148px, 88px);
    right: calc(100vw - 70px); */
}

.slidingMan {
    /* width: clamp(250px, 20vw, 500px); */
    /* position: absolute;
    top: calc(90vh - 690px);
    transform: rotate(338deg) translate(150px, 115px);
    right: calc(80vw - 200px); */
}

/* .waveDivText {
    width: calc(85% - 791px);
    min-width: 600px;
    position: absolute;
    top: 40%;
    right: 5%;
    transform: translate(-6%, -44%);
    cursor: default;
} */
/* .waveDivText {
    width: 50%;
    min-width: 600px;
    position: absolute;
    top: 40%;
    right: 5%;
    transform: translate(-6%, -44%);
    cursor: default;
} */
.black_card {
    display: grid;
    place-items: center;
    width: 300px;
    min-height: 400px;
    background-color: #0D0D0D;
    border-radius: 10px;
}

.element_3ds1 {
    width: 70%;
    position: absolute;
    top: 30%;
    right: -28%;
    transform: translate(28%, -30%) scaleY(-1) rotate(283deg);
}

.element_3ds2 {
    width: 70%;
    position: absolute;
    top: 110%;
    left: -160%;
    transform: translate(160%, -110%) scaleY(-1) scaleX(-1) rotate(283deg);
}


/* partner onboarding process */
.partner_process .card-img-top {
    height: 11rem;
    padding-top: 1rem;
}

.partner_process .card-body h3 {
    font-weight: 700;
}

/* eligibility criteria */
.eligibilityCriteriaGrid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
    gap: 70px;
    margin: 5rem 0rem;
}

.eligibilityCriteriaGrid .card {
    background-image: var(--gradient2);
    box-shadow: 0 0 5px 3px #CD6270;
    padding: 2rem 1rem;
    text-align: center;
    border: none;
    cursor: default;
}

.eligibilityCriteriaGrid .card-body {
    padding: 0;
}

.eligibilityCriteriaGrid .card-body .card-title {
    font-weight: 700;
    margin-top: 4rem;
}

.eligibilityCriteriaGrid .cardImg {
    position: absolute;
    top: -5.5rem;
    left: 0;
    right: 0;
}

.element_3ds3 {
    position: absolute;
    width: 53%;
    left: -139%;
    top: 60rem;
    transform: translate(160%, -110%) scaleY(-1) scaleX(-1) rotate(283deg);
}


/* where can use myxdreality */
.myxdUsageGrid {
    display: flex;
    overflow: auto;
    gap: 60px;
    margin: 4rem 0rem;
}

.myxdUsageGrid .usageCol {
    min-width: 275px;
    background-color: rgb(38, 35, 36);
    color: rgb(150, 145, 144);
    height: 230px;
    border-radius: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    /* padding: 0.5rem 2rem; */
}

.myxdUsageGrid .usageCol h3 {
    text-align: center;
}

.owl-item.active.center>.usageCol {

    background-image: var(--gradient1);
    color: #fff;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 40px !important;
    width: 400px;
}

.owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 710px;
}

.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav button.owl-prev>* {
    width: 30px !important;
    height: 30px !important;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    line-height: 0.5;
    color: black;
    margin-top: 13px;
    font-weight: 700;
}

.owl-carousel .owl-nav button.owl-next>* {
    width: 30px !important;
    height: 30px !important;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    line-height: 0.5;
    color: black;
    font-weight: 700;

}

.heroBanner {
    margin-top: 130px !important;
}

.heroBanner .fs-50 {
    font-size: 63px;
    line-height: 1.5;
    margin-bottom: 15px;
}




.slidingMan {
    object-fit: cover;
    width: 120%;
    position: relative;
    left: -31%;
}

.partnerProgram .fs-50 {
    line-height: 1.2;
}

.partnerProgram .secA {
    position: relative;
    z-index: 2;
}

.partnerProgram .secA .wave {
    position: absolute;
    top: 44%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150%;
    object-fit: contain;
    object-fit: contain;
}

.partnerProgram .secA {
    margin-bottom: 250px;
}

.partnerProgram .eligibility .cardImg>img {
    width: 200px !important;
    height: 200px !important;
}

.partnerProgram .eligibility {
    padding-inline: 7vw;
}

.partnerProgram .eligibility .card-title {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 25px !important;
}

.partnerProgram .eligibility .card-text {
    width: 84%;
    margin: auto;
}

/* .heroBanner.container-padding {
    padding-inline: 7vw;
} */

/* #header.container-padding {
    padding-inline: 5vw;
} */



.heroBanner .fs-20 {
    width: 50%;
}

.waveDivText p {
    width: 60%;
}

.onBoard .fs-20 {
    width: 80%;
}

.onBoard .fs-70 {
    margin-bottom: 60px !important;
}

.worldCup .fs-20 {
    width: 55%;
}

.partnerProgram h2 {

    margin-bottom: 0px;
}

.partnerProgram .fs-60 {
    margin-bottom: 25px;
}


.zigzagSec .orangeBall {
    position: absolute;
    top: -150%;
    left: -100%;
    content: '';
    width: 1000px;
    z-index: -1;
}

.zigzagSec .blueBall {
    position: absolute;
    top: -200%;
    left: 20%;
    content: '';
    width: 1000px;
    z-index: -1;
}

.benifits .orangeBallBig {
    position: absolute;
    top: -120%;
    left: -50%;
    content: '';
    width: 2000px;
    z-index: -1;
}

.benifits .orangeBallBigB {
    position: absolute;
    bottom: -120%;
    right: -50%;
    content: '';
    width: 2000px;
    z-index: -1;
}

.worldCup .ballDouble {
    position: absolute;
    bottom: 0;
    right: -20%;
    content: '';
    width: 1000px;
    z-index: -1;
}

.worldCup .worldCupShape {
    position: absolute;
    bottom: -128px;
    left: -44%;
    content: '';
    width: 1000px;
    z-index: -1;
}

.aboutCohart {
    margin-top: 3rem;
}


.aboutCohart {
    background-color: #451793;
    padding-top: 100px;
    padding-bottom: 150px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
    position: relative !important;

}

.aboutCohart h3 {
    color: #F07C41;
    font-weight: bold;
    position: relative;
    z-index: 99999999;
}

.circleBG {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1500px;
    z-index: -1;
}

.z-index-999 {
    z-index: 999;
}

.cohorImg {
    max-width: 100%;
}

.section-4 {
    z-index: 0;
    position: relative !important;
}

.listBox {
    background: rgb(240, 124, 65);
    background: linear-gradient(165deg, #CA5E74 0%, #9032C0 100%);
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    position: relative;

    -webkit-box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 1);
    box-shadow: 10px 10px 41px 0px rgba(0, 0, 0, 1);

}




.listBox:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(1deg, #CA5E74 0%, #9032C0 100%);
    transform: translate3d(0px, 0px, 0) scale(0.98);
    filter: blur(21px);
    opacity: var(1);
    transition: opacity 0.3s;
    border-radius: inherit;

}

.listCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 100px;
    position: relative;
    left: 162px;
    margin-top: 100px !important;
}

.listCards .listCard {
    /* flex: 1 1 29%;
    margin: 66px 40px; */
    width: 50%;
}

.listCard img {
    max-height: 60%;
    max-width: 60%;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.51);
}

.listCard h4 {
    padding-left: 50px;
}

.fw-300 {
    font-weight: 300;
}

.experienShape {
    position: absolute;
    left: -33%;
    transform: rotate(-20deg);
    width: 955px;
    top: 42%;
}

.revenue-card {
    cursor: pointer;
}

.section-3 {
    background-image: url("/assets/images/accelerator_images/circleBG.png");
    background-repeat: no-repeat;
    background-position: left -300px center;
    background-size: 700px;
}

.section-1-ball {
    position: absolute;
    bottom: -246px;
    width: 655px;
    left: -342px;
    z-index: 1;
}

.section-1-blueBall {
    position: absolute;
    bottom: 13%;
    width: 1000px;
    right: -342px;
    z-index: 1;
}

.aboutCohartBall {
    position: absolute;
    bottom: -720px;
    width: 1431px;
    right: -865px;
    opacity: 50%;
}

.aboutCohartBlueBall {
    position: absolute;
    top: -720px;
    width: 1431px;
    right: -865px;
    opacity: 100%;
}

.sunA {
    position: absolute;
    top: -720px;
    width: 1431px;
    right: -865px;
    opacity: 100%;
    z-index: -1;
}

.sunB {
    position: absolute;
    bottom: -846px;
    width: 1431px;
    left: -675px;
    opacity: 100%;
    z-index: 0;
}
.whitespace-Nowrap
{
    white-space: nowrap !important;
}
.oculusIcon
{
    width: 16px;
}