#body{
    font-family: 'Montserrat', sans-serif;
}
#title{
    background-color: #ff4c68;
    color: white;
}
.container-fluid{
    padding: 3% 5% 7%;
}

h1{
    font-family: 'Montserrat-black', sans-serif;
line-height: 1.5;
font-size: 3.5rem;
font-weight: bold;
}

h2{
    font-family: 'Montserrat-black', sans-serif;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: bold;
}

h3{
    font-family: 'Montserrat-black', sans-serif;
    font-weight: bold;
}
.navbar{
    padding:0 0 4.5rem;
}
.navbar-brand{
    font-family: 'Ubuntu', sans-serif;
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
}
.nav-items{
    padding: 0 16px;
    margin: 20px;
}
.nav-link{
    font-size: 1.2rem;
    font-family: 'Montserrat-light', sans-serif;
}

.download-button{
    margin: 5% 3% 5% 0;
}
.tittle-img{
    width: 25%;
    transform: rotate(25deg);
    position: absolute;
    right: 20%;
}

#features{
    padding: 7% 15%;
    background-color: white;
    position: relative;
    z-index: 1;
}
.feature-box{
    text-align: center;
    padding: 5%;
    background-color: white;
}

p{
    color: grey;
}

.icon{
    color: #f38c9b;
    margin-bottom: 1rem ;
}

.icon:hover{
    color: #ff4c68;
}

#testimonials{
    text-align: center; 
    background-color: #f38c9b;
    color: white;
    
}
.testimonial-image{
    border-radius: 100%;
    width: 20%;
    margin: 20px;
}

.carousel-item{
    padding: 7% 15%;
}
#press{
    background-color: #f38c9b;
    text-align: center;
    padding-bottom: 3%;
}

.press-logo{
    width: 15%;
    margin: 20px 20px 50px;
}
#pricing{
    padding: 100px;
    text-align: center;
}
.pricing-coloumn{
    padding: 3% 2%;
    
}

#cta{
    background-color: #ff4c68;
    color: white;
padding: 7% 15%;
text-align: center;
}

.cta-h3{
font-family:'Montserrat-black', sans-serif ;
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: bold;
}

#footer{
    padding: 7% 15%;
    text-align: center;
}

.social-icon{
    margin: 20px 10px;
}


@media (max-width:1028px) {
    
   #title{
    text-align: center;
   } 
    .tittle-img{
        position: static;
        text-align: center;
        transform: rotate(0);
        width: 30%;
    }
}
