/* --------------------------------------------------------------------------
 * Grafil Tasartım : Hekim Yıldızı
 *
 * file           : style.css
 * Desc           : Hekim Yıldızı - Stylesheet
 * Version        : 1.0
 * Date           : 20.02.2019
 * Last Update    : 20.05.2019
 * Author         : Emre Can KARA
 * Author URI     : http://grafil.com.tr
 * Email          : hello@grafil.com.tr
 *
 * 
 * -------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------
 *  KURUMSAL TASARIM Stylesheet - Table of Content
	0 - Global Config
	1 - Header
	1.1 -> HeaderLeft
	1.2 -> HeaderRight
	2 - Contents
	2.1 -> HomeSlider
	2.2 -> Contents area

 * -------------------------------------------------------------------------- */



@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=latin-ext');
@font-face {

font-family: dax;

src: url(../fonts/Dax.ttf);
}

body{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6{font-family: Oswald;}
.sc-ptb-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.sc-ptb-90{
	padding-top: 90px;
	padding-bottom: 90px;
}
.sc-ptb-80{
	padding-top: 50px;
	padding-bottom: 80px;
}
.sc-ptb-70{
	padding-top: 70px;
	padding-bottom: 70px;
}
.sc-ptb-60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.sc-ptb-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.sc-ptb-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.sc-ptb-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.sc-ptb-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.sc-pt-10{
	padding-top: 10px;
}
.sc-pt-20{
	padding-top: 20px;
}
.sc-pt-30{
	padding-top: 30px;
}
.sc-pt-40{
	padding-top: 40px;
}
.sc-pt-50{
	padding-top: 50px;
}
.sc-pt-60{
	padding-top: 60px;
}
.sc-pt-70{
	padding-top: 70px;
}
.sc-pt-80{
	padding-top: 80px;
}
.sc-pt-90{
	padding-top: 90px;
}
.sc-pt-100{
	padding-top: 100px;
}
.sc-pb-10{
	padding-bottom: 10px;
}
.sc-pb-20{
	padding-bottom: 20px;
}
.sc-pb-30{
	padding-bottom: 30px;
}
.sc-pb-40{
	padding-bottom: 40px;
}
.sc-pb-50{
	padding-bottom: 50px;
}
.sc-pb-60{
	padding-bottom: 60px;
}
.sc-pb-70{
	padding-bottom: 70px;
}
.sc-pb-80{
	padding-bottom: 80px;
}
.sc-pb-90{
	padding-bottom: 90px;
}
.sc-pb-100{
	padding-bottom: 100px;
}




/* 0.5  - Section home title
/* ========================================================================== */
.section-home-title {
	position: relative;
	z-index: 2;
}

.section-home-title span{
	position: relative;
    font-family: 'Oswald',sans-serif;
    font-size: 25px;
    display: flex;
    color: #009ee3;
    align-items: center;
	margin-bottom: 20px;
}

.section-home-title.text-center span{
	justify-content: center;
}








/* --------------------------------------------------------------------------
 * 1 - Header
 * -------------------------------------------------------------------------- */


.header{
	position: relative;
	border-top: 15px solid #009ee3;
	display: flex;
	flex-direction: row;
	padding: 30px 0;
}
.header>.container{
	
	flex-direction: row;
	justify-content: space-between;
	display: flex;
}

/* 1.1 -> Header Left
/* ========================================================================== */
.header .headerLeft{
	    max-width: 200px;
    display: flex;
    align-items: center;
}
.header .headerLeft .logo img{
	max-width: 100%;
}






/* 1.2 -> Header Right
/* ========================================================================== */
.header .headerRight{
	display: flex;
	align-items:flex-end;
	justify-content:center;
	flex-direction:column;
}

.header .headerRight .headerSocial a{
	display:inline-block;
	padding:5px;
	color:#019ee3;
	transition:0.5s;
}
.header .headerRight .headerSocial a:hover{
	color:#0e6387;
}

.header .headerRight .eck-menu{
	position: relative;
	font-family: 'Oswald', sans-serif;
}
.header .headerRight .eck-menu a{
	color: #818285;
}	

.header .headerRight .eck-menu .nav-item .nav-link {
	margin: 0 3px;
	transition: 0s;
	position: relative;
	z-index: 2;
	font-size: 19px;
}
.header .headerRight .eck-menu .nav-item:last-child .nav-link{
	margin-right: 0;
}
.header .headerRight .eck-menu .nav-item:hover .nav-link {
	color: #009ee3;
}
.header .headerRight .eck-menu .nav-item:last-child .nav-link {
padding-right:0;	
}
.header .headerRight .eck-menu .dropdown:hover:before {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 90px;
	z-index: 1;
	width: 100%;
	cursor: pointer;
}
.header .headerRight .eck-menu .dropdown:hover .dropdown-menu{
	display: block;
}

.header .headerRight .eck-menu .dropdown .dropdown-menu{
	background: #fff;
	padding: 0;
	border-top: 3px solid #0a74a9;
	font-size: 15px;
	margin-top: 5px;
	z-index: 2;
	margin-left: 3px
}


.header .headerRight .eck-menu .dropdown .dropdown-menu li{
	border-bottom: 1px solid rgba(78, 78, 78, 0.03);
}
.header .headerRight .eck-menu .dropdown .dropdown-menu li:last-child{
	border-bottom: none;
}
.header .headerRight .eck-menu .dropdown .dropdown-menu li a{
	font-weight: normal;
	padding: 8px 10px;
	display: block;
	text-decoration: none;
}

.header .headerRight .eck-menu .dropdown .dropdown-menu li:hover a{
	background: #fbf9fb;
}

.header .headerRight .eck-menu .dropdown .dropdown-toggle::after {
   content: '';
	display: none;
}

/* 1.3 -> Responsive
/* ========================================================================== */
@media (max-width: 992px) {
.blocker-menu{
	overflow: hidden
}
.blocker-menu:after{
	position: fixed;
	background: rgba(0,0,0,0.75);
	content: ' ';
	display: block;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.headerTop{
	display: none
}
.headerBottom .container{
	max-width: 100%;
}
.blocker-menu .headerLeft .logo{
	    position: fixed;
    z-index: 4;
    top: 16px;
    max-width: 200px;
    left: 50px;
	
}
	
	
.header .headerRight .eck-menu{
	display:  none;
}	
.header .headerRight .eck-menu-hamburger{
	padding: 5px;
	cursor: pointer;
	z-index: 2;
}	
.blocker-menu .header .headerRight .eck-menu-hamburger{
	position: fixed;
	right: 10px;
	top: 25px;
}
	
	
	    
.header .headerRight .eck-menu-hamburger .line {
    width: 22px;
    height: 2px;
    background-color: #230000;
    display: block;
    margin: 4px auto;
    border-radius: 25px;
    transition: all 0.2s ease-in-out;
	position: relative;
	z-index: 2	
}
.header .headerRight .eck-menu-hamburger.active .line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
	height: 1px;
	background: #fff;
}
.header .headerRight .eck-menu-hamburger.active .line:nth-child(2) {
  transform: translateY(0) rotate(45deg);
	background: #fff;
}
.header .headerRight .eck-menu-hamburger.active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
	background: #fff;
}	
.header .headerRight  .eck-menu.eck-mobile-mode{
	position: fixed !important;
	display: block !important;
	left: 0;
	width: 80%;
	max-width: 300px;
	background: #fff;
	height: 100%;
	top: 0;
	padding-top: 80px;
	z-index: 3;
}
.header .headerRight  .eck-mobile-mode .nav-item{
	display: block;
}	
.header .headerRight .eck-menu.eck-mobile-mode .nav-item .nav-link{
	margin: 0;
	border-radius: 0;
}	
.header .headerRight .eck-menu.eck-mobile-mode .dropdown .dropdown-menu{
	padding: 0;
    border-top: 0;
    font-size: 15px;
    margin-top: 5px;
    z-index: 2;
    display: none;
    position: unset;
    float: unset;
    border-radius: 0;
    margin-left: 20px;
    background: #fff;
	border: none
}
.header .headerRight .eck-menu.eck-mobile-mode .dropdown .dropdown-menu li a{
	font-weight: normal;
	padding: 8px 10px;
	display: block;
	text-decoration: none;
	border-left: 3px solid #e3e1e3;
}	
.header .headerRight .eck-menu.eck-mobile-mode .dropdown .dropdown-menu li:hover a{
	border-color: #0a74a9;
}
	
.header .headerRight .eck-menu.eck-mobile-mode .dropdown:hover:before {
	height: 0;
}
.header .headerRight .eck-menu.eck-mobile-mode .nav-item:hover .nav-link {
    background-color: #e3e1e3;
    color: #343239;
}
.header .headerRight .eck-menu.eck-mobile-mode .dropdown .nav-link  i{
	position: absolute;
    right: 5px;
    top: 4px;
    padding: 7px 10px;
    background: #fff
}		
.header .headerRight .eck-menu.eck-mobile-mode .dropdown .nav-link  i:hover{
	color: #0a74a9
}	
}




/* 1.3 -> Slider
/* ========================================================================== */
.sliderContainer{
	position: relative;
	padding: 20px;
	overflow: hidden
}
.sliderContainer .blurBg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	filter: blur(3px)
}
.sliderContainer .home-slider{
	 border: 2px solid #fff;
}

.sliderContainer:after{
	content: ' ';
	background: #fff;
	position: absolute;
	height: 5px;
	width: 100%;
	top: -2px;
	left: 0;
}
.sliderContainer:before{
	content: ' ';
	background: #fff;
	position: absolute;
	height: 5px;
	width: 100%;
	bottom: -2px;
	left: 0;
}




.home-right{
	background: url('../images/brandBg.png');
	width: 284px;
	height: 283px;
	position: relative;
}





.home-right .brands-slider.owl-carousel{
    width: 120px;
    height: 100px;
    position: absolute;
    padding-left: 0px;
    top: 80px;
    left: 74px;


 } 
.home-right .brands-slider .slider-item{
 }

.home-right #bPrev{
	position: absolute;
    top: 33px;
    left: 92px;
}

.home-right #bNext{
	position: absolute;
    bottom: 40px;
    left: 92px;
}

.orta{
	background-color: #f4f2f3;
}
.markatitle>h1{
	color:#009ee3;
}
.markalogo{
	background-color: white;
	 text-align: center;
	    padding: 56px;
	
	box-shadow: 0 0 6px 1px #c1bebe;
	
}
.markalogo>img{
	width: 100%;
}
.markayazi>h2{
	color: #009ee3;
	font-size: 20px;
	    margin-bottom: 15px;
}
.markayazi>p{
	color: #484848;
}
.markabuton .btn-primary{
	background-color: #009ee3 ;
	border-radius: 0px;
	    font-size: 26px;
    padding: 6px 68px;
}
.urunler{
	background-color: white;
    box-shadow: 0 0 6px 1px #c1bebe;
    margin: 32px 18px;
    text-align: center;
    padding: 40px;
	
}
.urunler img {
	max-width: 100%;
}
.bilgi i{
	color: #009ee3;
	margin: 5px; 
}



















.ilet{ 
    width: 100%;
    border-top: 1px solid #dcd8d8;}


footer{
	margin-top:30px;
 
	color: #fff;
	
}

footer .grafil{
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	text-align: right;
	position: relative;
}
footer .grafil a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	
}

footer .grafil img{
	width: 80px;
	background: #0f6388;
	position: absolute;
	right: 4px;
	top: 0;transition: 1.0s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
footer .grafil a:hover img{
	right: 83px;
}
.footer-top{
	 
	background: url("../images/footer-top.png") #fff;
	background-position: center;
	background-size: cover;
}
.footer-bottom{
	background: #0f6388;
	padding: 20px 0;
}
.socials{
	padding: 180px 0px;
}
.social{
	display: inline-block;
	
}
.social img{
	max-width: 80%;
}

@media (max-width: 575.98px) { 

	footer{
		text-align: center;
	}
	
	footer .grafil{
		margin-top: 15px;
		padding-top: 10px;
		border-top: 1px dashed #095d82;
		text-align: center;
	}
	footer .grafil img{
		top: 10px;
    	right: 50%;
    	transform: translateX(50%);

	}
	footer .grafil a:hover img{
		top: 10px;
		right: 50%;
		transform: translateX(-50%);
	}

	
	
}
