h1
    {
        font-size: 48px;
    }

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.32);
       padding-top: 90px;
       padding-bottom: 120px;
    }  
/* over lay */

.case {
    background-image: url('../images/Usecases-hero.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

/* start home */       
#home
    {
    /* background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover; */
    /* background-color: #000; */
    color: #fff;
    padding-top: 60px;
    /* padding-bottom: 70px; */
    text-align: left;
    width: 100%;
    /* padding: 10rem; */
    }
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }
    #home img
    {
        position: absolute;
        /* width: 60%; */
        /* height: 60vh; */
        /* margin-left: -15%;
        margin-top: -8rem; */
        height: auto;
        /* float: right; */
        z-index: -1;
        /* margin-top: 30px; */
    }
/* end home */


/* start feature */
#feature
    {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 80px;
    }
#feature p
    {
        padding-top: 10px;
        font-size: 18px;
    }
#feature span
    {
        float: left;
    }

#feature .image 
    {
        display: flex;
        justify-content: center;
    }

#feature .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */



/* start pricing */
#pricing
    {
        background: #fff;
        text-align: left;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing .row>div
    {
        padding-bottom: 3rem;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        /* background: #28a7e9; */
        font-weight: bold;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    #pricing .pricing .pricing-title img
    {
        width: 200px;
        height: auto;
        max-width: 400px;
    }
    #pricing .pricing .pricing-title .pricing-content
    {
       font-weight: 400;
    }
    #pricing .pricing .pricing-title .pricing-content a
    {
        color: #000;
    }
    
#pricing .pricing .pricing-title h4
    {
        color: #000;
        font-size: 24px;
        margin: 0 2rem;
    }
#pricing .pricing .img-responsive
    {
        height: 40px;
    }

#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}

.accordion {
    color: #C40D3C;
    cursor: pointer;
}

.accordion:hover {
    text-decoration: underline;
}

.accordion.active {
    display: none;
}

.pricing > p:first-child {
    display: inline;
}

.more {
    margin-top: 10px;
    display: none;
    overflow: hidden;
    transition: 0.4s;
}


/* end pricing */

/* start download */
#download
    {
        background: #fff;
        padding-top: 60px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .clients1, #download .clients2
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
#download .clients1 img
    {
        padding: 10px;
        max-height: 120px;
        width: auto;
    }
#download .clients2 img
    {
        padding: 10px;
        width: 200px;
        height: auto;
    }
/* end download */



@media screen and ( max-width: 420px ){
    #home {
        padding-top: 10rem;
        padding-bottom: 3rem;
    }
    #home img
        {
            position: relative;
            width: 200%;
            margin: 0;
        }
    .overlay {
        padding-bottom: 0;
    }
        
}
