h1{font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.5;
    color: white;

}
#title{
    background-color:#ff4c68;
}

.container-fluid{
    padding: 3% 15%;
}
.navbar-brand{
    font-size: 2.5rem;
}
.nav-item{
    margin: 10px;
}
.nav-link{
    font-size:22px;
}
.btn-r1{
    margin-top: 3.5%;
}
.title-img{
    margin-top: 1.5rem;
    margin-left: 6rem;
    width: 55%;
    transform: rotate(25deg);
}
.dwnl-btn
{
    margin-top: 3%;
    margin-left:5px;
}
#features{
    margin: 3rem;
    text-align: center;
}
.testimonial-text{
    font-size:2rem;
    color:white;
    font-family: "Mosterrat";
    font-weight: bold;
}
h3{
    font-size: 1.5rem;
    font-family: "mosterrat";
    font-weight: bold;
    margin-top:1.5rem;
}
.fa-ic{
    color: #ef8172;
    font-size: 3.5rem;
    margin: 2rem;

}
.fa-ic:hover{
    color: #ff4c68;
}
#features p{
    color: #8f8f8f;
}
#testimonials{
    background-color: #ef8172;
    text-align: center;
}
.testimonials-img{
    width: 10%;
    border-radius: 50%;
    margin: 15px;
}
#press{
    background-color: #ef8172;
    text-align: center;
    padding-bottom: 15px;

}
.p-img{
    width: 10%;
    margin: 20px;
}
@media (max-width:1028px){

    .title-img{
        transform: rotate(0);
    }
}
#pricing{
    margin: 30px;
    padding: 2%;
}
h2{
    text-align: center;
    font-size: 2rem;
    font-family: "Mosterrat";
    font-weight: bold;
}
#p-tag{
    text-align: center;
}
.g-btn:hover{
    background-color: white;
    color: black;

}
.e-btn:hover{
    background-color: #ffff;
    color: black;

}
#cta{
    text-align: center;
}
#footer{
    text-align: center;
}
