*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
    transition: all 1s ease-in-out;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 600;
    background-color: black;
    color: white;
}

p {
    font-size: 20px;
    font-weight: 400;
}

button {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 600;
    transition: all 2s ease-in-out linear;
    color: white;
    background-color: orange;
    border: none;
}

button:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.orangeWord {
    color: #d3ad7f;
}

.stars {
    color: green;
}

.hover{
    cursor: pointer;
}

a {
    text-decoration: none;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
}

hr {
    color: gray;
}

.icons {
    color: white;
    font-size: x-large;
}

.fas {
    margin-left: 20px;
}

#searchBar {
    display: none;
    position: relative;
    height: 30px;
}

input {
    position: absolute;
    height: 30px;
    width: 100%;
}

#search-icon {
    color: gray;
    position: absolute;
    right: 0;
    padding-top: 5px;
    font-size: x-large;
}

.cart {
    display: none;
    flex-direction: column;
    background-color: white;
    position: absolute;
    right: 0;
    color: black;
}

.cart-item {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.cart-no {
    font-weight: 600;
    font-size: 24px;
}

.cart-img {
    width: 100px;
    margin-right: 15px;
}

.btn {
    width: 100%;
    height: 30px;
    background-color: #d3ad7f;
    border: none;
    border-radius: 15px;
}

.Home {
    height: 100vh;
    background-image: url("images/home-img.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.Home > p {
    font-size: 20px;
}

.home-text > p {
    margin: 30px 0;
}

.home-text > button {
    padding: 10px 25px;
    border-radius: 25px;
}

.img {
    width: 100%;
}

#about {
    text-align: center;
}

.about {
    margin: 20px 30px;
    background-color: #13131a;
}

.about-text {
    padding: 50px 5px;
}

.about-text > p {
    margin: 20px 0;
    
}

#menu {
    margin-top: 50px;
}

.menuItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid gray;
}

.menuItem:hover {
    background-color: white;
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.menuItem span {
    margin-top: 20px;
}

.menuItem p {
    margin: 20px 0;
}

.menuItem button {
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    border: none;
}
#products {
    text-align: center;
}
.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid gray;
}

.product .iconsPro a{
    color: white;
    margin-right: 12px;
}

.product > span {
        margin-top: 20px;
        margin-bottom: 20px;
}

.product > p {
    margin-top: 20px;
}

#reviews {
    text-align: center;
}


.review {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid gray;
}
.review > p {
    margin-top: 20px;
}

.pic {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-top: 20px;
}

.review > span {
    margin: 20px 0;
}

#blogs {
    text-align: center;
}

.blog {
    border: 1px solid gray;
}



.blogImg > img {
    width: 100%;
}

.blogInfo {
    text-align: start;
    margin: 30px 10px;
}

.blogInfo > h5 {
       margin: 15px 0;
       color: #d3ad7f;
}

.blogInfo > p {
    margin-bottom: 15px;
}

footer {
    background-color: #13131a;
    padding: 70px 0;
}

footer > div > a {
    color: white;
}


.socialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialMedia > a {
    border: 1px solid gray;
    border-radius: 50%;
    padding: 10px;
    margin-right: 15px;
}


.credit {
    text-align: center;
}

.credit > span {
    color: #d3ad7f;
}

.navBtm {
    margin: 20px 0;
}

.navBtm div > a {
    padding: 10px;
}









@media (min-width:768.1px) {
    .header{
        color: white;
        padding: 0 50px;
    }

    #navLinks {
        display: flex;
    }

    a {
        color: white;
        margin-left: 20px;
    }

    .fa-bars {
        display: none;
    }

    #searchBar {
        width: 520px;
        margin-right: 100px;
        position: absolute;
        right: 0;
    }

    .cart {
        position: absolute;
        right: 0;
        padding: 2px 120px;
    }

    .Home {
        display: flex;
        align-items: center;
        flex-direction: flex-start;
    }

    .home-text {
        margin: auto 0;
        padding-left: 30px;
    }

    #about {
        text-align: center;
    }

    .about {
        display: flex;
        align-items: center;
    }

    .about-img {
        flex: 0.5;
    }

    .about-text {
        flex: 0.5;
    }

    #menu {
        text-align: center;
    }

    .menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .menuItem {
        width: 25%;
        margin: 30px 20px;
        padding: 50px 0;
    }

    .products {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product {
        width: 25%;
        margin: 30px 20px;
        padding: 50px 0;
    }

    .iconsPro {
        margin-bottom: 30px;
    }

    .reviews {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .review {
        width: 25%;
        margin: 30px 20px;
        padding: 50px 0;
    }

    .blogs {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .blog {
        width: 25%;
        margin: 30px 20px;
    }


    .navBtm {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
    }

    .navBtm-1 > a ,.navBtm-2 > a{
        border: 1px solid gray;
        color: white;
        margin-right: 15px;
        margin-top: 20px;
    }


    

    
    

    
}


@media (max-width:768px) {
    .header{
        position: relative;
        padding: 0 30px;
    }

    #navLinks {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 110%;
        right: 0%;
        padding-left: 20px;
        padding-right: 130px;
        background-color:white;
    }

    a {
        margin-bottom: 25px;
        color: black;
    }

    #searchBar {
        margin-left: 50px;
        margin-right: 50px;
    }

    .cart {
        padding: 2px 90px;
    }

    .Home {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 30px;
    }

    .home-text {
        margin: auto;
        text-align: center;
    }


    #menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu {
        width: 100%;
    }

    .menuItem {
        margin: 50px 30px;
        padding: 50px 0;
    }

    .menuItem > img {
        width: 100px;
        height: 100px;
    }

    .products {
        width: 100%;
    }

    .product {
        margin: 50px 30px;
        padding: 50px 0;
    }

    .reviews {
        width: 100%;
    }

    .review {
        margin: 50px 30px;
        padding: 50px 0;
    }

    .blogs {
        width: 100%;
    }

    .blog {
        margin: 50px 30px;
    }


    .navBtm-1,.navBtm-2 {
        display:  flex;
        justify-content: center;
        align-items: center;
    } 

    .navBtm-1{
        flex-wrap: wrap;
    }
    
    .navBtm-1 > a ,.navBtm-2 > a{
        border: 1px solid gray;
        color: white;
        margin-right: 15px;
    }

 
    
}


