@font-face{
  font-family: 'tajawal';
  src: url('Tajawal-Medium.ttf') format('truetype');
}
@font-face{
  font-family: 'Tajawal-Bold';
  src: url('Tajawal-Bold.ttf') format('truetype');
}

/*------------------- COLORS --------------------*/
.color1{
  color: #2eb4a1;
}
.color2{
  color: #2f4959;
}
.color3{
  color: #fff; 
}
.bg-color1{
  background-color: #2eb4a1;
}
.bg-color4{
  background-color: #BBCAFF;
}
.bg-color2{
  background-color: #2f4959;
}
.bg-color3{
  background-color: #fff;
}
.right-align,.footco{
  text-align: right;
}

/*-----------------------------------------------*/
body{
  font-family: tajawal;
  font: #465360;
  font-size: 20px;
  background-color: #fff;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
/*-----------------------------------------------------------------------------------*/  
.l-a{
    text-decoration: none;
    color:  #fff;
    font-size: 45px;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
    color: #2eb4a1;
    transition: 0.5s;
  }
  .btn-container {
    display: inline-block;
    cursor: pointer;
    float: right;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #2eb4a08f;
    margin: 6px 0;
    transition: 0.4s;
  }
  .logo-img{
    width: 300px;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
  .active{
    color: #2eb4a1;
  }

/*-----------------------------------------------------------------------------------*/  

.graphic-bg, .motion-bg,.software-bg,.shabaka-bg{
  background-size: cover;
  background-position: center;
  padding: 50px 400px 40px 400px;
  color: #fff;
}
.h1-title{
  font-size: 65px;
}
.shabaka-bg{
  background-image: url("../img/shabaka-bg.svg");
}
.software-bg{
  background-image: url("../img/software.jpg");
}
.motion-bg{
  background-image: url("../img/video.jpg");
}
.graphic-bg{
  background-image: url("../img/graphic.jpg");
}


.nav-co{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 30px;
}
.menue{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #464646;
  color: #fff;
  padding: 100px 0px 0px 0px;
}

@media(max-width: 768px) {
  body {
      padding: 0;
  }
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .footco{
    text-align: center;
  }
  .right-align{
    text-align: center;
  }
  .nav-co{
    padding: 10px;
  }
  .logo-img{
    width: 200px;
  }
  .btn-container {
    margin-right: 50px;
  }
}