* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background: linear-gradient(45deg, #061b45, #5a0565);
    font-family: 'Poppins', sans-serif !important;
}

.body{
    padding: 10px !important;
}

/* navigation bar */
.navbar-inverse{
    background-color: rgb(0, 0, 0, 0.4) !important;
    border-color: none;
    font-size: 20px;
    font-weight: 500;
    /* height: 8vh !important; */
    padding: 10px !important;
}
.logo {
    width: 50px;
    height: 50px;
    margin-top: -20%;
}
.container-fluid{
    width: 80%;
    margin: auto;
}
.nav-link{
    color: #e1e1e1 !important;
}
.navbar-collapse ul li a::after {
    content: '';
    width: 0;
    height: 3px;
    background: #ff004f;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.5s;
}
.navbar-collapse ul li a:hover::after {
    width: 100%;
}

.navbar-collapse ul li a:hover {
    text-decoration: none !important;
    color: #fff !important;
} 
.navbar-header{
    background-color: none !important;
}
.navbar-nav{
    background-color: none !important;
}
@media only screen and (max-width: 770px){
    .navbar-collapse ul li a::after{
        display: none;
    }
}

#skills {
    width: 100%;
}

.pro{
    text-align: center;
}
.font{
    color: #00ff95;
    font-size: 30px;
}
.font i{
    background-color: black;
    padding: 15px;
    border-radius: 50%;
}
.number-container{
    color: #fff;
    font-size: 30px;
}
.caption{
    font-size: 20px;
}

.container {
    margin: 0;
    background-color: rgb(0, 0, 0, 0.4);
    border-radius: 10px;
}

.row {
    padding: 20px;
}

.col-md-6 h2 {
    color: #fff;
    font-size: 25px;
}

.col-md-6 {
    padding: 10px;
}

.progress-container {
    width: 100%;
}

.progress-bar-container {
    width: 100%;
    height: 12px;
    background-color: #696969;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    height: 100%;
    width: 0;
    /* background-color: #4CAF50; */
    border-radius: 5px;
    transition: width 1s linear;
}

.progress-percentage {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

#head {
    padding: 3.5px;
    color: #ababab !important;
}

.heading {
    color: #fff;
    font-weight: bold;
}

.hr-lines {
    position: relative;
    max-width: 400px;
    /* margin: 100px auto; */
    /* text-align: center; */
}
@media only screen and (max-width: 568px) {
    .hr-lines:after{
        display: none !important;
    }
    .contact-left{
        flex-basis: 100%;
    }
    .contact-right{
        flex-basis: 100%;
    }
    .copyright p{
        font-size: 12px;
    }
}

.hr-lines:after {
    content: " ";
    height: 2px;
    width: 130px;
    background: #ff004f;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}

.cert{
    width: 100%;
}
.certrap{
    width: 78%;
    margin: auto;
}
.cert-btn{
    display: inline-block;
    background: #ff004f;
    margin: 50px auto;
    width: fit-content;
    border: 1px solid #ff004f;
    padding: 14px 50px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
}
.cert-btn:hover{
    box-shadow: 0 0 1rem #ff004f;
    color: #262626;
    text-decoration: none;
}

.copyright{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background: #262626;
    font-weight: 300;
    margin-top: 15px;
}
.copyright p{
    font-size: 15px;
    color: #fff;
}
.copyright p i{
    color: #ff004f;
}

/* responsive */
@media only screen and (max-width: 430px) {
    .heading {
        font-size: 30px;
    }
}
@media only screen and (max-width: 310px) {
    .heading {
        font-size: 20px;
    }
}