#title{
    background-color: #ff4c68;
    color:white;
}
.container-fluid{
    padding: 3% 15% 11%;
}
h1{
    font-family: Montserrat;
    size: 3.5rem;
    line-height: 1.5;
    font-weight: 900;
   
}
body{
    font-family: Montserrat;
}


/* navigation bar */

.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-family: Montserrat-Light;
font-size: 1.2rem;
}

/* download buttons */

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

/* title images  */

.title-image{
    width:60%;
    transform: rotate(25deg);
    position: absolute;
    right: 35%;
    
}



/* feature section */
#features{
    padding: 7% 15%;
    position: relative;
    background-color: white;
    z-index: 1;
}

.feature-box{
    text-align: center;
    padding: 5%;
}
h2 {
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1.6;
}
h3{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1.5rem;
}


p{
    color:#8f8f8f;
}

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


.icon:hover {
    color: #ff4c68;
}

/* testimonial section */

#testimonials {
    text-align: center;
    background-color: #ef8172;
    color:#fff;
}

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

.testimonial-text {
    width: 70%;
    margin:auto;
}

.carousel-item {
padding: 7% 15%;
}

#press {
    background-color: #ef8172;
    text-align: center;
    padding-bottom: 3%;
}

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


/* pricing cards */

#pricing {
    text-align: center;
    margin:7% auto;
}

.pricing-cards{
    padding: 4% 10% ;
}

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

@media (max-width : 1020px) {
    .title-image {
        position: static;
        transform: rotate(0);
    }
    #title {
        text-align: center;
    }
}


 /* Call to Action  */

 #cta {
     background-color: #ff4c68;
     text-align: center;
     padding: 7% 15%;
     
 }

 .h3-cta {
     color: #fff;
     margin: 2% auto;
     font-size: 2rem;
     width: 70%;
 }

 /* footer section */

 #footer {
     text-align: center;
    background-color: #fff;
    padding: 2% 15% 1%;
 }

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