:root {
  --main-color: #556B2F;
  --main-color-soft: #9567c6;
  --purple: #63317d;
  --secondary-color: #00bde9;
  --yellow: #e5a20c;
  --soft: #f6f5ff;
  --main-font: "Madani Arabic";
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}

body {
  font-size: 16px;
  color: #262d33;
  direction: rtl;
  text-align: right;
  background-color: #F8F8F8;
  line-height: 1.7;
}
body,
input,
button,
select,
textarea {
  font-family: var(--main-font);
}
body.lang-en {
  direction: ltr;
  text-align: left;
}
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

a {
  text-decoration: none;
}
.container {
  max-width: 1249px;
  margin-inline: auto;
  padding-inline: 10px;
}
.d-flex {
  display: flex;
  display: -webkit-flex;
}
.d-block {
  display: block;
}
.flex-column {
  flex-direction: column;
}

.flex-start {
  justify-content: flex-start !important;
}
.uppercase {
  text-transform: uppercase;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  text-transform: none;
}

.center {
  text-align: center;
}
.align {
  text-align: inherit;
}
.pre-line {
  white-space: pre-line;
}
.flex-1 {
  flex: 1;
}
.extra-bold {
  font-weight: 900;
}
.bold {
  font-weight: bold;
}
.semi {
  font-weight: 600;
}
.med {
  font-weight: 500;
}
.normal {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
.extra-light {
  font-weight: 200;
}
.thin {
  font-weight: 100;
}
.btn-main {
  background: var(--main-color);
  color: #fff;
  border-radius: 30px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn-main:hover {
  background-color: #fff;
  color: var(--main-color);
}
.m-auto {
  margin: auto;
}
.m-side-auto {
  margin-inline: auto;
}
.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}
.w-22 {
  width: 22%;
}
.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.w-100-i {
  width: 100%!important;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: end;
}
.align-self {
  align-self: baseline;
}
.self-end {
  align-self: end;
}
.self-center {
  align-self: center;
}
.m-0,
figure {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.flex-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.white {
  color: #fff;
}
.white-i {
  color: #fff !important;
}

.black {
  color: #000;
}
.black-2 {
  color: #262D33;
}
.red {
  color: #E82E56;
}
.green {
  color: #00BF8D;
}
.gray {
  color: #bcbfc2;
}
.gray-2 {
  color: #7c7c7c;
}
.gray-3 {
  color: #4b5157;
}
.gray-4 {
  color: #939699;
}
.gray-6 {
  color: #B2ABA6;
}
.main-color {
  color: var(--main-color);
}
.secondary-color {
  color: var(--secondary-color);
}
.soft-color {
  color: var(--main-color-soft);
}
.yellow {
  color: var(--yellow);
}
.purple {
  color: var(--purple);
}
.soft {
  color: var(--soft);
}
.bg-main {
  background-color: var(--main-color);
}
.bg-secondary {
  background-color: var(--secondary-color);
}
.bg-gray {
  background-color: #B4ACA4;
}
.bg-yellow {
  background-color: var(--yellow);
}
.bg-purple {
  background-color: var(--purple);
}
.bg-soft {
  background-color: var(--soft);
}
.bg-main-soft {
  background-color: var(--main-color-soft);
}
.bg-red {
  background-color: #E82E56;
}
.bg-green {
  background-color: #00BF8D;
}
.unicode {
  unicode-bidi: plaintext;
}

:focus {
  outline: none;
}
.p-5 {
  padding: 5px;
}
.p-8 {
  padding: 8px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-150 {
  padding-bottom: 150px;
}

.p-side-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.p-side-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-side-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-side-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-side-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.p-side-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p-side-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.p-side-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: end;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.text-shadow {
  text-shadow: 0px 2px 2px #00000029;
}
.shrink-0 {
  flex-shrink: 0;
}
.overflow-hidden {
  overflow: hidden;
}

.trans {
  transition: 0.4s;
}
.list-none li {
  list-style: none;
}
.row-reverse {
  flex-direction: row-reverse;
}

.space-evently {
  justify-content: space-evenly;
}

.bg-transparent {
  background-color: transparent;
}

[data-toggle-tab]:not(.active) {
  display: none;
}

[data-toggle-tab].active {
  display: block !important;
}

.object-fit {
  object-fit: cover;
}
.h-100 {
  height: 100%;
}
.h-full {
  min-height: 100vh;
}
.bg-white {
  background-color: #fff;
}
.bg-white-i {
  background-color: #fff !important;
}
.rounded {
  border-radius: 50%;
}
.relative {
  position: relative;
}
.pointer {
  cursor: pointer;
}
.bg-cover {
  background-size: cover !important;
}
.one-line,
.three-line,
.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.one-line {
  -webkit-line-clamp: 1;
}

.two-line {
  -webkit-line-clamp: 2;
}

.three-line {
  -webkit-line-clamp: 3;
}

.z-1 {
  position: relative;
  z-index: 1;
}

.-top-2 {
  position: relative;
  top: -2px;
}

.top-2 {
  position: relative;
  top: 2px;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  white-space: nowrap;
}
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6 {
  display: grid;
  gap: 25px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gap-0 {
  gap: 0px;
}
.gap-3 {
  gap: 3px;
}
.gap-5 {
  gap: 5px;
}
.gap-7 {
  gap: 7px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-80 {
  gap: 80px;
}
.gap-100 {
  gap: 100px;
}
.row-gap-5 {
  row-gap: 5px;
}
.row-gap-10 {
  row-gap: 10px;
}
.row-gap-15 {
  row-gap: 15px;
}
.section-title {
  font-weight: bold;
  font-size: 30px;
}

.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-100 {
  margin-bottom: 100px;
}
.font-7 {
  font-size: 7px;
}
.font-8 {
  font-size: 8px;
}
.font-9 {
  font-size: 9px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 19px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}
.font-34 {
  font-size: 34px;
}
.font-36 {
  font-size: 36px;
}
.font-40 {
  font-size: 40px;
}
.font-50 {
  font-size: 50px;
}
.font-60 {
  font-size: 60px;
}
.underline {
  text-decoration: underline;
}
button {
  cursor: pointer;
}
.btn-primary {
  background-color: var(--main-color);
  border-radius: 20px;
  color: #fff;
  transition: 0.4s;
  text-align: center;
  height: 56px;
  font-weight: 500;
  border: 1px solid var(--main-color);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:hover {
  background-color: transparent;
  color: var(--main-color);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.4;
  cursor: pointer;
  z-index: 10;
}
.modal-full-page {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: 0.4s;
  overflow-y: auto;
}
.modal-full-page.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 11;
}

.lang-en .flip-en, .lang-ar .flip-ar, .flip {
  transform: scaleX(-1);
}
.icon-hover img {
  transition: 0.4s;
}
.icon-hover:hover img {
  transform: scale(1.3);
}
.radius-0 {
  border-radius: 0px;
}
.radius-5 {
  border-radius: 5px;
}
.radius-8 {
  border-radius: 8px;
}
.radius-10 {
  border-radius: 10px;
}
.radius-12 {
  border-radius: 12px;
}
.radius-10-t {
  border-radius: 10px 10px 0 0;
}
.radius-16-t {
  border-radius: 16px 16px 0 0;
}
.radius-14 {
  border-radius: 14px;
}
.radius-18 {
  border-radius: 18px;
}
.radius-20 {
  border-radius: 20px;
}
.radius-30 {
  border-radius: 30px;
}
.radius-60 {
  border-radius: 60px;
}
.accent-color {
  accent-color: var(--main-color);
}
.btn-30,
.btn-30 *,
.btn-30 :after,
.btn-30 :before,
.btn-30:after,
.btn-30:before {
  border: 0 solid;
}
.btn-30 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  color: #fff;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  text-transform: uppercase;
}
.btn-30 {
  border-radius: 30px;
  border-width: 1px;
  padding: 8px 12px;
  position: relative;
  overflow: hidden;
}
.btn-30:hover {
  border: 1px solid var(--main-color-soft);
}
.btn-30:before {
  aspect-ratio: 1;
  background: var(--main-color-soft);
  border-radius: 50%;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: -200%;
  transform: translateX(-50%);
  transition: height 0.3s;
}
.btn-30:hover:before {
  height: 400%;
}
.btn-30 .text-container {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.btn-30 .text {
  display: block;
  position: relative;
  font-size: 11px;
  font-weight: 500;
}
.btn-30:hover .text {
  animation: move-up-alternate 0.4s ease forwards;
}
@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(80%);
  }
  51% {
    transform: translateY(-80%);
  }
  to {
    transform: translateY(0);
  }
}
.yellow-hover {
  transition: 0.4s;
}
.yellow-hover:hover {
  color: var(--yellow) !important;
}
.border-0 {
  border: 0;
}
.border-t {
  border-top: 1px solid #d9dadb;
}
.border-b {
  border-bottom: 1px solid #d9dadb;
}
.do {
  display: block !important;
}
.mo,.to, .to-only {
  display: none!important;
}
[data-toggle-fade] {
  display: none;
}
[data-toggle-fade].active {
  display: block;
}
.scroll-x {
  overflow-x: auto;
}
.spinner {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: center;
}

.full-loader{
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: #0000005e;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.loading {
  position: relative;
  overflow: hidden;
}
.loading:before {
  content: '';
  z-index: 13;
  width: 100%;
  height: 100%;
  background-color: #0000005e;
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  position: absolute;
}
.line_1-3 {
  line-height: 1.3;
}
.hide-scroll::-webkit-scrollbar{
  display: none;
}
.new-mobile-filed.error-input {
  border-radius: 5px;
}
.error-input, .new-mobile-filed.error-input {
  border: 1px solid red !important;
}
@media (max-width: 1024px) {
  .grid-3-t {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-2-t {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-1-t {
    grid-template-columns: repeat(1, 1fr);
  }
  .do-only {
    display: none!important;
  }
  .to {
    display: block!important;
  }
  .d-block-t {
    display: block;
  }
  .container,
  .container-t {
    width: 100%;
    padding-inline: 30px !important;
  }
  .w-100-t {
    width: 100%;
  }
  .w-50-t {
    width: 50%;
  }
  .w-60-t {
    width: 60%;
  }
  .w-80-t {
    width: 80%;
  }
  .flex-column-t {
    flex-direction: column;
  }
}
@media (max-width: 776px) {
  .container,
  .container-p {
    width: 100%;
    padding-inline: 30px !important;
  }
  .full-p {
    padding-inline: 0 !important;
  }
  .container-right-p {
    margin-right: auto;
    padding-right: calc(30px);
    padding-left: 10px;
    max-width: 100%;
  }
  .lang-en .container-right-p {
    padding-left: 30px;
    padding-right: 10px;
  }
  .radius-0-p {
    border-radius: 0 !important;
  }
  .grid-1-p,
  .grid-2-p,
  .grid-3-p {
    display: grid;
  }
  .grid-1-p {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-p {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-p {
    grid-template-columns: repeat(3, 1fr);
  }
  .mo {
    display: block !important;
  }
  .do, .to-only, .mo-none {
    display: none !important;
  }
  .wrap-p {
    flex-wrap: wrap;
  }
  .wrap-0-p {
    flex-wrap: nowrap;
  }
  .flex-column-p {
    flex-direction: column;
  }
  .column-reverse-p {
    flex-direction: column-reverse;
  }
  .w-50-p {
    width: 50% !important;
  }
  .w-100-p {
    width: 100% !important;
  }
  .radius-10-p {
    border-radius: 10px;
  }
  .mb-0-p {
    margin-bottom: 0;
  }
  .mb-5-p {
    margin-bottom: 5px;
  }
  .mb-10-p {
    margin-bottom: 10px;
  }
  .mb-15-p {
    margin-bottom: 15px;
  }
  .mb-20-p {
    margin-bottom: 20px;
  }
  .mb-30-p {
    margin-bottom: 30px;
  }
  .mb-25-p {
    margin-bottom: 25px;
  }
  .mb-40-p {
    margin-bottom: 40px;
  }
  .mb-50-p {
    margin-bottom: 50px;
  }
  .pt-0-p {
    padding-top: 0px;
  }
  .pt-10-p {
    padding-top: 10px;
  }
  .pt-15-p {
    padding-top: 15px;
  }
  .pt-20-p {
    padding-top: 20px;
  }
  .pt-25-p {
    padding-top: 25px;
  }
  .pt-30-p {
    padding-top: 30px;
  }
  .pt-35-p {
    padding-top: 35px;
  }
  .pt-50-p {
    padding-top: 50px;
  }
  .pt-60-p {
    padding-top: 60px;
  }
  .projects-slider {
    padding-inline: 30px;
  }
  .align-center-p {
    align-items: center;
  }
  .justify-center-p {
    justify-content: center;
  }
  .border-0-p {
    border: 0 !important;
  }
  .font-8-p {
    font-size: 8px;
  }
  .font-10-p {
    font-size: 10px;
  }
  .font-12-p {
    font-size: 12px;
  }
  .font-14-p {
    font-size: 14px;
  }
  .font-16-p {
    font-size: 16px;
  }
  .font-18-p {
    font-size: 18px;
  }
  .font-20-p {
    font-size: 20px!important;
  }
  .font-24-p {
    font-size: 24px!important;
    line-height: 1.2;
  }
  .center-p {
    text-align: center;
  }
  .pb-0-p {
    padding-bottom: 0px;
  }
  .pb-3-p {
    padding-bottom: 3px;
  }
  .pb-10-p {
    padding-bottom: 10px;
  }
  .pb-15-p {
    padding-bottom: 15px;
  }
  .pb-20-p {
    padding-bottom: 20px;
  }
  .pb-25-p {
    padding-bottom: 25px;
  }
  .pb-30-p {
    padding-bottom: 30px;
  }
  .pb-50-p {
    padding-bottom: 50px;
  }
  .pb-80-p {
    padding-bottom: 80px;
  }
  .p-side-0-p {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .p-side-10-p {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  .p-side-20-p {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .p-side-40-p {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
  .med-p {
    font-weight: 500;
  }
  .d-block-p {
    display: block;
  }
  .d-flex-p {
    display: flex;
  }
  .column-revers-p {
    flex-direction: column-reverse;
  }
  .space-between-p {
    justify-content:space-between;
  }
  .z-1-p {
    position: relative;
    z-index: 1;
  }
  .white-p {
    color: #fff;
  }
  .gap-0-p {
    gap: 0;
  }
  .gap-5-p {
    gap: 5px;
  }
  .gap-7-p {
    gap: 7px;
  }
  .gap-10-p {
    gap: 10px;
  }
  .gap-20-p {
    gap: 20px;
  }
  .gap-25-p {
    gap: 25px;
  }
  .gap-30-p {
    gap: 30px;
  }
  .gap-50-p {
    gap: 50px;
  }
  .scroll-x-p {
    overflow-x: auto;
  }
  .hide-scroll-p::-webkit-scrollbar{
    display: none;
  }
  .align-self-p {
    align-self: baseline;
  }
  .align-start-p {
    align-items: start;
  }
  .br-0-p br{
    display: none;
  }
  .bg-main-p {
    background-color: var(--main-color);
  }
}
