body {
    font-family: 'Poppins', sans-serif;

}

#title {
    background-color: #f14461;
    /* padding: 1%; */
    color: white;
    position: relative;
    z-index: -1;
}

.navbar {
    padding-bottom: 20px;
}

.nav-item {
    padding: 0 0.19rem;
}

.nav-link {
    color: white;
    font-size: 1.3rem;

}

h1 {
    /* margin: 30px 0; */
    font-size: 4rem;
    line-height: 1.5;

}
h2{
    font-family: 'Libre Baskerville Bold', serif ;
    font-size: 3rem;
    line-height: 1.5;
}

.but {
    margin: 0px 15px 30px 0;
}

.container-fluid {
    padding: 2% 13%;
}

.head-img {
    /* transform: rotate(-32deg); */
    width: 140%;
}


/* features */
#features{
    background-color: white;
    position: relative;
    bottom: 100px;
z-index: 0;
} 

.features {
    text-align: center;
    padding: 80px 30px;

}


.features-par {
    color: #8f8f8f;

}

.icon {
    color: #f88194 ;   
     margin-bottom: 3rem;

}
.icon:hover{
    color: #e9082e;
}
h3 {
    font-weight: 900;
    font-size: 1.5rem;
}


/* testimonial section */

#testimonials{
    text-align: center;
    background-color: #f14461;
    color: white;
}
.testimonial-img {
    width: 10%;
    border-radius: 100%;
    margin: 20;
}
.carousel-item{
    padding: 7% 15%;
    
}


/* pricing section */

.pricing-card{
    text-align: center;
}


/* cta */

#cta{
    text-align: center;
    padding: 100px 0;
    background-color: #f14461;
    color:white;
}

.cta-text{
    font-size: 2.5rem;
    margin-bottom: 2% ;
    line-height: 1.5;
}

/* footer */
#footer{
    text-align: center;
    padding: 4% 0 0;
    font-size: 1rem;
}
.f-i{
    margin: 0px 5px;
}

.footer-p{
    margin-top: 1%;
}
