* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Zain", serif;
  scroll-behavior: smooth;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
button {
  border: none;
  outline: none;
}
ul li {
  list-style: none;
}
.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-section {
  padding: 65px 0;
}
.h3 {
  color: #020202;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-section {
    padding: 40px 0;
  }
  .h3 {
    font-size: 30px;
    font-weight: 600;
  }
}
.img-fit img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* -------------------------------------- Start Mian Header --------------------------------------  */
.main-header {
  background-color: white;
  z-index: 1000;
  width: 100%;
  transition: 0.5s;
  box-shadow: 0px -4px 13px 0px #b1b1b1;
}

.main-header ul li a {
  font-size: 20px;
  color: #020202;
}

.main-header .navbar-brand img {
  max-width: 150px;
}
.main-header .main-links {
  margin-left: 71px;
}
.main-header .main-links .language .en {
  font-size: 20px;
  color: #020202;
}
@media (max-width: 991px) {
  .main-header .navbar-brand img {
    max-width: 95px;
  }
  .main-header .main-links {
    margin-left: 0px;
  }
}

.main-header .nav-item .active {
  color: var(--main-color) !important;
}

/* DropDown */
.dropdown-edit .dropdown-toggle::after {
  content: none;
}

.dropdown-edit .dropdown-menu {
  min-width: 121px !important;
  border: none;
  background-color: white;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
}

/* -------------------------------------- End Mian Header --------------------------------------  */
/* -------------------------------------- Start Footer --------------------------------------  */
.Footer {
  background-color: #eeeeee;
  padding: 48px 0;
  background-image: url("/assets/front/images/footer_pattern.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Footer .logo {
  gap: 20px;
}
.Footer .logo .img {
  max-width: 213px;
}
.Footer .logo p {
  color: #545454;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 539px;
}
.Footer .social-icons button {
  background-color: transparent;
}
.Footer .platform h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.Footer ul {
  gap: 9px;
}
.Footer .platform ul li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.Footer .contact-us h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.Footer .contact-us li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.Footer .pattern {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .Footer .logo p {
    font-size: 16px;
  }
}
/* -------------------------------------- End Footer --------------------------------------  */
/* -------------------------------------- Start Hero Section --------------------------------------  */
.hero-section {
  background-image: url("/assets/front/images/herosection_pattern.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 37px 0;
}
.hero-section .cont {
  justify-content: space-between;
}
.hero-section .pattern {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-section .container {
  position: relative;
}
.hero-section .square {
  position: absolute;
  width: 44px;
  height: 44px;
  transform: rotate(-45deg);
  border-radius: 12px;
  background: #100c26;
  top: 50px;
  right: -100px;
}
.hero-section .ornament {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: -1;
}

.hero-section .images .circel {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 30px solid;
  z-index: -1;
  bottom: 0px;
  left: 123px;
}
.hero-section .Polygon {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
.hero-section .text,
.hero-section .images {
  flex-basis: 49%;
}
.hero-section .text {
  max-width: 526px;
}
.hero-section .text h1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.hero-section .text h1 span {
  color: #b11617;
}
.hero-section .text p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: 140%;
}
.hero-section .buttons {
  margin-top: 32px;
}
.hero-section .buttons .contact-us {
  display: flex;
  height: 50px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background: #007838;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}
.hero-section .buttons button:last-child {
  color: #007838;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
/* images */
.hero-section .images {
  gap: 41px;
  height: 513px;
}

.hero-section .images .img {
  flex: 1;
  height: 434px;
  border-radius: 24px;
  overflow: hidden;
}
.hero-section .images .img:nth-child(2) {
  align-self: flex-end;
}

@media (max-width: 1400px) {
  .hero-section .images .circel {
    left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hero-section .ornament {
    top: 34px;
    right: 19px;
  }
  .hero-section .images .img-cont {
    width: 200px;
    height: 430px;
  }
}
@media (max-width: 991px) {
  .hero-section .images .circel {
    left: 107px;
  }
  .hero-section .text,
  .hero-section .images {
    flex-basis: content;
  }
  .hero-section .text {
    max-width: 100%;
  }
  .hero-section .images {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .hero-section .images .circel {
    left: 60px;
    width: 70px;
    height: 70px;
    border: 15px solid;
  }
  .hero-section .ornament {
    right: 57px;
    width: 100px;
    width: 100px;
  }
  .hero-section .Polygon {
    width: 50px;
    left: 10px;
  }
  .hero-section .text h1 {
    font-size: 30px;
  }
  .hero-section .text p {
    font-size: 16px;
  }
  .hero-section .buttons button:last-child {
    font-size: 18px;
  }
  .hero-section .buttons button:first-child {
    font-size: 18px;
  }
  .hero-section .images .img-cont {
    width: 105px;
    height: 214px;
  }
  .hero-section .images {
    gap: 41px;
    height: 250px !important;
  }
  .hero-section .images .img {
    height: 264px;
  }
  .hero-section .images {
    gap: 19px;
  }
}
/* -------------------------------------- End Hero Section --------------------------------------  */
/* -------------------------------------- Start Feature Section --------------------------------------  */
/* text */
.feature-section .text p {
  font-size: 20px;
  margin-top: 24px;
  max-width: 90%;
}
[dir="ltr"] .all-head .rtl {
  display: none;
}
[dir="rtl"] .all-head .ltr {
  display: none;
}
/* images */
.feature-section .main-image {
  height: 388px;
  border-radius: 32px;
  overflow: hidden;
}
.feature-section .small-image {
  height: 224px;
  width: 320px;
  border-radius: 32px;
  overflow: hidden;
  border: 10px solid white;
  bottom: -22px;
}
[dir="ltr"] .feature-section .small-image {
  left: -40px;
}
[dir="rtl"] .feature-section .small-image {
  right: 0px;
}
.all-head h2 {
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 767px) {
  .feature-section {
    padding: 43px 0;
  }

  .all-head h2 {
    font-size: 20px;
  }
  .feature-section .text p {
    font-size: 16px;
    margin-top: 16px;
  }
  .feature-section .main-image {
    height: 246px;
  }
  .feature-section .small-image {
    border: 5px solid white;
    height: 119px;
    width: 170px;
  }
  [dir="ltr"] .feature-section .small-image {
    left: auto;
    right: 0;
    border: 5px solid white;
  }
}
/* -------------------------------------- End Feature Section --------------------------------------  */
/* -------------------------------------- Start Our Feature --------------------------------------  */
.our-feature .head p {
  max-width: 419px;
  font-size: 20px;
  color: #545454;
}
.our-feature .cards {
  margin-top: 40px;
}
.our-feature .cards .feature-card {
  background-color: white;
  border-radius: 28px;
  padding: 20px;
  height: 361px;
  box-shadow: 0 0 20px #00000014;
}
.our-feature .cards .feature-card::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  height: 184px;
  width: 184px;
  background-color: #007838;
  border-radius: 28px;
  z-index: -1;
}
.our-feature .cards .feature-card::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  height: 184px;
  width: 184px;
  background-color: #b11617;
  border-radius: 28px;
  z-index: -1;
}
.our-feature .cards .feature-card .icon {
  padding: 10px;
  background-color: #f4f7f9;
  width: 84px;
  height: 84px;
  border-radius: 20px;
}
.our-feature .cards .feature-card h3 {
  font-weight: 700;
  font-size: 32px;
}
.our-feature .cards .feature-card p {
  font-size: 20px;
  color: #545454;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-feature .head p {
    font-size: 16px;
  }
  .our-feature .cards .feature-card {
    height: 264px;
    border-radius: 24px;
  }
  .our-feature .cards .feature-card::after,
  .our-feature .cards .feature-card::before {
    border-radius: 24px;
    width: 152px;
    height: 152px;
  }
  .our-feature .cards .feature-card .icon {
    width: 68px;
    height: 68px;
  }
  .our-feature .cards .feature-card h3 {
    font-size: 24px;
  }
  .our-feature .cards .feature-card p {
    font-size: 16px;
    margin-top: 4px;
  }
}
/* -------------------------------------- End Our Feature --------------------------------------  */
/* -------------------------------------- Start Factory --------------------------------------  */
.factory .main-owl {
  margin-top: 32px;
}
.factory .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  gap: 8px;
}
.factory .owl-dots button {
  width: 5px;
  height: 5px;
  background-color: #8ac1a3 !important;
  border-radius: 5px;
  transition: 0.3s;
}
.factory .owl-dots button.active {
  width: 42px;
  background-color: #007838 !important;
  opacity: 1 !important;
}
.factory p {
  color: #333333;
  font-size: 28px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .factory p {
    font-size: 16px;
    margin-top: 20px;
  }
}
/* -------------------------------------- End Factory --------------------------------------  */
/* -------------------------------------- Satrt Blog --------------------------------------  */
.Blogs .cards-carsol {
  margin-top: 32px;
}
.Blogs .blog-card .image {
  height: 262px;
  border-radius: 32px;
  overflow: hidden;
}
.Blogs .blog-card h4 {
  font-weight: 700;
  font-size: 32px;
  margin-top: 8px;
  height: 74px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.Blogs .blog-card p {
  font-size: 20px;
  margin-top: 4px;
  color: #545454;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Blogs .blog-card .link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b11617;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
  margin-top: 8px;
}
.Blogs .blog-card .link .arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #b11617;
  padding: 6px;
}
@media (max-width: 767px) {
  .Blogs .blog-card .image {
    height: 116px;
    border-radius: 16px;
  }
  .Blogs .blog-card h4 {
    font-size: 20px;
  }
  .Blogs .blog-card p {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .Blogs .blog-card .link {
    font-size: 16px;
  }
  .Blogs .blog-card .link .arrow {
    width: 24px;
    height: 24px;
  }
}
/* -------------------------------------- End Blog --------------------------------------  */
/* -------------------------------------- Start Contact Us --------------------------------------  */

/* -------------------------------------- End Contact Us --------------------------------------  */
.contact-us .head p {
  max-width: 880px;
  font-size: 20px;
  color: #545454;
}
@media (max-width: 767px) {
  .contact-us .head p {
    font-size: 16px;
  }
}
/* -------------------------------------- Start Card Slider --------------------------------------  */
.Blogs .owl-carousel .owl-nav {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.Blogs .owl-nav button span {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 12px;
  background-color: #007838 !important;
  color: white;
}
.Blogs .owl-prev.disabled span,
.Blogs .owl-next.disabled span {
  background: #e8edf2 !important;
  color: #100c26 !important;
}
/* -------------------------------------- End Card Slider --------------------------------------  */
/* -------------------------------------- Start Contact Us --------------------------------------  */
.contact-us .info {
  max-width: 780px;
  margin: 32px auto;
}
.contact-us .info .icon {
  width: 56px;
  height: 56px;
  padding: 8px;
}
.contact-us .info .text div {
  color: #8a8a8a;
}
.contact-us .info .text p {
  font-weight: 700;
  font-size: 20px;
}
.contact-us .info .icon.one {
  background-color: #b116171a;
}
.contact-us .info .icon.two {
  background-color: #c291001a;
}
.contact-us .info .icon.three {
  background-color: #0078381a;
}

.contact-us form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 549px;
  margin-top: 64px;
}
.contact-us form > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-us form label {
  color: #333;
  font-weight: 700;
  font-family: "Zain", serif;
  font-size: 24px;
}
.contact-us form > div:not(.phone-cont) input,
.contact-us form textarea {
  width: 100%;
  font-family: "Zain", serif;
  height: 70px;
  padding: 20px;
  border-radius: 18px;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  background: white;
  outline: none;
}
.contact-us form .phone-cont .phone {
  width: 100%;
  border-radius: 18px;
  font-family: Poppins;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
}
.contact-us form .phone-cont .phone .icon {
  padding: 16px 0px 16px 20px;
}
.contact-us form .phone-cont input {
  width: 100%;
  font-family: "Zain", serif;
  height: 70px;
  padding: 20px;
  border-radius: 18px;
  background: white;
  outline: none;
  border: none;
}
.contact-us form input::placeholder,
.contact-us form textarea::placeholder {
  font-family: "Zain", serif;
  color: #8a8a8a;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.contact-us form textarea {
  height: 212px;
}
.contact-us form button {
  display: flex;
  width: 100%;
  height: 58px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background: #007838;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
/* INFO */
.contact-us .right {
  width: 300px;
}
.contact-us .info {
  gap: 20px;
}
.contact-us .info .cont {
  display: flex;
  gap: 8px;
  align-items: center;
}
.contact-us .info .icon {
  padding: 8px;
  border-radius: 15px;
  width: fit-content;
}
.contact-us .info .icon img {
  max-width: 100%;
}
.contact-us .info .email .icon {
  background: rgba(16, 12, 38, 0.1);
}
.contact-us .info .phone .icon {
  background: rgba(16, 12, 38, 0.1);
}
.contact-us .info .location .icon {
  background: rgba(16, 12, 38, 0.1);
  padding: 10px;
}
.contact-us .info .cont .text span {
  color: #8a8a8a;
  font-family: "Zain", serif;
  font-size: 14px;
  font-weight: 500;
}
.contact-us .info .cont .text p {
  color: #020202;
  font-family: "Zain", serif;
  font-size: 16px;
  font-weight: 500;
}
.contact-us .map {
  margin-top: 33px;
  height: 447px;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
}
.contact-us .map img {
  width: 100%;
}
@media (max-width: 767px) {
  .contact-us .contact-cont {
    gap: 40px;
  }
  .contact-us form {
    margin-top: 32px;
  }
  .contact-us .info .icon {
    width: 48px;
    height: 48px;
  }
  .contact-us .info {
    margin-top: 16px;
  }
}
/* -------------------------------------- End Contact Us --------------------------------------  */

.dropdown-toggle::after {
  display: none;
}
/* -------------------------------------- Start Poat Details Page --------------------------------------  */
.subLinks {
  font-weight: 700;
  font-size: 24px;
  margin: 32px 0;
}
.subLinks a {
  text-decoration: none;
  color: black;
}
.subLinks p {
  font-weight: 700;
  font-size: 24px;
  color: #8a8a8a;
}
.image-details .top p:first-child {
  font-weight: 700;
  font-size: 24px;
  color: #8a8a8a;
}
.image-details .top p:last-child {
  font-weight: 700;
  font-size: 40px;
}
.image-details .post-image {
  height: 517px;
  border-radius: 32px;
  overflow: hidden;
  margin-top: 32px;
}
.details-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 35px;
}
.details-text p {
  font-size: 28px;
  color: #333333;
}
@media (max-width: 767px) {
  .subLinks {
    margin: 20px 0;
  }
  .image-details .top p {
    font-size: 16px;
  }
  .image-details .top p:last-child {
    font-size: 24px;
  }
  .image-details .post-image {
    height: 152px;
    border-radius: 24px;
    margin-top: 16px;
  }
  .details-text {
    margin-top: 16px;
  }
  .details-text p {
    font-size: 20px;
  }
}
/* -------------------------------------- End Poat Details Page --------------------------------------  */

/* modal */
.modal {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000cc;
  padding: 0 20px;
}
.modal .modal-cont {
  max-width: 435px;
  padding: 20px;
  border-radius: 25px;
  background-color: #fff;
}
.modal .modal-cont .close {
  width: 40px;
  height: 40px;
  background-color: #e8eff5;
  border-radius: 11px;
}
.modal .modal-cont .icon {
  width: 80px;
}
.modal .modal-cont h3 {
  font-weight: 700;
  font-size: 32px;
}
.modal .modal-cont p {
  color: #545454;
  font-size: 20px;
}
.modal .modal-cont .ok {
  width: 100%;
  border: 1px solid #007838;
  color: #007838;
  border-radius: 16px;
  padding: 9px 0;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .modal .modal-cont .icon {
    width: 64px;
  }
  .modal .modal-cont h3 {
    font-size: 24px;
  }
  .modal .modal-cont p {
    font-size: 16px;
  }
}
/* modal */

/* -------------------------------------- Arabic --------------------------------------  */
[dir="rtl"] .rtl-r {
  transform: rotate(180deg);
}

.Blogs .blog-card p{
  height: 92px;
}

.contact-us form .phone-cont .phone .icon {
  width: 119px;
}

@media (max-width:767px) {
  .Blogs .blog-card p{
    height:63px;
  }
  .contact-us form .phone-cont .phone .icon {
    min-width: 94px;
  }
  
}







.card-slider .card-cont .desc p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
[dir="rtl"] .main-header .main-links {
  margin-right: 71px;
  margin-left: 0px;
}
[dir="rtl"] .hero-section .square {
  top: 50px;
  left: -100px !important;
  right: auto;
}
[dir="rtl"] .hero-section .Polygon {
  right: -20px;
  left: auto;
}
[dir="rtl"] .hero-section .ornament {
  left: 50px;
  right: auto;
}
[dir="rtl"] .hero-section .images .circel {
  right: 123px;
  left: auto;
}

[dir="rtl"] .about-us .images .logo {
  right: 14px;
  left: auto;
}
[dir="rtl"] .about-us .images .pattern {
  right: auto;
  left: 40px;
}

[dir="rtl"] .what-we-do .card-cont .c-main:first-child .img::after {
  right: auto;
  left: -260%;
}
[dir="rtl"] .what-we-do .card-cont .c-main:nth-child(2) .img::after {
  left: -260%;
  right: auto;
}
[dir="rtl"] .main-header .dropdown-menu {
  right: auto;
  left: 0;
}
[dir="rtl"] .card-slider .card-cont .desc button {
  transform: rotate(180deg);
}
[dir="rtl"] .contact-us form .phone-cont .phone .icon {
  padding: 16px 020px 16px 0px;
}
[dir="rtl"] #email::placeholder {
  text-align: end !important;
}
@media (min-width: 992px) {
  [dir="rtl"] .hero-section .text h1 {
    text-align: start !important;
  }
  [dir="rtl"] .hero-section .text p {
    text-align: start !important;
  }
  [dir="rtl"] .about-us .text p,
  .about-us .text h2,
  .about-us .text span {
    text-align: start !important;
    display: block;
  }
  .Footer .logo p {
    text-align: start !important;
  }
}
.arrow_width {
  width: 80px;
}
@media (max-width: 767px) {
  [dir="rtl"] .about-us .images .logo {
    right: 5px;
    left: auto;
  }
  [dir="rtl"] .about-us .images .pattern {
    right: auto;
    left: 5px;
  }
  .arrow_width {
    width: 42px;
  }
}
