#navbarMobile{
    display:none;
}
.navbarMobileMenu{
    display:none;
}
/*************HAMBURGER**************/
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    width: 30px; /* Adjust size as needed */
}
.line {
    height: 3px; /* Thickness of the lines */
    background-color: white; 
    margin: 4px 0; /* Space between the lines */
    transition: background-color 0.3s ease; /* Optional for hover effect */
    border-radius:50px;
}
.hamburger:hover .line {
    background-color: #555; /* Change color on hover */
}
#navbar {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 80px;
    background: #333;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000; /* Navbar stays on top */
      transition: top 1.3s, opacity 0.7s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.paragraphs{
    font-size: 25px;
    font-weight: 100;
    color:white;
    line-height:40px;
    padding: 3% 10% 0 10%;
}
#logoContainer, #logoContainerMin {
    display: flex;
    justify-content: left;
    text-align: left;
    align-items:left;
    width: 20%;
}
#logo, #logoMin {
    font-size: 30px;
    font-weight: 600;
    color: white;
    z-index: 10;
    padding-left:10%;
    display:flex;
    align-items:center;
}
.mainlogoStratejico{
    width:45%;
}
ul#navLinksContainer li a {
    display: block; /* Linkin tam genişliği kapsamasını sağlar */
    width: 100%;
    height: 100%;
}
li#clients, li#inspiration, li#contact{
    height:70%;
    transform: translateY(36%);
}
#navLinksContainer a {
    transition: color 0.5s ease;
}
#navLinksWrapper, .navLinksWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin:auto;
    background:#333;
    z-index:9;
}
#navLinksContainer, .navLinksContainer {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
    }
li {
    list-style-type: none;
    color: white;
    margin: 0 10px;
    padding:0%;
    height: auto;
    top: 0;
    font-weight:300;
    font-size:14px;
    letter-spacing:.2px;
}
.sub-dropdown {
    opacity: 0; 
    overflow: hidden; 
    padding-left: 20px; 
    transition: max-height 0.4s ease, opacity 0.4s ease;
    display: none;
}
.sub-dropdown.active {
    opacity: 1;
}
.dropdown, .sub-dropdown {
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}
#background{
    padding: 20px 20px 20px 1px;
}
#neden-stratejiko{
    height: 60%;
    align-items: center;
    transform: translateY(34%);
}
#inspiration{
    align-items: center;
}
.ekibimiz{
    display: flex;
    flex-direction: row;
}
#ekibimiz{
    padding: 20px 20px 20px 62px;
}
#arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid white; /* Change this color to match your design */
    display: inline-block;
    margin-left: 8px; /* Space between text and arrow */
    margin-top: 5px;
}
#arrow-right1 {
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 20px solid #5050c9; 
    margin-top: 0%;
    right:2%;
    display: none;
    transform: rotate(270deg);
    position: absolute;
}
#arrow-right2 {
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 20px solid #2baa80; 
    right: 2%; 
    margin-top: 0%;
    display: none;
    transform: rotate(270deg);
    position: absolute;
}
#arrow-right3 {
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 20px solid #b85c5c; 
    right: 2%; 
    margin-top: 0px;
    display: none;
    transform: rotate(270deg);
    position: absolute;
}
#arrow-right1, #arrow-right2, #arrow-right3 {
    pointer-events: none;
}
.kariyer{
    padding:15px 40px 15px 20px;
    background-color: #333;
}
#kariyer{
    width: 100%;
    margin-left: -10px;
}
#neden-biz{
    padding: 20px 25px 20px 0px;
}
#services{
    display: flex;
    height: 60%;
    transform: translateY(34%);
}
#yayinlarimiz{
    padding: 20px 0 0 0;
    margin-left: -10px;
}
#makalelerimiz{
    padding-left: -25px;
    padding-top: 33px;
    padding-bottom: 20px;
}
.sub-dropdown.active {
    opacity: 1; /* Fade in when active */
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out; /* Smooth transition */
}
.searchBarContainer,#searchBarContainer{
    width:35%;
    height:80px;
    display:flex;
    margin-left:auto;
    justify-content:right;
    align-items:center;
    padding-right:5%;
}
.searchIcon,#searchIcon {
width:25px;
height:23px;
z-index: 10;
margin-right:15%;
}
.languageOptionContainer,#languageOptionContainer {
display:flex;
width:15%;
justify-content:center;
text-align:center;
flex-direction:row;
padding-left:5%;
}
#language, #languageMin{
margin:auto;
font-size:13px;
color:white;
background:#555;
border-radius:5px;
z-index: 10;
white-space: nowrap;
}
.servicesIconsMobile{
    width:100%;
}
@media screen and (max-width: 1260px) and (min-width: 350px) {
#navbar{
    display:none;
}
#logoContainer, #logoContainerMin {
    width: 10%;
}
#logo, #logoMin {
    font-size: 20px;
    font-weight: 700;
    color: white;
    z-index: 10;
    padding-left:20%;
}
#navbarMobile{
    display:flex;
    width:100%;
    background:#333;
    padding-right:2%;
    height:55px;
    align-items:center;
}
.hamburger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease, color 0.3s ease; /* Smooth rotation and color transition */
    z-index:9999999;
}
.hamburger .line {
    background-color: gray; /* Default color */
    transition: background-color 0.3s ease; /* Smooth color transition */
}
.hamburger.active {
    color: #555;
    transform: rotate(90deg); /* Rotate the whole hamburger icon */
}
.hamburger.active .line {
    background-color: white; /* Change line color to gray when active */
}
.navbarMobileMenu {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    transition: margin-top 0.6s ease-in-out;
        position:absolute;
        z-index:2;
        background:#333;
        margin-top:-200%;
}
.open {
    margin-top: 0px; /* Bring it into view */
    z-index:2;
}
.navbar-item {
    padding: 30px;
    cursor: pointer;
    border-top: 1px solid #444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:1;
    font-weight:200;
}
.navbar-item-bottom {
    padding: 30px;
    cursor: pointer;
    border-bottom: 3px solid gray;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:1;
}
.submenu{
    z-index:1;
}
.navbar-item:hover {
    background-color: #555;
}
.triangle {
    font-size: 12px;
    margin-left: 8px;
    color:#555;
    transition: transform 0.2s ease;
}
.rotate {
    transform: rotate(180deg);
    color:white;
}
.submenu {
    max-height: 0; 
    overflow: hidden; 
    opacity: 0; 
    visibility: hidden; 
    transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease; 
    background-color: none;
    display:flex;
    flex-direction:column;
}
.submenuContentContainers{
    display:flex;
    flex-direction:row;
    background:none;
    padding:10px 10px 10px 35px;
    align-items:center;
}
.submenu-item{
    padding-left:15px;
}
.iconsContainers{
    width:5%;
}
.navbar-itemSub {
    padding: 10px;
    cursor: pointer;
    border-top: 1px none;
    display: flex;
    justify-content: left;
    align-items: left;
    font-weight:200;
    padding-left:20px;
}
.submenu.open {
    max-height: 800px; 
    opacity: 1; 
    visibility: visible;
}
.submenu .submenu-item {
    cursor: pointer;
    color: white; /* Adjust text color for visibility */
}
.submenu-submenu-item, .submenu-item{
    font-weight:200;
}
 .submenu-submenu-item:hover {
    background-color: #555;
}
 .submenu-submenu-item {
    padding: 8px;
    cursor: pointer;
    color: white; /* Adjust text color for visibility */
    padding-left:110px;
}
.submenu .submenu-item:hover {
    background-color: #555;
}
.triangleinner {
    font-size: 12px;
    margin-left: 8px;
    transition: transform 0.2s ease;
    transform: rotate(0deg);
    color:#7c7c7c;
}
.rotate2 {
    font-size: 12px;
    margin-left: 8px;
    transition: transform 0.2s ease;
    transform: rotate(-80deg);
    color:green;
}
}
@media screen and (max-width: 800px) and (min-width: 550px) {
    .iconsContainers{
    width:15%;
}
}
@media screen and (max-width: 850px) and (min-width: 350px) {
.iconsContainers{
    width:5%;
}
.servicesIconsMobile{
    width:100%;
}
#logoContainer, #logoContainerMin {
    width: 15%;
}
}
@media screen and (max-width: 650px) and (min-width: 350px) {
#logoContainer, #logoContainerMin {
    width: 15%;
}
.iconsContainers{
    width:10%;
}
 .submenu-submenu-item {
    padding: 8px;
    cursor: pointer;
    color: white; /* Adjust text color for visibility */
    padding-left:60px;
}
.searchBarContainer,#searchBarContainer{
    width:75%;
}
}