.gradient-background {
  background: linear-gradient(300deg, #00bfff, #ff4c68, #ef8172);
  background-size: 180% 180%;
  animation: gradient-animation 10s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
}

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

h1 {
  font-size: 3.5rem;
  line-height: 1.5;
}

/* Navbar */

.navbar-brand {
  font-family: "Ubuntu", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.navbar {
  padding: 0 0 4.5rem;
}

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

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-weight: 200;
}

.down-btn {
  margin: 5% 3% 5% 0;
}

/* Title */
#title .container-fluid {
  padding: 3% 15% 7%;
  text-align: left;
}

#intro {
  padding-top: 50px;
  padding-bottom: 50px;
}

#intro-text {
  padding-bottom: 30px;
}

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

/* Features */
#features {
  position: relative;
}

.feature-box {
  padding: 4.5%;
}

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

p {
  color: #8f8f8f;
}

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

.icon:hover {
  color: #ff4c68;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}

#feature1,
#feature2,
#feature3 {
  padding-top: 15px;
}

/* testimonials */
#testimonials {
  background-color: #ff6286;
  color: #ffffff;
}

.testimonial-text {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
}

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

/* press */
#press {
  background-color: #ff6286;
  padding-bottom: 3%;
}

.press-container {
  display: flex;
  justify-content: center;
  align-content: center;
}

.press-logo {
  margin: 20px auto;
  display: block;
  width: 50%;
}

#tc_logo {
  margin-top: 38.2px;
  margin-bottom: 38.2px;
}

#biz_insider {
  margin-top: 37.5px;
  margin-bottom: 37.5px;
}

#mashable_logo {
  margin-top: 37.45px;
  margin-bottom: 37.45px;
}

/* carousel */
.carousel-item {
  padding: 7% 15%;
}

/* pricing */
.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

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

#pricing {
  padding: 100px;
}

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

/* cta */

.cta-h3 {
  font-style: "Montserrat";
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
}

.bottom-icons {
  padding: 7% 1% 2%;
}

.copyright {
  padding-bottom: 2%;
  color: whitesmoke;
}

.white-section {
  background-color: #ffffff;
  color: #000000;
}

#contact,
#prising,
#download {
  color: whitesmoke;
}

#footer {
  padding-bottom: 50px;
}

/* Media Query Breakpoint */
@media (max-width: 1028px) {
  #title .container-fluid {
    text-align: center;
  }

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