*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "sahel";
  src: url(fonts/sahel/Sahel-SemiBold.woff2) format('woff2');

}
.slide-header{
  width: 100%;
}
.imgs{
position: absolute;
top: 0;
left: 0;
width: 100%;
object-fit: cover;
opacity: 0;
transition: opacity 3s ease-in-out;
z-index: -1;
}
.engButton{
 font-size: 1.8vw;
 margin-top: -15px;
 margin-left: 10px;
 position: absolute;
 background-color: orangered;
 color:yellow;
 padding-inline: 5px;
 border: none;
 border-radius: 1vw;
}
.engButton:hover{
  cursor: pointer;
  background-color: rgb(54, 59, 47);
}
.mainMenu ul {
  direction: rtl;
  position: relative;
  list-style: none;
  display: flex;
  justify-content:space-evenly;
  margin: 20px;
}
.mainMenu ul li{
  font-family: sahel;
  font-size: 1.6vw;
  background-color: chartreuse;
  border-radius: 2vw;
  border: 1px black solid;
  padding: 5px;
  margin:5px  ;
}
.mainMenu ul li:hover{
  color:rgb(206, 0, 0);
  background-color: rgb(47, 48, 59);
  cursor: pointer;
}
.namayandegiha ul {
  display: none;
}
.namayandegiha ul li {
 padding-inline: 1.3vw;
 align-content: center;
}
.mahsulat ul {
  display: none;
}
.mahsulat ul li{
  background-color: chartreuse;
}
.mainMenu ul :hover .mahsulat ul {
  cursor: pointer;
  text-align: center;
  position:absolute;
  display:inline;
  margin-right: -8px;
  margin-top: 5px;
}
.mainMenu ul :hover .namayandegiha ul {
  cursor: pointer;
  text-align:center;
  position:absolute;
  display:inline;
  margin-top: 5px;
 margin-right: -8px;
}
.slide-headerr{
  display: none;
}
.namayandegiha-div{
  display: none;
  font-family: sahel;
  text-align: center;
  background-color:rgba(255,255,255, .8);
  margin: 20px;
  border-radius: 2vw;
  margin-top: 15vw;
}
.namayandegiha-div-a {
  font-family: sahel;
  font-size: 2.7vw;
  color: #000;
  text-decoration: none;
  text-shadow: 1px 1px rgb(255, 255, 104);
  padding-block: 1vw;
}
.darbare ul {
  display: none;
}
.darbare ul li {
  margin-right: -5px;
}
.darbare-div{
  display: none;
  font-family: sahel;
  background-color:rgba(255,255,255, .8);
  margin: 20px;
  border-radius: 2vw;
  margin-top: 5vw;
}
.darbare-p {
  direction: rtl;
  font-family: sahel;
  font-size: 2.3vw;
  color: #000;
  text-decoration: none;
  text-shadow: 1px 1px rgb(241, 186, 201);
  padding-inline: 1vw;
}
.mainMenu ul :hover .darbare ul {
  cursor: pointer;
  text-align:center;
  position:absolute;
  display:inline;
  margin-top: 5px;
 margin-right: -8px;
}
.tamas-div{
  object-fit: contain;
  direction: rtl;
  display:none;
}
.adress-sherkat{
  background-color:rgba(255,255,255, .8);
  border-radius: 2vw;
  padding: 2vw;
  margin: 2vw;
}
.adress-sherkat-p{
  font-family: sahel;
}
.map{
  margin-left: 2vw;
width: 40vw;
height: 30vw;
max-width: 400px;
max-height: 300px;
  border-radius: 2vw;
}
.enteghad-div{
  display: none;
  background-color:rgba(255,255,255, .8);
  border-radius: 2vw;
  padding: 2vw;
  margin: 2vw;
  direction: rtl;
}
.enteghad{
  direction: rtl;
  font-family: sahel;
}
.label{
  font-family: sahel;
}
#nam {
  font-family: sahel;
  font-size: small;
  border-radius: 5px;
  border: 1px solid black;
  width: 237px;
}
#email {
  font-family: sahel;
  font-size: small;
  border-radius: 5px;
  border: 1px solid black;
  width: 300px;
}
#tel{
  font-family: sahel;
  font-size: small;
  border-radius: 5px;
  border: 1px solid black;
  width: 306px;
}
#kala {
  font-family: sahel;
  font-size: small;
  border-radius: 5px;
  border: 1px solid black;
  width: 165px;
}
#frushgah {
  font-family: sahel;
  font-size: small;
  border-radius: 5px;
  border: 1px solid black;
  width: 133px;
}
#tozihat{
  font-family: sahel;
  font-size: small;
  border-radius: 5px;
  border: 1px solid black;
  width: 345px;
  height:70px;
  resize: none;
}
.ersal:hover{
  background-color: yellowgreen;
  box-shadow: 2px 2px yellow;
}
.ersal{
  font-family: sahel;
  font-size: 2vw;
  background-color: rgb(38, 173, 252);
  border-radius: 2vw;
  padding: 5px;
  margin:5px;
  border: 1px solid red;
  cursor: pointer;
}
@media (orientation: portrait) {
  .slide-header{
   display: none;
  }
  .slide-headerr{
    width: 100%;
    height: 100%;
    display:block;
  }
  .imgss{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 3s ease-in-out;
    z-index: -1;
    }
  .mainMenu ul{
    display: inline-table;
    margin-left: 80vw;
  }
  .mainMenu ul li {
  font-size: 3vw;
  text-align: center;
  margin-right: 30px;
  }
  .mahsulat ul {
    display: none;
  }
  .mainMenu ul :hover .mahsulat ul {
    cursor: pointer;
    text-align: center;
    position:absolute;
    display: block;
    margin-right: 40px;
    margin-top: -34px;
  }
  .namayandegiha ul {
    display: none;
  }
  .mainMenu ul :hover .namayandegiha ul {
    cursor: pointer;
    text-align:center;
    position:absolute;
    display:inline;
    margin-top: -34px;
   margin-right: 10px;
  }
  .engButton{
    font-size: 2.5vw;
    margin-top: 15px;
   position: absolute;
   background-color: orangered;
   color:yellow;
   padding-inline: 5px;
   border: none;
   border-radius: 20%;
  }
  .namayandegiha-div-a {
    font-family: sahel;
    font-size: 2.7vw;
    color: #000;
    text-decoration: none;
    text-shadow: 1px 1px rgb(255, 255, 104);
    padding-block: 2vw;
  }
  .darbare ul {
    display: none;
  }
  .mainMenu ul :hover .darbare ul {
    cursor: pointer;
    text-align:center;
    position:absolute;
    display:inline;
    margin-top: -32px;
    margin-right: 7px;
  }
  .darbare-div{
    display: none;
    font-family: sahel;
    background-color:rgba(255,255,255, .7);
    margin: 20px;
    border-radius: 2vw;
    margin-top: 5vw;
  }
  .darbare-p {
    direction: rtl;
    font-family: sahel;
    font-size: 3vw;
    color: #000;
    text-decoration: none;
    text-shadow: 1px 1px rgb(241, 186, 201);
    padding-inline: 1vw;
  }
  }

