@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family: 'Red Hat Display', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

.container {
    max-width: 1200px;
}


/*header*/
header {
	padding: 25px 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar {
    padding: 0px;
}

.navbar-brand {
	padding: 0;
    margin: 0;
}

.navbar-brand img {
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.6);
    border-radius: 50%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.social i {
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
}

.social i:hover {
    background-color: #5da600;
    border-color: #5da600;
	box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.4);
}

.social a {
    margin: 0 5px;
}

.social a:last-child {
    margin-right: 0px;
}

.social a:first-child {
    margin-left: 0px;
}

.black {
	background-color: #000;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    border-bottom: 1px solid rgb(4 35 43 / 0.1);
    z-index: 11;
    padding: 15px 0px;
	position: fixed;
}

.black .navbar-brand img {
    max-width: 110px;
}

.black .social i {
    font-size: 18px;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 32px;
}

.black .social a {
    margin: 0 3px;
}
/*header*/


/*banner*/
.banner-img {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
    text-align: center;
}

.banner-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.banner-img .container {
    z-index: 1;
}

.banner-head {
    color: #fff;
    font-size: 75px;
    letter-spacing: 2px;
    text-shadow: 4px 6px 5px rgba(0,0,0,0.8);
    margin-bottom: 40px;
    margin-top: 125px;
}

.banner-btn {
    background-color: #5da600;
    border-color: #5da600;
    font-size: 19px;
    font-weight: 500;
    padding: 10px 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.4);
	display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-transform: uppercase;
}

.banner-btn:hover {
    background-color: #508211;
    border-color: #508211;
}

.banner-btn i {
    margin-left: 7px;
}

.banner-head span {
    border-bottom: 2px solid #fff;
}
/*banner*/


/*maket-section*/
.maket-section {
    padding: 60px 0px 70px;
}

.market-header {
    text-align: center;
    padding: 0 65px;
    font-size: 40px;
    color: #4e4b4b;
    font-weight: 500;
    margin-bottom: 10px;
}

.maket-section .fa-quote-left {
    color: #5da600;
    position: relative;
    top: -18px;
    font-size: 32px;
}

.maket-section .fa-quote-right {
    color: #5da600;
    position: relative;
    top: 9px;
    font-size: 32px;
}

.product-img {
    width: 100%;
    max-width: 450px;
    height: 340px;
    box-shadow: 0 0 17px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 17px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 17px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 17px rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
}

.product-img:hover:before {
	opacity: 1;
}

.product-img:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

.product-img:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0,0,0,.1);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center;
	-webkit-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
    backface-visibility: hidden;
}

.spoiled-product {
    padding: 40px 0 15px;
}

.spoiled-name {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #111;
}

.spoiled-name span {
    font-weight: 500;
    color: #525252;
    font-size: 24px;
    margin-top: 6px;
}

.ingredients {
    margin-right: 30px;
    color: #0c0c0d;
    font-size: 23px;
    margin: 10px 0px 30px;
    font-weight: 700;
}

.ingredients span {
    color: #525252;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}

.ingredients-list {
    padding-left: 20px;
}

.ingredients-list li {
    color: #525252;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px;
}

.btn-inner {
    text-align: center;
    margin-top: 40px;
}

.ordernow {
    background-color: #5da600;
    border-color: #5da600;
    font-size: 28px;
    font-weight: 500;
    padding: 10px 95px;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.ordernow i {
    margin-left: 8px;
}

.ordernow:hover {
    background-color: #508211;
    border-color: #508211;
}

/*maket-section*/


/*advertisement*/
.advertisement-inner {
    padding: 40px 0;
}

.advertisement {
    background-color: #eee;
    padding: 40px 0;
}

.advertisement-heading {
    font-size: 48px;
	text-transform: uppercase;
}

.advertisement-heading span {
    display: block;
}

.advertisement-p {
    margin-bottom: 0;
    font-size: 18px;
    margin: 5px 0 0;
}

.advertisement-upper {
    font-weight: 600;
    font-size: 23px;
    margin: 8px 0 2px;
}

.right-content {
    text-align: right;
}

.common {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/*advertisement*/


/*testimonials*/
.testimonials {
    background-size: cover;
    background-position: center;
    padding: 60px 0 25px;
    position: relative;
}

.testimonials:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.testimonials .container {
    z-index: 11;
    position: relative;
}

.inner-testimonial {
	text-align: center;
}

.testimonial-head {
    font-size: 24px;
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
    font-weight: 500;
	margin-bottom: 5px;
}

.testimonial-head-two {
    font-size: 48px;
    color: #fff;
    margin-bottom: 25px;
}

.testleft {
    padding: 45px 0;
    border: 4px solid #d2d2d2;
    border-radius: 15px;
    margin-bottom: 50px;
    position: relative;
	background-color: #fff;
}

.testleftone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 65px;
}

.testleft .discrip {
    color: #2b2a2a;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.testleft .discrip:before {
    content: "";
    background-image: url(../images/quotetestimonial.png);
    top: -20px;
    left: -35px;
    width: 65px;
    height: 42px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 70%;
}

.testleft .clientname {
    font-size: 18px;
    color: #111;
    font-weight: bold;
    margin-bottom: 4px;
}

.testleft:hover {
	background-color: #f5f5f5;
}

.star i {
    color: #bb8840;
    font-size: 23px;
    margin-bottom: 30px;
}

.testimonials .banner-btn {
    margin-bottom: 60px;
}
/*testimonials*/



/*footer*/
footer {
    padding: 35px 0;
}

footer .inner-footer {
    text-align: center;
}

footer .inner-footer p {
    font-size: 18px;
    margin: 15px 0 0;
    font-weight: 500;
    color: #111;
}
/*footer*/

/*---modal-css---*/

.modal {
    z-index: 9;
}
.modal-backdrop.show {
    opacity: 0.7;
    z-index: 2;
}

.modal-dialog{
    max-width: 700px;
}
.modal-body {
    padding-top: 19.2px;
    padding-right: 57.59px;
    padding-bottom: 19.2px;
    padding-left: 57.5px;
}
.modal-body h1{
    padding: 1vw;
    text-align: center;
}
.modal-body img{
    margin: auto;
    display: block;
}
/*---------*/

/*Responsive*/
@media screen and (max-width: 1199px){
.navbar-brand img {
    width: 100%;
    max-width: 135px;
}

.social i {
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 35px;
}

.banner-head {
    font-size: 60px;
    margin-bottom: 40px;
    margin-top: 100px;
}

.banner-btn {
    font-size: 17px;
}

.market-header {
    padding: 0 65px;
    font-size: 35px;
}

.maket-section .fa-quote-left {
    font-size: 30px;
}

.maket-section .fa-quote-right {
    font-size: 30px;
}

.spoiled-name {
    font-size: 27px;
}

.spoiled-name span {
    font-size: 21px;
}

.ingredients {
    font-size: 21px;
}

.product-img {
    height: 300px;
}

.ordernow {
    font-size: 22px;
    padding: 12px 70px;
}

.advertisement-heading {
    font-size: 40px;
}

.testimonial-head-two {
    font-size: 42px;
}

}


@media screen and (max-width: 991px){ 
.banner-head {
    font-size: 55px;
    margin-bottom: 40px;
    margin-top: 90px;
}

.market-header {
    padding: 0 35px;
    font-size: 30px;
}

.spoiled-name {
    font-size: 25px;
}

.spoiled-name span {
    font-size: 20px;
}

.spoiled-product {
    padding: 30px 0 15px;
}

.ingredients {
    font-size: 20px;
}

.ingredients span {
    font-size: 19px;
}

.product-img {
    height: 260px;
}

.ordernow {
    font-size: 20px;
    padding: 12px 60px;
}

.testimonial-head {
    font-size: 22px;
}

.testleft {
    padding: 35px 0;
}

.star i {
    font-size: 20px;
}

.advertisement-heading {
    font-size: 35px;
}

.advertisement-p {
    font-size: 16px;
}

}


@media screen and (max-width: 767px){ 
.banner-head {
    font-size: 52px;
}

.market-header {
    padding: 0 30px;
    font-size: 27px;
}

.spoiled-name {
    font-size: 23px;
}

.spoiled-name span {
    font-size: 20px;
}

.ingredients {
    font-size: 19px;
}

.ingredients span {
    font-size: 18px;
}

.product-img {
    max-width: 370px;
    height: 310px;
    margin: 0 auto;
}

.galley-bg .imglist {
    margin-bottom: 35px;
}

.btn-inner {
    margin-top: 0px;
}

.advertisement-heading {
    font-size: 35px;
    text-align: center;
}

.advertisement-heading span {
    display: inline-block;
}

.advertisement-inner {
    padding: 20px 0;
}

.right-content {
    text-align: center;
}

.common-two {
    order: 2;
}

.advertisement-p {
    margin-bottom: 25px;
    text-align: center;
}

.testimonial-head-two {
    font-size: 39px;
}

.testimonial-head {
    font-size: 20px;
}

}


@media screen and (max-width: 575px){ 
.navbar-brand img {
    max-width: 110px;
}

.social i {
    width: 36px;
    height: 36px;
    line-height: 33px;
}

.banner-head {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
}

.market-header {
    padding: 0 20px;
    font-size: 24px;
}

.product-img {
    max-width: 370px;
    height: 300px;
    margin: 0 auto;
}

.advertisement-heading {
    font-size: 30px;
}

footer .inner-footer p {
    font-size: 16px;
}

}