body{
	margin: 0;
	overflow-x: hidden;
	overflow-y: visible;
}

::-webkit-scrollbar{
	width: 1.2vmin; 
	border-left:1px solid #fff;
}

::-webkit-scrollbar-track{
	background: #455A64;
}

::-webkit-scrollbar-thumb{
	background: #09f;
}


::selection{
	color: #009988;
}

.header{
	width: 100vw;
	height: 10vh;
	background-color: #98D2EB;
	position: fixed;
	z-index: 5;
	transition: 300ms;
}

.shadow{
	box-shadow: -4vmin 0vmin 2.5vmin 1vmin #4c4c4c;
	transition: 400ms;
}

.second{
	margin:auto;
	height: 60vh;
	width: 65vw;
	background-color: lightgrey;
	position: absolute;
	z-index: -5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 300ms;
}

.popup{
	z-index: 10;
	visibility: visible;
	opacity: 3;
	transition: 300ms;
	box-shadow: 0 0 2vmin 100vmin #4c4c4c;
}

.bg3{
	width:100%;
	margin:auto;
	padding-top: 80px;
	padding-left: 175px;
	padding-right: 175px;
	

}

.card1{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
   
    background-color: #EAF2E3;
    
    margin: 20px;
    
}
.cardshadow:hover{
	box-shadow: 6px 6px 5px grey;
}

.cards{
	padding-left:5vw;
	display: -webkit-flex;
    display: flex;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    text-align: center;
    overflow: auto;
    position: relative;
}


.card2{
	background-color: #EAF2E3;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  
    margin: 20px;
 }
.card3{
	background-color: #EAF2E3;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 20px;
    
 	
}
.card4{
	background-color: #EAF2E3;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  
    margin: 20px;
    
 
}
.card5{
	background-color: #EAF2E3;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 20px;
 }
 .card6{
 	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 	transition: 0.3s;
 	margin: 20px;
    background-color: #EAF2E3;
 }
.tarot{
	width:25vw;
	height:30vh;
	padding: 15px;
	float:left;
}

.bartender{
	width: 100%;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	left: 92.5vw;
	top: 50%;
	transform: translate(-50%);
}

.cent{
	margin-left: auto;
	margin-right: auto;
}

.bar{
    width: 60%;
    display: block;
    position: relative;
    background-color: #FFF;
    height: 0.2vw;
}

.bar_2{
	margin-top: 0.4vw;
	margin-bottom: 0.4vw;
}

.bar{
    width: 50%;
    z-index: 100;
    display: block;
    position: relative;
    background-color: white;
    height: 0.15vw;
    -webkit-transition:300ms ease-out;
  	-webkit-transform: rotate(0deg) translate(0,0);
}

.bar_2{
	margin-top: 0.3vw;
	margin-bottom: 0.3vw;
}

.bar_1-active{
	-webkit-transform: rotate(45deg) translate(0.35vw,.3vw);
}

.bar_2-active{
	-webkit-transform: rotate(0deg) translate(15vw,0);
}

.bar_3-active{
	-webkit-transform: rotate(-45deg) translate(0.35vw,-.3vw);
}

.enclosure{
	    height: 3vw;
	    top: 3.5%; 
	    left: 2%;
    width: 3vw;
    background-color: #98D2EB;
    position: absolute;
    -webkit-transition: 300ms ease-in;
}

.center{
	background-color: inherit;
	position: absolute;
	left: 50%;
	top: 4.5%;
	font-family: 'Raleway', sans-serif;
	font-size: 3.8vmin;
	color: #fff;
	transform: translate(-50%, -50%);
}

.menu{
	z-index: 10;
	position: absolute;
	left: 120vw;
	width: 20vw;
	height: 100vh;
	background: #98D2EB;
	transition: 300ms;
}

.menu-active{
	left: 80vw;
	transition: 300ms;
}

.profile-area{
	top: 10%;
	background: ;
	width: 100%;
	height: 40%;
	position: absolute;
}

.personality{
	width: 25vmin;
	height: 25vmin;
	background: url("logo.png");
	background-size: cover;
	border-radius: 100%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.user-name{
	top: 80%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5vmin;
	font-family: 'Raleway', sans-serif;
	color: #222;
}

.menu-list{
	top: 52%;
	width: 100%;
	height: 30%;
	position: relative;
}

.li-item{
	position: relative;
	width: 100%;
	height: 25%;
	font-size: 4vmin;
	color: #222;
	font-family: 'Raleway', sans-serif;
	background: ;
	cursor: pointer;
}
.it{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.item1{
	top: 10%;
}

.item2{
	top: 20%;
}

.item3{
	top: 30%;
}

.item4{
	top: 40%;
}

.input{
	width:50vw;height:7vh;position: relative;
	transition: 300ms;
	border: 0;
	margin-top: 5%;
	left: 40%;
	font-size: 4vmin;
	font-family: 'Raleway', sans-serif;
	transform: translate(-50%, -50%);
}

.input-active{
	border-bottom: 0.3vmin solid #e91e63;
	transition: 300ms;
}

.heading{
	transition: 300ms;
	font-size: 3.5vmin;
	font-family: 'Raleway', sans-serif;
	width: 10vw;
	height: 5vh;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nullflow{
	overflow: hidden;
	transition: 300ms;
}

.noteadd{
	top: 15%;
	z-index: 2;
	left: 50%;
	position: absolute;
	background-color: transparent;
	border: 0;
	width: 20vw;
	height: 5vh;
	font-size: 3vmin;
	font-family: 'Raleway', sans-serif;
	transform: translate(-50%, -50%);
}

.noteadd-active{
	border-bottom: 0.3vmin solid #e91e63;
	transition: 300ms;
}

.note{
	width: 50vw;
	height: 30vh;
	font-size: 3.8vmin;
	font-family: 'Raleway', sans-serif;
	top: 50%;
	left: 50%;
	padding-left: 10vmin;
	padding-right: 10vmin;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: 300ms;
}

.ba-bye{
	width: 100vw;
	height: 100vh;
	background: #e91e63;

	font-family: 'Raleway', sans-serif;
	color: lightgrey;
	text-align: center;
	font-size: 75px;
	position: relative;
	padding-top: 50vmin;
}

.header-remove{
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	transition: 300ms;
}
.one{
	background-color: ;
}
