@font-face {
  font-family: 'vazir';
  src: url('../font/Vazirmatn-Regular.ttf') format(truetype);
}

@font-face {
  font-family: 'ravi';
  src: url('../font/RaviBold.ttf') format(truetype);
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  background: #ffffff;
  font-family: 'vazir', 'Roboto', sans-serif;
  font-weight: normal;
}

p {
  text-align: justify;
  font-size: 16px !important;
}

a {
  font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 24px !important;
  font-family: 'ravi', 'vazir';
  font-weight: bold;
  font-style: normal;
  color: #121518;
}

.carousel-caption>p {
  font-family: 'ravi', 'vazir';
}

.dropdown-toggle::after {
  margin-right: .255em;
}

.dropdown-menu {
  right: 0;
  float: right;
  text-align: right;
}

.feature .feature-item h3::after {
  right: 0;
}

.feature .feature-item {
  flex-direction: row-reverse;
}

.team-text>p {
  text-align: center;
}

.faqs .card-header a,
.faqs .card-body {
  text-align: right;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after,
.faqs .card-header [data-toggle="collapse"]:after {
  float: left;
}

.faqs a.btn {
  float: right;
}

.testimonial .testimonial-item h2 {
  text-align: right;
}

.blog .blog-item h3 {
  text-align: right;
}

.blog .blog-item .meta {
  display: block;
  text-align: right;
}

.form-control:focus {
  box-shadow: none;
}

.footer-menu {
  max-width: none;
}

.carousel-caption>h1 {
  font-size: 40px !important;
}

.carousel-caption>p {
  font-size: 34px !important;
}

.service-item {
  min-height: 300px;
  background: #ebebeb;
  box-shadow: 0 0 8px 2px #00000024;
}

.service-item>.btn {
  display: none;
}

.feature .feature-icon {
  display: none;
}

.footer .footer-menu .f-menu a.activef {
  color: #aa9166;
}

.testimonial .testimonial-item img {
  display: none;
}

.testimonial .testimonial-item {
  min-height: 280px;
}

.feature-top .col-md-3 {
  border: none !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  font-weight: bold;
  font-size: 18px !important;
}

.soc-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  row-gap: 25px;
}

.footer .soc-container>a {
  width: 33%;
  display: block;
  margin-bottom: 0;
}

.footer .soc-container>a::before {
  display: none;
}

.soc-container>a>img {
  display: block;
  width: 60%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    padding-right: 30px;
  }

  .soc-container {
    justify-content: center;
  }
}