@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
#dle-ajax-comments,#dle-comments-form{display:none;}
body,
html {
    font-family: 'Manrope', sans-serif;
    color: #020C16;
    line-height: 1.6;
    overflow-x: hidden;
    list-style:none;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}
.fn_menu_list>li>a>.menu-ico-title>span{
    display:none;
}
.menu-ico-title span{
        line-height: 2.25;
}

a {
    color: black;
    transition: all .7s !important;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}


p {
    width: 100%;
}

img {
    max-width: 100%;
}


.myContainer{
    max-width: 1400px;
    margin:0 30px;
}
@media (max-width:1399px) {

.fn_banner_group1{
    margin:0 30px; 
}

}



    .btn-color2:before {
    border-top: 44px solid #358a2f;
}

  .btn-color2:after {
    border-bottom: 44px solid #358a2f;
}
    }

ul li {
  list-style: none;
}


.slick-track, .draggable{
    width: 100%;
}

.product_card{
        width: 333px !important;
}


.ozelnext, .ozelprev{
    border-radius:10px !important;
}
.aboutslidermain img{
    width: 100%;
    border-radius:24px;
    margin-inline: auto;
}

.preview_picture { transition: all .2s ease-in-out; }
.preview_picture:hover { transform: scale(1.1); }
