html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
}

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

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.5;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}

p {
  color: #8F8F8F;
}

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

/* Navbar Style */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

/* Download Button */
.dowload-button {
  margin: 5% 3% 5% 0;
}

/* Title Image */
#title {
  background-color: #FF4C68;
  color: #fff;
}

.title-img {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

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

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

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

.icon:hover {
  color: #FF4C68;
}

/* Testimonials Section */
#testimonials {
  text-align: center;
  background-color: #EF8172;
  color: #FFF;
}

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

.testimonial-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}

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

/* Press Section */
#press {
  background-color: #EF8172;
  padding-bottom: 3%;
  text-align: center;
}

.press-img {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */
#pricing {
  padding: 7% 15%;
  text-align: center;
}

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

/* Call to Action Section */
#cta {
  background-color: #FF4C68;
  text-align: center;
  padding: 7% 15%;
  line-height: 1.5;
}

.cta-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  color: #FFF;
}

/* Back to Top Button */

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 48px;
    display: none;
    background-color: #FF4C68;
    color: #FFF;
}

/* Footer Section */
#footer {
  padding: 7% 15%;
  text-align: center;
  background-color: #FFF;
}

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

/* Media Query Breakpoints */
@media (max-width: 1028px) {
  #title {
    text-align: center;
    padding:
  }

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