@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;700;800&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
}
body, * {
  direction: rtl;
  /* text-align: right; */
}
input:focus, a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button:focus, button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus {
  outline: 0;
}

::-moz-selection {
  background: rgba(144, 86, 40, 0.5);
  color: #fff;
}

::selection {
  background: rgba(144, 86, 40, 0.5);
  color: #fff;
}

.padd-0 {
  padding: 0;
}

a {
  text-decoration: none;
}

.flex-div {
  display: flex;
}
.flex-div > *:not(:last-child) {
  margin-left: 0.9375rem;
}

.flex-div-2 {
  display: flex;
  justify-content: space-between;
}

/*Custom Grid
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
} */
/*Global Component*/
button {
  transition: all 0.5s;
}
button:hover {
  opacity: 0.8;
}

.button {
  padding: 0.625rem 1.875rem;
  border-radius: 4px;
}
.button.btn-border-o {
  border: 1px solid #F68F31;
  background: #fff;
  color: #F68F31;
}
.button.btn-orange {
  border: 0;
  background: #F68F31;
  color: #fff;
}

.dropdown-toggle {
  background: transparent;
  border: 0;
}
.dropdown-toggle img {
  margin-right: 5px;
}
.dropdown-toggle::after {
  border: 0;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A2A2A2;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A2A2A2;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #A2A2A2;
}

.contact-input {
  border: 0;
  border-radius: 0;
  min-height: 2.9375rem;
}

header {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: 3;
  background: transparent;
}
header .navbar-collapse li {
  margin: 0 1.875rem;
}
header .navbar-nav {
  padding-left: 0;
  padding-right: 0;
  align-items: center;
}
header .navbar-nav a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  transition: color 0.5s;
}
header .navbar-nav a:hover {
  text-decoration: none;
  color: #F68F31;
}
header .navbar-nav li.active a {
  color: #F68F31;
}
header .navbar-brand img {
  max-width: 10.625rem;
}
header .ms-auto li:not(:last-child) {
  margin-left: 1.875rem;
}
header .dropdown-menu {
  left: 0;
}
header .dropdown-menu a {
  cursor: pointer;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.sticky .navbar-brand img {
  max-width: 9rem;
}
.sticky .navbar-nav a, .sticky button {
  font-size: 1rem;
}
.sticky .navbar-nav button {
  font-size: 0.9rem;
}

footer {
  padding: 0.625rem 0;
  background: #000;
}
footer .flex-div-2 {
  align-items: center;
}
footer p {
  color: #fff;
  margin: 0;
}
footer .btns img {
  max-width: 8.75rem;
}

.banner {
  background: url("../imgs/home/banner-back-2.png");
  padding-top: 6.25rem;
  background-size: 100%;
  background-attachment: fixed;
}
.banner .row {
  align-items: center;
}
.banner h3 {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  width: fit-content;
}
.banner h3:after {
  content: url("../imgs/home/arrow.svg");
  position: absolute;
  top: -30%;
  right: 100%;
}
.banner h3 span {
  display: block;
}
.banner p {
  color: #737373;
  font-size: 1.25rem;
  line-height: 1.8;
  margin: 1.875rem 0;
}
.banner .banner-img img {
  max-width: 100%;
}
.banner .btns img {
  max-width: 11.25rem;
}

.about-us {
  background: #fff;
  padding: 6.25rem 0;
  position: relative;
}
.about-us:after {
  content: url("../imgs/home/orange-circle.svg");
  position: absolute;
  right: -50px;
  top: 6.25rem;
}
.about-us p {
  color: #737373;
}
.about-us .about-wrap {
  text-align: center;
  padding: 3.75rem 0;
  transition: all 0.5s;
  cursor: pointer;
}
.about-us .about-wrap:hover {
  box-shadow: 0px 10px 20px rgba(34, 31, 31, 0.1);
  transform: scale(1.1);
}
.about-us .about-wrap .about-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../imgs/home/about-back-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.0625rem;
  min-height: 3.75rem;
  margin: 0 auto 1.875rem;
}
.about-us .about-wrap p {
  font-size: 0.875rem;
  max-width: 70%;
  margin: 1.875rem auto 0;
}

.about-txt {
  text-align: center;
}
.about-txt h4 {
  font-weight: 600;
  font-size: 2rem;
}
.about-txt p {
  font-size: 1.125rem;
  max-width: 60%;
  margin: 1.875rem auto 3.75rem;
  color: #737373;
}
.about-txt p span {
  display: block;
}

.about-app {
  padding: 6.25rem 0;
  background: linear-gradient(-90deg, rgb(243, 108, 48) 1%, rgb(246, 143, 49) 100%);
  position: relative;
}
.about-app:after {
  content: url("../imgs/home/about-after.svg");
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-app::before {
  content: url("../imgs/home/about-bef.svg");
  position: absolute;
  top: 0;
  right: -200px;
}
.about-app .app-img img {
  max-width: 100%;
  max-height: 43.75rem;
}
.about-app .app-about-txt {
  color: #fff;
  text-align: center;
  margin-bottom: 3.75rem;
}
.about-app .app-about-txt h4 {
  font-weight: 600;
}
.about-app .app-about-txt p {
  margin: 1.25rem 0;
}
.about-app .app-about-txt p span {
  display: block;
}

.app-item {
  color: #fff;
  font-size: 1.125rem;
  margin: 1.875rem 0;
}
.app-item p {
  margin-bottom: 10px;
  max-width: 90%;
}
.app-item .flex-div {
  flex-wrap: wrap;
}
.app-item .flex-div .app-txt {
  flex: 2;
}
.app-item .star-img {
  width: 4.0625rem;
  height: 4.0625rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-screen {
  padding: 6.25rem 0;
}

.app-screens {
  position: relative;
}
.app-screens:after {
  content: "";
  background: url("../imgs/home/app-back.png");
  position: absolute;
  top: -18px;
  right: 50%;
  transform: translateX(50%);
  width: 20%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.app-screens .owl-theme .owl-nav {
  margin-top: 40px;
}
.app-screens .owl-nav button {
  font-size: 1.625rem;
  filter: grayscale(100%) brightness(0.4);
  transition: all 0.5s;
}
.app-screens .owl-nav button:hover {
  filter: grayscale(0) brightness(1);
}
.app-screens .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #F68F31;
}
.app-screens .owl-item.center {
  transform: scale(1.05);
}

.talk-wrap {
  padding: 1.875rem 2.5rem;
  border-radius: 10px;
  cursor: pointer;
}
.talk-wrap .quote {
  text-align: left;
}
.talk-wrap .talk-p {
  margin: 1.875rem 0;
  line-height: 2;
}
.talk-wrap p {
  color: #737373;
}
.talk-wrap .flex-div-2, .talk-wrap .flex-div {
  align-items: center;
}
.talk-wrap .quote, .talk-wrap .rate {
  filter: grayscale(100%) brightness(0.4);
  transition: all 0.5s;
}
.talk-wrap .user-img img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.talk-wrap .user-txt h5 {
  font-size: 1.125rem;
  margin: 0;
  font-weight: 600;
}
.talk-wrap .user-txt p {
  margin-bottom: 0;
}
.talk-wrap:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.talk-wrap:hover .quote, .talk-wrap:hover .rate {
  filter: grayscale(0) brightness(1);
}

.rate {
  display: flex;
}
.rate > *:not(:last-child) {
  margin-left: 5px;
}

.social-wrap {
  padding: 3.75rem 0;
}
.social-wrap .row {
  align-items: center;
}
.social-wrap h3 {
  font-size: 2.125rem;
  font-weight: 600;
}
.social-wrap h3 span {
  display: block;
}
.social-wrap img {
  max-width: 100%;
}

.contact-txt {
  text-align: center;
}
.contact-txt h4 {
  font-weight: 600;
  font-size: 2rem;
  position: relative;
}
.contact-txt h4::after {
  content: "";
  position: absolute;
  width: 4.375rem;
  height: 4px;
  background: #F68F31;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
}
.contact-txt p {
  font-size: 1.125rem;
  max-width: 60%;
  margin: 1.875rem auto 3.75rem;
  color: #737373;
}
.contact-txt p span {
  display: block;
}

.contact-det {
  background: #fff;
  padding: 1.875rem;
}

.contact {
  background: #F7F7F7;
  padding: 3.75rem 0;
}
.contact .flex-div {
  align-items: flex-start;
}
.contact .flex-div img {
  margin-top: 5px;
}
.contact .contact-det .contact-info:not(:last-child) {
  margin-bottom: 1.875rem;
}
.contact .contact-info h5 {
  font-weight: 500;
}
.contact .contact-info p {
  color: #737373;
  margin: 0;
}
.contact .contact-input {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .banner {
    padding-top: 9rem;
  }
  .banner h3:after {
    content: "";
  }
  .banner-img {
    margin: 1.875rem 0;
  }
  .banner {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-app .app-img {
    text-align: center;
  }
  .about-app .app-img img {
    margin: auto;
  }
  .owl-item {
    padding: 30px;
  }
  .talk .container > .row {
    justify-content: center;
  }
  .social-wrap img {
    margin-top: 1.875rem;
  }
  .contact-det {
    margin-bottom: 1.875rem;
  }
  footer p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 992px) {
  header .navbar .container {
    position: relative;
  }
  header .navbar-collapse {
    background: #fff;
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 100%;
  }
  header .navbar-collapse li {
    margin-bottom: 10px;
  }
  .ms-auto {
    flex-direction: row;
  }
  .banner h3 {
    font-size: 2rem;
  }
  .app-item p {
    max-width: 100%;
  }
  .talk-wrap {
    padding: 1.875rem 0.5rem;
  }
}
@media (max-width: 599px) {
  .app-screens:after {
    width: 100%;
  }
}
@media (max-width: 1000px) and (min-width: 600px) {
  .app-screens:after {
    width: 34%;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  html {
    font-size: 14px;
  }
}
.about-arrow img{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  /* text-align: center;
  margin: 0 auto; */

}
/* .about-wrap h5{
  text-align: center;
} */
.banner h3:after{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}