*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  box-sizing: border-box;
  font-family: "TitilliumWeb"; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none; }

a {
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }

.container {
  width: 100%;
  background-color: #000;
  position: relative;
  z-index: -2; }

.wrapper {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 2rem;
  overflow: hidden; }

.heading-primary {
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3rem; }

.heading-secondary {
  font-size: 2.2rem; }

.heading-regular {
  font-size: 1.4rem; }

.flex {
  display: flex; }

.flex-colmun {
  flex-direction: column; }

.flex-space-between {
  justify-content: space-between; }

.flex-align-center {
  align-items: center; }

.white-bg {
  background-color: #fff; }

.blue-text {
  color: #1c90c5; }

#landing {
  position: relative;
  z-index: -3; }
  #landing .section {
    position: relative;
    padding: 2.5rem 0rem; }
    #landing .section__title {
      font-size: 5rem;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 3rem; }
      #landing .section__title--blue-underline::after {
        content: "";
        width: 11rem;
        height: 1rem;
        background-size: cover;
        display: block;
        margin: 0 auto;
        z-index: 999;
        position: relative;
        background-image: url(../assets/images/underline-blue.png); }
      #landing .section__title--black-underline::after {
        content: "";
        width: 11rem;
        height: 1rem;
        background-size: cover;
        display: block;
        margin: 0 auto;
        z-index: 999;
        position: relative;
        background-image: url(../assets/images/underline-black.png); }
      #landing .section__title--blue-box {
        display: inline-block;
        background-color: #1c90c5;
        padding: 0.5rem 2rem;
        border-radius: 1rem;
        position: relative; }
        #landing .section__title--blue-box:after {
          content: "";
          border-radius: 1rem;
          border: 3px solid #fff;
          position: absolute;
          top: 0;
          right: -1rem;
          width: 100%;
          height: 100%;
          z-index: -1; }
    #landing .section__content {
      position: relative; }
    #landing .section__icon {
      background-size: cover;
      position: absolute;
      transition: all 0.3s ease; }
      #landing .section__icon--smart {
        left: 10rem;
        top: 6rem;
        width: 9.2rem;
        height: 9.1rem;
        background-image: url(../assets/images/smart.png); }
      #landing .section__icon--tools {
        right: 10rem;
        bottom: 2.5rem;
        width: 6.7rem;
        height: 9.9rem;
        background-image: url(../assets/images/tools.png); }
      #landing .section__icon--pen {
        left: 10rem;
        top: 5rem;
        width: 7rem;
        height: 8.4rem;
        background-image: url(../assets/images/pen.png); }
      #landing .section__icon--color-palette {
        right: 10rem;
        bottom: -10rem;
        width: 8rem;
        height: 7.7rem;
        background-image: url(../assets/images/color-palette.png); }
    #landing .section__image {
      background-size: cover;
      background-repeat: no-repeat; }
      #landing .section__image--services {
        background-image: url(../assets/images/services-img.png);
        position: absolute;
        top: -2.5rem;
        right: 0;
        width: 100%;
        height: 69rem;
        z-index: -2; }
      #landing .section__image--work-package {
        background-image: url(../assets/images/work-1.png);
        position: absolute;
        top: 45rem;
        right: 0;
        width: 100%;
        height: 138rem;
        z-index: -2;
        background-size: 100%; }
      #landing .section__image--work-chocodate {
        background-image: url(../assets/images/work-2.png);
        position: absolute;
        top: 230rem;
        left: 0;
        transform: scaleX(-1);
        width: 100%;
        height: 114rem;
        z-index: -2; }
      #landing .section__image--work-shinon {
        background-image: url(../assets/images/work-3.png);
        position: absolute;
        bottom: -41rem;
        left: 0;
        width: 100%;
        height: 90rem;
        z-index: -2; }
    #landing .section--skills {
      text-align: center; }
    #landing .section--services {
      text-align: center; }

@media screen and (max-width: 600px) {
  #landing .section__title {
    font-size: 3.2rem;
    color: #fff;
    font-weight: 700; }
  #landing .section__icon {
    background-size: cover;
    position: absolute; }
    #landing .section__icon--smart {
      left: 17rem;
      top: -10rem; }
    #landing .section__icon--tools {
      left: 5rem;
      right: auto; }
    #landing .section__icon--pen {
      left: auto;
      right: 5rem;
      z-index: -1; }
    #landing .section__icon--color-palette {
      right: 10rem; }
  #landing .section__image--work-package {
    top: 25rem;
    background-size: cover; }
  #landing .section__image--work-shinon {
    position: absolute;
    bottom: -41rem;
    left: 0;
    width: 100%;
    height: 90rem;
    z-index: -2; } }

.header {
  width: 100%;
  height: 70rem;
  display: flex;
  flex-direction: column; }
  .header__image {
    width: 100%;
    max-width: 100rem;
    height: 90rem;
    position: absolute;
    top: -25rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-image: url(../assets/images/header-image.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; }
  .header__title {
    position: absolute;
    left: 50%;
    top: 44rem;
    transform: translateX(-50%);
    font-size: 2.6rem;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center; }
  .header__logo {
    position: absolute;
    left: 50%;
    top: 19.3rem;
    transform: translateX(-50%);
    width: 29.3rem;
    height: 23.9rem;
    background-image: url(../assets/images/logo-dark.png);
    background-size: cover; }

@media screen and (max-width: 600px) {
  .header {
    height: 55rem; }
    .header__image {
      height: 70rem; }
    .header__title {
      top: 34rem; }
    .header__logo {
      top: 10.3rem; } }

.nav-bar {
  padding-top: 5rem;
  margin: 0 auto;
  width: 100%;
  max-width: 60rem; }
  .nav-bar__links {
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem; }
  .nav-bar__link-item {
    z-index: 99; }
    .nav-bar__link-item:not(:last-child) {
      margin-right: 4.5rem; }
  .nav-bar__link {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .nav-bar__link::before {
      z-index: -1;
      content: "";
      height: 4rem;
      width: 50%;
      background-color: #1c90c5;
      position: absolute;
      left: -6rem;
      transition: all 0.5s ease-in-out;
      opacity: 0; }
    .nav-bar__link::after {
      z-index: -1;
      content: "";
      opacity: 0;
      height: 4rem;
      width: 50%;
      background-color: #1c90c5;
      position: absolute;
      right: -6rem;
      transition: all 0.5s ease-in-out; }
    .nav-bar__link:hover::before {
      left: 0;
      opacity: 1; }
    .nav-bar__link:hover::after {
      right: 0;
      opacity: 1; }
  .nav-bar__underline {
    width: 100%;
    height: 1.1rem;
    background-size: cover;
    background-image: url(../assets/images/nav-line.png);
    position: relative;
    z-index: 999; }
  .nav-bar .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 2rem;
    z-index: 99999; }
    .nav-bar .mobile-menu__toggler {
      position: absolute;
      top: 2rem;
      right: 1rem;
      z-index: 999999;
      cursor: pointer;
      width: 5rem;
      height: 5rem;
      opacity: 0; }
    .nav-bar .mobile-menu__icon {
      position: absolute;
      top: 2rem;
      right: 1rem;
      z-index: 9999;
      width: 5rem;
      height: 5rem;
      padding: 1rem;
      border-radius: 5rem;
      background-color: rgba(28, 144, 197, 0.75);
      display: flex;
      align-items: center;
      justify-content: center; }
    .nav-bar .mobile-menu__line {
      position: relative;
      width: 100%;
      height: 2px;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s ease; }
      .nav-bar .mobile-menu__line::before {
        content: "";
        position: absolute;
        z-index: 9999;
        top: -1rem;
        width: 100%;
        height: 2px;
        background-color: inherit; }
      .nav-bar .mobile-menu__line::after {
        content: "";
        position: absolute;
        z-index: 9999;
        top: 1rem;
        width: 100%;
        height: 2px;
        background-color: inherit; }
    .nav-bar .mobile-menu__toggler:checked + .mobile-menu__icon > .mobile-menu__line {
      transform: rotate(135deg); }
    .nav-bar .mobile-menu__toggler:checked ~ .mobile-menu__list-wrapper {
      visibility: visible; }
    .nav-bar .mobile-menu__toggler:checked ~ .mobile-menu__list-wrapper > div {
      transform: scale(1);
      transition-duration: 0.75s; }
    .nav-bar .mobile-menu__toggler:checked ~ .mobile-menu__list-wrapper > div > div {
      opacity: 1;
      transition: opacity 0.4s ease; }
    .nav-bar .mobile-menu__toggler:checked:hover + .mobile-menu__icon > .mobile-menu__line {
      transform: rotate(225deg); }
    .nav-bar .mobile-menu__toggler:checked + .mobile-menu__icon > .mobile-menu__line::before,
    .nav-bar .mobile-menu__toggler:checked + .mobile-menu__icon > .mobile-menu__line::after {
      transform: rotate(90deg);
      top: 0; }
    .nav-bar .mobile-menu__list-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .nav-bar .mobile-menu__list-wrapper > div {
        background-color: #1c90c5;
        border-radius: 50%;
        width: 200vw;
        height: 200vw;
        display: flex;
        flex: none;
        align-items: center;
        justify-content: center;
        transform: scale(0);
        transition: all 0.4s ease; }
        .nav-bar .mobile-menu__list-wrapper > div > div {
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          max-width: 90vw;
          height: 100vh;
          opacity: 0;
          transition: opacity 0.4s ease; }
    .nav-bar .mobile-menu__list-item {
      color: #fff;
      font-size: 3rem; }
    .nav-bar .mobile-menu__link {
      color: inherit;
      transition: color 0.4s ease; }

@media screen and (max-width: 991px) {
  .nav-bar__links {
    display: none; }
  .nav-bar__underline {
    display: none; }
  .nav-bar .mobile-menu {
    display: block; } }

.about__text {
  font-size: 3.2rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  text-align: center; }

.about__circle {
  background-color: #1c90c5;
  width: 3rem;
  height: 3rem;
  border-radius: 10rem;
  margin: 2.5rem auto 6rem; }

@media screen and (max-width: 600px) {
  .about__text {
    font-size: 2.6rem;
    color: #fff;
    font-weight: normal; } }

@font-face {
  font-family: "TitilliumWeb";
  font-weight: 300;
  src: url("../assets/fonts/TitilliumWeb-Light.ttf"); }

@font-face {
  font-family: "TitilliumWeb";
  font-weight: normal;
  src: url("../assets/fonts/TitilliumWeb-Regular.ttf"); }

@font-face {
  font-family: "TitilliumWeb";
  font-weight: 600;
  src: url("../assets/fonts/TitilliumWeb-SemiBold.ttf"); }

@font-face {
  font-family: "TitilliumWeb";
  font-weight: 700;
  src: url("../assets/fonts/TitilliumWeb-Bold.ttf"); }

.skills {
  display: flex;
  justify-content: center;
  align-items: center; }
  .skills__list {
    width: 100%;
    max-width: 55rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .skills__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .skills__item:not(:last-child) {
      margin-bottom: 2rem; }
  .skills__title {
    text-align: left;
    font-size: 2.6rem;
    color: #fff;
    font-weight: normal; }
  .skills .bar {
    width: 100%;
    max-width: 32rem;
    position: relative;
    background-color: #fff;
    border-radius: 6.5rem;
    height: 1.3rem; }
    .skills .bar__filler {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #1c90c5;
      border-radius: 6.5rem;
      height: 1.3rem; }
      .skills .bar__filler--il {
        width: 98%; }
      .skills .bar__filler--ps {
        width: 98%; }
      .skills .bar__filler--in {
        width: 65%; }
      .skills .bar__filler--ae {
        width: 45%; }
      .skills .bar__filler--pr {
        width: 70%; }

@media screen and (max-width: 600px) {
  .skills__list {
    max-width: 100%;
    flex-direction: column; }
  .skills__item {
    font-size: 2.6rem;
    color: #fff;
    font-weight: normal;
    align-items: flex-start;
    flex-direction: column; }
    .skills__item:not(:last-child) {
      margin-bottom: 2rem; }
  .skills__title {
    margin-bottom: 1rem; }
  .skills .bar {
    max-width: 100%; } }

.services {
  display: flex;
  align-items: center;
  justify-content: center; }
  .services__list {
    margin-left: 15rem;
    margin-top: -10rem;
    width: 25%; }
  .services__item {
    font-size: 2.6rem;
    color: #fff;
    font-weight: normal;
    display: flex;
    align-items: center;
    text-align: left; }
    .services__item::before {
      content: "";
      width: 1rem;
      min-width: 1rem;
      height: 1rem;
      border-radius: 5rem;
      background-color: #000;
      margin-right: 1rem; }
  .services__image {
    width: 60%;
    max-width: 64rem;
    height: 58.8rem; }

@media screen and (max-width: 991px) {
  .services {
    flex-direction: column; }
    .services__list {
      margin-left: 0;
      margin-top: 3rem;
      width: 100%;
      order: 2; }
    .services__item {
      text-align: center;
      justify-content: center; }
      .services__item::before {
        background-color: transparent; }
    .services__image {
      width: 75%;
      height: 45rem; } }

@media screen and (max-width: 600px) {
  .services__image {
    width: 90%;
    height: 90%; } }

.work {
  text-align: center; }
  .work__title {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5rem;
    font-size: 3.5rem;
    font-weight: 600;
    color: #1c90c5;
    padding: 0.5rem 1.5rem;
    background-color: #fff;
    display: inline-block;
    border-radius: 1rem; }
    .work__title::after {
      content: "";
      position: absolute;
      top: 0;
      right: -1rem;
      width: 100%;
      height: 100%;
      border-radius: 1rem;
      z-index: -1; }
    .work__title--blue-border::after {
      background-color: #1c90c5; }
    .work__title--black-border::after {
      background-color: #000; }
    .work__title--sub {
      margin-bottom: 3.5rem; }
  .work .logos {
    width: 100%;
    margin-bottom: 5rem; }
    .work .logos__boxes {
      display: flex;
      align-items: center;
      justify-content: center; }
      .work .logos__boxes:not(:last-child) {
        margin-bottom: 4rem; }
    .work .logos__box {
      width: 24%;
      max-width: 20rem;
      height: 20rem;
      background-color: #fff;
      border-radius: 1rem;
      padding: 1rem;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .work .logos__box:not(:last-child) {
        margin-right: 4rem; }
      .work .logos__box::after {
        content: "";
        position: absolute;
        top: 0;
        right: -1rem;
        border-radius: 1rem;
        width: 100%;
        height: 100%;
        border: 3px solid #1c90c5;
        z-index: -1; }
    .work .logos__image {
      background-size: cover; }
      .work .logos__image--oil-heart {
        width: 11.2rem;
        height: 16.8rem;
        background-image: url(../assets/images/oil-heart-logo.png); }
      .work .logos__image--bouillon {
        width: 17.8rem;
        height: 8.1rem;
        background-image: url(../assets/images/bouillon.png); }
      .work .logos__image--baghdad {
        width: 16rem;
        height: 13rem;
        background-image: url(../assets/images/baghdad.png); }
      .work .logos__image--toys-planet {
        width: 16.8rem;
        height: 13rem;
        background-image: url(../assets/images/toys-planet.png); }
      .work .logos__image--alqarya {
        width: 11.2rem;
        height: 16.8rem;
        background-image: url(../assets/images/alqarya.png); }
      .work .logos__image--testers {
        width: 9.6rem;
        height: 18rem;
        background-image: url(../assets/images/testers-perfume.png); }
  .work .package {
    width: 100%;
    margin-bottom: 5rem; }
    .work .package__boxes {
      display: flex;
      align-items: center;
      justify-content: center; }
    .work .package__box {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .work .package__box:not(:last-child) {
        margin-right: 4rem; }
    .work .package__image {
      background-size: cover; }
      .work .package__image--oil-bottle {
        width: 8.1rem;
        height: 29rem;
        background-image: url(../assets/images/oil-heart-bottle.png); }
      .work .package__image--oil-package {
        width: 28.9rem;
        height: 30.5rem;
        background-image: url(../assets/images/oil-heart-package.png); }
      .work .package__image--tarboush {
        width: 33.5rem;
        height: 28.2rem;
        background-image: url(../assets/images/tarboush.png); }
  .work .social-media {
    width: 100%; }
    .work .social-media__boxes {
      display: flex;
      align-items: center;
      justify-content: center; }
      .work .social-media__boxes:not(:last-child) {
        margin-bottom: 5rem; }
      .work .social-media__boxes--snatch {
        flex-direction: column; }
    .work .social-media__box {
      width: 33.333%;
      max-width: 35rem;
      height: 35rem;
      padding: 0.8rem;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 3px solid #fff; }
      .work .social-media__box:not(:last-child) {
        margin-right: 4rem; }
      .work .social-media__box--snatch {
        width: 100%;
        max-width: 113rem; }
        .work .social-media__box--snatch:not(:last-child) {
          margin-bottom: 4rem;
          margin-right: 0; }
    .work .social-media__image {
      width: 100%;
      height: 100%; }

@media screen and (max-width: 991px) {
  .work .logos__boxes {
    flex-wrap: wrap; }
    .work .logos__boxes:not(:last-child) {
      margin-bottom: 0; }
  .work .logos__box {
    width: 45%;
    max-width: 48%;
    margin-bottom: 4rem; }
    .work .logos__box:not(:last-child) {
      margin-right: 0; }
    .work .logos__box:nth-child(odd) {
      margin-right: 4rem; }
  .work .social-media {
    width: 100%; }
    .work .social-media__boxes {
      flex-direction: column; }
      .work .social-media__boxes:not(:last-child) {
        margin-bottom: 5rem; }
      .work .social-media__boxes--snatch {
        flex-direction: column; }
    .work .social-media__box {
      width: 100%;
      max-width: 90%; }
      .work .social-media__box:not(:last-child) {
        margin-right: 0;
        margin-bottom: 4rem; }
      .work .social-media__box--snatch {
        width: 100%;
        max-width: 90%; } }

@media screen and (max-width: 800px) {
  .work .package {
    width: 100%; }
    .work .package__boxes {
      flex-direction: column; }
    .work .package__box:not(:last-child) {
      margin-right: 0;
      margin-bottom: 2.5rem; } }

@media screen and (max-width: 600px) {
  .work__title {
    font-size: 3.2rem;
    color: #1c90c5;
    font-weight: 700; }
    .work__title--black-border::after {
      background-color: #1c90c5; }
  .work .logos__box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.5rem; }
    .work .logos__box:nth-child(odd) {
      margin-right: 0; }
  .work .social-media {
    width: 100%; }
    .work .social-media__boxes {
      flex-direction: column; }
      .work .social-media__boxes:not(:last-child) {
        margin-bottom: 4rem; }
    .work .social-media__box {
      max-width: 100%; }
      .work .social-media__box:not(:last-child) {
        margin-bottom: 2.5rem; }
      .work .social-media__box--snatch {
        max-width: 100%;
        height: 25rem; } }

.contact {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .contact__box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    color: #fff;
    font-weight: normal; }
    .contact__box:not(:last-child) {
      margin-bottom: 2rem; }
  .contact__icon {
    background-size: cover;
    width: 3.8rem;
    min-width: 3.8rem;
    height: 3.9rem;
    margin-right: 1.5rem; }
    .contact__icon--email {
      background-image: url(../assets/images/mail-icon.png); }
    .contact__icon--phone {
      background-image: url(../assets/images/phone-icon.png); }

@media screen and (max-width: 600px) {
  .contact__box {
    font-size: 1.8rem;
    color: #fff;
    font-weight: normal;
    flex-direction: column; }
  .contact__icon {
    margin-bottom: 1.5;
    margin-right: 0; } }

.footer {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .footer__social {
    display: flex;
    align-items: center;
    margin-bottom: 2rem; }
  .footer__icon {
    background-size: cover; }
    .footer__icon--fb {
      width: 1.2rem;
      height: 3rem;
      background-image: url(../assets/images/fb-icon.png); }
    .footer__icon--behance {
      width: 4.6rem;
      height: 2.9rem;
      background-image: url(../assets/images/behance-icon.png); }
  .footer__rights {
    font-size: 1.8rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 1rem; }
  .footer__link {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-decoration: underline; }
  .footer__divider {
    width: 0.4rem;
    height: 2.9rem;
    margin: 0 1.5rem;
    background-color: #000; }
