@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}


.home {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://img.freepik.com/premium-photo/assorted-fruits-gray-background_98731-769.jpg?w=740");
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
}

.main {
    height: 300px;
}

@media(max-width:991px) {
    .sidebar {
        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
    }
}

.logo {
    padding: 25px;
}

.movie-box #movie-img {
    height: 200px;
    overflow: hidden;
    object-fit: cover;
}



.cart-box span.num {
    position: absolute;
    margin-top: -20px;
    transform: translateX(7px);
}

.cart {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    background-color: white;
    box-shadow: 0 1px 4px rgba(40, 37, 37, 0.1);
    z-index: 100;
}

.cart-active {
    right: 0;
    transition: 0.5s;
}

.cart-title {
    text-align: center;
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-box1 {
    display: grid;
    grid-template-columns: 32% 50% 18%;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.cart-img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    padding: 5px;
    border-width: 2px !important;
    border-style: solid !important;
    border-image: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7) 1 !important;
}

.detail-box {
    display: grid;
    row-gap: 0.5rem;
}

.price-box {
    display: flex;
    justify-content: space-between;
}

.cart-food-title {
    font-size: 1rem;
    text-transform: uppercase;
    color: #ff6348;
    font-weight: 500;
}

.cart-price {
    font-weight: 500;
}

.cart-quantity {
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    width: 2.4rem;
    text-align: center;
    font-size: 1rem;
}

#cart-remove {
    font-size: 24px;
    color: red;
    cursor: pointer;
}

.total {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.total-title {
    font-size: 1rem;
    font-weight: 600;
}

.total-price {
    margin-left: 0.5rem;
}

.btn-buy {
    padding: 12px 20px;
    background-color: #2f3542;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    border-width: 2px !important;
    border-style: solid !important;
    border-image: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7) 1 !important;
}

#cart-close {
    position: absolute;
    top: 1rem;
    right: 0.8rem;
    font-size: 2rem;
    cursor: pointer;
}



#cart-add {
    border-width: 3px !important;
    border-style: solid !important;
    border-image: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7) 1 !important;
}

.top-banner {
    border: 1px solid #00000024;
    padding: 30px 5px 30px 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
}

.top-banner img {
    width: 100%;
    margin-top: 10px;
}

.top-banner h2 {
    font-size: 18px;
    color: red;

}

.top-banner h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #484848;
}

.top-banner p {
    margin: 0px;
    font-size: 15px;
    color: black;
}

.testimonial {
    padding: 50px 30px;
    background-color: #fffcf6;
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
    width: 100%;
    float: left;
    border-width: 1px !important;
    border-style: solid !important;
    border-image: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7) 1 !important;

}

.testimonial p {
    font-size: 16px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: black;
}

.testimonial .testimonial-img {
    width: 80px;
    float: left;
}

.testimonial img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50px;
}

.testimonial .testimonial-user {
    width: calc(100% - 100px);
    float: left;
    margin-top: 5px;
}

.testimonial h5 {
    font-size: 32px;
    font-family: Norican, sans-serif;
    color: #000000;
    margin: 0px;
}

.testimonial h6 {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.adv-left img {
    width: 100%;
    margin-bottom: 20px;
}



.adv-right h2 {
    color: black;
    font-size: 32px;
    font-family: Norican, sans-serif;

}

.adv-right h3 {
    color: black;
    font-size: 40px;
    font-weight: bolder;
}

.adv-right p {
    font-size: 16px;
    margin-top: 20px;
    font-family: Poppins, sans-serif;
}

.about-div {
    border: 2px dotted;
    border-image: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7) 1 !important;
    padding: 15px 20px;
    font-size: 22px;
    border-radius: 10px 0px;
    text-align: center;
    margin-bottom: 20px;
}

.about-div i {
    color: black;
    font-size: 25px;
}

.about-div p {
    margin-top: 5px;
    font-size: 17px;
}


.footer-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://img.freepik.com/premium-photo/vegetables-basket-grass-background_41969-2423.jpg");
    background-repeat: no-repeat;
    padding: 100px 0px 0px 0px;
    font-family: 'Raleway';
    background-size: cover;
    color: #fff;
}

.footer-section h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-section h4 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Norican, sans-serif;
}

.border-bottoms {
    background: #fff;
    height: 2px;
    width: 157px;
    position: absolute;
    margin: auto;
    margin-top: 0px;
}

.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    width: 100%;
    float: left;
    list-style: none;
}

.footer-menu li a {
    text-decoration: none;
    border-right: 1px solid lightgrey;
    padding: 2px 20px;
    color: white;
}

.contact-info ul {
    list-style: none;
    padding: 0px;
    width: 100%;
    float: left;
}

.contact-info ul li {
    float: left;
    padding-right: 20px;
    font-size: 22px;
}

.copyright {
    border-top: 1px solid lightgrey;
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.copyright p {
    margin-top: 10px;
}

.copyright ul {
    list-style: none;
    float: right;
    margin-top: 10px;
}

.copyright ul li {
    float: left;
}

.copyright ul li a {
    border-right: 1px solid lightgrey;
    padding: 0px 10px;
    text-decoration: none;
    color: #fff;
}

.copyright ul li:last-child a {
    border-right: none;
}

@media screen and (max-width:500px) {
    .footer-section {
        text-align: center
    }

    .footer-section table {
        flex-direction: column;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .contact-info {
        flex-direction: column;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .contact-info ul {
        width: auto;
    }
}

.underlined {
    position: relative;
    margin-right: 1rem;
}

.underlined:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 30px;
    width: 100%;
    border: solid 4px #cb1829;
    border-color: #cb1829 transparent transparent transparent;
    border-radius: 70%;

}

.underlined1 {
    position: relative;
    margin-right: 1rem;
}

.underlined1:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 30px;
    width: 100%;
    border: solid 4px #cb1829;
    border-color: #cb1829 transparent transparent transparent;
    border-radius: 70%;

}