.img-content,
.page-title {
  justify-content: center;
  display: flex;
}
.nav-con {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.page-title {
  min-height: 30vh;
  background-image: url(../img/background-page-titr.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  position: relative;
  z-index: -1;
}
.page-title h1 {
  font-size: clamp(2.5rem, 5vw, 6rem);
  text-align: center;
  color: #fff;
}
section.content {
  max-width: 1200px;
  margin: 10rem auto;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  padding: 4rem;
  border-radius: 5px;
}
.content h4 {
  font-size: 2.5rem;
  padding-top: 2rem;
}
.content p {
  font-size: 1.6rem;
  line-height: 33px;
  color: #333;
}
.img-content img {
  width: 90%;
  border-radius: 5px;
  margin-bottom: 2vh;
}
section.call-us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
}
section.call-us > div {
  flex: 1;
}
.call-data {
  background: #000;
  padding: 3rem;
  border-radius: 5px;
  margin: 1rem 0;
}
.call-form form {
  background: #f9a80080;
  padding: 2rem;
  border-radius: 5px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
  border-radius: 5px;
  border: none;
  font-family: sns;
  background-color: #fff;
  padding: 0 0.5rem;
}
form.wpcf7-form.init span input {
  width: 100%;
  height: 29px;
  border-radius: 5px;
  border: none;
  font-family: sns;
  padding: 1rem 0;
  background-color: #fff;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  font-family: sns;
  padding: 0.5rem 3rem;
}
.call-data ul.call-info {
  flex-direction: row;
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.location iframe {
  border-radius: 5px !important;
}

h1 ul li a {
  font-family: yekan !important;
}

.archive-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 10rem auto;
  justify-content: center;
}
.archive-holder > a {
  flex: 30%;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 2rem;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.archive-holder > a:hover {
  box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.2);
  transform: translateY(6px);
}
.post-hold {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.post-hold h4 {
  align-self: self-start;
  color: #000;
  font-size: 2rem;
}
div.post-hold img {
  width: 30rem;
}
.post-hold p,
.post-hold p:active {
  color: #333;
}
.page-title h1 ul li a,
.page-title h1 ul li a:active {
  color: #fff;
  font-family: y }