.elementor-2106 .elementor-element.elementor-element-8edf5e6{z-index:100;}/* Start custom CSS for column, class: .elementor-element-fa9d704 */header,
.site-header,
.main-header,
#mega-menu-wrap-primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

body {
  padding-top: 90px;
}
/* header sabit */

#mega-menu-wrap-primary{
position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;
background:#ffffff;
transition:all .3s ease;
}

/* içerik menü altına girmesin */

body{
padding-top:90px;
}

/* logo ayarları */

.site-logo{
position:relative;
}

.logo-normal{
display:block;
max-height:60px;
transition:opacity .3s ease;
}

.logo-scroll{
display:none;
max-height:60px;
transition:opacity .3s ease;
}

/* scroll olduğunda */

.menu-scroll .logo-normal{
display:none;
}

.menu-scroll .logo-scroll{
display:block;
}/* End custom CSS */