/********************** Navigation Bar ****************************/
#navbar-brand{
    font-family: 'Ubuntu';
    font-size: 2.5rem;
    font-weight: bold;
}

.nav-item{
    padding: 0 18px;
}

#title{
    background-color: #ff4c68;
    color: #fff;
}

#top-part{
    padding-top: 4.5rem;
}

.big-heading{
    font-family: 'Montserrat', sans-serif;
    size: 3rem;
    line-height: 1.5;
    margin: 3% 15%;
}

h3{
    font-family: 'Montserrat';
    font-weight: bold;
}

p{
    color: #8b8b8b;
}

body{
    font-family: 'Montserrat', sans-serif;
}

.nav-link{
    font-size: 1.2rem;
    font-weight: lighter;
}

.navbar{
    padding: 0 18px;
}


/****************** Download Buttons ***********/
.download-button{
    margin: 15% 3% 5% 0;
}

.buttons{
    margin-left: 15%;
}

/****************** Title Image ***********/
.title-image{
    width: 50%;
    transform: rotate(25deg);
}

/****************** Features Area *************/
#features{
    background-color: #fff;
    padding: 7% 15%;
}

.feature-box{
    text-align: center;
    padding: 5%;
}

.fas{
    color: #ef8172;
    margin-bottom: 1.5rem;
}
.fas:hover{
    color: red;
}

/****************** Testimonaials *****************/
#testimonials{
    padding: 7% 15%;
    text-align: center;
    background-color: #ef8172;
    color: #fff;
}

h2{
    font-family: 'Montserrat', sans-serif;
    size: 3rem;
    line-height: 1.5;
}

.testimonial-image{
    width: 10%;
    border-radius: 100%;
    margin: 3% 5%;
}

/****************** Featured by companies *****************/
#gh-logo{
    width: 9%;
}

#toi-logo{
    width: 13.5%;
}

.press-logo{
    margin-right: 5%;
    margin-left: 5%;
}

#press{
    text-align: center;
    background-color: #ef8172;
    padding-bottom: 3%;
}

.carousel-item{
    padding: 7% 15%;
}

/****************** Pricing Section  *****************/
#pricing{
    padding: 100px;
    text-align: center;
}

.pricing-column{
    padding: 3% 2%;
}

@media (max-width: 1028px){
    .title-image{
        transform: rotate(0);
    }

    #title{
        text-align: center;
    }
}

/****************** Call to Action Area *****************/
#cta{
    background-color: #ff4c68;
    color: #fff;
    padding: 7% 15%;
    text-align: center;
}

.cta-heading{
    font-size: 3rem;
    font-weight: 1.5;
}

/****************** Footer Section *****************/
#footer{
    padding: 7% 15%;
    text-align: center;
}

.social-icon{
    margin: 20px 10px;
    color: black;
}
