
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Varela+Round&display=swap');
body{
    .varela-round-regular {
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
}

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.Header{
    background-color: rgba(0,0,0,0.4);
    position: fixed;
width: 100%;
z-index: 9999;
}

.container{
    width: 80%;
    margin: auto;

}
.Header .nav{
    width: 60%;
    float: left;
    list-style: none;
    text-align: right;
}

.Header .logo{
    width: 40%;
float: left;


}
.clear{
    clear: both;
}
.Header .logo img{
    width: 20%;
    margin-top: 15px;
     border-radius: 50%;
     
}
.Header .nav >li{
    display: inline-block;
    margin-top: 10px;

}
.Header .nav >li >a{
    display: block;
    color: white;
    font-size: 20px;
    padding: 10px 10px;
      text-decoration: none;
    
}
.Header .nav >li > a:after,
.Header .nav >li a.active:after{
    display: block;
    content: "";
    height: 3px;
    width: 0;
    background-color: #1695ff;
    transition: width 0.5s;

}
.Header .nav >li >a.active:after,
.Header .nav >li a:hover:after{
    width: 100%;
 
}
.home{
    background-image: url(images/background1.jpg);
    height: 100vh;
    position: relative;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;

}
.home-content{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50% ,-50%);
   /* /hero img technic */
}
.home .title{
    color: white;
    font-size: 3.5rem;
    text-transform: uppercase;
}
.home-des{
    line-height: 1.6;
    margin-top: 30px ;
    color: white;
    letter-spacing: 1px;
}
.home .btn{
    border: none;
    border-radius: 5px;
    padding: 15px 18px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
}
.home .btn-start{
    background-color: #fff;

    margin-right: 10px;
}
.home .btn-learn{
    background-color: #1695ff;
    color: #fff;
    
}
button{
    font-family: inherit;
}
.hover-opacity{
    transition: opacity 0.5s;
}
.hover-opacity:hover{
    opacity: 0.5;
}
.sec-header{
    text-align: center;

}
.sec-title{
    font-size: 35px;
margin-bottom: 10px;
text-transform: capitalize;
}
.sec-header .line{
    display: block;
    width: 60px;
    height: 3px;
    background-color: #1695ff;
    margin: 0 auto 70px auto;
}
.pd-y{
padding: 120px 0;
}
.abut-content{
    overflow: hidden;
}
.abut-item{
    width: 30%;
    float: left;
    text-align: center;
    border: 1px solid #fff;
    padding: 50px 20px;
}
.mg{
    margin: 0 5%;
}
.abut-item .icon{
    color: #1695ff;
    margin-bottom: 10px;
    font-size: 30px;
}
.about-item-title{
    text-transform: capitalize;
    margin-bottom: 10px;
}
.about-item-desc{
    line-height: 1.6;
    color: #999;
    margin-bottom: 10px;
}
.about-item-link{
    color: #1695ff;
    text-transform: capitalize;
}
.ltr-effect{
    position: relative;
}
.ltr-effect:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    width: 0;
    z-index: -1;
    transition: width 0.5s;
}
.ltr-effect:hover:after{
    width: 100%;

}
.abut-item:hover .about-item-title{
    color: #fff;
}
.portoflio{
    background-color: #f9f9f9;
}
.portoflio-content{
    overflow: hidden;
}
.portoflio-items{
    width: 30%;
    float: left;
    padding: 20px;
    position: relative;
}
.portoflio-items.mg{
    margin: 0 5%;
}
.portoflio-items img{
    width: 100%;
}
.portoflio-items .layer-content{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
}
.portoflio-items:hover .layer-content{
    opacity: 1;
}
.layer-content .layer-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.layer-content .category{
    color: #1695ff;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 25px;

}
.layer-content .layer-content-title{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.layer-content a i{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #1695ff;
    color: #fff;
    line-height: 40px;

}
.offer-content{
    overflow: hidden;
}
.offer-items{
    width: 30%;
    float: left;
    border: 1px solid #e8e8e8e8;
    margin-bottom: 20px;
    padding: 20px 30px 25px 70px;
    position: relative;
}
.offer-items .icon{
    position: absolute;
    top: 30px;
left: 15px;
color: #1695ff;

}
.offer-items .mg{
    margin: 0 5%;
}
.offer-items-title{
    text-transform: capitalize;
    margin: 15px;
    transition: color 0.5s;
}
.offer-items-desc{
    line-height: 1.6;
    color: #999;
    text-transform: capitalize;
}
.offer-items:hover .offer-items-title{
    color: white;
}
.service{
    background-color: #f9f9f9;
}
.service-item{
    float: left;
    width: 50%;
}
.service-item .section-Header{
    text-align: left;
}
.sec-header.line{
    
    color: #1695ff !important;
    margin: 0 0 40px 0 !important;
}
.service-item-desc{
    color: #999;
    line-height: 1.5;
    padding-right: 20px;
    font-size: 17px;
    margin-bottom: 20px;
}
.service-list{
    list-style: none;
    color: #999;

}
.service-list li i{
    border: 1px solid #1695ff;
    border-radius: 50%;
width: 30px;
height: 30px;
padding: 7px;
}
.service-list li{
    margin-bottom: 10px;
    
}
.service-item-img img{
width: 100%;
}
.service-bollets{
    list-style: none;
text-align: center;
}
.service-bollets li{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e8e8e8e8;
    border-radius: 50%;
}
.service-bollets li.active{
  
    background-color: #1695ff;
}
.service-bollets li:hover{
    background-color: #1695ff;
}
.static{
    position: relative;
    background-image: url(images/background2.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 300px;
}
.static-content{
    overflow: hidden;
    padding: 100px;
}
.s-item{
    float: left;
    width: 25%;
    text-align: center;
}
.s-item .icon{
    color: #1695ff;
    margin-bottom: 15px;
}
.s-item-title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.s-item-text{
    color: #fff;
}
.pricing-content{
    overflow: hidden;
}
.pricing-item{
    width: 30%;
    float: left;
    border: solid 1px #e8e8e8e8;
    text-align: center;
    padding: 40px 15px;
}
.pricing-item.mg{
    margin: 0 5%;
}
.pricing-item-text{
    color: #999;
    font-size: 20px;
    text-transform: uppercase;
    transform: color 0.5s;
}
.pricing-item-permonth{
    width: 130px;
    height: 130px;
    border: solid 2px #1695ff;
    border-radius: 50%;
    margin: 20px auto;
    padding: 20px 0;
    transform: color 0.5s;

}
.pricing-item-permonth .dollar{
    font-size: 50px;

}
.pricing-item-permonth .month{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.pricing-list{
    list-style: none;
}
.pricing-list li{
    color: #999;
    line-height: 1.8;
}
.pricing-item-purchase{
    background: none;
    border: 2px solid #1695ff;
    padding: 15px;
    display: block;
    width: 140px;
    margin: 15px auto 0 auto;
}
.tb-effect{
    position: relative;
}
.tb-effect:after{
position: absolute;
content: "";
top: 0;
bottom: 0;
right: 0;
left: 0;
height: 0;
opacity: 0;
background: black;
z-index: -1;
transition:height 0.5s ;
}
  .tb-effect:hover:after{
    height: 100%;
    opacity: 1;
  }
  .pricing-item:hover .pricing-item-permonth{
    color: white;
  }
  .pricing-item:hover .pricing-item-text{
    color: #1695ff;
  }
  .pricing-item:hover .pricing-item-purchase{
    color: #1695ff;
  }
  .testimonail{
    position: relative;
    background-image: url(images/background3\(1\).jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
  }
  .testimonail-content{
    overflow: hidden;
    margin: auto;
    padding: 120px 0;
  }
  .testimonail-item{
    width: 50%;
    float: left;
    color: #ffff;

  }
  .testimonail-item .testimonail-item-toplayr{
    position: relative;
    padding: 10px 2px 40px 100px;
  }
  .testimonail-item .testimonail-item-toplayr img{
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
  }
  .testimonail-item .testimonail-item-toplayr h3{
    margin: 5px 0;
  }
  .testimonail-item .testimonail-item-toplayr span{
    color: #1695ff;
  }
  .testimonail-desc{
    font-size: 18px;
    line-height: 1.5;
  }
