@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
*{
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	text-decoration:none;
	font-optical-sizing: auto;
}
*::-webkit-scrollbar{
	width: 8px;
}
*::-webkit-scrollbar-track{
	background-color: #d0d0d0; 
}
*::-webkit-scrollbar-thumb{
	background-color: #888; 
}
*::-webkit-scrollbar-thumb:hover{
	background-color: #555;
}
a{
	color: #000000;
	transition: 500ms all;
	cursor: pointer;
}
a:hover{
	color: #383838;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
	padding: 0;
}
textarea:focus, input:focus{
	outline: none;
}
img{
	width: 100%;
	vertical-align: middle;
	border-style: none;
}
body{
	padding: 0;
	margin:0;
	background-color: #ffffff;
	background-image: url(../images/plan2.png);
	background-position: bottom;
}
.loader{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: radial-gradient(#7ed6ea 56%, #5cbde1);
	display: flex;
	z-index: 55;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.loader .icc{
	width: 95%;
	max-width: 435px;
	text-align: center;
}
.loader p{
	font-size: 33px;
	font-weight: 900;
	color: #ffffff;
	text-shadow: 0 0 2px #2e96bb;
	opacity: 0.5;
}
.loader .alt{
	width: 75%;
	position: relative;
	border-bottom: solid 5px #3fb4db;
	padding-bottom: 1px;
	text-align: left;
	margin: -27px auto 15px;
}
.loader .alt:before{
	content: '\f192';
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	left: -16px;
	bottom: -12px;
	font-size: 20px;
	color: #3fb4db;
}
.loader .alt:after{
	content: '\f192';
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	right: -16px;
	bottom: -12px;
	font-size: 20px;
	color: #3fb4db;
}
.loader .alt img{
	width: 25%;
	/* min-width: 95px; */
	position: relative;
	left: 0;
}
.loader strong{
	margin: 25px 0 0;
	font-size: 19px;
	color: #ffffff;
	font-weight: 500;
}
.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 6;
}

.header .ust a {
	color: #f1eef8;
	font-size: 15px;
}
.header .ust{
	text-align: right;
	color: #ff656c;
	padding: 12px 30px;
	background-color: #1d231f;
	border-bottom-left-radius: 32px;
	border-bottom-right-radius: 32px;
}
.header .ust .sol{
	float: left;
}
.header .ust .sol li{
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}
.header .ust .sol li i{
	font-size: 15px;
	vertical-align: middle;
	margin-right: 5px;
}
.header .ust .sol li i a{}
.header .ust p{
	display: inline-block;
	margin-right: 5%;
	color: #ffffff;
	font-size: 14px;
}
.header .ust p i{
	font-size: 14px;
	margin-right: 4px;
	color: #ff656c;
}
.header .ust .sag{
	display: inline-block;
}
.header .ust .sag li{
	list-style-type: none;
	display: inline-block;
	margin: 0 11px;
}
.header .ust .sag li a{}
.header .alt{
	padding: 18px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.header .alt .logo{
	max-width: 195px;
	width: 100%;
	display: block;
	flex-shrink: 1;
}
.header .alt .logo img{}
.header .alt .menu{display: flex;flex-direction: row;align-items: center;}
.header .alt .menu li{
	list-style-type: none;
	margin: 0 17px;
	display: block;
}
.header .alt .menu li a{
	font-weight: 500;
	color: #030303;
	font-size: 15px;
}
.m_o_yok{
	display: none !important;
}
.header .alt .info_btn{
	min-width: 40px;
	height: 40px;
	background-color: #56bde5;
	border-radius: 50%;
	text-align: center;
	line-height: 41px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	margin: 0 10px;
	cursor: pointer;
}
.header .alt .ilet_btn{
	background-color: #f22d37;
	color: #ffffff;
	padding: 10px 25px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	line-height: 140%;
	font-size: clamp(12px,1vw,15px);
}
.header .alt .ilet_btn i{
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}
.mob_menu_ac{
	margin-left: auto;
	font-size: 25px;
	padding: 0 10px;
	line-height: 0;
	display: none;
}
.info_ss{
	position: fixed;
	width: 80%;
	max-width: 400px;
	height: 100%;
	background-color: #f2f8f5;
	padding: 30px;
	top: -110%;
	right: 0;
	transition: 250ms top;
	overflow: auto;
	z-index: 55;
}
.info_ss::-webkit-scrollbar{
	width: 0;
}
.info_ss img{
	max-width: 190px;
}
.info_ss hr{
	margin: 30px 0;
	border-color: #f1f1f1;
}
.info_ss strong{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 25px;
	display: block;
	color: #ff3c46;
}
.info_ss p{
	font-size: 16px;
	margin-bottom: 25px;
	color: #222222;
}
.info_ss .box{
	margin-bottom: 30px;
	padding: 0 0 0 60px;
	position: relative;
}
.info_ss .box i{
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #00adef;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
}
.info_ss .box small{
	font-size: 12px;
	line-height: 18px;
	display: block;
}
.info_ss .box .illt{
	font-size: 16px;
}
.info_ss_arka{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: -150%;
	transition: 1.5s left;
	cursor: crosshair;
	z-index: 54;
}

.slide{
	padding: 235px 0 60px;
	background-color: #f2f8f5;
	background-image: url(../images/slide-ici2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}
.slide .slide_ic{
	overflow: hidden;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: -1;
}
.slide .slide_ic:before,.slide .slide_ic:after{
	content: '';
	width: 308px;
	height: 308px;
	border-radius: 50%;
	filter: blur(150px);
	position: absolute;
	background: #63ab45;
	opacity: .6;
	top: 60%;
	left: 5%;
	z-index: -1;
}
.slide .slide_ic:after{
	background-color: #f7921e;
	top: 100px;
	left: unset;
	right: 30%;
	z-index: -2;
}
.slide .ilk_baslik{
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	font-family: "Sour Gummy", sans-serif;
	margin-bottom: 45px;
	color: #373737;
}

.slide .sinput_alan{
	width: 90%;
	max-width: 720px;
	display: table;
	margin: 0 auto;
	background-color: #f22d37;
	padding: 30px 30px 25px;
	border-radius: 15px;
	position: relative;
}
.slide .sinput_alan span{
	position: absolute;
	top: -15px;
	background-color: #18c067;
	padding: 5px 15px;
	font-size: 13px;
	border-radius: 40px;
	color: #ffffff;
}
.slide .sinput_alan span i{}
.slide .sinput_alan input{
	width: 85%;
	padding: 16px;
	border: unset;
	border-radius: 5px 0 0 5px;
	display: inline-block;
	font-size: 14px;
}
.slide .sinput_alan button{
	display: inline-block;
	width: 15%;
	padding: 8px 0;
	border: unset;
	border-radius: 0 5px 5px 0;
	min-height: 55px;
	cursor: pointer;
	font-size: 20px;
	vertical-align: middle;
	background-color: #37bff3;
	color: #ffffff;
}

.slide .sinput_alan .aranan{
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
	margin: 9px 0 0;
	padding: 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	border: solid 1px #f22d37;
	border-top: unset;
	display: block;
	max-height: 394px;
	overflow: auto;
}
.slide .sinput_alan .ust{
	font-size: 15px;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
}
.slide .sinput_alan .araKutu{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 15px 0;
	padding: 0 8px;
	cursor: pointer;
	min-width: 0;
}
.slide .sinput_alan .araKutu .resim{
	width: 15%;
}
.slide .sinput_alan .araKutu .resim img{}
.slide .sinput_alan .araKutu .text{
	width: 85%;
	padding-left: 15px;
}
.slide .sinput_alan .araKutu .text small{
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #f22d37;
}
.slide .sinput_alan .araKutu .text strong{
	font-size: 16px;
	margin: 4px 0;
	display: block;
	font-weight: 600;
	line-height: 21px;
}
.slide .sinput_alan .araKutu .text p{
	font-size: 14px;
	color: #148dbc;
	font-weight: 500;
}

.slide .otobus{
	width: 280px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.slide .otobus:before{
	content: '';
	width: 69.1%;
	height: 40.3%;
	bottom: 3.3%;
	left: 14%;
	background-image: url(../images/bus-far.png);
	z-index: 1;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	animation: ac_kapa 3s linear 1s infinite;
}
@keyframes ac_kapa{
	0%, 2% { opacity: 0; } 3%, 4% { opacity: 1; } 5%, 6% { opacity: 0; } 7%, 8% { opacity: 1; } 9%, 100% { opacity: 0; }
}
.slide .sticker{
	width: 150px;
	position: absolute;
	top: 44%;
	left: 14%;
	z-index: -1;
	animation: git_gel 5s linear 1s infinite;
}
@keyframes git_gel{
	0%{ transform: translateX(0%); }
	25%{ transform: translateX(-5%); }
	50%{ transform: translateX(5%); }
	80%{ transform: translateX(-5%); }
	100%{ transform: translateX(0%); }
}

.ana_cift{
	padding: 75px 0 50px;
}
.ana_cift small{
	display: table;
	margin: 0 auto 6px;
	font-size: 13px;
	background-color: #37bff3;
	line-height: 100%;
	padding: 6px 15px 6px;
	color: #ffffff;
	border-radius: 35px;
}
.ana_cift h1{
	display: block;
	text-align: center;
	margin: 10px 0 35px;
	font-weight: 700;
	font-size: 33px;
	line-height: 39px;
}
.ana_cift h1 span{
	color: #f22d37;
}

.ana_cift .dis {
	overflow: hidden;
	border-radius: 25px;
	background: #76d9ff;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 280px;
}
.ana_cift .text{
	width: 50%;
	padding: 5%;
	line-height: 1.7rem;
	position: relative;
	z-index: 1;
}
.ana_cift .text strong{
	/* font-size: 24px; */
	color: #ffffff;
	font-weight: 600;
	font-size: clamp(16px,2vw,24px);
}
.ana_cift .text p{
	font-weight: 400;
	display: block;
	margin: 12px 0 20px;
	font-size: clamp(13px,2vw,18px);
	line-height: 130%;
	color: #1e1e1e;
}
.ana_cift .text a{
	background-color: #3ec0f2;
	color: #ffffff;
	line-height: 100%;
	padding: 10px 10px 10px 20px;
	font-size: 0.8rem;
	font-weight: 600;
	border-radius: 45px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

a {}
.ana_cift .text a i{
	font-size: 9px;
	min-width: 30px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #ea2e38;
	margin-left: 11px;
	vertical-align: middle;
}
.ana_cift .resim{
	width: 50%;
	height: 100%;
	overflow: hidden;
	-webkit-mask: url(../images/mask.svg);
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: cover;
	mask-size: cover;
	position: relative;
	position: absolute;
	right: 0;
	top: 0;
}
.ana_cift .resim img{
	height: 100%;
	object-fit: cover;
}
.ana_cift .sagda{
	background-color: #ff646c;
}
.ana_cift .sagda .resim{
	-webkit-mask: url(../images/mask2.svg);
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: cover;
	mask-size: cover;
	right: unset;
	left: 0;
	flex: 1;
}
.ana_cift .sagda .text{
	margin-left: auto;
}
.ana_cift .sagda .text a{
	background-color: #f0454e;
}

.ana_gorunum{
	padding: 35px 0;
	overflow: hidden;
}
.ana_gorunum  .owl-stage-outer {
	overflow: visible !important;
}
.ana_gorunum .baslik{
	margin-bottom: 27px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 40px;
	flex-direction: row;
	justify-content: space-between;
}
.ana_gorunum .baslik h1,.ana_gorunum .baslik h2{
	font-size: 27px;
	color: #0eb3f1;
	font-weight: 600;
	line-height: 100%;
	margin-right: auto;
}
.ana_gorunum .baslik .btn_alan{
	display: inline-block;
}
.ana_gorunum .baslik .btn_alan button{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 1px #ed1a25;
	background-color: unset;
	color: #0eb3f1;
	line-height: 48px;
	margin: 0 4px;
	cursor: pointer;
	transition: 500ms background-color;
	font-size: 15px;
}

.ana_gorunum .baslik .btn_alan button:hover {
	background-color: #d2f3ff;
}

.tur_kutu{
	background-color: #ffffff;
	box-shadow: 0 0 14px #f2f2f2;
	padding: 17px;
	border-radius: 15px;
}
.tur_kutu .resim{
	border-radius: 13px;
	overflow: hidden;
	height: 260px;
	position: relative;
}
.tur_kutu .resim img{
	height: 100%;
	object-fit: cover;
}
.tur_kutu .resim .sayac{
	position: absolute;
	background-color: #ff3b00;
	bottom: 0;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 21px 21px 0 0;
	padding: 12px 20px 9px;
	line-height: 110% !important;
	font-size: 14px !important;
	text-align: center;
	color: #ffffff !important;
	font-weight: 500;
	margin: 0  !important;
}
.tur_kutu .text{
	padding: 13px;
}
.tur_kutu .text small{
	font-size: 14px;
	font-weight: 500;
	color: #3a3a3a;
	margin: 9px 0 15px;
	display: inline-block;
}
.tur_kutu .text .basliks{
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	display: block;
	margin: 0 0 18px;
}
.tur_kutu .text .alt{
	padding: 23px 0 0;
	border-top: solid 1px #ddd;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.tur_kutu .text .alt strong{
	font-size: 22px;
	color: #212121;
	font-weight: 700;
	margin-right: auto;
}
.tur_kutu .text .alt .detay{
	font-size: 11px;
	font-weight: 600;
	border: solid 1px #00adef;
	padding: 10px 10px 9px 15px;
	border-radius: 55px;
}

.tur_kutu .text .alt .detay i {
	background-color: #ff3b00;
	font-size: 8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	color: #ffffff;
	vertical-align: text-top;
	margin-left: 6px;
}

.ana_kurumsal{
	padding: 50px 0 80px;
}
.ana_kurumsal .resim{
	position: relative;
}
.ana_kurumsal .resim .bir{
	max-width: 529px;
}
.ana_kurumsal .resim .iki{
	width: 262px;
	position: absolute;
	bottom: -65px;
	right: 44px;
	border: solid 15px #ffffff;
}
.ana_kurumsal .text{}
.ana_kurumsal .text h3{
	font-size: 43px;
	line-height: 120%;
	text-indent: -8px;
}
.ana_kurumsal .text > p{
	margin: 20px 0;
	font-size: 17px;
	color: #5f5f5f;
	line-height: 28px;
}
.ana_kurumsal .text .cift_kutu{
	padding: 20px 10px 35px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 35px;
}
.ana_kurumsal .text .cift_kutu div{
	display: inline-block;
	width: 49%;
	position: relative;
	padding-left: 67px;
}
.ana_kurumsal .text .cift_kutu div strong{
	font-size: 19px;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.ana_kurumsal .text .cift_kutu div p{
	font-size: 16px;
	padding-left: 5px;
	line-height: 23px;
	color: #4a4a4a;
}
.ana_kurumsal .text .cift_kutu div i{
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35px;
	color: #56bde5;
}
.ana_kurumsal .text .kurumsal_btn{
	background-color: #ff3b00;
	color: #ffffff;
	padding: 9px 12px 9px 30px;
	display: inline-block;
	border-radius: 35px;
	font-weight: 600;
	font-size: 17px;
}
.ana_kurumsal .text .kurumsal_btn i{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #ffffff;
	text-align: center;
	line-height: 35px;
	color: #ff3b00;
	margin-left: 10px;
}

.sayfa_ust{
	background-color: #f2f8f5;
	padding: 202px 0 8px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.sayfa_ust:before,.sayfa_ust:after{
	content: '';
	width: 160px;
	height: 160px;
	border-radius: 50%;
	filter: blur(150px);
	position: absolute;
	background: #63ab45;
	opacity: .6;
	top: 60%;
	left: 65%;
	z-index: -1;
}
.sayfa_ust:after{
	background-color: #f7921e;
	top: 100px;
	right: 46%;
	left: unset;
	z-index: 1;
}
.sayfa_ust h1{font-size: 30px;color: #1f1f1f;}

.barCerceve{
	display: flex;
	flex-direction: row;
	width: 100%;
}
.sayfa_ust .solBar,.ic_sayfa .solBar{
	width: 310px;
	padding: 10px;
}
.sayfa_ust .sagBar,.ic_sayfa .sagBar{
	flex: 1;
	padding: 10px;
	padding-left: 15px;
}

.ic_sayfa .yan_menu{
	background-color: #fbfbfb;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 0 14px rgba(0,0,0,0.1);
	margin-top: -75px;
	position: relative;
	z-index: 5;
}
.ic_sayfa .yan_menu:before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #d0d3d0;
	position: absolute;
	left: 0;
	top: 55px;
	z-index: -1;
}
.ic_sayfa .yan_menu p{
	font-size: 28px;
	line-height: 28px;
	text-indent: 15px;
	color: #47bbe8;
	background-color: #fbfbfb;
	display: inline-block;
	margin-bottom: 19px;
	padding: 0 15px;
	font-family: 'Lilita One', sans-serif;
	letter-spacing: 1px;
}
.ic_sayfa .yan_menu .link{
	padding: 0 13px;
}
.ic_sayfa .yan_menu .link a{
	display: block;
	padding: 14px 14px 14px 40px;
	border-bottom: dashed 2px #9aaea1;
	font-size: 14px;
	font-weight: 600;
	color: #4c4c4c;
	letter-spacing: 0.5px;
	position: relative;
	transition: 500ms all;
}
.ic_sayfa .yan_menu .link a:before{
	content: '\f101';
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 100%;
}
.ic_sayfa .yan_menu .link a:hover,
.ic_sayfa .yan_menu .link .activ{
	color: #f22d37;
	padding-left: 50px;
}
.ic_sayfa .yan_menu .link .activ:before{
	left: 25px;
}
.ic_sayfa .ym_alt{
	min-height: 181px;
	background-color: #e6e6e6;
	margin: 20px 0;
	border-radius: 12px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.ic_sayfa .ym_alt:before{
	content: '';
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, #193c4a, rgba(0, 0, 0, 0));
	position: absolute;
	left: 0;
	top: 0;
}
.ic_sayfa .ym_alt > p{
	position: absolute;
	bottom: 30px;
	width: 80%;
	left: 10%;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}
.ic_sayfa .info{
	padding: 6px 0 12px 9px;
	border-bottom: solid 1px #ddd;
}
.ic_sayfa .info a{
	font-size: 14px;
	vertical-align: text-top;
}
.ic_sayfa .info a:last-child{
	color: #f22d37;
}
.ic_sayfa .icerik{
	padding: 30px 0px;
}
.ic_sayfa .icerik p{
	font-size: 0.95rem;
	margin: 15px 0;
	line-height: 1.6;
	color: #333333;
}
.ic_sayfa .icerik h2,
.ic_sayfa .icerik h3,
.ic_sayfa .icerik h4,
.ic_sayfa .icerik h5{
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0;
	line-height: 1.6;
}
.ic_sayfa .icerik ul{
	margin: 10px 0 10px 35px;
}
.ic_sayfa .icerik ul li{
	font-size: 16px;
	margin: 10px 0;
	line-height: 1.6;
}

.kurumsal_sayfa .icerik img{
	border-radius: 15px 15px 0 0;
}
.kurumsal_sayfa .icerik .cizgi{
	border-bottom: solid 1px #dddddd;
	padding: 14px;
}

.turlar_sayfa .col-4{
	padding: 12px;
}
.kate_kutu{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	cursor: pointer;
}
.kate_kutu .resim{
	height: 0;
	padding-bottom: 80%;
	position: relative;
}
.kate_kutu .resim img{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
}
.kate_kutu .baslik{
	padding: 15px;
	display: block;
	border-radius: 10px;
	margin-top: -18px;
	background-color: #ffffff;
	color: #363636;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.kate_sayfa .tur_kutu .resim{
	height: 262px;
}
.kate_sayfa .tur_kutu .text{
	padding: 10px 0;
}
.kate_sayfa .tur_kutu .text .basliks{
	font-size: 19px;
	line-height: 1.6rem;
}
.kate_sayfa .tur_kutu .text .alt .detay{padding: 5px 5px 6px 10px;line-height: 100%;font-size: 12px;}

.detay_sayfa .detay_ic{
	display: flex;
	flex-wrap: wrap;
}
.detay_sayfa .UG_dis{
	position: relative;
}
.detay_sayfa .UG_dis .cikis_text{
	display: inline-block;
	font-size: 13px;
	background-color: #31a8d6;
	line-height: 19px;
	padding: 4px 17px;
	border-radius: 40px;
	color: #ffffff;
	position: absolute;
	top: -4px;
	left: 40px;
	z-index: 2;
}
.detay_sayfa .urunGaleri{
	border-radius: 15px;
	overflow: hidden;
}
.detay_sayfa .urunGaleri .owl-nav{background-color: #ffffff;position: absolute;bottom: 0;right: 0;padding: 14px 12px 0;border-top-left-radius: 20px;}
.detay_sayfa .urunGaleri .owl-nav:before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: -20px;
	background-color: rgba(0,0,0,0);
	width: 20px;
	height: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 6px 6px 0 6px #fff;
}
.detay_sayfa .urunGaleri .owl-nav button{
	width: 40px;
	height: 40px;
	border: solid 1px #31a8d6;
	border-radius: 50%;
	margin: 0 4px;
	font-size: 13px;
	line-height: 40px;
	color: #f22d37;
}
.detay_sayfa .detay_inf{
	padding: 15px 5px;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 15px;
}
.detay_sayfa .detay_inf .tarih{
	float: left;
	background-color: #f22d37;
	color: #ffffff;
	padding: 8px 25px;
	font-size: 14px;
	font-weight: 300;
	line-height: 100%;
	border-radius: 15px;
}
.detay_sayfa .detay_inf .paylas{
	float: right;
}
.detay_sayfa .detay_inf .paylas a{
	font-size: 20px;
	margin: 0 5px;
	color: #5a5a5a;
}
.detay_sayfa .dahil_alan ul{
	display: inline-block;
	max-width: 50%;
	vertical-align: top;
}
.detay_sayfa .dahil_alan ul li{
	list-style-type: none;
	position: relative;
	padding: 0 0 0 40px;
}
.detay_sayfa .dahil_alan ul li i{
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.detay_sayfa .dahil_alan .dahil_evet i{
	color: #07e507;
}
.detay_sayfa .dahil_alan .dahil_hayir i{
	color: #ff0000;
}
.detay_sayfa hr{
	margin: 25px 0;
	display: block;
	border: solid 1px #e6e6e6;
}
.detay_sayfa .sag_alan{
	padding: 25px;
	border: solid 1px #dddddd;
	border-radius: 15px;
	background-color: #ffffff;
	position: relative;
}
.detay_sayfa .sag_alan strong{
	font-size: 23px;
	line-height: 120%;
}
.detay_sayfa .sag_alan .baslik i{
	position: absolute;
	right: 0;
	width: 35px;
	height: 35px;
	background: #56bde5;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 6px;
	display: none;
	cursor: pointer;
}
.detay_sayfa .sag_alan .fiyat{
	font-size: 16px;
	margin: 16px 0;
	color: #f22d37;
}
.detay_sayfa .sag_alan .input_dis{}
.detay_sayfa .sag_alan .input_dis label{
	display: block;
	font-size: 15px;
	margin-bottom: 4px;
}
.detay_sayfa .sag_alan .input_dis input,
.detay_sayfa .sag_alan .input_dis textarea,
.detay_sayfa .sag_alan .input_dis select{
	width: 100%;
	padding: 7px;
	border: solid 1px #c6c6c6;
	border-radius: 5px;
}
.detay_sayfa .sag_alan .input_dis textarea{}
.detay_sayfa .sag_alan .input_dis button{
	display: block;
	width: 100%;
	padding: 10px 8px 8px;
	font-size: 13px;
	text-transform: uppercase;
	border: unset;
	background-color: #f22d37;
	color: #ffffff;
	font-weight: 500;
	border-radius: 5px;
	cursor: pointer;
}
.detay_sayfa .diger_tur{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tur_takvim_sayfa h2{
	font-size: 26px !important;
	margin: 0 0 14px !important;
	display: block;
}
.tur_takvim_sayfa table{
	width: 100%;
	margin: 0 auto 25px;
	border-spacing: 0;
	border-collapse: collapse;
}
.tur_takvim_sayfa table tr{
	border-bottom: solid 1px #b3b3b3;
}
.tur_takvim_sayfa table tr td:first-child{
	width: 200px;
	word-wrap: break-word;
	white-space: break-spaces;
}
.tur_takvim_sayfa table th{
	padding: 10px;
	background-color: #faeff1;
	letter-spacing: 1px;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
}
.tur_takvim_sayfa table td{
	padding: 5px 7px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #333;
	text-align: center;
	white-space: nowrap;
	font-weight: 500;
}
.tur_takvim_sayfa table td img{
	width: 55px;
}
.tur_takvim_sayfa table td a{
	color: #ff0000;
}
.tur_takvim_sayfa table tbody tr:nth-child(odd){
	background-color: #ffffff;
}
.tur_takvim_sayfa table tbody tr:nth-child(even){
	background-color: #f7f7f7;
}


.iletisim_sayfa .ust_yazi{
	padding: 11px;
	border-bottom: solid 1px #b5b5b5;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
}
.iletisim_sayfa .ust_yazi{
	padding: 11px;
	border-bottom: solid 1px #b5b5b5;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 23px;
}
.iletisim_sayfa .ust_yazi small{
	font-size: 16px;
	position: relative;
	top: -3px;
	font-weight: 400;
}
.iletisim_sayfa .bilgi_alan{
	position: relative;
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
}
.iletisim_sayfa .bilgi_alan i{
	position: absolute;
	left: 10px;
	background-color: #3fa5cc;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.iletisim_sayfa .sosyal_alan{
	margin: 0 !important;
}
.iletisim_sayfa .sosyal_alan li{
	list-style-type: none;
	float: left;
	margin-right: 25px !important;
}
.iletisim_sayfa .sosyal_alan li a{
	font-size: 25px;
	color: #fd3939;
}
.iletisim_sayfa .harita_alan{
	margin-top: 15px;
}

.footer_ust{
	padding: 45px 0;
	background-color: #f4fff7;
}
.footer_ust .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer_ust img{
	max-width: 285px;
	display: block;
	margin: 0 auto;
}
.footer_ust .destek_kart{
	text-align: left;
}
.footer_ust .sagdan{
	text-align: right;
}
.footer_ust .destek_kart .baslik{
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.footer_ust .destek_kart p{
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	max-width: 360px;
	display: inline-block;
}
.footer_ust .destek_kart .mail{
	display: block;
	font-size: 14px;
	color: #007bff;
	margin-bottom: 6px;
	text-decoration: none;
}
.footer_ust .destek_kart .tel{
	display: block;
	font-size: 22px;
	color: #ff4545;
	font-weight: 600;
	text-decoration: none;
	margin-top: 13px;
}
.footer_ust .destek_kart ul{
	margin-top: 22px;
}
.footer_ust .destek_kart ul li{
	display: inline-block;
}
.footer_ust .destek_kart ul li i{
	font-size: 29px;
	margin: 0 5px;
	cursor: pointer;
	color: #ff4545;
}
.footer_referans{
	padding: 30px 0;
	box-shadow: 0 0 14px #e9e9e9;
}
.footer_referans img{
	max-height: 55px !important;
	width: auto !important;
	display: block !important;
	margin: 0 auto !important;
}
.footer{
	min-height: 200px;
	color: #ffffff;
	background-color: #ec565a;
	overflow: hidden;
}
.footer a{
	color: #ffffff;
}
.footer span{
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 25px;
	display: block;
	letter-spacing: 1px;
}
.footer .sol{
	padding: 50px 0;
}
.footer .sol p{
	font-size: 15px;
	line-height: 22px;
	max-width: 240px;
}
.footer .sol ul li{
	list-style-type: none;
	margin-bottom: 12px;
}
.footer .sol ul li a{
	color: #ffffff;
}
.footer .sol ul li a:hover{
	color: #fff;
}
.footer .sol .col-12{
	margin-top: 55px;
}
.footer .sag{
	min-height: 455px;
	background-color: #333;
	padding: 50px 35px 50px 50px;
	position: relative;
	z-index: 1;
}
.footer .sag:before{
	content: '';
	position: absolute;
	width: 365%;
	height: 100%;
	background-color: #333;
	left: 0;
	top: 0;
	z-index: -1;
}
.footer .sag ul{
	margin-bottom: 30px;
}
.footer .sag ul li{
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 23px;
}
.footer .sag ul li a{
	color: #808080;
	font-size: 15px;
}
.footer .sag ul li small{
	color: #fff;
	font-size: 15px;
}
.footer .sosyal{
	margin-bottom: 25px;
}
.footer .sosyal a{
	color: #fff;
	display: inline-block;
	font-size: 18px;
	background-color: #252525;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	margin-right: 5px;
}
.footer p strong{
	font-size: 18px;
	font-weight: 600;
}
.bykara{
	color: #b2b2b2;
	display: block;
	margin-top: 18px;
	font-size: 12px;
	position: relative;
}
.bykara:before{
	content: 'BY KARA İNTERAKTİF';
	position: absolute;
	background-color: #333;
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #9a9a9a;
}


@media only screen and (max-width: 1025px){

}
@media only screen and (max-width: 950px){
	.header .ust p{
		display: none;
	}
	.header .alt .menu{
		position: absolute;
		width: 100%;
		height: auto;
		background-color: #ed4c53;
		display: block;
		top: 104%;
		left: -150%;
		align-items: unset;
		padding: 32px;
		transition: 500ms left;
		z-index: 5;
	}
	.header .alt .menu li{
		padding: 10px 10px 10px 44px;
		text-transform: uppercase;
		border-bottom: dashed 1px #c1262d;
		position: relative;
	}
	.header .alt .menu li:before{
		content: '\f101';
		font-family: 'Font Awesome 6 Free';
		position: absolute;
		left: 10px;
		top: 15px;
		color: #ab1e24;
	}
	.header .alt .menu li a{
		color: #ffffff;
	}
	.mob_menu_ac{
		display: block;
	}
	.slide{
		padding: 235px 0 120px;
	}
	.slide .sinput_alan{
		opacity: 0.93;
	}
	.slide .sticker{
		top: unset;
		bottom: 7%;
		left: 4%;
	}
	.ana_kurumsal .resim .iki{
		bottom: 0;
		right: 28%;
	}
	.sayfa_ust .solBar, .ic_sayfa .solBar{
		width: 290px;
	}
	.detay_sayfa .mobilde_sol{
		order: -1;
	}
	.detay_sayfa .sag_alan .baslik{
		display: block;
		width: 100%;
		position: relative;
		padding-right: 37px;
	}
	.detay_sayfa .sag_alan .baslik i{
		display: block;
	}
	.detay_sayfa .sag_alan .fiyat{
		margin-bottom: unset;
	}
	.detay_sayfa .sag_alan .form_alan{
		overflow: hidden;
		max-height: 0;
		transition: 500ms all;
	}
}
@media only screen and (max-width: 845px){

}
@media only screen and (max-width: 768px){
	.slide .otobus{
		width: 260px;
	}
	.ana_kurumsal .resim .iki{
		right: 0;
		border: solid 10px #ffffff;
		border-bottom: unset;
		width: 240px;
	}
	.barCerceve{
		display: grid;
	}
	.sayfa_ust .solBar{
		display: none;
	}
	.ic_sayfa .solBar{
		order: 2;
		width: 100%;
	}
	.sayfa_ust .sagBar, .ic_sayfa .sagBar{
		padding: 10px;
	}
	.ic_sayfa .yan_menu{
		margin: 0;
	}
	.ic_sayfa .ym_alt{
		min-height: 240px;
	}
}
@media only screen and (max-width: 620px){
	.tur_kutu .resim{
		height: 205px;
	}
}
@media only screen and (max-width: 570px){
	.header .ust .sol li{
		width: 25px;
		height: 25px;
		overflow: hidden;
		position: relative;
	}
	.header .ust .sol li a{
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
	}
}
@media only screen and (max-width: 550px){
	.header .alt .ilet_btn{
		display: none;
	}
	.m_o_yok{
		display: block !important;
	}
	.slide .otobus{
		right: -12%;
		top: unset;
		bottom: 6%;
		width: 235px;
	}
	.ana_gorunum .baslik{
		padding: 0 20px;
	}
	.ana_gorunum .baslik .btn_alan{
		width: 50px;
	}
	.ana_gorunum .baslik .btn_alan button{
		margin: 4px 0;
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.ana_gorunum .baslik .btn_alan .custom-next{
		position: relative;
		right: -16px;
		top: -8px;
	}
	.ana_kurumsal .text .cift_kutu div{
		width: 100%;
		margin-bottom: 35px;
	}
	.footer_ust img{
		margin: 0 auto 15px;
	}
}
@media only screen and (max-width: 475px){

}
@media only screen and (max-width: 440px){

}
@media only screen and (max-width: 375px){
	.header .alt .logo{
		max-width: 140px;
	}
	.header .ust .sol li:last-child{
		display: none;
	}
	.sayfa_ust{
		padding-top: 170px;
	}
	.slide {
		padding: 180px 0 134px;
	}
}