/* Importing the font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,900;1,100;1,200;1,300&family=Ubuntu:wght@300&display=swap');
body{
    font-family: 'Montserrat-black',sans-serif;
    text-align: center;


}
#title{
    background-color: #ff4c68;
    /* background-color: #5BB318; */

    
}
.navbar{
    padding:0 0 4.5rem 0;
}
.nav-item {
    font-family: 'Montserrat-light',sans-serif;

}
.nav-link {
    font-size: 1.2rem;
    /* font-family: 'Montserrat-light', sans-serif; */

}
.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    /* font-family: 'Montserrat-black', sans-serif; */

}
/* .bg-dark {
    background: color #ff4c68, i !important;;
} */
h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 1.5;
    color: white;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    line-height:3.5rem;
}
p{
    color: gray;
}
.container-fluid{
    padding: 3% 15% 7%; /* top left-right bottom*/
}
i{
    margin-right: 5px;
}
button{
    margin-right: 3%;
}
.image-title{
    width: 60%;
    transform: rotate(25deg);
    position: absolute;
    right: 25%;
}
/* feaures sectio */
#features{
padding: 7% 15%;
position: relative;

z-index: 1;
background-color: white;

}
.featureBox{
    
    padding: 5%;
}
.featureBox h3{
    font-family: 'Montserrat-black', sans-serif;
    font-weight: bold;

}
.featureBox i {
    color: #ef8172;
    margin-bottom: 10px;
}
.featureBox i:hover {
    color: #ff4c68;
}
/* testimonials section */
#testimonials{
    
    background-color: #ef8172;
    color: white;
}
.carousel-item{
    padding: 7% 20%;

}
.testimonial-img {
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}
/* press section */
#press {
    background-color: #ef8172;
    padding-bottom: 3%;
    
}
.press-logo{
    width: 15%;
    margin: 20px 20px 50px ;
}

/* pricing section */
#pricing{
    padding: 100px;
    
}
.price-column{
    padding:3% 2%;
}
.card-header h3{
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
@media (max-width: 1010px) {
    .image-title{
        position: static;
        transform: rotate(0);
        margin-top: 5%;

    }
    #title{
        text-align: center;

        font-size: 2rem;
    }
    
}

/* call to action */
#cta{
    background-color: #ff4c68;
    
    color: white;
    padding: 7% 15%;

}
#cta h3{
    margin-bottom: 6%;
    font-size: 2.7rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;


}

/* Footer section */
#footer {
    
    margin-top: 5%;

}
.footer-icon{
    margin: 5px 8px 12px;
}