body {
    color: black; /* Set the default text color to black */
    
  }
 #startdata{
  background-color: rgb(252, 249, 249);
  margin-top: 0.5%;
 }
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Center items vertically */
    background-color: rgb(252, 249, 249);
    padding: 10px;
    color: #000; /* Set the text color to black */
    margin-left: 5%;
    margin-right: 5%;
  }

  .navbar .left-section,
  .navbar .right-section {
    display: flex;
    align-items: center;
  }

  .navbar .right-section span,
  .navbar .right-section img {
    margin-left: 10px;
  }

  .filter {
    display: inline-flex; /* Use inline-flex to keep items in a single line */
    align-items: center; /* Align items vertically */
    margin-top: 10px;
    margin-right: 20px; /* Reduce the margin-right for better alignment */
    margin-left: 5%;
    
  }

  .filter .icon {
    font-size: 16px; /* Adjust icon size as needed */
    margin-right: 5px; /* Add some space between the icon and text */
  }

  .sort {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 5%; /* Use auto margin to push the sort element to the right */
  }

  .sort select {
    margin-left: 5px; /* Add some space between the text and select box */
  }

  /* Additional styles for the hover effect */
  .hover-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    margin-top: 250px;
    margin-right: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 1;
  }

  .right-section:hover .hover-content {
    display: block;
  }

  /* Add this style for the dropdown content */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  /* Show the dropdown content on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  #card_container {
    margin: 5%;
    margin-top: 3%;
    display: grid;
    /* justify-content: space-around; */
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .card {
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    box-shadow: 0px 0px 10px #611820;

  }
  /* nav css */
  body{
padding: 0;
margin: 0;
}
#sparkleLogo{
  height: 50%; margin-top:20%; width:80%;
}


.nav-icon{
display: grid;
justify-content: center;
color: #832729;
font-size: 1rem;

}

#searchInIphone{
width: 70%;
height: 2rem;
border-radius: 10px;
border: none;
position: sticky;

}
.parentIphone{
width: 100%;
background-color: rgb(242,233,233);
display: grid;
justify-content: center;
display: none;
}
#searchmainpage{
height: 2rem;
}
.parent {
display: flex;
justify-content: space-around;
align-items: center;
background-color: rgb(242,233,233);
color: white;
position: sticky;
top: -1px;
padding: 0;

height: 80px;
z-index: 5;
>div:nth-child(1){
  width: 18%;
  display: flex;
  justify-content: center;
  >img{
    width: 100%;
    height: 5.5rem;
  }
}
>div:nth-child(2){
  width: 38%;
  position: relative;
  input{
    width: 100%;
    border-radius: 7px;
    border: none;
    padding: 1%;
  }
  input::placeholder{
    padding-left: 10px;
    font-size: 14px;
    color: grey;
  }
  input:focus {
   
    outline: none;
  }
  i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
  }
}
>div:nth-child(3){
  display: flex;
  gap: 10px;
  width:400px;
  justify-content: center;
  align-items: center;
  >a{
    text-decoration: none;
    /* color: white; */
    font-size: 13px;
    font-weight: 500;
  }
}
}

.nav>.dropdown1>ul>li:nth-child(1) a{
font-size: 1rem;
font-weight: 500;
}
.navHoverText{
font-size: 1.05rem;
font-weight: 700;
color: #832729;
}
.nav{
display: flex;
justify-content: space-evenly;
align-items: center;
font-size: 1rem;
font-weight: 500;
position: sticky;
top: 69px;
z-index: 5;
background-color: white;
div>a{
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 300;
}

>.ab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;     
}
/* >.ab:hover {
  color: #803619;
  i{
    transform: rotate(180deg) translateY(1.5px);
  }
} */

>.ab::before {
  content: '';
  position: absolute;
  top: 0;
  left: -23px;
  height: 100%;
  width:0;

  background-color: rgb(131,39,41);
  color: white;
 
  transform: skewX(35deg);
  z-index: -1;
  transition: width 1s;
}


>.ab:hover::before {
  width: 150%;
  
}
>.ab:hover + .dropdown1{
  display:flex;
  flex-flow: column wrap;
  align-content: start;
  color: white;
}
.dropdown1:hover {
  display: flex;
  flex-flow: column wrap;
  align-content: start;
  
}
/* .a:hover~.aa{
  background-color: red;
} */
}
.nav>.dropdown1{
  display: none;
  flex-flow: column wrap;
  align-content: start;
  width: 95.5%;
  position: absolute;
  top: 38px;
  height:40vh;
  background-color: white;
  transition: all 1s ease-in-out;
  box-shadow: 0px 2px 5px #832729;
 
  /* transform: translate(0px,119px); */
  /* border: 2px solid red; */
  a{
    text-decoration: none;
    /* color: white; */
    /* font-size: 12px; */
    font-weight:100;
  }
  li{
    list-style: none;
    cursor: pointer;
    margin: 2%;
    width: fit-content;
  }
  li:hover{
    /* text-decoration: underline; */
    color: #711314;
   
  }    
}

.navfeatures{
color: black;
height: 1rem;
}
.navOptions{
color: black;
height: 1.1rem;
}

#footer_body{
    background-color:#efe3e3;
    height: 700px;
    width: 1500px;
    margin: 0%;
    padding: 0%;
    /* position: relative; */
    font-family: Nunito Sans;
}
.footer{
    display: flex;
    background-color: #efe3e3;
    /* width: 100%; */
    height: 450px;
    /* justify-content:space-around; */
gap: 10%;
    margin-left: 10%; 
    margin-right: 5%; 
   border-color:2px solid black;
    
}
.foot_card{
    margin-top: 50px;
    height:300px;
    width: 200px;
    background-color:#efe3e3;
}
.footer_styling{
    margin-top: 25%;
    
}
.footer_styling a :hover{
    text-decoration: underline;
}
#footer_styling_boxs a{
    display: flex;
    text-decoration: none;
    color: rgb(8, 8, 8);
    /* width: 80%; */
} 
/* #footer_styling_boxs a:hover{
    text-decoration: underline;
} */
#footer_styling_boxs .material-symbols-outlined :hover{
text-decoration: none;
}
.material-symbols-outlinedText:hover{
    text-decoration: underline;
}
.footer_social_icon{
    width: 15%;

}
.footer_social_iconDetails{
    width: 80%;
  
}
.footerLogo{
    width: 90%;
    margin-left: 8%;
    
}
.footer_btn_bottom{
    margin-left: 61%;
}
.footer_btn_bottom a:hover{
    color: rgb(118, 37, 37);
}
.footer_btn_bottom a{
text-decoration: none;
 color:#ab7b7b ;
  font-size: smaller;
}
/* media start */
/* mediaqueryNavbar */

@media all and (min-width: 375px) and (max-width: 667px){
#sparkleLogo{
    width: 150px;
     
 }
.parent{
display: flex;
justify-content: space-around;
padding-left: 2%;
/* gap: 2%; */
/* padding-right: 2%; */
}
.parent div:nth-child(2){

display: none;
}
.parentIphone{
display: block;
display: flex;
justify-content: center;
padding-bottom: 1%;
position: sticky;
top: 69px;
z-index: 5;
}
.nav{
display: none;

}
.logoName{
font-size: 10px;
}

} 

  /* nav css end */
  /* Media query for responsive card sizes */
  @media (max-width: 768px) {
    #card_container {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 480px) {
    #card_container {
      grid-template-columns: 1fr;
    }
  }

  .card-image {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .card-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }

  .card-image:hover img {
    transform: scale(1.1);
  }

  .card-image .second-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-size: cover;
    background-position: center;
  }

  .card-image:hover .second-image {
    display: block;
  }

  .heart-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #f00;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }

  .heart-icon i {
    font-size: 20px;
  }

  .wishlist-text {
    display: none;
  }

  .card-image:hover .wishlist-text {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    background-color: #000;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
  }

  .card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .card-price {
    font-size: 18px;
    font-weight: bold;
    color: #f00;
    margin-bottom: 16px;
  }

  .card-actions {
    display: flex;
    justify-content: flex-start;
  }

  .check-delivery-button {
    background-color: #863636ec;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .check-delivery-button:hover {
    background-color: #681616ec;
  }