@font-face {
  font-family: "IRANYEKAN";
  src: url("/static/home/icon/Yekan.woff") format("woff");
}
@font-face {
  font-family: "IRANYEKAN";
  src: url("/static/home/icon/Yekan.ttf") format("ttf");
}
@font-face {
  font-family: "IRANYEKAN";
  src: url("/static/home/icon/Yekan.eot") format("eot");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "IRANYEKAN", sans-serif;
}
html,
body {
  overflow-x: hidden;

  overflow-y: auto;
}
body {
  background-color: #100d0d;
}
/*------------------------- headar  navbar links a li back texts logo---------------- */
.back {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5) url("/static/home/icon/backgrand.jpg"); 
  background-blend-mode: darken;
  background-size: cover;
  position: relative;
  background-position: center;
} /* list */
li {
  list-style: none;
}
.a-link {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
}
.navbar a:hover {
  color: orange;
}
header {
  background: rgba(76, 70, 70, 0.376);
  backdrop-filter: blur(20px);
  position: fixed;
  padding: 0 2rem;
  width: 100%;
  z-index: 100;
}
.flex-container-link-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.navbar {
  width: 100%;
  height: 88px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.logo {
  width: 140px;
  padding-top: -15px;
  padding-bottom: 0px;
  cursor: pointer;
  margin-right: -102px;
  margin-left: -18px;
  display: block;
}
.navbar a.menu-hambergery {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}
.navbar .links-navbar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 98px;
  align-items: center;
  text-justify: auto;
  gap: 2rem;
}
.navbar .toggle-btn {
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}
.menu-hambergery {
  margin-bottom: 10px;
  margin-left: 178px;
  font-size: 1.3rem;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  display: none;
}
.nobatdehi-button {
  background-color: orange;
  color: #fff;
  padding: 0.2rem 1rem;
  border: none;
  outline: none;
  border-radius: 18px;
  font-size: 1.3rem;
  cursor: pointer;
  transition: scale 0.2 ease;
  margin-right: 11px;
}
.action-btn {
  display: none;
  background-color: orange;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  outline: none;
  border-radius: 20px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: scale 0.2 ease;
}
.nobatdehi-button:hover {
  scale: 1.05;
  color: #fff;
}
.nobatdehi-button:active {
  scale: 0.95;
} /* dropdown-menu */
.dropdown-menu {
  display: none;
  position: absolute;
  right: 2rem;
  top: 150px;
  height: 0;
  width: 300px;
  background: rgba(76, 70, 70, 0.8);
  backdrop-filter: blur(20px);
  color: #fff;

  border-radius: 10px;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dropdown-menu.open {
  height: 237px;
}
.dropdown-menu li {
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-menu .action-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-text {
  margin-top: -20%;
  font-size: 28px;
  margin-left: 26px;
  position: relative;
}
.header-text h1 {
  word-spacing: 6px;
}
.header-text h1 {
  color: #fffffe;
}
/*------------------------- headar  navbar links a li back texts logo---------------- */

/*-------------------------services---------------- */

.titel-services {
  color: #fff;
  font-size: 40px;

  display: flex;
  justify-content: center;
  margin: 242px -82px 50px -66px;
  font-weight: 900;
}
.icon-img {
  width: 114px;
  padding: 15px;
  border-radius: 50%;
}
.services {
  color: #fff;
  width: 1618px;
  padding: 80px 60px;
  margin: auto;
}
.services h1 {
  color: orange;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: -3px;
  position: relative;
  font-size: 100px;
  margin-bottom: 161px;
}
.flex-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service {
  width: calc(34% - 22px);
  background: #ffffff;
  color: #000000;
  padding: -10px -10px;
  margin: 0 18px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 20px; /* transition: 0.3s; */
}
.boxservice {
  font-size: 2px;
  padding: 2%;
  border-radius: 50%;
}
.boxservice h3 {
  margin-bottom: -15px;
  font-size: 30px;
  font-weight: bolder;
}
.boxservice p {
  margin: 20px 11px;
  font-size: 19px;
}
.service::after {
  content: "";
  height: 100%;
  width: 100%;
  background: orange;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
  border-radius: 20px;
}
.service:hover::after {
  transform: rotate(13deg);
  background-color: orange;
}
/*-------------------------services end---------------- */
/*-------------------------Certificates---------------- */
.titel-certificates {
  color: #000000;
  font-size: 26px;
  display: flex;
  justify-content: center;
  margin: 60px -100px -116px -80px;
  font-weight: 900;
}
.backgrand-certificates {
  background: #fff;
}

.myCertificates {
  width: 200px;
  margin-right: 40px;
  margin-left: 319px;
  display: none;
}
.HAIRCUT {
  margin-top: 10px;
}
.card {
  height: 600px;
  margin-left: 375px;
  display: block;
}
.imganimation {
  width: 40%;
  position: relative;
  margin-top: 65px;
  border-radius: 5px;
  box-shadow: 10px 22px 10px rgba(0, 0, 0, 0.5);
}
.image1 {
  width: auto;
  height: 400px;
  left: -83px;
  z-index: 0;
}
.image2 {
  width: auto;
  height: 400px;
  left: -114px;
  top: 70px;
}
.image3 {
  width: auto;
  height: 400px;
  z-index: 2;
  left: 118px;
  top: 70px;
}
.image4 {
  width: auto;
  height: 400px;
  left: 81px;
  top: 3px;
  z-index: 1;
}
/*-------------------------Certificates---------------- */

/*-------------------------contact---------------- */

.titel-contact {
  color: #ffffff;
  font-size: 40px;
  display: flex;
  justify-content: center;
  margin: 15px -67px -85px -0px;
  font-weight: 900;
}
.border-contact {
  background: rgba(76, 70, 70, 0.376);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  border-style: solid;
  color: #fff;
  box-shadow: 0px 0px 10px 15px rgba(239, 169, 5, 0.5);
  display: flex;
  justify-content: center;
  margin: 112px 729px;
  width: 489px;
  height: 400px;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 52px;
  text-align: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  margin-right: 331px;
  text-align: center;
}

.contact-phone {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  margin-left: 600px;
}
.contact-instagram {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  margin-left: 473px;
  font-size: 20px;
}

.a-link-instagram {
  text-decoration: none;
  color: #fff;
}
.contact-address {
  display: flex;
  align-items: center;
  gap: -15px;
  color: #fff;
  margin-left: 385px;
  width: 412px;
  width: 393px;
  word-wrap: break-word;
  line-height: 2;
}

.img-icon-phone {
  width: 40px;
}
.img-icon-instagram {
  width: 40px;
}
.img-icon-location {
  width: 40px;
  margin-top: -27px;
}
/*-------------------------contact---------------- */

/*-------------------------footer---------------- */
.line {
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  margin: 0px auto;
}
.a-link-arman {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  justify-items: center;
  margin-left: 0px;
  margin-right: 0px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}
footer {
  position: relative;
  bottom: 4px;
  left: -2px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
/*-------------------------footer---------------- */

/* ----------------------------------------------responsives--------------------------- */
/*-------------------------dropdown nobatdahi logo menu media---------------- */
@media (max-width: 893px) {
  .navbar .links-navbar,
  .navbar .action-btn {
    display: none;
  }
  .navbar .toggle-btn {
    display: block;
    font-size: 30px;
  }
  .dropdown-menu {
    display: block;
  }
}
@media (max-width: 576px) {
  .menu-hambergery {
    /* letter-spacing: 5px; */
    display: block;
    margin-bottom: 10px;
    margin-left: 146px;
    font-size: 1.3rem;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    margin-right: -19px;
  }
}
@media (max-width: 576px) {
  .logo {
    width: 117px;
    padding-top: -3px;
    padding-bottom: 15px;
    cursor: pointer;
    margin-right: -102px;
    margin-left: -29px;
  }
}
@media (max-width: 576px) {
  .nobatdehi-button {
    display: block;
    background-color: orange;
    color: #fff;
    padding: 0.2rem 1rem;
    border: none;
    outline: none;
    border-radius: 18px;
    font-size: 1.3rem;
    cursor: pointer;
    transition: scale 0.2 ease;
    margin-right: -31px;
    margin-left: -62px;
  }
}
@media (max-width: 576px) {
  .dropdown-menu {
    left: 2rem;
    width: unset;
  }
}
/*-------------------------dropdown nobatdahi logo menu media---------------- */

/*-------------------------back p h1 media---------------- */
@media (max-width: 576px) {
  .back {
    background-size: cover;
    background-blend-mode: darken;
    background-position: center;
    background-image: url("/static/home/icon/backgrand1.jpg");
    animation: changeBackground 25s infinite;
  }
}
@keyframes changeBackground {
  0% {
    background-image: url("/static/home/icon/backgrand1.jpg");
  }
  49% {
    background-image: url("/static/home/icon/backgrand1.jpg");
  }
  50% {
    background-image: url("/static/home/icon/backgrand2.JPG");
  }
  99% {
    background-image: url("/static/home/icon/backgrand2.JPG");
  }
  100% {
    background-image: url("/static/home/icon/backgrand1.jpg");
  }
}
@media (max-width: 576px) {
  .header-text {
    margin-top: -47%;
    margin-left: 25px;
  }
  .miladh1 {
    font-size: 30px;
    margin-top: -17px;
    white-space: nowrap;
    font-weight: lighter;
  }
  .miladp {
    font-size: 30px;
    white-space: nowrap;
    font-weight: lighter;
  }
}
/*-------------------------back p h1 media---------------- */

/*-------------------------service media---------------- */
@media (max-width: 576px) {
  .flex-services {
    flex-direction: column;
    align-items: center;
  }
  .service {
    width: 132%;
    margin: -148px 0;
    margin-top: 234px;
  }
  .services {
    margin-top: -312px;
  }
  .services {
    width: 90%;
    max-width: 1200px;
  }

  .titel-services {
    color: #ffffff;

    margin-bottom: -215px;

    font-size: 38px;
    margin-left: 0;
    margin-right: 0px;
    margin-top: 306px;
    text-align: center;
  }
  .boxservice p {
    padding: 0px 1px;
    margin: 23px 0px;
  }
  @keyframes revertBackground {
    50% {
      background-color: orange;
      transform: rotate(13deg);
    }
    100% {
      background-color: transparent;
      transform: rotate(0deg);
    }
  }
  .service:hover::after {
    animation: revertBackground 2s forwards;
  }
}
/*-------------------------service media---------------- */

/*-------------------------certificates media---------------- */

@media (max-width: 576px) {
  .titel-certificates {
    color: #000000;
    font-size: 23px;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: -25px;
    margin-top: 174px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .image1 {
    width: auto;
    height: 220px;
    left: -329px;
    z-index: 2;
  }
  .image2 {
    width: auto;
    height: 220px;
    left: -134px;
    top: -265px;
  }
  .image3 {
    width: auto;
    height: 220px;
    left: -329px;
    z-index: 2;
    top: -278px;
  }
  .image4 {
    width: 174px;
    height: 220px;
    left: -134px;
    top: -544px;
    z-index: 1;
  }
  .imganimation {
    position: relative;
    margin-top: 35px;
    border-radius: 5px;
    box-shadow: 10px 22px 10px rgba(0, 0, 0, 0.5);
    margin-left: -18px;
  }
  .card {
    width: 200px;
    height: 200px;
    display: none;
  }
  .myCertificates {
    width: 200px;
    margin-left: 379px;
    display: block;
  }
  .backgrand-certificates {
    height: 637px;
  }
}
@media (max-width: 390px) {
  .image1 {
    width: auto;
    height: 220px;
    left: -346px;
    z-index: 2;
  }
  .image2 {
    width: auto;
    height: 220px;
    left: -161px;
    top: -265px;
  }
  .image3 {
    width: auto;
    height: 220px;
    left: -346px;
    z-index: 2;
    top: -278px;
  }
  .image4 {
    width: 174px;
    height: 220px;
    left: -157px;
    top: -544px;
    z-index: 1;
  }
  .imganimation {
    position: relative;
    margin-top: 35px;
    border-radius: 5px;
    box-shadow: 10px 22px 10px rgba(0, 0, 0, 0.5);
    margin-left: -17px;
  }
  .card {
    width: 200px;
    display: none;
  }
  .myCertificates {
    width: 200px;
    margin-left: 379px;
    display: block;
  }
}
@media (max-width: 400px) {
  .image1 {
    width: auto;
    height: 220px;
    left: -346px;
    z-index: 2;
  }
  .image2 {
    width: auto;
    height: 220px;
    left: -161px;
    top: -265px;
  }
  .image3 {
    width: auto;
    height: 220px;
    left: -346px;
    z-index: 2;
    top: -278px;
  }
  .image4 {
    width: 174px;
    height: 220px;
    left: -157px;
    top: -544px;
    z-index: 1;
  }
  .imganimation {
    position: relative;
    margin-top: 35px;
    border-radius: 5px;
    box-shadow: 5px 10px 5px rgba(226, 224, 224, 0.5);
    margin-left: -17px;
  }
  .card {
    width: 200px;
    display: none;
  }
  .myCertificates {
    width: 200px;
    margin-left: 379px;
    display: block;
  }
}
/*-------------------------certificates media---------------- */

/*-------------------------contact media---------------- */

@media (max-width: 768px) {
  .titel-contact {
    font-size: 38px;
    margin-left: 0;
    text-align: center;
  }

  .border-contact {
    margin: 97px auto;
    width: 90%;
    height: 373px;
  }

  .contact {
    margin-left: 16px;
    margin-right: 47px;
    margin-top: 41px;
    width: 86%;
    padding: -26px;
    gap: 15px;
    align-items: end;
  }
  .contact-phone {
    margin: 0px -142px;
  }

  .contact-phone {
    margin-left: -60px;

    width: 100%;
  }
  .contact-instagram {
    margin-left: -60px;

    width: 100%;
  }
  .contact-address {
    flex-direction: column;
    /* align-items: flex-end; */
    margin-left: -104%;

    width: 97%;
  }
  .img-icon-phone {
    width: 30px;
    margin-right: -198px;
    margin-top: -22px;
    margin-bottom: -12px;
    margin-left: -8px;
  }
  .img-icon-instagram {
    width: 30px;
    margin-right: -307px;
    margin-top: 19px;
    margin-bottom: 20px;
  }
  .img-icon-location {
    width: 30px;
    margin-right: -272px;
    margin-top: -111px;
  }
}
@media (max-width: 390px) {
  .titel-contact {
    font-size: 38px;
    margin-left: 0;
    margin-right: 0px;
    text-align: center;
    margin-top: 150px;
  }

  .border-contact {
    margin: 118px auto;
    width: 90%;
    height: 373px;
  }

  .contact {
    width: 77%;
    margin: -66px 33px 34px 0px;
    gap: 21px;
    align-items: end;
  }
  .contact-phone {
    margin: 0px -152px;
  }

  .contact-instagram {
    margin-left: -60px;

    width: 94%;
  }
  .contact-address {
    flex-direction: column;
    /* align-items: flex-end; */
    /* margin-left: -104%; */
    margin: 0px -29px;
    width: 120%;
  }
  .img-icon-phone {
    width: 30px;
    margin-right: -198px;
    margin-top: -22px;
    margin-bottom: -12px;
    margin-left: -8px;
  }
  .img-icon-instagram {
    width: 30px;
    margin-right: -307px;
    margin-left: -1px;
    margin-top: 19px;
    margin-bottom: 20px;
  }
  .img-icon-location {
    width: 30px;
    margin-right: -336px;
    margin-top: -110px;
  }
}

/*-------------------------contact media---------------- */
@media (max-width: 430px) {
  .titel-contact {
    font-size: 38px;
    margin-left: 0;
    margin-right: 0px;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 5px;
  }

  .border-contact {
    margin: 97px auto;
    width: 90%;
    height: 373px;
  }

  .contact {
    width: 70%;
    margin: -29px 33px 34px 0px;
    gap: 21px;

    align-items: end;
  }
  .contact-phone {
    margin: 0px -152px;
  }

  .contact-instagram {
    margin-left: -60px;

    width: 94%;
  }
  .contact-address {
    flex-direction: column;
    /* align-items: flex-end; */
    /* margin-left: -104%; */
    margin: 0px -29px;
    width: 120%;
  }
  .img-icon-phone {
    width: 30px;
    margin-right: -198px;
    margin-top: -22px;
    margin-bottom: -12px;
    margin-left: -8px;
  }
  .img-icon-instagram {
    width: 30px;
    margin-right: -307px;
    margin-left: -1px;
    margin-top: 19px;
    margin-bottom: 20px;
  }
  .img-icon-location {
    width: 30px;
    margin-right: -328px;
    margin-top: -110px;
  }
}
/*-------------------------footer link arman media---------------- */
@media (max-width: 430px) {
  .a-link-arman {
    margin-left: -2px;
    margin-right: 35px;
    text-align: center;
    display: block;
    font-size: 11px;
  }
}
/*-------------------------footer media---------------- */
@media (max-width: 430px) {
  .line {
    width: 100%;
  }
  footer {
    position: relative;
    bottom: -51px;
    left: 70px;
    padding: 10px;
    color: #f1f1f1;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .a-link-arman {
    margin-left: 0;
    text-align: center;
    display: block;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .line {
    width: 100%;
  }
}
@media (max-width: 390px) {
  footer {
    position: relative;
    bottom: -51px;
    left: 57px;
    padding: 10px;
    color: #f1f1f1;
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .border-contact {
    margin: 97px auto;
    width: 95%;
    height: 373px;
  }
  .imganimation {
    position: relative;
    margin-top: 35px;
    border-radius: 5px;
    box-shadow: 5px 10px 5px rgba(226, 224, 224, 0.5);
    margin-left: -24px;
  }
  .titel-contact {
    font-size: 38px;
    margin-left: 0;
    margin-right: 0px;
    text-align: center;
    margin-top: 158px;
    margin-bottom: -88px;
  }
}
