@font-face{
	font-family: 'mazzard';
	src: url('font/MazzardH-Black.otf') format('opentype');
	font-weight: 900;
}
@font-face{
	font-family: 'mazzard';
	src: url('font/MazzardH-Bold.otf') format('opentype');
	font-weight: 700;
}
@font-face{
	font-family: 'mazzard';
	src: url('font/MazzardH-ExtraBold.otf') format('opentype');
	font-weight: 800;
}
@font-face{
	font-family: 'mazzard';
	src: url('font/MazzardH-Medium.otf') format('opentype');
	font-weight: 500;
}
@font-face{
	font-family: 'mazzard';
	src: url('font/MazzardH-SemiBold.otf') format('opentype');
	font-weight: 600;
}
@font-face{
	font-family: 'kids';
	src: url('font/babySparkle.ttf') format('truetype'),
	url('babySparkle.otf') format('opentype');
}
*{
	box-sizing: border-box;
	font-family: 'mazzard', sans-serif;
	text-decoration:none;
}
a{
	color: #000;
	transition: 500ms all;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
	padding: 0;
}
body{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	background-blend-mode: darken;
	background-image: url(../img/back-genel.jpg);
	background-repeat: repeat;
	background-size: contain;
	background-attachment: fixed;
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}
body:before{
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.97);
	z-index: -1;
}
img{
	width: 100%;
	vertical-align: middle;
	border-style: none;
}
::-webkit-scrollbar{
	width: 7px;
}
::-webkit-scrollbar-track{
	background-color: rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb{
	background-color: #66A8D8;
	border: 1px solid rgba(0,0,0,0);
	background-clip: content-box;
}
.loader{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #ffffff;
	background-image: url(../img/logo.png);
	background-position: center;
	background-size: 300px;
	background-repeat: no-repeat;
	transition: 900ms left;
	z-index: 999;
}
.loader2{
	width: 0%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #ffffff;
	transition: 500ms width;
	z-index: 999;
}
.loaderRes{
	width: 300px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 500ms opacity;
	z-index: 1000;
}
#cursor{
	width: 45px;
	height: 45px;
	background-color: #66a8d8;
	border-radius: 50%;
	position: fixed;
	left: -100%;
	pointer-events: none;
	text-align: center;
	line-height: 39px;
	font-size: 21px;
	text-indent: -2px;
	border: solid 3px #f397a4;
	color: #ffffff;
	box-shadow: 0 0 10px #4ebaff;
	z-index: 900;
}
.menu_alan{
	width: 280px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #66A8D8;
	padding: 20px;
	z-index: 105;
}
.menu_alan .logo{
	padding: 7px;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 15px;
}
.menu_alan .logo img{
	width: 90%;
	margin: 0 auto;
	display: block;
	transform: scale(1.12);
}
.menu_alan .text{
	display: table;
	margin: 25px auto 35px;
	background-color: #ffffff;
	font-family: 'Luckiest Guy', serif;
	padding: 7px 15px 6px;
	border-radius: 10px;
	color: #466db7;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.menu_alan .links{
	width: 100%;
	display: block;
}
.menu_alan .links a{
	display: block;
	color: #FFF6EB;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 10px 10px 35px;
	line-height: 23px;
	position: relative;
	letter-spacing: 0.8px;
}
.menu_alan .links a img{
	width: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mob_menu_ac{
	display: none;
	width: 45px;
	height: 45px;
	background-color: #1f66ce;
	position: fixed;
	left: 0;
	bottom: 0;
	border-top-right-radius: 10px;
	padding: 7px 5px;
	transition: left 500ms, 500ms bottom 1s;
	box-shadow: 0 0 14px #fd91a0;
	z-index: 61;
}
.mob_menu_ac div{
	width: 77%;
	height: 5px;
	background-color: #ffffff;
	margin: 4px auto;
}
.mob_menu_acik{
	padding: 12px 5px;
	left: 257px;
	bottom: 35px;
	border-radius: 50%;
}
.mob_menu_acik div:nth-child(1){
	display: none;
}
.mob_menu_acik div:nth-child(2){
	position: relative;
	transform: rotate(45deg);
	top: 4px;
}
.mob_menu_acik div:nth-child(3){
	position: relative;
	transform: rotate(-45deg);
	top: -5px;
}
.ses_btn{
	width: 85px;
	height: 30px;
	border-radius: 40px;
	background-color: #66a8d8;
	border: solid 3px #ff5757;
	box-shadow: inset 0 0 7px #d13b3b;
	padding-left: 29px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	right: -41px;	
	bottom: 70px;
	transform: rotateZ(-90deg);
	z-index: 7;
}
.ses_btn:before{
	content: '\f001';
	font-family: 'FontAwesome';
	width: 26px;
	height: 30px;
	position: absolute;
	left: 2px;
	top: -3px;
	background-color: #ff5757;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	text-align: center;
	line-height: 29px;
	font-size: 16px;
	text-indent: -2px;
	transform: rotate(91deg);
}
.ses_btn:after{
	content: '';
	width: 2px;
	height: 25px;
	background-color: #d42941;
	position: absolute;
	left: 14px;
	top: 0;
	transform: rotate(-45deg);
	border-radius: 10px;
}
.ses_btn div{
	width: 3px;
	height: 8px;
	background-color: #ffffff;
	display: inline-block;
	margin: 2px;
}
.ses_cal:after{
	display: none;
}
.ses_cal div:nth-child(1){
	animation: sound 0.5s infinite ease-in-out;
}
.ses_cal div:nth-child(3){
	animation: sound 0.5s infinite ease-in-out;
}
.ses_cal div:nth-child(5){
	animation: sound 0.5s infinite ease-in-out;
}
@keyframes sound{
	0%{ height: 8px; }
	50%{ height: 14px; }
	100%{ height: 8px; }
}
.icerik{
	width: 100%;
	padding-left: 280px;
}
.icerik .header{
	background-color: #b14b93;
	color: #FFF6EB;
	padding-left: 10px;
	position: sticky;
	top: 0;
	z-index: 6;
}
.icerik .header img{
	width: 7.5%;
	min-width: 85px;
	display: inline-block;
	padding: 4px;
}
.icerik .header p{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-left: 15px;
	letter-spacing: 0.8px;
	display: inline-block;
	vertical-align: middle;
}
.icerik .geri_btn{
	width: 45px;
	height: 45px;
	display: block;
	background-color: #276ea1;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	color: #ffffff;
	position: relative;
	margin-top: -20px;
	top: 40px;
	left: 25px;
	z-index: 7;
}
.icerik .icerik_ic{
	padding: 0 40px 30px;
}
.icerik .ortala{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.icerik .kutu{
	height: 100%;
	border: solid 1px #ddd;
	padding: 15px 15px 0;
	border-radius: 25px;
	background-color: #ffffff;
	box-shadow: -5px -5px 9px rgb(227 227 227 / 26%), 5px 5px 9px rgb(94 104 121 / 15%);
}
.icerik .kutu .resim{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	border: solid 1px #eaeaea;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	overflow: hidden;
}
.icerik .kutu .resim img{
	position: absolute;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.icerik .kutu p{
	padding: 8px;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	color: #3960AB;
}
.icerik .anaText{
	text-align: center;
	margin: 25px 0 15px;
}
.icerik .anaText strong{
	font-family: 'League Spartan', serif !important;
	font-weight: 700;
	font-size: 32px;
	display: block;
	margin-bottom: 14px;
	color: #0c99ff;
}
.icerik .anaText p{
	font-family: 'League Spartan', serif !important;
	font-size: 20px;
	line-height: 24px;
	color: #2375b1;
	font-weight: 500;
}

.icerik .ust_bilgi_alan{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.icerik .ust_resim{
	display: block;
}
.icerik .ust_resim .res_ic{
	width: 100%;
	max-width: 227px;
	display: block;
	position: relative;
	border: solid 1px #a6c0f4;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 12px 12px 25px;
	border-radius: 10px;
}
.icerik .ust_resim .res_ic img{
	box-shadow: 0 0 15px #3960ab52;
	border-radius: 5px;
	padding: 18px;
	-webkit-animation: shake 1.5s linear 1s infinite;
}
@-webkit-keyframes shake{
	0%{ transform: translate(2px, 1px) rotate(0deg); }
	10%{ -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20%{ -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30%{ -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40%{ -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50%{ -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60%{ -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70%{ -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80%{ -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90%{ -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100%{ -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.icerik .ust_resim p{
	text-align: center;
	color: #3960ab;
	font-size: 18px;
	font-weight: 800;
	max-width: 280px;
	display: block;
	margin: -30px auto 0;
	line-height: 110%;
	letter-spacing: 0.8px;
	background-color: #ffffff;
	border: solid 1px #a6c0f4;
	padding: 8px 10px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.icerik .nYap h5{
	max-width: 450px;
	display: block;
	font-size: 20px;
	margin: 5px auto 10px;
	position: relative;
	color: #3960ab;
	text-align: center;
	padding: 0 60px;
}
.icerik .nYap h5:before{
	content: '';
	width: 55px;
	height: 3px;
	background-color: #66a8d8;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 27px;
}
.icerik .nYap h5:after{
	content: '';
	width: 55px;
	height: 3px;
	background-color: #66a8d8;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 27px;
}
.icerik .nYap li{
	list-style-type: none;
	position: relative;
	background-color: #ffffff;
	margin: 5px 0;
	padding: 10px 10px 10px 70px;
	border: solid 4px #f397a4;
	border-radius: 50px;
	color: #3987c0;
	font-size: 16px;
	font-family: 'League Spartan', serif !important;
	font-weight: 500;
	overflow: hidden;
	line-height: 21px;
}
.icerik .nYap li:before{
	content: '\f046';
	font-family: 'FontAwesome';
	width: 60px;
	height: 100%;
	position: absolute;
	background-color: #f397a4;
	left: 0;
	top: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fcfcfc;
}

.icerik .appLink{
	max-width: 750px;
	margin: 30px auto 0;
}
.icerik .appLink .ic_kutu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
	padding: 17px 20px;
	border-radius: 15px;
	background: linear-gradient(0deg, #ffffff 60%, #eeeeee);
	box-shadow: 11px 7px 13px 0px #e8e8e8, -7px -3px 7px 0px #ffffff;
	margin: 12px 0;
	border: solid 2px #efefef;
}
.icerik .appLink .ic_kutu .sol small{
	font-size: 20px;
	font-weight: 400;
	font-family: 'League Spartan', serif !important;
	margin-bottom: 10px;
	display: block;
	color: #626262;
	line-height: 1;
}
.icerik .appLink .ic_kutu .sol small u{
	font-family: 'kids', sans-serif !important;
	font-size: 21px;
	letter-spacing: 1px;
}
.icerik .appLink .ic_kutu .sol p{
	font-family: 'League Spartan', serif !important;
	font-weight: 600;
	font-size: 20px;
	color: #147ecb;
}
.icerik .appLink .ic_kutu .sag img{
	max-width: 140px;
}
.icerik .appLink .ic_kutu .sag img:nth-child(1){
	width: auto;
	height: 65px;
}
.icerik .appLink .ic_kutu .sag img:nth-child(2){
	width: auto;
	height: 65px;
	margin-left: 15px;
}

.icerik .egz_syf_baslik{
	display: table;
	margin: 0 auto 20px;
	font-size: 1.5vw;
	background-color: #66a8d8;
	padding: 7px 10px 4px;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-align: center;
	line-height: 25px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
}
.icerik .egz_syf_baslik:before{
	content: '\f111';
	font-family: 'FontAwesome';
	width: 65px;
	height: 3px;
	border-radius: 25px;
	position: absolute;
	bottom: 0;
	left: -65px;
	background-color: #66a8d8;
	text-align: left;
	color: #66a8d8;
	line-height: 3px;
}
.icerik .egz_syf_baslik:after{
	content: '\f111';
	font-family: 'FontAwesome';
	width: 65px;
	height: 3px;
	border-radius: 25px;
	position: absolute;
	top: 0;
	right: -65px;
	background-color: #66a8d8;
	text-align: right;
	color: #66a8d8;
	line-height: 3px;
}
.icerik .egz_menu_alan{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.icerik .egz_kutu{
	padding: 10px;
	height: 100%;
	cursor: pointer;
	border-radius: 15px;
}
.icerik .egz_kutu:hover{
	background-color: #f5f5f5;
}
.icerik .egz_kutu .resims{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	background-color: #ffffff;
	border-radius: 25px;
	overflow: hidden;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
}
.icerik .egz_kutu:hover .resims img{
	animation: unset;
}
.icerik .egz_kutu .resims img{
	height: 100%;
	border-radius: 25px;
	position: absolute;
	object-fit: contain;
	top: 0;
	left: 0;
	padding: 15px;
	-webkit-animation: shake 2s linear 0.5s infinite;
	transform: translate3d(0, 0, 0);
}
/*.icerik .egz_kutu .resims_ufak{
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
	padding-bottom: 52%;
}
.icerik .egz_kutu .resims_ufak img{
	box-shadow: unset;
	opacity: 0.1;
}
.icerik .egz_kutu .resims_ufak .text{
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 3vw;
	font-weight: 900;
	letter-spacing: 2px;
	color: #1645a1;
}
*/
.icerik .egz_kutu p{
	font-size: 14px;
	padding: 15px 0 0;
	text-align: center;
	color: #0c7aca;
}
.icerik .egz_menu_ozel{
	max-width: 750px;
	margin: 0 auto;
}
.icerik .egz_menu_ozel .col-3{
	padding: 5px;
}
.icerik .egz_menu_ozel p{
	font-size: 11px;
	padding: 10px 0 0;
}

.icerik .ben_kimim_sayfa{
	width: 100%;
	max-width: 895px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.icerik .ben_kimim_sayfa .col-3{
	overflow: hidden;
}
.icerik .ben_kimim_sayfa img{
	transition: 500ms all;
}
.icerik .ben_kimim_sayfa .col-3:hover img{
	transform: scale(1.2) rotateZ(2deg);
	transform-origin: bottom;
}
.icerik .ben_kimim_sayfa .bttn{
	width: 100%;
	background-color: #66a8d8;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0 0 14px #daefff;
	position: relative;
	top: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	animation: yeyeye 0.3s linear 1s,yeyeye 0.3s linear 3s;
}
@keyframes yeyeye{
	0%{transform: translateX(0);}
	25%{transform: translateX(-5px);}
	50%{transform: translateX(5px);}
	75%{transform: translateX(-5px);}
	100%{transform: translateX(0);}
}
.icerik .ben_kimim_sayfa .bttn span{
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	color: #ffffff;
	padding: 4px 2px 3px;
	font-size: 12px;
	letter-spacing: 1px;
	border-top: solid 2px #66a8d8;
	border-bottom: solid 2px #66a8d8;
	cursor: pointer;
}
.icerik .ben_kimim_sayfa .bttn span:last-child{
	background-color: #ffffff;
	color: #66a8d8;
	border: solid 2px #66a8d8;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.icerik .okuma_hiz_syf{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 75px;
}
.icerik .okuma_hiz_syf .col-3{
	overflow: hidden;
}
.icerik .okuma_hiz_syf .col-3 img{
	transition: 500ms all;
}
.icerik .okuma_hiz_syf .col-3:hover img{
	transform: scale(1.2) rotateZ(2deg);
	transform-origin: bottom;
}

.oo_load{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(102 168 216 / 46%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 65px;
	color: #ffffff;
	z-index: 888;
}
.bk_modal_arka{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(6px);
	display: none;
	z-index: 888;
}
.bk_modal{
	width: 90%;
	max-width: 460px;
	max-height: 90%;
	border: solid 3px #ff5757;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	display: none;
	z-index: 889;
}
.bk_modal img{
	height: 100%;
}
.bk_modal i{
	position: absolute;
	right: 9px;
	font-size: 45px;
	top: 3px;
	color: #4e2e9b;
	text-shadow: 0 0 5px #ffffff;
	cursor: pointer;
}

.modal_arka{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: 0.6;
	z-index: 888;
}
.ozel_modal{
	width: 95%;
	max-width: 450px;
	max-height: 95%;
	overflow: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	padding: 15px 15px;
	border-radius: 20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	z-index: 889;
}
.ozel_modal::-webkit-scrollbar{
	display: none;
}
.ozel_modal .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.ozel_modal .col-4{
	position: relative;
	cursor: pointer;
}
.ozel_modal .seccim:before{
	content: '\f046';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 55px;
	left: 0;
	top: 0;
	color: #000000;
	background-color: rgba(75, 255, 0, 0.5);
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.ozel_modal .ust{
	margin-bottom: 10px;
}
.ozel_modal .alt{
	margin-top: 10px;
	cursor: pointer;
}
.ozel_modal .alt img{
	max-width: 165px;
	margin: 0 auto;
	display: table;
}

input[type=number]::-webkit-inner-spin-button{
	-webkit-appearance: none;
}

.diger_app_syf .egz_syf_baslik{
	margin: 0 auto !important;
	font-size: 20px !important;
}

#app{
	width: 100%;
	height: 90vh;
	opacity: 0;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#app .diger_logo{
	margin-bottom: 20px;
}
#app .kronometer{
	width: 90%;
	max-width: 460px;
	display: inline-block;
	padding: 27px;
	background-color: #fffffe;
	color: #4d4d4d;
	border-radius: 20px;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}
#app h1{
	font-size: 150px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center
}
#app h2{
	font-size: 50px;
	margin-top: 10px; font-family: Arial, Helvetica, sans-serif
}
#app label{
	margin-top: 15px;
	display: block;
	margin-left: 15px;
	margin-bottom: 5px;
	text-align: left;
}
#app input{
	width: 100%;
	border: none;
	outline: none;
	border-radius: 15px;
	font-size: 22px;
	background-color: #e3e3e3;
	color: #7b3d97;
	padding: 10px 15px;
}
#app input::placeholder{
	color: #b1b1b1;
	font-size: 18px;
}
#app span{
	font-size: 22px;
	margin: 15px 0 5px;
	display: block;
}
#app .contorlss{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
}
#app button{
	margin: 10px;
	border: none;
	outline: none;
	font-size: 22px;
	background-color: #66a8d8;
	color: white;
	cursor: pointer;
	padding: 0;
	border-radius: 16px;
	width: 45px;
	height: 45px;
	position: relative;
}
#app button i{
	position: absolute;
	left: 52%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.diger_logo{
	width: 48vh;
	padding: 10px;
}

#metro_dis{
	overflow: hidden;
	height: 85vh;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
#metro_dis .metronome{
	position: relative;
	width: 275px;
	height: 275px;
	margin: 0 auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: auto;
}

#metro_dis .meter{
	position: relative;
	left: 50%;
	bottom: -90%;
	overflow: hidden;
	width: 60%;
	height: 60%;
	margin: 0px;
	background: rgba(255, 255, 255, 0.97);
	border-radius: 98% 0 0 0;
	transform: rotate(225deg);
	transform-origin: 0 0;
	box-shadow: 0 0 1.6em -15px inset;
}

#metro_dis .oval{
	width: 50%;
	height: 50%;
	background: linear-gradient(75deg, #84bce5 -4%, #3b8bc5);
	position: absolute;
	right: -25%;
	bottom: -25%;
	border-radius: 50%;
	box-shadow: 0 0 14px #ababab;
}

#metro_dis .needle{
	position: absolute;
	bottom: -3px;
	right: 0px;
	transform: rotate(45deg);
	transform-origin: 100%;
	background: #66a8d8;
	width: 95%;
	height: 6px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#metro_dis .needle:before{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	background: #f5ad1b;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	border-radius: 50%;
}

#metro_dis .needle-animating{
	display: block;
	-webkit-animation-name: needle-tick;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: needle-tick;
	-moz-animation-duration: 1.5s;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-name: needle-tick;
	-o-animation-duration: 1.5s;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
	animation-name: needle-tick;
	animation-duration: 1.5s;
	animation-direction: alternate;
	animation-play-state: running;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes needle-tick{
	0%{
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: 100% 50%;
	}

	100%{
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: 100% 50%;
	}
}

@-moz-keyframes needle-tick{
	0%{
		-moz-transform: rotate(0deg);
		-moz-transform-origin: 100% 50%;
	}

	100%{
		-moz-transform: rotate(90deg);
		-moz-transform-origin: 100% 50%;
	}
}

@-o-keyframes needle-tick{
	0%{
		-o-transform: rotate(0deg);
		-o-transform-origin: 100% 50%;
	}

	100%{
		-o-transform: rotate(90deg);
		-o-transform-origin: 100% 50%;
	}
}

@keyframes needle-tick{
	0%{
		transform: rotate(0deg);
		transform-origin: 100% 50%;
	}

	100%{
		transform: rotate(90deg);
		transform-origin: 100% 50%;
	}
}

#metro_dis .controls{
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	margin: 0px;
	color: #bcd;
	font-size: 3em;
	font-family: monospace;
	text-shadow: 1px 1px 1px #e6eef7, -1px -1px 1px #9ab;
}

#metro_dis .button{
	cursor: pointer;
	padding: 0 5% 1%;
	z-index: 100;
}

#metro_dis .bpm-decrement{
	text-align: center;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: radial-gradient(#66a8d8, #3576a5);
	border-radius: 50%;
	width: 8vh;
	height: 8vh;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
}

#metro_dis .bpm-increment{
	text-align: center;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: radial-gradient(#66a8d8, #3576a5);
	border-radius: 50%;
	width: 8vh;
	height: 8vh;
	padding: 0;
	color: #ffffff;
	font-size: 20px;
}

#metro_dis .bpm-decrement,.bpm-increment{
	display: flex ;
	flex-wrap: wrap;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

#metro_dis .bpm-display{
	display: block;
	position: absolute;
	width: 50%;
	background: none;
	border: none;
	font-size: clamp(40px,15vw,80px);
	color: #66a8d8;
	text-align: center;
	left: 25%;
	outline: none;
	font-weight: bold;
	bottom: -15%;
}

#metro_dis .bpm-display:before{
	display: block;
	content: "bpm";
	font-size: 30%;
	line-height: 100%;
	text-shadow: none;
}