@font-face {
  font-family: "AmnFont";
  src:
    url("./fonts/Bahij_TheSansArabic-Plain.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AmnFont";
  src:
    url("./fonts/Bahij_TheSansArabic-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "AmnFont";
  src:
    url("./fonts/Bahij_TheSansArabic-SemiLight.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}

html {
  font-family: "AmnFont", "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif;
}

body {
  font-family: "AmnFont", "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif;
  color: #00b5cb;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog .ui-dialog-title {
  text-align: center;
  width: 100%;
}

label.error {
  color: red;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}

label.error.fail-alert {
  border: 2px solid red;
  border-radius: 4px;
  line-height: 1;
  padding: 2px 0 6px 6px;
  background: #ffe6eb;
}

input.valid.success-alert {
  border: 2px solid #4caf50;
  color: green;
}

select.valid.success-alert {
  border: 2px solid #4caf50;
  color: green;
}

.pageHeader {
  background-color: #e4eefe;
  color: #515f78;
  font-weight: bold;
  font-size: 8pt;
}

.PageSubBar {
  height: 22px;
  background-color: #b9d5ee;
  background-image: url(/themes/default/images/mb_bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  border-bottom: solid 1px #4c7094;
}

a.phpgrid:link {
  color: #4d7cc4;
}

.marginTop5 {
  margin-top: 5px;
}

.contentHeaderTitle {
  color: #6085b2;
  font-size: 20pt;
  text-align: start;
  vertical-align: bottom;
}

table.center:td {
  text-align: center;
}

.Hand {
  cursor: pointer;
}

.center-me {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  border: 0px solid #000000;
  border-radius: 5px;
}

.logoIcon {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.smallscreenFontSize {
  font-size: 2rem;
}

.card-noborder {
  border: 0px;
}

.card-header-custom {
  box-shadow: 0px 10px 5px -2px rgb(0, 181, 203, 0.15);
}

.card-no-border {
  border: 0px;
}

.card-icon {
  width: 8rem;
  height: 8rem;
}

.img-logo {
  opacity: 1;
  /*width: 50%;
  height: 50%;*/
}

.lang-section {
  direction: rtl;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.lang-controls {
  /*background-color: #00b5cb;*/
  color: white;
}

.lang-control {
  padding: .5rem 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.lang-inactive {
  background-color: #00b5cb;
}

.lang-active {
  background-color: gray;
}

.lang-active::before {
  content: "✅";
}

.card-title {
  font-size: 2rem;
  font-weight: bold;
}

.card-description {
  font-size: 1rem;
  font-weight: normal;
}

.card {
  border-radius: 5px;
  border: rgb(0, 181, 203, 0.25) solid 1px;
  text-align: center;
  margin: 1rem 1rem;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgb(0, 181, 203, 0.15), 0 6px 20px 0 rgb(0, 181, 203, 0.15);
  background-color: rgb(255, 216, 168);
}

.page-container {
  background-color: rgb(0, 181, 203, 0.05);
  margin: auto;
  max-width: 100rem;
  border-left: solid 1px rgb(0, 181, 203, 0.15);
  border-right: solid 1px rgb(0, 181, 203, 0.15);
}

.body-container {
  margin: auto;
  align-items: center;
  max-width: 100rem;
  padding: 1rem;
}


.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.hero-image-section {
  grid-column: 2;
  grid-row: 1;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.hero-text-section {
  grid-column: 1;
  grid-row: 1;
}

@media screen and (max-width: 768px) {
  .hero-section {
    grid-template-columns: 1fr;
  }

  .hero-image-section {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-text-section {
    grid-column: 1;
    grid-row: 2;
  }
}


.hero-title {
  font-size: 5rem;
}

.hero-text {
  font-size: 2rem;
}

.more-btn {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
}

.btn-primary {
  background-color: #f4941c;
  color: white !important;
  margin-top: 1rem;
  border: none;
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn-primary:hover {
  background-color: #00b5cb;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.footer-section {
  background-color: #00b5cb;
  padding: 1rem;
  text-align: center;
  align-items: center;
  display: grid;
  margin: auto;
  max-width: 100rem;
}

.footer-text {
  color: white;
  font-size: 1rem;
  grid-column: 1;
}

.social-links {
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .social-links {
    grid-column: 1;
  }
}


.social-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
}

.social-link {
  margin-right: 1rem;
  width: 2rem;
}