@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


section {
    padding: 40px 70px;
}

section .container {
    padding: var(--gap);
}

.hero-container {
    position: relative;
    height: 100dvh;
}

.hero-container .hero-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-container .hero-banner img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.hero-container .container {
    position: relative;
    z-index: 1;
    max-width: 865px;
    width: 100%;
}

.hero-container h2 {
    color: #FFF;
    font-size: 115px;
    line-height: 1.05;
    margin: 0;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: -5px;
}

.hero-container .big-text .title-text {
    transition: all 1s;
}

.hero-container .big-text.animate .title-text:nth-child(2) {
    margin-left: 100px;
}

.hero-container .big-text.animate .title-text:nth-child(3) {
    margin-left: 200px;
}

.hero-container .description p {
    transition: all 1s;
}

.hero-container .pc-button {
    transition: all 1s;
}

.benefits-section .bottom-part .points .point .title-desc-container {
    position: relative;
    right: 650px;
}

.benefits-section .bottom-part .points .point .title-desc-container .description {
    font-size: 14px;
}

.benefits-section .bottom-part .points {
    padding-left: 8px;
    overflow: hidden;
}

.hero-container .description.animate p, .hero-container .pc-button.animate {
    margin-left:200px;
} 

.hero-container .description p {
    color: #FFF;
    font-size: 18px;
}

.hero-container .pc-button {
    border-color: #FFF;
}

.hero-container .pc-button::before {
    background-color: #FFF;
}

.hero-container .pc-button span {
    color: #FFF;
}

.hero-container .pc-button:hover {
    background-color: #FFF;
}

.hero-container .pc-button:hover span {
    color: #000;
}

.transfer-section {
    padding: 0;
}

.transfer-section h2 {
    color: var(--main-blue);
    text-align: center;
}

.transfer-section h4 {
    color: #000;
    letter-spacing: -0.1px;
}

.transfer-section .step h2 {
    margin-top: 0;
    letter-spacing: -2.5px;
    margin-bottom: 10px;
}

.transfer-section .step > .description {
    text-align: center;
    font-size: 14px;
    margin-bottom: 8%;
}

.transfer-section .step {
    padding-top: 15vh;
    padding-bottom: 50px;
}

.transfer-section .step .container {
    column-gap: 165px;
    justify-content: center;
}

.transfer-section .step.step-1 {
    background-color: #D1E3F1;
}

.transfer-section .step.step-2 {
    background-color: #C0DAF2;
}

.transfer-section .step.step-3 {
    background-color: #ACCEF5;
}

.transfer-section .step.step-4 {
    background-color: #9AC5F6;
}

.transfer-section .step .image-wrapper {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.transfer-section .step .container .content
{
    width: 50%;
}

.transfer-section .step .container .content .description
{
    width: 50%;
}

.transfer-section svg {
    width: 190px;
}

.transfer-section svg * {
    transition: all 700ms ease;
}

.transfer-section .step-1 svg .memo {
    transform: translate3d(-1px, -4px, 0);
}

.transfer-section .step-1.active svg .memo {
    transform: translate3d(-1px, -2px, 0);
}


.transfer-section .step-1 svg .mouse {
    transform: translate3d(15px, 11px, 0);
}

.transfer-section .step-1.active svg .mouse {
    transform: translate3d(-2px, -2px, 0);
}

.transfer-section .step-1.active svg .mouse.active {
    transform: translate3d(0, 0, 0);
}

.transfer-section .step-2 svg .coin {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

.transfer-section .step-2.active svg .coin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.transfer-section .step-2.active svg
{
    opacity: 1;
}

.transfer-section .step-2 svg
{
    opacity: 0;
}

.transfer-section .step-3 svg .card {
    opacity: 0;
    transform: translate3d(8px, 0, 0);
}

.transfer-section .step-3.active svg .card {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.transfer-section .step-3 svg .tick {
    opacity: 0;
}

.transfer-section .step-3.active svg .tick {
    opacity: 1;
}
.transfer-section .step-3 svg
{
    opacity: 0;
}

.transfer-section .step-3.active svg
{
    opacity: 1;
}
.transfer-section .step-4 svg .dollar {
    opacity: 0;
}

.transfer-section .step-4.active svg .dollar {
    opacity: 1;
}

.transfer-section .step-4 svg
{
    opacity: 0;
}

.transfer-section .step-4.active svg
{
    opacity: 1;
}
.how-section {
    background-color: #fff;
    padding-bottom: 50px;
}

.how-section h2 {
    color: var(--main-blue);
    padding-left: 50px;
    padding-right: 50px;
}

.how-section img {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.benefits-section {
    background-color: var(--yellow-variant-3);
    padding-bottom: 0;
}

.benefits-section .image-wrapper {
    width: 30%;
    padding-right: 70px;
    margin-bottom: 70px;
}

.benefits-section img {
    width: 100%;
}

.benefits-section .bottom-part {
    padding-bottom: 0;
}

.benefits-section .points {
    width: 70%;
    display: grid;
    grid-template:  'p0 .'
                    'p1 p3'
                    'p2 p4';
    column-gap: 30px;
}

.benefits-section h2 {
    color: var(--main-blue);
}

.benefits-section .points h3 {
    text-transform: capitalize;
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
    color: #000;
    font-size: 24px;
    letter-spacing: -0.3px;
}

.benefits-section .top-part {
    width: 50%;
    min-width: 650px;
}

.benefits-section .point {
    position: relative;
    padding-left: var(--gap);
    padding-bottom: var(--gap);
    border-left: 1px solid var(--main-blue);
}

.benefits-section .point::before {
    content: '';
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--main-blue);
    position: absolute;
    left: -8px;
    top: 7px;
    transform: translate(0, -50%);
    transition: all 300ms ease;
    width: 14.5px;
    height: 14.5px;
}

.benefits-section .point:nth-child(3),
.benefits-section .point:last-child {
    padding-bottom: calc(var(--gap) * 2);
}

.contact-container {
    position: relative;
    background-color: var(--main-blue);
}

.contact-container > div {
    position: relative;
}

.contact-container h2:first-child {
    color: #fff;
    margin: 0;
}

.contact-container h2:last-child {
    color: #fff;
    margin: 0 0 50px 50px
}

.contact-container .contact-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-container .contact-banner img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.contact-container .inner {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

.contact-container .pc-button {
    border-color: #fff;
}

.contact-container .pc-button span {
    color: #fff;
}

.contact-container .pc-button::before {
    background-color: #fff;
}

.contact-container .pc-button:hover {
    background-color: #fff;
}

.contact-container .pc-button:hover span {
    color: #000;
}

.contact-container h2 {
    margin: 0;
}

.container.flex .content p {
    line-height: 0;
    margin: 50px 0 0 0;
}

.container.flex .content h4 {
    margin: 0;
}

.container.flex .content .description {
    margin: 0;
}

.container.flex .content .description p {
    line-height: 1.4;
    margin-top: 10px;
}

.contact-container .second-text {
    color: #fff;
}

.contact-container .first-text, .contact-container .second-text {
    letter-spacing: -2.4px;
}

.transfer-section {
    position: relative;
    width: 100%;
}

.transfer-section .transfer-slides {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    
}
.step-2.active, .step-3.active, .step-4.active {
    visibility: visible;
    animation: fadeIn 0.3s;
}

.step-2, .step-3, .step-4 {
    visibility: hidden;
}

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


    .hero-container {
        display: flex;
        align-items: center;
    }

    .hero-container .container {
        width: 100%;
        max-width: unset;
    }

    .hero-container h2 {
        font-size: 50px;
        white-space: normal;
    }

    .hero-container .small-text {
        margin: 30px 0;
    }

    .hero-container .pc-button {
        background-color: var(--main-blue);
    }

    .hero-container .pc-button span {
        color: #fff;
    }
    
}


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

    .hero-container .big-text.animate .title-text:nth-child(2) {
        margin-left: 10px;
    }
    
    .hero-container .big-text.animate .title-text:nth-child(3) {
        margin-left: 20px;
    }

    .hero-container .description.animate p, .hero-container .pc-button.animate
    {
        margin-left: 20px;
    } 

    .hero-container .description p
    {
        font-size: 14px;
    }
    .hero-container .pc-button
    {
        padding: 10px 35px;
    }
    section {
        padding: 40px 20px;
    }

    section h2 {
        font-size: 35px;
    }

    .transfer-section .step {
        padding-left: 20px;
        padding-right: 20px;
        height: 100dvh;
    }

    .transfer-section .step p {
        font-size: 14px;
    }

    .transfer-section .step .content > p {
        margin-bottom: 7px;
        font-size: 11px;
    }

    .transfer-section .step .image-wrapper {
        margin: 95px auto 30px auto;
        
    }

    .transfer-section h4 {
        font-size: 20px;
        line-height: 1.4;
        margin-top: 5px;
    }

    .transfer-section .step .container {
        flex-direction: column;
    }

    .transfer-section .step .container .content
    {
        margin-top: 20%;
    }
    .transfer-section .step .container .content, .transfer-section .step .container .content .description
    {
        width: 100%;
    }

    .transfer-section h2
    {
        line-height: normal;
    }

    .transfer-section h2, .transfer-section .step > .description
    {
        text-align: left;
    }

    .container.flex .content .description p
    {
        margin-top: 30px;
    }

    .benefits-section > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .benefits-section .top-part {
        min-width: unset;
        width: 100%;
    }

    .benefits-section h2 {
        font-size: 35px;
        margin: 15px 0;
        letter-spacing: -1.3px;
    }
    .benefits-section .points h3 
    {
        margin-bottom: 5px;
    }

    .benefits-section .bottom-part .points .point .title-desc-container .description
    {
        font-size: 14px;
    }

    .benefits-section .point, .benefits-section .point:nth-child(3),
    .benefits-section .point:last-child
    {
        padding-bottom: calc(var(--gap)*3);
    }

    .benefits-section .image-wrapper {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0;
    }

    .benefits-section .points {
        width: 100%;
        padding-top: 50px;
        grid-template:  'p0'
                        'p1'
                        'p2'
                        'p3'
                        'p4'
                        'p5';
    }

    .benefits-section .point h3 {
        font-size: 20px;
    }

    .how-section h2
    {
        padding-left: 0;
    }

    .contact-container 
    {
        height: 80vh;
    }

    .contact-container .contact-text
    {
        position: relative;
        top: 30%;
    }
    .contact-container h2 {
        font-size: 35px;
    }

    .contact-container .max-width.inner h2
    {
        line-height: normal;
    }
    .contact-container .pc-button {
        background-color: var(--accent-color);
        margin-top: 15px;
        padding: 10px 40px;
    }

    .contact-container .pc-button span {
        color: #F6F3EB;
        font-size: 10px;
    }
    .transfer-section .step {
        padding-top: 13vh;
        padding-bottom: 50px;
    }
}