*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
html{
    scroll-behavior: smooth;
    background: rgba(189, 198, 45, 0.5);
}
.fooldal{
    width: 100%;
    height: 100vh;
}
.fooldal nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    right: 0;
    left: 0;
    background: rgb(37, 75, 37);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
}
.fooldal nav .logo img{
    width: 100px;
    cursor: pointer;
    margin: 7px 0;
}
.fooldal nav #icon{
    display: none;
}
.fooldal nav ul{
    list-style: none;
    float: right;
    margin-right: 40px;
}
.fooldal nav ul li{
    display: inline-block;
    margin: 0 15px;
}
.fooldal nav ul li a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 20px;
    transition: 0.1s;
}
.fooldal nav ul li a::after{
    content: '';
    width: 0;
    height: 2px;
    background: #fac031;
    display: block;
    transition: 0.2s linear;
}
.fooldal nav ul li a:hover::after{
    width: 100%;
}
.fooldal nav ul li a:hover{
    color:#fac031;
}
.fooldal nav .icon i{
    font-size: 18px;
    color: white;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}
.fooldal #icon{
    color: white;
    font-size: 30px;
    line-height: 80px;
    float: right;
    margin-right: 40px;
    cursor: pointer;
}
@media(max-width:1024px){
.fooldal nav .logo{
    font-size: 32px;
    padding-left: 60px;
    }
.fooldal nav ul{
        margin-right: 20px;
    }
.fooldal nav a{
        font-size: 17px;
    }
}
@media (max-width: 909px) {
    .fooldal nav #icon {
      display: inline-block;
    }
    .fooldal nav .logo {
      font-size: 32px;
      margin-left: -160px;
    }
    .fooldal nav ul {
      position: fixed;
      width: 100%;
      height: 0;
      background: rgb(37, 75, 37);;
      top: 120px;
      left: 0;
      text-align: center;
      overflow: hidden;
      transition: height 0.3s ease;
      display: flex; /* Ez a sor hozzáadva */
      flex-direction: column; /* Ez a sor hozzáadva */
    }
    .fooldal nav ul.show {
      height: auto; /* A 45vh-ről átállítva automata magasságra, hogy az összes menüpont látható legyen */
    }
    .fooldal nav li {
      display: block;
      margin: 0;
      padding: 10px;
    }
    .fooldal nav a {
      font-size: 20px;
      display: block;
    }
    .fooldal a.active,
    .fooldal a:hover {
      border: none;
      color: #3498db;
    }
  }
  @media(max-width:1080px){
    html{
        width: 100%;
        margin: auto;
        padding: 0;
        box-sizing: border-box;
    }
    .fejlec img{
        position: absolute;
        width: 40%;
        height: 20%;
        padding-bottom: 0, 10px;
        margin: auto;
    }
    .hamburgerek {
        position: absolute;
        top: 500px;
    }
  }
  @media(max-width:768px){
    html{
        margin: auto;
        padding:auto;
    }
    .fooldal{
        width: auto;
        margin: auto;
        padding: 0;
    }
    .fooldal nav .logo{
        font-size: 20px;
        margin-left: -100px;
    }
    .fooldal nav{
        width: 100%;
    }
    .fooldal nav #icon {
        display: inline-block;
        position: absolute;
      }
    .fejlec img{
        position: absolute;
        padding-bottom:0;
        width: 100%;
        height: 30%;
    }
    .fooldal .main h1{
        position: absolute;
        padding-top: 50px;
    }
    .fooldal h4{
        display: inline-block;
        position: absolute;
        width: 50px;
        margin-top: 90px;
    }
    .hamburgerek{
        position: absolute;
        top: 80px;
    }
    .extrahambi h1{
        text-align: center;
    }
    .extrafeltetek h1{
        text-align: center;
    }
  }
  @media(min-width:768px){
    .fooldal h4{
        display: inline-block;
        position: absolute;
        width: 50px;
        margin-top: 50px;
    }
  }
.fooldal nav .icon i:hover{
    color:#fac031;
}
.fooldal .main{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    top: 130px;
}
.fooldal .main .main_text h1{
    font-size: 40px;
    position: relative;
    top:-50px;
    left: 20px;
    color: rgb(152, 152, 152);
}
.fooldal .main .main_text h1 span{
    margin-left: 15px;
    color:rgb(37, 75, 37);
    font-family: mv boli;
    line-height: 22px;
    font-size: 50px;
}
.fooldal .main .main_img img{
    width: 700px;
    position: relative;
    left: 70px;
    box-shadow: 0, 0, 10px rgb(37, 75, 37);
    animation: float 3s linear infinite;
}
.fooldal h4{
    display: inline-block;
    position: static;
    width:50%;
    margin-right: 25px;
}
@keyframes float{
    0%, 100%{
        transform: translateY(0rem);
    }
    50%{
        transform: translateY(3rem);
    }
}
h4{
    width:250px;
    text-align: justify;
    position: relative;
    left: 65px;
    margin: 15px;
    bottom: 120px;
    line-height: 22px;
}
.fejlec img{
    display: inline-block;
    width: 100%;
    height: 400px;
    position: absolute;
    align-items: center;
    top: 660px;
    left: 0;
}
.hamburgerek{
    width: 100%;
    padding: 110px 0;
    margin-top: 200px;
    position: relative;
}
.hamburgerek h1{
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.hamburgerek h1 span{
    color: rgb(37, 75, 37);
    font-family: mv boli;
}
.hamburgerek h1 span::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #fac031;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.hamburgerek .card_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .card {
    width: 300px; /* Válaszd meg a megfelelő szélességet az oldal tervezetéhez */
    height: 271px; /* Válaszd meg a megfelelő magasságot az oldal tervezetéhez */
    margin: 5px; /* Válaszd meg a megfelelő margót az oldal tervezetéhez */
    perspective: 500px;
    border-radius: 10px;
    overflow: hidden; /* Kerekítés miatt a tartalom ne lógjon ki */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Árnyékolás */
  }
  .card:hover .front {
    transform: rotateY(180deg);
  }
  .card:hover .back {
    transform: rotateY(0deg);
  }
  .front,
  .back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    padding: 15px; 
    box-sizing: border-box;
  }
  img{
    max-width: 100%;
    max-height: 100%;
  }
  .front {
    transform: rotateY(0deg);
  }
  .back {
    transform: rotateY(180deg);
    background-color: rgba(189, 198, 45, 0.5);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .back h1, .back p, .back h3 {
    margin: 0;
  }
  .back h1{
    font-size: 25px;
  }
.hamburgerek h2{
    text-align: center;
}
.gold{
    position: absolute;
    left: 70px;
    height: 80%;
}
.kentucky{
    position: absolute;
    left:60px;
    height: 90%;
}
.joe{
    position: absolute;
    left: 65px;
    height: 90%;
}
.bigjohny{
    position: absolute;
    left:50px;
}
.smoke{
    position: absolute;
    left: 30px;
    width: 80%;
    height: 80%;
}
.texas{
    position: absolute;
    width: 200px;
    height: 218px;
    left: 50px;
}
.csibe{
    position: absolute;
    bottom: 5px;
    width: 90%;
    height: 80%;
}
.extrahambi h1{
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 110px;
    padding-bottom: 10px;
}
.extrahambi h1 span{
    color: rgb(37, 75, 37);
    font-family: mv boli;
}
.extrahambi h1 span::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #fac031;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.extrahambi ul li h2{
    text-align: center;
}
.table{
    border: solid 1px;
    position:relative;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
tr{
    border: solid 1px;
    width: 200px;
    height: 50px;
    text-align: center;
}
th{
    border: solid 1px;
}
td{
    border: solid 1px;
    width: 200px;
    height: 50px;
    text-align: center;
}
.pizzak{
    width: 100%;
    padding: 110px 0;
    position: relative;
}
.pizzak h1{
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.pizzak h1 span{
    color: rgb(37, 75, 37);
    font-family: mv boli;
}
.pizzak h1 span::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #fac031;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.pizzak h2{
    text-align: center;
}
.pizzak .card_container1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .piedone{
    position: absolute;
    left: 55px;
    width: 60%;
    height: 80%;
  }
  .tarjas{
    position: absolute;
    width: 70%;
    height: 80%;
    left: 45px;
  }
.extrafeltetek h1{
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 110px;
    padding-bottom: 10px;
}
.extrafeltetek h1 span{
    color: rgb(37, 75, 37);
    font-family: mv boli;
}
.extrafeltetek h1 span::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #fac031;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.table{
    border: solid 1px;
    position:relative;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
tr{
    border: solid 1px;
    width: 200px;
    height: 50px;
    text-align: center;
}
th{
    border: solid 1px;
}
td{
    border: solid 1px;
    width: 200px;
    height: 50px;
    text-align: center;
}
.nyitvatartas h1{
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 110px;
}
.nyitvatartas h1 span{
    color: rgb(37, 75, 37);
    font-family: mv boli;
}
.nyitvatartas h1 span::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #fac031;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.elerhetoseg h1{
    font-size: 50px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.elerhetoseg h1 span{
    color: rgb(37, 75, 37);
    font-family: mv boli;
}
.elerhetoseg h1 span::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #fac031;
    display: block;
    position: relative;
}
.elerhetoseg h2, h3{
    text-align: center;
}
