@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: Almarai;
}

body {
  padding-top: 56px;

}

.bg-lightt{

  background-image: url("../../../images/bk.jpg");
}

.logo-web{

  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;

}

.bg-dark {
  background-color: #C11F25!important;
}

.bg-light {
  background-color: #ffffff!important;
}

.martyr {
  background-color: #EAEAEA;
  padding: 0 0 16px 0;
  margin-bottom: 30px;
}

.martyrr {
  padding: 5px 13px 24px 13px;
}

.martyr h4 {
  padding: 4px 0px 28px 0px;
  font-size: 25px;
  font-weight: 900;
}

.align-text-top {
  vertical-align: middle !important;
}


/*.text-white {*/
/*  color: #fff!important;*/
/*  font-size: 23px;*/
/*  font-weight: bold;*/
/*}*/

.lh-1 {
  line-height: 1!important;
  padding: 0 0 0 20px;
}

.titlepage {
  font-size: 20px;
  font-weight: bold;
  color: #935959;
  text-align: center;
  margin: 10px 0 20px 0;
}

span.title {
  font-size: 13px;
}

.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}




@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 70px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }

}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

.row.g-33 {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 30px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.btn-success {

  background-color: #c11f25;
  border-color: #c11f25;
}


.btn-success:hover {

  background-color: black;
  border-color: black;
}
.text-body {
  color: #ffffff!important;
}

.h-100 {
  height: 80%!important;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}



.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.cardwhite {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cardwhite2 {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f1f1f1;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  /*background-color: #eaeaea;*/
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-controll {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: bols;
  line-height: 1.5;
  color: #212529;
  background-color: #e9e9e9;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 8px 0 0 0;
}



.g-3, .gy-3 {
  --bs-gutter-y: 20px;
}

.cardwhite h1{

  font-size: 15px;
  color: #848484;
  margin: 3px;
  min-height: 36px;
}

.cardwhite2 h1{

  font-size: 15px;
  color: #848484;
  margin: 3px;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #362f2f;
  height: 60px;
}

.bg-purple2 {
  background-color: #362f2f;
  padding: 10px;
}


.w-100 {
  width: 100% !important;
  margin: 32px 0 65px 0;
}


.formbotton {
  display: inline-flex;
}

.formbotton button {
  margin: 0 5px;
}

.btn-primary {
  color: #fff;
  background-color: #c11f25;
  border-color: #c11f25;
}

.btn-primary:hover {
  background-color: #12120e;
  border-color: #12120e;
}


.small, small {
  font-size: .875em;
  display: block;
  font-style: oblique;
  color: red;
}


@media (max-width: 900px){

  .navbar-dark .navbar-toggler {
    color: rgb(193 31 37);

  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(%28)255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e !important);
  }

}



.prompt {
  /*background-image: url('../images/launcher-icon-4x.png');*/
  background-color: rgb(59, 134, 196); /* Blue */

  background-position-x: 1rem;
  background-position-y: 1.5rem;
  background-repeat: no-repeat;
  background-size: auto 40%;
  /*background-color: #ffffff;*/
  box-shadow: 0 20px 40px 0 rgba(91, 107, 174, 0.15);
  padding: 1.5rem 1rem 0.5rem 5rem;
  position: fixed;
  transition: all 0.5s ease-in-out;
  width: 100vw;
  z-index: 9;
}

.prompt.show {
  transition-delay: 3s;
  bottom: 0;
  opacity: 1;
}

.prompt.hide {
  bottom: -100%;
  opacity: 0;
}


.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #c11f25;
  border-color: #c11f25;
}


.row>* {
  margin-top: 10px !important;
}

.pagination {
  display: flex;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd; /* Gray */

}

.pagination a.active {
  background-color: #c11f25;
  color: white;
}

.pagination li.active {
  background-color: #c11f25;
  color: white;
}

li.active a {
  color: white !important;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.btn-secondary{
  margin:5px;
}

time{
  position: relative;
  float: left;
  color: red;
  font-size: 18px;
  direction: ltr;
}