#title
{
    background-color:#ff4c68;
    color: white;
}

body
{
    font-family: "Montserrat";    

}
.container-fluid
{
    padding: 3% 15% 7%;
}

/* for navigation bar */
.navbar
{
    padding: 0 0 4.5rem;
}
.navbar-brand
{
    font-family: "Ubuntu";
    font-size: 2.5rem;
    font-weight: bold ;
}
.nav-item
{
    padding: 0 18px;
}

.nav-link
{
    font-size: 1.2rem;
    font-family: "Montserrat-Light";

}

/*download button */

.download-btn
{
    margin: 5% 3% 5% 0;

}

/*title image*/

.title-img
{
    width: 100%;
    margin-left: 5%;
    padding-top: 5%;
    
}

/*features */
p
{
    color: gray;
}
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;
}
h3
{
    font-family: "Montserrat-Black" ;
    font-size: 2rem;
    font-weight: bold;
}
#features
{
    padding: 7% 15%;
}

.feature-box
{
    text-align: center;
}
.fas
{
    color: #ef8172;
    margin-bottom: 5px;
}

.fas:hover
{
    color: pink;
}


/*features*/

#testimonials
{
    padding: 7% 15%;
    background-color:  #ef8172;
    text-align: center;
    color: white;
}

.testimonial-img
{
    width: 10%;
    border-radius: 100%;
    margin:20px;
}
.carousel-item
{
    padding: 7% 15%;
}

/*press*/

#table-p
{
    background-color:  #ef8172;
    text-align: center;
    color: white;
    padding-bottom: 10%;
}
.table
{
    width: 100%;
}


/*pricing*/

#pricing
{
    padding: 100px;
    text-align: center;
}

.pricing-column
{
    padding:3% 2% ;
}

@media(max-width:1028px)
{
    #title
    {
        text-align: center;
    }
    .title-img
    {
        position: static;
        transform: rotate(0);

    }
}

#cta
{
    background-color:#ff4c68 ;
    text-align: center;
    padding-top: 5%;
    color: white;
    padding-bottom: 5%;
}
.head
{
    font-family:"Montserrat-Bold";
    font-size: 3rem;
    line-height: 1.5;
}

#footer
{
    padding-top: 5%;
    text-align: center;
}
.social
{
    margin: 20px 10px;
}