@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.center{
    text-align: center;
}

header {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 180px 15px 80px;
    transition: 0.5s ease;
}

header .brand {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar ul {
    overflow: auto;
}

.navbar ul {
    list-style: none;
    float: right;
    padding: 16px 12px;
    margin: 0px 10px;
}

ul li {
    display: inline-block;
}

ul li a {
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    padding: 12px 20px;
}

ul li a:hover {
    background-color: rgb(255, 166, 64);
    color: black;
    transition: 0.3s ease;
}

section {
    padding: 100px 200px;
}

.home {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://img.freepik.com/free-photo/real-food-pyramid-assortment-top-view_23-2150238927.jpg?w=1060&t=st=1684946614~exp=1684947214~hmac=5c71ed3a98b867f9e294fabbc32c618a431b14fe3e37ae6a72c15a740232cbc6);
    background-size: cover;
    background-position: center
}

.home .content {
    z-index: 888;
    color: #fff;
    width: 100%;
    margin-top: 50px;
}

.home .content h1 {
    font-size: 3em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 75px;
    margin-bottom: 40px;
    border-left: 4px solid rgb(255, 166, 64);
    padding-left: 16px;
}


.home .media-icons {
    z-index: 888;
    position: absolute;
    right: 30px;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
}

.home .media-icons a {
    color: #fff;
    font-size: 1.6em;
    transition: 0.3s ease;
}

.home .media-icons a:not(:last-child) {
    margin-bottom: 20px;
}

.home .media-icons a:hover {
    transform: scale(1.3);
}

.flex{
    margin-bottom: 20px;
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 1);
}

.nonv {
    max-width: 1200px;
    margin: auto;
}

.nonv li {
    margin-bottom: 10px;
}

.backtotop:hover{
    background: gray;
}

.backtotop {
    position: fixed;
    width: 50px;
    height: 50px;
    background: rgb(255, 166, 64);
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    border-radius: 30px;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 1150px) {
    header {
        padding: 15px 20px;
    }

    section {
        padding: 100px 60px;
    }

    .home .media-icons {
        right: 15px;
    }

}

@media (max-width: 830px) {
    header .navbar {
        display: none;
    }

    header .navbar.active {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(1, 1, 1, 0.5);
    }


    .navbar.active .nav-items ul {
        background: #fff;
        width: 600px;
        max-width: 600px;
        margin: 20px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    }

    ul li {
        padding: 20px;
    }

    ul li a:hover {
        background-color: rgb(137, 223, 245);
        color: black;
        transition: 0.3s ease;
    }

    .menu-btn {
        background: url(bar.png)no-repeat;
        background-size: 30px;
        background-position: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .menu-btn.active {
        z-index: 999;
        background: url(close.png)no-repeat;
        background-size: 25px;
        background-position: center;
        transition: 0.3s ease;
    }

    ul li a {
        text-decoration: none;
        border-radius: 2px;
        padding: 14px 20px;
        transition: 0.5s ease;
        color: #222;
        font-size: 16px;
        margin: 20px;
    }

    .home .content {
        z-index: 888;
        color: #fff;
        width: 70%;
        margin-top: 100px;
    }

    .home .content h1 {
        font-size: 2em;
        font-weight: 700;
    }

    section {
        padding: 100px 20px;
    }

    .home .content h1 {
        font-size: 2em;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 40px;
        margin-bottom: 40px;
    }

}

.subhead {
    margin-left: 5%;
    font-size: 50px;
}

.head h1 {
    color: white;
    font-size: 70px;
}

.list {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 25px;
}

h2 {
    margin-left: 3%;
    font-size: 35px;
}

ol {
    list-style: none;
}

.info {
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    margin-bottom: 50px;
    background: rgba(234, 0, 0, 0.078);
    padding: 30px;
    border-radius: 5px;

}


.bold {
    font-weight: bold;
}

img.flex {
    height: 500px;
    width: 700px;
}

@media (max-width: 700px) {
    img.flex {
        height: 350px;
        width: 510px;
    }

    .navbar.active .nav-items ul {
        background: #fff;
        width: 300px;
        max-width: 600px;
        margin: 20px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
    }

    .subhead {
        margin-left: 3%;
        font-size: 22px;
    }

    h2 {
        margin-left: 2%;
        font-size: 18px;
    }

    .list {
        font-size: 12px;
    }

    .backtotop {
        position: fixed;
        width: 30px;
        height: 30px;
        background: rgb(255, 166, 64);
        bottom: 20px;
        right: 5px;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        color: #fff;
        font-size: 10px;
        border-radius: 20px;
    }
}

@media (max-width: 510px) {
    .home .content h1 {
        font-size: 2em;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    img.flex {
        height: 170px;
        width: 267px;
    }

    .subhead {
        margin-left: 3%;
        font-size: 22px;
    }

    h2 {
        margin-left: 2%;
        font-size: 18px;
    }

    .list {
        font-size: 12px;
    }

    .content p {
        font-size: 10px;
    }

    .home .content h1 {
        border-left: none;
        padding-left: none;
    }
}

footer {
    background: rgb(60, 60, 60);
    height: 500px;
}

.footer-items {
    height: 500px;
    width: fit-content;
    margin: auto;
}

.footer-items p{
    color: #fff;
}

.footer-items a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    padding: 9px;
}

.footer-items a:hover{
    color: rgb(142, 146, 146);

}

.footer-items a i{
    padding-right: 12px;
}

.brand-1{
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

/* About */

.about h1{
    font-size: 2.5rem;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 800;
    margin: 40px;
}

.discription{
    font-size: 20px;
    font-style: italic;
    font-family: 'Handlee', cursive;
}


