/* ID selectors. */
#title{
    background-color: #ff4c68;
    padding-bottom: 17%;
}

/* Tag selectors */
h1{
    font-family: 'Montserrat', sans-serif;
    color: white;
}

h3{
    font-family: 'Montserrat', sans-serif;
}

.price-name{
    font-family: 'Ubuntu', sans-serif;
    font-size: 4rem;
    font-weight: bolder;
}

.container-start{
    padding: 3% 15% 3% 15%;
}

/* Navigation Bar */
.navbar-brand{
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.nav-item{
    color: white;
    font-family: 'Ubuntu', sans-serif;
    padding:0 18px ;
}

.nav-link{
    font-size: 1.2rem;
}

.header{
    padding:0 0 4.5rem 0;
}

.btn{
    margin: 3% 3% 5% 0;
    font-family: 'Ubuntu', sans-serif;
}

.title-image{
    width: 22%;
    transform: rotate(25deg);
    position: absolute;
    right: 25%;
}

/* Features */
.features-row{
    padding: 10%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

p{
    color: #8f8f8f;
    padding: 0 10%;
}

i{
    color: #ef8172;
    font-size: 3.5rem;
    padding: 0 0 5% 0;
}

.h-icons:hover{
    color: #ff4c68;
}

/* Testimonial Section */
#testimonials{
    text-align: center;
    background-color: #ef8172;
    color: #fff;
}

.testimonial-image{
    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;
}

em{
    font-size: large;
}

.carousel-item{
    padding: 7% 15%;
}

/* Pricing Section */
#pricing{
    padding: 100px;
    text-align: center;
}

.pricing-button{
    width: 100%;
}

.pricing-coloumn{
    padding: 3% 2%;
}

.price-name{
    font-size: 40px;
}

.pricing-heading{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 45px;
}

/* Call To Action */
#cta{
    background-color: #ff4c68;
    text-align: center;
    padding: 2% 0% 2% 0%;
}

.below-section-text{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    padding: 5% 20% 0% 20%;
}

/* Footer */
#footer{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: #fff;
    padding: 2% 0% 2% 0%;
}

.fabb{
    /* background-color: #8f8f8f; */
    color: black;
    padding-left: 1%;
    padding-top: 2%;
    padding-bottom: 1%;
}