html{
    scroll-behavior: smooth;
}

*{
    padding: 0; 
    margin: 0; 
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: "Oswald", sans-serif;
}

img {
    width: 100%;
}

section{
    padding: 100px 0;
    background:  #122e44;
}

.section_title{
    margin-bottom: 30px;
}

.section_title h2{
    position: relative;
    text-align: center;
    color:#fff ;
    font-size: 30px;
    transition: all .5s ease-in-out;
}

.section_title h2:hover{
    background-color: #e31e1e;
}

/*-------------------HEADER------------------*/

header{
    background: rgb(7, 7, 7);
    border-bottom: 1px solid rgba(238, 238, 238, 0.801);
    position: fixed;
    width: 100%;
    z-index: 5;
}

#menu_bar{
    display: none;
}

.navbar{
    display:  flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    padding: 10px 0;
}

.nav_links{
    display: flex;
}

.nav_links li a{
    margin-left: 15px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.nav_links li a:hover{
    background: #e31e1e;
}

.logo h2 a{
    color: #fff;
    text-transform: uppercase;
}

/*-------------------Home Page------------------*/

.inner_anasayfa{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
    color: #fff;
}


.child_anasayfa{
    flex-basis: 45%;
}

.child_anasayfa h1 {
    font-size: 39px;
    color: aliceblue;
}

.span_child{
    color: #e31e1e;
}

.child_anasayfa p {
    font-size: 25px;
    margin-bottom: 12px;
}

.btn{
    background: #e31e1e;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #e31e1e;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
}

.btnw{
    background: #25D366;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #128C7E;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
}

.btn:hover{
    background: transparent;
    letter-spacing: 2px;
}

.btnw:hover{
    background: transparent;
    letter-spacing: 2px;
}

.kayan-yazi{
    color: #fff;
    padding: top;
    background-color: #e31e1e;
    
}


/*-------------------HİZMETLER------------------*/

.inner_hizmetlerimiz{
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: space-between;
    margin: 0 auto;
}

.child_hizmetlerimiz{
    flex-basis: 24%;
    color: #fff;
    padding: 25px 20px;
    background: rgba(55, 66, 80, 0.281);
    border-radius: 5px;
    border: 1px solid transparent;
    transition:  all .5s ease-in-out;
}

.child_hizmetlerimiz:hover{
    border: 1px solid #24CAAC;
}

.child_hizmetlerimiz .icon{
    font-size: 25px;
    color: #e31e1e;
    margin-left: 5%;
    
    
}

.child_hizmetlerimiz h3{
    font-size: 20px;
    margin: 5px 0;
}

.child_hizmetlerimiz p{
    font-size: 15px;
}

body{
    /* display: flex;   */
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #fff;
}

.container{
    max-width: 1200px;
    width: 95%;
}

.slider_wrapper .image-list {
    display: grid;
    gap: 15px;
    font-size: 0;
    overflow-x: auto;
    /* scrollbar-width: none; */
    grid-template-columns: repeat(10, 1fr);
}

/* .slider_wrapper .image-list::-webkit-scrollbar{
    display: none;

} */

.slider_wrapper .image-list .image-item{
    width: 250px;
    height: 350px;
    object-fit: cover;

}

/* <!--footer--> */




