.home{
    width: 100%;
   background-image: url(images/pexels-lum3n-44775-294674.jpg);
   background-size: cover;

 
    height: 900px;
    
}
.home1{
    width: 100%;
    text-align: center;
}
.home2{
   width: 900px;
    height: 500px;
    display: flex;
    flex-direction: column;
   justify-content: flex-end;
   padding-left: 50px;
   

}
.home2 h1{
   font-family: "Playfair Display", serif;
   font-size: 90px;
   font-weight: 600;
   color: rgb(6, 6, 6);

}
.home2 span{
   color: aqua;
   font-size: 100px;
   font-weight: 800;
   
}
.home img{
     transform: translateY(-40px); 
     opacity: 0;
     margin-top: 30px;
  animation: fadeInTop 1.5s forwards;
}
.home button{
     background: linear-gradient(to right, #ffffff, #c2e9fb, #87ceeb, #1e90ff);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.338);
    width: 200px;
    height: 45px;
   border-radius: 20px;
   border-style: none;
     transform: translateY(-50px); 
  animation: fadeInTop 1.5s forwards;
  margin-bottom: 90px;
}
@keyframes fadeInTop {
  to {
    opacity: 1;
    transform: translateY(0);              /* نهاية الحركة: يظهر بالكامل */
  }
}
.nn{
    background: linear-gradient(to right, #ffffff, #c2e9fb, #87ceeb, #1e90ff);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.338);
   overflow: hidden;
}
.nn2{
justify-content: flex-end;
}
.ss{ 
    width: 350px;
    display: flex;
    justify-content: space-around;
}
.ss a{
font-size: 19px;
color: #ffffff;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
font-family: Georgia, 'Times New Roman', Times, serif;
}
@media (max-width: 991.5px){
.ss a{
   color: #000000;
text-shadow: 1px 1px 2px rgb(62, 60, 60);
font-family: Georgia, 'Times New Roman', Times, serif;    
}
.ss a:hover{
    color: white;
}
}
.ll {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    background-color: #87cfeb2f;

}
.ll h1{
  color: #000000;
 text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
 font-family: "Playfair Display", serif;

border-bottom: 5px;
border-style: solid;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-color: #009ad7;

}
#lp{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  gap: 20px;
  background-color: #87cfeb2f;
}
.latestdiv{
    display: flex;
    flex-direction: column;
    width: 290px;
    height: 380px;
    align-items: center;
    border-radius: 0px 0px 15px 15px;
   border-top: 0px;
   border-left: 1px;
   border-right: 1px;
   border-bottom: 0px;
   border-style: solid;
   border-color: #0000007d;
}
.latestdiv img{
    width: 280px;
    height: 220px;
    border-radius: 0px 0px 15px 15px;
}
.latestdiv p{
   margin-top: 5px;
    text-align: center;
    font-size: x-large;
    color: #000000;
 
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
font-family: "Playfair Display", serif;
 
   
}
.latestdiv button{
    background-color: #009ad7;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.338);
    width: 100%;
    height: 60px;
     font-family: "Playfair Display", serif;
    border-radius: 0px 0px 15px 15px;
   font-weight: 500;
   border-style: none;
   display: none;
}
.btndiv{
   height:60px ;
 
    width: 100%;
    border-radius: 0px 0px 15px 15px;
 
}
.latestdiv:hover .btn{
   display: inline;
   background-color: #009ad7;
}
.latestdiv:hover{
     box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.338);
     cursor: pointer;
}

.name{
   
     text-align: center;
    overflow: hidden;
    width: 100%;
    height: 40px;
    font-size: medium;
    color: #000000;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
font-family: Georgia, 'Times New Roman', Times, serif;
}
.btnn{
  overflow: hidden;
}
.np{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-style: solid;
 border-top: 0px;
  border-left: 0px;
   border-right: 0px;
   width: 100%;
   border-color: #1e90ff;
   
}
#catigo{
    width: 100%;
    height: 500px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background-color: #07b3f834;
}
.cc{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
     background-color: #07b3f834;
    
}
.cc h1{
      color: #000000;
 text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
 font-family: "Playfair Display", serif;

border-bottom: 5px;
border-style: solid;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-color: #009ad7;
}

.catigo{
    
 width: 350px;
 height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
    
   border-top: 0px;
   border-left: 1px;
   border-right: 1px;
   border-bottom: 0px;
   border-style: solid;
   border-color: #0000007d;
   background-size: cover;
   
}
.catigo button{
    font-family: "Playfair Display", serif;
    font-size: 50px;
    background-color: #87ceeb;
    width: 200px;
    font-weight: 600;
    color: white;
    border-width: 0px;

}
.catigo:hover .btnn{
    background-color: #ffffff;
    color: black;
}
.catigo:hover {
 
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.338);
     cursor: pointer;

}
.cc button{
     background: linear-gradient(to right, #ffffff, #c2e9fb, #87ceeb, #1e90ff);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.338);
    width: 200px;
    height: 45px;
   border-radius: 20px;
   border-style: none;
}
.About{
    width: 100%;
    height: 400px;
     background-color: #07b4f856;
    display: flex;
    justify-content: space-around;
  
}
.abouttext h3{
    text-align: end;
}
.abouttext p{
    text-align: end;
     font-family: "Rubik", sans-serif;
     font-size: larger;
     font-weight: 600;
     padding-top: 30px;
}
.abouttext{
  padding-right: 10px;
}

/* =====================
   الموبايل (شاشات صغيرة)
===================== */
@media (max-width: 576px) {
  .home {
    height: auto;
    padding: 40px 15px;
    text-align: center;
  }
  .home2 {
    width: 100%;
    height: auto;
    padding: 0;
    align-items: center;
  }
  .home2 h1 {
    font-size: 35px;
  }
  .home2 span {
    font-size: 40px;
  }
  .home button {
    width: 150px;
    height: 40px;
    margin: 20px auto;
    font-size: 16px;
  }
.name{
 
  overflow: hidden;
  font-size: small;
  text-align: center;
}
  /* الصور */
  .home1 img {
    width: 200px;
    height: auto;
  }

  /* قسم أحدث المنتجات */
  #lp {
    flex-direction: row;
    height: auto;
    
  }
  #catigo{
     flex-direction: column;
    height: auto;
    padding: 20px;
  }
   .catigo {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .latestdiv{
  width: 222px;
   height: 80%;
    overflow: hidden;
  }
  .latestdiv img {
    width: 100%;
    height: 150px;
  }
  .btnn{
    font-size: x-small;
  }

  /* النصوص */
  .ll h1, .cc h1 {
    font-size: 24px;
    text-align: center;
  }

  /* about section */
  .About {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 20px;
    text-align: center;
  }
  .About img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 15px;
  }
  .abouttext h3, .abouttext p {
    text-align: center;
    font-size: 16px;
  }
}

/* =====================
   التابلت (شاشات متوسطة)
===================== */
@media (min-width: 577px) and (max-width: 991px) {
  .home {
    height: auto;
    padding: 60px 20px;
  }
  .home2 {
    width: 100%;
    height: auto;
    align-items: center;
  }
  .home2 h1 {
    font-size: 55px;
  }
  .btnn{
    font-size: small;
  }
  .home2 span {
    font-size: 65px;
  }
  .home button {
    width: 180px;
    height: 45px;
    font-size: 18px;
  }

  #lp, #catigo {
    flex-wrap: wrap;
    height: auto;
    padding: 20px;
  }
   .catigo {
    width: 45%;
    margin-bottom: 20px;
  }
 
  .latestdiv{
    width: 200px;
  }
   .latestdiv img {
    width: 200px;
    height: 150px;
  }

  .About {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 30px;
    text-align: center;
  }
  .About img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 20px;
  }
  .abouttext p {
    font-size: 18px;
    text-align: center;
  }
}


.footer {
  width: 100%;
  min-height: 200px;
  background: linear-gradient(to right, #ffffff, #c2e9fb, #87ceeb, #1e90ff);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
}

/* Left side (logo + text) */
.foo1 {
  text-align: center;
  color: white;
}
.foo1 h3 {
  border: 3px solid black;
  background-color: black;
  border-radius: 10px;
  padding: 5px 15px;
  display: inline-block;
  font-size: 16px;
}

/* Middle (contact info) */
.foo2 {
  text-align: center;
  font-size: 18px;
  color: white;
  line-height: 1.6;
}

/* Right side (social icons) */
.foo3 {
  text-align: center;
}
.foo3 a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s;
}
.foo3 a:hover {
  color: #ff9800;
}

/* ✅ Responsive */
@media (max-width: 991px) {
  .footer {
    flex-direction: column;
    text-align: center;
    height: auto;
  }
  .foo1 img {
    width: 100px;
    height: auto;
  }
  .btnn{
    font-size: small;
  }
  .foo2 {
    font-size: 16px;
  }
  .foo1 h3 {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .foo2 {
    font-size: 14px;
  }
  .foo3 a {
    margin: 0 8px;
  }
  .foo1 img {
    width: 80px;
  }
  .btnn{
    font-size: small;
  }
}

