*, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background-color: #000;
    font-family: "Inter", sans-serif;
    position: relative;
}

h1 {
    font-size: 90px;
    font-weight: 600;
    line-height: normal;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}

h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

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

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}
@media (min-width: 768px) {

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .col-md {
        flex:1 0 0%
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

.col {
    flex: 1 0 0%
}

.main-menu nav ul li a.btn-buy-ixios {
    background: rgb(87, 78, 244);
    background: -webkit-gradient(linear, left top, right top, from(rgba(87, 78, 244, 1)), to(rgba(162, 87, 242, 1)));
    background: -o-linear-gradient(left, rgba(87, 78, 244, 1) 0%, rgba(162, 87, 242, 1) 100%);
    background: linear-gradient(90deg, rgba(87, 78, 244, 1) 0%, rgba(162, 87, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#574ef4",endColorstr="#a257f2",GradientType=1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 13px 16px;
    padding-right: 23px;
    font-size: 18px;
    border-radius: 40px;
    -webkit-transition: background .7s ease-out;
    -o-transition: background .7s ease-out;
    transition: background .7s ease-out;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.main-menu nav ul li a.btn-buy-ixios::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    border-radius: 40px;
    background: rgb(162,87,242);
    background: -o-linear-gradient(294deg, rgba(162,87,242,1) 0%, rgba(87,78,244,1) 100%);
    background: linear-gradient(156deg, rgba(162,87,242,1) 0%, rgba(87,78,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a257f2",endColorstr="#574ef4",GradientType=1);
    -webkit-transition: opacity.3s ease-in-out;
    -o-transition: opacity.3s ease-in-out;
    transition: opacity.3s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.main-menu nav ul li a.btn-buy-ixios:hover::after {
    opacity: 1;
}

.main-menu nav ul li a.btn-buy-ixios img {
    margin-left: 15px;
}

/* Hero btns css */
.btn-filled {
    background: rgb(87, 78, 244);
    background: -webkit-gradient(linear, left top, right top, from(rgba(87, 78, 244, 1)), to(rgba(162, 87, 242, 1)));
    background: -o-linear-gradient(left, rgba(87, 78, 244, 1) 0%, rgba(162, 87, 242, 1) 100%);
    background: linear-gradient(90deg, rgba(87, 78, 244, 1) 0%, rgba(162, 87, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#574ef4",endColorstr="#a257f2",GradientType=1);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 13px 17.7px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    -webkit-transition: background .7s ease-out;
    -o-transition: background .7s ease-out;
    transition: background .7s ease-out;
}

.btn-filled::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    border-radius: 100px;
    background: rgb(162,87,242);
    background: -o-linear-gradient(294deg, rgba(162,87,242,1) 0%, rgba(87,78,244,1) 100%);
    background: linear-gradient(156deg, rgba(162,87,242,1) 0%, rgba(87,78,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a257f2",endColorstr="#574ef4",GradientType=1);
    -webkit-transition: opacity.3s ease-in-out;
    -o-transition: opacity.3s ease-in-out;
    transition: opacity.3s ease-in-out;
    z-index: -1;
    opacity: 0;
}

.btn-filled:hover::after {
    opacity: 1;
}

.btn-building-big {
    background: rgb(87, 78, 244);
    background: -webkit-gradient(linear, left top, right top, from(rgba(87, 78, 244, 1)), to(rgba(162, 87, 242, 1)));
    background: -o-linear-gradient(left, rgba(87, 78, 244, 1) 0%, rgba(162, 87, 242, 1) 100%);
    background: linear-gradient(90deg, rgba(87, 78, 244, 1) 0%, rgba(162, 87, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#574ef4",endColorstr="#a257f2",GradientType=1);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 13px 17.7px;
    border-radius: 100px;
    -webkit-transition: background .7s ease-out;
    -o-transition: background .7s ease-out;
    transition: background .7s ease-out;
    text-align: center;
    position: relative;
    z-index: 1;
}

.btn-building-big::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    background: rgb(162, 87, 242);
    background: -webkit-gradient(linear, left top, right top, from(rgba(162, 87, 242, 1)), to(rgba(87, 78, 244, 1)));
    background: -o-linear-gradient(left, rgba(162, 87, 242, 1) 0%, rgba(87, 78, 244, 1) 100%);
    background: linear-gradient(90deg, rgba(162, 87, 242, 1) 0%, rgba(87, 78, 244, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a257f2",endColorstr="#574ef4",GradientType=1);
    -webkit-transition: opacity.3s ease-in-out;
    -o-transition: opacity.3s ease-in-out;
    transition: opacity.3s ease-in-out;
    border-radius: 100px;
    z-index: -1;
    opacity: 0;
}
.btn-building-big:hover::after {
    opacity: 1;
}

.btn-outlined {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: normal;
    background: -webkit-gradient(linear, left top, right top, from(#574EF4), to(#02F1E1));
    background: -o-linear-gradient(left, #574EF4, #02F1E1);
    background: linear-gradient(to right, #574EF4, #02F1E1);
    padding: 1px;
    border-radius: 100px;
}

.btn-outlined .module {
    background-color: #000;
    padding: 12px 16.6px;
    border-radius: 100px;
    -webkit-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    position: relative;
    z-index: 1;
}

.btn-outlined .module::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    background: rgb(87,78,244);
    background: -webkit-gradient(linear, left top, right top, from(rgba(87,78,244,1)), to(rgba(2,241,225,1)));
    background: -o-linear-gradient(left, rgba(87,78,244,1) 0%, rgba(2,241,225,1) 100%);
    background: linear-gradient(90deg, rgba(87,78,244,1) 0%, rgba(2,241,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#574ef4",endColorstr="#02f1e1",GradientType=1);
    -webkit-transition: opacity.3s ease-in-out;
    -o-transition: opacity.3s ease-in-out;
    transition: opacity.3s ease-in-out;
    border-radius: 100px;
    z-index: -1;
    opacity: 0;
}

.btn-outlined .module:hover::after {
    opacity: 1;
}

.btn-docs-big {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: normal;
    background: -webkit-gradient(linear, left top, right top, from(#574EF4), to(#02F1E1));
    background: -o-linear-gradient(left, #574EF4, #02F1E1);
    background: linear-gradient(to right, #574EF4, #02F1E1);
    padding: 1px;
    border-radius: 100px;
    text-align: center;
}

.btn-docs-big .btn-module {
    background-color: #1a1a1a;
    padding: 12px 16.6px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    -webkit-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.btn-docs-big .btn-module::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    border-radius: 100px;
    background: rgb(87, 78, 244);
    background: -webkit-gradient(linear, left top, right top, from(rgba(87, 78, 244, 1)), to(rgba(2, 241, 225, 1)));
    background: -o-linear-gradient(left, rgba(87, 78, 244, 1) 0%, rgba(2, 241, 225, 1) 100%);
    background: linear-gradient(90deg, rgba(87, 78, 244, 1) 0%, rgba(2, 241, 225, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#574ef4",endColorstr="#02f1e1",GradientType=1);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity.3s ease-in-out;
    -o-transition: opacity.3s ease-in-out;
    transition: opacity.3s ease-in-out;
}
.btn-docs-big .btn-module:hover::after {
    opacity: 1;
}

.btn-launch-app {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    background: -webkit-gradient(linear, left top, right top, from(#574EF4), to(#02F1E1));
    background: -o-linear-gradient(left, #574EF4, #02F1E1);
    background: linear-gradient(to right, #574EF4, #02F1E1);
    padding: 1px;
    border-radius: 100px;
}

.btn-launch-app .launch-app-module {
    background-color: #000;
    padding: 10.5px 16.6px;
    border-radius: 100px;
    -webkit-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    position: relative;
    z-index: 1;
}

.btn-launch-app .launch-app-module::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    background: rgb(87, 78, 244);
    background: -webkit-gradient(linear, left top, right top, from(rgba(87, 78, 244, 1)), to(rgba(2, 241, 225, 1)));
    background: -o-linear-gradient(left, rgba(87, 78, 244, 1) 0%, rgba(2, 241, 225, 1) 100%);
    background: linear-gradient(90deg, rgba(87, 78, 244, 1) 0%, rgba(2, 241, 225, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#574ef4",endColorstr="#02f1e1",GradientType=1);
    -webkit-transition: opacity.3s ease-in-out;
    -o-transition: opacity.3s ease-in-out;
    transition: opacity.3s ease-in-out;
    border-radius: 100px;
    z-index: -1;
    opacity: 0;
}

.btn-launch-app .launch-app-module:hover::after {
    opacity: 1;
}

.hero-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}

/* Header CSS */
header {
    background-color: rgba(18, 18, 21, 0.95);
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    z-index: 2;
}

.logo a {
    display: inline-block;
    outline: none;
}

.logo a img {
    width: 141px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
}

/* Menu CSS */
.main-menu nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.main-menu nav ul li {
    margin-right: 30px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.main-menu nav ul li.btn-buy-ixios-space {
    margin-right: 0;
    margin-left: 46px;
    z-index: 1;
}

.main-menu nav ul li a {
    text-decoration: none;
    color: #ffffff;
    opacity: 80%;
    font-size: 1.1em;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.main-menu nav ul li a:hover {
    opacity: 100%;
}

.main-menu nav ul li a img {
    margin-left: 12px;
}

/* Sub Menu CSS */
.main-menu nav ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 120px;
    padding: 5px 0 5px;
    background: transparent;
    z-index: 99;
    background-color: #212529;
    border-radius: 12px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.main-menu nav ul li .sub-menu li {
    margin-right: 0;
}

.main-menu nav ul li .sub-menu li a {
    padding: 8px 10px;
}

.main-menu nav ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu.sub-menu-big {
    width: 182px;
}

/* Ibit L1 Ecosystem CSS */

.ecosystem-l1-content {
    background: -webkit-gradient(linear, left top, right top, from(#02F1E1), to(#574EF4));
    background: -o-linear-gradient(left, #02F1E1, #574EF4);
    background: linear-gradient(to right, #02F1E1, #574EF4);
    padding: 1px;
    border-radius: 24px;
}

.ecosystem-inside-content {
    background-color: #101010;
    border-radius: 24px;
    padding: 100px 60px;
    padding-right: 320px;
    position: relative;
    z-index: 1;
}

.ecosystem-inside-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 43px;
}

.ecosystem-inside-content p {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    opacity: 100%;
    margin-bottom: 0;
}

.ecosystem-ixios {
    padding-top: 60px;
    padding-bottom: 175px;
}

.ecosystem-circle-small {
    position: absolute;
    z-index: -2;
    top: 50px;
    left: 0;
    width: 235px;
    height: auto;
    opacity: 0.2;
}

.ecosystem-circle-big {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 200px;
    height: auto;
    opacity: 0.5;
}

/* Footer CSS */
footer {
    background: -webkit-gradient(linear, left top, right top, from(#02F1E1), to(#574EF4));
    background: -o-linear-gradient(left, #02F1E1, #574EF4);
    background: linear-gradient(to right, #02F1E1, #574EF4);
    padding-top: 1px;
}

.footer-content {
    background-color: rgba(30, 33, 36, 0.375);
    padding-top: 40px;
    padding-bottom: 70px;
}

.footer-info > img {
    width: 140px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 18px;
}

.footer-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
}

.footer-info p a {
    text-decoration: underline;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.footer-info p a:hover {
    color: #574EF4;
}

.social-icon {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #443e755e;
    text-align: center;
    line-height: 49px;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.social-icon:hover {
    background-color: #A257F2;
}

.social-icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
       object-fit: cover;
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
    margin-top: 18px;
}

.footer-links h4 {
    color: #fff;
    opacity: 80%;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}

.footer-links ul li {
    display: block;
    margin-bottom: 13px;
}

.footer-links ul li a {
    font-size: 14px;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    opacity: 80%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.footer-links ul li a:hover {
    opacity: 100%;
}

/* mobile menu disable */
.hamburger {
    display: none;
}

/* Hero Circle CSS */
.circle-one {
    position: absolute;
    top: 5px;
    width: 160px;
    height: auto;
}

.circle-two {
    position: absolute;
    right: 0;
    top: 150px;
    width: 160px;
    height: auto;
    z-index: -2;
}

.circle-three {
    position: absolute;
    top: 12.5%;
    left: 0;
    z-index: -1;
    width: 240px;
    height: auto;
}

.circle-four {
    position: absolute;
    left: 26%;
    top: 28.8%;
    z-index: -1;
    width: 210px;
    height: auto;
}

.circle-five {
    position: absolute;
    right: 0;
    top: 25%;
    z-index: -1;
    width: 265px;
    height: auto;
}

.circle-six {
    position: absolute;
    left: 0;
    bottom: 40%;
    z-index: -1;
    width: 140px;
    height: auto;
}

.circle-seven {
    position: absolute;
    right: 33%;
    bottom: 30%;
    width: 200px;
    height: auto;
}

.btn-ixios {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    background: -webkit-gradient(linear, left top, right top, from(#574EF4), to(#02F1E1));
    background: -o-linear-gradient(left, #574EF4, #02F1E1);
    background: linear-gradient(to right, #574EF4, #02F1E1);
    padding: 1px;
    border-radius: 100px;
}

.btn-ixios .btn-ixios-module {
    background-color: #1a1a1a;
    padding: 12px 16.6px;
    border-radius: 100px;
    -webkit-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    position: relative;
    z-index: 1;
}

.btn-ixios .btn-ixios-module::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    background: rgb(87, 78, 244);
    background: -webkit-gradient(linear, left top, right top, from(rgba(87, 78, 244, 1)), to(rgba(2, 241, 225, 1)));
    background: -o-linear-gradient(left, rgba(87, 78, 244, 1) 0%, rgba(2, 241, 225, 1) 100%);
    background: linear-gradient(90deg, rgba(87, 78, 244, 1) 0%, rgba(2, 241, 225, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#574ef4",endColorstr="#02f1e1",GradientType=1);
    -webkit-transition: opacity.3s ease-in-out;
    -o-transition: opacity.3s ease-in-out;
    transition: opacity.3s ease-in-out;
    border-radius: 100px;
    z-index: -1;
    opacity: 0;
}

.btn-ixios .btn-ixios-module:hover::after {
    opacity: 1;
}

.item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.line-clr {
    height: 32px;
    width: 4px;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 0;
    background-color: #fff;
    border-radius: 2px;
}

.line-clr-one {
    background-color: #02F1E1;
}

.line-clr-two {
    background-color: #A257F2;
}

.line-clr-three {
    background-color: #008CFF;
}

.line-clr-four {
    background-color: #4649E5;
}

/* Developer Programs CSS */
.program-options {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.program-single-card {
    background: rgb(87,78,244);
    background: -webkit-gradient(linear, left top, right top, from(rgba(87,78,244,0.4822522759103641)), to(rgba(162,87,242,0.5018601190476191)));
    background: -o-linear-gradient(left, rgba(87,78,244,0.4822522759103641) 0%, rgba(162,87,242,0.5018601190476191) 100%);
    background: linear-gradient(90deg, rgba(87,78,244,0.4822522759103641) 0%, rgba(162,87,242,0.5018601190476191) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#574ef4",endColorstr="#a257f2",GradientType=1);
    display: block;
    border-radius: 8px;
    padding: 20px 22px;
    padding-top: 30px;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.program-single-card:hover {
    -webkit-box-shadow: 0 0 20px rgb(255 255 255 / 30%);
            box-shadow: 0 0 20px rgb(255 255 255 / 30%);
}

.program-single-card h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    background: -webkit-linear-gradient(45deg, #574EF4, #02F1E1 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 48px;
}

.program-single-card img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 48px;
}

.program-single-card p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    opacity: 64%;
    margin-bottom: 44px;
    min-height: 88px;
}

.btn-programs {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    background: -webkit-gradient(linear, left top, right top, from(#574EF4), to(#02F1E1));
    background: -o-linear-gradient(left, #574EF4, #02F1E1);
    background: linear-gradient(to right, #574EF4, #02F1E1);
    padding: 1px;
    border-radius: 100px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-programs .btn-programs-btns {
    padding: 10.5px 16.6px;
    border-radius: 100px;
    background-color: #261f61;
    -webkit-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.btn-programs .btn-programs-btns:hover {
    background-color: #fff;
    color: #574EF4;
}

.main-menu nav ul li a.active {
    color: #02F1E1;
}

/* Laptop Layout: 1200px. */
@media only screen and (min-width: 1399px) and (max-width: 1505px) {
    
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) { 
    .main-menu nav ul li.btn-buy-ixios-space {
        margin-left: 15px;
    }
    .circle-five {
        top: 24%;
    }
    .circle-four {
        top: 28.4%;
    }
    .circle-seven {
        bottom: 30.6%;
    }
}
/* Medium Layout: 992px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
    .main-menu nav ul li.btn-buy-ixios-space {
        margin-left: 5px;
    }
    .main-menu nav ul li {
        margin-right: 5px;
    }
    .social-icon {
        line-height: 50px;
    }
    .circle-two {
        top: 130px;
        width: 150px;
    }
    .circle-three {
        top: 11.5%;
        width: 200px;
    }
    .circle-five {
        width: 210px;
    }
    .circle-four {
        top: 27.2%;
        width: 200px;
    }
    .circle-seven {
        right: 15%;
        bottom: 30.2%;
        width: 200px;
    }
}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 
    .main-menu nav ul li {
        margin-right: 15px;
    }
    .main-menu nav ul li.btn-buy-ixios-space {
        margin-top: 20px;
    }
    .social-icon {
        line-height: 48px;
    }
    .circle-one {
        top: 30px;
    }
    .circle-two {
        top: 170px;
        width: 140px;
    }
    .circle-three {
        top: 11.5%;
        width: 200px;
    }
    .circle-four {
        left: 12%;
        top: 26.5%;
        width: 180px;
    }
    .circle-five {
        top: 24%;
        width: 230px;
    }
    .circle-six {
        bottom: 42%;
    }
    .circle-seven {
        right: 10%;
        bottom: 31.9%;
        width: 180px;
    }
    .ecosystem-circle-big {
        top: 50px;
        width: 140px;
    }
    .ecosystem-inside-content {
        padding-right: 130px;
    }
    .program-single-card h3 {
        margin-bottom: 30px;
    }
    .program-single-card img {
        margin-bottom: 20px;
    }
    .program-single-card p {
        margin-bottom: 30px;
        min-height: 30px;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    /* circle css */
    .circle-one {
        top: 30px;
        width: 110px;
    }
    .circle-two, .circle-five, .circle-six, .circle-seven {
        display: none;
    }
    .circle-three {
        top: 8%;
        width: 160px;
        left: -10%;
    }
    .circle-four {
        left: -90px;
        top: 23.5%;
        width: 170px;
    }
    /* mobile menu css */
    .main-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 350px;
        height: 100%;
        background-color: #000;
        z-index: 4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }
    
    .hamburger {
        position: absolute;
        top: 32px;
        right: 20px;
        z-index: 10;
        cursor: pointer;
        width: 20px;
        height: 20px;
        background: none;
        border: none;
        display: block !important;
    }
    
    .hamburger-top, .hamburger-middle, .hamburger-bottom {
        position: absolute;
        width: 20px;
        height: 2px;
        top: 0;
        left: 0;
        background: -webkit-linear-gradient(75deg, #574EF4, #A257F2 100%);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .hamburger-middle {
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px);
    }
    
    .hamburger-bottom {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);
    }
    
    .open {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    
    .open .hamburger-top {
        -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
            -ms-transform: rotate(45deg) translateY(6px) translateX(6px);
                transform: rotate(45deg) translateY(6px) translateX(6px);
    }
    
    .open .hamburger-middle {
        display: none;
    }
    
    .open .hamburger-bottom {
        -webkit-transform: rotate(-45deg) translateY(6px) translateX(-6px);
            -ms-transform: rotate(-45deg) translateY(6px) translateX(-6px);
                transform: rotate(-45deg) translateY(6px) translateX(-6px);
    }
    
    .show-menu {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .stop-scrolling {
        overflow: hidden;
    }
    
    .main-menu nav ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .main-menu nav ul li a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 1.1em;
        margin-bottom: 8px;
    }
    
    .main-menu nav ul li.btn-buy-ixios-space {
        margin-left: 0;
        margin-top: 50px;
        margin-bottom: 0;
    }
    
    .main-menu nav ul li .sub-menu {
        position: inherit;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
    }
    
    .main-menu nav ul li .sub-menu li a {
        font-size: 1em;
        padding: 10px 12px;
        margin-bottom: 0;
    }
    
    .main-menu nav ul li .sub-menu li {
        margin-bottom: 0;
    }
    
    .main-menu nav ul li a.btn-buy-ixios {
        margin-bottom: 0;
    }
    
    .main-menu nav ul {
        padding-top: 70px;
    }
    .submenu {
        display: none;
    }
    .submenu.show {
        display: block;
    }
    .ecosystem-ixios {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .ecosystem-circle-small {
        display: none;
    }
    .ecosystem-circle-big {
        bottom: 0;
        top: auto;
        width: 120px;
    }
    .ecosystem-inside-content {
        padding: 30px 20px;
        padding-bottom: 45px;
        border-radius: 24px;
    }
    .ecosystem-inside-content p {
        font-size: 20px;
    }
    .ecosystem-l1-content {
        border-radius: 24px;
    }
    /* footer css */
    .social-icon {
        line-height: 48px;
    }
    .footer-info {
        margin-bottom: 34px;
    }
    .footer-links {
        margin-bottom: 31px;
    }
    .footer-content {
        padding-bottom: 10px;
    }
    .program-options {
        padding-top: 0;
        padding-bottom: 0;
    }
    .program-single-card p {
        margin-bottom: 48px;
        min-height: auto;
    }
    .program-single-card {
        height: auto;
        margin-bottom: 20px;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    
}
