@import url(https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap);
body {
  font-family: "Tajawal", sans-serif;
}

.home {
	min-height: calc(100vh - 230px);
}

.home .intro {
  height: 480px;
  background-image: url("/images/awn-home-page.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .intro h1 {
  color: #fff;
  font-size: 45px;
  text-align: center;
  background: rgba(255, 255, 255, 0.18);
  margin: 0;
  padding: 10px 20px;
  border-radius: 35px;
}
.home .items {
  position: relative;
  top: -125px;
}
.home .items .item {
  width: 340px;
  height: 330px;
  border-radius: 45px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: #000;
  text-decoration: none;
  font-size: 27px;
}
.home .items .item .icon {
  margin-bottom: 45px;
}
.home .items .item:hover {
  background: #eee;
}

nav .navbar-nav .nav-link {
  color: #616160;
  font-size: 18px;
}
nav .navbar-nav .nav-link.active, nav .navbar-nav .nav-link:hover {
  font-weight: 500;
  color: #654062;
}

footer {
  background: #654062;
  min-height: 120px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.richtext {
  padding: 20px 0;
}
.richtext div, .richtext span, .richtext p, .richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5 {
  font-family: "Tajawal", sans-serif !important;
}

h1.content-title {
  color: #654062;
  text-align: center;
  margin: 20px 0;
}

.contact-form {
  margin: 50px 0;
}

.contact-form .input-group-text {  
  height: 100%;
}

.contact-form .border-primary {
  border-color: #654062!important;
}

.contact-form .bg-info {
  background-color: #654062!important;
}

.contact-form .btn-info, .contact-form .btn-info:active, .contact-form .btn-info:hover {
  color: #fff;
  background-color: #654062;
  border-color: #654062;
}

.contact-form .text-info {
  color: #654062!important;
}

.form-group.has-error .input-group {
  border: 1px solid red;
  border-radius: 5px;
}
