
@font-face {
font-family: 'font';
src: url(Vazirmatn-Black.woff2);
}
body {
  background-color: white;
  font-family: font;
}
header {
  text-decoration: none;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid white;
  height: 70px;
  width: 90%;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: 2px 2px 10px  black;
  padding: 0 20px;
}
.home {
  display: flex;
  gap: 30px;
}
.home1 {
  font-size: 18px;
  text-decoration: none; 
  color: black;
  margin: 0 10px;
  transition: all 0.1s ease-in;
  padding: 5px;
}
.home1:hover {
  background-color: rgb(215, 159, 5);
  border-radius: 8px;
  transition: 0.8s;

}
.qw{
  font-size: 18px;
  text-decoration: none; 
  color: black;
  margin: 0 10px;
  transition: all 0.1s ease-in;
  padding: 5px;
}
.qw:hover {
  background-color: rgb(215, 159, 5);
  border-radius: 8px;
  transition: 0.8s;

}
.btn1 {
  margin-left: 460px;
  font-family: calibri;
  height: 40px;
  width: 130px;
  border: none;
  border-radius: 100px;
  transform: translate(-450px);
  box-shadow: 2px 2px 10px rgb(0, 0, 0);
  cursor:pointer;
}
.btn2 {
  background-color: green;
  font-family: calibri;
  height: 40px;
  width: 130px;
  box-shadow: 2px 2px 10px rgb(0, 0, 0);
  border: none;
  border-radius: 100px;
  cursor: pointer;
}
.slider {
  position: relative;
  width: 90%;
  max-width: 1100px;
  height: 600px;
  margin: 50px auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 4px 20px 80px rgba(0, 0, 0, 0.477);
  
    }
.slides {
display: flex;
  transition: transform 0.5s ease-in-out;

}
.slides img {
  width: 100%;
  border-radius: 15px;
  opacity: 100%;

}
.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.navigation button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.navigation button:hover {
  filter:brightness(10%);
}

.p1 {
  text-align: center;
  font-size: 30px;
}
.p2 {
  direction: rtl;  
  font-size: 30px;
}
.pishnahadi {
  background-color: rgb(51, 51, 51);
  box-shadow: 2px 2px 10px black;
  border-radius: 15px;
  width: 1450px;
  height: 300px;
}
.imag22 {
  border-radius: 300px;
  box-shadow: 2px 2px 10px black;
  margin: 30px;
  width: 170px;
  height: 170px;
}
.p2 {
  direction: rtl;
  font-size: 30px;
}
.slider2 {
  position: relative;
  width: 100%;
  max-width: 1500px;
  height: 400px;
  margin: 50px auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 4px 20px 80px rgba(0, 0, 0, 0.477);
    }
.slides2 {
display: flex;
gap: 20px;
  transition: transform 0.5s ease-in-out;

}
.slides2 img {
  margin: 30px auto;
  width: 15%;
  border: 2px solid black;
  border-radius: 15px;
  box-shadow: 4px 20px 80px rgba(0, 0, 0, 0.477);

}
.navigation2 {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.navigation2 button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.navigation2 button:hover {
  filter:brightness(10%);
}
.team1 {
  transform: translate(-200px,300px);
}
.img-kit{
  margin: 5px;
  border-radius: 10px;
  width: 19%;
  box-shadow: 2px 2px 10px black;
  transition: transform 0.2s ease-in-out ;
}
.img-kit:hover{
  transform: scale(1.05);
}
.imag-category{
  border-radius: 300px;
  box-shadow: 2px 2px 10px black;
  margin: 30px;
  width: 170px;
  height: 170px;
  transition: transform 0.2s ease-in-out ;
}
.imag-category:hover{
  transform: scale(1.2);
}
.pishnahadi2 {
  box-shadow: 2px 2px 10px black;
  border-radius: 15px;
  width: 1450px;
  height: 500px;
}
.imag-bashgahi:hover{
  transform: scale(1.2);
}
.imag-bashgahi{
  border-radius: 300px;
  box-shadow: 2px 2px 10px black;
  margin: 30px;
  width: 170px;
  height: 170px;
  transition: transform 0.2s ease-in-out ;
}
.p-bashgahi {
  font-size: 13px;
  margin-top: 6px;
  font-family: 'font';
}
ul.MyMenu li{
  float:right;
  }
  
  ul.MyMenu li a, li.dropbtn{
  
  display:block;
  text-decoration:none;
  padding:10px 15px;
  }
  
  ul.MyMenu li a{
  
  color: rgb(87, 87, 87);
  }
  
  ul.MyMenu .dropdown-content a{
  
  color: rgb(187, 187, 187);
  }
  
  ul.MyMenu .dropdown-content a:hover{
  color:#fff;
  }
  
  .dropdown:hover .dropbtn{
  
  color: black;
  transition: transform 0.2s, background 0.3s;
  transform: scale(1.20);
  }
  
  ul.MyMenu li a:hover{
  color: black;
  transition: transform 0.2s, background 0.3s;
  transform: scale(1.20);
  }
  
  li.dropdown{
  
  display: inline-block;
  }
  
  .dropdown-content{
  background: none;
  
  display: none;
  position: absolute;
  background-color:black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
  }
  
  .dropdown-content a{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
  }
  
li.dropdown:hover .dropdown-content{
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(3px); 
-webkit-backdrop-filter: blur(10px); 
padding: 20px;
border-radius: 10px;
display: block;
}
  
  .MyContent{
  padding:10px;
  text-align:center;
  }
.a3 {
color: white;
background-color: rgb(178, 178, 178);
width: 360px;
height: 44px;
border-radius: 10px;
display: flex;
flex-direction: row;
align-items: center;
transform: translate(-50px);
box-shadow: 2px 2px 10px rgb(0, 0, 0);

}

.a4 {
  all: unset;
font: 16px system-ui;
color: #e446a7;
height: 100%;
width: 100%;
padding: 6px 10px;
}
svg {
color: #7a1212;
fill: currentColor;
width: 30px;
height: 30px;
padding: 10px;
cursor:pointer;
}
.button1{
background: none;
border: none;
}

.product-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
}

.product {
width: 220px;
text-align: center;
background: rgb(0, 0, 0);
border-radius: 10px;
overflow: hidden;
box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
transition: transform 1.5s;
}

.product:hover {
transform: scale(1.03);
}

.product-image {
position: relative;
width: 100%;
height: 280px;
overflow: hidden;
}

.product-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: opacity 0.4s ease;
position: absolute;
top: 0;
left: 0;
}

.product-image img.hover-img {
opacity: 0;
}

.product-image:hover img.default-img {
opacity: 0;
}

.product-image:hover img.hover-img {
opacity: 1;
}
.product-grid2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  
  }
  
  .product2 {
  width: 190px;
  text-align: center;
  background: rgb(0, 0, 0);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  transition: transform 1.5s;
  }
  
  .product2:hover {
  transform: scale(1.03);
  }
  
  .product-image2 {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  }
  
  .product-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  }
  
  .product-image2 img.hover-img {
  opacity: 0;
  }
  
  .product-image2:hover img.default-img {
  opacity: 0;
  }
  
  .product-image2:hover img.hover-img {
  opacity: 1;
  }
.price {
padding: 5px;
font-size: 14px;
font-weight: bold;
color: #ff0000;
font-family: Calibri;
}
.price2 {
padding: 10px;
font-size: 18px;
font-weight: bold;
color: #ffffff;
font-family: Calibri;
}
footer{
  box-shadow: 2px 2px 10px  black;
  color: black;
  text-align: center;
  background-color: white;
  padding: 15px;
  margin-top: 20px;
  font-size: 14px;
}
