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

body {
  font-family: "montserrat", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserrat";
}

h1 {
  font-size: 3.5rem;
  line-height: 1.5;
  font: bolder;
}

h2 {
  font-size: 3rem;
  line-height: 1.35;
}

h3 {
  font-weight: bold;
  font-size: 1.7rem;
}

p {
  color: #8f8f8f;
}

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

.title-image {
  transform: rotate(0deg);
  width: 32%;
  right: 12%;

  position: absolute;
}

/* Navigation Bar */

.navbar-brand {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}

.navbar {
  padding: 0 0 60px;
}

.nav-item {
  padding: 0 15 7px;
}

.nav-link {
  font-size: 1.2rem;
}

/* Download Buttons */

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

/* Features Section */

#features {
  background-color: #fff;
  padding: 7% 15%;
  position: relative;
  /* z-index: 1; */
}

.feature-box {
  text-align: center;
  padding: 5%;
}

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

.icon:hover {
  color: #ff4c68;
}

#testimonials {
  text-align: center;
  background-color: #ef8172;
  color: #fff;
}

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

#press {
  background-color: #ef8172;
  text-align: center;
  padding: 0px 0px 50px 0px;
}

.press-logo {
  width: 13%;
  padding: 0 29px;
}

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

/* Pricing Section */

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

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

@media (max-width: 1050px) {
  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}

/* Call to action */

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

.cta-header {
  font-size: 30px;
  font-family: montserrat;
  font-weight: 1.5rem;
}

.cta-buttons {
  padding-top: 30px;
}

/* Footer */

#footer {
  background-color: #fff;
  padding: 5% 5%;
  text-align: center;
  line-height: 2px;
}

.social-icon {
  padding: 15px;
}
