*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-titles {
    display: flex;
    justify-content: space-between;
    padding: 1rem 3rem 1rem 3rem;
    margin-top: 3rem;
}
#container-nakis-aksesuarlari{
    justify-content: center;
    gap: 2rem;
}
.item {
    flex-basis: calc(33.33% - 1rem);
    padding: 1rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
}

.item h1 {
    font-size: 36px;
    font-family: "Neuzeit Grotesk",sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.item p {
    font-size: 16px;
    font-family: "Neuzeit Grotesk",sans-serif;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.item button {
    padding: 0.5rem 1rem;
    font-size: 18px;
    background-color: #e30613;
    color: #fff;
    font-family: "Neuzeit Grotesk",sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.item button:hover {
    background: rgba(0, 0, 0, 0.8);
    transition: 0.5s all ease;
}
.item:hover{
    background: #f6f6f6;
    transition: 0.5s all ease;
}
#container-titles-1{
    justify-content: center;
    gap: 2rem;
}
.image-text-image{
    display: flex;
    text-align: center;
    margin: 0.5rem 2rem;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 5rem;
    
}
.image-text-image img{
    width: 200px;
    height: 100%;
}
.text-yenilik-kalite{
    margin: 0px 5rem;
    text-align: center;
}
.text-yenilik-kalite h2{
    font-family: "Neuzeit Grotesk",sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #2f4d71;
}
.text-yenilik-kalite h5{
    font-family: "Neuzeit Grotesk",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #1d1d1b;
    font-size: 20px;
}
.info-text-nakisuygulama{
    font-family: "Neuzeit Grotesk",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
    line-height: 1.5;
    color: #1d1d1b;
    text-align: left;
}
.info-text-nakisuygulama h5{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #1d1d1b;
    font-family: "Neuzeit Grotesk",sans-serif;
    text-align: left;
    text-transform: uppercase;
}
.info-text-nakisuygulama h3{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #1d1d1b;
    font-family: "Neuzeit Grotesk",sans-serif;
    text-align: center;
    margin-top: 4rem;
    text-transform: uppercase;
}
h3{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    color: #1d1d1b;
    font-family: "Neuzeit Grotesk",sans-serif;
    text-align: left;
    text-transform: uppercase;
    margin: 3rem 5rem;
}
/* Responsive Design */
@media screen and (max-width: 768px){
    .container-titles{
        display: grid;
        gap: 2rem;
        justify-content: center;
    }
    #container-titles-1{
        display: grid;
    }
    .item{
        width: 100%;
        margin: 0;
    }
    .card-body img{
        width: 80%;
    }
    .image-text-image{
        width: 100%;
        margin: 0;
        padding: 1rem 0rem;
        margin-top: 2rem;
        border: 1px solid #ddd;
    }
    .image-text-image img{
        display: none;
    }
    .info-text-nakisuygulama h3{
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.2;
        color: #1d1d1b;
        font-family: "Neuzeit Grotesk",sans-serif;
        text-align: center;
        margin: 0;
        margin-top: 3rem;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 936px) and (min-width: 769px){
    .container-titles{
        display: grid;
        gap: 2rem;
        justify-content: center;
    }
    #container-titles-1{
        display: grid;
        
    }
    .item{
        width: 100%;
        margin: 0;
        
    }
    .card-body img{
        width: 80%;
    }
    #image-last img{
        width: 130.39px;
        height: 139.39px;
    }
    
}
@media screen and (min-width:1366px) and (max-width:1800px) {
    #changed-iplik-1 img{
        width: 70%;
    }
}