body{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}
section{
    padding-bottom: 200px;
    height: 500px;
}
.upper-half{
    width: 40%;
    float: left;
    margin: 3%;
    padding: 2%;
}
.upper-half img{
    width: 80%;
    margin-bottom: 0px;
}
h1{
    color: #363958;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    font-size: 80px;
    margin: 0px;
}
.highlight{
    color: #FF8367;
}
p{ 
    color: #3E3E3E;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 60px;
    text-align: left;
}
.upper-half a{
    color: white;
    text-decoration: none;
    font-weight: 400;
    background-image: linear-gradient(45deg, #FF8063, #F46060);
    padding: 12px 30px;
    border-radius: 5px;
}





h2{
    color: #363958;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    font-size: 48px;
    margin: 0px;
}
.h-light{
    color: #F46060;
}
.about-area{
    background-color: white;
}






.project-area{
    background-color: #f5f3f3;
}
.project-area h2{
    text-align: center;
}
h3{
    color: #363958;
    font-weight: 700;
    font-size: 24px;
}

.works div{
    background-color: white;
    width: 350px;
    height: 320px;
    float: left;
    padding: 2%;
    margin-top: 100px;
    margin-left: 35px;
    box-shadow: 10px 10px 60px rgb(184, 184, 184);
    border-radius: 10px;
}
.description img{
    width: 350px;
    text-align: center;
}




.plan{
    margin-top: 100px;
    text-align: center;
}
ul{
    padding: 0px;
}
ul li{
    list-style: none;
    font-size: 17px;
    font-weight: 700;
    color: #3E3E3E;
}
.plan-ds{
    margin-bottom: 50px;
    width: 200px;
    height: 350px;
    box-shadow: 10px 10px 40px gray;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 50px;
    margin-left: 20%;
    float: left;
}
.plan a{
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    background-color: #FF8063;
    border-radius: 5px;
    padding: 10px 10px;
    float: left;
}






.ask{
    background-image: url("image/last-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60%;
    height: 250px;
    text-align: center;
    margin: auto;

}
.ask h1{
    color: white;
    float: left;
    margin: 50px;
}
.ask a{
    float: right;
    margin: 70px 80px;
    text-decoration: none;
    color: white;
    background-image: linear-gradient(90deg, #FF8063 ,#F46060);
    padding: 20px 20px;
    border-radius: 5px;
}
.social{
    text-align: center;
}
.social h4{
    font-family: 'Bebas Neue', cursive;
    color: #696871;
    font-weight: 400;
    font-size: 24px;
}
.social a{
    text-decoration: none;
    color: #363958;
    font-size: 36px;
    font-weight: 700;
}
.icons{
    text-align: center;
}
.icons img{
    margin-top: 30px;
    margin-right: 40px;
    width: 30px;
}



footer{
    text-align: center;
    font-size: 10px;
    color: #696871;
}