body {
  font-family: "Montserrat";
}

#title {
  /* background-color: #ff4c68; */
  background-color: gold;
  /* color: #fff */
  color: black;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
}

.GridLayoutTextOnlyTweet {
  background: red;
}


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

/* Navigation Bar */
.navbar {
  padding: 0 0 3.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: 900;
}

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

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

/* Download Buttons */
.download-buton {
  margin: 5% 3% 5% 0;
}

/* Tittle Image CSS function called rotation*/
.cotiene-twitter {
  align-items: center;
}

.pepito {
  width: 90%;
  /* transform: rotate(25deg); */
  position: relative;
  align-items: center;
}

/* Features */
#features {
  padding: 7% 15%;
  position: relative;
}

.feature-box {
  text-align: center;
}

.feature-box .fas {
  color: #ef8172;
  margin-bottom: 1rem;
}

.feature-box .fas:hover {
  color: #ff4c68;
}

.feature-box p {
  color: #8B8B8B;
}

.feature-box h3 {
  font-size: 1.5rem;
  font-family: "Montserrat";
  font-weight: 900;
  text-align: center;
}

/* #video-carousel-example {
  padding: 0% 0%;
  background: silver;
  position: relative;
} */

/* Testimonials section */
#testimonials {
  /* padding same as before to align */
  text-align: center;
  background-color: #ef8172;
  color: #fff;
}

#testimonials h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.5;
}

#testimonials img {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

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

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

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

/* CARROUSEL */
/* PRICING */
#pricing {
  padding: 100px;
}

.pricing-col {
  padding: 3% 2%;
  text-align: center;
}

@media (max-width: 1000px) {
  .tittle-image {
    position: static;
    transform: rotate(0);
  }

  #title {
    text-align: center;
  }
}

#cta {
  background-color: #ff4c68;
  color: white;
  padding: 7% 15%;
  text-align: center;
}

.cta-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  text-align: center;
}

#footer {
  padding: 7%;
  text-align: center;
  color: black;
}

.socialm {
  margin: 3%;
  color: black;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f5f5f5;
}

.logo {
  height: 60px;
  width: auto;
}

.custom-select-lg {
  font-size: 4rem;
  line-height: 1.5;
  padding: 1rem 2rem;
  height: auto;
  background-color: #007bff;
  color: pink;
  border: none;
}