#title{
background-color: #ff4c68;
color:#fff;
text-align: left;
}

.container {
    padding: 3% 10% 7%;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat";
}

h1 {
    
    font-size: 3rem;
    line-height: 1.5;
    font-weight: bold;
    }

h2 {
    
    font-size: 3rem;
    line-height: 1.5;
    }



p {
    color:#8f8f8f;
    }

body{
    font-family: "Montserrat";
    text-align: center;
    }

.navbar {
    padding:0 0 4.5rem;
    }

.navbar-brand {
    font-family: "ubuntu";
    font-weight: bold;
    font-size:2.5rem;
    }

.nav-item {
    padding:0 10px;
    }

.nav-link {
    font-size: 1.6rem;
    font-family:"Montserrat";
    }

.download-button{
    margin:5% 3% 5% 0;
    }

.title-image {
    width:50%;
    transform:rotate(25deg);
    position: absolute;    
    }


#features {
    padding:7% 15%;
    position: relative;
    background-color: #fff;
   
}

.feature-box {
    padding:5%;
}
.icon {
    color:#ef8172; 
}

.icon:hover{
    color:#ff4c68;
}


/*testimonial Section---*/

#testimonials{       
    background-color: #ef8172;
    color:#fff;
}

.carousel-item{
    padding:7% 15%;
}

.testimonial-image{
    width:10%;
    border-radius: 100%;
    margin:20px;
}

#press {
    background-color: #ef8172;
    padding-bottom: 30px; 
}

.press-logo{
width:15%;
margin:20px 20px 50px;
}

#pricing {
    padding:100px;
    }

.pricing-column{
    padding:3% 2%;
}

#cta {
    background-color: #ff4c68;
    color: #fff;
    padding:7% 15%;
    }

.cta-heading{
    font-size: 3.5rem;
    line-height: 1.5;
}

#footer{
    padding:7% 15%;
    }

.social-icon{
    margin:20px 10px;
}

@media (max-width:1000px){
#title{
    text-align: center;
}

.title-image{
    position:static;
    transform: rotate(0);
   }
   #testimonials{
    text-align: center;   
   }
}
