body{
    font-family: 'Montserrat' !important;
}


#title
{
    padding: 0% 15% 7% 15%;
    background-color: #ff4c68;
    color: #fff;
}


.container-fluid{
    padding: 3% 15% 7%;
}


p{
    color: grey;
}


h3{
    font-weight: bolder;
}


.title-image{
    transform: rotate(25deg);
    width: 60%;
    position: absolute;
}

.btn{
    margin: 1rem .5rem 1rem .5rem;
}

.navbar-brand{
    font-family: 'Ubuntu';
    font-size: 3rem !important;
    font-weight: bold;
}


.navbar{
    padding-bottom: 3rem;
}

.nav-item{
    font-family: 'Ubuntu' !important;
}



/*feature section */


#features
{
    padding: 7% 15%; 
    position: relative;
    
    background-color: #fff;
}


.frature-box
{
    text-align: center;
    padding: 5%;
}


.icon{
    color: #ef8172;
    margin-bottom: 1rem;
}


.icon:hover{
    color: #ff4c68;
    transition-duration: .2s;
}

/*testimonials section*/


#testimonials{
    text-align: center;
    background-color: #ef8172;
    color: #fff;
}

.testimonial-image{
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}

#press{
    background-color: #ef8172;
    padding-bottom: 3%;
    text-align: center;
}

.press-logo{
    width: 15%;
    margin: 20px 20px 50px;
}

.carousel-item{
    padding: 7% 15%;
}



/*pricing-section*/

.pricing-button{
    width: 100%;
}

#pricing{
    padding: 100px;
    text-align: center;
}

@media (max-width: 1065px){
    .title-image{
        position: static;
        transform: rotate(0);
    }
    #title{
        text-align: center;
    }
}



/*cta*/


#cta{
    background-color: #ef8172;
    text-align: center;
    color:#fff;
    padding: 7% 15%;
}

/*footer*/

#footer{

    padding: 7% 15%;
    text-align: center;
    font-family: auto !important;
}


.social-icon{
    margin: 20px 10px;
}

    