@font-face {
    font-family: HauoraSemiBold;
    src: url(./fonts/Haurora/Hauora-SemiBold.ttf);
}

@font-face {
    font-family: Hauora400;
    src: url(./fonts/Haurora/Hauora-Regular.ttf);
}

@font-face {
    font-family: Hauora800;
    src: url(./fonts/Haurora/Hauora-ExtraBold.ttf);
}

@font-face {
    font-family: InterNormal;
    src: url(./fonts/Inter/static/Inter-ExtraBold.ttf);
}

@font-face {
    font-family: InterBold;
    src: url(./fonts/Inter/static/Inter-Bold.ttf);
}

@font-face {
    font-family: Hauora700Bold;
    src: url(./fonts/Haurora/Hauora-Bold.ttf);
}
@font-face {
    font-family: Golos700;
    src: url(./fonts/Golos/golostext_demibold.ttf);
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1;
    color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

html {
    overflow-x: hidden
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #fff;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: Rubik-Bold;
}

li {
    list-style: none;
}

a {
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
}

h1 {
    font-family: InterNormal;
}

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

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

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 17px;
    background: linear-gradient(267.43deg, rgba(0, 255, 163, 0.12) 36.58%, rgba(31, 26, 255, 0.2) 80.91%);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

header nav {
    gap: 43px;
}

header nav a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.42);
    line-height: 19px;
    transition: .3s;
    font-family: HauoraSemiBold;
}

header nav a:hover {
    color: #fff;
}

.item-wrapper {
    gap: 50px;
}

.block1 {
    width: 100%;
    background: url(./img/bg1.png) no-repeat, linear-gradient(358.15deg, #0C111C 9.12%, rgba(13, 25, 27, 0.4) 81.22%);
    background-size: cover;
}

.exchange_rate-count {
    padding-right: 11px;
    padding-left: 37px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 9px rgba(176, 176, 176, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 8px;
}

.exchange_rate-count {
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 18px;
}

.exchange_rate-count:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(./img/rate.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 9px;
}

.block1_top {
    position: relative;
    width: 100%;
}

.block1_top {
    padding-top: 248px;
}

.block1_top:before {
    content: '';
    display: block;
    max-width: 400px;
    width: 100%;
    height: 836px;
    position: absolute;
    right: 0;
    top: 55px;
    background: url(./img/Moon.png) no-repeat;
    background-size: contain;
    z-index: 0;
}

.block1_top.block1_top_new::before {
    background: url(./img/bitcoin_min.png) no-repeat;
    background-size: cover;
    max-width: 600px;
}

.block1_top .item.text {
    max-width: 698px;
    width: 100%;
}

.block1_top .item.text h1 {
    font-size: 40px;
    line-height: 120%;
    background: linear-gradient(91.92deg, #FFFFFF 29.24%, rgba(176, 250, 255, 0) 131.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.iti{
    z-index: 999999 !important;
}
.block1_top .item.text p {
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 567px;
    width: 100%;
    font-family: HauoraSemiBold;
}

.item.text {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.btn {
    max-width: 224px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 16px 5px;
    background: #1D9A6D;
    box-shadow: 0px 8px 16px rgba(29, 154, 109, 0.19);
    border-radius: 12px;
    font-family: Hauora700Bold;
    transition: 1s;
    cursor: pointer;
}

.btn:hover {
    box-shadow: 0px 8px 30px rgba(29, 154, 109, 0.5);
}

.block1_top .item.text .btn {
    margin-top: 12px;
}

.block1_top-flex .item.img {
    z-index: 1;
}


.block1 .slick-track {
    display: flex;
    gap: 20px;
}

.slick-track:before {
    content: '';
    display: block;
    height: 100%;
}

.block1 .slick-slide {
    width: 250px !important;
}

.item-carousel {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8.5px);
    height: 182px;
}

.item-carousel .img {
    height: 70px;
    width: 70px;
    background: url(./img/b.svg) no-repeat;
    transition: 1s;
}

.item-carousel.etc .img {
    background: url(./img/e.svg) no-repeat;
}

.item-carousel.bnb .img {
    background: url(./img/bnb.svg) no-repeat;
}

.item-carousel.ltc .img {
    background: url(./img/l.svg) no-repeat;
}

.item-carousel.sql .img {
    background: url(./img/s.svg) no-repeat;
}

.item-carousel.sql:hover .img {
    background: url(./img/hs.svg) no-repeat;
}

.item-carousel:hover .img {
    background: url(./img/bh.svg) no-repeat;
}

.item-carousel.etc:hover .img {
    background: url(./img/eh.svg) no-repeat;
}

.item-carousel.bnb:hover .img {
    background: url(./img/hbnb.svg) no-repeat;
}

.item-carousel.ltc:hover .img {
    background: url(./img/hl.svg) no-repeat;
}

.item-carousel span {
    font-family: Hauora800;
    font-size: 20px;
    line-height: 112.6%;
    color: rgba(255, 255, 255, 0.42);
}

.item-carousel-wrp {
    flex-direction: column;
    gap: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.block1_carousel {
    padding-top: 142px;
    padding-bottom: 111px;
}

.block1_bottom {
    position: relative;
}

.block1_bottom>span {
    position: absolute;
    top: 0;
    left: 50%;
    font-family: Golos700;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    max-width: 1339px;
    width: 100%;
    font-size: 180px;
    line-height: 109.1%;
    font-size: 180px;
    background: linear-gradient(91.92deg, rgba(255, 255, 255, 0.05) 29.24%, rgba(176, 250, 255, 0) 131.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    z-index: 0;
    text-align: center;

}

.block1_bottom .container {
    gap: 30px;
    position: relative;
    flex-direction: column;
}

.block1_bottom .text {
    gap: 16px;
    flex-direction: column;
}
.form-wrap, .form-wrap > div, .form-wrap > div input, .iti {
    width: 100%;
}
.iti  li{
    color: #000;
}
h4 {
    font-size: 42px;
    line-height: 43px;
    background: linear-gradient(91.92deg, #FFFFFF 29.24%, rgba(176, 250, 255, 0) 131.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: InterBold;
}

.block1_bottom .text p {
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 0.8;
    font-family: HauoraSemiBold;
}
.iti__flag{
    width: 20px;
    height: 14px;
}
.block1_bottom-btn {
    max-width: 548px;
    width: 100%;
}

.block1_bottom-btn .btn:last-child {
    background: #5653FF;
    box-shadow: 0px 8px 16px rgba(86, 83, 255, 0.19);
}

.block1_bottom-btn .btn:last-child:hover {
    background: #5653FF;
    box-shadow: 0px 8px 30px rgba(86, 83, 255, 0.5);
}

.block2 {
    background: url(./img/bg2.png) no-repeat, #0D111B;
    padding-top: 100px;
}

.slider-item {
    height: 441px;
    width: 350px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8.5px);
    border-radius: 16px;

    padding: 30px 30px 5px 30px;

    position: relative;
    overflow: hidden;
    transition: 1s;
}

.slider-item .wrap {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    height: 100%;
}

.slider-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 260.09px;
    left: 291.67px;
    width: 203.48px;
    height: 194px;
    background: rgba(0, 255, 163, 0.34);
    filter: blur(77.5px);
    transform: rotate(22.28deg);
    transition: 1s;
}

@media (min-width:3000px) {
    .block2 .slick-slide {
        width: 350px !important;
    }
}

.slider-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 329px;
    height: 283px;
    left: -65px;
    top: -192px;
    background: rgba(0, 117, 255, 0.12);
    filter: blur(54px);
    transition: 1s;
}

.slider-item:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 15px 50px rgba(0, 255, 163, 0.15);
    backdrop-filter: blur(8.5px);
}

.slider-item:hover:before {
    left: 261.67px;
    top: 110.09px;
}

.slider-item:hover:after {
    left: -35px;
    top: -42px;
}

.slider-item .item {
    flex-direction: column;
    gap: 15px;
}
.form-input__example{
    font-family: Hauora400;
}
.slider-item .item .name {
    font-size: 20px;
    line-height: 112.6%;
    color: #FFFFFF;
    text-align: center;
    font-family: Hauora800;
}

.slider-item .item span {
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.8;
    font-family: Hauora400;
}

.slider-item p.text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Hauora700Bold;
}

.block2 .container>.text {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 49px;
}


.block3 h4+p,
.block4 h4+p,
.popup h4+p, .popup-general h4+p,
.block1_bottom h4+p,
.block2 h4+p {
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 0.8;
    font-family: HauoraSemiBold;
    margin-top: 25px;
    display: block;
    margin-bottom: 32px;
}

.block4 h4+p {
    margin-top: 30px;
    margin-bottom: 0;
}

.block1_bottom h4+p,
.block2 h4+p {
    margin: 0;
}

.block3 .wrap {
    flex-direction: column;
}

.block3 {
    background: #0D111B;
    padding-top: 105px;
}

form {
    width: 100%;
}

.inp-e {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(2px);
    border-radius: 14px;
    max-width: 661px;
    width: 100%;
    
    padding-right: 12px;
   
    position: relative;
}
.i-b{
    position: absolute;
    right: 12px;
}

.inp-btn input {
    background: #279D88;
    box-shadow: 0px 4px 16px rgba(0, 255, 163, 0.26);
    border-radius: 66px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 22px;
    font-family: Hauora700Bold;
    color: #fff;
    width: 168px;
    border: 0;
    cursor: pointer;
    text-align: center;
}
.inp-wrap{
    position: relative;
}
.inp-e input:focus, input:active{
    background: none;
}
.inp-e input {
      border-radius: 14px 0 0 14px;
    padding-top: 14px;
     padding-bottom: 14px;
    padding-left: 20px;
    width: 70%;
    background: none;
    border: none;

    color: #fff;
    outline: 0 !important;
    height: 64px;
}

.block3 .container {
    background: url(./img/bg3.png) no-repeat, #0D111B;
    border-radius: 28px;
    padding-top: 68px;
    padding-left: 54px;
    padding-bottom: 75px;
}

.block3 .container>.wrap {
    max-width: 654px;
    width: 100%;
    margin-right: auto;
}

.block4 {
    padding-top: 124px;
    padding-bottom: 124px;
    background: url(./img/bg4.png) no-repeat, #0D111B;
}

footer {
    background: #151822;
    padding-top: 44px;
    padding-bottom: 30px;
}

.description {
    max-width: 291px;
    width: 100%;
    font-size: 12px;
    line-height: 155.1%;
}

.company a {
    font-family: Hauora800;
    font-size: 18px;
    line-height: 112.6%;
    color: #FFFFFF;
}

.footer-top {
    align-items: flex-start;
}

footer * {
    font-family: Hauora400;
    color: #ADADAD;
}

footer .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

footer .footer-nav a {
    font-size: 14px;
    line-height: 112.6%;
    transition: .3s;
}

footer .footer-nav a:hover {
    color: #fff;
}

.copy {
    margin-top: 46px;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;

    opacity: 0.8;
}

.item-carousel {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.item-carousel:before {
    content: '';
    display: block;
    position: absolute;
    left: -65px;
    top: -192px;
    width: 329px;
    height: 283px;
    background: rgba(0, 117, 255, 0.12);
    filter: blur(54px);
    transition: 1s;
}

.item-carousel:after {
    content: '';
    display: block;
    position: absolute;
    width: 203.48px;
    height: 194px;
    left: 192.55px;
    top: 203px;
    background: rgba(0, 255, 163, 0.34);
    filter: blur(77.5px);
    transform: rotate(22.28deg);
    transition: 1s;
}



.before {
    position: relative;
}

.before:before {
    content: '';
    display: block;
    width: 25px;
    height: 182px;
    position: absolute;
    box-shadow: inset 15px 0px 24px -17px #fff;
    left: 0;
    top: 142px;
    transition: 1s;
}

.onb.before:before {
    left: -25px;
    transition: 1s;
}

.after:after {
    content: '';
    display: block;
    width: 25px;
    height: 182px;
    position: absolute;
    box-shadow: inset -15px 0px 24px -17px #fff;
    right: 0;
    top: 142px;
    transition: 1s;
}

.ona.after:after {
    right: -20px;
    transition: 1s;
}

.block2 .slider {
    gap: 10px;
}


@media (max-width:1024px) {

    .after:after,
    .before:before {
        display: none;
    }
}

@media (max-width:1150px) {
    .block1_top .item.img img {
        display: block;
        width: 200px;
    }

    .block1_top-flex {
        gap: 10px;
    }

    .block1_top .item.text h1 {
        font-size: 32px;
    }



    .block1_carousel {
        overflow: hidden;
    }

    .block4 .wrap {
        flex-direction: column;
    }

}

@media (max-width:700px) {
    header .item.nav {
        display: none;
    }
    .inp-e input{
        width: 100%;
        padding-right: 12px;
        border-radius: 14px;
    }
    .after:after,.before:before{
        top: 80px;
    }
    .inp-e{
        padding-right: 0
    }
    .container{
        padding: 0px 20px;
    }
    .block2 .container{
        padding: 0
    }
    .block3 .container {
        padding: 30px 15px 30px 15px;
    }
    .i-b{
        position: static;
        align-self: flex-end;
    }
    .inp-wrap{
        flex-direction: column;
        gap: 20px;
    }
    header .burger {
        display: flex
    }

    .block1_top:before {
        display: none
    }

    .block1_top-flex {
        flex-wrap: wrap;
    }

    .block1_top .item.text h1 {
        font-size: 28px;
        line-height: 50px;
        text-align: center;
    }

    .block1_top .item.img img {
        display: none
    }

    .block1_top .item.text .btn {
        margin: 0 auto;
        margin-top: 12px
    }

    .block1_top .item.text p {
        /* text-align: center; */
    }

    .block1_top {

        padding-top: 120px
    }

    .block1_carousel {
        padding-top: 80px;
        padding-bottom: 80px;
    }


    .block1_carousel .slick-slide {
        width: 200px !important;
    }

    .block2 .slick-slide {
        margin-right: 20px
    }

    .block1_bottom>span {
        display: none
    }

    .block4 img {
        width: 100%;
        display: block
    }

    h4 {
        text-align: center
    }
}

@media (max-width:500px) {
    

    .block1_bottom-btn {
        gap: 15px;
    }
.iti-mobile .iti--container{
    left: 0 !important;
}
    .footer-top {
        flex-direction: column;
        gap: 20px;
    }

    .footer .footer-nav {
        gap: 10px;
    }

    .block3 .inp-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .block3 .container {
        background-size: cover;
    }

    .block3 .inp-e {
        width: 100%;
    }

    .block3 .inp-wrap {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    h1{
        font-size: 20px !important;
        line-height: 30px !important;

    }
}

@media (max-width:900px) {
    .slider {
        max-width: 500px;
        margin: 0 auto;
    }

    .slider .slick-slide {
        margin-right: 20px
    }

    .block2 .slider-item {
        height: 500px
    }

    .block4 {
        background-size: cover;
    }
    .block3 .container{
        /* padding: ; */
    }
}

@media (max-width:390px) {
    .slider-item {
        padding: 15px 15px 5px 15px;
    }

}

@media (min-width:900px) {
    .block2 .slick-slide {
        width: 200px !important;
    }
}


html.onMenu .mob-menu {
    right: 0;
    opacity: 1;
}

html.onMenu {
    overflow: hidden;
}

.mob-menu nav {
    flex-direction: column;
    gap: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.mob-menu nav a {
    font-size: 24px;
}

.mob-menu {
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    transition: .3s;
    height: 100%;
    width: 100%;
    background: #121d38;
    z-index: 999999;
    color: #fff;
    font-family: HauoraSemiBold;
    font-size: 16px;
    padding: 30px;
}

.mob-menu-top .close {
    position: relative;
    width: 40px;
    height: 40px;

}

.mob-menu-top .close span {
    position: absolute;
    height: 40px;
    width: 2px;
    background: #fff;
    display: block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    top: 0;

}

.mob-menu-top .close span:first-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger {
    display: none;
    width: 40px;
    height: 30px;
    flex-direction: column;
}

.burger span {
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;

}

html.active .popup, html.active2 .popup-general {
    display: block;
}

html.active, html.active2 {
    overflow: hidden;
}

html.active .overflow, html.active2 .overflow {
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

.popup, .popup-general {
    display: none;
    background: url(./img/popup.png) no-repeat;
    padding: 70px 54px 54px 54px;
    max-width: 438px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
}



.popup .wrap form,
.popup .wrap form input,
.popup .form-wrap div:not(.iti__flag*), 
.popup-general .wrap ,.popup-general .form-wrap ,
.popup-general .wrap  input,
.popup-general .form-wrap div  {
    width: 100%;
}
.iti__flag-container{
    width: auto !important;
}




.popup .wrap  input:not(input[type='submit']), .popup-general .wrap input:not(input[type='submit']){
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(2px);
    padding-top: 20px;
    padding-left: 31px;
    padding-bottom: 20px;
    padding-right: 10px;
    border-radius: 14px;
    border: 0;
    color: #fff;
}

.popup .wrap, .popup-general .wrap, 
.popup .form-wrap, .popup-general .form-wrap {
    flex-direction: column;
}

.form-wrap {
    gap: 32px;
}

.popup form+span, .popup-general span{
    font-family: Hauora400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
    margin-right: auto;
    margin-top: 10px;
}

@keyframes scale {
    from {
      transform: scale(1);
    } 
    to {
      transform: scale(1.05);
    }
}
  
.flick-bttn {
  animation: 1s infinite scale alternate;
}