.tutorial-btn{
    position: fixed;
    bottom: 32px;
    right: 8px;
    background: url(../images/2d96585dcead264f08690c13fcc9fc59.jpg)no-repeat bottom right/cover;
    border-radius: 8px;
    text-decoration: none;
    padding: 8px;
    box-shadow: 
        0px 0 .5px hsla(170deg, 95%, 80%, 1),
        0px 0 1px hsla(170deg, 91%, 80%, .95),
        0px 0 2px hsla(171deg, 91%, 80%, .95),
        0px 0 3px hsla(171deg, 91%, 80%, .95),
        0px 0 4px hsla(171deg, 91%, 82%, .9),
        0px 0 5px hsla(172deg, 91%, 82%, .9),
        0px 0 10px hsla(173deg, 91%, 84%, .9),
        0px 0 20px hsla(174deg, 91%, 86%, .85),
        0px 0 40px hsla(175deg, 91%, 86%, .85),
        0px 0 60px hsla(175deg, 91%, 86%, .85);
    color: #fff;
    z-index: 2;
}

section{
    min-height: calc(100vh - 159px);
}
.input-box{
    position: relative;
}
input{ 
    border: 0;
    border-radius: 10px;
}
.input-box input{
    width: 280px;
    font-size: 1.5rem;
    padding: .5rem .5rem .5rem 3.5rem;
    z-index: 1;
}
.input-box::before{
    content: '';
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background: linear-gradient(180deg, #ccfbfb 0%, #036263 15%, #ccfbfb 60%, #0b4147 100%);
    border-radius: 14px;
}
.animation.controls{
    height: 100%;
}
.parameter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem 1rem;
}
.parameter div{
    margin-top: 3rem;
}
label{
    position: absolute;
    top: -35px;
    color: #fff;
    font-size: 1.5rem;
}
.parameter .input-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-box{
    display: flex;
    justify-content: center;
    padding: 1rem;
}
.sumbit{
    width: 180px;
    height: 60px;
    background: #333;
    border: 0;
    box-shadow: 0 0 2px 2px #036263 inset, 0 0 2px 4px #ccfbfb inset, 0 0 2px 4px #036263 inset, 0 0 4px 6px #0b4147 inset;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 1.25rem;
}
.conclusion{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(0deg, black 50%, transparent 100%); */
    padding: 0 2rem 2rem;
    width: fit-content;
    margin: auto;
}
.conclusion .input-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease;
    padding: 8px;
    opacity: 0;
}
.conclusion .input-box.show {
    opacity: 1;
}
.conclusion input{
    height: 165px;
    background: #000;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 2.5rem;
}
.conclusion .input-box::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.svg-box{
    position: absolute;
    top: 50%;
    left: 0.25rem;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    z-index: 1;
}
.pass-box{
    position: absolute;
    top: 0;
    left: calc(50% - 80px);
    width: 160px;
    height: 160px;
    transition: all .4s ease;
    z-index: 3;
}
.pass-box.change{
    top: -76px;
    left: -44px;
    /* height: fit-content; */
    background: #000;
    transform: scale(.5);
    border-radius: 50%;
}
.circle-box{
    z-index: 1;
}
.circle{
    stroke-dasharray: 477.6;
    stroke-dashoffset: 1432.8;
}
.text{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 1.5rem;
}
.num{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    color: #fff;
    font-size: 2rem;
}
.money-img{
    position: absolute;
    width: 25%;
    opacity: 0;
    z-index: 1;
}
.no1{
    bottom: 10%;
    left: -15%;
    transform: translateX(-16px);
}
.no3{
    bottom: 0%;
    left: 0%;
    transform: translateX(-16px);
}
.no5{
    bottom: -10%;
    left: -10%;
    transform: translateX(-16px);
}
.no7{
    bottom: -20%;
    left: 0%;
    transform: translateX(-16px);
}
.no9{
    bottom: -20%;
    left: -20%;
    transform: translateX(-16px);
}
.no2{
    bottom: 10%;
    right: -15%;
    transform: translateX(16px);
}
.no4{
    bottom: 0%;
    right: 0%;
    transform: translateX(16px);
}
.no6{
    bottom: -10%;
    right: -10%;
    transform: translateX(16px);
}
.no8{
    bottom: -20%;
    right: -0%;
    transform: translateX(16px);
}
.no10{
    bottom: -20%;
    right: -20%;
    transform: translateX(16px);
}
.money-img.show{
    transition: all .8s ease;
    transform: translateX(0);
    opacity: 1;
}
.modal-wrap{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 10;
}
.modal-window{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 600px;
    background: #fff;
    border-radius: 10px;
    transform: translate(-50%,-50%);
}