@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@100;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@100;300;400;500;600;700;800&display=swap');

[data-theme="light"] {
    --color-main: rgba(255, 255, 255, 0.60);

    ;

    --color-dop: #FFEA1C;
    --color-accent: linear-gradient(90deg, #910A7C -4.67%, #6B3BAB 103.64%);
    
    --color-bg: #000000;
    --color-bg-light: #7d90db;
    --color-bg-input: #FAFAFA;
    --color-bg--nav: #ffffffe6;

    --color-light: #D4D4D4;
    --color-white: #fff;
    --color-grey: #7A7A7A;
    --color-lines: #808080;

    --color-dark: #000;
    --color-black: #000;
  }
  
[data-theme="dark"] {
    --color-main: #d0d0d0;

    --color-dop: #FFEA1C;
    --color-accent: linear-gradient(90deg, #910A7C -4.67%, #6B3BAB 103.64%);
    
    --color-bg: #000000;
    --color-bg-light: #7d90db;
    --color-bg-input: #020202;
    --color-bg--nav: #000000e6;

    --color-light: #D4D4D4;
    --color-white: #000;
    --color-grey: #9C9C9C;
    --color-lines: #808080;

    --color-dark: #000;
    --color-black: #fff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    max-width: 100%;
    font-weight: 300;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

a, div, p, button:not(.nav-item) {
    font-size: 16px;
    color: var(--color-main);
}
img {
    object-fit: contain;
}
.font-sec,
.font-sec * {
    font-family: 'Unbounded', 'Manrope', Arial, Helvetica, sans-serif;
}
.btn.nav-item {
    font-size: 12px;
}

body, html {
    width: 100vw;
}
.main-container {
    min-height:1000px;
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.w80 {
    width: 80%;
}
.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}

section, header, footer, .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
section {
    overflow: hidden;
}
.section-hero .section-inner {
    padding-top: 250px !important;
}
header {
    position: fixed !important;
    top:0;
    z-index: 9999999;
}
.section .section-inner {
    width: 100%;
    background-color: var(--color-bg);
    padding: 60px 100px;
    padding-top: 100px;
}
.section.header .section-inner {
    /* background-color: transparent; */
    padding: 0 100px;
}
.section.header .section-inner nav {
    padding: 50px 0 15px 0;
    border-radius: 0;
    gap: 50px;
    /* border-bottom: 1px solid var(--color-white); */
}

.btn {
    background-color: transparent;
    text-transform: none;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn.btn-accent {
    background-color: var(--color-accent);
    color: var(--color-main);
    border-radius: 6px;
    padding: 10px 20px;
}
.btn.btn-accent:hover {
    color: white !important;
}
.btn.btn-dark {
    border-radius: 50px;
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 15px 80px;
}
.btn, .btn * {
    transition: all .3s !important;
}
.btn.btn-dark:hover {
    background-color: var(--color-white);
    color: var(--color-dark);
}
.btn.btn-dark:hover svg path {
    stroke: var(--color-dark);
}
.btn.social-ico:hover svg path {
    fill: var(--color-white);
}
footer .btn.social-ico:hover svg path {
    fill: var(--color-accent-y);
}


.header-logo--block {
    width: 100%;
    height: 100%;
}
.header-logo--block svg {
    width: 190px;
    height: auto;
}
footer .header-logo--block svg {
    width: 350px;
    height: fit-content;
    min-height: 25px;
}
.header-logo--img {
    height: 100%;
    min-width: 120px;
    width: 8.333vw;
}

.flex {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
}
.flex-column {
    flex-direction: column;
}
.flex-column--start {
    align-items: flex-start !important;
}
.flex-column--end {
    align-items: flex-end !important;
}
.flex-centered {
    justify-content: center;
    align-items: center;
}
.flex-between {
    justify-content: space-between;
    align-items: center;
}
.flex-end {
    justify-content: flex-end;
    align-items: center;
}
.flex-stretch {
    align-items: stretch;
}
.flex-top-center {
    justify-content: center;
    align-items: flex-start;
}
.flex-around {
    justify-content: space-around;
}

.gap-60 {
    gap: 60px;
}
.gap-100 {
    gap: 60px;
}
.gap-40 {
    gap: 40px;
}
.gap-30 {
    gap: 30px;
}
.gap-10 {
    gap: 10px;
}
.gap-5 {
    gap: 5px !important;
}
.gap-0 {
    gap: 0;
}


b {
    font-weight: 600 !important;
}
.heading {
    font-size: 40px;
}

.heading-20 {
    font-size: 20px;
}
.heading-36 {
    font-size: 36px;
}
.heading-46 {
    font-size: 46px;
}
.heading-64 {
    font-size: 64px;
}
.heading-sub {
    font-size: 28px;
}

.inner-text {
    font-size: 16px;
    font-weight: 300;
}
.inner-text--small {
    font-size: 12px;
    color: black;
}
.inner-text--16 {
    font-size: 16px;
    line-height: 150%;
}
.inner-text--18 {
    font-size: 18px;
    line-height: 150%;
}
.inner-text--20 {
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
}
.inner-text--24 {
    font-size: 24px !important;
    line-height: 150%;
}
.inner-text--32 {
    font-size: 32px;
    line-height: 150%;
}
.inner-text--uppercase {
    text-transform: uppercase;
}
.inner-text--center {
    text-align: center !important;
}
.inner-text--underline {
    text-decoration: underline;
}
.inner-sub {
    font-weight: 100;
}


.text-light {
    font-weight: 200;
}
.text-regular {
    font-weight: normal;
}
.text-bold, b, strong {
    font-weight: bold !important;
}
.text-medium {
    font-weight: 600 !important;
}
.text-semibold {
    font-weight: 700 !important;
}

.color-transparent {
    color: transparent !important;
}

.color-accent {
    color: var(--color-accent) !important;
}
.color-accent-y {
    color: var(--color-accent-y) !important;
}
.color-accent-g {
    color: var(--color-accent-g) !important;
}
.color-accent-r {
    color: var(--color-accent-r) !important;
}
.color-accent-b {
    color: var(--color-accent-b) !important;
}
.bg-color-accent-r {
    background-color: var(--color-accent-r) !important;
}
.bg-color-accent-y {
    background-color: var(--color-accent-y) !important;
}
.bg-color-accent-g {
    background-color: var(--color-accent-g) !important;
}
.bg-color-accent-b {
    background-color: var(--color-accent-b) !important;
}

.color-main {
    color: var(--color-main) !important;
}
.color-white {
    color: var(--color-white) !important;
}
.color-grey {
    color: var(--color-grey) !important;
}
.color-dop {
    color: var(--color-dop) !important;
}
.color-sec {
    color: var(--color-sec) !important;
}

.relative {
    position: relative;
}
.hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    position: absolute;
}
.hidden.relative {
    position: relative;
    pointer-events: all;
}



.flex-to-column {
    flex-direction: column;
    align-items: flex-start !important;
    width: 100%;
} 