/* grid */
:root {
    /* colours */

    /* typography */

    --body: 'Quicksand', sans-serif;
    --headings: 'Cormorant', serif;
}

/* 
Notes:
add small images to mobile 
and add 800px to the tablet media query.



*/

body {
    font-size: 100%;
    line-height: 1.5;
    /*16 x 1.5 = 24px*/

    /*visual grid;*/
    /* background-image: linear-gradient(#0ff 1px, transparent 1px); */
    /* background-size: auto 24px; */

    /*typographic scale*/
    /* 12, 14, 16, 18, 21, 24, 36, 48, 60, 72*/
    font-family: var(--body);
    color: #fff;
    background-color: #2d2d2d;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23161616' fill-opacity='0.34' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");


}

/* mobile */
.container {
    padding: 0;
}

/* -------------------------images mobile */

/* img {
    width: 400px;
    height: auto;
} */


.logo a {
    height: 100px;
    width: 100px;
}


/* images */
.bp-2 .images img:first-of-type,
.card3 img:first-of-type,
.insta img:first-of-type,
.bp-5 .images img:first-of-type,
.bp-6 .images img:first-of-type,
.upcoming .new-3 img:first-of-type,
.bp3-images img:first-of-type,
.bp-7 .container-blog .images img:first-of-type {

    margin: 0 auto;
    display: block;
}

.bp-2 .images img:last-of-type,
.card3 img:last-of-type,
.insta img:last-of-type,
.bp-5 .images img:last-of-type,
.bp-6 .images img:last-of-type,
.upcoming .new-3 img:last-of-type,
.bp3-images img:last-of-type,
.bp-7 .container-blog .images img:last-of-type {
    display: none;
    padding: 4rem;
}



/* ------------------------------------- */

/* header */

/*-------------------------- nav */

nav {
    height: 2rem;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    justify-content: center;

}

.active-nav {
    height: auto;
    padding: 0;
}


svg {
    width: 30px;
    fill: #ffffff;
}

nav button {
    background-color: inherit;
    border: none;
    text-decoration: none;
    position: absolute;
}

.search-bar {
    padding-left: 0.5rem;
}

.flex {
    padding: 0 2rem;
}



.flex li {
    line-height: 2.25em;
    margin-top: 0.5rem;
    list-style: none;
    text-align: center;
}

.flex a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;

}


.top-header {

    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2rem;

}


/* end of nav */

/* -------------------------logo */

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;


}

/* h1 */
.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
}




/* end of logo */

/* ------------------------hero banner */



.hero-banner {
    position: relative;
}

.hero-banner img {
    width: 100%;
    height: auto;
}

.hero-banner img:last-of-type {
    display: none;
}



.welcome p {
    text-align: center;
    position: absolute;
    top: 50px;
    text-shadow: 0 0 10px black;
    margin: 0 auto;
    width: auto;
}

/* end of hero-banner */
/* end of header */

/* -----------------------------main */

h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    padding: 1.5rem;
    font-family: var(--headings);
    border-bottom: 2px solid #fff;
    margin-bottom: 2rem;
}



/* ---------------------------------new up and coming blog posts */



/* ---------------------------blog posts */

/* -----------carousel css */


.slider-wrapper {
    margin: 1rem;
    position: relative;
    overflow: hidden;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slides-container {
    /* height: calc(100vh - 2rem); */
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.slide {
    width: 100%;
    height: 100%;

    /* shrink- yes, grow- no, width- 100% */
    flex: 1 0 100%;
}



.slides-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}



/* ----------------------buttons */


/* next and prev arrow buttons */
.slide-arrow {
    position: relative;
    display: flex;
    top: 1rem;
    bottom: 0;
    margin: auto;
    height: 2rem;
    background-color: rgb(24, 24, 24);
    color: white;
    border: none;
    width: auto;
    padding: 0.25rem;
    cursor: pointer;

}

/* button hovers */
.slide-arrow:hover,
.slide-arrow:focus {
    opacity: 1;
}

/* prev button */
#slide-arrow-prev {
    padding-left: 0.25rem;
    border-radius: 0 2rem 2rem 0;
    margin: 0 2rem 0 0;
}

/* next button */
#slide-arrow-next {
    padding-left: 0.75rem;
    border-radius: 2rem 0 0 2rem;
    margin: 0 0 0 2rem;
}

/* button container */
.flex-btn {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 2rem;
    background-color: #c9c9c9;
}




/* end of carousel */

/* ----------------------new up and coming */

.new-1,
.new-2,
.new-3 {
    padding-bottom: 2rem;
    border-bottom: 1px solid #fff;
}






.new-1 a,
.new-2 a,
.new-3 a {
    display: block;
    background-color: rgb(49, 49, 49);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 0.5rem;
    margin: 0.75rem;
    border-radius: 0.25rem;
    text-align: center;
}


.bp-1,
.bp-2,
.bp-3,
.bp-4,
.bp-5,
.bp-6,
.bp-7 {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    margin-bottom: 2rem;

}

.bp-1 h3,
.bp-2 h3,
.bp-3 h3,
.bp-4 h3,
.bp-5 h3,
.bp-6 h3,
.bp-7 h3,
.upcoming h3 {
    font-family: var(--headings);
    font-weight: 300;
    padding: 1rem 1rem 2rem 1rem;
    font-size: 1.80rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-shadow: 0 0 20px #000000;
}

.bp-1 p,
.bp-2 p,
.bp-3 p,
.bp-4 p,
.bp-5 p,
.bp-6 p,
.bp-7 p {
    margin: 1rem 0 1rem 0;
    font-size: 1.25rem;
    /*16px*/
    line-height: 1.5rem;
    padding: 1rem;
    /* border-radius: 0.25rem; */
    background-color: rgb(0, 0, 0, 0.6);
    font-weight: 700;
    /* box-shadow: 0 0 20px #000000; */

}

.bp-1 p a,
.bp-2 p a,
.bp-3 p a,
.bp-4 p a,
.bp-5 p a,
.bp-6 p a,
.bp-7 p a {
    color: #fff;
}

.bp-1 p a:hover,
.bp-2 p a:hover,
.bp-3 p a:hover,
.bp-4 p a:hover,
.bp-5 p a:hover,
.bp-6 p a:hover,
.bp-7 p a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    padding: 0 0.25rem 0 0.25rem;
}

.bp-1 p a:visited,
.bp-2 p a:visited,
.bp-3 p a:visited,
.bp-4 p a:visited,
.bp-5 p a:visited,
.bp-6 p a:visited,
.bp-7 p a:visited {
    text-decoration: underline;
    color: #9f9f9f;
}

.post-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
}

.post-links a {
    background-color: rgb(49, 49, 49);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 1rem;
    margin: 0.5rem 0 0.5rem 0;
    border-radius: 0.25rem;
    font-size: 1.25rem;
}

.post-links a:hover {
    background-color: rgb(38, 38, 38);
}

.post-links a:visited {
    color: #fff;
}

/* end of bp-1 */

/* ---------------------------bp-2 */



.bp-2 .post-links a {
    background-color: rgb(49, 49, 49);
}

.bp-2 .post-links a:hover,
.ramen a:hover {
    background-color: rgb(38, 38, 38);
}



/* ----------------------------bp-3 */

.bp-3 .post-links a:hover {
    background-color: rgb(38, 38, 38);
}

/* -----------------------------------bp-4 */


footer {
    background-color: #1c1c1c;
    margin-top: 2rem;
}

footer p {
    padding: 0.5rem;
    color: #ffffff;
    text-align: center;
}

footer a {
    display: block;
    padding: 0.5rem 3rem;
    color: #fff;
    text-align: center;
}

/* image box shadow */
.images img,
.bp3-images img,
.bp4-images img {
    box-shadow: 0 0 50px rgb(0, 0, 0);
}

/* ---------------social media */

/* facebook */
.fb {
    margin-bottom: 2rem;
}

.fb p {
    background-color: rgb(78, 78, 78);
    padding: 1rem;
}

/* instagram */

.insta p {
    background-color: rgb(78, 78, 78);
    padding: 1rem;
    text-align: center;
}


/* end of mobile */

/* -------------------------------------media queries */

@media screen and (min-width:425px) {

    .search-bar {
        padding-left: 1rem;
        margin-bottom: 1rem;
    }

    .top-header {
        padding-bottom: .5rem;
    }


    .nav-area {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .welcome {
        padding: 0 1rem;
    }

    .welcome p {
        font-size: 1.25rem;
    }


}

/* tablet */

@media screen and (min-width:760px) {

    /* ----header---- */
    /* -------------------------nav */
    nav {
        height: auto;
    }

    nav ul {
        justify-content: space-between;
        margin: 0 auto;
    }

    .flex a {
        margin: 0 auto;
        font-size: 1rem;
        padding: 0.5rem;
    }

    .flex {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0;
    }

    nav .btn {
        visibility: hidden;
    }

    /* ---------------------------logo */
    .top-header {
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding: 1rem;
        align-items: center;
        margin: 0 auto;
    }

    .logo {
        background-color: transparent;
        margin-right: 1rem;
    }

    /* -------------------hero banner */

    .hero-banner img:first-of-type {
        display: none;
    }

    .hero-banner img:last-of-type {
        display: block;
    }

    .hero-banner {
        position: relative;
    }

    .welcome p {
        text-align: center;
        font-size: 2rem;
        position: absolute;
        top: 50px;
        text-shadow: 0 0 10px black;
        margin: 0 auto;
    }



    /* main */

    .container {
        max-width: 650px;
        margin: 0 auto;
    }

    .images {
        margin: 0 auto;
    }

    .bp4-images {
        margin: 0 auto;

    }

    .pastry {
        max-width: 15rem;
        margin: 0 auto;
    }

    .post-links {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        max-width: 100%;
        margin: 0 auto;
    }

    .bp-1 p,
    .bp-2 p,
    .bp-3 p,
    .bp-4 p,
    .bp-5 p,
    .bp-6 p,
    .bp-7 p {
        max-width: 50rem;
        margin: 2rem auto;
    }

}


@media screen and (min-width:984px) {




    /* images */
    .bp-2 .images img:first-of-type,
    .card3 img:first-of-type,
    .insta img:first-of-type,
    .bp-6 .images img:first-of-type,
    .upcoming .new-3 img:first-of-type,
    .bp3-images img:first-of-type,
    .bp-7 .container-blog .images img:first-of-type {
        display: none;
        padding: 4rem;
    }

    .bp-2 .images img:last-of-type,
    .card3 img:last-of-type,
    .insta img:last-of-type,
    .bp-6 .images img:last-of-type,
    .upcoming .new-3 img:last-of-type,
    .bp3-images img:last-of-type,
    .bp-7 .container-blog .images img:last-of-type {
        margin: 0 auto;
        display: block;
        padding: 0;

        /* background-color: rgb(33, 24, 211); */
    }


    /* header */

    /* hero banner */

    .welcome p {
        width: auto;
        font-size: 2.5rem;
        line-height: 3.5rem;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 50px;
    }


    /* carousel  */

    .card1 img,
    .card2 img,
    .card3 img {
        width: 81%;
        margin: 0 auto;
    }

    /* main */

    .new-1,
    .new-1 img,
    .new-2,
    .new-2 img,
    .new-3,
    .new-3 img {
        margin: 0 auto;
    }



    /* Main content container */
    .container {
        max-width: 984px;
        margin: 0 auto;
    }

    h2 {
        max-width: 50rem;
        margin-left: 2rem;
        padding: 0 0 0.25rem;
    }

    .images {
        width: 80%;
    }

    .bp-6 img {
        width: 70%;
        margin: 0 auto;
    }

    .bp3-images img {
        margin: 0 auto;
    }

    .bp4-images {
        width: 80%;
    }

    /* social media */

    /* fb */

    .fb img {
        margin: 0 auto;
    }

    .fb p {
        font-size: 1.5rem;
        text-align: center;
    }

    /* insta */

    .insta {
        width: 50%;
        margin: 0 auto;
    }

    .insta p {
        font-size: 1.5rem;

    }

}

/* end of 984 */

@media screen and (min-width: 1300px) {

    .welcome {
        display: flex;
        justify-content: center;
    }

    .welcome p {
        width: 60rem;
        font-size: 4.5rem;
        line-height: 5.5rem;
        margin: 3rem;
    }

}










/* cookies */
/* -- Code for the Cookie Compliance popover window -- */
#cookiePopup {
    background-color: #ffffff;
    position: absolute;
    left: 5%;
    bottom: 0;
    font-size: 14px;
    width: 90%;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    font-family: "Poppins", sans-serif;
    text-align: justify;
    line-height: 1.8em;
    margin: 0 auto;
    padding: 2em 1.4em;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
}

#cookiePopup p {
    text-align: center;
    margin: 1.4em 0;
    color: black;
}

#cookiePopup button {
    background-color: #3f704d;
    border: none;
    color: #ffffff;
    font-size: 1.2em;
    padding: 1em 1.4em;
    display: block;
    position: relative;
    margin: auto;
    border-radius: 5px;
}

#cookiePopup a {
    color: #3f704d;
}

.hide {
    visibility: hidden;
}

.show {
    visibility: visible;
}

/* -- End of Code for the Cookie Compliance popover window -- */