body {
    background-color: #000;
}
.profile {
    width: 365px;
    height: 750px;
    margin: center;
    color: #fff;
    background-color: #040b14;;
    position: fixed;
}
.profile img{
    margin-left: 70px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 50px;
    transition: all 0.5s ease-out;
}
.profile a:hover img{
    box-shadow: 230px 230px inset;
    border-radius: 50%;
    border : 1px solid;
    color: #fff;
    transform: scale(1.1,1.1)
}
.profile h3{
    padding-top :10px;
    margin-left: 110px;
}
.profile ul {
    list-style-type: none;
    float: left;
    color: #a8a9b4;;
}
.profile ul li {
    margin-bottom: 15px;
    padding: 5px;
}
.profile ul li a i {
    transition: all 0.5s ease-out;
}
.profile ul li a{
    text-decoration: none;
    color: #a8a9b4;
    font-size: 18px;
    transition: all 0.5s ease-out;
}
.profile ul li a:hover {
    color: #fff;
}
.profile ul li a:hover i{
    color: #18D8EF;
}
.profile .icons1 {
    padding-left: 70px;
    margin-bottom: 20px;
}
.profile .icons1 a i{
    padding: 10px;
    font-size: 25px;
    color: #fff;
    transition: all 0.5s ease-out;
}
.profile .icons1 a:hover i{
    color: #18D8EF;
}
.garchig {
    text-align: center;
    margin-top :40px;
}
.garchig h3{
    font-size: 45px;
    color: #fff;
}
.zuraas {
    border-bottom: 3px solid #18D8EF;
    width: 70px;
    margin-left: 500px;
    padding-top: 0px;
}
.text2 {
    color: #fff;
    margin-top: 30px;
    padding-left: 40px;
    text-align: center;
}
.challtext{
    margin-left: 80px;
    margin-top: 110px;
}
.challtext p{
    font-size :15px;
    color: #fff;

}
.chall {
    margin-top: 20px; 
    width: 400px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.chall h3{
    color: #000;
    font-size: 25px;
    color :#fff;
    padding-top: 100px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.chall img{
    width: 400px;
    height: 250px;
    object-fit: cover;
    border-radius: 5px; 
    transition: all 0.5s ease-out;
}
.chall .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    transition: all 0.5s ease-out;
}
.chall a:hover img {
    transform: scale(1.1,1.1);
}
.chall a:hover .overlay{
    background: rgba(0,0,0, .5);
}
.chall a:hover h3{
    opacity: 1;
}
.favpro1, .favpro2 {
    margin-top: 50px;
    color: #fff;
}

.favpro1 h2 i, .favpro2 h2 i{
    color: #18D8EF;
    font-size: 25px;
}
.c1 {
    position: relative;
    width: 400px;
    height: 250px;
    text-align: center;
    overflow: hidden;
    margin: 20px;
}
.c1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* margin: 15px; */
    overflow: hidden;
    transition: all 0.3s ease-out;
    border-radius: 5px;
}
.c1 .overlay2{
    background: rgba(0,0,0, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
    left: 0;
}
.c1 h3 {
    font-size: 25px;
    color :#fff;
    padding-top: 100px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.c1 a:hover h3 {
    opacity: 1;
}
.c1 a:hover .overlay2 {
    background: rgba(0,0,0, .5);
}
.c1:hover img {
    transform: scale(1.1,1.1);
    width: 100%;
    height: 100%;
}
.button {
    border: 1px solid #fff;
    width : 100px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.5s ease-out;
    margin-top: 100px;
    margin-left: 30px;
    cursor: pointer;
}
.button a{
    text-decoration: none;
    color :#fff;
    font-size: 20px;
    padding-bottom: 5px;
}
.button:hover {
    background-color: #18D8EF;

}