/* ***************************** TAG SELECTOR *************** */

body{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

p{
    color: #8f8f8f;
}

/*                           headings                       */
.big-heading{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.5;
}

.section-heading{
    font-size: 3rem;
    line-height: 1.5;
}

/*                          containers                       */
.container-fluid{
    padding: 7% 15%;
}

/*                          section                          */
.colored-section{
    background-color: #ff4c68;
    color: #fff;
}

.white-section{
    background-color: #fff;
}

/*                          title section                    */

#title .container-fluid{
    padding: 3% 15% 7%;
    text-align: left;
}


/*    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-family: "Montserrat";
    font-size: 1.2rem;
    font-weight: 300;
}

/* Download Buttons */

.download-btn{
    margin: 5% 3% 5% 0;
}

/*   title image      */

.title-img{
    width: 60%;
    transform: rotateZ(25deg);
    position: absolute;   
    right: 30%;
}

/*                      features section                 */
#features{
    position: relative;
}

.features-box{
    padding: 3%;
}

.feature-title{
    font-size: 1.5rem;
}

.features-icon{
    color: #EF8172;
    margin: 1rem;
}

.features-icon:hover{
    color: #ff4c68;
}

/*                  testimonials section                 */
#testimonials{
    background-color: #EF8172;
}

.testimonial-text{
    font-size: 3rem;
    line-height: 1.5;
}

.testimonial-image{
    border-radius: 100%;
    margin: 20px;
    width: 10%;
}

/*                  press section                        */
#press{
    background-color: #EF8172;
    padding-bottom: 3%;
}

.press-logo{
    margin: 20px 20px 50px;
    width: 15%;
}

/*                  pricing section                      */
#pricing{
    padding: 100px;
}

.price-text{
    font-size: 3rem;
    line-height: 1.5;
}

.pricing-column{
    padding: 3% 2%;
}

/*                   cta(call to action) section                         */


/*                  footer section                         */


.footer-icon{
    margin: 20px 10px;
}

/*  ******************* media query  ******************   */
@media (max-width: 991px){
    #title{
        text-align: center;
    }

    .title-img{
        position: static;
        transform: rotate(0deg);
    }
}