 *{
    padding: 0%;
    margin: 0%;
    font-family: "josefin sans", sans-serif;
    box-sizing: border-box;
}

.hero {
    height: 90vh;
    width: 100%;
    background-image: url(img/p1.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: aliceblue;
    font-size: 35px;
    letter-spacing: 1px;
    cursor: pointer;
}
span{
    color: #f9004d;
}

nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 9px 20px;


}
nav ul li a{
    color: aliceblue;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;

} 

nav ul li a:hover{
    color: #f9004d;
    transition: .4s;
}
.btn{
    background-color: #f9004d;
    color: aliceblue;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    transition: .4s;
}

.btn:hover{
    transform: scale(1.2);
}
.content{
    position: absolute;
    top: 45%;
    left: 8%;
    transform: translateY(-40%);   
}
h1{
    color: aliceblue;
    margin: 20px 0px 20px ;
    font-size: 75px;

}
h3{
    color: aliceblue;
    font-size: 25px;
    margin-bottom: 50px;
}
h4{
    color: #6ba1d1;
    letter-spacing: 2px;
    font-size: 20px;
}
.newslatter form{
    width: 390px;
    max-width: 100%;
    position: relative;

}
.newslatter form input:first-child{
    display: inline-block;
    width: 100%;
    padding: 13px 130px 14px 15px;
    border: 2px solid #f9004d;
    outline: none;
    border-radius: 30px;

}
.newslatter form input:last-child {
    position: absolute;
    
    display: inline-block;
    outline: none;
    border: none;
    padding: 10px 40px;
    border-radius: 30px;
    background-color: #f9004d;
    color: #ffffffea;
    box-shadow: 0px 0px 5px #1b1b1b8a, 0px 0px 10px;
    right: 5px;
    top: 5px;
}
.about{
    width: 100%;
    padding: 95px 30px;
    background-color: #191919;
}
.about img {
    height: auto;
    width: 500px;
}
.about-text{
    width: 550px;
}
.main{
    width: 1130px;
    max-width: 95%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}
.about-text h2{
    color: aliceblue;
    font-size: 70px;
    text-transform: capitalize;
    margin-bottom: 20px;

}
.about-text h5{
    color: aliceblue;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: capitalize;

}
.about-text p{
    color: #fcfcfc;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 15px;
    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 #f9004d;
    cursor: pointer;
}

    
/* <!--service section start--> */

.service{
    background-color: #101010;
    width: 100%;
    padding: 100px 0px;
    
    

}
.title h2{
    color: white;
    font-size: 75px;
    width: 1130px;
    margin: 30px auto;
    text-align: center;
}
.box-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

.card{
    height: 365px;
    width: 335px;
    padding: 20px 35px ;
    background: #191919;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.card i{
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0px;
    color: #f9004d;

}
h5{
    color: white;
    font-size: 23px;
    margin-bottom: 15px;

}
.pra p{
    color: #fcfc;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
}
.card .button{
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 9px 22px ;
    border-radius: 30px ;
    transition: .4s;
}
.card .button:hover{
    background-color: transparent;
    border: 2px solid #f9004d;
    cursor: pointer;
}

/* contect me  */

.contact-me{
    width: 100%;
    height: 290px;
    background: #191919;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}
.contact-me p{
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: capitalize;

}
.contact-me .button-two {
    background-color: #f9004d;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px ;
    border-radius: 30px ;
    transition: .4s;
}
.contact-me .button-two:hover{
    background-color: transparent;
    border: 2px solid #f9004d;
    cursor: pointer;
    transition: .3s;
}
/* contect me  */

/* <!-- footer start--- --> */
footer{
    position: relative;
    width: 100%;
    height: 400px;
    background: #101010;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}
footer p:nth-child(1) {
    font-size: 50px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
footer p:nth-child(2){
    color: white;
    font-size: 17px;
    width: 500px;
    text-align: center;
    line-height: 26px;

}
.social {
    display: flex;

}
.social a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9004ff6;
    border-radius: 50%;
    margin: 22px 10px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    
}
.social a:hover{
   
    
    cursor: pointer;
    transform: scale(1.3);
    transition: .3s;
}
footer .end {
    margin-top: 20px;
    
    
}
.end{
    position: absolute;
    color: #f9004d;
    bottom: 35px;
    font-size: 14px;

}
/* <!-- footer end--- --> */

/* <!-- ----project Done---- --> */

/* responsive for mobile  */
@media screen and (max-width: 800px){

    .hero {
        height: 70vh;
    }
    nav ul li{
        display: none;
        
    }
    .content {
        top: 32%;
        left: 8%;
    }

    h4 {
        font-size: 13px;
    }
    h1 {
        
        margin: 10px 0px 9px;
        font-size: 60px;
    }
    h3 {
        
        font-size: 18px;
        margin-bottom: 28px;
    }    
    .newslatter form {
        width: 270px;
        max-width: 100%;
        position: relative;
    }
    .about {
        padding: 3px 5px;}

        .about img {
            width: 300px;
        }
        .about-text h2 {
            font-size: 40px;
            margin-bottom: 2px;
        }
        .about-text {
            width: 310px;
        }
        .about-text p {
            
            letter-spacing: 1px;
            line-height: 18px;
            font-size: 11px;
            margin-bottom: 20px;
        }

        .service {
            padding: 40px 0px;
        }
        .title h2 {
            
            font-size: 40px;
            width: 800px;
            margin: 15px auto;}

            .card {
                height: 330px;
                width: 230px;
                padding: 11px 3px;
                margin: 10px;
            }
            .card i {
                font-size: 35px;
            }
            h5 {
                font-size: 18px;
                margin-bottom: 10px;
            }
            .pra p {
                
                font-size: 14px;
                line-height: 21px;
                margin-bottom: 20px;
            }
            .card .button {
                padding: 5px 22px;

            }

            .contact-me {
                height: 200px;
            }
            .contact-me p {
                font-size: 26px;
            }
            footer {
                height: 300px;
            }
            footer p:nth-child(1) {
                font-size: 45px;
                margin-bottom: 11px;
            }
            footer p:nth-child(2) {
               
                font-size: 15px;
                
            }






        




}