/* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.cdnfonts.com/css/now');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cardo:ital,wght@0,400;0,700;1,400&family=Sedan+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* Define Font Face */
@font-face {
    font-family: 'IntroRustG-Base2Line';
    src: url('../fonts/introrust/IntroRustG-Base2Line.otf') format('opentype');
}

/* Reset Margin and Padding */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.shad {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.nav-item {
    font-size: 14px;
}

/* Title Styles */
.title {
    font-size: 40px;
    font-family: "IntroRustG-Base2Line";
    font-weight: bold;
    text-align: center;
}

.title.second {
    font-size: 22px;
    margin-bottom: 2rem;
}

@media (max-width: 470px) {
    .title.second {
        font-size: 14px;
    }
}

.title.main {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 29px;
}

@media (max-width: 470px) {
    .title.main {
        font-size: 26px;
    }
}

.title.left {
    text-align: left;
    font-size: 30px;
}

.border-btn button {
    padding: 0.5rem;
    padding-left: 2rem;
    color: #000000;
    padding-right: 2rem;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid rgb(0, 0, 0) !important;
    font-family: "EB Garamond";
}

.items-c {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Content Styles */
.content.left {
    text-align: left;
}

.content.center {
    text-align: center;
}

p {
    font-family: "Now";
    font-size: 18px;
}

@media (max-width: 470px) {
    .content p {
        font-size: 12px;
    }
}

/* Navbar Styles */
.navbar {
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.75);

}

.navbar ul {
    padding: 0;
    margin: 0;
}

.navbar ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 3px;
}

.navbar li:after {
    content: '';
    display: block;
    height: 2px;
    width: 0%;
    background-color: transparent;
    transition: all 0.3s ease;
}

.navbar li:hover:after {
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.navbar .navbar-nav .nav-link {
    color: white;
    font-size: 1.1em;
    font-family: "Now";
}

.dropdown-item {
    font-family: "Now" !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
    border: none !important;
}

.dropdown-menu {
    background-color: rgb(223, 179, 102);
    border-radius: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.dropdown-menu a {
    margin-bottom: 0.3rem;
}

.dropdown-menu a:hover {
    color: #4b4b4b;
}

.navbar .navbar-nav .nav-link:hover {
    color: #c7c7c7;
}

@media (max-width: 840px) {
    .title {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }

    .title.left {
        text-align: left;
        font-size: 18px !important;
    }
}

.navbar img {
    width: 80px;
}

.dropdown-menu a {
    text-decoration: none;
    display: block;
}

@media (max-width: 1300px) {
    .navbar-collapse {
        font-size: 14px !important;
    }
}

@media (max-width: 1050px) {
    .navbar-collapse {
        font-size: 12px !important;
    }


}

@media (max-width: 990px) {
    .dropdown-menu li {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) {
    .navbar {
        flex-direction: column;
    }

    .navbar .container-fluid {
        flex-direction: column;
    }

    .navbar .nav-item {
        padding: 0.5em 1em;
    }
}

@media (min-width: 992px) {
    .phone-container.resp {
        display: none;
    }


}

.navbar .navbar-nav {
    margin-top: 0.2em;
}

.logo-text {
    font-size: 20px;
    color: white !important;
    font-family: "Palatino";
    text-transform: uppercase;
}

.logo-img {
    display: flex !important;
    justify-content: center;
}

.logo-img img {
    width: 60px;
}

.menu-bar-container {
    display: none;
}

.row.navbar-asd {
    width: 90%;
}

@media (max-width: 990px) {
    .row.navbar-asd .col {
        display: none;
    }

    .logo-img img {
        width: 50px;
    }

    .logo-text {
        font-size: 15px;
    }

    .menu-bar-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .phone-container {
        display: none !important;
    }

    .offers {
        display: none !important;
    }

    .phone-container.resp {
        display: flex !important;
        margin-top: 2rem;
        flex-direction: column;
        gap: 10px;
    }


    .phone-icon.resp i {
        font-size: 40px;
    }

    .phone-container.resp .mobile-num.resp,
    .address.resp {
        font-size: 12px !important;
    }

    .resp-100 {
        width: 100%;
    }
}

.phone-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.phone-container i {
    font-size: 70px;
    color: white;
}

.contact-text {
    margin-left: 1rem;
    font-family: "Now";
}

.contact-text .mobile-num {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.contact-text .address {
    color: #c7c7c7;
    font-size: 12px;
}

@media (max-width: 1100px) {

    .mobile-num,
    .address {
        font-size: 12px !important;
    }


}

/* KEZDOOLDAL SECTION */

.kezdo {
    height: 60vh;
    background-image: url("../pics/wood-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;

}

.kezdo.karacsonyi {
    background-image: url(../pics/karacsonyi_hatter.png);
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-position: center;

}

.kezdo.szilveszteri {
    background-image: url(../pics/szilveszter_hatter.png);
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-position: center;

}

.kezdo.karacsonyi .page-title {
    background-color: #44080a8b;
    width: 80%;
    padding: 2rem;

}




@media (max-width: 768px) {
    .kezdo {
        height: 70vh;
    }

    .kezdo.karacsonyi {
        height: 50vh;
    }

    .kezdo.karacsonyi h1 {
        font-size: 16px;
    }

    .kezdo.szilveszteri {
        height: 50vh;
    }
}

.kezdo .row {
    height: 60vh;
}

.kezdo .text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.kezdo h1 {
    font-family: "IntroRustG-Base2Line";
    color: white !important;
    font-weight: 600;
    letter-spacing: 5px;
    text-shadow: 0 0 10px rgba(29, 29, 29, 0.4),
        0 0 15px rgba(45, 45, 45, 0.3),
        0 0 20px rgba(24, 24, 24, 0.2);
}

.kezdo h1 {
    font-size: 50px;
    margin-top: 1rem;
}


.sub-title p {
    font-size: 20px;
    color: #dddddd !important;
    font-weight: 600;
    font-family: "Now" !important;
}

.main-page-img {
    display: flex;
    justify-content: end;
    align-items: center;
}

.main-page-img .main-img {
    width: 80%;
}

.main-img img {
    width: 75%;
    text-align: end;
    filter: drop-shadow(13px 40px 15px #000000);
}




.main-btn.on-white button {
    background-color: white !important;
    color: black;
}

.main-btn.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-btn button {
    background-color: #000000;
    color: white;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: "EB Garamond";
    letter-spacing: 2px;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

.main-btn button:hover {
    transform: scale(1.05);
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.main-btn.on-white button:hover {
    transform: scale(1.05);
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0) !important;
}

@media (max-width: 768px) {
    .kezdo h1 {
        font-size: 22px;
    }

    .sub-title {
        font-size: 15px;
    }

    .main-btn {
        margin-bottom: 5rem;
    }

    .main-btn button {
        font-size: 10px;
        width: 150px;
    }

    .kezdo .row {
        height: 30vh;
    }

    .main-img img {
        width: 90%;
    }
}

/* FÉMTÁLAK SECTION */

.femtalak {
    margin-bottom: 3.5rem;
}

.napkins svg {
    width: 50%;
}

.napkin {
    margin-bottom: 2rem;
}

.napkin.first {
    transform: rotate(-72deg);
}

.napkin.second {
    transform: rotate(-90deg);
}

.napkin.third {
    transform: rotate(-80deg);
}

.femtal-kartya {
    max-width: 400px;
    margin-top: 5rem;
    padding: 1rem;
    border: 2px solid black;
    background-color: #e6e6e6;
    padding-right: 3rem;
}

.femtal-kartya img {
    position: absolute;
    transform: translateY(10%);
    transform: translateX(140%);
    width: 250px;
    border: 2px solid black;
}

.femtal-kartya-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    flex-direction: column;
}


.femtal-kartya .content {
    position: relative;
    z-index: 1;
}

@media (max-width: 843px) {
    .femtalak {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .femtal {
        width: 100%;
    }

    .napkins {
        display: none;
    }

    .femtal-kartya-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .femtal-kartya img {
        position: absolute;
        transform: translateY(80%);
        transform: translateX(180%);
        width: 150px;
        border: 2px solid black;
    }

    .main-btn {
        margin-top: 0.6rem;
    }

    .femtal-kartya {
        max-width: 300px;
    }
}


@media (max-width: 560px) {
    .femtal-kartya {
        width: 260px;
        padding-right: 4rem;
    }

    .femtal-kartya img {
        position: absolute;
        transform: translateY(-20%);
        transform: translateX(140%);
        width: 120px;
        border: 2px solid black;
    }
}

/* ELONYOK SECTION */

.elonyok {
    position: relative;
    background-image: url("../pics/elonyok-img.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.elonyok .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(234, 198, 150, 0.7);
    z-index: 1;
}

.elonyok .elonyok-container {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.icon-container {
    text-align: center;
    /* Középre igazítja az ikonokat */
}

.icon-container img {
    max-width: 100px;
}

.icon {
    max-width: 100%;
    height: auto;
    /* Biztosítja, hogy az ikonok megfelelő méretűek legyenek */
}

.icon-text {
    text-align: center;
    /* Középre igazítja a szöveget */
    margin-top: 10px;
    /* Tetszőleges margó a szöveg és az ikon között */

}

.icon-text p {
    font-family: "IntroRustG-Base2Line";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.elonyok .row {
    margin-bottom: 2rem;
}

.elonyok .row .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.elony svg {
    margin-top: -3rem;
}

/* RENDEZVÉNY HELYSZÍN SZEKCIÓ */

.svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.svg-container .svg {
    margin-top: -3rem;
}



.svg-container .svg img {
    width: 450px;
}

@media (max-width: 460px) {
    .svg-container .svg img {
        width: 300px;
    }
}

.rendezveny-felsorolas {
    margin-top: -3rem;
}

.rendezveny-tipus .line-svg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rendezveny-tipus .rendezveny-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4rem;
}

.rendezveny-tipus .rendezveny-img img {
    width: 200px;
}

@media (max-width: 768px) {
    .rendezveny-tipus {
        margin-top: -3rem;
    }
}

/* HELP SZEKCIÓ */

.help .question {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #000000;
}

/* FORM */

.hetimenu-form-container2 {
    border: 1px solid black;
    padding: 3rem;
    font-family: "EB Garamond";
}

.hetimenu-form-container label {
    font-size: 22px;
}

.input-cont {
    position: relative;
    /* A szülőelem pozícionálása */
    width: 60%;
    margin-bottom: 3rem;
}

.form-input {
    display: block;
    margin-top: 4px;
    border: 0;
    border-bottom: 1px solid black;
    width: 60%;
    padding: 7px 0;
    transition: border-color 0.4s ease;
    /* Border color transition */
}

.form-input:focus {
    outline: none;
    /* Remove default outline */
    border-color: transparent;
    /* Hide the default border color */
}

.form-input::placeholder {
    transition: opacity 0.4s ease;
    /* Placeholder transition */
}

.form-input:focus::placeholder {
    opacity: 0;
    /* Hide the placeholder */
}

.form-input~.focus-border {
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #d4a84f;
    transition: width 0.4s ease;
}

.form-input:focus~.focus-border {
    width: 60%;
    animation: changeColor 0.4s ease forwards;
    /* Apply color change animation */
}

@keyframes changeColor {
    0% {
        background-color: #d4a84f;
    }

    100% {
        background-color: #d4a84f;
        /* Final color */
    }
}

.important {
    background-color: lightgray;
    padding: 0.4rem;
    width: 60%;
    margin-top: 1.7rem;
}

.important p {
    font-size: 14px;
    text-align: center;
}

.checkbox-container {
    display: flex;
    flex-direction: row;
}

.szallitasi {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 1.4rem;
    width: 30%;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.checkbox-frame {
    margin-right: 1rem;
}

.checkbox-frame *,
.checkbox-frame *::before,
.checkbox-frame *::after {
    box-sizing: border-box;
}

.checkbox-frame label {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.checkbox-frame input {
    visibility: hidden;
    display: none;
}

.checkbox-frame input:checked~.checkbox {
    transform: rotate(45deg);
    width: 14px;
    margin-left: 12px;
    border-color: #24c78e;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
}

.checkbox-frame .checkbox {
    display: block;
    width: inherit;
    height: inherit;
    border: 3px solid #434343;
    transition: all 0.375s;
    margin-right: 3rem;
}

.hetimenu-form-container2 label {
    font-size: 22px;
}

.hetimenu-form-container {
    overflow: hidden;
    transition: all 1s;
}

@media (max-width: 768px) {
    .order-container .row {
        display: flex;
        flex-wrap: wrap;
    }

    .order-container .row .input-cont {
        flex: 1 1 auto;
        width: 100%;
    }

    .order-container .row .input-cont input {
        width: 90%;
    }

    .form-input:focus~.focus-border {
        width: 100%;
    }

    .szallitasi {
        width: 60%;
    }

    .szallitasi h1 {
        font-size: 20px;
    }
}

/* kép nagyítás */

.zoom-img-container img {
    display: block;
    height: auto;
    width: 100%;
    transition: filter 0.3s ease;
}

.zoom-img-container:hover img {
    filter: brightness(70%);
    cursor: pointer;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 9rem;
    /* Black with opacity */
}

/* Close button styling */
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    font-weight: bold;
    z-index: 1001;
    transition: 0.3s;
    color: red;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Modal content styling */
.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    color: #848484;
    width: auto;
    height: auto;
}

.zoom-icon {
    position: absolute;
    top: 35px;
    right: 100px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.zoom-icon:hover {
    color: #bbb;
}

.sultestalak-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.horizontal-logo-line {
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-card {
    position: relative;
    top: 50%;
    margin: auto;
    width: 50%;
    background-color: #e5f9e5;
    border: 1px solid #28a745;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
}

.wrong-card {
    position: relative;
    top: 50%;
    margin: auto;
    width: 50%;
    background-color: #ffdddd;
    color: red;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
}

.sikeres_rendeles {
    color: #28a745;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.sikertelen_rendeles {
    color: #7c0000;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Többi stílus itt marad */



.close-icon {
    position: absolute;
    top: 50px;
    right: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #888;
    z-index: 1000;
}

.close-icon:hover {
    color: #555;
}

.offers h1 {
    font-size: 20px;
    color: white;
    font-family: "IntroRustG-Base2Line";
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

footer {
    margin-top: 5rem;
    background-color: #d4a84f;
    padding-top: 2rem;
}

footer a {
    text-decoration: none !important;
    color: black;
}

.vasarnapi-ajanlat-container.unnepi img {
    width: 50% !important;
}

.plakat-img img {
    width: 50% !important;
    height: auto;
}

/* Általános beállítás a videóknak */
.zoom-video {
    width: 60%;
    /* A videó teljes szélességet kitölti */
    height: auto;
    /* A magasság arányosan változik a videó szélességéhez */
    transition: transform 0.3s ease;
}

/* Hover effektus a videókhoz */
.zoom-video:hover {
    transform: scale(1.05);
    /* Finom nagyítás hoverkor */
}

/* Mobil nézet (d-sm-none) beállításai */
@media (max-width: 576px) {
    .zoom-video {
        width: 60%;
        /* A videó szélessége 100%, magassága pedig arányosan változik */
        height: auto;
    }

    .plakat-img img {
        width: 80% !important;
        height: auto !important;
    }
}

/* Asztali nézet (d-sm-flex) beállításai */
@media (min-width: 576px) {
    .zoom-video {
        width: 60%;
        /* A videó teljes szélességét kitölti */
        height: auto;
        /* A magasság arányosan igazodik a szélességhez */
    }
}

.fellepo-card {
    background-color: #ececec;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 1rem;
}

@media(max-width:767px) {
    .fellepo-card {
        width: 100% !important;
    }
}

@media(min-width:768px) {
    .fellepo-card {
        width: 50% !important;
    }
}

.step-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: transform 0.2s;
}

/* Kártya lebegő hatás */
.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Számozás stílus */
.step-number {
    font-size: 28px;
    color: #ff0000;
    font-weight: bold;
    margin-right: 10px;
}

/* Szöveg stílus */
.step-text {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}

@media(max-width: 768px) {
    .step-number {
        font-size: 20px;
    }

    .step-text {
        font-size: 16px;
    }

    .step-card {
        width: 95%;
    }
}