body {
    background: linear-gradient(to left, rgb(69, 0, 54), rgb(0, 0, 0), rgb(0, 28, 38));
    justify-content: center;
    display: flex;
    align-items: center;
}

.container {
    position: relative;
    top: 250px;
}

.cup {
    width: 280px;
    height: 300px;
    position: relative;
    background: linear-gradient(to left, #f4f4f4, #bab8b8);
    border-top: 5vw;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    transform: rotate(-30deg);
}

.top {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to left, #f9f9f9, #bab8b8);
    border-radius: 50%;
}

.circle {
    position: absolute;
    top: 5px;
    left: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 50px;
    background: linear-gradient(to right, #f9f9f9, #bab8b8);
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
}

.tea {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(220, 134, 91), rgb(175, 77, 77));
    border-radius: 50%;

}

.handle {
    position: absolute;
    right: -50px;
    top: -35px;
    width: 140px;
    height: 140px;
    border: 25px solid #edecec;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-radius: 50%;
    transform: rotate(15deg);

}

.teaspill {
    position: absolute;
    height: 160px;
    width: 150px;
    top: -5px;
    right: 200px;
    border: solid 50px rgb(220, 134, 91);
    border-bottom: transparent;
    border-left: transparent;
    border-top-right-radius: 90%;
    transform: rotate(-98deg);
    border-bottom-right-radius: 30%;
    border-top-style: hidden;
}

.saucer {
    position: absolute;
    width: 500px;
    height: 150px;
    top: 200px;
    right: -145px;
    border-radius: 50%;
    border: solid 10px rgb(192, 192, 192);
    box-sizing: border-box;
    background: linear-gradient(to right, rgb(153, 152, 152), rgb(180, 179, 179), rgb(239, 238, 238));


}

.base {
    position: absolute;
    width: 250px;
    height: 75px;
    top: 245px;
    right: -22px;
    border-radius: 50%;
    border: solid 3px rgb(161, 160, 160);
    box-sizing: border-box;
    background: linear-gradient(to left, rgb(234, 233, 233), rgb(168, 168, 168), rgb(181, 180, 180));

}

.bottombase {
    height: 10px;
    width: 200px;
    position: absolute;
    top: 340px;
    right: 2px;
    background: linear-gradient(to bottom, rgb(49, 49, 49), rgb(212, 210, 210));
    border-radius: 40%;

}

.vap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    list-style: none;

}

.vap>li {
    width: 3%;
    height: 50px;
    float: left;
    border-radius: 50%;
    margin: 0px 6.5%;
    box-shadow: 0 0 40px white;
    transform: rotate(15deg);
    opacity: 0;
    filter: blur(9px);

}

.vap>li:nth-child(1) {
    animation: ani 1.5s ease-out 1s infinite;
}

.vap>li:nth-child(2) {
    animation: ani 1.7s ease-out .6s infinite;
}

.vap>li:nth-child(3) {
    animation: ani 1s ease-out .6s infinite;
}

.vap>li:nth-child(4) {
    animation: ani 1.3s ease-out 1.2s infinite;
}

.vap>li:nth-child(5) {
    animation: ani 1.5s ease-out infinite;
}

@keyframes ani {

    0% {
        transform: translateY(0) scaleX(1);
        opacity: 0;
        background-color: rgba(241, 235, 234, .25);
    }

    100% {
        transform: translateY(-150px) scaleX(8);
        opacity: 1;
        background-color: rgba(241, 235, 234, .25);

    }
}

.drop1 {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: -10px;
    background: linear-gradient(to left, rgb(220, 134, 91), rgb(175, 77, 77));
    border-bottom-left-radius: 70%;
    border-top-left-radius: 45%;
    border-top-right-radius: 70%;
    transform: rotate(3deg);

}

.drop2 {
    top: -50px;
    right: 245px;
    position: absolute;
    height: 120px;
    width: 90px;
    border: solid 15px rgb(220, 134, 91);
    border-bottom: transparent;
    border-left: transparent;
    border-top-right-radius: 60%;
    transform: rotate(-120deg);
    border-bottom-right-radius: 90%;
    border-top-style: hidden;

}

.flow1 {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    margin: -25px;
    right: -150px;
    top: 15px;
    background: linear-gradient(to left, rgb(220, 134, 91), rgb(175, 77, 77));
    border-bottom-left-radius: 70%;
    border-top-left-radius: 45%;
    border-top-right-radius: 70%;
    transform: rotate(3deg);
    
}
.flow2{
    position: relative;
    display: block;
    width: 5px;
    height: 5px;
    margin: -25px;
    right: -150px;
    top: 15px;
    background: linear-gradient(to left, rgb(220, 134, 91), rgb(175, 77, 77));
    border-bottom-left-radius: 70%;
    border-top-left-radius: 45%;
    border-top-right-radius: 70%;
    transform: rotate(3deg);

}
.flow3 {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: -25px;
    right: -150px;
    top: 15px;
    background: linear-gradient(to left, rgb(220, 134, 91), rgb(175, 77, 77));
    border-bottom-left-radius: 70%;
    border-top-left-radius: 45%;
    border-top-right-radius: 70%;
    transform: rotate(3deg);
}
.flow4{
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    margin: -25px;
    right: -170px;
    top: 35px;
    background: linear-gradient(to left, rgb(220, 134, 91), rgb(175, 77, 77));
    border-bottom-left-radius: 70%;
    border-top-left-radius: 45%;
    border-top-right-radius: 70%;
    transform: rotate(3deg);
}

span:nth-child(2) {
    animation: dropspill 5s ease-in-out 1.5s infinite;
}

span:nth-child(3) {
    animation: dropspill 6s ease-in-out 2s infinite;
}

span:nth-child(4) {
    animation: dropspill 5s ease-in-out .7s infinite;
}

span:nth-child(5) {
    animation: dropspill 4s ease-in-out .1s infinite;
}
@keyframes dropspill {

    0% {
        transform: translateY(0) translateX(0) rotate(3deg) scaleX(0);
        opacity: 0;
        background-color: rgba(241, 235, 234, .25);
        filter: blur(1px);
    }

    100% {
        transform: translateY(-70px)
        translateX(-150px) rotate(3deg) scaleY(3) scaleX(3);
        opacity: 1;
        background-color: rgba(241, 235, 234, .25);
        filter: blur(.2px);

    }
}

.stain>li {
    display: block;
    position: relative;
    width: 50px;
    height: 30px;
    right: 220px;
    top: 35px;
    float: left;
    border-radius: 50%;
    margin: 0px -3px;
    background: linear-gradient(to left, rgb(220, 134, 91), rgb(175, 77, 77));
    opacity: 0;
    
}

.stain>li:nth-child(1){
    animation: stain_ani 2.3s ease-out 1s infinite;
}
.stain>li:nth-child(2){
    animation: stain_ani 3s ease-out 2s infinite;
}
.stain>li:nth-child(3){
    animation: stain_ani 2.6s ease-out 1s infinite;
}

@keyframes stain_ani {

    0% {
        transform: translateY(0) scaleX(1);
        opacity: .3;
        background-color: rgba(241, 235, 234, .25);
    }

    100% {
        transform: translateY(20px) scaleX(2);
        opacity: 1;
        background-color: rgba(241, 235, 234, .25);

    }
}
