body {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.container-fluid {
    padding: 3% 15% 7%;
}

/*Sections*/

.white-section {
    background-color: #FFF;
}

.colored-section {
    background-color: #FF4C68;
    color: #FFF;
}

/*Headers*/  

.big-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.5;
}

.section-heading {
    font-size: 3rem;
    line-height: 1.5;
}

/*Title Section*/

#title {
    text-align: left;
}

.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
}

.nav-item {
    padding: 0 18px;
}

.nav-link {
    font-size: 1.2rem;
    font-weight: 400;
}

#title-img {
    position: absolute;
    transform: rotate(30deg);
    width: 20%;
    right: 25%;
}


.download-btn {
    margin: 5% 3% 5% 0%;
}


/*Features Section*/
#features{
    position: relative;
    z-index: 1;
}

.feature-title {
    font-size: 1.5rem;
}

.feature-item {
    padding: 3%;
}
.feature-item h3 {
    font-weight: 700;
    font-size: 1.5rem;
}

.feature-item p {
    color: #8F8F8F;
    font-weight: 400;
}

.fa-feature-icon {
    color: #EF8172;
    margin-bottom: 1rem;
}

.fa-feature-icon:hover {
    color: #FF4C68;
}

/*Testimonial Section*/
#testimonials {
    background-color: #EF8172;
}

.testimonial-img {
    border-radius: 100%;
    margin: 20px;
    width: 15%;
}

.testimonial-text {
    font-size: 3rem;
    line-height: 1.5;
}

.carousel-item {
    padding: 7% 15%;
}

#press {
    background-color: #EF8172;
    padding-bottom: 3%;
}

.press-img {
    width: 15%;
    margin: 20px 20px 50px;
}

/*Pricing Section*/
#pricing  {
    margin-top: 2%;
}

.pricing-column {
    padding: 3% 2%;
}

.price-text {
    font-size: 3rem;
    line-height: 1.5;
}

/*CTA Section*/

#cta h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.5;
    padding: 3% 2% 0.5%;
}

#cta div {
    padding-bottom: 3%;
}

/*Footer*/
#footer {
    background-color: #FFF;
}

#footer .container-fluid {
    padding: 3% 15% 2%;
}

#footer p {
    color: #8F8F8F;
    font-weight: 600;
}

#footer i {
    margin: 20px 10px;
}

@media (max-width: 991px) {
    #title {
        text-align: center;
    }
    
    #title-img {
        position: static;
        transform: rotate(0deg);
        width: 50%;
    }
}

@media (max-width: 1025px) {
    #title-img {
        right:10%;
    }

}
