body {
    font-family: 'Montserrat', sans-serif !important;
    box-sizing: border-box !important;
    scroll-behavior: smooth;
    
}

#title {
    background-color: #fe346e;
    color:white;
    text-shadow: 0 0 2px black !important;
    clip-path: polygon(50% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);    
     padding-bottom: 165px;
}

 /* NavBar style */

 .navbar {
    padding:0 0 4.5rem 0!important ;
}

.navbar-brand {
    font-size: 40px !important;
    font-family: 'Ubuntu', sans-serif !important;
    

}
 .nav-item {
    
     color: white !important;
     font-size: 20px;
 }

 .nav-item {
    padding: 0 18px;
    
 }
.nav-link {
    color:white !important;
}


/* End Nav-Bar style */

h1 {
    
    font-size: 3rem;
    line-height: 1.5;
    font-weight: bolder !important;
}

.container-fluid {
    padding: 3% 15% !important;
}


/* Button style */

.btn {
margin: 5% 3% 5% 0 !important;
}



/* title Iamge */

.title-img {
    width:60% !important;
    transform: rotate(25deg);
    margin-left:70px !important;
    position: absolute;
  
}




/* Featers style */

#features {
    margin:130px 0;
    
}

#features h3 {
    font-weight: bolder !important;
}

.fa-check {
    font-size: 60px;
    background-color: #fe346e;
    border-radius: 50%;
    color:white;
 
}

.fa-heart , .fa-bullseye {
    font-size: 60px;
    color: #fe346e;
    border-radius: 50%;
    
}

.col {
    padding:40px 0;
}


.col:hover {
    box-shadow:  0 0 1px black;
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
    
}



/* Testomonial Section */

#testimonials {
    
    text-align: center;
    background-color: #fe346e;
    color:#fff;
}

h2 {
    font-weight: bolder !important;
    line-height: 5rem !important;
    font-size: 50px !important;
    text-shadow: 0 0 1px black !important;

}


/* Press */

#press {
    /* background-color: #fe346e; */
    text-align: center;
    padding-bottom: 3%;
    background: linear-gradient(120deg, #fe346e 50%, white 0%);
}

.press-logo{
width:15%;
margin: 20px 20px 50px;


}

.carousel-item {
    padding:7% 15%;
}



/* Pricing */


#pricing-item {
    text-align: center;
    margin:7% 15%;
}

.pricing-h2 {
    font-size: 50px !important;
}

.pricing-p {
    font-size: 20px !important;
}



/* call Style */

#cta {
background-color: #fe346e;
}

.cta {
    padding: 50px 50px;
}

.cta h3 {
    font-size: 50px;
    color:white;
    text-shadow: 0 0 1px black !important;

}


/* Footer */

#footer {
    background-color: #fe346e;
    padding: 0;
    margin:0;
    padding:40px 0;
}


.footer-icon {
    font-size: 30px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.footer-icon:hover {
    color:black;
   
} 