body{
    font-family: "montserrat";
}

.container-fluid{
    padding: 3% 15% 5%;
}


/* title */

#title{
   background-color: #ff4c68;
}
h1{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
}
h2{
    font-size: 2rem;
    color: #fff;
    text-align: center;
}
h3{
    font-family: 'montserrat';
    font-size: 1.5rem;   
}
.para{
    color: #8f8f8f;
    padding: 0 5%;
 
}


/* navbar */

.navbar{
    padding: 0 0 4.5rem;
}
.navbar-brand{
    font-family: "ubuntu";
    font-size: 2rem;
    font-weight: bold;
}
.nav-item{
    padding: 0 10px;
}
.nav-link{
    color: rgb(255 255 255 / 80%);
    font-size: 1.2rem;
    font-family: "montserrat-light";
}


/* download buttons */

.download-buttons{
    margin: 5% 3% 5% 0;
}


/* title image */

.title-image{
    width: 65%;
    padding: 0 0 0 20%;
    transform: rotate(25deg);
}


/* feature box */

#features{
    padding: 10% 15%;
    background-color: #fff;   
}

.fa-4x{
    color:#ef8172 ;
    text-align: center;
    padding: 4.5%;
}

.fa-4x:hover{
    color: #ff4c68;
}

.feature-box{
    text-align: center;
    
}


/* testimonials */

#testimonials{
    color: #fff;
    background-color: #ef8172;
    text-align: center;  
}

.testimonial-image{
    text-align: center;
    border-radius: 100%;
    width: 20%;
}

.carousel-item {
    padding: 5% 20% ;
}



/* press */

#press{
    background-color: #ef8172;
    text-align: center;
}
.press-image{
   width: 20%;
   padding: 5% 3%;
}


/* pricing */

#pricing{
    padding: 5% 5%;
    text-align: center;
}
.pricingfree{
    color: #24A0ed;
}
 .pricingh2{
     color: black;
 }



/* Call to Action  */

#cta{
    background-color: #ff4c68;
    text-align: center;
    padding: 7% 15%;
}
.call-to-action-h3{
    font-size: 3rem;
    color: #fff;
    padding: 0 10%;
}


/* footer */

#footer{
    background-color: #fff;
    text-align: center;
    padding: 3.5% 7%;
}
.footer-icons{
    padding: 5px;
}

@media(max-width:1100px){
    .title-image{
        transform: rotate(0);
        position: static;
        padding: 0 1% 0 0;
    }
    #title{
        text-align: center;
    }

}
