*{
    padding: 0;
    margin: 0;
    font-family: 'josefin-sans', sans-serif;
    box-sizing: border-box;
}
.hero{
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position:center;
    background: #e2ecff;
  
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
    padding-left: 8%;
    padding-right: 8%;
     
}
.logo{
    font-size: 35px;
    color: #0f0f0f;
    letter-spacing: 1px;
    cursor: pointer;
}
span{
    color: #da0a4c;
}
nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: 14px 20px;
    text-align: center;


}
nav ul li a{
    color: #0d0c0c;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
}
a span{
    color: black;
}
nav ul li a:hover{
    color: #da0a4c;
    transition: .4s;
}
nav ul li a span:hover{
    color: #da0a4c;
    transition: .4s;
}
.btn{
    background-color: #da0a4c;
    color: white;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 30px;
    transition: transform .4s;


}
.btn:hover{
    transform: scale(1.2);
}
.content{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}
h1{
  color: #252222;
  margin: 20px 0px 20px;
  font-size: 75px;
}
h3{
  color: #252222;
  font-size: 25px;
  margin-bottom: 50px;
}
h4{
  color: #6c4b6ccc;
  letter-spacing: 2px;
  font-size: 20px;
}
.newsletter form{
  width: 380px;
  max-width: 100%;
  position: relative;
  
  
}
.newsletter form input:first-child{
  display: inline-block;
  width: 100%;
  padding: 14px 130px 14px 15px;
  bolder: 2px solid #da0a4c;
  outline: none;
  border-radius: 30px;
}
.newsletter form input:last-child{
  position: absolute;
  display: inline-block;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #da0a4c;
  color: white;
  box-shadow: 0px 0px 5px #000, 0px 0px 15px #858588;
  top: 6px ;
  right: 6px;
}
.featuredimage{
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 160px;
    border-radius: 20%;
    box-shadow: 0px 0px 5px #000, 0px 0px 15px #858588;
    display: inline-block;
    background-color: #da0a4c;
  
  }
  .about{
    width: 100%;
    padding: 100px 0px;
    background-color:#e2ecff;
  }  
  .about img{
    height: auto;
    width: 430px;
    border-radius: 20px;
  }
  .about-text{
    width: 550px;
  }
  .main{
    width: 1130px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;

  }
.about-text h2{
    color: #0d0c0c;
    font-size: 75px;
    text-transform: capitalize;
    margin-bottom: 20px;

}
.about-text h5{
    color: #0d0c0c;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.about-text p{
    color:#6c4b6ccc ;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 19px;
}
button{
    background-color: #da0a4c ;
    color: #353636;
    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 #da0a4c ;
    cursor: pointer;
}
.service{
    background-color: #e2ecff;
    width: 100%;
    padding: 10px 0px;
}
.title{
    color: #000;
    font-size: 70px;
    width: 1000px;
    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: #a3c0f8;
    margin: 15px;
    position:relative;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
}
.card i{
    font-size: 50px;
    display: block;
    text-align: center;
    margin: 25px 0px;
    color: #da0a4c; 
}
h5{
    color: #000;
    font-size: 23px;
    margin-bottom: 15px;
}
.pra p{
    color: #743774cc;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
}
.card .button{
    background-color: #da0a4c ;
    color: #353636;
    text-decoration: none;
    border: 2px solid transparent;
    font-weight: bold;
    padding: 13px 22px;
    border-radius: 30px ;
    transition: .4s;
}
.card .button:hover{
    background-color: transparent;
    border: 2px solid #da0a4c ;
    cursor: pointer;

}
.contact-me{
    width: 100%;
    height: 290px;
    background: #e2ecff ;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.contact-me p{
    color: #000;
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: bold;
}
.contact-me .button-two{
    background-color: #da0a4c ;
    color: #353636;
    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 #da0a4c ;
    cursor: pointer;
}
footer{
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #e2ecff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
footer p:nth-child(1){
    font-size: 30px;
    color: #000;
    margin: 20px;
    font-weight: bold;

}
footer p:nth-child(2){
    color: #000;
    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: #da0a4c;
    margin: 22px 10px;
    color: #252222;
    text-decoration: none;
    font-size: 20px;
    border-radius: 50px;
}
.social a:hover{
    transform: scale(1.3);
    transition: .3s;

}
.end{
    position: absolute;
    color:#da0a4c ;
    bottom: 35px;
    font-size: 14px;
}
@media (max-width: 725px){
    .about-text{
        width: 400px;
    }
    .about-text h2{
        font-size: 45px;
        text-align: center;
    }
    .title{
        font-size: 35px;
        width: 500px;
    }
    .box{
        flex-direction: column;
    }
    .main{
        flex-direction: column;
    }
    .contact-me p{
        font-size: 20px;
    }
    .end{
        position: absolute;
        font-size: 12px;
        text-align: center;
    }
}