body {
  font-family: "Montserrat";
  font-weight: 500;
}

/* Back to top button */

#btn-top {
  border-radius: 100%;
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
}

/* 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-family: "Montserrat";
  font-size: 1.2rem;
  font-weight: 400;
}

/* Title */

.title-heading {
  font-family: "Montserrat";
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
}

#title {
  background-color: #FF4C68;
  color: #FFFFFF;
}

.title-container-fluid {
  padding: 3% 15% 7%;
}

/* Title Image */

.title-image {
  max-width: 60%;
  position: absolute;
  transform: rotate(25deg);
  right: 25%;
}

/* Download Buttons */

.download-button {
  margin: 5% 3% 5% 0;
}

/* Features */

#features {
  background-color: #FFFFFF;
  padding: 7% 15%;
  position: relative;
}

.feature-col {
  text-align: center;
  padding: 4.5%;
}

.feature-icon {
  color: #EF8172;
  margin-bottom: 1rem;
}

.feature-icon:hover {
  color: #FF4C68;
}

.feature-heading {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 900;
}

.feature-paragraph {
  color: #8F8F8F;
}

/* Testimonial Section */

#testimonials {
  background-color: #EF8172;
  color: #FFFFFF;
  text-align: center;
}

.testimonial-text {
  font-family: "Montserrat";
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
}

.testimonial-image {
  border-radius: 100%;
  margin: 20px;
  width: 10%;
}

.carousel-item {
  padding: 7% 15%;
  transition-duration: 1s;
}

/* Press Section */

#press {
  background-color: #EF8172;
  text-align: center;
  padding-bottom: 3%;
}

.press-image {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */

#pricing {
  padding: 100px;
  text-align: center;
}

.pricing-heading {
  font-family: "Montserrat";
  font-size: 3rem;
  font-weight: 900;
}

.pricing-subheading {
  font-family: "Montserrat";
  font-weight: 400;
}

.pricing-col {
  padding: 3% 2%;
}

.card {
  margin-top: 1%;
}

.card-header>h3 {
  font-family: "Montserrat";
  font-weight: 500;
}

.card-body>h2 {
  font-family: "Montserrat";
  font-weight: 700;
}

/* Call To Action */

#cta {
  background-color: #FF4C68;
  color: #FFFFFF;
  padding: 7% 15%;
  text-align: center;
}

.cta-heading {
  font-family: "Montserrat";
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
}

/* Footer Section */

.footer-section {
  padding: 7% 15%;
  text-align: center;
}

.footer-links {
  color: #55ACEE;
  height: 25px;
  margin: 5px;
  text-decoration: none;
  width: 25px;
}

.footer-copyright {
  margin-top: 7px;
}

/* Media Query */

@media (max-width: 1350px) {

  #title {
    text-align: center;
  }

  .title-heading,
  .cta-heading {
    font-size: 2.5rem;
    text-align: center;
  }

  .title-image {
    position: static;
    padding-top: 7%;
    transform: rotate(15deg);
  }

  .testimonial-text {
    font-size: 2rem;
  }
}
