@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-color2{
  background-color: #2f4959;
}
.bg-color3{
  background-color: #fff;
}
.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;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
  .active{
    color: #2eb4a1;
  }
  .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;
  }
  .logo-img{
    width: 300px;
  }
.btn2, .btn1{
  padding: 15px 60px;
  font-size: 23px;
  font-family: Tajawal-Bold;
  border: none;
  transition: 0.5s ease;
}
.btn1{
  color: #2f4959;
}
.btn2{
  background-color: #2eb4a1;
  color: #fff;
}
.btn3:hover, .btn2:hover, .btn1:hover{
  background-color: #2f4959;
  color: #fff;
}

.scale{
  transition: 0.5s ease;
}
.scale:hover{
  transform: scale(1.1);
}
.z-padding{
  padding: 0px;
}
.q-padding{
  padding: 100px 300px 100px 300px;
}
.q-padding2{
  padding: 100px 200px 100px 200px;
}
.right-align{
  text-align: right;
}
.left-side{
  text-align: left;
}
.title{
  font-size: 60px;
  margin: 0px;
}
.radios-img{
  border-radius: 70px 70px 0px 70px;
}

.shabaka-bg{
  background-image: url("../img/shabaka-bg.svg");
  background-size: cover;
  background-position: center;
  padding: 50px 200px 50px 200px;
  color: #fff;
}

.box {
  position: relative;
  display: block;
  width: 100%;
  height: 40vh;
  color: #a8aabc;
  overflow: hidden;
  padding: 0px;
  
  .show {
    position: relative;
    height: 200px;
  }
  
  .hide {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 28px;
    color: #ffffff;
    text-align: right;
    background-color: #2f4959;
    transform: translateY(100%);
    transition: transform .5s;
  }
  
  &:hover {
    .hide {
      transform: translateY(0);
    }
  }
}
.pro-img{
  width: 100%;
  height: 40vh;
  object-fit: cover;
}


/* ---------------------------------------------------------------particleground demo -----------------------------------------------------*/

#particles {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  color: #ffffff50;
  background: #2eb4a1;
  background: linear-gradient(90deg, #2eb4a1 0%, #188070 100%);
}
.intro {
  width: 95%;
  height: 100%;
  color: #fff;
  text-align: center;
}
/* ---------------------------------------------------------------particleground demo -----------------------------------------------------*/
@media screen and (min-width: 300px) and (max-width: 600px) {
  .footco{
    text-align: center;
  }
  .shabaka-bg{
    padding: 20px;
  }
  .right-align{
    text-align: center;
  }
  .nav-co{
    padding: 10px;
  }
  .logo-img{
    width: 200px;
  }
  .btn-container {
    margin-right: 100px;
  }
  .radios-img{
    margin: 20px;
  }
}
