:root {
    --White: #FFFFFF; 
    --Slightly-gray: #dadada;
    --Darker-gray: #C1C1C1; 
    --Even-darker-gray: #B7B8B3; 
    --Night: #141715; 
    --Gold: #d4d444; 
    --Columbia-Blue: #D0E0E6; 
    --Dark-Cyan: #094A4E; 
    --Dark-Green: #10342B; 
    --Cool-Red: #FF0000; 
}

*{
    margin: 0px;
    /* border: solid red 1px; */
}

body {
    font-family: Inter, sans-serif;
}

div.login_page {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.margin-preset {
    margin: 5%;
}

.bold {
    font-weight: bold;
}

/* Scrollbar */

body::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}

body::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
}

body::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scroll thumb */
}

body::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the scroll thumb on hover */
}

/* ul {
    list-style-type: none;
} */

/* Navbar */

nav {
    z-index: 1000;
    display: flex;
    position: fixed;
    flex-direction: column;
    width: 100%;
    background-color: #dadada;
    /* padding: 0 10px; */
}

nav ul {
    display: flex;
    align-items: center;
    gap: 22px;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    padding: 0;
}

nav ul li {
    display: flex;
    align-items: center;
    gap: 3px;
}

nav ul li a {
    color: black;
    text-decoration: none;
}

.NAV_upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
}

.NAV_under {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #C1C1C1;
    padding: 8px 10px;
}

.logoA {
    font-size: 25px;
    font-style: normal;
    font-weight: 100;
}

.mid_Const {
    min-width: 30%;
}

.nav-filler {
    width: 100%;
    height: 93px;
}

/* search bar */

.SearchButton {
    border: 0;
    border-radius: 4px 0px 0px 4px;
    background: #B2B2B2;
}

.SearchBar {
    border-radius: 6px;
    background: white;
}

.SearchBar form {
    display: flex;
    /* align-items: center; */
}

.SearchBar form input {
    border: 0;
    border-radius: 0 6px 6px 0;
    width: 100%;
    text-indent: 4px;
}

/* language icon */

.languageIcon {
    border-radius: 100px;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.header {
    background-color: #e0e0e0;
    padding: 20px;
    text-align: center;
}

.camera-essentials h1 {
    margin: 0;
    font-size: 36px;
}

.camera-essentials ul {
    list-style-type: none;
    padding: 0;
}

.camera-essentials ul li {
    font-size: 18px;
    margin: 5px 0;
}

.camera-images img {
    height: 400px;
    width: 200px;
    margin: 0 10px;
}

.profile-section {
    display: flex;
    padding: 20px;
    background-color: white;
}

.profile {
    width: 30%;
    text-align: center;
    padding-right: 20px;
}

.profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.profile h2 {
    margin: 10px 0;
}

.profile p {
    margin: 5px 0;
}

.ratings {
    display: flex;
    justify-content: center;
    align-items: center;
}

.star-seller {
    background-color: #FFD700;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.rents, .rating {
    margin-right: 10px;
}

.follow-shop, .chat-seller {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #f0c14b;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.details {
    width: 70%;
}

.details h2 {
    margin: 10px 0;
}

.features {
    display: flex;
    justify-content: space-around;
}

.feature {
    text-align: center;
    width: 30%;
}

.feature img {
    width: 50px;
    height: 50px;
}

.feature p {
    margin: 5px 0;
}

.about p {
    margin: 20px 0;
}


/* General Styles */
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, p {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Header Section */
.header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #f5f5f5;
}

.camera-essentials {
    max-width: 50%;
}

.camera-essentials h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.camera-essentials ul {
    margin-top: 10px;
}

.camera-essentials li {
    margin-bottom: 5px;
    font-size: 18px;
}

.camera-images {
    display: flex;
    gap: 20px;
}

.camera-images img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Profile Section */
.profile-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 20px;
    background-color: #fff;
}

.profile {
    flex: 1 1 300px;
    max-width: 300px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.profile h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.profile p {
    font-size: 16px;
    margin-bottom: 10px;
}

.ratings {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.ratings span {
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f5f5f5;
}

button.follow-shop,
button.chat-seller {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

button.follow-shop:hover,
button.chat-seller:hover {
    background-color: #0056b3;
}

/* Details Section */
.details {
    flex: 2 1 500px;
}

.details h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.features {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.feature {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.feature p:first-of-type {
    font-size: 18px;
    font-weight: bold;
}

.feature p:last-of-type {
    font-size: 14px;
}

.about {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about p {
    font-size: 16px;
    line-height: 1.5;
}

.header img {
    width: 100%;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff; /* White background */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    display: none;
    z-index: 1000;
    border: 2px solid #ccc; /* Add a border for better visibility */
}


.dropdown-menu.show {
    display: block; /* Show when .show class is added */
}

.dropdown-menu a {
    display: block;
    padding: 8px 12px;
    color: #333333; /* Text color */
    text-decoration: none;
    transition: background-color 0.3s ease; /* Smooth transition */
}

.dropdown-menu a:hover {
    background-color: #f0f0f0; /* Light background on hover */
}

