
#title {
    background-color: #ff4c68;
    color: #fff;
}
.container-fluid {
    padding: 3% 15% 15%;
}
body {
    font-family: "Montserrat";
}
h1 {
    font-family: "Montsrerrat-Black";
    line-height: 1.5;
}
h2 {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 700;
}

/* navbar section */

.navbar-brand {
    font-family: "Ubuntu";
    font-size: 2.5rem;
    font-weight: bold;
}


.navbar{
    padding-bottom:0 0 4.5rem;
    align-items: center;
}
.navbar-nav {
    margin: 0.5rem 0.5rem 4.5rem 0;
}
  .navbar .navbar-brand {
  font-size: 2.5rem;
  margin-bottom: 10px;
  padding-bottom: 4rem;
}
.navbar .container {
  display: flex;
  align-items: center;
}
.navbar .nav-item {
    padding-left: 100px;
    container: flex;
    display: flex;
    align-items: center;
}
.navbar .nav-item {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 25px;
}
h1 {
  font-family: 'Montserrat-Black', sans-serif;
   font-size: 3.5rem;
  font-weight: 900; /* Black */
}
h3 {
    font-family: "Montserrat-Bold",sans-serif;
    font-weight: 700;
            /* Bold */
}
p {
    color:#8f8f8f ;
}
.navbar .nav-link {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
                 /* Black */
}    
.download-button {
    margin: 5% 3% 5% 0;
}
/* title section  */
.title-image {
    transform: rotate(25deg);
    position:absolute;

}
/* feature section */
#features {
    padding: 7% 15%;
    background-color: #fff;
    position: relative;
}
.feature-box {
    text-align: center;
    padding: 5%;
}
.icon {
    color: #ef8172;
    margin-bottom: 1rem;
}
.icon:hover {
    color: #ff4c68;
}
/* testimonial section */
#testimonials {
    text-align: center;
    background-color: #ef8172;
    color: #fff;
}
.carousel-item {
padding: 7% 15%;
}
.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;
}
/* Pricing section */
#pricing {
    padding:150px;
    text-align: center;
}
.pricing-column {
    padding:3% 2%;
}
@media (max-width:1028px) {
   #title{
    text-align: center;
   }

    .title-image {
     position: static;
     transform: rotate(0);
    }
}
/* call to action section */
#cta {
    background-color: #ff4c68;
    color: #fff;
    text-align: center;
    padding: 7% 15%;
}
.cta-heading {
    font-family: "Montserrat-Black",sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.5;
}
#footer {
    background-color: #fff;
    text-align: center;
    padding: 7% 15%;
}
.social-icon {
    margin: 20px 10px;
}