#title{
    background-color: #ff4c68;
}

h1{
    font-family: 'Montserrat', sans-serif;
    font-size:3.5rem;
    line-height: 1.5;
    font-weight: bold;
}

h2{
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
}

.container-fluid{
    padding: 3% 7% 15%;
}

body{
    font-family: 'Montserrat';
}

#title{
    color: #fff;
}

/* Navbar css */

.navbar{
    padding: 0 0 4.5rem;
}
.navbar-brand{
    font-size: 2.5rem;
}
.nav-item{
    padding: 0 18px;
}

/* Download buttons */
.download-button{
    margin: 5% 3% 5% 0;
}

/* Phone Image CSS */
.title-img{
    width: 25%;
    transform: rotate(25deg);
    position: absolute;
   
}





/* SECTION FEATURES CSS */

#features{
    text-align: center;
    padding: 7% 15%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.features-heading{
    font-weight: bold;
    font-size: 1.5rem;
}
.features-para{
    color: #8f8f8f;
}

.tickImgColor{
    color: #ef8172;
}

.tickImgColor:hover{
    color: #ff4c68;
}

#testimonials{
    text-align: center;
    background-color: #ef8172;
    color: #fff;
}


.dogImg{
    width: 10%;
    border-radius: 100%;
    margin: 30px;
}
#press{
    background-color: #ef8172;
    padding-bottom: 3%;
    text-align: center;
}

.pressLogo{
    width: 15%;
    margin: 20px 20px 50px;
}

.carousel-item{
    padding: 7% 15%;
}


/* pricing css */
#pricing{
    padding: 7% 15%;
}
.pricing{
    padding: 3% 2%;
}


/* Media Query Statement for image */

@media(max-width:1000px){
    .container-fluid{
        text-align: center;
    }
    .title-img{
        position: static;
        transform: rotate(0);
    }
}


/* cta section css */
#cta{
    background-color: #ff4c68;
    padding: 7% 15%;
    text-align: center;
}

.cta-fonts{
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}



/* footer Css */

#footer{
    background-color: #fff;
    text-align: center;
    margin-top: 100px;
}

.footer-para{
    color: #8f8f8f;
    padding-bottom: 5%;

}

.fa{
    margin: 10px;
}

