﻿.home-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 10;
    position: absolute;
    width: 100%;
}

.home-main-content {
}

    .home-main-content h3 {
        font-size: 4em;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 30px;
        line-height: 65px;
        color: #fff;
        letter-spacing: 10px;
        text-align: center;
    }

.enter-wrap-holder {
    max-width: 100% !important;
    display: flex;
}

.overlay {
    opacity: 1 !important;
}

.contactDiv {
    float: right;
    width: 50%;
}

.logo-holder img {
    width: 100%;
}

.enter-site-btn {
    background-color: white;
    color: black;
}

.contact-list a {
    color: #fff;
}

.show-share span {
    color: #fff;
}

.show-share i {
    color: #fff;
}

.policy-box span {
    color: #fff;
}


/* services */
.km-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.km-small-container {
    padding: 20px;
}

.km-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.km-service-item {
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    position: relative;
    border: 1px solid;
}

    .km-service-item .km-icon {
        font-size: 40px;
        margin-bottom: 15px;
        color: #3498db;
    }

    .km-service-item h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .km-service-item p {
        font-size: 14px;
        line-height: 1.6;
    }
/* services end */

.mid-cont {
    /*max-width: 750px;
    padding-top: 5%;
    margin: 0 auto;*/
    clear: both; /* Galeri öğelerinin altında yeni bir satırdan başlat */
    margin: 0 auto; /* Yukarıdan boşluk */
    padding-top: 5%;
    text-align: center;
    color: white;
    max-width: 900px;
}

.footer-social li a span {
    color: white;
}

.pages-content {
    padding-top: 10%;
}

.wh-info-box-top {
    position: absolute; /* Konumlandırma için */
    top: 0; /* Üst kısma yapıştır */
    left: 5%; /* Sol tarafta biraz boşluk */
    width: 90%; /* Yüzde 90 genişlik */
    background: rgba(0, 0, 0, 0.7); /* Koyu bir arka plan rengi */
    color: white; /* Yazı rengi */
    padding: 10px; /* İç boşluk */
    font-size: 16px; /* Yazı boyutu */
    z-index: 3; /* Diğer öğelerin üstünde gözükmesi için */
    opacity: 1; /* Tam görünürlük */
}

.contact-list-home {
    margin-top: 0;
}

.portfolioDescription {
    border: 1px solid rgb(255 255 255 / 20%);
    width: 70%;
    margin-top: 2%;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}

    .portfolioDescription h3, ul, p {
        text-align: -webkit-left;
       /* padding: 0px 10px 0px 10px;*/
    }

.project-details li{
    color:#000;
}