


body{
  font-family: "Montserrat";
  text-align:center;


}
h1,h2,h3,h4,h5,h6{
  font-family: "Montserrat-Black";
}
/* containers */

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

.img-dog{
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}
/* sections */

.colored-section{
  background-color: #ff4c68;
  color: #fff;
}

.white-section{
  background-color: #fff;
}

/* navigation bar */

.navbar{
  padding: 0 0  4.4rem;
}
.navbar-brand{
  font-family: "Ubuntu";
  font-size: 2.5rem;
font-weight: bold;
}

.nav-item{
  padding:0 18px;
}
.nav-limk{
  font-size: 1.2rem;
  font-family: "Montserrat-light";
}
/* title section */
#title{

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

/*  download buttons */
.download-button{
  margin: 5% 3% 5% 0%;

}
/* feature section  */

#features{


position: relative;

}
.img1{
  width: 25%;
  transform: rotate(25deg);
position: absolute;
right: 18%;

}

.feature-box{

  padding: 5%;
}
p{
  color: #8f8f8f;
}

.feature-title{
  font-size: 1.5rem;

}
/* headings */
.big-headings{
  font-family: "Montserrat-Black";
      font-size: 5rem;

      line-height: 1.5;

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

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

}
.icon:hover{
  color:  #ff4c68;
}

/* testimonial section */
#testimonials{


  background-color: #ef8172;


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

}
#press{
    background-color: #ef8172;

      padding-bottom: 3%;
}
.press-logo{
  width: 15%;
  margin: 20px 20px 50px;

}
.carousel-item{

}
#pricing{
  padding: 100px;

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

  /* call to action section */




/* footer section */

#footer{
  padding: 7% 15%;


}
.f-icon{
  margin: 20px 10px;
}




@media (max-width:1028px) {
.img1{
  position: static;
  transform: rotate(0);
  width: 35%;
}

#title{
  text-align: center;
}


}
