/*Containers*/
.container-fluid{
    padding: 7% 15%;
}
/*title section*/
#title .container-fluid{
    padding: 3% 15% ;
    text-align: left;
}
.title-img{
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
    right: 30%;
}
/*Sections*/
.coloured-section{
 background-color: #ff4674;
 color: #fff;
}
.white-section{
   background-color: #fff;
}
/*headings*/
.big-headings{
    font-size: 4rem;
    line-height: 1.5;
}
.section-heading{
    font-size: 3rem;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat-bold";
   
}
/*navigation bar*/
.navbar-brand{
    font-family: 'Ubuntu';
    font-size: 2.5rem;
    font-weight: bold;
}
.navbar{
    padding-bottom: 0 0 4.5rem ;
}
.nav-item{
    padding: 0 18px;
}
.nav-link{
    font-size: 1.2rem;
}
.download-button{
    margin: 5% 3% 5% 0;
}
/*feature section*/
#features{
     position: relative;
     z-index: 1;
}
.feature-box{
    text-align: center;
    padding: 5%;
}
.feature-title{
    font-size: 1.5rem;

}
p{
    color: #8f8f8f;
}
.icon{
    color:#ef8172;
    margin-bottom: 1rem;
}
.icon:hover{
    color: #ff4674;
}
/*testimonial section*/
#testimonials{
    background-color: #ef8172;
}
.carousel-item{
    text-align: center;

}
.testimonial-text{
    font-size: 3rem;
    line-height: 1.5;
}
.testimonial-image{
    width:10% ;
    border-radius: 100%;
    margin: 20px;
}
#press{
    background-color:  #ef8172;
    text-align: center;
    padding-bottom: 3%;
}
.press-logo{
    width: 15%;
    margin: 20px 20px 50px;
}
/*pricing*/
#pricing{
    padding: 100px;
    text-align: center;
}
.pricing-text{
    font-size: 3rem;
    line-height: 1.5;
}
.pricing-column{
    padding: 3% 2%;
}
/*cta-section*/
#cta{
    text-align: center;
}
/*footer sectio*/
#footer{
    text-align: center;
}
.social-icon{
   margin: 20px 10px;
}
/*mesia-section*/
@media(max-width:1028px){
    #title{
        text-align: center;
    }
     .title-img{
         position: static;
         transform: rotate(0);
     }
 }