body.mobile-menu-opened{overflow: hidden;}

.home-slider-wrapper{position: relative; }
.main-carousel{background: linear-gradient(90deg, rgba(31, 38, 49, 0.9) 0%, rgba(46, 59, 77, 0) 100%);}



#header-logo{
  position: absolute;          /* mevcut yapı korunuyor */
  z-index: 99;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;

  /* YATAY ORTALAMA */
  left: 50%;
  transform: translateX(-50%);
  width: max-content;          /* içerik kadar genişlik */
}

#header-logo a{
  margin-left: 0;              /* sağa kayan boşluğu kaldır */
  display: inline-block;
  line-height: 0;
}

#header-logo img{
  display: inline-block;
  vertical-align: middle;
}

#header{display: flex; align-items: center; justify-content: center; position: fixed; z-index: 99999;box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1); }

.home-slider-wrapper .flickity-page-dots {
    top: auto;
    bottom: 20%;
    left: 164px;
    width: 310px;
    transform: translateX(0) translateY(10%);
    display: flex;
    flex-direction: row;
}
.flickity-page-dots {
    align-items: center;
    padding-top: 3.5rem;
    bottom: -65px;
}
.flickity-page-dots li  {
    background-color: transparent;
}

.home-slider-wrapper .flickity-page-dots li {
    background: transparent;
    width: 190px;
    height: 7px;
    border-radius: 0;
    opacity: 1;
    margin-bottom: 15px;
    outline: none !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.flickity-page-dots .dot.is-selected {
    background-color: white;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

#mobile-menu-trigger {
    background: url(../img/header/menu_in.png) no-repeat center center;
    background-size: contain;
    width: 48px;
    height: 48px;
    display: block;
    margin-right: 46px;
    left: 10px;
    z-index: 11;
}

#header-menu {  position: fixed;  display: block;  left: 0;  width: 100%;  height: 100%;  transform: translateX(0%); transition: all ease-in-out .15s; background: rgba(28, 40, 58, 0.93);   top: 0; opacity: 0; width: 0;  overflow: hidden; 
}


body.mobile-menu-opened #header #site-logo{position: relative; z-index: 99;}
body.mobile-menu-opened #header #site-logo a .white-logo{display: block; }
body.mobile-menu-opened #header #site-logo a .colored-logo{display: none;}
.colored-logo{max-width: 260px;}

body.mobile-menu-opened #header #header-menu{  width:100%; z-index: 10; transform: translateX(0); opacity: 1;}

body.mobile-menu-opened #header #header-menu.nav-menu ul{display: block; padding-top: 140px; justify-content: flex-end; padding-left: 165px;  list-style: none;  margin: 0;
    height: 100%;  
}
.opened-menu-wrapper{    background: #0C479D;    height: 100%; width: 36%;}
body.mobile-menu-opened #header #header-menu.nav-menu  ul li a{width: auto; position: relative;}
body.mobile-menu-opened #header #header-menu.nav-menu  ul li a img{position: absolute; left: 0; transform: translateX(-100%);     margin-left: -10px;  margin-top: 5px;}


body.mobile-menu-opened #header #mobile-menu-trigger {
    background-image: url(../img/header/menu_out.png);
    margin-right: 76px;
}

.nav-menu ul li {     padding-bottom: 20px;
}

.nav-menu ul li a{font-weight: 700;  font-size: 28px;  line-height: 44px; text-decoration: none;  color: #9DC0F4; }

.nav-menu ul li a:hover{color: #FFFFFF ;}
.carousel-cell-wrapper-link {padding-top: 54px; padding-bottom: 30px;}
.carousel-cell-wrapper-link a{background: #0C479D; border-radius: 24.5px; font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    /* identical to box height */
    
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    padding: 12px 36px;
    }


    