body {
  font-family: "Montserrat";
}

h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat-Bold";
}

p {
color: #000000;
}

/* Headings */
.big-heading {
  font-family: "Montserrat";
  font-size: 3.1rem;
  line-height: 1.5;
  font-weight: 900;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
}

#title {
  background-color: #000000;
  color: #fff;
}
.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-family: "Montserrat";
}

/* Download Buttons */
.download-button {
  margin: 5% 3% 5% 0;
}
/* Title image */
.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}
/* Features Section */

#features {
padding: 7% 15%;
background-color: #fffdd0;
position: relative;
z-index: 1;
}
.feature-title {
  font-weight: 600;
  font-size: 1.6rem;
}


.feature-box {
text-align: center;
padding: 5%;
}
.icon {
color: #fcee23;
margin-bottom: 1rem;
}
.icon:hover {
color: #ff4c68;
}
/* Testimonial Section */
#testimonials {

text-align:center;
background-color: #e76f34;
color: #fff;
}

.testimonial-text {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
}

.testimonial-image {
width: 15%;
border-radius: 100%;
margin: 20px;
}
#press {
background-color: #e76f34;
text-align: center;
padding-bottom: 3%;
}
.press-logo {
width: 15%;
margin: 20px 20px 50px;
}
.carousel-item {
padding: 7% 15%;
}
/* Pricing Section */
#pricing {
padding: 100px;
text-align: center;
}
.pricing-column {
padding: 3% 2%;
}
.price-text {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
}
.card-h {
  font-weight: 600;
  font-size: 1.6rem;
}

/* CTA Section */
#cta {
  background-color: #000000;
  color: #fff;
  padding: 7% 15%;
  text-align: center;
}

/* Footer Section */
#footer {
  padding: 7% 15%;
  text-align: center;
}
@media (max-width: 1028px) {
  #title {
    text-align: center;
  }
  .title-image {
    position: static;
    transform: rotate(0);
  }
}
.social-icon {
  margin: 20px 10px;
}
