body {
  font-family: Montserrat;
}
#title {
  background-color: #ff4c68;
  color: white;
}
h1,h2,h3 {
  font-family: "Montserrat", sans-serif;

}
.container-fluid {
  padding: 3% 15%;
}

.features_heading{
  font-family: Montserrat;
  font-weight: bold;
  font-size: 1.5rem;
}

h2 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
}
p {
  color: grey;
}
/* navigation bar */

.navbar {
  padding: 0 0 4.5rem;
}
.navbar-brand {
  font-family: ubuntu;
  font-size: 2.5rem;
  font-weight: bold;
}
.nav-item {
  padding: 0 18px;
}
.nav-link {
  font-size: 1.2rem;
  font-family: Montserrat;
}
/* title section */

.bigheading{
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
}
/* download buttons */

.download-button {
  margin: 5% 3% 5% 0;
}

/* title image */

.title-image {
  width: 15rem;
  transform: rotate(25deg);
  position: absolute;
}

@media(max-width:991px){
  .title-image{
    transform: rotate(0deg);
    position: static;
  }
  #title{
    text-align: center;
  }
}
/* features  section*/

#features {
  padding: 7% 10%;
  background-color: white;
  position: relative;
}
.feature-box {
  text-align: center;
  padding: 3%;
}

/* icons in features */

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}
.icon:hover {
  color: #ff4c68;
}

/* testimonials */

#testimonials {
  text-align: center;
  background-color: #ef8172;
  color: white;
}
.carousel-item {
  padding: 7% 10%;
}
.testimonial-image {
  width: 10%;
  border-radius: 50%;
  margin: 20px;
}
#press {
  background-color: #ef8172;
  text-align: center;
  padding: 3%;
}
.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* pricing section*/
#pricing{
  padding: 100px;
  text-align: center;
}
.pricing-column{
  padding: 3% 2%; 
}
 
/* call to action section*/
#cta{
  background-color: #ff4c68;
  text-align: center; 
  padding: 8% 15%;
  color:white;
}
.last_section{
  font-size: 3rem;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 1.5;
}

/* footer */
#footer{
  text-align: center;
  padding: 7% 10% 3%;
}
.footer_icon{
  padding: 1%;
}