 body{
    font-family: 'Montserrat-'
 }
 #title{
    background-color: #ff4c68;
    color: #fff;
    padding: 50px;
}
h1{
     font-family: 'Montserrat-Black', sans-serif;
     font-size: 3.5rem;
     line-height: 1.5;
     font-weight: bolder;
}
h2{
    font-family:'Montserrat',sans-serif ;
    font-size: 3rem;
    line-height:1.5 ;
    font-weight: bolder;
    padding-bottom: 3%;
}
h3{
    font-family: "Montserrat-Bold";
    font-weight: bolder;
}
p{
    color: grey;
}
.container-fluid{
    padding: 3% 15%;
}
/*navbar styling*/
.navbar{
    padding: 0 0 4.5rem;
}
.navbar-brand{
    font-family: "ubuntu";
    font-size: 2.5rem;
    font-weight: bold;
}
.nav-item{
    padding: 0 18px;
}
.nav-link{
    font-size: 1.2rem;
    font-family: "Montserrat-Light";
}

/*download button*/
.download-btn{
    margin: 5% 2% 1% 0%;
}
/*title image*/
.tit-img{
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
    padding-top: 10px;
}
@media (max-width:1028px){
    #title{
        text-align: center;
    }
    .tit-img{
        position: static;
        transform: rotate(0deg);
    }
}
/*Features*/
#features{
    padding: 7% 15%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    
}
.fea{
    text-align: center;
    padding: 0% 3.5%;


}
.imp{
    color: #ef8172;
    margin: 1rem;
}
.imp:hover{
    color:#ff4c68 ;
}

/*testimonials*/
#testimonials{
    background-color:#ff4c68 ;
    color: #fff;
    text-align: center;
    
}
.test-img{
    width: 20%;
    border-radius: 100%;
    margin-left: 5%;
}
#press{
    background-color:#ff4c68;
    text-align: center;
}
.press-img{
    padding-bottom: 5%;
    margin: 20px 20px 50px;
    width: 15%;
    
}
.carousel-item{
    padding: 7% 15%;

}
#pricing{
    padding: 7% 15%;
    text-align: center;
}
.x{
    margin-top: 22%;
}
#cta{
    text-align: center;
    background-color: #ff4c68;
    padding: 3% 6% 6% ;
    color: #fff;
}
 h3{
color: " montserrat-bold";
line-height: 1;
font-size: 2.5rem;
font-weight: bolder;
padding: 1% 2%;
}

#footer{
background-color: #fff;
text-align: center;
padding: 4% 4% 4%;
}
.a{
    padding-top: 20px;
    margin-bottom: 0px;
}
.c{
    margin: 0px 5px 0px;

}