@font-face {
    font-family: Antonio-Bold;
    src: url("../font/Antonio-Bold.ttf");
}

@font-face {
    font-family: Antonio-Light;
    src: url("../font/Antonio-Light.ttf");
}

@font-face {
    font-family: Antonio-Regular;
    src: url("../font/Antonio-Regular.ttf");
}

@font-face {
    font-family: SF-Pro-Display-Regular;
    src: url("../font/SF-Pro-Display-Regular.otf");
}

@font-face {
    font-family: SF-Pro-Display-Semibold;
    src: url("../font/SF-Pro-Display-Semibold.otf");
}

@font-face {
    font-family: SF-Pro-Display-Bold;
    src: url("../font/SF-Pro-Display-Bold.otf");
}

@font-face {
    font-family: SF-Pro-Display-Heavy;
    src: url("../font/SF-Pro-Display-Heavy.otf");
}

*,
::before,
::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: smooth;
    }
}


/* ======= GLOBAL CODE : START ======= */

html {
    background: url(../image/shape/bg-round-left.png) right 42% no-repeat, url(../image/shape/bg-round-right.png) left 70% no-repeat, rgb(15, 16, 49);
    background-blend-mode: overlay;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: rgb(154, 155, 183);
    font-family: 'DIN', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 30px;
    /* letter-spacing: 1px; */
    background: url(../image/shape/bg-line-right.png) 70% 24% no-repeat, url(../image/shape/bg-line-left.png) 15% 28% no-repeat, url(../image/shape/bg-line-left.png) 90% 40% no-repeat, url(../image/shape/bg-line-right.png) 90% 49% no-repeat, url(../image/shape/bg-line-left.png) 25% 64.8% no-repeat, url(../image/shape/bg-line-right.png) 90% 70% no-repeat, url(../image/shape/bg-line-left.png) 10% 82% no-repeat;
}

p {
    font-size: 16px;
    line-height: 24px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 {
    font-family: SF-Pro-Display-Semibold;
    font-size: 56px;
    line-height: 100px;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}

h1>span {
    position: relative;
}

h1>span::before {
    content: "";
    background-image: linear-gradient(74deg, rgb(9, 232, 249) 0%, rgb(99, 49, 188) 55%, rgb(236, 36, 161) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(50px) opacity(0.4);
}

h5.sub-title {
    font-size: 16px;
    margin: 0px auto;
    line-height: 24px;
    font-family: 'DIN', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
    max-width: 70%;
}

img {
    max-width: 100%;
    display: block;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

a,
a:hover {
    text-decoration: none;
    color: rgb(39, 170, 225);
}

a,
button {
    cursor: pointer;
}

.container {
    max-width: calc(1200px);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 26px;
    }
    p {
        text-align: center;
    }
    h5.sub-title {
        max-width: 100%;
        margin-top: 10px;
    }
    body,
    html {
        background-image: none;
    }
}


/* ======= GLOBAL CODE : END ======= */


/* ======= HEADER CODE : START ======= */

header {
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgb(15, 16, 49);
    z-index: 999;
    position: fixed;
    padding-top: 25px;
    padding-bottom: 25px;
}

header ul {
    animation: 0s ease 0s 1 normal none running none;
}

header ul>li {
    margin-left: 25px;
}

header ul>li>a {
    font-family: SF-Pro-Display-Semibold;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}

header ul>li>a.active {
    color: rgb(39, 170, 225);
}

header ul>li:last-child>a {
    background: linear-gradient(45deg, rgb(27, 117, 188), rgb(39, 170, 225));
    min-height: 58px;
    display: flex;
    align-items: center;
    min-width: 162px;
    justify-content: center;
    box-shadow: rgba(16, 17, 51, 0.25) 0px 12px 24px;
    border-radius: 20px;
    font-family: Antonio-Bold;
    color: #fff;
}

header ul>li:last-child>a:hover {
    color: rgb(255, 255, 255);
}

@keyframes sticky {
    100% {
        transform: translateY(-25%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes sticky {
    0% {
        transform: translateY(-25%);
    }
    100% {
        transform: translateY(0%);
    }
}

@media (min-width:992px) {
    header ul>li:last-child>a {
        margin-right: 80px;
    }
}

@media (min-width:768px) {
    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header ul {
        display: block !important;
    }
    header ul>li {
        display: inline-block;
    }
    header .toggle {
        display: none;
    }
}

@media (max-width: 767px) {
    header .toggle {
        color: rgb(255, 255, 255);
    }
    header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header-inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        background-color: rgb(15, 16, 49);
        position: relative;
        z-index: 1;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header ul {
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid rgb(39, 170, 225);
        position: absolute;
        background-color: rgb(15, 16, 49);
        width: 100%;
        left: 0px;
    }
    header ul>li:last-child>a {
        display: inline-flex;
        margin-top: 15px;
        margin-bottom: 15px;
        min-width: 130px;
        min-height: 45px;
        border-radius: 10px;
    }
}


/* ======= HEADER CODE : END ======= */


/* ======= THE DATA BLOCKCHAIN  CODE : START ======= */

main {
    padding-top: 140px;
    padding-bottom: 70px;
}

main .row {
    align-items: center;
}

main h1 {
    font-family: SF-Pro-Display-Heavy;
    font-size: 96px;
}

main h1>span::before {
    filter: blur(50px) opacity(0.2);
}

main h5 {
    font-family: Antonio-Bold;
    font-size: 18px;
    line-height: 30px;
    color: rgb(39, 170, 225);
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    max-width: 80%;
}

main h5>span {
    position: relative;
}

main h5>span::before {
    content: "";
    position: absolute;
    background-image: url("../image/mark-s1.png");
    width: 59px;
    height: 43px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1070px) {
    main h1 {
        font-size: 56px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    main {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    main .row>div {
        padding-bottom: 50px;
    }
    main h1,
    h1 {
        font-size: 36px;
        line-height: 42px;
    }
    main h5 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
        max-width: 100%;
    }
}


/* ======= THE DATA BLOCKCHAIN CODE : END ======= */


/* ======= COMPATIBILITY CODE : START ======= */

section .row>div:nth-child(2n+2)>p::after,
section .row>div:nth-child(2n+1)>p::after {
    width: 2px;
    height: 50px;
    background-color: rgb(39, 170, 225);
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
}

.section-2 h1 {
    color: #27AAE1;
    font-size: 36px;
    line-height: 42px;
    padding-left: 30px;
    padding-bottom: 20px;
}

section .row p {
    position: relative;
}

section .row>div {
    position: relative;
}

@media (min-width: 768px) {
    section {
        padding-top: 70px;
    }
    .section-2 {
        padding-top: 0px;
    }
    section .row {
        align-items: center;
    }
    section .row>div {
        padding-top: 120px;
    }
    section .row p {
        text-align: left;
        padding-left: 30px;
        padding-right: 80px;
        margin-bottom: 30px;
    }
    section .row p:last-child {
        margin-bottom: 0px;
    }
    .section-1 .row p:last-child::after {
        display: none;
    }
    section .row p {
        padding-left: 30px;
    }
    .section-2 .row {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .section-2 .row p {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    section .row>div {
        padding-top: 50px;
    }
    .section-2 .row>div:first-child,
    .section-1 .row>div:last-child {
        padding-top: 0px;
    }
    section .row>div:nth-child(2n+2)>p::after {
        display: none;
    }
    .section-2 .row p {
        text-align: left;
    }
    .section-2 .row p {
        padding-left: 30px;
    }
    .section-2 h1 {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 10px;
        position: relative;
    }
    .section-2 h1::after {
        width: 2px;
        height: 50px;
        background-color: rgb(39, 170, 225);
        content: "";
        position: absolute;
        left: 0px;
        top: 8px;
    }
}


/* ======= COMPATIBILITY CODE : END ======= */


/* ======= BUILT FOR DATA CODE : START ======= */

article {
    padding-top: 140px;
}

article .inner-one {
    position: relative;
    padding-bottom: 120px;
    margin-top: 50px;
}

article .inner-one::after {
    content: "";
    background-image: url("../image/Builtfordata-bg.svg");
    width: 100%;
    position: absolute;
    top: 17%;
    left: 0px;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-position-x: center;
}

@media (max-width: 767px) {
    article {
        padding-top: 70px;
        padding-bottom: 0px;
    }
    article .inner-one {
        padding-bottom: 40px;
        margin-top: 50px;
    }
}


/* ======= BUILT FOR DATA CODE : END ======= */


/* ======= ANATOMY CODE : START ======= */

.anatomy {
    padding-top: 60px;
    position: relative;
    margin-top: 90px;
}

.anatomy::after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url("../image/Anatomy-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.anatomy .row>div {
    padding-top: 0;
}

.anatomy img {
    position: relative;
    top: 90px;
    z-index: 1;
    margin-top: -40px;
}

.anatomy h2 {
    font-size: 36px;
    line-height: 100px;
    font-family: SF-Pro-Display-Semibold;
    margin-top: 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.anatomy .card>div {
    border-radius: 68px;
    width: 136px;
    height: 136px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20%;
    filter: blur(45px) opacity(0.8);
}

.anatomy .card1>div {
    background-image: linear-gradient(144deg, rgb(253, 234, 74) 0%, rgb(3, 236, 250) 53%, rgb(43, 36, 164) 100%);
}

.anatomy .card2>div {
    background-image: linear-gradient(144deg, rgb(253, 234, 74) 0%, rgb(3, 236, 250) 53%, rgb(43, 36, 164) 100%);
}

@media (max-width: 767px) {
    .anatomy .card {
        padding: 50px 10px 25px;
        padding: 15px !important;
    }
    .anatomy h2 {
        font-size: 26px;
        line-height: 52px;
    }
    .anatomy {
        margin-top: 70px;
        padding: 0;
    }
    .anatomy .row>div {
        padding-top: 0px;
    }
}


/* ======= ANATOMY CODE : END ======= */


/* ======= ANATOMY + FORM CODE : START ======= */

.anatomy .card,
form .card {
    position: relative;
    padding: 50px 25px 25px;
    overflow: hidden;
}

.anatomy .card {
    max-width: 480px;
    min-height: calc(100% - 280px);
    margin-left: auto;
    margin-right: auto;
    /* background: linear-gradient(180deg, #0f1031, transparent); */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.anatomy .card::before,
form .card::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 40px;
    background: linear-gradient(131deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.47) 100%);
    border: 2px solid rgb(27, 117, 188);
    filter: brightness(0.4) opacity(0.1);
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px inset;
    /* backdrop-filter: blur(10px); */
}


/* ======= ANATOMY + FORM CODE : END ======= */


/* ======= PARTNERS CODE : START ======= */

blockquote {
    margin: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
}

blockquote .line {
    position: relative;
}

blockquote .line::after {
    width: 2px;
    height: 50px;
    background-color: rgb(39, 170, 225);
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

blockquote .row {
    align-items: center;
    justify-content: flex-end;
}

blockquote h2 {
    font-family: SF-Pro-Display-Bold;
    font-size: 36px;
    color: #fff;
    line-height: 50px;
    margin: 0px;
}

blockquote p {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    blockquote .inner {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    blockquote .line::after {
        display: none;
    }
    blockquote {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    blockquote .inner {
        margin-top: 30px;
    }
    blockquote h2 {
        font-size: 28px;
        line-height: 28px;
    }
}


/* ======= PARTNERS CODE : END ======= */


/* ======= COMMUNITY CODE : START ======= */

.community {
    padding-top: 150px;
}

.community .social {
    position: relative;
}

.community .social a {
    position: absolute;
}

.community .social label {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
}

.community .social a.position1 {
    top: 20%;
    left: 20px;
}

.community .social a.position2 {
    top: 0px;
    left: 45%;
}

.community .social a.position3 {
    right: -20px;
    bottom: 60px;
}

.community .social a.position3>img {
    min-height: 70px;
    min-width: 70px;
}

.community .social a.position4 {
    left: 40%;
    bottom: 30px;
}

.community .social a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
    filter: blur(50px) opacity(0.6);
}

.community .social a.position1::after {
    background-color: rgb(104, 199, 242);
}

.community .social a.position2::after {
    background-color: rgb(101, 87, 126);
}

.community .social a.position3::after {
    background-color: rgb(74, 184, 253);
}

.community .social a.position4::after {
    background-color: rgb(0, 206, 143);
}

@media (max-width: 767px) {
    .community {
        padding-top: 50px;
    }
}


/* ======= COMMUNITY CODE : END ======= */

@media (min-width: 768px) {
    .social {
        /* max-width: calc(100% - 208px); */
        margin-top: 70px;
        max-width: 768px;
    }
}

@media (max-width: 767px) {
    .community .social {
        max-width: 300px;
        margin-top: 50px;
    }
    .community .social a img {
        max-width: 40px;
    }
    .community .social a.position3>img {
        min-height: 40px;
        min-width: 40px;
    }
    .social label {
        font-size: 13px;
        white-space: nowrap;
    }
    .community .social a.position3 {
        right: -15px;
        bottom: 15px;
    }
    .community .social a.position4 {
        bottom: 0;
    }
    .community .social a.position1 {
        left: 0;
    }
}


/* ======= FORM CODE : START ======= */

form input,
form textarea {
    color: rgb(154, 155, 183);
    font-family: SF-Pro-Display-Semibold;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    min-height: 58px;
    border-radius: 20px;
    text-align: center;
    max-width: 524px;
    border: none;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

form input:focus,
form textarea:focus {
    outline: none;
}

form .card {
    padding: 80px 15px 120px;
    margin-top: 50px;
    backdrop-filter: blur(10px);
}

form textarea {
    resize: none;
    padding-top: 20px;
}

form button {
    background-image: linear-gradient(95deg, rgb(27, 117, 188) 0%, rgb(39, 170, 225) 100%);
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-family: Antonio-Bold;
    width: 100%;
    text-align: center;
    max-width: 524px;
    border-radius: 20px;
    height: 58px;
    border: none;
}

form input::placeholder,
form textarea::placeholder {
    color: rgb(154, 155, 183);
    font-family: SF-Pro-Display-Semibold;
    font-size: 16px;
}

form input::-webkit-input-placeholder {
    color: rgb(154, 155, 183);
    font-family: SF-Pro-Display-Semibold;
    font-size: 16px;
}

form {
    position: relative;
    padding-top: 150px;
}

form::after {
    content: "";
    background-image: url("../image/contect-bg.png");
    width: 100%;
    position: absolute;
    top: 2%;
    left: 0px;
    height: 100%;
    background-size: 100% 100%;
    z-index: -3;
}

form .card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(74deg, rgb(9, 232, 249) 0%, rgb(99, 49, 188) 55%, rgb(236, 36, 161) 100%);
    z-index: -2;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    filter: blur(50px) opacity(0.1);
}

@media (max-width: 767px) {
    form {
        padding-top: 70px;
    }
    form .card {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* ======= FORM CODE : END ======= */


/* ======= FOOTER CODE :START ======= */

footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer ul>li>a {
    font-family: SF-Pro-Display-Semibold;
    color: rgb(255, 255, 255);
}

footer ul>li>a.active {
    color: rgb(39, 170, 225);
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid rgb(39, 170, 225);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: rgb(154, 155, 183);
    font-family: SF-Pro-Display-Regular;
}

@media (min-width: 768px) {
    footer div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    footer ul>li {
        display: inline-block;
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    footer .f-logo>img {
        margin: auto;
    }
    footer ul {
        display: table;
        margin-top: 20px;
    }
    footer ul>li {
        display: table-cell;
        width: 1%;
        text-align: center;
    }
}


/* ======= FOOTER CODE : END ======= */

.divison {
    position: relative;
    z-index: 1;
}

.toggle>span {
    height: 2px;
    width: 30px;
    display: block;
    margin: 7px 5px;
    background-color: #fff;
}