body{
    background-color: #f5f5f5;
}
h1 ,h2 ,h3,h4,h5,p,span{
    font-family: 'Roboto', sans-serif;
}
header{
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    padding: 12px 0;
    color: #fff;
}

/* start nav */
nav a{
    color: #fff !important;
}
#drop-down1,#deep-down1{
    display: none;
    position: absolute;
    background-color: #fff;
    width: 200px;
    visibility: hidden;
}
#drop-li1,#deep-li{
    position: relative;
}

#drop-down1 a,#deep-down1 a{
    color: #837f7f !important;
}
#drop-li1:hover #drop-down1{
    display: block;
    visibility: visible ;
}
#deep-li:hover #deep-down1{
    display: block;
    visibility: visible ;
    float: left;
    top: 10px;
    left: -116%;
    box-shadow: 1px 1px 1px 1px #837f7f;
}
.nav >  li{
    margin: 10px;
    position: relative;
}
nav ul li a{
    
    color: #e7edf5;
    text-decoration: none;
}
nav ul li:after{
    content: "";
    width: 0;
    height: 1px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px; 
}
.active:after{
      width: 100%;
}
.nav li:hover:after{
    width: 100%;
    transition: width .3s ease-out;
}
.anime h4 {
    display: block;
    color: #fff;

}

.anime h4:after {
    content: "|";

}
#dev{
    width: 0;
}
#des,#dev {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: -4px
}
@keyframes  dev-anime {
    0% {
        width: 0px;
        
    }
    
    25% {
        width: 110px;
        
    }
    50%{
        width: 0px;
        
    }
    100%{
        width: 0px;
    }
}
@keyframes des-anime {
    0% {
        width: 0px;
        
    }
    
    25% {
        width: 100px;
        
    }
    50%{
        width: 0px;
        
    }
    100%{
        width: 0px;
    }
    
    
}

#des {

    animation-duration: 4s;
    animation-name: des-anime;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
#dev {

    animation-duration: 4s;
    animation-delay: 4s;
    animation-name: dev-anime;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.home{
    background-image: url(../imgs/hero-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
   
}

.overlay{
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
}
.h-content{
    color: #fff;

    font-weight: 600;
z-index: 2;
}

.h-content p{
    font-size: 3.5rem !important;
}
.h-content p{
    color: #fff;
    font-weight: 600;
}

.bar{
    background-color: rgb(149, 206, 233);
    height: 10px;
    margin-bottom: 1rem;
}
.status{ 
    height: 100%;
}
.htmls{
    width: 85%;
}
.css{
    width: 75%;
}
.php{
    width: 50%;
}
.javascript{
    width: 90%;
}
.line{
    width: 40px;
    border: 2px rgb(77, 136, 245) solid;
    margin: 0 auto;
}

.icon{
    margin: auto;
    height: 100px;
    width: 100px;
    font-size: 2rem;
    box-shadow: 0 0 0 10px #0078ff;
    transition: .3s ease-in ;
}
.card:hover .icon{
    background-color: #0078ff;
    box-shadow: 0 0 0 10px #b8cce4c4;
    color: #fff;
}

.records{
    background-image: url(../imgs/counters-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.records-overlay{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 120, 255,.7);
    color: white;
    padding: 100px 0;
}

.icon-record{
    margin: auto;
    height: 60px;
    width: 60px;
    font-size: 2rem;
    background-color: #0e4fdb;
    box-shadow: 0 0 0 8px #e7edf5;
    color: #fff;   
}

.port-card img{
    width: 100%;
    overflow-clip-margin: content-box;
    transition: 1s all ease;
}
.image{
    display: block;
    overflow: hidden;
}
.port-card {
   
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue";
font-size: 12.8px;
font-style: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-weight: 400;

}
.port-card .b-span{
    color: #0078ff;
}
.port-card i{
    font-size: 2.5rem;
    color: #0078ff;
}
.port-card:hover img{
    
    transform: scale(1.3);

}
.slider-section{
    background-image: url(../imgs/overlay-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
    color: white;
   
}
.slider-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 120, 255,.7);
    opacity: .9;
}

.carousel{
    align-items: center;
    padding: 120px 50px;
}
.carousel-indicators {

    position: relative;
    margin: 0 auto;

}
.carousel-indicators [data-bs-target] {

    border-radius: 50%; 
    width: 10px;
    height: 10px;
}


.blog-card
.title-box{
    width: fit-content;
    padding: 5px 10px;
    background-color: #0078ff;
    color: white;
    transform: translateY(-50%);
  
}
.face-photo img{
   width: 30px;
   height: 30px;
   border-radius: 50%; 
   display: inline-block;
}
.face-photo a{
    text-decoration: none;
    color: #534f4f;
}


.dev-footer{
    background-image: url(../imgs/overlay-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
    
}
.footer-overlay{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 120, 255,.7);
    opacity: .9;
}
.content,.cpyrit{
    position: relative;
}
.social{
    margin-right: 10px;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 2px #0078ff solid;
    border-radius: 50%;
    text-align: center;
}

.h-content{
    z-index: 1;
}
.up-arrow {
    padding: 3px 5px;
    right: 10px;
    bottom: 10px;
    color: white;
    background-color: #0078ff;
    position: relative;
}