*,
* button:focus {
  outline: 0;
}

.mainColor {
  color: var(--mainColor) !important;
}

.mainBack {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: 'El Messiri', sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  direction: rtl;
}

h1,
h2,
h3 {
  font-weight: 900;
  margin: 0;
  line-height: 1.6;
}

h4,
h5,
h6 {
  font-weight: 700;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

.form-control,
.form-select {
  min-height: 50px;
  background-color: #fff;
  border: 0;
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.brdr,
.form-select.brdr {
  border: 1px solid #9993;
  border-radius: 7px;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.card {
  border: 0;
  padding: 30px;
  border-radius: 10px;
}

.text,
.text * {
  font-size: 15px;
  line-height: 1.8;
  color: #777;
}

small.text {
  font-size: 12px;
}

.bg_gray {
  background-color: #fffef2;
}

.section_padding {
  padding: 80px 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  width: 20px;
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--mainColor);
  font-size: 25px;
  font-weight: bold;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 5%;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 5%;
  left: auto;
}

.section_head {
  position: relative;
}

.section_head .icon {
  width: 40px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section_head h6 {
  color: var(--mainColor);
  font-size: 25px;
}

.section_head h2 {
  color: #000;
  font-size: 40px;
}

.side_title h6 {
  position: relative;
  color: var(--mainColor);
  margin-bottom: 20px;
}

.side_title h6 .circle {
  width: 25px;
  height: 25px;
  background-color: var(--mainColor);
  border-radius: 50%;
  position: relative;
  top: 10px;
  z-index: 10;
}

.side_title h6 .circle::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
  z-index: 5;
}

.side_title h2 {
  font-size: 40px;
  line-height: 1.3;
}

.butn {
  border: 1px solid var(--mainColor);
  padding: 12px 40px;
  text-align: center;
  background-color: var(--mainColor);
  font-size: 14px;
  border-radius: 50px;
}

.butn span {
  color: #fff;
}

.butn:hover {
  background-color: transparent;
}

.butn:hover span {
  color: var(--mainColor);
}

.butn.butn_line {
  background: transparent;
}

.butn.butn_line span {
  color: var(--mainColor);
}

.butn.butn_line:hover {
  background-color: var(--mainColor);
}

.butn.butn_line:hover span {
  color: #fff;
}

.butn.butn_whline {
  background: transparent;
  border-color: #fff;
}

.butn.butn_whline span {
  color: #fff;
}

.butn.butn_whline:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.butn.butn_whline:hover span {
  color: #fff;
}

.butn.butn_light {
  background: #f0f0f0;
  border: 0;
}

.butn.butn_light span {
  color: #000;
}

.butn.butn_light:hover {
  background-color: var(--mainColor);
}

.butn.butn_light:hover span {
  color: #fff;
}

.dropdown-toggle::after {
  position: relative;
  top: 5px;
  opacity: 0.5;
}

.dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  top: calc(100% + 10px);
}

.dropdown-menu .dropdown-item {
  padding: 6px 20px;
  font-size: 13px;
}

.form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --------------- navbar --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  padding: 0 15px;
  z-index: 99;
}

.navbar .navbar-brand img {
  width: 130px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 15px;
  margin: 0 10px;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--mainColor);
}

/* --------------- header --------------- */
header {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .head_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0.2;
}

header .info small {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #96763d20;
  color: var(--mainColor);
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}

header .info h5 {
  color: var(--mainColor);
  margin-bottom: 15px;
}

header .info h1 {
  font-size: calc(2vw + 20px);
}

header .info p {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  line-height: 2;
}

header .img {
  position: relative;
}

header .img img {
  position: relative;
  z-index: 2;
}

header .img::before {
  position: absolute;
  content: "";
  right: 50px;
  top: 20%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #554215, #fff0cd);
  -webkit-animation: rotate-center 5s linear infinite both;
  animation: rotate-center 5s linear infinite both;
}

.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* --------------- features --------------- */
.features {
  position: relative;
}

.features::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #f8f9fa;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.features .content {
  position: relative;
  background-color: #f8f9fa;
  border-radius: 100px;
  padding: 4vw;
  border: 25px solid #fff;
}

.features .feat_card {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 50px 20px;
  border-radius: 15px;
  min-height: 200px;
}

.features .feat_card .icon {
  margin: 0 auto 25px;
  width: 80px;
  height: 80px;
  border-radius: 15px;
  background-color: #f8f3e9;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features .feat_card .icon img {
  opacity: 0.7;
}

.features .feat_card h4 {
  margin: 0;
  font-size: 22px;
  margin-bottom: 10px;
}

.features .feat_card p {
  font-size: 13px;
}

/* -------------------- about ------------------------- */
.about {
  background-color: #f8f9fa;
}

.about .img {
  position: relative;
}

.about .img img {
  width: 70%;
  min-width: 300px;
  display: block;
  margin: auto;
  position: relative;
  z-index: 3;
}

.about .img::after {
  position: absolute;
  content: "";
  top: 15%;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #fff;
  z-index: 1;
  opacity: 1;
  border-top-left-radius: 50%;
  border-top-right-radius: 60%;
  border-bottom-left-radius: 40%;
  border-bottom-right-radius: 55%;
  -webkit-animation: rotate 5s linear infinite both;
  animation: rotate 5s linear infinite both;
}

.about .text {
  font-size: 16px;
}

.about ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin: 20px 0;
}

.about ul li img {
  width: 20px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ------------------------- */
@-webkit-keyframes rotate {
  0% {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 55%;
  }
  25% {
    border-top-left-radius: 30%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 70%;
  }
  50% {
    border-top-left-radius: 20%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 30%;
  }
  75% {
    border-top-left-radius: 70%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 50%;
  }
  100% {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 55%;
  }
}

@keyframes rotate {
  0% {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 55%;
  }
  25% {
    border-top-left-radius: 30%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 70%;
  }
  50% {
    border-top-left-radius: 20%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 30%;
  }
  75% {
    border-top-left-radius: 70%;
    border-top-right-radius: 20%;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 50%;
  }
  100% {
    border-top-left-radius: 50%;
    border-top-right-radius: 60%;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 55%;
  }
}

/* --------------- services --------------- */
.services .custm-p {
  padding: 0 25px;
}

.services .item {
  padding: 40px;
  background-color: #fafafa;
  margin-bottom: 24px;
  position: relative;
}

.services .item:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}

.services .item:hover .numb {
  -webkit-text-stroke: 1px var(--mainColor);
  opacity: 1;
}

.services .item .icon {
  color: #845cfe;
  font-size: 35px;
  float: right;
}

.services .item h5 {
  font-size: 17px;
  margin-bottom: 20px;
  margin-right: 50px;
  color: var(--mainColor);
}

.services .item p {
  margin-right: 50px;
}

.services .item .numb {
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 15px;
  color: transparent;
  -webkit-text-stroke: 1px var(--mainColor);
  opacity: .5;
}

/* --------------- download --------------- */
.download .content {
  background: linear-gradient(-45deg, #907A47, #B6995B);
  margin-top: 200px;
  margin-bottom: 150px;
  border-radius: 30px;
  -webkit-filter: drop-shadow(20px 15px 10px #0002);
          filter: drop-shadow(20px 15px 10px #0002);
}

.download .content .img {
  margin-top: -200px;
}

/* ------------ footer style ------------- */
footer {
  padding: 70px 0 0 0;
  position: relative;
  overflow: hidden;
}

footer .content {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

footer .content .logo {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

footer .content .p {
  color: #888;
  font-size: 12px;
  line-height: 1.6rem;
}

footer .content .social-links a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}

footer .content .social-links a:hover {
  background-color: var(--mainColor);
  color: #fff;
}

footer .content .title {
  font-weight: bold;
  color: var(--mainColor);
  margin-bottom: 25px;
}

footer .content .links a {
  display: block;
  margin: 15px 0;
  color: #888;
}

footer .content .links a:hover {
  color: var(--mainColor);
  font-weight: bold;
}

footer .content .app-links img {
  width: 140px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 10px;
}

footer .content .app-links img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 15px 0 #ddd;
          box-shadow: 0 0 15px 0 #ddd;
}

footer .copyright {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 1;
}

footer .copyright .p {
  font-weight: bold;
  color: #777;
  margin-bottom: 0;
  text-align: center;
}

footer .copyright .alyoum_link {
  color: var(--mainColor);
  font-weight: bold;
  margin: 0 3px;
}

footer .copyright .alyoum_link:hover {
  color: #B6995B99;
}

footer .item {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 991px) {
  header {
    overflow: hidden;
  }
  .navbar-collapse {
    background-color: #fcfae3;
    margin-top: 20px;
  }
  .about .img::after {
    display: none;
  }
  header .img {
    margin-top: 40px;
  }
  header .img::before {
    right: 0;
    width: 90%;
    height: 300px;
  }
  .features .content {
    border-radius: 40px;
    padding: 50px 4vw;
    border: 10px solid #fff;
  }
  .features .content .section_head {
    margin-bottom: 30px;
  }
  .section_head h6,
  .side_title h6 {
    font-size: 20px;
  }
  .section_head h2,
  .side_title h2 {
    font-size: 25px;
  }
  .section_head .icon {
    width: 25px;
  }
  .features .feat_card {
    background-color: #fff;
    margin: 10px 0;
  }
  .about .img {
    margin: 30px 0;
  }
  .download .content .img {
    margin-top: 0;
  }
  .download .btns .butn {
    width: 100%;
    margin: 10px 0;
  }
}

/* ======== */
/* ======= */
/*# sourceMappingURL=styles.css.map */