@font-face {
  font-family: vazir-normal;
  src: url("../fonts/Vazir.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: vazir-bold;
  src: url("../fonts/Vazir-Bold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazir;
  src: url("../fonts/Vazir-Medium.woff") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: vazir;
  src: url("../fonts/Vazir-Thin.woff") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.vh-40 {
  height: 40vh;
}
.vh-50 {
  height: 50vh;
}
.vh-60 {
  height: 60vh;
}
.vh-70 {
  height: 70vh;
}
.vh-80 {
  height: 80vh;
}
.rtl {
  direction: rtl;
  text-align: right;
}
.bg-green {
  background: #217e3a;
}
.bg-gray {
  background: #f5f5f5;
}
body {
  font-family: vazir-normal;
  font-size: 1.2rem;
}
.bg-carousel {
  background: linear-gradient(-100deg, deeppink 50%, #01b0f8 50%);
  height: auto;
}

.card-styling {
  background: #ffffff;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.card-img-top {
  max-width: 150px;
}
.circle-image {
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.border-none {
  border: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
h4 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}
h4 span {
  font-size: 18px;
  color: #666666;
}
p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.carousel-indicators {
  left: 0;
  top: auto;
  bottom: -5px;
}
.item-bottom {
  top: 85%;
  position: absolute;
}
.vazir-bold {
  font-family: vazir-bold;
}
.img-max-size {
  max-width: 150px;
  max-height: 150px;
}
.border-bottom{
  border-bottom: solid #ffffff 1px ;
}
@media (max-width: 240px) {
  body {
    font-size: 11px;
  }
  .container {
    min-width: 20em;
  }
  .card-title,
  .card-text {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 12px;
  }
  .card-title,
  .card-text {
    font-size: 12px;
  }
  .carousel-inner {
    min-width: 40em;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 13px;
    height: 100vh;
  }
  .card-title,
  .card-text {
    font-size: 13px;
  }
  nav {
    direction: ltr;
  }
  #nav {
    direction: rtl;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem white;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
  .card-title,
  .card-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .card-title,
  .card-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
}
