@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;
    --baseFont: 20px;
    --smallFont: 16px;
    --h1: 70px;
    --transition: 0.3s ease-in-out;
    --h2: 65px;
    --h3: 40px;
    --h3a: 30px;
    --h5: 25px;
    --h2a: 50px;
    --gradient1: linear-gradient(to right, #F07C41, #6914F4);

}

html,
body {
    position: relative;
    font-family: "assistant" !important;
    background-color: var(--darkxd) !important;
    color: var(--white) !important;
    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;

}

.hide_scroll::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 0px !important;
}
.oculusIcon
{
    width: 22px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    margin: 0px;
}

ul {
    position: relative;
}

li {}

.text-shadow {
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.51);
}

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;
}

.doll-download .logo {
    width: 350px;
    margin-bottom: 1rem;
}

.doll-download {}

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;
}

nav .nav-link:hover {
    color: var(--orange) !important;
}

.z-index-2 {
    z-index: 2;
}

.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;
}

.what-is-myxd .mask-container p {
    font-size: 20px;
}

/* 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;
    align-items: center;
    white-space: nowrap;
    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;
    z-index: 2;
}

.gradient_button:hover {
    color: white;
    background: linear-gradient(to right, #F07C41, #6914F4) padding-box,
        linear-gradient(to right, #F07C41, #6914F4) border-box;
    -webkit-box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.2);
}

.download-install .btn-primary {
    border-radius: 0.3rem !important;
}

.bodradius {
    border-radius: 0.3rem !important;
}

.padblock {
    padding-block: 0.7em;
}

/* button end */



/* navbar */
/* nav
{
    background-color: var(--dark);
    color: var(--white) !important;
} */
nav .navbar-brand .logo {
    max-width: 120px;
}

/* nav .nav-link
{
    color: var(--white);
    white-space: nowrap;
    cursor: pointer;
    font-size: var(--baseFont);
} */



/* start myxd_studo.html */

.active {
    color: #e9793f !important;
}

.px-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

/* .px-6 {
  padding-inline: 4vw;
}  */

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.paddingWorld {
    padding: 0 150px 0 150px !important;
}

.padding81px {
    padding: 81px 0px;
}

.labtop-doll {
    position: relative;
}

.doll-download {
    position: absolute;
    top: 45%;
    left: 6%;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dflex-download {
    display: flex;
}

.w-5 {
    width: 5%;
}

.createExporesection {
    /* padding-top: 95px; */
    padding-bottom: 95px;
    background-image: url("orange-ball.png");
    background-position: center;
    background-size: 900px;
    background-repeat: no-repeat;
}

.fs-70 {
    font-size: 70px;
    margin-bottom: 20px;
    line-height: 1;
}

.fs-20 {
    font-size: 20px;
}

.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-35 {
    font-size: 35px;
}

.fs-41 {
    font-size: 41px;
}

/* X-Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) and (min-width: 300px) {

    .px-6 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .createworld {
        order: 2;
        padding-top: 33px;
    }

    .paddingWorld {
        padding: 30px 50px 0 50px !important;
        order: 1;
    }

    .step1text {
        order: 2;
        padding-top: 18px;
    }

    .step1img {
        order: 1;
    }

    .step3text {
        order: 2;
        padding-top: 18px;
    }

    .step3img {
        order: 1;
    }

    .py-6 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }


    .w-5 {
        width: 12%;
    }

    .fs-70 {
        font-size: 35px;
    }

    .fs-20 {
        font-size: 16px;
        line-height: 24px;
    }

    .what-is-myxd .mask-container p {
        font-size: 16px;
    }

    .fs-60 {
        font-size: 29px;
    }

    .fs-25 {
        font-size: 16px;
    }

    .padding81px {
        padding: 83px 0px 0px 0px;
    }

    .fs-50 {
        font-size: 22px;
    }

    .fs-30 {
        font-size: 20px;
    }

    .fs-35 {
        font-size: 21px;
    }

    .doll-download {
        width: 78%;
        top: 5%;
        left: 11%;
    }

    .fs-41 {
        font-size: 24px;
    }

    .dflex-download {
        display: block;
    }

    nav .navbar-brand .logo {
        max-width: 95px;
    }

    .createExporesection {
        padding-top: 95px;
        padding-bottom: 45px;
    }


}

/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 768.98px) and (min-width: 576px) {

    .createworld {
        order: 2;
        padding-top: 33px;
    }

    .paddingWorld {
        padding: 50px 130px 0 130px !important;
        order: 1;
    }

    .step1text {
        order: 2;
        padding-top: 18px;
    }

    .step1img {
        order: 1;
    }

    .step3text {
        order: 2;
        padding-top: 18px;
    }

    .step3img {
        order: 1;
    }

    .py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .fs-70 {
        font-size: 40px;
    }

    .fs-20 {
        font-size: 18px;
    }

    .fs-60 {
        font-size: 46px;
    }

    .what-is-myxd .mask-container p {
        font-size: 18px;
    }

    .padding81px {
        padding: 83px 0px 0px 0px;
    }

    .fs-50 {
        font-size: 22px;
    }

    .fs-30 {
        font-size: 20px;
    }

    .fs-35 {
        font-size: 25px;
    }

    .fs-25 {
        font-size: 18px;
    }

    .doll-download {
        width: 49%;
        top: 30%;
    }

    .fs-41 {
        font-size: 24px;
    }

    .w-5 {
        width: 8%;
    }

    .dflex-download {
        display: block;
    }

    .px-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .createExporesection {
        padding-top: 95px;
        padding-bottom: 45px;
    }
    .oculusIcon {
        width: 30px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media only screen and (max-width: 991.98px) and (min-width: 769px) {
    .paddingWorld {
        padding: 0 60px 0 60px !important;
    }

    .fs-70 {
        font-size: 40px;
    }

    .fs-20 {
        font-size: 18px;
    }

    .fs-35 {
        font-size: 28px;
    }

    .what-is-myxd .mask-container p {
        font-size: 18px;
    }

    .fs-60 {
        font-size: 36px;
    }

    .fs-25 {
        font-size: 14px;
    }

    .padding81px {
        padding: 83px 0px 0px 0px;
    }

    .fs-50 {
        font-size: 22px;
    }

    .fs-30 {
        font-size: 13px;
    }

    .accordion-body {
        padding: 0;
        font-size: 18px;
    }

    .doll-download {
        width: 37%;
    }

    .fs-41 {
        font-size: 24px;
    }

    .dflex-download {
        display: block;
        padding-left: 49px;
    }

    .createExporesection {
        padding-top: 95px;
    }

}

/* Large devices (desktops, less than 1200px) */
@media only screen and (max-width: 1199.98px) and (min-width: 992px) {
    .paddingWorld {
        padding: 0 60px 0 60px !important;
    }

    .fs-70 {
        font-size: 40px;
    }

    .fs-20 {
        font-size: 18px;
        line-height: 26px;
    }

    .fs-60 {
        font-size: 36px;
    }

    .fs-25 {
        font-size: 14px;
    }

    .padding81px {
        padding: 83px 0px 0px 0px;
    }

    .fs-50 {
        font-size: 22px;
    }

    .fs-30 {
        font-size: 13px;
    }

    .fs-35 {
        font-size: 24px;
    }

    .doll-download {
        width: 37%;
        top: 30%;
    }

    .fs-41 {
        font-size: 24px;
    }

    .dflex-download {
        display: block;
        padding-left: 49px;
    }

    .createExporesection {
        background-size: 500px;
    }

    .createExporesection {
        padding-top: 95px;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media only screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .paddingWorld {
        padding: 0 95px 0 95px !important;
    }

    .fs-70 {
        font-size: 47px;
    }

    .fs-20 {
        font-size: 18px;
        line-height: 26px;
    }

    .fs-60 {
        font-size: 42px;
    }

    .fs-25 {
        font-size: 15px;
    }

    .fs-50 {
        font-size: 36px;
    }

    .fs-30 {
        font-size: 18px;
    }

    .fs-35 {
        font-size: 26px;
    }

    .doll-download {
        width: 37%;
    }

    .fs-41 {
        font-size: 35px;
    }

    .dflex-download {
        display: block;
        padding-left: 93px;
    }

    .createExporesection {
        background-size: 600px;
    }
}



@media only screen and (max-width: 1800.98px) and (min-width: 1400px) {
    .paddingWorld {
        padding: 0 95px 0 95px !important;
    }

    .fs-70 {
        font-size: 47px;
    }

    .fs-20 {
        font-size: 20px;
    }

    .fs-60 {
        font-size: 47px;
    }

    .fs-25 {
        font-size: 20px;
    }

    .fs-50 {
        font-size: 31px;
    }

    .fs-30 {
        font-size: 18px;
    }

    .fs-35 {
        font-size: 25px;
    }

    .doll-download {
        width: 37%;
    }

    .fs-41 {
        font-size: 35px;
    }
}

.createExporesection img {
    width: 100%;
}

.myxdStudio {
    background: -webkit-linear-gradient(left, #F07C41, #6914F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none !important;
}

.btn-primary span {
    position: relative;
    top: 6px;
}

/* end myxd_studo.html */





/* 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);
}
.whitespace-Nowrap
{
    white-space: nowrap !important;
}
/* satheesh */
.planTab .nav-link.active {
    background: linear-gradient(to right, #6914F4, #F07C41) border-box;
    color: white !important;
    border-radius: 10px;
    border: 2px solid transparent;
}
.planTab .nav-link {
    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;
}
.plan .gradient_button {
    color: white;
    background: linear-gradient(to right, #F07C41, #6914F4) padding-box,
        linear-gradient(to right, #F07C41, #6914F4) border-box;
}
.plan .gradient_button:hover{
    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: 2px solid transparent;
}