﻿/* iOS Safari için tüm video kontrollerini gizle */
video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none !important;
}

video::-webkit-media-controls-panel {
    display: none !important;
}

video::-webkit-media-controls-play-button {
    display: none !important;
}

video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

/* Ekstra güvenlik */
.iphone-play-hider {
    pointer-events: none; /* Play ikonuna tıklamayı engelle */
}

/* Bunu vermezsen history sayfasında tarih çizgisi footer üstüne çıkar, sorun çıkarsa silersin yada başka bişey denersin: */
footer {
    position: relative;
    z-index: 1;
}

html {
    overflow-y: scroll; /* scrollbar her zaman görünür */
    scrollbar-gutter: stable;
    background-color: #000;
}

#project-title-main{
    z-index:1100 !important;
}

body {
    user-select: none;
    transition: opacity .5s linear;
    hyphenate-character: "-";
    hyphens:none !important;
    text-justify:no-compress !important;
}

/* Scroll kilitliyken */
body.scroll-locked {
    position: fixed;
    width: 100%;
    overflow-y: scroll; /* scrollbar görünür kalır */
}

#global-main-title-anim {
    position: fixed;
    color: #232323;
    width: 100%;
    top: 50%;
    font-family: 'Roboto', 'Poppins', sans-serif;
    font-variant-ligatures: none;
    -webkit-font-feature-settings: "liga" 0, "clig" 0;
    font-feature-settings: "liga" 0, "clig" 0;
    left: 50%;
    z-index: 1050;
    font-size: 40px;
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.1), -1px 1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%);
    text-align: center;
    transition: opacity .3s linear;
    opacity: 0;
}

.iti__tel-input{
    padding-left: 76px !important;
}

input[type="checkbox"] {
    accent-color: #232323; /* istediğin renk */
}

.header-search-icon{
    padding-top: 1px;
    padding-right: 8px;
}

.language-menu-wrapper.open {
    display: flex;
}

.footer-links-area {
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
}

.container{
}

.footer-links-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.footer-first-row {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    gap:10px;
}

.footer-second-row {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    text-align: center;
}

.header-push-button {
    padding: 10px 10px 10px 10px;
    margin-bottom:4px;
    margin-right:4px;
}

.up-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    pointer-events: none;
    height: 50px;
    width: 50px;
    background-color: rgba(35,35,35,0.7);
    z-index: 100;
    cursor: pointer;
    opacity:0;
    transition: opacity .5s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.up-button:hover{
    background-color: rgba(30,30,30,1);
}

.up-button.visible{
    opacity:1;
    pointer-events:auto;
}

.main-language-item {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: max-content;
}

.main-language-item:hover{
    background-color:rgba(35,35,35,0.7);
    color:white;
}

.language-menu-wrapper {
    position: absolute;
    top: 28px;
    width: 40px;
    background-color: #232323;
    display: none;
    flex-direction: column;
}

.language-items {
    padding: 0px 10px;
    cursor:pointer;
}

.language-items:hover{
    background-color:gray;
    color:white;
}

#content-hider {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 100vh;
    z-index: 1040;
    transition: opacity .5s linear;
    opacity: 1;
}

.default-logo, .alt-logo, .mobile-logo{
    opacity:0 !important;
}

#solutions-main-title{
    opacity:0;
    transition: opacity .3s linear;
}

.navbar {
    height: 80px;
    background-color: transparent;
    transition: background-color 0.3s ease
}

.menu-list a.is-active {
    color: rgba(100,100,100) !important;
}

.menu-list a.is-parent-active {
    color: rgba(100,100,100) !important;
}

.loading-logo{
    position:absolute;
    transition:opacity .5s linear;
    opacity:0;
    z-index:1060;
    top:30px;
    left:12px;
    width:182px;
    height:22px;
}

.loading-logo-index{
    position:absolute;
    transition: opacity .5s linear;
    opacity:0;
    top:30px;
    left:12px;
    width:182px;
    height:22px;
}

.mobile-logo {
    width: 180px !important;
}

.icon-feather-search{
    font-size:24px;
    font-weight:600;
}

.search-close{
    font-size:50px !important;
    font-weight:400 !important;
}

.desktop-menu-logo {
    width: 180px !important;
}

#desktop-menu-header {
    height: 75px;
    width: 100%;
    position:relative;
    padding: 24px 15px 23px 15px;
}

.navbar-brand {
    margin-bottom:2px;
    position:relative;
    width: 50vw !important;
}

.push-button > span {
    background-color: rgba(35,35,35,1) !important;
}

.search-form-icon {
    color: rgba(35,35,35,1);
    position:absolute;
    bottom:-28px;
    right:60px;
}

.menu-list-item > a {
    font-size: 26px !important;
}

.sub-menu-item > li > a {
    font-size: 20px !important;
    padding-left: 10px !important;
}

.sub-menu-item > li > ul > li > a {
    font-size: 14px !important;
}

.main-menu-header {
    flex: 0 0 23rem;
    font-size: 3.5vh;
}


.sub-menu-text {
    color: white;
    transition: color 0.2s ease;
    font-size: 2vh;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    line-height: 2;
}

.sub-menu-header {
    flex: 0 0 auto;
    font-size: 2.5vh;
}

.menu-list-wrapper {
    padding: 4rem 3rem 4rem 3rem;
}

.close-menu {
    text-align: right;
    font-size: 40px;
    padding-right: 1rem;
    top: 15px;
    right: 2px;
}

#mCSB_1_container {
    align-self: start;
}

.home-vertical-portfolio .navbar {
    padding: 0px;
}

#search-form {
    background-color: rgba(35,35,35,1);
    backdrop-filter: blur(40px);
}

.hamburger-menu {
    backdrop-filter: blur(40px);
    background-color: rgba(35,35,35,1);
}

.show-menu .hamburger-menu {
    width: 100% !important;
}

.desktop-menu-wrapper {
    display: none;
}

.header-dark {
    background-color: rgba(35,35,35,1) !important;
}

.navbar-dark {
    background-color: rgba(35,35,35,1) !important;
}

.sticky.header-appear .header-reverse-scroll {
    background-color: rgba(35,35,35,1) !important;
}

.main-menu-item {
    height: max-content;
    /* padding: 1rem 1rem; */
    display: flex;
    flex-direction: row;
}

.sub-menu-itemx {
    display: flex;
    flex-direction: row;
}

.sub-menu-content {
    flex: 1 1 auto;
    text-align: left;
}

.main-menu-item-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}

.main-menu-header {
    position: relative;
    color: white;
    transition: color 0.2s ease;
}

.main-menu-header-text {
    display: flex;
    align-items: center;
}

.second-menu-header-text {
    display: flex;
    align-items: center;
}

/* Okların ortak başlangıç hali */
.main-menu-header-arrow,
.second-menu-header-arrow,
.second-menu-text-arrow {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0; /* başlangıç */
    transition: padding-left .2s ease;
    visibility: hidden;
}

.main-menu-header-arrow {
    font-size: 2vh;
    /* padding-left: 6px; */
}

.second-menu-header-arrow {
    font-size: 1.7vh;
    /* padding-left: 4px; */
}

.second-menu-text-arrow {
    font-size: 1.2vh;
}

.sub-menu-header {
    color: white;
    transition: color 0.2s ease;
}


.main-menu-header:hover {
    color: #8f8f8f;
    cursor: context-menu;
}

.sub-menu-header:hover {
    color: #8f8f8f;
    cursor: context-menu;
}

.sub-menu-text:hover {
    color: #8f8f8f;
    cursor: pointer;
}

.second-menu-text-arrow {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* hover olduğunda */
.sub-menu-text:hover .second-menu-text-arrow {
    opacity: 1; /* şeffaflıktan çıkar */
    visibility: visible; /* görünür olur */
}

.certificate-footer-area {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 30px;
}

.footer-certificate {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.footer-hover-white {
    transition: color linear .3s;
    cursor: pointer;
}

    .footer-hover-white:hover {
        color: #fff;
    }

.footer-certificate > div {
    flex: 1;
    text-align: left;
    padding-left: 15px;
}

.footer-copyright {
    text-align: center;
    padding-top: 30px;
}

@media( min-width: 575px ) {

    .footer-certificate > div {
        text-align: center;
        padding-left: 0px;
    }
}

@media( min-width: 640px ) {
    .desktop-menu-wrapper {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        padding: 0px 2em 1em 2em;
    }
    /* .menu-list-wrapper { */
    /*     display: none; */
    /* } */
}

@media( min-width: 768px ) {

    .menu-list-wrapper {
        padding: 1rem 2rem 1rem 2rem;
    }

    .loading-logo {
        top: 30px;
        left: 27px;
        width: 182px;
        height: 22px;
    }

    .loading-logo-index {
        top: 30px;
        left: 27px;
        width: 182px;
        height: 22px;
    }

    #global-main-title-anim {
        font-size: 100px;
    }

    #desktop-menu-header {
        padding: 24px 30px 23px 30px;
    }

    .desktop-menu-logo {
        display: none;
    }

    .close-menu {
        top: 15px;
        right: 15px;
    }

    .show-menu .hamburger-menu {
        width: 50% !important;
    }

    .main-menu-header-arrow {
        font-size: 1.7vh;
    }

    .second-menu-header-arrow {
        font-size: 1.4vh;
    }

    .second-menu-text-arrow {
        font-size: 1vh;
    }

    .sub-menu-header {
        flex: 0 0 31vw;
        font-size: 2vh;
    }

    .main-menu-header {
        flex: 0 0 42vw;
        font-size: 2.5vh;
    }

    .sub-menu-text {
        font-size: 1.5vh;
    }

    .elements-social {
        display: none !important;
    }
}

@media( min-width: 800px ) {
    .main-menu-header {
        flex: 0 0 43vw;
    }

    .sub-menu-header {
        flex: 0 0 31vw;
    }

    .main-menu-header-arrow {
        font-size: 1.7vh;
    }

    .second-menu-header-arrow {
        font-size: 1.4vh;
    }

    .second-menu-text-arrow {
        font-size: 1vh;
    }
}

@media( min-width: 900px ) {
    .main-menu-header {
        flex: 0 0 44vw;
    }

    .sub-menu-header {
        flex: 0 0 33vw;
    }
}


@media( min-width: 991px ) {
    .push-button > span {
        background-color: rgba(255,255,255,1) !important;
    }

    .footer-first-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0px;
    }

    .header-push-button {
        padding: 10px 12px 10px 10px;
        margin-right: 0px;
        margin-left: 5px;
    }

    .header-fluid{
        padding-right:5px;
    }

    .navbar-brand {
    
        margin-bottom:0px;

    }

    .loading-logo {
        top: 18px;
        left: 15px;
        width: 294px;
        height: 40px;
    }

    .loading-logo-index {
        top: 18px;
        left: 15px;
        width: 294px;
        height: 40px;
    }

    .footer-links-area {
        display: flex;
        justify-self: center;
        justify-content: center;
        align-items: center;
        padding: 0px 100px;
    }

    .footer-links-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0px;
        width: 100%;
    }



    .footer-second-row {
        display: flex;
        justify-content: center;
        align-items:center;
        padding: 0px 0px;
    }

    .desktop-menu-logo {
        width: 295px !important;
    }

    .mobile-logo {
        visibility: hidden !important;
    }

    .show-menu .hamburger-menu {
        width: 35% !important;
    }


    .navbar {
        background-color: transparent;
    }

    #desktop-menu-header {
        padding: 20px 15px 18px 15px;
    }

    .main-menu-header {
        flex: 0 0 31rem;
        font-size: 2.9vh;
    }

    .sub-menu-header {
        flex: 0 0 25rem;
        font-size: 2.4vh;
    }

    .sub-menu-text {
        font-size: 2vh;
    }

    .main-menu-header-arrow {
        font-size: 2vh;
    }

    .second-menu-header-arrow {
        font-size: 1.6vh;
    }

    .second-menu-text-arrow {
        font-size: 1.3vh;
    }

    .search-form-icon {
        color: rgba(255,255,255,1);
    }
}



@media( min-width: 1024px ) {
    .main-menu-header {
        flex: 0 0 45vw;
        font-size: 3.4vh;
    }

    .sub-menu-header {
        flex: 0 0 35vw;
        font-size: 2.4vh;
    }

    .main-menu-header-arrow {
        font-size: 2.2vh;
    }

    .second-menu-header-arrow {
        font-size: 1.6vh;
    }

    .second-menu-text-arrow {
        font-size: 1.1vh;
    }

    .sub-menu-text {
        font-size: 1.5vh;
    }

    .close-menu {
        top: 15px;
        right: 3px;
    }

    .desktop-menu-wrapper {
        padding: 0px 2em 1em 2em;
    }


    .certificate-footer-area {
        display: grid;
        grid-template-columns: 1fr 2fr;
        padding: 50px 0px;
    }

    .footer-copyright {
        padding-top: 0px;
    }

    .footer-certificate {
        flex-direction: row;
    }
}

@media( min-width: 1100px ) {

    .sub-menu-header {
        flex: 0 0 36vw;
    }
}

@media( min-width: 1200px ) {

    .sub-menu-header {
        flex: 0 0 37vw;
    }

    .show-menu .hamburger-menu {
        width: 30% !important;
    }
}

@media( min-width: 1280px ) {
    .main-menu-header {
        flex: 0 0 42vw;
    }

    .main-menu-header {
        font-size: 3.4vh;
    }

    .sub-menu-header {
        flex: 0 0 34vw;
        font-size: 2.4vh;
    }

    .sub-menu-text {
        font-size: 2vw;
        font-size: 1.9vh;
    }

    .main-menu-header-arrow {
        font-size: 2.2vh;
    }

    .second-menu-header-arrow {
        font-size: 1.6vh;
    }

    .second-menu-text-arrow {
        font-size: 1.2vh;
    }

    .desktop-menu-wrapper {
        padding: 0px 4em 1em 4em;
    }
}

@media( min-width: 1440px ) {
    .main-menu-header {
        flex: 0 0 32vw;
        font-size: 3.6vh;
    }

    .sub-menu-header {
        flex: 0 0 28vw;
        font-size: 2.6vh;
    }

    .show-menu .hamburger-menu {
        width: 25% !important;
    }

    .sub-menu-text {
        font-size: 1.6vh;
    }

    .desktop-menu-wrapper {
        padding: 0px 14em 0em 14em;
    }
}

@media( min-width: 1500px ) {
    .sub-menu-header {
        flex: 0 0 29vw;
    }

    .main-menu-header-arrow {
        font-size: 2.2vh;
    }

    .second-menu-header-arrow {
        font-size: 1.6vh;
    }

    .second-menu-text-arrow {
        font-size: 1.2vh;
    }
}

@media( min-width: 1600px ) {
    .sub-menu-header {
        flex: 0 0 32vw;
    }

    .main-menu-header-arrow {
        font-size: 2.2vh;
    }

    .second-menu-header-arrow {
        font-size: 1.7vh;
    }

    .second-menu-text-arrow {
        font-size: 1.2vh;
    }
}

@media( min-width: 1700px ) {
    .sub-menu-header {
        flex: 0 0 34vw;
    }
}

@media( min-width: 1800px ) {
    .sub-menu-header {
        flex: 0 0 36vw;
    }
}

@media( min-width: 1900px ) {
    .main-menu-header {
        flex: 0 0 70vh;
        font-size: 3.5vh;
    }

    .sub-menu-header {
        flex: 0 0 66vh;
        font-size: 2.5vh;
    }

    .sub-menu-text {
        font-size: 2vh;
    }

    .main-menu-header-arrow {
        font-size: 2.2vh;
    }

    .second-menu-header-arrow {
        font-size: 1.7vh;
    }

    .second-menu-text-arrow {
        font-size: 1.4vh;
    }

    .desktop-menu-wrapper {
        padding: 0px 14em 0em 14em;
    }
}

/* içerik YOKSA: başlık tüm alanı kaplasın */
.sub-menu-itemx:not(:has(.sub-menu-content)) .sub-menu-header {
    flex: 1 1 auto; /* veya flex:0 0 100%; */
    cursor: pointer;
}

/* İçerik yoksa: başlık tüm alanı kaplasın */
.main-menu-item:not(:has(.main-menu-item-content)) .main-menu-header {
    flex: 1 1 auto; /* veya flex:0 0 100%; */
    cursor: pointer;
}

.search-form-icon:hover {
    color: white;
}

/* === Koşullu hover: ALT İÇERİK YOKSA === */

/* 1) Main başlık — altında .main-menu-item-content yoksa */
.main-menu-item:not(:has(.main-menu-item-content))
.main-menu-header:hover .main-menu-header-arrow {
    padding-left: 6px; /* hedef değer */
    visibility: visible;
}

/* 2) Second (sub) başlık — altında .sub-menu-content yoksa */
.sub-menu-itemx:not(:has(.sub-menu-content))
.sub-menu-header:hover .second-menu-header-arrow {
    padding-left: 4px; /* hedef değer */
    visibility: visible;
}

