@font-face {
  font-family: "centary";
  src: url(../fonts/GOTHIC.TTF);
}

*,
*::after,
*::before {
}

*::selection {
}

:root {
}

ul,
li {
}

a {
}

body,
html {
  position: relative;
}

body {
  background:
    /* ۱. هاله نوری گرم استارتاپی و صنعتی (بالا سمت چپ) */
    /* ۳. لایه شفاف سراسری جهت افزایش خوانایی متن‌ها */
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.45) 0%,
      rgba(253, 253, 253, 0.25) 100%
    ),
    /* ۴. تصویر پس‌زمینه بهینه‌سازی شده شما */
    url("../images/background/contactus.png") center center / cover no-repeat;
  /* ایجاد افکت پارالکس ملایم هنگام اسکرول */
  background-attachment: fixed;
}

button,
textarea,
input {
}
h1,
h2,
h3,
h4,
h5,
h6 {
}

.logo {
  line-height: 280px;
  letter-spacing: 5px;

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
}
.About {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -60px;
  font-size: 30px;
  font-family: centary;
}
.data {
  text-align: center;
  line-height: 30px;
  margin-inline: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
}

.footer {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 97%;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 20px;
  gap: 35px;
}
.footer > div {
  will-change: transform;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased; /* برای متن */
  transition:
    transform 1s,
    opacity 1s;
}
.footer:hover > div {
  opacity: 0.4;
}
.footer > :first-child:hover {
  transform: scale(1.1);
  opacity: 1;
}
.footer > :nth-child(2):hover {
  transform: scale(1.1);
  opacity: 1;
}
.footer > :last-child:hover {
  transform: scale(1.1);
  opacity: 1;
}
.icon-envelope {
  padding: 10px;
}
@media (max-width: 396px) {
  .footer {
    position: relative;
    /* top: 0%; */
    transform: translate(-50%);
  }
}
@media (max-height: 500px) {
  .footer {
    position: relative;
    transform: translate(-50%);
  }
}
@media (max-height: 531px) and (max-width: 1152px) {
  .footer {
    position: relative;
    transform: translate(-50%);
  }
}
@media (max-height: 560px) and (max-width: 618px) {
  .footer {
    position: relative;
    transform: translate(-50%);
  }
}
