* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Inter', sans-serif;
  }

  .mobil{
    display: none;
  }

  @media (min-width: 1200px) {
    .container {
        max-width: 1434px;
    }
}
  body{
    background-color: #f1f1f1;
  }
  
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px;
    background-color: #FEC907; /* İstediğiniz arka plan rengini ekleyebilirsiniz */
}
  
.etiket{width: 18px;}

.logo_img {
    width: 250px;
    margin-left: 30px;
}

 .menu-icerik a{
 color: #004419;
 text-decoration: none;
 padding: 10px;
 text-shadow: -1px 2px 3px rgba(0,0,0,0.32);
}


.menu-icerik a:hover{
    color: #fff;
    list-style: none;
}

.banner {
    position: relative;
    display: flex;
}

.afis {
    position: absolute;
    top: 30%; 
    left: 10%; 
    transform: translate(55%, -50%); 
  background-color: rgb(0 0 0 / 25%);
    backdrop-filter: blur(10px);
    padding: 30px;
    max-width: 80%; 
    text-align: center; 
    color: #fff;
    font-size: 40px;
    border-radius: 16px;
    z-index: 999;
    cursor: context-menu;
  
}

.banner-img img {
    max-width: 100%; 
    height: auto;
    border-bottom-left-radius: 450px;
    background-color: rgba(255, 255, 255, 0.5);
}

.caption-text{
    font-size:36px;
    color: #004419;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-left: 42px;
}

.product-f{
    padding: 0px;
    display: flex;
   justify-content: space-around;
    box-shadow:  0px 12px rgba(236, 236, 236, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.2);
  }
  
  .f_inp{
    padding: 150px;
    display: none;
    height: 100px;
  }
  
  .f_img{
    width:4rem ;
    margin-bottom: 4px;
  }
  
  .f_lbl{
    margin-left: 63px;
    cursor: pointer;
    font-size: 12px;
  }


  .product{
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    /* margin: 10px; */
    box-shadow:  0px 12px rgba(236, 236, 236, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.2);
  }

  .urunler{
  
  /*   height: 472px; */
     box-shadow: 4px 4px 4px 0px rgba(199, 199, 199, 0.25);
     
     margin-bottom: 40px;  
  }

  .baslik{
    border-radius: 6px;
    border: 1 solid rgba(31, 31, 31, 0.00);
    background: #004318;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-shadow: 5px 5px 4px rgba(230, 228, 228, 0.25);
    text-align: center;
    cursor: pointer;
  }

  .urun_resim{
    margin-left:42px;
 }

.urun_resim img {    
    height: 200px;
    border-radius: 6px;
    margin-left: 20px;
    margin-top: 6px;
    
}
.urun_resim_alt img{
 
  width: 250px; 
  height: 36px;
 margin-left: 6px;
  object-fit: contain;
  mix-blend-mode: darken;
  margin-top: 20px;
}

.alt_yorum{
    margin-top: 12px;
    height: 110px;
    border-radius: 6px;
    background: #FEC907;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.45);
    color: #004318;;
    font-weight: 600;
    text-align: center;
    width:253px;
    font-size: 12px;
}
.alt_yorum p{
    padding:20px 20px 0 20px;
  /*   margin-left: 20px; */
}

.btn{

    border-radius: 16px;
    border: 1px solid #004318;
    background: #004318;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); 
    color: #fff;
}

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

.btn:hover{
    color: #004318;
    background: #FEC907;
}

.btn-tb{
  border-radius: 16px;
}




.about { 
  
  border-radius: 16px;
  background: rgba(250, 250, 251, 0.50);
/*   box-shadow: 5px 5px 4px 0px rgba(43, 43, 43, 0.25);
 */  margin-top:10px;
  display: flex;
  justify-content: center;
}
.about-img{
padding: 10px;

}

.about-caption{
border-radius: 16px;
background: #FEC907;
box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.25);
width: 493px;
height: 270px;
padding: 30px;
margin: 60px 0 0 167px;
text-align: center;
}


.about-btn{
  border: 0px solid #FEC907;
  background: #FEC907;
  color: #fff;
}

.about-btn:hover{
  color: #004318;
  background: #FEC907;
}

.footer{
background: #004318;
box-shadow: 5px 5px 4px 0px rgba(43, 43, 43, 0.25);
color:#FEC907;
padding: 30px;
margin-top: 30px;
display: flex;
justify-content: space-evenly;
font-size: 14px;
}

.footer a{

  color:#FEC907;
  
  }

  .footer a:hover{
    color:#fff;
  }
  

.footer h1,h2,h3,h4,h5,h6{
  color: #fff;
}


.footer-img img {
  width: 200px;
  /* height:200px; */
  margin-top:20px;
}

.footer-ebat{
 /* padding: 30px;  */
    margin-top:20px;

}

.footer-desen{
 /* padding: 30px;  */
    margin-top:20px;
}

.footer-page{ 
   /* padding: 30px;  */
    margin-top:20px;
}

.footer-maps img {
  width: 200px;
  height:100px;

}
.footer-maps{  
   color: #fff;   
 /* padding: 40px;  */
}

.hr{
  background-color: rgba(160, 159, 157, 0.5); 
  box-shadow: 5px 5px 4px 0px hsla(0, 0%, 23%, 0.623);
  width: 1px;
}


.product_content{
  padding: 40px;
  display: flex;
  box-shadow:  4px 5px 0px #ffffff93, 9px 6px 12px rgba(174, 174, 192, 0.2);
}
.product_capt
{
  border-radius: 6px;
  border: 1 solid rgba(31, 31, 31, 0.00);
  background: #FEC907;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #004318;
  text-align: center;

}

.capt{
 
  border-radius: 6px 6px 0px 0px;
  background-color: #004318;
}

.capt h3{
  color: #FEC907;
  font-weight: 600;}


.product_img img{
  padding: 10px;
  border-radius: 6px;
  height: 300px;
  width: 200px;
}

.product_aciklama{
 margin-left: 50px;
}
.product_img2
{
  background-color: #F1F1F1;
 height: 50px;
}
.product_img2 img
{
  width: auto;
  mix-blend-mode: darken;
}

.urun_olcu {
  margin-top: 20px;
  font-size: 14px;

}
.urun_olcu th{
  background-color: #004318;
  color: #FEC907;
}


.urun_olcu tr:hover {
  background-color: #FEC907;
  color: #004318;
  cursor:context-menu;
  font-weight: 500;
}

.urun_olcu img {
  cursor:pointer;
}

.contact {
/*   box-shadow: 4px 4px 4px 0px rgba(128, 124, 124, 0.25);
 */
}


input[type=text],input[type=email]{
  margin: 8px 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 3rem;
  padding: 1rem;
  box-shadow:  -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
}
textarea{
  margin: 8px 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 3rem;
  padding: 1rem;
  box-shadow:  -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
  overflow: hidden;
  height: 10rem;
 
}

.contact-text{
  color: #004318;
}

.about {   
  padding: 15px;
  box-shadow: -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
  display: flex;
  flex-wrap: wrap;
}
.about-label{
text-align: center;
margin-bottom: 2.562rem;

font-weight: 600;
margin-top: 0.8em;
color: #FEC907;
}

.about-label span {
color: #004318;
font-size: 85px;
}

.about-label h1 {
  font-size: 50px;
  margin-top: 20px;
}

.about-text{
  line-height: 1.5;
  font-size: 1.5rem;
  margin-bottom: 1.875em;
  text-align: justify;
  padding: 0 65px 0 65px;
}

.table td,table th{vertical-align:middle; }
.desen-aciklama {line-height:2;font-weight:700;}
.desen-aciklama li{list-style-type: square;}

@media only screen and (max-width: 768px){
  .banner {
    display: none;
  }

  .logo {
    display: flex; 
    justify-content: right;
    margin-left: 80px;
  }

  .menu-icerik{
    display: none;
  }

   .menu a{
    display: none;
  }

  .burger-menu {
    padding: 30px; 
    margin-top: -80px;
   
  }

  #navbar{background-color: #FEC907;color: #fff;}

  .burger-icon {
    display: block;
    width: 30px;
    height: 3px; 
    background-color:#004419; 
    margin: 6px 0; 
    cursor: pointer; 
   
  }
  .burger-menu .navbar-collapse {
    background-color: transparent;
  }
  .burger-menu a {
    color: black !important; 
  }

  .about-img{display: none;}

  .about-caption {margin: 0 0 0 0 ;
    height: auto;
    text-align: left;
  }

  .footer{
    flex-direction: column;
  }
  .hr{
    display: none;
  }
  .footer-img img {height: auto;}
  .footer-ebat{padding: 0px;margin-top: 16p x;}
  .footer-desen{padding: 0px;margin-top: 16px;}
  .footer-page{padding: 0px;margin-top: 16px;}

  .about-label span {font-size: 20px}
  .about-text {font-size: 16px; padding: 0 0 0 0;}
  .product_content{flex-direction: column;}
  .product_aciklama{margin-top: 20px;}
  .mobil{
    display: inline-block;
    }
  
    .desktop{
      display: none;
      }
  
   
      .item{
        box-shadow: -8px 12px rgba(255, 255, 255, 0.2), 8px 8px 12px rgba(174, 174, 192, 0.3);
        font-size: 10px;
        border: 1px solid #e5e3e3;
        border-radius: 10px;
        margin: 14px;
        }


    .hh{
      display: flex;
      align-items: center;
      background-color: #004318;
      border-radius: 4px;
      width: auto;
      height: 35px;
      text-align: center;
      justify-content: center;
      }
    
      .hh h5{
        font-size: 13px;
        color: #FEC907;
      }
    
    
    .ff ul{
      display: flex;
      border-radius: 8px;
      overflow: hidden;
    }
    
    .ff ul li {
      flex: 0.4;
      color: #004318;
      margin-left: 20px;
    }
    
    .ff ul li span:first-child{
    border-bottom: 1px solid #004318;
    font-weight: 600;
    font-size: 9px;
    }
    
    
    .ff ul li span:last-child {
      line-height: 5px;
     font-size: 8px;
    }

    .btn{
      background-color: transparent;
      box-shadow:none;
    }

    .model-img{
      height: 100%;
    }

  }
@media (min-width: 576px){
  .modal-dialog {
      max-width: 340px;
      margin: 1.75rem auto;
  }

}