/* general style */
@font-face {
  font-family: "Vazir";
  src: url("fonts/vazir/Vazir.eot");
  src: url("fonts/vazir/Vazir.eot?#iefix") format("embedded-opentype"),
    url("fonts/vazir/Vazir.woff2") format("woff2"),
    url("fonts/vazir/Vazir.woff") format("woff"),
    url("fonts/vazir/Vazir.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Vazir";
  src: url("fonts/vazir/Vazir-Bold.eot");
  src: url("fonts/vazir/Vazir-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/vazir/Vazir-Bold.woff2") format("woff2"),
    url("fonts/vazir/Vazir-Bold.woff") format("woff"),
    url("fonts/vazir/Vazir-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Vazir";
  src: url("fonts/vazir/Vazir-Light.eot");
  src: url("fonts/vazir/Vazir-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/vazir/Vazir-Light.woff2") format("woff2"),
    url("fonts/vazir/Vazir-Light.woff") format("woff"),
    url("fonts/vazir/Vazir-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Vazir";
  src: url("fonts/vazir/Vazir-Medium.eot");
  src: url("fonts/vazir/Vazir-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/vazir/Vazir-Medium.woff2") format("woff2"),
    url("fonts/vazir/Vazir-Medium.woff") format("woff"),
    url("fonts/vazir/Vazir-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Vazir";
  src: url("fonts/vazir/Vazir-Thin.eot");
  src: url("fonts/vazir/Vazir-Thin.eot?#iefix") format("embedded-opentype"),
    url("fonts/vazir/Vazir-Thin.woff2") format("woff2"),
    url("fonts/vazir/Vazir-Thin.woff") format("woff"),
    url("fonts/vazir/Vazir-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: Vazir;
  direction: rtl;
}

p {
  margin-top: 0;
  margin-bottom: 0rem;
}

button {
  font-family: vazir;
}

* {
  margin: 0;
  padding: 0;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

/*  */
/*style for header  */
.headerlogo {
  padding: 10px;
}

.headerlogo img {
  width: 84px;
}

.headerlist ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.headerlist li {
  font-weight: bolder;
  color: rgb(255, 255, 255);
}

.headr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: black !important;
}

/*  */

/* banner */
.banner img {
  width: 100%;
  height: 399px;
}

.banner-text {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  text-align: center;
}

/*  */
/* style for footer */
.footer {
  width: 100%;
  height: 274px;
  background-color: #131821;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.logofooter img {
  /* height: 115px; */
  width: 150px;
}

.footer p {
  color: #ffffff;
  font-size: 20px;
}

.footer i {
  color: #ffffff;
  font-size: 50px;
  margin-left: 30px;
}

.footersec {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 30%;
}

.calldetail {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/* style for contact us */
.datachild {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contactus {
  /* width: 80%; */
  align-items: center;
  display: flex;
  justify-content: center;
  height: 80vh;
}

.detailcontact {
  width: 40%;
}

.location {
  width: 50%;
}

.datachild i {
  font-size: 40px;
  margin: 0px 40px;
}

.location iframe {
  width: 80%;
}

/*  */
@media (max-width: 768px) {
  .contactus {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .detailcontact,
  .location {
    width: 100%;
  }

  .location iframe {
    width: 100%;
    height: 300px;
  }

  .datachild {
    flex-direction: column;
    align-items: flex-start;
  }

  .datachild i {
    margin: 0 0 10px 0;
  }

  .addres h2 {
    font-size: 18px;
  }

  .addres p {
    font-size: 14px;
  }
}

@media (max-width:426px) {
  body {
    width: 100%;
  }
}

.hamburger {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: white;
  padding: 10px;
}
@media (max-width: 768px) {
  .headerlist {
    position: absolute;
    top: 124px;
    right: 0;
    background-color: #0d0d0d;
    width: 100%;
    flex-direction: column;
    display: none; 
  }

  .headerlist ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .headerlist ul a {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    display: block;
    text-decoration: none;
  }

  .hamburger {
    display: block;
  }

  .headr {
    justify-content: space-between;
    padding: 0 20px;
  }

  .headerlist.active {
    display: flex;
  }
}
