:root {
    --black: #151719;
    --grey: #16191C;
    --icons-grey: #2e3134;
    --lgray: #9AA6B2;
    --red: #ED1111;
    --white: #fff;
    --hovercolor: #D2DCF7;
    --graph: #16191C
}

body {
    font-family: 'Orkney';
    font-weight: 300;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.container {
    /*   max-width: 1920px; */
    margin: 0px auto;
}

.section {
    margin: 0 clamp(24px, 5.729vw, 110px);
}

nav.top_menu {
    border-radius: 16px;
    background-color: var(--grey);
    display: flex;
    justify-content: space-between;
    padding: 1.2vw 1.5vw;
    margin-top: 40px;

}

nav.top_menu .logo,
nav.top_menu .logo a {
    display: flex;
}

nav.top_menu .logo img {
    width: clamp(120px, 8.177vw, 250px);
    /*157px*/
}

nav.top_menu menu {
    width: 100%;
    max-width: 58.698vw;
    /*1127px*/
    padding: 0;
    margin: 0 0 0 60px;
    position: relative;

}

.menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li {
    margin: 0 10px;
    position: relative;

}

.menu-list li a {
    text-decoration: none;
    color: var(--white);
    font-size: clamp(16px, 0.938vw, 24px);
    font-weight: 300;
    line-height: 1.125vw;
    text-align: center;
    position: relative;
    padding: 20px;
    margin: -20px;
    min-width: 73px;
    display: inline-block;

}

/* ---------- */


/* Стилі для лінії */
.underline {
    background-image: url('../img/underline.svg');
    background-repeat: no-repeat;
    background-position-x: -96px;
    background-position-y: 38px;
}

.underline.out {
    animation-duration: 0.3s;
    animation-name: slideout;
    animation-fill-mode: forwards;

}

.underline.over {
    animation-duration: 0.3s;
    animation-name: slidein;
    animation-fill-mode: forwards;
}




.hero {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 8.177vw;
}

.hero .text {
    width: 42.135vw;
    padding-top: 5.573vw;
    background-image: url(../../assets/img/one_hero_diamant.png);
    background-repeat: no-repeat;
    background-position: 80% 40%;
    background-size: clamp(30px, 6.302vw, 121px);
    /* animation: float-bg 5s ease-in-out infinite; */
}

.hero .text .title {
    font-size: clamp(28px, 3.75vw, 92px);
    font-weight: 300;
    line-height: clamp(34.19px, 4.579vw, 107.91);
    text-align: left;
    margin: 0;
    padding: 0;

}

.hero .text .description {
    padding: 2.448vw 0;
    font-size: clamp(14px, 1.25vw, 36px);
    font-weight: 300;
    line-height: clamp(21px, 1.875vw, 46px);
    text-align: left;
    color: var(--lgray);
}

.hero .image {
    text-align: center;
}

.hero .image img {
    width: 100%;
    max-width: 820px;
    margin-top: 61px;
}

.hero-img {
    animation: float 5s ease-in-out infinite;
}

.btn {
    border-radius: 16px;
    padding: 20px 32px;
    cursor: pointer;
    font-size: clamp(18px, 0.938vw, 24px);
    font-weight: 300;
    line-height: 21.6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    max-width: max-content;
    font-family: 'Orkney';
    display: block;
}


.buttons .btn {
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--lgray);
}

.btn.white {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--white);
}

.red_point .section .slider_navigation {
    font-size: clamp(24px,2.5vw,48px);
    line-height: 3.053vw;
}

.red_point .section .slider_navigation .all {
    font-size: clamp(16px,1.667vw,32px);
    line-height: 2.035vw;
}

.buttons {
    display: flex;
    gap: 12px;
    height: min-content;
    align-items: center;
}

.slider_navigation {
    display: flex;
    height: max-content;
    gap: 32px;
    justify-content: end;
}

.btn.white:hover {
    background-color: var(--hovercolor);
    border-color: var(--hovercolor);
}

.buttons .btn:hover {
    background-color: var(--white);
    border-color: var(--white);
}

.buttons .btn {
    height: min-content;
    display: flex;
    aspect-ratio: 88 / 72;
}

.buttons .inform {
    margin-right: 20px;
}

.buttons .btn.prev:hover img {
    content: url('../../assets/img/black-arrow-left.svg');
}

.buttons .btn.next:hover img {
    content: url('../../assets/img/black-arrow-right.svg');
}

.bold-font {
    font-weight: 700;
}

section.grey {
    background-color: var(--grey);
}

.unlock-the-power {
    margin-bottom: 5.938vw;
}

.in-unlock-the-power {
    display: flex;
    gap: 9.688vw;
}

.in-unlock-the-power .left {
    width: 40%;
    display: flex;
    flex-direction: column;
    width: 40%;
}

.in-unlock-the-power .right {
    width: 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.083vw;
}

.in-unlock-the-power .left button {
    margin: 2.083vw 0 7.292vw 0;
    width: max-content;
}

.in-unlock-the-power .description {
    padding: 2.083vw 0;
    font-size: clamp(14px, 1.25vw, 36px);
    line-height: clamp(21px, 1.875vw, 46px);
    color: var(--lgray);
    font-weight: 300;
}

.in-unlock-the-power .right .stages-item .number {
    font-size: 56px;
    font-weight: 700;
    line-height: 68.38px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--lgray);
}

.in-unlock-the-power .right .stages-item .subtitle {
    font-size: clamp(16px, 0.938vw, 24px);
    font-weight: 700;
    line-height: clamp(20px, 1.406vw, 37px);
    margin-bottom: 16px;
}

.in-unlock-the-power .right .stages-item .text {
    font-size: clamp(16px, 0.938vw, 24px);
    font-weight: 300;
    line-height: clamp(20px, 1.406vw, 37px);
    color: var(--lgray);
}


.quote {
    background-color: var(--grey);
    border-radius: 24px;
    min-height: 200px;
    padding: 5.313vw 5.052vw 4.688vw 5.052vw;
    margin-bottom: 7.708vw;
    background-image: url('../../assets/img/quotes.svg'), url('../../assets/img/avatar_seo.png');
    background-position: 2.5vw 2.5vw, right bottom;
    background-repeat: no-repeat;
    background-size: min(30%, 150px) auto, min(50%, 302px) auto;
}

.quote .quote-text {
    font-size: clamp(28px, 1.667vw, 36px);
    font-weight: 300;
    line-height: clamp(42px, 2.5vw, 64px);
    max-width: 61.094vw;
    margin-bottom: 32px;
}

.quote .author {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: var(--red);
    margin-bottom: 8px;
}

.quote .position {
    font-size: clamp(16px, 0.938vw, 24px);
    font-weight: 300;
    line-height: clamp(20px, 1.406vw, 37px);
    color: var(--lgray);
}

.crypto-cases {
    margin-bottom: 13.021vw;
}

.crypto-cases .top-line {
    display: flex;
    justify-content: space-between;
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 300;
    line-height: clamp(24px, 1.875vw, 36px);
    color: var(--white);
    margin-bottom: 31px;
    white-space: nowrap;
    gap: 31px;
}

.crypto-cases .top-line .left {
    display: flex;
    gap: 72px;
    background-color: var(--grey);
    border-radius: 24px;
    padding: 24px 32px;
    align-items: center;
    max-width: 32.188vw;
}

.crypto-cases .top-line .left .logo img {
    width: 100%;
    max-width: 290px;
}

.crypto-cases .top-line .right {
    display: flex;
    gap: 16px;
}

.crypto-cases .top-line .right .item {
    background-color: var(--grey);
    border-radius: 24px;
    padding: 24px 32px;
    align-items: center;
    min-width: 10vw;
}

.crypto-cases .top-line .right .value {
    font-weight: 700;

}


.crypto-cases .case .graph {
    background-color: var(--graph);
    border-radius: 24px;
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.crypto-cases .case .graph::-webkit-scrollbar {
    display: none;
}

.crypto-cases .case .graph img {
    min-width: 1000px;
    width: 100%;
    height: auto;
}

.crypto-cases .case .description-case {
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 300;
    line-height: clamp(24px, 1.875vw, 36px);
    color: var(--lgray);
    margin: 49px 0 60px 0;
}

.red_point.crypto-cases .in-crypto-cases {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.red_point.crypto-cases .in-crypto-cases .title h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.red_point.crypto-cases .in-crypto-cases .section-item {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
}

.red_point.crypto-cases .in-crypto-cases .section-item:nth-child(1) {
    flex: 1 1 calc(50% - 10px);
}

.red_point.crypto-cases .in-crypto-cases .section-item:nth-child(2) {
    flex: 1 1 calc(50% - 10px);
}

.red_point.crypto-cases .in-crypto-cases .full-width {
    width: 100%;
    margin-top: 64px;
}

.crypto-companies {
    margin-bottom: 10.208vw;
}

.crypto-companies .in-crypto-companies .companies {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    margin-top: 7.448vw;
}

.crypto-companies .in-crypto-companies .companies .company {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.crypto-companies .in-crypto-companies .companies .title {
    font-size: clamp(20px, 1.875vw, 36px);
    font-weight: 300;
    line-height: clamp(24.42px, 2.292vw, 43.96px);
    text-align: left;
    margin: 0;
    padding: 0;
}

.crypto-companies .in-crypto-companies .companies img {
    width: clamp(100px, 10.417vw, 200px);
    height: auto;
}

.crypto-companies .in-crypto-companies .companies .description {
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 300;
    line-height: clamp(24px, 1.875vw, 36px);
    color: var(--lgray);
}

.cryptocurrency {
    margin-bottom: 9.896vw;
}

.cryptocurrency .in-cryptocurrency .description {
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 300;
    line-height: clamp(24px, 1.875vw, 36px);
    color: var(--lgray);

}

.table-container {
    border-radius: 24px;
    border: 1px solid #9AA6B2;
    margin-top: 4.271vw;
    width: 100%;
    overflow-x: auto !important;

}

.cryptocurrency_table {
    width: 100%;
    font-family: 'Orkney';
}

.cryptocurrency_table th,
.cryptocurrency_table td {
    border-right: 1px solid #9AA6B2;
    padding: 10px;
    color: white;
}

.cryptocurrency_table th {
    font-size: clamp(16px, 1.875vw, 36px);
    font-weight: 700;
    line-height: 1px;
    text-align: center;
    height: clamp(74px, 5.208vw, 100px);
    white-space: nowrap!important;

}

.cryptocurrency_table td {
    font-size: clamp(14px, 1.25vw, 24px);
    font-weight: 300;
    padding: 0;
    line-height: 1.1;
    text-align: left;
    height: clamp(74px, 5.208vw, 100px);

}

.cryptocurrency_table th,
.cryptocurrency_table tr:nth-child(even) {
    background-color: #16191C;
}

.cryptocurrency_table td {
    width: 33%;
}

.cryptocurrency_table td:first-child {
    padding-left: 64px;
}

.cryptocurrency_table td:last-child,
.cryptocurrency_table th:last-child {
    border-right: none;
}

.check-in-table {
    display: block;
    width: clamp(32px, 3.333vw, 64px);
    height: clamp(32px, 3.333vw, 64px);
    background-image: url('../../assets/img/red_check.svg');
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

.seo-services {
    margin-bottom: 9.896vw;
}

.seo-services .tabs {
    margin-top: 6.667vw;
    border-radius: 24px;
    min-height: 200px;
    padding: 0;
    display: flex;
    gap: 40px;
}


.seo-services .tabs .left {
    width: 40%;
    display: flex;
    flex-direction: column;
    width: 50%;

}

.seo-services .tabs .tab-link {
    padding: 32px;
    margin-bottom: 0;
    cursor: pointer;
    background-color: var(--black);
    border: none;
    font-size: clamp(20px, 1.667vw, 26px);
    font-weight: 300;
    line-height: clamp(29px, 2.035vw, 31.75px);
    color: var(--white);
    border-radius: 16px;
    transition: all 0.5s ease-in-out;
}

.seo-services .tabs .tab-link.active {
    background-color: var(--white);
    color: var(--black);
}

.seo-services .tabs .tab-link:first-of-type {
    margin-top: 0;
}

.seo-services .tabs .tab-link {
    position: relative;
    padding-right: 40px;
}

.seo-services .tabs .tab-link::after {
    content: '+';
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white);
}

.seo-services .tabs .tab-link.active::after {
    content: '-';
    color: var(--black);
}

.seo-services .tabs .right {
    width: 50%;
    display: flex;
    align-items: center;
    background-color: var(--black);
    border-radius: 16px;
    padding: 0 7.708vw
}

.seo-services .tabs .right .tab-content {
    display: none;

}

.seo-services .tabs .right .tab-content.active {
    display: flex;
    flex-direction: column;
    gap: 48px;

}



.seo-services .tabs .right .tab-content img {
    width: clamp(60px, 6.25vw, 120px);
    height: auto;
}

.seo-services .tabs .right .tab-content .subtitle {
    font-size: clamp(20px, 1.667vw, 52px);
    line-height: clamp(29px, 2.035vw, 49.07px);
    color: var(--white);
}

.seo-services .tabs .right .tab-content .description {
    font-size: clamp(14px, 1.25vw, 46px);
    line-height: clamp(29px, 2vw, 49.07px);
    color: var(--lgray);
}

.why-do-you-need {
    margin-bottom: 13.229vw;
}

.why-do-you-need .in-why-do-you-need .content {
    display: flex;
    gap: 40px;
    margin-top: 6.25vw;

}

.why-do-you-need .in-why-do-you-need .content .item {
    display: flex;
    flex-direction: column;
    gap: 47px;
    width: 100%;
}

.why-do-you-need .in-why-do-you-need .content .item img {
    width: 100px;
    height: auto;
}

.why-do-you-need .in-why-do-you-need .content .item h3 {
    margin: 0;
    padding: 0;
    font-size: clamp(20px, 1.875vw, 36px);
    font-weight: 300;
    line-height: clamp(24.42px, 2.292vw, 43.96px);
}

.why-do-you-need .in-why-do-you-need .content .item .description {
    color: var(--lgray);
    font-size: clamp(14px, 1.25vw, 36px);
    line-height: clamp(24px, 1.875vw, 36px);
}

.clients-review {
    margin-bottom: 9.167vw;
}

.red_point.clients-review .in-clients-review {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.red_point.clients-review .in-clients-review .title h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.red_point.clients-review .in-clients-review .section-item {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
}

.red_point.clients-review .in-clients-review .section-item:nth-child(1) {
    flex: 1 1 calc(70% - 10px);
}

.red_point.clients-review .in-clients-review .section-item:nth-child(2) {
    flex: 1 1 calc(30% - 10px);
}

.red_point.clients-review .in-clients-review .full-width {
    width: 100%;
    margin-top: 64px;
}

.red_point.clients-review .in-clients-review .reviews-sliders .review {

    padding: 2.5vw 3.333vw;
    border-radius: 16px;
    border: 1px solid var(--lgray);
    display: flex;
    flex-direction: column;
    min-height: 10.104vw;
}

.reviews-sliders .review:not(:last-child) {
    margin-right: 2.083vw;
}

.red_point.clients-review .in-clients-review .reviews-sliders .review .text {
    font-size: clamp(20px, 1.667vw, 52px);
    font-weight: 300;
    line-height: clamp(26px, 2.167vw, 52px);
    margin-bottom: 32px;

}

.red_point.clients-review .in-clients-review .reviews-sliders .review .author {

    display: flex;
    margin-top: auto;
    gap: 24px;
    align-items: center;
}

.red_point.clients-review .in-clients-review .reviews-sliders .review .author img {
    width: 72px;
    height: auto;
}

.red_point.clients-review .in-clients-review .reviews-sliders .review .author .about {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.red_point.clients-review .in-clients-review .reviews-sliders .review .name {
    font-size: clamp(14px, 1.25vw, 36px);
    font-weight: 300;
}


.red_point.clients-review .in-clients-review .reviews-sliders .review .position {
    font-size: clamp(16px, 0.938vw, 24px);
    font-weight: 300;
    color: var(--lgray);
}

.clients-backed {
    padding: 56px 0;
}

.clients-backed .text {
    font-size: clamp(18px, 1.25vw, 36px);
    font-weight: 300;
    line-height: 1.875vw;
    margin-bottom: 64px;
}

.clients-backed .logos div {
    margin: 0 10px;
}

.clients-backed .logos div img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.collaborate-btn {
    background-color: var(--grey);
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 16px;
    padding: 20px 32px;
    cursor: pointer;
    font-size: clamp(13px, 0.938vw, 24px);
    font-weight: 300;
    line-height: 21.6px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none;
}

.collaborate-btn:hover {
    background-color: var(--white);
    color: var(--grey);
    border-color: var(--white);
}

.contact-form {
    padding: 6.406vw 0 3.333vw 0;
    position: relative;
}

.contact-form .form {
    width: 100%;
    max-width: 72.76vw;
    margin-top: 5.208vw;
}

.contact-form .form span {
    color: var(--white);
    font-size: clamp(24px, 2.917vw, 66px);
    font-weight: 700;
    line-height: 1.5;
    margin: 0 32px;
}

.contact-form .form span:first-child,
.contact-form .form span.no-merge-left {
    margin: 0 32px 0 0;
}

.contact-form .form span:last-child {
    margin: 0 0 0 32px;
}

.contact-form .form .textfield.name,
.contact-form .form .textfield.from {
    width: 16.823vw;
}

.contact-form .form .textfield.what {
    width: 36.198vw;
}

.contact-form .form .textfield.email {
    width: 25.208vw;
}

.contact-form .form .textfield {
    font-family: 'Orkney';
    font-size: clamp(20px, 1.25vw, 36px);
    font-weight: 300;
    background: none;
    border: none;
    color: #fff;
    border-bottom: 1px solid var(--lgray);
    text-transform: uppercase;
    outline: none;
}

.contact-form .form .sendform {
    display: block;
    margin-top: 88px;
    font-weight: 700;
}

.contact-form .first_diamond {
    position: absolute;
    left: 19.427vw;
    top: 7.031vw;
    z-index: 1;
    animation: float 5.8s ease-in-out infinite;
    width: clamp(20px, 4.115vw, 79px);
}

.contact-form .second_diamond {
    position: absolute;
    top: 0;
    right: 0;
    animation: float 4s ease-in-out infinite;
    width: clamp(100px, 26.406vw, 507px);
}

.contact-form .third_diamond {
    position: absolute;
    left: 0;
    bottom: 147px;
    z-index: 2;
    animation: float 4.5s ease-in-out infinite;
    width: clamp(70px, 8.906vw, 171px);
}

.contact-form .fourth_diamond {
    display: none;
}



.red_point {
    position: relative;
    min-height: 100px;
}

.red_point::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 17px;
    width: 32px;
    height: 32px;
    background-color: #ED1111;
    border-radius: 100%;
}

.red_point .section .title h2 {
    font-size: clamp(24px, 2.917vw, 66px);
    line-height: 68.38px;
    margin: 0 0 24px 0;
    padding: 0;
    font-weight: 300;
}

.red_point .section .title .description {
    color: var(--lgray);
    font-size: clamp(14px, 1.25vw, 36px);
    line-height: 36px;
}

footer .top {
    background-color: var(--grey);
}

footer .top .section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
}

footer .section .in-section {
    width: 33%;
}

footer .section .in-section:last-of-type {
    display: flex;
    justify-content: end;
}

footer .bottom .section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 39px;
    padding-bottom: 32px;
    color: var(--lgray);
}

footer .bottom .section a {
    color: var(--lgray);
    text-decoration: none;
}

footer .bottom .section .url a {
    color: var(--red);
    text-decoration: none;
}

footer .bottom .section .nav {
    display: flex;
    gap: 44px;
}

footer .top .section .nav {
    display: flex;
    gap: 48px;
}

footer .top .section .nav a {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 20.72px;
    text-align: left;
    text-decoration: none;
}

footer .top .section .nav a:hover {
    color: var(--lgray);
    transition: all 0.3s ease-in-out;
}


footer .top .section .icons {
    display: flex;
    width: max-content;
    gap: 8px;
}

footer .top .section .icons .icon a {
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

footer .top .section .icons .icon a:hover {
    background-color: var(--icons-grey);
}

.logos-scroller{
    max-width: 100%;
    width: 100%;
}

.logos-scroller .logos-scroller-inner{
    display: flex;
    gap: 16px;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
    transform: translateX(calc(-0% - 16px));
}

.logos-scroller[data-animated="true"] {
    overflow: hidden;
}

.logos-scroller[data-animated="true"] .logos-scroller-inner {
    width: fit-content;
    flex-wrap: nowrap;
    animation: scroll 40s linear infinite;
}

.logos-scroller .logos-scroller-inner li{
    width: 258px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .logos-scroller .logos-scroller-inner li{
        width: 200px;
    }
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 25px));
    }
 }

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slidein {
    from {
        background-position-x: -96px;
        background-position-y: 38px;
    }

    to {
        background-position-x: 6px;
        background-position-y: 34px;
    }
}

@keyframes slideout {
    from {
        background-position-x: 6px;
        background-position-y: 34px;
    }

    to {
        background-position-x: -96px;
        background-position-y: 38px;
    }
}