/* *{
  margin: 0;
  padding: 0;
} */
body {
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
}

p {
  color: #8f8f8f;
}

.big-heading {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
}

.second-heading {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
}

.third-heading {
  font-weight: bold;
  font-size: 2rem;
}

.colored-section{
  background-color: #ff4c68;
  color: white;
}

.white-section{
  background-color: #fff;
  color: black;
}

.container-fluid {
  padding: 7% 15%;
}

.navbar-brand {
  font-size: 2rem;
  font-weight: bold;
}

.navbar {
  padding-bottom: 4.5rem;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

.download-button {
  margin: 8% 3% 5% 0;
}

/* Title */
#title {
  text-align: left;
  padding-bottom: 1.10%;
}
#title .container-fluid {
  padding:3% 15% 2.5%;
}
.title-image {
  width: 21.15%;
  transform: rotate(25deg);
  position: absolute;
  right: 25%;
}

/* Features */
#features {
  position: relative;
}

.features-icons {
  color: #ef8172;
  margin-bottom: 1rem;
}

.features-icons:hover {
  color: #ff4c68;
}

/* testimonials section */
#testimonials {
  background-color: #ef8172;
}

.testimonials-image {
  width: 13%;
  margin: 20px;
  border-radius: 100%;
}
/* Press */
#press {
  background-color: #ef8172;
  padding-bottom: 3%;
}

.press-logo {
  margin: 20px 20px 60px;
  width: 15%;
}
/* Pricing */
.card {
  width: 18rem;
}
.card-heading {
  font-size: 1.5rem;
}
.pricing-card {
  padding: 3% 4%;
}
/* Cta */
.cta-heading {
  line-height: 2;
  padding: 0 120px;
}
/* Footer */
#footer {
  padding: 5% 15%;
}
.fotter-icon {
  margin: 20px 5px;
}
/* phone/tablet css */
@media (min-width:1442px) {
  #title {
    padding-bottom: 90px;
  }

  .title-image {
    width: 15%;
  }

  h1 {
    font-size: 4rem;
  }
}

@media (max-width:1155px) {
  h1 {
    text-align: center;
    font-size: 3rem;
  }
}

@media (max-width:1054px) {
  h1 {
    text-align: center;
    font-size: 3rem;
    margin: 5px 0 58px;
  }
  #pricing .container-fluid{
    padding: 7% 5%;
  }

  .title-image {
    position: absolute;
    width: 20%;
    transform: rotate(0);
    right: 20%;
  }
}

@media (max-width:991px) {
  .title-image {
    position: static;
    transform: rotate(0px);
    width: 40%;
  }

  #title {
    text-align: center;
  }

  h1 {
    font-size: 3rem;
  }
}
