.banner-container{
    background: #CBCACC;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/img/favicon/sultan.png);
    filter: blur(100%);
    -webkit-filter: blur(100%);
    background-attachment: fixed;
}
.banner-color{
    background-color: #50505029;
}
.navbar-container{
    background: rgb(19, 19, 19);
}
.about-container{
    background-color: #027678;
}
.education.container{
    background-color: #E0DFE1;
}
.circle{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #f89088;
    margin: auto;
    justify-items: center;
    
} 
.project-container{
    background-color:#3e3ebc;
}
.image{
    width: 100%;
    height: 80px;
}
.portfolio-container{
    background-color: antiquewhite;
}
.form-container{
    background-color: #474C5E;
}
.inner-form{
    background-color: #2F333F;
}
.form-padding{
    padding: 30px;
}
.footer{
    background-color: #3eb1e6;
}

.circle-f{
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    color: rgb(99, 99, 226);
    text-align: center;
    justify-items: center;
    margin: auto;
    font-size: 30px;
    text-decoration: none;
}
.circle-f:hover{
    
    background-color: rgb(0, 0, 0);
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.f-icon{
    color: #01BBBD;
}
.f-icon:hover{
    color: #ffffff;
}
.gr{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 255, 238, 0.308), transparent);
    z-index: 1;
}
.cv{
    background-color: #2f34350f;
    border-radius: 50px;
}




