* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

@font-face {
    font-family: roman-capitals;
    src: url('font/roman-capitals.otf');
}

body, html {
    height: 100%;
    /* font-family: roman-capitals, serif; */
}

body {
    overflow-x: hidden;
}

/* NAVBAR */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #4a2c2a;
    border-bottom: 1px solid #e1a028;
    color: #e1a028;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    z-index: 1000;
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
}

.menu-left, .menu-right {
    display: flex;
    gap: 50px;
    align-items: center;
    flex: 1;
    justify-content: space-evenly;
}

.logo {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
}

.menu-left a, .menu-right a {
    color: #e1a028;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 12px;
    transition: color 0.3s;
    text-transform: uppercase;
}

.menu-right img {
    width: 25px;
    filter: invert(34%) sepia(79%) saturate(633%) hue-rotate(358deg) brightness(180%) contrast(70%);
}

.menu-left a:hover, .menu-right a:hover {
    color: #f9d342;
}

.logo img {
    height: 50px;
}

/* DROPDOWN MENU */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    color: #e1a028;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    transition: color 0.3s;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #3a2b2e;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 1000;
    border-radius: 5px;
    width: 240px;
}

.dropdown-menu a {
    color: #f1e6d6;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    transition: background-color 0.3s;
}

.dropdown-menu a:hover {
    background-color: #e1a028;
    color: #3a2b2e;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* HEADER SECTION */

.container {
    display: flex;
    height: 100vh;
}

.column {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: flex 0.3s;
}

.column:hover {
    flex: 1.2;
    cursor: pointer;
}

.column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s;
}

.column .text {
    font-size: 2.4rem;
    letter-spacing: 12px;
}

.column:hover .overlay {
    background: linear-gradient(transparent, rgba(0,0,0,0.4));
}

.separator {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, white, transparent);
}

.separator.left {
    right: 0;
}

.separator.right {
    left: 0;
}

.text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #e1a028;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 2px 2px 10px rgb(58, 43, 46, 0.7);
    text-transform: uppercase;
}

/* RÓLUNK SECTION */
  
.about {
    width: 100%;
    height: 700;
    background-color: #f1e6d6;
    padding: 0;
    scroll-margin-top: 70px;
}

.about-container {
    margin: auto;
    width: 80%;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.about-image {
    flex: 1;
    text-align: right;
    padding: 50px;
}

.about-image img {
    width: 100%;
    /* height: 600px; */
    object-fit: cover;
}

.about-text {
    flex: 1;
    padding: 50px;
    color: #4a2c2a;
    text-align: left;
}

.about-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #e1a028;
    text-transform: uppercase;
}

.about-text p {
    font-size: 1.2rem;
    line-height: 1.8;
}

/* ETTEREM SECTION */

.etterem {
    width: 100%;
    background-color: #4a2c2a;
    padding: 0;
    scroll-margin-top: 70px;
}

.etterem-container {
    margin: auto;
    width: 80%;
    display: flex;
    align-items: center;
}

.etterem-image {
    flex: 1;
    text-align: right;
    padding-left: 50px;
    width: 53.25%;
    height: 800px;
}

@media screen and (max-width: 1920px) {
    /* .etterem-image img, .sonkabar-image img, .pekseg-image img {
        object-fit: cover;
        height: 100%;
        overflow: hidden;
    } */
    .etterem, .sonkabar, .pekseg {
        overflow: hidden;
    }
}

.etterem-swiper, .sonkabar-swiper, .pekseg-swiper {
    display: none;
    position: relative;
}

.etterem-image img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

.etterem-text {
    flex: 1;
    padding: 50px;
    color: #f1e6d6;
    text-align: left;
}

.etterem-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #e1a028;
    text-transform: uppercase;
}

.etterem-text p {
    font-size: 1.2rem;
    line-height: 1.8;
}

/* SONKABAR SECTION */

.sonkabar {
    width: 100%;
    background-color: #4a2c2a;
    padding: 0;
    scroll-margin-top: 70px;
}

.sonkabar-container {
    margin: auto;
    width: 80%;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1921px) {
    .etterem-image {
        width: 51.55%;
    }
    .sonkabar-image {
        width: 51.55%;
    }
}

.sonkabar-image {
    flex: 1;
    text-align: right;
    padding-right: 50px;
    width: 53.25%;
    height: 800px;
}

.sonkabar-image img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    float: right;
}

.sonkabar-text {
    flex: 1;
    padding: 50px;
    color: #f1e6d6;
    text-align: left;
}

.sonkabar-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #e1a028;
    text-transform: uppercase;
}

.sonkabar-text p {
    font-size: 1.2rem;
    line-height: 1.8;
}

/* ETTEREM ÉS SONKABAR TERKEP SECTION */

.map-strip {
    margin: 0 0;
}

.etterem-terkep, .pekseg-terkep {
    display: block;
    width: 100%;
    height: 700px;
    border: none;
}

/* PEKSEG SECTION */

.pekseg {
    width: 100%;
    background-color: #4a2c2a;
    padding: 0;
    scroll-margin-top: 75px;
}

.pekseg-container {
    margin: auto;
    width: 80%;
    display: flex;
    align-items: center;
}

.pekseg-image {
    flex: 1;
    text-align: right;
    padding-left: 50px;
    width: 53.25%;
    height: 800px;
}

.pekseg-image img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

.pekseg-text {
    flex: 1;
    padding: 50px;
    color: #f1e6d6;
    text-align: left;
}

.pekseg-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #e1a028;
    text-transform: uppercase;
}

.pekseg-text p {
    font-size: 1.2rem;
    line-height: 1.8;
}

.etterem-terkep, .pekseg-terkep {
    border: 0;
    width: 100%;
    height: 700px;
    filter: grayscale(100%);
}

/* KAPCSOLAT SECTION */

.checkbox-group {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    gap: 20px;
    color: #f1e6d6;
}

.checkbox-group a {
    color: #f1e6d6;
}

.contact {
    width: 100%;
    height: 1000px;
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%),
    url("img/contact-hero.jpg");
    background-position: top 22% right 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;
    scroll-margin-top: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 43, 46, 0.2);
    z-index: 1;
} */

.contact-container {
    height: 100%;
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-container h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #e1a028;
    text-transform: uppercase;
}

.form-group {
    width: 500px;
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #f1e6d6;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #f1e6d6;
    border-radius: 5px;
    background-color: transparent;
    color: #f1e6d6;
}

button {
    padding: 12px 30px;
    font-size: 16px;
    color: #3a2b2e;
    background-color: #e1a028;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #e1a028;
}

/* FOOTER SECTION */

.policy {
    padding-top: 20px;
}

.footer {
    background-color: #3a2b2e;
    color: #f1e6d6;
    padding: 40px 0;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer-column {
    flex: 1;
}

.footer-column h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #e1a028;
    text-transform: uppercase;
}

.footer-column p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #f1e6d6;
}

.social-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    transition: transform 0.3s ease;
    filter: invert(34%) sepia(79%) saturate(633%) hue-rotate(358deg) brightness(180%) contrast(70%);
}

.social-icon:hover {
    transform: scale(1.2);
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
}

.footer-bottom p {
    font-size: 12px;
    color: #f1e6d6;
}

.footer-column a {
    color: #e1a028;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #f9d342;
    text-decoration: underline;
}

/* BACK TO TOP BUTTON */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #e1a028; /* Goldish color */
    color: #3a2b2e; /* Dark brownish text */
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.back-to-top:hover {
    background-color: #f9d342;
    transform: scale(1.1);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* HAMBURGER MENU */

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding-right: 16px;
}

.hamburger span {
    height: 3px;
    width: 25px;
    background-color: #e1a028;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Transform hamburger into 'X' */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* GENERAL RESPONSIVENESS */

@media (max-width: 768px) {

    /* NAVIGATION */

    .header {
        background-color: #4a2c2a !important;
        border-bottom: 0.5px solid #e1a028 !important;
    }

    .logo {
        padding-left: 16px;
    }

    .menu-left, .menu-right {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #4a2c2a;
        text-align: center;
        gap: 16px;
    }

    .menu-left {
        z-index: 2;
    }

    .menu-right {
        padding-top: 123.5px;
    }

    .menu a {
        padding: 15px 0;
        color: #f1e6d6;
    }

    .menu a:hover {
        background-color: #e1a028;
        color: #3a2b2e;
    }

    .hamburger {
        display: flex;
    }

    .menu-left.active {
        padding: 20px 0;
        border-top: 1px solid #e1a028;
    }

    .menu-right.active {
        padding-bottom: 20px;
        border-bottom: 1px solid #e1a028;
    }

    .menu-left.active, .menu-right.active {
        display: flex;
        flex-direction: column;
        gap: 30px;
        height: auto;
        align-items: start;
        padding-left: 20px;
    }

    .dropdown-toggle {
        padding: 0;
    }

    /* IMAGE COLUMNS */

    .column.hidden {
        display: none;
    }

    .column.active {
        flex: 1;
        position: relative;
        overflow: hidden;
    }

    .container.expanded {
        flex-direction: column;
        height: 25dvh;
        /* transition: height 30% 0.7s ease; */
    }

    .column.active img,
    .column.active .overlay,
    .column.active .text {
        display: block;
    }

    .column img {
        display: block;
    }

    .column .overlay {
        display: block;
    }

    .column .text {
        display: flex;
        font-size: 1.6rem;
    }

    #ham-bar {
        padding-top: 74.5px;
    }

    .container {
        flex-direction: column;
        height: 100dvh;
    }

    .column .overlay {
        background: linear-gradient(transparent 60%, rgb(58, 43, 46, 0.7));
    }

    .column img {
        object-fit: cover;
    }

    .separator {
        display: none;
    }

    /* ABOUT, SONKABAR, ÉTTEREM, PÉKSÉG */

    .hidden {
        display: none;
    }

    .about-container,
    .etterem-container,
    .sonkabar-container,
    .pekseg-container {
        margin: 0;
        flex-direction: column;
        padding: 8px;
        width: 100%;
    }

    .etterem-text p, .sonkabar-text p, .pekseg-text p {
        font-size: 1rem;
    }

    .etterem.hidden, .pekseg.hidden, .sonkabar.hidden {
        display: none;
    }

    .etterem.active, .pekseg.active, .sonkabar.active {
        display: flex;
    }

    .etterem, .pekseg, .sonkabar {
        display: none;
    }

    .etterem-container h2,
    .sonkabar-container h2,
    .pekseg-container h2 {
        display: none;
        font-size: 1.4rem;
    }

    .about-image, .etterem-image, .sonkabar-image, .pekseg-image {
        padding: 0;
        overflow: hidden;
    }

    .about-image img {
        height: 100%;
    }

    .about-text {
        padding: 8px;
        text-align: justify;
    }

    .about-text h2 {
        font-size: 2rem;
    }

    .about-text p {
        font-size: 1rem;
    }

    .etterem-container {
        padding: 0;
    }

    .etterem-image {
        display: none;
        order: 2;
        text-align: center;
        width: 100%;
    }

    .etterem-swiper, .sonkabar-swiper, .pekseg-swiper {
        display: flex;
        order: 2;
        height: 400px;
        width: 100%;
    }

    .etterem-swiper img, .sonkabar-swiper img, .pekseg-swiper img {
        height: 400px;
        width: 100%;
        object-fit: cover;

    }

    .etterem-image img {
        display: flex;
        height: 300px;
        transform: translateX(-75px);
    }

    .etterem-text {
        order: 1;
        padding: 16px;
        padding-top: 26px;
        text-align: justify;
    }

    .sonkabar-container {
        padding: 0;
    }

    .sonkabar-image {
        order: 2;
        text-align: center;
        width: 100%;
    }

    .sonkabar-image img {
        display: none;
        height: 300px;
        transform: translateX(75px);
    }

    .sonkabar-text {
        order: 1;
        padding: 16px;
        padding-top: 26px;
        text-align: justify;
    }

    .pekseg-container {
        padding: 0;
        margin-bottom: -5px;
    }

    .pekseg-image {
        order: 2;
        text-align: center;
        width: 100%;
    }

    .pekseg-image img {
        display: none;
        height: 300px;
        transform: translateX(-75px);
    }

    .pekseg-text {
        order: 1;
        padding: 16px;
        padding-top: 26px;
        text-align: justify;
    }

    .etterem-terkep, .pekseg-terkep {
        height: 350px;
    }

    /* CONTACT FORM */
    .contact {
        padding: 30px 10px;
        height: auto;
    }

    .contact-container {
        width: 100%;
        padding: 20px;
    }

    .contact h2 {
        font-size: 2rem;
    }

    .form-group {
        width: 100%;
    }

    form {
        width: 325px;
    }

    /* FOOTER */

    .footer-container {
        flex-direction: column;
        align-items: left;
        padding: 16px;
    }

    .footer-column {
        text-align: left;
        margin-bottom: 20px;
    }

    /* SOCIAL ICONS */
    .social-icon {
        width: 30px;
        height: 30px;
    }
}

/* FOGLALAS OLDAL */

.foglalas-section {
    background-color: #f1e6d6;
    padding-top: 150px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
    text-align: center;
}

.foglalas-container {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
}

.foglalas-container h1 {
    font-size: 36px;
    color: #e1a028;
    text-transform: uppercase;
    margin-bottom: 20px;
}

:root {
    --swiper-theme-color: #e1a028 !important;
    --swiper-navigation-top-offset: 50% !important;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
}