:root{
    --bg-color:#f5f5f5;

    --main-color:rgb(0, 120, 255);

    --shadow: 0 5px 10px -6px gray ;

}





body , html{
    scroll-behavior: smooth;
    scroll-padding: 70px;
    color: #4e4e4e;
}


ul{
    list-style: none;
}

h2{
    color: black;
}

.heading{
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 40px;
}

.heading h2{
    color: #1e1e1e;
    font-size: 48px;
    font-weight: 700;
}
.heading::before{
    content: "";
    position: absolute;
    height: 4px;
    width: 50px;
    background-color: var(--main-color);
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
}

.bg-img{
    /* linear-gradient(to left , rgba(0,0,0,.5)) , */
    background-image: linear-gradient( rgba(0,0,0,.5) , rgba(0,0,0,.5)) ,  url(../images/hero-bg.jpg)  ;
    background-size: 100% 100%;
}

.nav-bg{
    background-color: rgba(0, 0, 0, .9);
}
.padding-block{
    padding-block: 70px;
}


nav{
    z-index: 9999999999;
    position: fixed;
}



.logo{
    color: aliceblue;
    font-weight: 700;
    font-size: 28px ;
}

.nav-item a{
    color: aliceblue ;
    font-weight: 600;    
    position: relative;
    overflow: hidden;
}



.nav-item a:not(.logo):hover{
    color: var(--main-color);
}




.content h1{
    font-size: 48px;
}
.content p{
    font-size: 24px;
}
nav .bar i{
    font-size: 25px;
}



.About{
    background-color: var(--bg-color);
}

.About .shadow{
    box-shadow: 0  0  10px  gray
}

.About li{
    color: gray;

}

.About strong{
    font-weight: 600;
    color: #1e1e1e;
    font-size: 1.1rem;
}

.About .rate{
    height: 12px;
    background-color: #cde1f8;
}

.text h3{
    position: relative;
    font-size: 32px;
    width: fit-content;
}

.text h3::before{
    content: "";
    position: absolute;
    background-color: var(--main-color);
    height: 3.5px;
    width: 110px;
    bottom: 0;
}

.text p{
    font-size: 1.25rem;
    font-weight: 300;
}


.service{
    background-color: var(--bg-color);
    padding-bottom: 70px;
}

.service .card{
    border: none;
    box-shadow: 0 5px 6px -5px gray ;
}

.service .card h2{
    font-size: 28px;
}

.service i{
    margin: auto;
    width: 120px;
    height: 120px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid var(--main-color); 
    border-radius: 50%;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}

.service .card:hover i{
    background-color: var(--main-color);
    border-color: #cde1f8;
    color: aliceblue;
}   

.service .card p{
    line-height: 1.7;
    color: gray;
}


.task{
    
    /* linear-gradient(to left , rgb(0, 120, 255 , .5)) , */
    background-image: linear-gradient( rgb(0, 120, 255 , .7),rgb(0, 120, 255 , .7)) , url(../images/counters-bg.jpg) ;
    background-size: 100% 100%;
    padding-block: 120px;
}

.task i{
    font-size: 26px;
    width: 80px;
    height: 80px;
    border: 10px solid #cde1f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.task h3{
    font-size: 32px;
    margin-block: 10px;
}

.work{
    background-color: var(--bg-color);
}

.work .card{
    
    box-shadow: var(--shadow) ;
}
.work .image{
    overflow: hidden;
    cursor: pointer;
}
.work img{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.work .card p{
    font-size: 12.8px;
}

.work .card p span{
    color: var(--main-color);
}

.work .card:hover img{
    transform:scale(1.5) ;
    -webkit-transform:scale(1.5) ;
    -moz-transform:scale(1.5) ;
    -ms-transform:scale(1.5) ;
    -o-transform:scale(1.5) ;
}

.work .card a{
    --circle-px:40px;
    text-decoration: none;
    width: var(--circle-px);
    height: var(--circle-px);
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.user{
    /* linear-gradient(to left , rgb(0, 120, 255 , .7)) ,  */
    background-image: linear-gradient(to left , rgb(0, 120, 255 , .7) , rgb(0, 120, 255 , .7)) , url(../images/overlay-bg.jpg) ;
    background-size: 100% 100%;
    padding-block: 100px;
}

.user h3{
    margin-block: 15px;
    font-size: 32px;
}

.user p{
    font-size: 1.25rem;
    font-weight: 300;
}
.user button{
    --circle-px:13px;
    width: var(--circle-px) !important;
    height: var(--circle-px) !important;
}

.blog{
    background-color: var(--bg-color);
}

.blog .card{
    box-shadow: var(--shadow);

}

.blog .card .card-body a{
    display: inline-block;
    text-decoration: none;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;

    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}

.blog .card .card-footer img{
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.blog .card .card-footer a{
    text-decoration: none;
    color: #1e1e1e;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}

.blog .card a:hover{
    color: var(--main-color);
}

.blog .image p{
    background-color: var(--main-color);
    font-size: 13px;
    font-weight: 500;
    transform: translate(-50% , 50%) !important;
    -webkit-transform: translate(-50% , 50%) !important;
    -moz-transform: translate(-50% , 50%) !important;
    -ms-transform: translate(-50% , 50%) !important;
    -o-transform: translate(-50% , 50%) !important;
}



.contact{
    /* linear-gradient(to left , rgb(0, 120, 255 , .7)) ,  */
    background-image: linear-gradient(to left , rgb(0, 120, 255 , .7) , rgb(0, 120, 255 , .7)) , url(../images/overlay-bg.jpg) ;
    background-size: 100% 100%;
    box-shadow: 0px 3px 10px -5px black  ;
    position: relative;
}

.contact form button{
    font-size: 20px;
    border: 0px solid #cde1f8 !important;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}

.contact form button:hover{
    border: 5px solid #cde1f8 !important;
    
}

.contact .contact-info i{
    color: var(--main-color);
    font-size: 18px;
    padding-right: 10px;
    margin-bottom: 15px;
}


.contact .social i{
    color: black;
    font-size: 22px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3.5px solid var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.contact .social a{
    text-decoration: none;
    
}

.contact .social a:hover i{
    background-color: var(--main-color);
    color: aliceblue;
    border-color: #cde1f8;
}




footer{
    padding-block: 30px;
    background-color: #0062d3;
    color: aliceblue;
}

footer a{
    text-decoration: none;
    color: aliceblue;
}







@media (min-width: 576px) { }

@media (min-width: 768px) {
    
    .service .card h2{
        font-size: 21px;
    }
    
    .work h5{
        font-size: 15px;
    }


}

@media (min-width: 992px) { 
    .nav-item a:not(.logo):hover{
        color: aliceblue;
    }

    .nav-item a:not(.logo)::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: aliceblue;
        height: 2px;
        width: 100%;
        transform: translateX(-105%);
        -webkit-transform: translateX(-105%);
        -moz-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
        -o-transform: translateX(-105%);
        transition: all .25s;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
    }

    .nav-item a:not(.logo):hover::before{
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    .service .card h2{
        font-size: 28px;
    }

    .work h5{
        font-size: 20px;
    }

    .blog .card .card-body a{
        font-size: 16px;
    }
}

@media (min-width: 1200px) { 
    .blog .card .card-body a{
        font-size: 20px;
    }
}

@media (min-width: 1400px) { }