body {
    background-color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #eaeaea;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

html,
body {
    margin: 0;
    padding: 0;
}

#smooth-wrapper {
    overflow: hidden;
}

#smooth-content {
    will-change: transform;
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0px;
}

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #eaeaea;
        opacity: 0.6;
        font-size: 15px;
        padding: 10px 5px;
        font-weight: 500;
        position: relative;
    }

        .navbar-expand-lg .navbar-nav .nav-link:hover {
            opacity: 1;
        }



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 25px;
    }

        .navbar-expand-lg .navbar-nav .nav-link:after {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 0px;
            height: 2px;
            background: #f5be09;
            transition: 0.5s;
        }

        .navbar-expand-lg .navbar-nav .nav-link:hover:after {
            width: 100%;
            transition: 0.5s;
        }
}

.nav-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.login-link {
    padding: 0px 24px;
    border-radius: 12px;
    box-shadow: inset 0 -4px 6.9px #ffffff59;
    color: #eaeaea;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    transition: 0.5s;
}

    .login-link div {
        transition: 0.5s;
    }

    .login-link:hover div {
        transition: 0.5s;
        transform: translateY(-48px);
    }

.signup-link {
    padding: 0px 24px;
    border-radius: 12px;
    /* background-color: rgb(234, 234, 234); */
    background-color: #fff;
    color: #050a14;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    transition: 0.5s;
}

    .signup-link div {
        transition: 0.5s;
    }

    .signup-link:hover div {
        transition: 0.5s;
        transform: translateY(-48px);
    }

.site-header .container {
    display: flex;
    align-items: center;
}

nav {
    width: 100%;
}

.navbar-collapse {
    flex-grow: inherit;
    margin: auto;
}

header.site-header {
    padding: 10px 0;
    position: fixed;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

    header.site-header.scrolled {
        background: #05050533;
        backdrop-filter: blur(10px);
    }

.logo {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-decoration: none;
}

    .logo img {
        width: 100%;
        max-width: 110px;
    }

section {
    position: relative;
    padding: 90px 0;
}

.hero {
    padding-top: 130px;
    padding-bottom: 130px;
    min-height: calc(100vh - 84px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #000;
    /* background: url(../images/bg.jpg) no-repeat, #000000;
  background-position: right 770px center; */
}

/* .hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background: linear-gradient(360deg, #705809, transparent);
    bottom: 0;
    left: 0;
    z-index: 0;
} */



/* banner SVG */
#redblocks > * {
    transform: translate3d(160px, -93px, 0);
    animation: moveblocks 4s 1s ease infinite;
}

@keyframes moveblocks {
    0% {
        transform: translate3d(160px, -93px, 0);
    }

    50%, 100% {
        transform: translate(0);
    }
}

#firstBlock {
    transform: translate3d(160px, -93px, 0);
    animation: firstBlock 4s 1s ease infinite;
}

#blockdis {
    animation: blockdis 4s 1s ease infinite;
}

@keyframes blockdis {
    30% {
        opacity: 1;
    }

    40%, 100% {
        opacity: 0;
        transform: translate3d(-160px, 93px, 0);
    }
}

@keyframes firstBlock {
    0%, 15% {
        opacity: 0;
    }

    40%, 100% {
        opacity: 1;
    }
}

@for $i from 1 to 5 {
    #redblocksparticles g:nth-child(#{$i}) polygon {
        opacity: 0.35;
        animation: glow 4s 1s ease infinite;
    }
}

@for $i from 1 to 20 {
    #redblocksparticles g:nth-child(1) g circle:nth-child(#{$i}) {
        animation: dots 4s #

{
    1000+$i*50
}

ms ease infinite;
}

#redblocksparticles g:nth-child(2) g circle:nth-child(#{$i}) {
    animation: dots 4s #

{
    1000+$i*50
}

ms ease infinite;
}

#redblocksparticles g:nth-child(3) g circle:nth-child(#{$i}) {
    animation: dots 4s #

{
    1000+$i*50
}

ms ease infinite;
}

#redblocksparticles g:nth-child(4) g circle:nth-child(#{$i}) {
    animation: dots 4s #

{
    1000+$i*50
}

ms ease infinite;
}
}

@keyframes glow {
    0%, 45% {
        opacity: 0;
    }

    60%, 100% {
        opacity: 0.35;
    }
}

@keyframes dots {
    0%, 35% {
        transform: translate(0);
        opacity: 0;
    }

    60%, 80% {
        transform: translate(55px, -35px);
        opacity: 1;
    }

    100% {
        transform: translate(55px, -35px);
        opacity: 0;
    }
}

@for $i from 1 to 22 {
    #purplebg > :nth-child(#{$i}) {
        animation: up 2s #

{
    $i* 500
}

ms ease infinite alternate;
}
}

@keyframes up {
    to {
        transform: translate(0, -25px);
    }
}

@for $i from 1 to 13 {
    #bottomparticles > :nth-child(#{$i}) {
        animation: particles 4s #

{
    $i*300
}

ms ease infinite alternate, p 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(#{$i}) {
    animation: particles 4s #

{
    $i*300
}

ms ease infinite alternate, p 2s ease infinite alternate;
}

#redglowparticles > :nth-child(#{$i}) {
    animation: particles 4s #

{
    $i*300
}

ms ease infinite alternate, p 2s ease infinite alternate;
}
}

@keyframes p {
    85%, 100% {
        opacity: 0;
    }
}

@keyframes particles {
    0%, 100% {
        transform: translate(0);
    }

    50% {
        transform: translate(10px, 15px);
    }
}

.particlespoly {
    animation: p 2s ease infinite alternate;
}

@for $i from 1 to 4 {
    #d-app g:nth-child(#{$i}) {
        animation: updown 2s #

{
    $i*200
}

ms ease-in-out infinite alternate;
}
}

@for $i from 1 to 4 {
    #d-apps2 g:nth-child(#{$i}) {
        animation: updown 2s #

{
    $i*200
}

ms ease-in-out infinite alternate;
}
}

@for $i from 1 to 20 {
    #d-apps2wrapper g:nth-child(3) g > circle:nth-child(#{$i}) {
        animation: updown 2s #

{
    $i*50
}

ms ease infinite alternate;
}
}

@for $i from 1 to 20 {
    #d-appswrapper g:nth-child(2) g > circle:nth-child(#{$i}) {
        animation: updown 2s #

{
    $i*50
}

ms ease infinite alternate;
}
}


@keyframes updown {
    100% {
        transform: translate(0, -20px);
    }
}

#Layer_1 > g:nth-child(2) > g:nth-child(18) > g:nth-child(12) {
    animation: arrows 1s ease-in-out infinite alternate, p 2s ease infinite alternate;
}

@keyframes arrows {
    to {
        transform: translate(25px, 25px);
    }
}

#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(13) {
    animation: arrows2 1s ease-in-out infinite alternate, p 2s ease infinite alternate;
}

@keyframes arrows2 {
    to {
        transform: translate(-25px, -25px);
    }
}

#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(12) {
    animation: arrows 1s ease-in-out infinite alternate, p 2s ease infinite alternate;
}


@keyframes shine {
    to {
        background-position: 200% center;
    }
}

/* banner SVG */


.hero .row {
    align-items: center;
}

.hero .col-md-7,
.hero .col-md-6 {
    position: relative;
    z-index: 1;
}

.hero-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 60%;
}

    .hero-wrap img,
    .hero-wrap svg {
        width: 100%;
    }


    .hero-wrap video {
        height: 100%;
        /* mix-blend-mode: lighten; */
        /* position: absolute;
	top: 0;
    right: 0; */
        width: 100%;
        max-width: 900px;
        mask: radial-gradient(circle, #000 60%, rgb(0 0 0 / 21%) 75%, transparent 100%);
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.hero-left-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: none;
    width: 100%;
    max-width: 740px;
    display: flex;
}

.hero-badge-wrap {
    position: relative;
    padding: 8px 12px;
    border-radius: 100px;
    background-color: #ffffff0a;
    display: inline-block;
    color: #cccccc;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    overflow: hidden;
    z-index: 1;
}

    .hero-badge-wrap::before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: inherit;
        background: conic-gradient(from 0deg,transparent,#f5be09,transparent,transparent);
        animation: rotateBorder 3s linear infinite;
        z-index: -2;
    }

    .hero-badge-wrap::after {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: inherit;
        background: #111;
        z-index: -1;
    }


@keyframes rotateBorder {
    100% {
        transform: rotate(360deg);
    }
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #eaeaea;
    /* font-size: 74px;
  line-height: 94px; */
    font-size: 62px;
    line-height: 76px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

p {
    color: #cccccc;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

ul.list-wrap {
    padding: 0;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
}

    ul.list-wrap li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        ul.list-wrap li svg {
            border-radius: 10px;
            background-color: #ffffff0a;
            backdrop-filter: blur(10px);
            flex: none;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 40px;
            display: flex;
            overflow: hidden;
            fill: #fff;
            padding: 10px;
        }

.individual-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
    margin-top: 20px;
}

.button-01 {
    padding: 10px 16px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 12px;
    background-image: linear-gradient(-153deg, #f6c81a 4%, #fefb76 15%, #fbcc0d 35%, #fffa7a 71%, #e9af03 93%);
    justify-content: center;
    align-items: center;
    display: inline-flex;
    box-shadow: inset 0 15px 18px #ffffff8c;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}

    .button-01 div {
        width: 34px;
        height: 34px;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        transition: 0.5s;
    }

    .button-01 img {
        background: #00000045;
        border-radius: 8px;
        filter: invert(1);
        transition: 0.5s;
    }

    .button-01:hover img {
        transition: 0.5s;
        transform: translateX(34px);
    }

.button-02 {
    padding: 0px 24px;
    border-radius: 12px;
    box-shadow: inset 0 -4px 6.9px #ffffff59;
    color: #eaeaea;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    overflow: hidden;
    line-height: 54px;
    transition: 0.5s;
}

    .button-02 div {
        transition: 0.5s;
    }

    .button-02:hover div {
        transition: 0.5s;
        transform: translateY(-54px);
    }

/* .hero-bg-wrap {
  z-index: 1;
  pointer-events: none;
  background-image: url("../images/Shadow01.avif"),
    url("../images/Shadow02.avif");
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, contain;
  position: absolute;
  inset: 0%;
} */



.blockchainsec h2.title {
    margin-bottom: 30px;
}

/* .blockchainsec .col-md-6{
	perspective: 1000px;
}

.blockchainsec img.bchain{
	width: 100%;
	max-width: 400px;
	margin-right: auto;
	margin-top: -20px;
    display: inline-block;
    transform-style: preserve-3d;
    backface-visibility: visible;
    animation: turnAround 6s linear infinite;
}

@keyframes turnAround {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
} */


.text-right {
    text-align: right;
    ;
}

.blockchainsec .button-01 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
}

section.blockchainsec:before {
    position: absolute;
    left: -120px;
    bottom: 20%;
    content: "";
    height: 200px;
    width: 200px;
    background: #f5be09;
    z-index: -1;
    border-radius: 50%;
    filter: blur(90px);
}


h2.title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 76px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    background: linear-gradient(90deg, #fff 0%, #fff 0%, rgb(255 255 255) 0%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(255, 255, 255, 0.2);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.1s linear;
}

h2.white-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 76px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    background: none;
}

.featsec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 40px 0 0 0;
    transition: .4s ease;
    align-items: stretch;
}

.featsecleft,
.featsecright {
    display: grid;
    gap: 24px;
}


.featsecmid {
    display: flex;
}

.featbox {
    padding: 25px;
    border-radius: 20px;
    /* background: #2a2d32; */
    /* background: #111; */
    /* background: #090400; */
    background: #0a0a0a;
    flex-flow: column;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    border: 1px solid #262626;
    transition: .4s ease;
    z-index: 1;
}

    /* .featbox:hover{
	background-color: hsla(240, 15%, 9%, 1);
  background-image: radial-gradient(at 88% 40%, hsla(240, 15%, 9%, 1) 0px, transparent 85%), radial-gradient(at 49% 30%, hsla(240, 15%, 9%, 1) 0px, transparent 85%), radial-gradient(at 14% 26%, hsla(240, 15%, 9%, 1) 0px, transparent 85%), radial-gradient(at 0% 64%, rgb(238 215 121) 0px, transparent 85%), radial-gradient(at 41% 94%, hsl(46.15deg 69.89% 18.24%) 0px, transparent 85%), radial-gradient(at 100% 99%, hsl(46.36deg 70.21% 18.43%) 0px, transparent 85%);	
	box-shadow: 0px -16px 24px 0px rgba(255, 255, 255, 0.25) inset;
} */

    /* .featbox::before {

    content:"";

    position:absolute;

    inset:-2px;

    border-radius:inherit;

    background:linear-gradient(
315deg, #45c74e 6%, transparent 20%);

    opacity:0;

    transition:.4s ease;

    z-index:-1;

    animation: borderMove 3s linear infinite;
	
	
	width: 160%;
    height: 160%;
    left: 0;

} */

    /* .featbox::after {

    content:"";

    position:absolute;

    inset:1px;

    background:#111111;

    border-radius:inherit;

    z-index:-1;

} */



    /* .featbox:hover {

    transform:translateY(-8px);

    border-color:transparent;

    box-shadow:
    0 20px 50px rgba(69,199,78,.18);

} */



    .featbox:hover::before {
        opacity: 1;
    }



@keyframes borderMove {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.featbox h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.featbox p {
    font-size: 15px;
    line-height: 24px;
    margin: 0px;
}

.featsecmid img.largeimg {
    width: 100%;
    margin: auto auto 0 auto;
    max-width: 300px;
}

.financial-icon-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 100px;
    background-color: #eaeaea0a;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 76px;
    display: flex;
    overflow: hidden;
    box-shadow: inset 0 -4px 6.9px #ffffff59;
    margin: 0 0 20px 0;
}

    .financial-icon-wrap lord-icon {
        width: 100%;
        max-width: 50px;
        height: 50px;
    }

.financial-icon {
    width: 30px;
}

/* .featsecmid .featbox:before {
    content: '';
    position: absolute;
    top: -200px;
    width: 100%;
    height: 50%;
    left: 0;
    background: linear-gradient(1deg, #f5be09 20%, #fffaa3);
    filter: blur(60px);
    border-radius: 100%;
    z-index: 0;
    opacity: 0.4;
} */

.featbox * {
    position: relative;
}

section.exploresec:before {
    position: absolute;
    right: 0;
    top: -200px;
    content: "";
    height: 200px;
    width: 200px;
    background: #f5be09;
    z-index: -1;
    border-radius: 50%;
    filter: blur(90px);
}

.exploresecin {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 100px auto 0;
    animation: float 4s ease-in-out infinite;
}

.blockchains {
    width: 100%;
    max-width: 330px;
    margin: auto;
    position: relative;
    height: 330px;
    margin-bottom: 100px;
    opacity: 0;
    transform: translateY(120px);
}

@keyframes float {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.blockchains img {
    width: 80px;
    height: 80px;
    position: absolute;
    box-shadow: inset 0 -4px 6.9px #ffffff59;
    padding: 18px;
    border-radius: 20px;
}

    .blockchains img:first-child {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .blockchains img:nth-child(2) {
        top: 0px;
        left: 0px;
    }

    .blockchains img:nth-child(3) {
        top: 0px;
        right: 0px;
    }

    .blockchains img:nth-child(4) {
        bottom: 0px;
        left: 0px;
    }

    .blockchains img:nth-child(5) {
        bottom: 0px;
        right: 0px;
    }

    .blockchains img:nth-child(6) {
        top: 50%;
        left: -50px;
        transform: translateY(-50%)
    }

    .blockchains img:nth-child(7) {
        top: 50%;
        right: -50px;
        transform: translateY(-50%)
    }

    .blockchains img:nth-child(8) {
        top: -50px;
        left: 50%;
        transform: translateX(-50%)
    }

    .blockchains img:nth-child(9) {
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%)
    }


img.baseimg {
    width: 100%;
    filter: hue-rotate(160deg);
    opacity: 0.7;
}

img.fadeimg {
    width: 100%;
    opacity: 1;
    width: 100%;
    position: absolute;
    inset: 0%;
}

.fadedbg {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 200px;
    width: 200px !important;
    background: #f5be09;
    border-radius: 50%;
    filter: blur(90px);
    transform: translateX(-50%);
    opacity: 0.5;
}

.pboxouter {
    display: flex;
    gap: 0px;
    position: relative;
    padding-bottom: 50px;
    margin-top: 50px;
}

.pbox span {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 40px 0;
    display: none;
}

.pbox {
    flex: 1;
    padding: 0 25px;
    background: no-repeat;
    border-right: 1px solid #ffffff3d;
    opacity: .35;
    /* transform: translateY(30px); */
    transition: .5s ease;
}

    .pbox:nth-child(4) {
        border: none
    }


    .pbox.active {
        opacity: 1;
    }



/* progress line */

.pboxouter::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #262626;
}


.progress-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: #f5be09;
}

.pbox h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.pbox p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

img.ballfloat {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 100%;
    max-width: 200px;
    z-index: -1;
    filter: hue-rotate(333deg);
    opacity: 0.5;
}


.tokensecin {
    padding: 40px;
    border-radius: 40px;
    background: #111111;
    position: relative;
    background-size: cover;
    height: 400px;
    border: 10px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .tokensecin:before {
        content: '';
        position: absolute;
        background: #111;
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px;
        border-radius: 40px;
        background: url(../images/grbg.avif) no-repeat top -160px left -740px;
        background-size: cover;
        filter: hue-rotate(394deg);
    }

    .tokensecin:after {
        content: '';
        position: absolute;
        background: #111;
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px;
        border-radius: 40px;
        background: url(../images/grbg.avif) no-repeat bottom -220px right -700px;
        background-size: cover;
        filter: hue-rotate(394deg);
    }

    .tokensecin .tokenimg {
        position: absolute;
        top: 0;
        left: 0px;
        bottom: 0;
        right: 0;
        /* background: #111; */
        background: #020202;
        border-radius: 40px;
        z-index: 1;
        overflow: hidden;
    }

        .tokensecin .tokenimg img {
            position: absolute;
            top: -70px;
            right: 0;
            opacity: 0.7;
            /* mix-blend-mode: lighten; */
            width: 100%;
            max-width: 600px;
            mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .1) 5%, rgba(0, 0, 0, .4) 10%, rgba(0, 0, 0, .8) 20%, #000 35%);
        }

    .tokensecin * {
        position: relative;
        z-index: 11;
    }

    .tokensecin h4 {
        font-size: 18px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .tokensecin h4 span {
            font-size: 60px;
            font-weight: 800;
            background: linear-gradient(-153deg, #f6c81a 4%, #fefb76 15%, #fbcc0d 35%, #fffa7a 71%, #e9af03 93%);
            background-size: 200% auto;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: gradientMove 5s linear infinite;
        }

@keyframes gradientMove {

    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

.tokensecin p {
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.tokensecin a {
    margin-top: 40px;
}


.sm_title {
    text-align: center;
    position: relative;
    mask-image: linear-gradient( to right, transparent 0%, #000 20%, #000 80%, transparent 100% );
}

    .sm_title:before {
        content: '';
        position: absolute;
        width: calc(50% - 100px);
        height: 1px;
        background: #ffffff21;
        top: 50%;
        left: 0px;
    }

    .sm_title:after {
        content: '';
        position: absolute;
        width: calc(50% - 100px);
        height: 1px;
        background: #ffffff21;
        top: 50%;
        right: 0px;
    }

/* .innovation h2.title {
    margin: 20px 0 50px 0;
} */

.innovation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .innovation ul li {
        display: flex;
        flex-direction: column;
        background: #ffffff0a;
        padding: 20px;
        border-radius: 20px;
        width: 20%;
        justify-content: center;
        align-items: center;
        border: 1px solid #262626;
        gap: 10px;
        font-size: 15px;
        will-change: transform, opacity;
    }

        .innovation ul li div {
            width: 100%;
            max-width: 100px;
        }

        .innovation ul li img {
            width: 100%;
            max-width: 60px;
            mix-blend-mode: lighten;
        }

/* .cta_wrap {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 106px 70px;
    text-align: center;
    border: 1px solid #262626;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    background: #111111;
} */

.cta_wrap {
    width: 100%;
    max-width: 600px;
    padding: 70px 70px 70px 0;
    position: relative;
    overflow: hidden;
    background: #000000;
}

    .cta_wrap:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #f5be09;
        z-index: 1;
        mix-blend-mode: color;
        position: absolute;
        inset: 0%;
        top: 0;
        left: 0;
    }

.joinusnow .col-md-12 {
    position: relative;
}

/* img.vec1 {
    position: absolute;
    bottom: 0;
	    width: 100%;
    max-width: 200px;
}

img.vec2 {
    position: absolute;
    top: 0px;
	right: 0px;
	    width: 100%;
    max-width: 200px;
} */

.cta_wrap h3 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0px;
    position: relative;
    z-index: 1;
}

.cta_wrap p {
    margin: 20px 0 0px 0;
    position: relative;
    z-index: 1;
}

.cta_wrap a {
    position: relative;
    z-index: 1;
}


.cta_wrap video {
    position: absolute;
    top: 0;
    left: -100px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* mix-blend-mode: lighten;
    filter: hue-rotate(224deg);
    opacity: 0.6; */
    z-index: 0;
    opacity: 0.5;
}

.form_section {
    text-align: center;
    margin-left: 80px;
}

    .form_section h3 {
        font-size: 40px;
        line-height: 56px;
        font-weight: 700;
        letter-spacing: -0.02em;
        margin: 0 0 15px 0;
    }

    .form_section p {
        font-size: 16px;
        width: 90%;
        margin: auto;
        line-height: 24px;
    }

    .form_section form {
        margin: 0px 0 0 0;
    }

.form-control {
    padding: 15px 0;
    background-color: transparent;
    color: #fff;
    border: none;
    height: 54px;
    margin: 0 0 15px 0;
    font-size: 15px;
    border-bottom: 1px solid #ffffff1f;
    border-radius: 0;
}

    .form-control:focus {
        background-color: transparent;
        box-shadow: none;
        border-color: #f5be09;
        color: #fff;
    }

    .form-control::placeholder {
        color: #ffffffe0;
    }

.form_section textarea.form-control {
    height: 100px;
}

.form_section input[type="submit"] {
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 12px;
    height: 54px;
    font-weight: 700;
    margin-top: 15px;
}

    .form_section input[type="submit"]:hover {
        background-image: linear-gradient(-153deg, #f6c81a 4%, #fefb76 15%, #fbcc0d 35%, #fffa7a 71%, #e9af03 93%);
        box-shadow: inset 0 15px 18px #ffffff8c;
    }


footer {
    padding: 40px 0;
}

    footer p {
        margin: 0px;
        font-size: 14px;
    }

footer {
    padding: 30px 0;
    border-top: 1px solid #ffffff12;
    position: relative;
    overflow-x: hidden;
}

    footer::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 120px;
        height: 2px;
        background: linear-gradient( 90deg, transparent, #dca912, #fff0a5, transparent );
        animation: footerLine 10s ease-in-out infinite;
    }


@keyframes footerLine {

    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(calc(100vw));
    }

    100% {
        transform: translateX(0px);
    }
}

/* footer:after{
	content: '';
    position: absolute;
    background: url(../images/footershadow.avif) no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 200px;
    bottom: 0;
    z-index: -1;
    filter: hue-rotate(152deg);
    opacity: 0.7;
} */

.joinus {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 11;
    margin-bottom: 20px;
    transform: translateX(-50%);
}

    .joinus ul {
        display: flex;
        align-items: center;
        margin: 0px;
        padding: 0px;
        list-style: none;
        gap: 20px;
    }

        .joinus ul a {
            color: #fff;
            font-size: 19px;
        }

        .joinus ul svg {
            width: 19px;
        }


        .joinus ul li {
            position: relative;
            cursor: pointer;
            transition: all 0.2s;
            font-size: 17px;
            border-radius: 10px;
        }

            .joinus ul li a {
                text-decoration: none;
                color: #fff;
                display: block;
                position: relative;
            }

    .joinus .layer {
        width: 36px;
        height: 36px;
        transition: transform 0.3s;
    }

    .joinus ul li a:hover .layer {
        transform: rotate(-35deg) skew(20deg);
    }

    .joinus .layer span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: 1px solid #ffffff08;
        border-radius: 6px;
        transition: all 0.3s;
    }

    .joinus .layer span,
    .joinus .text {
        color: #9d9d9d;
        border-color: #ffffff38;
        background: #000;
    }

        .joinus .layer span i,
        .joinus .layer span svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .joinus ul li a:hover.layer span {
        box-shadow: -1px 1px 3px #e6683c;
    }

    .joinus ul li a .text {
        position: absolute;
        left: 50%;
        bottom: 0px;
        opacity: 0;
        font-weight: 500;
        transform: translateX(-50%);
        transition: bottom 0.3s ease, opacity 0.3s ease;
        font-size: 13px;
    }

    .joinus ul li a:hover .text {
        bottom: -15px;
        opacity: 1;
    }

    .joinus ul li a.facebook:hover span {
        border-color: #0077B5;
        color: #0077B5;
    }

    .joinus ul li a.instagram:hover span {
        border-color: #E1306C;
        color: #E1306C;
    }

    .joinus ul li a.tiktok:hover span {
        border-color: #25F4EE;
        color: #25F4EE;
    }

    .joinus ul li a.telegram:hover span {
        border-color: #24A1DE;
        color: #24A1DE;
    }

    .joinus ul li a.youtube:hover span {
        border-color: #FF0033;
        color: #FF0033;
    }

    .joinus ul li a.xmedia:hover span {
        border-color: #ffffff;
    }

    .joinus ul li a:hover .layer span:nth-child(1) {
        opacity: 0.2;
    }

    .joinus ul li a:hover .layer span:nth-child(2) {
        opacity: 0.4;
        transform: translate(5px, -5px);
    }

    .joinus ul li a:hover .layer span:nth-child(3) {
        opacity: 0.6;
        transform: translate(10px, -10px);
    }

    .joinus ul li a:hover .layer span:nth-child(4) {
        opacity: 0.8;
        transform: translate(15px, -15px);
    }

    .joinus ul li a:hover .layer span:nth-child(5) {
        opacity: 1;
        transform: translate(20px, -20px);
    }

    .joinus ul li a.whatsapp:hover span {
        border-color: #25d366;
        color: #25d366;
    }

.whatsapp-support-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px 8px 10px;
    background: rgba(18, 18, 18, 0.65);
    background: linear-gradient(#000000a6, #130e01) padding-box, linear-gradient(86deg, #130e01 0%, #dca91269 25%, #fff0a55e 50%, #dca91273 75%, #0000008c 100%) border-box;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
}

    .whatsapp-support-btn:hover {
        transform: translateY(-3px);
        border-color: rgba(212, 175, 55, 0.6);
        box-shadow: 0 12px 30px rgba(212, 175, 55, 0.2);
    }

.whatsapp-icon {
    width: 22px;
    height: 22px;
    fill: #e5c158;
    transition: fill 0.3s ease;
}

.whatsapp-icon-wrapper i {
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(-151deg, #f6c81a 4%, #fefb76 15%, #fbcc0d 35%, #fffa7a 71%, #e9af03 93%);
    background-clip: text;
}

.whatsapp-text {
    display: flex;
    flex-direction: column;
}

.support-title {
    color: rgb(255 255 255 / 85%);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.support-number {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    line-height: 1.4;
}

section.innovation {
    padding-bottom: 0px;
}

.product__wrap {
    text-align: center;
    padding: 64px 0 0 0;
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: auto;
    margin-top: 50px;
}

    .product__wrap .main-shape {
        position: relative;
        margin-bottom: -133px;
        /* mask-image: linear-gradient(to bottom, #000 60%, rgba(0, 0, 0, .8) 75%, transparent 100%); */
        mask-image: linear-gradient(to bottom, #000 60%, rgb(0 0 0 / 10%) 75%, transparent 100%);
        width: 100%;
    }

        .product__wrap .main-shape img {
            width: 100%;
        }

        .product__wrap .main-shape .shape {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

            .product__wrap .main-shape .shape img {
                width: 100%;
                max-width: 130px;
                border-radius: 100%;
            }

.product__item {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 250px;
}

    .product__item .number {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 16px;
        font-weight: 600;
        margin: 0 auto;
        line-height: 1;
        background-color: #131313;
        box-shadow: inset 0 -4px 6.9px #ffffff59;
    }

        .product__item .number lord-icon {
            width: 36px;
            height: 36px;
        }

    .product__item .title {
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 18px;
        margin-top: 0;
        line-height: 1.2;
    }

    .product__item:nth-child(1) {
        /* left: -16.5%; */
        left: -124px;
        top: 45%;
    }

    .product__item:nth-child(2) {
        /* left: -4%; */
        left: -38px;
        top: 15%;
    }

    .product__item:nth-child(3) {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    .product__item:nth-child(4) {
        right: -38px;
        top: 15%;
    }

    .product__item:nth-child(5) {
        right: -124px;
        top: 45%;
    }

.radar {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
}

    .radar::before {
        position: absolute;
        content: "";
        inset-block-start: 0;
        inset-inline-start: 0;
        background: linear-gradient(247deg, #f6c81a -50.02%, rgba(27, 244, 114, 0.008) 54.9%);
        -webkit-clip-path: polygon(0 0, 50% 50%, 100% 0);
        clip-path: polygon(0 0, 50% 50%, 100% 0);
        width: 100%;
        height: 100%;
        animation: radar 5s infinite linear;
    }

@keyframes radar {
    100% {
        transform: rotate(360deg);
    }
}


.ctamessec {
    padding: 40px 70px;
    border: 1px solid #262626;
    background: linear-gradient(127deg, #000000 70%, #ffc10782);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .blob{
    position:absolute;
    pointer-events:none;
    transform:translate(-50%,-50%);
    z-index:-1;

    background:linear-gradient(
        135deg,
        #fefb76,
        #f6c81a,
        #fbcc0d,
        #fffa7a,
        #e9af03
    );

    filter:blur(4px);
    opacity:.8;

    animation:blobFloat 1.8s ease-out forwards;
}

@keyframes blobFloat{

    0%{
        transform:translate(-50%,-50%) scale(.2) rotate(0deg);
        opacity:.8;
    }

    40%{
        transform:translate(-50%,-50%) scale(1.1) rotate(var(--rotate));
        opacity:.6;
    }

    100%{
        transform:
            translate(
                calc(-50% + (random)),
                calc(-120% - 50px)
            )
            scale(1.8)
            rotate(calc(var(--rotate) + 180deg));
        opacity:0;
    }
}
 */
@media screen and (max-width: 1199.9px) {
    .container {
        max-width: 96%;
    }

    .logo img {
        max-width: 100px;
    }

    h1 {
        font-size: 50px;
        line-height: 62px;
        margin-bottom: 15px;
    }

    h2.title,
    h2.white-title,
    .cta_wrap h3 {
        font-size: 44px;
        line-height: 56px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .individual-button-wrap {
        margin-top: 0px;
    }

    .hero-wrap {
        max-width: 60%;
    }

    .blockchainsec,
    .joinusnow {
        padding-top: 0px;
    }

        .blockchainsec h2.title {
            margin-bottom: 20px;
        }

    .featsec {
        margin: 30px 0 0 0;
    }

    .featbox h3 {
        font-size: 22px;
    }

    .tokensec {
        padding: 0px;
    }

    section.powering {
        padding: 0px;
    }

    img.ballfloat {
        display: none;
    }

    .ctamessec {
        padding: 40px;
    }

    .cta_wrap {
        padding-right: 20px;
    }

    .form_section {
        margin-left: 20px;
    }

    footer {
        padding: 30px 0;
    }
}


@media screen and (max-width: 991.9px) {
    .navbar-toggler {
        position: absolute;
        right: 0;
        padding: 0;
        border: none;
    }

    .navbar-toggler-icon {
        filter: invert(100);
    }

    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: -15px;
        background: #000;
        right: -15px;
    }

    .site-header .container {
        max-width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 1px solid;
        font-size: 14px;
        padding: 6px 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        border: none;
    }

    .nav-button-wrapper {
        padding-right: 40px;
    }

    .logo img {
        max-width: 80px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024.9px) {
    section {
        padding: 60px 0;
    }

    .hero {
        padding-bottom: 60px;
    }

        .hero .col-md-6 {
            width: 100%;
        }

    .hero-wrap {
        max-width: 100%;
        position: inherit;
        transform: none;
    }

    .featbox {
        padding: 15px;
    }

    .financial-icon-wrap {
        width: 65px;
        height: 65px;
    }

    .featbox h3,
    .pbox h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .tokensecin {
        padding: 20px;
    }

        .tokensecin h4 span {
            font-size: 45px;
        }

        .tokensecin h4 {
            font-size: 16px;
        }

        .tokensecin a {
            margin-top: 30px;
        }

        .tokensecin .tokenimg img {
            max-width: 60%;
            top: 0px;
        }

    .pbox {
        padding: 0 15px;
    }

    .product__wrap {
        max-width: 530px;
    }

    .product__item .title {
        font-size: 16px;
    }

    .product__wrap .main-shape .shape img {
        max-width: 100px;
    }

    .radar {
        width: 280px;
        height: 280px;
    }

    .ctamessec {
        padding: 25px;
        flex-wrap: wrap;
        background: linear-gradient(162deg, #000000 70%, #ffc10782);
        padding-top: 0px;
    }

    .cta_wrap {
        max-width: 100%;
        padding: 50px 0;
        text-align: center;
    }

        .cta_wrap video {
            object-fit: contain;
            left: 0px;
        }

        .cta_wrap h3 {
            font-size: 38px;
            line-height: 46px;
        }

        .cta_wrap p {
            margin: 10px 0 0 0;
        }

    .form_section {
        margin: auto;
    }

    .exploresecin {
        max-width: 500px;
    }
}



@media screen and (min-width: 320px) and (max-width: 767.9px) {
    header.site-header {
        padding: 5px 0;
    }

    .container {
        max-width: 100%;
    }

    .nav-button-wrapper {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .login-link,
    .signup-link {
        padding: 0px 20px;
        border-radius: 6px;
        font-size: 14px;
        white-space: nowrap;
        height: 40px;
        line-height: 40px;
    }

    .hero {
        padding-top: 110px;
        padding-bottom: 50px;
        min-height: inherit;
    }

        .hero p {
            margin: 0px;
        }
    /* .hero .row{
		flex-direction: column-reverse;
	} */
    .hero-wrap video {
        position: inherit;
        margin-top: -30px;
    }

    .hero-badge-wrap {
        font-size: 12px;
    }

    .hero-wrap {
        max-width: 100%;
        position: inherit;
        transform: none;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .individual-button-wrap {
        margin-top: 0px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    section {
        padding: 50px 0;
        text-align: center;
    }

    h2.white-title, h2.title {
        font-size: 32px;
        line-height: 42px;
        text-align: center;
    }
    /* .blockchainsec .row>.col-md-12{
		order:2;
	}
	.blockchainsec .row>.col-md-12 + .col-md-6{
		order: 1
	}
	.blockchainsec .row>.col-md-12 + .col-md-6 + .col-md-6{
		order: 3
	}
	.blockchainsec .row>.col-md-12 + .col-md-6 + .col-md-6 + .col-md-12{
		order: 4
	} */
    section.blockchainsec:before {
        display: none;
    }

    .blockchainsec img.bchain {
        max-width: 250px;
        margin: 0 0 25px 0;
    }

    .blockchainsec h2.title {
        margin-bottom: 15px;
    }

    .blockchainsec .button-01 {
        margin-top: 20px;
        display: none;
    }

    .featbox {
        padding: 20px;
    }

    .featsec {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 15px;
    }

    .featsecmid img.largeimg {
        max-width: 200px;
        margin-top: 20px;
    }

    .featbox h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px 0;
    }

    .financial-icon-wrap {
        width: 60px;
        height: 60px;
        margin: 0 auto 15px auto;
    }

        .financial-icon-wrap lord-icon {
            max-width: 40px;
            max-height: 40px;
        }

    .tokensecin {
        padding: 20px;
        border-radius: 16px;
        border: 5px solid transparent;
        height: 500px;
        justify-content: flex-end;
        align-items: center;
    }

        .tokensecin:before {
            content: '';
            position: absolute;
            background: #111111;
            top: -5px;
            left: -5px;
            bottom: -5px;
            right: -5px;
            border-radius: 16px;
            background: url(../images/grbg.avif) no-repeat top -160px left -340px;
            background-size: cover;
        }

        .tokensecin:after {
            content: '';
            position: absolute;
            background: #111111;
            top: -5px;
            left: -5px;
            bottom: -5px;
            right: -5px;
            border-radius: 16px;
            background: url(../images/grbg.avif) no-repeat bottom -100px right -300px;
            background-size: cover;
        }

        .tokensecin .tokenimg img {
            top: -30px;
            max-height: 300px;
            object-fit: contain;
            max-width: 100%;
        }

        .tokensecin .tokenimg {
            border-radius: 16px;
        }

        .tokensecin h4 {
            font-size: 16px;
        }

            .tokensecin h4 span {
                font-size: 35px;
            }

        .tokensecin p {
            margin: 10px 0 0 0;
        }

        .tokensecin a {
            margin-top: 20px;
        }

    section.powering {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        section.powering .text-center {
            text-align: left !important;
        }

    .pboxouter {
        flex-wrap: wrap;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .pbox {
        flex: 0 0 100%;
        border: none;
        padding: 20px 0 10px 0;
    }

        .pbox span {
            margin: 0 0 20px 0;
        }

    .progress-line,
    img.ballfloat,
    .pboxouter::before,
    h2.white-title br,
    h2.title br,
    p br {
        display: none;
    }

    .innovation ul {
        gap: 10px;
        flex-wrap: wrap;
    }

        .innovation ul li {
            width: calc(50% - 5px);
            padding: 10px;
            border-radius: 12px;
        }

            .innovation ul li img {
                max-width: 70px;
            }

    .sm_title:before,
    .sm_title:after {
        background: #ffffff;
    }

    section.innovation {
        padding-bottom: 0px;
    }

    .innovation h2.title {
        margin: 10px 0 20px 0;
    }

    .blockchains {
        max-width: 210px;
        height: 210px;
    }

        .blockchains img {
            width: 55px;
            height: 55px;
            padding: 10px;
            border-radius: 10px;
        }

            .blockchains img:nth-child(6) {
                left: -40px;
            }

            .blockchains img:nth-child(7) {
                right: -40px;
            }

    .cta_wrap {
        padding: 40px 20px;
    }

        .cta_wrap h3,
        .form_section h3 {
            font-size: 30px;
            line-height: 38px;
        }

        .cta_wrap p {
            margin: 10px 0 0px 0;
        }

    .button-01 {
        font-size: 14px;
        padding: 7px 12px;
    }

    .button-02 {
        padding: 0px 20px;
        font-size: 14px;
        height: 48px;
        line-height: 48px;
    }

    .product__wrap {
        padding: 0px;
        margin-top: 0px;
    }

    .product__item-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .product__item {
        position: initial;
        flex-direction: column;
        gap: 10px;
        transform: none !important;
        max-width: calc(50% - 8px);
    }

    .product__wrap .main-shape {
        margin-bottom: 0px;
    }

        .product__wrap .main-shape img {
            max-width: 200px;
        }

        .product__wrap .main-shape .shape img {
            max-width: 90px;
        }

    .product__item .title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0px;
    }

    .product__item .number {
        width: 55px;
        height: 55px;
    }

    .radar {
        width: 200px;
        height: 200px;
    }

    .form_section {
        text-align: center;
        margin: 0px 0 0 0;
        width: 100%;
    }

        .form_section p {
            width: 100%;
        }

    .form-control {
        font-size: 14px;
    }

    .form_section textarea.form-control {
        height: 80px;
    }

    .sm_title {
        font-size: 14px;
    }

    .joinusnow {
        padding-top: 50px;
    }

    .ctamessec {
        padding: 0 20px 20px;
        flex-wrap: wrap;
        text-align: center;
    }

    .cta_wrap {
        padding: 40px 0;
        max-width: 100%;
    }

        .cta_wrap video {
            object-fit: contain;
            left: 0px;
        }

    .exploresecin {
        max-width: 400px;
    }

    footer {
        padding: 25px 0 15px 0;
    }

        footer .row {
            flex-direction: column-reverse;
        }

        footer p {
            font-size: 12px;
        }

    .joinus ul {
        gap: 10px;
        margin: 0 auto 10px auto;
    }

    .joinus .layer {
        width: 30px;
        height: 30px;
    }

        .joinus .layer span i, .joinus .layer span svg {
            font-size: 16px;
            width: 16px;
        }

    .joinus ul li a .text {
        font-size: 11px;
    }

    .joinus ul li a:hover .text {
        bottom: -15px;
    }

    .whatsapp-icon-wrapper i {
        font-size: 23px;
    }

   /* .whatsapp-support-btn {
        bottom: 0px;
        right: 0px;
        left: 0px;
        border-radius: 0px;
        gap: 6px;
        padding: 4px 12px 4px 10px;
        justify-content: center;
    }*/

    .support-title {
        font-size: 10px;
    }

    .support-number {
        line-height: 1.2;
        font-size: 13px;
    }
}
