* {
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d8d3d3;
    padding: 10px 10px;
}

.logo img {
    height: 40px;
    /* Adjust as needed */
    padding-left: -10px;
    
}

.nav1-links {
    display: flex;
    gap: 5px;
    /* Space between links */
}

.nav1-links a {
    color: rgb(5, 4, 4);
    text-decoration: none;
    padding: 8px 16px;
}

.nav1-links a:hover {
    background-color: #555;
    /* Change background on hover */
    border-radius: 4px;
    /* Rounded corners */
}

.nav1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
}

.logo img {
    height: 50px;
    /* Adjust as needed */
}

.nav2-menu {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    /* background-color: blue; */
}

.nav2-menu li {
    position: relative;
}

.nav2-menu a {
    color: rgb(1, 1, 1);
    padding: 35px;
    text-decoration: none;
}

.nav2-menu li:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

.search-bar input {
    padding: 10px;
    border: none;
    border-radius: 4px;
}



.text1{
    width: 100%;
    margin: auto;
}
.text1rap{
    width: 90%;
    margin: auto;
}
.container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.container__textslider--outer {
    /* background-color: #0f0301; */
    /* padding: 0 20px; */
    max-width: 80%;
    width: 100%;
    overflow: hidden;
    height: 35px;
    margin-top: -52%;
    /* background-color: rgb(73, 4, 4); */
}

.container__textslider--inner {
    animation: slidetext 6s ease-in-out 1s infinite;
    text-align: center;
    background-color: rgb(227, 223, 223);
}

@keyframes slidetext {
    0% {
        margin-top: 0;
    }

    25%,
    35% {
        /* margin-top: -35px; */
    }

    60%,
    70% {
        margin-top: -70px;
    }

    90%,
    100% {
        margin-top: 0;
    }
}


.navbar1 {
    display: flex;
    justify-content: flex-end; /* Aligns items to the right */
    padding: 10px 20px;
    background-color: #fffdff;
    border-bottom: 1px solid #ccc;
    padding-top: 70px;
}

.hide-filters-btn {
    background-color: #0c0c0c;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 15px; /* Space between button and sort options */
}

.hide-filters-btn:hover {
    background-color: #252628;
}

.sort-label {
    margin-right: 5px; /* Space between label and select */
}

.navbar1-right { 
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
}

.sort-select {
    margin-right: 5px; /* Space between select and sort icon */
    padding: 5px;
}

.sort-icon {
    cursor: pointer; /* Change cursor to pointer for the sort icon */
}




.nav7 h3 {
    color: rgb(0, 0, 0);
    text-align: center;
    /* padding-left: -10%; */
    font-size: 50pX;
    font-weight: bolder;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}




.product-container7 {
    display: flex;
    gap: 10%;
    justify-content: center;
    margin-top: 50px;
}
.product-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    padding: 20px;
}
.product-card img {
    width: 100%;
    border-radius: 10px;
}
.product-details {
    margin-top: 20px;
}
.sustainable {
    color: #cc5500;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-name {
    font-size: 18px;
    font-weight: bold;
}
.product-type {
    color: gray;
    font-size: 14px;
    margin: 10px 0;
}
.product-colors {
    color: #555;
    font-size: 14px;
}
.product-price {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}


.product-container8 {
    display: flex;
    gap: 10%;
    justify-content: center;
    margin-top: 50px;
}
.product-card1 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    padding: 20px;
}
.product-card1 img {
    width: 100%;
    border-radius: 10px;
}
.product-details {
    margin-top: 20px;
}
.sustainable {
    color: #cc5500;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-name {
    font-size: 18px;
    font-weight: bold;
}
.product-type {
    color: gray;
    font-size: 14px;
    margin: 10px 0;
}
.product-colors {
    color: #555;
    font-size: 14px;
}
.product-price {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}








.product-container9{
    display: flex;
    gap: 10%;
    justify-content: center;
    margin-top: 50px;
}
.product-card1 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    padding: 20px;
}
.product-card1 img {
    width: 100%;
    border-radius: 10px;
}
.product-details {
    margin-top: 20px;
}
.sustainable {
    color: #cc5500;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-name {
    font-size: 18px;
    font-weight: bold;
}
.product-type {
    color: gray;
    font-size: 14px;
    margin: 10px 0;
}
.product-colors {
    color: #555;
    font-size: 14px;
}
.product-price {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}











.footer {
    background-color: #c1bdbd;
    color: #fff;
    padding: 40px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 10px;
}

.footer-section h4 {
    margin-bottom: 15px;
    font-size: 1.2em;
}

.footer-links {
    list-style-type: none;
    padding: 0;
}

.footer-links li {
    margin: 10px 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #ffcc00; /* Change to your desired hover color */
}

.social-links {
    display: flex;
    gap: 25px;
}

.social-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #ffcc00; /* Change to your desired hover color */
}
