@font-face {
    font-family: 'Wotfard';
    src: url('/fonts/Wotfard-Regular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Wotfard';
    src: url('/fonts/Wotfard-Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Wotfard';
    src: url('/fonts/Wotfard-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-display: swap;
}
/*
@font-face {
  font-family: 'Wotfard';
  src: url('/fonts/wotfard-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}*/
* {
    box-sizing: border-box;
}
body {
    background:transparent;
    font-family: 'Wotfard', sans-serif;
    margin:0;
    background:#333;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}


.break{
    height:17px;
}
.break2{
    height:2px;
}
.invisible{
    display:none;
}
.sections{
    padding-left:10%;
    padding-right:10%;
}
a{
    text-decoration:none;
    color: white;
}
.main-title-services, .main-title-neden, .main-title-clients, .main-title-inspiration, .main-title-contact{
    cursor:pointer;
}
hr{
    margin-top:10px;
    margin-bottom:10px;
}
.mainTitleBold{
    font-weight:500;
}
.linkContainer:hover{
    font-weight:500;
}
h2{
 font-weight:200;
 font-size:37px;
}
h3 {
    font-size: 30px;
    color: white;
    font-weight: 200;
    line-height:50px;
}
p{   font-size: 25px;
    font-weight: 100;
    color:white;
    line-height:37px;
    padding: 0% 0% 0% 0%;
    margin-top:-2%;
}
/*****RESPONSIVE PARAGRAPHS P ****/
@media screen and (max-width: 1700px) and (min-width: 1400px) {
    p{
        font-size:22px;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1000px) {
    p{
        font-size:18px;
    }
    h2{
        font-size:30px;
    }
}
@media screen and (max-width: 1000px) and (min-width: 600px) {
    p{
        font-size:18px;
    }
     h2{
        font-size:28px;
    }
}
@media screen and (max-width: 600px) and (min-width: 300px) {
    p{
        font-size:18px;
    }
     h2{
        font-size:28px;
    }
}
/**RESPONSIVE SECTIONS*/
@media screen and (max-width:900px) and (min-width:300px){
    .sections{
        padding-left:5%;
        padding-right:5%;
    }
}
/************NAVBAR******************/
#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%;
}
}
/**********HEADER********************/
.popupVideo {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 99999999;
    display: flex;
}
.popupVideo video {
    width: 100%;
    height: auto;
    display: block;
}
.close-btn {
    position: absolute;
    display:flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1000;
}
@media screen and (max-width:4000px) and (min-width:800px){
    .popupVideo{
        display:none;
    }
}
.hero {
    position: relative;
    width: 100%;
    height: calc(100vh-80px); 
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media screen and (max-width:1200px) and (min-width:300px){
    .headerImageContainer{
        display:none;
    }
}
@media screen and (min-width:300px) and  (max-width:1550px){
    .hero {
     position: relative;
        width: 100%;
        height: 56vw;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
}
.videoContainer,.imgContainer
 {
    position: absolute;
    top: 0; /* Navbar yüksekliği */
    left: 0;
    width: 100%;
    height: 100%; /* Video veya görsel boyutunu ayarla */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video,
.image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* Each slide should cover the entire viewport */
.slide {
    width: 100%;
    height: 100%;
    background-position: center;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s ease;
    z-index:0;
}
.slide.active {
    display: block; /* Sadece aktif slayt görünür */
    z-index:1;
    opacity:1;
}
}
@media screen and (min-width:1550px) and (max-width:3000px){
.hero {
     position: relative;
        width: 100%;
        height: calc(100vh - 80px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
}
.slide {
    width: 100%;
    height: 100%;
    background-position: center;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s ease;
    z-index:0;
}
.slide.active {
    display: block; /* Sadece aktif slayt görünür */
    z-index:1;
    opacity:1;
}
.videoContainer,
.imgContainer {
    position: absolute;
    top: 0; /* Navbar yüksekliği */
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video,
.image {
    object-fit: contain;
    width: 100%;
    height: auto;
}
}
#headerTitleOutContainer, .headerTitleOutContainer {
    display: flex;
    flex-direction: row;
    align-items: flex-start; 
    justify-content:flex-start; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; 
    margin: auto;
}
.headerTitleContainer {
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 400px;
    text-align: left;
    justify-content: center;
    position:relative;
    z-index:1;
}
.headerTitle {
    font-size: 60px;
    color: white;
    font-weight: 200; 
    margin: 0; 
    line-height: 1.2;
    transition: margin-left 0.5s ease; /* Adjust the duration and easing as needed */
}
.headerTextContainer {
    display: flex;
    width: 80%;
    margin: auto;
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center; 
    height:100%;
}
.headerText {
    font-size: 35px;
    color: white;
    font-weight: 200;
    line-height: 50px;
    margin: auto;
    margin-top:-7%;
}
@media screen and (max-width:735px) and (min-width:300px){
.headerTextContainer{
    margin-top:-20%;
}
.headerText{
    font-size:20px;
}
}
.headerImageContainer{
    width: 30%;
}
.icons{
    width: 90%;
}
.sliderDots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index:1;
}
.dot {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}
.dot.active {
    border: 1px solid yellowgreen;
}
@media screen and (max-width:1350px) and (min-width:1000px){
    #headerTitleOutContainer {
    width: 90%; 
}
.headerTitle {
    font-size: 50px;
}
.headerText{
    font-size:35px;
    line-height:50px;
}
}
@media screen and (max-width:1000px) and (min-width:800px){
    #headerTitleOutContainer {
    width: 95%; 
}
.headerTitle {
    font-size: 40px;
}
.headerText{
    font-size:25px;
    line-height:40px;
}
}
@media screen and (max-width:800px) and (min-width:600px){
    #headerTitleOutContainer {
    width: 95%; 
}
.headerTitle {
    font-size: 35px;
}
.headerText{
    font-size:20px;
    line-height:28px;
}
.headerImageContainer{
    width: 20%;
}
}
@media screen and (max-width:600px) and (min-width:300px){
    #headerTitleOutContainer {
    width: 95%; 
}
.headerTitleContainer {
    width: 90%; 
}
.headerTitleContainer h1{
    font-size:20px; 
}
.headerTitle {
    font-size: 30px;
}
.headerText{
    font-size:17px;
    line-height:23px;
}
.headerImageContainer{
    width: 15%;
}
.sliderDots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
    z-index:1;
}
.dot {
    width: 7px;
    height: 7px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}
}
/*********DROPDOWNS**************/
#servicesDropdownContainer {
    width: 100%;
    max-height: 0; /* Collapsed initially */
    height: 500px; /* This is the final height when expanded */
    position: absolute;
    flex-direction: row;
    opacity: 0; /* Start with hidden opacity */
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
    overflow: hidden; 
    margin-top:630px;
}
.servicesMainTitlesContainer {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.linkContainer{
    display:flex;
    width:350px;
    height:450px;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.mainTitleWrapper {
    display: flex;
    width: 30%;
    height: 100%;
    justify-content: space-around;
    transition: transform 0.3s ease;
    background-color: blue;
    align-items: center;
    text-align: center;
    margin: auto;
    position: absolute;  
    z-index: 1;
    font-weight:200;
}
#servicesTitle1{
    width: 30%;
    margin-left: -62%;
    transition: margin-left 0.5s ease; /* Adjust duration and easing as needed */
    background: #6666ff;
    z-index: 100;
}
#servicesTitle2{
    margin-left:-2.6%;
    width: 30%;
    transition: margin-left 0.5s ease; /* Adjust duration and easing as needed */
    background: #33cc99;
        z-index: 1;
}
#servicesTitle3{
    margin-left:56%;
    width: 30%;
    transition: margin-left 0.5s ease; /* Adjust duration and easing as needed */
    background: #fd6868;
}
.mainTitle {
    width: 80%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Optional for better readability */
    font-size: 36px; /* big menu titles */
    margin-top:13%;
}
.servicesIcons{
    position:absolute;
    width:13%;
    margin-top:-20%;
}
.servicesLinks{
    line-height: 35px;
    color: white;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 0.3px;
    z-index: 1;
}
.blues a{
    color:#d3d3e2 !important;
}
.blues a:hover{
    color:white !important;
    font-weight:400 !important;
}
.hoverKriz, .hoverSosyalKriz, .hoverKulturelKurumsal, .hoverkurumsalCevik, .hoverCevikDonusum, .hoverIletisim, .hoverGaye, .hoverSurdur, .hoverMarka, .hoverCevikPaz, .hoverSosyalMed, .hoverYapay, .hoverVeri{
    font-weight:400 !important;
    color: white !important;
}
.greenish a{
    color:#d7eae4;
}
.greenish a:hover{
    color:white !important;
    font-weight:400 !important;
}
.redish a{
    color:#e7d6d6;
}
.redish {
    color:#e7d6d6;
}
.redish:hover {
    color:white;
}
.redish a:hover{
    color:white !important;
    font-weight:400 !important;
}
#servicesContent1 {
    flex-direction: column;
    width: 350px;
    height: 100%;
    background: #5050c9;
    text-align: left;
    align-items: left;
    justify-content: center;
    padding-left: 1%;
    margin-left: -31.3%; 
    display: flex;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: 1;
}
#servicesContent2 {
    flex-direction: column;
    width: 350px;
    height: 100%;
    background: #2baa80;
    text-align: left;
    align-items: left;
    justify-content: center;
    padding-left: 1%;
    margin-left: 22.2%; 
    display: flex;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
}
#servicesContent3 {
    flex-direction: column;
    width: 350px;
    height: 100%;
    background: #b85c5c;
    text-align: left;
    align-items: left;
    justify-content: center;
    padding-left: 1%;
    margin-left: 82%; 
    display: flex;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
}
/*****servicesDropdownContainerFirst***************/
#servicesDropdownContainerFirst {
    width: 100%;
    max-height: 0; /* Collapsed initially */
    height: 500px; /* This is the final height when expanded */
    position: absolute;
    flex-direction: row;
    opacity: 0; /* Start with hidden opacity */
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
    overflow: hidden; 
}
.servicesMainTitlesContainerFirst {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.mainTitleWrapperFirst {
    display: flex;
    width: 30%;
    height: 100%;
    justify-content: space-around;
    transition: transform 0.3s ease;
    background-color: blue;
    align-items: center;
    text-align: center;
    margin: auto;
    position: absolute;  
    z-index: 1;
}
#servicesTitle1First{
    width: 30%;
    margin-left: -62%;
    transition: margin-left 0.5s ease; /* Adjust duration and easing as needed */
    background: #999;
    z-index: 100;
}
#servicesTitle2First{
    margin-left:-2.6%;
    width: 30%;
    transition: margin-left 0.5s ease; /* Adjust duration and easing as needed */
    background: #ff3366;
        z-index: 1;
}
#servicesTitle3First{
    margin-left:56%;
    width: 30%;
    transition: margin-left 0.5s ease; /* Adjust duration and easing as needed */
    background: #9933ff;
}
.mainTitleFirst {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Optional for better readability */
    font-size: 36px; /* big menu titles */
    margin-top:20%;
}
@media screen and (max-width:5001px) and (min-width:2550px){
.dropdownOld{
    padding-left:60px;
    padding-right:60px;
}
#arrow-up31,#arrow-up32 {
    margin-left: 125%; /* Space between text and arrow */
}
}
@media screen and (max-width:2551px) and (min-width:1851px){
.dropdownOld{
    padding-left:20px;
    padding-right:20px;
}
#arrow-up31,#arrow-up32 {
    margin-left: 125%; /* Space between text and arrow */
}
}
/*****responsive arrows up for the big menu desktop icon*******/
@media screen and (max-width:1850px) and (min-width:1451px){

#arrow-up31,#arrow-up32 {
    margin-left: 145%; /* Space between text and arrow */
}
}
@media screen and (max-width:1450px) and (min-width:1250px){
#arrow-up31,#arrow-up32 {
    margin-left: 150%; /* Space between text and arrow */
}
}
/*******************/
@media screen and (max-width:2500px) and (min-width:2100px) {
    
#servicesContent1,#servicesContent2,#servicesContent3 {
    flex-direction: column;
    width: 480px;
}
}
@media screen and (max-width: 1850px) and (min-width: 1450px) {

.dropdownOld{
    padding-left:10px;
    padding-right: 10px;
}
.servicesLinks{
    font-size: 15px;
}
.mainTitle, .mainTitleFirst {
    width: 80%;
    font-size: 32px; /* big menu titles */
}
}
@media screen and (max-width: 1450px) and (min-width: 1250px) {
#servicesDropdownContainer {
    width: 100%;
    max-height: 0; /* Collapsed initially */
    height: 500px; /* This is the final height when expanded */
    position: absolute;
    flex-direction: row;
    opacity: 0; /* Start with hidden opacity */
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
    overflow: hidden;
}
.servicesMainTitlesContainer {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
#services:hover{
    pointer:cursor;
}
.servicesLinks a{
    font-size: 14px;
}
.dropdownOld{
    padding-left:5px;
    padding-right: 5px;
    background:none;
}
.mainTitle, .mainTitleFirst {
    width: 80%;
    font-size: 32px; /* big menu titles */
    margin-top:25%;
}
.servicesIcons{
    position:absolute;
    width:15%;
    margin-top:-20%;
}
.servicesLinks{
    font-size: 15px;
}
#servicesContent1 {
    flex-direction: column;
    width: 450px;
}
#servicesContent2 {
    flex-direction: column;
    width: 350px;
    height: 100%;
    background: #2baa80;
    text-align: left;
    align-items: left;
    justify-content: center;
    padding-left: 1%;
    margin-left: 22.2%; /* Initially hidden off-screen */
    display: flex;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
}
#servicesContent3 {
    flex-direction: column;
    width: 350px;
    height: 100%;
    background: #b85c5c;
    text-align: left;
    align-items: left;
    justify-content: center;
    padding-left: 1%;
    margin-left: 82%; /* Initially hidden off-screen */
    display: flex;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
}
}



/**********FOOTER****************/
footer {
    background: #595959;
    padding: 4% 0; /* Added padding for spacing */
    min-width:100%;
    min-height:300px;
    position:relative;

}
.footerCopyMobile{
    display:none;
}
#footerLeftContainer p{
}
#footerContainer{
    width:80%;
    height: 100%;
    display:flex;
    flex-direction:row;
    margin:auto;
    align-items:stretch;
}
#footerLeftContainer{
    display:flex;
    color:white;
    width:50%;
    flex-direction:column;
}
#footerMiddleContainer{
    display:flex;
    margin-left:auto;
    font-size:30px;
    color:white;
    font-weight:600;
    padding-right:1%;
}
p.copyright{
    font-size:13px !important;
}
.copyright p{
    font-size:13px !important;
}


#footerKvkkContainer{
    display:flex;
    width:100%;
    text-align:right;
    justify-content:flex-end;
    padding-bottom:2%;
    color:white;
}


#footerLogoAndSocialContainer{
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-items:center;
    gap: 10px;
    width:100%;
}
#stratejiCoFooterLogo{
    width:50%;
    display:flex;
    justify-content:flex-end;
}

.logoStratejico{
    width:30%;
    float :right;
}
#footerRightContainer{
    width:50%;
    display:flex;
    flex-direction:column;
    justify-content: flex-end; 
}

#footerRightContentContainer{
    display:flex;
    position:relative;
    flex-direction:column;
    margin-bottom:2%;
}

.socialIcons{
    width:30px;
    margin: 0 3px 0 3px;
}
.akarsuu{
    width:100%;
    display:flex;
}
.akarsuu a{
    font-size:10px;
    margin-left:auto;
    padding-right:10%;
    color:gray;
}
.akarsuu p{
    font-size:10px;
    color:gray;
}

.newsletter-text{
    font-size:16px !important;
}

/****REGISTRATION**********************************/
.newsletter-container {
    position: relative;
    left: 0;
    width: 65%;
    background-color: none;
    text-align: center;
    z-index: 1000;
    padding-bottom:30px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    text-align:left;
}
p.newsletter-text{
    margin-top:10px;
}


.newsletter-text p{
    font-size:15px;
    line-height:25px;
}

.newsletter-container h4{
    color:white;
    font-weight:400;
}
.newsletter-title {
    font-size: 25px;
    margin-bottom: 5px;
    color: #333;
}

.newsletter-form {
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius:20px;
}
.newsletter-input {
    width: 350px;
    padding: 18px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 15px !important;
    outline: none; 
}

.newsletter-button {
    background-color: #3498ff;
    color: white;
    border: none;
    width:150px;
    padding: 16px 16px;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsletter-button:hover {
    background-color: #286eb6;
}


form li {
    color: red; /* Kırmızı hata mesajı */
    
}
@media screen and (max-width: 1200px) and (min-width: 350px) {
#footerContainer{
    width:80%;
    height: 100%;
    display:flex;
    flex-direction:column;
    margin:auto;
    align-items:stretch;
}
.footerCopyMobile{
    padding-top:2%;
    display:block;
}

.footerCopyDesktop{
    display:none;
}

#footerLeftContainer{
    
    width:100%;
    justify-content:flex-start;
    text-align:left;
}

.newsletter-input {
    width: 250px;
    padding: 18px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 15px !important;
    outline: none; 
}

#footerRightContainer{
    
    width:100%;
    justify-content:flex-start;
    align-items: flex-start;
    text-align:left;
}

.newsletter-container {
    position: relative;
    left: 0;
    width: 100%;
}

#footerRightContentContainer{
    display:flex;
    position:relative;
    flex-direction:column;
    margin-bottom:2%;
    align-items: flex-start;
    justify-content:flex-start;
}

#footerLogoAndSocialContainer{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    gap: 10px;
    min-width:30%;
    padding-top:2%;
}
#socialLogosContainer{
    width:70%;
    display:flex;
}

#stratejiCoFooterLogo{
    height:100%;
    display: flex;
    align-items:flex-start;
    justify-content:flex-start;
   
}
.logoStratejico {
    width: 100%;
    float: left;  
}
#footerKvkkContainer{
    width:100%;
    justify-content:flex-start;
}
}