body{
    /* font-family: "Montserrat"; */
    font-family: 'Montserrat', serif;
}

.title-img{
    width: 600px;
    height: 600px;
    margin: -40px -100px;
    transform: rotate(25deg);
    position: absolute;
}

#title{
    padding: 3% 20% 15%; 
    padding-bottom:0;
}

h1,h2{
    font-weight: revert;
    font-family: "Montserrat";
    font-size: 3rem;
    line-height: 1.5;
}


h3,h4{
    font-weight: revert;
    font-family: "Montserrat";
}

p{
    color: #8f8f8f;
}





/* Sections */

.coloured-section{
    background-color: #ff4c68; 
    color: white;
}

.white-section{
    background-color: white;
}








/* Navigation Bar */

.navbar{
    padding: 0 0 6rem ;
}

.navbar-brand{
    font-family: "Ubuntu";
    font-size: 25px; 
     font-weight: bold;
}

.nav-link {
    font-size: 1.2rem;
    font-family: "Montserrat";  
}

.nav-item{
    padding: 1% 3%;
    font-size: small;
}







/* Download buttons */

.download-button{
    margin: 5% 3% 20% 0%;
}






/* Features section */

#features{
    padding: 7% 15%;
    position: relative;
    z-index:1;
}

.feature-box{
    text-align: center;
    padding: 5%;
}

.icon{
    color: #ef8172;
    margin-bottom:1rem ;
}

.icon:hover{
    color: #ff4c68;
}







/* Testimonials */

#testimonials{
    text-align: center;
    background-color: #ef8172;
}

.carousel-item{
    padding: 7% 15%;
}
.testimonial-img{
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    margin:20px ;   
}

#press{
    background-color: #ef8172;
    text-align: center;
    padding-bottom: 3%; 
}

.press-logo{
    width: 15%;
    margin:20px 20px 50px;
}





/* Media Queries */

@media (max-width:1028px){

    .title-img{
        position: static;
        transform: rotate(0);
    }
}


/* Call to Action */

#cta{
    text-align: center; 
    padding: 7% 15%;
}

.head-cta{
    font-family: "Montserrat";
    font-weight: 700px;
    color: white;
    font-size: 3.5rem;
    line-height: 1.5;
}
.cta-download-button{
    margin: 5% 3% 5% 0%;
}


/* Footer Section */


#footer{
    padding: 7% 15%;
    text-align: center;
}

.social-icon{
    margin: 40px 10px;
}







/* Pricing */


#pricing{
    text-align: center;
    padding: 70px;
}

.pricing-column{
    padding: 3% 2%;
}