body {
  margin: 0;
  padding: 0;
  direction: rtl;
  position: relative;
  display: grid;
  grid-template-areas:
    "h h h h h h h h "
    "m m"
    "f f f f f f f";
}

main {
  width: 100%;
  margin: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  body {
    width: 100%;
  }

  header .headerInContainer {
    justify-content: space-between;
  }

  header .hiddenIcon,
  .contactContainer,
  .searchContainer {
    display: none;
  }

  header .iconHeader {
    display: flex;
  }

  .gallaryBtn button {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  header .headerInContainer {
    justify-content: space-between;
    align-content: space-between;
  }

  header .hiddenIcon,
  .searchContainer,
  header .contactContainer {
    display: none;
  }

  header .iconHeader {
    display: flex;
  }
}

@font-face {
  font-family: "yekan";
  src: url("../fonts/Yekan.woff2") format("woff2"),
    url("../fonts/Yekan.woff") format("woff");
}

@font-face {
  font-family: "vazir";
  src: url("../fonts/Vazir-Bold.woff2") format("woff2"),
    url("../fonts/Vazir-Bold.woff") format("woff");
}

@font-face {
  font-family: "nazanin";
  src: url("../fonts/other\ font/nazanin.woff2") format("woff2"),
    url("../fonts/nazanin.woff") format("woff");
}



a {
  text-decoration: none;
}


/*the start of header */
.headerInContainer {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
  top: 10px;
  position: relative;
}

.armContainer {
  margin: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.armContainer h1 {
  font-family: "vazir";
  font-size: 14px;
  margin: auto;
  color: #63ae76;
}

.armContainer img {
  width: 90px;
  opacity: 0.9;
  height: auto;
  margin-right: 5px;
}

.searchContainer {
  padding: 4px 2px;
  width: 30rem;
  height: 2.5rem;
  background-color: #e1e1e1;
  border-radius: 10px;
  color: white;
  margin: 2rem;
}

#searchBtn {
  background-color: white;
  /* this is a search btn at top of the page */
  border: none;
  margin: auto;
  cursor: pointer;
  background-color: #e1e1e1;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
}

#serachBox {
  /* search input top of the page */
  border: none;
  background-color: #e1e1e1;
  margin-right: 20px;
  width: 80%;
  height: 90%;
  border-radius: 10px;
  padding: 2px;
  font-family: "yekan";
  color: #aaaaaa;

}

#serachBox:focus {
  border: none;
  outline: none;
  color: #4a4a4a;
}

.searchBarContainer {
  background-color: #fff;
  margin: 20px auto;
  position: absolute;
  width: 30rem;
  border-radius: 10px;
  font-family: "vazir";
  /* display: none; */
}

.innerSearchBar {
  color: #888;
  font-size: 14px;
  padding: 8px;
  cursor: pointer;
}


.contactContainer {
  color: #7d7d7d;
  margin: 2rem;
}

.contactContainer a {
  text-decoration: none;
  color: #7d7d7d;
  font-family: "yekan";
  display: inline;
}

.contactContainer div a:hover {
  color: orange;
  transition: 0.5s ease;
  transform: scale(20px);
}

.mailContainer a {
  font-family: "vazir";
}

.mobContainer a {
  direction: rtl;
  font-family: "vazir";
}

.iconContainer {
  margin: 2rem;
}

.iconContainer ul {
  display: flex;
  flex-direction: row;
  direction: rtl;
}

.iconContainer ul li {
  list-style-type: none;
  margin: 3px;
  cursor: pointer;
  color: #7d7d7d;
  height: 50px;
  width: 50px;
  font-size: 24px;
  border-radius: 25px;
  background-color: #ebebeb;
  padding: 11px;
  text-align: center;
}

.iconContainer ul li:hover {
  color: orange;
  transition: 0.5s ease;
  transform: translate(0, 2px);
}

.iconHeader {
  display: none;
  margin: auto;
}

.iconHeader i {
  text-align: center;
  font-size: 22px;
  margin: auto;
}

#signIcon i {
  margin: auto;
}

#signUpP {
  font-family: 'yekan';
  font-size: 24px;
  margin: -33px;
  text-align: center;
  z-index: 5;
  color: #e1e1e1;
}

/**************main************/



/* of here is signUp */
.signUpContainer {
  background-image: url("../pic/signUpBackground.png");
  background-size: cover;
  width: 60%;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: 1px 2px 2px 1px #4a4a4a;
}

.signUpLeftContainer {
  width: 30%;
}

.signUpRightContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: 'yekan';
  padding: 20px;
  border-radius: 15px;
  background-color: #4a4a4a;
  width: fit-content;
  margin: 20px 0;
  border-top: #0d0d0d 1px solid;
  border-right: #4a4a4a 2px solid;
  border-bottom: #7d7d7d 4px solid;
  border-left: #aaaaaa 3px solid;
  box-shadow: 1px 2px 2px 1px #0d0d0d;
}

.signUprightHead {
  text-align: center;
  direction: rtl;
  color: #e1e1e1;
  width: 95%;
  margin: 8px auto;

}

.signUprightHead a {
  text-decoration: none;
  color: orange;
  margin: 0 5px;
}

.signUpRightName {
  display: flex;
  flex-direction: row;
  width: 95%;
  margin: 8px auto;

}

#signUpFirstName,
#signUpLastName {
  height: 3rem;
  border-radius: 5px;
  border: none;
  font-family: 'yekan';
  padding: 5px;
  margin: 0 2px;
}

#signUpFirstName:focus,
#signUpLastName:focus {
  background-color: wheat;



}

#signInUserName,
#signInPass {
  height: 3rem;
  border-radius: 5px;
  border: none;
  font-family: 'yekan';
  padding: 5px;
}

#signInEntranceImg {
  width: 18rem;
  border-radius: 5px;
  opacity: .5;
}


.signUpRightEmail {
  display: flex;
  flex-direction: column;
  margin: 8px auto;
  width: 95%;
}

.inputUserId {
  height: 3rem;
  border-radius: 5px;
  margin: 5px 0;
  border: none;
  font-family: 'yekan';
  padding: 5px;
  direction: rtl;

  width: 18rem;

}


.inputUserId:focus {
  background-color: wheat;
}

.signUpRightEmail a {
  text-decoration: none;
  cursor: pointer;
  font-family: 'yekan';
  color: orange;
  text-align: center;
  margin: 2px;

}

.signUpCheckBox {
  direction: rtl;
  text-align: right;
  width: 95%;
  margin: 8px auto;

}


.signUpCheckBox p {
  font-size: 14px;
  text-align: center;
  display: flex;
  color: #e1e1e1;

}

.signUpCheckBox p a {
  text-decoration: none;
  color: orange;
  margin: 0 4px;
}

.signUpCheckBox p input {
  width: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: -10px auto;

}

.signUpP-Or {
  display: flex;
  color: #e1e1e1;
  margin: auto;

}

.signUpRightEmailBtn {
  text-align: center;
  background-color: #569fff;
  color: white;
  margin: 8px auto;
  cursor: pointer;
  height: 3rem;
  border-radius: 5px;
  border: none;
  font-family: 'yekan';
  padding: 5px;
  direction: rtl;
  width: 18rem;


}

.gettingNewPassTimer {
  margin: auto;
}

.signUpRightEmailBtn:hover {
  background-color: #e1e1e1;
  color: #569fff;
}

#gettingNewPass {
  display: none;
}



.signUpRightGoogle {
  width: 95%;
  height: 3rem;
  border-radius: 5px;
  border: none;
  font-family: 'yekan';
  padding: 5px;
  margin: 8px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.signUpRightGoogle button {
  width: 46%;
  height: 3rem;
  border-radius: 5px;
  border: none;
  font-family: 'yekan';
  padding: 5px;
  margin: 0 2px;
  text-decoration: none;

}

.signUpRightGoogle button a {
  text-decoration: none;
  color: #121212;
}

#signUpBtnGoogle {
  background-color: orange;
  color: #121212;

}

#signUpBtnGoogle:hover {
  color: #121212;
  background-color: rgb(255, 197, 90);
}

#signUpBtnEmail {
  background-color: #7d7d7d;
  color: #e1e1e1;
}

#signUpBtnEmail:hover {
  background-color: #e1e1e1;
  color: #121212;
}

/* TILL here was about signUp page */












/* main of indexPage */

.mainTopContainer {
  margin: auto;
  font-family: "vazir";
  width: 100%;
  background-image: url(../pic/pexels-cesar-perez-733745.jpg);
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* .mainTopContainer:hover{
    background-image: url(../pic/pexels-cesar-perez-733745.jpg);
 } */

.mainInfo {
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #f3f3f3;
  direction: rtl;
}

.mainInfo h2 {
  font-size: 1.5em;
  color: #ffffff;
  text-shadow: 2px 2px 8px #0d0d0d, -2px -2px 2px #0d0d0d;
  margin: 20px auto;
}

.mainInfo ul {
  text-align: right;
  font-size: 24px;
  text-shadow: 2px 2px 2px #000000;
  margin: 5px;
}

.mainInfo ul li {
  width: 20rem;
  font-size: 24px;
  border-radius: 10px;
  list-style-type: none;
  text-align: right;
}

.mainInfo ul li img {
  width: 2rem;
  margin: 4px;
  top: 10px;
  position: relative;
}

.mainInfo p {
  color: #4a4a4a;
  border-radius: 10px;
  padding: 0px 8px;
  margin: 4px;
  background-color: silver;
  border-radius: 10px;
  width: fit-content;
}

.mainInfo p span {
  font-family: "titr";
  font-size: 2rem;
  color: #ff6600;
  margin: 2px;
}

.gallaryBtn {
  width: 100%;
  display: flex;
}

.gallaryBtn button {
  width: 20rem;
  height: 5rem;
  background-color: #569fff;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "yekan";
  cursor: pointer;
  justify-content: right;
  align-items: start;
  margin: 50px 0px;
}

.gallaryBtn button:hover {
  background-color: #2f89ff;
}

.gallaryBtn button a {
  text-decoration: none;
  color: #f3f3f3;
}

.mainFormTop {
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  width: auto;
  text-align: center;
}

.mainFormTop h2 {
  font-family: "yekan";
  font-size: 18px;
  color: #4a4a4a;
  margin: 10px;
}

.mainFormTop button {
  width: 100%;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 1.1rem;
  font-family: "yekan";
  margin: 10px auto;
  padding: 4px 8px;
  cursor: pointer;
  color: #7d7d7d;
}

.mainFormTop button:hover {
  color: #ffffff;
  background-color: #ff6600;
  transition: 0.2s ease-in;
}

.mainFormTop button a {
  color: #7d7d7d;
  text-decoration: none;
}

.mainFormTop button a:hover {
  color: #ffffff;
  background-color: #ff6600;
  transition: 0.2s ease-in;

}

.selectedDate {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: auto;

}

.selectedDate select {
  font-family: 'yekan';
  width: fit-content;
  padding: 2px;
  margin: 10px;
  border: none;
  border-radius: 5px;
  background-color: #ebebeb;
  color: #4a4a4a;
}

.selectedDate select option {
  border-radius: 5px;
  border: none;
  margin: 2px;
}

#priceConfirmBtn {
  color: #ffffff;
  background-color: #2f89ff;
  height: 4rem;
  font-size: 1.5rem;
}

#priceConfirmBtn:hover {
  background-color: #0f50a5;
}

.needyMob {
  color: #4a4a4a;
}

.needyMob a {
  text-decoration: none;
  color: #4a4a4a;
}

.needyMob a:hover {
  color: #ff6600;
  font-size: 24px;
  transition: 0.5s ease-in;
}

.gallaryContainer {
  width: 95%;
}

.gallaryInnerContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallaryInnerContainer img {
  width: 25rem;
  border-radius: 10px;
  margin: 20px auto;
}

.renowingJahannama {
  display: flex;
  flex-direction: column;
}

.renowingJahannama h2 {
  text-align: center;
  font-family: "yekan";
  font-size: 33px;
  color: #4a4a4a;
  margin: 50px auto 0px auto;
}

.tintStepsTizerContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  font-family: "yekan";
  margin: auto;
}

.tizerContainer {
  width: 27rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.tizerContainer p {
  font-size: 100%;
  text-align: center;
  margin: 10px auto;
  color: #7d7d7d;
}

.tizerContainer video {
  width: 100%;
  border-radius: 10px;
}

.tintStepContainer {
  width: 27rem;
  margin: 80px auto;
}

.stepOneContainer,
.stepTwoContainer,
.stepThreeContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.picStepContainer {
  width: 30%;
  margin: auto;
}

.stepDescriptionContainer {
  width: 60%;
  margin: 10px auto;
}

.stepDescriptionContainer span {
  color: #569fff;
  font-family: "titr";
  margin: 5px;
}

.stepDescriptionContainer h3 {
  width: 100%;
  font-size: 100%;
}

.stepDescriptionContainer p {
  width: 100%;
  font-size: 100%;
}

/**********the benefit of tinting ***********/
.tintingBenefitContainer {
  display: flex;
  flex-direction: row;
  width: 95%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px auto;
}

.picBenefitContainerAll {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px auto;
}

.picBenefitContainer {
  margin: 10px;
  width: 15rem;
  height: 15rem;
}

.picBenefitContainer img {
  margin: 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0.7;
  cursor: pointer;
}

.picBenefitContainer img:hover {
  opacity: 1;
  width: 17rem;
  height: 17rem;
  margin: auto;
  transition: 0.5s ease-in;
  z-index: 5;
  transform: rotate(5deg);
  padding: 10px;
  border-radius: 30px;
  display: block;
}

/* .benefit1-2{
  display: flex;
  flex-direction: column;
}
.benefit3-4{
  display: flex;
  flex-direction: column;
} */

.tintBenefitDescriptionContainer {
  font-family: "yekan";
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #4a4a4a;
  width: 95%;
}

.benefitSubContainer {
  text-align: right;
  margin: 20px auto;
  width: 95%;
}

.benefitSubContainer h2 {
  font-family: "vazir";
  font-size: 22px;
}

.benefitSubContainer p {
  font-size: 17px;
  font-family: "vazir";
  margin: 20px auto;
}

.benefitDescription {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 95%;
}

.benefit1,
.benefit2,
.benefit3,
.benefit4 {
  display: flex;
  flex-direction: row;
  margin: 20px auto;
}

.benefitDetail {
  font-size: 14px;
  margin: auto 5px;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.benefitDetail h3 i {
  color: #569fff;
  margin: 2px;
  font-size: 24px;
}

.benefitDescription p {
  width: 70%;
}

.benefitMoreBtn {
  width: 22rem;
  height: 4rem;
  padding: 5px;
  display: flex;
  justify-content: right;
}

.benefitMoreBtn button {
  color: #2f89ff;
  border: #569fff solid 1px;
  border-radius: 8px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  font-family: "yekan";
  font-size: 14px;
  text-align: center;
  padding: 4px 8px;
  cursor: pointer;
}

.benefitMoreBtn button:hover {
  color: white;
  border: none;
  background-color: #569fff;
  transition: 0.8s ease;
}

.benefitMoreBtn button a {
  text-decoration: none;
  padding: 10px 40px;
}

.benefitMoreBtn button a:hover {
  color: white;
  transition: 0.2s ease-in-out;
}

/**************footer**************/

footer {
  width: 100%;
  background-color: #4a4a4a;
}

.mainFooterContainer {
  width: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
}

.footerContainer1OfLeft {
  display: flex;
  flex-direction: column;
  direction: inherit;
  width: 300px;
  justify-content: left;
  align-items: flex-start;
  margin: 20px auto;
}

.footerArm {
  width: 10rem;
  margin: 10px 0px;
  text-align: right;
}

.footerArm img {
  width: 70%;
  padding: 4px;
  opacity: 0.9;
}

.footerContactUs {
  display: flex;
  flex-direction: column;
  font-family: "yekan";
  direction: rtl;
  margin: 5px;
  color: #ebebeb;
}

.footerContactUs a {
  text-decoration: none;
  color: #ebebeb;
}

.footerContactSocial {
  direction: ltr;
  text-align: left;
  justify-content: left;
  align-items: flex-end;
}

.footerContactSocial i {
  background-color: #2f89ff;

  border-radius: 50%;
  margin: auto;
  padding: 8px;
  font-size: 1.5rem;
  text-align: left;
  color: #ebebeb;
  justify-content: flex-end;
  align-items: flex-end;
}

.footerContainer2OfLeft {
  display: flex;
  flex-direction: column;
  direction: rtl;
  width: 300px;
  margin: 20px auto;
  color: #ebebeb;
}

.footerContainer2OfLeft h4 {
  font-family: "vazir";
  font-size: 28px;
  border-bottom: 1px solid #ebebeb;
  width: fit-content;
  margin: 5px;
}

.footerContainer2OfLeft a {
  text-decoration: none;
  color: #ebebeb;
  font-family: "yekan";
  margin: 5px;
}

.footerContainer3OfLeft {
  display: flex;
  flex-direction: column;
  direction: rtl;
  width: 300px;
  margin: 20px auto;
  color: #ebebeb;
}

.footerContainer3OfLeft h4 {
  font-family: "vazir";
  font-size: 28px;
  border-bottom: 1px solid #ebebeb;
  width: fit-content;
  margin: 5px;
}

.footerContainer3OfLeft a {
  text-decoration: none;
  color: #ebebeb;
  font-family: "yekan";
  margin: 5px;
}

.footerContainer4OfLeft {
  color: #ebebeb;
  font-family: "yekan";
  margin: 5px;
  width: 20rem;
  margin: 20px auto;
  direction: rtl;
}

.footerContainer4OfLeft h4 {
  font-family: "vazir";
  font-size: 28px;
  border-bottom: 1px solid #ebebeb;
  width: fit-content;
  margin: 5px;
}






/* till here is tablePage */
.tableContainer {
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;


}

.selectedPriceImg {
  background-color: #4a4a4a;
  border-top: #0d0d0d 1px solid;
  border-right: #4a4a4a 2px solid;
  border-bottom: #7d7d7d 4px solid;
  border-left: #aaaaaa 3px solid;
  box-shadow: 1px 2px 2px 1px #0d0d0d;
  border-radius: 10px 0 0 10px;
  padding: 10px;
  height: auto;
  width: 30rem;

}

.selectedPriceImg img {
  width: 100%;
  height: 100%;
}

.tableContainer table {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: 'yekan';
  border-radius: 0 10px 10px 0;
  background-color: #4a4a4a;
  border-top: #0d0d0d 1px solid;
  border-right: #4a4a4a 2px solid;
  border-bottom: #7d7d7d 4px solid;
  border-left: #aaaaaa 3px solid;
  box-shadow: 1px 2px 2px 1px #0d0d0d;
  width: 30rem;
  height: auto;

}

.tableContainer table tbody {
  margin: auto;
}


.tableContainer table th {
  color: #ebebeb;
  border-radius: 5px;
  padding: 2px;
  border: none;
  font-size: small;
  margin: 5px auto;

}

.tableContainer table td {
  color: #ebebeb;
  border-radius: 5px;
  padding: 2px;
  border: none;
  margin: 5px auto;

}

.tableSelect {
  border: none;
  border-radius: 5px;
  padding: 2px;
  font-family: 'yekan';
  margin: 5px auto;


}

.tableContainer table td input {
  border: none;
  border-radius: 5px;
  padding: 2px;
  font-family: 'nazanin';
  font-weight: bold;
  width: 5rem;
  height: 2.2rem;
  text-align: center;
  margin: 5px auto;


}

#garunteeCheck {
  top: 11px;
  margin: auto 10px;
  padding: 2px;
  text-align: center;
  font-family: 'nazanin';
  font-size: 12px;

}

#reserverTotal {
  height: fit-content;
}

#reserverTotal input {
  width: 100%;
  margin: 5px auto;
}

#btnTotalPrice {
  background-color: #2f89ff;
  color: #ebebeb;
  cursor: pointer;
  margin: 5px auto;


}

#backPriceToHome {
  display: none;
  cursor: pointer;
  background-color: #63ae76;
  color: #f3f3f3;

}

#backPriceToHome:hover {
  width: 15rem;
  height: fit-content;
  transition: .5s ease-in;
  border-radius: 50px;
  font-size: x-large;
  color: #63ae76;
  background-color: #ffffff;
  border: #63ae76 solid 1px;
  font-weight: bold;
  padding: 2px;
  margin: auto;
}







/* here is from gallary page */

.gallaryContainer {
  padding: 10px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin:20px auto;
  justify-content: space-around;
  align-items: center;
  box-shadow: 1px 2px 2px 1px #c6c6c6;
  border-radius: 15px;



}

.loadImgGallary {
  border: none;

  /*this part is off till would be activated.
   Will be active when clicking on pic in array img class */
}
.loadImgGallary img{
  border-radius: 25px;
  width: 410px;
  height: auto;
  margin: auto;
  padding: 10px;
  box-shadow: 1px 2px 2px 1px #c6c6c6;

}

.arrayImgGallary {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: right;

}

.imgGallary {
  margin: auto;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: flex-start;
  width: fit-content;
}

.imgGallary img {
  width: 100px;
  height: 100px;
  margin: 2px;
  border-radius: 5px;
  cursor: pointer;
  opacity: .5;
}
.imgGallary img:hover {
  opacity: 1;
  width: 110px;
  height: 110px;
  transition: .4s ease-in-out;
}