#animation{
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: url('../images/Index/bg2.png') no-repeat;
    background-size: cover;
}

.animation-1{
    position: absolute;
    top: -7%;
    left: 7%;
    width: 86%;
    transform: rotateZ(90deg);
}
.animation-2{
    position: absolute;
    top: 4%;
    left: -4%;
    width: 100%;
    opacity: 1;
    transform: rotateZ(90deg);
}
.animation-3{
    position: absolute;
    top: 43%;
    left: -4%;
    width: 105%;
    opacity: 1;
    transform: rotateZ(90deg);
}
.animation-btn{
    position: absolute;
    top: 84%;
    left: 14%;
    transform: translate(-50%,-50%) rotateZ(90deg);
    width: 33%;
    height: 73px;
    background: rgba(2, 206, 241, 0.637);
    border-radius: 15px;
    text-align: center;
    line-height: 73px;
    display: none;
}

.message{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(56, 55, 55, 0.425);
    z-index: 98;
}

.message div{
    position: absolute;
    top: 56%;
    left: 13%;
    width: 200px;
    height: 10%;
    text-align: center;
    border-radius: 15px;
    background-color: rgba(103, 60, 221, 0.473);
    transform: rotateZ(90deg) translate(-50%,-50%);
    z-index: 99;
    transition: all ease-in 1s;
}