body{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    border-width: 0px;
    background-image: url("../img/space.png");
    background-attachment:fixed;
    background-size:100vw;
    border-width: 0px;
    color:white;
}
button{
    outline:none;
}
.top-part{
    width: 100vw;
}
.button-part{
    position: absolute;
    top: 0px;
    left: calc(50vw - 500px);
    width: 1000px;
    height: 550px;
}
.planet-part{
    top: 80px;
    position: absolute;
    left: calc(50vw - 225px);
    width: 450px;
    height: 450px;
    transition: all 1s;
}
.dream-button{
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: 0px 0px 5px 5px white;
    margin: 0px;
    border:0px;
    padding: 0px;
}
.planet{
    width: 100%;
    height: 100%;
    background-image: url("../img/venus.png");
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 1s;
    animation: planetSpin linear infinite 60s;
}
@keyframes planetSpin{
    to{
        transform:rotate( 360deg)
    }
}
#house{
    left:0px;
    top: 35px;
    background-image: url("../img/house.png")
}
#car{
    left:0px;
    top: 175px;
    background-image: url("../img/car.png")
}
#wedding{
    left: 0px;
    top:315px;
    background-image: url("../img/wedding.png")
}
#kid{
    left: 0px;
    top: 450px;
    background-image: url("../img/kid.png")
}
#parent{
    right: 0px;
    top: 35px;
    background-image: url("../img/parent.png")
}
#plane{
    right: 0px;
    top: 175px;
    background-image: url("../img/plane.png")
}
#retire{
    right: 0px;
    top: 315px;
    background-image: url("../img/retire.png")
}
#company{
    right: 0px;
    top: 450px;
    background-image: url("../img/company.png")
}

.text-part{
    width: 1000px;
    height: 600px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 650px;
    margin-bottom:100px ;
    left: calc(50vw - 500px);
}
.text-part-content{
    border-radius: 50px;
    background-color: rgb(255,255,255,0.2);
    padding:20px 10px 0px 10px;
    font-size: 24px;
    line-height: 50px;
    color: white;
}
.text-input{
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    color: black;
	font: 20px Lucida Sans, Trebuchet MS, Tahoma, sans-serif;
	height: 8px;
	padding: 10px;
    width: 50%;
    text-align: center;
}
.list{
    position: absolute;
    width: 55%;
    height: 100%;
    box-shadow: 0px 0px 5px 5px #B87333;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    transition: all 1s;
    top: 0px;
    right: 0px;
}
.list-items{
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-item{
    width: 95%;
    margin:0px 1%;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.list-title{
    width: 13%;
    border-right: solid 1.5px rgb(53, 243, 211);
}
.adding-dream{
    width: 100px;
    height: 100px;
    transition: all 1s;
    -webkit-transition: all 1s;
}
@keyframes carDriving{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-1turn);
    }
}
@keyframes planeDrive{
    to{
        transform: rotate(1turn);
    }
}
.planet-things{
    display: none;
    width: 450px;
    height: 450px;
    position: absolute;
}
.house-planet{
    width: 510px;
    height: 510px;
    background: url("../img/house.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 70px 50px;
    left: -30px;
    top:-30px;
    z-index: 200;
}
.company-planet{
    width: 510px;
    height: 510px;
    background: url("../img/company.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 70px 50px;
    left: -30px;
    top:-30px;
    z-index: 200;
}
.car-planet{
    width: 480px;
    height: 480px;
    background: url("../img/car.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 45px 20px;
    left: -15px;
    top:-15px;
    z-index: 150;
    animation: carDriving 15s linear infinite;
}
.wedding-planet{
    width: 290px;
    height: 290px;
    background: url("../img/wedding.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80px 80px;
    left: 80px;
    top:80px;
    z-index: 200;
}
.kid-planet{
    width: 400px;
    height: 400px;
    background: url("../img/kid.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 40px 40px;
    left: 25px;
    top:25px;
    z-index: 200;
}
.parent-planet{
    width: 290px;
    height: 290px;
    background: url("../img/parent.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50px 80px;
    left: 80px;
    top:80px;
    z-index: 100;
}
.plane-planet{
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: url("../img/plane.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 60px 30px;
    left: -75px;
    top:-75px;
    z-index: 100;
    animation: planeDrive 10s linear infinite;
}
.retire-planet{
    width: 290px;
    height: 290px;
    background: url("../img/retire.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80px 80px;
    left: 80px;
    top:80px;
    z-index: 100;
}
.dream-ball{
    border-radius: 50%;
    border:1px solid white;
    width: 30px;
    height: 30px;
    right: 110%;
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    animation: dreamBallSpin 2s linear;
    position: absolute;
}
@keyframes dreamBallSpin{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform:rotate(1080deg);
    }
}
.list-balls{
    width: 70%;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}
.new-list-balls{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.house-ball{
    background: url("../img/house.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.car-ball{
    background: url("../img/car.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.wedding-ball{
    background: url("../img/wedding.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.kid-ball{
    background: url("../img/kid.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.parent-ball{
    background: url("../img/parent.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.plane-ball{
    background: url("../img/plane.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.retire-ball{
    background: url("../img/retire.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.company-ball{
    background: url("../img/company.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.total-title{
    padding-right: 10px;
    width: 520px;
    text-align: end;
    border-bottom: solid 1px black;
    border-right: none;
}
.dream-total{
    width:17%;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #CCC;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    color: black;
	font: 16px Lucida Sans, Trebuchet MS, Tahoma, sans-serif;
	height: 8px;
    padding: 10px;
    margin-left: 15px;
}
.doctor-jacky-part{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 205px;
    width: calc(35% - 20px);
    padding:15px 20px;
    border-radius: 50px;
    font-size: 20px;
    line-height: 20px;
    box-shadow: 0px 0px 5px 5px plum;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: all 1s; 
}
.salary-part{
    position: absolute;
    bottom: -20px;
    left: 0px;
    text-align: center;
    width: 35%;
    height: 55%;
    box-shadow: 0px 0px 5px 5px gold;
    font-size: 16px;
    line-height: 32px;
    padding: 0px;
    transition: all 1s;
}
.jacky{
    position: absolute;
    width: 40px;
    height: 60px;;
    background:url("../img/suit.png");
    background-size: 40px 60px;
    background-repeat: no-repeat;
    background-position: bottom center;
    border:none;
    bottom: 0px;
    animation: walking linear 10s infinite;
}
.doctor-jacky-part:hover .jacky{
    animation-play-state: paused;
}
.doctor-jacky-part:hover .jacky-button{
    display: block;
    border-radius: 50%;
    width: 85px;
    height: 85px;
}
.jacky-button{
    display:none;
}
.fb-fans-button{
    animation: popout linear 0.5s;
    background: url("../img/fans.png");
    background-size: 85px;
    background-position: center;
    background-repeat: no-repeat;
}
.email-button{
    animation: popout linear 0.5s;
    background: url("../img/email.png");
    background-size: 85px;
    background-position: center;
    background-repeat: no-repeat;
}
.pressure-button{
    animation: popout linear 0.5s;
    background: url("../img/pressure.png");
    background-size: 85px;
    background-position: center;
    background-repeat: no-repeat;
}
@keyframes popout{
    0%{
        width: 0px;
        height: 0px;
    }
    100%{
        width: 85px;
        height: 85px;
    }
}
@keyframes walking{
    0%{
        left:50px;
    }
    50%{
        left:180px;
    }
    100%{
        left: 50px;
    }
}
.pie-part{
    display: none;
    position: absolute;
    left: calc(50% + 210px);
    width: 290px;
    top: 100px;
}
.bar-part{
    display: none;
    position: absolute;
    left: calc(50% - 240px);
    width: 440px;
    top: 100px;
    height: 800px;
}
.age-part{
    display: none;
    position: absolute;
    left: calc(50% - 500px);
    width: 190px;
    top:-50px;
}
.age-ball{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s linear;
    text-align: center;
    color: white;
    line-height: 50px;
    font-size: 24px;
	box-shadow: 0px 0px 5px 5px white;
}
.robot{
    top: 0px;
    left: calc(50% - 510px);
    height: 90px;
    width: 70px;
    position: absolute;
    background: url(../img/robot0.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition:all 0.7s linear;
}
.next-stage{
    position: absolute;
    border-radius: 50%;
    bottom: 60px;
    right: 10px;
    height: 50px;
    width:80px;
}
