*{
	box-sizing: border-box;
	font-family: 'Baloo Tamma 2', cursive;
	text-decoration:none;
}
a{
	color: #85418c;
	transition: 500ms all;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
	padding: 0;
}
body{
	padding: 0;
	margin:0;
	background: #fff;
}
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: #eb9208;
	border: 1px solid rgba(0,0,0,0);
	background-clip: content-box;
}
.loading{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	left: 0;
	top: 0;
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 235px;
	animation: move 1s ease-in-out 1s infinite;
	z-index: 11;
}
.menu_alan{
	width: 285px;
	height: 100%;
	position: fixed;
	background-color: #faa725;
	transition: 250ms all;
	z-index: 5;
}
a.logo{
	display: block;
	background-color: #fff;
	border-top-right-radius: 80px;
	position: relative;
}
a.logo:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #85418c;
	z-index: -1;
}
a.logo img{
	width: 200px;
	margin-left: 10px;
}
.menu_alan .menu_scroll{
	overflow: auto;
	height: calc(100% - 95.5px);
}
.menu_alan .menu_scroll::-webkit-scrollbar-thumb{
	background-color: #85418c;
}
.menu_alan .profil_resim{
	margin: 7px 0 5px;
}
.menu_alan .profil_resim img{
	width: 65px;
	display: block;
	margin: 0 auto;
	border: solid 3px #ddd;
	border-radius: 50%;
}
.menu_alan ul{
	display: block;
}
.menu_alan ul li{
	list-style-type: none;
}
.menu_alan ul li a{
	display: block;
	width: 100%;
	position: relative;
	font-weight: bolder;
	font-size: 17px;
	color: #fff;
	padding: 15px 15px 12px 55px;
	line-height: 100%;
}
.menu_alan ul li a:hover{
	background-color: #ec9a1a;
}
.menu_alan ul li a img, .menu_alan ul li a i{
	width: 26px;
	position: absolute;
	left: 18px;
	top: 9px;
}
.menu_alan ul li a.aktif{
	background-color: #ec9a1a;
}
.menu_alan .bilgi{
	display: table;
	margin: 10px auto;
	font-size: 14px;
	color: #fff;
	border-left: solid 2px #ffbf5a;
	padding: 0 13px;
	line-height: 18px;
}
.menu_alan small{
	display: block;
}
.menu_alan .mob_menu_kapat{
	position: absolute;
	right: -47px;
	top: 95px;
	font-size: 35px;
	color: #85418c;
	display: none;
	background: #faa725;
	padding: 5px 10px 7px;
	z-index: 3;
}

.icerik_alan{
	width: 100%;
	padding-left: 285px;
}

.header{
	width: 100%;
	height: 95.5px;
	background-color: #85418c;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header .container{
	height: 95.5px;
	position: relative;
	padding-right: 130px;
}
.header .yazi{
	display: inline-block;
	position: relative;
	top: 4%;
	left: 50%;
	transform: translateX(-50%);
}
.header strong,.header p{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 14px 0;
	line-height: 100%;
}
.header span.btn{
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: solid 1px #fff;
	border-radius: 25px;
	background: #a041a4;
	font-size: 16px;
	color: #fff;
	padding: 5px 15px 0;
	cursor: pointer;
	z-index: 3;
}
.header .acilan_menu{
	position: absolute;
	left: 0;
	top: 33px;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 2px #85418c;
	display: none;
	z-index: 2;
}
.header .acilan_menu a{
	display: block;
}
.header span.btn:hover .acilan_menu{
	display: block;
}
.header .mob_menu_ac{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 23px;
	left: 25px;
	display: none;
}
.header .mob_menu_ac div{
	width: 95%;
	margin: 6.7px auto;
	height: 8px;
	background-color: #fff;
}

.icerik_ic{
	padding: 65px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.anasayfa{
	zoom: 80%;
}
.anasayfa .ana_btn{
	height: 100%;
	padding: 20px;
	padding-bottom: 13px;
	border-radius: 30px;
	border: solid 2px #dcb775;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.anasayfa .ana_btn img{
	max-width: 145px;
	display: block;
	margin: 0 auto;
}
.anasayfa .ana_btn strong{
	display: block;
	text-align: center;
	font-size: 21px;
	margin-top: 12px;
	font-weight: 900;
	line-height: 100%;
	color: #86418c;
}
.anasayfa .isim_alan{
	text-align: center;
	font-size: 22px;
	margin: 30px 0 20px;
	color: #ffa300;
	line-height: 100%;
}
.anasayfa .bilgi_kutu{
	max-width: 750px;
	margin: 0 auto;
	color: #fff;
	background-color: #85418c;
	line-height: 100%;
	padding: 13px 200px 9px 25px;
	border-radius: 30px;
	position: relative;
	line-height: 100%;
	overflow: hidden;
}
.anasayfa .bilgi_kutu span{
	width: 200px;
	height: 100%;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #eb9208;
	border-radius: 25px;
	text-align: center;
	padding: 13px 13px 11px;
	font-weight: 600;
}

.nasil_kull .ust_alan{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.nasil_kull .ust_alan span{
	display: inline-block;
	padding: 20px 20px 15px;
	border-radius: 40px;
	background-color: #fca726;
	text-align: center;
	font-size: 27px;
	font-weight: 800;
	color: #fff;
	line-height: 100%;
	margin-bottom: 15px;
}
.nasil_kull .ust_alan strong{
	display: inline-block;
	font-size: 27px;
	text-align: center;
	color: #85418c;
	line-height: 100%;
}
.nasil_kull .alt_alan strong{
	display: block;
	text-align: center;
	font-size: 25px;
	color: #85418c;
	line-height: 100%;
	margin-bottom: 10px;
}
.nasil_kull .alt_alan iframe{
	display: table;
	width: 100%;
	max-width: 560px;
	margin:0 auto;
}

.ortak_btn{
	display: block;
	height: 100%;
	border: solid 2px #faa725;
	overflow: hidden;
	padding-top: 20px;
	border-radius: 20px 20px 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.ortak_btn img{
	max-width: 120px;
	display: block;
	margin: 0 auto;
}
.ortak_btn strong{
	display: block;
	height: 100%;
	text-align: center;
	background-color: #faa725;
	padding: 15px 10px 10px;
	color: #fff;
	font-size: 19px;
	margin-top: 10px;
	border-top-right-radius: 20px;
	line-height: 100%;
}

.kendini_tanima .ortak_btn{
	border: solid 2px #85418c;
}
.kendini_tanima .ortak_btn strong{
	background-color: #85418c;
}

.raporlar .baslik{
	text-align: center;
	font-size: 20px;
	color: #77367e;
	line-height: 26px;
}
.raporlar .rapor_sol{
	border: solid 2px #ddd;
	padding: 36px 25px;
	border-radius: 30px;
}
.raporlar .rapor_sol div:not(:last-child){
	margin-bottom: 15px;
}
.raporlar .rapor_sol div strong{
	display: block;
	line-height: 18px;
	color: #85418c;
	font-size: 19px;
	margin-bottom: 5px;
}
.raporlar .rapor_sol div span{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #f09609;
	line-height: 22px;
}
.raporlar .rapor_sag{
	border: solid 2px #ddd;
	padding: 25px;
	border-radius: 30px
}
.raporlar .rapor_sag .baslik{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #85418c;
	margin-bottom: 5px;
	line-height: 26px;
}
.raporlar .rapor_sag .bar{
	width: 100%;
	height: 45px;
	background: #ffe0ad;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.raporlar .rapor_sag .bar .cubuk{
	width: 0;
	height: 100%;
	background-color: #faa725;
	transition: 500ms all;
}
.raporlar .rapor_sag .bar_text{
	display: grid;
	grid-template-columns: 33% 33% 33%;
	color: #85418c;
	font-weight: 600;
}
.raporlar .rapor_sag .bar_text strong{
	text-align: center;
	line-height: 19px;
	padding: 6px;
}
.raporlar .rapor_sag .bar_text .sag{
	text-align: right;
}
.raporlar .rapor_sag p{
	display: block;
	line-height: 18px;
	color: #85418c;
	font-weight: 500;
	text-align: center;
	margin-top: 16px;
}
.raporlar .baslik_2{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #f09608;
	line-height: 26px;
	padding: 22px 10px;
}
.raporlar .rapor_alt{
	border: solid 2px #ddd;
	padding: 25px;
	border-radius: 30px
}
.raporlar .rapor_alt strong{
	display: block;
	text-align: center;
	color: #faa725;
	font-size: 19px;
}
.raporlar .rapor_alt span{
	font-size: 19px;
	text-align: center;
	display: block;
	color: #faa725;
	font-weight: 800;
}
.raporlar .rapor_alt .alt_bar{
	width: 100%;
	height: 23px;
	background-color: #b172b7;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.raporlar .rapor_alt .alt_bar .alt_cubuk{
	width: 0;
	height: 100%;
	background-color: #85418c;
	transition: 500ms all;
}

.egzersizlerim .ortak_btn{
	border: solid 2px #85418c;
}
.egzersizlerim .ortak_btn img{
	max-width: 80px;
}
.egzersizlerim .ortak_btn strong{
	background-color: #85418c;
}

.geri_btn{
	display: block;
	width: 40px;
	position: absolute;
	left: 30px;
	top: 30px;
}

.egzersiz_sayfa .ust_alan{
	border:solid 2px #ddd;
	padding: 30px 15px 3px;
	text-align: center;
	line-height: 24px;
	border-top-left-radius: 30px;
	border-right: solid 5px #85418c;
}
.egzersiz_sayfa .ust_alan strong{
	display: block;
	font-size: 23px;
	color: #85418c;
}
.egzersiz_sayfa .ust_alan span{
	font-size: 23px;
	margin: 10px 0 0;
	display: block;
	color: #faa725;
	font-weight: 800;
}
.egzersiz_sayfa .ust_alan ul{
	display: inline-block;
	text-align: left;
}
.egzersiz_sayfa .ust_alan ul li{
	margin: 15px 0;
	list-style-type: none;
	position: relative;
	padding-left: 30px;
	color: #703176;
}
.egzersiz_sayfa .ust_alan ul li:before{
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	background-image: url(../images/ana/star.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -4px;
}

.egzersiz_sayfa .egz_btn{
	width: 100%;
	overflow: hidden;
	border-radius: 30px 30px 0 30px;
	line-height: 100%;
	border: solid 1px #85418c;
	position: relative;
	z-index: 1;
}
.egzersiz_sayfa .egz_btn a.bir{
	display: block;
	width: 100%;
	background-color: #faa725;
	text-align: center;
	padding: 14px;
	font-size: 14px;
	color: #fff;
}
.egzersiz_sayfa .egz_btn a.bir:hover{
	background-color: #d78b14;
}
.egzersiz_sayfa .egz_btn a.bir strong{
	display: block;
	margin-bottom: 9px;
	font-size: 17px;
}
.egzersiz_sayfa .egz_btn a.iki{
	background-color: #85418c;
	display: block;
	color: #fff;
	padding: 17px;
	position: relative;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	text-indent: 26px;
}
.egzersiz_sayfa .egz_btn a.iki:hover{
	background-color: #59205e
}
.egzersiz_sayfa .egz_btn a.iki img{
	position: absolute;
	left: 11px;
	top: 6px;
	width: 35px;
}
.egzersiz_sayfa .btn_alt{
	border: solid 1px #85418c;
	line-height: 100%;
	text-align: center;
	padding: 21px 5px 7px;
	color: #85418c;
	font-weight: 500;
	min-width: 112%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -16px;
	font-size: 13px;
}
.egzersiz_sayfa .col-2{
	margin: 10px;
}
.egzersiz_sayfa .col-a-0{
	margin: 0px;
}
.egzersiz_sayfa .col-m-0{
	margin: 0px;
}
.egzersiz_sayfa .col-tab-0{
	margin: 0px;
}
.egzersiz_sayfa .col-tel-0{
	margin: 0px;
}
.egzersiz_sayfa .col-tell-0{
	margin: 0px;
}

.anlatim_video .ortak_btn{
	border: solid 2px #85418c;
}
.anlatim_video .ortak_btn strong{
	background-color: #85418c;
}

.ders_hizli_okuma .baslik{
	display: table;
	margin: 0 auto;
	font-size: 27px;
	color: #85418c;
	line-height: 26px;
	text-align: center;
}
.ders_hizli_okuma .kutu{
	border: solid 2px #85418c;
	border-radius: 0 30px 0 30px;
	overflow: hidden;
}
.ders_hizli_okuma .kutu strong{
	padding: 17px 17px 12px;
	display: block;
	background-color: #85418c;
	line-height: 100%;
	color: #fff;
	text-align: center;
	font-size: 28px;
	border-bottom-left-radius: 30px;
}
.ders_hizli_okuma .kutu ul{
	padding: 27px 35px 27px 46px;
}
.ders_hizli_okuma .kutu ul li{
	color: #85418c;
	font-weight: 600;
}
.ders_hizli_okuma .col-1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 68px;
	text-align: center;
	color: #85418c;
}
.ders_hizli_okuma .col-4{
	display: flex;
	align-items: center;
}

.s14_gun .baslik{
	text-align: center;
	display: table;
	margin: 0 auto;
	font-size: 25px;
	color: #85418c;
	line-height: 26px;
}
.s14_gun img{
	max-width: 135px;
	margin: 0 auto;
	display: block;
}
.s14_gun ul{
	display: inline-block;
	text-align: left;
}
.s14_gun ul li{
	margin: 15px 0;
	list-style-type: none;
	position: relative;
	padding-left: 30px;
	color: #703176;
	font-weight: 500;
	line-height: 20px;
}
.s14_gun ul li:before{
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	background-image: url(../images/ana/star.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -5px;
}
.s14_gun .modal_ac{
	display: table;
	margin: 0 auto;
	font-size: 24px;
	color: #ff0303;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	line-height: 26px;
}

.alt_cizgi{
	text-decoration: underline;
}

.modal_dis{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
}
.modal{
	width: 98%;
	max-width: 800px;
	max-height: 90%;
	overflow-y: auto;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.modal .head{
	padding: 20px 60px 15px 20px;
	line-height: 19px;
	font-size: 24px;
	position: sticky;
	top: 0;
	background-color: #fff;
	box-shadow: 0 0 14px #ddd;
}
.modal .head span:nth-child(2){
	position: absolute;
	top: 18px;
	right: 20px;
	font-size: 45px;
	font-weight: 700;
	cursor: pointer;
}
.modal .modal_icerik{
	padding: 15px;
}
.modal p{
	line-height: 20px;
}

.s14_modal h3{
	text-align: center;
	line-height: 24px;
}
.s14_modal .red{
	color: #ff0101;
}
.s14_modal p{
	line-height: 20px;
	margin: 25px 0;
}
.s14_modal h4{
	display: table;
	margin: 0 auto;
	font-size: 20px;
	margin-bottom: 14px;
}

@keyframes move{
	0% {
		background-size: 235px;
	}
	25% {
		background-size: 260px;
	}
	100% {
		background-size: 235px;
	}
}