@import url(https://fonts.googleapis.com/css?family=Pacifico);

* {
    margin: 0;
    padding: 0;
}

html,
body {
    padding: 0;
    margin: 0;
}

h1 {
    font-weight: normal;
    text-transform: uppercase;
    margin: 0.3125em 0;

    position: relative;
    display: inline-block;
    padding: 0 10px;
    color: #FAFAFA;
}

.style-1 {

    text-transform: none !important;
}


/*------------- nav bar------------------*/
.navbar {
    position: fixed;
    z-index: 100;
    background-color: #3C3C6E;
    width: 100%;
    color: #FAFAFA;
}

.navbar ul li a,
.navbar-brand {
    color: #EEEEEE;
}

.navbar-toggler {

    background-color: #FAFAFA;

}




/*------------- end nav bar------------------*/

/* ------------- slider ---------------- */
#slider {


    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 50px;

    background-color: #3C3C6E;

}

.slider-img img {
    width: 100%;
}


/* ------------- end slider ---------------- */



/*-------- about -----------*/

#about {

    margin-top: 100px;
    color: #EEEEEE;


}

#about img {
    float: right;
}

.about-content {
    background-color: #3C3C6E;
}


/*---------------- product list----------- */

.productlist {
    position: relative;
    margin: 50px auto 50px auto;
    background-color: #3C3C6E;
    text-align: center;
    padding: 30px;
    padding-left: 10%;
    padding-right: 10%;

}

.productbox {
    margin: auto;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    margin-top: 20px;
}

.productbox-bottom {
    background-color: #3C3C6E;
    padding: 10px;
}

.productlist img {
    width: 100%;
}

.productbox-bottom h6 {
    color: white;
    font-weight: 500;

}

.addtocart {
    border-radius: 10px;
    border: none;
    background-color: #14AD09;
    color: white;
    width: 100px;
    padding: 5px;

}



/*----------  Benifits-------------- */
.benifits {
    text-align: center;
}

.benifits img {
    width: auto;
}

/*------------- spices ---------------*/


.spiceslist {
    margin: 50px auto 50px auto;
    background-color: #3C3C6E;
    text-align: center;
    padding: 30px;


}



.spicesbox {
    margin: auto;




    padding: 10px;
}

.spicesbox img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/*----------- Testimonials------------*/
.testimonial {
    margin: 50px auto 50px auto;
    color: #EEEEEE;

    text-align: center;
    padding: 30px;
}

.text-content {
    margin: 50px;
}

.text-img img {
    width: 100%;
    border-radius: 50%;

    border: 2px solid #3C3C6E;
    ;

}

.testimonial .text-message {
    background-color: #3C3C6E;

}

/*---------- footer ---------*/
/* Sticky footer style and color
-------------------------------------------------- */
footer {
    padding-top: 30px;

    color: #3C3C6E;
}

footer a {
    color: #3C3C6E;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    color: #3C3C6E;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}

footer .form-control {
    background-color: #3C3C6E;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    color: #d1d2d2;
    padding: 0.7em 1em;
}

.footer-end {
    background-color: #3C3C6E;
    color: #FAFAFA;

}

.footer-end p {
    text-align: center;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/

.modal.right .modal-dialog {

    margin: auto;
    width: 320px;

    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);

}


.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}


.modal.right .modal-body {
    padding: 15px 15px 80px;
}



/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}



/* ------------------- End Popup Right  ----------- */
/* ------------------- End Popup Right  ----------- */
/* ------------------- End Popup Right  ----------- */