*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI";
}
aside{
    position: fixed;
    top: 0px;
    left: 0px;
    left: -75px;
    width: 75PX;
    height: 125vh;
    padding: 5px;
    background: #171f36;
    color: white;
    transition: 0.5s;
}
a{
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}
.logo{
    height: 50px;
    margin: 0 0 50px 0;
    position: relative;
}
.menu-icon{
    position: absolute;
    right: -61px;
    top: 5%;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    font-size: 35px;
    padding: 1px;
    background: rgb(236, 169, 91);
    text-align: center;
    cursor: pointer;
}
.bx-x{
    display: none;
}
.logo a{
    height: 100%;
    width: 100%;
}
.logo a img{
    width: 55px;
    height: 55px;
    border-radius: 55%;
}
.logo a span{
    width: 0px;
    overflow: hidden;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 0 20px;
    transition: 0.5s;
}
.side-menu li{
    list-style: none;
    overflow: hidden;
    border-radius: 10px;
    padding: 5px;
    margin: 20px auto;
    text-transform: capitalize;
    transition: 0.5s;
    font-size: 17pt;
}
li a{
    position: relative;
    height: 35px; /* normalde burası 30px di */
}
li a i{
    margin: 20px;
    font-size: 20px;
    width: 15px; /* burası 25px di */
    text-align: center;
}
li a span{
    width: 0px;
    overflow: hidden;
    height: 25px;
    transition: 0.5s;
}
.bxs-chevron-right{
    position: absolute;
    right: 0;
    width: 0;
    transition: 0.5s;
    overflow: hidden;
}
.sub-menu{
    width: 80%;
    margin: 0 0 0 25px;
    overflow: hidden;
    max-height: 0px;
    transition: 0.5s;
}
.sub-menu li{
    height: 35px;
    padding: 5px 15px;
    margin: 4px auto;
    font-size: 17pt;
    font-weight: 200;
}
.sub-menu li a{
    position: initial;
    height: 100%;
    display: initial;

}
ul.log{
    margin: 50px 0 0 0 ;
}
section{
    width: calc(100% - 75px); /*normalde - den sonra 400px yazılıydı */
    margin: 50px 59px;
    transition: 0.5s;
}
/*aside*/
aside.expand{
    width: 350px; /* normalde burası 250px di*/
    left: 0px;
}
aside.expand ~ section{
    margin: 50px 125px; /* burası 50px 300px di , burayı yükseltince menü açılırken sağındaki içeriği ileriye doğru itekliyor*/
}
aside.expand .menu-icon>.bx-x{
    display: initial;
}
aside.expand .menu-icon>.bx-menu{
    display: none;
}
aside.expand .logo a span{
    width: 250px; /* burası normalde 150px di */
}
aside.expand li a span{
    width: 205px; /* burası normalde 105px di */
}
aside.expand .bxs-chevron-right{
    width: 25px;
}

li.active{
    background: rgb(236, 169, 91);
}
li.active .sub-menu{
    max-height: 300px;
}
li.active a>.bxs-chevron-right{
    transform: rotate(90deg);
}
/*************** Duzenlenen bazı alanlar *****************/
/*************************************************/
section img{
    width: 100%;
    margin-top: 3%;
    padding-right: 3%;
}
section p{
    font-size: 17pt; 
    padding-right: 3%;
    text-align: justify;
}
#head{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: -35px;
    border: solid 1px rgb(230, 227, 227);
    box-sizing: border-box;
    font-size: 17pt;
    padding-left: 35%;
    border-radius: 15px;
}
#head img{
    display: none;
    width: 100%;
    margin-top: 3%;
    padding-right: 5%;
}
#resim img{
    width: 100%;
    max-height: 100vh;
}
/*******************Slide bolumu CSS kodlarimiz **********************/


/* Genel slide css kodlarimiz */
#genelslide{display: flex; flex-direction: column; width: 100%; height: auto;}
/* *********galerislayt css KodlarÄ± ************ */
#bodyslayt{max-width: 100%; margin: 0; padding: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; 
    height:auto;}
.cerceve{width: 99%; overflow: hidden; border:none 1px rgba(88, 223, 233, 0.301); box-sizing: border-box; border-radius: 7px;}
.galerislayt{z-index: -1; position: relative; width: 400%; left: 0; animation: 33s slayt infinite;}
.galerislayt img{width: 25%; height: 100vh; float: right; padding-left: 5%; margin-top: -25px;}
@keyframes slayt{
    0%{left:0%;}
    20%{left:0%;}
    25%{left:-100%;}
    45%{left:-100%;}
    50%{left:-200%;}
    70%{left:-200%;}
    75%{left:-300%;}
    90%{left:-300%;}
}


/****** orta alan urunler bolumu CSS kodlarimiz *****/
#orta{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3%;
}
#orta .urun{
    width: 31%;
    max-height: 75%;
    padding: 5px;
    margin: 5px;
    height: 75%;
    border-radius: 15px;
    box-shadow: 1px 1px 3px rgba(230, 178, 68, 0.705);
}
#orta .urun a{
    color: rgba(0, 0, 0, 0.7);
}
#orta .urun a:hover{
    color:rgba(230, 178, 68, 0.705);
}
#orta .urun:hover{
    color:rgba(230, 178, 68, 0.705);
}
#orta .urun img{
    width: 100%;
    max-height: 75%;
    padding: 5px 25px;
    border-radius: 7px;
    height: 35vh;
}
#orta h2{
    font-size: medium;
    text-align: center;
    transition: .3s;
}




@media only screen and (max-width: 800px) {

    .menu-icon{
        position: absolute;
        right: -50px;
        top: 5px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        font-size: 20px;
    }
    #head{
        font-size: 13pt;
        padding-left: 1%;
    }
    #head img{
        display: none;
        width: 100%;
        margin-top: 3%;
        padding-right: 5%;
    }
    section p{
        font-size: 13pt;
    }
    .side-menu li{
        font-size: 13pt;
    }
    .galerislayt img{
        width: 25%; 
        height: 35vh; 
        float: right; 
        margin-top: -25px; 
        text-align: center;
    }
    #orta{
        display: flex;
        flex-direction: column;
        padding-right: 5%;
    }
    #orta .urun{
        width: 100%;
        margin-top: 13%;
        box-sizing: border-box;
    }
    .sliderResim{
        max-height: 45vh;
    }
    .iletisimicon{
        bottom: 50px;
    }
    
    }

    .sliderResim{
        height: 85vh;
    }
    .iletisimicon{
        display: flex; 
        position: absolute;
        right: 0;
    }
    .iletisimicon a{
        text-decoration: none;
    }
    .iletisimicon i{
        color: white;
        font-size: 25px;
    }
    .iletisimicon i:hover{
        color: blue;
        font-size: 25px;
    }




/*tıklanabilir resim galerisi CSS KODLARI */
/* Aside bölümü JS bağlı fotoğraf galerisi sağ-sol oklu css kodları */

.bilgi{
    display: flex;
    background-color:none;
    height: auto;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 5%;
    width: 100%;
}
.foto a{
    float:left;
    width: 25%;

}
.res{
    width: 100%;
    height: 275px;
    object-fit: cover;
    padding: 15px;
    margin: 1%;
    background: whitesmoke;
    border-radius: 5%;
    box-shadow: 0px 1px 1px 1px #0000006e;
    
}
@media only screen and (max-width: 768px) {
    .foto a{
        width: 33%;
        padding: 0;
        margin: 0;
    }
}
@media only screen and (max-width: 579px) {
        .foto a{
        width: 50%;
    }
}
@media only screen and (max-width: 375px) {
        .foto a{
        width: 100%;
    }   
}
