/* @font-face {
  font-family:AbdElRadyPro;
  src: url('../fonts/Abd\ ElRady\ Pro.otf');
}
@font-face {
  font-family:AbdElRadyPro;
  src: url('../fonts/Abd\ ElRady\ Pro\ Regular.otf');

} */
/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap'); */
@font-face {
  font-family: AbdElRadyPro;
  src: url("../fonts/AbdElRadyPro.otf");
}
/* start variables */
:root {
  --main-color: #384224;
}
/* start global style */
* {
  padding: 0;
  margin: 0;
  /* color: #7153a246; */
}
body {
  box-sizing: border-box;
  font-family: "Dubai", sans-serif !important;
  direction: rtl;
  text-align: right;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.btn:focus {
  box-shadow: unset;
}
/* start my style */
.logo-bg {
  border-radius: 19px;
  background: var(--main-color);
  padding: 0;
  padding: 10px 20px;
}
/* .logo-bg img{
    width: 35px;
} */
.bg-light {
  /* background-color: transparent !important; */
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-brand {
  margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: normal;
  font-size: 18px;
  color: #384224;
  margin-right: 15px;
}
header {
  margin-top: 90px;
  /* height: calc(100vh - 303px); */
  min-height: 50vh;
}

.hero-info h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 60px;
  color: #000;
  margin-bottom: 20px;
}
.hero-info h1 span {
  color: var(--main-color);
}
.hero-info p {
  font-weight: normal;
  font-size: 22px;
  color: #3b3446;
}
.btn-x {
  padding: 10px 50px !important;
  border: 1px solid transparent;
  font-weight: normal;
  font-size: 20px;
  border-radius: 15px;
  margin: 5px !important;
  transition: all ease-in-out 0.2s;
}
.btn-1 {
  background: linear-gradient(#384224 0%, #384224 100%);

  color: #fff;
}
.btn-1:hover {
  color: #fff;
}

.btn-2 {
  color: #384224;
  background: #fff;
  border-color: #384224;
}
.btn-2:hover {
  /* background: #384224; */
  color: #384224;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #384224;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #384224;
}

nav {
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: 0.4s;
  z-index: 2;
}
nav.black {
  background-color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.offcanvas {
  z-index: 222222;
}
/* start featuers */
.featuers {
  padding-bottom: 60px;
}
.sec-head h2 {
  font-weight: bold;
  font-size: 40px;
  /* line-height: 89px; */
  color: #000;
  margin-bottom: 0.5rem;
}
.sec-head p {
  font-weight: normal;
  font-size: 25px;
  color: var(--main-color);
}
.sec-head {
  margin-bottom: 50px;
}
.feat-info p {
  font-weight: normal;
  font-size: 20px;
  color: #3b3446;
  margin-top: 30px;
}

.faet-box {
  height: 270px;
}
/* start partnars */
.partnars {
  background-repeat: no-repeat;
  /*background-image: url(../images/shape-2.png);
    */
  padding-top: 60px;
  background-size: contain;
  height: 765px;
  background-position: top center;
  background-color: aliceblue;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.partnars .slick-initialized .slick-slide {
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  margin: 10px;
}

.partnars .slick-initialized .slick-slide {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.partnars .slick-initialized .slick-slide img {
  margin: 0 auto;
}
.hand-bg {
  background-color: #7153a2;
  padding: 30px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin-top: 70px;
  padding-bottom: 0;
}
.hand img {
  margin-top: -100px;
}

.down-btn li {
  margin: 15px 5px;
}
.down-btn li img {
  width: 150px;
}
.down-info h3 {
  font-weight: bold;
  font-size: 35px;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.down-info p {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  width: 70%;
}
.logo-bg-2 {
  padding: 35px 25px;
  border-radius: 16px;
}
footer {
  margin-top: 60px;
  position: relative;
  padding: 30px 0;
  background-color: #1b2428;
}
.contact li a {
  font-weight: normal;
  font-size: 15px;
  color: #ffff;
}
.copyright {
  font-size: 12px;
  color: #ccc;
  border-top: 1px solid #ccc;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 10px;
}
.social li a {
  color: #ffff !important;
  font-size: 26px;
}

.btn,
.nav-link {
  cursor: pointer;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  box-shadow: unset;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 12px;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #d30069;
}
.modal-head h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #000;
}
.terms {
  list-style: decimal;
  padding-right: 20px;
  /* font-family: 'Cairo', sans-serif !important; */
}
.terms li {
  font-weight: normal;
  font-size: 14px;
  color: #3b3446;
  margin-bottom: 20px;
}
.cairo-font {
  /* font-family: 'Cairo', sans-serif !important; */
}

div[dir="ltr"] body {
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
  direction: ltr;
  text-align: left;
  scroll-behavior: smooth;
}

/* start my style */
div[dir="ltr"] .logo-bg {
  border-radius: 19px;
  background: var(--main-color);
  padding: 0;
  padding: 10px 20px;
}

.dropdown-toggle::after {
  margin-right: 0.255em;
}

.lang.dropdown .dropdown-menu.show {
  min-width: 55px;
}

div[dir="ltr"] .dropdown-toggle::after {
  margin-left: 0.255em;
  margin-right: initial;
}

div[dir="ltr"] {
  direction: ltr !important;
  text-align: left !important;
  font-family: "Cairo", sans-serif !important;
}

div[dir="ltr"] .navbar-brand {
  margin-left: 0;
}
div[dir="ltr"] .navbar-light .navbar-nav .nav-link {
  margin-left: 10px;
  margin-right: 0px;
  font-size: 16px;
  font-weight: bold;
}
div[dir="ltr"] .text-end {
  text-align: left !important;
}
div[dir="ltr"] .contact li a {
  font-weight: bold;
  font-size: 12px;
  color: #ffff;
}
div[dir="ltr"] .btn-x {
  padding: 10px 50px;
}

/* stickynav */
div[dir="ltr"] nav {
  right: 0;
}

div[dir="ltr"] .down-btn li {
  margin: 15px 5px;
}
div[dir="ltr"] .logo-bg-2 {
  padding: 35px 25px;
  border-radius: 16px;
}
div[dir="ltr"] footer {
  padding: 60px 0;
}

div[dir="ltr"] .contact-form .form-input,
div[dir="ltr"] .form-text-area {
  padding-right: 16px;
}

div[dir="ltr"] .contact-form .form-text-area {
  padding-right: 16px;
}

div[dir="ltr"] .contact-form .submit-button-wrapper input {
  padding: 10px 60px;
}

div[dir="ltr"] .terms {
  padding-left: 20px;
  /* font-family: 'Cairo', sans-serif !important; */
}
div[dir="ltr"] .terms li {
  font-weight: normal;
  font-size: 14px;
  color: #3b3446;
}
div[dir="ltr"] .cairo-font {
  font-family: "Cairo", sans-serif !important;
}

.navbar-brand img {
  width: 100%;
}
.bg-light {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html {
  scroll-behavior: smooth;
  scroll-padding: 200px 0 !important;
}
header.pages_content {
  height: initial !important;
}
/* update */
.whyUs {
  padding: 30px 0;
}
.why-box h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.why-box p {
  color: #858585;
  margin-bottom: 30px;
  width: 75%;
}
.why-line {
  margin-bottom: 12px;
  border: 1px solid #ccc;
  padding: 15px;
  display: flex;
  gap: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.why-line h5 {
  margin-bottom: 10px;
  font-weight: bold;
}
.why-line p {
  font-size: 14px;
  color: #aeb4b9;
}

@media screen and (max-width: 767px) {
  .why-box {
    margin-bottom: 20px;
  }
  ul.contact {
    display: block !important;
    margin: 0 !important;
  }
  ul.contact li {
    margin-bottom: 10px;
  }
  footer {
    margin-top: 0px;
    padding: 20px 0 !important;
  }
}
