/******************************************************/
/******************************************************/
/************ Design & FrontEnd Code ******************/
/**************** Aydin Ozcanbaz **********************/
/************Boolten.com - Dijidev.com****************/
/******************************************************/
/******************************************************/

/* CSS Document — fonts: system stack (no external @import) */

* {
    border: 0;
    padding: 0;
    margin: 0;
}	
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    background-color: #fff;
    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;
}
/* Responsive Açılır Menü */
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 20000;
    top: 0;
    right: 0;
    background-color: rgba(0,38,85);
    background-color: rgba(0,38,85,0.95);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: red;
}
.overlay a {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding: 2px;
    text-decoration: none;
    color: rgba(255,255,255,1);
    display: block;
    transition: 0.3s;    
}
.overlay a:hover, .overlay a:focus {
    color: rgba(255,255,255,0.7);
}
.overlay .closebtn {
    color: rgba(255,255,255,1);
    position: absolute;
    top: 55px;
    right: 40px;
    font-size: 70px;
    font-weight: 700;
}
/* menü bitti */
.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;
}
/* menü responsive icon bitti */
#cover {
    width: 100%;
}
.fixed-top {
	max-width: 100%;
	height: 110px;
	padding: 0 auto;
    background-color: rgba(0,38,85,0.95);
     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{
	padding-top: 20px;
	height: 80px;
    background-color: rgba(0,38,85,0.95);
	max-width: 100%;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
     transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#cover {
    position: absolute;
    width: 100%;
	height: 150px;
    z-index: 998;
}
header {
    width: 100%;
    height: 125px;
    position: absolute;
    z-index: 10000;
    background: #fff;
}
#logo {
    float:left;
    width: 190px;
    height: 175px;
    margin-left: 45%;
}
.fixed-top.change-fix-top #logo  {
    background-size: 100% auto;
    background-repeat: no-repeat;
    float:left;
    width: 110px;
    height: 100px;
    margin-left: 49%;
    margin-top: -20px;
    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: left;
    margin-top: -120px;
    margin-left: -20px;
}
.fixed-top.change-fix-top nav  {
    float: left;
    margin-top: -70px;
    margin-left: -20px;
}
nav>ul>li>a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
    padding: 9px 4px 9px 15px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}
.fixed-top.change-fix-top nav>ul>li>a {
    font-family: 'Roboto Condensed', serif;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
    padding: 9px 4px 9px 15px;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
nav>ul>li>a:hover {
    font-family: 'Roboto Condensed', serif;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 9px 4px 9px 15px;
    text-decoration: none;
    text-shadow: 0 0 8px rgba(255,255,255,0.4);
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.fixed-top.change-fix-top nav>ul>li>a:hover {
    font-family: 'Roboto Condensed', serif;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 9px 4px 9px 15px;
    text-decoration: none;
    text-shadow: 0 0 8px rgba(255,255,255,0.4);
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
nav>ul>li>a.active {
    font-family: 'Roboto Condensed', serif;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 6px rgba(255,255,255,0.3);
    transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}
.fixed-top.change-fix-top nav>ul>li>a.active {
    font-family: 'Roboto Condensed', serif;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 9px 4px 9px 15px;
    text-decoration: none;
    text-shadow: 0 0 6px rgba(255,255,255,0.3);
    transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
nav>ul>li>a.active::after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 1px 0 0 0px;
}
.fixed-top.change-fix-top nav>ul>li>a.active::after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.9);
    margin: 1px 0 0 0px;
}
nav>ul>li>a.active2 {
    font-family: 'Roboto Condensed', serif;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #fff;
    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;
}
.fixed-top.change-fix-top nav>ul>li>a.active2 {
    font-family: 'Roboto Condensed', serif;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    padding: 9px 4px 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 {
   list-style: none;
   padding: 0;
   margin: 0;
   color: #332972;
   display: block;
}
nav ul li {
   list-style: none;
   display: inline-block;
   padding: 0px;
   position: relative;
   transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
   -ms-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   -webkit-transition: all 0.6s ease;
}
#nav-toggle-alt{
	display:none;
}
/* Anasayfa menü bitti*/
#slider {
    width: 100%;
    margin-top: 90px;
}
#anasayfa-bizkimiz {
    width: 100%;
    height: 100%;
    padding-top: 0px;
}
#anasayfa-bizkimiz .anasayfa-bizkimiz-tepe {
    width: 100%;
    padding-top: 70px;
}
#anasayfa-bizkimiz h1{
    float: left;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #0180ca;
    padding-top: 40%;
    padding-right: 10px;
}
#anasayfa-bizkimiz h1::after{
    content: " ";
    display: block;
    width: 90%;
    height: 5px;
    background-color: rgba(0,38,85,0.95);
    margin: 15px 0 0 50px;
}
#anasayfa-bizkimiz  p{
    float: left;
    text-align: left;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #444;
    padding-top: 10px;
}
#anasayfa-bizkimiz img{
    width: 100%;
    margin-top: 110px;
}
/* KURUMSAL PARALLAX İÇ TEPE*/
#parallax-ic-tepe {
    width: 100%;
    height: 400px;
    margin-top: 110px;
    background-color: #eee;
    background-position: left top;
}
#parallax-ic-tepe img{
    width: 100%;
    height: 100%;
}
#parallax-ic-tepe h4{
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: rgba(0,38,85,1);
    margin-top: 300px;
}

#icerik {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #fff;
}
#icerik h2{
    float: left;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: rgba(0,38,85,1);
}
#icerik h2::after{
    content: " ";
    display: block;
    width: 400px;
    height: 5px;
    background-color: rgba(0,38,85,1);
    margin: 15px 0 0 50px;
}
#icerik p {
    float: left;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #444;
    padding-right: 50px;
}
#icerik img {
    width: 100%;
    margin-bottom: 30px;
}

#iletisim-icerik {
    width: 100%;
    background: #fff;
    padding-top: 50px;
}
#iletisim-icerik p {
    float: left;
    font-size: 18px;
    color: #555;
    padding-top: 10px;
}
#iletisim-icerik i {
    float: left;
    font-size: 22px;
    color: #006cb4;
    padding-top: 2px;
    padding-right: 10px;
}
.iletisim-adres {
    width: 100%;
    background-color: #006cb4;
    margin-top: 50px;
    margin-bottom: 20px;
}

#iletisim-icerik h3{
    float: left;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #0180ca;
    padding-top: 50px;
}

.tesekkur h3{
    text-align: center;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #000;
    padding-top: 100px;
}


#iletisim-icerik h3::after{
    content: " ";
    display: block;
    width: 300px ;
    height: 5px;
    background-color: #85c525;
    margin: 15px 0 0 50px;
}





#ana-bayilik {
    width: 100%;
    height: 1225px;
    padding-top: 75px;
}
#ana-bayilik .bg {
    background: url("../img/ana-siparis-bg.jpg") no-repeat center center;
    position: relative;
}
#ana-bayilik .col-md-3 {
    text-align: center;
    padding-top: 50px;
}
#ana-bayilik .vertical-line:after {
  content: '';
  width: 0;
  height: 77%;
  position: absolute;
  border: 1px solid #eeeeee;
  top: 50px;
  right: 0;
} 
#ana-bayilik h3 {
    font-family: 'Roboto', sans-serif;
    color: #002655; 
    font-size: 23px;
    font-weight: 700;
    padding-top: 25px;
}
#ana-bayilik p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    color: #222;
    text-align: center;
    margin-top: -10px;
}
.ana-siparis-buton {
    width: 100%;
    height: 100px;
    background: url("../img/ana-hemen-siparis-buton-bg.png") repeat top center ;
}
.ana-siparis-buton h4 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #ffffff; 
    font-size: 44px;
    font-weight: 700;
    padding-top: 25px;
}
.ana-siparis-anons {
    width: 100%;
    height: 150px;
    float: left;
    background-color: #ffffff;
}
.ana-siparis-anons .col-md-4 {
    padding-top: 50px;
}
.ana-siparis-anons .sol-yazi h5{
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #3d6c95; 
    font-size: 32px;
    padding-left: 30px;
}
.ana-siparis-anons .orta-yazi h5{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #f07d7d; 
    font-size: 32px;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}
.ana-siparis-anons .sag-yazi h5{
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #59c2bd; 
    font-size: 32px;
    padding-right: 30px;
}
#ana-bayilik .bank1 {
    margin-top: 20px;
}
#ana-bayilik .bank2 {
    margin-top: 5px;
    margin-bottom: 15px;
}
.ana-sayfa-whatsapp  {
    position: absolute;
    width: 100%;
    margin-top: -110px;
    left: 0;
}

footer {
    width: 100%;
    background-color: rgba(0,38,85,0.90);
    padding-bottom: 30px;
}
footer img {
    margin-left: 42.5%;
    margin-top: -40px;
    margin-bottom: 50px;
}
footer ul li{
    margin-bottom: -5px;
}

.adress span,.social span{
   color: #FFF; 
   font-weight: 700; 
   padding-bottom: 10px; 
   margin-bottom: 20px;
   display: block;
   text-transform: uppercase;
   font-size: 20px;
   margin-bottom: -5px;
}
.social li a{
    color:#FFF;
    text-decoration:none;
    font-size:16px;
}
.adress li p {
    color:#FFF;
    text-decoration:none;
    font-size:16px;
}
.social-orta {
    padding-left: 41%;
}
.social {
    text-align: center;
}
.social li{
    float:left;
    list-style: none;
    margin-right: 15px;
}
.adress , .contact , .social {
    list-style: none;
}
.contact span {
   color: #FFF; 
   font-weight: 700; 
   padding-bottom: 10px; 
   margin-bottom: 20px;
   display: block;
   text-transform: uppercase;
   font-size: 20px;
   margin-bottom: -5px;
}
.contact li a{
    color:#FFF;
    text-decoration:none;
    font-size:16px;
}
.fa{
    color:#9c9c9c;
    font-size:25px;
}

.footer-company-info {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
    line-height: 1.65;
    color: #e8e8e8;
}
.footer-company-info p {
    margin-bottom: 0.5rem;
}
.footer-company-info a {
    color: #fff;
}

/* Footer Bitiş */

#footer-alt {
    width: 100%;
    height: 50px;
    background-color: #e5e9ee;
}
#footer-alt p {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 5px;
    padding-top: 10px;
}
.footeralt-sol{
    float: left;
    text-align: right;
}
.footer-alt-sag {
    float: right;
    text-align: right;
}

.footeralt-sag img{
    width: 80px;
    text-align: right;
    padding-top: 12px;
}

@media only screen and (max-width: 1199px) {
    nav {
        display: none;
    }
    .ana-icon-items-select {
        display: block;  
        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;
        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{
        display: block;  
        top: 5px;
        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;
        transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    }
    #logo {
        margin-left: 40%;
    }   
    .fixed-top.change-fix-top #logo {
        margin-left: 45%;
    }
    #slider {
        margin-top: 110px;
    }
    
    #anasayfa-bizkimiz .anasayfa-bizkimiz-tepe {
        padding-top: 20px;
    }
   .ana-siparis-anons .sol-yazi h5{
        font-size: 26px;
    }
    .ana-siparis-anons .orta-yazi h5{
        font-size: 26px;
    }
    .ana-siparis-anons .sag-yazi h5{ 
        font-size: 26px;
    }
    #ana-bayilik .bank1 img{
        width: 75%;
    }
    #ana-bayilik .bank2 img{
        width: 20%;
    }
    .ana-sayfa-whatsapp  {
        margin-top: -85px;
    }
    .ana-sayfa-whatsapp img {
        width: 100%;
    }  
}

@media only screen and (max-width: 990px) {
    #logo {
        margin-left: 38%;
    } 
    .fixed-top.change-fix-top #logo {
        margin-left: 42%;
    }
    #anasayfa-bizkimiz h1{
        padding-top: 40px;
        font-size: 24px;
    }
    #anasayfa-bizkimiz h1::after{
        margin: 0;
    }
    #anasayfa-bizkimiz  p{
        font-size: 15px;
        padding-top: 0;
    }
    #anasayfa-bizkimiz img{
        width: 100%;
        margin-top: 50px;
    }   
    #ana-bayilik {
        height: 1175px;
        padding-top: 50px;
    }
    .ana-siparis-anons .sol-yazi h5{
        padding-left: 10px;
        font-size: 22px;
    }
    .ana-siparis-anons .orta-yazi h5{
        font-size: 22px;
    }
    .ana-siparis-anons .sag-yazi h5{ 
        font-size: 22px;
        padding-right: 10px;
    }
    #ana-bayilik .bank1 {
        margin-top: 0;
    }  
    #ana-bayilik .bank2 {
        margin-top: 0;
    } 
    #ana-bayilik .bank1 img{
        width: 75%;
        margin-top: 10px;
    }
    #ana-bayilik .bank2 img{
        width: 20%;
    }
    .ana-sayfa-whatsapp  {
        background: none ;
        margin-top: -70px;
    }
    footer img {
        margin-left: 39%;
        margin-top: -85px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    #logo {
        margin-left: 38%;
    }
    .fixed-top.change-fix-top #logo {
        margin-left: 42%;
    }
    #ana-bayilik {
        height: 1150px;
        padding-top: 50px;
    }
    #slogan h1 {
        font-size: 24px;
    }
    #parallax-ic-tepe {
        margin-top: 80px;
    }
    #parallax-ic-tepe img{
        width: 100%;
    }
    #parallax-ic-tepe h4{
        display: none;
    }
    #parallax-cay-tepe {
        margin-top: 80px;
    }
    #parallax-cay-tepe img{
        width: 100%;
    }
    #parallax-cay-tepe h4{
        display: none;
    }
    #parallax-macun-tepe {
        margin-top: 80px;
    }
    #parallax-macun-tepe img{
         width: 100%;
    }
    #parallax-macun-tepe h4{
        display: none;
    }
    #anasayfa-bizkimiz h1{
        font-size: 30px;
        padding-right: 0;
    }
    #icerik {
        padding-top: 40px;
        margin-bottom: 130px;
    }
     #icerik h2{
        width: 90%;
        float: left;
        font-size: 24px;
        font-weight: 700;
    }
    #icerik h3{
        width: 90%;
        float: left;
        font-size: 24px;
        font-weight: 700;
    }
    #icerik p {
        font-size: 17px;
        padding-right: 0;
    }
    #icerik img {
        width: 100%;
        margin-bottom: 30px;
    }
    #icerik h2::after{
        content: " ";
        display: block;
        width: 100%;
        height: 5px;
        margin: 15px 0 0 50px;
    }
}  

@media only screen and (max-width: 767px) {
    .fixed-top {
        height: 80px;
    }
    .fixed-top.change-fix-top{
        padding-top: 20px;
        height: 70px;
    }
    .ana-icon-items-select {
        top: 15px;
        right: 15px;
    }
    .fixed-top.change-fix-top .ana-icon-items-select {
        top: 10px;
        right: 15px;
    }
    .overlay .closebtn {
        top: 35px;
        right: 20px;
    } 
    #slider {
        margin-top: 80px;
    }
    #logo {
        background-image: url("../img/zerofit-logo-k.png");
        background-size: 100% auto;
    	background-repeat: no-repeat;
        width: 110px;
        height: 105px;
        margin-left: 35%;
    }
    .fixed-top.change-fix-top #logo {
        margin-left: 35%;
        margin-top: -30px;
    }
    #anasayfa-bizkimiz .col-md-7 {
        margin-top: -30px;
    }    
    #ana-bayilik {
        height: 1900px;
        padding-top: 50px;
    }
    #ana-bayilik .bg {
        background: none;
        position: none;
        background-color: #f7f7f7;
    }
    #ana-bayilik .col-md-3 {
        padding-top: 30px;
    }
    #ana-bayilik .vertical-line:after {
      content: '';
      width: 90%;
      height: 0;
      position: absolute;
      border: 2px solid #e5e5e5;
      top: 280px;
      left: 5%;
    } 
    .ana-siparis-buton {
        height: 100px;
        margin-bottom: 30px;
    }
    .ana-siparis-buton h4 {
        font-size: 35px;
        padding-top: 35px;
    }
    .ana-siparis-anons {
        width: 100%;
        height: 150px;
        float: left;
        background-color: #ffffff;
    }
    .ana-siparis-anons .col-md-4 {
        padding-top: 20px;
    }
    .ana-siparis-anons .sol-yazi {
        border-bottom: 2px solid #e5e5e5;
        background-color: #fff;
    }
    .ana-siparis-anons .sag-yazi {
        background-color: #fff;
        border-top: 2px solid #e5e5e5;
    }
    .ana-siparis-anons .orta-yazi {
        background-color: #fff;
    }
    .ana-siparis-anons .sol-yazi h5{
        text-align: center;
        font-size: 35px;
    }
    .ana-siparis-anons .orta-yazi h5{
        text-align: center; 
        font-size: 35px;
        border-left: 0px solid #e5e5e5;
        border-right: 0px solid #e5e5e5;
    }
    .ana-siparis-anons .sag-yazi h5{
        text-align: center;
        font-size: 35px;
    }
    #ana-bayilik .bank1 {
        margin-top: 95px;
    }  
    #ana-bayilik .bank2 {
        margin-top: 10px;
    } 
    #ana-bayilik .bank1 img{
        width: 100%;
        margin-top: 0px;
    }
    #ana-bayilik .bank2 img{
        margin-left: 35%;
        width: 30%;
    }
    .ana-sayfa-whatsapp  {
        margin-top: -46px;
    }
    footer {
        margin-top: 0;
    }
    #footer-alt {
        text-align: center;
        height: 90px;
    }
    .footeralt-sol {
        text-align: center;
    }
    
}    

@media only screen and (max-width: 425px) {
    #slogan h1 {
        font-size: 22px;
        text-decoration: none;
    }
    .ana-siparis-buton h4 {
        font-size: 25px;
        padding-top: 40px;
    }
    .ana-siparis-anons .sol-yazi h5{
        font-size: 22px;
    }
    .ana-siparis-anons .orta-yazi h5{
        font-size: 22px;
    }
    .ana-siparis-anons .sag-yazi h5{
        font-size: 22px;
    }
     #ana-bayilik .bank1 {
        margin-top: 40px;
    }  
    #ana-bayilik .bank2 {
        margin-top: 0px;
    } 
    #parallax-ic-tepe {
        height: 300px;
        background: url("../img/zerofit-ic-kapak-425.jpg") center center;
    }
    #parallax-cay-tepe {
        height: 300px;
        background: url("../img/zerofit-cay-kapak-425.jpg") center center;
    }
    #parallax-macun-tepe {
        height: 300px;
        background: url("../img/zerofit-macun-kapak-425.jpg") center center;
    }
    footer {
        margin-top: -90px;
    }
    footer img {
        margin-left: 30%;
        margin-top: -80px;
        margin-bottom: 30px;
    }
    .social-orta {
        padding-left: 0%;
    }
    .social {
        text-align: left;
        margin-bottom: 20px;
    }
    
}

@media only screen and (max-width: 380px) {
    
   #logo {
        margin-left: 33%;
    }
    .fixed-top.change-fix-top #logo {
        margin-left: 33%;
    }
    footer img {
        margin-left: 25%;
    }

}
@media only screen and (max-width: 350px) {
    
   #logo {
        margin-left: 30%;
    }
    .fixed-top.change-fix-top #logo {
        margin-left: 30%;
    }
    footer img {
        margin-left: 23%;
    }

}

/* Hosting: MasterSlider defaults to visibility:hidden until JS runs; show if jQuery/CDN blocked */
#masterslider.master-slider,
#P_masterslider .master-slider {
    visibility: visible !important;
}

/* Footer social: inline SVG — no Font Awesome / webfonts / CDN */
.social-orta .social-svg-link {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.social-orta .social-svg {
    display: block;
}

/* Fix: prevent nav links from overlapping logo */
nav>ul>li>a,
nav>ul>li>a:hover,
nav>ul>li>a.active,
nav>ul>li>a.active2,
.fixed-top.change-fix-top nav>ul>li>a,
.fixed-top.change-fix-top nav>ul>li>a:hover,
.fixed-top.change-fix-top nav>ul>li>a.active,
.fixed-top.change-fix-top nav>ul>li>a.active2 {
    font-size: 16px !important;
    padding-left: 10px !important;
}

/* SİPARİŞ — CTA button style */
nav>ul>li>a.nav-siparis {
    background-color: #e8a020;
    color: #fff !important;
    border-radius: 4px;
    padding: 7px 16px !important;
    margin-left: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
    text-shadow: none !important;
}
nav>ul>li>a.nav-siparis:hover,
.fixed-top.change-fix-top nav>ul>li>a.nav-siparis:hover {
    background-color: #f5b030;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    text-shadow: none !important;
}
nav>ul>li>a.nav-siparis.active,
.fixed-top.change-fix-top nav>ul>li>a.nav-siparis.active {
    background-color: #f5b030;
    color: #fff !important;
    text-shadow: none !important;
}
nav>ul>li>a.nav-siparis.active::after,
.fixed-top.change-fix-top nav>ul>li>a.nav-siparis.active::after {
    display: none;
}