/* common-styles###################################3  */
body{
    height: 2500px;
    perspective: 700px;

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
 
/* general style/////////////////////// */
.header ul {
  list-style: none;
  display: flex;
}
.a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(241, 179, 221);
  transition: .5s;
  border-right: transparent;
  border-left: transparent;
  transform: scaleX(0);
  transform-origin: left;
    
   }
    .a:hover::before{
      transform: scaleX(1);
  
   }
   .a::after{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid rgb(255, 210, 252);
      border-top: transparent;
      border-bottom: transparent;
      transform: scaleY(0);
      /* transform-origin: top; */
      transition: .5s;
   }
   .a:hover::after{
      transform: scaleY(1);
   }

   body {
    height: 2500px;
    perspective: 700px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* General Styles */
.header-parent {
    height: 180px;
    display: flex;
    width: 80%;
    margin: auto;
    color:#ffb3c6  ;
}

.header-parent .header img {
    margin-top: 50px;
    border-radius: 50%;
}

.header {
    z-index: 28;
    display: flex;
}

.header ul {
    margin-left: 10px;
    width: 650px;
    padding: 55px 20px;
    display: flex;
}

.header ul li {
    position: relative; /* Reference for dropdown positioning */
    margin-right: 20px;
}

.header ul li .dropdown {
    display: none; /* Hide dropdown by default */
    position: absolute; /* Positioning dropdown */
    top: 100%; /* Below parent item */
    left: 0;
    background-color: rgb(255, 226, 242);
    border: 1px solid #fad4ef;
    z-index: 10; /* Layering */
    width: max-content; /* Adjust to content */
}

.header ul li:hover .dropdown {
    display: block; /* Show dropdown on hover */
    transform: scale(1.2);
    transition: transform 0.2s; /* Transition effect */
    cursor: pointer;
}

.header ul li a {
    text-decoration: none;
    position: relative;
    padding: 5px;
    color: #ffb3c6;
    font-family: monospace;
    font-size: 14px;
    font-weight: bold;
}
.product-table {
  border-collapse: collapse; /* Ensure no gaps between cells */
}
.product-table td {
  padding: 10px;
  background-color: #ffebfc; /* Background color for each cell */
  border: 1px solid #ba85a3; /* Border color for each cell */
}

.product-table td:hover {
  background-color: hsl(317, 100%, 95%); /* Change background on hover */
}
.list2 {
      text-align: right;
    padding-top: 65px;
    /* display: inline-flex; */
    margin-left: auto;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    /* background-color: #714e62; */
}

.list2 span {
    font-size: 14px;
}

.list2 sub {
    background-color: #f5c6e5;
    border-radius: 50%;
    padding: 4px;
    color: white;
}

.list2 i {
    font-size: 18px;
}

 /* main section ///////////////////////////// */
 .main{
  height: 70vh;
  background-image: url(imgs/mainn.jpg);
   width: 80%;
  margin: auto;
  background-size: cover;
  }
  /* section-2 /////////////////// */
  .catogary-parent{
    background-color: rgb(255, 234, 248);
    width: 80%;
    height: 100vh;
margin: auto;
  }
  .cat-parent{
    display: flex;
    gap: 3%;
    height: 75%;
  }
  .hr1{
    border: 2px #714e62 solid ;
    width: 80px ;
    margin: auto;
    margin-bottom: 30px;
    transition: 1s;
  }
  .title{
    color: #714e62;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    font-family:'Times New Roman', Times, serif;
    padding: 40px  20px 25px 20px;
    cursor: pointer;
  }
  .cat1 img{
    width: 100%;
    height: 66%;
  }
  .cat1{
    margin-top: 22 px;
    width: 24%;
    height: 100%;
    background-color: rgb(255, 234, 250);

  }
  .cat1 .p1{
    font-size: 18px ;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 40px;


  }
  .cat1 p span{
    font-weight: bolder;
    font-size: 20px;
    background-color: rgb(68, 39, 65);
    color: beige;
    visibility: hidden;

  }
  .cat1:hover.cat1 p span{
    visibility: visible;
  }
  .p2{
    font-weight:bold;
    font-size: 13px ;
    font-family:Georgia, 'Times New Roman', Times, serif

  }
 
  .title-parent:hover .hr1 {
    transform: scaleX(2 );
    transition: 2s;
    color: brown;

}
/* //////////// >>      penelope-parent   //////////////////////// */
.penelope-parent{
  width: 80%;
  display: grid;
   height: 50vh;
  margin: auto ;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-column-gap: 20px;

}
.penelope-parent .div1,.penelope-parent .div2{
  height:50vh ;
  background-color: rgb(252, 233, 250);
}
.penelope-parent .div1{
  padding: 10px 15px 70px 15px;
}
.penelope-parent .div1 h2 span i{
  font-size: 45px;
}
.penelope-parent .div1 h2 {
  font-size: 25px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bolder;
}
 .penelope-parent .div1 p{
  font-size: 16px;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  padding-top: 30px;
  line-height: 24px;

}
.multi-hr-parent{
  display: flex;
  flex-direction: row-reverse;
}
.multi-hr{
  margin: 30px 10px 30px 15px ;
   width: 50px ;
  height: 3px;
  background-color: rgb(76, 51, 65);
 
}
.penelope-parent .div2{
  background-image: url(imgs/yas.jpg);
  background-size: cover;
  transition: .5s;


}
.penelope-parent .div22{
  background-image: url(imgs/div22.jpg);
  background-size: cover;

}
.penelope-parent .div2:hover{
  transform: scale(1.1,1.1);
}
/* section  الصوره الطوليه   ///////////////////// */
.free-parent{
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-column-gap:10px ;
  height: 20vh;
  overflow: hidden;
  margin-top: 30px;
}
.free1{
  position: relative;
  font-size: 14px;
  border-right: 3px solid rgb(255, 207, 240);
   height: 30vh;
   
}
.marckeb{
transform: translate(80px ,10px);
transition: .2s;

}
.marckeb:hover
{
transform: translate(80px ,-88px);

}
.rabit{
  transform: translate(80px ,-170px);
  transition: .2s;
  
  }
  .rabit:hover
  {
  transform: translate(80px ,-270px);
  
  }
.person{
  transform: translate(80px ,-355px);
  transition: .2s;
  
  }
  .person:hover
  {
  transform: translate(80px ,-448px);
  
  }
.circle{
  transform: translate(80px ,-535px);
  transition: .2s;
  
  }
  .circle:hover
  {
  transform: translate(80px ,-633px);
  
  }
.arrow{
  transform: translate(80px ,-730px);
  transition: .2s;
  
  }
  .arrow:hover
  {
  transform: translate(80px ,-820px);
  
  }
.explain h2{
text-align: center;
color: #745c69;
}
.explain p{
  color: rgb(196, 159, 183);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.explain{
  position: absolute;
  z-index: 3;
  top: 12vh;
  background-color: rgb(255, 255, 255);
  height: 13vh;

 }
 .free5{
  border-right:none ;
 }
 .free-line{
   width: 80%;
  margin: auto;
 }
 /* -- last-section //////////////////////////////// -->  */
   
  .sub-title{
  text-align: center;
   font-size:20px;
   color: #745c69;
  }
 .sub-title span{
  padding-left: 50px;
 }  
 /* //////////// */
  /* .parent{
  width: 80%;
  margin: auto;
  background-color: antiquewhite;
  display: grid;
  grid-template-columns: repeat(3 ,1fr);
  height: 90vh;


 }   */
 
 .pro-parent{
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: rgb(246, 224, 239);
  height: 90vh;
  margin: auto;
  grid-column-gap:20px;
  margin-top: 70px;


 }
 .parent-animation{
  transform-style: preserve-3d;
  position: relative;
  transition: 2s;
 }
 .parent-animation, .front,.back{
  width: 100%;
  height: 60vh;
  background-color: antiquewhite;
 }
 .front,.back{
  position: absolute;
 }
 .back-overlay i{
  font-size: 20px;
  background-color: beige;
  position: absolute;
 }
 .back{
  position: relative;
  transform: rotateY(180deg);
  backface-visibility: hidden;


 }
 
 /* .back-overlay:hover{
  visibility: visible;
 } */
 .parent-animation:hover{
  transform: rotateY(180deg);
}

 .front img,.back img{
  width: 100%;
  height: 100%;

 }
.front{
  backface-visibility: hidden;
}
.desc {
  margin: 20px 0px 14px 0px;
  }
  .product1 p{
    line-height: 30px;
    font-size: 20px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 5px;
    

  }
  .product1 .price{
    font-weight: bolder;
    font-size: 22px;
  } 
  /* ////////////// */
  .back-overlay{
    background-color: rgba(0, 0, 0, 0.6); /* الخلفية بلون أسود مع شفافية */
    /* background-color: black;   */
  z-index: 7;
 /* opacity: .6; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;  
    align-items: center; 
      
   }
 
   .back-overlay i {
    font-size: 29px;
    background-color: rgb(245, 236, 246);
    color:#edbfd9;
    padding: 14px;
 
   }
   .i1{
    left: 50px;
   }
   .i2{
    left: 100px;
   }
   .i3{
    left: 160px;
   }
   .i4{
    left: 219px;
   }