
body{
  font-family: "Montserrat";
}
h2{
  font-size: 3rem;
  font-weight: bolder;
  line-height: 1.5;
}

h3{
  font-weight: bold;
  font-family: "Montserrat";
}
p{
  color: #8f8f8f;
}

/* Title Section */

#title{
  background-color: #A66CFF;
  color: #fff;
}

.title-h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.container-fluid{
  padding: 2% 10% 5%;
}

/* Navbar */

.navbar-brand{
 font-size: 2.5rem;
 font-family: 'Ubuntu';
 line-height: 1.5;
}
.navbar{
  padding-bottom: 4.5rem;
}

.nav-item{
  padding:0 20px;
}

.nav-link{
  font-family: "Montserrat";
  font-size: 1.1rem;
  font-weight: 300;
}

/* download buttons */

.Download-Button{
  margin: 6% 4% 6% 0;
}
.title-image{
  width: 15%;
  transform: rotate(25deg);
  position: absolute;
  right: 20%;
}

@media (max-width: 1283px){
  #title{
    text-align: center;
  }
  .title-image{
    position: static;
    transform: rotate(0);
    width: 50%;
  }
}
/* Feature */

#features{
  text-align: center;
  padding: 10% 10%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}


.feature-icon{
  margin-bottom: 1.5rem;
  color: #AE7AFF;
}
.feature-icon:hover{
  color: #A66CFF;
}
.feature-p{
  padding: 0 25%;
}

/* Testimonial Section */

#testimonials{
  background-color: #AE7AFF;
  text-align: center;

  color: #fff;
  font-family: montserrat;

}
.testimonial-image{
  width: 10%;
  border-radius: 100%;
  margin: 2% 1rem;
}
#press{
  background-color: #AE7AFF;
  padding: 0 10% 3%;
  text-align: center;
}
.press-image{
  margin-left: 20px;
  width: 10%;
}

.carousel-item{
  padding: 10% 10%;
}

/* Pricing Section */

#pricing{
  text-align: center;
  padding: 100px;
}

.pricing-col{
  padding: 3% 1.5%;
}

/* CTA Section */

#cta{
  background-color: #A66CFF;
  padding: 5% 10% 5%;
  text-align: center;
  font-weight: bolder;
}
.ctah{
  padding: 0 10% 1%;
}
.cta-btn{
  margin: 2% 0 0;
}

/* Footer Section */

#footer{
  text-align: center;
  background-color: #fff;
  padding: 3% 10% 2%;
}
.footer-icon{
  margin: 1rem;
}
.footer-icon:hover{
  color: #A66CFF;
}
