html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
}


header {
    position: relative;
}

.top-bar {
    background-color: #f1f1f1;
    height: 50px;
}

.login-button button {
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 22px;
    color: rgb(23, 22, 22);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-color: #f1f1f1;

}

.top-bar p {
    position: absolute;
    left: 37px;
    top: -7px;
    font-size: 20px;
    color: blue;
}

.social-icons {
    position: absolute;
    left: 10%;
    top: 13px;
    text-decoration: none;
    margin-right: 25px;
    padding-left: 20px;
}

.social-icons a {
    padding-left: 30px;
    color: green;
    font-size: 20px;
}

.navbar-links {
    width: 100%;
    height: 30px;
    display: flex;
    margin-top: 10px;
}

.navbar-links h1 {
    font-size: 40px;
    font-weight: 900;
    color: black;
    margin-left: 30px;
    margin-top: 5px;
}

.navbar-links .nav-items {
    color: black;
    text-decoration: none;
    margin-left: 200px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
}

.nav-items a {
    color: black;
    text-decoration: none;
    margin-left: 20px;
}

.selection {
    display: flex;
    width: 100%;
    height: 50;
    display: flex;
    margin-top: 50px;
    margin-left: 27px;
}

.selection select {
    width: 250px;
    background-color: rgb(30, 107, 207);
    color: white;
    height: 54px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    font-weight: bolder;
}

.search-bar {
    width: 45%;
    display: flex;
    height: 50px;
    margin-top: 0;
    margin-left: 30px;
    border: 1px solid #242020;
    border-radius: 5px;
}

.search-bar input {
    margin-left: 0;
    height: 45px;
    width: 60%;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-weight: bolder;
    border: 0.1px solid white;
}

.search-bar select {
    background-color: white;
    color: rgb(37, 34, 34);
    height: 50px;
    width: 150px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    border: 0.1px solid white;
}

.search-bar button {
    background-color: rgb(26, 134, 223);
    margin-right: 0px;
    height: 50px;
    width: 100px;
    border: none;
    font-size: 25px;
    color: aquamarine;
    font-weight: bolder;
    border-radius: 5px;
}

.current-day {
    width: 20%;
    display: flex;
    height: 50px;
    margin-top: 0;
    margin-left: 30px;
    border: 1px solid #242020;
    border-radius: 5px;
    padding-left: 10px;
    font-weight: 600;
}

.image img {
    margin-top: 20px;
    width: 100%;
    height: 450px;
    border-radius: 3px;
}

.image-text {
    position: absolute;
    top: 55%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: #151414;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 5px #00000080;
}

.trendings {
    width: 90%;
    height: 50px;
    margin-top: 40px;
    margin-left: 70px;
    border-bottom: 1px solid #6a6969;

}

.trendings p {
    margin-left: 0px;
    color: #0c0c0c;
    font-size: 23px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.trending-products {
    width: 90%;
    margin: 40px 50px 100px;
    height: 240px;
    display: flex;
}

.trending-products img {
    width: 260px;
    height: 200px;
    margin: 10px;
    border-radius: 5px;
}

.trending-products .item {
    width: 2640px;
    height: 280px;
    margin: auto;
    border-radius: 5px;
    border: 1px solid rgb(57, 154, 57);

}

.item p {
    margin-left: 6px;
    color: #282828;
    font-size: 16px;
    font-weight: bold;
}

.item a {
    width: 50px;
    height: 30px;
    background-color: rgb(76, 166, 76);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    padding: 5px;
    margin-left: 20px;
}

#explore-more {
    text-decoration: none;
    color: white;
    background-color: #3b8efa;
    margin: auto;
    width: 300px;
    height: 40px;
    margin-top: 50px;
    border-radius: 5px;
    padding-top: 0.7px;
}

#explore-more a {
    text-decoration: none;
    color: white;
    font-weight: bolder;
    margin-left: 10px;
    font-size: 20px;

}

.training-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #28a745;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.training-image {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
}

.training-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    flex: 1;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.content p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.content .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    color: #28a745;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.content .btn:hover {
    background-color: #218838;
    color: white;
}

/* style.css */

.recent-blogs {
    margin-bottom: 50px;
}

.recent-blogs h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.view-all {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-cards {
    display: flex;
    justify-content: space-between;
}

.blog-card {
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.blog-content {
    text-align: center;
}

.category {
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
}

.blog-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 14px;
    margin-bottom: 0;
}

/* style.css */

footer {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 14px;
}

.social-media {
    margin-top: 10px;
}

.social-media a {
    color: #333;
    margin: 0 10px;
    text-decoration: none;
}

.social-media i {
    font-size: 20px;
    color: #218838;
}

.market-search-bar {
    width: 80%;
    display: flex;
    height: 50px;
    margin-top: 10px;
    border: 1px solid #242020;
    border-radius: 5px;
    margin-left: 90px;
}

.market-search-bar input {
    margin-left: 0;
    height: 45px;
    width: 70%;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-weight: bolder;
    border: 0.1px solid white;
}

.market-search-bar select {
    background-color: white;
    color: rgb(37, 34, 34);
    height: 50px;
    width: 200px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    border: 0.1px solid white;
}

.market-search-bar button {
    background-color: rgb(26, 134, 223);
    margin-right: 0px;
    height: 50px;
    width: 100px;
    border: none;
    font-size: 25px;
    color: aquamarine;
    font-weight: bolder;
    border-radius: 5px;
}

.find-product {
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-left: 70px;
}

.find-product .product {
    display: flex;
    margin-left: 65%;
    margin-top: 10px;
    width: 85px;
    height: 20px;
    border-bottom: 5px solid #39b839;
}

.find-product h2 {}

/* General Reset */

.about-container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    margin-top: 30px;
}

.about-company,
.our-goals {
    flex: 1;
    padding: 10px;
}

.about-container h2 {
    font-size: 40px;
    font-weight: 700;
}

.about-container p,
li {
    font-size: 15px;
    font-family: 'Times New Roman', Times, serif;
}

.image-container {
    flex: 1;
}

.about-container .image-container img {
    width: 80%;
    height: 500px;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 20px;
}

.vision-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
}

.image-container {
    flex: 1;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.text-container {
    flex: 1;
    padding: 20px;
    margin-left: 60px;
}

.text-container h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-container h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.mission-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    margin-right: 50px;
}

.text-container {
    flex: 1;
    padding: 20px;
}

.text-container h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-container p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.image-container {
    flex: 1;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.product-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.product-card {
    width: 30%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-card a {
    text-decoration: none;
    color: #333;
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.product-card p {
    margin-bottom: 5px;
}


/* styles.css */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f9f9f9;
}

.selected-icon-container {
    display: flex;
    align-items: flex-start;
    height: 140px;
    gap: 20px;
    width: 50%;
    margin: auto;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-section {
    position: relative;
}

.product-image {
    width: 400px;
    height: 500px;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 60px;
}

.details-section {
    flex: 1;
    position: absolute;
    right: 580px;
    bottom: -60px;
}

.details-section h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.seller-name {
    color: #007bff;
    font-weight: bold;
}

.category {
    color: green;
}

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.profile-icon {
    font-size: 30px;
}

.stars {
    color: #f4b400;
    font-size: 18px;
}

.seller-details {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
}

.contact-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.contact-button:hover {
    background-color: #0056b3;
}

.price {
    color: green;
    font-weight: bold;
    font-size: 20px;
}