/* start variables */
:root{
    --main-color:#19c8fa;
    --transpernt-color:rgb(15 116 143 / 70%);
    --section-padding:100px;
    --skills-color:#777;
  }
  /* end variables */
  /* start global rules */
  *{
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      margin: 0;
    }
    html{
      scroll-behavior: smooth;
      /* background-color: black; */
    }
   
    body {
      font-family: "Work Sans", sans-serif;
      /* background-color: #000000; */
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
      }
      /* Small */
      @media (min-width: 768px) {
        .container {
          width: 750px;
        }
      }
      /* Medium */
      @media (min-width: 992px) {
        .container {
          width: 970px;
        }
      }
      /* Large */
      @media (min-width: 1200px) {
        .container {
          width: 1170px;
        }
      }
      ul{
        list-style: none;
      }
  /* star heder */

/* header{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 97px;
}
header .container::after{
    content: "";
    position: absolute;
    height: 1px;
    background: #a2a2a2;
    bottom: 0;
    width: calc(100% - 30px);
    left: 15px;
}
header .logo img{
height: 40px;
}
header nav{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header nav .toggle-menu{
color: white;
font-size: 22px;
}
@media(min-width: 768px) {
    header nav .toggle-menu{
      display: none;
      outline: none;
    }
  
  }
header nav ul{
display: flex;
}
@media (max-width: 767px){
    header nav ul{
      display: none;
    }
    }
header nav .toggle-menu:hover + ul{
display: flex;
flex-direction: column;
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: rgb(0 0 0 / 50%);
transition: 1s;
}
header nav ul li a{
padding: 15px !important;
}
header nav ul li a{
    padding: 40px 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}
header nav ul li a.active,
header nav ul li a:hover{
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
 header nav .form{
width: 40px;
height: 30px;
position: relative;
margin-left: 30px;
border-left: 1px solid white;
 }
 header nav .form i{
color: white;
position: absolute;
font-size: 20px; 
top: 50%;
transform: translateY(-50%);
right: 0;
 } */
  /* ?end header  */
  /* start  Landing */

/* .landing{
  min-height: 100vh;
  background-image: url("../images/landing.jpg");
  background-color: #1f2021;
  background-size: cover;
  position: relative;
}
.landing .overlay{
  position: absolute;
left:0 ;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 60%);

}
.landing .text{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50px);
  width: 50%;
  padding: 50px;
  background-color: var(--transpernt-color);
  color: white;
  display: flex;
  justify-content: flex-end;
}
.landing .text .content{
  max-width: 500px;
}
@media (max-width:767px){
  .landing .text{
    width: 100%;
  }
  .landing .text .content{
    max-width: 100%;
  }
}
.landing .text .content h2{
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}
.landing .text .content p{
  font-size: 14px;
  line-height: 2;
}
.landing .change-background{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ddd;
}
@media (max-width:767px){
  .landing .change-background{
    display: none;
  }
}
.landing .fa-angle-left{
  left: 0px;
  opacity: 0.9;
}
.landing .fa-angle-right{
right: 0;
}
.landing .bullets{
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 30px;
display: flex;
}
.landing .bullets li{
width: 20px;
height: 20px;
border: 1px solid var(--main-color);
border-radius: 50%;
margin-right: 10px;
}
.landing .bullets li.active{
  background-color: var(--main-color);
} */
  /* End Landing */
  /* header{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 97.09px;
  }
  header .container::after{
    content: "";
    content: "";
    position: absolute;
    height: 1px;
    background-color: #a2a2a2;
    bottom: -1px;
    width: calc(100% - 30px);
    left: 15px;
  }
  header .container a img{
    height: 40px;
  }
  header .container nav{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .container nav .toggle-menu{
    color: white;
    font-size: 22px;
    transition: 0.3s;
  }
  @media(min-width: 768px) {
    header nav .toggle-menu{
      display: none;
    }
  
  }
  header nav ul{
    display: flex;
  }
  header nav .toggle-menu:hover + ul{
    display: flex;
            flex-direction: column;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: rgb(0 0 0 / 50%);
            transition: 0.9s;

  }
  @media (max-width: 767px) {
    header nav ul {
        display: none;
    }
    header nav .toggle-menu{
      margin-right: 1px;
    }
    }
    header .container nav li a {
      padding: 15px !important;
    }
  header .container nav li a{
    padding: 40px 10px;
    font-size: 14px;
    display: block;
    color: white;
    text-decoration: none;
    transition: .03s
  }
  header nav ul li a.active,
header nav ul li a:hover{
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
  header .container nav .form{
    width: 40px;
    height: 30px;
    position: relative;
    margin-left:30px ;
    border-left: 1px solid white;
  }
  header .container nav .form i{
    color: white;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 0;
    font-size: 20px;
  }
  .landing{
background-image: url(../images/landing.jpg);
min-height: 100vh;
background-color: #1f2021;
background-size: cover;
position: relative;
  }
  .landing .overflay{
    position: absolute;
    left:0 ;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
  }
  .landing .text{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main-color);
    width: 50%;
    padding: 50px;
    background-color: var(--transpernt-color);
    color: white;
    display: flex;
    justify-content: flex-end;
  }
  .landing .text .content{
    max-width: 500px;
  }
  @media (max-width:767px){
    .landing .text{
      width: 100%;
    }
    .landing .text .content{
      max-width: 100%;
    }
  }
  .landing .text .contant h2 { 
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .landing .contant p{
    line-height: 2;
    font-size: 14px;
  }
  .landing .change-background{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
  }
  @media (max-width:767px){
    .landing .change-background{
      display: none;
    }
  }
  .landing .fa-angle-left{
    left: 0px;
    opacity: 0.9;
  }
  .landing .fa-angle-right{
  right: 0;
  }
  .landing ul{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    display: flex;
  }
  .landing ul li {
    border: 1px solid var(--main-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .landing ul .active{
background-color: var(--main-color);
margin: 0 10px;
  } */
  header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 97px;
  }
  header .container::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #a2a2a2;
    bottom: 0;
    width: calc(100% - 30px);
    left: 15px;
  }
  header .logo img {
    height: 40px;
  }
  header nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header nav .toggle-menu {
    color: white;
    font-size: 22px;
  }
  @media (min-width: 768px) {
    header nav .toggle-menu {
      display: none;
    }
  }
  header nav ul {
    display: flex;
  }
  @media (max-width: 767px) {
    header nav ul {
      display: none;
    }
    header .container nav .toggle-menu:hover{
      color: var(--main-color);
    }
    header nav .toggle-menu:hover + ul {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: rgb(0 0 0 / 50%);
    }
    header nav ul li a {
      padding: 15px !important;
    }
  }
  header nav ul li a {
    padding: 40px 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    position: relative;
    z-index: 2;
  }
  header nav ul li a.active,
  header nav ul li a:hover {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
  }
  header nav .form {
    width: 40px;
    height: 30px;
    position: relative;
    margin-left: 30px;
    border-left: 1px solid white;
  }
  header nav .form i {
    color: white;
    position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .landing {
    min-height: 100vh;
    background-color: #1f2021;
    background-image: url("../images/landing.jpg");
    background-size: cover;
    position: relative;
  }
  .landing .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
  }
  .landing  .text{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: white;
    width: 50%;
   background-color: var(--transpernt-color);
    padding: 50px;
    display: flex;
    justify-content: flex-end;
  }
  @media(max-width:767px){
    .landing  .text{
      width: 100%;
    }
  }
  .landing .text .contant {
    max-width: 500px;
}
.landing .text .contant h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}
.landing .text .contant p{
  line-height: 2;
}
.landing .change-background{
  color: rgb(221 221 221);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width:767px){
  .landing .change-background{
    display: none;
  }
}
.landing .fa-angle-left{
  position: absolute;
  left: 0;
}
.landing .fa-angle-right{
  position: absolute;
  right: 0;
}
.landing .bullets{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  display: flex;
}
.landing .bullets li{
  border: 1px solid var(--transpernt-color);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 9px;
}
.landing .bullets .active{
 background-color:var(--main-color);
}


/* اه9هخ */

.main-heading{
  text-align: center;
}
.main-heading h2{
font-weight: normal;
font-size: 40px;
position: relative;
margin-bottom: 70px;
text-transform: uppercase;
}
.main-heading h2::before{
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
height: 2px;
background-color: black;
bottom: -30px;
width: 120px;

}
.main-heading h2::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #333;
  bottom: -38px;
  background-color: white;
}
.main-heading p{
  width: 550px;
  margin: 0 auto 100px;
  max-width: 100%;
  line-height: 2;
  color: #777;
}
/* Start Services */

.services{
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
@media (min-width: 768px) {
  .services .services-container { 
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }
}
.services .srv-box{
display: flex;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.3s ease;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.srv-box:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .services .srv-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  }
.services .srv-box i{
  margin: 0 0 30px;
}
.services .srv-box h3{
margin-bottom: 30px;
color: var(--main-color);
margin-top: 15px;
}
.services .srv-box p{
line-height: 2;
color: #777;

}

/* End Services */
/* Start Design */

.services{
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
@media (min-width: 768px) {
  .services .services-container { 
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }
}
.services .srv-box{
display: flex;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.3s ease;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.srv-box:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .services .srv-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  }
.services .srv-box i{
  margin: 0 0 30px;
}
.services .srv-box h3{
margin-bottom: 30px;
color: var(--main-color);
margin-top: 15px;
}
.services .srv-box p{
line-height: 2;
color: #777;

}
/* End Services */

.design{
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  height: 600px;
  position: relative;
  background-image: url(../images/design-features.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.design::before{
  content: "";
  position: absolute;
left:0 ;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 60%);
}
.design .image,
.design .text{
  position: relative;
  z-index: 2;
  flex: 1;
}
.design .image{
  text-align: center;
}
@media(max-width:767px){
  .design .image{
    display: none;
  }
}
.design .image img{
  position: relative;
  bottom: -150px;
}
.design .text {
  color: white;
  padding: 50px;
  background-color: var(--transpernt-color);
}
.design .text h2{
  margin-bottom: 30px;
  text-transform: uppercase;
}
.design .text ul i{
  font-size: 16px;
}
.design .text ul li{
padding: 15px 0;
}
/* Start design */
/* 
.design{
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  height: 600px;
  position: relative;
  background-image: url(../images/design-features.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
overflow: hidden;
}
.design::before{
  content: "";
  position: absolute;
left:0 ;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 60%);
}
.design .image,
.design .text {
  position: relative;
  z-index: 2;
flex: 1;
}
.design .imeage{
  text-align: center;
}
@media (max-width:767px){
  .design .image{
    display: none;
  }
}
.design .image img{
  position: relative;
  bottom: -150px;

}

.design .text{
color: white;
padding: 50px;
background-color: var(--transpernt-color);
}
.design .text h2{
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.design .text ul li {
  padding: 15px 0;
}
.design .text ul li::before{
  font-family: 'Font Awesome 5 Free';
  content: '\f390';
  font-weight: 900px;
  margin-right: 20px;
  position: relative;
  top: 1px;
} */
/* end Design */