@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

body {
  font-family: Lato;
  padding: 0;
  margin: 0;
  color: rgb(239, 239, 239);
  background-color: #161616;
  overflow-x: hidden;
}
* {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.webback {
  margin: 0 auto;
  padding: 50px 50px 1px;
}

.container {
  padding: 0;
}
/* 
  Background 
*/

.pos-back {
  background-image: url(../images/taskaback.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% + 100px);
  height: 1100px;
  margin-bottom: -53px;
  margin-left: -50px;
  padding-left: 0px;
}

/* 
  bar-list 
*/

.back-bar {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  margin-left: 0;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 101;
  padding: 10px 0;
  transition: 0.3s ease;
  z-index: 110;
}
nav {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-areas: "logo logo list list list list list list list list";
  align-items: center;
  padding: 0 50px;
  width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.link-logo {
  width: 200%;
}

.taskala-logo {
  grid-area: logo;
  grid-column-start: 1;
  width: 70%;
}
.menu {
  display: none;
}
.bar-list {
  grid-area: list;
  grid-column-end: 12;
  text-align: end;
  transition: 0.5s ease;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-areas: "listtwo listtwo listtwo listtwo listtwo listtwo con con";
  align-items: center;
}
.ulNav {
  grid-area: listtwo;
  grid-column-end: 6;
  text-align: start;
}
.mobile-contact {
  display: none;
}
.bar-list .bar-name {
  display: inline;
  padding: 15px;
  text-align: center;
}
.hidden {
  visibility: hidden;
}
li a {
  font-weight: bold;
  text-decoration: none;
  color: rgb(241 241 241);
  font-size: 18px;
  transition: 0.3s ease;
  cursor: pointer;
}
li a:hover {
  transform: translateY(-4px);
  cursor: pointer;
  font-size: 17px;
  text-align: center;
}
.en {
  color: rgb(241 241 241);
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
}
.contact-link {
  text-decoration: none;
}
.let {
  border: 1px solid rgb(213, 216, 60);
  background-color: #d5d83c;
  text-align: center;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 17px;
  color: #161616;
  cursor: pointer;
  display: inline;
  margin-right: 15px;
  transition: 1s ease;
  box-shadow: inset 0 0 0 0 #161616;
  margin-left: 15px;
}
.let:hover {
  color: #d5d83c;
  box-shadow: inset 0px 150px 0 0 #161616;
  transition: 1s ease;
}
.bar-mobile {
  display: none;
}

.let-in {
  grid-area: con;
  width: 100%;
  text-align: end;
}
.linatakalam {
  font-weight: 700;
}
/*
  select
*/
.select-position {
  direction: rtl;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: right;
}
.language select {
  display: none;
}
.language {
  color: white;
  text-align: right;
  background-color: #161616;
  border: 1px solid transparent;
  padding: 5px;
  appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  font-size: 19px;
  padding: 0px 10px;
  text-align: center;

}
.select-items {
  position: absolute;
  background-color: red;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
option {
  font-size: 16px;
}

/*
  header section
*/
.header {
  margin: 130px auto 140px;
  text-align: left;
  width: 805px;
  position: relative;
}
.y-moon {
  animation-name: YMoonMove;
  opacity: 1;
  right: -220px;
  position: absolute;
  width: 400px;
  top: -25%;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-delay: 4s;
  transition: 4s ease;
}
.y-moon-arab {
  opacity: 1;
  right: -220px;
  position: absolute;
  width: 400px;
  top: -25%;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-delay: 4s;
  transition: 4s ease;
  display: none;
  right: 550px;
  transform: scaleX(-1);
}
.y-moon-arab .yellow-title {
  color: #d5d83c;
}

h1 {
  font-size: 65px;
  font-weight: 800;
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}
.min-title {
  font-size: 40px;
  font-weight: 400;
  margin: 5px 0 25px;
}
.title-description {
  font-size: 21px;
  text-align: start;
  line-height: 30px;
  font-weight: 500;
  width: 100%;
  position: relative;
  z-index: 4;
  text-align: justify;
}
.aboutTitTas {
  font-size: 60px;
  margin-bottom: -25px;
}
.aboutTitDesc {
  line-height: 40px;
}
/*
  user detail
*/

.detial-zone {
  position: relative;
  background-color: #161616;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-template-areas: "chabaka chabaka chabaka chabaka chabaka chabaka chabaka chabaka chabaka mohamed mohamed mohamed mohamed mohamed";
  align-items: center;
  align-items: self-end;
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
.chabaka {
  background-image: url(../images/about-images/chabaka.png);
  background-size: 100% 87%;
  background-repeat: no-repeat;
  width: 110%;
  height: 90%;
  grid-area: chabaka;
  position: relative;
}
.action {
  position: absolute;
  left: 66px;
  width: 94px;
  top: 20px;
}
.mr-mohamed {
  grid-area: mohamed;
}
.mohamed-img {
  width: 100%;
}
.chabaka .user-description {
  font-size: 21px;
  line-height: 33px;
  width: 83%;
  margin: 73px 67px 0;
  text-align: justify;
}
.name-position {
  position: absolute;
  left: 40%;
  bottom: 150px;
  width: 55%;
}
.name-position .user-decription {
  font-size: 21px;
  line-height: 35px;
  position: relative;
}
.user-description-line {
  position: absolute;
  top: 38px;
  left: 7px;
  width: 45px;
}
.signature {
  position: absolute;
  width: 150px;
  top: 95%;
  left: 53%;
}
.mr-mohamed {
  width: 100%;
}
.line-grid {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 80px;
}
.mr-mohamed .light {
  width: 70px;
  position: absolute;
  top: 65px;
  right: 25%;
}
.light .one-light {
  width: 100%;
}
.light .two-light {
  width: 110px;
  position: absolute;
  left: -24px;
  bottom: 26px;
  animation: lightTurnOn;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transition: 0;
}
.aboutuserSesc {
  direction: rtl;
  width: 100%;
  font-size: 20px;
}
/*
  taskalart section
*/
.taskalart-zone {
  background-color: #161616;
  position: relative;
}
.taskalart-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "leftt centert rightt";
  align-items: center;
  width: 1300px;
  margin: 0 auto;
  padding: 125px 0;
  text-align: center;
  gap: 25px;
}
.taska-left {
  grid-area: leftt;
  width: 90%;
  margin-top: 0 auto;
}
.taska-center {
  grid-area: centert;
  position: relative;
}
.up-flesh {
  width: 65%;
  top: -120%;
  left: 73%;
  position: absolute;
  animation-name: topFleshMovePc;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease-in-out;
  transition: 4s ease;
}
.down-flesh {
  width: 65%;
  bottom: -100%;
  left: -140px;
  position: absolute;
  animation-name: bottomFleshMovePc;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: ease-in-out;
  transition: 4s ease;
}
.taskalart-img {
  width: 90%;
}
.taska-right {
  grid-area: rightt;
}
.one-description,
.two-description {
  font-size: 21px;
  line-height: 33px;
}

/*
  our-value
*/
.value-zone {
  width: 100%;
  margin: -15px auto 0;
  background-image: url(../images/about-images/work.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.value-zone-opacity {
  background-color: #161616;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
}
.value-area {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.our-value {
  width: 60%;
  padding-top: 20px;
}
.value-title {
  color: #d5d83c;
}
.our-description {
  font-size: 21px;
  line-height: 33px;
}
.figure-area,
.together-area {
  width: 95%;
}
.high-area {
  width: 55%;
}
.together-area {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "imgT ttd ttd ttd ttd ttd";
  align-items: center;
  grid-gap: 37px;
}
.together-img {
  grid-area: imgT;
  width: 85px;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}
.together-img:hover {
  width: 95px;
}
.together-t-d {
  grid-area: ttd;
  text-align: start;
}
.figure-area {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "imgF ftd ftd ftd ftd ftd";
  align-items: center;
  grid-gap: 37px;
}
.figure-img {
  grid-area: imgF;
  width: 70px;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}
.figure-img:hover {
  width: 80px;
}
.figure-t-d {
  grid-area: ftd;
}
.high-area {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "imgH htd htd htd htd htd";
  align-items: center;
  padding-bottom: 45px;
  cursor: pointer;
}
.high-img {
  grid-area: imgH;
  width: 60px;
  transition: 0.1s ease-in-out;
}
.high-img:hover {
  width: 70px;
}
.high-t-d {
  grid-area: htd;
}
.figure-title,
.together-title,
.high-title {
  color: #d5d83c;
  font-size: 30px;
}
.figure-description,
.together-description,
.high-description {
  font-size: 20.5px;
  line-height: 33px;
  text-align: justify;
}
.together-figure-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "together fugure";
  align-items: center;
  grid-gap: 45px;
  margin: 45px 0 15px;
}
.area-together {
  grid-area: together;
  text-align: left;
}
.area-fugure {
  grid-area: fugure;
}

/*
  customers section
*/
.customer-zone {
  width: 100%;
  background-color: #d5d83c;
  color: #161616;
  padding: 50px 0 50px;
  margin-top: -1px;
}
.customer-area {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}
.customer-title {
  font-size: 35px;
  margin-bottom: 70px;
}
.customer-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-areas: "one two three four five six siven eight";
  align-items: center;
  grid-gap: 0.5%;
  width: 400%;
  position: relative;
  transition: 1s ease;
  right: 0%;
}
.customer-one {
  grid-area: one;
  background-color: aliceblue;
  width: 100%;
  height: 400px;
  position: relative;
}
.customer-two {
  grid-area: two;
  background-color: aliceblue;
  width: 100%;
  height: 400px;
  position: relative;
}
.customer-detail-description {
  position: relative;
  top: 57px;
  left: 50px;
  width: 83%;
  text-align: justify;
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
}
.customer-detail-image {
  position: absolute;
  top: -40px;
  left: 0;
  width: 55px;
}
.customer-image-position {
  width: 67px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.customer-three {
  grid-area: three;
  background-color: aliceblue;
  width: 100%;
  height: 400px;
  position: relative;
}
.customer-four {
  grid-area: four;
  background-color: aliceblue;
  width: 100%;
  height: 400px;
  position: relative;
}
.customer-five {
  grid-area: five;
  background-color: aliceblue;
  width: 100%;
  height: 400px;
  position: relative;
}
.customer-six {
  grid-area: six;
  background-color: aliceblue;
  width: 100%;
  height: 400px;
  position: relative;
}
.customer-siven {
  grid-area: siven;
  background-color: aliceblue;
  width: 100%;
  height:400px;
  position: relative;
}
.customer-eight {
  grid-area: eight;
  background-color: aliceblue;
  width: 100%;
  height: 400px;
  position: relative;
}
.customer-position {
  position: absolute;
  bottom: 25px;
  left: 50px;
}
.for-box {
  position: relative;
  align-items: center;
}
.customer-name {
  font-size: 16px;
  margin-bottom: -9px;
  margin-left: 95px;
  font-weight: 800;
}
.customer-field {
  font-size: 13px;
  margin-left: 95px;
}
.yellow-box {
  position: absolute;
  width: 65px;
  height: 75px;
  bottom: 0;
  background-color: #d5d83c;
}
.button-one,
.button-two {
  right: 1%;
  border-radius: 50%;
  width: 45px;
  border: transparent;
  height: 45px;
  top: 50%;
  color: #161616;
  background-color: #d5d83c;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.button-one {
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.button-two {
  right: 1.5%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.button-one img,
.button-two img {
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.slids-zone {
  position: relative;
  overflow: hidden;
}

/*
  footer section
*/

.footer-zone {
  background-color: #161616;
  width: 100%;
  text-align: center;
  padding-top: 80px;
}
.footer-area {
  width: 1300px;
  margin: 0 auto;
}
.footer-title {
  color: #d5d83c;
  margin-bottom: 15px;
}
.footer-description {
  font-size: 22px;
  width: 33%;
  margin: 0 auto;
}
.button-zone {
  margin: 80px auto;
  width: 25%;
}
.let-do {
  color: white;
  border: 1px solid #d5d83c;
  background-color: transparent;
  width: 100%;
  padding: 17px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.6s ease-in-out;
  box-shadow: inset 0 0 0 0 #d5d83c;
}
.let-do:hover {
  cursor: pointer;
  color: #161616;
  box-shadow: inset 0 150px 0 0 #d5d83c;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "leftF centerF rightF";
  align-items: center;
  grid-gap: 30px;
}
.footer-left {
  grid-area: leftF;
  width: 100%;
}
.footer-center {
  grid-area: centerF;
  width: 100%;
}
.footer-right {
  grid-area: rightF;
  width: 100%;
}
.f-taskalart,
.f-contact,
.f-support {
  font-size: 30px;
  margin-bottom: -15px;
  font-weight: 700;
}
.f-contact {
  position: relative;
  bottom: 22px;
}
.email,
.icons,
.copy-right {
  font-size: 22px;
  font-weight: 300;
  color: #b9b9b9;
}
.icons a {
  color: #d5d83c;
  margin: 0 2px;
  text-decoration: none;
}
/*
  yellow-line
*/
.line-two {
  margin: 20px 0 15px;
  width: 100%;
  border-bottom: 1px solid #d5d83c;
  width: 1300px;
  margin: 20px auto 15px;
}



/*
    Contact section
  */
.contact-zone-pop {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  color: #d5d83c;
}
.contact-area-one-pop {
  width: 100%;
  height: 100%;
  margin: 90px auto 80px;
  position: fixed;
  left: 0;
  bottom: 110%;
  overflow-y: scroll;
  transition: 1s ease;
  background-color: #161616;
}
.contact-area-one-pop::-webkit-scrollbar {
  display: none;
}
.contact-area-one-zone-pop {
  width: 900px;
  margin: 0 auto;
  padding: 110px 0 180px;
}
.contact-title-pop {
  font-size: 40px;
  font-weight: 800;
  width: 100%;
  color: #d5d83c;
  position: relative;
}
.pop-up-back {
  width: 23px;
  position: absolute;
  right: 0;
  top: 65%;
  transform: translateY(-50%);
  cursor: pointer;
}
.title-description-pop,
.title-description-two-pop {
  font-size: 21px;
  font-weight: 400;
  text-align: justify;
}
.title-description-pop {
  margin-bottom: 40px;
  margin-top: -15px;
}
.title-description-pop a {
  color: #d5d83c;
  font-size: 21px;
}
.services-select-pop {
  font-size: 22px;
  background-color: transparent;
  padding: 15px 40px 15px 20px;
  width: fit-content;
  border: 1px solid #d5d83c;
  display: inline-block;
  margin: 0 15px 15px 0;
  transition: 0.4s ease;
  position: relative;
}
.services-select:hover {
  cursor: pointer;
  bottom: 1px;
}

.phone-pop,
.email-pop,
.name-pop,
.tell-us-pop {
  display: inline-block;
  font-size: 25px;
  margin: 20px 0;
}
.tell-us-pop {
  display: block;
}
.phone-pop {
  margin-top: 30px 0;
}
.data-phone-pop,
.data-email-pop,
.data-name-pop,
.data-tell-us-pop {
  background-color: transparent;
  width: 75%;
  margin-left: 10px;
  padding: 15px 20px;
  border: transparent;
  color: #d5d83c;
  font-size: 25px;
  padding-left: 50px;
}
.data-phone-pop:focus,
.data-email-pop:focus,
.data-name-pop:focus,
.data-tell-us-pop:focus {
  outline: none;
}
.data-tell-us-pop {
  width: 100%;
  font-size: 22px;
  padding: 15px 0px;
  height: 100px;
}
.data-tell-us-pop::-webkit-scrollbar {
  display: none;
}
.yellow-line-pop {
  border: 0.2px solid #d5d83c;
}
.data-pop .add-pop {
  direction: rtl;
  font-size: 19px;
  position: relative;
  cursor: pointer;
}
.material-icons {
  position: absolute;
  width: 10px;
  top: 4px;
  transform: rotateZ(-45deg);
  right: 107%;
  font-weight: 100;
}
.button-zone-pop {
  width: 100%;
  direction: rtl;
  display: flex;
  align-items: flex-end;
}
.send-pop {
  color: #161616;
  background-color: #d5d83c;
  padding: 21px 50px;
  border: 1px solid transparent;
  font-size: 21px;
  margin-top: 10px;
  font-weight: 600;
  transition: 0.4s ease;
}
.send-pop:hover {
  color: #d5d83c;
  background-color: #161616;
  border: 1px solid #d5d83c;
  cursor: pointer;
}
.valid-phone-pop,
.valid-phone-three-pop {
  margin: 5px 0;
  font-size: 17px;
  direction: rtl;
  color: #d5d83c;
}
.valid-phone-three-pop {
  direction: ltr;
  margin: 4px 0 -21px;
}
.button-zone-pop .valid-phone-three-pop {
  direction: ltr;
  margin: 4px 15px -2px;
}
.form-errorText-pop {
  display: none;
}
.select {
  gap: 1px;
}

.select__item {
  cursor: pointer;
  font-size: 22px;
  background-color: transparent;
  padding: 15px 30px 15px 30px;
  width: fit-content;
  border: 1px solid #d5d83c;
  display: inline-block;
  margin: 0 15px 15px 0;
  transition: 0.4s ease;
  position: relative;
  font-family: 'Lato';
}

.select__item--selected {
  background: #d5d83c;
  color: #161616;
  border: 1px solid transparent;
}
.input-dis {
  display: none;
}
.add-pop {
  direction: rtl;
  font-size: 19px;
  position: relative;
  cursor: pointer;
  display: flex;
  margin: 5px;
  display: inline;
}

input[type="file"] {
  z-index: -1;
  position: absolute;
  opacity: 0;
}

input:focus + label {
  outline: 2px solid;
}
.name-of-field {
  display: inline-block;
  margin: 0 20px;
}
.directe {
  direction: rtl;
}
.aboutFooterTit {
  font-size:30px;
  margin-bottom: -5px;
}
.linafaalha {
  font-family: 'Noto Kufi Arabic';
}
.aboutUserDet {
  position: relative;
  top: 4px;
}
.aboutUserDet .user-description-line {
  position: absolute;
  top: 0px;
  left: -28px;
  width: 45px;
}
.aboutUserDet .signature {
  position: absolute;
  width: 130px;
  top: 129%;
  left: 43%;
}
.aboutDer {
  direction: rtl;
  right: 70px;
  position: relative;
}
.aboutUserDetArab {
  font-size: 20.5;
  position: relative;
}
.aboutUserDetArab .user-description-line {
  top: 11px;
  right: -43px;
  width: 37px;
  transform: scaleX(-1);
  position: absolute;
}
.aboutUserDetArab .signature {
  width: 100px;
  top: 118%;
  left: 17%;
}
/*
  width = 1625 px
*/
@media (max-width: 1625px) {
  nav,
  .detail-grid,
  .taskalart-grid,
  .value-area,
  .customer-area,
  .footer-area,
  .line-two {
    width: 1200px;
  }
  .customer-area {
    width: 1400px;
  }
  nav {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .together-figure-grid {
    gap: 20px;
  }
  .together-area {
    gap: 28px;
  }
  .figure-area {
    gap: 32px;
  }
  .chabaka .user-description {
    font-size: 20.5px;
    line-height: 30px;
    width: 80%;
    margin: 68px 63px 0px;
  }
  .action {
    left: 62px;
    top: 19px;
    width: 83px;
  }
  .signature {
    width: 130px;
    top: 95%;
    left: 55%;
  }
  .user-description-line {
    top: 37px;
    left: 10px;
    width: 37px;
  }
  .name-position {
    left: 37%;
    bottom: 139px;
  }
  .customer-left,
  .customer-right {
    height: 300px;
  }
  .customer-detail-description {
    position: relative;
    top: 57px;
    left: 50px;
    width: 83%;
    text-align: justify;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
  .mr-mohamed .light {
    width: 70px;
    position: absolute;
    top: 55px;
    right: 25.5%;
  }
  .aboutUserDet {
    position: relative;
    top: 35px;
}
  .aboutUserDet .signature {
    position: absolute;
    width: 110px;
    top: 85%;
    left: 227%;
}
}
@media (max-width: 1450px) {
  .customer-area {
    width: 1300px;
  }
  
}
@media (max-width: 1300px) {
  .customer-area {
    width: 1200px;
  }
  
.customer-detail-description {
    position: relative;
    top: 57px;
    left: 50px;
    width: 83%;
    text-align: justify;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
}
}

/*
  tablette responsive
*/
@media (max-width: 1200px) {
  /*
  pop up
*/
  .contact-area-one-zone-pop {
    width: 750px;
  }
  .contact-title-pop {
    font-size: 30px;
  }
  .title-description-pop {
    font-size: 18px;
  }
  .select__item {
    font-size: 17px;
    padding: 12px 25px 12px 25px;
    margin: 0 10px 10px 0;
  }
  .phone-pop,
  .email-pop,
  .name-pop,
  .tell-us-pop {
    font-size: 20px;
  }
  .data-pop .add-pop {
    font-size: 17px;
  }
  .send-pop {
    padding: 19px 50px;
  }
  /*
    bar List
  */
  nav {
    width: 800px;
  }
  .bar-list {
    padding-left: 0;
  }
  .bar-list .bar-name {
    padding: 3px;
  }
  .bar-list .bar-name a {
    font-size: 11px;
    padding: 0;
  }
  .let-in .let {
    padding: 6px 15px;
    margin-right: 5px;
    font-size: 12px;
  }
  .en {
    font-size: 12px;
  }
  .bar-list .bar-name a {
    font-size: 14px;
    padding: 0;
  }
  .bar-list .bar-name {
    padding: 4px;
  }
  /*
  header
*/
  .header {
    width: 60%;
    margin: 75px auto;
  }
  .header .title-description {
    font-size: 16px;
    width: 86%;
    line-height: 25px;
  }
  h1 {
    font-size: 47px;
    margin-bottom: 10px;
  }
  .header .title-description {
    font-size: 15px;
    width: 100%;
  }
  .y-moon {
    width: 200px;
    right: -100px;
  }
  .y-moon-arab {
    width: 200px;
    right: inherit;
    left: -100px;
  }
  .min-title {
    font-size: 30px;
    margin: 0px 0 20px;
    width: 110%;
    position: relative;
  }
  .aboutTitTas {
    font-size: 45px;
    margin-bottom: -15px;
}
.aboutTitDesc {
  line-height: 30px;
  font-size: 14px;
}
  /*
  user detail
*/
  .detail-grid {
    width: 800px;
  }
  .line-grid {
    height: 45px;
  }
  .chabaka .user-description {
    font-size: 14px;
    line-height: 20px;
    width: 80%;
    margin: 45px 42px 0px;
  }
  .name-position {
    left: 37%;
    bottom: 89px;
  }
  .user-description-line {
    top: 24px;
    left: 6px;
    width: 26px;
  }
  .signature {
    width: 93px;
    top: 95%;
    left: 55%;
  }
  .action {
    left: 41px;
    top: 15px;
    width: 51px;
  }
  .mr-mohamed .light {
    width: 50px;
    position: absolute;
    top: 32px;
    right: 25.5%;
  }
  .light .two-light {
    width: 77px;
    position: absolute;
    left: -16px;
    bottom: 19px;
  }
  .aboutuserSesc {
    direction: rtl;
    width: 100%;
    font-size: 13px;
}
  /*
    taskalart section
  */
  .taskalart-grid {
    width: 800px;
    padding: 70px 0;
  }
  .one-description,
  .two-description {
    font-size: 14.5px;
    line-height: 22px;
  }
  .artTask {
   font-size: 14px;
   line-height: 28px;
  }
  /*
    Our value section
  */
  .value-area {
    width: 800px;
  }
  .value-title {
    margin-bottom: -5px;
  }
  .our-description {
    font-size: 15px;
    line-height: 22px;
  }
  .together-img {
    grid-area: imgT;
    width: 60px;
  }
  .high-img {
    width: 40px;
  }
  .figure-title,
  .together-title,
  .high-title {
    color: rgb(213, 216, 60);
    font-size: 25px;
  }
  .figure-description,
  .together-description,
  .high-description {
    font-size: 14px;
    line-height: 23px;
  }
  .figure-area {
    gap: 0px;
  }
  .together-area {
    gap: 20px;
  }
  .figure-img {
    width: 45px;
  }
  .figure-area,
  .together-area {
    width: 98%;
  }
  .aboutOursValueDesc {
    line-height: 30px;
  }
  .ourVTitDesc {
    line-height: 35px;
  }
  /*
    customer section
  */
  .customer-zone {
    padding: 35px 0px 65px;
  }
  .customer-area {
    width: 1000px;
    margin: 0px auto;
  }
  .customer-title {
    font-size: 25px;
    margin-bottom: 45px;
  }
  .customer-grid {
    grid-gap: 20px;
  }
  .customer-left,
  .customer-right {
    height: 210px;
  }
  .customer-detail-description {
    position: relative;
    top: 38px;
    left: 32px;
    width: 83%;
    text-align: justify;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
  }
  .customer-detail-image {
    position: absolute;
    top: -30px;
    left: 0;
    width: 40px;
  }
  .customer-image-position {
    width: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
  }

  .yellow-box {
    position: absolute;
    width: 42px;
    height: 52px;
    bottom: 0;
    background-color: #d5d83c;
  }
  .customer-position {
    position: absolute;
    bottom: 20px;
    left: 32px;
  }
  .customer-position {
    left: 40px px;
  }
  .customer-name {
    font-size: 12px;
    margin-bottom: -7px;
    margin-left: 60px;
  }
  .customer-field {
    font-size: 9px;
    margin-left: 60px;
  }
  .customer-one,
  .customer-two,
  .customer-three,
  .customer-four,
  .customer-five,
  .customer-six,
  .customer-siven,
  .customer-eight {
    height: 270px;
  }
  .sycles-zone {
    margin: 35px auto 0;
    text-align: center;
  }
  .button-one,
  .button-two {
    width: 31px;
    height: 31px;
  }
  .button-one img, .button-two img {
    width: 10px;
  }
  /*
    footer-section
  */
  .footer-zone {
    padding-top: 40px;
  }
  .footer-area {
    width: 800px;
  }
  .footer-description {
    font-size: 15px;
    width: 33%;
    line-height: 22px;
    margin: 0 auto;
  }
  .button-zone {
    margin: 70px auto;
    width: 25%;
  }
  .let-do {
    padding: 14px;
    font-size: 12px;
  }
  .f-taskalart,
  .f-contact,
  .f-support {
    font-size: 19px;
    margin-bottom: -9px;
    font-weight: 700;
  }
  .f-contact {
    bottom: 16px;
  }
  .email,
  .icons,
  .copy-right {
    font-size: 15px;
  }
  .line-two {
    width: 800px;
    margin-top: 0px;
  }
  .aboutFooterTit {
    font-size: 22px;
    margin-bottom: -5px;
  }
  .aboutUserDet {
    position: relative;
    top: 19px;
}
.aboutUserDet .user-description-line {
  position: absolute;
  top: 0px;
  left: -18px;
  width: 28px;
}
.aboutUserDet .signature {
  position: absolute;
  width: 79px;
  top: 85%;
  left: 227%;
}
.aboutDer {
  direction: rtl;
  right: 70px;
  top: 3px;
  position: relative;
}
.aboutUserDetArab {
  font-size: 13px;
  position: relative;
}
.aboutUserDetArab .user-description-line {
  top: 10px;
  right: -32px;
  width: 25px;
  transform: scaleX(-1);
  position: absolute;
}
.aboutUserDetArab .signature {
  width: 75px;
  top: 121%;
  left: 12%;
}
}



@media (max-width: 1050px) {
  .customer-area {
    width: 850px;
  }
  .aboutFooterTit {
    font-size: 20px;
    margin-bottom: -10px;
  }

}

/*
  Ipad responsive
*/
@media (max-width: 900px) {
  /*
  pop up
*/
  .contact-area-one-zone-pop {
    width: 600px;
  }
  .contact-title-pop {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .title-description-pop,
  .title-description-two-pop {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .select__item {
    font-size: 14px;
    padding: 11px 22px 11px 22px;
    margin: 0 7px 7px 0;
  }
  .phone-pop,
  .email-pop,
  .name-pop,
  .tell-us-pop {
    font-size: 17px;
  }
  .data-pop .add-pop {
    font-size: 14px;
  }
  .send-pop {
    padding: 14px 34px;
    font-size: 15px;
  }
  .pop-up-back {
    width: 16px;
    top: 54%;
  }
  .valid-phone-pop,
  .valid-phone-three-pop {
    margin: 2px 0px;
    font-size: 12px;
  }
  /*
    bar List
  */
  nav {
    width: 700px;
  }
  .bar-list .bar-name a {
    font-size: 12px;
  }
  .bar-list .bar-name {
    padding: 3px;
  }
  .language {
    padding: 0px 0px;
    font-size: 16px;
  }
  /*
    header section
  */
  h1 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .min-title {
    font-size: 25px;
    margin: 0px 0 15px;
  }
  .header .title-description {
    font-size: 13px;
    line-height: 19px;
    width: 100%;
  }
  /*
    user contact
  */
  .detail-grid {
    width: 700px;
  }
  .line-grid {
    height: 40px;
  }
  .action {
    left: 36px;
    top: 12px;
    width: 45px;
  }
  .chabaka .user-description {
    font-size: 12px;
    line-height: 17.7px;
    width: 83%;
    margin: 39px 37px 0px;
  }
  .name-position {
    left: 37%;
    bottom: 75px;
  }
  .user-description-line {
    top: 21.5px;
    left: 5px;
    width: 22px;
  }
  .signature {
    width: 75px;
    top: 91%;
    left: 55%;
  }
  .mr-mohamed .light {
    width: 41px;
    position: absolute;
    top: 32px;
    right: 25.5%;
  }
  .light .two-light {
    width: 66px;
    position: absolute;
    left: -14px;
    bottom: 16px;
  }
  .aboutuserSesc {
    direction: rtl;
    width: 100%;
    font-size: 12px;
}
  /*
    taskalart section
  */
  .taskalart-grid {
    width: 700px;
    padding: 70px 0px;
    gap: 15px;
  }
  .one-description,
  .two-description {
    font-size: 12.5px;
    line-height: 17px;
  }
  /*
  our value
  */
  .value-area {
    width: 700px;
  }
  .our-description {
    font-size: 13px;
    line-height: 21px;
  }
  .together-figure-grid {
    gap: 20px;
  }
  .figure-area,
  .together-area {
    width: 100%;
  }
  .together-area {
    gap: 12px;
  }
  .together-img {
    width: 55px;
  }
  .figure-description,
  .together-description,
  .high-description {
    font-size: 12px;
    line-height: 19px;
  }
  .figure-title,
  .together-title,
  .high-title {
    color: rgb(213, 216, 60);
    font-size: 17px;
    margin-bottom: -3px;
  }

  /*
  customer section
*/
  .customer-zone {
    padding: 35px 0px 75px;
  }
  .customer-area {
    width: 700px;
  }
  .customer-title {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .customer-grid {
    gap: 15px;
  }
  .customer-left,
  .customer-right {
    height: 180px;
  }
  .customer-position {
    position: absolute;
    bottom: 18px;
    left: 25px;
  }
  .customer-detail-description {
    top: 39px;
    font-size: 10px;
    line-height: 16px;
  }

  /*
    footer section
  */
  .footer-area {
    width: 700px;
  }
  .figure-title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .footer-description {
    font-size: 15px;
    width: 36%;
  }
  .let-do {
    padding: 11px;
    font-size: 10px;
  }
  .email,
  .icons,
  .copy-right {
    font-size: 13px;
  }
  .f-taskalart,
  .f-contact,
  .f-support {
    font-size: 16px;
    margin-bottom: -9px;
  }
  .line-two {
    width: 700px;
    margin-top: 0px;
  }
  .aboutFooterTit {
    font-size: 20px;
    margin-bottom: -10px;
  }
  .aboutUserDet {
    position: relative;
    top: -4px;
}
.aboutUserDet .user-description-line {
  position: absolute;
  top: 0px;
  left: -18px;
  width: 28px;
}
.aboutUserDet .signature {
  position: absolute;
  width: 79px;
  top: 122%;
  left: 50%;
}

}

/*
  mobile responsive
*/
@media (max-width: 500px) {
  .container {
    padding: 0 30px;
    overflow-x: hidden;
  }

  .webback {
    width: calc(100% - 60px);
    background-image: none;
    background-repeat: no-repeat;
    background-image: url(../images/mobile.jpg);
    background-size: 100%;
  }
  .pos-back {
    background-image: url(../images/mobile.jpg);
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    height: fit-content;
    margin-bottom: 0px;
  }
  .contact-zone-pop {
    display: none;
  }
  /*
  bar List
  */
  .back-bar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 15px 0;
  }
  nav {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    grid-template-areas: "logo logo logo logo logo logo logo logo logo logo logo logo logo logo menu";
    padding: 0;
    width: 100%;
  }
  .link-logo {
    width: 300%;
    z-index: 2;
    grid-column-start: 2;
  }
  .taskala-logo {
    width: 160%;
  }
  .menu {
    grid-area: menu;
    width: 100%;
    display: block;
    grid-column-end: 14;
    position: relative;
  }
  .show-menu {
    position: absolute;
    width: 100%;
    top: -8px;
  }
  .hide-menu {
    position: absolute;
    width: 80%;
    top: -8px;
    right: 0;
    display: none;
  }
  img {
    display: block;
    grid-area: menu;
    width: 100%;
    z-index: 2;
  }
  .bar-list {
    width: 100%;
    height: fit-content;
    background-color: #161616;
    opacity: 95%;
    padding: 0px;
    text-align: center;
    transition: .9s ease-in-out;
    grid-area: none;
    position: fixed;
    top: -2000px;
    padding: 100px 0 40px;
    margin: 0;
    border-bottom: 1px solid wheat;
    display: block;
  }
  .bar-list .bar-name {
    display: block;
    padding: 10px;
    margin: 0px;
  }
  .let,
  .en {
    display: none;
  }
  .bar-mobile {
    display: block;
    margin: 80px 0 0px;
    text-align: center;
  }

  .list-name-mobile {
    margin: 20px;
    list-style-type: none;
  }
  .lit-talk-mobile {
    background-color: #161616;
    border: 1px solid #d5ea1b;
    padding: 15px 125px;
    width: fit-content;
    margin: 20px auto;
    list-style-type: none;
  }
  .bar-list .bar-name a {
    font-size: 17px;
    padding: 0;
  }
  .hidden {
    visibility: visible;
  }
  .let-in {
    text-align: center;
    margin-top: 40px;
  }
  .contact-link {
    display: block;
  }
  .let, .en {
    display: block;
}
.let-in .let {
  padding: 13px 15px;
   margin-right: 15px ; 
  font-size: 20px;
}
  /*
    Header section
  */
  .header {
    margin: 165px auto 130px;
    text-align: center;
    width: 100%;
  }
  .min-title {
    font-size: 25px;
    font-weight: 400;
    margin: -10px 0 25px;
    position: relative;
    z-index: 4;
    width: 100%;
  }
  h1 {
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 45px;
  }
  .title-description {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    width: 100%;
    position: relative;
    z-index: 4;
    text-align: start;
  }
  .header .title-description {
    font-size: 16px;
    line-height: 27px;
    width: 100%;
  }
  .y-moon {
    animation-name: YMoonMove;
    opacity: 1;
    right: -84px;
    position: absolute;
    width: 250px;
    top: -31%;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-delay: 4s;
    transition: 4s ease;
  }
  .y-moon-arab {
    animation-name: YMoonMove;
    opacity: 1;
    left: -84px;
    position: absolute;
    width: 250px;
    top: -31%;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-delay: 4s;
    transition: 4s ease;
  }
  .aboutTitTas {
    font-size: 30px;
    margin-bottom: -15px;
}
  /*
    user detail section
  */
  .detial-zone {
    width: 100%;
    margin-left: -30px;
    padding: 0 30px;
    position: relative;
    background-color: #161616;
  }
  .chabaka {
    background-image: url(../images/about-images/chabaka-mobile.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 1015px;
  }
  .action {
    left: 30px;
    top: 20px;
    width: 70px;
  }
  .detail-grid {
    width: 100%;
    width: calc(100% + 60px);
    margin-left: -30px;
    display: block;
  }
  .chabaka .user-description {
    font-size: 16px;
    line-height: 31px;
    width: 85%;
    margin: 76px 32px 2px;
    padding-top: 63px;
  }
  .user-description-line {
    top: 73px;
    left: -5px;
    width: 37px;
  }
  .name-position {
    left: 25%;
    top: 296px;
    width: 69%;
  }
  .signature {
    width: 130px;
    top: 38%;
    left: 50%;
  }
  .mr-mohamed {
    width: 80%;
    margin: -399px auto 0;
    position: relative;
  }
  .line-grid {
    width: calc(100% + 60px);
    margin-left: -30px;
    height: 63px;
  }
  .mr-mohamed .light {
    width: 52px;
    position: absolute;
    top: 40px;
    right: 73.5%;
  }
  .light .two-light {
    width: 80px;
    position: absolute;
    left: -17px;
    bottom: 17px;
  }
  .aboutuserSesc {
    direction: rtl;
    width: 100%;
    font-size: 16.5px;
    position: relative;
    top: 4px;
  }
  /*
    taskalart section
  */
  .taskalart-zone {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .taskalart-grid {
    display: block;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 80px 0;
    margin-left: 30px;
  }
  .taska-center {
    margin: 125px 0;
  }
  .one-description,
  .two-description {
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    margin: 0;
    text-align: justify;
  }
  .up-flesh {
    width: 40%;
    top: -136%;
    left: 72%;
    position: absolute;
    transform: scaleX(-1) rotateZ(-68deg);
    animation-name: topFleshMove;
    animation-duration: 2.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
    transition: 4s ease;
  }
  .down-flesh {
    width: 40%;
    top: 175%;
    left: 72%;
    position: absolute;
    transform: scaleX(1) rotateZ(-68deg);
    transform: scaleX(-1) rotateZ(-68deg);
    animation-name: bottomFleshMove;
    animation-duration: 2.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
    transition: 4s ease;
  }
  .taska-left,
  .taska-right {
    width: 71%;
  }

  /*
    our value
  */
  .value-zone {
    width: calc(100% + 60px);
    margin-left: -30px;
    background-image: url(../images/about-images/work-mobile.jpg);
    background-size: none;
  }
  .value-zone-opacity {
    background-color: transparent;
  }
  .value-area {
    width: calc(100% - 60px);
  }
  .our-value {
    width: 100%;
    padding-top: 35px;
    margin-bottom: 70px;
  }
  .value-title {
    font-size: 33px;
    margin-bottom: -10px;
  }
  .our-description {
    font-size: 17px;
    line-height: 28px;
  }
  .together-figure-grid {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .together-area,
  .figure-area,
  .high-area {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .together-img {
    width: 60px;
    margin: 0 auto -5px;
  }
  .together-img:hover {
    width: 70px;
  }
  .figure-title,
  .together-title,
  .high-title {
    color: #d5d83c;
    font-size: 25px;
    margin-bottom: -5px;
    text-align: center;
  }
  .figure-description,
  .together-description,
  .high-description {
    font-size: 15.5px;
    line-height: 27px;
    text-align: center;
  }
  .area-fugure {
    margin: 50px 0;
  }
  .figure-img {
    width: 50px;
    margin: 0px auto -9px;
  }
  .figure-img:hover {
    width: 60px;
  }
  .figure-area,
  .high-area,
  .together-area {
    width: 100%;
  }
  .figure-area {
    margin: 30px auto;
  }
  .area-fugure {
    margin: 35px 0;
  }
  .high-area {
    margin-bottom: 60px;
  }
  .high-img {
    width: 42px;
    margin: 35px auto -12px;
  }
  .high-img:hover {
    width: 52px;
  }
  /*
  Customers section
*/
  .customer-zone {
    width: 100%;
    margin-top: -60px;
    margin-left: -30px;
    padding: 30px;
  }
  .customer-title {
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 33px;
    text-align: left;
  }
  .customer-area {
    width: 100%;
    margin-bottom: 25px;
  }
  .customer-grid {
    width: 800%;
    gap: 0;
    height: 275px;
  }
  .customer-left,
  .customer-right {
    height: 200px;
    margin-bottom: 25px;
  }
  .customer-position {
    bottom: 15px;
    left: 30px;
  }
  .yellow-box {
    width: 35px;
    height: 55px;
    background-color: #d5d83c;
  }
  .customer-name {
    font-size: 13px;
    margin-bottom: -10px;
    font-weight: 800;
    margin-left: 65px;
  }
  .customer-field {
    font-size: 11px;
    margin-left: 65px;
    width: 55%;
  }
  .customer-one,
  .customer-two,
  .customer-three,
  .customer-four,
  .customer-five,
  .customer-six,
  .customer-siven,
  .customer-eight {
    background-color: aliceblue;
    width: 100%;
    height: 275px;

    position: relative;
  }
  .sycles-zone {
    margin: 25px auto;
    text-align: center;
  }
  .button-two {
    right: 0.5%;
  }
  .for-box {
    position: relative;
    display: grid;
    align-items: center;
  }
  .button-one img,
  .button-two img {
    width: 13px;
    margin: 0 auto;
  }
  .customer-detail-description {
    top: 35px;
    font-size: 12.5px;
    line-height: 15px;
    width: 80%;
    left: 30px;
  }
  .customer-image-position {
    width: 48px;
    left: 4px;
  }
  /*
  footer section
*/
  .footer-zone {
    width: 100%;
    text-align: center;
    margin-left: -30px;
    padding: 30px;
    padding-top: 50px;
  }
  .footer-area {
    width: 100%;
  }
  .footer-title {
    margin-bottom: 15px;
    width: 82%;
    line-height: 33px;
    margin: 0 auto 10px;
    font-size: 25px;
  }
  .button-zone {
    margin: 40px auto 50px;
    width: 70%;
  }
  .footer-description {
    font-size: 16px;
    width: 93%;
    line-height: 27px;
    margin: 0 auto;
  }
  .footer-center {
    margin-top: 30px;
  }
  .let-do {
    padding: 16px;
    font-size: 15.5px;
  }
  .footer-grid {
    display: block;
  }
  .icons a {
    margin: 0 1px;
  }
  .f-support,
  .f-contact,
  .f-taskalart {
    font-size: 19px;
    margin-bottom: -12px;
  }
  .email,
  .icons,
  .copy-right {
    font-size: 16px;
  }
  .line-two {
    width: 100%;
  }
  .select-position {
    direction: ltr;
    margin-bottom: 0;
  }
  .language {
    padding: 6px 10px;
  }
  .aboutFooterTit {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .aboutUserDet {
    position: relative;
    top: 0px;
}
.aboutUserDet .user-description-line {
  position: absolute;
  top: 0px;
  left: -25px;
  width: 38px;
}
.aboutUserDet .signature {
  position: absolute;
  width: 93px;
  top: 122%;
  left: 166%;
}
.aboutDer {
  direction: rtl;
  right: 70px;
  top: -21px;
  position: relative;
}
.aboutUserDetArab {
  font-size: 16px;
  position: relative;
}
.aboutUserDetArab .user-description-line {
  top: 10px;
  right: -32px;
  width: 25px;
  transform: scaleX(-1);
  position: absolute;
}
.aboutUserDetArab .signature {
  width: 75px;
  top: 121%;
  left: 12%;
}
.aboutUserDetArab .signature {
  width: 93px;
  top: 96%;
  left: -243%;
}
.aboutuserSesc {
  direction: rtl;
  width: 100%;
  font-size: 16.5px;
  position: relative;
  top: -16px;
}
}

@media (max-width: 375px) {
  .name-position {
    left: 25%;
    top: 327px;
  }
  .signature {
    left: 39%;
  }
  .mr-mohamed .light {
    width: 45px;
  }
  .light .two-light {
    width: 74px;
    left: -17px;
    bottom: 12px;
  }
  .aboutUserDet .signature {
    position: absolute;
    width: 93px;
    top: 122%;
    left: 110%;
}
}
@media (max-width: 360px) {
  .aboutUserDet .signature {
    position: absolute;
    width: 93px;
    top: 122%;
    left: 60%;
}
}

@keyframes lightTurnOn {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes topFleshMove {
  0% {
    transform: scaleX(-1) rotateZ(-65deg);
  }
  100% {
    transform: scaleX(-1) rotateZ(-75deg);
  }
}

@keyframes bottomFleshMove {
  0% {
    transform: scaleX(1) rotateZ(-65deg);
  }
  100% {
    transform: scaleX(1) rotateZ(-75deg);
  }
}

@keyframes topFleshMovePc {
  0% {
    transform: rotateZ(-4deg);
  }
  100% {
    transform: rotateZ(4deg);
  }
}

@keyframes bottomFleshMovePc {
  0% {
    transform: scaleX(1) rotateZ(-4deg);
  }
  100% {
    transform: scaleX(1) rotateZ(4deg);
  }
}
