@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.navbar{
    display: flex;
    align-items: center;
    padding: 20px;

}
nav{
    flex: 1;
    text-align: right;

}
nav ul{
    display: inline-block;
    list-style-type: none;


}
nav ul li{
    display: inline-block;
    margin-right: 20px;

}
a{
    text-decoration: none;
    color:black;
    font-weight: 900px;
}
p{
    color:black;
    font-size: medium;
    
}
.container{
    
    margin-left: auto;
    margin-right: auto;
   

}
.row{
    position: relative; 
    width: 100%;
    height: 650px; 
}
.row img{
  
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    
   
}
.col-2{
    position: absolute; 
    top: 60%; 
    left: 49%;
    transform: translate(-50%, -50%); 
    color:silver; 
    text-align: left; 
    z-index: 1; 
    font-size: larger;
    flex-basis: 20%;
    min-width: 700px;
    font-family:  'Times New Roman', Times, serif;
    
    

}
.col-2 h1{
    
    top: 25%;
    font-size: 180%;
    line-height: 35px;
    margin: 25px 0;
    margin-top: auto;
    margin-bottom: auto;
    color:white;
    font-weight: bold;
  

}
.col-2 p{
    font-family: 'Times New Roman', Times, serif;
   
    
}
.btn{
    display: inline-block;
    background:silver;
    color:black;
    font-size: medium;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: Background 0.5s;
}

.btn:hover{
    background:lightgreen;
}
.header{
    background:silver;
    font-size: larger;


}
.header .row{
    margin-top: 0px;

}
.categories{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
    gap: 10px; /* Space between images */
   
}




.col-3{
    position: relative;
    width: calc(50% - 10px); 
    margin-bottom: 10px; 
    top: 10px;
    width: 100%; 
    height: auto;
    display: block;
    
}
.col-3 img{
    
    width: 100%;
    height: auto;
    display: flex;
}
.img-content{
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
    font-family: Bona Nova SC;
    font-weight: 900px;


}
.shop-button{
    display: inline-block;
    padding: 10px 20px;  
    background-color: #28a745;
    color: white;
    font-size: 14px;  
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-family: 'Times New Roman', Times, serif;
}




.products{
    display: flex;
    flex-wrap: wrap;  
    justify-content: center; 
    gap: 20px;  
    margin: 20px;
}
.col-4 img{

    width: 100%;  
    height: 400px;  
    object-fit: contain;  
    object-position: center;  
    border-radius: 8px;
    
}
.col-4 {
    display: flex;
    flex-direction: column;  
    align-items: center;  
    gap: 15px;  
    width: 22%;  
    text-align: center;
}
.col-4 img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
} 
.col-4 h4 {
    font-size: 1.2em;
    color: #333;
    margin-top: 10px;
}

.col-4 p {
    font-size: 1em;
    color: #777;
}

.small-container {
    width: 100%;
    margin: auto;
    padding: 50px 0;
    text-align: center;  
    display: flex;
    flex-direction: column;  
    justify-content: center;     
    align-items: center;
}      


.small-container h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 30px;
    
}
.testimonial {
    background-color: #f9f9f9;  
    padding: 50px 0;
    text-align: center;
}


.small-container {
    width: 80%;
    margin: auto;
}


.section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; 
}


.col-5 {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 30%;  
    min-height: 350px; 
    text-align: center;
    margin-bottom: 20px;
}

.col-5 p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic; 
}

.col-5 h3 {
    font-size: 1.5em;
    margin-top: 10px;
    color: #333;
}

.col-5 p {
    font-size: 1em;
    color: #777;
    margin-top: 5px;
}


.col-5 img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;  
    border: 2px solid #ddd; 
}




/* Style for the Brands Section */

.brands {
    background-color: #f4f4f4;  
    padding: 60px 0;
    text-align: center;  
}


.small-container {
   width: 80%;
    margin: auto;
}


.widget {
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-between;  
    gap: 30px;  
}


.col-6 {
    width: 20%;  
    min-width: 150px;  
    position: relative;  
    overflow: hidden;  
    display: flex;
    justify-content: center;
    align-items: center;
}


.col-6 img {
    width: 80%;  
    height: auto; 
    border-radius: 8px;  
    transition: transform 0.3s ease, box-shadow 0.3s ease;  
    object-fit: contain;  

}


.col-6:hover img {
    transform: scale(1.1);  
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);  
}




/* Footer Section */

.footer{
    background: #000;
    color: #8a8a8a;
    font-size: 16px;
    width: 100%;
    padding: 60px 0 20px;
    box-sizing: border-box;
}
.footer p{
    color: gray;
    font-size: 14px; 
    line-height: 1.6;

}
.footer h3{
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.3em; 
}
.footer-col-1,.footer-col-2,.footer-col-3,.footer-col-4{
    min-width: 250px;
    margin-bottom: 20px;


}
.footer-col-1{
    flex-basis: 30%;
    text-align: center;

}
.footer-col-2{
    flex-basis: 20%;
    text-align: center; 
    
}
.footer-col-2 img{
    width:180px;
    margin-bottom: 20px;
    
}
.footer-col-3,.footer-col-4{
    flex-basis: 12%;
    text-align: center;
    
}
ul{
    list-style-type: none;
    padding: 0; 
    margin: 0;
}
.app-logo{
    margin-top: 20px;
}
.app-logo img{
    width: 140px;
}
.footer-col-2 p{
    font-size: medium;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    color:white;
}


/*-----------All Products page-----------*/


/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Container Styling */
.small-container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

/* Header and Dropdown */
.opt {
    display: flex;
    justify-content: space-between; /* Spaces header and dropdown to opposite corners */
    align-items: center; /* Vertically aligns header and dropdown */
    margin-bottom: 20px;
    padding: 0 10px; 
    border: 1px gray;
    text-align: right;
}

.opt h2 {
    font-size: 24px;
    color: #333;
    margin: 0;
    text-align: left; /* Align header text to the left */
}

.opt select {
    margin-left: auto; /* Ensures dropdown stays to the right */
    padding: 8px 12px; /* Adds padding inside the dropdown box */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #f9f9f9;
    cursor: pointer;
}



/* Products Grid */
.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

/* Product Card Styling */
.col-4 {
    flex: 1 1 calc(25% - 20px);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

.col-4:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.col-4 img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
}

.col-4 h4 {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}

.col-4 p {
    font-size: 16px;
    color: #888;
    margin: 0 0 15px;
}



.page-btn {
    display: flex; /* Makes the container a flex container */
    justify-content: center; /* Centers the items horizontally */
    align-items: center; /* Centers the items vertically */
    gap: 10px; /* Adds spacing between the spans */
    background-color: white; /* Optional: Adds a background color */
    padding: 10px; /* Adds padding around the buttons */
    border-radius: 5px; /* Optional: Rounds the corners of the block */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
}

.page-btn span {
    display: inline-block; /* Ensures the spans behave like buttons */
    padding: 8px 12px; /* Adds padding inside each span */
    background-color:white; /* Optional: Individual button background */
    border: 1px solid #ddd; /* Optional: Border for each button */
    border-radius: 3px; /* Optional: Rounds button corners */
    cursor: pointer; /* Changes cursor to pointer on hover */
    transition: background-color 0.3s ease; /* Adds a hover effect */
}

.page-btn span:hover {
    background-color: #007bff; /* Highlight color on hover */
    color: #ffffff; /* Changes text color on hover */
}



/*-----------Account Page-------------- */

.account-page {
    position: relative;
    min-height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('images/image-landscape-f412d574-b444-4d13-8a14-ddd8cdfc1fd1-default_0.jpg') no-repeat center center/cover; 
    color: #333; 
}


.account-page .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    
}


.account-page .col-2 img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* Optional rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow */
}


/* Adjust the form container's position */

.account-page .form-cont {
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    transition: all 0.3s ease-in-out; /* Smooth transition */
    position: relative; /* Allows us to use top/left */
    top: -90px;  /* Moves it up */
    left: -250px; /* Moves it to the left */
}



.account-page .form-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.account-page .form-btn span {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #555; /* Default text color */
    transition: color 0.3s ease;
}

.account-page .form-btn span:hover {
    color: moccasin /* Hover color */
}

.account-page .form-btn #Indicator {
    height: 3px;
    width: 35%;
    background-color:black;
    position: relative;
    margin-top: 29px;
    left: -240px;
    transition: 0.3s ease-in-out;
}


.account-page input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease; /* Smooth border color transition */
}

.account-page input:focus {
    border-color: black /* Focus border color */
}


.account-page .btn {
    width: 100%;
    background-color:#555;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.account-page .btn:hover {
    background-color: mintcream;
}


.account-page a {
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 10px;
    text-align: right;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.account-page .form-cont {
    animation: fadeIn 1s ease-in-out; /* Fade-in effect */
}

/* Smooth Transition for Form Switch */
#Loginform, #Regform {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

#Loginform.active, #Regform.active {
    display: block;
}

/*--------women/Men/Bags/Shoes-----*/

.header h2 {
    margin: 0;
    font-size: 33px;
    color: white;
    left: 20px;
    background-color:grey;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.opt-box {
    position: absolute;
    top: 26%;
    right: 20px; /* Adjust the distance from the right */
    transform: translateY(-50%); /* Vertically center the box */
}
.opt-box select {
    padding: 4px 8px; /* Reduce padding */
    font-size: 12px; /* Smaller font size */
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 150px; /* Optional: Set a fixed width */
}


.product-container {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 items per row */
    gap: 15px; /* Space between grid items */
    cursor: pointer;
    
}

.product-card {
    position: relative;
    overflow: hidden;
}

.product-card img {
    width: 100%;
    height: 200px; /* Set height for uniformity */
    object-fit: cover; /* Ensures the image fills the container without distortion */
    display: block;
}

.product-card h4 {

    margin: 10px 0 5px;
    font-size: 16px;
    color: #333;
    text-align: center;
    
    
}
.product-card img {
    
    border-radius: 8px;
    transition: transform 0.3s ease;
  }
.product-card p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.product-card:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .product-card:hover img {
    transform: scale(1.1);
  }

.page-btn {
    text-align: center;
    margin-top: 20px;
}

.page-btn span {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    background-color: #f1f1f1;
    border-radius: 4px;
    cursor: pointer;
}

.page-btn span:hover {
    background-color: #ddd;
}

/*--------Contact us-----------*/



.conimg img{
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    
}


.contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the content */
    text-align: center;
    color: black; /* Black font color for transparency and clarity */
    width: 90%;
    max-width: 800px;
    padding: 50px;

}


.contact-sections{
    display: flex;
    justify-content: space-around; /* Space sections evenly in the row */
    margin-bottom: 5px;
padding: 20px;

}

.contact-sections h1 {
    display: block;
    margin-bottom: 20px;
    font-size: 2rem;
}



.section {
    
    flex: 2; /* Allows sections to take equal space */
    margin: 0 10px; /* Adds space between sections */
    text-align: left; /* Align text to the left */
}

.section h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #333;
}

.section p {
    margin: 5px 0;
    font-size: 1rem;
    color: #555;
}

.email-btn {
    text-decoration: none;
    color:black;
    font-weight: bold;
    top: 50px;
    
    
}

.email-btn:hover {
    text-decoration: underline;
    color: blue;
}

/*-------About Us--------*/


.about {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
}

.about h1 {
    text-align: center;
    margin-bottom: 30px;
    text-decoration: underline;
}

.about .content {
    display: flex;
    align-items: center;
}

.about img {
    max-width: 350px; /* Increase the image size */
    height: fit-content;
    margin-right: 30px; /* Add spacing between the image and the text */
}

.about p {
    margin: 0;
    line-height: 1.8;
    text-align: justify;
    flex: 1; /* Ensure the paragraph takes up remaining space */
    font-size: medium;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   
}

.about .btn{
  background-color: #333; /* Dark background */
  color: #fff; /* White text */
  border: none;
  border-radius: 5px; /* Rounded corners */
  padding: 8px 16px; /* Adjusted padding for a smaller button */
  font-size: 14px; /* Smaller font size */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.btn:hover {
    background-color:black; /* Slightly lighter on hover */
    transform: scale(1.05); /* Subtle grow effect */
  }
  
.btn:active {
    background-color: #111; /* Darker when clicked */
    transform: scale(0.95); /* Shrink effect */
  }


/*--------cart items ----------*/



.small-container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

/* Table Styles */
.cart-page table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff; /* White background for the table */
    border: 1px solid #ddd;
}

.cart-page table th, .cart-page table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cart-page table th {
    background-color: #333;
    color: #fff; /* White text for table headers */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

/* Cart Info */
.cart-info {
    display: flex;
    align-items: center;
}

.cart-info img {
    width: 130px; /* Better size for clarity */
    height: auto;
    margin-right: 15px;
    border-radius: 8px; /* Rounded corners */
    border: 1px solid #ddd; /* Subtle border for images */
}

.cart-info div {
    flex-grow: 1;
}

.cart-info p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.cart-info small {
    display: block;
    color: #666;
    margin-top: 5px;
}

.cart-info a {
    color: #ff4c4c; /* Bright red for remove link */
    text-decoration: none;
    font-size: 14px;
}

.cart-info a:hover {
    text-decoration: underline;
}

/* Inputs */
input[type="number"] {
    width: 50px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}

/* Star Ratings */
.fa-star, .fa-star-half-full {
    font-size: 14px;
    color: #ff9800; /* Bright orange for stars */
}

.checked {
    color: #ff9800; /* Same orange for filled stars */
}

/* Total Price */
.total-price {
    margin-top: 30px;
    width: 80%; /* Make it longer */
    margin-left: auto; /* Center align */
    margin-right: auto; /* Center align */
}

.total-price table {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
    background: #fff;
}

.total-price table td {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.total-price table td:first-child {
    font-weight: bold;
    text-align: left;
}

.total-price table td:last-child {
    text-align: right;
}

.cart-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.cart-btn:hover {
    background: #000;
}
