*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.section-1{
    width: 100%;
    height: 94.6vh;
    background:linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.3)), url(images/bg2.jpg)  center no-repeat ;
    background-size: cover;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-1-heading{
    font-size: 5.4rem;
    margin-top: 2%;
    font-weight: 500;
    color:#eef;
    background-color: #e41c6f;
    padding: 0 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.6rem;
    border-bottom: 0.7rem solid #eef;
    text-shadow: .2rem .2rem 1rem #555;
    transform: skew(-10deg);
}

.person-img{
    width: 25rem;
    height: 25rem;
    object-fit: cover;
    border-radius: 50%;
    border: .7rem dotted #e41c6f;
    background-color: rgba(255,255,255,.7);
    padding: 0.5rem;
    opacity: 0.9;
}

.person-name{
    font-size: 2rem;
    color: #eef;
    font-weight: 500;
    background-color:#e41c6f;
    margin: 5rem 0;
    padding: 0.5rem 3rem;
    letter-spacing: .3rem;
    transform: skew(-10deg);

}

.section-1-btn{
    font-size: 1.7rem;
    font-weight: 600;
    color:#e41c6f;
    background-color: #eef;
    border: .3rem solid #333;
    padding: .5rem 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;

}

.navbar{
    width: 100%;
    height: 4rem;
    position: absolute;
    z-index: 999;
    background-color: #e41c6f;
box-shadow: .2rem .2rem 0.5rem #555;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-link{
    font-size: 1.7rem;
    font-weight: 600 ;
    color: #333;
    margin: 0 3rem;
    position: relative;
    letter-spacing: .3rem;
    text-transform: uppercase;
    transition: color .2s;
}

 /* .navbar-link::before{
    content: "";
    width: 0;
    height: 0.2rem;
    background-color: #fff;
    position: absolute;
    right: -15%;
    bottom: -.3rem;
} 
 .navbar-link:hover::before{
    width: 130%;
}  */
.navbar-link:hover{
    color: #fff;
}
.section-2{
    width: 100%;
    height: 100%;
    padding: 8rem 0 10rem 0;
    background-color: #eef;
    /* background: linear-gradient(#F0FFFF, #eef,#F0FFF0); */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-2-heading{
    font-size: 5rem;
    color:#333;
    text-transform: uppercase;
    letter-spacing: .5rem;
    margin-bottom: 4rem;
    border-bottom: .3rem solid #333;
    text-shadow: .2rem .2rem .5rem #555;
}

.progress-bars-wrapper{
    margin-bottom: 10rem;

}
.progress-bar{
    width: 60rem;
    height: 3rem;
    background-color: #ccc;
    margin: 1.5rem 0;
    border-radius: .3rem;
    box-shadow: .2rem .2rem 1rem #555;
}
.progress-text{
    margin-left: 3%;
    position: absolute;
    /* left: 1rem; */
    font-size: 1.5rem;
    color: #fff;
}
.progress-text span{
    margin: 0 0 5rem;
    font-size: 1.8rem;
    font-weight: 700;
}
.progress-percent-one{
    width: 95%;
    height: 100%;
    background-color: #e41c6f;
    border-radius: .3rem;
}
.progress-percent-two{
    width: 78%;
    height: 100%;
    background-color: #e41c6f;
    border-radius: .3rem;
}
.progress-percent-three{
    width: 55%;
    height: 100%;
    background-color: #e41c6f;
    border-radius: .3rem;
}
.progress-percent-four{
    width: 10%;
    height: 100%;
    background-color: #e41c6f;
    border-radius: .3rem;
}
.progress-percent-five{
    width: 90%;
    height: 100%;
    background-color: #e41c6f;
    border-radius: .3rem;
}

.section-3{
    width: 100%;
    height: 100vh;
    padding: 0rem 0;
    background-color: #eef;
    display: flex;
    /* margin-bottom: 5%; */
    flex-direction: column;
    align-items: center;
}

.project-img{
    max-width: 28rem;
    transition: opacity .3s;
    /* height: 400px; */
}
.projects-wrapper{
    width: 100%;
    /* margin-bottom: 7%; */
    /* padding-bottom: 2%; */
    flex-wrap: wrap;
}

.project{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.5rem;
    overflow: hidden;
    margin-inline: 4rem;
    background-color: #fff;
    box-shadow: .3rem .3rem .5rem #777;
    position: relative;
    transition: box-shadow .5s;
   
}

.project-text{
    z-index: 10;
    top: -10rem;
    text-align: center;
    position: absolute;
    transition: top .3s;
    letter-spacing: .1rem;
}

.project:hover .project-text{
    top: 5rem;
    transition: top .3s .3s;



}


.project-name{
    font-size: 3rem;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
}
.project-info{
    font-size: 1.8rem;
    color: #e41c6f;
}

.project-link{
    font-size: 2rem;
    font-weight: 500;
    color: #333;
    letter-spacing: 1rem;
    border: .3rem solid #e41c6f;
    padding: 0.1rem ;
    background-color: #fff;
    position: absolute;
    bottom: -5rem;
    transition: bottom .3s;
}

.project:hover .project-link{
    bottom: 5rem;
    transition: bottom .3s .3s;
}
.project:hover .project-img{
    opacity: .2;
}
.project:hover{
    box-shadow: 1rem 1rem 1rem #777;
}


.section-4{
    /* padding-top: 3%; */
    /* margin-top: 3%; */
    width: 100%;
    height: 70vh;
    background-color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.section-4-heading{
    color: #fff;
    box-shadow: none;
    border-color: white;
    margin-bottom: 5rem;
}
.contact-form{
    width: 50rem;
    flex-direction: column;



}

.contact-form input, .contact-form textarea{
    width: 100%;
    padding: .5rem;
    margin: .5rem 0;
    background-color: #eef;
    font-size: 1.5rem;
    border: 0.2rem solid #e41c6f;
    color: #555;
}

.contact-form textarea{
    height: 10rem;
    max-width: 100%;
    max-height: 15rem;
}
  .contact-form .contact-form-btn{
    background-color: #e41c6f;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1rem;
    
} 
 
.section-5{
    width: 100%;
    height: 30vh;
    background-color: #222;
    flex-direction: column;

}
.social-media{
    margin-bottom: 5rem;

}
.social-media-link{
    margin: 2rem;
    padding: .7rem;
    background-color: #e41c6f;
    border-radius: .5rem;
    display: inline-block;

}
.social-media-link i{
    font-size: 3rem;
    color: #fff;

}
.copyright{
    color: #aaa;
    font-size: 2rem;
    letter-spacing: .2rem;
    font-weight: 300;
}

.sticky{
    position: fixed;
    top: 0;
}

/* .change.navbar-link{
    color: #fff; */

/* } */
.change.navbar-link::before{
    width: 130%;
}
#size{
    /* height: 286px; */
    /* width: 430px; */
}
.about{
    width: 80%;
    flex-wrap: wrap;
    margin-bottom: 4rem; 
    
}
.abou{
    font-size: 2.7rem;
    color: #e41c6f;
    font-weight: 400;
    text-shadow: .1rem .1rem  #555;


}

@media(max-width:1060px){
    .project-img{
        width: 28rem;
    }
}


@media(max-width:920px){
    .section-1-heading{
        font-size: 4rem;
    }
    .project-img{
        width: 20rem;
    }
    .projects-wrapper{
        margin: 0;
        /* flex-wrap: nowrap; */
    }
    .progress-bar{
        width: 50rem;
    }
}
@media(max-width:700px){
  .section-1-heading{
    font-size: 3rem;
  }
.abou{
    font-size: 2.2rem;
}
}
@media(max-width:530px){
    .navbar-link{
        margin: 0 2rem;
        font-size: 1.5rem;
    }
    .progress-bar{
        width: 42rem;
    }
    .section-2-heading{
        font-size: 4rem;
    }
    .contact-form{
        width: 35rem;
    }
    .copyright{
        /* width: 40%; */
        font-size: 1.5rem;
    }
}
@media(max-width:790px){
    html{
        font-size: 50%;

    }
    .section-1{
        height: 95.5vh;
    }
    .section-1-heading{
        font-size: 2.5rem;
    }
    .navbar-link{
        margin: 0 1.2rem;
    }
    .section-2-heading{
        font-size: 3.5rem;
    }
    .progress-bar{
        width: 37rem
    }
.project-img{
    width: 26rem;
}
.project-name{
    display: none;
    font-size: 0.5rem;
}
.project-info{
    display: none;
    font-size: 0.5rem;
}
.project-link{
    font-size: 1.2rem;
}
}