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

.content1 {
    height: 100vh;
    width: 100%;
    background-image: url(newbackground.jpg);
    background-size: cover;


}

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: tomato;
}

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

}

a {
    text-decoration: none;
    color: whitesmoke;
    font-size: large;
    font-weight: bold;


}

a:hover {
    color: tomato;
    transition: .4s;
}

.button {
    color: whitesmoke;
    background-color: tomato;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    transition: transform .4s;

}

.button:hover {
    transform: scale(1.2);

}

.content {
    position: absolute;
    top: 30%;
    left: 8%;


}

h1 {
    color: whitesmoke;
    margin: 20px 0px 20px;
    font-size: 65px;
}

h3 {
    color: whitesmoke;
    font-size: 25px;
    margin-bottom: 50px;
}

h4 {
    color: #fcfc;
    letter-spacing: 2px;
    font-size: 20px;
}

.newslatter form {
    width: 380px;
    max-width: 100%;
}

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

}

.newslatter form input:last-child {
    position: absolute;
    display: inline-block;
    outline: none;
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: tomato;
    color: whitesmoke;


    left: 270px;
    top: 223px;

}

img {
    height: 200px;
    width: 180px;
}

.about {
    width: 100%;
    padding: 100px 0px;
    background-color: #030101;

}

.about img {
    height: auto;
    width: 430px;

}

.about-text {
    width: 550px;

}

.main {
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;


}

.about-text h2 {
    color: whitesmoke;
    font-size: 75px;
    margin-bottom: 20px;

}

.about-text h5 {
    color: whitesmoke;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;

}

.about-text p {
    color: #fcfc;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;

}

button {
    background-color: tomato;
    color: whitesmoke;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 30px;
    transition: .4s;
    border-radius: 30px;
}
button:hover{
    background-color: transparent;
    border: 2px solid tomato;
    cursor:pointer;

}
.service{
    background:#030101;
    width: 100%;
    padding: 100px 0px;

}
.title h2{
color: whitesmoke;
font-size: 75px;
width: 1130px;
margin: 30px auto;
text-align: center;


}
.box{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}
.card{
   
    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: tomato;
}
h5{
    color: whitesmoke;
    font-size: 23px;
    margin-bottom: 15px;
    
}
.pra p{
    color: #fcfc;
font-size: 16px;
line-height: 27px;
margin-bottom:25px ;
}

.card .button:hover{
    background-color: transparent
    ;
    border: 2px solid tomato;
    cursor: pointer;

}
.contactme{
    width: 100%;
    height: 390px;
    background:#191919;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contactme p{
    color: whitesmoke;
    font-size: 30px;
    font-weight: bold;
    margin-bottom:25px;


}
footer{
    position: relative;
    width: 100%;
    height: 400px;
    background: #030101;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}
footer p:nth-child(1){
    font-size: 30px;
    color: whitesmoke;
    margin-bottom: 20px;
    font-weight: bold;


}
footer p:nth-child(2){
    font-size: 17px;
    color: whitesmoke;
    text-align: center;
    width: 500px;
    list-height: 26px;
    

}
.social a{
    height: 45px;
    width: 45px;
    align-items: center;
    justify-items: center;
    background: tomato;
    border-radius: 50%;
    margin:22px 10px ;
    color:whitesmoke;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
   


}
.social a:hover{
    transform: scale(1.3);
    transition: .3s;
}
.end{
    position: absolute;
    color:tomato;
    bottom: 35px;
    font-size: 18px;


}
.social{
    display:flex;
    
}