@charset "UTF-8";
a:focus,
button:focus {
	outline: none !important;
}
:root{
	--sari:#FFF300;
	--poppins:'Poppins', sans-serif;
	--prompt:'Prompt', sans-serif;
	--commissioner: 'Commissioner', sans-serif;
	--plus-jakarta:'Plus Jakarta Sans', sans-serif;
	--dm-sans: 'DM Sans', sans-serif;
}
button::-moz-focus-inner {
	border: 0;
}
a{
	cursor: pointer;
}
*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}
.btn{
	background: var(--sari);
	border: none;
}
.btn:hover{
	opacity: .3;
	animation: all .3s;
	background-color: #000;
}
input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
	font-family: var(--prompt);
	font-size: 16px;
	font-weight: 500;
}

i {
	font-style: normal;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}
a:hover {
	text-decoration: none;
	color: var(--sari);
}
html p a:hover {
	text-decoration: none;
	color: var(--sari);
}

body {
	font-size: 16px;
	font-family: var(--prompt);
	color: fff;
	background-color: #202020;

}


.custom-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('../images/ilk-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100vw;
    overflow: hidden;
}
.rectangle {
    width: 150vw;
    height: 100vh;
    display: flex;
    transform: skew(-30deg);
    overflow: hidden;
}
.left-rectangle, .right-rectangle {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    overflow: hidden;

}
.left-rectangle {
    background-color: #1D1D1BBF;
	
}
.right-rectangle {
    background-color:#92938770;
}
.content {
    text-align: center;
	margin-left: 20%;
	transform: skew(30deg);
}
.right-rectangle .content{
	margin-left: -25%;
}
.button-container {
    margin-top: 50px;
	background-color: transparent;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	width: 450px;
	height: 75px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	border: 1px solid var(--sari);
	
}
.button {

	width: 100%;
    color: white;


}
.button-container:hover .button{
	color:var(--sari);
	opacity: .3;
}
.header {
    background-image: url('../images/slider-bg.jpg');
    background-size: cover;
    height: 100vh;
    position: relative;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header.bemore{
    background-image: url('../images/bemore-bg.jpg');

}
.header.icsayfa{
	height: 600px;
}
.header.egitmenlerimiz{
	background-image: url('../images/egitimlerimiz.png');
}
.header.hakkimizda{
	background-image: url('../images/hakk.png');
}
.header.icsayfa h1{
	color: #FFF300;
text-align: center;
font-family: Prompt;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.44px;
margin-top: 160px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(#121212);
}

.navbar {
    background-color: transparent !important;
}

.nav-link {
    color: white !important;
	position: relative;
}

.bottom-content {
    padding: 50px 0;
    text-align: center;
}

.icon-paragraph {

    padding-top: 30px;
}
header .w100{
	align-content: space-between;
	height: 100vh;
}
 .nav-item.active .nav-link::after{
	content: '';
    position: absolute;
    left: 45%;
    bottom: -8px;
    border-radius: 10px;
    background:var(--sari);
    width: 8px;
	height: 8px;
}
.nav-link{
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 2px;
}
.nav-item:hover .nav-link::before{
	content: '';
    position: absolute;
    left: 45%;
    bottom: -8px;
    border-radius: 10px;
    background:var(--sari);
    width: 8px;
	height: 8px;
}
header nav .btn{
	color: #000;
	font-family: var(--poppins);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 2px;
	border-radius: 25px;
	width: 146px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header h1{
	margin-top: 100px;
	color: var(--sari);
	font-family: var(--prompt);
	font-weight: 700;
	font-size: 64px;
	letter-spacing: 2px;
}
header .orta p{
	font-size: 15px;
	font-weight: 500;
	padding: 30px 180px;
	font-family: var(--poppins);
}
header .orta .btn{
	border: 1px solid var(--sari);
	color: var(--sari);
	background: transparent;
	width: 170px;
	height: 48px;
	font-family: var(--dm-sans);
	font-weight: 700;
	font-size: 18px;
	line-height: 31.5px;
	margin-top: 40px;
}
header .header-alt{
	display: flex;
    padding-left: 20px;
	align-items: center;
}
header .header-alt:not(:first-of-type){
    border-left:1px solid #ffffff40;
}
header .header-alt i{
	font-size: 70px;
	font-weight: 100;
}
header .header-alt p{
	font-family: var(--poppins);
	font-weight: 500;
	font-size: 20px;
	margin-left: 10px;
}
 .genel-baslik span{
	color: var(--sari);
	font-weight: 400;
	font-family: var(--prompt);
	font-size: 18px;
	letter-spacing: 3px;

}
 .genel-baslik h2{
font-family: var(--prompt);
font-weight: 700;
letter-spacing: -1.5px;
font-size: 48px;
margin: 30px 0px 100px 0px;
color: #fff;
}
.branslar .ortadizbaslik h4{
	color: #FFF;
	font-family: var(--prompt);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.branslar .ortadizbaslik p{
	color: #FFF;
font-family: var(--prompt);
font-size: 16px;
margin-top: 21px;
font-style: normal;
font-weight: 400;

}
.branslar .card{
	margin:0px 0px 25px 0px;
	border:none;
	border-radius: 10px;
	background-color:transparent;
}
.branslar .card-body{
	border-radius: 10px;
	height: 384px;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	color: #fff;
}
.branslar .card-body span{
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 3px;
}
.branslar .card-body p{
	font-weight: 700;
	font-size: 34px;
	letter-spacing: -0.5px;
}
.branslar .card-body:hover{
	opacity: .7;
}
.branslar .card-body .card-btn{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	color:#000;
}
.branslar .card .card-body.bir{
	background:url(../images/kickboks.png)  no-repeat center;
}
.branslar .card .card-body.bir.well{
	background:url(../images/ypilates.png)  no-repeat center;
}
.branslar .card .card-body.iki{
	background:url(../images/FitnessSpor.jpg)  no-repeat center;
}
.branslar .card .card-body.iki.well{
	background:url(../images/yyoga.png)  no-repeat center;
}
.branslar .card .card-body.uc{
	background:url(../images/fitness.png)  no-repeat center;
}
.branslar .card .card-body.uc.well{
	background:url(../images/ynefeg.png)  no-repeat center;
}
.branslar .card .card-body.dort{
	background:url(../images/crossfit.png)  no-repeat center;
}
.branslar .card .card-body.dort.well{
	background:url(../images/yvolbe.png)  no-repeat center;
}
.branslar .card .card-body.bes{
	background:url(../images/f-antrenman.png)  no-repeat;
}
.branslar .card .card-body.bes.well{
	background:url(../images/ytrekking.png)  no-repeat;
}
.branslar .boksor{
	position: relative;
}
.branslar .boksor::before{
content:'';
background:url(../images/kadin-boksor.png) no-repeat;

right: -130px;
bottom: 0;
width: 100%;
height: 100%;
position: absolute;

}
#nedenbiz{
	color:#fff;
	margin:120px 0px;
	position: relative;
}
#nedenbiz .nedenbizmobileresim{
	display: none;
}
#nedenbiz .genel-baslik{
	margin: 0px 0px -50px 0px;
	position: relative;
}
#nedenbiz .genel-baslik h2::after{
	content: '';
	position: absolute;
	bottom: 75px;
	left: 20px;
	width: 72px;
	height: 3px;
	background-color: var(--sari);
	
}
#nedenbiz .icon{
	padding: 0px 20px 20px 0px;
}
#nedenbiz .icerik h4{
font-family: var(--prompt);
font-size: 32px;
font-weight: 500;
line-height: normal;
}
#nedenbiz .ahref{
	color: #FFF;
	margin-top: 28px;
font-family: var(--prompt);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#nedenbiz .ahref:hover{
	color: var(--sari);
	opacity: .7;
	animation: all 1s;
}
#kart-basla .card{
	background: url(../images/cart-blog.png) no-repeat center center;
}
#kart-basla .card-text{
	color: #202020;
font-family: var(--prompt);
font-size: 18px;
font-style: normal;
font-weight: 600;
margin-bottom: 50px;
letter-spacing: 3px;
text-transform: uppercase;
}
#kart-basla .card-body .card-title{
	color: #202020;
	font-family: var(--prompt);
	font-size: 66px;
	font-style: normal;
	margin-bottom: 50px;
	font-weight: 600;
	letter-spacing: -1.5px;
}
#kart-basla .custom-image{
	margin-top: -100px;
	width: 229px;
height: 522px;
flex-shrink: 0;
}
#kart-basla .btn{
	color: #FFF;
text-align: center;
font-family: var(--dm-sans);
font-size: 18px;
font-style: normal;
border-radius: 6px;
background: #121212;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
padding: 12px 49px;;
}




#hakkimizda{
	margin-top: 230px;
}
#hakkmizda-ic .hakkimizdaic{
	display: none;
}
#hakkimizda .mobilehakkimizdasifir{
	display: none;
}
#hakkimizda .genel-baslik h2{
	margin-bottom:20px;
	color: #FFF;
font-family: var(--prompt);
font-size: 48px;
font-style: normal;
font-weight: 700;
}
#hakkimizda .genel-baslik p{
	color: #ADAEAE;
font-family: Prompt;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 183.333% */
}
#hakkimizda img{
	width: 100%;
}
#hakkimizda .btn{
    padding: 12px 49px;
    margin-top: 38px;
}
#paketler{
	margin-top: 150px;
}
#paketler h3{
	margin-bottom: 70px;
	color: #FFF;
font-family: var(--prompt);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#paketler .paket .paketbaslik{
	color: #FFF;
text-align: center;
/* Heading/h6 */
font-family: NEXT ART;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 166.667% */
}
#paketler .paket .fiyat{
	color: #FFF;
text-align: center;

/* Heading/h3 */
font-family: NEXT ART;
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
#paketler .paket .aciklama{
	color: #FFF;
text-align: center;
margin-top: 18px;
font-family: Commissioner;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
#paketler .paket .ay{
	color: #FFF;
text-align: center;


font-family: var(--commissioner);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; 
}
#paketler  hr{
	display: flex;
margin: 60px 0px;
flex-direction: column;
align-items: center;
gap: 40px;
background-color:   #FFF;
}
ul{
	
	list-style-position: inside !important;
	display:list-item;
list-style-position:outside;
}
#paketler ul li{
	color: #FFF;
font-family: var(--commissioner);
font-size: 20px;
font-style: normal;
font-weight: 400;
margin-bottom: 20px;
align-items: left;
}
#paketler ul li svg{
	margin-right: 20px;
}
.list-unstyled .aktif::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: 13px;
    border-radius: 10px;
    background-color: #FFF300;
}
.list-unstyled .ortaaktif::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: 13px;
    border-radius: 10px;
    background-color: #000;
}
#paketler .paket-kapsayici{
	border: 1px solid #ccc;
	padding:60px 40px;
}
#paketler .orta{
	background-color: #fff;
}
#paketler .orta .list-unstyled li{
	color: #000;
}
#paketler .orta hr{

background-color:   #000;
}
#paketler .joinbtn{
	color: #FFF;
margin-top: 40px;
font-family: var(--commissioner);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
display: flex;
padding: 16px 32px;
justify-content: center;
width: 170px;
align-items: center;
border-radius: 2px;
background: #FFF300;

}
footer{
	margin-top: 395px;
	color: #fff;
}
footer h3{
	color: #FFF;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: capitalize;
margin-bottom: 43px;
}
footer .ilk{
	color:#ffffff8c;
}
footer a{
	color: #FFF;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 2px;
text-transform: capitalize;
margin-right: 50px;
}
footer .btn{
	border-radius: 4px;
background: #FFC700;
color: #fff;
margin-right: 0px;
padding: 14px 32px;
}
footer hr{
	width: 100%;
height: 1px;
background-color: #fff;
flex-shrink: 0;
}
footer .icon a{
	margin-right: 24px;

	margin-top: 27px;
}
#slider {
	margin-top: 160px;
margin-left: 200px;
overflow: hidden;
color: #fff;
}
#slider .owl-item:nth-child(even) {

	margin-top: 100px !important;
  }


#slider .btn{
	padding: 12px 49px;
	margin-top: 20px;
}
#slider .genel-baslik h2{
	margin-bottom: 20px;
	margin-top: 70px;
}
#slider .genel-baslik{
	padding-top: 40px;
}
#slider .genel-baslik p{
	margin: 30px 0px;;
}
#slider .item .kutu span{
	color: #FFF2DF;
font-family: Roboto Condensed;
font-size: 18px;
font-style: normal;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
}
#slider .item .kutu h3{
	color: #FFF;
font-family: Prompt;
font-size: 34px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 94.118% */
letter-spacing: -0.5px;
}
#slider .item .kutu{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#egitmenler{
	color: #fff;
	margin-top: 100px;
}
#egitmenler span{
	color: var(--sari);
font-family: var(--prompt);
font-size: 18px;
font-style: normal;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
}
#egitmenler h3{
	margin-top: 27px;
font-family: var(--prompt);
font-size: 32px;
font-style: normal;
font-weight: 700;
letter-spacing: -1.5px;
}
#egitmenler img{
	width: 100%;
}
#egitmenler h4{
font-family: var(--prompt);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
position: absolute;
bottom: 40px;
left: 40px;
}
#egitmenler p a{
	color: #FFF300;
font-family: var(--prompt);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#egitmenler p a:hover{
	opacity: .7;
}
#hakkmizda-ic{
	margin-top: 126px;
}
#hakkmizda-ic h5 {
	color: #FFF;
font-family: var(--prompt);
font-size: 33px;
margin-top: 47px;
font-style: normal;
font-weight: 500;
line-height: 48px; /* 145.455% */
text-transform: capitalize;
}
#hakkmizda-ic h5 font{
	color: var(--sari);
}
#hakkmizda-ic p{
	margin-top: 51px;
	color: #FFF;
font-family: var(--poppins);
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
#sosyalmedya{
	margin-top: 250px;
}
#sosyalmedya h1{
	color: #FFF;
text-align: center;
font-family: var(--prompt);
font-size: 23px;
font-style: normal;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 0;
}
#sosyalmedya p{
	color: #FFF300;
font-family: Heebo;
font-size: 16px;
font-style: normal;
font-weight: 400;
padding: 0;
margin-bottom: 20px;
}


#egitimlerimiz{
	margin-top: 34px;
	color: #fff;
}
#egitimlerimiz .cart{
	display: flex;
    flex-flow: wrap;
	margin-top: 117px;
}
#egitimlerimiz .cart:nth-child(even) .order{
	order:2;
  }
  #egitimlerimiz .cart:nth-child(odd) .icerik{
	padding-left: 30px;
  }
#egitimlerimiz .cart h2{
font-family: var(--prompt);
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.96px;
text-transform: capitalize;
position: relative;
}
#egitimlerimiz .cart h2::after{
	content:'';
width: 170px;
height: 3px;
position: absolute;
bottom: -32px;
left: 0;
background: var(--sari);
}
#egitimlerimiz .cart p{
	margin-top:70px;
	color: var(--primary-3, #F2F2F2);
font-family: var(--prompt);
font-size: 18px;
font-style: normal;
font-weight: 400;
letter-spacing: 0.36px;
text-transform: capitalize;
}
#egitimlerimiz .egitmenlerimizbaslik h3{
	color: #FFF;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 56px; /* 140% */
margin-top: 63px;
}
#egitimlerimiz .egitmenlerimizbaslik p{
	color: #E9E9E9;

/* Paragraphs/Large/Default */
font-family: Inter ;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 160% */
margin-top: 20px ;
}
#egitimlerimiz .cart .btn{
	display: flex;
width: 160px;
margin-top: 20px;
padding: 18px 25px;
justify-content: center;
align-items: center;
gap: 10px;
color: var(--txt-1, #171717);
text-align: center;
font-family: Prompt;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 138.889% */
letter-spacing: 0.36px;
text-transform: capitalize;
}
#egitmenimiz{
	margin-top:139px;
	color: #fff;

}
#egitmenimiz .rect{
	clip-path: polygon(0 0%, 100% 10%, 91% 99%, 0% 100%);
	width: 410px;
	height: 120px;
	flex-shrink: 0;
	background: #fff;
	display: flex;
	align-items: center;
	margin-top: 35px;
	justify-content: center;
}
#egitmenimiz .rect font{
	    padding-left: 20px;
    width: 100%;
	color: #121212;
font-family: var(--prompt);
font-size: 36px;
font-style: normal;
font-weight: 700;
text-transform: capitalize;
}
#egitmenimiz .genel-baslik h2{
font-family: var(--prompt);
font-size: 32px;
font-style: normal;
font-weight: 700;
text-transform: capitalize;
margin: 0px 0px 100px 0px;
}
#egitmenimiz .genel-basli{
	position: relative;
}
#egitmenimiz .genel-baslik h2::after{
    content: '';
    position: absolute;
    top: 70px;
    left: 20px;
    width: 172px;

    height: 3px;
	background-color: var(--sari);	
}
#egitmenimiz .genel-baslik p{
	color: #FFF;
font-family: var(--prompt);
font-size: 20px;
font-style: normal;
font-weight: 700;
text-transform: capitalize;
}
#egitmenimiz .genel-baslik font{
	color: #666;
	font-size: 16px;
	font-weight: 400;
}
#egitmenimiz .genel-baslik .yazi::before{
	content: '';
	width: 45px;
height: 45px;
border-radius: 7px;
opacity: 0.5;
background: #121212;
display: inline-flex;
align-items: center;
margin-top: 25px;
margin-right: 55px;
}
#egitmenimiz  .kutular {
	margin-top:80px;
font-family: var(--prompt);
font-size: 18px;
font-style: normal;
font-weight: 400;
opacity: 1;
line-height: 25px; /* 138.889% */
letter-spacing: 0.36px;
text-transform: capitalize;
}
#ozgecmis h3{
	color: #FFF;
	font-family: var(--prompt);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.64px;
	text-transform: capitalize;
}
#ozgecmis{
	margin-top: 163px;
}
#ozgecmis h3::after{
    content: '';
    position: absolute;
    top: 70px;
    left: 20px;
    width: 172px;

    height: 3px;
	background-color: var(--sari);	
}
#ozgecmis p{
	margin-top: 63px;
	color:  #F2F2F2;
font-family: var(--prompt);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 138.889% */
letter-spacing: 0.36px;
text-transform: capitalize;

}
#fitnesdersi{
	margin-top: 160px;
}
#fitnesdersi .fitnesdersibas{
	display: flex;
}
#fitnesdersi .saga{
	margin-left: 20px;
}
#fitnesdersi .saga span{
	color: var(--sari);
font-family: var(--prompt);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 187.5% */
text-transform: capitalize;
}
#fitnesdersi .saga h3{
	margin-bottom: -16px;
	color: #FFF;
font-family: var(--prompt);
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}
#fitnesdersi .saga h3 font{
	color: var(--sari);
}
#fitnesdersi .paragrafbir{
	color: #FFF;
font-family: var(--prompt);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}
#fitnesdersi .paragrafiki{
	color: #FFF;
	font-family: var(--prompt);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px; /* 156.25% */
}
#iletisim{
	margin-top: 148px;
	color: #fff;
}
#iletisim .harita{
	width: 570px;
height: 335px;
flex-shrink: 0;
background: #fff;
}
#iletisim .yazibir{
	margin-top: 48px;
	color: #555;
font-family: var(--prompt);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

#iletisim  h3{
	color: #FFF;
font-family: var(--prompt);
font-size: 36px;
font-style: normal;
font-weight: 500;

margin-bottom: -12px;
line-height: normal;
}

#iletisim span{
	margin: 0px 34px 0px 0px;
	color: #555;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#iletisim .sosyal a svg{
	background-color: #ABC502;
	border-radius: 40px;
	width: 50px;
	padding: 10px;
height: 50px;
flex-shrink: 0;
margin-right: 20px;
}

#iletisim .form h2{
	color: #FFF;
font-family: var(--prompt);
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
#iletisim .form h2::after{
	content: '';
	position: absolute;
	top: 75px;
	left: 50px;
	width: 80px;
	height: 3px;
	background-color: var(--sari);
	
}
#iletisim .form form{
	margin-top: 99px;
}
#iletisim .form .form-group label{
	color:#555;

/* Menu */
font-family: var(--poppins);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#iletisim .form .form-control{
	border-radius: 1px;
}
#iletisim .form .btn{
	width: 190px;
height: 70px;
flex-shrink: 0;
color: #121212;

font-family: var(--poppins);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.navbar-dark .navbar-toggler{
	border:none;
}
  /* MODAL FADE LEFT RIGHT BOTTOM */
  .modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.modal-header{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    flex-direction: row-reverse;
    align-items: center;
	
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0.54);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.modal.right .modal-dialog {
	position:absolute;
	top:0;
	right:0;
	margin:0;

}

.modal.left .modal-dialog {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}

.modal.left .modal-dialog.modal-sm {
	max-width:300px;
	width: 100%;
	margin-left: 75px;
}

.modal.left .modal-content, .modal.right .modal-content {
	min-height:100vh;
	border:0;
}
.modal-body .btn{
	color: #FFF;
	display: flex;
	margin-left: -10px;
	background-color: transparent;
font-family: var(--plus-jakarta);
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 2px;
text-transform: capitalize;
}
.modal-body .btn.active{
	color: var(--sari);
}
/*Mobile Settings*/
.mobil-iletisim{
	display: none;
}
@media only screen and (max-width: 992px) {
	.header .navbar-brand{
		margin-left: 10px;
	}
	.header .border-bottom{
		border-bottom: 0px solid transparent !important;
	}
	.mobil-iletisim{
		display: block;
	}
	.navbar .btn{
		display: none;
	}
	header .bottom-content{
		display: none;
	}
	header .orta h1{
		color: #FFF300;
text-align: center;
text-shadow: 0px 0px 4px rgba(36, 0, 255, 0.25);
font-family: Prompt;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 18px;
letter-spacing: 1.08px;
	}
	header .orta p{
padding: 0px;	margin-top: 45px;
color: #FFF;
text-align: center;
text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
font-family: var(--prompt);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
	}
	header .orta .btn{
		margin-top: 94px;
	}
	#branslar .genel-baslik span{

font-size: 15px;

font-weight: 500;

	}
	.genel-baslik h2{

font-size: 42px;
font-style: normal;
font-weight: 700;
	}
	.branslar .boksor::before {
		content: '';
		background: url(../images/kadin-boksor.png) no-repeat;
		right: 0px;
		bottom: 0;
		width: 73%;
		height: 100%;
		position: absolute;
	}
	.branslar .card .card-body.bir{
		background:url(../images/kickboks1.png)  no-repeat center;
	}
	.branslar .card .card-body.bir.well{
	background:url(../images/ypilates1.png)  no-repeat center;
}
	.branslar .card .card-body.iki{
		background:url(../images/pilates1.png)  no-repeat center;
	}
		.branslar .card .card-body.iki.well{
		background:url(../images/yyoga1.png)  no-repeat center;
	}
	.branslar .card .card-body.uc{
		background:url(../images/fitness1.png)  no-repeat center;
	}
		.branslar .card .card-body.uc.well{
		background:url(../images/ynefeg1.png)  no-repeat center;
	}
	.branslar .card .card-body.dort{
		background:url(../images/crossfit1.png)  no-repeat center;
	}
		.branslar .card .card-body.dort.well{
		background:url(../images/yvolbe1.png)  no-repeat center;
	}
	.branslar .card .card-body.bes{
		background:url(../images/f-antrenman1.png)  no-repeat center;
	}
		.branslar .card .card-body.bes.well{
		background:url(../images/ytrekking1.png)  no-repeat center;
	}
	.branslar .card-body span{
		display: none;
	}
	#nedenbiz .nedenbizmobileresim{
		display: block;
	}
	#nedenbiz .nedenbizmobileresim img{
		width: 100%;
	}
	#nedenbiz .nedenbizresimbir{
		display: none;
	}
	#kart-basla{
		display: none;
	}
	#slider{
		margin-left: 0px;
		padding-left: 0px;
	}
	#slider .btn{
		display: none;
	}
	#slider .owl-item:nth-child(even) {

		margin-top: 0px !important;
	  }
	  #hakkimizda .mobilehakkimizdasifir{
		display: block;
	}
	#hakkimizda .mobilehakkimizdabir{
		display: none;
	}
	#paketler .paket-kapsayici {
		margin-top: 50px;
	}
	footer{
		margin-top: 150px;
	}
	footer a{
		display: flex;
		margin: 20px 18px;
	}
	footer .btn{
		padding: 8px 16px;
	}
	footer hr{
		display: none;
	}
	footer .footeralt{
		margin-left: 20px;
	}
	footer .icon a{
		display: contents;
	}
	footer .icon{
		margin-left: 20px;
	}
	#egitmenimiz .rect{
		width: 350px;
	}

	#hakkmizda-ic .hakkimizdaic{
		display: block;
	}
	#hakkmizda-ic .hakkimizdaic img{
		width: 100%;
		margin-top: 40px;
	}
	#hakkmizda-ic .hakkimizdadis{
		display: none;
	}
	#fitnesdersi .fitnesdersibas{
		display: block;
	}
	#fitnesdersi .fitnesdersibas svg{
		margin-left: -20px;
		margin-bottom: 30px;
	}
	#iletisim .harita{
		width: 100%;
	}
	#iletisim h3 {
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
	}
	#iletisim .sosyal a svg{
		width: 32px;
		padding: 5px;
		height: 32px;
	}
	#iletisim .form{
		padding: 0px  !important;
		margin:50px 0px 0px 0px;
	}
	#iletisim .form form{
		padding: 0px 20px  !important;
		margin-top: 50px;
	}
	#iletisim .form h2{
		margin-left: 20px;;
	}
	#iletisim .form h2::after {
		content: '';
		position: absolute;
		top: 75px;
		left: 20px;
		width: 80px;
		height: 3px;
		background-color: var(--sari);
	}
	#iletisim .form .form-group label{
		color:#fff;
  }
  #egitimlerimiz .cart:nth-child(even) .order{
	order:0;
  }
  #egitimlerimiz .cart .order img{
	width: 100%;
  }
  .header{
	background-image: url(../images/slide-bg-mobile.png);
  }
  .header.icsayfa{
	background-image: url(../images/slide-bg-mobile.png);
  }
  .branslar .card-body p{
	margin-left: 20px;
  }
  #sponsor .col-md-2{
	text-align: left !important;
	margin-top: 20px;
  }
  #sponsor .owl-stage{
	display: flex;
  }
  .rectangle .left-rectangle .content img{
	height: 70px;;
  }
  .rectangle .right-rectangle .content img{
	height: 78px;
  }
  .left-rectangle, .right-rectangle{
	flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
	justify-content: center;
	width: 100%;
  }
  .rectangle {
    width: 100vh;
    height: 100vh;
    display: flex;
	flex-direction: column ;
	transform: none;
    overflow: hidden;
	align-items: center;
}
.content{
	margin-left: 0px;
	transform: none;
}
.right-rectangle .content {
     margin-left: 0px; 
}
.button-container{
	width: 300px;
    height: 60px;
}
}
@media only screen and (max-width: 768px) {

  }