* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}

#b_kapcsolat {
    background: url('/img/rendeles.webp') no-repeat;
}

#b_index {
    background: url('/img/background.PNG') repeat;
}

#b_important {
    background: url('/img/background3.png') repeat;
    background-size: cover;
    image-rendering: crisp-edges;
}


#b_etlap {
    content: "";
    background: url('/img/background.PNG') repeat;
    background-size: cover;
    image-rendering: crisp-edges;
    min-height: 100vh;
    padding-top: 135px;
}

#b_gallery {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    background: url(/img/galeria.webp) no-repeat center center fixed;
    background-size: cover;
    image-rendering: crisp-edges;
    padding-top: 135px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}


.fejlec {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 100px;
    background-color: rgb(0 0 0 / 65%);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 255, 255);
    z-index: 100;
}





.footer {
    padding: 10px 0;
    margin-top: auto;
    border-top: 2px solid rgba(255, 255, 255);
    background-color: rgb(0 0 0 / 65%);
}

.footer .social {
    text-align: center;
    padding: 10px;
    color: rgb(255, 255, 255);
}

.footer .social a {
    font-size: 1.5rem;
    color: inherit;
    border: 2px solid #ffffff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px;
}

.footer .social a:hover {
    opacity: 0.9;
    color: red;
}

.footer ul {
    list-style: none;
    font-size: 18px;
    text-align: center;
    padding: 0;   
    margin: 0;
}

.footer ul li a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer ul li {
    display: inline-block;
    padding: 0 1rem;
    color: #fff;
}

.footer ul li a:hover {
    opacity: 1;
    color: red;
}

.footer .copyright {
    text-align: center;
    font-size: 0.81rem;
    color: #aaa;
}

.footer .creator {
    text-align: center;
    font-size: 0.81rem;
    color: #aaa;
}


.copyright a {
    text-decoration: none;
    color: inherit;
}

.copyright a:hover strong {
    color: red;
}







.img-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.img-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.6s ease;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: opacity;
    pointer-events: none;
}


.img-slider .slide .info {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    text-align: center;
    color: white;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img-slider .slide.active {
    opacity: 1;
    pointer-events: auto;
}

.img-slider .slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}





.menu_name {
    color: white;
    text-align: center;
    padding-top: 2rem;
    font-size: 2rem;
}



.food_menu {
    flex: 2;
    width: 100%;
    padding: 0 8%;
    margin-bottom: auto;
    justify-content: center
}


.menu {
  display: grid;
  gap: 25px;
  padding-inline: 25px;  
  width: min(1400px, 100%);
  margin: 0 auto;        
  grid-template-columns: repeat(4, minmax(0, 1fr)); 
}



.food_menu img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.food_menu a {
    text-decoration: none;
    color: #fff;

}

.food_menu img:hover {
    transform: scale(1.02);
    border-radius: 16px;
}




#main_order,
.info {
    position: static;
    font-size: clamp(1.4rem, 5vw, 3rem);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.img-slider .info.welcome h2 {
    font-size: 3rem;

}


.slide_tel a {
    color: white;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.slide_tel a:hover {
    color: #ff0000;
    cursor: pointer;
}


#serviceprov {
    position: static;
    font-size: 2.5rem;
    font-weight: bold;
}


#main_or {
    position: static;
    top: 7rem;
    left: 50%;
    transform: none;
    color: white;
    font-size: 2.5rem;
    width: 100%;
    z-index: 10;
    text-decoration: none;
}



.img-slider .navigation {
    z-index: 2;
    position: absolute;
    display: flex;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}


.img-slider .navigation .btn {
    background: rgba(255, 255, 255, 0.5);
    width: 1rem;
    height: 1rem;
    margin: 0 0.625rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}


.img-slider .navigation .btn.active {
    background: red;
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.5);
    transform: scale(1.3);
}


.partners {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}

.partners img {
    width: auto;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s ease;
}



.foodora_logo {
    height: clamp(40px, 7vw, 60px);
    width: auto;
}

.wolt_logo {
    height: clamp(55px, 7vw, 80px);
    width: auto;
}

.partners img:hover {
    transform: scale(1.1);
    
}









.navbar:hover::before {
    left: 100%;
}

.logo img {
    max-height: 135px;
    width: auto;
    text-decoration: none;
    cursor: pointer;
}

.navbar a {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    margin-left: 45px;
    transition: .3s;
}

.navbar a:hover {
    color: #f00;
}

#menu-icon {
    font-size: 2.4rem;
    color: #fff;
    display: none;
}

.gallery_cont {
    width: 100%;
    height: 100vh;
    padding: 0 4%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery {
    display: flex;
    gap: 20px;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
}

.gallery img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.gallery img:hover {
    transform: scale(1.02);
}



.contact_section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 9rem;
}



.impress_section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0 9rem;
    line-height: 1.6;
    max-width: 800px;
    margin: auto;
    margin-top: 2.5rem;
    color: #fff;
}


.menu {
    padding: 20px;
    display: block;
    text-align: center;
}




#google_map_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
}

.google_map {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.google_map iframe {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.nyitvatartas {
    flex: 1;
    min-width: 300px;
    text-align: center;
}



.opening_hours td:first-child {
    text-align: left;
}

.opening_hours td:last-child {
    text-align: right;
}

.opening_hours table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.1rem;
    padding-top: 2rem;
}

.opening_hours td {
    padding: 8px;
    border-bottom: 1px solid #000000;
    text-align: left;
}

.opening_hours h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 2rem;
}


.table_reservation {
    margin-top: 0px;
    padding-top: 12rem;
    box-sizing: border-box;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 2rem;
}

.table_reservation h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 0;
}

.table_reservation h3 {
    color: #000;
}


.tabeservation section p a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;

}

.tabeservation section p a:hover {
    color: red;
}


.table_reservation_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}

.table_reservation_tel a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
}

.table_reservation_tel a:hover {
    color: #ff0000;
}


#main_priv {
    text-align: center;
    padding-top: 10.5rem;
    color: white;
}


.active_site {
    color: #f00 !important;

}



@media (max-width: 1160px) {

    .img-slider .info.welcome h2 {
        font-size: 2.3rem;
    }
}

@media (max-width: 950px) { 

   
    #menu-icon {
        display: block;
    }

    #b_etlap {
        padding-top: 7vh
    }

    .menu_name {
        padding-top: 4.5rem;
    }
    
    .gallery {
        padding-bottom: 2rem;
    }

    .fejlec {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 2rem;
        gap: 1.5rem;
    }

    .table_reservation_tel {
        padding-top: 0rem;
    }

    .table_reservation {
        padding-top: 9rem;
    }


    .img-slider .info.welcome h2 {
        font-size: 1.8rem;
    }

    .navbar {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        padding: .5rem 4%;
        display: none;
    }

    .navbar.active {
        display: block;
    }

    .navbar a {
        display: block;
        margin: 1.5rem 0;
    }

    .logo img {
        max-height: 100px;
    }

    .navbar_big {
        position: fixed;
        top: 8.8%;
        left: 0;
        width: 100%;
        height: 300px;
        background: rgba(0, 0, 0, 0.8);
        border-bottom: 2px solid rgba(255, 255, 255, .2);
        z-index: 99;
        display: none;
    }

    .navbar_big.active {
        display: block;
    }

    .input_group {
        font-size: 0.9em;
        padding: 10px 35px;
    }

    button {
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {

    .navbar {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        padding: .5rem 4%;
        display: none;
    }

    #b_gallery {
        overflow: visible;
    }

    .gallery {
        display: grid;
        gap: 15px;
    }

    .gallery_cont {
        padding: 1rem 5%;
    }

    .navbar.active {
        display: block;
    }


    .gallery_cont {
        padding: 0rem 5%;
        height: unset;
    }

    .navbar a {
        display: block;
        margin: 1.5rem 0;
    }

    .logo img {
        max-height: 100px;
    }

    .navbar_big {
        position: fixed;
        top: 8.8%;
        left: 0;
        width: 100%;
        height: 300px;
        background: rgba(0, 0, 0, 0.8);
        border-bottom: 2px solid rgba(255, 255, 255, .2);
        z-index: 99;
        display: none;
    }

    .navbar_big.active {
        display: block;
    }


    .input_group {
        font-size: 0.9em;
        padding: 10px 35px;
    }

    button {
        font-size: 0.9em;
    }

    .img-slider .navigation {
        bottom: 25px;
    }

    .img-slider .info.welcome h2 {
        font-size: 1.7rem;
        white-space: initial;

    }
}

@media (max-width:620px) {

    .contact_section {
        padding: 0 3rem;
    }

    .table_reservation h2 {
        font-size: 2rem;
        padding-top: 1rem;
    }

    .gallery_cont {
        padding: 1rem 5%;
    }

    .input_group i {
        font-size: 1em;
    }

    .input_group input {
        padding: 10px 30px;
        font-size: 0.85em;
    }

    button {
        padding: 10px;
        font-size: 0.9em;
    }


    .img-slider .navigation {
        bottom: 15px;
    }

    .img-slider .navigation .btn {
        width: 1rem;
        height: 1rem;
        margin: 0.8rem;
    }

    .opening_hours table,
    .opening_hours tbody,
    .opening_hours tr,
    .opening_hours td {
        width: 100%;
    }

    
    .opening_hours thead {
        display: table-header-group;
    }

    
    .opening_hours thead tr:first-child {
        display: table-row;
    }

    .opening_hours thead tr:first-child th {
        display: block;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        padding: 0.5rem 0;
        border: none;
        
        margin-bottom: 0.8rem;
        
    }

    
    .opening_hours thead tr:not(:first-child) {
        display: none;
    }

    .opening_hours tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.6rem 0;
        border-bottom: 1px solid #838282;
    }

    .opening_hours td {
        border: none;
        flex: 1;
        text-align: center;
        padding: 0;
    }

    .opening_hours td:first-child {
        text-align: left;
        font-weight: bold;
    }

    .opening_hours td:last-child {
        text-align: right;
    }

    .impress_section {
        text-align: center;
        justify-content: center;
        padding: 0 3rem;
    }

    #serviceprov {
        position: static;
        font-size: 1.5rem;
    }

    #main_order,
    .info {
        position: initial;
        transform: none;
        font-size: clamp(1.5rem, 5vw, 3rem);
    }

    #main_or {
        font-size: 1.5rem;
    }

    .slide_tel a {
        font-size: 1.5rem;
        font-weight: bold;
    }
}

@media (max-width: 520px) {

    .table_reservation {
        padding-top: 4rem;
    }

    .contact_section {
        display: flex;
        flex-direction: column;
        
        align-items: center;
    }

    .opening_hours table {
        width: 100%;
        text-align: center;    
    }

    .opening_hours h3 {
        margin: 0.5rem 0;
        white-space: nowrap;
        
    }

    .table_reservation h2 {
        font-size: 2rem;
        padding-top: 4rem;
    }

}

@media (max-width: 300px) {

    .partners {
    display: grid
    }

}