body{
    font-family: 'Montserrat';
}
h1{
    font-family: 'Montserrat-black', sans-serif;
    line-height: 1.5;
    font-size: 3.5rem;
}
h2{
    font-family: 'Montserrat-black';
    font-weight: bolder;
    font-size: 3rem;
    line-height: 1.5;
}

h3{
    font-family: 'Montserrat-bold';
    font-weight: bold;
    font-size: 1.5rem;
}
p{
    color:#8f8f8f
}

#title{
    background-color: #ff4c68;
    color:#ffff;
}

.container-fluid{
    padding: 3% 15%;
}


/* Navigation bar */

.navbar{
    padding-bottom: 4.5rem;
}
.navbar-brand{
    font-family: 'Ubuntu';
    font-size: 2.5rem;
    font-weight: bold;
    
}



.nav-item{
    padding: 0 18px;
    
}

.nav-link{
    font-size: 1.5rem;
    font-family: 'Montserrat-light';
    
}

/* download buttons */
.button-download{
    margin: 5% 3% 5% 0;
}

/* title image */
.title-image{
    width: 25%;
    transform: rotate(25deg);
    position: absolute;
    
}


/* features section*/

#features{
    text-align: center;
    padding:7% 15%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.feature-icon{
    color: #ef8172;
    margin-bottom: 1rem;
}

.feature-icon:hover{
    color:#ff4c68
}



/* testimonial */


#testimonials{
    background-color: #ef8172;
    text-align: center;
    color:#ffff;
}
.carousel-item{
    padding:7% 15%;

}

.testimonial-img{
  width:10%;
  border-radius: 100px;
  margin: 20px;
}

#press{
    background-color: #ef8172;
    text-align: center;
    padding-bottom: 3%;
}

.press-logo{
    width:150px;
    margin:20px 20px 50px;
}

/* pricing */


.column-pricing{
    padding:3% 2%;
}

#pricing{
    padding:100px;
    text-align: center;
}


/* Call to action */
#cta{
    background-color: #ff4c68;
    padding: 7% 15%;
    text-align: center;
}

.action-btn {
    margin: 50px 5px;
}

.cta-text{
    font-family: 'Montserrat-black', sans-serif;
    font-size: 2.5rem;
    color: #fff;
}

/* footer */
#footer{
    background-color: #fff;
    text-align: center;
    padding: 2% 15%;
}

.footer-icon{
    color: rgb(15, 14, 14);
    margin: 15px 5px;
    margin-top: 100px;
    
  
}


/* media query */
@media (max-width:1071px){
    #title{
        text-align: center;
    }
   .title-image {
       transform: rotate(0);
       position: static;
       width:60%;
    }

   .nav-link{
    font-size:1.5rem;
    font-family: 'Montserrat-black';
    
}
    
    
}

 
