@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Exo 2', sans-serif;
}

.container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1500px;
    width: 100%;
    margin: auto;
    padding: 0px 30px;
    position: relative;
}

.fullPageBody {
    background: linear-gradient(180deg, #3A6073, #16222A);
}

header {
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header nav {
    margin: auto;
}

.logo {
    font-size: 32px;
    color: #efefef;
}

header .container {
    padding: 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav a {
    color: #efefef;
    text-decoration: none;
    font-size: 24px;
}

header nav a:hover {
    text-decoration: underline;
}

.headerBtns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hoverStyleButton {
    background: #3A6073;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 20px 30px;
    transition: .2s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.hoverStyleButton:hover {
    background: #16222A;
}

header .btn {
    margin-left: 12px;
}

section#firstScreen h1 {
    color: #efefef;
    font-size: 60px;
}

section#firstScreen {
    padding: 100px 0px;
}

section#firstScreen h2 {
    font-size: 36px;
    color: #ddd;
    margin-top: 30px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 60px;
}

.firstLeft {
    width: 40%;
}

.firstRight {
    width: 60%;
    position: relative;
    height: 100%;
}

.singleSizedIcon {
    background: #fff;
    width: 100px;
    height: 100px;
    margin: 10px 10px;
    position: absolute;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scalingAnimation 4s infinite;
    z-index: 1;
}

.singleSizedIcon img {
    max-width: 100%;
    width: 50px;
    margin: auto;
}


section#firstScreen .container {
    position: relative;
    height: 500px;
    padding: 0px 60px;
}

.icon1 {
    left: 20%;
    top: 3%;
}

.icon2 {
    left: 43%;
    top: 14%;
}

.icon3 {
    left: 65%;
    top: 12%;
}

.icon4 {
    left: 10%;
    top: 40%;
}

.icon5 {
    left: 30%;
    top: 60%;
}

.icon6 {
    left: 61%;
    top: 50%;
}

.videoContainer {
    width: 100%;
    /*background: rgba(255,255,255,.5);
    border-radius: 12px;
    padding: 20px 20px;*/
    text-align: center;
}

.videoPlaceholder {
    width: 100%;
    background: #000;
    height: 800px;
}

section {
    z-index: 1;
    position: relative;
}

section#firstScreen {
    z-index: 0;
}

section#showVideo {
    z-index: 1;
    position: relative;
    padding-top: 150px;
    margin-top: -150px;
}

h3 {
    color: #efefef;
    text-align: center;
    width: 100%;
    font-size: 40px;
    max-width: 800px;
    margin: auto;
}

.overlayedSections {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(58, 96, 115, 0) 0%, #3A6073 20%, #16222A 100%);
}

section#about {
    padding: 100px 0px;
}

.aboutText {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 60px;
    font-size: 20px;
    color: #ddd;
    text-align: center;
    line-height: 1.4em;
}

.aboutText p {
    margin-bottom: 20px;
}

.collectText {
    text-align: center;
    color: #ddd;
    font-size: 24px;
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-top: 30px;
}

.collectGraph {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 570px;
    margin-top: 70px;
    position: relative;
}

.elements {
    width: calc(100% / 3);
    position: relative;
    height: 100%;
}

.collectLogo {
    width: calc(100% / 3);
}

.collectResult {
    width: calc(100% / 3);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.singleCollectResultTitle {
    font-size: 16px;
    color: #fff;
}

.singleCollectResult:first-child {
    padding-top: 0px;
}

.collectLogo img {
    width: 50px;
    height: 50px;
    background: #fff;
    margin: auto;
    display: block;
}

.singleCollectElement {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.singleCollectElement.sce1 {
    left: 60%;
    top: 0;
}

.singleCollectElement.sce3 {
    left: 60%;
    top: 80%;
}

.singleCollectElement.sce5 {
    left: 60%;
    top: 40%;
}

.singleCollectElement.sce2 {
    left: 25%;
    top: 20%;
}

.singleCollectElement.sce4 {
    left: 25%;
    top: 60%;
}

.singleCollectResult {
    width: 100%;
    padding: 12px 20px;
}

.singleCollectResult img {
    display: block;
    width: 300px;
    border-radius: 12px;
    margin-top: 12px;
    background: rgba(255,255,255,.5);
    padding: 12px;
}

.line-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.line {
  position: absolute;
  background-color: #fff; /* Цвет линии */
  height:  1px;
  transform-origin: 0 0;
}

.singleCollectElement  img {
    max-width: 100%;
    width: 50px;
    margin: auto;
}

#overlayedSectionsShadow {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    background: linear-gradient(rgba(15, 17, 36, 0) 29%, rgba(15, 17, 36, 0) 33%, rgb(15, 17, 36) 49.5%);
    z-index: 10;
    inset: 0 0 -100% 0;
    pointer-events: none;
}


@keyframes scalingAnimation {
  0% {
    transform: scale(1); /* Изначальный масштаб 1 */
  }
  25% {
    transform: scale(0.2); /* Масштабирование до 0.2 за первые 1.5 секунды */
  }
  50% {
    transform: scale(0.2); /* Удерживаем масштаб 0.2 на протяжении следующей 1 секунды */
  }
  75% {
    transform: scale(1); /* Возвращаемся к масштабу 1 за следующие 1.5 секунды */
  }
  100% {
    transform: scale(1); /* Завершаем с масштабом 1 */
  }
}

.icon1 { animation-delay: 0s; }
.icon2 { animation-delay: 1.5s; }
.icon3 { animation-delay: 3s; }
.icon4 { animation-delay: 4.5s; }
.icon5 { animation-delay: 6s; }
.icon6 { animation: none; }



.line:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    animation: movePoint 2.5s infinite;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes movePoint {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}


.collectLogoParent {
    background: #fff;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.totalsList img {
    padding: 12px;
    background: rgba(255,255,255,.5);
    border-radius: 12px;
    width: 100%;
}

section#totals {
    margin-top: 200px;
    margin-bottom: 200px;
}

.totalsList {
    width: 50%;
    padding-right: 100px;
}

.totalsDescription {
    width: 50%;
}

.totalsTitle {
    font-size: 48px;
    color: #efefef;
    font-weight: bold;
}

.totalsText {
    font-size: 24px;
    color: #ddd;
    margin-top: 20px;
}

.graphicsTitle {
    font-size: 48px;
    color: #efefef;
    font-weight: bold;
}

.graphicsText {
    font-size: 24px;
    color: #ddd;
    margin-top: 20px;
}

.graphicsDescription {
    width: 50%;
}

section#graphics {
    margin-top: 100px;
}

.graphicsSlider {
    width: 50%;
    padding-left: 60px;
}

.graphicsSlider .swiper {
    border-radius: 12px;
}

.graphicsSliderController {
    display: flex;
    align-items: center;
    justify-content: center;
}

.singleGraphicsButton {
    width: 50px;
    height: 50px;
    background: rgb(22 34 42);
    margin: 12px;
    cursor: pointer;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.singleGraphicsButton img {
    display: block;
    width: 65%;
    margin: auto;
}

.graphicsSlider .swiper-slide {
    border-radius: 12px;
    background-color: #16222A;
    padding: 30px;
    box-sizing: border-box;
}

.graphicsSlider canvas {
    width: 600px!important;
    height: 330px!important;
}






#earlyAccess .subtitle {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #ddd;
    margin-top: 20px;
}

section#earlyAccess {
    margin-top: 100px;
}


.earlyAccessForm form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.earlyAccessForm {
    margin: auto;
    width:  100%;
    max-width: 800px;
    margin-top: 40px;
}

.earlyAccessForm form label {
    width: calc(100% / 3);
}

.earlyAccessForm form label:last-of-type {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}

.earlyAccessForm form input[type=text],
.earlyAccessForm form input[type=tel] {
    height: 55px;
    padding: 0px 30px;
    font-size: 16px;
    font-family: 'Exo 2';
    border-radius: 12px;
    border: none;
}

.earlyAccessForm form button {
    width: calc(100% / 3);
}

.earlyAccessForm form label span {
    color: #ddd;
}

.earlyAccessForm form label span a {
    color: #ddd;
}

footer {
    box-shadow: rgba(0, 0, 0, 0.24) 0px -3px 8px;
}

footer .container {
    padding: 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer nav {
    margin: auto;
}

footer nav a {
    color: #efefef;
    text-decoration: none;
    font-size: 24px;
}

footer nav a:hover {
    text-decoration: underline;
}

footer .btn {
    margin-left: 12px;
}


section#collect:before {
    content: url(img/lines.svg);
    width: 100%;
}

section#collect {
    overflow: hidden;
}

section#earlyAccess:after {
    content: url(img/bars.svg);
    max-width: 1230px;
    width: 100%;
    height: 140px;
    display: block;
    margin-top: 100px;
}
section#earlyAccess {
    overflow: hidden;
}

.maskLayer1 {
    width: 100%;
    text-align: center;
    mask: url(img/pix1.svg), url(img/pix2.svg), url(img/box.svg);
    mask-repeat: repeat-x, repeat-x, repeat-x;
    mask-position: top center, bottom center, center center;
    mask-size: 400px, 400px, 380px;
}

video {
    width: 100%;
}

dialog#formModal:open {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    box-shadow: 0px 0px 11px -4px #000;
    width: 20%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    font-size: 20px;
    text-align: center;
    background: #ffffff80;
    border-radius: 20px;
    color: #fff;
}

dialog#formModal button {
    margin-top: 20px;
    font-size: 15px;
    background: #3A6073;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 20px 30px;
    transition: .2s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

dialog#formModal::backdrop {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: #16222a80;
    transition: all .3s ease;
}

/*Адаптивка--------------------------*/

@media screen and (max-width: 1200px) {
    section#firstScreen h1 {
        font-size: 36px;
    }

    .firstLeft {
        width: 50%;
    }

    .firstRight {
        width: 50%;
        margin-top: -80px;
    }

    section#firstScreen h2 {
        font-size: 28px;
    }


    .singleCollectElement {
        transform: translateX(-60px);
    }

    .singleCollectResult {
        padding: 0px 20px;
    }

    .singleCollectResult img {
        width: 100%;
    }

    .totalsList {
        padding-right: 30px;
    }

    .totalsTitle {
        font-size: 36px;
    }

    .totalsText {
        font-size: 18px;
    }

    .graphicsTitle {
        font-size: 28px;
    }

    .graphicsSlider {
        padding-left: 30px;
    }

    .graphicsText {
        font-size: 18px;
    }

    .earlyAccessForm form label {
        width: 30%;
    }

    .earlyAccessForm form {
        justify-content: space-between;
    }

    .earlyAccessForm form input[type=text], \
    .earlyAccessForm form input[type=tel] {
        width: 100%;
    }

    .earlyAccessForm form button {
        width: 30%;
    }

    .headerBtns {margin: 12px 0px;}

    dialog#formModal:open {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {


    .firstLeft {
        width: 100%;
    }

    .firstRight {
        width: 100%;
    }

    section#firstScreen .container {
        padding: 0px 30px;
    }

    section#firstScreen h1 {
        font-size: 38px;
    }

    section#firstScreen h2 {
        font-size: 24px;
    }

    .firstRight {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: .1;
    }

    section#collect:before {
        content: "";
        background: url(img/lines.svg);
        width: 100%;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        top: 0;
        display: block;
        transform: translateX(-50%);
    }

    .collectGraph {
        flex-direction: column;
        height: auto;
    }

    .elements {
        width: 100%;
    }

    .collectLogo {
        width: 100%;
        margin-top: 180px;
    }

    .collectResult {
        width: 100%;
        margin-top: 60px;
    }

    .totalsList {
        padding: 0;
        width: 100%;
    }

    .totalsDescription {
        width: 100%;
        margin-bottom: 30px;
    }

    .graphicsDescription {
        width: 100%;
    }

    .graphicsSlider {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .aboutText {
        font-size: 16px;
    }

    .collectText {
        font-size: 16px;
    }

    .singleCollectResult img {
        width: 100%;
    }

    #totals .container {
        flex-direction: column-reverse;
    }

    .totalsTitle {
        font-size: 28px;
    }

    .totalsText {
        font-size: 16px;
    }

    .graphicsTitle {
        font-size: 28px;
    }

    .graphicsText {
        font-size: 16px;
    }

    .earlyAccessForm form label {
        width: 100%;
    }

    .earlyAccessForm form input[type=text],
    .earlyAccessForm form input[type=tel] {
        width: 100%;
        margin-bottom: 12px;
    }

    .earlyAccessForm form button {
        width: 100%;
    }

    .logo {
        font-size: 24px;
    }

    footer nav a {
        text-decoration: underline;
        font-size: 16px;
        margin: 30px 0px;
        display: block;
    }

    .hoverStyleButton {
        padding: 16px 30px;
    }

    .headerBtns {
        width: 100%;
        justify-content: center;
    }

    header nav a {
        font-size: 16px;
        text-decoration: underline;
        margin: 30px 0px;
        display: block;
    }

    section#firstScreen {
        padding-bottom: 0;
    }

    .videoPlaceholder {
        height: auto;
    }

    section#totals {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    section#graphics {
        margin-top: 0px;
    }

    .graphicsSlider canvas {
        width: 100%!important;
        height: auto!important;
    }

    .singleCollectResult {
        padding: 12px 0px;
    }

    .singleCollectElement {
        transform: unset;
    }

    .singleCollectElement.sce1 {
        left: 0;
    }

    .singleCollectElement.sce2 {
        left: 50%;
        transform: translateX(-50%);
    }

    .singleCollectElement.sce3 {
        left: auto;
        right: 0;
    }

    .singleCollectElement.sce4 {
        left: 20%;
        top: 80px;
    }

    .singleCollectElement.sce5 {
        left: auto;
        right: 20%;
        top: 80px;
    }
    .line:nth-child(6),
    .line:nth-child(7),
    .line:nth-child(8) {
        display: none;
    }

    dialog#formModal:open {
        width: 80%;
    }
}
