* {
    margin: 0px;
    padding: 0px;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: auto;
    background: #00070D;
    background-repeat: no-repeat;
    background-size: auto;
    overflow-x: hidden;
    max-width: 1920px;
}

@font-face {
    font-family: 'Krona';
    src: url(../fonts/Krona.ttf);
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat.ttf);
}

@font-face {
    font-family: 'Micra';
    src: url(../fonts/Bou.ttf);
}

@font-face {
    font-family: 'Kanit';
    src: url(../fonts/Kanit.ttf);
}

@font-face {
    font-family: 'Kreadon';
    src: url(../fonts/Kreadon.ttf);
}

a {
    text-decoration: none;
}

a::after {
    text-decoration: none;
}

.header {
    display: flex;
    justify-content: center;
    width: 90%;
    background: url(../img/header-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    padding-bottom: 150px;
    margin: auto;
    flex-wrap: wrap;
}

.section {
    width: 36%;
    padding: 25px 70px 25px 0;
    margin: 0 auto;
    order: 1;
    height:  150px;
}

.logo {
    display: flex;
    margin: auto;
    width: 100%;
    align-items: center;
}

.logo-title {
    padding-left: 10px;
    font-family: 'Krona';
    font-size: 16px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #79C1FF, #00DDFF);
}

.logo-m-text {
    font-family: 'Micra';
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #79C1FF, #00DDFF);
}

.logo-s-text {
    font-family: 'Krona';
    font-size: 22px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #FFFFFF, #73DCFF);
}

.block1 {
    width: 36%;
    order: 3;
    margin: auto;
    padding-left: 40px;
}

.block1-title {
    padding: 10px 30px;
    font-family: 'Krona';
    font-size: 32px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #FFFFFF, #73DCFF);
}

.block1-text {
    padding: 10px 30px;
    font-family: 'Krona';
    font-size: 32px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #79C1FF, #00DDFF);
}

.button {
    display: flex;
    gap: 0.1em;
    margin: auto;
    order: 6;
    width: 37%;
    padding-left: 30px;
}

    .button img {
        padding-left: 50px;
        width: 200px;
        height: 80px;
    }

    .button img:hover {
        transform: translateY(-4px);
        cursor: pointer;
    }

.social-top {
    display: flex;
    justify-content: center;
    gap: 0.5em;
    order: 2;
    width: 35%;
    padding: 25px;
    margin: 0 auto;
}

.social-top img{
    width: 200px;
    height: 80px;
}

    .social-top img:hover {
        transform: translateY(-4px);
        cursor: pointer;
    }

.social {
    display: flex;
    width: 45%;
    justify-content: center;
    gap: 0.5em;
    margin: auto;
}

    .social img {
        width: 200px;
        height: 80px;
    }

        .social img:hover {
            transform: translateY(-4px);
            cursor: pointer;
        }

.count {
    display: block;
    width: 25%;
    order: 4;
    margin: auto auto 45px;
}

.countdown {
    text-align: center;
    font-family: 'Krona';
    font-size: 35px;
    font-weight: bold;
    color: #FFFFFF;
}

.countdown-text {
    text-align: center;
    font-family: 'Krona';
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
}

.block2 {
    width: 30%;
    order: 5;
    margin: auto;
}

.block2-title {
    padding-top: 10px;
    font-family: 'Krona';
    font-size: 24px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #FFFFFF, #73DCFF);
    text-align: right;
}

.text {
    font-family: 'Montserrat';
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    padding: 10px 0;
}

.partners {
    width: 80%;
    order: 9;
    margin: auto 0;
    display: flex;
    gap: 2em;
    padding: 50px 0;
}

.partners img{
    width: 100px;
}

.data {
    width: 25%;
    order: 7;
    margin: auto auto -5px;
}

.data-text {
    padding-bottom: 5px;
    font-family: 'Krona';
    font-size: 8px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #FFFFFF, #73DCFF);
    text-align: center;
}

.triangles {
    width: 30%;
    display: flex;
    gap: 1em;
    justify-content: right;
    order: 8;
    margin: 0 auto;
}

.triangles img{
    width: 15px;
    height: 25px;
}

.about {
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-between;
}

.block3 {
    background: rgb(0, 11, 18, 0.8);
    border-radius: 15px;
    width: 500px;
    margin-bottom: 50px;
    transition: transform .3s ease, box-shadow .3s, border-color .3s;
    padding: 50px 25px;
}

.block3:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px 20px rgba(0, 224, 253, 0.7);
    border-color: rgba(1, 114, 122, 0.12)
}

h1 {
    margin-top: 15px;
    font-family: 'Krona';
    font-size: 34px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #79C1FF, #00DDFF);
    text-align: left;
    padding-left: 25px;
}

.title {
    font-family: 'Krona';
    font-size: 18px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #79C1FF, #00DDFF);
    text-align: left;
    padding: 10px 25px 5px;
}

.text2 {
    width: 75%;
    font-family: 'Montserrat';
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    padding-left: 25px;
}

.block4 {
    display: flex;
    width: 45%;
    margin: auto;
    justify-content: center;
}

.block4 img {
    margin: auto;
}

.hr-t {
    border: none;
    height: 15px;
    background: linear-gradient(to bottom, #000B12, #379BFF);
    opacity: 50%;
}

.hr-b {
    border: none;
    height: 15px;
    background: linear-gradient(to bottom, #379BFF, #000B12);
    opacity: 50%;
}

.slogan {
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: auto;
}

.slogan-text {
    font-family: 'Krona';
    font-size: 23px;
    font-weight: bold;
    color: #3ACEFF;
    margin: auto 0;
}

.central {
    display: flex;
    width: 80%;
    margin: 50px auto;
    justify-content: space-between;
}

.block5 {
    background: rgb(0, 11, 18, 0.8);
    border-radius: 15px;
    width: 500px;
    transition: transform .3s ease, box-shadow .3s, border-color .3s;
    padding: 50px 25px;
}

.block5:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px 20px rgba(0, 224, 253, 0.7);
    border-color: rgba(1, 114, 122, 0.12)
}

.sub-title {
    font-family: 'Krona';
    font-size: 19px;
    font-weight: bold;
    color: #3ACEFF;
    padding: 10px 25px 5px;
}

.block6 {
    display: flex;
    width: 45%;
    margin: 0 auto auto auto;
    justify-content: space-between;
}

.block6 img {
    margin: auto;
}

h2 {
    width: 80%;
    margin: 100px auto 0;
    font-family: 'Krona';
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    padding-left: 200px;
}

.h2-s {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #79C1FF, #00DDFF);
}

.back {
    width: 100%;
    background: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

.back-main {
    width: 100%;
    background: url(../img/main-bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}

.main {
    width: 100%;
}

.keys {
    display: flex;
    width: 90%;
    margin: 50px auto 250px;
    justify-content: center;
    gap: 3em;
}

.key-block {
    background: rgb(0, 11, 18, 0.8);
    border-radius: 15px;
    width: 30%;
    padding: 25px 0;
    display: block;
    transition: transform .3s ease, box-shadow .3s, border-color .3s;
}

.key-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px 20px rgba(0, 224, 253, 0.7);
    border-color: rgba(1, 114, 122, 0.12)
}


.key-block img {
    padding-left: 15px;
}

.key-title {
    font-family: 'Krona';
    font-size: 19px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #79C1FF, #00DDFF);
    text-align: left;
    padding: 10px 15px 5px;
}

.key-text {
    font-family: 'Montserrat';
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    padding-left: 15px;
}

.circles {
    width: 80%;
    margin: auto;
    padding-top: 20px;
}

/* Chars */
.charts {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.pie {
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(0, 11, 18, 0.8);
    border-radius: 15px;
    transition: transform .3s ease, box-shadow .3s, border-color .3s;
}

.pie:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px 20px rgba(0, 224, 253, 0.7);
    border-color: rgba(1, 114, 122, 0.12)
}

.pie svg {
    transform: rotate(-90deg)
}

.pie text {
    writing-mode: vertical-lr;
    font-family: 'Krona';
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.pie .label {
    margin-top: 10px;
    color: var(--muted);
    text-align: center
}

.pie .value {
    font-weight: 700;
    font-family: 'Krona';
    font-size: 14px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #79C1FF, #00DDFF);
}

/* Chars-End */

h3 {
    width: 80%;
    margin: 10px auto;
    font-family: 'Krona';
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    padding-left: 200px;
}

.list {
    width: 80%;
    display: flex;
    margin: 50px auto;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    gap: 2em;
    transition: transform .3s ease, box-shadow .3s, border-color .3s;
}

.list:hover {
    transform: translateY(-8px);
}

.list img {
    border-radius: 50px;
    transition: transform .3s ease, box-shadow .3s, border-color .3s;
}

.list img:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px 20px rgba(0, 224, 253, 0.7);
    border-color: rgba(1, 114, 122, 0.12);
    border-radius: 50px;
}

.desc {
    width: 100%;
    display: block;
    margin: auto 0;
    background: rgb(0, 11, 18, 0.8);
    border-radius: 15px;
    padding: 30px;
    transition: transform .3s ease, box-shadow .3s, border-color .3s;
}

.desc:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px 20px rgba(0, 224, 253, 0.7);
    border-color: rgba(1, 114, 122, 0.12);
    border-radius: 15px;
}

.list-title {
    font-family: 'Krona';
    font-size: 19px;
    font-weight: bold;
    color: #3ACEFF;
    text-align: left;
}

.list-text {
    font-family: 'Montserrat';
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
}

.footer {
    width: 100%;
    margin: auto;
    padding: 300px 0 200px;
    display: block;
    background: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.f-logo {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.f-logo img {
    margin: auto;
}

.f-text {
    width: 700px;
    margin: 20px auto;
    font-family: 'Kreadon';
    color: #B8FFFE;
    font-size: 29px;
    font-weight: 300;
    text-align: center;
}

.f-title {
    width: 60%;
    font-family: 'Krona';
    font-size: 34px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #79C1FF, #00DDFF);
    text-align: center;
    margin: 10px auto;
}

/* Preloader */

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #00070D;
    z-index: 1001;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

/* Preloader-End */

/* Counter */

.counter-container{
    display: none;
}

.counter {
    font-size: 4em;
    text-shadow: 0 0 10px #0f0;
    animation: pulse 2s infinite;
    position: relative;
}

.counter-change {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.4em;
    color: #ff0;
    opacity: 0;
    animation: fadeUp 1.5s ease-out;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeUp {
    0% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-100px) translateX(20px);
    }
}

@keyframes numberChange {
    0% {
        transform: scale(1);
        color: #379BFF;
    }

    50% {
        transform: scale(1.05);
        color: #00DDFF;
    }

    100% {
        transform: scale(1);
        color: #379BFF;
    }
}

.changing {
    animation: numberChange 0.8s ease-in-out;
}


/* Counter-End*/


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

    .header {
        background-size: cover;
    }

    .logo-title {
        font-size: 14px;
    }

    .logo-m-text {
        font-size: 28px;
    }

    .logo-s-text {
        font-size: 18px;
    }

    .block1-title {
        font-size: 28px;
    }

    .block1-text {
        font-size: 28px;
    }

    .block2-title {
        font-size: 20px;
    }
}

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

    .logo-s-text {
        font-size: 18px;
        white-space: nowrap;
    }

    .social-top img {
        width: 150px;
        height: 60px;
    }

    .block1-title {
        padding-left: 10px;
        white-space: nowrap; 
    }

    .block1-text {
        padding-left: 10px;
    }

    .button {
        padding-left: 10px;
    }
}

    @media only screen and (max-width: 1200px) {
        .header {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
            background-position-x: calc(50% - 100px);
        }

        .section {
            width: 90%;
            padding: 25px 100px 0;
            justify-content: center;
        }

        .about {
            width: 90%;
            justify-content: center;
            flex-wrap: wrap-reverse;
        }

        .central {
            width: 90%;
            justify-content: center;
            flex-wrap: wrap-reverse;
        }

        h2 {
            width: 90%;
            margin: 30px auto 0;
            font-size: 25px;
            padding-left: 20px;
            text-align: center;
        }

        h3 {
            width: 90%;
            margin: 10px auto;
            font-size: 15px;
            text-align: center;
            padding-left: 20px;
        }

        .keys {
            display: flex;
            width: 90%;
            margin: 50px auto 50px;
            justify-content: center;
            gap: 3em;
            flex-wrap: wrap;
        }

        .key-block {
            width: 90%;
        }

        .logo {
            justify-content: center;
        }

        .logo-title {
            text-align: center;
        }

        .logo-m-text {
            text-align: center;
        }

        .logo-s-text {
            text-align: center;
            white-space: normal;
        }

        .block1 {
            width: 90%;
            margin: auto;
            order: 2;
            padding-left: 0px;
        }

        .block1-title {
            text-align: center;
            white-space: normal;
        }

        .block1-text {
            text-align: center;
        }

        .block2 {
            width: 90%;
            margin: auto;
            order: 9;
        }

        .block2-title {
            width: 400px;
            margin: auto;
        }

        .text {
            width: 400px;
            margin: auto;
        }

        .data {
            width: 90%;
            order: 3;
        }

        .data-text{
            font-size: 15px;
        }

        .button {
            width: 90%;
            order: 4;
            justify-content: center;
        }

        .button img {
            padding-left: 0px;
        }

        .count {
            width: 90%;
            order: 5;
        }

        .social-top {
            width: 90%;
            order: 7;
            padding-bottom: 0;
        }

        .partners {
            width: 90%;
            order: 8;
            padding:25px;
            justify-content: center;
        }

        .triangles {
            width: 400px;
            order: 10;
        }

        .block3 {
            width: 90%;
            margin: auto;
        }

        .block4 {
            width: 90%;
            margin: auto;
        }

            .block4 img {
                margin: auto;
                width: 500px;
            }

        .block5 {
            width: 90%;
            margin: auto;
        }

        .block6 {
            width: 90%;
            margin: auto;
        }

            .block6 img {
                margin: auto;
                width: 500px;
            }

        .f-text {
            width: 90%;
        }
    }

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

        .header {
            background-size: contain;
            background-position-x: center;
        }

        .block1 {
            justify-content: center;
            padding: 25px;
        }

        .block1-title {
            font-size: 25px;
            text-align: center;
        }

        .section {
            width: 90%;
            padding: 20px;
            margin: 10px auto;
        }

        .social-top {
            display: flex;
            flex-wrap: wrap;
        }

        .social {
            display: flex;
            flex-wrap: wrap;
            width: 90%;
            justify-content: center;
            margin: auto;
        }

        .block1-text {
            font-size: 25px;
            text-align: center;
        }

        .button {
            margin: auto;
        }

            .button img {
                padding-left: 0;
            }

        .block2-title {
            width: 300px;
        }

        .triangles {
            width: 300px;
        }

        .partners {
            display: flex;
            flex-wrap: wrap;
        }

        .text {
            width: 300px;
        }

        .block4 img {
            width: 320px;
        }

        .block6 img {
            width: 320px;
        }

        .slogan-text {
            font-size: 18px;
        }

        .list {
            width: 90%;
            gap: 1em;
        }

        .f-title {
            width: 90%;
        }
    }

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

        .logo {
            justify-content: center;
            gap: 1em;
            margin: auto;
        }

            .logo img {
                margin: auto;
            }

        .logo-title {
            margin: auto;
            text-align: left;
        }

        .logo-m-text {
            margin: auto;
            text-align: center;
        }

        .logo-s-text {
            margin: auto;
            text-align: center;
        }

        .block4 img {
            width: 300px;
        }

        .block6 img {
            width: 300px;
        }

        .f-title {
            font-size: 25px;
        }
    }