@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
/* RIGHT */
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
/* RIGHT */
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Kefa';
  src: url('../fonts/kefa-bold.ttf');
  font-weight: bold;
  font-style: bold;
}
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 968px) {
  html {
    overflow-x: hidden;
  }
}
.header {
  width: 100vw;
  min-height: 50%;
  position: relative;
  padding: 150px 0;
  margin: 0;
  background-color: #57bc7b;
}

nav.hide {
  top: -10%;
}
nav.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px;
}

.nav-container {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  width: 100vw;
  height: 70px;
  z-index: 999;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
  background-color: #ffffff;
  transition: all 0.3s ease-in;
  margin: 0 auto;
}
nav.nav-container.nav-animation {
  animation: nav 1s normal forwards ease-in-out !important;
  z-index: 999999999999999999999;
}
.nav-container .sidebar-icon,
.nav-container .nav-logo-res,
.nav-container .localization-res {
  display: none;
}
.nav-container ul {
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 80%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  min-height: 70px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  list-style: none;
}
@media (max-width: 968px) {
  .nav-container ul {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
}
.nav-container ul .locale-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: #09527e;
  font: normal normal 500 16px/0px Poppins;
  border: 1px solid #5bbe81;
  border-radius: 18px;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.nav-container ul .locale-wrapper:hover {
  opacity: 0.5;
}
.nav-container ul .locale-wrapper.en {
  font-family: Cairo;
}
.nav-container ul a,
.nav-container ul .drop-down {
  text-decoration: none;
  font: normal normal 400 16px/40px Poppins;
  color: #000;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.nav-container ul .drop-down svg {
  /* border: 2px solid red; */
  width: 22px;
  height: 22px;
  transition: all 0.2s ease-in-out;
}
.nav-container ul .drop-down:hover .drop-down-icon path {
  fill: #55bc7d;
}
.nav-container ul .drop-down:hover .drop-down-icon {
  transform: rotate(180deg);
}
.nav-container ul .nav-link.drop-down {
  position: relative;
}
/* .nav-link.drop-down {
  border: 1px solid black;
} */
.nav-container ul .nav-link.drop-down:hover {
  opacity: 1 !important;
}

/*  */
.nav-container ul li,
.nav-container ul .nav-link.drop-down {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-link.drop-down {
  /* border: 1px solid black; */
}
.nav-container ul .nav-link.drop-down .drop-down-items {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: absolute;
  width: 240%;
  min-width: 120px;
  left: -50%;
  background-color: #fff;
  z-index: 999;
  cursor: default;
  margin: 0;
  z-index: -9;
  top: 100px;
  min-height: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 21px;
}
.nav-container ul .nav-link.drop-down .drop-down-items a:hover {
  background-color: #57bc7b26;
  /* border: 1px solid black; */
}
.nav-container ul .nav-link.drop-down .drop-down-items a {
  padding: 0 10px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font: normal normal 400 12px/40px Poppins;
  color: #646464;
}
@media (max-width: 968px) {
  .nav-container ul .nav-link.drop-down .drop-down-items {
    width: 300px;
    left: -70px;
  }
  .nav-container ul .nav-link.drop-down .drop-down-items a {
    color: #000 !important;
  }
}
.drop-down-items.hide-links a {
  display: none;
}
/* .drop-down-items.hide-links {
  top: 0px !important;
} */
.nav-link.drop-down{
  width: 80px;
}
.nav-container ul a.nav-link.drop-down .drop-down-items .drop-down-link {
  display: block;
}

.nav-container ul a:hover {
  opacity: 0.5;
}
.nav-container ul a.ar,
.nav-container ul .nav-link.drop-down.ar,
.nav-container .drop-down-items.ar a {
  font-family: Cairo !important;
}
.nav-container ul a:hover {
  color: #57bc7b;
}
.nav-container ul .logo a img {
  width: 60px;
  height: 54px;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-container ul .res-nav-close-icon {
  display: none;
}
@media (max-width: 968px) {
  .nav-container {
    padding: 0 30px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-container .sidebar-icon,
  .nav-container .nav-logo-res {
    display: block;
    width: 83px;
    height: 56px;
  }
  .nav-container .sidebar-icon {
    width: 27px !important;
    height: 22px !important;
  }
  .nav-container .localization-res {
    display: block;
    border: 1px solid #5bbe81;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
  }
  .nav-container .localization-res.locale-wrapper {
    display: flex !important;
  }
  .nav-container ul {
    width: 350px;
    position: fixed;
    min-height: 400px;
    left: calc(100% + 350px);
    top: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    min-height: 400px;
    transition: all 0.5s ease-in-out;
    background-color: #60be79;
    z-index: 1000000000000000000000000;
    height: 100vh;
  }
  .nav-container ul .localization-desk {
    display: none;
  }
  .nav-container ul .res-nav-close-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
  }
  .nav-container ul li.logo {
    display: none;
  }
  .nav-container ul li a,
  .nav-container ul .nav-link.drop-down {
    color: #fff !important;
    font-size: 30px;
  }
  .nav-container ul li:has(> .logo) {
    display: none;
  }
}

.breaker {
  width: 100%;
  max-width: 1200px;
  background-color: #575757;
  border-radius: 20px;
  height: 9px;
  margin: 50px auto 0 auto;
}

.subscribe-news {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 80%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  min-height: 300px;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 968px) {
  .subscribe-news {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
}
.subscribe-news .layout1 {
  position: absolute;
  top: 0%;
  left: -10%;
  width: 45%;
  height: 230px;
  z-index: -1;
}
.subscribe-news .layout2 {
  position: absolute;
  top: 0%;
  right: -11%;
  width: 50%;
  height: 200px;
  z-index: -1;
}
.subscribe-news h2 {
  font: normal normal normal 35px/58px Kefa;
  color: #2e2e2e;
  margin: 0 0 50px 0;
  padding: 0;
}
.subscribe-news .subscribe-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 90px;
  width: 55%;
  position: relative;
}
.subscribe-news .subscribe-container input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 20px;
  width: 100%;
  height: 70px;
  border-radius: 15px;
  color: #d0d0d0;
  text-indent: 40px;
  font: normal normal normal 25px/51px Tajawal;
}
.subscribe-news .subscribe-container button {
  background-color: #707070;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 70px;
  font: normal normal normal 23px/41px Tajawal;
  color: #ffffff;
  border-radius: 41px;
  padding: 0 60px;
  border-radius: 15px;
  height: 60px;
  width: 200px;
  margin: 0 20px;
  position: absolute;
  left: 65%;
}
@media (max-width: 968px) {
  .subscribe-news .subscribe-container button {
    border-radius: 20px;
    height: 50px;
  }
  .subscribe-news .subscribe-container button img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .subscribe-news .subscribe-container button img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.subscribe-news .subscribe-container button.ar {
  left: -2%;
}
@media (max-width: 968px) {
  .subscribe-news {
    min-height: 250px;
  }
  .subscribe-news .layout1,
  .subscribe-news .layout2 {
    width: 200px;
    height: 80px;
    top: 50%;
  }
  .subscribe-news .layout1 {
    left: 0;
  }
  .subscribe-news .layout2 {
    right: 0;
  }
  .subscribe-news h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .subscribe-news .subscribe-container {
    width: 95%;
    flex-direction: column;
    justify-content: center;
  }
  .subscribe-news .subscribe-container input {
    border-radius: 10px;
    font-size: 20px !important;
    height: 50px;
  }
  .subscribe-news .subscribe-container button {
    width: 154px;
    height: 38px;
    border-radius: 3px;
    position: static;
    margin-top: 20px;
  }
}

.footer-wrapper {
  background-color: #343434;
  /* -webkit-clip-path: polygon(50% 0, 100% 10%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 10%);
  clip-path: polygon(50% 0, 100% 10%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 10%); */
  padding: 50px 0;
}
@media (max-width: 968px) {
  /* .footer-wrapper {
    -webkit-clip-path: polygon(50% 0, 100% 3%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 3%);
    clip-path: polygon(50% 0, 100% 3%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 3%);
  } */
}
.footer-wrapper footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 80%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  width: 95%;
  flex-direction: column;
  min-height: 300px;
}
@media (max-width: 968px) {
  .footer-wrapper footer {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
}
.footer-wrapper footer img,
.footer-wrapper footer a,
.footer-wrapper footer button,
.footer-wrapper footer li {
  transition: all 0.5s ease-in-out;
}
.footer-wrapper footer .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
}
.footer-wrapper footer .info .img-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 350px;
  position: relative;
}
.footer-wrapper footer .info .img-container img:nth-child(1) {
  width: 257;
  height: 51px;
  object-fit: contain;
  /* background-color: #f7f7f7; */
  border-radius: 5px;
  padding: 0;
  margin: 0 -5px 15px -5px;
}
.footer-wrapper footer .info .img-container img:nth-child(2),
.footer-wrapper footer .info .img-container img:nth-child(3) {
  width: 90px;
  height: 90px;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 5px;
  margin: 0 5px;
}
.footer-wrapper footer .info .img-container .app-links {
  position: absolute;
  width: 410px;
  bottom: -90%;
}
/* @media (max-width: 1201px) {
  .footer-wrapper footer .info .img-container .app-links {
    bottom: -60%;
  }
} */
.footer-wrapper footer .info .img-container .app-links h3 {
  font: normal normal 500 25px/38px Poppins;
  color: #55bc7d;
}
.footer-wrapper footer .info .img-container .app-links h3.ar {
  font-family: Cairo;
}
.footer-wrapper footer .info .img-container .app-links .links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.footer-wrapper footer .info .img-container .app-links .links-container a:hover img {
  transform: translate3d(0, -19px, 0px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.footer-wrapper footer .info .img-container .app-links .links-container img {
  width: 200px;
  height: 61px;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.footer-wrapper footer .info article {
  font: normal normal 200 13px/22px Poppins;
  color: #a3a3a3;
  width: 300px;
  /* margin: 0 30px; */
  text-align: left;
}
.footer-wrapper footer .info article.ar {
  font-family: Cairo;
  text-align: right;
}
@media (max-width: 1200px) {
  .footer-wrapper footer .info article {
    margin: 0 10px;
    font: normal normal 200 14px/25px Poppins;
    height: 100px;
  }
}
.footer-wrapper footer .info .ul-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
}
.footer-wrapper footer .info .ul-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  min-width: 150px;
  padding: 0 30px;
  border-left: 10px solid #2b2b2b;
  min-height: 350px;
}
.footer-wrapper footer .info .ul-container ul:nth-child(1) {
  min-width: 150px;
  padding: 0 30px;
  border-left: 10px solid #2b2b2b;
}
.footer-wrapper footer .info .ul-container ul:nth-child(2) li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-wrapper footer .info .ul-container ul:nth-child(2) li:hover img {
  transform: translate3d(3px, -10px, 0);
}
.footer-wrapper footer .info .ul-container ul:nth-child(2) li img {
  transition: all 0.5s ease-in-out;
}
.footer-wrapper footer .info .ul-container li {
  margin: 0;
  padding: 0;
  margin: 5px 0 7px 0;
}

.footer-wrapper footer .info .ul-container li.ar a {
  font-family: Cairo !important;
}
.footer-wrapper footer .info .ul-container li:nth-child(1) a {
  font: normal normal 500 22px/38px Poppins;
  color: #55bc7d;
}
.footer-wrapper footer .info .ul-container li a {
  font: normal normal normal 16px/42px Poppins;
  color: #bfbfbf;
  text-decoration: none;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.footer-wrapper footer .info .ul-container li a:hover {
  opacity: 0.5;
}
.footer-wrapper footer .info .ul-container li a:hover {
  color: #55bc7d;
}
.footer-wrapper footer .info .get-in-touch {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-left: 10px solid #2b2b2b;
  min-height: 350px;
  padding: 0 30px;
}
.footer-wrapper footer .info .get-in-touch h4 {
  font: normal normal 500 22px/38px Poppins;
  color: #55bc7d;
  text-align: center;
  margin: 0;
  padding: 5px 0 0 0;
}
.footer-wrapper footer .info .get-in-touch h4.ar {
  font-family: Cairo;
}
.footer-wrapper footer .info .get-in-touch a {
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 70px;
  font: normal normal normal 23px/41px Tajawal;
  color: #273981;
  border-radius: 41px;
  padding: 0 60px;
  border: 2px solid #c4c4c4;
  width: 180px;
  font: normal normal 600 13px/23px Poppins;
  border-radius: 41px;
  padding: 0 !important;
  height: 55px;
}
@media (max-width: 968px) {
  .footer-wrapper footer .info .get-in-touch a {
    border-radius: 20px;
    height: 50px;
  }
  .footer-wrapper footer .info .get-in-touch a img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .footer-wrapper footer .info .get-in-touch a img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.footer-wrapper footer .info .get-in-touch a.ar {
  font-family: Cairo;
}
.footer-wrapper footer .info .get-in-touch a:hover {
  background-color: #55bc7d;
  color: #fff;
  border: 2px dashed #273981;
}
.footer-wrapper footer .info .get-in-touch a:nth-child(2) {
  margin: 10px 0;
}
.footer-wrapper footer .info .get-in-touch p {
  font: normal normal 200 14px/30px Poppins;
  color: #a3a3a3;
  text-align: center;
  width: 180px;
}
.footer-wrapper footer .info .get-in-touch p.ar {
  font-family: Cairo;
}
.footer-wrapper footer .copy-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  min-height: 80px;
}
.footer-wrapper footer .copy-right img {
  width: 460px;
  height: 37px;
}
.footer-wrapper footer .copy-right p {
  font: normal normal normal 16px/33px Poppins;
  color: #707070;
}
.footer-wrapper footer .copy-right p.ar {
  font-family: Cairo;
}
@media (max-width: 1200px) {
  .footer-wrapper footer article {
    text-align: center;
  }
  .footer-wrapper footer .ul-container {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .footer-wrapper footer .ul-container ul {
    margin-left: 10px !important;
  }
  .footer-wrapper footer .ul-container ul:nth-child(1) {
    border-left: none !important;
  }
  .footer-wrapper footer .ul-container ul li {
    margin: 5px 0 !important;
  }
  .footer-wrapper footer .ul-container ul li a {
    font-size: 16px !important;
  }
  .footer-wrapper footer .get-in-touch {
    border-left: none !important;
  }
  .footer-wrapper footer .get-in-touch a {
    font-size: 16px !important;
  }
}
@media (max-width: 968px) {
  .footer-wrapper footer .info {
    flex-wrap: wrap;
  }
  .footer-wrapper footer .info .app-links {
    bottom: -415% !important;
  }
  .footer-wrapper footer .info .app-links h3 {
    text-align: center;
  }
  .footer-wrapper footer .info .app-links .links-container {
    flex-direction: column !important;
  }
  .footer-wrapper footer .info .app-links .links-container img {
    margin: 10px 0 !important;
  }
  .footer-wrapper footer .info .img-container {
    width: 100%;
  }
  .footer-wrapper footer .info .img-container img:nth-child(1) {
    width: 100%;
    max-width: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 10px auto;
  }
  .footer-wrapper footer .info .img-container img:nth-child(2),
  .footer-wrapper footer .info .img-container img:nth-child(3) {
    width: 40%;
    margin: 0 5%;
  }
  .footer-wrapper footer .info .ul-container {
    margin-top: 20px;
  }
  .footer-wrapper footer .info .ul-container ul {
    margin-left: 0;
    width: 45%;
  }
  .footer-wrapper footer .info .ul-container ul li a {
    font: normal normal normal 18px/37px Tajawal;
  }
  .footer-wrapper footer .info article {
    font: normal normal 200 16px/25px Poppins;
    width: 95%;
    margin: 40px 5px 0 5px;
    text-align: center;
  }
  .footer-wrapper footer .info div,
  .footer-wrapper footer .info article {
    width: 95%;
  }
  .footer-wrapper footer .info .get-in-touch {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 200px;
  }
  .footer-wrapper footer .info .get-in-touch h4 {
    width: 100%;
    text-align: center;
    font: normal normal bold 23px/33px Tajawal;
  }
  .footer-wrapper footer .info .get-in-touch a {
    width: 48%;
    font: normal normal normal 16px/20px Tajawal !important;
    padding: 0;
  }
  .footer-wrapper footer .copy-right {
    flex-direction: column;
  }
  .footer-wrapper footer .copy-right img {
    width: 100% !important;
    margin-top: 20px;
  }
  .footer-wrapper footer .copy-right p {
    font: normal normal normal 14px/22px Tajawal;
    width: 100%;
    text-align: center;
  }
}

.locale-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: #09527e;
  font: normal normal 500 16px/0px Poppins;
  border: 1px solid #5bbe81;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.locale-wrapper:hover {
  opacity: 0.5;
}
.locale-wrapper.en {
  font-family: Cairo !important;
} /*# sourceMappingURL=layout.css.map */

@keyframes nav {
  0% {
    top: -15%;
    opacity: 0.5;
  }
  100% {
    top: 0%;
    opacity: 1;
  }
}

.scroll-up {
  position: fixed;
  top: 85%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #57bc7b;
  border: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 999;
}
.scroll-up svg {
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in-out;
}
.scroll-up svg:nth-child(2) {
  transform: translate3d(0, 30px, 0px);
  z-index: 2;
}

.scroll-up svg:nth-child(1) {
  transform: translate3d(0, 10px, 0px);
}
.scroll-up:hover .up {
  transform: translate3d(0, -10px, 0px) !important;
  /* border: 1px solid black !important; */
}
.scroll-up:hover .hide {
  transform: translate3d(0, -30px, 0px) !important;
  /* border: 1px solid black !important; */
}
.scroll-up:hover {
  opacity: 0.5;
}
.scroll-up.en {
  right: 2%;
}
.scroll-up.ar {
  left: 2%;
}
.loader {
  background-color: #fff;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ar, .ar * {
  font-family: Cairo !important;
}