@media only screen and (max-width:999px){
  .menu-button{
    display: block;
  }
  .carousel-inner:after{
    display: none;
  }
  .nav-genel{
    height: 70px;
    width: 100%;
    background: #000000a3;
    position: fixed;
    z-index: 9999999999;
  }
  .menu > ul > .menu-tel > a{
    color:white;
  }
  .menu-tel{
    border-color: black;
    background:black;
  }
  .nav-genel:after{
    content: '';
    display: block;
    height: 40px;
    margin-left: 5vw;
    margin-top: 10px;
    background-image: url('../images/logo.png');
    background-size:200px;
    background-repeat: no-repeat;
  }
  .menu-genel{
    background:black;
    margin-top: 0px;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    overflow-y: visible;
    margin-top:-100vh;
    transition: 0.5s;
    opacity: 0;
    padding-top: 20px;
  }

  .menu-logo-genel{
    float: none;
    margin-left: 4vw;
    text-align: center;
  }
  .menu{
    float: none;
  }
  .menu > ul > li{
    float: none;
    width: 100%;

  }
  .menu > ul > li > a{
    text-align: center;
    background: black;
    font-size: 18px;
  }
  .alt-menu > ul > li > a{
    min-width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .alt-menu > ul{
    width: 100%;
    max-height:200px;
    overflow: hidden;
    overflow-y: visible;
  }
  .menu > ul > li:hover{
    overflow:visible;
  } 
  .menu-tel{
    border:solid 1px transparent;
  }
  .menu-genel::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: white;
  }

  .menu-genel::-webkit-scrollbar
  {
    width: 9px;
    background-color:black;
  }

  .menu-genel::-webkit-scrollbar-thumb
  {
    background-color: black;
  }


  .alt-menu > ul::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color:#797979;
  }

  .alt-menu > ul::-webkit-scrollbar
  {
    width: 9px;
    background-color:white;
  }

  .alt-menu > ul::-webkit-scrollbar-thumb
  {
    background-color: white;
  }
  .i-hkmz-img{
  background-image: url('../images/burger-icon.png');
  background-size: 250px;
  background-repeat: no-repeat;
  background-position:left 20px bottom 10px;
  height: 150px;
}
.i-hkmz-trh{
  padding-left: 50px;
  font-size: 110px;
  line-height: 150px;
  font-family: Further-Regular;
  transform:rotate(0deg);
  color: #f2ba3d;
  text-shadow:
   -3px -3px 0 #000,  
    3px -3px 0 #000,
    -3px 3px 0 #000,
     3px 3px 0 #000;
    opacity: 0.8;
    position: relative;
    background-image: url('../images/burger-icon-isik.png');
  background-repeat: no-repeat;
  background-size:14vw;
  background-position: left 100px bottom 0px;
}
.i-hkmz-baslik > h1{
  padding-left: 5vw;
  font-size: 10vw;
}
.i-hkmz-metin{
  font-size:15px;
  padding-left: 5vw;
  padding-left: 5vw;
}
.i-hkmz-btn > a{
  font-size: 3vw;

}
.galeri-link-img > a{
  display: block;
  height: 80%;
  width: 80%;
  position: absolute;
  top: 0;
  margin-left:7.5%;
  margin-top:7.5%;
  text-align: center;
  padding-top: 10%;
  text-decoration: none;
  color: white;
  border:dashed 8px white;
  font-family: Righteous-Regular;
}
.ayvazglry{font-size: 15px;}
.ayvazglryg{font-size: 50px;}
footer{
  min-height: 500px;
  background-image:url('../images/footer-bottom-bg-ayvaz-burger.jpg');
  background-size: cover;
  font-family:Righteous-Regular;
  color:white;
  padding-top: 100px;
  margin-top:100px;
  position: relative;
}
}
@media only screen and (max-width:900px){
 

}/*900*/
@media only screen and (max-width:570px){
 

}
@media only screen and (min-width : 488px) and (max-width : 900px) {


}
