@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap");
/* html {
  scroll-behavior: smooth;
} */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica-medium";
  color: #000;
}

@font-face {
  font-family: "Helvetica-medium";
  src: url("../fonts/fontsss/HelveticaNeue-Medium.woff") format("woff");
}
@font-face {
  font-family: "Helvetica-bold";
  src: url("../fonts/fontsss/HelveticaNeue-Bold.woff") format("woff");
}
@font-face {
  font-family: "Helvetica-light";
  src: url("../fonts/fontsss/HelveticaNeue-Light.woff") format("woff");
}
.f-bold {
  font-family: "Helvetica-bold";
}
.f-medium {
  font-family: "Helvetica-medium";
}
.f-light {
  font-family: "Helvetica-light";
}

/* fida css*/

/* toggle Btn */
/* .toggleBtn {
  float: right;
  width: 50px;
}
.toggleBtn {
  top: 46px;
  right: 54px;
  z-index: 99999;
  position: fixed;
}
.toggleBtn span {
  width: 50px;
  height: 2px;
  display: inline-block;
  float: left;
  background-color: #000;
  margin: 5px 0;
  transition: all ease 0.5s 0.4s;
}
.overlay_menu {
  position: fixed;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  right: 0;
  background-color: #567565;
  padding: 50px 50px;
  z-index: 98;
  transform: scaleX(0);
  transform-origin: right;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.overlay_menu ul li {
  list-style: none;
}
.overlay_menu.show {
  transform: scaleX(1);
} */
.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-wrapper {
  transition-delay: 0.3s;
}
.swiper-slide {
  /* overflow: hidden; */
  transition: all cubic-bezier(0.57, 0.01, 0.45, 1.03) 0.3s;
  /* transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.4s; */
}

/* body.arabic {
  direction: rtl;
} */
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  left: 8pc;
  right: auto;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 20px 0;
  opacity: 1;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20vh;
  background: #fff;
  top: -36vh;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20vh;
  background: #fff;
  bottom: -36vh;
}
.lay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  height: 90%;
  opacity: 0.2; */
  transition: 0.4s ease;
  /* border: 0px solid; */
}
/* fida css ends */

a {
  text-decoration: none !important;
}

.banner {
  width: 100%;
  height: 100vh;
  background-image: url("../images/main1.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.team {
  width: 100%;
  height: 100vh;
  background-image: url("../images/Team_BG.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contact {
  width: 100%;
  height: 100vh;
  background-image: url("../images/contact.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content_head_1 {
  /* padding-left: 4pc;
  padding-top: 5pc; */
  position: absolute;
  top: 50%;
  transform: translate(-60%, -50%);
  left: 60%;
  width: 100%;
  direction: rtl;
}

.team_heading {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
  font-family: "Cairo", sans-serif;
}

.team_description_ {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  width: 20%;
  font-family: "Cairo", sans-serif;
  margin-bottom: 0px;
  margin-left: auto;
}

.team_main_heading {
  font-weight: 600;
  font-size: 35px;
  font-family: "Cairo", sans-serif;
  color: #fff;
  margin-left: auto;
  width: 25%;
  direction: rtl;
}
.heading_width {
  width: 30% !important;
  margin-left: auto;
  font-family: "Cairo", sans-serif;
}

.team_description_2 {
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0;
  color: #fff;
  margin-left: auto;
  font-family: "Cairo", sans-serif;
  width: 33%;
}
.slider_left {
  margin-left: 4pc;
}
.log_div_sector {
  text-align: right;
}
.team_description_3 {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  margin-left: auto;
  font-family: "Cairo", sans-serif;
  width: 38%;
}
.banner_content_slider {
  padding-left: 4pc;
}
.banner_content {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: right;
}

h2.banner_heading {
  width: 54%;
  font-size: 43px;
  color: #fff;
  margin-left: auto;
  font-weight: 600;
  font-family: "Cairo", sans-serif;
  text-align: right;
}

/* Overlay */
.button_container {
  /* position: fixed; */
  position: absolute;
  top: 3pc;
  left: 3pc;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  border: 0px solid #fff;
  border-radius: 50%;
}

.button_container:hover {
  opacity: 0.7;
}

.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: white;
}

.button_container.active .middle {
  opacity: 0;
  background: white;
}

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: white;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: white;
}

.button_container.active .middle {
  opacity: 0;
  background: white;
}

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: white;
}
.button_container.inPageBurgerMenu.active {
  border: 1px solid #fff;
  border-radius: 50%;
}
.button_container span {
  background: #ffffff;
  border: none;
  height: 2px;
  width: 60%;
  position: absolute;
  top: 17px;
  left: 11px;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 5px;
}
.dark-navigation span {
  background: black;
}

.button_container span:nth-of-type(2) {
  top: 28px;
}

.button_container span:nth-of-type(3) {
  top: 39px;
}
p.close-text {
  top: 1pc;
  position: absolute;
  left: 70px;
  font-size: 18px;
  color: #fff;
}
.overlay-menu {
  transition: all 0.3s linear;
  z-index: 1;
}
.background-slides {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.background-slides img {
  width: 100%;
  height: 100%;
}
.overlay {
  /* display: -ms-flexbox; */
  display: flex;
  position: fixed;
  /* background: #ffffff; */
  background-image: url("../images/menu.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  /* visibility: hidden; */
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  /* overflow-y: scroll; */
}
/* .button_container.inPageBurgerMenu {
  z-index: 9999999 !important;
} */
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100vh;
  z-index: 9;
}
.overlay .log_div_sector {
  right: 226px;
  top: 50px;
}
.section_nav {
  text-align: center;
  list-style: none;
  /* padding: 4rem 1rem; */
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-right: 20%;
  padding-top: 5%;
  width: 100vw;
  display: flex;
  align-items: flex-end;
}

.section_nav li {
  margin-bottom: 1pc;
  text-align: left;
  transition: 0.3s ease;
}

.section_nav li:last-child {
  margin-bottom: 0;
}

.section_nav li a {
  font-size: 2rem;
  line-height: 1;
  font-family: "Cairo", sans-serif;
  font-style: normal;
  color: white;
  transition: 0.3s ease;
}
.section_nav li a:hover {
  font-family: "Cairo", sans-serif;
  transition: 0.3s ease;
}

@media (max-width: 1200px) {
  .section_nav li a {
    font-size: 2rem;
  }
}

@media (min-width: 767px) {
  .section_nav li a {
    font-size: 5.75rem;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .section_nav li a {
    font-size: 2rem;
  }
}

@media (min-width: 991px) {
  .section_nav li a {
    font-size: 4.25rem;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .section_nav li a {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .section_nav li a {
    font-size: 34px;
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  .section_nav li a {
    font-size: 2rem;
  }
}

.section_nav li a:hover {
  color: white;
}

.line_div_1 {
  position: absolute;
  bottom: 14%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}

.line__1 {
  width: 47%;
  margin-right: 22px;
  border-bottom: 0.5px solid rgba(211, 211, 211, 0.5);
}

.begein__scroll a {
  color: #ffff;
  font-size: 15px;
  margin: 0px;
  line-height: 5px;
  display: block;
  font-family: "Cairo", sans-serif;
}

.line_div_2 {
  position: absolute;
  top: 0;
  right: 8%;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
}

.vertical_line {
  height: 23%;
  margin-bottom: 50px;
  border-right: 0.5px solid rgba(211, 211, 211, 0.5);
}

.vertical__dots {
  height: 20%;
  margin-bottom: 7pc;
  text-align: end;
}

img.dotted__img {
  height: 100%;
}

.vertical__line__3 {
  height: 10%;
  margin-bottom: 10px;
  border-right: 0.5px solid rgba(211, 211, 211, 0.5);
}

.vertical__line__4 {
  margin-top: 23px;
  height: 10%;
  border-right: 0.5px solid rgba(211, 211, 211, 0.5);
}
#section1 .inPageBurgerMenu {
  display: none;
}
.swiper-button-next.arrow-div:focus {
  outline: none;
}
.arrow-div {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #e10a1e;
  bottom: 2pc;
  z-index: 99;
  text-align: center;
  line-height: 40px;
  left: 110px;
  position: absolute;
  top: auto;
}
.swiper-button-next::after {
  display: none;
}
.who_we {
  width: 100%;
}
.who_we .row {
  flex-direction: row-reverse;
}
.main__div {
  padding: 3pc 6pc 0pc 0pc;
  /* padding: 3pc 0pc 0pc 0pc; */
}

.who_we_content {
  padding: 4pc 0pc 0pc 4pc;
  direction: rtl;
}

.banner_heading {
  direction: rtl;
}

.who_we_heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Cairo", sans-serif;
}

.who__description {
  width: 70%;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin-left: auto;
  font-family: "Cairo", sans-serif;
}

.who_description_2 {
  font-size: 16px;
  font-family: "Cairo", sans-serif;
  color: #4d4d4d;
  padding-top: 10px;
}

/* .Solution_heading_1 {
  width: 90%;
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 0.3px solid #cf2e2c;
} */

.solution_heading_font {
  width: 90%;
  font-size: 24px;
  margin-left: auto;
  font-weight: 400;
  padding-bottom: 20px;
  font-family: "Cairo", sans-serif;
  border-bottom: 0.3px solid #cf2e2c;
}

.solution_heading_3 {
  border-bottom: 0.3px solid #000000;
}

.who_we_img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.sectors {
  padding: 0pc 0pc;
  position: relative;
}

.content__sectors {
  padding: 3pc 0pc 0pc 0pc;
  text-align: right;
  direction: rtl;
}
.content__sectors .card-title {
  margin-bottom: 0;
}
.content__sectors .card-body {
  padding: 10px;
}
.sectore_head {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Cairo", sans-serif;
}
.owl-sectors {
  margin-left: auto;
  width: 75%;
}
/* .card.item {
  transition: 0.3s ease-in;
}
.card.item:hover .card-img-top {
  opacity: 0;
}
.card.item:hover .card-img-flip {
  opacity: 1 !important;
}
.card-img-flip {
  opacity: 0 !important;
  transition: 0.3s ease-in;
} */
/* Sample2 */
.rollover {
  display: inline-block;
  position: relative;
}
.rollover .on {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s ease;
}
.rollover .off {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.rollover .on,
.rollover .off {
  display: block;
}

.rollover:hover .on {
  /* opacity: 0; */
}

.logo_div {
  flex-grow: 0.7;
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
}
.top-nav {
  width: 100%;
}
.top-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 80px;
  flex-direction: row-reverse;
}
.top-nav ul li {
  padding-right: 50px;
  padding-top: 8px;
}
.top-nav ul li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.7;
  transition: 0.2s ease;
  text-transform: uppercase;
  font-family: "Cairo", sans-serif;
}
.top-nav ul li a:hover {
  opacity: 1;
}
h4.fooj_offer {
  width: 50%;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 20px;
  margin-left: auto;
  font-family: "Cairo", sans-serif;
}

.card {
  background: #f5f5f5 !important;
  border: none;
  text-align: center;
}

.scroll_container {
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-bar {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scroll-bar span {
  width: 90%;
  height: 1px;
  background: #000;
  display: block;
}
.scroll-bar p {
  margin: 0;
}

.content__sectors_1 {
  padding: 4pc 0pc 0pc 0pc;
}

.scroll__1 {
  position: absolute;
  left: 46%;
  bottom: 5.5%;
}

.scroll_container::-webkit-scrollbar {
  width: 5px;
  background: transparent;
  /* make scrollbar transparent */
}
.scroll_container::-webkit-scrollbar-thumb {
  background: black;
}
.scroll_container::-webkit-scrollbar-track {
  background: grey;
}

.fooj__offer_2 {
  margin-top: 2pc;
  width: 70%;
  font-family: "Cairo", sans-serif;
  margin-left: auto;
}

.div_position {
  position: absolute;
  bottom: 10%;
  right: 11%;
  z-index: 1;
}

.services {
  padding: 2pc 8pc 1pc 4pc;
  position: relative;
}
.item {
  position: relative;
}
.item-content {
  position: absolute;
  bottom: 5%;
  color: #fff;
  padding-right: 2pc;
  text-align: right;
  right: 0;
}
.item-content h3 {
  font-size: 24px;
  font-family: "Cairo", sans-serif;
}
.services_heading {
  padding: 0pc 0pc 1pc 2pc;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.item-content ul {
  padding: 4px 0 0;
  margin: 0;
  list-style: none;
  display: none;
  transition: 0.3s ease;
}
.item:hover .item-content {
  bottom: 5%;
}
.item:hover .item-content ul {
  display: block;
}
.item-content ul li p {
  margin: 0;
  font-size: 12px;
  font-family: "Cairo", sans-serif;
  font-weight: 100;
}
.item-content ul li span {
  text-shadow: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-family: "Cairo", sans-serif;
  /* font-weight: 600; */
}
.inner-list {
  padding-left: 10px;
  padding-right: 20px;
}
.inner-list > ul {
  padding-right: 20px;
  direction: rtl;
  /*line-height: 1.2;*/
}
.inner-list > ul > li {
  list-style: disc;
}
.item-content > ul > li {
  display: flex;
  flex-direction: row-reverse;
  direction: ltr;
}
.services .item {
  background-size: cover;
  height: 70vh;
  transition: 0.3s ease;
}
.owl-sectors .owl-nav button img {
  width: 15px;
}
.owl-sectors.owl-theme .owl-nav button:focus {
  outline: none !important;
}
.owl-sectors.owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-sectors.owl-theme .owl-nav button:hover {
  background: transparent;
}
.owl-sectors.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translatex(-35px);
}
.owl-sectors.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translatex(35px);
}
.owl-theme .owl-nav .disabled {
  opacity: 0;
}
@media (max-width: 1150px) {
  .content__sectors_1 {
    padding: 16pc 0pc 0pc 4pc;
  }
}
@media (max-width: 1024px) {
  .main__div {
    padding: 2pc 2pc 0pc 0pc;
  }
  h2.banner_heading {
    width: 70%;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
  }
  .vertical_line {
    height: 23%;
    margin-bottom: 70px;
    border-right: 0.5px solid rgba(211, 211, 211, 0.5);
  }
  .vertical__dots {
    height: 20%;
    margin-bottom: 5pc;
    text-align: end;
  }
  .vertical__line__3 {
    height: 10%;
    margin-bottom: 10px;
    border-right: 0.5px solid rgba(211, 211, 211, 0.5);
  }
  .who_we_content {
    padding: 3pc 0pc 0pc 4pc;
  }

  .who__description {
    width: 90%;
    font-size: 30px;
    font-weight: 400;
  }
  .content_head_1 {
    padding-left: 4pc;
    padding-top: 3pc;
  }
  .team_heading {
    margin-bottom: 7px;
  }
  .team_main_heading {
    width: 39%;
  }
  .team_description_2 {
    width: 50%;
    margin-bottom: 5px;
  }
  .team_description_3 {
    width: 38%;
  }
}
@media (max-width: 992px) {
  #section1 .inPageBurgerMenu {
    display: block;
  }
  .button_container {
    display: block !important;
  }
  .button_container {
    top: 40px;
    right: 3pc;
  }
  .top-nav {
    display: none;
  }
  #section6 .dark-navigation {
    display: block !important;
  }
  .main__div {
    padding: 2pc 1pc 0pc 1pc;
  }
  .log_div_sector_services {
    padding-left: 1pc;
  }
  .line_div_2 {
    position: absolute;
    top: 0;
    right: 4%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .content__sectors_1 {
    padding: 2pc 0pc 0pc 4pc;
  }
  .Solution_heading_1 {
    width: 74%;
    font-size: 25px;
  }
  .Solution_heading_2 {
    width: 74%;
    font-size: 25px;
  }
  .solution_heading_3 {
    width: 74%;
    font-size: 25px;
  }
  .scroll__1 {
    left: 50%;
  }
}

@media (min-width: 769px) {
  /*.who_we_img {
    display: block;
  }*/
}

@media (max-width: 768px) {
  .logo_div {
    flex-grow: 0.3;
  }
  #section2 .dark-navigation {
    display: block !important;
  }
  .arrow-div {
    display: none;
  }
  .swiper-pagination-bullets {
    display: none;
  }
  /*.who_we_img {
    display: none;
  }*/
  .who_we_content {
    padding: 3pc 0pc 0pc 3pc;
  }
  .content__sectors {
    padding: 4pc 0pc 0pc 4pc;
  }
  h4.fooj_offer {
    width: 100%;
  }
  .content_head_1 {
    padding-left: 3pc;
    padding-top: 2pc;
  }
  .scroll__1 {
    left: 65%;
    bottom: 1.5%;
  }
  .who_we .custom-img {
    position: absolute;
    padding-right: 0;
    right: 0;
    padding-left: 0;
    z-index: -1;
    background-image: url("../images/Mask Group 2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
  }
  .custom-img img {
    display: none;
  }
}
#section2 .dark-navigation,
#section6 .dark-navigation {
  display: none;
}
@media (max-width: 576px) {
  /* .swiper-slide {
    height: 66vh;
    width: 400px;
  } */
  .heading_width {
    width: 100% !important;
  }
  h2.banner_heading {
    width: 70%;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
  }
  .who_we {
    padding: 0pc 0pc;
  }
  .who_we_content {
    padding: 3pc 0pc 0pc 2pc;
  }
  .team_description_ {
    width: 50%;
  }
  .team_main_heading {
    width: 95%;
  }
  .team_description_2 {
    width: 75%;
  }
  .team_description_3 {
    width: 65%;
  }
  .content__sectors {
    padding: 4pc 0pc 0pc 1pc;
  }
  .content_head_1 {
    padding-left: 0pc;
  }
  .content__sectors_1 {
    padding: 2pc 0pc 0pc 0pc;
  }
  .scroll__1 {
    left: 78%;
    bottom: 1.5%;
  }
  .line_div_2 {
    position: absolute;
    top: 0;
    right: 6%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .who__description {
    font-size: 22px;
  }
  .Solution_heading_1 {
    font-size: 17px;
  }
  .Solution_heading_2 {
    font-size: 17px;
  }
  .solution_heading_3 {
    font-size: 17px;
  }
  .content_head_1 {
    padding-top: 0pc;
  }
  .team_description_ {
    width: 85%;
  }
  .team_description_3 {
    width: 80%;
  }
  .team_main_heading {
    font-weight: 600;
    font-size: 25px;
  }
  .section_nav {
    text-align: center;
    list-style: none;
    /* padding: 4rem 1rem; */
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    padding-left: 20%;
    padding-top: 25% !important;
    width: 100vw;
    display: flex;
  }
  .log_div_sector_services {
    padding-left: 0pc;
  }
  .slider_left {
    margin-left: 0pc;
  }
  .services_heading {
    padding: 4pc 0pc 1pc 0pc;
    font-size: 16px;
    font-weight: 400;
  }
  .services {
    padding: 0pc 0pc 2pc 0pc;
    position: relative;
  }
  .who__description {
    width: 100%;
  }
  .main__div {
    padding: 2pc 1pc 0pc 1pc;
  }
  .Solution_heading_1 {
    width: 100%;
  }

  .Solution_heading_2 {
    width: 100%;
  }

  .solution_heading_3 {
    width: 100%;
  }
  .scroll_container_1 {
    width: 100%;
    height: 78vh;
    overflow: scroll;
  }
  .scroll_container {
    width: 100%;
    height: 78vh;
    overflow: hidden;
  }
  .centering {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
  h2.banner_heading {
    width: 90%;
    font-size: 25px;
  }
  .line__1 {
    width: 30%;
  }
}

@media (max-width: 420px) {
  .who_we_content {
    padding: 3pc 0pc 0pc 0pc;
  }
  .content__sectors {
    padding: 4pc 0pc 0pc 0pc;
  }
  /* .swiper-container {
    width: 100%;
    height: 100%;
    margin: auto;
    margin-right: 0;
  } */
  .div_position {
    position: absolute;
    bottom: 3%;
    right: 10%;
    z-index: 1;
  }
  h4.fooj_offer {
    font-size: 20px;
  }
  .fooj__offer_2 {
    width: 100%;
  }
}
.solutions .row {
  flex-direction: row-reverse !important;
}
.main-title {
  font-family: "Cairo", sans-serif;
}
