#title {
    background-color: #ff4c68;
    color: #fff;
}

body{
    font-family: "Montserrat";
}

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

h2 {
  font-family: "Montserrat";
  font-size: 3rem;
  line-height: normal;
  font-weight: 800;
 }

p {
  color: #8f8f8f;
}

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

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

.navbar {
    padding: 0 0 4.5rem;
}


.btn{
    margin: 3% 3% 3% 0%;

}

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



.nav-item{
    padding: 0 18px;
    font-weight: 500;
    font-size: 1.2rem;
}

@media (max-width: 1028px) {

  #title {
    text-align: center;
  }

  .title-image {
    width: 60%;
    /* position: static; */
    transform: rotate(30deg);
    /* position: absolute; */
    /* z-index: -1; */
  }
}

/* feature section */
#features {
  padding: 7% 15%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.feature-box {
  text-align: center;
  padding: 5%;
}

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

.icon:hover{
  color: #ff4c68;
}

/* Testimonials Section */
 #testimonials {
  padding: 7% 15%;
  text-align: center;
  background-color: #ef8172;
  color: #fff;


 }
 
 .testimonial-image, .dog-image-2 {
  width: 10%;
  border-radius: 100%;
 }

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


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

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

#pricing {
  padding-left: 15%;
  padding-right: 15%;
  
}


@media (max-width: 1028px) {
  .title-image {
    position: static;
    transform: rotate(0);
  } 
  
  #title {
    text-align: center;
  }
}


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

.aaa {
  font-family: "Montserrat";
  font-size: 3rem;
  line-height: normal;
  font-weight: 800;
  color: #fff;
 }

 #footer {
  padding: 5% 15%;
  text-align: center;
 }