@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 con con";
  align-items: center;
  padding: 0 50px;
  width: 1200px;
  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;
}
/**/

.contact-zone-pop {
  width: 1200px;
  margin: 0 auto;
}
.contact-area-one-pop {
  width: 100%;
  height: 100%;
  margin: 75px auto;
  position: absolute;
  left: 0;
  bottom: 1200%;
  transition: 1s ease;
  background-color: #161616;
  z-index: 10;
}
.contact-area-one-zone-pop {
  width: 900px;
  margin: 0 auto;
  padding-top: 210px;
}
.contact-title-pop {
  font-size: 40px;
  font-weight: 500;
}
.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;
}
.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,
.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-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-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;
}
.add-pop {
  direction: rtl;
  font-size: 19px;
  position: relative;
}
.material-icons-pop {
  position: absolute;
  width: 10px;
  top: 5px;
  transform: rotateZ(-45deg);
  right: 16.5%;
  font-weight: 100;
}
.button-zone-pop {
  width: 100%;
  direction: rtl;
}
.send-pop {
  color: #161616;
  background-color: #d5d83c;
  padding: 21px 50px;
  border: 1px solid transparent;
  font-size: 21px;
  margin-top: 10px;
  font-weight: 600;
  transition: 1s ease-in-out;
}
.send-pop:hover {
  color: #d5d83c;
  box-shadow: inset 0 150px 0 0 #161616;
  border: 1px solid #d5d83c;
  cursor: pointer;
  transition: .6s ease-in-out;
}
.valid-phone-pop,
.valid-phone-three-pop {
  margin: 5px 0;
  font-size: 17px;
  direction: rtl;
}
.valid-phone-three-pop {
  direction: ltr;
  margin-bottom: -40px;
}
.form-errorText-pop {
  display: none;
}
.select {
  gap: 1px;
}

.select__item {
  cursor: pointer;
  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;
}

.select__item--selected {
  background: #d5d83c;
  color: #161616;
  border: 1px solid transparent;
}
/*
  Header Section
*/

.header {
  margin: 150px auto 200px;
  text-align: left;
  width: 59%;
  position: relative;
  width: 1200px;
}
.header-area {
  width: 83%;
  margin: 0 auto;
}
.y-moon {
  opacity: 1;
  right: -360px;
  position: absolute;
  width: 610px;
  top: 3%;
  animation-name: flyMovePc;
  animation-duration: 4s;
  animation-iteration-count: inherit;
  animation-direction: alternate;
  animation-timing-function: ease;
  transition: 4s ease;
  z-index: -1;
}
.vapor {
  opacity: 1;
  right: -360px;
  position: absolute;
  width: 610px;
  top: 3%;
  z-index: -2;
}
.y-moon-arab {
  opacity: 1;
  right: 410px;
  position: absolute;
  width: 610px;
  top: 13%;
  animation-name: flyMovePcArab;
  animation-duration: 4s;
  animation-iteration-count: inherit;
  animation-direction: alternate;
  animation-timing-function: ease;
  transition: 4s ease;
  z-index: -1;
  transform: scaleX(-1);
}
.vapor-arab {
  opacity: 1;
  right: 495px;
  position: absolute;
  width: 602px;
  top: -1%;
  z-index: -2;
  transform: scaleX(-1);
}
.moon {
  animation-name: YMoonMove;
  opacity: 1;
  right: -545px;
  position: absolute;
  width: 220px;
  top: -48%;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-delay: 4s;
  transition: 4s ease;
}
.moon-arab {
  animation-name: YMoonMove;
  opacity: 1;
  right: 950px;
  position: absolute;
  width: 220px;
  top: -48%;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-delay: 4s;
  transition: 4s ease;
  transform: scaleX(-1);
}
.yellow-title {
  color: transparent;
  animation-name: headerOpacityBranding;
  animation-duration: 3s;
  animation-iteration-count: inherit;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-delay: 3s;
  transition: 4s ease;
  animation-fill-mode: forwards;
}

h1 {
  font-size: 65px;
  font-weight: 800;
  margin-bottom: 30px;
  position: relative;
  color: transparent;
  z-index: 4;
  width: 60%;
}
.header-area h1 {
  animation-name: headerOpacity;
  animation-duration: 3s;
  animation-iteration-count: inherit;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-delay: 3s;
  transition: 4s ease;
  animation-fill-mode: forwards;
}

.header-button {
  background-color: #d5d83c;
  color: #161616;
  font-size: 16px;
  font-weight: 800;
  padding: 15px 50px;
  opacity: 0;
  position: relative;
  z-index: 4;
  border: 1px solid transparent;
  transition: 0.6s ease-in-out;
  animation-name: headerOpacitybutton;
  animation-duration: 3s;
  animation-iteration-count: inherit;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
.header-button:hover {
  cursor: pointer;
  border: .6px solid #d5d83c;
  color: #d5d83c;
  box-shadow: inset 0 150px 0 0 #161616;
}
.header-button:not(:hover) {
  transition: 0.6s ease;
}
.brandTitle {
  line-height: 90px;
  width: 115%;
  font-size: 52px;
}
/*
  process section
*/
.process-zone {
  margin: 200px 0 75px;
  background-color: #161616;
  position: relative;
  z-index: 99;
}
.process-chabaka {
  background-image: url(../images/brand-images/chabaka.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  width: 723px;
  margin: 0 auto;
}
.process-title {
  padding: 51px 0 0;
  color: #d5d83c;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.process-star {
  position: absolute;
  width: 25px;
  left: 0%;
  top: 45px;
}
.process-star-arab {
  position: absolute;
  width: 25px;
  left: 20%;
  top: 45px;
}
.process-descriptions {
  margin-top: -37px;
}
.process-description-one {
  width: 80%;
  margin: 0 auto;
  font-size: 23px;
  line-height: 38px;
  margin-top: 32px;
}
.process-description-two {
  width: 90%;
  margin: 0 auto;
  font-size: 23px;
  line-height: 38px;
  padding: 40px 0 64px;
}
.brandSectionDesc, .brandSectionDescTwo {
  font-size: 21px;
  line-height: 45px;
  margin-top: -47px;
}
.manhajiya {
  padding-top: 15px;
}
/*
  brand(strategy/system)
*/

.brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "strategy system";
  align-items: flex-start;
  grid-gap: 70px;
  width: 1200px;
  margin: 0 auto;
}
.brand-strategy {
  grid-area: strategy;
  width: 100%;
}
.brand-system {
  grid-area: system;
  width: 100%;
}
table {
  border: 1px solid #d5d83c;
  margin: 30px 0;
  width: 100%;
  transition: 0.5s ease;
}
.tr-border {
  padding: 10px 30px;
  position: relative;
  font-size: 19px;
  font-weight: 600;
}
.s-h {
  display: none;
}
.p-m-zone {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  right: 5%;
  display: flex;
}
.plus {
  width: 20px;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.5s ease;
}
.minus {
  width: 20px;
  cursor: pointer;
}

.tr-description {
  display: flex;
  align-items: center;
}
.tr-description p {
  padding: 40px 60px 30px 0;
  font-size: 15px;
  line-height: 22px;
}

.tr-description-img {
  margin: 40px 20px 40px 20px;
  width: 40px;
}
.name-img {
  width: 30px;
  margin: 40px 32px 40px 20px;
}
.tr-description-naming {
  margin: 45px 45px 45px 55px;
  width: 25px;
}
.brand-description {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 50px;
}
.brand-title {
  font-size: 41px;
  font-weight: 900;
  margin-bottom: 18px;
  color: #d5d83c;
}
.phase {
  font-weight: 300;
}
.descovery-zone,
.research-zone,
.breif-zone,
.naming-zone,
.visual-zone,
.voice-zone,
.guide-zone {
  border: 1px solid #d5d83c;
  margin: 30px 0;
  width: 100%;
  transition: 0.5s ease;
  overflow: hidden;
}
h4 {
  margin: 0;
}
.desc-title {
  position: relative;
  font-size: 19px;
  font-weight: 600;
  margin-top: 0;
  background-color: #161616;
  border-bottom: 1px solid #d5d83c;
  padding: 11px 24px;
  width: auto;
}
.desc-min,
.disc-pls {
  width: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.description-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "logo logo desc desc desc desc";
  align-items: center;
  top: -160px;
  margin-bottom: -150px;
  padding-bottom: 10px;
  transition: 0.5s;
}
.breif-zone .description-grid,
.naming-zone .description-grid {
  margin-bottom: -160px;
}
.visual-zone .description-grid,
.voice-zone .description-grid {
  margin-bottom: -157px;
}
.guide-zone .description-grid {
  margin-bottom: -179px;
}
.naming-zone .description-grid p {
  position: relative;
  left: -105px;
}
.description-grid img {
  grid-area: logo;
  grid-column-start: 1;
}
.zoon p {
  grid-area: desc;
  grid-column-start: 9;
  width: 90%;
}
/**/

table {
  border-collapse: collapse;
  width: 100%;
}
tr {
  background: transparent;
  border: 1px solid #d5d83c;
}
tr,
td {
  padding: 0;
}
.c td {
  padding: 2px 10px;
}
tr td .one {
  max-height: 0;
  padding: 0 10px;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}
tr td .two,
tr td .div-seven,
tr td .div-six,
tr td .div-five,
tr td .div-three {
  max-height: 0;
  padding: 0 10px;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}
tr.c td div {
  max-height: 100px;
  padding: 10px 15px;
  transition: max-height 0.6s, padding 0.6s;
  font-size: 19px;
  font-weight: 700;
}
tr.active td div {
  max-height: 100px;
  padding: 15px 45px 33px;
  transition: max-height 0.6s, padding 0.6s;
}
tr.active td .div-seven,
tr.active td .div-five,
tr.active td .div-three {
  max-height: 100px;
  padding: 15px 45px 53px;
  transition: max-height 0.6s, padding 0.6s;
}
tr.active td div .zoon {
  padding: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "one" "two";
  align-items: center;
  gap: 30px;
}
.grid-one {
  grid-area: one;
  width: 100%;
}
.grid-two {
  grid-area: two;
  width: 100%;
}
.one {
  position: relative;
}
.zoon {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-areas: "logo desc desc desc desc desc desc desc";
  align-items: center;
}
.zoon img {
  grid-area: logo;
  grid-column-start: 1;
}
.zoon p {
  grid-area: desc;
  width: 88%;
  font-size: 15px;
  line-height: 20px;
}
.p-m-zone {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  align-items: center;
  display: flex;
}
.plus {
  margin-left: 10px;
}
.minus,
.plus {
  cursor: pointer;
}
.marahil {
  font-size: 30px;
}
.marahilDesc {
  font-size: 20px;
    line-height: 40px;
}
/*
  Beyond the logo
*/
.logo-zone {
  margin: 100px 0 20px;
  background-color: #161616;
}
.logo-chabaka-two {
  background-image: url(../images/brand-images/chabaka.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  width: 740px;
  height: 540px;
  margin: 0 auto;
  position: relative;
}
.logo-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.logo-title {
  color: #d5d83c;
  position: absolute;
  left: 50%;
  top: 124px;
  width: 100%;
  transform: translateX(-50%);
}
.logo-star {
  position: absolute;
  width: 25px;
  left: 13%;
  top: -6px;
}
.descriptions {
  margin-top: -37px;
  position: absolute;
  top: 248px;
}
.logo-description {
  width: 90%;
  margin: 0 auto;
  font-size: 23px;
  line-height: 39px;
  margin-top: 32px;
}

/*
  services section
*/

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "design p-v creation social";
  grid-gap: 50px;
  align-items: flex-start;
  width: 740px;
  margin: 0 auto;
  margin-top: 50px;
}
.service-one {
  grid-area: design;
}
.service-two {
  grid-area: p-v;
}
.service-three {
  grid-area: creation;
}
.service-four {
  grid-area: social;
}
.service-one,
.service-two,
.service-three,
.service-four {
  width: 100%;
  text-align: center;
}
.service-icon-one {
  display: block;
  width: 65px;
  margin: 0 auto;
  position: relative;
  animation-name: serviceIconMove;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 0.1s ease-in-out;
}
.service-icon-two {
  display: block;
  width: 65px;
  margin: 50px auto 0;
  position: relative;
  animation-name: serviceIconMove;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 0.1s ease-in-out;
}
.service-icon-two:hover,
.service-icon-one:hover {
  width: 75px;
}
.service-title {
  font-weight: 400;
  line-height: 25px;
}
.khadamatBellow {
  font-size: 45px;
}
.khadamatBelllwDesc {
  font-size: 21px;
}
/*
  last projects section
*/
.project-area {
  width: 1200px;
  margin: 100px auto;
  text-align: center;
}
.project-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 45px;
  color: #d5d83c;
  text-align: left;
  width: 100%;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "pleft pleft pright pright pright ";
  grid-gap: 15px;
  align-self: flex-start;
  height: 700px;
}
.projects-left {
  grid-area: pleft;
}
.projects-right {
  grid-area: pright;
}
.project-one {
  width: 100%;
  height: 100%;
  background-color: white;
}
.project-two {
  width: 100%;
  height: 35%;
  background-color: white;
  margin-bottom: 15px;
}
.project-three {
  width: 100%;
  height: calc(65% - 15px);
  background-color: white;
}
.show-zone {
  text-align: center;
  width: 1300px;
  margin: -35px auto 100px;
}
.all-project {
  background-color: #d5d83c;
  color: #161616;
  border: 0;
  font-size: 18px;
  padding: 17px;
  width: 25%;
  border: 1px solid transparent;
  transition: 0.6s ease-in-out;
  height: fit-content;
  font-weight: 800;
  cursor: pointer;
}
.all-project:hover {
  border: 1px solid transparent;
  color: #d5d83c;
  box-shadow: inset 0 150px 0 0 #161616;
}
 .to-left, .to-right {
  display: none;
 }
/*
  footer section
*/
.footer-zone {
  background-color: #161616;
  width: 100%;
  text-align: center;
}
.footer-area {
  width: 1300px;
  margin: 0 auto;
}
.footer-title {
  color: #d5d83c;
  margin-bottom: 15px;
}
.button-zone {
  margin: 30px auto 80px;
  width: 25%;
}
.let-do {
  color: white;
  border: 1px solid #d5d83c;
  background-color: transparent;
  width: 100%;
  padding: 18px;
  font-size: 17px;
  font-weight: 600;
  transition: 1s ease;
  box-shadow: inset 0 0 0 0 #d5d83c;
}
.let-do:hover {
  cursor: pointer;
  border: 1px solid transparent;
  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;
  }
  .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;
  }
.lastProject {
  font-size: 30px;
}
.manhajiyatona {
  color: #d5d83c;
  margin: 25px auto 33px;
  font-size: 42px;
}
.manhajiyaArab {
  position: absolute;
  width: 30px;
  left: -20%;
  top: 5px;
}
.khadamat {
  color: #d5d83c;
  margin: 13px auto 0;
  font-size: 42px;
  width: 100%;
}
.lastProject {
  color: #d5d83c;
  width: 100%;
  font-size: 35px;
}
.areyouready {
  font-size: 25px;
}
.linafaalha {
  font-family: 'Noto Kufi Arabic';
}
.homeLinatakalam {
  font-family:'Noto Kufi Arabic' ;
  font-size: 16px;
}
.itilaa {
  font-family:'Noto Kufi Arabic' ;
}
.forMargin {
  margin-top: 0;
}
.brandSectionDesc, .brandSectionDescTwo {
  font-size: 21px;
  line-height: 42px;
  margin-top: -50px;
}
.forMargin {
  margin-top: -22px;
}
.manhajiyatona {
  color: #d5d83c;
  margin: 19px auto 33px;
  font-size: 42px;
}
.process-chabaka {
  background-image: url(../images/brand-images/chabaka.png);
  background-size: 110%;
  background-repeat: no-repeat;
  text-align: center;
  width: 723px;
  margin: 0 auto;
}
.process-description-one {
  width: 80%;
  margin: 0 auto;
  font-size: 23px;
  line-height: 41px;
  margin-top: 38px;
}
.process-description-two {
  width: 90%;
  margin: 0 auto;
  font-size: 23px;
  line-height: 42px;
  padding: 44px 0 64px;
}
.process-title {
  padding-top: 61px;
}
/*
  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: #161616;
  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: #161616;
  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;
}
.to-left, .to-right {
  display: block;
}
@media (max-width: 1625px) {
  nav {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .select-position, .line-two {
    width: 1200px;
  }
  .process-title {
    padding-top: 61px;
  }
}


/*
  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: 700px;
    margin: 100px auto;
  }
  .header .title-description {
    font-size: 16px;
    width: 86%;
    line-height: 25px;
  }
  .header-area {
    width: 100%;
  }
  h1 {
    font-size: 47px;
    margin-bottom: 20px;
    width: 60%;
  }
  .header .title-description {
    font-size: 15px;
    width: 100%;
  }
  .y-moon {
    animation-name: flyMoveTablet;
    animation-duration: 4s;
    animation-iteration-count: inherit;
    animation-direction: alternate;
    animation-timing-function: ease;
    transition: 4s ease;
    right: -250px;
    width: 420px;
  }
  .vapor {
    right: -250px;
    width: 420px;
    top: 5%;
  }
  .moon {
    animation-name: YMoonMove;
    opacity: 1;
    right: -400px;
    position: absolute;
    width: 165px;
    top: -48%;
    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: flyMoveTabletArab;
    animation-duration: 4s;
    animation-iteration-count: inherit;
    animation-direction: alternate;
    animation-timing-function: ease;
    transition: 4s ease;
    right: 290px;
    width: 420px;
  }
  .vapor-arab {
    right: 355px;
    width: 420px;
    top: 1%;
}
  .moon-arab {
    animation-name: YMoonMove;
    opacity: 1;
    right: 650px;
    position: absolute;
    width: 165px;
    top: -48%;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-delay: 4s;
    transition: 4s ease;
  }
  .header-button {
    font-size: 12px;
    font-weight: 800;
    padding: 13px 35px;
  }
  /*
    process section
  */

  .process-zone {
    margin: 130px 0px 50px;
    background-color: rgb(22, 22, 22);
  }
  .process-title {
    padding: 48px 0 0;
  }
  .process-chabaka {
    width: 600px;
    background-size: 100%;
  }
  .process-description-one {
    font-size: 16px;
    line-height: 31px;
    margin-top: 37px;
  }
  .process-description-two {
    width: 85%;
    font-size: 17px;
    line-height: 31px;
    padding: 33px 0 64px;
  }
  .process-star {
    width: 20px;
    left: 19%;
  }
  .process-star-arab {
    width: 20px;
    left: 20%;
}
  /*
    brand section
  */
  .brand-grid {
    width: 800px;
  }
  .brand-title {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 0px;
  }
  .brand-description {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  .tr-border {
    font-size: 15px;
  }
  .plus,
  .minus {
    width: 15px;
  }
  .tr-description-img {
    margin: 30px;
    width: 34px;
  }
  .tr-description p {
    padding: 30px 25px 30px 0px;
    font-size: 13px;
    margin: 0;
    line-height: 20px;
  }
  .tr-description-naming {
    margin: 45px 35px 45px 35px;
  }
  .naming-zone .description-grid p {
    left: 0px;
  }
  .descovery-zone .description-grid {
    margin-bottom: -124px;
  }
  .research-zone .description-grid {
    margin-bottom: -122px;
  }
  .breif-zone .description-grid {
    margin-bottom: -196px;
  }
  .naming-zone .description-grid {
    margin-bottom: -160px;
  }
  .visual-zone .description-grid {
    margin-bottom: -216px;
  }
  .voice-zone .description-grid {
    margin-bottom: -177px;
  }
  .guide-zone .description-grid {
    margin-bottom: -197px;
  }
  tr.active td div {
    padding: 15px 21px 15px 0px;
  }
  tr.active td .div-seven,
  tr.active td .div-five,
  tr.active td .div-three {
    padding: 15px 21px 40px 0px;
  }
  tr.active td .div-six {
    padding: 15px 21px 35px 0px;
  }
  tr.active td .div-five {
    padding: 15px 21px 60px 0px;
  }
  .zoon p {
    font-size: 12px;
  }
  tr.c td div {
    font-size: 16px;
  }
  .name-img {
    width: 26px;
    margin-right: 40px;
  }
  /**/
  .logo-chabaka-two {
    width: 600px;
    background-size: 100%;
  }
  .logo-title {
    top: 111px;
  }
  .logo-star {
    width: 20px;
    left: 15%;
  }
  .descriptions {
    margin-top: -82px;
    top: 248px;
  }
  .logo-description {
    width: 80%;
    font-size: 16px;
    line-height: 31.7px;
    margin-top: 32px;
  }
  /*
  services section
*/
  .service-grid {
    width: 600px;
    margin: -70px auto 0px;
  }
  .service-icon-one,
  .service-icon-two {
    width: 50px;
  }
  .service-title {
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
  }
  /*
  project section
*/
  .project-area {
    width: 800px;
    margin: 75px auto 0;
  }
  .project-grid {
    gap: 10px;
    height: 500px;
  }
  .project-title {
    font-size: 33px;
    margin-bottom: 35px;
  }
  .project-two {
    height: calc(35% + 5px);
    margin-bottom: 10px;
  }
  .all-project {
    font-size: 12px;
    padding: 14px;
  }
  .show-zone {
    text-align: center;
    width: 800px;
    margin: 35px auto 0px;
}
  /*
  footer section
*/
  .footer-zone {
    padding-top: 40px;
  }
  .footer-area {
    width: 800px;
  }
  .button-zone {
    margin: 30px auto 70px;
    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;
  }
  .select-position {
    width: 800px;
  }
  .brandTitle {
    line-height: 70px;
    width: 115%;
    font-size: 39px;
  }
  .manhajiyatona {
    color: rgb(213, 216, 60);
    margin: 25px auto 33px;
    font-size: 35px;
}
.manhajiyaArab  {
  left: 0;
}
.brandSectionDesc, .brandSectionDescTwo {
  font-size: 17px;
  line-height: 31px;
  margin-top: -47px;
}
.marahil {
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 0;
}
.marahilDesc {
  font-size: 17px;
  line-height: 30px;
}
.khadamat {
  margin: 0px auto 0;
  font-size: 35px;
}
.logo-star {
  width: 20px;
  left: 13%;
}
.khadamatBelllwDesc {
  font-size: 17px;
}
.lastProject {
  font-size: 25px;
}
.areyouready {
  font-size: 20px;
  margin-bottom: -10px;
}
.homeLinatakalam {
  font-family: 'Noto Kufi Arabic';
  font-size: 13px;
}
.process-star {
  width: 20px;
  left: 6%;
}
  /*
  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;
}
}

/*
  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
  */
  .header {
    width: 600px;
  }
  h1 {
    font-size: 37px;
    margin-bottom: 14px;
    width: 55%;
  }
  .header-button {
    font-size: 10px;
    font-weight: 800;
    padding: 12px 24px;
  }
  .min-title {
    font-size: 25px;
    margin: 0px 0 15px;
  }
  .header .title-description {
    font-size: 13px;
    line-height: 19px;
    width: 100%;
  }
  .y-moon {
    width: 350px;
    top: 3%;
    right: -175px;
    animation-name: flyMoveIpad;
    animation-iteration-count: inherit;
    animation-direction: alternate;
    animation-timing-function: ease;
    transition: 4s ease;
  }
  .vapor {
    right: -175px;
    width: 350px;
    top: 3%;
  }
  .moon {
    opacity: 1;
    right: -300px;
    position: absolute;
    width: 140px;
    top: -60%;
  }
  .y-moon-arab {
    width: 350px;
    top: 0%;
    right: 205px;
    animation-name: flyMoveIpadArab;
    animation-iteration-count: inherit;
    animation-direction: alternate;
    animation-timing-function: ease;
    transition: 4s ease;
  }
  .vapor-arab {
    right: 249px;
    width: 350px;
    top: -13%;
}
  .moon-arab {
    opacity: 1;
    right: 515px;
    position: absolute;
    width: 140px;
    top: -60%;
  }
  /*
 process
*/
  .process-title {
    padding: 58px 0px 0px;
  }
  .process-star {
    width: 20px;
    left: 15%;
  }
  .process-star-arab {
    width: 20px;
    left: 20%;

}
  .process-description-one {
    margin-top: 39px;
  }
  .process-description-two {
    padding: 34px 0px 64px;
  }

  /*
   brand section
  */
  .brand-grid {
    width: 700px;
  }
  .tr-description-naming {
    margin: 45px 35px 45px 35px;
  }

  .naming-zone .description-grid p {
    left: 0px;
  }
  .descovery-zone .description-grid {
    margin-bottom: -140px;
  }
  .research-zone .description-grid {
    margin-bottom: -139px;
  }
  .breif-zone .description-grid {
    margin-bottom: -237px;
  }
  .naming-zone .description-grid {
    margin-bottom: -159px;
  }
  .visual-zone .description-grid {
    margin-bottom: -256px;
  }
  .voice-zone .description-grid {
    margin-bottom: -198px;
  }
  .guide-zone .description-grid {
    margin-bottom: -237px;
  }
  /*
    logo section
  */
  .logo-title {
    top: 128px;
  }
  .descriptions {
    top: 249px;
  }
  .logo-star {
    left: 23%;
  }
  /*
    project section
  */
  .project-area {
    width: 700px;
    margin: 75px auto 0px;
  }
  .project-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .all-project {
    margin: 40px auto;
  }
  .show-zone {
    width: 700px;
}
  /*
    footer section
  */
  .footer-area {
    width: 700px;
  }
  .line-two {
    width: 700px;
  }

  .brandTitle {
    line-height: 50px;
    width: 115%;
    font-size: 28px;
}
.marahil {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: -5px;
}
.marahilDesc {
  font-size: 15px;
  line-height: 27px;
}
.khadamat {
  margin: -8px auto;
  font-size: 35px;
}
.logo-star {
  left: 11%;
}
.lastProject {
  font-size: 22px;
}
.areyouready {
  font-size: 17px;
  margin-bottom: -13px;
}
.homeLinatakalam {
  font-family: 'Noto Kufi Arabic';
  font-size: 13px;
}
.manhajiyaArab {

    left: -12px;
}
}

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

  .webback {
    width: calc(100% - 60px);
    background-image: none;
  }
  .pos-back {
    background-image: url(../images/mobile.jpg);
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% + 90px);
    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;
  }
  .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;
  width: 70%;
  font-size: 20px;
  margin: 13px auto;
}
  /*
    Header section
  */
  .header {
    margin: 130px auto 130px;
    text-align: center;
    width: calc(100% - 30px);
    margin-left: 0px;
  }
  .header-area {
    width: 95%;
    margin: 0px auto;
    text-align: center;
  }
  .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: 23px;
    line-height: 45px;
    width: 100%;
    top: 220px;
  }
  .header-button {
    padding: 14px 30px;
    font-size: 15.5px;
  }

  .y-moon {
    position: relative;
    width: 100%;
    margin: 15px auto 0;
    display: block;
    right: 0;
    animation-name: flyMoveMobile;
    animation-duration: 4.5s;
    animation-iteration-count: inherit;
    animation-direction: alternate;
    animation-timing-function: ease;
    transition: 4s ease;
    bottom: 364px;
  }
  .vapor {
    right: 0px;
    width: 100%;
    top: -59%;
  }
  
  .y-moon-arab {
    position: relative;
    width: 100%;
    margin: 15px auto 0;
    display: block;
    right: 0;
    animation-name: flyMoveMobileArab;
    animation-duration: 4.5s;
    animation-iteration-count: inherit;
    animation-direction: alternate;
    animation-timing-function: ease;
    transition: 4s ease;
    bottom: 364px;
  }
  .vapor-arab {
    right: 0px;
    width: 100%;
    top: -59%;
  }
  .header-button {
    margin-top: 35px;
  }
  .moon {
    opacity: 1;
    right: -32px;
    position: absolute;
    width: 140px;
    top: -355px;
}
.moon-arab {
  opacity: 1;
  right: inherit;
  left: -32px;
  position: absolute;
  width: 140px;
  top: -355px;
}
  /*
    process section
  */
  .process-zone {
    margin-left: -30px;
    margin-top: 100px;
    text-align: center;
    width: calc(100% + 30px);
    margin-bottom: 0;
    padding-top: 50px;
  }
  .process-chabaka {
    background-image: url(../images/brand-images/chabaka-mobile.png);
    background-size: 100% 83%;
    height: 619px;
    width: 100%;
    margin: 0 auto;
  }
  .process-title {
    padding: 50px 0 0;
  }
  .process-chabaka .process-title {
    top: 0
  }
  .process-star {
    width: 15px;
    left: 19%;
  }
  .process-description-one {
    width: 87%;
    font-size: 16px;
    line-height: 31px;
    margin-top: 37px;
  }
  .process-description-two {
    width: 88%;
    font-size: 16px;
    line-height: 31.4px;
    padding: 31.3px 0 64px;
  }

  /*
  branding section
*/
  .brand-zon {
    width: calc(100% - 30px);
    margin-left: -30px;
    padding: 30px;
    margin-top: -45px;
    background-color: #161616;
  }
  .brand-grid {
    display: block;
    width: 310px;
    margin: 0 auto;
  }
  .brand-title {
    font-size: 25px;
    margin-bottom: -5px;
    text-align: center;
  }
  .brand-description {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
  }
  .tr-description p {
    padding: 10px 20px 15px 0px;
  }
  .tr-border {
    font-size: 18px;
    padding: 10px 20px;
  }
  .tr-description-img {
    margin: 18px;
    width: 35px;
  }
  .tr-description-naming {
    margin: 35px 40px 40px 25px;
    width: 25px;
  }
  .brand-strategy {
    margin: 0px 0 80px;
  }
  .plus,
  .minus {
    width: 15px;
    margin-left: 8px;
  }
  .naming-zone .description-grid p {
    position: relative;
    left: 0px;
  }
  .descovery-zone .description-grid {
    margin-bottom: -138px;
  }
  .research-zone .description-grid {
    margin-bottom: -138px;
  }
  .breif-zone .description-grid {
    margin-bottom: -233px;
  }
  .naming-zone .description-grid {
    margin-bottom: -144px;
  }
  .guide-zone .description-grid {
    margin-bottom: -233px;
  }
  .visual-zone .description-grid {
    margin-bottom: -252px;
  }
  .voice-zone .description-grid {
    margin-bottom: -195px;
  }
  tr.active td div {
    padding: 15px 20px 33px 5px;
  }

  tr.active td .div-five {
    padding: 15px 20px 145px 5px;
  }

  tr.active td .div-six {
    padding: 15px 20px 90px 5px;
  }
  tr.active td .div-seven {
    padding: 15px 20px 125px 5px;
  }
  tr.active td .div-three {
    padding: 15px 20px 120px 5px;
  }
  .zoon p {
    font-size: 15px;
  }
  .name-img {
    margin: 25px;
    width: 22px;
  }
  /*
  logo section
*/

  .logo-zone {
    margin: 70px 0 -20px;
    background-color: #161616;
    width: calc(100% + 30px);
    margin-left: -30px;
  }
  .logo-chabaka-two {
    background-image: url(../images/brand-images/chabaka-mobile.png);
    background-size: 100% 93%;
    background-repeat: no-repeat;
    width: 100%;
    height: 540px;
    margin: 0 auto;
    position: relative;
  }
  .logo-title {
    top: 118px;
  }
  .descriptions {
    margin-top: -37px;
    position: absolute;
    top: 187px;
  }
  .logo-description {
    width: 87%;
    font-size: 16px;
    line-height: 30.7px;
    margin-top: 33px;
  }
  .logo-star {
    width: 15px;
    left: 12%;
  }
  /*
  brand services
*/
.service-zone {
  margin: 30px auto 0;
}
  .service-grid {
    display: block;
    align-items: flex-start;
    width: calc(100% - 30px);
    margin: -40px auto;
    margin-left: 0;
  }
  .service-one,
  .service-two,
  .service-three,
  .service-four {
    width: 49%;
    display: inline-block;
    text-align: center;
  }
  .service-icon-one {
    width: 50px;
  }
  .service-icon-two {
    width: 50px;
  }

  .service-title {
    font-size: 18px;
  }
  .service-two,
  .service-four {
    position: relative;
    top: 16px;
  }

  /*
  Project section
*/
  .project-zone {
    overflow-x: hidden;
    padding: 30px;
    width: calc(100% - 30px);
    margin-left: -30px;
  }
  .project-one,
  .project-two,
  .project-three {
    height: 229px;
    margin-bottom: 15px;
  }
  .project-area {
    width: 100%;
    margin: 100px auto;
    text-align: center;
  }
  .project-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "pleft pright pright ";
    margin-bottom: 55px;
    height: 230px;
    gap: 2px;
    width: 300%;
    position: relative;
    right: 0%;
    overflow-y: hidden;
    transition: 1s ease-in-out;
  }
  .projects-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "ileft iright";
    margin-bottom: 55px;
    height: 671px;
    gap: 2px;
    width: 100%;
  }
  .projects-left,
  .project-two,
  .project-three {
    width: 100%;
    height: 229px;
  }
  .project-two {
    grid-area: ileft;
  }
  .project-three {
    grid-area: iright;
  }
  .project-title {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 31px;
    top: 0;
  }
  .project-area {
    margin: 120px auto 0px;
    margin-left: 0;
}
.show-zone {
  width: 100%;
  text-align: center;
  margin: 45px auto 0px;
}
  .all-project {
    width: 70%;
    padding: 16px;
    font-size: 15.5px;
    margin: -25px auto 40px;
  }
  .project-width {
    width: 100%;
    overflow: hidden;
    margin-right: 77px;
    position: relative;
  }
  .mobile-project {
    position: relative;
}
  .to-left {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    background-color: #161616;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    z-index: 1;
  }
  .to-right {
    right: 0;
    position: absolute;
    top: 50%;
    right: 2.5%;
    transform: translateY(-50%);
    background-color: #161616;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    z-index: 1;
  }
  .to-left img, .to-right img {
    width: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  /*
  footer section
*/
  .footer-zone {
    width: calc(100% - 30px);
    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: 25px auto 50px;
    width: 70%;
  }
  .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;
  }
  .f-contact {
    bottom: 17px;
  }
  .email,
  .icons,
  .copy-right {
    font-size: 16px;
  }
  .line-two {
    width: 100%;
  }
  .select-position {
    direction: ltr;
    margin-bottom: 0;
    width: 100%;
  }
  .language {
    padding: 6px 10px;
  }
  .brandTitle {
    line-height: 40px;
    width: 100%;
    font-size: 25px;
    margin: -200px 0 240px;
}
.manhajiyatona {
  color: rgb(213, 216, 60);
  margin: -222px auto 89px;
  font-size: 24px;
}
.brandSectionDesc, .brandSectionDescTwo {
  font-size: 16px;
  line-height: 31px;
  margin-top: -45px;
}

.brandSectionDescTwo{
  margin-top: -16px;
}
.marahilDesc {
  font-size: 16px;
  line-height: 27px;
}
.khadamat {
  margin: -217px auto;
  font-size: 24px;
}
.lastProject {
  font-size: 20px;
  margin: -240px 0 200px;
}
.lastProject {
  font-size: 20px;
  margin: -240px 0 250px;
  line-height: 40px;
}
.manhajiyaArab {
  left: 115px;
}
  /*
  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 {
  background-color: transparent;
  width: 12px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.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 {
  background-color: transparent;
  width: 12px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

}
.button-center {
  width: 60%;
  margin: 0 auto;
  padding: 0;
}
.all-projects {
  font-size: 16px;
  padding: 12px;
  width: 100%;
  margin: 30px 0 35px;
}
}

@media (max-width: 370px) {
  .brand-grid {
    width: 280px;
  }
  .visual-zone .description-grid {
    margin-bottom: -290px;
  }
  .voice-zone .description-grid {
    margin-bottom: -233px;
  }
  .guide-zone .description-grid {
    margin-bottom: -252px;
  }
  tr.active td div {
    padding: 15px 20px 30px 5px;
  }
  tr.active td .div-seven {
    padding: 15px 20px 145px 5px;
  }
  tr.active td .div-five {
    padding: 15px 20px 185px 5px;
  }
  tr.active td .div-six {
    padding: 15px 20px 125px 5px;
  }

  tr.active td .div-three {
    padding: 15px 20px 140px 5px;
  }
  .name-img {
    margin-right: 40px;
  }
}

@media (max-width: 340px) {
  .brand-grid {
    width: 250px;
  }
  .descovery-zone .description-grid {
    margin-bottom: -157px;
  }
  .research-zone .description-grid {
    margin-bottom: -157px;
  }
  .breif-zone .description-grid {
    margin-bottom: -271px;
  }
  .visual-zone .description-grid {
    margin-bottom: -328px;
  }
  .voice-zone .description-grid {
    margin-bottom: -252px;
  }
  .guide-zone .description-grid {
    margin-bottom: -309px;
  }
  tr.active td div {
    padding: 15px 20px 40px 5px;
  }
  tr.active td .div-seven {
    padding: 15px 20px 200px 5px;
  }
  tr.active td .div-five {
    padding: 15px 20px 220px 5px;
  }
  tr.active td .div-six {
    padding: 15px 20px 135px 5px;
  }

  tr.active td .div-three {
    padding: 15px 20px 175px 5px;
  }
  .service-four {
    top: 2px
  }
}

@keyframes flyMovePc {
  0% {
    right: 900px;
    top: 200%;
  }
  100% {
    right: -360px;
    top: 3%;
  }
}

@keyframes flyMovePcArab {
  0% {
    right: -500px;
    top: 200%;
  }
  100% {
    right: 410px;
    top: 13%;
  }
}

@keyframes headerOpacity {
  0% {
    color: #161616;
  }
  100% {
    color: white;
  }
}
@keyframes headerOpacityBranding {
  0% {
    color: #161616;
  }
  100% {
    color: #d5d83c;
  }
}

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

@keyframes flyMoveTablet {
  0% {
    right: 900px;
    top: 200%;
    width: 420px;
  }
  100% {
    right: -250px;
    width: 420px;
    top: 5%;
  }
}

@keyframes flyMoveTabletArab {
  0% {
    right: -900px;
    top: 200%;
    width: 420px;
  }
  100% {
    right: 290px;
    width: 420px;
    top: 5%;
  }
}


@keyframes flyMoveIpad {
  0% {
    right: 900px;
    top: 200%;
  }
  100% {
    top: 3%;
    right: -175 px;
  }
}

@keyframes flyMoveIpadArab {
  0% {
    right: -700px;
    top: 200%;
  }
  100% {
    top: 0%;
    right: 205px;
  }
}

@keyframes flyMoveMobile {
  0% {
    right: 600px;
    bottom: 0px;
  }
  100% {
    right: 0px;
    bottom: 364px;
  }
}

@keyframes flyMoveMobileArab {
  0% {
    right: -600px;
    bottom: 0px;
  }
  100% {
    right: 0px;
    bottom: 364px;
  }
}

@keyframes serviceIconMove {
  0% {
    top: 1px;
  }
  50% {
    top: 0;
  }
  100% {
    bottom: 1px;
  }
}
@keyframes anim {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
