@import '../styles/bootstrap.rtl.min.css';
@import '../styles/font-awesome.min.css';
.border-radius {
  border-radius: 10px;
}

@font-face {
  font-family: Yekan;
  src: url("../fonts/Yekan/Yekan.eot");
  src: url("../fonts/Yekan/Yekan.eot?#iefix") format("FontName-opentype"), url("../fonts/Yekan/Yekan.woff") format("woff"), url("../fonts/Yekan/Yekan.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Shabnam;
  src: url("../fonts/Shabnam/Shabnam.eot");
  src: url("../fonts/Shabnam/Shabnam.eot?#iefix") format("FontName-opentype"), url("../fonts/Shabnam/Shabnam.woff") format("woff"), url("../fonts/Shabnam/Shabnam.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ShabnamDigits;
  src: url("../fonts/Shabnam/Farsi-Digits/Shabnam-FD.eot");
  src: url("../fonts/Shabnam/Farsi-Digits/Shabnam-FD.eot?#iefix") format("FontName-opentype"), url("../fonts/Shabnam/Farsi-Digits/Shabnam-FD.woff") format("woff"), url("../fonts/Shabnam/Farsi-Digits/Shabnam-FD.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
header nav {
  background-color: #b4916b !important;
  border-top: 5px solid #03a2c2;
  border-bottom: 5px solid #f5ffff;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  header nav {
    border-bottom: 2px solid #f5ffff;
    border-top: 2px solid #03a2c2;
    height: auto !important;
  }
}
header nav .navbar-brand {
  color: #f5ffff;
  font-weight: bold;
}
header nav .navbar-brand:hover {
  color: #f5ffff;
}
header nav .navbar-nav .nav-item .nav-link {
  color: #f5ffff !important;
  font-size: 18px;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: #1d3269 !important;
  font-weight: bold;
}
header nav .navbar-nav .dropdown .dropdown-menu {
  background-color: #03a2c2 !important;
}
header nav .navbar-nav .dropdown .dropdown-menu li a.dropdown-item {
  color: white;
}
header nav .navbar-nav .dropdown .dropdown-menu li a.dropdown-item:hover {
  background-color: #b4916b;
}
header nav #shortcut a {
  color: #f5ffff;
  cursor: pointer;
}

main#masjed .carousel {
  height: 91vh;
  overflow: hidden;
  border-bottom: 5px solid #03a2c2;
}
@media (max-width: 576px) {
  main#masjed .carousel {
    height: 200px !important;
    border-bottom: 2px solid #03a2c2;
  }
}
main#masjed #seperator {
  width: 100%;
  border-top: 5px solid #b4916b;
}
main#masjed #seperator p {
  font-size: 40px;
  padding-top: 40px;
  color: #b4916b;
  font-weight: bold;
  font-family: "Yekan";
}
@media (max-width: 576px) {
  main#masjed #seperator {
    border-top: 2px solid #b4916b;
  }
  main#masjed #seperator p {
    font-size: 25px;
  }
}
main#masjed .banner {
  position: relative;
}
main#masjed .banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: rgba(3, 162, 194, 0.2117647059);
}
main#masjed .banner {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 300px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 576px) {
  main#masjed .banner {
    height: 200px !important;
    overflow: hidden;
  }
  main#masjed .banner .mask {
    height: 200px !important;
  }
  main#masjed .banner img {
    height: 200px;
  }
}
main#masjed .boxes {
  margin-top: 35px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 5px solid #03a2c2;
  border-radius: 10px;
}
main#masjed .boxes .top-title {
  background-color: #03a2c2;
  height: 50px;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
  text-align: right;
  color: #f5ffff;
  font-weight: bold;
  padding-right: 50px;
}
main#masjed .boxes .box {
  width: auto;
}
main#masjed .boxes .box .box-title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #f5ffff;
  background-color: #b4916b;
  height: 50px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding-top: 10px;
}
main#masjed .boxes .box .box-body {
  border-right: 2px solid #03a2c2;
  border-left: 2px solid #03a2c2;
  overflow: hidden !important;
  height: 200px;
}
main#masjed .boxes .box .box-footer {
  text-align: center;
  font-weight: bold;
  color: #b4916b;
  border: 2px solid #b4916b;
  min-height: 50px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding-top: 12px;
}
@media (max-width: 576px) {
  main#masjed .boxes .top-title {
    height: 40px;
    padding: 7px;
    font-size: 16px;
  }
  main#masjed .boxes .box .box-title {
    font-size: 14px;
    height: 40px;
    padding-top: 7px;
  }
  main#masjed .boxes .box .box-body {
    height: 150px;
  }
  main#masjed .boxes .box .box-footer {
    padding-top: 7px;
    font-size: 13px;
    min-height: 40px;
  }
}

footer#masjed {
  background-color: #1d3269;
  border-top: 5px solid #b4916b;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 0;
  height: auto;
}
footer#masjed #developer {
  background-color: #03a2c2;
  border-top: 5px solid #b4916b;
  height: 35px;
}
footer#masjed #developer p {
  padding: 3px;
  color: #f5ffff;
  font-size: 15px;
}
footer#masjed #developer p a {
  text-decoration: none;
  color: #f5ffff;
  font-size: 14px;
}
footer#masjed #developer p a:hover {
  color: #1d3269;
}
footer#masjed .footer-box {
  margin-bottom: 20px;
}
footer#masjed .footer-box .footer-box-header p {
  color: #f5ffff;
  font-size: 22px;
  font-weight: bold;
  padding: 2px;
  text-align: center;
}
footer#masjed .footer-box .footer-box-body ul {
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
footer#masjed .footer-box .footer-box-body ul li {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
  margin-top: 5px;
  text-align: center;
}
footer#masjed .footer-box .footer-box-body ul li a {
  color: #b4916b;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}
footer#masjed .footer-box .footer-box-body ul li a span.fa {
  font-size: 15px;
  margin-left: 1px;
}
footer#masjed .footer-box .footer-box-body ul li a:hover {
  color: #03a2c2;
}

@media (max-width: 576px) {
  footer#m #developer p {
    font-size: 14px !important;
  }
  footer#m #developer p a {
    font-size: 14px;
  }
  footer#m .footer-box .footer-box-header p {
    font-size: 18px !important;
  }
  footer#m .footer-box .footer-box-body ul li a {
    font-size: 14px !important;
  }
}
.header-banner {
  position: relative;
}
.header-banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: rgba(3, 162, 194, 0.2117647059);
  overflow: hidden !important;
}
.header-banner {
  height: 300px;
  overflow: hidden !important;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .header-banner {
    height: 200px;
    overflow: hidden;
  }
  .header-banner .mask {
    height: 200px;
  }
}

.box-news {
  margin-bottom: 50px;
}
.box-news .box-body {
  height: 300px;
  overflow: hidden;
  padding: 5px;
}
.box-news .box-body img {
  width: 200px;
  margin: 5px;
  border-radius: 10px;
}
.box-news .box-body p {
  font-size: 18px;
  padding-right: 10px;
}
.box-news .box-footer {
  height: 20px !important;
}
.box-news .box-footer a {
  text-decoration: none !important;
  color: #03a2c2;
}

@media (max-width: 576px) {
  .box-news {
    margin-bottom: 10px;
  }
  .box-news .box-body {
    padding: 5px;
    padding-top: 10px;
  }
  .box-news .box-body img {
    width: 150px;
  }
  .box-news .box-body p {
    font-size: 14px;
  }
  .box-news .box-footer {
    padding-top: 5px !important;
    height: 20px !important;
  }
}
.news-details {
  border-bottom: none !important;
}
.news-details .box-body {
  text-align: center;
  height: auto !important;
}
.news-details .box-body img {
  width: 700px !important;
  height: auto !important;
}
.news-details .box-body p {
  padding: 50px;
  justify-content: right !important;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 576px) {
  .news-details .box-body img {
    width: 300px !important;
  }
  .news-details .box-body p {
    font-size: 16px;
    line-height: 30px;
  }
}
.gallery-boxes .box .box-body {
  border: 2px solid #b4916b !important;
  border-radius: 10px !important;
  padding: 0 !important;
  height: 260px !important;
  overflow: hidden !important;
}
.gallery-boxes .box .box-body a {
  margin: 0;
  padding: 0;
}
.gallery-boxes .box .box-body a img {
  margin: 0;
  padding: 0;
}

@media (max-width: 576px) {
  .gallery-boxes .box .box-body {
    height: 180px !important;
    overflow: hidden !important;
  }
  .gallery-boxes .box .box-body a {
    margin: 0;
    padding: 0;
  }
}
.auth_page {
  color: #03a2c2;
  background-color: #1d3269;
}
.auth_page a {
  text-decoration: none;
}
.auth_page .auth-box {
  border: 2px solid #b4916b;
  border-radius: 10px;
  margin-top: 50px;
}
.auth_page .auth-box .auth-header {
  margin: 5px;
}
.auth_page .auth-box .auth-header h3 {
  border-radius: 10px;
  padding: 10px;
  background-color: #b4916b;
  color: #f5ffff;
}

#info-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
#info-box .box-circle {
  border-radius: 10px;
  padding: 10px;
  text-align: center !important;
  background-color: #03a2c2;
  color: #f5ffff;
  font-weight: bold;
}
#info-box .box-circle p.info-data {
  font-size: 20px;
  font-weight: bold;
}

.boxx {
  border: 1px solid #b4916b;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.boxx .boxx-header {
  background-color: #1d3269;
  padding: 7px;
  border-radius: 10px;
  color: #f5ffff;
}
.boxx .boxx-header h5 {
  margin-top: 5px !important;
}
.boxx .boxx-content {
  padding: 5px;
}
.boxx .boxx-content form {
  margin-top: 20px !important;
  margin-bottom: 5px;
}
.boxx .boxx-content table {
  padding: 5px;
}
.boxx .boxx-content table thead tr th {
  background-color: #03a2c2;
  padding: 12px !important;
  text-align: center;
}
.boxx .boxx-content table tbody tr td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

body .active {
  font-weight: bold;
}
body .active:hover {
  cursor: none;
  color: white !important;
}
body {
  border-radius: 10px;
  font-family: ShabnamDigits;
  margin: 0;
  padding: 0;
}
body main {
  min-height: 84vh;
}
body #homepage {
  margin: 0;
  padding: 0;
  height: 100vh;
  background: url("../../assets/images/background/wallpaper.jpg") no-repeat center center fixed;
  background-size: cover;
}
body #homepage .salam {
  color: #f5ffff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: black;
}
@media (max-width: 576px) {
  body #homepage .salam {
    font-size: 20px;
  }
}
body #homepage .title {
  padding-top: 30px;
  padding-right: 100px;
  padding-left: 100px;
  font-size: 70px;
  font-weight: bold;
  color: #f5ffff;
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  body #homepage .title {
    padding-top: 50px;
    font-size: 33px;
    margin-bottom: 50px;
  }
}
body #homepage .title span {
  border-radius: 10px;
  padding: 10px;
}
body #homepage .main-box {
  padding: 10px;
}
body #homepage .main-box .box {
  border: 2px solid #f5ffff;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
  width: 110px;
  height: 110px;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  body #homepage .main-box .box {
    width: 60px;
    height: 60px;
  }
}
body #homepage .main-box .box a.box-link {
  text-decoration: none;
  color: #f5ffff;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  transition: all ease-in-out 0.5;
}
@media (max-width: 576px) {
  body #homepage .main-box .box a.box-link {
    font-size: 13px;
    font-weight: bold;
  }
}
body #homepage .main-box .box:hover {
  background-color: #b4916b !important;
  border: none !important;
  cursor: pointer;
}
body #homepage .main-box #m {
  background-color: rgba(180, 145, 107, 0.6901960784);
}
body #homepage .main-box #h {
  background-color: rgba(180, 145, 107, 0.6901960784);
}
body #homepage .main-box #z {
  background-color: rgba(180, 145, 107, 0.6901960784);
}
body #homepage .main-box #b {
  background-color: rgba(180, 145, 107, 0.6901960784);
}/*# sourceMappingURL=style.css.map */