body {
    font-family: "Montserrat";
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat';
    font-weight: 900;
}


.container-fluid {
    padding: 7% 15%;
}


/* section */

.colored-section {
    background-color: rgb(235, 80, 80);
    color: white;
}


.white-section {
    background-color: #fff;
}

.apple {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
}


#title .container-fluid {
    padding: 3% 15% 7%;
    text-align: left;
}

/* nav bar */
.navbar {
    padding: 0 0 4.5em;
}

.navbar-brand {
    font-family: "Ubuntu";
    font-size: 2.5em;
    font-weight: 900;
}

.nav-item {
    padding: 0 18px;
}

.nav-link {
    font-size: 1.2em;
    font-family: 'Montserrat';
    font-weight: 700;
}

/* batton */

.down-btn {
    margin: 5% 3% 5% 0;
}

.title-img {
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
    width: 350px;
    right: 30%;
}

/* feateres */

#features {    
    position: relative;
    z-index: 1;
}

.feature-title {
    font-size: 1.5rem;
}

.feature-box {
    padding: 5%;
}


p {
    color: #8f8f8f;
}

.big-heading {
    font-family:'Montserrat';
    font-size: 3em;
    font-weight: 900;
    line-height: 1.5;
}

.section-heading {
    font-size: 3em;
    line-height: 1.5;
}

.price-text {
    font-size: 3rem;
    line-height: 1.5;
}

.feat {
    width: 80px;
    height: 80px;
    color:  rgb(235, 80, 80);
    margin-bottom: 1rem;
}

.feat:hover {
    color: violet;
}

/* <!-- Testimonials --> */

#testimonials {
    background-color:  rgb(235, 80, 80);
}

.testimonial-text {
    font-size: 3rem;
    line-height: 1.5;
}

.carousel-item {
    height: 500px;
}



.testimonial-image {
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}

#press {
    background-color:  rgb(235, 80, 80);
    padding-bottom: 3%;
}

.press-logo {
    width: 15%;
    margin: 20px 20px 50px;
}

/* pricing */

#pricing {
    padding: 100px;
}

.pricing-column {
    padding: 3% 2%;
}

.pricing-btn {
    width: 90%;
}
/* cta */


/* footer */


.footer-link {
    width: 25px;
    margin: 20px 10px;
}
@media (max-width: 1028px) {

    #title {
        text-align: center;
    }

    .title-img {
        position: static;
        transform: rotate(0);
    }
}

/*  */

/*  */