.valor-rayanita .phrase span {
    animation: none;
    font-size: 80px;
    text-align: center;
    width: 100%
}

#rayanita-main #coins-container {
    right: 15%;
    bottom: 50%;
    width: 80%;
    z-index: 1
}

#rayanita-main #hero .left {
    width: 100%;
    top: -20px;
    right: 5%;
}



#rayanita-main .block:nth-of-type(2) {
    padding-top: 0
}

#rayanita-main .block {
    z-index: 2;
    margin: 0;
    vertical-align: middle;
    padding: 10px;
    cursor: auto;
    min-height: 150px;
}

.about .block .down {
    opacity: 1 !important;;
}
#rayanita-main .block .down {
    opacity: 0
}

#rayanita-main .block:hover .down {
    opacity: 1
}

#rayanita-main .block:first-of-type {
    margin-right: 200px
}

.valor-rayanita .box {
    position: relative;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    padding: 60px;
    margin: 0 auto;
    background: #2e294a
}


#rayanita-main .block:nth-of-type(3) {
    width: 600px;
    margin: 0 auto
}

#rayanita-main #blocks .phrase {
    top: unset;
    bottom: 0
}

.valor-rayanita .phrase {
    position: relative;
    margin-bottom: -25px
}

.valor-rayanita .box .left>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.valor-rayanita .box .left>h4 {
    margin-left: 10px
}

.valor-rayanita .box>* {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.valor-rayanita .box .left {
    margin-right: 40px
}

section.valor-rayanita {
    padding: 20px 0 20px
}
#rayanita-main #blocks .block:first-of-type .little {
    margin-left: 10px;
    font-weight:700;
    font-size:22px;
    margin-bottom:10px;
}
#rayanita-main #blocks .block:first-of-type .little.job {
    font-weight:700;
    font-size:25px;
}

#rayanita-main #blocks {
    margin-bottom: 100px
}

#rayanita-main #hero .left img {
    animation: floating 3s ease-in-out infinite
}

#rayanita-main .block:nth-of-type(3):hover .text h2 {
    transform: translateX(50px)
}

#rayanita-main .block:nth-of-type(3) .text .down {
    padding-left: 180px
}

#rayanita-main .block:nth-of-type(3):hover .text .down {
    transform: translateX(-30px)
}

#rayanita-main .block:nth-of-type(2) .text .down {
    transform: translateX(-30px)
}

#rayanita-main .block:nth-of-type(2) .text .little {
    transform: translateX(30px)
}

#rayanita-main .block:nth-of-type(2):hover .text .little,
#rayanita-main .block:nth-of-type(2):hover .text .down {
    transform: translateX(0)
}
#rayanita-main #hero h2 {
    line-height: 78px
}
@media screen and (max-width:1280px) {
    #hero .right,
    #hero .left {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0;
        left: unset;
        transform: none !important;
        top: unset
    }

    #rayanita-main #hero .left {
        width: 45%;
        margin-top: -100px
    }
    .valor-rayanita .phrase span {
        font-size: 90px;
        white-space: normal
    }
    .block #coins-container {
        height: 490px
    }
    #main-home .block {
        display: block;
        margin: 0 auto
    }
    .block .text .little,
    .block .text .down {
        transform: none !important;
        padding: 0 !important;
        text-align: center !important
    }
    .block {
        display: block;
        margin: 0 auto !important;
        padding: 20px 0 !important;
        background: transparent !important
    }
    .block-pricing {
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    #rayanita-main .block .text {
        position: relative
    }
    .bg-circle {
        display: none
    }
    #rayanita-main .block .down {
        opacity: 1
    }
}

@media screen and (max-width:900px) {
    .valor-rayanita .box {
        width: 100%;
        padding: 60px 40px
    }
    .valor-rayanita .phrase span {
        font-size: 60px
    }
    .valor-rayanita .phrase {
        margin-bottom: 20px
    }
}
@media screen and (max-width:600px) {
    #rayanita-main-form .box .logo {
        width: 180px
    }
    .valor-rayanita .box .left {
        margin-right: 0;
        display: block;
        margin-bottom: 30px;
        text-align: center
    }
}
@media screen and (max-width:500px) {
    .valor-rayanita .phrase span {
        font-size: 50px
    }
}
@media screen and (max-width:400px) {
    .valor-rayanita .phrase span {
        font-size: 45px
    }
}

.phrase {
    position: absolute;
    top: 0;
    margin-top: 20px;
    right: 0;
    padding: 40px 20px;
    width: 100%;
}
.phrase span {
    display: block;
    font-size: 70px;
    width: fit-content;
    font-weight: 500;
    white-space: nowrap;
    -webkit-animation-name: phraseAnimation;
    animation-name: phraseAnimation;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    will-change: transform;
    transition: ease-out .3s;
    -webkit-text-stroke: 2px #338eff;
    opacity: .5;
    color: transparent;
}

footer .phrase span {
    -webkit-animation-duration: 20s;
    animation-duration: 20s
}
@-webkit-keyframes phraseAnimation {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
}

@keyframes phraseAnimation {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
}
@keyframes floating {
    from {
        transform: translate(0, 0)
    }
    65% {
        transform: translate(0, 15px)
    }
    to {
        transform: translate(0, 0)
    }
}
