body {
    padding-top: 86px !important;
}

main {
    overflow: hidden;
}

.section .container {
    max-width: 1400px;
    /*padding: 0 40px;*/
    padding: 0;
}

.section {
    margin-bottom: 80px;
}


.hero-section {
    position: relative;
    overflow: hidden;
}

.floating-left,
.floating-right {
    position: absolute;
    top: 0;
    z-index: -1;
    pointer-events: none;
    animation: floatY 10s ease-in-out infinite;
}

.floating-left-mobile, .floating-right-mobile {
    display: none;
}

.floating-left {
    left: -30%;
    animation-delay: 0s;
}

.floating-right {
    right: -30%;
    animation-delay: 3s; /* половина періоду — створює протифазу */
}

@keyframes floatY {
    0%, 100% {
        transform: translateY(-100px);
    }
    50% {
        transform: translateY(20%);
    }
}


.hero-section__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding-top: 40px;
}

.hero-section__inner .title {
    max-width: 800px;
    margin: 0 auto 22px;
    text-align: center;
}

.hero-section__inner .desc {
    max-width: 810px;
    margin: 0 auto 22px;
    text-align: center;
}

.hero-section__inner .buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 80px;
}

.hero-section__img {
    overflow: hidden;
    padding-bottom: 80px;
    border-radius: 32px;
}

.hero-section__img img {
    border-radius: 32px;
}


.payments__inner {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 24px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0px 4px 38px 0px rgba(156, 25, 206, 0.10);
}

.payments__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.payments__cnt {
    padding: 60px;
}

.payments__cnt .title {
    margin-bottom: 32px;
}


.multi-currency .main__inner {
    display: flex;
    gap: 40px;
}

.multi-currency__inner {
    padding: 40px 40px 0;
    border-radius: 24px;
    background: #EEEFFF;
}

.multi-currency__inner .title {
    margin-bottom: 20px;
}

.multi-currency__inner .desc {
    margin-bottom: 40px;
}

.track-transactions__inner {
    padding: 40px 40px 0;
    border-radius: 24px;
    background: radial-gradient(54.39% 142.05% at 50% 50%, #B900F4 0%, #3D005F 100%), #EEEFFF;
}

.track-transactions__inner .title {
    margin-bottom: 20px;
    color: #ffffff;
}

.track-transactions__inner .desc {
    margin-bottom: 40px;
    color: #ffffff;
}


.perks h2 {
    margin-bottom: 80px;
    text-align: center;
}

.perks__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.perks__inner .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0px 4px 38px 0px rgba(156, 25, 206, 0.10);
}

.perks__inner .item .item__icon {
    margin-bottom: 20px;
}

.perks__inner .item .item__title {
    margin-bottom: 24px;
}

.perks__inner .item .item__text {
    /*margin-bottom: 40px;*/
    text-align: center;
}


.send-money__inner {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 24px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0px 4px 38px 0px rgba(156, 25, 206, 0.10);
}

.send-money__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.send-money__cnt {
    padding: 60px;
}

.send-money__cnt .title {
    margin-bottom: 32px;
}


.get-started__inner {
    overflow: hidden;
    display: flex;
    border-radius: 32px;
    background: #ffffff;
}

.get-started__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.get-started__cnt {
    padding: 60px;
}

.get-started__cnt .title {
    margin-bottom: 16px;
}

.get-started__cnt .desc {
    margin-bottom: 40px;
}

.get-started__cnt .items {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

.get-started__cnt .item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 20px;
    border-radius: 24px;
    background: #F2F4F8;
}

.get-started__cnt .item .number {
    color: #1F1E1F;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 1; /* 114.286% */
}

.get-started__img img {
    width: 100%;
    height: 100%;
}


.banner__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    border-radius: 32px;
    background: url('../images/european-iban/banner-bg-fullhd.png') center center no-repeat;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.banner__inner .title {
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

.banner__inner .desc {
    max-width: 750px;
    margin: 0 auto 50px;
    color: #ffffff;
    text-align: center;
}

.banner__inner .btn {
    display: block;
    margin: 0 auto;
    width: max-content;
    background: #ffffff;
    color: #1E1E1E;
}


.faq h2 {
    margin-bottom: 60px;
    text-align: center;
}

@media (max-width: 1399.98px) {
    .send-money__img img {
        width: 100%;
        height: 100%;
    }

    .get-started__cnt .desc {
        margin-bottom: 50px;
    }

    .get-started__cnt .items {
        margin-bottom: 50px;
    }
}

@media (max-width: 1365px) {
    .payments__inner {
        flex-direction: column;
    }

    .payments__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .payments__img img {
        width: 100%;
    }


    .send-money__inner {
        flex-direction: column-reverse;
    }

    .send-money__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .send-money__img img {
        width: 100%;
    }

    .get-started__inner {
        flex-direction: column;
    }

    .get-started__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .get-started__img img {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .payments__cnt {
        padding: 40px;
    }

    .multi-currency .main__inner {
        flex-direction: column;
    }
    .multi-currency .main__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .multi-currency__inner .title br,
    .track-transactions__inner .title br {
        display: none;
    }

    .multi-currency__inner img ,
    .track-transactions__inner img {
        display: block;
        margin: 0 auto;
    }

    .perks__inner .item {
        width: 100%;
        flex-basis: auto;
        padding: 32px;
    }

    .send-money__cnt {
        padding: 40px;
    }

    .get-started__cnt {
        padding: 40px;
    }
}


@media (max-width: 767px) {
    section {
        overflow: hidden;
    }

    section .container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0;
    }

    @keyframes floatY {
        0%, 100% {
            transform: translateY(-100px);
        }
        50% {
            transform: translateY(100%);
        }
    }

    .hero-section {
        padding-bottom: 40px;
    }

    .floating-left,
    .floating-right {
        display: none;
    }

    .floating-left {
        left: -50%;
        animation-delay: 0s;
    }

    .floating-right {
        right: -50%;
        animation-delay: 6s;
    }

    .floating-left-mobile, .floating-right-mobile {
        display: block;
    }

    .hero-section__inner {
        margin-top: 0;
    }

    .hero-section__inner .title {
        max-width: 300px;
        padding: 0 20px;
    }

    .hero-section__inner .desc {
        max-width: 100%;
        padding: 0 20px;
    }

    .hero-section__inner .buttons {
        margin-bottom: 40px;
    }


    .hero-section__img {
        width: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }

    .hero-section__img img {
        width: 100%;
        border-radius: 0;
    }



    .payments__inner {
        border-radius: 0;
    }
    .payments__cnt {
        padding: 20px;
    }
    .payments__cnt .title {
        max-width: 300px;
    }


    .multi-currency__inner,
    .track-transactions__inner {
        padding: 20px 20px 0;
        border-radius: 0;
    }


    .perks h2 {
        max-width: 300px;
        margin: 0 auto 60px;
        padding: 0 20px;
    }
    .perks__inner .item {
        padding: 20px;
        border-radius: 0;
    }


    .send-money__cnt {
        padding: 20px;
    }


    .get-started__inner {
        border-radius: 0;
    }
    .get-started__cnt {
        padding: 20px;
    }

    .get-started__cnt .item .number {
        font-size: 32px;
        line-height: 44px;
    }

    .get-started__cnt .btn {
        display: block;
        width: max-content;
        margin: 0 auto;
    }


    .banner__inner {
        background: url(../images/european-iban/banner-bg-mobile.jpg) no-repeat center center / cover;
        border-radius: 0;
        padding: 40px 20px;
        text-align: center;
    }

    .banner__inner .title {
        max-width: 100% !important;
        margin: 0 auto 20px !important;
    }

    .banner__inner .desc {
        margin-bottom: 30px;
    }

    .banner__inner .btn {
        margin: 0 auto;
    }


    .faq .title {
        padding: 0 20px;
    }
}
