body{
  font-family: "Montserrat";
  text-align: center;
}
h1,h2,h3,h4,h5,h6{
  font-style: "Montserrat";
  font-weight: bold;
}
/* Heading */
.big-heading{
  font-family: "Montserrat",sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 900;
}
.heading-text{
  font-size: 3rem;
  line-height: 1.5;
}
/* containers */
.container-fluid{
  padding:7% 15%;
}
/* sections */
.colored-section{
  background-color: #ff4c68;
  color: #ffffff; /* we have changed here so if in future we want to add any text in title section then it will also follow the color scheme decided by us.*/
}
.white-section{
  background-color: #ffffff;
}
/* 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-style: "Montserrat";
  font-weight: 500;
  font-size: 1.2rem;
}
/* buttons */
.download-button{
  margin:5% 3% 5% 0;
}
/* title section */
.title-img{
  width:60%;
  transform: rotate(25deg);
  position:absolute;
  right:30%;
}
.image{
  position: relative;
}
#title .container-fluid{
  padding:3% 15% 7%;
  text-align:left;
}
/* features */
#features{
  position:relative;
}
.icon{
  color:#ef8172;
  margin-bottom: 1rem;
}
.icon:hover{
  color:#ff4c68;
}
.features-p{
  color:#8f8f8f;
}
.features-title{
  font-size: 1.5rem;
}
/* Testimonials */
#testimonials{
  background-color: #ef8172;
}
.testimonial-text{
  font-size: 3rem;
  line-height: 1.5;
}
#press{
    background-color: #ef8172;
    padding-bottom: 3%;
}
.testimonial-img{
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}
.press-logo{
  width: 15%;
  margin: 20px 20px 50px;
}
/* pricing section */
#pricing{
  padding:100px;
}
.pricing-col{
  padding:3% 2%;
}
/* call to action */
.cta-heading{
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 3.1rem;
  line-height:1.5;
}
/* footer */
.f-icon{
  margin:20px 10px;
}
@media only screen and (max-width:1038px)
{
  #title .container-fluid{
    text-align: center;
  }
  .title-img{
    position:static;
    transform: rotate(0);
  }
}
