body {
  font-family: 'Autour One', cursive;
  text-align: center;
}

h1, h2, h4, h5, h6 {
  font-family: 'Autour One', cursive;
}

p {
  color: rgb(24, 24, 24);
}

h3{
  color: #rgb(24, 24, 24);
  font-family: 'Finger Paint', cursive;
}

.big-heading {
  font-family: 'Autour One', cursive;
  font-size: 3.0rem;
  line-height: 1.5;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
  font-family: 'Finger Paint', cursive;
}

.container-fluid{
  padding: 7% 15%;
}

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

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

.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'Finger Paint', cursive;
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}
.style1{
border-top: 1px solid rgb(24, 24, 24);
}
.nav-link {
  font-size: 1.2rem;
  font-family: 'Autour One', cursive;
}

.download-button +  {
  margin: 5% 3% 5% 0;
}

#title {
  background-color:#FFADAD;
  color: #fff5fd;¦
  text-align: left;
  font-size: 3.0rem;
  pointer-events: none;
}

#title .container-fluid {
  padding: 3% 15% 12%;
}

/* Phone Image */
.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
  pointer-events: none;
}

#features {
  position: relative;
  background-color: #FFD6A5;
  color: white;
}

.feature-title {
  font-size: 1.5rem;
}

.feature-box {
  padding: 4.5%;
}

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

.icon:hover {
  color: #ff4c68;
}

#testimonials {
  background-color: #A0C4FF;
}

.testimonial-text {
  font-size: 2rem;
  line-height: 1.5;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

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

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

#pricing {
  padding: 100px;
}

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

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

.social-icon {
  margin: 20px 10px;
}
.btn {
  background: #1dd1a1;
  border: 5px solid rgb(24, 24, 24);
  border-radius: 20px;
  font-family: 'Autour One', cursive;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
}
.testimonial-image{
  pointer-events: none;
}
.press-logo{
  pointer-events: none;
}
.btn:hover {
  background: #079992;
  color: white;
}
.second-section{
  background-color:#FFC6FF;
}
@media (max-width: 1028px) {

  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}
