  @media only screen and (max-width: 600px) {
	
	  .mobilmenum{position: fixed; visibility:hidden;  display: none;}
	  .sliderresim{display: block; width: 100%; height: 450px; object-fit : cover ;}
	  .page-header1{font-size: 2em;}
	  .page-header1 {font-size: 2em;color: #4a4a4a;font-weight: 900;padding-bottom: 11px;width: 100%;text-align: center;}
	  .brown-border-button {border: 2px solid #00280c;border-radius: 5px;background: transparent;color: #00280c;padding: 5px;font-weight: 500;font-size: 1.1em;margin-right:0px;white-space: pre-wrap;
    word-wrap: break-word;}
	.dik-12-4 {width: 100%;}
	  }
	
	  
      ul ,ol
      {
        list-style:none;
      }
      ol, ul , li
      {
        margin:0; padding:0;
      }
      .menuyeni a
      {
        line-height:35px;
        
        text-align:center;
        text-decoration:none;
        display:block;
        padding: 0px 15px;        
        
        color:#fff;
      }
      .menuyeni a:hover
      {
        color:#00280c;
        
      }
      .menuyeni li
      {
        float:left;
        margin-right:5px;
        position:relative;
       
      }
      .menuyeni ul
      {
        display:none;
        position:absolute;
        z-index: 999999999999999;
      }
	
}
      .menuyeni li:hover > ul
      {
        display:block;
      }
      .menuic ul
      {
        
        left:200px;
        top:0px;

      }
      .menuic a
      {
        background-color: #000;
        width: 205px;
        text-align: left;
      }
      .menuic
      {        
        background-color: #000;
        display:inherit;
        position:none;
        
        
      }

      .text-group {
    position: absolute;
    color: white;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    text-align: center;
    max-width: 700px;
    line-height: 1.5em;
    width: 100%;
    padding: 0 20px;
}
.text-group p {
    line-height: 2em;
    padding: 10px;
    font-size: 1.4em;
    color: white;

}

.brown-background-button {
    border: 2px solid #00280c;
    border-radius: 5px;
    background: #00280c;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    display: inline-block;
}

.brown-background-button:hover {
    border: 2px solid #fff;
    
    background: #fff;
    color: #00280c;
    
}
@media only screen and (min-width: 767px){
.text-group h1 {
    font-weight: 900;
    font-size: 3.5em;
    line-height: 1.3em;
    color: white;
    text-shadow: 12px 5px 12px #000;
}
.page-header1 {
    font-size: 3em;
    color: #4a4a4a;
    font-weight: 900;
    padding-bottom: 11px;
    width: 100%;
    text-align: center;
    
}
.brown-border-button {
    border: 2px solid #00280c;
    border-radius: 5px;
    background: transparent;
    color: #00280c;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 1.1em;
    margin-right: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.dik-12-4 {
    width: 33.33333333333%;
}
.dik-o-6 {
    width: 50%;
}
}



.product-card1 {
    width: 95%;
    position: relative;
    min-height: 300px;
    border: 1px solid #efefef;
    text-align: center;
    padding: 10px;
    margin: 5px auto;
    display: inline-block;
}

.product-name1 {
    color: #00280c;
    padding: 15px 5px;
    height: 6em;
    float: left;
    width: 100%;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4em;
    overflow: hidden;
}



.brown-border-button2 {
    border: 1px solid #00280c;
    border-radius: 5px;
    background: transparent;
    color: #00280c;
    padding: 5px 5px;
    font-weight: 500;
    font-size: 0.9em;
    
    white-space: pre-wrap;
    word-wrap: break-word;
}
.brown-border-button2:hover {
    background: #00280c;
    color: #fff;
}

.brown-border-button:hover {
    background: #00280c;
    color: #fff;
}
.product-card-price span {
    font-weight: 700;
    color: #00280c;
    font-size: 1.3em;
}
.place-container h3 {
    position: absolute;
    z-index: 100;
    font-size: 1.5em;
    color: #fff;
    text-shadow: 1px 1px #000;
    width: 100%;
    text-align: center;
    top: 10%;
}



@media only screen and (max-width: 320px){
.dik-k-12 {
    width: 100%;
}
}

[class*='dik-'] {
 
  float: left;
  }

  .place-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.place-container {
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #00280c;
    margin: 20px;
}

.place-container h3 {
    position: absolute;
    z-index: 100;
    font-size: 2.0em;
    color: #fff;
    text-shadow: 1px 1px #000;
    width: 100%;
    text-align: center;
    top: 10%;
    font-weight: 700;
}
.place-container p {
    position: absolute;
    z-index: 100;
    font-size: 1em;
    color: #fff;
    text-shadow: 1px 1px #000;
    width: 100%;
    text-align: center;
    bottom: 10%;
    padding: 10px;
}

.place-container:hover img{
opacity: 0.3;
transition: 0.3s;
 }

