body{
    margin: 0;
    font-family: 'Poppins';
    
}
img{
    width: 100%;
}
section{
    height: 500px;
    padding: 100px 0;
}
.title-color{
    color: #EC4C7A;
}


.half-width{
    width: 40%;
    float: left;
    margin-left: 5%;
    padding-left: 2%;

}
.content{
    margin-top: 100px;
}
h1, h2, h3, h4, h5, h6{
    margin: 0px 0px 20px;
    line-height: 1;
}
h3 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
}

h1 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
}

.bg-gradinet{
    background-image: linear-gradient(90deg, #EC4F91, #ED4B72);
}
.link-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
}


.header-area{
    background-image: url(images/header-bg.png);
    background-size:cover;
    background-position: left;
}

.biography-area{
    background-image: url(images/biography-bg.png);
    background-size:cover;
    background-repeat: no-repeat;
    padding-bottom: 250px;
}

.latest-work{
    text-align:center;
    background-image: url(images/latest-work-bg.png);
    background-size:cover;
    background-position:center;
}
.column {
    width: 27%;
    float: left;
    margin-left: 5%;
}
 h2 {
    font-size: 45px;
    margin-bottom: 80px;
    font-weight: 500;
}
.footer-area{
    text-align:center;
    background-image:url(images/footer-bg.png);
    background-size:cover;
    background-position:center;
    padding: 50px 0 30px;
}

.message-box{
    width: 50%;
    margin: 50px auto 50px;
    height: 150px;
    border-radius: 15px;
    padding: 20px;
    color: #fff;
    font-size: 17px;
}

h5 {
    font-size: 22px;
    font-weight: 500;
}

h5 span {
    display: block;
    font-size: 65%;
    margin-top: 20px;
    color: gray;
}


.message-box a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}
.footer-copyright{
    font-size: 14px;
    color: #aaa;
}
.footer-copyright a{
    color:#EC4C7A;
    text-decoration:none;
    font-weight: 700;

}
.footer-copyright a:hover{
    text-decoration: underline;
}