body {
  font-family: 'Montserrat-Black', sans-serif;

}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat-Black', sans-serif;
}

i:hover {
  color: #ff4c68;
}

/* Headings */

.big-heading {
  font-family: 'Montserrat-Black', sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}

.card-headings {
  font-weight: bold;
}


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



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

.rotateimg180 {
  transform: rotate(25deg);
  width: 20%;
  margin-left: 60px;
  position: absolute;
  text-align: center;
  margin-top:10px;
}

/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem;
}

.nav-button {
  position:absolute;
  right:0;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding-left: 18px;
  padding-right: 18px;
}

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

/* Download Butttons */
.download-button {
  margin: 5% 3% 5% 0;
}

/* Feature */
#features {
  padding-left: 10%;
  padding-right: 10%;
  background-color: #fff;
  position: relative;
}

.feature-title {
  font-size: 1.5rem;
}

.feature {
  color: #ef8172;
  font-size: 60px;
  margin-bottom: 10px;
}

.feature-item {
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: center;
  line-height: 1.5;
}



.feature-para {
  color: #8f8f8f;
  padding-left: 15%;
  padding-right: 15%;
}



/* Testimonials section */
#testimonials {
  text-align: center;
  background-color: #ef8172;
  color: #fff;
}

.testimonial-text{
  font-size: 3rem;
  line-height: 1.5;
}

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

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

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

/* Carousel Slide show */
.carousel-item {
  padding: 7% 15%;
}

/* Pricing bootstrap card */
#pricing {
  padding: 100px;
  text-align: center;
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

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

.price-header {
  background-color: #D3D3D3;
}


/* Media Query breakpoints for responsive website */
@media (max-width:1028px) {
  #title {
    text-align: center;
  }

  .rotateimg180 {
    position: static;
    transform: rotate(0);
    width: 60%;
  }
}

/* Pre-footer Section */
#cta {
  text-align: center;
  background-color: #ff4c68;
  padding-top: 10%;
  padding-bottom: 5%;
}

 .cta-header {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10%;
  padding-right: 10%;
}

/* Footer Icons */
#footer {
  text-align: center;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.footer-icons {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 10px;
}
