/******************************************************/
/******************************************************/
/************ Design & FrontEnd Code ******************/
/******************** Aydin Oez ***********************/
/******************* Dijidev.com **********************/
/******************************************************/
/******************************************************/
 
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,400,700&amp;subset=latin-ext'); 
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,700,&amp;subset=latin-ext'); 
@charset "utf-8";
/* CSS Document */
* {
    border: 0;
    padding: 0;
    margin: 0;
}	
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    background-color: white;
    overflow-x: hidden; /* Bu kod en alttaki scroll'u yok etmek için */
}
.clearfix {
    clear: both;
    margin-bottom: 50px;
}
.clearfix100 {
    clear: both;
    padding-bottom: 100px;
}
.clearfix-anasayfa {
    clear: both;
    padding-bottom: 50px;
}
.btn-primary{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	background-color: rgba(255,237,2,1);
    color: #000000;
    font-weight: 700;
	Border-style: none;
	padding: 10px 20px;
    margin-top: 20px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);	
}
.btn-primary:hover {
	background-color: rgba(0,0,0,1);
	color: rgba(255,237,2,1);
}
.ara {
   display: none;  
}
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 20000;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: rgba(177, 140, 40, 1);
}
.overlay a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: 700;
    padding: 0px;
    text-decoration: none;
    color: rgba(255,237,2,1);
    display: block;
    transition: 0.3s;    
}

.overlay .btn {
    background-color: rgba(177, 140, 40, 1);
}
.overlay .mobile a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 0px;
    text-decoration: none;
    color: #222222;
    display: block;
    transition: 0.3s;    
}
.overlay .mobile a:hover {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 0px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;    
}

.overlay a:hover, .overlay a:focus {
    color: rgba(255,237,2,.7);
}
.overlay .closebtn {
    color: rgba(255,237,2,1);
    position: absolute;
    top: 0px;
    right: 35px;
    font-size: 70px;
    font-weight: 700;
}
.ana-icon-items-select {
    display: none;
    top: 35px;
    right: 35px;
    background-color: rgba(0,0,0,0);
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    cursor: pointer;
    z-index: 100000;
}
#cover {
    width: 100%;
}
.fixed-top {
	max-width: 100%;
	height: 140px;
	padding: 0 auto;
    z-index: 2;
	background: url("../img/top-bg.png") repeat;
     transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.fixed-top.change-fix-top{
	margin-top: 0;
	height: 120px;
	max-width: 100%;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
     transition: all 0.5s ease;
    z-index: 2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.top-bar { 
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,1);
    top: 0;  
    border-bottom: 1px solid rgba(255,237,2,.5);
}

.top-bar-sag a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: rgba(255,237,2,.8);
    text-decoration: none;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}

.top-bar-sag a:hover{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: rgba(255,255,255,1);
    text-decoration: none;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}


.top-bar-sag {
    float: right;
    text-align: right;
    width: 100%;
    padding-top: 8px;
}
.top-bar-sag .fa-whatsapp {
    width: 25px;
    height: 25px;
    font-size: 22px;
    margin-left: 0;
    color: rgba(255,237,2,.8);
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
.top-bar-sag .fa-whatsapp:hover {
    width: 25px;
    height: 25px;
    color: #ffffff;
    font-size: 22px;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
.top-bar-sag .fa-facebook {
    width: 25px;
    height: 25px;
    font-size: 22px;
    margin-left: 0;
    color: rgba(255,237,2,.8);
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
.top-bar-sag .fa-facebook:hover {
    width: 25px;
    height: 25px;
    color: #ffffff;
    font-size: 22px;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
.top-bar-sag .fa-x-twitter {
    width: 25px;
    height: 25px;
    font-size: 22px;
    color: rgba(255,237,2,.8);
    margin-left: 2px;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
.top-bar-sag .fa-x-twitter:hover {
    width: 25px;
    height: 25px;
    color: #ffffff;
    font-size: 22px;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
.top-bar-sag .fa-instagram {
    width: 25px;
    height: 25px;
    font-size: 22px;
    margin-left:2px;
    color: rgba(255,237,2,.8);
    background-color: rgba(81, 127, 164,0);
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
.top-bar-sag .fa-instagram:hover {
    width: 25px;
    height: 25px;
    font-size: 22px;
    color: #ffffff;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}

header {
    width: 100%;
    height: 125px;
    z-index: 10000;
    background-color: #ffffff;
}
#logo {
    float:left;
    background: url("../img/nar-promosyon-logo.png") no-repeat;
    width: 201px;
    height: 150px;
    top 0;
    margin-left: -50px;
    margin-top: -2px;
}
.fixed-top.change-fix-top #logo  {
    float:left;
    background: url("../img/nar-promosyon-logo-k.png") no-repeat;
    width: 190px;
    height: 142px;
    top 0;
    margin-top: -2px;
    margin-left: -3%;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

nav {
    float: right;
    margin-top: -100px;
    margin-right: -25px;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.fixed-top.change-fix-top nav {
    float: right;
    margin-top: -110px;
    margin-top: -110px;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
nav a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: rgba(255,237,2,1);
    padding: 9px 2px 9px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
nav a:hover {
    font-family: 'Roboto Condensed', serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: rgba(255,237,2,1);
    padding: 9px 2px 9px 15px;
    text-decoration: none;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
nav>ul>li>a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: rgba(255,237,2,1);
    padding: 3px 3px 1px 3px;
    text-decoration: none;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
nav>ul>li>a:hover {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    color:rgba(255,237,2,.7);
    padding: 3px 3px 1px 3px;
    text-decoration: none;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
nav>ul>li>a.active {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: #222222;
    background: rgba(255,237,2,1);
    padding: 3px 7px 1px 7px;
    border-radius: 10px;
    text-decoration: none;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
nav>ul>li>a.active2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: #ffffff;
    background: rgba(255,237,2,.6);
    padding: 3px 7px 1px 7px;
    border-radius: 10px;
    text-decoration: none;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
nav>ul>li>a.active2:hover {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    color: #000000;
    background: rgba(255,237,2,1);
    padding: 3px 7px 1px 7px;
    border-radius: 10px;
    text-decoration: none;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
nav li li a {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 16px;
    font-weight: 700;
	text-decoration: none;
	color: rgba(255, 224, 134, 1);
    border-top: 1px solid #222222;
}
nav li li a:hover {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 16px;
    font-weight: 700;
	text-decoration: none;
	color: rgba(177, 140, 40, 1); 
    border-top: 1px solid #fff;
}
nav>ul {
   list-style: none;
   padding: 0;
   margin: 0;
   color: #ffffff;
   display: block;
}
nav ul li {
   list-style: none;
   display: inline-block;
   padding: 0px 10px 0 0;
   position: relative;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
/* sub menu */
nav>ul>li.dropdown>ul{
  position: absolute;
  width: 140%;
  padding: 0;
  height: 1px;
  overflow: hidden;
  border-top: 12px solid #222222; 
  background-color: #222222;
  opacity: 0;
   -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav ul li.dropdown>ul>li{
	display: block;
}
nav ul li.dropdown>ul>li{
	padding: 0 !important;
	position:relative !important;
}
nav ul li.dropdown>ul>li>a{
	padding: 10px;
}
nav ul li.dropdown:hover>ul{
  z-index:999;
  opacity: 1;
  display: block;
  /*overflow:auto;*/
  overflow:initial;
  margin-top: 0px;
  height: auto !important;
  background-color: #222222;
}
#nav-toggle, #nav-toggle-alt{
   width: 100%;
   background: #222222;
   box-sizing: border-box;
   padding: 10px;
   cursor: pointer;
   display: none;
   color: white;
}
/* sub menu bitti */
#nav-toggle-alt{
	display:none;
}

#slider {
    width: 100%;
    margin: 0;
}



/* anasayfaHizmetlerimiz */
#anasayfaHizmetlerimiz {
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 50px;
    padding-top: 60px;
    border-bottom: 10px solid #f1f1f1;
}
.hizmetlerimizContainer {
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 50px;
    text-align: center;
}

.hizmetlerimizContainer .tepe{
    width: 50%;
    background-color: rgba(255,237,2,1);
    margin: auto;
}

.hizmetlerimizContainer h1 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #222222; 
    padding: 10px 0px 0px 0px;
}
.hizmetlerimizContainer p {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center; 
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
    padding: 0 10% 0 10%;
    margin-top: 10px;
}
.hizmetlerimizContainer p::after {
    content: " ";
    display: block;
    width: 50%;
    height: 2px;
    background-color: rgba(255,237,2,1);
    margin: 31px 0 0 25%;
}
#anasayfaHizmetlerimiz h2 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    background-color: #ffed02;
    padding: 5px 10px;
    margin-bottom: 13px;
}
#anasayfaHizmetlerimiz p {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;    
    font-size: 18px;
    font-weight: 400;
    color: #444;
    margin-top: 10px;
}
#anasayfaHizmetlerimiz a {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;    
    color: #222;
    margin-top: 10px;
}
#anasayfaHizmetlerimiz a:hover {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;    
    color: #00B7EB;
    margin-top: 10px;
    text-decoration: none;
}
#anasayfaHizmetlerimiz .col-md-7 img {
    width: 100%;
    margin-top: -38px;
}


#karusel {
    padding-top: 100px;
    padding-bottom: 30px;
    padding-top: 50px;
}

#karusel .tepe{
    width: 50%;
    background-color: rgba(255,237,2,1);
    margin: auto;
}

#karusel h1 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #222222; 
    padding: 10px 0px 0px 0px;
}



#parallax {
    width: 100%;
    background: url("../img/parallax.jpg") fixed center 100%;
}

.parallaxContainer {
    width: 100%;
    margin-top: 200px;
    margin-bottom: 200px;
    text-align: center;
}

.parallaxContainer h1::before {
    content: " ";
    display: block;
    width: 56%;
    height: 2px;
    background-color: #ffed02;
    margin: 50px 0 0 22%;
}
.parallaxContainer h2::after {
    content: " ";
    display: block;
    width: 56%;
    height: 5px;
    background-color: #ffed02;
    margin: 10px 0 0 22%;
}
.parallaxContainer h1 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    color: #ffed02;
    margin-bottom: -20px;
}
.parallaxContainer h2 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 56px;
    font-weight: 300;
    color: #ffed02;
    
}
.parallaxContainer h2 span{
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    color: #ffed02;
}
.parallaxContainer img {
    width: 100%;
    border-top: 1px solid #ffed02; 
    border-bottom: 2px solid #ffed02;
    margin: 20px 0 40px 0;
}



#isElbiselerimiz {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #f1f1f1;  
}
.isElbiselerimizContent {
    margin-top: 20px;
}
#isElbiselerimiz .ornament-ic-ust {
    text-align: center;
    margin-bottom: 40px;
}
.isElbiselerimizContent .container {
    justify-content: space-between;
}

#isElbiselerimiz .tepe{
    width: 50%;
    background-color: rgba(255,237,2,1);
    margin: auto;
}

#isElbiselerimiz .col-md-4 {
    margin-top: 30px;
}

#isElbiselerimiz .item {
    background-color: #fff;
    box-shadow: 3px 4px 6px rgba(0,0,0,0.1);
}
#isElbiselerimiz .item:hover {
    box-shadow: 5px 6px 5px rgba(0,0,0,0);
}
#isElbiselerimiz .zoom {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#isElbiselerimiz .zoom img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease;
}
#isElbiselerimiz .item .itemText {
    margin-bottom: -10px;
}
#isElbiselerimiz .item .itemText a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 5px;
    color: #222;
}
#isElbiselerimiz .item .itemText h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #222;
}
#isElbiselerimiz .item:hover .zoom img {
    transform: scale(1.10);
}
#isElbiselerimiz .item:hover a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}
#isElbiselerimiz .item:hover h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffed02;
}
#isElbiselerimiz .item:hover .itemText {
    background-color: #fff;
    color: #fff;
    transition: all .5s ease;
}










#icerik-sayfa .ornament-ic-ust {
    text-align: center;
    margin-bottom: 40px;
}
.isElbiselerimizContent .container {
    justify-content: space-between;
}

#isElbiselerimiz .tepe{
    width: 50%;
    background-color: rgba(255,237,2,1);
    margin: auto;
}

#isElbiselerimiz h1 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #222222; 
    padding: 10px 0px 0px 0px;
}


#icerik-sayfa .col-md-4 {
    margin-top: 30px;
}

#icerik-sayfa .item {
    background-color: #fff;
    box-shadow: 3px 6px 18px rgba(0,0,0,0.15);
}
#icerik-sayfa .item:hover {
    box-shadow: 5px 6px 5px rgba(0,0,0,0);
}
#icerik-sayfa .zoom {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#icerik-sayfa .zoom img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease;
}
#icerik-sayfa .item .itemText {
    margin-bottom: -10px;
}
#icerik-sayfa .item .itemText a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 5px;
    color: #222;
}
#icerik-sayfa .item .itemText h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #222;
}
#icerik-sayfa .item:hover .zoom img {
    transform: scale(1.10);
}
#icerik-sayfa .item:hover a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}
#icerik-sayfa .item:hover h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffed02;
}
#icerik-sayfa .item:hover .itemText {
    background-color: #fff;
    color: #fff;
    transition: all .5s ease;
}

#icerik-sayfa ul {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    list-style-type: circle;
}
#icerik-sayfa b {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 700;
}


.firma {
    width: 100%;
    background: #fff;
    padding-top: 20px;
}
.firma img {
    width: 100%;
    padding-bottom: 20px;
}
.firma p {
    font-family: 'Source Sans Pro', sans-serif;
    float: left;
    font-weight: 400;
    font-size: 15px;
    color: #555;
    padding-left: 25px;
    padding-bottom: 15px;
}

.firma h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555;
    text-align: center;
    border-top: 1px solid #d9d9d9;
    padding-top: 0px;
}
.firma ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555;
    padding-left: 50px;
     padding-right: 50px;
    padding-bottom: 5px;
}
.firma .ortala ul li{
    text-align: left;
}


.sayfa-tepe {
    width: 100%;
    height: 225px;
    background: url("../img/nar-ic-bg.png") top repeat;    
    margin-top: -35px;
    
}
.sayfa-tepe img {
    width: 38%;
    position: absolute;
    right: 8%;
    top: 10px;  
}
.sayfa-baslik {
    width: 100%;
    height: 33px;
    border-top: 10px solid rgba(0,0,0,.20);
    font-size: 40px;
}
.sayfa-baslik h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 60px;
    text-align: right;
	color: rgba(0,0,0,.3); 
	font-weight: 700;
    margin-top: 70px;
    border-bottom: 5px solid rgba(0,0,0,.15);  
    
}
.sayfa-baslik h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: rgba(0, 0, 0, .6); 
	font-weight: 400;
    margin-top: 15px;
    font-style: italic;
    margin-bottom: 150px;
}

.sayfa-baslik-transfer {
    width: 100%;
    border-top: 2px solid #000;
    font-size: 40px;
}
.sayfa-baslik-transfer h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 45px;
	color: rgba(177, 140, 40, 1); 
	font-weight: 400;
    margin-top: 50px;
    border-bottom: 2px solid rgba(177, 140, 40, 1); 
    
}
.sayfa-baslik-transfer h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: rgba(0, 0, 0, .6); 
	font-weight: 400;
    margin-top: 15px;
    font-style: italic;
    margin-bottom: 150px;
}

#icerik-sayfa .order2{
  order: 1;
}
#icerik-sayfa .order1{
  order: 2;
}

#icerik-sayfa .order3{
  order: 2;
}
#icerik-sayfa .order4{
  order: 1;
}

#icerik {   
    margin-top: 150px;
    background-color: white;
}
#icerik h1 {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	color: rgba(0, 0, 0, 1); 
	font-weight: 100;
    margin-top: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(177, 140, 40, 1); 
    background-color: rgba(177, 140, 40, 1);
    padding: 10px;
}
#icerik p {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
    line-height: 23px; 
	color: #222;
	font-weight: 300;
}
#icerik img {
    width: 100%;
    margin-bottom: 20px;
}
#icerik .sag-resim {
    margin-top: -110px;
}



#icerik-no-bilgi {   
    margin-top: 75px;
    background-color: white;
}
#icerik-no-bilgi h1 {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	color: rgba(0, 0, 0, 1); 
	font-weight: 100;
    margin-top: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(177, 140, 40, 1); 
    background-color: rgba(177, 140, 40, 1);
    padding: 10px;
}
#icerik-no-bilgi p {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
    line-height: 23px; 
	color: #222;
	font-weight: 300;
}
#icerik-no-bilgi img {
    width: 100%;
    margin-bottom: 20px;
}
#icerik-no-bilgi .sag-resim {
    margin-top: -110px;
}

#icerik-transfer {   
    margin-top: 75px;
    background-color: white;
}

#icerik-transfer h1 {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	color: rgba(0, 0, 0, 1); 
	font-weight: 100;
    margin-top: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(177, 140, 40, 1); 
    background-color: rgba(177, 140, 40, 1);
    padding: 10px;
}
#icerik-transfer p {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
    line-height: 23px; 
	color: #222;
	font-weight: 300;
}
#icerik-transfer img {
    width: 100%;
    margin-bottom: 20px;
}
#icerik-transfer .sag-resim {
    margin-top: -110px;
}

#icerik-sayfa {   
    margin-top: 150px;
    background-color: white;
    margin-bottom: 75px;
}
#icerik-sayfa h1 {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	color: rgba(0, 0, 0, 1); 
	font-weight: 100;
    margin-top: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(177, 140, 40, 1); 
    background-color: rgba(177, 140, 40, 1);
    padding: 10px;
}
#icerik-sayfa h2 {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    background-color: #ffed02;
    padding: 5px 10px;
    margin-bottom: 13px;
}

#icerik-sayfa p {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
    line-height: 23px; 
	color: #222;
	font-weight: 300;
}
#icerik-sayfa img {
    width: 100%;
    margin-bottom: 20px;
}
#icerik-sayfa .sag-resim {
    margin-top: -110px;
}


#icerik-iletisim h1 {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	color: rgba(177, 140, 40, 1); 
	font-weight: 100;
    margin-top: 150px;
    margin-bottom: 50px;
}
#icerik-iletisim  {
    margin-top: 150px;
    margin-bottom: 70px;
}
#icerik-iletisim p {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #222;
	font-weight: 300;
}
#icerik-iletisim iframe {
    margin-left: 0;
}
#kv {
    width: 100%;
    padding-bottom: 60px;
}
#kv p {
    text-align: left;
    color: #666;
    font-size: 18px;
    font-weight: 100;
}
#kv h2 {
    padding-top: -10px;
    text-align: center;
    color: rgba(177, 140, 40, 1); 
    font-size: 20px;
    font-weight: 400;
}
#kv .col-md-4 {
    margin-top: 40px;
}
#kv img {
    width: 100%;
    border-radius: 7px;
}
#contact {
    background: url("../img/footer-bg.png") repeat;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 10px solid rgba(255,237,2,1);
    border-bottom: 1px solid rgba(255,237,2,.4);
}
#contact img {
    margin-left: -50px;
    margin-top: -140px;
}

#contact .footer-orta {
    margin-top: -10px;
}
#contact .footer-sag {
    margin-top: -10px;
}
.contactContent {
    margin-top: 30px;
}
#contact ul {
    color: rgba(255,237,2,1);
    margin-bottom: 5px;
}
#contact li {
    margin-bottom: -2px;
}
#contact .fa-info-circle {
    margin-right: 10px;
}
#contact h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: rgba(255,237,2,1);
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: -22px;
    text-decoration: underline;
}
#contact h1 a{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: rgba(255,237,2,1);
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: underline;
}
#contact h1 a:hover{
    color: rgba(255,255,255, 1);
    text-decoration: none;
}

.contactContent p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: rgba(255,237,2,1);
    font-weight: 400;
    margin-bottom: 5px;
}
.gizlilik-politikasi {
    padding-top: 26px;
    padding-bottom: 20px;
}
.contactContent a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: rgba(255,237,2,1);
    text-decoration: none;
}
.contactContent a:hover {
    color: rgba(255,255,255, 1);
    text-decoration: none;
}
#contact .footer-sosyal {
    margin-top: 30px;
    float: left;
}
#contact .fa-whatsapp {
    margin-right: 10px;
}
#contact .fa-phone {
    margin-right: 10px;
}
#contact .fa-envelope {
    margin-right: 10px;
}
#contact .fa-map-marker {
    margin-right: 10px;
}
#contact .footer-sosyal .fa-brands {
    font-size: 32px;
    color: rgba(255,237,2,.8);
    padding-right: 15px;
    margin-top: -50px;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
#contact .footer-sosyal .fa-brands:hover {
    color: rgba(255,255,255,1); 
    padding-left: -40px;
    transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}


#footer {
    width: 100%;
    height: 55px;
    background-color: rgba(0,0,0,1);
    padding: 15px 0 0 0 ;
}
.footer-sol{
    float: left;
    text-align: left;
}
.footer-sag{
    text-align: right;
}
.footeralt-sol{
    float: left;
    text-align: left;
}

.footeralt-sag p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    text-align: right; 
    color: rgba(255,237,2,1);
    font-weight: 400;
}


    


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


    
    nav {
        display: none;
    }
    #icsayfa nav {
        display: none;
    }
    
    
    #logo {
        margin-left: -1%;
    }
    .fixed-top.change-fix-top #logo  {
        margin-left: -2%;
    }
    
    
    .ana-icon-items-select {
        display: block;  
        top: 70px;
        right: 60px;
        background-color: rgba(0,0,0,0);
        width: 50px;
        height: 50px;
        margin: 0 auto;
        padding: 10px;
        position: absolute;
        cursor: pointer;
        z-index: 100000;
        transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    }
    .fixed-top.change-fix-top .ana-icon-items-select{
        top: 50px;
        right: 60px;
    }
    

    #isElbiselerimiz .item .itemText h3 {
        font-size: 19px;
    }
    #isElbiselerimiz .item:hover a {
        font-size: 19px;
    }
    #isElbiselerimiz .item:hover h3 {
        font-size: 19px;
    }
    
    
    
  
    #anasayfaHizmetlerimiz h2 {    
        font-size: 22px;
        font-weight: 400;
    }
    #anasayfaHizmetlerimiz p { 
        font-size: 16px;
        font-weight: 300;
    }
    
}

@media only screen and (max-width: 1024px) {
    
    .ana-icon-items-select {
            top: 65px;
            right: 40px;
        }
    .fixed-top.change-fix-top .ana-icon-items-select{
        top: 50px;
        right: 40px;
    }
    
    
    #anasayfaHizmetlerimiz {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    #anasayfaHizmetlerimiz .col-md-7 img {
        margin-top: 0px;
    }
    
    
    #icsayfa .fixed-top {
        height: 140px;
    }    
    #icsayfa .fixed-top.change-fix-top{
        height: 120px;
    }
    #icsayfa .ana-icon-items-select {
            top: 65px;
            right: 40px;
        }
    #icsayfa .fixed-top.change-fix-top .ana-icon-items-select{
        top: 55px;
        right: 40px;
    }
    
    

    
    
    #icsayfa .navbar-light .navbar-toggler{
       display: block;
        margin-top: 16px;
        margin-right: 30px;
		border:0px solid #00B7EB;
		background-color:none    
	}
    #icsayfa .navbar-nav {
        float: right;
        background-color: rgba(255,255,255,0.9);
        border-radius: 3px;
        border:0px solid #00B7EB;
        color: #222;
        margin-top: 5px;
        margin-right: 0px;
        width: 25%;
        height: 100%;
    }
    #icsayfa a.nav-link{
        text-align: right;
        color: #00B7EB !important;
        font-weight:400;
        margin-top: -30px;
        margin-right: 10px;
    }  
    #icsayfa a.nav-link:hover{
        text-decoration: underline;
        color:#222 !important;
        margin-right: 10px;
        border-bottom: 0px solid #fff;
    }
    #anasayfaHizmetlerimiz h2 {    
        font-size: 16px;
        font-weight: 400;
    }
    #anasayfaHizmetlerimiz p { 
        font-size: 13px;
        font-weight: 400;
    }   
    .asagi {
        height: 0;
    }
    
    .sayfa-tepe {
        height: 200px;
    }
    .sayfa-tepe img {
        width: 40%;
        padding-top: -50px;
        margin-right: -10%;
    }
    
    .sayfa-baslik h2 {
        font-size: 50px;
        text-align: right;
        margin-top: 100px;

    }
    #icerik-sayfa {   
        margin-top: 170px;
        margin-bottom: 60px;
    }

    .gamma-gallery {
        margin-bottom: -50px;
    }
    
}

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

    .sayfa-tepe img {
        width: 55%;
        padding-top: -50px;
        margin-right: -10%;
    }
    
    .firma .col-md-2 {
        float: left;
        width: 33%;
        height: 33%;
    }
    
}

@media only screen and (max-width: 768px) {
    
        .ana-icon-items-select {
            top: 60px;
            right: 40px;
        }
        .fixed-top.change-fix-top .ana-icon-items-select{
            top: 47px;
            right: 40px;
        }




    
    .hizmetlerimizContainer {
        margin-top: 1px;
        margin-bottom: 0;
    }   

    .hizmetlerimizContainer {
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .hizmetlerimizContainer h1 {
        font-size: 40px;
    }
     #anasayfaHizmetlerimiz h2 {    
        font-size: 22px;
        font-weight: 400;
    }
    #anasayfaHizmetlerimiz p { 
        font-size: 16px;
        font-weight: 300;
    }   
    .turlarimizContainer {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .hizmetlerimizContainer p{
        font-size: 16px;
    }
    #parallax {
        margin-top: 0; 
        margin-bottom: 0;
    }
    
    
    
    .parallaxContainer {
        width: 100%;
        margin-top: 150px;
        margin-bottom: 150px;
        text-align: center;
    }

    .parallaxContainer h1::before {
        width: 60%;
        margin: 50px 0 0 20%;
    }
    .parallaxContainer h2::after {
        width: 60%;
        margin: 10px 0 0 20%;
    }
    .parallaxContainer h1 {
        font-size: 55px;
        margin-bottom: -10px;
    }
    .parallaxContainer h2 {
        font-size: 38px;
    }
    .parallaxContainer h2 span{
        font-size: 38px;
    }
    
    #isElbiselerimiz .item {
        margin-top: 20px;
    }
    
    
    
    .sayfa-tepe {
        margin-top: -35px;
         height: 150px;
    }

    .sayfa-tepe img {
        width: 40%;
        margin-top: 0px;
        margin-right: 22%;
    } 

    .sayfa-baslik h2 {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        margin-top: 75px;
    }

    #icerik-sayfa {   
        margin-top: 125px;
        margin-bottom: 30px;
    }
    
    #icerik h1 {
        font-size: 20px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    #icerik img {
        margin-top: 20px;
        width: 100%;
    }
    #icerik .sag-resim {
        margin-top: -85px;
    }
  
    #icerik-iletisim {
        margin-bottom: 30px;
    }
    
     #icerik-no-bilgi  {
        margin-top: 25px;
    }
    #icerik-no-bilgi h1 {
        font-size: 20px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    #icerik-no-bilgi img {
        margin-top: 20px;
        width: 100%;
    }
    #icerik-no-bilgi .sag-resim {
        margin-top: -85px;
    }
    
    #icerik-transfer  {
        margin-top: 25px;
    }
    #icerik-transfer h1 {
        font-size: 20px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    #icerik-transfer img {
        margin-top: 20px;
        width: 100%;
    }
    #icerik-transfer .sag-resim {
        margin-top: -85px;
    }

    #icerik-sayfa h1 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #icerik-sayfa img {
        margin-top: 20px;
        width: 100%;
    }
    #icerik-sayfa .sag-resim {
        margin-top: -85px;
    }
    
    .isElbiselerimizContent {
        margin-bottom: 40px;
    }
    
   


    #contact {
        padding-top: 50px;
        padding-bottom: 10px;
    } 
    #contact img {
        width: 100%;
        margin-top: -145px;
        padding-bottom: 0px;
    }
    .contactContent {
        margin-top: 15px;
    }
    
    #contact h1 {
        font-size: 16px;
    }
    #contact h1 a{
        font-size: 16px;
    }
    .contactContent p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .contactContent a {
        font-size: 16px;
    }
    #contact .footer-sosyal {
        margin-top: 15px;
    }
    
    #footer {
        height: 60px;
        padding: 0;
    }
    .footer-sol{
        float: left;
        text-align: center;
    }
    .footer-sag{
        text-align: center;
    }
    .footeralt-sol{
        float: left;
        text-align: center;
    }
    .footeralt-sag p{
        text-align: center;    
    }
}  

@media only screen and (max-width: 560px) {
    
    .top-bar-sag {
        margin: auto;
        text-align: center;
    }
    .top-bar-sag .tel-no {
        display: none;
    }
    .ana-icon-items-select {
        top: 45px;
        right: 10px;
    }
    .fixed-top.change-fix-top .ana-icon-items-select{
        top: 38px;
        right: 10px;
    }
    .fixed-top {
        height: 100px;
    }
    .fixed-top.change-fix-top{
        margin-top: 0;
        height: 90px;
    }
    #logo {
        background: url("../img/nar-promosyon-logo-mobile.png");
        width: 150px;
        height: 112px;
        top 0;
        margin-top: 5px;
        margin-left: 0px;
    }
    .fixed-top.change-fix-top #logo  {
        background: url("../img/nar-promosyon-logo-mobile-k.png");
        width: 130px;
        height: 96px;
        top 0;
        margin-top: 0px;
        margin-left: 0px;
    }
    
    #icsayfa .fixed-top {
        height: 110px;
    }    
    #icsayfa .fixed-top.change-fix-top{
        height: 90px;
    }
    #icsayfa .ana-icon-items-select {
            top: 50px;
            right: 40px;
        }
    #icsayfa .fixed-top.change-fix-top .ana-icon-items-select{
        top: 40px;
        right: 40px;
    }
    
    .sayfa-tepe {
        margin-top: -65px;
        height: 150px;
    }

    .sayfa-tepe img {
        width: 55%;
        margin-top: 25px;
        margin-right: 18%;
    } 

    .sayfa-baslik h2 {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        margin-top: 75px;
    }

    #icerik-sayfa {   
        margin-top: 125px;
        margin-bottom: 30px;
    }
    #icerik-sayfa h2 {
        font-size: 24px;
        text-align: center;
    }
    #icerik-sayfa p {
        text-align: center;    
        font-size: 20px;
        line-height: 23px; 
        color: #222;
        font-weight: 300;
    }
    
    #icerik-sayfa ul {
    text-align: center;
}
    
    .firma .col-md-2 {
        float: left;
        width: 50%;
        height: 50%;
    }
    
    #slider {
        margin-top: -25px;
    }
    #anasayfaHizmetlerimiz {
        padding-top: 0;
    }
    .hizmetlerimizContainer .tepe{
        width: 90%;
    }
    .hizmetlerimizContainer h1 {
        text-align: center;
        font-size: 30px;
    }
    .hizmetlerimizContainer p {
        text-align: center; 
        padding: 0 20px 0 20px;
    }
    #anasayfaHizmetlerimiz h2 {
        text-align: center;
        font-size: 22px;
        font-weight: 700;
    }
    #anasayfaHizmetlerimiz p {
        text-align: center;    
        font-size: 19px;
        font-weight: 300;
    }
    #anasayfaHizmetlerimiz .col-md-7 img {
        margin-top: -50px;
        margin-bottom: 30px;
    }
    
    
    #karusel {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #karusel .tepe{
        width: 90%;

    }

    #karusel h1 {
        font-size: 30px;
    }

    
    
    
    .parallaxContainer {
        width: 100%;
        margin-top: 100px;
        margin-bottom: 100px;
        text-align: center;
    }

    .parallaxContainer h1::before {
        width: 60%;
        margin: 50px 0 0 20%;
    }
    .parallaxContainer h2::after {
        width: 60%;
        margin: 10px 0 0 20%;
    }
    .parallaxContainer h1 {
        font-size: 35px;
        margin-bottom: -10px;
    }
    .parallaxContainer h2 {
        font-size: 24px;
    }
    .parallaxContainer h2 span{
        font-size: 24px;
    }

    
    
    
    #isElbiselerimiz {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #isElbiselerimiz .tepe{
        width: 90%;
    }    
    .isElbiselerimizContent {
        margin-top: -10px;
    }
    #isElbiselerimiz h1 {
        font-size: 30px;
    }
    

    .isElbiselerimizContent {
        margin-bottom: 20px;
    }
    
    .gamma-gallery {
        margin-bottom: -100px;
    }
    
    
#contact {
    background: url("../img/footer-bg-mobile.jpg") bottom repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#contact .footer-orta {
    margin-top: -10px;
}

#contact ul {
    list-style-type: none;

}
#contact li {
    margin-bottom: 2px;
}
#contact .fa-info-circle {
    margin-right: 10px;
}
#contact h1 {
    font-size: 22px;
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: 0;
}
#contact h1 a{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}

.contactContent p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    color: rgba(255,237,2,1);
    font-weight: 400;
    margin-bottom: 5px;
}
.contactContent a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
}


#icerik-sayfa .order2{
      order: 2;
    }
#icerik-sayfa .order1{
      order: 1;
    }
#icerik-sayfa .order3{
  order: 2;
}
#icerik-sayfa .order4{
  order: 2;
}       
    
    #icerik {
        margin-bottom: 100px;
    }
    #icerik h1 {
        font-size: 20px;
        margin-top: 70px;
    }
    #icerik img {
        margin-top: 60px;
        margin-bottom: -70px;
        width: 100%;
    }
    #icerik .sag-resim  {
        margin-top: -80px;
        margin-bottom: 10px;
    }
    
    #icerik .sag-resim .col-md-6 {
        width: 50%;
        padding: 8px;
    }
    
    
    #icerik-no-bilgi {
        margin-top: 10px;
        margin-bottom: 100px;
    }
    #icerik-no-bilgi h1 {
        font-size: 20px;
        margin-top: 70px;
    }
    #icerik-no-bilgi img {
        margin-top: 60px;
        margin-bottom: -70px;
        width: 100%;
    }
    #icerik-no-bilgi .sag-resim  {
        margin-top: -60px;
        margin-bottom: 10px;
    }
    
    #icerik-no-bilgi .sag-resim .col-md-6 {
        width: 50%;
        padding: 8px;
    }
    
    
    
    #icerik-transfer {
        margin-top: 70px;
        margin-bottom: 30px;
    }
    #icerik-transfer h1 {
        font-size: 20px;
        margin-top: 40px;
    }
    #icerik-transfer img {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    #icerik-transfer .sag-resim  {
        margin-top: -80px;
        margin-bottom: 10px;
    }
    
    #icerik-transfer .sag-resim .col-md-6 {
        width: 50%;
        padding: 8px;
    }
    
    
    #icerik-sayfa {
        margin-bottom: 30px;
    }
    #icerik-sayfa h1 {
        font-size: 20px;
        margin-top: 0x;
    }
    #icerik-sayfa img {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    
     #slogan {
        width: 100%;
        height: 50px;
    }
    #slogan .col-md-4 {
        width: 33%;
    }
    #slogan .col-md-4 img{
        width: 80%;
    }
    .slogan {
        margin-top: 20px;
     }   
    #contact img {
        display: none;    }

}

@media only screen and (max-width: 420px) {
    #whatsapp h1{
        font-size: 15px;
        padding-left: 2%;
        padding-right: 2%;
    }
    #whatsapp h1 span{
        font-size: 15px;
    }
    .sayfa-tepe img {
        width: 65%;
        margin-top: 35px;
        margin-right: 11%;
    } 

    .sayfa-baslik h2 {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        margin-top: 75px;
    }
    
}    