@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}





#age-verify {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 500ms;
}
#age-verify .window {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 320px;
    overflow: hidden;
    padding: 40px;
    margin-left: -200px;
    margin-top: -125px;
    background-color: #fff;
    border: 6px solid #ed6a5a;
    box-sizing: border-box;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: 500ms;
}
#age-verify .window span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}
#age-verify .window span.title {
    color: #ed6a5a;
    font-size: 24px;
}
#age-verify .window button {
    border: 0;
    margin: 0;
    padding: 0;
    width: 48%;
    height: 60px;
    color: #fff;
    font-size: 18px;
    background-color: #ed6a5a;
    margin-top: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    transform: scale(1);
    transition: 0.2s;
}
#age-verify .window button.back {
    display: block;
    float: none;
    margin: auto;
    background-color: #fff;
    color: #ed6a5a !important;
    margin-top: 20px;
}
#age-verify .window button.yes {
    float: left;
}
#age-verify .window button.no {
    float: right;
}
#age-verify .window button:hover {
    transform: scale(1.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    background-color: #f29488;
}
#age-verify .window .underBox {
    position: absolute;
    width: 400px;
    height: 320px;
    padding: 40px;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ed6a5a;
    transition: 500ms;
    box-sizing: border-box;
}
#age-verify .window .underBox * {
    color: #fff !important;
}
#age-verify.hidden {
    opacity: 0;
    visibility: hidden;
}
#age-verify.hidden .window {
    transform: scale(0.5);
}
#age-verify.under .window .underBox {
    top: 0%;
}



.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}






/* scrollbar */
body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px}body::-webkit-scrollbar{width:10px;background-color:#f5f5f5}body::-webkit-scrollbar-thumb{border-radius:10px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(-0.56,#027B9A),color-stop(1.72,#37b3d2),color-stop(0.86,#37b3d2))};
/* scrollbar */





