*{
 padding: 0;
 margin: 0;
 font-family: 'Josefin Sans', sans-serif;
 box-sizing: border-box;
}
body{
 margin: auto;
}
nav{
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding-top: 45px;
 padding-left:8%;
 padding-right: 8%;
}
#top{
 color: white;
 font-size: 35px;
 letter-spacing: 1px;
 cursor: pointer;
}
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;
}
@media screen and(max-width:980px){
  ul li a{
    font-size: 20px;
  }
}
.map{
 background-color: #f9004d;
 color: white;
 text-decoration: none;
 border: 2px solid transparent;
 font-weight: bold;
 padding: 10px 25px;
 border-radius: 30px;
}
.map:hover{
 background-color: transparent;
  border: 2px solid #f9004d;
  cursor: pointer;
}
.content{
 position: absolute;
 top: 50%;
 left: 8%;
 transform: translateY(-50%);
}
.content h1{
 color: white;
 margin: 20px 0px 20px;
 font-size: 75px;
}
@media screen and(max-width:980px) {
  .content h1{
    font-size: 50px;
  }
}
.content h3{
 color: white;
 font-size: 25px;
 margin-bottom: 20px;
}
.search form{
 width: 380px;
 max-width: 100%;
 position: relative;
}
.search form input:first-child{
display: inline-block;
width: 100%;
padding: 14px 130px 14px 15px;
border: 2px solid #f9004d;
outline: none;
border-radius:30px ;
}
.search 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;
}
.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;
 text-transform: capitalize;
 margin-bottom: 20px;
} 
.about-text p{
 color: #fcfc;
 letter-spacing: 1px;
 line-height: 28px;
 font-size: 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 #f9004d;
  cursor: pointer;
}
.service{
 background: #101010;
 width: 100%;
 padding: 100px 0px;
}
.title h2{
 color: white;
 font-size: 75px;
 width: 1130px;
 margin: 30px auto;
 text-align: center;
}
.box{
 display: flex;
 justify-content: center;
 align-items: center;
 min-height: 400px;
}
.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: 16px;
line-height: 27px;
margin: 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;
}
footer{
 position: relative;
 width: 100%;
 height: 400px;
 background: #191919;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
footer p:nth-child(1){
 font-size: 30px;
 color: white;
 font-weight: bold;
}
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: #f9004d;
 border-radius: 50%;
 margin: 22px 10px;
 color: white;
 text-decoration: none;
}
.end{
 position: absolute;
 bottom: 35px;
 align-items: center;
 justify-content: center;
}
.end a{
 
 color: #f9004d;
 
 font-size: 14px;
 text-decoration: none;
 
}

#first {
 background-image: url("img1.jpg");
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 background-attachment: fixed;
 height: 683px;
 
}

span{
  margin-right: 0px;
 color: red;
}

p{
margin: 0px;
}

#button {
  display: inline-block;
  background-color: #aa1151;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 21px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 30px;
  color: rgb(255, 255, 255);
}
#button:hover {
  cursor: pointer;
  background-color: #375C7A;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}