@import "menu.css";

body {

	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #777;
	background-color: #f7f8f9;
}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
container{
	max-width: 1400px
}
ul{
	list-style: none;
}

a{
	text-decoration: none;
}

/* UST */

/* genel kullanım css */


.beyaz{
	background-color: #fff;
}
.gri{
	background-color: #eef0f4;
}

/* genel kullanım css */


.boyut{
	padding-top: 80px;
}

.baslikh1{
	font-size: 28px;
}

.linkl{
	font-size: 18px;
	color: #00a0e3;
		-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.linkl:hover{
	font-size: 18px;
	color: #00364c;
		-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* FOOTHER */
#footer ul{
	margin: 0;
	padding: 0;
}
.ilet-c{
	display: flex;
}
.social-ul{
	margin: 0;
	padding: 0;
}
.social-ul li{
	list-style: none;
	display: inline-block;
	color: #34295a;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 15px;
}
.social-ul li:hover{
	color: #ec4f4f;
}
.ilet-icon{
	color: #34295a;
}
.tel{
	color: #34295a;
	font-size: 16px;
}
.tel:hover{
	color: #ec4f4f;
}

.mail-s{
	color: #34295a;
}
.mail-s:hover{
	color: #ec4f4f;
}

.alt-menu-baslik{
	font-size: 24px;
	font-weight: 500;
	color: #34295a!important;
}
.menu-link li{
	margin-top: 4px;
	color: #34295a;
}
.menu-link li:hover{
	color: #ec4f4f;
}
/* FOOTHER */

/* SLİDER */
.item{
	background-position: center center;
	background-size: cover;
}
.slider-baslik-h1{
	color: #ec4f4f;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin: 0px;
}
.slider-baslik-h2{
	color: #34295a;
	font-size: 48px;
	font-weight: 800;
	font-family: 'Poppins', sans-serif;
}
.slider-baslik-p{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

/* SLİDER */

.s-p {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* HİZMETLER */
.hizmet-bloc{
	background-color: #fff;
	padding: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hizmet-bloc:hover{
	padding: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 12.5px 10px rgb(0 0 0 / 3%), 0 100px 80px rgb(0 0 0 / 3%);
}

.hizmetler-index h2{
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	color: #34295a;
}
.hizmet-link{
	color: #ec4f4f;
}
.hizmet-link:hover{
	color: #34295a;
}
.hizmet-link::after{
	content: url("../img/ok2.png");
	margin-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hizmet-link:hover::after{
	content: url("../img/ok3.png");
	margin-left: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* HİZMETLER */

.kapsafotovideo{
	position: relative;
}
.videoiconprofil{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background-color: #00a0e2;
	margin-top: -110px;
	margin-left: 35px;
}
.pulse
{
	width: 80px;
	height: 80px;
	background: #ec4f4f;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 100px;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	animation: animate 3s linear infinite;
}

@keyframes animate
{
	0%
	{
		box-shadow: 0 0 0 0 rgba(236, 79, 79, .7),  0 0 0 0 rgba(236, 79, 79, .7);
	}

	40%
	{
		box-shadow: 0 0 0 50px rgba(236, 79, 79, .0),  0 0 0 0 rgba(236, 79, 79, .7);
	}

	80%
	{
		box-shadow: 0 0 0 50px rgba(255,109,74,.0),  0 0 0 30px rgba(255,100,74,.0);
	}

	100%
	{
		box-shadow: 0 0 0 0 rgba(236, 79, 79, .0), 0 0 0 30px rgba(236, 79, 79, .0);
	}
}

.detay-btn{
	background-color: #ec4f4f;
	padding: 12px 20px;
	color: #fff;
	border: none;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.detay-btn::after{
	content: url("../img/ok.png");
	margin-left: 10px;
}
.detay-btn:hover{
	background-color: #34295a;
	padding: 12px 30px;
	color: #fff;
	border: none;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.section-kimdir h3{
	font-size: 38px;
	font-family: 'Poppins', sans-serif;
	color: #34295a;
	font-weight: 700;
}

.section-kimdir span{
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color: #ec4f4f;
	display: inline-block;
	margin-bottom: 15px;
}

#section-yorum h4{
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
	color: #34295a;
	font-weight: 700;
}

#section-yorum span{
		font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #34295a;
}

.yorum-con{
	max-width: 800px;
}
#section-yorum p::after{
	content: url("../img/quote-left.png");
	margin-left: 30px;
}

#section-yorum p::before{
	content: url("../img/quote-right.png");
	margin-right: 30px;
}



.item-y{
display: inline-block;
padding: 60px 120px;
}

#section-randevu{
	background-image: url("../img/bg.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 80px;
}
#section-randevu span{
	color: #fff;
	display: block;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
#section-randevu H4{
	color: #fff;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}



.cevremici{
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: #777;
}

.cevremici:hover{
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: #34295a;
}
.emineozcan{
	color: #34295a;
	font-size: 15px;
}

.adres-bg {
    background-color: #fff;
    height: 100%;
    padding: 30px 30px;
}

.tel-s A{
	text-decoration: none;
	color: #000;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tel-s A:hover{
	text-decoration: none;
	font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.malto{
		color: #00a0e2!important;
		font-size: 18px;
		    -webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.malto:hover{
		color: #00364c!important;
		font-size: 18px;
		    -webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

























































































	/*MEDIA QUERY*/
	@media (min-width: 0px) and (max-width: 575.98px) { 
.baslikh1{
	font-size: 18px;
}
.boyut{
	padding-top: 40px;
}
	}


	@media (min-width: 767.98px) and (max-width: 991.98px) {
	.mb-sm{
		margin-bottom: 15px;
	}
		.hizmet-bloc{
		margin-bottom: 20px;
	}
			.item-y{
padding: 60px 15px;
}
	}
	@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}	

	@media (min-width: 991.98px) and (max-width: 1199.98px) { 

}

	@media (min-width: 1199.98px) and (max-width: 1399.98px) {


	}
	@media (min-width: 1199.98px){

	}
	/*MEDIA QUERY*/