/* ------------------------------------------ */
/*         General & Basic Styles
/* ------------------------------------------ */
body {
  font-family: "TajawalRegular";
  direction: rtl;
  scroll-behavior: smooth;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

.background-cover {
  background-size: cover !important;
}

input,
textarea,
button,
select {
  outline: none;
  border: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.overflow-h {
  overflow: hidden;
}

.btn-style {
  width: 190px;
  height: 50px;
  background-color: #9ccfa9;
  color: #000;
  border-radius: 24px;
  font-size: 14px;
  font-family: "TajawalBold";
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}

@keyframes aperture {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(2);
  }
  20% {
    transform: scale(3);
  }
  30% {
    transform: scale(4);
  }
  40% {
    transform: scale(5);
  }
  50% {
    transform: scale(6);
  }
  60% {
    transform: scale(7);
  }
  70% {
    transform: scale(8);
  }
  80% {
    transform: scale(9);
  }
  90% {
    transform: scale(10);
  }
  100% {
    transform: scale(11);
  }
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.mobile-menu.active {
  opacity: 1;
  z-index: 999999;
}
.mobile-menu.active .bg-close {
  z-index: 99;
}
.mobile-menu .bg-close {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: pointer;
}
.mobile-menu .menu-content {
  width: 320px;
  max-width: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 100;
  right: -320px;
  transition: all 0.3s;
}
.mobile-menu .menu-content.active {
  right: 0;
}
.mobile-menu .menu-content .menu-head {
  padding: 10px 0;
  background-color: #fff;
  padding-left: 21px;
}
.mobile-menu .menu-content .menu-head .menu-logo {
  display: block;
  margin: 15px 10px 20px;
  width: 180px;
}
.mobile-menu .menu-content .menu-head .close-x svg {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #4f4e9a;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mobile-menu .menu-content .res-menu {
  padding-bottom: 20px;
}
.mobile-menu .menu-content .res-menu li a,
.mobile-menu .menu-content .res-menu li div {
  color: #000;
  height: 50px;
  display: block;
  font-size: 15px;
  padding: 0 15px;
  line-height: 50px;
  cursor: pointer;
  font-family: "TajawalBold";
  border-bottom: 1px solid #eee;
}
.mobile-menu .menu-content .res-menu li a svg,
.mobile-menu .menu-content .res-menu li div svg {
  float: left;
  margin-top: 17px;
}

/* ------------------------------------------ */
/*         Header
/* ------------------------------------------ */
.header {
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 999;
  background: #fff;
  box-shadow: 0 3px 7px 0 hsla(200, 16%, 22%, 0.07);
}
.header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .content .logo a img {
  width: 365px;
}
.header .content .menu {
  flex: 1;
}
.header .content .menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .content .menu ul li a {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "TajawalBold";
  color: #000;
  padding: 0 15px;
}
.header .content .menu ul li:hover a {
  color: #fff;
  background-color: #9ccfa9;
}
.header .content .menu-mobile-icon {
  display: none;
  font-size: 24px;
}

/* ------------------------------------------ */
/*         Footer
/* ------------------------------------------ */
.footer {
  background-color: #0a1023;
  padding: 25px 0;
}
.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .copyright .text {
  color: #717171;
}
.footer .copyright img {
  display: block;
  max-width: 200px;
  width: 200px;
}
.footer .whatsapp {
  background-color: #2aa81a;
  text-align: center;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 9999;
  border-radius: 50px;
  transition: all 0.3s;
}
.footer .whatsapp a {
  width: 145px;
  height: 45px;
  color: #fff;
  font-size: 14px;
  font-family: "TajawalMedium";
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .whatsapp a .icon {
  width: 32px;
  height: 32px;
  border: 1px solid #3fc22e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .whatsapp a svg {
  font-size: 18px;
}

/* ------------------------------------------ */
/*         Main Page
/* ------------------------------------------ */
.main-page .main-slider {
  padding-top: 95px;
}
.main-page .main-slider img {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page .presentation-text {
  padding: 30px 0;
  text-align: center;
}
.main-page .presentation-text .title {
  font-family: "TajawalBold";
  margin-bottom: 10px;
}
.main-page .about-us {
  text-align: center;
  padding: 30px 0;
}
.main-page .about-us .title {
  color: #000;
  font-size: 30px;
  font-family: "TajawalBold";
  text-align: center;
}
.main-page .about-us .content {
  font-size: 24px;
  font-family: "TajawalMedium";
  line-height: 40px;
  margin: 55px 0;
}
.main-page .our-services {
  padding: 30px 0;
}
.main-page .our-services h1.title {
  color: #000;
  font-size: 30px;
  font-family: "TajawalBold";
  text-align: center;
  margin-bottom: 55px;
}
.main-page .our-services .boxes {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.main-page .our-services .boxes .box {
  flex-basis: calc(33.3333333333% - 15px);
  text-align: center;
}
.main-page .our-services .boxes .box .image {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}
.main-page .our-services .boxes .box .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.main-page .our-services .boxes .box .content .title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 0;
}
.main-page .our-services .boxes .box .content .description {
  padding: 0 20px 20px;
  text-align: justify;
  line-height: 25px;
  min-height: 245px;
}
.main-page .contact-us {
  background-image: url("../images/front.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 30px 0;
}
.main-page .contact-us::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #100e31;
  opacity: 0.66;
}
.main-page .contact-us .title,
.main-page .contact-us .btn-style {
  position: relative;
  z-index: 1;
}
.main-page .contact-us .title {
  font-family: "TajawalBold";
  color: #fff;
}/*# sourceMappingURL=style-rtl.css.map */