body{
  font-family: "Montserrat-Bold";
  text-align: center;

}
#title{
  background-color:#ff4c68;
  color:#fff;
  text-align: left;
}
.container-fluid{
  padding:3% 15% 7%;
}
h1{
  font-family: "Montserrat-Black";
  font-size:3.5rem;
  line-height: 1.5;
}
h2{
  font-family: "Montserrat-Bold";
  font-size: 3rem;
  line-height: 1.5;
  color: #efefef;
}
h3{
  font-family: 'Montserrat-800', sans-serif;
  font-size: 1.5rem;
  font-weight: 8;
}
p{
  color:#8f8f8f;
}
.navbar{
  padding-bottom:0 0  4.5rem;
}
.navbar-brand{
  font-family: "Ubuntu";
  font-size: 3 rem;
  font-weight: bold;
}
.nav-item{
  padding: 0 18px;
}
/* BUTTON*/
.Download-button{
  margin:5% 3%  5% 0;
}
/*title image*/
.title-img{
  width:60%;
  transform:rotate(25deg);
  padding-top: 5%;
  position: absolute;
  right: 30%;
}
/*features*/
#features{
  padding:7% 15%;
  background-color: #fff;
  position: relative;

}
.feature-box{
    text-align: center;
    padding: 5%;
}
.icon{
  color:#ef8172;
  margin-bottom: 1rem;
}
.icon:hover{
  color:#ff4c68;
}
/*Testimonials*/
#testimonials{
  padding:7% 15%;
  text-align: center;
  background-color: #ef8172;
}
.testimonial-image{
  width: 10%;
  border-radius: 100%;
  margin:20px;
}

.carousel-item{
     padding:7% 15%;
}

#press{
  background-color: #ef8172;
  text-align: center;
  padding-bottom: 3%
}
.press-logo{
  width:15%;
  margin: 20px 20px 50px;
}
/*Pricing*/
#pricing{
  padding:100px;
  text-align: center;
}
.pricing-col{
  padding:3% 2%;
}
.prac{

  color: Black;
}
/*cta*/
#cta{
  background-color: #ff4c68;
  color:#fff;
   padding:7% 15%;
   text-align: center;
}
.cta-heading{
  font-family: "Montserrat-Black";
  font-size: 3.5rem;
  line-height: 1.5;
}

/*footer*/
#footer{
  padding:7% 15%;
  text-align: center;
}
.social-icon{
  margin:20px 10px;
}

@media (max-width: 1028px) {
#title{
  text-align: center;
}
.title-img{
  transform: rotate(0);
  position: static;
}
}
