body {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}

p{
    color: #8f8f8f;
    font-weight: 90px;
}



/* Heading */

.big-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
}

.price-sec-heading {
    font-size: 3rem;
    line-height: 1.5;
}



/* Containers */

.container-fluid {
    padding: 7% 15%;
}



/* Sections */

.colored-section {
    background-color: #ff4c68;
    color: #fff;
}

.white-section {
    background-color: #fff;
}



/* Navbar */

.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.2 rem;
    font-family: 'Montserrat:wght@100', sans-serif;
}



/* Title */

#title .container-fluid {
    padding: 3% 15% 7%;  
    text-align: left;
}



/* Title Image */

.title-image {
    width: 320px;
    right: 25%;
    transform: rotate(25deg);
    position: absolute;
}



/* Download Button */ 

.download-button {
    margin: 5% 3% 5% 0;
}



/* Features Section */

#features {
    position: relative;   
}

.feature-box {
    padding: 5%;
}

.feature-title {
    font-size: 3rem;
    line-height: 1.5;
}

.icon {
    color: #ef8172;
    margin-bottom: 1rem;
}

.icon:hover {
    color: #ff4c68;
}



/* Testimonials */

#testimonials {
    background-color: #ef8172;
}

.testimonial-text {
    font-size: 3rem;
    line-height: 1.5;
}

.testimonial-image {
    border-radius: 100%;
    margin: 20px;
    width: 10%;
}


#press {
    background-color: #ef8172;
    padding-bottom: 3%;
    padding-top: 3%;
}

.press-logo {
    width: 15%;
    margin: 20px 20px 50px;
}



/* Pricing Section */

#pricing {
    padding: 100px;
}

.pricing-text {
    font-size: 3rem;
    line-height: 1.5;
}

.pricing-col {
    padding: 3% 2% ;
}



/* CTA section */

.cta-heading {
    font-size: 3rem;
    line-height: 1.5;
}



/* Footer */

.social-icon {
    margin: 20px 10px;
    /* margin: 1%; */
}



/* Media Query */

@media (max-width: 1247px) {
    .title-image {
        transform: rotate(0deg);
    }
}

@media (max-width: 1138px) {
    #title {
        text-align: center;
    }
    .title-image {
        transform: rotate(0deg);
        position: static;
    }
}