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

body {
    font-family: Arial, sans-serif;
    background-color: white !important;
}


html {
    scroll-behavior: smooth;
}

.skip-hakkimizda {
    position: absolute;
    top: -3em;
    background: #fff;
}

.skip-urunler {
    top: 1610px;
    position: absolute;
}

@media screen and (max-width: 768px) {
    .skip-urunler {
        top: 2550px;
    }

}

/* Popup arka plan stili */
.popup-background {
    display: none;
    /* İlk başta gizli olacak */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Yarı saydam siyah arka plan */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup kutusu stili */
.popup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 600px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Kapatma düğmesi stili */
.close-btn {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#show_bg_2 {
    background-image: url('img/handshake.jpg');
    width: 50%;
    height: 500px;
    background-size: cover;
    color: white;
    padding: 20px;
}

#show_bg_1 {
    background-image: url('ekibimiz.jpg');
    width: 50%;
    height: 500px;
    background-size: cover;
    color: white;
    padding: 20px;
}