:root{
    --KKPrimary: #191a19;
    --KKSecondary: #eee;
    --Basic: white;
    --Bon: rgba(157, 155, 155, 0.946);
}
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    
}
body{
    background-color: rgb(235, 221, 221);
    
}

.fist{
    
    color: #eff169;
}
.sec{
       
    color: #54d5ec;
}
.third{
    
    color: #47d642;
}
.border-bottom-warning {
    border-color: #eff169;
    
}
.border-top-warning {
    border-top:4px solid #f6c23e;      
}
.active{
    background-color:#47d642; ;
}
h1{
    color: #eff169;
    font-weight: bold;
}
.card-title{
    color: #54d5ec;

}

.second-pres{
    color:#54d5ec;
}
.card-header{
    font-weight: 700;
    font-size: 19px;
    color: #eff169;
}
label{
    color: #54d5ec;
    font-size: 15px;
    font-weight: bold;
}
.lead{
    font-size: 55px;
    font-weight: bold;
}
.carousel-item img{
   
    width: 100%;
    height: 100%;
} 
.carousel-caption{
    position: absolute;
    top:50%;
    transform: translateY(-50%);

}
.carousel-caption h1{
    font-size: 500%;
    text-transform:uppercase;
    text-shadow:1px 1px 15px #000;
}
.carousel-caption h3{
    font-size: 200%;
    font-weight: 500;
    text-shadow: 1px 1px  10px #000;
    padding-bottom:1rem;

}

@media (max-width: 768px){
    .carousel-caption{
       
        top:45%;
        
    
    }
    .carousel-caption h1{
        font-size: 350%;
    }
    .carousel-caption h3{
        font-size: 140%;
        font-weight: 400;
        padding-bottom:.2rem;
    
    }
    .carousel-caption .btn{
        font-size:90%;
        padding: 8px 14px;
    }
    .display-4{
        font-size: 200%;
    }
  
}

@media (max-width: 576px){
    .carousel-caption{
          top:40%;
          
    }
    .carousel-caption h1{
        font-size: 250%;
    }
    .carousel-caption h3{
        font-size: 110%;
         
    }
    .carousel-caption .btn{
        font-size:95%;
        padding: 4px 8px;
    }
    .carousel-indicators{
        display: none;
    }
}

.carousel-item{
     transition: -webkit-transform 0.5s ease ;
     transition: transform 0.5s ease;
     transition:  transform 0.5s ease, -webkit-transform 0.5s ease;
     -webkit-backface-visibility: visible;
     backface-visibility: visible;
}
.padding{
    padding-bottom: 2rem;
}
.welcome{
   /* width:75%; */
   margin: 0 auto;
   padding-top:2rem;
}
.welcome hr{
    border-top: 2px solid #b4b4b4;
    width:95%;
    margin-top:.3rem;
    margin-bottom:1rem ;
}
.btn-primary{
    background-color: #6648b1;
    border:  1px solid #563d7c;
}

.btn-primary:hover{
    background-color: #563d7c;
    border:  1px solid #563d7c;

}
.navb{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color:var(--KKPrimary) ;
    box-shadow: 0 .15rem 1.75rem 0 rgba(6, 26, 241, 0.364)!important;
    border-bottom-left-radius:7% ;
    border-bottom-right-radius:7% ;
    z-index: 4000;
}

.nav-links{
    display: flex;  
    justify-content: space-around;
    width: 50%;
    z-index: 4000;
    color: var(--Basic);
    font-family: roboto_bold;
    font-size: 17px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    
    
}
.nav-links li{
    list-style: none;

}

.nav-links a{
    color: var(--Basic);
    font-family: roboto_bold;
    text-decoration: none; 
    font-size: 12px;
}
.burger{
    display: none;
    cursor: pointer;
}
.burger div{

  width: 19px;
  height: 2px;
  margin: 4px;
  background-color:var(--Basic);
  transition: transform 0.3s ease-in;
}

@media screen and (max-width:1024px ){
    .nav-links{
        width: 65%;
    }
        
    .nav-links a{
        letter-spacing: 2px;

    }
}

@media screen and (max-width:768px ){
    body{
        overflow-x:hidden ;
    }
    .nav-links{
        width: 30%;
        position: absolute;
        right: 0%;
        height: 92vh;
        top:8vh;
        background-color: var(--KKPrimary);
        display: flex;
        flex-direction: column;       
        align-items: center;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0 .0rem 1.75rem 0 rgba(6, 25, 241, 0.15)!important;
   
   
    }
    .nav-links li{
        opacity: 0;
    }
    .burger{
        transition: transform 0.4s ease-in;
       
        display: block;
    }
        
   
}

.nav-active{
    transform: translateX(0%) ;
}

@keyframes navLinkIn {
    from{
        opacity: 0;
        transform: translateX(50px) ;

    }
    to{
        opacity: 1;
        transform: translateX(0px);

    }
}

.focus .line1{
    height: 3px;
    background-color:var(--Basic);
    transform: rotate(-45deg)  translate(-4px,3px);
}
.focus .line2{
    transition: transform 0.4s ease-in;
    opacity: 0;
  
}
.focus .line3{
    height: 3px;
    background-color:var(--Basic);
    transform: rotate(45deg)  translate(-6px,-5px);
}




  
  .our-team {
    padding: 30px 0 40px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
   box-shadow: 0 .0rem 1.75rem 0 rgba(6, 25, 241, 0.15)!important;
   
   
  }
  
  .our-team .picture {
    display: inline-block;
    height: 130px;
    width: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
  }
  
  .our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: var(--KKPrimary) ;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }

  .our-team:hover .picture::before {
    height: 100%;
  }
  .our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--KKPrimary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  .our-team .picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
  }
  
  .our-team:hover .picture img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
  }
  
  .our-team .title {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
  }
  
  .our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: var(--KKPrimary) ;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
  }
  
  .our-team:hover .social {
    bottom: 0;
  }
  
  .our-team .social li {
    display: inline-block;
  }
  
  .our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: white;
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  
  .our-team .social li a:hover {
    color: var(--KKPrimary) ;
    background-color: #f7f5ec;
  }
  