
 
.header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 800;
    padding: 0px 0px;
    position: relative; 
     
    background: #fff;
}


 
 
.header .logo { height: 50px; transition: 0.5s;   }

.header .menu {      }
 
.header .content  {   padding:0px 0px;    }
 

.header .menu  .url-menu > a           { color: #5b5b5b;   margin: 0px 0px;   font-weight: 600;     transition: 0.5s }
.header .menu  .url-menu:hover         { cursor:pointer;   }
.header .menu  .url-menu .font-11      { font-size: 10px; padding-bottom: 0px; opacity: 0.5;}
.header .menu  .url-menu       span    { display: inline-block;  padding: 8px 12px; border-radius: 5px;     }
.header .menu  .url-menu       span i  { display: inline-block;  color: #1778f2; padding: 0px 6px;     }
.header .menu  .url-menu:hover span    { color: #1778f2;     }
.header .menu  .url-menu:hover span i  { color: #fff;     }


 
.header .menu  .url-menu > a { color: #000;     font-weight: 500;     transition: 0.5s }
 
.header .sm a { display: inline-block; padding: 4px ;   }
.header .sm a i { display: inline-block; line-height: 35px ; color: #000;  }
.header .sm a:hover { opacity: 0.5; }


.header .menu  p { padding-left: 30px; }
.header .menu  p a { display: inline-block; width: 20px; color: #1778f2;  }


.header .menu > .url-menu             { display: inline-block; color: #1778f2;    }
.header .menu  .url-menu:hover a {    }


  
 
.anasayfa .header .logo {   filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
.anasayfa .header .menu  .url-menu       a { color: #fff;   }


.mobile-header {     box-shadow:  0px 0px 40px rgba(0,0,0,0.1);  }
.mobile-header img { height:100px; padding: 20px;}

@media screen and (max-width: 1000px) {
 
    .header {
        position: relative;
        text-align: left;
         
    }
    .header .logo {
        width: 90%;
        max-width: 200px;
        height: 150px;
        position: relative;
        margin-top: 0px;
    }
}
