body {
    background: #f9f9f9 !important;
}

.projects {
    padding-top: 13rem;
    background-color: #f9f9f9;
}

.projects h2 {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 3rem;
    position: relative;
}

.project {
    width: 34%;
    margin-bottom: 4rem;
    /* background: #fff; */
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    /* padding: 2rem; */
}

.project-header h3 {
    font-size: 1.8rem;
    color: whitesmoke;
    margin-left: 10px;
}

.project-description {
    color: whitesmoke;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    margin-top: 20px;
}

.project-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.2rem;
}

.project-gallery img {
    width: 100%;
    height: 500px;
    object-fit: scale-down;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-gallery img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.project-header ul li {
    list-style: circle;
}

.project-header ul {
    color: whitesmoke;
    font-size: 1.1rem;
}

.navbar {
    background: #fff !important;
}

.hamburger span {
    background-color: #333;
}

.nav-links a {
    color: #333 !important;
}

@media (max-width: 768px) {
    .containera{
        flex-direction: column;
    }
    .project{
        width: 95%;
        margin: 10px auto;
        padding: 2rem 0 !important;
    }
    .project-header{
        padding: 2rem 1rem !important;
    }
    .project img {
        width: 20% !important;
        margin-left: 1rem;
    }
    .nav-links a {
        color: white !important;
    }

    .projects {
        padding-top: 10rem;
    }
}

.project {
    padding: 3rem 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.logoproject{
    display: flex;
    align-items: center;
}
.project img{
    width: 10%;
    border-radius: 50%;
}

.cobot {
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../wwwroot/images/projects/cobot1.png);
}
.buhar{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../wwwroot/images/projects/bgsk1.png);
}
.sok{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../wwwroot/images/projects/sokhavuzu2.jpg);
}
.sicra{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../wwwroot/images/projects/sıçra.png);
}
.containera{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}