@import url('bootstrap.my.css');
@import url('icons.css');
@import url('../fonts/font-face.stylesheet.css');

:root {
    --color-background: #000000;
    --color-text: #FFFFFF;
    --color-border: #b5b9c4;
    --color-body-dark: #121212;
    --color-text-secondary: #4185C3;
    --color-background-dark: #0c1521;
    --font-family: 'FactorA', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html,
body {
    background: var(--color-background);
    margin: 0;
    font-family: var(--font-family), sans-serif;
    font-size: 1rem;
    color: var(--color-text);
}
* {
    -webkit-box-sizing: border-box; /* Специально для Safari */
    -moz-box-sizing: border-box; /* Для пользователей Firefox */
    box-sizing: border-box;
}
/* width */
::-webkit-scrollbar {
    width: 0;
}
/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: transparent;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
h1,h2,h4,h6 {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
a {
    display: flex;
    align-items: center;
    font-family: var(--font-family), sans-serif;
    text-decoration: none;
    margin: 0;
    color: var(--color-text);
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
p {
    font-family: var(--font-family), sans-serif;
    font-style: normal;
    margin: 0;
}
ul {
    list-style-type: decimal;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;

    display: flex;
    flex-direction: column;
    gap: 1.5rem;

    margin: 0 0 0 22px;
    padding: 0;
}
    li {
        line-height: 150%;
        opacity: 0.6;
    }
main {
    display: flex;
    flex-direction: column;
}
/* Mobile */
section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100lvh;
    width: 100vw;
    overflow: hidden;
    margin: 0;
    gap: 0;
    padding: 60px 20px 100px;
}
/* Desktop */
@media (min-width: 900px) {
   section {
       padding: 120px 0 100px;
   }
}
.video-play {
    z-index: 1;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .video-play video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.container-image {
    /*display: flex;*/
    position: relative;
    width: 240px;
    height: auto;
}
    .container-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
.content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    width: min(40.625rem, 100%);
    height: auto;
}
    .content button {
        border: 0;
        padding: 0;
        margin: 0;
        background: transparent;
        color: white;
    }
/* TODO: remove */
.point {
    letter-spacing: 0.38em;
}
    .point_title {
        letter-spacing: 0.24em;
        text-transform: lowercase;
    }
    .point_subtitle {
        opacity: 0.65;
    }
    
.validation-message {
    font-style: normal;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: #C03D29;
    line-height: 14px;
    opacity: 0.6;
}

.input-float {
    position: relative;
    width: 100%;
}
.input-float__input,
.input-float__select {
    box-sizing: border-box;
    -webkit-flex: auto;
    flex: auto;
    display: block;
    font-weight: 400;
    font-size: 0.88rem;
    line-height: 150%;

    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 6px;
    padding-top: 25px;
    margin: 0;

    width: 100%;
    border-radius: 0.31rem;
    background-color: transparent;

    border: 1px solid var(--color-border);
    outline: none;
}
.input-float__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 4L5.17678 7.32322C5.07915 7.42085 4.92085 7.42085 4.82322 7.32322L1.5 4' stroke='%23707070' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 97% center no-repeat !important;
    height: auto;
}
.input-float__select:focus,
.input-float__input:focus {
    border-color: black;
}
::placeholder {
    color: transparent;
}
.input-float__label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.88rem;
    line-height: 150%;
    position: absolute;
    top: 18px;
    left: 12px;
    color: #707070;
    pointer-events: none;
    transform-origin: left center;
    transition: transform 250ms;
}
.input-float__select:focus + .input-float__label,
.input-float__select:not([value=""]):valid + .input-float__label,
.input-float__input:focus + .input-float__label,
.input-float__input:not(:placeholder-shown) + .input-float__label {
    transform: translate(-1px,-8px) scale(0.8);
}

/*text*/
.text-14 {
    font-size: 0.88rem;
    line-height: 150%;
}
.text-16 {
    font-size: 1rem;
    line-height: 150%;
}
.text-32  {
    font-size: 24px;
    line-height: 136%;
    letter-spacing: 0.04em;
    text-align: center;
}
.text-64  {
    font-size: 44px;
    line-height: 136%;
    letter-spacing: 0.045em;
    /*letter-spacing: 0.08em;*/
    text-transform: uppercase;
    text-align: center;
}
.text-120  {
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0.02em;
}
.text-160  {
    font-size: 120px;
    letter-spacing: 0.04em;
    line-height: 100%;
}
/* Desktop */
@media (min-width: 900px) {
    .text-32 {font-size: 32px;}
    .text-64 {font-size: 64px;}
    .text-120 {font-size: 120px;}
    .text-160 {font-size: 160px;}
}

/* For Blazor */
#components-reconnect-modal {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}
#components-reconnect-modal.components-reconnect-show{
    /*display: block;*/
    display: none;
}
#components-reconnect-modal.components-reconnect-show div.reconnecting {
    display: block;
}
div.reconnecting {
    display: none;
}

#components-reconnect-modal.components-reconnect-failed {
    /*display: block;*/
    display: none;
}
#components-reconnect-modal.components-reconnect-failed div.failedToConnect {
    /*display: block;*/
    display: none;
}
div.failedToConnect {
    display: none;
}

#components-reconnect-modal.components-reconnect-rejected {
    display: block;
}
#components-reconnect-modal.components-reconnect-rejected div.connectionRejected {
    display: block;
}
div.connectionRejected {
    display: none;
}

#components-reconnect-modal.components-reconnect-hide {
    display: none;
}