body{
    font-family: 'Open Sans', sans-serif;
}
#title{
    background-color:#ff4c68;
    color:white;
}
.container-fluid{
    padding: 3% 10% 7%;
}
h1 {  
    font-family: 'Montserrat';
    font-size: 3.5rem;
    line-height: 1.5;
}
h2{
    font-family: 'Montserrat';
    font-size:3rem;
    line-height: 1.5;
}
h3{
    font-weight: bold;
    line-height: 1.5;

}
.rotated{
    transform: rotate(25deg);
    width: 20%;
    position: absolute;
    right: 20%;
}
/* Navigationbar */
.navbar{
    padding-bottom: 4.5rem;

}
.navbar-brand{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.nav-item{
    padding: 18px;
}
.nav-link{
    font-size: 1.2rem;
}
.download-button{
    margin: 5% 3% 5% 0;
}
.download-button2{
    margin: 5% 3% 5% 0;
}
:hover.download-button2{color: rgb(201, 194, 194);}

/* features Section  */
#features{
    padding: 7% 15%;
    background-color: white;
    position: relative;
}
.feature-box{
    text-align: center;
    padding: 3%;

}
.icons{
    color:#ef8172;
    margin-bottom: 1rem;
}
:hover.icons{color:#ff4c68;}

.mainintro{
    font-size: 1.5rem;
    font-weight: bolder;
}
.intro{
    color: #8f8f8f;
}
/* Testimonial Section  */
#testimonials{
    text-align: center;
    background-color:#ef8172;
    color:white;
}
.carousel-item{
    padding: 7% 15%;

}
.testimonial-image{
    width: 10%;
    border-radius: 100%;
    margin:20px;
}
#press{
    background-color:#ef8172;
    text-align: center;
    padding-bottom: 4%;
}
.press-logo{
    width:15%;
    margin:25px 20px 50px;
}

/* Pricing Section*/

#pricing{
    padding: 100px;
    text-align: center;
}

.pric-col{
    padding: 3% 2%;

}
.card-header{
    background-color:#ef8172;
}
.price{
    font-size: xx-large;
}

/* Cta Section */
#cta{
    background-color:#ff4c68;
    text-align: center;
    padding-top: 30px;
}
.ctaint{
    font-family: 'Montserrat';
    font-size:3rem;
    line-height: 1.5;
    color: white;
}

/* Footer Section*/
#footer{
    text-align: center;
    padding: 20px;
}
.foot-icons{
    font-size: xx-large;
    display: inline-block;
    padding-right: 30px;
}
.signature{
    color: #8f8f8f;
}




@media (max-width:995px) {
    .rotated{
        transform:none;
        position: static;
        width: 30%;
    }
    #title{
      text-align: center;
    }
    h1 {  
        font-family: 'Montserrat';
        font-size: 2rem;
        line-height: 1.5;
    }
    .download-button{
       font-size: medium;
    }
    .download-button2{
        font-size: medium;
    }
    .testimonial-text,.ctaint,.price{
        font-size: 1.7rem;
        line-height: 1.5;
    }
    .pricing-heading{
        font-size: 1.5rem;
    }
    .press-logo{
        width:10%;
        margin:25px 20px 50px;
    }
    .card-body,.card-btn {
        font-size: medium;
    }
    .icons{
        text-align: center;
        padding: 10px;
    }
}
