/* Header */

.header-height{
    margin-top:100px ;
}

.img-h {
    height: 100%;
}
/* Values */
.card-values {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px; /* Card yüksekliğini burada ayarlayın */
    margin-bottom: 20px; /* Cardlar arasındaki boşluk */
}

.card-values .icon-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-values .icon-content h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.card-values .icon-content p {
    flex-grow: 1;
    margin-bottom: 10px;
}

.card-hg {
    height: 375px;
}

/* Career */

#choose-us {
    padding: 50px 0;
}

#choose-us .section-head {
    text-align: left;
    margin-right: 20px;
}

#choose-us .list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

#choose-us .list-check li {
    display: flex;
    align-items: flex-start;
}

#choose-us .list-check li i {
    margin-right: 10px;
    margin-top: 5px;
}

#choose-us .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

#choose-us .section-head {
    flex: 1;
    padding-right: 20px;
}

#choose-us .list-check {
    flex: 2;
}

#choose-us .section-head,
#choose-us .list-check {
    max-width: 600px;

}

#choose-us .list-check.row {
    margin: 0 -15px;
}

#choose-us .list-check.row .col-lg-6 {
    padding: 0 15px;
}

#choose-us .section-head p {
    margin-bottom: 20px;
}

/*  Kat Planları */

.katPlani{
    width: 250px;
    height: 250px;
}



.dlab-thum-bx img {
    height: 600px; /* İstediğiniz yüksekliği buraya yazabilirsiniz */
    object-fit: cover; /* Bu, resimlerin orantılı olarak kesilmesini sağlar */
}


.dez-info {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.portfolio-ic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.section-content {
    padding: 40px 0;
    background-image: url('/path/to/your/background/image.png'); /* Arka plan görseli */
    background-size: cover;
    background-repeat: no-repeat;
}
.section-content h4 {
    margin-bottom: 20px;
}
.section-content p {
    margin-bottom: 15px;
}
.project-info {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.project-info div {
    text-align: center;
    max-width: 200px;
}
.project-info img {
    max-width: 50px;
    margin-bottom: 10px;
}

.section-content {
    padding: 40px 0;
}
.section-content h4, .section-content h5 {
    margin-bottom: 20px;
}
.section-content p, .section-content ul {
    margin-bottom: 15px;
}
.list-unstyled li {
    margin-bottom: 10px;
}


.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Kartların bir satıra sığmadığında alt satıra geçmesini sağlar */
}

.dlab-box {
    margin: 10px; /* Kartların arasında biraz boşluk bırakmak için */
    background: #fff; /* Beyaz arka plan */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
    border-radius: 5px; /* Köşeleri yuvarlatma */
}

.dlab-box img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.dlab-media {
    position: relative;
}

.overlay-bx {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); /* Hafif karartma efekti */
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-bx:hover {
    opacity: 1;
}

.bold-text {
    font-size: 19px;
}

.tp-rightarrow,
.tp-leftarrow {
    display: none !important;
}