<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {

    font-family: 'chevin';

    src: url('assets/font/Chevin\ BoldItalic.otf');

    src: url('assets/font/Chevin\ BoldItalic.otf#iefix') format('embedded-opentype');

   

    font-weight: normal;

    font-style: normal;



}

@font-face {
    font-family: 'exo_2regular';
    src: url('assets/font/exo2-variablefont_wght-webfont.woff2') format('woff2'),
         url('assets/font/exo2-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

body{
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 400;
	background-color: #FAFAFA!important;
    
}

body.back{
    background: url(assets/img/bg-10.jpg);

}
.wrapper{
    width: 100%;
    overflow: hidden;
}

.container{
    max-width: 1140px;
    margin: 0px auto;
    height: auto;
}

.container-flex {
    max-width: 1300px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    
}

nav{
    width: 100%;
    height: auto;
    background: transparent;
    position: absolute;
    
    z-index: 400;
}

.ust-menu {
    width: 100%;
    background-color: #b3b3b32b;
    height: 150px;
}

.ust-menu.bg {
    width: 100%;
    background-color: #b3b3b32b;
    height: 219px;
}


.alt-menu.bg {
    width: 100%;
    margin-top: -170px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.6s;
}

.ust-menu .container-flex{
    padding: 5px 0px;
}


.nav-list ul li i:hover{
    color: #9fc95d;
}

.top-left{
    width: 40%;
    display: flex;
    justify-content: flex-start;
}

.top-left span{
    padding:2px 8px;
    color: #fff;
    z-index: 10;
}

.top-left span i{
    font-size: 13px;
}

.top-right a i:hover{
color: #aaa;
}

.top-right img{
    width: 20px;
    border: 1px solid #fff;
    transition: all 0.4s;
    margin-bottom: 3px;

}

.top-right img:hover{
    transform: scale(1.1);
}

.top-left span a{
    color: #fff;

    font-size: 14px;
}

.top-left span a:Hover{
    color: #fff;
    text-decoration: none;
}

.top-right{
    width: 60%;
    display: flex;
    justify-content: flex-end;
  
}

 /** search **/

 .ara-btn{
    margin-left: -5px;
}

.form-control{
    padding: 6px!important;
    height: 28px!important;
    border-radius:  0px !important;
    border: none!important;
    font-size: 13px!important;
 
   
}



.top-right a{
    padding: 2px 8px;
    color: #fff;

}

.top-right a:hover{
    text-decoration: none;
    color: #fff;
}

/** alt menu **/

.alt-menu{
    width: 100%;
    margin-top:-100px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.6s;

}

.alt-menu .logo-box {
    width: 24%;
    z-index: 100;
    position: relative;
}
.alt-menu .logo-box img {
    width: 100%;
    margin-left: 0px;
    top: 9px;
    position: absolute;
}
.alt-menu .nav-list {
    width: 72%;
    display: flex;
    justify-content: flex-end;
    background-color: #a0c95d83;
    height: 52px;
    box-shadow: rgba(0 0 0 / 20%) 0px 2px 15px;
    border-radius: 90px;
    margin-top: 19px;
    /* left: 200px; */
    z-index: 10;
    margin-left: 56px;
    transition: all 0.6s;
    margin-left: 354px;
}



.alt-menu .nav-list ul{
    margin-top: 14px;
}


.alt-menu.sticky .logo-box img {
    width: 55%;
    margin-left: 0px;
    top: -8px;
    position: absolute;
}


#navbar{
    transition: all 0.2s;
}


.nav-list{
    width: 89%;
    height: auto;
    transition: all 0.6s;

}

.alt-menu.sticky {
    position: fixed;
    background-color: #a0c95dd7;
    top: 100px;
    border-radius: 0px;
    width: 100%;
    z-index: 400;
    padding: 20px 0px;
    border-bottom: 1px solid #fff;
}

.alt-menu.bg.sticky{
    top: 170px;
}

.alt-menu.sticky .nav-list {
    border-radius: 0;
    margin-top: 11px;
    background-color: transparent;
    box-shadow: none;
}

.alt-menu.sticky .nav-list ul{
  
    justify-content: flex-end;
 }
 

 .alt-menu.sticky .nav-list ul li a {
    color: #fff;
}

.alt-menu.sticky .nav-list ul li i{
    color: #fff;
}

.alt-menu.sticky .nav-list ul li ul li:first-child {
    margin-top: 59px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    padding-top: 9px;
}

.alt-menu.sticky .nav-list ul li ul::before{
    position: absolute;
    top: 39px;
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 10px;
        transform: rotate(180deg);
        width: 0px;
        height: 0px;
        display: block;
        content: "";
        left: 35%;
}

.nav-list ul {
    display: flex;
    width: 100%;
    margin-top: 15px;
    justify-content: center;
}

.nav-list ul li {
    display: inline-block;
    padding: 0px 27px;
    font-weight: 600;
    position: relative;
    height: 30px;

    overflow: hidden;
}

.nav-list ul li:hover{
    height: auto;
    overflow: visible;
}

.nav-list ul li:hover ul{
    transform: translateX(0px);
    opacity: 1;
}

.nav-list ul li ul {
    position: absolute;
    min-width: 180px;
    left: 0px;
    display: block;
    z-index: 1000;
    top: 0px;
    transform: translateX(200px);
    transition: all 0.5s;
    opacity: 0;
    
}



.nav-list ul li ul li {
    display: block!important;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: none;
    padding: 7px 1px;
    height: auto;
}



.nav-list ul li ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #474747!important;
    padding: 0px 20px;
    
}

.nav-list ul li ul li:first-child {
    margin-top: 34px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    padding-top: 9px;
}

.nav-list ul li ul li:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;


}

.nav-list ul li ul::before{
    position: absolute;
    top: 15px;
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 10px;
        transform: rotate(180deg);
        width: 0px;
        height: 0px;
        display: block;
        content: "";
        left: 35%;
}

.nav-list ul li ul li a::after{
    width: 0px;
    position: absolute;
   
}

.nav-list ul li:hover ul li a{
    color: #474747;
}

.nav-list ul li ul li:hover a{
    color: #9fc95d;
}

.nav-list ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  

   
    font-weight: 600;

    top:-2px;
    transition: all 0.4s;
}

.nav-list ul li:hover a{
    color: #d6d6d6;
}

.nav-list ul li:hover i{
    color: #d6d6d6;
    
}



.nav-list ul li i{
    font-size: 24px;
    color: #fff;
    padding-top: 1px;
 
}



/** slider **/

/** slider**/

.slider {
    z-index: 100;
    position: relative;
    background-color: #fafafa;

}

.slider-icon{
    position: absolute;
}

.slider-icon img{
    position: absolute;width: 270px;right: 10%;bottom:-150px;z-index:5000;object-fit: contain;filter: brightness(70%)!important;
}


.swiper-slide{
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    
}




.slider-text {
    position: absolute;
    z-index: 433;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    
}

.slider-title {
    text-shadow: 2px 2px #000;
    display: inline-block;
    padding: 5px 12px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-weight: 800;
}

.slider-p{
    padding: 10px 12px;
    margin-top: -19px!important;
    color: #fff;
    text-shadow: 1px 1px #000;
    font-size: 20px;
text-align: center;
    width: 100%;
    margin: 0px auto;
}

.slider-btn{
    border: 3px solid #fff;
    color: #fff!important;
    height: 60px!important;
    width: 60px!important;
    border-radius: 1px;
    position: absolute;
 
    
   
}

.slider-buton {
    display: flex;
    justify-content: center;
    margin: 15px 0px;
    justify-content:center;
    padding-left: 0;
}

.slider-buton a:first-child{
    padding: 7px 20px;
    border: 1px solid rgba(255,255,255,0.7);
    color: #fff;
    background-color:transparent ;
    font-size: 17px;
    text-decoration: none;
 
}



.slider .swiper-slide img{
    transition: all 2.7s;
}

.slider .swiper-slide::after{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content:"";
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.4;
}

.slider-buton a{
    padding: 7px 20px;
    color: #fff;
    width: 240px;
    margin: 0px 20px;
    font-size: 17px;
    background-color: #9fc95d;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all 0.5s;
}

.slider-buton a:first-child:hover{
    background: #9fc95d;
}

.slider-buton a:hover{
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.swiper-button-prev{
    color: #000;
    left: 50px!important;

}

.swiper-button-next{
    color: #000;
    left: 150px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px!important;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 73%!important;

    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

section.uretim {
    padding: 20px 70px;
    width: 98%;
    background-color: #38570a;
    height: 330px;
}

.uretim-boxes{
    padding: 0px 0px;
    
}

.title{
    padding-bottom: 20px;
    color: #fff;
}

.left-title{
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.left-title h1{
    font-size: 28px;
    color: #2C2A29;
    display: inline;
    font-weight: 600;
    position: relative;
}

.left-title h1::after{
    bottom: -10px;
    display: block;
    position: absolute;
    left: 24%;
    
    width: 35px;
    height: 3px;
    background-color: #9fc95d;
    content: "";
}

.right-title{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.right-title h1{
    font-size: 28px;
    color: #2C2A29;
    display: inline;
    font-weight: 600;
}


.uretim-box {
    width: 49.1%;

    margin: 0px 4px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    position: relative;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 40%);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28px;
}

.uretim-box:last-child{
    margin-right: 0px!important;
    margin-left: 5.5px;
}

.uretim-box::after{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent linear-gradient(
        180deg
        , rgba(0,0,0,0) 0, #000 100%) 0 0 no-repeat padding-box;
        content: "";
        height:25%;
        transition: all 0.5s;
        z-index: 5;
     
}

.uretim-box:hover::after{
    height: 30%;
}

.uretim-btn{
    background-color: #9fc95d;
    color: #000;
    padding: 5px 12px; 
    color: #fff;
    font-weight: 500;
}

.uretim-title {
    color: #fff;
    text-shadow: 1px 2px #000;
    font-family: 'Red Hat Display', sans-serif!important;
    transition: all 0.5s;
    letter-spacing: 2px;
    font-size: 30px;
}

.uretim-text {
    position: absolute;
    color: #fff;
    z-index: 20;
    /* padding-left: 0px; */
    left: 0;
    /* margin-left: 0px; */
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.uretim-box a{
    color: #fff;
    text-decoration: none;
}

.uretim-box a:hover{
    color: #fff;
    text-decoration: none;
}




.uretim-img{
    width: 100%;
    height: 100%;
}

.uretim-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(80%);
}

section.kurumsal{
    padding: 30px 0px;
    
    background-color: #fafafa;
}

.kurumsal-boxes{
    padding: 30px 0px;
}

.kurumsal-box{
    width: 24%;
    margin: 0px 4px;
    height: 300px;
    position: relative;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 40%);
    overflow: hidden;
}



.kurumsal-img{
    width: 100%;
   height: 100%;

}

.kurumsal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(50%);
}

.kurumsal-box a{
    color: #fff;
    text-decoration: none;
}

.kurumsal-box:hover .kurumsal-title{
    transform: translateX(-300px);
}

.kurumsal-box i{
    position: absolute;
    bottom: 38%;
    transform: scale(0);
      left: 41.5%;
      color: #fff;
      z-index: 20;
      font-size: 70px;
      text-shadow: 1px 2px #000;
      transition: all 0.4s;

  
}

.kurumsal-box:hover i{
    transform: scale(1);
}

.kurumsal-title{
    color: #fff;
    text-shadow: 1px 2px #000;
    font-family: 'Red Hat Display', sans-serif!important;
    transition: all 0.5s;
 
    position: absolute;
  bottom: 15%;
    left: 5%;
    color: #fff;
    z-index: 20;

 
}

.kurumsal-title h4{
    font-size: 20px;
    color: #474747;
    padding:30px 20px;
}


/** referanslar **/
section.referanslar {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    padding-top: 130px;
    padding-bottom: 50px;
    transition: all 0.5s;

}

.swiper-container-referans{
    width: 1100px;
    margin: 0px auto;
    overflow: hidden;
    padding: 50px 0px;
   
 }

 .swiper-container-referans .swiper-slide{
       width: 300px;
       height: 110px;
       position: relative;
       overflow: hidden;
       border-radius: 5px;
       overflow: hidden;
       padding: 5px;
       background-color: #fff;
       border: 0.5px solid rgba(170,170,170,0.4);
      
 }

 .swiper-container-referans .swiper-slide img{
   object-fit:contain;
       object-position: center;
       width: 100%;
       height:100px;
       padding: 4px;
       
       transition: all 0.6s;
 }


 .swiper-container-referans  .swiper-slide:hover img{
     transform: scale(1.1);
 }


 /**FOOTER **/
 .top-footer{
    background-color: #1f2d30;
   padding: 20px 0px;
    color: #fff;
}

.footer-box{
    
    display: flex;
    flex-wrap: nowrap;
    margin: 0px 5px;

}

.footer-box i{
       height: 48px;
       border: 1px solid #fafafa;
       color: #fafafa;
       font-size: 24px;
       text-align: center;
       width: 45px;
       border-radius: 100%;
       line-height: 24px;
       margin-top:5px;
       padding: 9px;
       margin-right: 5px;
       transition: all 0.5s;
 
}

.footer-box p{
    margin-top: 15px;
}

.footer-box a{
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 10px;
    display: inline-block;
    transition: all 0.3s;
}

.footer-box a:hover{
   color: #9fc95d;
   text-decoration: none;
}

.footer-box:hover i{
    background-color: #9fc95d;
}

.footer-box .txt{
    font-size: 15px;
    text-align: center;
    padding: 0px 5px;
}




footer .container-flex{
   z-index: 300;
}

.foot-about{
    width: 43%;
    border-right: 1px solid rgba(255,255,255,0.5);
    padding-right: 10px;
}

.foot-about p {
    color: #fff;
    text-align: center;
}

.foot-about img{
    width: 55%;
    padding-bottom: 1px;
}

.foot-links{
    width: 25%;
   padding-left: 15px;
    border-right: 1px solid rgba(255,255,255,0.5);
    padding-right: 10px;
}



.foot-links ul li{
    padding: 6px 4px;
}

.foot-links ul li a{
    color: #fff;
    font-size: 17px;
}

.foot-links ul li i{
    color: #fafafa;
    font-size: 10px;
    margin-right: 6px;
}

.foot-gallery{
    width: 30%;
    padding-left: 20px;
}

.galeri-img{
    width: 32%;
    height: 70px;
    margin: 2px;
    overflow: hidden;
}

.galeri-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(30%);
    transition: all 0.5s;
}

.galeri-img:Hover img{
   transform: scale(1.2);
   filter: brightness(70%);
}

.mid-footer{
   width: 100%;
   height: auto;
   position: relative;
   background-color: #38570a;
   padding: 120px 0px;


}

.foot-title{
   color: #fff;
   text-decoration: none;
   font-weight: 700;
   position: relative;
   padding-bottom: 5px;
   font-family: 'Sarala', sans-serif;
   letter-spacing: 1.5px;
}


  

.foot-about .foot-title::after{
    display: none;
}

.foot-title::after{
    width: 20%;
    display: block;
    height: 2px;
    padding-bottom: 4px;
    left: 0%;
    background-color: #9fc95d;
    content: "";
    position: absolute;
    bottom: -3px;
}

.foot-title span{

    font-weight: 400;
    font-size: 18px!important;
}

.mid-footer::after{
   width: 100%;
   height: 100%;
   background:url(assets/img/wp-2.jpg);
   display: block;
   position: absolute;
   content: "";
   opacity: 0.1;
   top: 0%;
   left: 0;
   z-index: 10;
}

.bot-footer .container-flex{
   border-top: 1px solid rgba(255,255,255,0.3);
   padding-top: 25px;
}

.bot-footer .left{
   display: flex;
   justify-content: flex-start;
   color: #FBFBFB;
   
   width: 50%;
   
}



.bot-footer .right{
   width: 50%;
   display: flex;
   justify-content: flex-end;
   color: #FBFBFB;
   text-transform: uppercase;
}

.bot-footer .right a{
   padding-left: 4px;
   color: #fff;
   text-decoration: none;
  
}


/** arka sayfalar **/

main{
    min-height: 450px;
}


.banner-top{
    height:220px;
    width: 100%;
    display: flex;
    justify-content: center;
  align-items: flex-end;
    margin-top: 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-top::before{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.4;
    z-index: 1;
}

.banner-title {
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    z-index: 20;
    position: absolute;
    bottom: 18px;
    font-family: 'Red Hat Display', sans-serif!important;
text-transform: uppercase;
}

.banner-top ul{
    z-index: 30;
    position: absolute;
    bottom: -2px;
    background-color: rgba(0, 0, 0, 0.418);
    padding:2px 20px;
    display: none;
}

.banner-top ul li {
    display: inline-block; 
 

   

}

.banner-top ul li a{
    color: #fff;
    font-size: 14px;
    font-family: 'Red Hat Display', sans-serif!important;
    font-weight: 300;
        border-right: 2px solid #fff;
        padding: 0px 7px;
  

}

.banner-top ul li i{
    padding-right: 4px;
}

.banner-top ul li:last-child a{
    border-right: none;
    color: #9fc95d;
 
}

.banner-top ul li a:hover{
    text-decoration: none;
}

.content{
    padding: 40px 0px;
    width: 100%;
    height: auto;
    animation:fadeIn 1.5s;
}

.content.detay table{
    max-width: 100%;
    height: auto;
}



.content.detay  table tr td {
    font-size: 18px;
    padding: 20px 0px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    vertical-align: top;
    color: #707070;
    font-weight: 300;
    display: inline-block;
  
}

.content.detay table tr td ul li{
    padding: 2px 0px;
    list-style: disc;
    margin-left: 15px;
  
}

.content.detay table tr:first-child td:first-child{
    width: 55%!important;
    padding-right: 35px;
}

.content.detay table tr:first-child td:last-child{
    width: 45%!important;
}


.content.detay table tr:nth-child(2) td:first-child{
   width: 45%!important;
}

.content.detay table tr:nth-child(2) td:last-child{
    width: 55%!important; 
    padding-left: 35px;
}


.content.detay table tr:nth-child(3) td:first-child{
    width: 55%!important;
    padding-right: 35px;
 }
 
 .content.detay table tr:nth-child(3) td:last-child{
     width: 45%!important; 
 }

 .content.detay table tr:nth-child(4) td:first-child{
    width: 45%!important;

 }
 
 .content.detay table tr:nth-child(4) td:last-child{
     width: 55%!important; 
     padding-left: 35px;

 }
 


.content.detay table tr td:first-child{
    text-align: justify;
 
}



.content.detay table tr td p{
    padding: 0px;
}


.content.detay table td img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center;
}


.content .container-flex{
    background: #fff;
    padding: 20px;
    min-height: 400px;
    box-shadow: rgba(0 0 0 / 20%) 0px 2px 15px;

}



.content-text{
    width:60%;
    text-align: justify;
    padding-right: 40px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 15px;
    color: #474747;
}



.content-text ul li{
    list-style-type: disc;
    margin-left: 20px;

}


.referans-img{
    width: 24%;
    border: 1px solid rgba(0,0,0,.1);
    padding: 10px;
    margin: 0px 4px;
    background-color: #fff;
    height: 150px;
    animation:fadeInUp 1.2s;
    margin-bottom: 5px;
}

.referans-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/** masonry 
  .masonry {
    column-count: 2;
    column-gap: 5px;

  }
    @media (min-width: 768px) {
     .masonry{
        column-count: 3;
     } 
    }
    @media (min-width: 992px) {
        .masonry{
            column-count: 4;
         } 
    }
    @media (min-width: 1199px) {
        .masonry{
            column-count: 5;
         } 
    }


    .brick {
      box-sizing: border-box;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      counter-increment: brick-counter;
    }
   .brick img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    } **/



.content-images{
    width: 40%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    align-content: flex-start;
    position: relative;
  


    


    

    
    padding-left: 10px;
}

.content-images::before{
    height: 50%;
    background-color: #a0c95d77;
    width: 0.4px;
    position: absolute;
    left: -10px;
    top: 0px;

    content: "";
    display: block;
}

.content-img {
    width: 47.8%;
    height: 155px;
    margin: 0px 4px;
    overflow: hidden;
    margin-bottom: 15px;
}


.content-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
}

.content-img:hover img{
    transform: scale(1.1)
}

.v-title{
    font-size: 21px;
    color: #9fc95d;
    font-weight: 500;
}


.content-images.belge {
    width: 100%;
    
}

.content-images.belge::before{
    display: none;
}

.content-images.belge .belgem{
    width: 24%;
    height: auto;
    margin: 0px 4px;
  
}

.img-text{
    text-align: center;
    width: 100%;
    padding: 12px 0px;
    font-weight: 500;
    font-size: 14px;
    height: auto;
    

    
}

.belgem .belge-img{
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.belgem:hover img{
    transform: scale(1.2);
}

.belge-img img{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);

    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 0.4s;
}

.content-images.belge .content-img img{
    object-position: top;
}
  
.contact-title{
    padding: 15px 0px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
}

.map {
    width: 50%;
    border-right: 2px dotted rgba(0, 0, 0, 0.1);
    padding-right: 15px;

    position: relative;
    top: -131px;
    height: 280px;
}

.contact-info {
    width: 50%;
    padding-right: 15px;
    border-right: 2px dotted rgba(0, 0, 0, 0.1);
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    height: 371px;
}

.contact-info ul li{
    padding: 10px 7px;
}

.contact-info ul li:first-child{
    padding-top: 0px!important;
}

.contact-info span{
    display: inline-block;

    margin-right: 10px;
    font-size: 15px;
    width: 25px;
    
  
    padding: 5px 10px;
   
}

.contact-info span i{
    position: relative;
    left: 4px;
}

.contact-info ul li a{
    color: #484848;
}

.contact-info ul li a:Hover{
    color: #38570a;
    text-decoration: none;
}

.contact-form{
    width: 50%;
    padding-left: 20px;
    
    

}

.form-control{
    margin: 10px 0px;
    border-radius: 4px!important;
    height: 50px!important;
   color: #ddd;
   padding-left: 14px!important;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    
}

textarea.form-control{
    height: auto!important;
}

.contact-form .btn.btn-success{
    background-color: #9fc95d!important;
    border: 0px!important;
}

.uretim{
    width: 48%;
    height: 320px;
    position: relative;
    margin: 0px 8px;
    margin-bottom: 30px!important;
   
}

.uretim .uretim-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.uretim-img:hover img{
    transform:scale(1.1);
}

.uretim-img img{
    width: 100%;
    transition: all 0.4s;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(90%);
}

.uretim:hover .triangle{
    transform: translateY(-15px);
}

.triangle{
    transition: all 0.4s;
    position: absolute;bottom: -40px;left: -20px;width: 120px;z-index: 50;
}

.uretim-box-text{
    position: absolute;
    display: block;
    width: 100%;
    background-color: #a0c95d9d;
    left: 0;
    bottom: -8px;
    padding: 6px 20px;
    z-index: 10;
    text-align: right;
    transition: all 0.3s;
}

.uretim:hover .uretim-box-text{
    background-color: #a0c95df6;

}

.uretim a{
    color: #fff;
}

.uretim:hover a{
    color: #fff;
    text-decoration: none;
}

.detay{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.detay-img{
    width: 40%;
    height: auto;
}

.d-img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(0, 0, 0, 0.1);

}

.d-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.detay-text{
    width: 60%;
    padding-left: 15px;

}

.detay-text .content-img{
    width: 22%;
}

.content-images.detay{
    margin-top: 20px;
    padding-left: 0px;
    
}

.content-images.detay .content-img {
    height: 400px;
    width: 100%;
    padding: 0;
}

.content-images.detay .content-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.content-images.detay::before{
    display: none;
}

/** responsive **/

@media (max-width:1440px){
    .container-flex {
        max-width: 1140px;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        height: auto;
    }
    .alt-menu .logo-box img {
        width: 95%;
        margin-left: 0px;
        top: 12px;
        position: absolute;
    }



    .alt-menu.sticky .nav-list {
        margin-top: 5px!important;
    }

    .alt-menu .logo-box {
        width: 28%;
        z-index: 100;
        position: relative;
    }

    .alt-menu.sticky .logo-box img {
        width: 88%;
        margin-left: 0px;
        top: 0px;
        position: absolute;
    }

}



@media(min-width:1441px){
    .alt-menu.sticky .logo-box img {
        width: 100%;
        margin-left: 0px;
        top: 1px;
        position: absolute;
    }
}



.kategori-ac{
    display: none;
}

.kategori-kapa{
    display: none;
}

@media(max-width:600px){
    
    .container-flex {
        max-width: 95%;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        height: auto;
    }

    .top-left {
        width: 60%;
        display: flex;
        justify-content: flex-start;
    }

    .top-left span:last-child {
        display: none;
    }

    .top-right {
        width: 40%;
        display: flex;
        justify-content: flex-end;
    }

    .alt-menu .nav-list {
        width: 77%;
        transform: translateX(-300px);
        display: block;
        justify-content: flex-start;
        background-color: #a0c95d;
        height: 102vh;
        box-shadow: rgba(0 0 0 / 20%) 0px 2px 15px;
        border-radius: 0px;
        margin-top: 0px;
        /* left: 200px; */
        position: absolute;
        top: -52px;
        left: -11px;
        z-index: 100;
        /* top: -9px; */
        margin-left: 56px;
        transition: all 0.6s;
        margin-left: 0px;
    }


    .nav-list ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 15px;
        justify-content: center;
    }

    .nav-list ul li {
        display: block;
        padding: 18px 27px;
        height: 30px;
        font-weight: 600;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        width: 100%;
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .kategori-ac {
        display: block!important;
        position: absolute;
        right: 4px;
        top: 9px;
        font-size: 30px;
        z-index: 400;
        color: #fff;
        width: 39px;
        height: 35px;
        padding: 1px 9px;
        border-radius: 3px;
        transition: all 0.3s;
    }

    .kategori-ac:hover{
        text-decoration: none;
        color: #a0c95d;
        border-radius: 50%;
        transform: translateX(4px);
      }

      .kategori-kapa {
        display: block;
        color: #fff;
        position: absolute;
        right: 16px;
        top: 22px;
        font-size: 30px;
        z-index: 100000;
    }
    

    .kategori-kapa:hover{
        color: #fff;
    }

    .alt-menu .logo-box {
        width: 58%;
        z-index: 100;
        position: relative;
    }

    .alt-menu .logo-box img {
        width: 100%;
        margin-left: 0px;
        top: 12px;
        position: absolute;
    }

    .ust-menu {
        width: 100%;
        background-color: #b3b3b32b;
        height: 110px;
    }

    .alt-menu {
        width: 100%;
        margin-top: -72px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        transition: all 0.6s;
    }
    
    
 
    .alt-menu.sticky {
        position: fixed;
        background-color: #a0c95dde;
        top: 70px;
        border-radius: 0px;
        width: 100%;
        height: 70px;
        z-index: 400;
        padding: 20px 0px;
        border-bottom: 1px solid #fff;
    }

    .alt-menu.sticky .nav-list {
        border-radius: 0;
        margin-top: 11px;
        background-color: #a0c95d;
        box-shadow: none;
        top: -27px;
    }

    .alt-menu.sticky .logo-box img {
        width: 100%;
        margin-left: 0px;
        top: -7px;
        position: absolute;
    }


    .alt-menu.sticky .kategori-ac {
   
        right: 4px;
        top: -7px;
       
     
    }


    .nav-list ul li.active ul {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .nav-list ul li.active{
        height: auto!important;
        overflow: visible!important;
    }

    .nav-list ul li:not(.active) ul{
        transform: translateX(100px);
        opacity: 0;
        visibility: hidden;
        
    }

    .nav-list ul li:hover a {
        color: #fff;
    }

  

    .nav-list ul li ul {
        visibility: hidden;
        position: relative;
        min-width: 180px;
        left: 0px;
        height: 0px;
        display: block;
        z-index: 1000;
        top: -18px;
        transform: translateX(200px);
        transition: all 0.5s;
        opacity: 0;
    }


    .nav-list ul li {
      
        height: 62px;
    
    }

    .nav-list ul li:hover{
        height: 62px;
        overflow: inherit;
       
    }

    .nav-list ul li ul li {
  
        height: auto!important;
    }



    /** slider **/

    .slider-text {
        position: absolute;
        z-index: 433;
        color: #fff;
        text-align: center;
        margin-top: -10px;
    }

    .swiper-button-next, .swiper-button-prev {
    
        top: 82%!important;
    
    }


    .swiper-button-next {
        color: #000;
        left: 200px!important;
    }

    .swiper-button-prev {
        color: #000;
        left: 110px!important;
    }


    /** boxes **/

    .kurumsal-box {
        width: 100%;
        margin-bottom: 12px!important;
        margin: 0px 4px;
        height: 220px;
        position: relative;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 40%);
        overflow: hidden;
    }

    /** uretim **/
    section.uretim {
        padding: 5px 0px;
        width: 98%;
        background-color: #38570a;
        height: 600px;
    }

    .uretim-box {
        width: 100%;
        margin: 0px 4px;
        height: 300px;
        margin-bottom: 21px;
        object-fit: cover;
        object-position: center;
        position: relative;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 40%);
        display: flex;
        justify-content: center;
        align-items: center;
        top: 8px;
    }


    /**referans**/
    section.referanslar {
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        background-attachment: fixed;
        padding-top: 60px;
        padding-bottom: 50px;
        transition: all 0.5s;
    }

    .swiper-container-referans .swiper-slide {
        width: 300px;
        height: 110px;
        position: relative;
        overflow: hidden;
        height: 206px!important;
        border-radius: 5px;
        overflow: hidden;
        padding: 5px;
        background-color: #fff;
        border: 0.5px solid rgba(170,170,170,0.4);
    }

    .swiper-container-referans .swiper-slide img {
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: 120px;
        /* position: absolute; */
        padding: 4px;
        top: 0px;
        transition: all 0.6s;
    }

    .swiper-container-referans {
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
        padding: 50px 0px;
    }



    /** footer **/

    .footer-box {
        width: 50%!important;
        display: flex;
        flex-wrap: nowrap;
        margin: 0px 0px;
    }

    .footer-box:first-child{
        width: 100%!important;
    }

    .footer-box:first-child i{
        height: 48px;
        border: 1px solid #fafafa;
        color: #fafafa;
        font-size: 24px;
        text-align: center;
        width: 45px;
        border-radius: 100%;
        line-height: 24px;
        margin-top: 5px;
        padding: 9px;
        margin-right: 5px;
        transition: all 0.5s;
    }

    .footer-box i {
        height: 41px;
        border: 1px solid #fafafa;
        color: #fafafa;
        font-size: 18px;
        text-align: center;
        width: 38px;
        border-radius: 100%;
        line-height: 24px;
        margin-top: 5px;
        padding: 7px;
        margin-right: 5px;
        transition: all 0.5s;
    }

    .footer-box a {
        color: #fff;
        font-size: 12px;
        margin-top: 15px;
        margin-left: 2px;
        display: inline-block;
        transition: all 0.3s;
    }



    .footer-box .txt {
        font-size: 12px;
        text-align: center;
        padding: 0px 5px;
    }


    .mid-footer {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #38570a;
        padding: 40px 0px;
    }

    .foot-about {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 1px;
        margin-bottom: 13px;
        padding-right: 0px;
        padding-left: 5px;
        border-right: 0px;
    }

    .foot-title {
      
        text-align: left!important;
    }

    .foot-about p {
        color: #fff;
        text-align: left;
    }

    .foot-links {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 1px;
        margin-bottom: 13px;
        padding-right: 0px;
        border-right: 0px;
        padding-left: 5px;
    }


    .foot-gallery {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
        margin-bottom: 13px;
        padding-right: 0px;
        border-right: 0px;
        padding-left: 0px;
    }

    .foot-gallery h3{
        margin-left: 5px;
    }

    .bot-footer {
        position: relative!important;
        bottom: 0px!important;
        height: 35px;
    }

    .bot-footer .left {
        display: flex;
        justify-content: center;
        color: #FBFBFB;
        width: 100%;
    }

    .bot-footer .right {
        width: 100%;
        display: flex;
        justify-content: center;
        color: #FBFBFB;
        text-transform: uppercase;
    }

    .bot-footer .container-flex {
        border-top: 0px solid rgba(255,255,255,0.3);
        padding-top: 6px;
    }

    /** arka sayfalar **/

    .banner-top {
        height: 201px;
      
    }

    .banner-title {

        font-size: 27px;
        bottom: 15px;
        text-align: center;
  
    }


    .content-text {
        width: 100%;
        text-align: left;
        padding-right: 0px;
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-size: 15px;
        color: #474747;
    }

    .content-images {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        align-content: flex-start;
        position: relative;
        padding-left: 0px;
    }

    .content-images::before {
   
        display: none;
    }

    .content-img {
        width: 47.4%;
        height: 155px;
        margin: 0px 4px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .content .container-flex {
        background: #fff;
        padding: 13px;
        min-height: 400px;
        box-shadow: rgba(0 0 0 / 20%) 0px 2px 15px;
    }


    .content-images.belge .belgem {
        width: 100%;
        height: auto;
        margin: 0px 4px;
        margin-bottom: 11px;
    }
   
    .belgem .belge-img {
        width: 100%;
        height: 263px;
        overflow: hidden;
    }

    .referans-img {
        width: 47%;
 
    }


    .contact-info {
        width: 100%;
        padding-right: 0px;
        border-right: 0px dotted rgba(0, 0, 0, 0.1);
        border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
        padding-bottom: 15px;
        height: auto;
        order: 2;
    }

    .contact-info ul li {
        padding: 6px 6px;
    }

    .map {
        width: 100%;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
        border-right: 0px dotted rgba(0, 0, 0, 0.1);
        padding-right: 0px;
        position: a;
        top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        height: auto;
        order: 1;
    }


    .contact-form {
        width: 100%;
        padding-left: 0px;
        order: 3;
    }



    .detay-img {
        width: 100%;
        height: auto;
        order: 2;
    }

    .d-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .content-images.detay .content-img {
        height: 200px;
        width: 100%;
        padding: 0;
    }

    .detay-text {
        width: 100%;
        padding-left: 0px;
        order: 1;
    }

    .galeri-img {
        width: 15%;
        margin-top: 18px!important;
        height: 49px;
        margin: 2px;
        overflow: hidden;
    }

    .uretim {
        width: 100%;
        height: 220px;
        position: relative;
        margin: 0px 8px;
        margin-bottom: 30px!important;
    }

}

@media(min-width:376px) and (max-width:420px){
    .swiper-button-next {
        color: #000;
        left: 225px!important;
    }

    .swiper-button-prev {
        color: #000;
        left: 120px!important;
    }

    .alt-menu .nav-list {
        width: 77%;
        transform: translateX(-350px);
        display: block;
        justify-content: flex-start;
        background-color: #a0c95d;
        height: 102vh;
        box-shadow: rgba(0 0 0 / 20%) 0px 2px 15px;
        border-radius: 0px;
        margin-top: 0px;
        /* left: 200px; */
        position: absolute;
        top: -52px;
        left: -11px;
        z-index: 100;
        /* top: -9px; */
        margin-left: 56px;
        transition: all 0.6s;
        margin-left: 0px;
    }

    .left-title h1::after {
       
        left: 4%;
   
    }
}</pre></body></html>