  .mobiel_background.show_light{
   display: block; 
  }
  .mobiel_background{
   display: none; 
  }


.dropdown-toggle::after{
 display: none !important;
}
nav.navbar.navbar-expand-lg.navbar-light.navbar-dark{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  background-color: #050508;
  padding: 0px;
}
li.nav-item.dropdown.dropdown-mega.position-static.active {
    border-color: orange;
}
/* Laptop Responsive */
@media screen and (min-width: 601px) and (max-width: 1536px){
    nav.navbar.navbar-expand-lg.navbar-light.navbar-dark{
    
    margin-right: 0rem !imporant;
    background: #050508;
    padding: 0px;
  }
  ul.navbar-nav {
/*     gap: 0px !important; */
  }
	
}
@media screen and (min-width: 0px) and (max-width: 992px){
.nav_bar_right{
  display: none;
}
}

.child_item .child_text {
 color: #C9C9C9;
 
}
.child_item_30 a:hover{
  color: #FAC075;
}
.long_arrow{
  align-self: center;
  padding-left: 12px;
  width: 33px;
}

.navbar-dark .navbar-nav .nav-link, .menu__link {
    color: rgb(255 255 255) !important;
}
.navbar a {
 color: #fff; 
}
.navbar p:not(.child_item_30 .child_text .item p) {
 color: #C9C9C9;
 
}
nav.navbar.navbar-expand-lg .container-fluid{
  max-width: 1160px;
  padding: 0px;
}
.mega-content{
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}  
.dropdown-menu.shadow.show{
width: 100vw;
    left: calc(-50vw + 50%);
    top: 100%;  
}
.insights_container_link{
 padding-left: 10px; 
}
.insight_links a:hover{
  color:#FAC075;
}
.insight_links{
     display: grid;
    gap: 20px; 
}
.insights_container_link h6{
  padding-bottom: 1.5rem; 
}
.navbar-nav{
 margin-left: 1.5rem;
  margin-right: 1.5rem;
}
li.nav-item.dropdown.dropdown-mega{
    height: 100px;
    display: flex;
    align-items: center;  
    border-bottom: 4px solid transparent;
}
li.nav-item:hover{
  border-bottom: 4px solid #F39000 !important;
}
li.nav-item:hover{
  border-bottom: 4px solid #050508 ;
}
.nav-link{
  font-size: 16px !important;
  font-weight: 400 !important;
}
.dropdown-menu.shadow.show{
  color: #fff !important;
  background: #050508;
  border-radius: 0;
}
a.item {
    display: flex;
}
.dropdown-menu.shadow.show {
    margin-top: 1px;
}
.dropdown-menu h5{
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 32px;
  color: #fff;
  margin-bottom:12px;
}
.dropdown-menu p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}
.child_items{
 display: flex;
 flex-wrap: wrap;
 gap: 32px;
 width: 100%;
 justify-content: space-between;  
}
.child_item{
  width: 48%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 32px;
}
.child_image{
  max-width: 30%;
  width: 61%;
}
.child_image img{
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.child_text{
 max-width: 70%; 
}
.child_text a{
  color: #fff;
   font-size: 18px;
    line-height: 28px;
      font-weight: 700;
    font-family: 'Avenir Next World W02 Bold' !important;
}
.child_text a:hover, .child_item:hover a{
  color: #FAC075;
  text-decoration: none;
  
}
.child_item:hover path, .child_items a:hover path{
  fill: #FAC075;
}

.link:hover path, .link:hover a{
  fill: #FAC075;
  color: #FAC075;
}

.blog_item_nav:hover .blog_img img{
/*      box-shadow: 0px 35px 33px -18px rgba(250, 192, 117, 0.56); */
    border-radius: 20px;
    width: 100%;
  transition: 0.3s;
}
.blog_img{
 position: relative; 
}
.category_blog_header{
     position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(5, 5, 8, 0.3);
    z-index: 5;
    padding: 4px;
    backdrop-filter: blur(4px);
    min-width: 80px;
    text-align: center;
    border-radius: 4px;
      font-size: 14px;
    font-weight: 700;
}

.child_text p {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 14px;
}
/*
.dropdown_main_text{
 padding-right: 50px; 
} */
.child_image{
  height: 100px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;  
}
.child_item:hover .child_image img{
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;  
}

.child_item_30 {
    width: 30%;
}
.child_item_30 .child_text .item p{
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.child_item_30 .child_text .item{
  display: inline-flex;
}
.child_item_30 .item{
  padding-bottom: 12px;
}
.child_item_30 p{
 padding-bottom: 32px; 
}
.child_child_items a{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;  
      font-family: 'Avenir Next World W02 Regular' !important;
    margin-bottom: 20px;
}

/* Blogcards */
.blog_item_nav{
 max-width: 260px; 
}
.blog_item_nav:hover .post-title_blog a{
  color: #FAC075

}
.post-title_blog a{
      font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}
.blog_item_nav:hover .blog_img img{
 scale: 1.05; 
}
.blog_img{
 overflow: hidden;
  border-radius: 20px;
      height: 190px;
}
.blog_img img{
     object-fit: cover;
    height: 100%;
}
.project_item {
    width: 30%;
}
.projects-heading__title_header{
  margin-bottom: 2.5rem !important;
  font-size: 3rem;
}

.projects-overview__project_header{
  color: white !important;
}

.lang-switcher-nav .lang_switcher_class{
  width: 100%;
}
.lang-switcher-nav .globe_class{
    width: 100%;
}
.lang-switcher-nav .lang_list_class{
  display: block;
  position: initial;
-webkit-transform: initial;
  transform: initial


}
.lang-switcher-nav .lang_list_class li{
   background-color: transparent !important;
   color: #fff !important;
}
.lang-switcher-nav .lang_list_class li a{
 color: #fff; 
  font-size: 18px;
}
.lang-switcher-nav .lang_list_class:after, .lang_list_class:before{
 display: none !important; 
}

.projects-overview__img_header{
  height: 12rem;
  margin-bottom: 2rem;
  box-shadow: 0px 32px 32px -24px rgba(250, 192, 117, 0.56);
  border-radius: 20px;
  transition:all ease .4s;
  overflow: hidden;
  position: relative;
}

.projects-overview__img_header img:not(.projects-overview__logo_header img){
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition:all ease .4s;
}

.projects-overview__logo_header {
    position: absolute;
    width: 90px;
    height: 40px;
    right: 16px;
    top: 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 16px -4px rgba(16, 24, 40, 0.08);
    backdrop-filter: blur(6px);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 12px;
}
.projects-overview__logo_header img {
    max-height: 30px;
    max-width: 100%;
}

.projects-overview__title_header{
  font-size: 1.375rem;
  color: white !important;
  font-family: 'Avenir Next World W02 Bold' !important;
  transition:all ease .4s;
}




.projects-overview__project_header:hover .projects-overview__img_header{
  box-shadow: 0px 32px 32px -24px rgba(250, 192, 117, 0.8);
  transition:all ease .4s;
}
.projects-overview__project_header:hover .projects-overview__title_header {
  transition:all ease .4s;
  color:#FAC075 !important;
}
.projects-overview__project_header:hover .projects-overview__img_header img:not(.projects-overview__logo_header img) {
  transition:all ease .4s;
  scale:1.05;
}

.projects-overview-__desc_header{
/*   white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}






.blog_img img{
/*   box-shadow: 0px 32px 32px -24px rgba(250, 192, 117, 0.56); */
  border-radius: 20px;
  width: 100%;
  transition: 0.3s;
}
.post-title_blog{
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
  margin-bottom: 8px;
}
.post-meta_desc_blog{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #C9C9C9;
}

/* right menu */
.nav_bar_right{
 color: #fff; 
}
.nav_bar_right .dropdown-menu.show {
    background-color: #000;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #4D4D4D;
    box-shadow: 0px 4px 12px -2px rgba(16, 24, 40, 0.1);
    border-radius: 0px 0px 20px 20px;
    display: flex;
    flex-direction: column;
    padding: 48px 32px;
    gap: 32px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: -webkit-center;
   margin-top: 6px;
  width: 270px;
  left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%);
}


ul.navbar-nav{
      gap: 32px;
  margin-left: 32px
}
.title_small_dropdown{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 28px;

color: #FFFFFF;
}

.smalL_dropdown_main .small_dropdown_child_items{
 display: grid;
  gap: 17px;
}

.smalL_dropdown_main a:hover{
  color:   #FAC075;
}

@media screen and (min-width: 992px){
nav.navbar.navbar-expand-lg.navbar-dark.mobile_nav_bar, .zeynep {
    display: none;
}
  
  .right_menu_div{
   padding-right: 1.5rem; 
  }
}
    
  
/* mobile / tablet menu */
  /* Mobile & Tablet */
@media screen and (max-width: 991px){
	nav.navbar.navbar-expand-lg.navbar-light.navbar-dark{
    display: none;
  }
    
nav.navbar.navbar-expand-lg.navbar-dark.mobile_nav_bar{
  padding: 0px;
  }
   
 .main_mobile_head{
     display: flex;
    width: 100vw;
    justify-content: space-between;
    padding: 24px 1.5rem;
   margin-left: -1rem;
   margin-right: -1rem;
    border-bottom: 3px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-style: solid;
    border-image: linear-gradient(to right, #050508, #424243, #050508) 1;
    margin-bottom: -1px;
    background: #050508;
    z-index: 1;
    height: inherit;

   
  }
  
.mobiel_background {
    width: 100%;
    height: 36px;
    background: linear-gradient(270deg, rgba(141, 0, 76, 0.4) 0%, rgba(250, 192, 117, 0.4) 100%);
    filter: blur(10px);
    transform: rotate(180deg);
    border-radius: 50%;
    margin-bottom: -28px;
    margin-top: -26px;
}
  header.header{
    border: none !important;
  }
  .navbar-collapse {
    overflow-x:hidden;
  }
ul.dropdown-menu.show {
    background: #050508;
}
  .mobile_nav_bar .navbar-nav{
    padding: 2.5rem 0px;
        transition: all 450ms;
  }
  a.nav-link.dropdown-toggle, button.nav-link.dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
  .mobile_arrow{
    width: 36px;
    height: 36px;
    background: #2B2B2B;
    box-shadow: 0px 10px 24px -4px rgba(16, 24, 40, 0.08);
    border-radius: 40px;
    text-align: -webkit-center;
    text-align: center;
        font-family: none;
}
  .mobile_arrow svg{
    vertical-align: -webkit-baseline-middle;
  }
  
  
  .mobile_arrow img{
    width: 36px;
    height: 36px;
    padding: 8px;
  }
  button.navbar-toggler {
    background-color: #F39000;
    width: 60px;
    height: 61px;
    border-radius: 50%;
  }
  span.navbar-toggler-icon{
   width: 20px;  
  }
  
  .navbar-toggler.collapsed .navbar-toggler-icon{
    background-image: url();
  }
  a.nav-link.dropdown-toggle.show{
    margin-bottom: 2rem;
  }
  
  .mobile_child_item{
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .mobile_arrow_title{
   margin-left: 1rem; 
  }
  .mobile_img_child {
    max-width: 50%;  
  }
  .mobile_img_child img{
   border-radius: 12px;
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 90px;
  }

  .mobile_text_child .dropdown-item{
    padding: 0px;
    font-size: 18px;
  }
  .mobile_text_child p{
    font-size: 14px;
    line-height: 20px;
  
  }
  .dropdown_main_text_mobile{
   margin-bottom: 3rem; 
  }
  .mobile_nav_bar a.nav-link.dropdown-toggle, button.nav-link.dropdown-toggle {
    border-bottom: 1px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-style: solid;
    border-image: linear-gradient(to right, #424243, #050508) 1;
    border-bottom: 1px solid;


    margin-bottom: -1px;
    background: #050508;
  }
    a.nav-link.dropdown-toggle.show {
    border-image: linear-gradient(to right, #050508, #424243, #050508) 1 !important;
  }
  
  li.nav-item:hover{
   border-bottom: 0px !imporant; 
  }
  
  .second_mobile_menu{
    display: grid;
    gap: 2rem;
    margin-top: 1rem;
  }
  .second_mobile_menu .nav-item:nth-child(1){
/*     order: 2; */
  }
  .second_mobile_menu .nav-item:nth-child(2){
    order: 3;
  }
  .second_mobile_menu .nav-item:nth-child(3){
    order: 4;
  }
  .second_mobile_menu .nav-item:nth-child(4){
    order: 1;
  }
  .second_mobile_menu .nav-item:nth-child(5) a{
    text-align: center;
    background: #F39000;
    border-radius: 100px;
    font-weight: 800 !important;
  }
  
  .child_item_100_mobile.child_item_30.blog_item_nav {
    width: 100%;
  }
  .blog_img img{
    width: 100%;
  }
  
/*  toggle  */
/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    transition: all 0.2s;
}
.collapsed .toggler-icon{
  width: 21px;
}
.navbar-toggler.x{
 text-align: -webkit-center;
    padding: 19px; 
 }
/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #fff;
}
  

.bi.bi-arrow-right{
      align-self: center;
}
  
  
  
/* Mobile menu sander edit */
.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu__cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
  width: 100%;
  transition: all 700ms;
}
.menu__wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transform: translate(-100%, 0);
  transition: transform 0.3s ease-out;
}
.menu__list-cont {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  transform: translate(120%, 0);
  transition: transform 0.3s ease-out;
  margin: 0;
  padding: 0;
}
.menu__list-cont.disable {
  opacity: 0;
  pointer-events: none;
}
.menu__list {
  padding: 0;
  margin: 0;
}
  .menu__list h5 {
    color:#fff !important;
  }
.menu__el {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu__link {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
      background: transparent;
    border: none;
}
  .menu__sublevel-back {
        border-bottom: 1px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-style: solid;
    border-image: linear-gradient(to right, #424243, #050508) 1;
    border-bottom: 1px solid;
    margin-bottom: -1px;
    background: #050508;
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
        margin-bottom: 2rem;
  }
  .menu__sublevel-back .mobile_arrow {
    margin-right:12px;
  }
  .menu__sublevel-back img {
      transform: rotate(180deg);
  }
    .dropdown {
    position:initial !important;
  }
  .menu-shifter {
  transition: transform 0.3s ease-out;
  }
  
  
  .mobile_project_item{
   width: 44%; 
    
  }
  
  .mobile_news_item{
  width: 44%;
  }
  
  .menu_open{
  rotate: 180deg;
  }
  
  .child_item_mobile{
   width: 100%; 
  }
  
  .child_item_mobile_50{
   width: 44%; 
  }
  .child_child_items a{
    margin-bottom: 0px;
  }
  .child_text{
   width: 100%; 
  }
  .mobile_img_child{
    width: 95%;
  }
  .mobile_img_child img{
   width: 100%; 
  }
  .mobile_text_child{
    max-width: 57%;
  }
  .dropdown-item.active, .dropdown-item:active {
    color: #F39000 !important;
    text-decoration: none;
    background-color: transparent !important;
  }
  .child_item_30.child_item_mobile_50 p {
   padding-bottom: 10px; !important; 
  }
}

a.nav-link.dropdown-toggle {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mobile_container{
    width: min-content !important;
  }
  .projects-overview-__desc_header{
  
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
 
  }

  
}

.category_blog_header{
  color: #fff; 
}

a.lang_switcher_link:hover{
 color:  #f39000 !important;
}
