body {
    font-family: "Montserrat";

}

#title {

    background-color: #ff4c68;
    color: #fff;



}

h1 {

    font-family: "Montserrat-Black";
    font-size: 3.5rem;
    line-height: 1.5;

}

h2 {
    font-family: "Montserrat-Bold";
    font-size: 3rem;
    line-height: 1.5;

}

h3 {
    font-family: "Montserrat-Bold";
}

p {
    color: #8f8f8f;
}

.container-fluid {
    padding: 3% 15% 7%;
}

/*Navigation Bar*/

.navbar {
    padding: 0 0 4.5rem;
}

.navbar-brand {
    font-size: 5.5rem;
    font-weight: bold;
    font-family: "Ubuntu";
}

.nav-item {

    padding: 0 18px;

}

.nav-link {
    font-size: 1.2rem;
    font-family: "Montserrat-Light";

}


/*Title image*/

.title-img {
    width: 50%;
    position: absolute;
    right: 10%;
    padding-left: 150px: 
}

/*Feature-Section*/

#features {

    padding: 7% 15%;
    background-color: #fff;
    position: relative;
}

.feature-box {
    text-align: center;
    padding: 5%;
}

.icon {
    color: #ef8172;
}

.icon:hover {
    color: #ff4c68;
}
.fea{
    padding-top: 2%;
}

/*Testimonials Section*/

#testimonials {


    text-align: center;
    background-color: #ef8172;
    color: #fff;
}

.testimonials-img {
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}

#press {
    background-color: #ef8172;
    text-align: center;
    padding-bottom: 3%;
}

.press-logo {
    width: 15%;
    margin: 20px 20px 50px;
}

.carousel-item {
    padding: 7% 15%;
}

.testimonial-text {
    text-align: center;
}

/*Pricing Section*/

#pricing {
    padding: 100px;
    text-align: center;
}

.pricing-col {
    padding: 3% 2%;
}
.product{

    width: 200px;
    height: 300px;
}

/*CTA section*/

#cta{
	background-color: #ff4c68;
	color: #fff;
	padding: 7% 15%;
	text-align: center;

}
.cta-head{
	font-family: "Montserrat-Black";
	font-size: 3.5rem;
	line-height: 1.5;
}

.btm-logo{

    width: 30%;
    height :30%;
    padding-top: 4%;
}

/*Footer Section*/

#footer{
	padding: 7% 15%;
	text-align: center;
}
.social-icon{
	margin: 20px 10px;
}

@media (max-width: 1024px) 
{
    .title-img
     {
        position: static;
        transform: rotate(0);
    }

    #title {
        text-align: center;

    }
}