body {
    background-color: white;
}
* {
    margin: 10px;
    padding: 0;
    box-sizing: border-box;
    font-family: monospace;
}

header {
    place-content: center;
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;  
    padding-left: 18px;
    padding-right: 18px;

}

.video-container {
    position: relative;
    top: 0; 
    z-index: -1; 
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 40%;
    height: 60vh;  
}

video {
    position: absolute;
    display: block;
    width: 97.7%;  
    height: 90%; 
    object-fit: cover;  
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

nav {
    place-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #00291c;
    padding: 10px;
    height: 100px;
    width: 95.6%; 
    max-width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: fixed;
    overflow: hidden;
}

.nav-left ul,
.nav-right ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav-left ul li,
.nav-right ul li {
    margin: 20px;
}

.nav-center h1 {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    color: #F0E7C2;
}

nav ul li a {
    color: #F0E7C2;
    text-decoration: none;
    font-family: monospace;
    font-size: 22px;
    font-weight: bold;
}

nav ul li a:hover {
    background-color: #F0E7C2;
    border-radius: 3px;
    color: #00291c;
}




.main2 {
    display: flex;
    padding-top: 25px;
}

.content {
    display: none;
    flex-direction: row;
    gap: 20px;
    width: 70%;
    height: 210px;
    align-items: center;
}

.hr2{
    width: 90%;

}

.dashed {
    border: none;
    border-top: 2px dashed #000; 
    margin: 0; 
    width: 90%;
}


.content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden; 
    padding: 20px 0;
    margin-top: 70px;  
}

.cards-container {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.card {
    width: 500px;
    height: 500px;
    background-color: #f6f6f6;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    margin: 0;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-left, .scroll-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.scroll-left {
    left: 10px;
}

.scroll-right {
    right: 10px;
}



.card h2 {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #F0E7C2;
    font-weight: bold;
    font-size: 25px;
}

.card button {
    background-color: rgb(85, 84, 84);
    color: white;
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
    align-self: flex-start;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.tint {
    background-image: url(tint.jpg);
}

.blush {
    background-image: url(blush.jpg);
}

.cleanser {
    background-image: url(cleanser.jpg);
}

.sidebar {
    width: 30%;
    padding-left: 20px;
    margin-top: 20px;
}

.sidebar h3 {
    color: #0e1a40;
    margin-bottom: 10px;
}

.sidebar ul {
    list-style: none;
}

.sidebar ul li {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.sidebar ul li a {
    text-decoration: none;
    font-family: monospace;
    font-size: 15px;
    color: #1d22c4;
}


.container:before,
.container:after {
    content: "";
    display: table;
}

.account-actions {
    margin-top: 100px;
}

.products {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    color: rgb(85, 84, 84);
    margin-left: 29px;
    margin-bottom: 20px;
}

.container {
    margin-top: 20px;
    background-image: url(menu/foodies.jpg);
    width: 99.3%;
    height: 600px;
    border-radius: 10px;
    place-content: center;
    place-items: center;
}

.haha{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    color: #F0E7C2;
    margin-left: 29px;
    margin-bottom: 20px;
}

.huhu {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 26px;
    margin-left: 250px;
    margin-right: 250px;
    color: #F0E7C2;
    text-align: center;
    
}

.popup-container {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}


.containerr {
position: relative;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 8px;
width: 97.8%;
height: 50vh;
background-image: url(menu/foodies2.jpg);
background-color: #F0E7C2;
color: #F0E7C2;
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
}

button {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00291c;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

button a {
    text-align: center;
    color: #F0E7C2;
    text-decoration: none; 
    font-size: 18px;
}

button:hover {
    color: #00291c; 
    background-color: #F0E7C2; 
}



.content {
background-color: rgba(255, 255, 255, 0.9);
padding: 20px 40px;
width: 600px;
text-align: center;
border-radius: 10px;
}
.content h1 {
font-size: 24px;
color: #00291c;
margin: 0;
}
.content p {
font-size: 16px;
color: #00291c;
margin: 10px 0 20px;
}
.content button {
background-color: #00291c;
color: #F0E7C2;
border: none;
padding: 10px 20px;
font-size: 16px;
border-radius: 5px;
cursor: pointer;
}
.content button:hover {
background-color: #dfdfd3;
color: #00291c;
}

.about-us-section {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.line {
    flex-grow: 1; 
    border: none;
    border-top: 2px solid #d6dddb; 
    margin-left: 16px;
    margin-right: 16px;
}

.favorite {
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
}

.about-text {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.close-popup {
    margin-top: 10px;
    background-color: #ff5555;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.favorites-slider {
    display: flex;
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    padding: 20px 0;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    width: 90%; 
}

.slider-container {
    scrollbar-width: none;
    display: flex;
    gap: 20px; 
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 80%; 
}

.slide {
    flex: 0 0 auto;
    text-align: center;
    width: 200px;
}

.slide img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.slide p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.prev, .next {
    background-color: #00291c;
    color: #F0E7C2;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    z-index: 1;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.reviews-container {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    white-space: nowrap;
    padding-bottom: 10px; 
}

.reviews-container::-webkit-scrollbar {
    height: 8px;
    scrollbar-width: none;
    white-space: nowrap;
    overflow-x: scroll;

}

.reviews-container::-webkit-scrollbar-thumb {
    display: none;
}

.reviews-container::-webkit-scrollbar-track {
    background: #f8f9fa; 
}

.review {
    min-width: 300px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 16px;
    background-color: #f8f9fa;
    text-align: center;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
}

.review h6 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.review p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
    overflow-wrap: break-word;
    word-wrap: break-word; 
}


.review p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}


hr {
    border-color: #dee2e6;
}

.con {
    text-decoration: none;
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    background-color: #00291c; 
    color: #fff;
    padding: 10px 20px; 
    border-radius: 5px; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); 
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px; 
    transition: background-color 0.3s;
}

.con:hover {
    color: #00291c;
    background-color: #F0E7C2; 
}

.con p:hover{
    color: #00291c;

}

.con p {
    color: #F0E7C2;
    margin: 0; 
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }
  

footer {
    background-color: #00291c;
    place-content: center;
    height: 150px;
    color: #F0E7C2;
    font-weight: bold;;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin-top:20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

