@font-face {
  font-family: IranSansFaNum;
  src: url("../fonts/IRANSans_FaNum.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  direction: rtl;
  font-family: IranSansFaNum;
  color: rgba(64, 64, 64);
  background-color: white;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
.mortino {
  font-size: 1.3rem;
  display: block;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header-container {
  display: flex;
  justify-content: start;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: white;
  padding: 20px;
  position: relative;
}
.header-logo {
  width: 2.5rem;
  height: 2rem;
  margin-left: 20px;
}
.navbar {
  width: 25%;
}
.navbar-items {
  display: flex;
  justify-content: space-between;
}
.navbar-items li a {
  color: rgba(64, 64, 64);
  font-weight: normal;
  font-size: 1.1rem;
}
.navbar-items li a:hover {
  color: #00b3e9;
  transition: color 0.3s cubic-bezier(1, 0, 0, 1);
}
.information div {
  padding: 2rem 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 4rem 3rem 2rem 0;
}
.information img {
  width: 30%;
  height: auto;
}
.information div p {
  border-right: 4px solid rgba(115, 61, 216, 0.5);
  padding: 20px;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
}
.information b {
  font-size: 1.7rem;
}
.services > h2,
.contact > h2 {
  margin: 0 3rem;
  padding: 20px;
  border-right: 4px solid rgba(115, 61, 216, 0.5);
}
.row {
  width: 100%;
  display: flex;
}
.applications {
  flex-wrap: wrap;
  padding: 1rem 1.5rem;
  justify-content: space-evenly;
  margin-bottom: 4rem;
}
.app {
  position: relative;
  cursor: pointer;
  margin: 20px;
  transition: transform 0.25s ease-in-out;
  border-radius: 15px;
  width: 270px;
  height: 480px;
  box-shadow: 0px 0px 30px rgba(167, 168, 192, 0.5);
  padding-top: 30px;
}
.app:hover {
  transform: scale(1.05, 1.05);
}
.app img {
  height: 30%;
  margin: auto;
  display: block;
}
.app-content {
  text-align: center;
  padding: 15px 20px;
}
.app-content p {
  font-size: 0.9rem;
}
.app-content h3 {
  color: rgba(55, 23, 114, 0.5);
  margin-bottom: 5px;
}
.btn-box {
  display: flex;
  justify-content: space-around;
  padding: 5px;
}
.btn {
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  padding: 7px;
  width: 40%;
  border: 0;
}
.btn-bazar {
  background-color: #0ea960;
  transition: background-color 0.2s;
}
.btn-bazar:hover {
  background-color: #0fbf6d;
}
.btn-myket {
  background-color: #3f51b5;
  transition: background-color 0.2s;
}
.btn-myket:hover {
  background-color: #465bd0;
}
.btn-directly {
  display: block;
  margin: 10px auto;
  width: 87%;
  background-color: #ef394e;
  transition: background-color 0.2s;
}
.btn-directly:hover {
  background-color: #f85769;
}
.data {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  padding: 10px 20px;
  margin: 30px 0 0 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 0.7rem;
  background-color: #cfcdcd;
  font-weight: 600;
}
.card {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 30px rgba(142, 144, 184, 0.5);
  max-width: 75%;
  display: flex;
  border-radius: 20px;
  position: relative;
  margin: 3rem auto;
  padding: 1rem;
  transition: transform 0.25s ease-in-out;
}
.card:hover {
  transform: scale(1.009, 1.009);
}
.card .title {
  padding: 1rem;
  text-align: right;
  color: rgba(69, 57, 92, 0.5);
  font-weight: bold;
}
.card .desc {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  text-align: justify;
}
.card .actions {
  display: flex;
  justify-content: start;
  padding: 0.5rem 1rem;
}
.actions button {
  margin-left: 15px;
}
.card-text {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.title-total {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.card-text img {
  width: 90%;
  height: 100%;
  border-radius: 10px;
}
.link {
  border: none;
  background: none;
  font-size: 24px;
  color: rgba(115, 61, 216, 0.5);
  cursor: pointer;
  transition: 0.5s;
}
.link:hover {
  color: #00b3e9;
  transform: rotate(-22deg);
}
footer {
  background-image: url("../images/backgrund.jpg");
  opacity: 0.6;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin-top: 5rem;
}
.footer-content {
  text-align: center;
  line-height: 3rem;
}
.footer-content {
  color: rgb(219, 203, 203);
  font-weight: normal;
}
