body {
  font-family: "Montserrat";
  font-weight: normal;
}
/* title of the website */
#title {
  background-color: #ff4c68;
}


.title-image {
  width: 20%;
  transform: rotate(25deg);
  position: absolute;
   right:30%;
}
@media (max-width:1028px) {
  #title{
    text-align: center;
  }
  .title-image{
    position: static;
    transform: rotate(0);
  }

}








.container-fluid {
  padding: 3% 15%;
}

h1 {
  color: white;
  font-family: "Montserrat-Black";
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25;
}

h2 {
  font-family: "Montserrat-Bold";
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

h3 {
  font-family: "Montserrat-Black"
}

p {
  color: #8f8f8f;
}

.navbar {
  padding-bottom: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-weight: bold;
  font-size: 2.5rem;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
}

/*Download buttons*/
.Download-button {
  margin: 5% 3% 5% 0;
}



/*now the features section*/
#features {
  background-color: #fff;

  padding: 7% 15%;
  position:relative;


}

.ch {
  text-align: center;
  padding: 5%;
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
  transition: transform .2s;
  /* Animation */
}

.icon:hover {
  transform: scale(1.25);
  color: #ff4c68;
}

/*testimonial*/
#testimonials {
  background-color: #ef8172;

  text-align: center;
  color: white;
}
.carousel-item{
  padding: 7% 15%;
}

.testimonial-img {
  width: 20%;
  border-radius: 100%;
}

/*press section*/
#press {
  background-color: #ef8172;
  text-align: center;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

.card{
  text-align: center;

}
#pricing{
  text-align: center;
  padding: 100px;
}
.price-card{
  padding:3% 2%;
}



/* the cta part of the web */


#cta{
  background-color: #ff4c68;
  text-align: center;
  padding: 5% 3%;
  color: white;
}
.last-text{
    font-family: "Montserrat-Black";
    line-height: 1.5;
    font-size: 3.5rem;

}
#footer{
  background-color: #fff;
  text-align: center;
  padding: 7% 15%;
}

.social-icons{
  margin: 20px 10px;
}




.tindog-Copyright{

}
