@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');


.body{
    font-family: 'Ubuntu', sans-serif;
}

/* Title */

#title{
    background-color: #ff4c68;
    color: #fff;
}
#navname{
    margin-left: 1% ;
}
#home-title{
    font-family: 'Montserrat-black', sans-serif;
    font-weight: 900;
    size: 3.5rem;
    line-height: 1.5;
}
.container-fluid{
    padding: 3% 15% 7%;
}

/* Navigation bar */

.navbar{
    padding:0 0 4.5rem;   
}
.navbar-brand{
    font-family: 'ubuntu' , sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}
.nav-item{
    padding: 0 18px;
}
.nav-link{
    font-size: 1.2rem;
    font-family: 'Montserrat-Light';
}

/* Buttons */

.download-button{
    margin: 5% 3% 5% 0;
}

/* Title image */
.title-image{
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
}
.adds{
    display: block;
}
.icons-adds{
    color: #ef8172;
    padding-bottom: 1rem;
}
.icons-adds:hover{
    color: #ff4c68;
}
#features{
    padding: 7% 15%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.adds{
    text-align: center;
    padding: 5%;
}
h3{
    font-size: 1.5rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
}
p{
    color: #8f8f8f;
}

/* Testemonials */
#testimonials {
    text-align: center;
    background-color: #ef8172;
    color: #fff;
}
h2{
    font-family: 'Roboto Slab', serif;
    line-height: 1.5;
    font-weight: 900;
}
.testimonial-picture{
    border-radius: 100%;
    width: 10%;
    margin: 20px;
}
#press{
    background-color: #ef8172;
    text-align: center;
    padding-bottom: 2%;
}
.press-pictures{
    width: 15%;
    margin: 20px 20px 50px;
}
.carousel-item{
    padding: 7% 15%;
}
.card-body{
    text-align: center;
}
.sign-up-btn{
    width: 100%;
}
#pricing{
    padding: 100px;
    text-align: center;
}
.pricing-columns{
    padding: 2% 3%;
}
.title-image-div{
    position: relative;
}
#footer{
    background-color: #fff;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    height: 150px;
}
#copyright{
    margin-top: 60px;
}

#cta{
    background-color: #ff4c68;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
    text-align: center;
    padding: 5% 15%;
}
.cta-downlaod-button{
    padding-bottom: 3% ;
}
.footer-links{
    color: black;
    padding: 10px;
    position: relative;
    top: 40%;
}
.footer-icons:hover{
    color: grey;
}

/* Media query */

@media (max-width: 995px) {
    #title{
        text-align: center;
    }

    .title-image{
        position: static;
        transform: rotate(0);
    }
}
