body {
  font-family: 'Montserrat';
}

#title {
  background-color: #CE49BF;
  color: white;
}

h1 {
  font-family: "Montserrat";
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 900;
}

h2 {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

h3 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 1.3rem;
}

p {
  color: #8f8f8f;
}

.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-weight: lighter;
}

/* Download-Button */
.download-button {
  margin: 5% 3% 5% 0;
}

/* Title-Image */
.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

.title-img-div {
  position: relative;
}

/* Feature Section */
#features {
  padding: 7% 15%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.feature-box {
  text-align: center;
  padding: 5%;
}

/* Icon */
.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

/* Testimonial Section */
#testimonials {
  text-align: center;
  background-color: #A63EC5;
  color: #fff;
}

.carousel-item {
  padding: 7% 15%;
}

.testimonial-image {
  border-radius: 100%;
  width: 10%;
  margin: 20px;
}

/* press section */
#press {
  background-color: #A63EC5;
  text-align: center;
  padding-bottom: 3%;
}

.press-image {
  width: 15%;
  margin: 20px 20px 50px;
}

/* pricing section */
#pricing {
  padding: 100px;
  text-align: center;
}

.pricing-column {
  padding: 3% 2%;
}

@media (max-width: 1028px) {
  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0deg);
  }
}

/* Call to Action */
#cta {
  background-color: #F190B7;
  text-align: center;
  padding: 7% 15%;
  color: #fff;
}

#ctah3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.5;
}

/* Footer */
#footer {
  text-align: center;
  padding: 7% 15%;
}

.social-media {
  margin: 20px 10px;
}
