.recipe-archive {
    background: #1f441c;
    background: linear-gradient(
        0deg,
        rgba(31, 68, 28, 0) 15%,
        rgba(31, 68, 28, 0.8) 55%,
        rgba(31, 68, 28, 1) 100%
    );
    position: relative;
}
.recipe-archive .bgmap {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.recipe-archive .wrap-breadcrumb {
    display: flex;
    align-items: baseline;
    justify-content: start;
}
.recipe-archive .wrap-breadcrumb span {
    color: #fff;
    padding-right: 5px;
}
.recipe-archive .wrap-breadcrumb a {
    color: #fff;
    font-family: fertigoregular;
    font-size: 1rem;
    text-decoration: underline !important;
    padding-right: 5px;
}
.recipe-archive .wrap-breadcrumb a.active {
    color: #e9a72f;
    text-decoration: none !important;
}
.recipe-archive .wrap-top {
    padding: 50px 30px;
    position: relative;
    z-index: 1;
}
.recipe-archive .wrapTitle {
    text-align: center;
    margin-top: 30px;
}
.recipe-archive .wrapTitle h1 {
    font-size: 3rem;
    font-family: fertigoitalic;
    color: #fff;
    position: relative;
    z-index: 2;
}
.recipe-archive .wrapTitle a {
    color: #e9a72f;
    font-family: fertigoitalic;
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.recipe-archive .wrapTitle a span {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.recipe-archive .wrapTitle a span i {
    color: #25592a;
    font-size: 1rem;
}
.recipe-archive .ctn {
    margin-top: 50px;
}
.recipe-archive .img-top {
    width: 100%;
    display: block;
    margin: 30px auto 0;
}
.recipe-archive .ctn a {
    border: 2px solid #fff;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.recipe-archive .ctn a .playbtn {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.recipe-archive .ctn a .playbtn i {
    color: #4d4d4d;
    font-size: 0.8rem;
}
.recipe-archive .ctn .row {
    margin-top: 35px;
}
.recipe-archive .title {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
}
.recipe-archive .title .icn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.recipe-archive .title h1 {
    font-size: 1rem;
    font-family: fertigoitalic;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
    padding-top: 5px;
}
.recipe-archive .ctn .row div {
    margin-bottom: 30px;
}
.recipe-archive .ctn .item {
    position: relative;
}
.recipe-archive .ctn h2 {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    color: #fff;
    font-size: 1.25rem;
    font-family: fertigoitalic;
    z-index: 1;
}
.recipe-archive .ctn .item .title img {
    width: 235px;
}
.recipe-archive .ctn .item .bgGreen {
    background: #1f441c;
    background: linear-gradient(
        0deg,
        rgba(31, 68, 28, 0) 60%,
        rgba(31, 68, 28, 0.78) 90%,
        rgba(31, 68, 28, 0.78) 100%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
}
.recipe-archive .ctn .item .imgRecipe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s ease;
}
.recipe-archive .ctn .item:hover .imgRecipe {
    transform: scale(1.2);
}
.recipe-archive .item .txt {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.recipe-archive .item .txt .ctg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.recipe-archive .item .txt .ctg p {
    font-size: 1rem;
    color: #fff;
    font-family: fertigoitalic;
    width: 80%;
}
.recipe-archive .item .txt .ctg span {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recipe-archive .item .txt .ctg span i {
    color: #25592a;
    font-size: 1rem;
    transform: rotate(45deg);
}
.recipe-archive .maps .text {
    top: 0;
}
.recipe-archive .maps .text h1 {
    font-size: 2rem;
    font-family: fertigoitalic;
    padding-top: 10px;
}
.recipe-archive .maps .bg-title {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
}
.recipe-archive .howto {
    margin-top: 100px;
}
.recipe-archive .howto .mid div .bglottiewrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 30px;
}
.recipe-archive .howto .mid div .bglottiewrap .lottie-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
}
.recipe-archive .howto .right div .bglottiewrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 30px;
}
.recipe-archive .howto .right div .bglottiewrap .lottie-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
}
.recipe-archive .howto .mid > div {
    background-color: #fbb03b;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.recipe-archive .howto .mid div .border1 {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../img/top1.svg);
    background-size: auto 100%;
    background-repeat: repeat;
}
.recipe-archive .howto .mid div .border2 {
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 2px;
    width: 30px;
    background-image: url(../img/right1.svg);
    background-size: 100% auto;
    background-repeat: repeat;
}
.recipe-archive .howto .mid div .border3 {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../img/bottom1.svg);
    background-size: auto 100%;
    background-repeat: repeat;
}
.recipe-archive .howto .mid div .border4 {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 2px;
    width: 30px;
    background-image: url(../img/left1.svg);
    background-size: 100% auto;
    background-repeat: repeat;
}
.recipe-archive .howto .right > div {
    background-color: #043a1f;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.recipe-archive .howto .right div .border1 {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../img/top2.png);
    background-size: auto 100%;
    background-repeat: repeat;
}
.recipe-archive .howto .right div .border2 {
    position: absolute;
    top: 35px;
    bottom: 35px;
    right: 2px;
    width: 30px;
    background-image: url(../img/right2.png);
    background-size: 100% auto;
    background-repeat: repeat;
}
.recipe-archive .howto .right div .border3 {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../img/top2.png);
    background-size: auto 100%;
    background-repeat: repeat;
}
.recipe-archive .howto .right div .border4 {
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 2px;
    width: 30px;
    background-image: url(../img/right2.png);
    background-size: 100% auto;
    background-repeat: repeat;
}
.recipe-archive .howto .row h2 {
    font-size: 1.5rem;
    font-family: fertigoitalic;
    color: #fff;
}
.recipe-archive .howto .row ul,
.recipe-archive .howto .row ol {
    margin-top: 15px;
    list-style-position: outside;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}
.recipe-archive .howto .row ul li,
.recipe-archive .howto .row ol li {
    font-size: 1rem;
    font-family: myriadproregular;
    color: #fff;
}
.recipe-archive .maps .text {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    height: 75px;
}
.recipe-archive .topnew {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.recipe-archive .topnew .left .img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
}
.recipe-archive .topnew .left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #1f6633;
}
.recipe-archive .topnew .right {
    background-color: #fbb03b;
    border-radius: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.recipe-archive .topnew .right div {
    border-radius: 15px;
    padding: 75px;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.recipe-archive .topnew .right div p {
    color: #606060;
    font-size: 1rem;
    font-family: fertigoitalic;
    text-align: center;
}
/* .recipe-archive .topnew .right .img1 {
    width: 170px;
    height: auto;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 25%);
}
.recipe-archive .topnew .right .img2 {
    height: 100px;
    z-index: 1;
    position: absolute;
    top: -35px;
    right: 0;
}
.recipe-archive .topnew .right .img3 {
    height: 125px;
    z-index: 1;
    position: absolute;
    bottom: -25px;
    right: -25px;
} */
.recipe-archive .topnew .right .lottie-content {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 1;
}
.recipe-archive .topnew .right .bglottiewrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 30px;
}
.recipe-archive .topnew .right .bglottiewrap .lottie-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
}
.recipe-archive .items .item {
    aspect-ratio: 1 / 1;
    display: block;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 15px;
}

.recipe-archive .items .item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f441c;
    background: linear-gradient(
        0deg,
        rgba(31, 68, 28, 0) 60%,
        rgba(31, 68, 28, 0.78) 90%,
        rgba(31, 68, 28, 0.78) 100%
    );
    content: "";
}

.recipe-archive .items .item .bgimages {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.recipe-archive .items .item:hover .bgimages {
    transform: scale(1.2);
}

.recipe-archive .items .item h2 {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    font-family: fertigoregular;
    color: #fff;
    font-size: 1.2rem;
    z-index: 1;
}

.recipe-archive .items .item .play {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.recipe-archive .items .item .instagram-ic {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 1.5rem;
}
.recipe-archive .items .item .imgkol {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
}

#galeriModal .videoContainer {
    height: 100%;
    border: 2px solid #fff;
    background: #000;
    padding: 5px;
}
.video-loading {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

#galeriModal .videoContainer video {
    /* object-fit: cover; */
    width: 100%;
}

#galeriModal .descriptionContainer {
    padding: 30px;
}

#galeriModal .descriptionContainer h2 {
    font-family: fertigoregular;
    color: #fff;
    font-size: 0.8rem;
    background: #235425;
    border-radius: 30px;
    padding: 8px;
    width: auto;
    display: inline-block;
}

#galeriModal .descriptionContainer h3 {
    font-family: fertigoregular;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 15px;
}

#galeriModal .descriptionContainer p {
    font-family: fertigoregular;
    color: #fff;
    font-size: 1rem;
    margin-top: 15px;
}

#galeriModal .modal-dialog .modal-content {
    position: relative;
    padding: 30px;
    background: #6c9166;
}

#galeriModal .modal-dialog .modal-content i {
    position: absolute;
    font-size: 1.2rem;
    color: #fff;
    top: 10px;
    right: 10px;
}
@media (orientation: portrait) {
    .recipe-archive .wrap-top {
        padding: 30px 15px 50px;
    }
    .recipe-archive .wrapTitle h1 {
        font-size: 1.5rem;
    }
    .recipe-archive .ctn .item {
        margin-bottom: 15px;
    }
    .recipe-archive .item .txt .ctg p {
        font-size: 1rem;
    }
    .recipe-archive .item .txt .ctg span {
        width: 30px;
        height: 30px;
    }
    .recipe-archive .item .txt .ctg span i {
        font-size: 1rem;
    }
    .recipe-archive .ctn .item .title {
        top: 2px;
    }
    .recipe-archive .ctn .item .title h2 {
        font-size: 1.2rem;
    }
    .recipe-archive .ctn .item .title img {
        width: 200px;
    }
    .recipe-archive .ctn {
        margin-top: 30px;
    }
    .recipe-archive .img-top {
        width: 100%;
    }
    .recipe-archive .wrap-breadcrumb a {
        font-size: 0.7rem;
    }
    .recipe-archive .ctn h2 {
        top: 10px;
        left: 10px;
        right: 10px;
    }
    .recipe-archive .maps .text h1 {
        font-size: 1rem;
        padding-top: 7px;
    }
    .recipe-archive .maps .bg-title {
        width: 85%;
    }
    .recipe-archive .howto .mid {
        margin-bottom: 30px;
    }
    .recipe-archive .topnew {
        flex-direction: column;
    }
    .recipe-archive .topnew .left .img {
        width: 200px;
        height: 200px;
    }
    .recipe-archive .topnew .right {
        /* background-image: url(../img/bg-detail-mobile.png); */
    }
    .recipe-archive .topnew .right .lottie-content {
        bottom: -75px;
    }
    .recipe-archive .topnew .right div {
        padding: 50px;
    }
    .recipe-archive .topnew .right .img2 {
        height: 75px;
        top: -15px;
    }
    .recipe-archive .topnew .right .img3 {
        height: 120px;
        bottom: -20px;
        right: -10px;
    }
    .recipe-archive .topnew .right .img1 {
        width: 130px;
        transform: translate(-25%, 25%);
    }
    .recipe-archive #galeriModal .videoContainer {
        height: auto;
    }
    .recipe-archive #galeriModal .modal-dialog .modal-content {
        padding: 15px;
    }
    .recipe-archive #galeriModal .videoContainer {
        margin-top: 0;
    }
    .recipe-archive .topnew .right {
        background-size: cover;
        background-position: right bottom;
    }
    .recipe-archive .topnew .right .bglottiewrap .lottie-bg {
        height: auto;
    }
}
