@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://cdn.deonik.com/fonts/montserrat/v2/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'azonix';
    src: url('https://cdn.deonik.com/fonts/azonix/Azonix.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Azonix';
    src: url('https://cdn.deonik.com/fonts/azonix/Azonix.woff2');
    font-display: swap;
}
  

:root {
    --background-color: #000000;
    --text-color: #ffffff;
    --border-color: rgb(0, 0, 0, 0.1);
    --main-color: #2d9de2;
    --second-color: #4a00e0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
    color: black;
    scroll-behavior: smooth;
    text-rendering: auto;
}

*::selection {
    background-color: #4a00e0;
    color: white;
    -webkit-text-fill-color: white;
}

html {
    overflow-x: hidden;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    transition: all .25s ease-out;
}

.highlight {
    color: var(--main-color);
}

.content {
    display: none;
}

.content.is-active {
    display: block;
    place-items: center;
}

/* Back to Top Button ***/
#back-to-top {
    display: none;
    position: fixed;
    bottom: 4vh;
    right: 4vw;
    z-index: 98;
    border: none;
    outline: none;
    background: #000;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 32px;
    font-size: 3vh;
}

#back-to-top:hover {
    background: linear-gradient(#2d9de2, #4a00e0);
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px !important;
    width: 100%;
}

.button {
    outline: none;
    cursor: pointer;
    border: none;
    width: fit-content;
    height: fit-content;
    position: relative;
    margin: 0 4vh;
    padding: 10px 25px;
    border-radius: 500vh;
    overflow: hidden;
    background: linear-gradient(to right, #2d9de2, #4a00e0);
}

.button span {
    position: relative;
    color: white;
    transition: white 0.4s;
    background: transparent;
    font-size: 15px;
}

.button:hover span {
    color: white;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.button::before {
    content: "";
    background: #000;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.75, 1);
}

.button:hover::before {
    transform: translate3d(100%, 0, 0);
}

.landing-button {
    outline: none;
    cursor: pointer;
    border: none;
    width: 10vw;
    height: 4vh;
    position: relative;
    margin: 0 4vh;
    border-radius: 500vh;
    overflow: hidden;
    background: linear-gradient(to right, #7857fc, #7857fc);
    padding: 10px 25px !important;
    width: fit-content !important;
    height: fit-content !important;
    margin-bottom: 15px;
}

.landing-button span {
    position: relative;
    color: white;
    transition: white 0.4s;
    background: transparent;
    font-size: 15px !important;
}

.landing-button:hover span {
    color: white;
}

.landing-button::before,
.landing-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.landing-button::before {
    content: "";
    background: #000;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.75, 1);
}

.landing-button:hover::before {
    transform: translate3d(100%, 0, 0);
}

/* SLIDER ***/

/* width */
::-webkit-scrollbar {
    width: 0.5vw;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: #f0f0f0;
}
  
/* Handle */
::-webkit-scrollbar-thumb {
    background: #969696;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #626262;
}