* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #f8f8f8;
}

header {
    top: 0px;
    z-index: 1000;
    background-color: white;
}


/* Nav-Bar */

.navbar {
    position: sticky;
    display: flex;
    height: 9vh;
    justify-content:center;
    border-bottom: #ccc 1px solid;
    align-items: center;
    padding: 10px 20px;
    background-color: white;
}

.logo img {
    height: 20px;
    width: 100px;
    position: relative;
    right: 30px;
}

.search-box {
    position: relative;
    width: 400px;
}

.search-box img{
    width: 30px;
    position: absolute;
    left: 10px; 
    top: 50%;
    transform: translateY(-50%);
    color: gray;
}

.search-box input {
    width: 95%;
    height: 35px;
    padding: 10px 42px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.nav-links {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 20px;
}

#download{
    position: relative;
    left: 20px;
}

#db1::before{
    content: "|";
    font-size: 25px;
    color: #ddd;
}

#db1{
    gap: 10px;
    position: relative;
    left: 10px;
}

#db1::after{
    content: "|";
    font-size: 25px;
    color: #ddd;
}

#db2{
    gap: 10px;
}

#db2::after{
    content: "|";
    font-size: 25px;
    color: #ddd;
}

#download:hover{
    display: flex;
    border-radius: 0px;
    box-shadow: 0px 2px 0px rgba(45, 188, 231, 0.842);
}

#profile:hover{
    display: flex;
    border-radius: 0px;
    box-shadow: 0px 2px 0px rgba(45, 188, 231, 0.842);
}

.nav-links a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.699);
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: bold;
    /* gap: 5px; */
}

.nav-links img {
    height: 35px;
}


/* Menu-Bar */

.menu{
    height: 6vh;
    justify-items: center;
    align-content: center;
    border-bottom: #ccc 1px solid;
    background-color: white;
    align-items: center;
}

.menu .ul {
    display: flex;
    list-style-type: none;
    color: rgba(0, 0, 0, 0.699);
    list-style: none;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
    /* scroll-behavior: smooth; */
    width: 170vh;
    /* position: relative;
    left: 25px; */
}

.menu ul::-webkit-scrollbar {
    display: none;
}

.menu ul li a {
    display: flex;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.699);
    font-weight: bold;
    font-size: 12px;
}

.content-list h4{
    color: rgba(45, 188, 231, 0.842);
}

.content-list ul li a{
    padding: 0px 10px 0px 10px;
}

/* {
    display: flex;
    border-radius: 0px;
    box-shadow: 0px 2px 0px rgba(45, 188, 231, 0.842);
} */

.productlist{
    display: none;
    background-color: white;
    width: 1068px;
    height: 300px;
    position: absolute;
    top: 100%;
    flex-direction: row;
    gap: 40px;
    top: 93px;
    left: 120px;
    z-index: 1000;
}

.content-list ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 8px;
    margin-top: 20px;
    /* margin-left: 10px; */
}

.product-list ul{
    display: block;
}

.productlist{
    display:none;
    gap: 20px;
    justify-content: start;
    border: 1px solid black;
}

.dropdown:hover .productlist{
    display:flex;
}

.dropdown > a {
    border-bottom: 1px solid transparent;
}

.dropdown:hover > a{
    border-radius: 0px;
    /* box-shadow: 0px 2px 0px rgba(45, 188, 231, 0.842); */
    border-bottom-color: rgba(45, 188, 231, 0.842);
}

.product-list{
    display: block;
}

.product-list .content-list a{
    text-decoration: none;
    color: black;
}

.content-list:nth-child(even){
    background-color: rgba(128, 128, 128, 0.116);
    /* padding: 0px 10px 0px 10px; */
}


/* Section */

section{
    /* height: 500vh; */
    background-color: white;
    position: relative; 
    z-index: 1;
    margin-top: 40px;
}

 /*banner1 css  */
.Parentbanner{
    display: flex;
    flex-direction: row;
    width: 1000px;
    height: 12%;
    position: relative;
    left: 80px;
    top: 20px; 
}

.parentgrandchild img{
    width: 40px;
    height: 50px;
}

.parentgrandchild{
    margin-top: 40px;   
}

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

.parentgrandchild1{
    margin-top: 40px;   
}

.banners{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; 
}

.bannerchild2{
    margin-top: 50px;
}

.banner1{
    width: 50%;
    height: 100%;
    padding: 30px;
    background-color: rgba(192, 190, 190, 0.114);
}

h1{
    font-size: 50px;
}

.bannerchild1 ul{
    display: flex;
    width: fit-content;
    height: 50px;
    gap: 30px;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
}

.bannerchild1 ul li{
    display: flex;
    gap: 10px;
    align-items: center;
}

.bannerchild1 ul .parentgrandchild::after{
    content: "|";
    left: 10px;
    font-size: 35px;
    color: rgba(0, 0, 0, 0.144);
}

.bannerchild2{
    background-color: rgba(45, 188, 231, 0.842);
    color: white;
    width: 330px;
    height: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.banner2 .bannerchild1 img{
    width: 647px;
    height: 375px;
}

.banner2{
    width: 50%;
   height: 100%;
}

.section-title {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-top: 100px;
}

.section-title::before,
.section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgba(45, 188, 231, 0.842); /* Light blue line */
    margin: 0 100px; /* Adjust spacing */
}

/* Banner 2 CSS*/
.Parentbanner2{
    background-image: url(./Assets/Img/bg.webp);
    display: flex;
    flex-direction: row;
    width: 1200px;
    height: 600px;
    position: relative;
    left: 50px;
    top: 20px;
    border-radius: 10px;
    top: 50px;
}

.Parentbanner2 .banner-content{
    width: 40%;
    position: relative;
    /* left: -20px;  */
}
.Parentbanner2 .banner-content1{
    width: 60%;
}
.imgbanner2{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.557);
    position: relative;
    /* left: -30px; */
}

.imgbanner1{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.557);
}

.childbanner{
    display: flex;
    flex-direction: column;
}

.childbanner span{
    margin-top: 10px;
}

.Parentbanner2 .childbanner1{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    column-gap: 50px;
    row-gap: 20px;
    justify-content: space-evenly;
}

.Parentbanner2 .banner1{
    background-color: white;
    width: 450px;
    height: 450px;
    border-radius: 25px;
    position: relative;
    top: 80px;
    left: 20px;
    text-align: center;
    cursor: pointer;
}

.Parentbanner2  .banner2{
    display: flex;
}

.Parentbanner2 .banner2 .banner2{
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 330px;
    height: 350px;
}

.Parentbanner2 a .banner2{
    width: 300px;
    height: 300px;
    position: relative;
    top: 80px;
    text-align: center;
    cursor: pointer;
}
.Parentbanner2 .banner-content1 .banner2{
    justify-content: space-evenly;
    gap: 40px;
    border-radius: 25px;
}
.Parentbanner2 .banner2 .childbanner1{
    margin-top: -50px;
}
.banner-content1 h1{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    top: 40px;
    left: -10px;
    color: rgb(27, 27, 27);
}
.Parentbanner2 a:hover{
    color: black;
}


/* 2 */

/* Fashion Store Title */
.h pre {
    position: relative;
    font-size: 4em;
    text-align: center;
    font-family: 'Brush Script MT', cursive;
    color: #333;
    margin: 1em 0;
}

/* Top Categories Image Container */
.topCategoriesImage {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 1em auto; /* Top and bottom margin, center horizontally */
    padding: 1em;
    background-image: url("./Assets/Img/bg.webp");
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    max-width: 1175px;
    margin-top: 70px;
    margin-bottom: 60px;
}

/* Image Styling */
.topCategoriesImage img {
    max-width: 30%; /* Distribute width */
    margin: 0.5em;
    border-radius: 10px;
    transition: transform 0.3s ease; /* Transition for smooth hover effect */
}

.topCategoriesImage img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Style for the first image */
.topCategoriesImage img:first-child {
    max-width: 40%; /* Make first image larger */
}

.m2{
    position: relative;
    top: 70px;
}

.h{
    position: absolute;
    left: 700px;
    top: 550px;
}


.banner-container {
    width: 90%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.banner {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease; /* Smooth transform transition */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner:hover {
    transform: translateY(-5px); /* Lift effect on hover */
}

#essentials-banner {
    background-image: url(./Assets/Img/bg.webp)
}

#new-styles-banner {
    background-image: url(./Assets/Img/bg.webp)
}

.banner-content {
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-title {
    font-size: 1.6em;
    color: #333;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.view-all-button {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 0.95em;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.view-all-button:hover {
    background-color: rgba(45, 188, 231, 0.842);
}

.view-all-button i {
    margin-left: 8px;
}

.category-grid {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 30px; /* Increased gap */
}

.category-column {
    width: 30%;
}

.category-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.category-item:hover {
    transform: scale(1.05); /* Scale on hover for interaction */
}

.category-item img {
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: opacity 0.3s ease; /* Fading effect */
}

.category-item img:hover {
    opacity: 0.8; /* Slightly fade image on hover */
}

.category-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 123, 255, 0.9);
    color: white;
    text-align: center;
    padding: 7px;
    font-size: 0.9em;
    text-decoration: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: background-color 0.3s ease;
}

.category-label:hover {
    background-color: rgba(0, 99, 204, 0.9); /* Darker blue on hover */
}


/* section2 */

.container {
    position: relative;
    top: 50px;
    width: 90%;
    margin: 20px auto;
}

h1 {
    color: #333;
    text-align: left;
}

.sort-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.sort-section label {
    margin-right: 10px;
}

.sort-section select {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.content {
    display: flex;
    gap: 20px;
    height: 470px;
}

.filters {
    width: 20%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filters h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #333;
}

.filters p {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 20px;
}

.category h3 {
    font-size: 1em;
    margin-bottom: 10px;
    color: #333;
}

.category input[type="search"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category ul li {
    margin-bottom: 5px;
}

.category ul li label {
    font-size: 0.9em;
    color: #333;
}

.category .show-more {
    display: block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
    font-size: 0.9em;
}

.products {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.product {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: left;
}

.product img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product p {
    margin: 5px 0;
    font-size: 0.9em;
}

.product p:nth-child(3) {
    font-weight: bold;
}

.product s {
    color: #777;
}

.product .ratings {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.rating {
    background-color: #28a745;
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.8em;
}

.rating i{
    margin-right:2px;
}


/* Footer */

footer{
    margin-top: 350px;
}

.meesho-footer {
    background-color: rgba(128, 128, 128, 0.096);
    padding: 20px 0;
    font-family: Arial, sans-serif;
    color: #333;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .footer-section {
    flex: 1;
    margin: 0 15px;
  }
  
  .footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin-bottom: 10px;
  }
  
  .footer-section ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }
  
  .footer-section ul li a:hover {
    color: rgba(45, 188, 231, 0.842);
  }
  
  .app-download img {
    width: 120px;
    margin-bottom: 10px;
    display: block;
  }
  
  .footer-bottom {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
  }

/* @media screen and (min-width: 1201px){
    .nav-links a{
        font-size:12px ;
    }
    .nav-links > a > img {
        width: 100%;
        width: 35px;
        height: inherit;
    }
    .search-box input{
        font-size: 12px;
    }
    .search-box{
        width:50%;
        position: inherit;
        
    }
    .nav-links{
        width: 100%;
        position: inherit;
        right: inherit;
        left: inherit;
    }
    .logo{
        width: 130px;
    }
    .logo  img {
        width: 100%;
        height: inherit;
        position: inherit;
        right: inherit;
        left: inherit;
        top: inherit;
        bottom: inherit;
    }
    .navbar{
        height: inherit;
        column-gap: 24px;
        max-width: 1240px;
        margin: 0 auto;
        /* position: inherit;
    }
    .header{
        margin: 0 auto;
    }
} */