header {
    width: 100%;
    background-color: #000;
    height: auto;
    border-bottom: 1px solid #515151;
}
.slider img{

    width: 200px;
    height: 180px;
    
    }
    .slides{
    justify-content: center;
        display: flex;
        width: 100%;
        gap: 20px;
        flex-wrap: wrap;
    }
.wrapper {
    max-width: 1200px;
    margin: auto;
}

.yer {
    display: contents;
}

header .wrapper {
    gap: 50px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 320px;
    height: 150px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo img {
    width: 100%;
    height: 100%;
    padding: 10px;
}


.raound {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: solid 2px white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#yanmenü1 {
    display: none;
}

#icon {
    color: white;
    font-size: 16px;
}

.sosyal-medya {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu ul {
    list-style: none;
    display: flex;
    gap: 50px;
}

.menu ul li a {
    text-decoration: none;
    font-size: 16px;
    color: white;
    font-family: 'Oswald', sans-serif;
}

.menu ul li:hover ul {
    display: block;
    transition: 1s;
}

.menu ul li a:hover {
    color: #515151;
    transition: 1s;
}

.menu ul li ul li {
    background-color: aliceblue;
    width: 150px;
    padding: 15px;
    margin-left: -40px;

}

.menu ul li ul li a {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;

}

.menu ul li ul li a:hover {
    color: #515151;
    transition: 1s;
}


.menu ul li ul {
    position: absolute;
    display: none;
    z-index: 9999;
    line-height: 20px;
    border: solid 3px #000;
}

.red {
    width: 100%;
    height: 45px;
    background-color: #430506;
    opacity: 1.1;
    margin-top: -30px;
    position: absolute;
}

.red1 {
    width: 100%;
    height: 45px;
    background-color: #430506;
    opacity: 1.1;

}

.red .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.product-title {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    opacity: 99;
    color: white;
}

#carousel1 {
    max-width: 1200px;
    margin: auto;
}

.sidenav {
    height: 100%;
    width: 0;
    /*Genişliği javascriptle değiştir*/
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    /*Yatay kaydırmayı devre dışı bırak */
    transition: 0.5s;
    /* Sidenav'da kaymaya 0,5 saniye geçiş efekti */
    padding-top: 60px;
    /*İçeriği üstten 60 piksel yerleştirin */
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-size: 19px !important;
}

/*Menüler üzerine gelince  renklerini değiştirin */

.sidenav a:hover {
    color: #f1f1f1;
}

/*Kapat düğmesini konumlandırın ve stillendirin (sağ üst köşe) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Yüksekliğin 450 pikselden az olduğu daha küçük ekranlarda, 
        sidenav stilini değiştirin 
        (daha az dolgu ve daha küçük bir yazı tipi boyutu) */
.page-left {
    width: 22%;
    margin-bottom: 50px
}

.page-right {
    width: 75%;
    background: #fff;
}



.iletisim ul li {
    margin-top: 0px !important;
    font-family: 'Oswald', sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    color: #000;
    font-size: 13px;
    line-height: 24px;
    padding: 10px 20px;
    font-weight: 600;
    display: block;
    font-family: 'Oswald', sans-serif;
}

.page-left ul {
    margin-top: 20px !important;
    font-family: 'Oswald', sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.10);
}

.page-left ul li a {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 10px;
    font-weight: 600;
    display: block;
    font-family: 'Oswald', sans-serif;
}

.page-left ul li a i {
    padding-right: 10px;
    color: #ea0b1a;
}

.page-left ul li a:hover {
    background: #000;
    color: #fff;
    transition: all 0.2s ease-in;
    padding-left: 10px;
}

.page-left ul li a.menu-aktif {
    background: #000;
    color: #fff;
}

.page-right {
    width: 75%;
    background: #fff;
}

.page-right-icerik {
    background-color: #fff;
    padding: 30px;
    height: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 28px -3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 28px -3px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}

.wrapper .kapsayici {
    display: flex;
    gap: 25px;
}


footer {
    background-color: #000;
    width: 100%;
}






.footer-logo img {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 150px;
    width: 100% !important;

}

.footer-yazi {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.neturk-logo {
    padding-bottom: 20px;
}

footer .wrapper {
    display: flex;
    gap: 50px;
}

footer-sol {
    margin-left: 40px;
    width: 100%;
}

.footer-sag {
    display: flex;
    justify-content: center;
    width: 80%;
}

.footer-sag ul {
    display: flex;
    font-size: 24px;
    list-style: none;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-top: 40px;
}

.footer-sag ul li ul {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
    font-size: 16px;
    margin-left: -40px
}

.footer-sag ul li ul a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.footer-sag ul li ul a:hover {
    color: #515151;
}

.raound a:hover ul {
    display: none;
}

.raound ul {
    position: absolute;
    top: 77px;
    z-index: 999;
    background-color: #f1f1f1;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    display: none;

}

.raound ul li {
    padding-top: 5px;
    padding-bottom: 5px;

}

.raound ul li a {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 16px;
}

.raound:hover ul {

    display: block;

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1000px) {
    .raound ul {
        position: absolute;
        top: 180px;
    }

    .footer-sol {
        position: relative;
        left: 20px;
        width: 95%;
    }

    .footer-sag {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    footer .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .footer-sag ul {
        display: flex;
        flex-direction: column;
        font-size: 36px;
        gap: 40px;
    }

    .footer-sag ul li ul {
        font-size: 24px;
    }

    .menu ul {
        display: none;
    }

    header {
        height: auto;
    }

    header .wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .sosyal-medya {
        margin-top: -65px;
        padding-bottom: 40px;
    }

    .logo {
        margin-top: 25px;
        width: 100%;
        padding-right: 25px;
        height: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        width: 100%;
    }

    .raound {
        width: 50px;
        height: 50px;
    }

    #icon {
        font-size: 22px;

    }

    .carousel-inner>.item>a>img {
        height: 600px;
    }

    #yanmenü1 {
        display: block;
    }

    #fw_al_009>.carousel-inner>.item>img,
    #fw_al_009>.carousel-inner>.item>a>img {
        height: 350px;
    }

    .page-left {
        display: none;
    }

    .kapsayici {
        display: flex;
        justify-content: center;
    }

    .col-xs-3 {
        width: 100% !important;
        padding: 10px !important;
    }



}

@media only screen and (max-width: 1170px) {}