*{
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
    background-color: white !important;
    font-family:Arial, sans-serif ,'Segoe UI';
    width: 100%;
    height: 100%;
}
.langu{
    color: white;
}
.search{
    width: 300px;
}
.searchicon{
    position: absolute;
    right: 245px;
    top: 30px;
}
.sidebar-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.sidebar-menu a:hover {
    color: #0540F2;
}

.sidebar-menu .arrow {
    font-size: 14px;
    color: #333;
}

.purimage img{
    width:496px;
    height: 352px;
    position: absolute;
    right:50px;
    
}
.slider{
    position: relative;
    background-color: black;
    width: 892px;
    height:344px ;
}

.head::before {
  content: "";
  position: relative;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  background: #e53935;
  border-radius: 2px; 
  margin-right: 10px;
}
.navtwo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.totalTime {
      display: flex;
      justify-content: center;
      align-content: center;
      gap: 30px;
      margin-top: 0;
    }
    .time {
      text-align: center;
    }
    .time p {
      font-size: 40px;
      font-weight: bold;
    }
    .separator {
      font-size: 32px;
      color: #f04a4a;
      margin: 0 5px;
      font-weight: bold;
    }
    .label {
      font-size: 14px;
      color: #444;
      margin-top: 5px;
    }
.scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem;
  scrollbar-width: none;
}
.scroll-container::-webkit-scrollbar {
  display: none;
}

.product-card {
  min-width: 220px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
  transition: transform 2s ease;
}

.product-card:hover {
  transform: scale(1.02);
}

.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #db4444;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 600;
  z-index: 2;
}

.product-image-container {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: transform 2s ease;
}

.add-to-cart {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: none;
  font-weight: bold;
}

.product-image-container:hover .add-to-cart {
  display: block;
}

.product-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}


.product-icons button {
  background-color: white;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.rating i {
  color: #f4c150;
}

.old-price {
  text-decoration: line-through;
  color: gray;
  margin-left: 5px;
}
.view button{
    border: none;
    background-color: rgb(219, 32, 32);
    color: white;
    padding: 10px;
    position: relative;
    align-self: center;
    
}
.view{
    text-align: center;
}
.smallcard{
    height: 200px;
    width: 200px;
    transition: transform 0.3s ease, background-color 0.3s ease;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.smallcard:hover {
  background-color: #db4444;
  transform: scale(1.1);
  color: white;
}
.black{
    background-color: #000;
    display: flex;
    flex-direction: row;
    height: 100%;
    position: relative;
}
.blackimg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    color: white;
    padding: 50px;
    position: relative;
    
}
.banner-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
    }
    .banner-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
    }
    .banner-content {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: white;
    }
    .banner-content h3 {
      font-weight: bold;
    }
    .banner-content p {
      font-size: 14px;
    }
    .banner-content a {
      display: inline-block;
      margin-top: 5px;
      font-weight: bold;
      color: white;
      text-decoration: underline;
    }
    .cont{
        height: 600px;
        width: 570px;
        margin-right: 20px;
    }
    .cont2{
        width: 570px;
        height: 284px;
        margin-left: 20px;
    }
    .cont3{
        width: 270px;
        height: 284px;
        margin-right: 20px;
        margin-left: 20px;

    }
    .cont4{
        width: 270px;
        height: 284px;
        margin-left: 20px;
    }
    .footer {
      background-color: #000;
      color: #fff;
      padding: 60px 0 20px;
    }
    .footer h5 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .footer a {
      color: #aaa;
      text-decoration: none;
    }
    .footer a:hover {
      color: #fff;
    }
    .subscribe-input {
      background: none;
      border: 1px solid #fff;
      color: #fff;
      padding: 8px 10px;
      width: 100%;
    }
    .subscribe-btn {
      background-color: #fff;
      border: none;
      padding: 10px 15px;
      margin-left: -5px;
    }
    .social-icons i {
      margin-right: 15px;
      color: #fff;
      cursor: pointer;
    }
    .footer-bottom {
      text-align: center;
      padding-top: 30px;
      border-top: 1px solid #333;
      font-size: 14px;
    }
    .butt, .gbutt{
    border: none;
    border-radius: 19px;
    width: 180.73056030273438px;
    padding: 10px;
    height: 40px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    }
    .butt:hover{
        background-color: #b90d24;
        transform: scale(1.05);
    }
    .gbutt:hover{
        background-color: #057e45 !important;
        transform: scale(1.05);
    }
