@font-face {
    font-family: 'NeutraText-Book';
    src: url('fonts/NeutraText-Book.eot?#iefix') format('embedded-opentype'),  url('fonts/NeutraText-Book.otf')  format('opentype'),
    url('fonts/NeutraText-Book.woff') format('woff'), url('fonts/NeutraText-Book.ttf')  format('truetype'), url('fonts/NeutraText-Book.svg#NeutraText-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeutraText-Bold';
    src: url('fonts/NeutraText-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/NeutraText-Bold.otf')  format('opentype'),
    url('fonts/NeutraText-Bold.woff') format('woff'), url('fonts/NeutraText-Bold.ttf')  format('truetype'), url('fonts/NeutraText-Bold.svg#NeutraText-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {position: relative; overflow-x: hidden; }
body {
    font-family: 'NeutraText-Book', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    background-color: #FFFBCE;
}
* {
    outline: none;
}

a, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #000000;
}


.container {max-width: 1184px;}

.mt-lg-xxl {
    margin-top: 160px;
}
@media (max-width: 767px) {
    .mt-lg-xxl {
        margin-top: 30px;
    }
}

.mb-lg-xl {
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .mb-lg-xl {
        margin-bottom: 30px;
    }
}

.mb-lg-l {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .mb-lg-l {
        margin-bottom: 24px;
    }
}
.pb-lg-xxl {
    padding-bottom: 160px;
}
@media (max-width: 767px) {
    .pb-lg-xxl {
        padding-bottom: 30px;
    }
}



h1, h2 {
    font-family: 'NeutraText-Bold', sans-serif;
    font-size: 48px;
    line-height: 120%;
    color: #000000;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    h1, h2 {
        font-size: 24px;
    }
}
h3 {
    font-family: 'NeutraText-Bold', sans-serif;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    h3 {
        font-size: 18px;
    }
}
.bold-font, strong {
    font-family: 'NeutraText-Bold', sans-serif;
}

.navigation {
    top: 50%;
    z-index: 100;
    /* background-color: #fffbce42;
     backdrop-filter: blur(5px);*/
    padding: 10px 30px 0 10px;
    border-radius: 10px  0 0 10px;
}
.navigation li a {
    font-family: 'NeutraText-Bold', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}

.navigation li a:hover {
    color: #F07F00;
}


.accordion-item {
    background: transparent;
    border: none;
}

.accordion-item .accordion-button {
    padding: 0;
    box-shadow: none;
    text-align: center;
    font-family: 'NeutraText-Bold', sans-serif;
    width: fit-content;
    margin: auto;
    text-decoration: none;
    color: #000 !important;
}

.accordion-item .accordion-button::after {
    all: unset;
    content: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 8C16.5 8.17681 16.4298 8.34638 16.3047 8.47141C16.1797 8.59643 16.0101 8.66667 15.8333 8.66667H9.16667V15.3333C9.16667 15.5101 9.09643 15.6797 8.97141 15.8047C8.84638 15.9298 8.67681 16 8.5 16C8.32319 16 8.15362 15.9298 8.0286 15.8047C7.90357 15.6797 7.83333 15.5101 7.83333 15.3333V8.66667H1.16667C0.989856 8.66667 0.820287 8.59643 0.695262 8.47141C0.570238 8.34638 0.5 8.17681 0.5 8C0.5 7.82319 0.570238 7.65362 0.695262 7.5286C0.820287 7.40357 0.989856 7.33333 1.16667 7.33333H7.83333V0.666667C7.83333 0.489856 7.90357 0.320287 8.0286 0.195262C8.15362 0.070238 8.32319 0 8.5 0C8.67681 0 8.84638 0.070238 8.97141 0.195262C9.09643 0.320287 9.16667 0.489856 9.16667 0.666667V7.33333H15.8333C16.0101 7.33333 16.1797 7.40357 16.3047 7.5286C16.4298 7.65362 16.5 7.82319 16.5 8Z' fill='black'/%3E%3C/svg%3E%0A");
    background-image: none;
    margin-left: 24px;
}

/* Optional: if you want to style .accordion-button.collapsed::after differently, add rules below */
.accordion-item .accordion-button.collapsed::after {
    /* Add styles if needed */
}

.accordion-header, .accordion-button, .accordion-button:not(.collapsed) {
    background: transparent!important;
    border: none;
}

.box-container {
    display: flex;
    justify-content: space-around;
    padding-bottom: 100px;
}

.box {
    position: relative;
    transform-origin: top center;
}

.box1 {
    transform: rotate(11.666deg);
}
.box1 img {max-width: 140px; height: auto;}

.box2 {
    transform: rotate(-20.489deg);
}
.box2 img {max-width: 140px; height: auto;}

.box3 {
    margin-left: 80px;
    transform: rotate(12.562deg);
}
.box3 img {max-width: 180px; height: auto;}

.box4 {
    transform: rotate(-31.054deg);
}
.box4 img {max-width: 170px; height: auto;}

/**/
.recipe {
   /* max-width: 328px;*/
}
.recipe img {
    width: 100%;
    max-width: 100%;
}

.w-full {
    max-width: 100%;
    width: 100%;
    height: auto;
}


@media (min-width: 768px) {
    .item-text2 {
        min-height: 210px;
    }

    .item-text {
        min-height: 240px;
    }


}

@media (max-width: 990px) {
    .item svg {margin-top: 40px;}
}

@media (min-width: 991px) {
    .item .quote {
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .item:hover .quote {
        opacity: 1;
    }
}

.position-lg-absolute {
    position: absolute;
    top: 0;
    left: 0;
}
.item .quote {
    transform: rotate(-9deg);
}

