@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500&display=swap');




.navbar-collapse{
  background-color: #fff;
  position: relative;
  z-index: 10001;
}



.sec1.text{
  position: relative;
  z-index: 1000;
  height: 100%;

}


.sec1 h2{
  color: #fff;
  font-size: 50px !important;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: 600;
}

.sec1 p{

  font-size: 22px;

}


.slider-container{
  display: flex;
  align-items: flex-end;
}

.heading{
  font-size: 35px !important;
  font-weight: 600;
  font-family: 'Tajawal', sans-serif !important;
  color: #222;
}
.paragraph{
  font-size: 20px !important;
  font-weight: 400;
  font-family: 'Tajawal', sans-serif !important;
  color: #000;

}
.text-contain-2{
  color: #fff;
  z-index: 2;
  position: relative;
  ;
  
}
.text-contain{
  height: 100%;
  display: flex;
  justify-content: center;
 
  align-items: center
}

.nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;

}

.logo{
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.logo img{
  width: 200px;
  height: 100px;
  position: relative;
  object-fit: contain;
  
}






@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    justify-content: center;

}
}

nav{
    background-color: #fff;
    padding: 16px;
    height: 100px;
    
    
}


nav .nav-link{
    color: #000;
    font-size: 22px;
    font-family: 'Tajawal', sans-serif;
    font-weight: 500;

   
}
.navbar-nav{
    display: flex;
    justify-content: center;
    width: 100%;
}

.circle{
    position: absolute;
    height: 150px;
    width: 150px;
    background-color: #fff;
    border-radius: 10%;
    transform: translate(-50%);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:3px solid  ;
    text-align: center;
    border-image: 
    linear-gradient(
      to bottom, 
      #5796cd, 
      rgba(0, 0, 0, 0)
    ) 1 1;
    z-index: 2;
    

}



footer{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #142e5f;
}

footer .nav-footer{
    display: flex;
    justify-content: center;
}    

footer a {
    padding: 16px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}


footer a:hover{
    color: #fff;
}



.sec1{
    height: 100vh;
    width: 100%;
    background: url(../img/intership.jpg) center;
    background-size:cover ;
   
}

.sec1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

 .overlay{
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    z-index: 1;
    
}

.overlay2{
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    z-index: 1;
    top: 0;
    
}

.sec1 .content{
    position: relative;
    z-index: 5;
    top: -50%;
   
}


.sec1 .card{
    height: 220px !important;
    padding: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, .8);

   
   
}

.sec1 .card-container{
    height: 220px !important;
   
}



.sec1 .card p{
    font-size: 20px;
    color: #fff;
}

.sec1 .card h2{
    font-size: 30px;
    color: #fff;

}


.sec2{
    height: auto;
    margin-bottom: 40px;
    background-color: #f2f2f2;
    padding: 16px;
}




.sec2 .text p{
    font-size: 18px;
    padding: 16px;
}
.color{
  background-color: #f2f2f2 !important;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper {
    width: 100%;
    height: 450px;
    background-color: #f2f2f2 !important;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f2f2f2;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 90%;
    object-fit: cover;
  }
  .font{
    font-family: 'Tajawal', sans-serif !important;
  }
  
  .sec3{
    height: auto;
    margin-bottom: 40px;
  }
  .sec3 .card{
    
    height: 400px;
    width: 100%;
    background-size: cover;
    padding: 16px;
    display: flex;
    justify-content: center;
    
  }

  .sec3 .text{
    position: relative;
    z-index: 2;
    flex-direction: column;
    

  }

  .white{
    color: #fff;;
  }

  .sec3 .text p{
    font-size: 18px;
  }

  .sec3 .text h2{
    font-size: 28px;
    font-weight: 700;
  }

  .investment{
    background: url('../img/intership.jpg') center !important;
  }

  .eco{
    background: url('../img/about.jpg') center !important;
  }


  .startup{
    background: url('../img/CROWDFUNDING.jpg') center !important;
  }

/* start section 1 */
  .space{
    margin-top: 48px !important;
  }

  .sec4 {
    height: auto ;
    background-color: #f2f2f2;
    margin-bottom: 100px !important;
    
  }

  .sec4 .swiper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
  }

  .sec4 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex start;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: center;
    align-items: flex-start;
   
  }

  .sec4 .swiper-slide .imgbox {
    display: flex;
    width: 100%;
    height: 55%;
    padding: 10px;
    
   
  }
  .sec4 .swiper-slide p{
    font-size: 14px;
    margin-top: 10px !important;
  }

  .sec4 .swiper-slide img{
    height: 95% !important; 
    object-fit: cover;

  }


   

  .sec4 .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
  }
  .mb-5{
    margin-bottom: 30px;
  }


  .sec4 .card{
    height: 500px;
    width: 100%;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
  }


  .sec4 .card .imgbox{
    height: 50%;
    width: 100%;
    margin-bottom: 20px;
    transition: 2s ease-in-out;

  }

  .sec4 .card .imgbox img{
    width: 100%;
    height: 100%;
    
    object-fit: cover;
  
    
  }
  
  .sec4 .card h6{
    font-size: 19px;
    padding: 10px;
  }

  .sec4 .card p{
    padding: 10px;
  }
.sec4 .blog{
  display: flex;
  align-items: center;
}
 .slide{
  display: flex;
  align-items: center;
  
 }


 .sec5{
  background: url(../img/about.jpg) center ;
  background-size: cover;
  
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
 }

 .content-container{
  position: relative;
  z-index: 10;
 }


 .sec6{
  height: auto;
 }



 .center-logo{
  display: flex;
    align-items: center;
    justify-content: center;
 }


 .space{
  
  margin-bottom: 100px;
 }


 .sec7{
  background-color: #f2f2f2;
  padding: 32px;
 }


 .myPartner{
  height: 250px;
 }



 .events{
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .bootcambs{
  height: 550px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .sec8 .imgbox{
  height: 550px;
 }

 .sec8 .imgbox img{
  height: 100% !important;
  object-fit: cover;
  cursor: pointer;
 }


 .sec8 .text{
  position: absolute;
  bottom: -220px;
  background: rgba(0, 0, 0, 0.788);
  transition: .7s;
  padding: 10px;
  

  
  
 }



 .sec8 .events .swiper-slide:hover .text{
  bottom: 0px;
  
 }

 .dot{
  background:#5bc0de;
  width: 50px;
  height: 2px;
  margin-bottom: 5px;

 }

 
.line{
  display: flex;
  justify-content: space-between;
}
 


img {
  width: 100%;
  vertical-align: middle;

}

.blog-item img {
display: block;
}

.blog-item a {
  display: flex;
  padding: 50px;
  overflow: hidden;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  border-radius: 6px;
  margin-bottom: 50px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-item a:hover {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-item .icon {
  width: 35%;
  object-fit: cover;
  margin-right: 50px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4);
}

.blog-item .content {
  width: 100%;
}

.blog-item .content .title {
  font-size: 30px;
  text-transform: capitalize;
  color: #25aae1;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}



.blog-item .content .title .blog-date {
  font-size: 15px;
  margin-left: 20px;
  color: #333;
  font-family: 'Lato', sans-serif;
}

.blog-item .content .title .blog-date:before {
  content: '/';
  color: #2bb673;
  font-size: 25px;
  top: auto;
  position: relative;
  margin-right: 10px;
}

.blog-item .content .rounded {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-item .item-arrow {
  height: 20px;
  width: 15%;
  position: relative;
  text-align: center;
  font-size: 35px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-item a:hover > .item-arrow {
  /*padding-left: 40px;*/
  color: #25aae1;
  left: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.rounded {
  width: 70px;
  height: 5px;
  border-radius: 6px;
  background-image: linear-gradient(to right, #25aae1, #40e495);
  /* background: #2bb769; */
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px){

  .blog-item .content {
      width: 100%;
      margin-top: 35px;
  }

  .blog-item .content .title {
      font-size: 18px;
  }

  .blog-item .item-arrow {
      margin: auto;
  }

  .blog-item .icon {
      width: 100%;
  }

  .blog-item .icon img {
      width: 100%;
      height: 150px;
      object-fit: cover;
  }

  .blog-item {
      width: 92%;
      margin: auto;
  }

  .blog-item a {
      display: block;
      padding: 30px;
  }

}



@media screen and (max-width: 576px){
.sec1 .text h2{
  font-size: 30px !important;
}

.sec1 .text p{
  font-size: 16px;
}

.sec1 .text a{
  font-size: 16px;
}


.sec3 .card{
  margin-bottom: 25px;
}

.sec4 .swiper-slide{
  height: auto;
  margin: 40px;
}
.sec4 a{
  font-size: 16px;
  width: 50%;
}

}


@media screen and (max-width: 992px){
  
  
  
  .sec3 .card{
    margin-bottom: 25px;
  }
  
  .sec4 .swiper-slide{
    height: auto;
    margin: 40px;
  }
  
  }

  @media (min-width: 1400px) and (max-width: 3000px){

    .sec5{
    padding: 36px;
      
      
    }
  }

  .bold{
    font-weight: 700;
  }