*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}
.hero{
    height: 100vh;
    width: 1500px;
    background-image: url(../pf5.jpg);
    background-size: cover;
    background-position: center;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px; ;
    padding-left: 8%;
    padding-right: 8%;
}
.logo{
    color: white;
    font-size: 35px;
    letter-spacing: 1px;
    cursor: pointer;
}
span{
    color: #f9004d;
}
nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 10px 25px;
}
nav ul li a{
    color:white;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
}
nav ul li a:hover{
    color: #f9004d;
    transition: .4s;
}
.btn{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;
}
.btn:hover{
    transform: scale(1.2);
}
.content{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translate(-50);
}
h1{
    color:   #ff00ff;
    margin: 20px 0px 20px;
    font-size: 70px;
}
h3{
    color: #800080;
    font-size: 25px;
    margin-bottom: 50px;
}
h4{
    color: #00ffff;
    letter-spacing: 2px;
    font-size: 20px;
}
.newlatter form{
    width: 380px;
    max-width: 100%;
    position:relative ;   
}
.newlatter form input:first-child{
    display: inline-block;
    widows: 100%;
    padding: 14px 130px 14px 15px;
    border: 2px solid #f9004d;
    outline: none;
    border-radius: 30px;
}
.newlatter form input:last-child>{
position: absolute;
display: inline-block;
outline: none;
border: none;
padding: 10px 30px;
border-radius: 30px;
background-color:  #f9004d;
color: white;
}
.about{
    width: 1500px;px;
    padding: 100px 0px;
    background-color: #191919;
}
.about img{
    height: auto 0;
    width: 430px;
}
.about-text{
    width: 550px;
}
.main{
    widows: 1130px;
    max-width: width 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about-text h2{
color: white;
font-size: 75px;
text-transform: capitalize;
margin-bottom: 20px;
}
.about-text h5{
color: white;
letter-spacing: 2px;
font-size: 22px;
margin-bottom: 25px;
text-transform: capitalize;
}
.about-text p{
    color: #fcfc;
    letter-spacing: 1px;
    line-height: 28px;
    font: 18px;
    margin-bottom: 45px;
}
button{
    background-color: #f9004d ;
    color:white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .4s;
}
button:hover{
    background-color: transparent;
    border: 2px solid lightblue;
    cursor:pointer;
}
.service{
    background: #101010;
    width:1500px;
    padding: 100px 0px;
}
.title h2{
    color: white;
    font-size: 75px;
    width: 1130px;
    margin: 30px 0auto;
    text-align: center;
}
.box{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}
.card{
    height: 365px;
    max-width: 335px;
    padding: 20px 35px;
    background: #191919;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
h5{
    color: white;
    font-size: 23px;
    margin-bottom: 15px;
}
.pra p{
    color: #fcfc;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
}
.btn{
    background-color: #f9004d ;
    color:white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px;
    border-radius: 30px;
    transition: .4s;
}
.card.buton:hover{
    background-color: transparent;
    border: 2px solid lightblue;
    cursor:pointer;  
}
.contact-me{
    width: 1500px;
    height: 150px;
    background: #191919;
    display: flex;
    align-items: center;
    flex-direction:column;
    justify-content: center;
}
.contact-me p{
    color: whitesmoke;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.contact-me.botton-two{
    background-color: #f9004d ;
    color:white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 30px;
    transition: .4s;
}
