body {
  font-family: "Montserrat", sans-serif;
  text-align: center
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat-Black", sans-serif;
  

}
h3{
  font-weight:900;
}

p {
  color: #8f8f8f;
}

.container-fluid {
  padding: 7% 15%;
}

/* SECTION */
.color-section{
  background-color: #ff4c6a;
  color: #fff;
}
.white-section{
  background-color: #fff;

}
/* HEADING */
.big-heading{
   font-family: "Montserrat-Black", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.section-heading{
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
}


.row {
  padding-top: 20px;
}


/* Navigation bar */
.navbar {
  padding-bottom: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat";
}
/* Download buttons */
.download-button {
  margin: 5% 3% 5% 0;
}

/* FEATURE SECTION */

#features {

position: relative;
}

.feature-title{
font-size: 1.5rem;
font-weight: 600;
}
.feature-box {

  padding: 4.5%;
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

/* Testimonial section */
#testimonials {

  background-color: #ef8172;

}
.testimonial-text{
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
}
.testimonial-image {
  width: 15%;
  border-radius: 100%;
  margin: 20px;
}

#press {
  background-color: #ef8172;

}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing section  */
#pricing {
  padding: 100px;

}
.price-text{
  font-size: 3rem;
  font-weight: 900;
}
.pricing-column {
  padding: 3% 2%;
}


#title .container-fluid{
  padding: 3% 15%;
    text-align: left;
}

.title-image {
  width: 22%;
  transform: rotate(21deg);
  position: absolute; 
  right: 22%; 
  margin-top: 50px;
}

@media (max-width: 991px) {
 #title{
  text-align: center;
 }
  .title-image {
    width: 60%;
    position: static;
    transform: rotate(0); 
    margin: none;
  }
  .btn{
    margin:3px;
  }
}



/* #cta h3{
   font-family: "Montserrat-Black", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
 
  padding-bottom: 5%;
} */

#cta button{
  border-radius:none;
  margin-left:2%;
}


.icons{
  padding: 1%;
}

.icons:hover{
transform: scale(1.5);
}