/*title*/

#title{
    background-color:#feb236;
    color:white;

}

body {
    
    font-family : 'Montserrat';
}

h1,h2,h3{

    font-family : 'Montserrat';
    
}


h1{
    
    font-weight :900;
    size : 3rem;
    line-height : 1.5;

}

h2{

    font-weight : 900;
    font-size : 2.5rem;
    line-height : 1.5;
    color : black;
}
h3{ 
    font-weight : 600;
    
}

.place{
    color : whitesmoke;
}


p{
    color : #8f8f8f;
}

.tindog{

    padding-bottom:5%;
}


.title-img{ 
    transform: rotate(25deg); 
    width: 20%; 
    position :absolute;
    
    
}

@media (max-width: 1028px)
{
    .title-img{
        position : static;
        transform : rotate(0);
        width : 60%;
        
        
    }

    #title{
        text-align : center;
    }
}


/*Navber Heading */

.container-fluid{

 
   padding : 3% 15% 10%;
   font-family : 'Ubuntu';
   font-weight :900;
   size : 3.6rem;
   line-height : 1.5;
}


/*Navigation Bar*/


.navbar-brand{

    font-family : "Ubuntu";
    font-size : 2.5rem;
    font-weight : bold;
}

.navbar{

    padding : 0 0 4.5rem;
   
}


.nav-item{

    padding : 0 18px;
}

.nav-link{

    font-size : 1.2rem;
    font-family : 'Montserrat';
    font-weight : 450;
}

/*Features*/


#features {

    padding : 7% 15%;
    background-color : #fff;
    position : relative;
    z-index : 1;
    
}

.feature-box{

    padding : 5%;
    text-align : center;
}



/*Buttons*/

.download-button{

   
    margin : 5% 3% 5% 0%; 
}


.icon{

    color:#feb236;
    margin-bottom: 1rem;
}

.icon:hover{

    color:black;

}


/*Testimonials*/

#testimonials{

    
    text-align : center;
    background-color:#ff7b25;
    
    
}

.carousel-item{

    padding : 7% 15%;

}

.testimonial-image{

    border-radius : 100%;
    width : 10%;
    margin : 10px;
    
}

.testimonial-text{
 
        color : #fff;
}

/*Press*/

#press{

    background-color:#ff7b25;
    padding-bottom: 5%;
    text-align : center;
}

.press-logo{

    width:15%;
    margin : 20px 20px 50px;
}

/*Pricing*/

#pricing{

    text-align : center;
    padding : 100px;


}

/*cta*/

#cta{

    background-color : #feb236;
    padding : 10% 15%;
    text-align : center;
    
    
}

.col{

    padding : 5% 5%;
}
    
/*Footer*/


#footer{

    text-align :center ;
    padding : 10% 15%;
    
    
}

.fa{

    padding :3% 2%;
}
.custom{

    padding-bottom : 50px;
}
.cta-h3{
    font-size : 4rem;
    line-height : 1.5;
    font-weight : 900;
    color: whitesmoke;
    font-family : 'Montserrat';
    text-align : center;
}
    
