@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "Somar-Light";
  src: url(../fonts/ArbFONTS-Somar-Light.otf);
}
@font-face {
  font-family: "Somar-Regular";
  src: url(../fonts/ArbFONTS-Somar-Regular.otf);
}
@font-face {
  font-family: "Somar-Medium";
  src: url(../fonts/ArbFONTS-Somar-Medium.otf);
}
@font-face {
  font-family: "Somar-Black";
  src: url(../fonts/Somar-Black.otf);
}
@font-face {
  font-family: "Afsaneh-Font";
  src: url(../fonts/Afsaneh-Font.ttf);
}
.font-Regular {
  font-family: "Somar-Regular" !important;
}

.font-medium {
  font-family: "Somar-Medium" !important;
}

.font-Black {
  font-family: "Somar-Black" !important;
}

.font2 {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-style: normal;
}

*,
* button:focus {
  outline: 0;
}

:root {
  --primary: #24223e;
  --primary-light: #0f2460;
  --blue: #58c4dc;
  --red: #ff2d20;
  --gold: #f29111;
  --dark: #023c33;
  --subColor: #00BC6C;
  --subColor-light: #6f55ff1a;
  --grey: #5d6485;
  --grey-1: #657399;
  --yellow: #e9f96e;
  --radius-3: 3px;
  --radius: 20px;
  /* --subColor2: #77643d; */
}

.form-control.email::-moz-placeholder {
  color: white;
  font-size: 22px;
  opacity: 1;
  /* Ensures full color visibility */
}

.form-control.email::placeholder {
  color: white;
  font-size: 22px;
  opacity: 1;
  /* Ensures full color visibility */
}

/* For better browser compatibility */
.form-control.email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  font-size: 22px;
}

.form-control.email::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  font-size: 22px;
}

.dark-text {
  color: var(--dark) !important;
}

.primary-light {
  color: var(--primary-light) !important;
}

.blue-color {
  color: var(--blue) !important;
}

.red-color {
  color: var(--red) !important;
}

.gold-color {
  color: var(--gold) !important;
}

.grey-text {
  color: var(--grey) !important;
}

.text-light {
  color: rgba(255, 255, 255, 0.768627451) !important;
}

.yellow-color {
  color: var(--yellow) !important;
}

.subColor {
  color: var(--subColor) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Somar-Light" !important;
  text-decoration: none;
  font-size: 22px;
  overflow-x: hidden;
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff;
  direction: rtl;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
}

.pt-240 {
  padding-top: 240px !important;
}

p {
  font-size: 22px !important;
}

.fs-1 {
  font-size: 3.8rem !important;
}

.fs-2 {
  font-size: 2.8rem !important;
  line-height: 1.3;
}

.fs-3 {
  font-size: 33px !important;
}

.fs-4 {
  font-size: 27px !important;
  line-height: 1.3;
}

.fs-5 {
  font-size: 21px !important;
}

.fs-6 {
  font-size: 18px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

.fs-7 {
  font-size: 14px;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: inherit;
}

.btn {
  overflow: hidden;
}

.subColor-btn {
  background-color: var(--subColor) !important;
}

.btn-padding {
  padding: 5px 12px !important;
}

.btn-primary {
  background-color: var(--primary) !important;
  border: 0px;
}

.btn-purple-light {
  background-color: var(--subColor-light) !important;
}

.btn-outline-dark {
  border: 2px solid var(--dark) !important;
}

.btn-subColor-outline {
  border: 2px solid var(--subColor) !important;
}

.slideInUp {
  animation: slideInUp 2s ease-in-out forwards;
}

.no-border {
  border: 0px !important;
}

.no-bg {
  background-color: transparent !important;
}

.gray-text {
  color: var(--grey-1) !important;
}

article {
  line-height: 1.7rem;
}

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

.relative {
  position: relative;
}

i {
  font-size: 15px;
}

.primary-color {
  color: var(--primary) !important;
}

.background-primary {
  background-color: var(--primary);
}

.background-dark {
  background-color: var(--dark);
}

.btn {
  text-align: center;
  padding: 5px 25px;
}

.radius {
  border-radius: var(--radius);
}

.radius-2 {
  border-radius: 2px !important;
}

.no-radius {
  border-radius: 0px !important;
}

a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  -o-object-fit: contain;
     object-fit: contain;
}

p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.text,
.text * {
  font-size: 16px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 60px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

header {
  transition: all 0.3s ease;
  /* Smooth transition when adding/removing the class */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  /* Optional shadow */
}
header::after {
  position: absolute;
  content: "";
  background-image: url("../images/header-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 192px;
}
header .navbar-nav .nav-item .nav-link {
  position: relative;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: white !important;
}
header .navbar-nav .nav-item .nav-link:hover::after {
  width: 83%;
  transition: all 0.6s ease;
  /* Smooth transition when adding/removing the class */
}
header .navbar-nav .nav-item .nav-link.active {
  width: 83%;
  transition: all 0.6s ease;
  color: white !important;
}

header.nav-scroll {
  transition: all 0.3s ease;
  background-color: #00101a !important;
  /* Smooth transition when adding/removing the class */
}
header.nav-scroll::after {
  display: none;
}

.nav-link {
  padding: 0 15px !important;
}

.header.transparent-header {
  background-color: transparent;
  box-shadow: none;
}
.header.transparent-header .navbar-nav .nav-link {
  color: white !important;
}

.header.transparent-header.nav-scroll {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.header.transparent-header.nav-scroll .navbar-nav .nav-link {
  color: white !important;
}

/*---------------header-----------------------*/
.hero-section {
  background-image: url("../images/hero_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

.about-section {
  background-image: url("../images/about-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.services-section .item {
  background-image: url("../images/service-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.services-section .item .icon {
  width: auto;
  display: inline-block;
  background-color: var(--subColor);
  border-radius: var(--radius-3);
}
.services-section .item .icon img {
  filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(230deg) saturate(200%);
}

.accordion {
  --bs-accordion-bg: transparent;
}

.accordion-item {
  border: 0px;
  border-radius: var(--radius-12) !important;
  overflow: hidden;
  margin-bottom: 5px;
}
.accordion-item .accordion-header .accordion-button {
  font-size: 27px;
  color: var(--dark);
}
.accordion-item .accordion-button::after {
  width: 34px;
  height: 34px;
  border: 1px solid var(--dark);
  border-radius: 100%;
  background-position: center;
  line-height: 34px;
  color: var(--dark);
  background-image: url("../images/icons/plus.svg");
  background-size: 45%;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/minus.svg");
  border: 1px solid var(--subColor);
  color: var(--dark);
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, rgba(240, 242, 245, 0) 0%, rgb(240, 242, 245) 100%);
  box-shadow: none;
  color: var(--subColor) !important;
}

.accordion-collapse.collapse.show {
  background: linear-gradient(90deg, rgba(240, 242, 245, 0) 0%, rgb(240, 242, 245) 100%);
}

.banner-section .banner-block {
  position: relative;
  background-color: var(--subColor);
  padding: 50px;
}
.banner-section .banner-block img {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.feature-food-section .item .icon {
  background-color: #f0f2f5;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  line-height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-food-section .accordion-header .accordion-button {
  font-weight: bold;
}
.feature-food-section .accordion-item {
  background: linear-gradient(90deg, rgba(240, 242, 245, 0) 0%, rgb(240, 242, 245) 100%);
}
.feature-food-section .accordion-button.collapsed {
  background: linear-gradient(90deg, rgba(240, 242, 245, 0) 0%, rgb(240, 242, 245) 100%);
  box-shadow: none;
}
.feature-food-section .accordion-collapse.collapse.show,
.feature-food-section .accordion-button:not(.collapsed) {
  background: white !important;
}

/*----------services work section-----------*/
.services-work-section .service-card {
  background: rgb(240, 242, 245);
  background: linear-gradient(180deg, rgb(240, 242, 245) 0%, rgba(240, 242, 245, 0) 100%);
  padding: 40px 15px;
}

/*-----------features section--------------*/
.features-section {
  background-image: url("../images/features-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.features-section .features-padding {
  margin-top: 3rem !important;
  margin-bottom: 5rem !important;
}
.features-section .feature-card {
  position: relative;
  padding: 40px 15px;
}
.features-section .feature-card::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/gradiant-white-border.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*-----------view section------------------*/
.view-section .mob-card {
  width: 240px;
  height: 490px;
}
.view-section .mob-card img {
  height: 100%;
  width: 100%;
}

/*---------solution section-----------*/
.solution-section {
  background-image: url("../images/solution.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 170px 0px 110px;
}

.solution-card,
.discover-card {
  padding: 40px 15px 10px;
  background: rgb(240, 242, 245);
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.0984768908) 100%);
  border-radius: 3px;
}

.discover-icon {
  width: 74px;
  height: 74px;
  line-height: 70px;
  text-align: center;
  background-color: var(--subColor);
  border-radius: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discover-icon .number {
  position: absolute;
  width: 34px;
  height: 34px;
  text-align: center;
  border: 3px solid white;
  background: rgba(111, 85, 255, 0.2705882353);
  border-radius: 100%;
  top: -12px;
  right: -13px;
  line-height: 26px;
}

.discover-section .col-md-4:nth-child(1) .discover-card,
.discover-section .col-md-4:nth-child(3) .discover-card,
.discover-section .col-md-4:nth-child(4) .discover-card,
.discover-section .col-md-4:nth-child(6) .discover-card {
  margin-top: 0px;
}
.discover-section .col-md-4:nth-child(2) .discover-card,
.discover-section .col-md-4:nth-child(5) .discover-card,
.discover-section .col-md-4:nth-child(8) .discover-card {
  margin-top: 115px;
}
.discover-section .discover-card {
  position: relative;
}
.discover-section .discover-card .vector {
  position: absolute;
  content: "";
  top: -35px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 420px;
  height: 140px;
}
.discover-section .discover-card .vector1 {
  background-image: url("../images/icons/vector-1.svg");
  right: -248px;
}
.discover-section .discover-card .vector2 {
  background-image: url("../images/icons/vector-2.svg");
  left: -248px;
}

/*---------------footer--------------------------*/
.footer {
  position: relative;
}
.footer h6 {
  font-family: "Montserrat-bold";
}
.footer a:hover {
  color: #b1a5f1 !important;
}
.footer .contacts a i {
  color: var(--dark);
  font-weight: 400;
}
.footer .footer-social a {
  position: relative;
  border: 2px solid white;
  border-radius: var(--radius-14);
  width: 40px;
  height: 40px;
  line-height: 37px;
  border-radius: 100%;
  text-align: center;
  color: white;
  margin: 0px 3px;
}
.footer .footer-social a::after {
  position: absolute;
  content: "";
  left: 45%;
  top: 45%;
  width: 4px;
  height: 4px;
}
.footer .footer-social a:hover::after {
  transform: translate(-50%, -50%);
  background-color: rgba(119, 60, 187, 0.6);
  border-radius: 50%;
  animation: scale 2s infinite ease-in-out;
  opacity: 0;
}
.footer .footer-menu a {
  position: relative;
  margin-right: 25px;
}
.footer .footer-menu a::after {
  position: absolute;
  content: "";
  top: 15px;
  right: 0;
  right: -20px;
  width: 7px;
  height: 7px;
  background-color: white;
  border-radius: 100%;
}
.footer .form-control.email {
  background-color: transparent;
  color: white;
  text-align: center;
  padding: 1rem 0.75rem;
}

.footer-bottom {
  position: relative;
}
.footer-bottom::after {
  position: absolute;
  content: "";
  background-image: url("../images/footer-bottom.svg");
  background-repeat: no-repeat;
  background-size: 68%;
  top: -70px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
}

hr {
  border: 1px solid rgba(13, 36, 76, 0.24) !important;
}

hr.dashed-line {
  border: 1px dashed rgba(13, 36, 76, 0.4392156863) !important;
}

/*--employment section----*/
.gradient-border {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.gradient-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 30px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- to_top --------------- */
.is-mobile {
  display: none;
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(20);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ====Responsive==== */
@media screen and (max-width: 640px) {
  .logo {
    height: 35px !important;
  }
  .discover-section .discover-card .vector {
    display: none;
  }
  .navbar-nav.align-items-center {
    align-items: start !important;
  }
  .navbar-nav.align-items-center .nav-item {
    margin-bottom: 7px;
  }
  .navbar-nav.align-items-center .nav_btns {
    margin-top: 1rem;
  }
  .clip-image-left,
  .clip-image-right,
  .clip-image-bottom {
    clip-path: none !important;
  }
  .pt-240 {
    padding-top: 160px !important;
  }
  .fs-1 {
    font-size: 2.6rem !important;
    line-height: 1.4;
  }
  .hero-section .col-md-5 img {
    height: 400px !important;
  }
  .fs-2 {
    font-size: 2rem !important;
    text-align: center;
  }
  .fs-4 {
    font-size: 24px !important;
  }
  .fs-3 {
    font-size: 30px !important;
    line-height: 1.2;
  }
  .solution-section {
    background-image: none;
    padding: 0px 0px 20px;
  }
  .section_padding {
    padding: 30px 0;
  }
  .discover-section .col-md-4:nth-child(2) .discover-card,
  .discover-section .col-md-4:nth-child(5) .discover-card,
  .discover-section .col-md-4:nth-child(8) .discover-card {
    margin-top: 0px;
  }
  .feature-food-section .col-md-4 {
    text-align: center;
  }
  .feature-food-section .col-md-4 img {
    height: 350px !important;
  }
  .view-section .d-flex.gap-2 {
    display: block !important;
  }
  .view-section .d-flex.gap-2 .mob-card {
    margin: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
  .features-section {
    background-image: none;
    background-color: var(--dark);
  }
  .features-section .feature-card {
    margin-top: 10px;
  }
  .banner-section .banner-block {
    padding: 50px 50px 0px;
  }
  .banner-section .banner-block img {
    position: relative;
  }
}
/* ======= */
@media screen and (max-width: 520px) {
  .services-section .d-flex.gap-2 {
    align-items: center;
  }
  .services-section .d-flex.gap-2 .btn.fs-4 {
    font-size: 17px !important;
  }
  .services-section .d-flex.gap-2 .btn .fs-3 {
    font-size: 20px !important;
  }
}
.clip-image-left {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s ease-in-out;
}
.clip-image-left.animated {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.clip-image-right {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 1s ease-in-out;
}
.clip-image-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.clip-image-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  /* Fully clipped at the top */
  transition: clip-path 1s ease-in-out;
  /* Smooth transition for the clip-path */
}
.clip-image-bottom.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* Reveal the full image from top to bottom */
}

.clip-image-left {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s ease-in-out;
}
.clip-image-left.animated {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

/* ----------------------------------------
* animation slide_up_down
* ----------------------------------------
*/
.slide_up_down {
  animation: slide_up_down 1.9s ease-in-out infinite alternate both;
}

/* ------- */
@keyframes slide_up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.navbar-toggler {
  border: 0px !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hvr-shutter-out-horizontal:before {
  background: var(--dark) !important;
}

.hvr-shutter-out-horizontal.with-subcolor:before {
  background: var(--subColor) !important;
  color: white !important;
}

.hvr-shutter-out-horizontal.with-subcolor:hover {
  color: white !important;
}

.col-lg-4:nth-child(1n) > .card,
.col-lg-3:nth-child(1n) > .card,
.card.mob-card:nth-child(1n),
.col-lg-4:nth-child(1n) {
  animation-delay: 0.2s;
}

.col-lg-4:nth-child(2n) > .card,
.col-lg-3:nth-child(2n) > .card,
.card.mob-card:nth-child(2n),
.col-lg-4:nth-child(2n) {
  animation-delay: 0.4s;
}

.col-lg-4:nth-child(3n) > .card,
.col-lg-3:nth-child(2n) > .card,
.card.mob-card:nth-child(3n),
.col-lg-4:nth-child(3n) {
  animation-delay: 0.6s;
}

.card.mob-card:nth-child(4n),
.col-lg-3:nth-child(4n) > .card {
  animation-delay: 0.8s;
}

.card.mob-card:nth-child(5n) {
  animation-delay: 1s;
}/*# sourceMappingURL=style.css.map */