@font-face {
  font-family: "centary";
  src: url(../fonts/GOTHIC.TTF);
}
/* Done */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*  */
*::selection {
}
/*  */
:root {
}
/* Done */
ul {
}
ul,
li {
  /* list-style: none; */
}
/* Done */
a {
}
/* Done */
body,
html {
  position: relative;
}

body {
  background:
    /* ۱. هاله نوری گرم استارتاپی و صنعتی (بالا سمت چپ) */
    /* ۳. لایه شفاف سراسری جهت افزایش خوانایی متن‌ها */
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(253, 253, 253, 0.55) 100%
    ),
    /* ۴. تصویر پس‌زمینه بهینه‌سازی شده شما */
    url("../images/background/aboutus.png") center center / cover no-repeat;
  /* ایجاد افکت پارالکس ملایم هنگام اسکرول */
  background-attachment: fixed;
}
/*  */
button,
textarea,
input {
}
/* */
h1,
h2,
h3,
h4,
h5,
h6 {
}
.up {
  position: relative;
  top: -8.5px;
}
.logo {
  letter-spacing: 5px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 30px;
}
.header {
  padding-top: 30px;
  padding-bottom: 70px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
.text {
  line-height: 28px;
  margin-inline: 23.5%;
  font-size: 15px;
  text-align: justify;
  /* background-color: rgba(255, 255, 255, 0.578); */
  padding: 2%;
  border-radius: 26px;
  backdrop-filter: blur(0.1px);
  -webkit-backdrop-filter: blur(0.5px);
}

/* footer */
.footer {
  height: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  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;
}

/* ALL ICONS */
.namad {
  height: 0;
}
.size {
  background-color: black;
  width: 100%;
  height: 4px;
}
.namad > img {
  width: 90px;
  position: fixed;
}
.namad > :first-child {
  left: 1.2%;
  top: 98%;
  transform: translate(0, -100%);
}
.namad > :nth-child(2) {
  left: 98.5%;
  top: 98%;
  transform: translate(-100%, -100%);
}
.namad > :nth-child(3) {
  width: 65px;
  left: 15%;
  top: 40%;
  transform: translate(0, -100%);
}
.namad > :nth-child(4) {
  width: 70px;
  left: 80%;
  top: 74%;
  transform: translate(0, -100%);
}

@media (max-width: 764px) {
  .namad > img {
    display: none;
  }
  .text {
    margin-inline: 15%;
  }
}
