/* HEADER */

.dil a{
    margin: 0 3px;
}
.header-with-topbar .navbar-top, .header-with-topbar .navbar-fixed-top {
    top: 34px;
}
header a.logo img {
    max-height: 50px;
}
header nav .navbar-nav.text-normal > li > a {
    font-size: 13px;
}
li.menuteklif {
    background-color: #facd1c;
}
li.menuteklif a {
    padding: 26px 10px !important;
    margin: 0 !important;
}
header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li.menuteklif > a,
header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li.menuteklif > a {
    padding: 20px 10px !important;
}
.w-1400 {
    max-width: 1400px;
}

/* FOOTER */

.footer-bottom a{
    color: #FFFFFF;
}

/* ANASAYFA SLİDER */

.slide-h {
    margin-top: 106px;
    height: 600px !important;
}
.slideyazi{
    height: 600px;
    padding: 50px 0;
}
.slideyazi p {
    margin: 0;
    line-height: normal;
}
.s-s1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.s-s2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.s-s3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.s-s4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.s-s5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s-s6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.s-s7 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
}
.s-s8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.s-s9 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

/* ANASAYFA SAYAÇ */

.say {
    display: flex;
    align-items: center;
    justify-content: center;
}
.say span {
    font-size: 24px;
    color: #333;
    padding-left: 5px;
}

/* ANASAYFA PROJELER */

.hover-option7 .grid-item figcaption {
    padding: 22px;
}
.hover-option7 .grid-item figure:hover img {
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover-option7 .grid-item figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.hover-option7 .grid-item figure::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover-option7 .grid-item figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.hover-option7 .grid-item figure figcaption {
    bottom: calc(50% - 46px) !important;
    opacity: 1 !important;
}

/* PROJELER DETAY */

.list-style-6 li {
    padding: 5px 0;
}
.hover-option6 .grid-item figure:hover img {
    opacity: 1;
    cursor: pointer;
}
.hover-option6 .grid-item figcaption {
    padding: 20px 10px;
}

/* ÜRÜNLER DETAY */

.tab-style2 .tab-content {
    padding: 0;
}

/* BLOG */

.post-details a {
    height: 3rem;
}

/* KVKK */

.belge{
    margin-bottom: 20px;
}
.belge a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.belge a img{
    margin-bottom: 10px;
    padding: 20px;
    border: solid 1px #cccccc;
}
.belge a span{
    font-size: 16px;
}


/* TABLO */

table.teknik {
    border: 0;
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.teknik tr{
    border-bottom: solid 1px #cccccc;
}
table.teknik tr:last-child {
    border-bottom: 0;
}
table.teknik td {
    border: 0;
    padding: 10px;
}
table.teknik td:first-child{
    font-weight: bold;
}
table.teknik tr:hover{
    background-color: #EEEEEE;
}

/* MOBİL */

@media (min-width: 0px) and (max-width: 768px) {
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 100vh;
    }
    nav.navbar.bootsnav .navbar-nav {
        background-color: #000;
        height: 100vh;
        padding-top: 10px;
    }
    header nav.navbar .navbar-nav > li.active > a,
    nav.navbar.bootsnav ul.nav > li.active > a,
    .dropdown-menu,
    header.header-appear nav.bootsnav.header-light .navbar-nav > li.active > a,
    header nav.navbar .navbar-nav > li.active > a,
    nav.navbar.bootsnav ul.nav > li.active > a {
        color: #fff !important;
    }
    .dil {
        display: flex;
        justify-content: flex-end;
    }
    .slide-h{
        margin-top: 100px;
        height: calc(50vh - 100px) !important;
    }
    .s-s1, .s-s2, .s-s3, .s-s4, .s-s5, .s-s6, .s-s7, .s-s8, .s-s9{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .feature-box-16 {
        text-align: center;
    }
    .slideyazi{
        height: 330px;
    }
}

/**** INVESTT ****/

/* Proje detay */

.proje-detay-h2 {
    font-size: 20px;
}

.input-answer{
    height: 22px;
    padding: 19px 15px !important;
}
.select-hizmet{
    padding: 11px;
}
.border-cevap{
    border: 1px solid #d1d1d1;
}
.h-40px{
    height: 40px;
}
.teklif-ver-arkaplan{
    background: #F5F5F5;
}
/*Projelendirme-listeleme-*/
.section-block {
    padding: 30px 0;
}

.service-box-2 {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-box-2:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.service-box-2 img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.service-box-2-inner {
    padding: 15px;
    text-align: center;
}

.service-box-2 h4 {
    margin: 15px 0 0;
    font-size: 18px;
    color: #333;
}

.service-box-2 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

.service-box-2 a:hover {
    color: #007bff; /* Link hover rengi */
}

/*Hizmetler-anasayfa*/
.portfolio-img-hizmetler {
    position: relative; /* Konumlandırma için referans oluşturur */
    width: 100%;
    text-align: center;
}

.portfolio-img-hizmetler img {
    width: 100%; /* Görselin tüm alanı kaplamasını sağlar */
    display: block;
}

.portfolio-img-hizmetler span{
    position: absolute; /* Mutlak konumlandırma */
    top: 50%; /* Dikeyde ortalar */
    left: 50%; /* Yatayda ortalar */
    transform: translate(-50%, -50%); /* Merkezi tam ortalar */
    padding: 20px 25; /* Yazıya iç boşluk verir */
    font-size: 35px;
    line-height: 40px;
}
.counter-item {
    position: relative;
    padding: 10px; /* İç boşluk için */
}

/* Her item'ın sağ kenarına çizgi ekler, sonuncuya eklemez */
.counter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px; /* Çizgi kalınlığı */
    height: 100%;
    background-color: #ddd; /* Çizgi rengi */
}

.styled-div .panel-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px;
}

/*Hizmetler accordiyon sistemler*/
.styled-div {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 8px;
    border-radius: 0px;
    overflow: hidden; /* Taşan içerik gizlenir */
    width: 360px;
    position: relative;
    transition: color 0.3s ease;


}
.styled-div a {
    color: #222020;
    text-decoration: none;
}
.styled-div a:hover {
    color:black;


}
.styled-div:hover {
    background-color:rgb(211, 211, 211); /* Hover durumunda arka plan rengi */
}/* Küçük ekranlar için daha uygun hale getirme */

/* Renk değiştirecek küçük alan */
.styled-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px; /* Bu genişlik küçük kısmın genişliği olacak */
    background-color: transparent;
    transition: background-color 0.3s ease;
}

/* Hover durumunda renk değişimi */
.styled-div:hover::before {
    background-color: #ffc107; /* İstediğiniz rengi buraya ekleyin */
}
.panel-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px; /* Daha dar alanlar için padding azaltıldı */
    box-sizing: border-box;
}

.styled-div a {
    white-space: normal; /* Metnin satır içinde kalmasını sağlar */
    word-break: break-word; /* Uzun metinlerin taşmasını engeller */
    overflow-wrap: break-word;
    padding: 5px 0; /* Küçük ekranlar için padding azaltıldı */
}

@media (max-width: 768px) { /* Ekran genişliği 768px altındayken */
    .styled-div a {
        font-size: 0.9rem; /* Küçük ekranlar için yazı boyutu küçültüldü */
    }
}

/*Hizmetler 2.sayfa */
.portfolio-img-hizmetler {
    position: relative; /* Konumlandırma için referans oluşturur */
    width: 100%;
    text-align: center;
}

.portfolio-img-hizmetler img {
    width: 100%; /* Görselin tüm alanı kaplamasını sağlar */
    display: block;
}

.portfolio-img-hizmetler span{
    position: absolute; /* Mutlak konumlandırma */
    top: 50%; /* Dikeyde ortalar */
    left: 50%; /* Yatayda ortalar */
    transform: translate(-50%, -50%); /* Merkezi tam ortalar */
    padding: 20px 25; /* Yazıya iç boşluk verir */
    font-size: 35px;
    line-height: 40px;
}
.counter-item {
    position: relative;
    padding: 10px; /* İç boşluk için */
}

/* Her item'ın sağ kenarına çizgi ekler, sonuncuya eklemez */
.counter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px; /* Çizgi kalınlığı */
    height: 100%;
    background-color: #ddd; /* Çizgi rengi */
}

/*Footer logo*/
.logo-height{
    max-height: none;
}

.styled-div.active {
    background-color: rgb(211, 211, 211);
}

/* INVESTT */

.anaarti{
    font-size: 40px;
}
.title-small{
    font-size: 32px;
    line-height: 42px;
}
.anaban h1,
.anaban h2,
.anaban h3,
.kariyer h1,
.kariyer h2,
.kariyer h3{
    font-size: 30px;
    line-height: 40px;
    color: #dddddd;
}
.anaban p{
    color: #dddddd;
}
p,
li{
    color: #555555;
}
::selection {
    color: #ddd;
    background: #050607;
}
.btn-block {
    width: 100%;
}
.karaci h1,
.karaci h2,
.karaci h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.blog-details-text h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}
.blog-details-text h3,
.blog-details-text h4,
.blog-details-text h5,
.blog-details-text h6 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.accordion-style2 .panel .panel-heading {
    padding: 0;
}
.accordion-style2 .panel-body {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    font-size: 12px;
}
.accordion-style3 a,
.accordion-style2 a:hover,
.accordion-style3 a:hover i {
    color: #000;
}
.accordion-style2 .panel-heading i {
    right: 0;
}
.text-half-medium {
    font-size:16px;
    line-height:26px
}
.footer-logo {
    max-height: 50px;
}
header .logo .logo-dark.default,
header .logo .logo-light.default,
header.sticky nav.header-light-transparent .logo .logo-dark,
header.sticky nav.header-light .logo .logo-dark{
    width: 150px;
}
.urukatlis a {
    display: block;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
}
.urukatlis a.active {
    color: #333 !important;
    background-color: #eee;
    padding: 5px 5px 5px 0;
}
.accordion-style2 a{
    font-weight: 400;
    width: 100%;
}
.accordion-style2 a.active {
    color: #333 !important;
    background-color: #eee;
    padding: 5px 5px 5px 0;
}
.accordion-style2 .panel {
    margin-bottom: 0;
}
.tekmod {
    position: relative;
    top: 0;
    right: -100%;
    color: #dddddd !important;
}
.blog-post-content h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.ilebil{
    border: solid 1px #ccc;
}
.icerik h2{
    font-size: 26px;
    font-weight: 600;
    color: #333;
    line-height: 36px;
}
.icerik h3{
    font-size: 22px;
    font-weight: 600;
    color: #444;
    line-height: 32px;
}


@media screen and (max-width: 767px) and (min-width: 1px) {
    li.menuteklif a {
        padding: 12px 15px !important;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    li.menuteklif a {
        padding: 12px 40px !important;
    }
}