*{
    padding: 0;
    margin: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    box-sizing: border-box;
}
.hero{
    height: 100vh;
    width: 100%;
    background-image: url(images/Photo-17.jfif);
    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);   
}

.containe{
position: absolute;
top: 50%;
left: 8%;
transform: translateY(-50%);
}

h1{
color: white;
margin:20px 0 20px;
font-size: 75px;
}

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

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

.newsletest form{
    width: 380px;
    max-width: 100%;
    position: relative;

}

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

}

.newsletest form input:last-child{
    position: absolute;
    display: inline-block;
    outline: none;
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #f9004d;
    color: white;
    box-shadow: 0px 0px 5px #000,0px 0px 15px #858585;
    top: 6px;
    right: 6px;
    
}

img{

    width: 100%;
    /* height: 100%; */

}

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

.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: white;
    font-size: 75px;

}