/**
 * Theme Name:  Hyper-Exchange
 * Description: Hyper-Exchange
 * 
 * Theme URI:   http://wordpress.org/themes/Hyper-Exchange
 * Author:      Magomedov Bashir
 * Author URI:  t.me/magomedovv_b
 * Version:     1.0
 */

html {
    scroll-behavior: smooth;
}


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

.container {
    max-width: 1440px;
    padding: 0 48px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

body {
    background-color: #FBFBFB;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 1.3;
    color: #FBFBFB;
    margin: 0;
    font-weight: 400;
    font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
}


.goldman {
    font-family: "Goldman";

}


@keyframes an_1 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}



.element-animation.element-show {
    animation: an_1 0.8s 1 both;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0.2s;
}

.element-animation {
    opacity: 0;
    transform: translateY(25px);
}


.header {
    width: 100%;
    padding: 30px 40px;
    margin: 0 0 16px 0;
    z-index: 10;
    position: relative;
}

.mobile-header {
    align-items: center;
}

.mobile-header-block {
    display: none;
    transition: all 0.7s ease-in-out;
}

.mobile-nav-block {
    display: none;
    padding-top: 50px;
}

.mobile-nav-list {
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* добавить плавный переход для изменения стилей */
}

.main-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}


.monile-logo {
    text-decoration: none;
    color: #FBFBFB;
}

.logo-img {
    width: 122px;
    height: 27px;
}

.main-nav-list {
    display: flex;
    flex-direction: row;
    gap: 70px;
    justify-content: space-around;
    padding: 0;
}

.main-nav-item {
    list-style: none;
}

.main-nav-link {
    color: #F5F5F5;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}

.main-nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.dropdown-menu {
    position: absolute;
    top: 0px;
    right: 40px;
    width: 260px;
    height: 0;
    padding: 0 50px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-direction: column;
    z-index: 11;
    min-width: 200px;
    text-align: center;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease-in-out;
}

.dropdown-menu.active {
    height: 466px;
    opacity: 1;
    padding: 40px 50px;
    transform: translateY(0);
}

.dropdown-title {
    color: #2C59E3;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.dropdown-close {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 10px;
}


.dropdown-menu .dropdown-item {
    color: #2C59E3;
    margin: 0 0 14px 0;
    text-decoration: none;
    font-size: 16px;
    text-decoration: none;
    display: block;
    transition: background 0.3s;
    border-bottom: 1px solid transparent;
}

.dropdown-menu .dropdown-item:hover {
    border-bottom: 1px solid #2C59E3;
}


.first-block {
    background: #040715;
    background-size: cover;
    height: 100vh;
    background:
        url("images/lines.png") no-repeat center center,
        url("images/main-bg1.png") no-repeat top center,
        #040715;
    background-size:
        100%,
        70%;
    position: relative;
}


.first-block::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 316.106px;
    height: 315.025px;
    transform: translate(-50%, -50%) rotate(19.838deg);
    /* центрируем и вращаем */
    flex-shrink: 0;
    border-radius: 50%;
    /* круглее и проще читать */
    opacity: 0.7;
    background: #012978;
    filter: blur(60px);
    left: 50%;
    top: 50%;
}

.first-block::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 470px;
    height: 470px;
    transform: translate(-50%, -50%);
    /* центрируем и вращаем */
    flex-shrink: 0;
    /* круглее и проще читать */
    background: url("images/usdt.png") no-repeat center;
    left: 50%;
    top: 50%;
}

.hands {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hand-left {
    position: absolute;
    left: 0;
    top: 201px;
    width: 39%;
    height: 639px;
}

.hand-right {
    position: absolute;
    right: 0;
    top: -140px;
    width: 39%;
    height: 611px;
}

.main-block {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.main-flex {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.main-text {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    z-index: 3;
    margin-bottom: -8px;
}

.main-title {
    font-size: 96.647px;
    color: #FBFBFB;
    text-align: right;
    letter-spacing: -0.5px;
    margin-top: 20px;
    line-height: 77%;
    /* 74.419px */
}

.main-subtitle {
    color: #FBFBFB;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.8;
    /* 18px */
}

.main-btn {
    color: #FBFBFB;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.405px;
    /* 196.697% */
    z-index: 3;
    text-decoration: none;
    padding: 18px 33px;
    border-radius: 14.162px;
    background: radial-gradient(100% 100% at 50% 0%, rgba(251, 251, 251, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(90deg, #021E5A 0%, #004CBE 53.65%, #2E7DF6 100%);
    margin-bottom: 65px;
    border: none;
}

.exchange {
    padding-bottom: 100px;
    padding-top: 60px;
    position: relative;
    z-index: 999;
}

.form-btn {
    margin-bottom: 0;
    margin-top: 15px;
}

.exchange-label {
    font-size: 20px;
    color: #040715;
}

.exchange-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exchange-first {
    display: flex;
    width: 60%;
    gap: 30px;
}

.exchange-second {
    width: 30%;
}


.exchange-send-coin.selected {
    background: #2C59E3;
    color: #fff;
    box-shadow: 0 4px 12px rgba(44, 89, 227, 0.3);
}

.exchange-get-coin.selected {
    background: #2C59E3;
    color: #fff;
    box-shadow: 0 4px 12px rgba(44, 89, 227, 0.3);
}

.exchange-get-coin.selected .exchange-get-coin-text {
    color: #fff;
}

.exchange-get-coin.selected svg path[fill="#2C59E3"] {
    fill: #fff;
}

.exchange-get-coin.selected svg path[opacity="0.2"] {
    fill: rgba(255, 255, 255, 0.2);
}

.exchange-send-coin.selected .exchange-get-coin-text {
    color: #fff;
}

.exchange-send-coin.selected svg path[fill="#2C59E3"] {
    fill: #fff;
}

.exchange-send-coin.selected svg path[opacity="0.2"] {
    fill: rgba(255, 255, 255, 0.2);
}



.exchange-get-coin,
.exchange-send-coin {
    padding: 12px 16px;
    display: flex;
    min-width: 155px;
    align-items: center;
    gap: 22px;
    border-radius: 15px;
    background: #FBFBFB;
    width: 48%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.exchange-get-coin-text {
    color: #040715;
    margin: 0;
    font-size: 14px;
}

.exchange-send-coins {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.exchange-get-coins {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.exchange-get-coin .select {
    border: 1px solid #021E5A;
}


.exchange-send-coin .select {
    border: 1px solid #021E5A;
}


.form-field label {
    color: #040715;
    font-size: 16px;
    margin-bottom: 5px;
}

.form {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.form-field {
    display: flex;
    width: 47%;
    flex-direction: column;
    margin-bottom: 18px;
}

.input {
    padding: 24px;
    color: #040715;
    border-radius: 15px;
    opacity: 0.4;
    background: #FBFBFB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 70px;
    border: none;
}


.how {
    padding: 100px 0 0 0;
    margin-top: -30px;
    background: #040715;
    background-size: cover;
    height: auto;
    background:
        url("images/main-bg1.png") no-repeat top center,
        #040715;
    position: relative;
    background-position: center top -70px;
    border-top-right-radius: 36px;
    border-top-left-radius: 36px;
}

.how-title {
    font-size: 55px;
    text-align: center;
    line-height: 100%;
}

.how-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 80px;
}

.how-card {
    width: 23%;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 335px;
    height: 335px;
}

.how-card-number {
    font-size: 40px;
    font-family: "Goldman";
    margin: 0 0 20px 0;
}

.how-card-title {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.how-card-subtitle {
    color: #FBFBFB;
    font-size: 18px;
    margin: 0;
    opacity: 0.8;
    padding: 0 46px;
}

.planet-block {
    background: #040715;
    text-align: center;
}

.planet {
    width: 70%;
    object-fit: contain;
    bottom: 0;
}


.about-section {
    background: #040715;
    width: 100%;
    padding: 148px;
}

.about-block {
    display: flex;
    align-items: start;
    justify-content: center;
    height: 100%;
    margin-top: auto;
    position: relative;
}

.about-left-podium-block {
    display: flex;
    align-items: end;
}

.podium {
    object-fit: contain;
    width: 345.949px;
    height: 369.252px;
    z-index: 3;
    position: relative;
}

.about-right-card {
    background: url("images/about-bg.png") no-repeat center;
    background-size: cover;
    border-radius: 15px;
    padding: 52px 32px;
    width: 600px;
    height: 270px;
    margin-bottom: 10px;
}

.mobile {
    display: none;
}


.about-right-card-num {
    color: #FBFBFB;
    font-size: 40px;
    font-family: 'Goldman';
    border-radius: 15px;
    background: #2C59E3;
    display: inline-block;
    padding: 10px 25px;
    margin: 0 0 35px 0;
    width: 94px;
}

.about-right-card-title {
    font-size: 24px;
    color: #FBFBFB;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.about-right-card-subtitle {
    color: #FBFBFB;
    font-size: 20px;
    opacity: 0.8;
    margin: 0;
}

.about-left {
    position: sticky;
    align-self: flex-start;
    top: 30%;
    width: 50%;
    transform: translate(0, 10%);
}

.about-right {
    width: 50%;
}


.about-left-img {
    position: absolute;
    top: -150px;
}



.about-left-img {
    z-index: 3;
    opacity: 0;
    transform: scale(0.8);
    position: absolute;
    transition: none;
    /* Убираем стандартные CSS-переходы, чтобы только GSAP управлял */
}

.left-glow {
    position: absolute;
    top: 50px;
    /* поднять или опустить свечение */
    left: 29%;
    width: 400px;
    height: 400px;
    transform: translateX(-50%);
    background: radial-gradient(circle, #01C3FD61 0%, rgba(44, 89, 227, 0) 70%);
    filter: blur(80px);
    opacity: 0.7;
    z-index: 0;
    /* ниже всех иконок */
    pointer-events: none;
}



.about-left-img1 {
    left: 10%;
}

.about-left-img2 {
    left: 6%;
}

.about-left-img6 {
    left: 10%;
}

.about-left-img.active {
    opacity: 1;
    transform: scale(1);
}


.reviews {
    height: 100vh;
}




.swiper-title {
    color: #040715;
    font-size: 30px;
}

.swiper-subtitle {
    margin-top: 20px;
    color: #040715;
    font-size: 20px;
}

.reviews-block {
    position: relative;
}

.reviews-img-block {
    position: absolute;
    left: -20%;
    width: 70%;
}

.iphones {
    width: 100%;
    animation: float 10s ease-in-out infinite;
}

.reviews-block {
    border-radius: 15px;
    background: #FBFBFB;
    box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 7px 0px rgba(0, 0, 0, 0.10);
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mySwiper {
    width: 610px;
    height: 189px;
    margin: 0 50px 0 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-nav {
    position: absolute;
    top: 50px;
    right: 50px;
    display: flex;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    position: static !important;
}

.swiper-button-next {
    position: static;
    width: 50px;
}

.swiper-button-prev {
    position: static;
    width: 50px;
    margin-right: 50px;

}

.reviews-title {
    color: #040715;
    font-family: "Open Sans";
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin-bottom: 80px;
    /* 55px */
}

.reviews {
    padding: 80px 0 200px 0;
}


.coin {
    position: absolute;
}

.coin1 {
    width: 200px;
    height: 184px;
    left: 20%;
    bottom: -13%;
    z-index: 3;
    animation-delay: 0s;
}

.coin2 {
    bottom: 5%;
    width: 91.945px;
    height: 91.945px;
    left: 30%;
    z-index: 3;
    animation-delay: 0.5s;
}

.coin3 {
    bottom: -10%;
    left: 0;
    width: 134px;
    height: 134px;
    animation-delay: 1s;
}


.coin5 {
    bottom: 25%;
    left: 27%;
    animation-delay: 1.5s;
}

.coin6 {
    bottom: 39%;
    left: 43%;
    animation-delay: 2s;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(0);
    }
}

.coin {
    animation: float 3s ease-in-out infinite;
}


.license {
    padding: 80px 0;
    margin: 40px 0;
    background: url("images/setka.png") no-repeat center;
    background-size: 100%;
}

.license-title {
    color: #040715;
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 80px;
}

.license-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.license-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 490px;
}

.license-card-subtitle {
    color: #040715;
    font-size: 20px;
    margin: 0;
}

.license-card {
    border-radius: 15px;
    background: #FBFBFB;
    box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.05), 0px 4px 7px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    padding: 40px 20px;
}

.license-right {
    position: relative;
    width: 50%;
    text-align: right;
}

.license-img {
    filter: drop-shadow(-49px 69px 127px rgba(0, 0, 0, 0.1)) drop-shadow(-25px 36px 94px rgba(46, 46, 46, 0.1)) drop-shadow(-8px 12px 53px rgba(44, 44, 44, 0.15));
    width: 492.101px;
    height: 494.591px;
    animation: float 10s ease-in-out infinite;

}

.license-card-img {
    position: absolute;
    z-index: 3;
    width: 387.73px;
    bottom: 20%;
    left: -12%;
    animation: float 10s ease-in-out infinite;
}


.all-license-cards {
    padding: 60px 0;
}

.license-wrapper-img {
    object-fit: contain;
}








.faq-icon.active {
    transform: rotate(180deg);
}

.faq-icon {
    transition: transform 0.7s ease-in-out;
}

.company-block {
    padding: 100px 0;
}

.company-work-card {
    padding: 41px;
    border-bottom: 1px solid #1B1B1B;
}

.company-work-card-text .company-work-card-hidden-text {
    overflow: hidden;
    color: #040715;
    font-size: 20px;
    opacity: 0.8;
    font-size: 16px;
    max-width: 800px;
    height: 0;
    margin: 0;
    transition: 0.7s;
    /* 20.8px */
}

.company-text {
    font-size: 48px;
    margin: 0;
    font-weight: 400;
    font-size: 38px;
    color: #040715;
}

.company-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-btn {
    background: #2C59E3;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: none;
}

.footer {
    background: url("images/footer-setka.png") no-repeat center,
        url("images/footer-bg.png") no-repeat bottom center #040715;
    background-size:
        100%,
        70%;
    padding: 80px 0 200px 0;
    position: relative;
    overflow: hidden;
}

.footer-nav-list {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-left {
    display: flex;
    width: 40%;
    align-items: start;
    justify-content: space-between;
}

.footer-right {
    width: 40%;
}

.footer-nav-link {
    text-decoration: none;
    color: #FBFBFB;
    font-size: 16px;
}

.footer-block {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.footer-title {
    font-size: 20px;
    text-align: right;
}

.tel {
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    color: #FBFBFB;
}

.adress {
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    color: #FBFBFB;
}

.mail {
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    color: #FBFBFB;
}

.footer-info {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: right;
}

.confidense {
    color: #9A9A9A;
    font-size: 12px;
    margin: 0;
    text-decoration: none;
}

.rights {
    font-size: 12px;
    color: #9A9A9A;
    margin: 0;
    text-decoration: none;
}

.footer-conf {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: right;
}

.footer-main-text {
    color: #FBFBFB;
    text-align: center;
    font-family: Goldman;
    font-size: 153.609px;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    bottom: -15%;
}