@font-face {
  font-family: Vazir;
  src: url("../fonts/vazir/Vazir.eot");
  src: url("../fonts/vazir/Vazir.eot?#iefix") format("embedded-opentype"),
    url("../fonts/vazir/Vazir.woff2") format("woff2"),
    url("../fonts/vazir/Vazir.woff") format("woff"),
    url("../fonts/vazir/Vazir.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Vazir;
  src: url("../fonts/vazir/Vazir-Bold.eot");
  src: url("../fonts/vazir/Vazir-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/vazir/Vazir-Bold.woff2") format("woff2"),
    url("../fonts/vazir/Vazir-Bold.woff") format("woff"),
    url("../fonts/vazir/Vazir-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Vazir;
  src: url("../fonts/vazir/Vazir-Black.eot");
  src: url("../fonts/vazir/Vazir-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/vazir/Vazir-Black.woff2") format("woff2"),
    url("../fonts/vazir/Vazir-Black.woff") format("woff"),
    url("../fonts/vazir/Vazir-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Vazir;
  src: url("../fonts/vazir/Vazir-Medium.eot");
  src: url("../fonts/vazir/Vazir-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/vazir/Vazir-Medium.woff2") format("woff2"),
    url("../fonts/vazir/Vazir-Medium.woff") format("woff"),
    url("../fonts/vazir/Vazir-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Vazir;
  src: url("../fonts/vazir/Vazir-Light.eot");
  src: url("../fonts/vazir/Vazir-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/vazir/Vazir-Light.woff2") format("woff2"),
    url("../fonts/vazir/Vazir-Light.woff") format("woff"),
    url("../fonts/vazir/Vazir-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Vazir;
  src: url("../fonts/vazir/Vazir-Thin.eot");
  src: url("../fonts/vazir/Vazir-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/vazir/Vazir-Thin.woff2") format("woff2"),
    url("../fonts/vazir/Vazir-Thin.woff") format("woff"),
    url("../fonts/vazir/Vazir-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

html,
body {
  font-family: "Vazir", sans-serif;
  background-color: #c91e25;
  color: white;
}

.card {
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.card .card-header {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.card .card-header h5 {
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 400;
  font-size: 23px;
}

.card .card-body .form-control {
  outline: 0 !important;
  box-shadow: 0 0 0 0 !important;
  border: 1px solid #c91e259e;
  background-color: #f9dcdc;
}
.card .btn {
  background-color: #c91e25;
  color: white;
  border: 1px solid #c91e25;
  outline: 0;
  width: 90%;
}

.card .btn:hover,
.card .btn:active {
  background-color: #f9dcdc;
  color: rgb(48, 47, 47);
  border: 1px solid #f9dcdc;
  outline: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  margin: 0 auto;
}

#hero .hero-container {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url("../img/hero-bg.jpg");
  z-index: 1;
}

#hero .hero-container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #c91e2580
    linear-gradient(
      rgba(201, 30, 37, 0.5) 0%,
      rgba(201, 30, 37, 0.5) 5%,
      rgba(201, 30, 37, 0.5) 40%,
      rgba(201, 30, 37, 0.7) 76%,
      rgba(201, 30, 37, 0.7) 94%,
      rgba(201, 30, 37, 0.5) 100%
    )
    repeat scroll 0% 0%;
}

#hero .hero-container-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/
.swiper-container {
  width: 100%;
  height: 450px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
