body {
  font-family: "montserrat";
}

#title {
  background-color: #ff4c68;
  /* background-color: #f8496ffd; */
}

.primary-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
}

.container-fluid {
  padding: 3% 14% 7%;
}

/* navbar style */

.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", sans-serif;
  font-weight: 400;
}

/* download button */
.download-button {
  margin: 5% 3% 5% 0;
}

/* titlt-image */
.title-image {
  max-width: 50%;
  height: 80%;
  transform: rotate(25deg);
  position: absolute;
  right: 25%;
}

/* *************************
 ****features section ****
**************************/

#features {
  padding: 7% 12%;
  background-color: #fff;
  position: relative;
}

.feature-box {
  text-align: center;
  padding: 4.5%;
}

h3 {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

p {
  color: #8f8f8f;
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

/* *************************
 ****TESTIMONIAL section ****
**************************/

#testimonials {
  text-align: center;
  background-color: #ef8172;
  color: #fff;
}

.carousel-item {
  padding: 7% 15%;
}

h2 {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

#press {
  background-color: #ef8172;
  text-align: center;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* *************************
 ****PRICING section ****
**************************/

#pricing {
  padding: 100px;
  text-align: center;
}

.pricing-item {
  padding: 3% 2%;
}

@media only screen and (max-width: 1200px) {
  .title-image {
    position: absolute;
    right: 20%;
    /* height: 90%%; */
  }
  .primary-heading {
    font-weight: 700;
  }
}

@media only screen and (max-width: 992px) {
  .title-image {
    position: relative;
    left: 10px;
    transform: rotate(0);
    height: 100%;
  }
  #title {
    text-align: center;
  }
  .primary-heading {
    font-size: 2rem;
    font-weight: 500;
  }
  h2 {
    font-size: 1.6rem;
    font-weight: 400;
  }
  #pricing {
    padding: 70px;
  }
  .cta-heading {
    font-size: 3rem;
    font-weight: 500;
  }
}

/* *************************
 ****CTA section ****
**************************/

#cta {
  padding: 5% 15% 5%;
  text-align: center;
  background-color: #ff4c68;
}

.cta-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
  color: #fff;
}

/* *************************
 ****FOOTER section ****
**************************/

#footer {
  padding: 7% 15%;
  text-align: center;
  background-color: #fff;
}

.footer-icons {
  padding: 2%;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
