
/* padding : 7%   15%;
             TB    RL


    padding: 7% 15% 8%
             T   RL  B 
*/

#features {
	background-color: #fff;
}

#title, #cta{
	background-color: #ff4c68
}

#title{
    height: 660px;
}


.first-img {
    height: 630px;
    width: 315px;
    transform: rotate(25deg);
    position: absolute;
    top: 200px;
    right: 340px;
}


/* Features Section */
#features {
    position: relative;
    z-index: 1;
}


@media (max-width: 1288px){

    #title {

        text-align: center;
        height: 1200px;
    }
    
.first-img {
    position: static;
    height: 630px;
    width: 315px;
    transform: rotate(0);
}


#features {

    padding: 10% 15%;
    /* position: static; */
}

}

@media (max-width: 630px){

    #title {

        text-align: center;
        height: 1360px;
        /* background-color: #ff4c68; */
    }
    
.first-img {
    position: static;
    /* z-index: 1; */
    height: 630px;
    width: 315px;
    transform: rotate(0);
}


#features {

    padding: 10% 15%;
    position: static;
    /* z-index: -1; */
}

}

.navbar-brand {

        font-size: 45px;
        font-weight: 500;
        margin: 0;
}

.nav-link {
        font-size: large;
        font-weight: 400;
}
.nav-item {
    
    padding-right: 20px;
    padding-left: 20px;
}

.pricing {
        margin-right: 30px;
        margin-left: 30px;
}


#first-one{

    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-top: 40px;
}

.container-fluid{
    padding: 3% 15%;
}


/* Download Buttons */
.download-button {

    padding-top : 7%;   
}

h3, h2 {
        font-family: 'Montserrat';
}

p {
    color: #8f8f8f;
    font-size: large;
}

.icon {
    
    color: #ef8172;
    padding-bottom: 1rem;
}

.icon:hover {
    color: #ff4c68;
}

/* testimonials begins */
#testimonials {
    background-color: #ef8172;
    color: #fff;
    position: relative;
    z-index: 1;
}
.carousel-item, #pricing, #features, #cta, #footer {
    padding: 7% 15%;
}

#press, #footer, #cta, h2, #testimonials ,.features-box{
	text-align:center;
}

#first-one, h2, .fa, .cta-text {
	line-height: 1.5;
	font-size: 3.5rem;
}
.testimonials-image{

    width: 10%;
    margin : 20px;
    border-radius: 100%;
}

/* Press */

#press{
    background-color: #ef8172;
    padding-bottom: 55px;
}

.press-logo{
    width: 15%;
    margin: 3% 2% 2%;
}

/*  Priciing Section */

.pricing-column {
    padding : 1% 2% ;
}

.cta-text {
    color: #fff;
}

.cta-button {
    /* text-align: center; */
    padding-top: 40px;
}

.btn {

    position: relative;
    margin: 18px;
}


/*  Footer Section */

.social-icon {

    height: 17px;
    width: 17px;
    margin: 10px;
}

.copyright{

    position: relative;
    top: 90px; 
    display: inline;
}

.Tindog{
    display: inline;
    padding: 30px;
}