h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat-Bold";
}
#testimonials,#pricing,#press,#cta,#footer,.feature-box,.feature-box1{
    text-align: center;
}
#features,#cta,#footer,.carousel-item{
    padding: 7% 15%;
}
#testimonials,#press{
    background-color: #ef8172;
}
body{
    font-family: "Montserrat";
}
#title{
    background-color: #ff4c68;
    color: #fff;
}
h1{
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.5;
}
h2{
    font-size: 2.5rem;
    font-weight: 750;
    line-height: 1.5;
}
h3{
    font-weight: 600;
}
.container-fluid{
    padding:3% 15%;
}

/* Navbar */
.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-weight: "Montserrat-Light";
}

/* Download Buttons */
.download-button{
    margin: 5% 3% 5% 0;
}

/* Title Image */
.title-image{
    width: 60%;
    transform: rotate(25deg);
    position: relative;
}

/* Features */
#features{
    background-color: #fff;
}
.feature-box{
    text-align: center;
    padding: 5%;
}
.feature-box p,.feature-box1 p{
    color: #8f8f8f;
}
.feature-box1{
    padding: 5% 2%;
}
.icon{
    color: #ef8172;
    margin-bottom: 1rem;
}
.icon:hover{
    color: #ff4c68;
}

/* Testimonials */

#testimonials{
    color: #fff;
}
.testimonials-image{
    width:10%;
    border-radius: 100%;
    margin: 20px;
}

#press{
    padding-bottom: 3%;
}
.press-logo{
    width:15%;
    margin: 20px 20px 50px;
}
/* Pricing */

#pricing{
    padding: 100px;
}
.pricing-coloum{
    padding: 3% 2%;
}
.price-text{
    font-size: 2.5rem;
    font-weight: 750;
    line-height: 1.5;
}

/* cta */
#cta{
    background-color: #ff4c68;
    color:#fff;
}
#cta h3{
    font-family: "Montserrat-Black";
    font-size: 3.5rem;
    line-height: 1.5;
}

/* Footer */
.social-icon{
    margin: 20px 10px;
}

/* Media Query */
@media(max-width:1015px){
    #title{
        text-align: center;
    }
    .title-image{
        position: static;
        transform: rotate(0deg);
    }
}