nav {
    display: flex;
    justify-content: flex-end;
    background-color: #daa07a;
    padding: 15px 30px;
    width: 95%;
    height: 9%;
}

/* Logo Styling */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    /*Space between logo and text */
    margin-right: auto;
    /* This keeps the logo on the left if desired */
}

.logo img {
    width: 75px;
}

.logo span {
    font-size: 35px;
    font-weight: bold;
    font-family: "Outfit", serif;
    color: #8a5b43;
}

nav ul {
    display: flex;
    gap: 20px;
    font-weight: bold;
    font-family: "Outfit", serif;
    margin-right: 10px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #825c2f;
    font-weight: lighter;
}

nav ul li a:hover {
    color: #5f4425;
}

.icon {
    width: 25px;
    height: 35px;
}

.display {
    display: flex;
    justify-content: flex;
    padding: 20px 30px;
}

.display-text {
    margin-left: 50px;
    font-family: "Outfit", serif;
    font-weight: 250;
}

.display h2 {
    font-size: 50px;
    color: #ae7d5d;
}

.display p {
    font-size: 22px;
}

.special {
    display: flex;
    padding: 50px 20px;
    justify-content: center;
}

.btn {
    background-color: #c1937a;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 17px;
}

.btn:hover {
    background-color: #6e5744;
}

.popular {
    display: flex;
    padding: 40px 50px;
    justify-content: center;
}

h1 {
    text-align: center;
    font-size: 50px;
}

.collection {
    text-align: center;
}

.grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 15px 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.grid1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.pop {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}

.plush {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    text-align: center;
}

.plush:hover {
    transform: scale(1.05);
}

.plush img {
    width: 150px;
    border-radius: 15px;
}

.plush h3,
h4,
h5,
h6 {
    font-size: 1.4rem;
    margin-top: 10px;
    color: #e689bc;
}

.icon-container {
    color: #6f4a37;
    padding: 10px 5px;
    gap: 50px;
}

.icon {
    margin-right: 10px;
}

.styled-table {
    width: 40%;
    margin: 50px auto;
    border-collapse: collapse;
    font-size: 18px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
}

/* Table header styling */
.styled-table thead {
    background-color: #b49179;
    color: white;
    font-weight: 200;
    font-size: 21px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.styled-table th,
.styled-table td {
    padding: 15px;
    font-family: "Outfit", serif;
}

/* Hover effect */
.styled-table tbody tr:hover {
    background-color: #f5f5f5;
}

/* Bottom border */
.styled-table tbody tr:last-of-type {
    border-bottom: 3px solid #d2baaa;
}

footer {
    /* background-color: #d3b8be; */
    padding: 8px;
    color: rgb(121, 79, 79);
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.lol {
    display: flex;
    justify-content: right;
}

.login-box {
    background: white;
    position: absolute;
    top: 120;
    right: 10;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
    height: auto;
}

input,
button {
    width: 82%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

button {
    background: rgb(179, 145, 134);
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background: #8c6962;
}

.link {
    color: rgb(117, 93, 68);
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 5px;
    background-color: #e3c19f;
}

.link:hover {
    color: rgb(189, 148, 95);
    background-color: rgb(237, 218, 190);
    text-decoration: underline;
}

/* .map{ */
/* margin-top: 20px;
border-radius: 10px;
} */
.lower {
    margin: 0 5vh;
    width: 60vh;
}

footer {
    display: flex;
    justify-content: center;
}

.foot {
    background-color: #9a674d;
    color: white;
    padding: 5px 15px;
    text-align: center;
    /* display: flex;
    justify-content: center; */
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    border-radius: 25px;
}

.center {
    display: flex;
    justify-content: center;
    font-size: 15px;
}