/* SÜLTESTÁLAK BEMUTATÁSA */
.talak {
    margin-bottom: 3rem;
}



.right-card {
    background-color: #EAC696;
    padding: 3rem;
}

.sultestalak-container svg {
    vertical-align: baseline;
    width: 250px !important;
    margin-top: -2.6rem;
}

ul li {
    font-family: "Now";
}

.sultestal-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sultestal-img {
    display: flex;
    justify-content: center;
}

.sultestal-img img {
    max-width: 80%;
    border-radius: 10%;
}

.ar-right p {
    color: rgb(85, 85, 85);
    text-align: center;
}

.ar-left p {
    color: rgb(213, 213, 213);
    text-align: center;
}

.left-card {
    background-color: #65451F;
    padding: 3rem;
    color: white;
}




/* SÜLTESTÁL KÉPEK */

.sultestalak-kepek {
    background-color: #7F5E36;
    padding: 2rem;
}

.sultestalak-kepek-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#slider {
    width: 40%;
    height: 20vw;
    font-family: 'Helvetica Neue', sans-serif;
    transform-style: preserve-3d;
}






.img-slider {
    position: relative;
    width: 700px;
    height: 500px;
    margin: 10px;
    background: #ffffff;
    border-radius: 5px;
}

.img-slider .slide {
    z-index: 1;
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);
}

.img-slider .slide.active {
    clip-path: circle(150% at 0 50%);
    transition: 2s;
    transition-property: clip-path;
}

.img-slider .slide img {
    z-index: 1;
    width: 100%;
    border-radius: 5px;
}

.img-slider .slide .info {
    position: absolute;
    top: 0;
    padding: 15px 30px;
}

.img-slider .slide .info h2 {
    color: black;
    font-size: 45px;
    text-align: left;
}

.img-slider .slide .info p {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    font-size: 16px;
    width: 60%;
    padding: 10px;
    border-radius: 4px;
}

.img-slider .navigation {
    z-index: 2;
    position: absolute;
    display: flex;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.img-slider .navigation .btn {
    background: rgba(68, 68, 68, 0.5);
    width: 10px;
    height: 25px;
    margin: 10px;
    border-radius: 90%;
    cursor: pointer;
}

.img-slider .navigation .btn.active {
    background: #000000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 820px) {
    .img-slider {
        width: 600px;
        height: 375px;
    }

    .img-slider .slide .info {
        padding: 10px 25px;
    }

    .img-slider .slide .info h2 {
        font-size: 35px;
    }

    .img-slider .slide .info p {
        width: 70%;
        font-size: 15px;
    }

    .img-slider .navigation {
        bottom: 25px;
    }

    .img-slider .navigation .btn {
        width: 5px;
        height: 15px;
        margin: 8px;
    }
}

@media (max-width: 620px) {
    .img-slider {
        width: 400px;
        height: 250px;
    }

    .img-slider .slide .info {
        padding: 10px 20px;
    }

    .img-slider .slide .info h2 {
        font-size: 30px;
    }

    .img-slider .slide .info p {
        width: 80%;
        font-size: 13px;
    }

    .img-slider .navigation {
        bottom: 15px;
    }

    .img-slider .navigation .btn {
        width: 3px;
        margin: 6px;
    }
}

@media (max-width: 420px) {
    .img-slider {
        width: 320px;
        height: 200px;
    }

    .img-slider .slide .info {
        padding: 5px 10px;
    }

    .img-slider .slide .info h2 {
        font-size: 25px;
    }

    .img-slider .slide .info p {
        width: 90%;
        font-size: 11px;
    }

    .img-slider .navigation {
        bottom: 10px;
    }
}

/* megrendelés szekció */

.order {
    margin-bottom: 3rem;
}

.hetimenu-form-container {
    border: 1px solid black;
    padding: 3rem;
    font-family: "EB Garamond";
}

.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.clock {
    width: 20%;
    display: inline-block;
}

.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;
    bottom: 0;
    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 {
    overflow: hidden;
    transition: all 1s;
}



.megrendeles-input input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    background-color: white !important;
    border-radius: 0;
}

#egyedi-hidegtal-elkepzeles {
    width: 100%;
    height: 100px;
}

.radio-group {
    margin-bottom: 1.6rem;
}

.radio-group>label {
    display: block;
    margin-bottom: 10px;
}

.radio-option {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.radio-option input {
    margin-right: 10px;

}

.szallitasiInfok {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;

}

.szallitasiInfok.show {
    max-height: 1000px !important;
    opacity: 1 !important;
    transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}

/* ürlap kártyák */

.rendeles-sultestal {
    background-color: #E6CEAE;
    padding: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 10px;
    width: 70%;
}

.rendeles-sultestal input[type="number"] {
    width: 4rem;
}

.rendeles-sultestal img {
    border-radius: 7px;
    width: 100%;
}

.data {
    text-align: center;

}

.data label {
    margin-bottom: 1rem;
}

.rendeles-sultestal h1 {
    font-family: "EB Garamond";
    font-style: italic;
}

.megrendeles-input {
    border-left: 1px solid black;
}

.left-card .row,
.right-card .row {
    display: flex;
    flex-wrap: wrap;
}

.right-card .row .col,
.left-card .row .col {
    flex: 1 1 20px;
}

.left-card .row .sultestal-img-container {
    order: 1;
}

.left-card .row .col:not(.sultestal-img-container) {
    order: 2;
}

@media (max-width: 768px) {
    .left-card .row .sultestal-img-container {
        order: 2;
    }

    .left-card .row .col:not(.sultestal-img-container) {
        order: 1;
    }

    .left-card .row,
    .right-card .row {
        display: flex;
        flex-direction: column;
    }

    .right-card .row .col,
    .left-card .row .col {
        flex: 1 1 2rem;
        margin-top: 2rem;
    }

    .rendeles-sultestal {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    ul li {
        font-size: 12px;
    }

    .rendeles-sultestal img {
        width: 70%;

    }

    .megrendeles-img {
        display: flex;
        justify-content: center;
    }

    .rendeles-sultestal .row .data {
        margin-bottom: 1rem;
        width: 100%;
    }

    .megrendeles-input {
        border-left: 0;
        border-top: 1px solid black;
        padding-top: 1rem;
    }

    .sultestalak-container svg {
        vertical-align: baseline;
        width: 180px !important;
        margin-top: -2.6rem;
    }

    .right-card,
    .left-card {
        padding: 1.2rem;
    }

    .main-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media (max-width: 768px) {
    .order-container .row {
        display: block;
        flex-wrap: wrap;
    }

    .order-container .row .input-cont {
        flex: 1 1 auto;
        width: 90%;
    }

    .order-container .row .input-cont input {
        width: 100%;
    }

    .form-input:focus~.focus-border {
        width: 90%;
    }

    .szallitasi {
        width: 60%;
    }

    .szallitasi h1 {
        font-size: 20px;
    }

    .rendeles-sultestal {
        width: 100%;
    }


}


/* HIDEGTÁl AJÁNLAT SZEKCIÓ */

.right-card {
    background-color: #EAC696;
    padding: 3rem;
}

.talak {
    margin-bottom: 3rem;
}

.right-card {
    background-color: #EAC696;
    padding: 3rem;
}

.hidegtal-ajanlat-container svg {
    vertical-align: baseline;
    width: 250px !important;
    margin-top: -2.6rem;
}

ul li {
    font-family: "Now";
}

.hidegtal-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hidegtal-img {
    display: flex;
    justify-content: center;
}

.hidegtal-img img {
    max-width: 80%;
}

.ar-right p {
    color: rgb(85, 85, 85);
    text-align: center;
}

.ar-left p {
    color: rgb(213, 213, 213);
    text-align: center;
}

.hidegtal-kepek img {
    width: 100%;
}

@media (max-width: 768px) {


    .right-card .row {
        display: flex;
        flex-direction: column;
    }

    .right-card .row .col {
        flex: 1 1 2rem;
        margin-top: 2rem;
    }


    ul li {
        font-size: 12px;
    }


    .megrendeles-input {
        border-left: 0;
        border-top: 1px solid black;
        padding-top: 1rem;
    }

    .hidegtal-ajanlat-container svg {
        vertical-align: baseline;
        width: 180px !important;
        margin-top: -2.6rem;
    }

    .right-card,
    .left-card {
        padding: 1.2rem;
    }

    .main-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hidegtal-kepek {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hidegtal-kepek .col {
        flex: 1 1 1rem;
        margin-top: 1rem;
        width: 80%;
    }

}

.center-logo {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    margin-top: -3rem;
}

.karacsonyi-specialitas {
    position: relative;
    background-color: #f7f2e8;
    /* világos, krémes háttérszín */
    width: 300px;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #333;
    /* Nincs border-radius */
    height: 100%;
}

.karacsonyi-specialitas::before {
    content: '';
    position: absolute;
    top: 8px;
    /* függőleges eltolás */
    left: 8px;
    /* vízszintes eltolás */
    width: 100%;
    height: 100%;
    background-color: #937f55;
    /* sötétebb árnyalatú háttérszín */
    z-index: -1;
    /* hátrébb helyezkedik, mint az eredeti kártya */
}

.karacsonyi-specialitas h2 {
    color: #9b0000;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    font-family: "IntroRustG-Base2Line";
}

.karacsonyi-specialitas p {
    font-size: 16px;
    margin-bottom: 15px;
}

.karacsonyi-specialitas label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.karacsonyi-specialitas input[type="number"] {
    width: 50px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    text-align: center;
    border: 1px solid #000000;
}

@media (max-width: 1200px) {
    .karacsonyi-spec-megrendeles .row {
        flex-direction: column;

    }

    .karacsonyi-spec-megrendeles .row .col {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .karacsonyi-specialitas {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}