body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
#title{
   background-color:  #FF4C68;
   color: #fff;
}
.container-fluid{
    padding: 3% 15%;
}
h1{
    font-family: 'Montserrat', sans-serif;
    
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 900;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.5;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}
p{
    color: #8F8F8F;
}

/* Navigation Bar */

.navbar{
    padding-bottom: 4.5rem;
}
.navbar-brand{
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}
.nav-item{
    padding: 0 18px;
 
}
.nav-link{
    font-size: 1.2rem;
}

/* Download Button */

.download-button{
    margin: 5% 3% 5% 0;
}

/* Title Images */
.title-image{
    width: 18%;
    right: 25%;
    transform: rotate(25deg);
    position: absolute;

}

/* Features */
#features{
    padding: 7% 15%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.features-box{
    text-align: center;
    padding: 5%;
}
.icon{
    color: #ef8172;
    margin-bottom:1rem;
}
.icon:hover{
    color: #FF4C68;
}


/* testimonials section */

#testimonials{
    
    text-align: center;
    background-color: #ef8172;
    color: #FFF;
}
.testimonial-image{
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}
#press{
    background-color: #ef8172;
    text-align: center;
    padding-bottom: 3%;
}

.carousel-item{
    padding: 7% 15%;
}
.press-logo{
    width: 15%;
    padding: 20px 20px 50px;
}

/* pricing */

#pricing{
    padding: 100px;
    text-align: center;
}
.pricing-column {
    padding: 3% 2%;
}

@media (max-width: 1028px){
    #title{
        text-align: center;
    }
    .title-image{
        position: static;
        transform: rotate(0);
        width: 60%;
    }
}

/* Call to action */

#cta{
    color: #fff;
    text-align: center;
    background-color: #FF4C68;
    padding: 7% 15%;
}
.cta-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 900;
}

#footer{
    text-align: center;
    padding: 7% 15%;
}
.social-icon{
    margin: 20px 10px;
}