/*
[Table of contents]

1. Fonts
2. root variable
3. Common styles
4. header area styles 
5. Responcive 

*/
/*==============================
	Fonts
==============================*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Sora:wght@100..800&family=Space+Grotesk:wght@300..700&display=swap');

/*==============================
	root variable
==============================*/



:root {
    --white: #ffffff;
    --black: #000000;
    --white_color: #ffffff;
    --commen_black: #000014;
    --primary: #FAF80B;
    --primary_gradient: linear-gradient(180deg, #0247FF 0%, #F904AA 65.38%, #FE892F 100%);
    --sora_font: "Sora", sans-serif;
    --space_grotesk_font: "Space Grotesk", sans-serif;
    --rubik_font: "Rubik", sans-serif;

}


.alertme {
display:none !important;
}
.alert ul {
    margin-bottom: 0px;    list-style: circle;
}
/*==============================
	Common styles
==============================*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

div {
    transition: all ease 0.5s;
}

body {
    font-family: var(--sora_font);
    font-optical-sizing: auto;
    background-color: var(--black);
    width: 100%;
    height: 100%;
    color: var(--white) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: var(--white-color);
}

html,
body {
    overflow-x: hidden !important;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 8px;
    background: linear-gradient(180deg, #0247FF 0%, #F904AA 65.38%, #FE892F 100%);
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #DDC081;
    background: linear-gradient(180deg, #0247FF 0%, #F904AA 65.38%, #FE892F 100%);

}

p {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: var(--white);
}

ul {
    list-style: none;
}

ul li {
    margin-bottom: 0;
}


nav ul li a {
    color: white !important;
    font-family: var(--sora_font);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    padding: 10px 8px !important;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 100px;
    transition: all ease 0.5s;
}

nav ul li a:hover {

    background: linear-gradient(180deg, #0247FF 0%, #F904AA 65.38%, #FE892F 100%);
    color: white !important;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    transition: all ease 0.5s;

}

nav ul li a.active {
    background: linear-gradient(180deg, #0247FF 0%, #F904AA 65.38%, #FE892F 100%);
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    transition: all ease 0.5s;
    padding: 12px 20px !important;

}

@-moz-keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 50px;

    }

    100% {
        background-position: 500px;
    }
}

.nav_cmn_bx {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-left: 172px;
}

.nv_secound_bx ul li a img.white_icn {
    width: 20px;
    height: 20px;
    transition: all ease 0.5s;
    position: absolute;

}

.nv_secound_bx ul li a img.active_img {
    width: 40px;
    height: 40px;
    transition: all ease 0.5s;
    position: absolute;

}

.nv_secound_bx ul li a img.active_img {
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.5s;

}


.nv_secound_bx ul li a:hover .white_icn {

    opacity: 0;
    transition: all ease 0.5s;
    visibility: hidden;


}

.nv_secound_bx ul li a:hover .active_img {
    visibility: visible;
    margin-top: 8px;
    opacity: 1;
    transition: all ease 0.5s;

}

.nv_secound_bx ul li a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nv_secound_bx ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nv_first_bx ul li a {
    font-family: var(--sora_font);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    transition: all ease 0.5s;

}

.nv_first_bx ul li a:hover {
    color: #F904AA  !important;
}

.nv_first_bx ul {
    gap: 20px;
}

nav {
    padding: 44px 0 !important;
    z-index: 22;
    position: absolute !important;
    background-color: transparent;
    width: 100%;
}





.navbar-nav {
    justify-content: center !important;
}




.shownaw {
       position: absolute;
    background: url(../images/show_bg.png);
    box-shadow: 0px 1px 10px #f30de015;
    border-radius: 20px;
    background-size: cover !important;
    background-position: center;
    padding: 0;
    background-repeat: no-repeat;
    padding-left: 0px;
    overflow: hidden;
    padding: 10px 0px;
    transform: translateY(50px);
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 250px;
    z-index: 99;
    background-color: #000000 !important;
}

.shownaw>li {
    padding: 10px 35px;
    list-style: none;
    position: relative;
    overflow: hidden;
}

.shownaw>li>a {
    color: var(--white);
    text-decoration: none;
}

.shownaw>li::before {
    content: "";
    position: absolute;
    width: 7.13px;
    height: 100%;
    flex-shrink: 0;
    left: -2px;
    top: 0;
    transform: translateX(-20px);
    border-radius: 32.5px;
    background: var(--primary_gradient);
    transition: all ease 0.3s;
}

.shownaw .nav-link {
    display: none !important;
}



.shownaw>li:hover::before {
    transform: translateX(0px) !important;
}

li.nav-item:hover .shownaw {
    transform: translateY(4px);
    opacity: 1;
    display: block;
    visibility: visible;
}


.shownaw>li a {
    font-family: var(--space_font);
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 2%;

}

.shownaw>li a:hover {
    color: var(--primary_gradient) !important;
    background: var(--primary_gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shownaw>li {
    padding: 5px 19px !important;
}



.nv_third_bx a {
    color: white;
    color: white !important;
    font-family: var(--sora_font);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
}






.hero_area {
    height: 900px;
    background: url('../images/banner_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 00px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.hero_area_innenr {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.hero_area_innenr span {
    font-family: var(--space_grotesk_font);
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: white;

}

/*.hero_area_innenr h1 {
    font-family: var(--sora_font);
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 235px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    margin: 15px 0; 

   / Text stroke (border) /
  -webkit-text-stroke: 3px transparent;
  background: linear-gradient(90deg, #ff0000, #00ffea, #ff0000);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke-color: black; / fallback stroke color /
  animation: strokeMove 6s linear infinite;

}

@keyframes strokeMove {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}*/

.hero_area_innenr h1 {
  font-family: var(--sora_font);
  font-weight: 800;
  font-size: 235px;
  color: white;
  text-transform: uppercase;
  position: relative;
  margin: 15px 0;
}

.hero_area_innenr h1::before {
  content: attr(data-text); /* duplicate text */
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 3px #000; /* border color */
  overflow: hidden;
  width: 0%; /* start hidden */
  white-space: nowrap;
  /*animation: borderReveal 5s linear infinite;*/
   animation: borderReveal 5s ease-in-out infinite alternate;
}

@keyframes borderReveal {
  0% { width: 0%; }
  100% { width: 100%; }
}

.hero_area_innenr p {
    font-family: var(--sora_font);
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;


}

.commen_btn {
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #000, #000);
    border-radius: 60px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 17px;
    padding: 0.6em 1.5em;
    display: flex;
    width: fit-content;
    margin: 20px auto;
}

.commen_btn:hover {
    /* background-position: right center; */
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    color: white;
    animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
    0% {
        box-shadow: 0 0 0 0 #000;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}

.hero_area_innenr .commen_btn {
    margin-top: 50px;
}

.slide_home {
    background: #004BFE;
    padding: 10px 0;
    overflow: hidden;
}


.slide_bx {
    display: flex;
    width: calc(250px * 10);
    animation: scroll 50s linear infinite;
    gap: 100px;
}

.slide_bx span {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a,
button,
img {
    position: relative;
    z-index: 2 !important;
}

#wgl-webgl-fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.navbar-toggler-icon {
    background-image: none;
}

.nv_third_bx a:hover {
    border: 0 !important;
}

.dao_area {
    padding: 100px 0;
}

.dao_area_innner h2 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
}

.dao_area_innner1 p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;

    color: #FFFFFF;
}

.dao_area_innner2 h3 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    width: 100%;
    max-width: 250px;
    margin: auto auto 15px;
}

.dao_area_innner2 .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dao_area_innner2 .image img {
    width: 100%;
    transition: all ease 0.5s;

}
.dao_area_innner2:hover .image img{
    transform: scale(0.9);
}
.dao_area_r2 {
    margin-top: 160px !important;
}


.circle_area_inner .bx1 {
    width: 100%;
    max-width: 395px;
    margin: auto;
    display: flex;
}

.circle_area_inner .bx1 span:first-child {
    background: linear-gradient(180deg, #0247FF 0%, #F904AA 65.38%, #FE892F 100%);

    display: flex;
    width: 50%;
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;
    display: flex;
    padding: 3px;
    border-radius: 20px 0 0 20px;
    border: 0;
}

.circle_area_inner .bx1 span:first-child span {
    width: 100%;
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;


}

.circle_area_inner .bx1 span:last-child {
    border: 3px solid #434343;
    display: flex;
    width: 50%;
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;
    display: flex;
    border-radius: 0 20px 20px 0;
    justify-content: center;

    align-items: center;
}



.circle_area {
    padding: 20px 0 100px;
}

.circle_area_inner .content {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-top: 19px;
}

.circle_area_inner .content h2 {
    font-family: var(--sora_font);
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    position: relative;
}

.circle_area_inner .content h2 img {
    position: absolute;
    right: -55px;
}


.circle_area_inner .content p {
    font-family: var(--sora_font);

    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin-top: 40px;
    color: #fff;
}

.circle_area_inner .content .commen_btn {
    background: #004BFE;

}

.circle_area_inner .content .commen_btn:hover {
    animation: pulse513 1.5s infinite;
}

@keyframes pulse513 {
    0% {
        box-shadow: 0 0 0 0 #004BFE;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}

.big_immg {
    width: 100%;
    z-index: -1;
        animation: fa_snak 150s infinite ease-in-out alternate;
}

@keyframes fa_snak {
    0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}
16% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
20% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
32% {
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
}
36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
}
40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
}
.exprience_area {
    margin-top: -620px;
    background: linear-gradient(360deg, #000000 13.08%, rgba(0, 0, 0, 0) 100%);
    position: relative;
    z-index: 22;

}

.circle_area {
    height: 100%;
}

.circle_area_inner {
    position: relative;

}

/* .circle_area_inner .big_immg{
    position: absolute;
    width: 100%;
    bottom: 0;
} */

.exprience_area_innner {
    position: relative;
    z-index: 22;
}

.exprience_area_innner h2 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.exprience_area_innner p {
    font-family: var(--sora_font);
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;

}

.exprience_card {
    background: #111;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.exprience_card img {
    max-width: 120px;
    margin-top: 20px;
}

.exprience_card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.exprience_card p {
    font-size: 15px;
    line-height: 1.6;
    color: #bbb;
}

.chart_box {
    margin-top: 20px;
}

.arbix_card {
    background: linear-gradient(135deg, #0c0c0c, #111);
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arbix_card h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.arbix_card p {
    font-size: 15px;
    color: #bbb;
}

.arbix_card img {
    max-width: 200px;
}

.btn-primary {
    background: #005cff;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
}

.btn-primary:hover {
    background: #0040b8;
}


.exprience_area_inner1 h3 {
    font-family: Sora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.exprience_area_inner1 p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    margin-top: 10px;

}

.exprience_area_inner1 {
    background: #43434336;
    padding: 50px 20px;
    border: 1px solid #434343;
    border-radius: 40px;
    z-index: 2;
    position: relative;
}

.exprience_area_inner1 img {
    margin: auto;
    display: flex;
    justify-content: center;
}
.exprience_area_inner1:hover img{
        animation: up_down 10s linear infinite;

}
@keyframes up_down {
    0% {
    transform: translateY(0);
}
25% {
    transform: translateY(30px);
}
50% {
    transform: translateY(0px);
}
75% {
    transform: translateY(-0px);
}
100% {
    transform: translateY(0px);
}
}
.exprience_area_inner1.bxx2 ul {
    padding-left: 0;
    display: flex;
    margin: 20px auto 30px;
    justify-content: center;
    gap: 20px;
}

.exprience_area_inner1.bxx2 ul li {
    background: #43434336;

    border: 1px solid #434343;
    font-family: Sora;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 30px;
    border-radius: 100px;
}


.exprience_area_inner1 .immgbx {
    width: 100%;
    max-width: 500px;
    margin: auto;

}

.exprience_area_inner1 {
    height: 100%;
}

.exprience_area_innner {
    margin-bottom: 93px;
}

.exprience_area_inner1 .immgbx .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.exprience_area_inner1 .immgbx img {
    width: fit-content !important;
}

.exprience_area_inner1 .immgbx .cont span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: var(--white);
}

.exprience_area_inner2 {
    display: flex;
}

.exprience_area_inner2 .bx1 {
    width: 50%;
}

.exprience_area_inner2 .bx1 h3 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;

}

.exprience_area_inner2 .bx1 h3 b {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
}

.exprience_area_inner2 .bx1 p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
}

.exprience_area_inner1.bxx3 {
    padding: 60px;
}

.exprience_area_inner1.bxx3 .commen_btn {
    margin: 0;
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #004BFE;
}

.exprience_area_inner1.bxx3 .commen_btn:hover {
    animation: pulse513 1.5s infinite;
}

.exprience_area_inner2 .bx2 {
    width: 50%;
}

.exprience_area_inner2 {
    position: relative;
}

.exprience_area_inner2 .bx2 img {

    position: absolute;
    width: 614px;
    height: 499px;
    top: -50px;
}

.powerhouse_area {
    padding: 100px 0;
}


.powerhouse_are_inner h2 {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    width: 100%;
    max-width: 500px;
}


.powerhouse_are_inner p {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 30px;
}

.powerhouse_are_inner p a {
    color: #004BFE;
}

.powerhouse_are_inner1 {
    background: url('../images/bg_btn.png');

    border-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px;
    z-index: 2;
    transition: all ease 0.5s;
    position: relative;
}
.powerhouse_are_inner1:hover{
    background: url('../images/bg_btn.png');
background-color: 120%;
    transition: all ease 0.5s;

    background-position: bottom;
}

.powerhouse_are_inner1 h3 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 35px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
}

.powerhouse_are_inner1 .commen_btn {
    background: white !important;
    color: black;
    margin: 22px 0 0 !important;

}

.powerhouse_are_inner1 .commen_btn:hover {
    animation: pulse514 1.5s infinite;
}

.powerhouse_are_inner1 {
    display: flex;
    align-items: center;
}

@keyframes pulse514 {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}


.prediction_area_inner1 {
    border: 1px solid #434343;
    padding: 70px;
    border-radius: 40px;
}

.prediction_area_inner1 h2 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 35px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 30px;
    color: #FFFFFF;
}

.prediction_area_inner1 h2 img {
    width: 40px;
}

.prediction_area_inner1 .commen_btn {
    background: white !important;
    color: black;
    margin: 22px 0 0 !important;
}

.prediction_area_inner1 .commen_btn:hover {
    animation: pulse514 1.5s infinite;

}

.prediction_area_inner>img{
  animation: rotateani 14s linear infinite;

}
@keyframes rotateani {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
footer {
    padding: 100px 0 30px;
}

.footer_inner h2 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
}

.footer_inner1 ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.footer_inner1 ul li {
    width: 100%;
    max-width: 200px;
}

.footer_inner1 ul li a {
    display: flex;
    padding: 25px;
    width: 100%;

    border: 1px solid #434343;
    border-radius: 30px;
    transition: all ease 0.5s;
}

.footer_inner1 ul li a .bx {
    margin-top: 60px;
}

.footer_inner1 ul li a:hover {
    background: var(--primary_gradient);
}

.footer_inner1 ul li a:hover span {
    color: white;
}

.footer_inner2 {
    border-top: 1px solid #434343;
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.footer_inner2 p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
}

.staking_area {
    padding: 250px 0 50px;
    position: relative;
}

.staking_area::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50px;
    background: linear-gradient(186.87deg, rgba(0, 0, 0, 0.9) 14.46%, rgba(75, 47, 141, 0.9) 52.07%, rgba(222, 192, 253, 0.9) 94.63%);
    mix-blend-mode: blur(304px);
    width: 700px;
    border-radius: 100%;
    height: 700px;
    filter: blur(130px);
    z-index: -1;

}

.staking_area_inner h1 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.staking_area_inner p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;

}

.staking_area_inner .commen_btn {

    background: #004BFE;
}

.staking_area_inner .commen_btn:hover {
    animation: pulse513 1.5s infinite;
}

.staking_area_innerin1 .bx1 {

    background: linear-gradient(180deg, #A49CB8 0%, rgba(139, 131, 161, 0) 100%);
    padding: 2px;
    border-radius: 20px;
    width: 100%;
    max-width: 310px;

}

.staking_area_innerin1 {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 50px;
}

.staking_area_innerin1 .bx1 .bx1_inner {
    background: linear-gradient(180deg, #2E283C 0%, #000000 100%);
    padding: 30px;
    border-radius: 20px;
}

.staking_area_innerin1 .bx1 .bx1_inner span {
    color: #FFFFFF73;
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;


}

.staking_area_innerin1 .bx1 .bx1_inner h3 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 15px 0;
}

.staking_area_innerin1 .bx1 .bx1_inner h3 span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF73;
}

.staking_area_innerin1 .bx1 .bx1_inner p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
    color: #36FF4373;
}





.about_addton_area_inner1 h2 {
    font-family: var(--rubik_font);
    font-weight: 500;
    font-size: 46px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;

}

.about_addton_area_inner1 p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 35px;

}

.about_addton_area .image_box img {
    max-width: 100%;
}



.about_addton_area {
    padding: 170px 150px 50px !important;
    position: relative;
}

.about_addton_area::before {
    position: absolute;
    content: "";
    background: url('../images/color_shp1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

    width: 600px;
    height: 600px;
    left: -200px;
    top: 50px;
}

.about_addton_area_inner2 img {
    width: 100%;
}

.about_addton_area_inner1 {
    padding-top: 80px;
}



.innovation_area {

    color: #fff;
    padding: 100px 0;
}

.innovation_area .section-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 100px;
    color: #fff;

}

.innovation_area .section-heading h2 {
    font-weight: 700;
    color: #fff;
    font-family: Rubik;
    font-weight: 500;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;

}

.innovation_area .left_text h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.innovation_area .left_text p {
    font-size: 14px;
    margin-top: 15px;
    color: #bfbfbf;
}

.innovation_area .innovation_box {
    margin-bottom: 70px;
}

.innovation_area .innovation_box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.innovation_area .innovation_box p {
    font-family: Rubik;
    font-weight: 400;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 27px;
    text-indent: 2px;
    letter-spacing: 0%;
    width: 90%;
    margin-top: 10px;
}



.innovation_area .innovation_box .content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.innovation_area .innovation_box .content h4 {
    width: 100%;
    max-width: 200px;
    font-family: Rubik;
    font-weight: 500;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

    color: white;
}

.innovation_area .innovation_box .content h3 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF4A;
}

.coin_leadership_area {
    background: #000;
    color: #fff;
    padding: 0;
    text-align: center;
}

.coin_leadership_area h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.coin_leadership_area p.sub-title {
    font-size: 15px;
    color: #ccc;
    margin-bottom: 60px;
}

.coin_leadership_area .leader-box {
    margin-bottom: 40px;
}

.coin_leadership_area .leader-box img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.coin_leadership_area .leader-box h5 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.coin_leadership_area .leader-box span {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 27px;
    text-indent: 2px;
    letter-spacing: 0%;
    text-align: center;
    color: #6C6C6C;
}

.coin_leadership_area .bottom-text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 27px;
    text-indent: 2px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
}


.coin_leadership_area h2 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.coin_leadership_area p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;

}

.sponcer_area {
    padding: 100px 0;
}

.sponcer_area_inner {
    border: 1px solid #434343;
    padding: 50px 120px 100px;
    border-radius: 40px;
    background: url('../images/sponcer_bg.png');
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sponcer_area_inner h2 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 78px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
}

.sponcer_area_inner p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
    width: 100%;
    max-width: 620px;
    margin-top: 20px;
}

.round_ani_bx {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 700px;
}


.staking_area_innerin1 .bx1.bxx2 .bx1_inner span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 13px !important;
    display: flex;

}

.color1 {
    color: #EB01F3 !important;
}

.color2 {
    color: #00BBFF !important;
}

.color3 {
    color: #FF8800 !important;
}

.color4 {
    color: #95FF00 !important;
}



.staking_area_innerin1 .bx1.bxx2 .bx1_inner p {
    color: white !important;
    font-size: 13px !important;
}

.staking_area_innerin1 .bx1.bxx3 .bx1_inner p {
    color: white !important;
    font-size: 13px !important;
}

.staking_area_innerin1 .bx1.bxx4 .bx1_inner p {
    color: white !important;
    font-size: 13px !important;
}

.staking_area_innerin1 .bx1.bxx5 .bx1_inner p {
    color: white !important;
    font-size: 13px !important;
}


.staking_area_innerin1 .bx1.bxx3 .bx1_inner span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 13px !important;
    display: flex;

}

.staking_area_innerin1 .bx1.bxx4 .bx1_inner span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 13px !important;
    display: flex;

}

.staking_area_innerin1 .bx1.bxx5 .bx1_inner span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 13px !important;
    display: flex;

}



.earn_area {
    padding: 100px 200px;
}

.earn_area_inner h2 {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 98px;
    leading-trim: NONE;
    line-height: 60%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
}

.earn_area_inner h2 span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;

}

.earn_area_inner p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
    width: 80%;
    margin-top: 30px;
}

.earn_area_inner1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.earn_area_inner1 video{
    width: 400px;
}
.boat_area {
    padding: 250px 0 50px;
    overflow: hidden;
    position: relative;
}

.boat_area::before {
    position: absolute;
    content: "";
    right: 0;
    top: 200px;
    background: #115334;
    filter: blur(100px);
    width: 150px;
    height: 150px;

}

.boat_area::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 100px;
    background: #24508B;
    filter: blur(100px);
    width: 150px;
    height: 150px;

}

.roboat_bx {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* .roboat_bx::before{
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);
width: 915px;
height: 280px; 
    filter: blur(130px);
    content: "";
    position: absolute;
    z-index: 1;
}
.roboat_bx::after{
     background: #000000;

width: 715px;
height: 280px; 
    filter: blur(154px);
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
} */

.roboat_bx img {
    z-index: 3;
    position: relative;
}

.roboat_bx .round {
    position: absolute;
    z-index: 1 !important;
    width: fit-content;
    object-fit: contain;
    padding: 15px;
}


.boat_area_inner1 .bx {


    background: linear-gradient(180deg, #ffffff55 0%, #ffffff63 100%);
    padding: 3px;
    border-radius: 40px;
    width: fit-content;
    margin: auto;
    width: 100%;
    max-width: 508px;

}




.boat_area_inner1 .bx .bx_inner {
    background: linear-gradient(180deg, #8d1f72 0%, rgb(1 1 1 / 0%) 92.48%);
    padding: 60px 84px;
    border-radius: 40px;

}

.boat_area_inner1 .bx .bx_inner h3 {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.boat_area_inner1 .bx .bx_inner p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.arbiterage_area {
    padding: 100px 0;
    text-align: center;
    position: relative;

}

.arbiterage_area::before {
    position: absolute;
    left: 0;
    width: 500px;
    height: 500px;
    top: 100px;
    content: "";
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);
    filter: blur(220px);
}

.arbiterage_area::after {
    position: absolute;
    left: 0;
    width: 500px;
    height: 500px;
    top: 100px;
    content: "";
    background: url('../images/vactor_v11.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: blur(30px);
}

.arbiterage_area h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;

}

.arbiterage_area p.sub-text {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;

}

.arbiterage_card {
    background: radial-gradient(100% 100% at 0% 0%, rgba(134, 134, 134, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid white;
    border-radius: 40px;
    z-index: 2;
    position: relative;
    padding: 30px 30px;
    transition: all 0.3s ease-in-out;
    height: fit-content;
}

.arbiterage_card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
}

.arbiterage_card img {
    width: 200px;
    margin-bottom: 20px;
}

.arbiterage_card h4 {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
    margin-top: 22px;
    width: 70%;

}

.arbiterage_card p {
    font-family: Sora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
    width: 90%;
    margin-top: 20px;

}

.arbiterage_card2 {
    margin-top: 212px;
}

.agent_area {
    padding: 100px 0;
}

.agent_area h2 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;


    margin-bottom: 0px;
}

.agent_area p.sub-text {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 90px;
    color: #cfcfcf;
}

/* Accordion Styling */
.accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.agent_area_inner {
    background: radial-gradient(100% 100% at 0% 0%, rgba(134, 134, 134, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.114);
    border-radius: 40px;
    z-index: 2;
    position: relative;
    padding: 130px 80px;
    position: relative;
    height: 700px;
}

.accordion-button::after {
    display: none;
}

.accordion-button {
    background: transparent;
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
    box-shadow: none;
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;

}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #f0c2ff;
    background: transparent;
}

.accordion-body {
    color: #aaa;
    font-size: 14px;
    padding-top: 0;

}

.accordion-item {
    padding-bottom: 20px;
    padding-top: 20px;
}

/* Robot & Orbit */
.robot-box {
    position: relative;
    text-align: center;
}

.robot-box img {
    width: 200px;
    position: relative;
    z-index: 2;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.orbit.orbit-1 {
    width: 420px;
    height: 420px;
}

.orbit.orbit-2 {
    width: 550px;
    height: 550px;
}

.orbit span {
    position: absolute;
    background: #ff2fb0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* Positioning sample pink dots */
.orbit-1 span:nth-child(1) {
    top: -5px;
    left: 50%;
}

.orbit-1 span:nth-child(2) {
    bottom: -5px;
    left: 50%;
}

.orbit-2 span:nth-child(1) {
    left: -5px;
    top: 50%;
}

.orbit-2 span:nth-child(2) {
    right: -5px;
    top: 50%;
}

/* Orbit labels */
.orbit-label {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    backdrop-filter: blur(6px);
    color: #fff;
    background: radial-gradient(100% 100% at 0% 0%, rgba(35, 88, 150, 0.4) 0%, rgba(255, 255, 255, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    border: 1px solid rgba(255, 255, 255, 0.144);
    font-family: Sora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    padding: 4px 26px;
}

.label-token {
    top: -76px;
    left: 19%;
    transform: translateX(-50%);
}

.label-chat {
    left: 10px;
    top: 55%;
    transform: translateY(-50%);
}

.label-social {
    right: -0px;
    top: 40%;
}

.label-arbix {
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
}

.accordion-item {
    border-bottom: 2px solid #ffffff14;
}


.accordion-button:focus {
    box-shadow: none;
    border-color: none !important;
}


.robot-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.robot-box::before {
    position: absolute;
    content: "";
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);
    filter: blur(150px);
    width: 500px;
    height: 500px;
}



.nft_collaction_area {
    padding: 200px 170px 50px;
    position: relative;

}

.nft_collaction_area::before {
    position: absolute;
    content: "";
    width: 700px;
    height: 700px;
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);
    right: -40px;
    top: 40px;
    filter: blur(200px);
}

.nft_collaction_area h2 {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    width: 100%;
    max-width: 88%;
    vertical-align: middle;

}

.nft_collaction_area h2 span {
    color: #C2E04C;
}

.nft_collaction_area p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
    margin: 24px 0 35px;

}

.nft_collaction_area p.p2 {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;
    display: flex;
    gap: 4px;

}

.nft_collaction_area .highlight {
    color: #C2E04C;
    font-weight: 600;
}

.nft-buttons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 70px !important;
}

.nft-buttons a {
    margin: 0;

}

.nft-buttons a.commen_btn:first-child {
    background: #004BFE !important;
}

.nft-buttons a.commen_btn:first-child:hover {
    animation: pulse513 1.5s infinite;
}

.nft-buttons a.commen_btn:last-child {
    background: #565656 !important;
}

.nft-buttons a.commen_btn:last-child:hover {
    animation: pulse515 1.5s infinite;
}

@keyframes pulse515 {

    0% {
        box-shadow: 0 0 0 0 #565656;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);

    }
}

.nft-buttons .btn {
    margin-right: 15px;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
}

.nft-buttons .btn-primary {
    background: linear-gradient(90deg, #005DFF 0%, #408CFF 100%);
    border: none;
}

.nft-buttons .btn-secondary {
    background: #333;
    border: none;
    color: #fff;
}

.stats-box {
    margin-top: 70px;
}

.stats-box h3 {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;

    color: white;
}

.stats-box p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 0px;
    letter-spacing: 0px;
    vertical-align: middle;
    ;
    color: white;

}

/* NFT Card */
.nft-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    color: #000;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.nft-card:hover {
    transform: translateY(-10px);
}

.nft-card img {
    width: 100%;
    border-bottom: 0px solid #eee;
}

.nft-card .card-body {
    padding: 15px;
}

.nft-card h5 {
    font-size: 18px;
    font-weight: 600;
}

.nft-card small {
    font-size: 12px;
    color: #555;
}

.nft-card .bid {
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}

.nft-card .price {
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
}

.nft_collaction_area_inner {
    display: flex;
    align-items: start;
    gap: 70px;
}

.nft_collaction_area_inner img:first-child {
    margin-top: -200px;
}

.nft_collaction_area_inner img:last-child {
    margin-top: 100px;

}

.bids_area {
    position: relative;
    color: #fff;
    padding: 100px 0;
}

.bids_area::before {
    position: absolute;
    left: 0;
    content: "";
    width: 700px;
    height: 700px;
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);
    filter: blur(300px);
}

.bids_area h2 {
    font-family: Sora;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;

}

.filter-btns .nav-link {
    border-radius: 10px;
    margin-right: 10px;
    padding: 8px 18px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-btns .nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
}

.filter-btns .nav-link.active {
    background: #fff;
    color: #000;
}

.nft-card {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
}

.nft-card:hover {
    transform: translateY(-8px);
}

.nft-card img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    width: 100%;
    object-fit: cover;
    height: auto;
}

.nft-card .content {
    padding: 25px 25px 0;
}

.nft-card h6 {
    font-weight: bold;
    margin-bottom: 5px;
}

.nft-card p {
    margin-bottom: 5px;
}

.nft-card .content .bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nft-card .content .bx h4 {
    font-family: Sora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000000;
}

.nft-card .content .bx span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #8F8989;
    display: flex;
    align-items: center;
    gap: 14px;
}

.nft-card .content .bx span i {
    font-size: 20px;
}

.nft-card .content .profl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;

}

.nft-card .content .profl img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    object-fit: cover;
}

.nft-card .content .profl span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #8F8989;
}

.nft-card .content .bd_bx {
    margin-top: 10px;
}

.nft-card .content .bd_bx span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #8F8989;
}

.nft-card .content .bd_bx h5 {
    font-family: Sora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000000;
}

.nft-card .content .bd_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gramchian_area {
    padding: 250px 0 50px;
    background: url('../images/gramchian_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1000px;
    position: relative;
}

.gramchian_area::before {
    position: absolute;
    content: "";
    left: -380px;
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);
    filter: blur(100px);
    width: 700px;
    height: 700px;
    border-radius: 100%;
    top: 0;
}

.gramchian_area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 281px;
    background: linear-gradient(357deg, #000000 21%, rgb(0 0 0 / 0%) 87%);
    bottom: 0;
    left: 0;
}

.gramchian_area_inner h1 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;

}

.gramchian_area_inner p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    width: 100%;
    max-width: 900px;
    margin-top: 14px;
}

.gramchian_area_inner img {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.gramchian_area_inner .commen_btn {
    background: #004BFE !important;
}

.gramchian_area_inner .commen_btn:hover {
    animation: pulse513 1.5s infinite;
}

.building_area span.badge {
    background: #FFFFFF33;
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 100px;
    color: #FFFFFF;
    padding: 9px 30px;
    margin-bottom: 20px;
}

.building_area {

    color: #fff;
    padding: 0 0 100px;
    text-align: center;
}

.building_area h2 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.building_area p {
    max-width: 1000px;
    margin: 0 auto 50px auto;
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 100px;

}

.building_card {
    background: radial-gradient(151.64% 120.36% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);

    border: 2px solid #272727;
    padding: 35px 28px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
}

.building_card>span {
    border: 2px solid #27272743;
    background: radial-gradient(151.64% 120.36% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    align-items: center !important;
}

.building_card>span img {
    margin: auto;
}

.building_card>h5 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    width: 60%;
    text-align: left;
}

.building_card:hover {
    transform: translateY(-8px);
}

.building_card.active {
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);


    color: #fff;
    box-shadow: 0 0 20px linear-gradient(180deg, #0247FF 0%, #F904AA 65.38%, #FE892F 100%);
}

.building_card img {
    width: 50px;
    margin-bottom: 20px;
}

.building_card h5 {
    font-size: 1rem;
    margin: 0;
}



.provide_area {
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.provide_area::before {
    position: absolute;
    right: -400px;
    content: "";
    width: 550px;
    height: 550px;
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);
    border-radius: 100%;
    top: -150px;
    filter: blur(120px);
}

.provide_area::after {
    position: absolute;
    left: -200px;
    content: "";
    width: 550px;
    height: 550px;
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.5) 4.54%, rgba(249, 4, 170, 0.5) 46.48%, rgba(254, 137, 47, 0.5) 96.37%);

    border-radius: 100%;
    bottom: 0px;
    filter: blur(120px);
}

.provide_area h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.provide_area p {
    max-width: 850px;
    margin: 0 auto 60px auto;
    font-size: 1rem;
    color: #cfcfcf;
}

.provide_card {
    background: #ECF4FF0D;
    position: relative;
    border: 1px solid #434343;
    border-radius: 20px;
    padding: 140px 33px 70px;
    height: 100%;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.provide_card img {
    position: absolute;
    left: 0;
    top: 0;
}

.provide_card img.img4 {
    margin: auto;
    width: 100%;
    opacity: 0.2;
}

.provide_card.card_2 {
    padding-top: 170px;
}

.provide_card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.25);
}

.provide_card h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.provide_card p {
    font-size: 0.95rem;
    margin: 0;
    color: #cfcfcf;
}


.card_area {
    padding: 250px 0 50px;
    background: url('../images/card_area_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.card_area_inner h1 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 46px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.card_area_inner span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    display: flex;

    justify-content: center;
    color: white;
    margin: 24px auto 57px;
}

.card_area_inner img.card {
    margin: auto;
    background-color: transparent;
}

.card_area_inner_bx h3 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 46px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.card_area_inner_bx span {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF42;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 17px;
}

.card_area_inner {
    margin-bottom: 76px;
}

.card_area_inner1 {
    margin-top: 120px;
}

.card_area_inner_card {
    background: #FFFFFF03;
    /* box-shadow: 0px 1px 40px 0px #0D89CF33 inset;

box-shadow: 0px 4px 18px 0px #083B584D inset; */

    box-shadow: 0px 98px 100px -48px #00A1FD4D inset;

    /* box-shadow: 0px -82px 68px -64px #0E4E724D inset;

box-shadow: 0px 7px 11px -4px #FFFFFF inset;

box-shadow: 0px 39px 56px -36px #FFFFFF80 inset; */
    padding: 40px;
    height: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.card_area_inner_card h3 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.card_area_inner_card img {
    width: 200px;
    margin-top: 27px;
    object-fit: cover;

}

.card_area_inner_card.crdd1 img {
    position: absolute;
    bottom: -55px;
    right: -15px;
}

.card_area_inner3 {
    margin-top: 100px;
}



.login_area {

    padding: 256px 0 100px;


}

.login_area::before {
    position: absolute;
    content: "";
    top: 0;
    background: url(../images/banner_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    filter: blur(90px);
}

.login_area_inner h1 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
    text-align: center;
    margin-bottom: 25px;
}

.login_area_inner p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;
    text-align: center;
}

.login_area_inner1 {
    background: #00000066;
    z-index: 2;
    margin-top: 40px !important;
    width: 100%;
    margin: auto;
    max-width: 609px;
    position: relative;
    border-radius: 20px;
    padding: 44px 90px;
}

.form_bx {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form_bx .new_wall {
    position: absolute;
    color: #0098EA;
    text-decoration: underline;
    right: 20px;
}

.register_area .login_area_inner1 {
    padding: 44px 44px !important;
    max-width: 729px;


}

.form_bx select {
    width: 100%;
    padding: 12px 24px;
    border-radius: 20px;
    border: 3px solid white;
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000;
    transition: all ease 0.5s;
}

.form_bx input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 20px;
    border: 3px solid white;
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #000;
    transition: all ease 0.5s;
}

.form_bx input::placeholder {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #2D2D2D;
}

.form_bx input:focus {
    outline: 0;
    border-color: #e0475f;
    border-width: 3px;
}

.login_btn {
    padding: 3px;

    background: linear-gradient(180deg, #0247FF 0%, #F904AA 65.38%, #FE892F 100%);
    border-radius: 20px;
    display: flex;
    width: 100%;

}

.login_btn span {
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);
    padding: 22px;
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: Sora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
    border-radius: 17px;

}

.form_bx p {
    font-size: 16px;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 0px;
    width: 100%;
}

.form_bx p a {
    text-decoration: underline;
}

.register_area {
    position: relative;
}

.register_area .vactor {
    position: absolute;
    right: -450px;
    width: 800px;
    bottom: -170px;
    z-index: -3;
}

.forgot_password {
    position: relative;
}

.forgot_password .vactor {
    position: absolute;
    right: -120px;
    width: 450px;
    bottom: 00px;
    z-index: -2;
}



.toanpad_area {
    padding: 130px 150px 50px;
    position: relative;
    background-color: #00000079;
    z-index: 2;
}

.toanpad_area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 281px;
    background: linear-gradient(357deg, #000000 21%, rgb(0 0 0 / 0%) 87%);
    bottom: 0;
    left: 0;
}

.toanpad_area_inner1 video {
    z-index: -1 !important;
    object-fit: cover;
}

.toanpad_area_inner h1 {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 84px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

.toanpad_area_inner p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
    width: 100%;
    max-width: 600px;
    margin: 17px auto 31px;
}

.toanpad_area_inner1 img {
    width: 100%;
}

.toanpad_area_inner .commen_btn {
    background: #004BFE !important;
    margin: 15px 0;
}

.toanpad_area_inner .commen_btn:hover {
    animation: pulse513 1.5s infinite;
}

.toanpad_area2_inner1 {
    background: #43434336;
    border: 1px solid #434343;
    padding: 70px;
    border-radius: 40px;
    height: 100%;
}

.toanpad_area2_inner1 h3 {
    font-family: Sora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;

    color: white;
}

.toanpad_area2_inner1 p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.toanpad_area2_inner1 .image {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;

}

.toanpad_area2_inner1 .image .blur_img {
    position: absolute;
    width: 400px;
    z-index: -1;
}

.toanpad_area2_inner2 {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #101010;
}

.toanpad_area2_inner2.color33 {
    background-color: #070B11 !important;
    border-color: #070B11 !important;

}

.doc_area {
    padding: 180px 0 0px;
    position: relative;
    overflow: hidden;
}

.doc_area::before {
    position: absolute;
    content: "";
    top: -100px;
    background: linear-gradient(174.3deg, rgba(2, 71, 255, 0.9) 4.54%, rgba(249, 4, 170, 0.9) 46.48%, rgba(254, 137, 47, 0.9) 96.37%);
    width: 540px;
    height: 540px;
    left: 50%;
    z-index: -1;
    border-radius: 100%;
    filter: blur(120px);
}

.doc_area_inner {
    background-color: #000;
    background: url('../images/litepaper_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 70px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.092);
}

.doc_area_inner .auth_bx img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.doc_area_inner .auth_bx {
    display: flex;
    align-items: center;
    gap: 20px;
}

.doc_area_inner .auth_bx .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doc_area_inner .auth_bx .content span {
    width: 100%;
    display: flex;
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #FFFFFF;

}

.doc_area_inner h1 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
    margin: 20px 0 40px;
    width: 90%;
}

.doc_area_inner p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    width: 90%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
}

.doc_area_inner .commen_btn {
    margin: 40px 0 0;
    background: #004BFE !important;
}

.doc_area_inner .commen_btn:hover {
    animation: pulse513 1.5s infinite;

}

.doc_area_inner1 {
    background: #43434336;
    background: #43434336;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;

}

.doc_area_inner2 {
    padding-top: 90px;
    padding-bottom: 180px;
}

.doc_area_inner2_inner {
    position: relative;
}

.doc_area_inner2_inner .vactor2 {
    position: absolute;
    right: 0;
    bottom: -220px;
}

.doc_area_inner2_inner1 h2 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
}

.doc_area_inner2_inner1 p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
    margin: 28px 0 70px;

}

.doc_area_inner2_inner1 .commen_btn {
    margin: 00px 0 0;
    background: #004BFE !important;
}

.doc_area_inner2_inner1 .commen_btn:hover {
    animation: pulse513 1.5s infinite;

}

.doc_area_inner2_inner2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc_area_inner2_inner2 .vactor1 {
    width: 100%;
}

.doc_area_inner2_inner2 .vactor2 {
    position: absolute;
    filter: blur(50px);
}


.reward_area {
    padding: 250px 0 150px;
    position: relative;
    display: flex;
    justify-content: center;
}


.reward_area::before {
    position: absolute;
    top: -350px;
    left: auto;
    right: auto;
    background: url('../images/reward_big_b.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    width: 100%;
    max-width: 1200px;
    height: 1200px;
}


.reward_area_inner h1 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: white;
    text-align: center;
}

.reward_area_inner p {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 50px auto 60px;
}

.reward_area_inner .commen_btn {
    background: #004BFE !important;
}

.reward_area_inner .commen_btn:hover {
    animation: pulse513 1.5s infinite;

}


.reward_area_inner1 {
    background: #00000058;
    box-shadow: 0px 98px 100px -48px #00A1FD4D inset;
    padding: 40px;
    height: fit-content;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 300px;
}


.reward_area_inner1_bx h3 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.reward_area_inner1_bx span {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
}




.dynamic_team_area {

    color: #fff;
    padding: 0px 0;
    text-align: center;
}

.dynamic_team_area h2 {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.dynamic_team_area p {
    font-family: Sora;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 90px;
}

.team_table {
    background: #111;
    border-radius: 40px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    padding: 30px;
}

.team_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.team_row:last-child {
    border-bottom: none;
}

.team_row div {
    flex: 1;
    text-align: left;
}

.team_row div:nth-child(2),
.team_row div:nth-child(3) {
    text-align: center;
}

.team_row div:last-child {
    text-align: right;
}

.team_row a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.team_row a:hover {
    text-decoration: underline;
}

.loader {
  --size: 250px;
  --duration: 2s;
  --logo-color: grey;
  --background: linear-gradient(
    0deg,
    rgba(50, 50, 50, 0.2) 0%,
    rgba(100, 100, 100, 0.2) 100%
  );
  height: var(--size);
  aspect-ratio: 1;
width: 500px;
height: 500px;
position: relative;

}
#preloader{
  position: fixed;
  width: 100%;
  height:100% ;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
z-index: 222;
}



.loader .box {
     position: absolute;
    background: rgba(217, 217, 217, 0.026); 
    border-radius: 50%;
    border-top: 1px solid rgb(31 98 209 / 32%);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px -0px;
    backdrop-filter: blur(5px);
  animation: ripple 1s infinite ease-in-out;
}

.loader .box:nth-child(1) {
  inset: 40%;
  z-index: 99;
}

.loader .box:nth-child(2) {
  inset: 30%;
  z-index: 98;
  border-color: rgba(100, 100, 100, 0.8);
  animation-delay: 0.2s;
}

.loader .box:nth-child(3) {
  inset: 20%;
  z-index: 97;
  border-color: rgba(100, 100, 100, 0.6);
  animation-delay: 0.4s;
}

.loader .box:nth-child(4) {
  inset: 10%;
  z-index: 96;
  border-color: rgba(100, 100, 100, 0.4);
  animation-delay: 0.6s;
}

.loader .box:nth-child(5) {
  inset: 0%;
  z-index: 95;
  border-color: rgba(100, 100, 100, 0.2);
  animation-delay: 0.8s;
}

.loader .logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 30%;
}

.loader .logo img {
 
  width:80px;
  animation: color-change var(--duration) infinite ease-in-out;
}

.zoom-out{
  
     animation: zoomOut 2.5s forwards;
}
@keyframes zoomOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(10);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ripple {
  0% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px -0px;
  }
  50% {
    transform: scale(1.3);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 20px -0px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px -0px;
  }
}

@keyframes color-change {
  0% {
    fill: var(--logo-color);
  }
  50% {
    fill: white;
  }
  100% {
    fill: var(--logo-color);
  }
}


/*---------------- responcive css start ---------------- */
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1390px;
    }
}

@media screen and (max-width: 1450px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1350px) {
    .about_addton_area_inner1 h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .nav_cmn_bx {
        padding-left: 0;
        justify-content: space-around;
    }

    .nft_collaction_area {
        padding-left: 0;
        padding-right: 0;
    }

    .register_area .vactor {
        position: absolute;
        right: -550px;
        width: 800px;
    }

    .toanpad_area {
        padding: 230px 0px 50px;

    }

    .toanpad_area_inner p {
        margin-left: 0;
    }
}

@media screen and (max-width: 1250px) {
    .earn_area {
        padding-left: 0;
        padding-right: 0;
    }

    .build_hero {
        padding: 0 !important;
    }

    .hero_area_innenr h1 {
        font-size: 185px;
    }

    .staking_area_innerin1 {
        flex-wrap: wrap;
    }

    .nv_first_bx ul {
        gap: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 100% !important;
        padding: 0 20px !important;
    }

    .nft_collaction_area_inner img {
        margin: 0 !important;
    }

    .nft_collaction_area_inner {
        justify-content: center;

    }

    .doc_area_inner2 {
        padding-bottom: 20px;
    }

    .doc_area_inner2_inner .vactor2 {
        position: absolute;
        right: 0;
        bottom: 0px;
    }

    .forgot_password .vactor {
        position: absolute;
        right: -250px;
        width: 450px;
        bottom: 00px;
        z-index: -2;
    }

    .agent_area_inner {
        height: fit-content;
        padding: 60px 60px;
    }

    .card_area_inner_card {

        height: 350px;
    }

    .robot-box {
        max-width: 655px;
        max-height: 355px;
        margin: 150px auto;
    }

    .nv_first_bx ul {
        gap: 10px;
    }

    .arbiterage_card2 {
        margin-top: 0px;
    }

    .navbar .container {
        gap: 50px;
    }
 .navbar-toggler {
        background: var(--primary_gradient) !important;
        color: white !important;
        border-color: #7428d7 !important;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white !important;
    }

 .nav_cmn_bx {
        padding-left: 0;
    }

    .navbar-collapse {
        padding: 40px 15px;
    }

    nav .nv_first_bx {
        width: 100%;
    }

    .nv_third_bx a {
        text-align: left;
    }

    .nv_third_bx a:hover {
        border: 0 !important;
    }

    .navbar-toggler i {
        color: white !important;

    }

    .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .nav_cmn_bx {
        flex-direction: column;
    }

    .navclose {
        width: 30px !important;
        height: 30px !important;
        border-radius: 100px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .navclose i {
        font-size: 16px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        background: black !important;
        z-index: 22;
        left: 0;
        padding: 40px;
        height: 100vh;
        width: 100%;
        max-width: 300px;

    }

    .nv_secound_bx ul {
        width: 100%;
        flex-direction: row;
        padding-left: 20px !important;
        margin-left: 0px !important;
    }

    .nv_third_bx {
        width: 100%;
    }

    .nv_secound_bx {
        width: 100%;

    }

    .nv_third_bx {
        width: 100% !important;

    }

    .nv_third_bx a {
        width: 100% !important;
        padding-left: 20px !important;

    }

}

@media screen and (max-width: 1150px) {
    .navbar .container {
        gap: 30px;
    }

    .register_area .vactor {
        position: absolute;
        right: -700px;
        width: 800px;
    }

.nav_cmn_bx{
    gap: 0;
}
}

@media screen and (max-width: 1098px) {
    .exprience_area {
        margin-top: -400px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-toggler {
        background: var(--primary_gradient) !important;
        color: white !important;
        border-color: #7428d7 !important;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white !important;
    }

    .doc_area_inner2_inner .vactor1 {
        width: 100%;
    }

    .doc_area_inner2_inner .vactor2 {
        position: absolute;
        right: 0;
        bottom: 0px;
        width: 300px;
    }

    .forgot_password .vactor {
        position: absolute;
        right: -490px;
        width: 450px;
        bottom: -100px;
        z-index: -2;
    }

    .sponcer_area_inner {
        padding: 50px 70px 70px;
    }

    .about_addton_area {
        padding-left: 0px !important;
        padding-right: 0 !important;
    }

    .powerhouse_area {
        padding: 50px 0;
    }

    .exprience_area_inner2 {
        flex-wrap: wrap;
    }

    .exprience_area_inner2 .bx1 {
        width: 100%;
    }

    .exprience_area_inner2 .bx2 {
        width: 100%;
    }

    .exprience_area_inner2 .bx2 img {
        position: relative !important;
        top: auto;
        width: 100%;
        height: auto;
    }

    .exprience_area_innner h2 {
        line-height: 130%;
    }

    .nav_cmn_bx {
        padding-left: 0;
    }

    .navbar-collapse {
        padding: 40px 15px;
    }

    nav .nv_first_bx {
        width: 100%;
    }

    .nv_third_bx a {
        text-align: left;
    }

    .nv_third_bx a:hover {
        border: 0 !important;
    }

    .navbar-toggler i {
        color: white !important;

    }

    .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero_area_innenr h1 {
        font-size: 135px;
    }

    .nav_cmn_bx {
        flex-direction: column;
    }

    .navclose {
        width: 30px !important;
        height: 30px !important;
        border-radius: 100px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .navclose i {
        font-size: 16px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        background: black !important;
        z-index: 22;
        left: 0;
        padding: 40px;
        height: 100vh;
        width: 100%;
        max-width: 300px;

    }

    .nv_secound_bx ul {
        width: 100%;
        flex-direction: row;
        padding-left: 20px !important;
        margin-left: 0px !important;
    }

    .nv_third_bx {
        width: 100%;
    }

    .nv_secound_bx {
        width: 100%;

    }

    .nv_third_bx {
        width: 100% !important;

    }

    .nv_third_bx a {
        width: 100% !important;
        padding-left: 20px !important;

    }
}

@media screen and (max-width: 768px) {

    .hero_area {
        height: fit-content;
        padding: 200px 0 100px;

    }

    .reward_area_inner h1 {
        font-size: 32px;
    }

    .reward_area_inner p {
        font-size: 14px;
        margin: 30px auto 30px;
    }

    .doc_area_inner h1 {
        width: 100%;
        font-size: 40px;
    }

    .doc_area_inner {
        padding: 30px !important;
    }

    .login_area {
        padding: 206px 0 0px;
    }

    .login_area_inner h1 {
        font-size: 33px;
    }

    .login_area_inner1 {
        padding: 30px;
    }

    .card_area_inner3 {
        margin-top: 50px;
    }

    .card_area {
        padding-bottom: 0;
    }

    .card_area_inner1 {
        margin-top: 40px;
    }

    .card_area_inner img.card {
        width: 100%;
    }

    .nft_collaction_area_inner img {
        width: 200px;
    }

    .orbit.orbit-1 {
        width: 350px;
        height: 350px;
    }

    .orbit.orbit-2 {
        width: 400px;
        height: 400px;
    }

    .round_ani_bx {
        width: 100%;
    }

    .innovation_area .innovation_box p {
        width: 100%;
        font-size: 14px;
    }

    .sponcer_area_inner {
        padding: 40px 40px 40px;
    }

    .sponcer_area_inner1 h2 {
        font-size: 50px;
    }

    .footer_inner1 ul {
        padding-left: 0;
        flex-wrap: wrap;
    }

    .footer_inner1 ul li {
        max-width: 100%;
    }

    .prediction_area_inner1 h2 {
        flex-wrap: wrap;
    }

    .exprience_area_inner1.bxx3 {
        padding: 30px;
    }

    .exprience_area_innner h2 {
        line-height: 130%;
        font-size: 30px;

    }

    .innovation_area .section-heading h2 {
        line-height: 130%;
        font-size: 30px;
    }

    .exprience_area {
        margin-top: -350px;
    }

    .circle_area_inner .content h2 {
        font-size: 30px;
    }

    .dao_area_r2 {
        margin-top: 50px !important;
    }

    .dao_area_innner h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
    }

    .dao_area_innner1 p {
        text-align: center;
        font-size: 14px;
    }

    .slide_bx span {
        font-size: 15px;
    }

    .hero_area_innenr h1 {
        font-size: 100px;
    }

    .nv_first_bx {
        width: 100% !important;
        gap: 0px;
    }

    .nv_first_bx ul {
        width: 100% !important;
        padding-left: 15px;

    }

    .slide_bx span {
        min-width: fit-content !important;
    }

    .powerhouse_are_inner1 h3 {
        font-size: 22px;
    }

    .footer_inner h2 {
        font-size: 30px;
    }

    .about_addton_area_inner1 h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 550px) {
    .hero_area_innenr h1 {
        font-size: 90px;

    }
.earn_area_inner1 video{

width: 100%;
}
    .dynamic_team_area h2 {
        font-size: 32px;
    }

    .dynamic_team_area p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .team_row div {
        min-width: 200px;
    }

    .reward_area {
        padding: 230px 0 50px !important;
    }

    .doc_area_inner2_inner .vactor2 {
        position: absolute;
        right: 0;
        bottom: 0px;
        width: 200px;
    }

    .team_row {
        overflow-x: scroll;
    }

    .doc_area_inner2_inner1 h2 {
        font-size: 32px;
    }

    .doc_area_inner2_inner1 p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .doc_area_inner2 {
        padding-bottom: 0;
    }

    .doc_area_inner h1 {
        width: 100%;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .doc_area_inner p {
        width: 100%;
        font-size: 14px;
    }

    .doc_area_inner {
        padding: 30px !important;
    }

    .toanpad_area_inner h1 {
        font-size: 70px;
    }

    .toanpad_area2_inner1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .login_area_inner h1 {
        font-size: 25px;
    }

    .login_area_inner p {
        font-size: 14px;
    }

    .provide_area h2 {
        font-size: 22px;
    }

    .provide_area {
        padding: 50px 0 0;
    }

    .building_area h2 {
        font-size: 32px;
    }

    .building_area p {
        margin-bottom: 32px;
        font-size: 14px;
    }

    .gramchian_area::before {
        left: 0;
        width: 400px;
        height: 400px;
        border-radius: 100%;
        top: 100px;
    }

    .gramchian_area_inner h1 {
        font-size: 30px;
    }

    .nft_collaction_area_inner {
        gap: 12px;
    }

    .bids_area h2 {
        font-size: 22px;
    }

    .roboat_bx img {
        z-index: 3;
        position: relative;
        width: 80%;
    }

    .arbiterage_area h2 {
        font-size: 28px;
        line-height: 130%;
    }

    .arbiterage_card h4 {
        width: 100%;
    }

    .arbiterage_card p {
        width: 100%;
        font-size: 14px;
    }

    .arbiterage_area p.sub-text {
        margin-bottom: 30px;
    }

    .earn_area {
        padding: 50px 0;
    }

    .earn_area_inner h2 {
        font-size: 40px;
        line-height: 100%;
    }

    .sponcer_area_inner {
        padding: 30px 30px 30px;
    }

    .sponcer_area {
        padding: 50px 0;
    }

    .sponcer_area_inner1 h2 {
        font-size: 40px;
    }

    .coin_leadership_area .leader-box img {
        width: 80px;
        height: 80px
    }

    .coin_leadership_area .leader-box h5 {
        font-size: 16px;
    }

    .coin_leadership_area .leader-box span {
        font-size: 13px;
    }

    .innovation_area .section-heading h2 {
        line-height: 150%;
        font-size: 20px;
    }

    .about_addton_area_inner1 {
        padding-top: 20px;
    }

    .about_addton_area_inner1 h2 {
        font-size: 25px;
    }

    .innovation_area .section-heading {
        margin-bottom: 50px;
    }

    .innovation_area .left_text h2 {
        font-size: 32px;
    }

    .innovation_area_inner {
        margin-bottom: 30px;
    }

    .footer_inner2 {
        flex-wrap: wrap;
    }

    .prediction_area_inner {
        display: flex;
        justify-content: center;
    }

    .prediction_area_inner1 {
        padding: 40px;
    }

    .prediction_area_inner1 h2 {
        font-size: 22px;
    }

    .powerhouse_are_inner1 {
        padding: 35px;
    }

    .exprience_area_inner1.bxx3 h3 {
        font-size: 22px !important;
        line-height: 130% !important;
    }

    .exprience_area_inner1.bxx3 h3 b {
        font-weight: 500 !important;
        line-height: 130% !important;

    }

    .exprience_area_inner1 .immgbx img {
        width: 100% !important;
    }

    .circle_area_inner h2 img {
        display: none;
    }

    .exprience_area_innner h2 {
        line-height: 130%;
        font-size: 30px;

    }

    .exprience_area {
        margin-top: -300px;
    }

    .circle_area_inner .content h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .circle_area_inner .content p {
        font-size: 14px;
        margin-top: 10px;
    }

    .dao_area_innner h2 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 15px;
    }

    .dao_area_innner1 p {
        text-align: center;
        font-size: 14px;
    }

    .nv_third_bx a {
        width: 100% !important;
        padding-left: 30px !important;
    }

    .hero_area_innenr p {
        font-size: 16px;

    }

    .dao_area {
        padding: 50px 0;
    }

    .agent_area h2 {
        font-size: 30px;
        line-height: 140%;
    }

    .agent_area p {
        font-size: 14px !important;
        margin-bottom: 30px !important;
    }

    .agent_area {
        padding: 50px 0;
    }

    .arbiterage_area {
        padding: 50px 0;

    }

    .boat_area_inner1 .bx .bx_inner {
        padding: 60px 30px;
    }

    .stats-box_inner {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nft_collaction_area h2 {
        max-width: 100%;
        font-size: 25px;
    }

    .bids_area {

        padding: 50px 0;
    }

    .gramchian_area {
        height: fit-content;
        background-size: cover;
        background-position: center;
        padding-top: 180px;
    }

    .register_area .login_area_inner1 {
        padding: 24px 24px !important;
        max-width: 100%;
    }

    .form_bx .new_wall {
        position: relative;
        color: #0098EA;
    }

    .form_bx {
        flex-direction: column;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }

    .form_bx .new_wall {
        width: 100%;
        padding-left: 22px;
    }

    .login_area {
        padding: 166px 0 0px;
    }
}

@media screen and (max-width: 450px) {

    .hero_area_innenr h1 {
        font-size: 60px;

    }

    .gramchian_area_inner h1 {
        font-size: 23px;
    }

    .gramchian_area_inner p {
        font-size: 14px;
    }

    .bids_area .nav-pills {
        flex-wrap: wrap;
        gap: 10px;
    }

    .nft_collaction_area_inner img {
        width: 170px;
    }

    .exprience_area_innner h2 {
        font-size: 22px !important;
        margin-bottom: 10px;
    }

    .dao_area_innner h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 15px;
    }

    .dao_area_innner1 p {
        text-align: center;
        font-size: 14px;
    }

    .hero_area_innenr p {
        font-size: 16px;

    }

    .navbar-collapse {
        max-width: 100%;
    }

    .circle_area_inner .bx1 span {
        font-size: 12px !important;
    }

    .orbit.orbit-1 {
        width: 300px;
        height: 300px;
    }

    .orbit.orbit-2 {
        width: 340px;
        height: 340px;
    }

    .agent_area_inner {
        height: fit-content;
        padding: 29px 20px 0;
    }
}

@media screen and (max-width: 375px) {
    .navbar-brand {
        margin: 0px !important;
    }

    .nft_collaction_area_inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    .nft_collaction_area_inner img {
        width: 100%;
    }

    .orbit.orbit-1 {
        width: 250px;
        height: 250px;
    }

    .orbit.orbit-2 {
        width: 300px;
        height: 300px;
    }

    .container {
        max-width: 100% !important;
        padding: 0 10px !important;
    }

    .hero_area_innenr h1 {
        font-size: 60px;

    }

    .hero_area_innenr p {
        font-size: 14px;

    }
}

@media screen and (max-width: 325px) {}