/* font styles */
@font-face {
  font-family: "Shabnam-Light";
  src: url(assets/fonts/Shabnam-Light.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Shabnam-Bold";
  src: url(assets/fonts/Shabnam-Bold.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* reset styles */

body {
  box-sizing: border-box;
  font-family: "Shabnam-Light";
  direction: rtl;
  background-color: #fff;
}

* {
  font-family: "Shabnam-Light";
}

a {
  color: unset !important;
  text-decoration: none;
  font-size: 14px !important;
}

p {
  margin: unset;
  font-size: 14px;
}

ul,
li {
  list-style: none;
}

.position-unset {
  position: unset !important;
}

.fs-7 {
  font-size: smaller;
}

.w-13 {
  width: 13% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 35% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.img-fluid {
  width: 100% !important;
}

.fw-bold {
  font-family: "Shabnam-Bold" !important;
  font-weight: normal !important;
}

.text-just {
  text-align: justify !important;
}

.bi-whatsapp {
  color: #25d366;
}

.bi-globe {
  color: #2196f3;
}

.bi-phone {
  color: #292929;
}

.bi-instagram {
  color: #f06292;
}

.bi-geo-alt {
  color: #ff0000;
}

.bi-telegram {
  color: #2196f3;
}

a:hover {
  color: #f7dd66 !important;
}

.img--fluid {
  width: 100%;
  height: 100%;
}

/* style css */

/*  ------------------------------------ header pattern image */
.header {
  overflow: hidden;
  border-radius: 0 0 50px 50px;
  height: fit-content;
}

.header img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media (max-height: 667px) {
  footer {
    position: unset !important;
  }
}

.profile-wrapper {
  height: 120px;
}

.profile-img {
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -60px auto;
  text-align: center;
  box-shadow: 1px 1px 10px #00000021;
  z-index: 2;
  position: relative;
}

.profile-img img {
  max-width: 100% !important;
  border-radius: 50%;
}

.name h1 {
  font-size: 32px;
}

.link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in 0.2s;
  background: #fff;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
  border-radius: 15px;
  height: 60px;
  font-size: 13px;
}

.links h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

/* ---------------------------------- links icon  */

.link-wrapper i {
  font-size: 20px;
  height: px;
}

.info p {
  text-align: center;
  font-size: 14px;
  font-family: Stardos Stencil;
}

.link-wrapper:hover {
  background: #000 !important;
  color: #fff;
  cursor: pointer;
}

footer a span {
  font-size: 12px;
}

address {
  padding: 20px 0;
}

@media (max-height: 852px) {
  footer {
    position: inherit;
  }
}

#website {
  border: 0;
  background: unset;
  width: 100%;
}

.modal-body p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
