body{
    text-align: center;
}


.container-fluid{
    padding: 3% 13% ;
}

/* Sections */

.colored-section{
   background-color: #ff4c68;
   color: #fff;
}

.white-section{
   background-color: #fff;
}
 

/* Navigation Bar */

.navbar{
    padding-bottom: 4rem;
}

.navbar-brand{
    font-size: 2.5rem;
}

.nav-item{
    padding: 0 18px;
}

.nav-link{
    font-size: 1rem;
    font-weight: lighter;
    color: #fff solid;
}

.nav-link:hover{
    text-decoration: underline  solid #f8f8f8;
}


/* Download */
.btn{
    margin: 5% 13% 5% -10%;
}  

.btn-signup{
    margin: 5% 13% 5% 1%;
}


/* Title section */


#title.container-fluid{
    padding: 3%, 5%, 15%;
    text-align: center;
}

/* Title Image */

.title-image{
    width: 22%;
    transform: rotate(21deg) ;
    position: absolute;
    right: 25%;
    top: 25%;
}

/* Features Section */

#features{
    padding: 5% 13%;
    background-color: #fff;
    position: relative;
}

.features-title{
    font-size: 1rem;
}

.feature-box{
    text-align: center;
    padding: 5%;
}

p{
    color: #8f8f8f;
}

/* Heading */

.big-heading{
    font-family: sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
    margin-right: 10rem;
    text-align: left;
    margin-left: 1rem;
}

.section-heading{
    font-size: 3rem;
    line-height: 1;
}

.icon{
    color: #ef8172;
    margin-bottom: 1rem;
}

 .icon:hover {
    color: #ff4c68;
}

/* Testimonial Section */

#testimonials{
    background-color: #ef8172;
}

.testimonial-text{
    font-size: 2.5rem;
    line-height: 1;
}

.testimonial-image{
    width: 15%;
    border-radius: 100%;
    margin: 22px;
}

 .carousel-item{
    padding: 6% 13%;    
}

#press{
    background-color: #ef8172;
    padding-bottom: 3%;
}

.press-logo{
   width: 12%;
   margin: 20px 20px 50px;
}

/* Pricing Section */
  #pricing{
      padding: 80px;
  }

  .pricing-column{
     padding:  3% 2%;
  }

  .price-text{
      font-size: 3rem;
      line-height: 1;
  }

  /* CTA section */

  #cta{
      background-color: #ff4c68;
      color: #fff;
      padding: 5% 13%;
  }
 
   .cta-heading{
    font-family: sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
   }
  

  /* Footer Section */

  #footer{
      padding: 3% 10%;
  }

  .social-icon{
      margin: 13px 7px;
  }

  @media (max-width: 1028px) {
      .title-image{
          position: static;
          transform: rotate(0);
          width: 45%;
      }

      #title{
          text-align: center;
      }

  }