 body {
      margin: 0;
      background-color: #f1f1f1d8;
      padding-top: 70px;
      font-family: Arial, sans-serif;
    }

    .container {
      max-width: 1170px;
      margin: auto;
    }

    /* Navbar */
    .navbar {
      background-color: rgb(0, 0, 0);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.384);
    }

    .navbar .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0;
    }

    h2 {
      font-size: 40px;
      color: #f1f1f1;
      margin: 0;
    }

    h2 span {
      color: rgba(233, 155, 9, 0.781);
      font-size: 50px;
    }

    .navbar-items {
      display: flex;
      align-items: center;
      gap: 20px;
      list-style: none;
      margin-left: 5px;
      padding: 0;
    }

    .navbar-items li a {
      color: #f1f1f1;
      text-decoration: none;
      font-size: 16px;
      margin-left: 10px;
      font-weight: bold;
    }
    .navbar-items li a:hover{
        color: orange;
    }
















    /* Dropdown base */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown > a {
  color: white;
  padding: 12px 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.dropdown > .dropppppp:hover {
  color: orange;
}

/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #111;
  padding: 15px;
  border-radius: 8px;
  min-width: 250px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 1000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.submenu-group {
  position: relative;
  margin-bottom: 15px;
}

.submenu-group > a {
  display: block;
  color: orange;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  text-decoration: none;
}

.submenu-group > a:hover {
  text-decoration: underline;
}

/* Submenu links */
.submenu a {
  display: block;
  padding: 6px 12px;
  color: #f1f1f1;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.2s;
}

.submenu .dropppppp:hover {
  background-color: orange;
  color: black;
}


    .search-wrapper {
      position: relative;
      width: 500px;
    }

    .search-box {
      width: 100%;
      padding: 10px 40px 10px 10px;
      font-size: 16px;
      height: 36px;
      border: none;
      border-radius: 4px;
      box-sizing: border-box;
      background-color: #f1f1f1f1;
    }

    .search-box:focus {
      outline: none;
      background-color: #ddd;
    }

    .search-button {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
      color: #434343;
      font-size: 16px;
    }

    .search-button:hover {
      color: white;
      background-color: #ddd;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
      font-size: 16px;
    }











 














/*slide*/
    /* .slide {
      background-image: url('resources/premium_photo-1773977134363-c86a9d5dcafa.avif') ;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 500px;
      margin-top: 40px;
      cursor: pointer;
      border-radius: 15px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.384);
      
    } */
/*old slite for test*/
  

  .slide {
    position: relative;
    height: 500px;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.384);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-buttons {
    position: absolute;
    bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .slide-buttons button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background-color: #333;
    cursor: pointer;
  }

  .slide-buttons button:hover {
    background-color: #888;
    color: #000;
  }






















   

    /* Contacts  3 items above  products*/
    .contacts {
      display: flex;
      overflow-x: auto;
      gap: 20px;
      margin-top: 30px;
      padding-bottom: 15px;
    }

    .contacts .pro1 {
      
      width: 800%;
      height: 250px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      border-radius: 10px;
      overflow: hidden;
      color: white;
      padding: 10px;
      position: relative;
      background-image: url("resources/t-shirt2.jpg");
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      cursor: pointer;
    }

    .contacts .pro1 h3 {
      position: relative;
      top: 30px;
      left: 25px;
      margin: 0;
      font-size: 22px;
      font-weight: bold;;
      text-shadow: 0 0 5px black;
    }

    .contacts .pro1 button {
      position: relative;
      top: 150px;
      left: 25px;
      border-radius: 8px;
      padding: 10px 15px;
      font-size: 12px;
      font-weight: bold;
      border: none;
      background-color: rgb(0, 0, 0);
      color: white;
      cursor: pointer;
    
      
    }

    .contacts .pro1 button:hover {
      background-color: orange;
      color: black;
    }


/* footer*/
    .footer {
  background-color: #111;
  color: #fff;
  padding: 40px 0 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: auto;
  padding: 0 20px;
}

.footer-column {
  flex: 1px 1px 220px;
  margin: 10px;
}

.footer-column h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #f1f1f1;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
}

.footer-column ul li a:hover {
  color: #fff;
}

.footer-column input[type="email"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-column button {
  background-color: orange;
  color: #000;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  margin-top: 30px;
  font-size: 14px;
}

    /* login Modal */
    .modal {
      display: none;
      position: fixed;
      z-index: 1500;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.616);
    }

    .modal-content {
      background-color: #fefefe46;
      margin: 10% auto;
      padding: 20px;
      border-radius: 8px;
      width: 400px;
    }

    .close {
      color: #aaa;
      float: right;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }

    .close:hover {
      color: black;
    }

    .modal-content input[type="text"], .modal-content input[type="password"] {
      width: 95%;
      padding: 12px;
      margin-top: 5px;
      margin-bottom: 15px;
      font-size: 16px;   
      border-radius: 10px;  
    }

    .modal-content button {
      background-color: rgba(0, 0, 0, 0.726);
      color: white;
      border: none;
      padding: 20px;
      width: 100%;
      font-size: 16px;
      cursor: pointer;
      border-radius: 8px;
    }

    .modal-content button:hover {
      background-color: #333;
    }

    /* Product Cards */
    
.product-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  width: 260px;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s;
}

.card:hover {
  transform: scale(1.05);
}

.img-container {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #e53935;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 5px;
}

.card h3 {
  margin: 15px 0 5px;
  font-size: 18px;
}

.rating {
  color: orange;
  font-size: 18px;
  margin-bottom: 10px;
}

.price {
  margin-bottom: 15px;
}

.new-price {
  color: #2e7d32;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 14px;
}

button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}

button:hover {
  background-color: #0056b3;
}

.containerss{
  width: 1300px;
  margin: auto;
}










/*image full width*/


.ad-banner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 10px;
}

.ad-img {
  
  width: 100%;
  height: 100%;
}

.ad-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ad-banner:hover .ad-overlay {
  opacity: 1;
}

.ad-text {
  color: white;
  font-size: 36px;
  font-weight: bold;
  padding: 10px 20px;
  border: 3px solid white;
  margin-bottom: 20px;
  text-align: center;
}

.ad-button {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.ad-button:hover {
  background-color: white;
  color: black;
}











/*befor footer*/

    
    .downs{
      overflow: hidden;
      margin-top: 50px;
      padding-left: 0px;
      position: relative;
      left: 5%;
    }
.d1{
  float: left;
  padding-left: 10%;
  margin-left: 20px;
  margin-top: 20px;
  width: 100px;
  color: #aaaaaa;
  height: 150px;
}










.cartt {
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 50%;
   position: absolute;
      top: 20px;
      right: 5%;

  margin-left: 5px;
  display: inline-block;
}


/*heart*/
#heart {
  color: #f1f1f1;  
  font-size: 20px;

  position: absolute;
  top: 10px;
  left: 82%;
   padding: 4px 8px;
  border-radius: 5px;
}

#heart.red {
  color:red;
  opacity: 1;
}





.hearts {
  position: absolute;
  top: 10px;
  left: 82%;
  padding: 4px 8px;
  border-radius: 5px;
}

.fa-heart {
  color: #f1f1f1;
  font-size: 20px;
  cursor: pointer;
}

.fa-heart.red {
  color: red;
  opacity: 1;
}











.containeraa a{
  color: #111;
}
.containeraa a:hover{
   color: #0056b3;
}