@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: #1a1a1a;
  overflow-x: hidden;
}
* {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

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

.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;
  z-index: 40;
}

/* 
  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 con con";
  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;
}

.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: 120px auto 0;
  text-align: inherit;
  width: 50%;
  position: relative;
}
.y-moon {
  animation-name: YMoonMove;
  opacity: 1;
  right: -220px;
  position: absolute;
  width: 280px;
  top: 0;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-delay: 4s;
  transition: 4s ease;
}
.yellow-title {
  color: #d5d83c;
}

h1 {
  font-size: 65px;
  font-weight: 800;
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}

.title-description {
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  width: 100%;
  position: relative;
  z-index: 4;
}
.titleHomeUs {
  font-size: 60px;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
    z-index: 4;
}
.homeDescTit {
  line-height: 40px;
    margin-top: -30px;
}
/*
  moon and shaps 
*/

.moon-zone {
  position: absolute;
  top: 35%;
}
.moon-position {
  position: relative;
  width: 350px;
  height: 350px;
  top: 37%;
  left: 0;
}
.moon {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 0;
  left: 0;
  animation-name: none;
  opacity: 0;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-timing-function: linear;
  animation-delay: 4s;
  transition: 4s ease;
}
.r-shap {
  position: absolute;
  width: 520px;
  top: 15%;
  left: 2600px;
  opacity: 1;
  transition: 4s ease;
}
.l-shap {
  position: absolute;
  width: 350px;
  top: 20%;
  left: -500px;
  opacity: 1;
  transition: 5s ease;
}

/*
  taskala section 
*/

.taskala-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "taskala boy boy boy boy boy boy boy boy boy boy boy";
  align-items: center;
  width: 1200px;
  position: absolute;
  margin: 0 auto;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.taskala {
  margin-top: 0px;
  grid-area: taskala;
  grid-column-start: 1;
  width: 311%;
}
.bold-title {
  font-weight: 800;
}
.taskala-size {
  font-size: 33px;
}
.boy-zone {
  grid-area: boy;
  width: 100%;
  position: relative;
  grid-column-start: 1;
}
.ttm, .ttm-arabic {
  position: absolute;
  width: 155px;
  top: 37%;
  left: 600px;
  transform: rotateZ(-17deg);
  animation-name: TtmAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.ttm-arabic {
  display: none;
}
.boy {
  width: 100%;
}
.taskala-description {
  font-size: 40px;
  line-height: 46px;
}

/*
  About Us
*/
.about-us {
  margin-top: -29px;
  background-color: #d5d83c;
  color: black;
  width: 100%;
  position: relative;
  z-index: 39;
}
.speak-startup-one {
  margin: 20px 0 -15px;
  font-size: 42px;
  line-height: 70px;
  font-weight: 800;
  color: #161616;
}
.about-title {
  padding-top: 70px;
  margin-bottom: -15px;
}
.speak-center {
  width: 55%;
  margin: 0 auto;
  padding-bottom: 55px;
}
.speak-description-one {
  width: 118%;
  font-size: 24px;
  line-height: 35px;
}
.semi-bold {
  font-weight: 600;
}
.homeabDesc {
  font-size: 18px;
  line-height: 40px;
}
.weTalkAbout {
  font-size: 42px;
}
/*
  service
*/
.servives {
  padding-bottom: 180px;
}
.serveice-back {
   background-image: url(../images/taskaback.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-left: -100px;
  padding: 0 100px;
  height: 1182px;
  height: fit-content;
  margin-top: -37px;
  position: relative;
  transition: 5s ease;
}

.services-img {
 /* background-image: url(images/services-cycle.png); */
  background-size: cover;
  background-repeat: no-repeat;
  width: 81%;
  height: 637px;
  margin: -20px auto 35px;
  text-align: center;
  position: relative;
}
.service-one,
.service-two,
.service-three {
  width: 42%;
  margin: 0 auto;
  position: absolute;
}
.service-one {
  top: 8%;
  left: 24%;
}
.service-two {
  top: 50%;
  left: -3%;
}
.service-three {
  top: 45%;
  right: -3%;
}
.service-one, .service-two, .service-three {
/* animation: elementOpacvity; */
  animation-duration: 3s;
  animation-iteration-count: inherit;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-delay: 4s;
  transition: 4s ease;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
}
.brand-img,
.visual-img,
.web-img {
  width: 60px;
}
.brand-title,
.visual-title,
.web-title {
  font-size: 35px;
  font-weight: 400;
  margin: 8px;
}
.brand-description,
.visual-description,
.web-description {
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0;
  line-height: 20px;
}
.l-shap-service {
  position: absolute;
  width: 350px;
  top: 27%;
  left: -400px;
  opacity: 0.65;
  transition: 5s ease;
}
.grand-shap-service {
  position: absolute;
  width: 450px;
  top: 0%;
  right: -600px;
  opacity: 0.65;
  transition: 5s ease;
}
.light-shap-service {
  position: absolute;
  width: 330px;
  top: 67%;
  right: -400px;
  opacity: 0.65;
  transition: 5s ease;
}
.sky-line {
  position: absolute;
  width: 230px;
  top: 41%;
  right: 230px;
  transition: 5s ease;
}
.sky-line-left {
  position: absolute;
  width: 230px;
  top: 80%;
  left: 210px;
  transition: 5s ease;
}
.service-title {
  padding-top: 50px;
  margin-bottom: 100px;
}
.button-center-one {
  width: 25%;
  margin: 0 auto;
  padding: 8px;
  padding-bottom: 200px;
  padding: 30px 8px 130px;
}
.let-talk {
  text-align: center;
  background-color: #d5d83c;
  color: #161616;
  width: 100%;
  border: 1px solid transparent;
  font-size: 18px;
  padding: 15px;
  margin-top: 40px;
  transition: .6s ease-in-out;
  cursor: pointer;
  font-weight: 800;
  box-shadow: inset 0 0 0 0 #d5d83c;
}
.let-talk:hover {
  box-shadow: inset 0 150px 0 0 #161616;
  color: #d5d83c;
}
.sycle-top-zone, .sycle-bellow-zone {
  position: absolute;
  top: 0;
  width: 82%;
}
.sycle-top-zone {
  top: -5%;
  right: -7%;
}
.sycle-bellow-zone {
  top: 24%;
  left: -3%;
}
.top-sycle {
  width: 100%;
  position: absolute;
  top: -650px;
  left: 80%;
  /* animation-name: topSycleMove; */
  animation-duration: 2.5s;
  animation-iteration-count: inherit;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transition: 4s ease;
  animation-fill-mode: both;
  z-index: 0;
}
.bellow-sycle {
  width: 100%;
  position: absolute;
  top: 950px;
  right: 85%;
  /* animation-name: bellowSycleMove; */
  animation-duration: 2.5s;
  animation-iteration-count: inherit;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transition: 4s ease;
  animation-fill-mode: both;
  z-index: 0;
}
.t-client {
  width: 100%;
  position: absolute;
  right: -10%;
  top: -100px;
  display: none;
}
.t-client-arab {
    width: 23%;
    position: absolute;
    right: 9%;
    top: 45px;

}
.t-exp {
  width: 100%;
  position: absolute;
  left: -32%;
  top: 42px;
  display: none;
}
.t-exp-arab {
  width: 24%;
  position: absolute;
  left: 40%;
  top: 394px;
}
.t-comp {
  width: 70%;
  position: absolute;
  left: -18%;
  top: 160px;
  display: none;
}
.t-comp-arab {
  width: 27%;
  position: absolute;
  left: 10%;
  top: 335px;
}
.t-client, .t-exp, .t-comp, .t-client-arab, .t-exp-arab, .t-comp-arab {
 /* animation: elementOpacvity; */
  animation-duration: 3s;
  animation-iteration-count: inherit;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-delay: 2.5s;
  transition: 4s ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.homeService {
  line-height: 30px;
}
.homeServivceTit {
  font-size: 25px;
    font-weight: 400;
    margin: 0px 0 -10px;
}
/*
  why-Us
*/
.why-back {
  width: 100%;
  margin-left: -100px;
  padding: 0 100px;
  height: 1182px;
  height: fit-content;
  margin-top: -100px;
  position: relative;
}
.why-us .speak-center .speak-startup {
  font-size: 60px;
  width: 80%;
  line-height: 65px;
}
.black-gr {
  position: absolute;
  z-index: 2;
  background: linear-gradient(90deg, #161616 0%, 91%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zlg-back {
  background-image: url(../images/zelige-jpg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 50%;
  position: absolute;
  z-index: 1;
  right: 0;
}
.speak-startup {
  margin: 100px 0 35px;
  font-size: 60px;
  line-height: 70px;
}
.speak-center {
  width: 55%;
  margin: 0 auto;
  padding-bottom: 55px;
}
.speak-description {
  width: 118%;
  font-size: 24px;
  line-height: 35px;
  text-align: justify;
}
.why-us {
  margin-top: 100px;
  position: relative;
  z-index: 3;
  padding-bottom: 125px;
}
.homeWhyTit {
  font-size: 60px;
  line-height: 75px;
  margin-bottom: -30px;
}
.homeWhyDesc {
    font-size: 18px;
    line-height: 40px;
}
/*
  Projects
*/
.project {
  margin-top: -39px;
  background-color: #d5d83c;
  width: 100%;
  margin-left: -100px;
  padding: 0 100px;
  color: #161616;
}

.project-title {
  padding-top: 50px;
}

.flesh-two {
  border-radius: 50%;
  height: 100%;
}
.left-flesh {
  width: 65px;
  height: 65px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 0%;
  background-color: #d5d83c;
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
}
.right-flesh {
  width: 65px;
  height: 65px;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  right: -65px;
  background-color: #d5d83c;
  border-radius: 50%;
  cursor: pointer;
}
.flesh-one {
  border-radius: 50%;
  height: 100%;
  top: 50%;
  left: 0;
}
.to-left {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.to-right {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all-projects {
  background-color: #161616;
  color: #d5d83c;
  border: 0;
  font-size: 18px;
  padding: 17px;
  width: 100%;
  border: 1px solid transparent;
  margin: 40px 0;
  transition: 0.3s ease;
  height: fit-content;
  font-weight: 800;
  box-shadow: inset 0 0 0 0 #d5d83c;
  transition: .6s ease-in-out;
  cursor: pointer;
}
.all-projects:hover {
  color: #161616;
  box-shadow: inset 0 150px 0 0 #d5d83c;
}
.grand-slide {
  position: relative;
  width: 1050px;
  margin: 0 auto;
}

.slider {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 1050px;
  height: 575px;
  -webkit-tap-highlight-color: transparent;
  margin: 70px auto 0;
}
.img-container {
  transition: transform 300ms ease-in-out;
  display: flex;
  height: 575px;
}
.img-container img {
  width: 1050px;
}
.button-center {
  width: 25%;
  margin: 0 auto;
  padding: 8px;
}

/*
  Contact
*/
.contact-title {
  margin-top: 50px;
}
.user-contact {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-areas: "dleft dleft dleft dleft dleft dleft dleft dright dright dright";
  align-items: center;
  margin-bottom: 25px;
  margin-top: 80px;
}
.detail-left {
  grid-area: dleft;
  grid-column-start: 3;
  position: relative;
  top: -15px;
}
.detail-right {
  grid-area: dright;
  grid-column-start: 10;
}
.user-detail-name {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: -10px;
  line-height: 42px;
  margin-top: 0;
}
.bold-name {
  font-weight: 800;
  font-size: 30px;
}
.user-detail-two {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: -19px;
}
.yellow-detail {
  color: #d5d83c;
}
.yellow-detail i {
  color: #d5d83c;
}
.social-m a  {
  padding-right: 7px;
  font-size: 28px;
  color: #d5d83c;
  text-decoration: none;
  transition: 0.2s ease;
}
.social-m {
  margin-top: 45px;
}
.social-m a:hover {
  font-size: 25px;
}

.yellow-back {
  width: 250px;
  height: 335px;
  background-color: #d5d83c;
  position: relative;
}
.mr-mohammed {
  width: 310px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.mr-mohammed-arab {
  width: 310px;
  position: absolute;
  top: 50%;
  right: -72px;
  transform: translateY(-50%);
}
.hptsys {
  position: absolute;
  width: 280px;
  top: 45%;
  left: -172px;
  transform: rotateZ(15deg);
  animation-name: HtsystAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.hptsys-arabic {
  position: absolute;
  width: 280px;
  top: 45%;
  left: 130px;
  transform: rotateZ(-15deg);
  animation-name: HtsystArabicAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  display: none;
}
.climb {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-areas: "climb climb climb climb climb letdo letdo";
  align-items: center;
  margin-top: 20px;
}
.climb-ready {
  grid-area: climb;
  grid-column-start: 2;
  font-size: 28px;
  font-weight: 800;
  color: #d5d83c;
}
.let-do {
  grid-area: letdo;
  grid-column-end: 8;
  color: #f7f7f7;
  background-color: transparent;
  border: 1px solid #d5d83c;
  font-size: 18px;
  padding: 18px;
  width: 100%;
  margin: 40px 0;
  transition: .6s ease-in-out;
  cursor: pointer;
  font-weight: 700;
  box-shadow: inset 0 0 0 0 #d5d83c;
}
.let-do:hover {
  color: #161616;
  box-shadow: inset 0 150px 0 0 #d5d83c;
}
.grid-three {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-areas: "email email email email taskalart taskalart taskalart taskalart ";
  align-items: center;
  text-align: center;
  margin-top: 10px;
}
.s3-grid-left {
  grid-area: email;
}
.s3-grid-right {
  grid-area: taskalart;
}
.email-title,
.s3-taskalart,
.s3-contact {
  font-size: 30px;
  margin-bottom: -15px;
  font-weight: 700;
}
.email-description,
.copy-right {
  font-size: 22px;
  font-weight: 300;
  color: #b9b9b9;
}

/*
  Yellow -line
*/
.line-two {
  margin: 20px 0 15px;
  width: 1300px;
  border-bottom: 1px solid #d5d83c;
  margin: 20px auto 15px;
}
.line-one {
  display: none;
}
.homeConDesc {
  font-size:  25px;
  margin-bottom: 75px;
  font-weight: 400;
}
.homeConName {
  font-size: 32px;
}
/*
  other style
*/

.webback,
.taskala-grid,
.about-zone,
.serveice-back .services,
.why-zone,
.project-zone,
.contact-zone {
  width: 1300px;
  margin: 0 auto;
}

.taskala-description,
.about-title,
.speak-startup,
.service-title,
.project-title,
.contact-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  width: fit-content;
}
.about-title .project-title {
  color: #161616;
}
.title-line {
  width: 100%;
  top: 100%;
  right: 0;
  border: 1px solid white;
  position: absolute;
  animation-name: lineAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
.about-title .title-line {
  border: 1px solid #161616;
}
.service-title .title-line {
  border: 1px solid white;
}
.why-us .about-title .title-line {
  border: 1px solid white;
}
.project-title .title-line {
  border: 1px solid #161616;
}
.taskala-description {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

a,
.let-in .let {
  font-size: 18px;
}
.yellow-detail a {
  color: #d5d83c;
  padding-right: 20px;
  font-size: 24px;
}


/*
    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;
  }
  .form-errorText-pop {
    display: none;
  }
  .select {
    gap: 1px;
  }
  .button-zone-pop .valid-phone-three-pop {
    direction: ltr;
    margin: 4px 15px -2px;
  }
  .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;
  }
  .linafaalha {
    font-family: 'Noto Kufi Arabic';
  }
  .homeLinatakalam {
    font-family:'Noto Kufi Arabic' ;
    font-size: 16px;
  }
  .aMap {
    color: white;
    font-size: 28px;
  }
  .email-description {
    font-family: 'Lato';
  }
/* 
  width = 1625
*/
@media (max-width: 1625px) {
  .webback,
  .taskala-grid,
  .about-zone,
  .serveice-back .services,
  .why-zone,
  .project-zone,
  .contact-zone {
    width: 1200px;
  }
  .ttm, .ttm-arabic {
    left: 555px;
  }
  nav {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .pos-back {
    height: 1100px;
  }
  .taskala {
    margin-top: 0px;
  }
  .services-img {
    width: 81%;
    height: 588px;
  }
  .select-position, .line-two {
    width: 1200px;
  }
  .container {
    overflow-x: hidden;
  }
}

/* 
  width = 1200 / ipad
*/
@media (max-width: 1200px) {
  .pos-back {
    height: 800px;
  }

/*
  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;
}
  /* 
  Header section 
*/
  .header {
    width: 68%;
    margin: 75px auto 0;
  }
  .header .title-description {
    font-size: 16px;
    width: 86%;
    line-height: 25px;
  }
  h1 {
    font-size: 47px;
    margin-bottom: 20px;
  }
  .y-moon {
    width: 200px;
    right: -70px;
  }
  .titleHomeUs {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: -15px;
    position: relative;
    z-index: 4;
}
.homeDescTit {
    font-size: 17px;
    line-height: 35px;
}
.homeDescTit {
  line-height: 35px;
  margin-top: -15px;
}
  /*
  moon and shap
*/
  .moon-zone {
    padding-left: 20px;
    top: 42%;
  }
  .moon {
    width: 130px;
    height: 130px;
  }
  .r-shap {
    width: 340px;
    top: 5%;
  }
  .l-shap {
    width: 250px;
    top: 8%;
  }

  /*
  taskala
  */
  .taskala .taskala-description {
    font-size: 25px;
    line-height: 30px;
  }
  .ttm, .ttm-arabic {
    width: 110px;
    top: 36%;
    left: 365px;
  }

  /* 
  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;
  }
  /*
  About-us
*/
  .about-title {
    padding-top: 50px;
    margin-top: 20px;
  }
  .speak-center {
    width: 80%;
  }
  .speak-startup-one {
    margin: 10px auto -15px;
    font-size: 32px;
  }
  .speak-description-one {
    font-size: 17px;
    line-height: 28px;
    width: 111%;
  }
  .weTalkAbout {
    font-size: 40px;
  }
  .homeabDesc {
    font-size: 17px;
    line-height: 35px;
  }
  /*
  services section
*/
  .services-img {
    width: 83.5%;
    height: 405px;
  }
  .service-title {
    padding-top: 40px;
    margin-bottom: 80px;
  }
  .service-one,
  .service-two,
  .service-three {
    width: 45%;
  }
  .service-one {
    left: 22%;
  }
  .service-two {
    left: -5%;
  }
  .service-three {
    right: -5%;
  }
  .brand-img,
  .visual-img,
  .web-img {
    width: 40px;
  }
  .brand-title,
  .visual-title,
  .web-title {
    font-size: 22px;
    margin: 4px;
  }
  .brand-description,
  .visual-description,
  .web-description {
    font-size: 12px;
    line-height: 16px;
  }
  .button-center-one {
    padding-bottom: 100px;
    width: 35%;
    padding: 10px 8px 100px;
  }
  .button-center-one .let-talk {
    font-size: 14px;
  }
  .t-comp {
    top: 110px;
  }
  .t-exp {
    top: 30px
  }
  .t-client {
    top: -75px
  }
  .t-client-arab {

      top: 25px;
  
  }

  .t-exp-arab {
    left: 41%;
    top: 275px;
  }

  .t-comp-arab {
    top: 230px;
  }
  .homeService {
    line-height: 23px;
    font-size: 12px;
  }
  .homeServivceTit {
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0 -10px;
}
  /*
  why-us
*/
  .why-us {
    margin-top: 80px;
  }
  .speak-startup {
    font-size: 51px;
    width: 60%;
    margin: 80px 0 25px;
    line-height: 64px;
  }
  .speak-startup {
    font-size: 35px;
    line-height: 40px;
  }
  .why-us .speak-center .speak-startup {
    font-size: 45px;
    width: 50%;
    line-height: 50px;
  }
  .speak-center .speak-description {
    font-size: 17px;
    line-height: 28px;
    width: 111%;
  }
  .why-us .speak-center {
    padding-bottom: 0;
  }
  .about-title {
    padding-top: 50px;
  }

  .homeWhyTit {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: -30px;
}
.homeWhyDesc {
    font-size: 18px;
    line-height: 35px;
}
  /*
  project
*/
  .project-title {
    padding-top: 35px;
  }
  .grand-slide {
    position: relative;
    width: 700px;
    margin: 0 auto;
  }

  .slider {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 700px;
    height: 375px;
    -webkit-tap-highlight-color: transparent;
    margin: 30px auto 0;
  }
  .img-container {
    height: 375px;
  }
  .img-container img {
    width: 700px;
  }
  .button-center {
    width: 35%;
  }
  .all-projects {
    font-size: 14px;
    padding: 15px;
    width: 100%;
    margin: 30px 0 40px;
  }
  .left-flesh {
    width: 45px;
    height: 45px;
  }
  .right-flesh {
    width: 45px;
    height: 45px;
    right: -45px;
  }
  .to-right,
  .to-left {
    width: 15px;
  }

  /*
  Contact
*/
  .contact-title {
    margin-top: 20px;
    margin: 45px 0 66px;
  }
  .detail-left {
    grid-column-start: 2;
  }
  .user-contact {
    margin-bottom: 0;
  }
  .yellow-detail a {
    color: #d5d83c;
    padding-right: 20px;
    font-size: 20px;
  }
  .user-detail-name {
    font-size: 20px;
    margin-bottom: -5px;
    line-height: 28px;
  }
  .bold-name {
    line-height: 40px;
    font-weight: 800;
    font-size: 23px;
  }
  .user-detail-two {
    font-size: 20px;
    margin-bottom: -12px;
  }
  .social-m {
    padding-right: 4px;
    font-size: 24px;
    margin-top: 25px;
  }
  .yellow-back {
    width: 200px;
    height: 220px;
  }
  .mr-mohammed {
    width: 200px;
  }
  .mr-mohammed-arab {
    width: 200px;
    right: -10px;
  }
  .hptsys {
    width: 200px;
    top: 45%;
  }
  .hptsys-arabic {
    width: 200px;
    top: 45%;
    left: 85px;
  }
  .climb {
    grid-template-areas: "climb climb climb climb letdo letdo letdo";
  }
  .climb-ready {
    font-size: 22px;
  }
  .let-do {
    padding: 15px;
    width: 80%;
    font-size: 15px;
  }
  .grid-three {
    margin-top: 0;
  }
  .line-two {
    width: 800px;
  }
  .email-description,
  .copy-right {
    font-size: 17px;
  }

  /*
  other style
*/
  .webback,
  .taskala-grid,
  .about-zone,
  .serveice-back .services,
  .why-zone,
  .project-zone,
  .contact-zone,
  .select-position {
    width: 800px;
  }
  .let {
    padding: 8px 25px;
    font-size: 14px;
  }
  .button-center-one {
    padding-bottom: 130px;
  }

  .email-title,
  .s3-taskalart,
  .s3-contact {
    font-size: 22px;
  }

  .taskala-description,
  .about-title,
  .speak-startup,
  .service-title,
  .project-title,
  .contact-title {
    font-size: 20px;
  }
  .title-line {
    top: 90%;
  }
  .homeLinatakalam {
    font-family: 'Noto Kufi Arabic';
    font-size: 14px;
}
}

@media (max-width: 1000px) {
  .services-img {
    width: 81%;
    height: 392px;
  }
}

/* 
  width = 900px
*/
@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;
}
  .img-test {
    margin: 0px auto -30px;
  }

  /*
    bar List
  */
  nav {
    width: 700px;
  }
  .bar-list .bar-name a {
    font-size: 12px;
  }
  .bar-list .bar-name {
    padding: 3px;
  }
  .language {
    padding: 8px 0px;
  }
  /*
    header section
  */
  .header {
    width: 53%;
  }
  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%;
  }
  .y-moon {
    width: 165px;
    right: -123px;
  }
  .titleHomeUs {
    line-height: 55px;
    margin-bottom: 25px;
}

  /*
    taskalart section
  */

  .weTalkAbout {
    font-size: 30px;
    margin-bottom: -20px;
  }
  .ttm, .ttm-arabic {
    left: 309px;
  }

  /*
    service
  */
  .service-three {
    top: 34%;
  }
  .homeService {
    line-height: 20px;
    font-size: 12px;
}
.homeServivceTit {
  font-size: 17px;
  font-weight: 400;
  margin: 0px 0 -10px;
}
  /*
    why us
  */
  .why-us .speak-center .speak-startup {
    font-size: 45px;
    width: 70%;
    line-height: 50px;
}
  /*
    other style
  */
  .line-two {
    width: 700px;
  }
  .webback,
  .taskala-grid,
  .about-zone,
  .serveice-back .services,
  .why-zone,
  .project-zone,
  .contact-zone,
  .select-position {
    width: 700px;
  }
  .homeLinatakalam {
    font-family: 'Noto Kufi Arabic';
    font-size: 13px;
}
.aMap {
  font-size: 20px;
}
}

/*
  width = less 500px / mobile
*/

@media (max-width: 500px) {
  /*
 body
*/
  .container {
    padding: 0 30px;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/mobile.jpg);
    background-size: 101%;
  }

  .webback {
    width: calc(100% - 60px);
    background-image: none;
  }
  .pos-back {
    background-image: url(../images/mobile.jpg);
    background-size: 0%;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    height: fit-content;
    margin-bottom: 0px;
  }

  /*
  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: 0.5s ease;
    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;
  }
  .bar-name-dis {
    visibility: visible;
  }
  .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;
  }
  .select-web {
    display: none;
  }
  .let-in {
    text-align: center;
    margin-top: 40px;
  }
  .contact-link {
    display: block;
  }
  .let, .en {
    display: block;
}
.let-in .let {
  padding: 13px 15px;
  width: 70%;
  font-size: 20px;
  margin: 13px auto;
}
  /*pop up hide */
  .contact-zone-pop {
    display: none;
   }
  /*
  header
*/
  .header {
    margin: 165px auto 750px;
    text-align: center;
    width: 100%;
  }
  h1 {
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 45px;
  }
  .y-moon {
    width: 170px;
    top: -100%;
    right: -20px;
    animation-name: YMoonMoveMobile;
  }
  .header .title-description {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
  }
  .titleHomeUs {
    font-size: 27px;
    margin-bottom: -10px;
    padding-top: 25px;
  }
  .homeDescTit {
    font-size: 15px;
    line-height: 35px;
  }
  /*
  Taskala
*/
  .taskala-grid {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px auto 0;
    bottom: 0px;
  }
  .taskala {
    width: 75%;
    margin: 0 auto 60px;
  }
  .taskala .taskala-description {
    font-size: 25px;
    line-height: 30px;
    width: 100%;
  }
  .taskala-size {
    font-size: 23px;
  }
  .boy-zone {
    width: 140%;
    position: relative;
    margin-left: -90px;
  }
  .boy {
    width: 100%;
  }
  .ttm, .ttm-arabic {
    width: 155px;
    top: 25%;
    left: 217px;
  }
  /*
  moon and shap
*/
  .moon-zone {
    top: 42%;
    width: 34%;
    padding-left: 80px;
  }
  .moon-position {
    width: 160px;
    height: 160px;
  }
  .moon {
    width: 160px;
    height: 160px;
    transform: none;
    opacity: 0;
    transition: 4s ease;
  }
  .l-shap {
    width: 345px;
    top: -85%;
    left: -500px;
  }
  .r-shap {
    width: 430px;
    top: 20%;
    left: 595px;
  }

  /*
  About Us
*/
  .about-us {
    margin-top: -20px;
    margin-left: -100px;
    padding: 0 100px;
    width: 100%;
  }
  .about-title {
    padding-top: 20px;
    margin-bottom: -15px;
  }
  .speak-center {
    width: 100%;
    text-align: center;
  }
  .speak-startup-one {
    font-size: 27px;
    line-height: 70px;
  }
  .speak-description-one {
    width: 100%;
    font-size: 15.5px;
    line-height: 20px;
    margin-bottom: 23px;
  }
  .homeabDesc {
    line-height: 35px;
    font-size: 17px;
  }
  /*
  service
*/
  .serveice-back {
    width: 100%;
    background-image: url(../images/mobile.jpg);
    background-size: 90%;
  }
  .service-title {
    padding-top: 45px;
    margin-bottom: 40px;
  }
  .serveice-back .services {
    width: 100%;
  }
  .services-img {
    width: 100%;
    height: 215px;
    background-size: 100%;
    margin: 520px auto 16px;
}
  .service-one,
  .service-two,
  .service-three {
    width: 92%;
    margin: 0px auto;
    position: relative;
    animation-name: none;
    opacity: 1;
  }
  .service-one {
    top: -245%;

    left: 0%;
    text-align: center;
  }
  .service-two {
    top: -240%;
    left: 0%;
  }
  .service-three {
    top: -235%;
    right: 0%;
  }
  .brand-img,
  .visual-img,
  .web-img {
    width: 38px;
    margin: 9px auto;

  }
  .brand-title,
  .visual-title,
  .web-title {
    font-size: 19px;
    margin: 4px;
  }
  .brand-description,
  .visual-description,
  .web-description {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
  }
  .button-center-one {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 8px;
    padding-bottom: 80px;
    text-align: center;
  }
  .sky-line-left {
    width: 150px;
    top: 80%;
    left: 190px;
  }
  .let-talk {
    width: 55%;
    font-size: 13px;
    padding: 12px;
    margin-top: 20px;
  }
  .button-center-one .let-talk {
    font-size: 13px;
  }
  .t-client {
    top: -50px;
  }
  .t-exp {
    top: 14px;
  }
  .t-comp {
    top: 55px;
  }
  .t-client-arab {

    top: 0;

}

.t-exp-arab {
  top: 137px;
}

.t-comp-arab {
  top: 115px;
}
.homeService {
  font-size: 13px;
  line-height: 24px;
  margin-top: 0px;
}
.homeServivceTit {
  margin: 0px 0 0px;
}
  /*
  why Us
*/

  .why-back {
    width: 100%;
  }
  .speak-startup {
    font-size: 28px;
    width: 100%;
    margin-top: 50px;
    margin: 50px 0 20px;
    line-height: 37px;
  }
  .speak-center .speak-description {
    width: 100%;
    text-align: center;
  }
  .why-us .speak-center .speak-startup {
    font-size: 30px;
    width: 100%;
    line-height: 40px;
  }
  .why-us .speak-center {
    padding-bottom: 0;
  }
  .why-us {
    padding-bottom: 100px;
  }
  .homeWhyTit {
    line-height: 40px;
    font-size: 27px;
    margin-bottom: -10px;
  }
  .weTalkAbout {
    font-size: 21px;
    margin: 15px 0 -25px;
    line-height: inherit;
  }
  .homeabDesc {
    line-height: 35px;
    font-size: 15px;
}
.homeWhyDesc {
  line-height: 35px;
  font-size: 15px;
}
  /*
  project section
*/
  .project {
    width: 100%;
  }
  .project-title {
    padding-top: 45px;
  }
  .grand-slide {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .slider {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 210px;
    -webkit-tap-highlight-color: transparent;
    margin: 30px auto 0;
  }
  .img-container {
    transition: transform 300ms ease-in-out;
    display: flex;
  }
  .img-container img {
    width: 100%;
    object-fit: contain;
  }
  .left-flesh {
    z-index: 3;
    left: 10%;
  }
  .flesh-one {
    height: 85%;
    left: 60.5px;
  }
  .to-left {
    width: 12px;
  }
  .right-flesh {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    z-index: 3;
    right: -12px;
  }
  .flesh-two {
    height: 98%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .to-right {
    width: 12px;
  }
  .button-center {
    width: 60%;
    margin: 0 auto;
    padding: 0;
  }
  .all-projects {
    font-size: 16px;
    padding: 12px;
    width: 100%;
    margin: 30px 0 35px;
  }

  /*
  contact section
*/
  .contact-title {
    margin: 30px 0 50px;
  }
  .user-contact {
    grid-template-areas: "dleft dleft dleft dleft dleft dleft dright dright dright dright";
    align-items: start;
    margin: 25px 0 45px;
  }
  .detail-left {
    grid-area: dleft;
    top: 15px;
    width: 80%;
  }
  .user-detail-name {
    font-size: 15px;
    width: 100%;
    line-height: 29px;
    margin: 0px 0 60px;
  }
  .bold-name {
    line-height: 20px;
    font-weight: 800;
    font-size: 17px;
  }
  .user-detail-two {
    font-size: 17px;
    margin-bottom: -10px;
    width: 150%;
  }
  .social-m a {
    padding-right: 3px;
    font-size: 20px;
    color: #d5d83c;
  }
  .detail-right {
    grid-area: dright;
  }
  .yellow-back {
    width: 100%;
    height: 145px;
  }
  .mr-mohammed {
    width: 145px;
    position: absolute;
    top: 57%;
  }
  .mr-mohammed-arab {
    width: 145px;
    right: inherit;
    top: 57%;
    left: 9px;
  }
  .hptsys {
    width: 130px;
    top: 63%;
    left: -47px;
    transform: rotateZ(-14deg);
    animation-name: HtsystAnimationMobile;
  }
  .hptsys-arabic {
    width: 130px;
    top: 63%;
    left: 51px;
    transform: rotateZ(14deg);
    animation-name: HtsystArabicAnimationMobile;
  }
  .climb {
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "climb climb climb letdo letdo letdo";
    margin-top: 65px;
  }
  .climb-ready {
    grid-column-start: 1;
    font-size: 17px;
    line-height: 25px;
    width: 95%;
  }
  .let-do {
    grid-column-start: 4;
    font-size: 13px;
    padding: 15px;
    width: 100%;
    margin: 0;
  }
  .contact-link {
    font-size: 15px;
   }
  .line-one {
    width: 100%;
    margin: 25px 0 30px;
    display: block;
  }
  .grid-three {
    display: block;
  }
  .email-title,
  .s3-taskalart,
  .s3-contact {
    font-size: 18px;
    margin-bottom: -12px;
  }
  .email-description,
  .copy-right {
    font-size: 16px;
  }
  .line-two {
    width: 100%;
    margin: 35px 0 15px;
  }
  .select-position {
    direction: ltr;
  }
  .language {
    padding: 6px 10px;
  }
  .homeConDesc {
    font-size: 18px;
    margin-bottom: 75px;
    font-weight: 400;
  }
  .homeConName {
    font-size: 25px;
  }
  /*
  other style
*/
  .taskala-description,
  .about-title,
  .speak-startup,
  .service-title,
  .project-title,
  .contact-title {
    font-size: 20px;
  }
  .l-shap-service,
  .light-shap-service,
  .sky-line,
  .grand-shap-service {
    display: none;
  }
  .about-zone,
  .why-zone,
  .project-zone,
  .contact-zone {
    width: 100%;
    margin: 0;
  }
  .title-line {
    top: 88%;
  }
  .title-description {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
  }

  .speak-description {
    width: 100%;
    font-size: 15.5px;
    line-height: 24px;
  }
  .yellow-detail a {
    color: #d5d83c;
    padding: 0 5px;
    font-size: 20px;
}
.aMap {
  font-size: 17px;
}
}


@media (max-width: 360px) {
  .speak-center {
    margin-top: -15px;
  }
}


@keyframes lineAnimation {
  0% {
    width: 0%;
    left: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes TtmAnimation {
  0% {
    transform: rotateZ(-20deg);
  }
  100% {
    transform: rotateZ(-14deg);
  }
}

@keyframes HtsystAnimation {
  0% {
    transform: rotateZ(12deg);
  }
  100% {
    transform: rotateZ(18deg);
  }
}

@keyframes HtsystArabicAnimation {
  0% {
    transform: rotateZ(-12deg);
  }
  100% {
    transform: rotateZ(-18deg);
  }
}


@keyframes HtsystAnimationMobile {
  0% {
    transform: rotateZ(-10deg);
  }
  100% {
    transform: rotateZ(-15deg);
  }
}
@keyframes HtsystArabicAnimationMobile {
  0% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(15deg);
  }
}
@keyframes YMoonMove {
  0% {
    top: -9%;
  }
  100% {
    top: -12%;
  }
}
@keyframes YMoonMoveMobile {
  0% {
    top: -100%;
  }
  100% {
    top: -103%;
  }
}

@keyframes moonTurn {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes topSycleMove {
  0% {
    top: -650px;
    left: 80%;
  }
  100% {
      top: 0;
      left: 0;
  }
}
@keyframes topSycleMovemobile {
  0% {
    top: 0;
    left: 100%;
  }
  100% {
      top: 0;
      left: 0;
  }
}

@keyframes bellowSycleMove {
  0% {
    top: 850px;
    right: 90%;
  }
  100% {
      top: 0;
      right: 0;
  }
}
@keyframes bellowSycleMovemobile {
  0% {
    top: 0;
    right: 100%;
  }
  100% {
      top: 0;
      right: 0;
  }
}

@keyframes elementOpacvity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}