@font-face {
    font-family: Helvatica-bold;
    src: url(../assets/font/HelveticaNowDisplay-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Helvatica-extra;
    src: url(../assets/font/HelveticaNowDisplay-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: Helvatica-Light;
    src: url(../assets/font/HelveticaNowDisplay-Light.ttf);
    font-weight: 400;
}

* {

    padding: 0;
    margin: 0;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

a {

    text-decoration: none;
    color: #000;
}

section {

    padding-bottom: 4.3em;
    margin-top: -2px;
}

.lx-rw {

    display: flex;
}

.lx-align {
    align-items: center;
}

body {

    font-family: var(--text-font);
    cursor: none;
    overflow-x: hidden !important;
}

:root {

    --primary-color: #000;
    --seconday-color: #005AFF;
    --sig-color: #5CFFEB;
    --heading-font: Helvatica-bold;
    --heading-font-exta: Helvatica-extra;
    --heading-light: Helvatica-Light;
    --color-white: #fff;
    --text-font: 'Manrope', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {


    font-family: var(--heading-font);
}


p {

    font-family: var(--text-font);
    font-size: 16px;
    line-height: 1.6;
}


.cursor {

    position: fixed;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
    background-color: #5CFFEB;

    width: 15px;
    height: 15px;
    z-index: 9999;
}

.lx-link:hover~.cursor {
    transform: translate(-50%, -50%) scale(8);
    mix-blend-mode: difference;
}


/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5CFFEB;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #005AFF;
}




/* LOADER */

.loading-screen {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    overflow: hidden;
}

.loading-section {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.loading-section .title {
    margin: 0px 20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 40px;
}

.loading-section .title-d {
    margin: 0px 20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 40px;
}

.loading-section .bracket {
    font-size: 40px;
    margin: 0px 30px;
    font-family: var(--heading-font);
    text-transform: uppercase;
}

#loader {
    font-size: 40px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    color: var(--sig-color);
}

.load-flx {
    text-align: center;
}

.rs-brac {

    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-images-container {
    position: absolute;
    bottom: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: min-content;
}

.loading-images {
    width: max-content;
    height: max-content;
    margin: 0px 60px;
    animation: sliding 15s infinite linear;
}

/* animation sliding  */
@keyframes sliding {
    from {
        transform: translateX(5%);
    }

    to {
        transform: translateX(-30%);
    }
}

.loading-images img {
    height: 100px;
    margin: 10px 25px;
    overflow: hidden;
    object-fit: contain;
}

.bottom-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
}

.bottom-section .bottom-line {
    font-weight: lighter;
    font-size: 12px;
}

/* welcome screen  */

.welcome-screen {
    padding: 50px;
    padding-top: 20px;
}

.welcome-screen h1 {
    font-family: "Neutral Face";
    font-size: 150px;
    right: 0;
    text-align: right;
}


html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


.cta-btm[data-aos=fade-up] {
    transform: translate3d(0, 12px, 0);
}

.ctaCont[data-aos=fade-up] {
    transform: translate3d(0, 12px, 0);
}



.mainIn [data-aos=fade-down] {

    transform: translate3d(0, -20px, 0);
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=number] {
    -moz-appearance: textfield;
}


