body{
  font-family: Montserrat;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat-bold, sans-serif';
}

/* h2{
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
} */

h3{
  font-weight: 900;
}

p{
  color: #8f8f8f;
}
/**********************************  IDs   *******************/

#title {
  background-color: #ff4c68;
  color: #fff;
}

/* Features Section */
#features{
  padding: 7% 15%;
  background-color: #fff;
  position: relative;
}

/* Testimonial Section */
#testimonials{
  text-align: center;
  background-color: #ef8172;
  color: #fff;
}

/* Press section */
#press{
  background-color: #ef8172;
  text-align: center;
  padding-bottom: 4.5%;
}

/* Pricing Section */

#pricing{
  padding: 100px;
  text-align: center;
}

/* CTA Section */

#cta{
  background-color: #ff4c68;
  color: #fff;
  padding: 7% 15%;
  text-align: center;
}

#footer{
  padding: 7% 15%;
  text-align: center;
}

/********************************* CLASSES   ***************************/

.big-heading{
  font-family: 'Montserrat-bold, sans-serif';
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 900;
}

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

/* 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-Light"
}

/* Download Buttons */

.download-btn{
  margin: 5% 3% 5% 0;
}


/* Iphone Image */

.iphone{
  max-width: 55%;
  transform: rotate(25deg);
  position: absolute;
  z-index: 0;
  height: auto;
  right: 21.5%;
}

/* Media query breakpoint */

@media (max-width: 1028px){

  #title{
    text-align: center;
  }

  .iphone{
    position: static;
    transform: rotate(0);
  }
}

/* Features Section */
.details{
  text-align: center;
  padding: 5%;
}

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

.icon:hover{
  color: #ff4c68;
}

/* Testimonial Section */

.testimonial-image{
  width: 18%;
  border-radius: 100%;
  margin: 20px;
}

/* Press Section */
.press-logo{
  width: 15%;
  margin: 20px 20px 50px;
}

.carousel-item{
  padding: 7% 15%;
}

/* Pricing Section */

.pricing-column{
  padding: 3% 2%;
}

.price-text{
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
}

/* cta section */

.cta-heading{
  font-family: "Montserrat-Black";
  font-size: 3.5rem;
  line-height: 1.5;
}

.social-icon{
  margin: 20px 10px;
}

/* linkdn special follow button */

.libutton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: none;
  text-decoration: none !important;
  color: #ffffff !important;
  width: 200px;
  height: 32px;
  border-radius: 16px;
  background-color: black;
  margin-left: 39%;
  font-family: "SF Pro Text", Helvetica, sans-serif;
}