@import url('https://fonts.cdnfonts.com/css/luckiest-guy');
*{
	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: #85418c;
	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.jpg);
	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: #85418c;
	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: #3ab0e4;
	z-index: -1;
}
a.logo img{
	width: 168px;
	margin: 0 auto;
	display: block;
	border-top-right-radius: 65px;
	padding: 8px;
}
.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: 15px 0 12px;
}
.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: #74277b;
}
.menu_alan ul li a img{
	width: 26px;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.menu_alan ul li a.aktif{
	background-color: #6a1e71;
}
.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: #fff;
	display: none;
	background: #3ab0e4;
	padding: 5px 10px 7px;
	z-index: 3;
}

.icerik_alan{
	width: 100%;
	padding-left: 285px;
}

.header{
	width: 100%;
	height: 95.5px;
	background-color: #3ab0e4;
	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 p{
	font-family: 'Luckiest Guy', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.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: #1babeb;
	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: 0;
	max-height: 260px;
	border-radius: 30px;
	border: solid 2px #85418c;
	display: block;
	position: relative;
}
.anasayfa .ana_btn img{
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 29px;
}
.anasayfa .ana_btn strong{
	width: 85%;
	display: block;
	text-align: center;
	font-size: 19px;
	margin-top: 12px;
	font-weight: 900;
	line-height: 100%;
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 10px 8px 4px;
	color: #85418c;
	border: solid #85418c 4px;
	border-radius: 35px;
}
.anasayfa .isim_alan{
	text-align: center;
	font-size: 22px;
	margin: 30px 0 20px;
	color: #ffa300;
	line-height: 100%;
}

.ana_grafik{
	padding: 45px 0 0;
}
.ana_grafik img{
	max-width: 856px;
	margin: 0 auto;
	display: block;
	border-radius: 20px;
}

.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: #85418c;
	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%;
	max-height: 250px;
	border: solid 2px #faa725;
	overflow: hidden;
	border-radius: 0 20px 0 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.ortak_btn img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.ortak_btn strong{
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	background-color: #faa725;
	padding: 10px 20px 6px;
	color: #fff;
	font-size: 15px;
	line-height: 100%;
	border: solid 2px #85418c;
	box-shadow: 0 0 14px #8c8c8c;
	border-radius: unset;
	min-height: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.kendini_tanima .ortak_btn{
	border: solid 2px #85418c;
}
.kendini_tanima .ortak_btn strong{
	background-color: #85418c;
}

.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 .col-4 img{
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 10px;
}
.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: #25a4dc;
	font-weight: 800;
}
.egzersiz_sayfa .ust_alan ul{
	display: inline-block;
	text-align: left;
}
.egzersiz_sayfa .ust_alan ul li{
	margin: 10px 0;
	padding: 9px 0;
	list-style-type: none;
	position: relative;
	padding-left: 47px;
	color: #703176;
	line-height: 18px;
}
.egzersiz_sayfa .ust_alan ul li:before{
	content: '';
	width: 37px;
	height: 37px;
	display: block;
	background-image: url(../images/ana/star.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-58%);
}

.egzersiz_sayfa .egz_btn{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 30px 30px 0 30px;
	line-height: 100%;
	border: solid 1px #3ab0e4;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.egzersiz_sayfa .egz_btn a.bir{
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #af59b8;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	flex-direction: column;
	justify-content: center;
}
.egzersiz_sayfa .egz_btn a.bir:hover{
	background-color: #692d6f;
}
.egzersiz_sayfa .egz_btn a.bir strong{
	display: block;
	margin-bottom: 9px;
	font-size: 17px;
}
.egzersiz_sayfa .egz_btn a.iki{
	background-color: #3ab0e4;
	display: block;
	color: #fff;
	padding: 17px;
	position: relative;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	text-indent: 26px;
	height: auto;
}
.egzersiz_sayfa .egz_btn a.iki:hover{
	background-color: #2a95c4;
}
.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,.egzersiz_sayfa .col-3{
	margin: 15px 10px 35px;
}

.anlatim_video .ortak_btn{
	border: solid 2px #85418c;
}
.anlatim_video .ortak_btn strong{
	background-color: #85418c;
}

.videolu_sayfa .egz_btn{
	width: 100%;
	height: 100%;
	border-radius: 30px 30px 0 30px;
	line-height: 100%;
	border: solid 1px #3ab0e4;
	position: relative;
	overflow: unset;
	z-index: 1;
}
.videolu_sayfa .egz_btn .bir{
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #af59b8;
	text-align: center;
	padding: 10px 10px 30px;
	font-size: 14px;
	color: #fff;
	flex-direction: column;
	justify-content: center;
	border-radius: 29px;
	border-bottom-right-radius: 0px;
}
.videolu_sayfa .egz_btn .bir:hover{
	background-color: #af59b8;
}
.videolu_sayfa .egz_btn .bir strong{
	display: block;
	margin-bottom: 9px;
	font-size: 17px;
}
.videolu_sayfa .egz_btn a.iki{
	background-color: #3ab0e4;
	display: block;
	color: #fff;
	padding: 8px 8px 4px 8px;
	text-transform: uppercase;
	width: 110px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: -14px;
	border-radius: 10px;
	transform: translateX(-50%);
	text-align: center;
	font-size: 14px;
}
.videolu_sayfa .egz_btn a.iki:hover{
	background-color: #2a95c4;
}
.videolu_sayfa .egz_btn a.iki img{
	width: 25px;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
}

.hazir-program-baslik{
	font-size: 23px;
	text-align: center;
	line-height: 28px;
	color: #8e3598;
}


.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{
	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;
	}
}

.d-none {
  display: none !important;
}