﻿.reciple-card-block {
    width: 100%;
    height: auto;
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .reciple-card-block .image-overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.3;
        box-sizing: border-box;
        z-index: 5;
    }

    .reciple-card-block .video-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-sizing: border-box;
    }

    .reciple-card-block .recipe-container {
        width: 100%;
        max-width: 1250px;
        padding: 20px 10px; padding-bottom: 60px;
        height: 100%;
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: row;
        box-sizing: border-box;
        margin: auto;
    }
        .reciple-card-block .recipe-container .recipe-left-block {
            width: 30%;
            height: 100%;
            position: relative;
            box-sizing: border-box;
        }
        .reciple-card-block .recipe-container .recipe-right-block {
            width: 70%;
            height: 100%;
            position: relative;
            box-sizing: border-box;
        }

        .reciple-card-block .recipe-container .recipe-left-block .recipe-tag-block {
            width:100%; height: auto; position: relative; padding: 0px; text-align: left;
        }
            .reciple-card-block .recipe-container .recipe-left-block .recipe-tag-block h2 {
                font: 600 34px rubik;
                color: white;
                margin: 0px;
                line-height: 100%;
            }
            .reciple-card-block .recipe-container .recipe-left-block .recipe-tag-block h3 {
                    font: 300 16px rubik;
                    color: white; margin: 0px; line-height: 100%;
                    letter-spacing: 3px; margin-bottom: 10px;
            }
            .reciple-card-block .recipe-container .recipe-left-block .recipe-tag-block h4 {
                font: 400 34px rubik;
                color: white;
                margin: 0px;
                line-height: 100%;
            }

        .reciple-card-block .recipe-container .recipe-left-block .recipe-circle {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 400px; height: 400px;
            position: absolute; top: auto; right: 20px; margin-top: 30px;
            border-radius: 50%;
        }

        .reciple-card-block .recipe-container .recipe-right-block .recipe-detail-box {
            width: 100%; height: 100%; background-color: #fef9e5;
            border-radius: 20px; padding: 20px; position: relative;
            box-sizing: border-box;
        }

        .recipe-detail-box .recipe-detail-top {
            width: 100%;
            padding: 10px; padding-bottom: 20px;
            height: auto;
            position: relative;
            display: flex;
            flex-direction: row;
            box-sizing: border-box;
            margin: auto;
            gap: 20px;
        }
            .recipe-detail-box .recipe-detail-top .top-left {
                width: 50%; position: relative; padding-right: 30px;

            }
                .recipe-detail-box .recipe-detail-top .top-left h1 {
                    font: 600 30px Rubik; margin: 0px; line-height: 110%;

                }
                .recipe-detail-box .recipe-detail-top .top-left h2 {
                    font: 400 20px Rubik;
                    margin: 0px;
                    font-style: italic;
                    line-height: 110%;
                }

            .recipe-detail-box .recipe-detail-top .top-right {
                width: 50%;
                position: relative;
            }
                .recipe-detail-box .recipe-detail-top .top-right p {
                    font: 400 16px Rubik; margin: 0px; line-height: 140%;
                }

        .recipe-detail-box .recipe-detail-bottom {
            width: 100%;
            padding: 20px 0px;
            height: auto;
            position: relative;
            display: flex;
            flex-direction: row;
            box-sizing: border-box;
            margin: auto;
            gap: 20px;
        }
            .recipe-detail-box .recipe-detail-bottom .bottom-left {
                width: 50%;
                position: relative;
            }
            .recipe-detail-box .recipe-detail-bottom .bottom-right {
                width: 50%;
                position: relative;
            }

            .recipe-detail-box .recipe-detail-bottom .bottom-left .best-tip {
                padding: 20px; width: 100%; height: auto;
                font: 400 16px Rubik; border-radius: 20px; position: relative;
            }

                .recipe-detail-box .recipe-detail-bottom .bottom-left .best-tip h2 {
                    font: 600 20px rubik; color: white; margin: 0px;
                }

                .recipe-detail-box .recipe-detail-bottom .bottom-left .best-tip p {
                    font: 400 16px rubik;
                    margin: 0px;
                    color: white;
                    line-height: 140%;
                }

            .recipe-detail-box .recipe-detail-bottom .bottom-left .recipe-ingredients {
                padding: 20px;
                width: 100%;
                height: auto;
                font: 400 16px Rubik; color: black; line-height: 140%;
                background-color: white;
                border-radius: 20px;
                position: relative; margin-top: 20px;
            }
                .recipe-detail-box .recipe-detail-bottom .bottom-left .recipe-ingredients h2 {
                    font: 600 16px Rubik;
                    color: black; margin: 0px; margin-bottom: 20px;
                }

                .recipe-detail-box .recipe-detail-bottom .bottom-left .recipe-ingredients ul {
                    margin-bottom: 0px;
                }

                .recipe-detail-box .recipe-detail-bottom .bottom-left .recipe-ingredients ul li {
                    margin-bottom: 0px; margin-top: 0px;

                }

            .recipe-detail-box .recipe-detail-bottom .bottom-right h2 {
                margin: 0px;
                margin-bottom: 20px;
                font: 600 16px Rubik
            }

            .recipe-detail-box .recipe-detail-bottom .bottom-right ol {
            }

            .recipe-detail-box .recipe-detail-bottom .bottom-right ol li {
                margin-bottom: 20px;

            }

.recipe-detail-box .recipe-link-button {
    color: white;
    border: 2px solid white;
    padding: 8px 12px;
    font: 600 16px rubik;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px; width: auto;
    width: 250px; text-decoration: none;
}

@media (max-width: 800px) {

    .reciple-card-block .recipe-container {
        flex-direction: column; padding: 0px;
    }
    .recipe-detail-box { 
        border-radius: 0px !important; 
        padding-bottom: 50px !important;

    }

    .recipe-detail-box .recipe-detail-top {
        flex-direction: column;
    }
    .recipe-detail-box .recipe-detail-bottom {
        flex-direction: column;
    }

    .reciple-card-block .recipe-container .recipe-left-block {
        width: 100%;
        height: 400px;
        z-index: 20;
        padding: 20px;
    }

        .reciple-card-block .recipe-container .recipe-left-block .recipe-circle {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 300px;
            height: 300px;
            position: absolute;
            top: auto;
            right: -50px;
            margin-top: 15px;
            border-radius: 50%;
        }

    .reciple-card-block .recipe-container .recipe-right-block {
        width: 100%; padding: 0px;
    }
    .recipe-detail-box .recipe-detail-top .top-left {
        width: 100%; padding-top: 20px;
    }
    .recipe-detail-box .recipe-detail-top .top-right {
        width: 100%;
    }
    .recipe-detail-box .recipe-detail-bottom .bottom-left {
        width: 100%;
    }

    .recipe-detail-box .recipe-detail-bottom .bottom-right {
        width: 100%;
    }
    .recipe-detail-box .recipe-link-button {
        position: absolute;
        top: auto; bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 30px;
        width: auto;
        width: 250px;
        text-decoration: none;
    }
    .reciple-card-block .recipe-container .recipe-left-block .recipe-tag-block h4 {
        font: 400 30px rubik;
        color: white;
        margin: 0px;
        line-height: 100%;
    }

    }