/*
Theme Name: Blank
*/



html {
    scroll-behavior: smooth;
}

*,
:after,
:before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter Tight", sans-serif;
    background: rgb(18, 18, 18);
    color: #ffffff;
    line-height: 1.2em;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.cont {
    width: 90%;
    margin: 0 auto;
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.accordion-item {
    border-bottom: 1px solid #e7fe54;
}

.accordion-header {
    width: 100%;
    padding: 30px 0px;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    transition: background-color 0.3s ease;
    background: none;
}

.accordion-icon svg path {
    fill: #e7fe54;
}

.accordion-icon {
    transition: 0.3s;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
    transition: 0.3s;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content-inner {
    padding: 20px;
}

.accordion-content p,
.accordion-content ul {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    color: #f4f4f4;
    padding-bottom: 30px;
}

.accordion-content ul {
    padding-left: 20px;
}

.accordion-content li {
    margin-bottom: 5px;
}

.wrap {
    padding: 80px 0;
}

.title-h2 {
    background-image: linear-gradient(0deg, #e7fe54 0%, #ffffff 100%);
    display: inline-block;
    background-clip: text;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2em;
    -webkit-text-fill-color: #ffffff00;
}

.faq-button {
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.button-no-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 30px;
    background: #e7fe54;
    border-radius: 50px;
    font-size: 16px;
    color: #121212;
    font-weight: 700;
}

.button-no-icons:hover {
    transform: scale(0.95);
    transition: 0.3s;
}

.download {
    display: flex;
    flex-direction: row;
    background: #171717;
    border-radius: 40px;
    border: 1px solid #2b2b2b;
    gap: 40px;
    padding: 32px 32px;
    height: 720px;
}

.down-left {
    width: 55%;
}

.down-right {
    width: 45%;
}

.down-right {
    position: relative;
    display: flex;
    justify-content: center;
}

.d-img-1 {
    position: absolute;
    height: 660px;
    z-index: 1;
}

.d-img-2 {
    position: absolute;
    height: 630px;
    border-radius: 42px;
    top: 16px;
}

.down-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    gap: 40px;
}

.down-txt {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.down-txt span {
    font-size: 16px;
    font-weight: 900;
    color: #e7fe54;
    line-height: 1.2em;
    text-transform: uppercase;
}

.title-h2-w {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2em;
    color: #ffffff;
}

.down-button {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.download-a {
    background: #e7fe54;
    padding: 8px 24px;
    width: calc(50% - 6px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 55px;
}

.download-a:hover {
    transform: scale(0.95);
    transition: 0.3s;
}

.features-block {
    display: flex;
    flex-direction: row;
    margin-top: 64px;
    gap: 48px;
}

.feat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.feat-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    color: #c8c8c8;
    text-align: center;
}

.title-h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2em;
    color: #e7fe54;
    text-transform: uppercase;
}

.feat-block {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 64px;
}

.feat-item-big {
    width: calc(60% - 8px);
    background: #171717;
    border: 1px solid #2b2b2b;
    border-radius: 25px;
    height: 440px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feat-item-sm {
    width: calc(40% - 8px);
    background: #171717;
    border: 1px solid #2b2b2b;
    border-radius: 25px;
    height: 440px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-h3-g {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2em;
    color: #e7fe54;
    text-transform: uppercase;
}

.descr-feat {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    color: #ffffff;
}

.feat-fl {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feat-img-1 {
    width: 550px;
}

.feat-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.svg-icons {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 0;
    contain: strict;
}

.rating {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.2em;
    background-image: linear-gradient(0deg, #e7fe54 0%, #ffffff 100%);
    background-clip: text;
    -webkit-text-fill-color: #ffffff00;
}

.rating-stars {
    display: flex;
    flex-direction: row;
    gap: 0px;
}

.rating-stars svg {
    height: 47px;
    width: 47px;
}

.feat-tg {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
}

.feat-tg svg {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.logo-intro svg {
    width: 36px;
    height: 36px;
}

.logo-intro {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-intro img {
    width: 40px;
    height: 40px;
}

.logo-intro span {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.title-h1 {
    font-size: 62px;
    font-weight: 900;
    line-height: 1.05;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(0deg, #e7fe54 0%, #ffffff 100%);
    background-clip: text;
    -webkit-text-fill-color: #ffffff00;
    text-transform: uppercase;
}

.intro-button {
    margin-top: 20px;
}

.intro-button .button-no-icons {
    padding: 0 50px;
}

.marquee-container {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    opacity: 1;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
}

.marquee {
    display: flex;
    position: relative;
}

.marquee-item {
    flex-shrink: 0;
    background: #171717;
    padding: 40px;
    margin: 0 15px;
    border-radius: 25px;
    border: 1px solid #2b2b2b;
    transition: transform 0.3s ease;
    width: 500px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

.rew-block {
    display: flex;
    flex-direction: row;
    margin: 64px 0;
    justify-content: center;
}

.rew-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 33%;
}

.rew-numb {
    font-size: 68px;
    font-weight: 700;
    line-height: 1.05;
    background-image: linear-gradient(0deg, #e7fe54 0%, #ffffff 100%);
    background-clip: text;
    -webkit-text-fill-color: #ffffff00;
}

.rew-sub {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
}

.rew-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
}

.rew-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.rew-meta img {
    width: 42px;
    height: 42px;
    border-radius: 50px;
}

.name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    color: #e7fe54;
}

.head-s {
    position: fixed;
    top: 20px;
    z-index: 9999;
}

.wraps {
    padding: 150px 0 0px 0;
}

.desc {
    background: #121212d6;
    padding: 16px 32px;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    width: 650px;
    margin: 0 auto;
    left: 375px;
    position: relative;
}

.desk-block {
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: flex-start;
}

.desk-logo img {
    width: 40px;
    height: 40px;
}

.desk-menu ul {
    display: inline-flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
	gap: 25px;
}

.desk-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 20px;
}

.desk-menu ul li a.active {
    background: #e7fe54;
    color: #121212;
    border-radius: 40px;
}

.desk-lang select {
    background: #2b2b2b;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
}

.desk-lang select:focus-visible {
    border: none;
}

.footer-top {
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.footer-col-f {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-col-s {
    width: 25%;
}

.footer-col-th {
    width: 25%;
}

footer {
    padding: 40px 0;
}

.footer-logo a {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-logo img {
    width: 80px;
    height: 80px;
}

.footer-logo span {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.footer-descr {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.title-menu {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.footer-menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.footer-mess {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-soc {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 64px;
}

.copy {
    font-size: 16px;
    font-weight: 500;
}

.privacy {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.privacy-link {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.privacy-link:hover {
    color: #e7fe54;
    text-decoration: underline;
    transition: 0.3s;
}

.filter-mob {
    display: none;
}

.feat-img-2-mob {
    display: none;
}

.feat-img-2 {
    display: block;
}

.rew-item:first-child {
    border-width: 0 2px 0 0;
    border-style: solid;
    border-image: linear-gradient(to bottom, #ffffff, #e7fe54) 1 100%;
}

.rew-item:nth-child(2) {
    border-width: 0 2px 0 0;
    border-style: solid;
    border-image: linear-gradient(to bottom, #ffffff, #e7fe54) 1 100%;
}

.accordion-mob {
    display: none;
}

.wow {
    opacity: 0;
    transition: all 0.7s 0.7s ease;
}

.animated {
    opacity: 1;
}

.marq-block {
	display: flex;    
	gap: 25px;
    align-items: center;
}




@media (max-width: 767px) {
    .title-h2 {
        font-size: 31px;
    }

    .desc {
        display: none;
    }

    .container {
        padding: 0 20px;
    }

    .title-h1 {
        font-size: 60px;
        width: 100%;
    }

    .wrap {
        padding: 40px 0;
    }

    .cont {
        width: 100%;
    }

    .feat-item-big {
        width: 100%;
        height: 380px;
    }

    .feat-item-sm {
        width: 100%;
        height: 380px;
    }

    .feat-block {
        margin-top: 32px;
    }

    .features-block {
        flex-direction: column;
        margin-top: 32px;
        gap: 40px;
    }

    .feat-item {
        align-items: flex-start;
    }

    .feat-item p {
        text-align: start;
    }

    .descr-feat {
        font-size: 26px;
    }

    .rew-block {
        flex-direction: column;
        margin: 32px 0;
        gap: 32px;
    }

    .rew-item {
        width: 100%;
    }

    .marquee-item {
        width: 280px;
        padding: 32px;
    }

    .rew-txt {
        font-size: 18px;
    }

    .accordion-header {
        padding: 24px 0px;
        font-size: 20px;
    }

    .download {
        flex-direction: column-reverse;
        height: 100%;
        padding: 20px 20px;
    }

    .footer-top {
        gap: 32px;
        flex-direction: column;
    }

    .footer-col-f {
        width: 100%;
    }

    .footer-col-s {
        width: 100%;
    }

    .footer-col-th {
        width: 100%;
    }

    .footer-bottom {
        padding-top: 40px;
        flex-direction: column;
        gap: 20px;
    }

    .down-left {
        width: 100%;
        padding-left: 0;
        margin-top: -100px;
        z-index: 999;
    }

    .down-right {
        width: 100%;
    }

    .d-img-1 {
        position: absolute;
        height: 365px;
        z-index: 1;
    }

    .d-img-2 {
        position: static;
        height: 360px;
        border-radius: 36px;
    }

    .title-h2-w {
        font-size: 32px;
        text-align: center;
    }

    .down-txt span {
        text-align: center;
    }

    .download-a {
        width: 100%;
    }

    .faq-button {
        margin-top: 48px;
    }

    .filter-mob {
        display: block;
        height: 200px;
        background: linear-gradient(0deg, #171717 50%, transparent);
        position: absolute;
        width: 100%;
        bottom: -5px;
        z-index: 99;
    }

    .feat-img-2 {
        display: none;
    }

    .feat-img-2-mob {
        display: block;
    }

    .rew-item:first-child {
        border-style: solid;
        border-color: #e7fe54;
        padding-bottom: 32px;
        margin-bottom: 0px;
        border-width: 0px 0 2px 0;
        border-image: none;
    }

    .rew-item:nth-child(2) {
        border-style: solid;
        border-color: #e7fe54;
        padding-bottom: 32px;
        margin-bottom: 0px;
        border-width: 0px 0 2px 0;
        border-image: none;
    }

    .rewies {
        padding-top: 32px;
    }

    .mob {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #121212bf;
        backdrop-filter: blur(10px);
        border-radius: 40px;
        box-shadow: rgba(192, 255, 115, 0.25) 0px 0px 12px 0px;
        padding: 16px 32px;
    }

    .mob-logo img {
        width: 40px;
        height: 40px;
    }

    .head-s {
        width: 89%;
    }

    .accordion-mob {
        max-width: 600px;
        display: block;
        margin: 0 auto;
        backdrop-filter: blur(10px);
        background-color: rgba(18, 18, 18, 0.75);
        border-radius: 40px;
        box-shadow: rgba(192, 255, 115, 0.5) 0px 1px 24px 0px;
    }

    .accordion-item-mob {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .accordion-header-mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 32px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        user-select: none;
    }

    .accordion-title-mob {
        font-weight: bold;
        color: #333;
    }

    .accordion-arrow-mob {
        transition: transform 0.3s ease;
        color: #666;
        font-size: 12px;
    }

    .accordion-item-mob.active .accordion-arrow-mob .str1 {
        transform: rotate(45deg);
        transition: 0.3s;
    }

    .accordion-item-mob.active .accordion-arrow-mob .str2 {
        transform: rotate(135deg);
        margin-top: -2px;
        transition: 0.3s;
    }

    .accordion-content-mob .intro-button {
        padding: 32px;
        margin-top: 0;
    }

    .accordion-content-mob {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .mob-menu ul {
        list-style: none;
        padding-left: 32px;
        margin-bottom: 0;
    }

    .mob-menu ul li a {
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        line-height: 1.2em;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .mob-menu ul li {
        padding: 9px 0;
    }

    .mob-menu ul li a::before {
        content: ">";
        position: absolute;
        right: 32px;
        color: #898989;

    }

    .accordion-content-inner-mob {
        padding: 0 20px 20px;
    }

    .accordion-content-mob p {
        margin-bottom: 10px;
        line-height: 1.5;
        color: #555;
    }

    .accordion-content-mob p:last-child {
        margin-bottom: 0;
    }

    .str1 {
        background: #e7fe54;
        height: 2px;
        width: 32px;
    }

    .str2 {
        background: #e7fe54;
        height: 2px;
        width: 32px;
        margin-top: 10px;
    }

    .mob-lang select {
        background: #5b5b5b;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 5px;
        border-radius: 5px;
        border: none;
    }
}