/* * {
    border: 1px solid;
} */

body {
    font-family: 'Montserrat', sans-serif;
}


#title {
    background-color: #ff4c68;
    color: #fff;
}

.container-fluid {
    padding: 3% 15%;
}

h1 {
    font-family: 'Montserrat-black', sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
}


/* Navigation Bar */

.navbar{
    padding-bottom: 4.5rem;
}

.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2rem;
    font-weight: bold;
}

.nav-item {
    padding: 0 18px;
}

.nav-link {
    font-size: 1.2rem;
}

/* Download Buttons */

.download-btn {
    margin: 5% 3% 5% 0;
}

/* Title Image */


.title-img {
    /* width: 60%; */
    transform: rotate(25deg);
    position: relative;
    left: 20%;
}

/* Features Section*/

#features {
    text-align: center;
    padding: 7% 15%;
    background-color: #fff;
}

.sub-feature {
  margin: 50px 0;
  padding: 5%;
}

#features i {
    color: #ef8172;
    margin-bottom: 1rem;
}

#features i:hover {
    color: #ff4c68;
}

#features h3 {
    font-weight: bold;
}

#features p {
    color: #8f8f8f;
}

/* Testimonials Section */

#testimonials {
    background-color: #ef8172;
    text-align: center;
    color: #fff; 
}

.carousel-item {
    padding: 7% 15%;
}

#testimonials h2 {
    font-size: 3rem;
    line-height: 1.5;
}

#testimonials img {
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}

#press {
    background-color: #ef8172;
    padding-bottom: 5%;
    text-align: center
}

#press img {
    width: 15%;
    margin: 20px;
}


/* Pricing section */

#pricing {
    padding: 7% 15%;
    text-align: center;
    line-height: 2;
}

#pricing h2 {
    font-weight: 800;
    font-size: 2rem;
}

#pricing h3 {
    font-weight: 500;
}

#pricing button {
    width: 100%;
}

.pricing-box {
    margin: 50px  0;
}

/* Call to Action */

#cta {
    background-color: #ff4c68;
    padding: 7% 15%;
    text-align: center;
}

#cta h3 {
    color: #fff;
    font-size: 2rem;
    width: 50%;
    margin: 0 auto;
    line-height: 1.5;
}

#cta button {
    margin: 4rem 2rem 0; 
}

/* Footer */

footer {
    background-color: #fff;
    text-align: center;
    padding: 1rem 1rem 0;
}

footer p {
    color: #8f8f8f;
    margin-bottom: 10px;
}

footer i {
    margin: 3% 10px 10px;
}



@media (max-width: 992px) {
    .title-img {
        transform: rotate(0);
        position: static;
    }
}
