body {
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: bolder;
}

p {
    color: #8f8f8f;
}

/* Container */

.container-fluid {
    padding: 15% 7%;
}

/* Headings */

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

.section-heading {
    font-size: 2rem;
    line-height: 1.5;
}

/* Navigation Bar */
.navbar {
    padding-bottom: 4.5rem;
}
.navbar-brand {
    font-family: "Ubuntu";
    font-size: 2rem;
    font-weight: bold;
}

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

.nav-link {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

/* Title Section */
#title {
    background-color: #9DD6DF; /* #25316D #5f6f94 #97D2EC #FEF5AC */
    text-align: left;
}

#title .container-fluid {
    padding: 3% 15% 7%;
}

/* Download Button */

.download-button {
    margin: 5% 3% 5% 0;
}

/* Tittle Image */

.title-image{
    width: 15%;
    position: absolute;
    right: 20%;
}

/* Feature Section */

#features {
    background-color: #fff;
    position: relative;
}

.feature-title{
    font-size: 1.5rem;
    font-weight: bold;
}

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

.icon {
    color: #97e2dc;
    margin-bottom: 1rem;
}

.icon:hover {
    color: #9DD6DF;
}

/* Testimonial Section */

#testimonials {
    background-color: #9DD6DF;
}

.textimonial-text {
    font-size: 2rem;
    line-height: 1.5;
}

.testimonial-image {
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}

#press {
    background-color: #9DD6DF;
    padding-bottom: 3%;
}

.press-logo {
    width: 15%;
    margin: 20px 20px 50px;
}

/* Pricing Section */

#pricing {
    padding: 100px;
}

.price-text{
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
}

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

/* CTA Section */

#cta {
    background-color: #9DD6DF;
}

/* Footer Section */

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

@media (max-width: 1048px) {
    #title {
        text-align: center;
    }
    .title-image {
        position:static;
        width: 65%;
    }
}