#title{
  background-color: #ff4c68;
  color: #fff;
}

h1{
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 2.5rem;
}

h2{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
}

h3{
  font-family: 'Montserrat';
  font-weight: 900;
}

em{
  color: #fff;
}

body{
  font-family: 'Montserrat';
}

.container-fluid{
  padding: 3% 15% 7%;
}

/* Navigation Bar */
.navbar-brand{
  font-weight: 'Ubuntu';
  font-weight: 500;
  font-size: 2.5rem;
}

.navbar{
  padding-bottom: 4.5rem;
  padding-left: 0;
  padding-right: 0;
}

.nav-item{
  padding:  0 15px;
}

.nav-link{
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 1.2rem;
}

/* Title Section*/


.title-image{
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  left: 20%;
}

.download-btn{
  margin: 15px 15px;
}
/* Freatures */

#features{
  background-color: #fff;
  text-align: center;
  padding: 7% 15%;
  position: relative;
}

.icon {
  text-align: center;
  padding: 0 0 1rem 0;
  color: #ef8172;
  font-size: 300%;
}

.icon:hover{
  color: #ff4c68;
}

.p-features{
  color: #8f8f8f;
  padding: 0 10%;
}

/* Testimonials */

#testimonials{
  background-color: #ef8172;
  text-align: center;
  padding: 7% 0;
  line-height: 2;
}

#press{
  background-color: #ef8172;
  text-align: center;
  padding: 0 7% 7%;
}


.testimonial-image{
  width: 5%;
  border-radius: 100%;
  margin: 1%;

}

.press-logo{
  width: 20%;
  margin: 20px 0 20px;
}

.testimonial-text{
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  margin: 0 15%;
  line-height: 1.3;
}

/* Pricing */

#pricing{
  padding: 100px;
  text-align: center;
}

.cards-pad{
  padding: 3% 2%;
}

/* Media Query */

@media (max-width:992px) {

  .title-image{
    position: static;
    transform: rotate(0);
  }

  #title{
    text-align: center;
  }
}

/* CTA */

#cta{
  background-color: #ff4c68;
  padding: 7% 15%;
  text-align: center;
}

.cta-text{
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  margin: 0 15%;
  line-height: 1.3;
  padding: 0 2% 0;
}

.cta-button {
  padding: 0 4%;
}

/* Footer */

#footer{
  text-align: center;
  background-color: #fff;
  line-height: 2;
  padding: 7.5% 30% 0;
}

.social-icon{
  margin: 20px 10px;
  color: black;
}

.copyright{
  color: #8f8f8f;
}
