/*=======
CSS INDEX
=========

1. Base CSS

================================*/


/* =============================
1. Base CSS
================================*/

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    /*font-family: 'ITCAvantGardeStd-Bold';*/
}

html,
body {
    height: 100%;
}

body {
    font-family: 'ITCAvantGardeStd-Md';
}

.section-padding {
    padding: 40px 0;
}

.section-gray {
    background-color: #f8f8f8;
}

.section-dark {
    background-color: #110C09;
    color: #fff;
}

a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover {
    color: #000;
}

#cd-menu-trigger {
    display: none;
}

.banner-inner h2,
.banner-bottom-inner h1,
.s-box-inner .sb-item h5,
.sb-item.cs h3,
.section-header h3,
.footer-left ul li a,
.recipe-left h3,
.recipe-right h3,
.banner-recipe-top .banner-inner h2,
.promo-single h4 {
    font-family: 'ITCAvantGardeStd-Bold';
}


@font-face {
    font-family: HurmeGeometricSans4-Bold;
    src: url(fonts/HurmeGeometricSans4-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/HurmeGeometricSans4-Bold.otf) format("opentype"), url(fonts/HurmeGeometricSans4-Bold.woff) format("woff"),
    url(fonts/HurmeGeometricSans4-Bold.ttf) format("truetype"), url(fonts/HurmeGeometricSans4-Bold.svg#HurmeGeometricSans4-Bold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: HurmeGeometricSans4-SemiBold;
    src: url(fonts/HurmeGeometricSans4-SemiBold.eot?#iefix) format("embedded-opentype"), url(fonts/HurmeGeometricSans4-SemiBold.otf) format("opentype"), url(fonts/HurmeGeometricSans4-SemiBold.woff) format("woff"),
    url(fonts/HurmeGeometricSans4-SemiBold.ttf) format("truetype"), url(fonts/HurmeGeometricSans4-SemiBold.svg#HurmeGeometricSans4-SemiBold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: HurmeGeometricSans4-Black;
    src: url(fonts/HurmeGeometricSans4-Black.eot?#iefix) format("embedded-opentype"), url(fonts/HurmeGeometricSans4-Black.otf) format("opentype"), url(fonts/HurmeGeometricSans4-Black.woff) format("woff"),
    url(fonts/HurmeGeometricSans4-Black.ttf) format("truetype"), url(fonts/HurmeGeometricSans4-Black.svg#HurmeGeometricSans4-Black) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: HurmeGeometricSans4-Regular;
    src: url(fonts/HurmeGeometricSans4-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/HurmeGeometricSans4-Regular.otf) format("opentype"), url(fonts/HurmeGeometricSans4-Regular.woff) format("woff"),
    url(fonts/HurmeGeometricSans4-Regular.ttf) format("truetype"), url(fonts/HurmeGeometricSans4-Regular.svg#HurmeGeometricSans4-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: olivier;
    src: url(fonts/olivier.eot?#iefix) format("embedded-opentype"), url(fonts/olivier.woff) format("woff"), url(fonts/olivier.ttf) format("truetype"), url(fonts/olivier.svg#olivier) format("svg");
    font-weight: 400;
    font-style: normal;
}
/* =========================
2. Home CSS
============================*/

.header-area {
    padding: 30px 0;
}

.logo-img {
    width: auto;
    height: 90px;
}

.banner-inner h2 {
    color: #8fbf56;
    font-size: 50px;
    text-transform: uppercase;
}

.banner-inner h3, .banner-inner h3 a {
    font-family: 'ITCAvantGardeStd-bold';
    color: #50813b;
    font-size: 32px;
    line-height: 1;
    white-space: nowrap;
	text-decoration: none;
}

.hashtag-casing {
    text-transform: none;
}

.banner-bottom {
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: center;
}

.banner-inner p {
    font-size: 20px;
}

.banner-bottom-inner h1 {
    color: #fff;
    margin: 0;
    font-size: 99.88px;
    text-transform: uppercase;
}

.banner-bottom-inner {
    height: 630px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.video-embed-wrapper {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9, calculated as 9÷16 */
  }
  
  /* The embedded iframe */
  .video-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000;*/
  }

.promo-wrapper, .recipe-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promo-single {
    padding: 30px;
    background: #999;
    border-radius: 15px;
}

.promo-single h4 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.promo-single p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 32px;
}

.guac-title {
    color:#fff;
    margin: 0 auto;
    padding: 10px;
}

.bg-paste {
    background: #4ba9bd;
}

.bg-parrot {
    background: #8fbf56;
}

.am-sr-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: justify;
        align-content: space-between;
}

.am-sr-detail {
    text-align: left;
}

.am-btn {
    background: #cf3364;
    color: #fff;
    padding: 15px 25px 10px;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.am-btn.am-btn-rounded {
    border-radius: 20px;
    font-weight: 600;
    font-size: 15px;
}

.s-box {
    max-width: 980px;
    margin: 0 auto;
}

.s-box-inner .sb-item {
    width: 48%;
    text-align: center;
    background: #f8f8f8;
    padding: 60px 50px 45px;
    border: 1px solid #ccc;
    border-radius: 6px;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;
}
.s-box-inner .sb-item:nth-child(2n) {
    margin-right: 0px;
}

/*.s-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}*/

.s-box-inner .sb-item h5 {
    font-size: 30px;
    color: #d23264;
    margin-bottom: 37px;
    text-transform: uppercase;
}

.sb-item img {
    margin-bottom: 30px;
}

.sb-item.cs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sb-item.cs h3 {
    color: #d23264;
    font-size: 60px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section-header h3 {
    color: #8fbf56;
    text-transform: uppercase;
    font-size: 40px;
}

.section-header p {
    font-size: 27.23px;
}

.shop-inner .section-header.text-center {
    margin-bottom: 40px;
}

.footer-area {
    background: #8fbf56;
    padding: 30px 0;
}

.footer-left ul li a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-left p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.footer-left.text-right {
    margin-top: 33px;
}

.recipe-area {
    background-color: #4ba9bd;
}

.recipe-inner .section-header h3 {
    color: #fff;
}

.am-single-recipe {
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.am-single-recipe img {
    margin-bottom: 40px;
    width: 100%;
}

.am-single-recipe h3 {
    margin-bottom: 20px;
    font-size: 25px;
    color: #8fbf56;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 90px;
}

.popup_header a img {

    width: 300px;
    margin: 20px;

}

.footer-left ul li {
    display: inline-block;
    margin-left: 15px;
}

.footer-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recipe-left, .recipe-right {
    padding: 20px;
}

.recipe-left h3 {
    font-size: 50px;
    color: #4ba9bd;
    text-transform: uppercase;
    text-align:center;
}

.recipe-right h3 {
    font-size: 50px;
    color: #cf3364;
    text-transform: uppercase;
    text-align: center;
}

.recipe-left ul li, .recipe-right ol li {
    font-size: 20px;
    line-height: 2.3;
}

.recipe-right ol {
    list-style: none;
    counter-reset: li
}

.recipe-right ol li::before {
    content: counter(li)'.';
    color: #cf3364;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.recipe-right ol li {
    counter-increment: li
}

.recipe-left ul {
    list-style: none;
    /* Remove default bullets */
}

.recipe-left ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #4ba9bd;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.recipe-left ul li::after {
    content: ".";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #212529;
    /* Change the color */
    font-weight: 400;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
}

.recipe-desc {
    -ms-flex-item-align: center;
        align-self: center;
}

.back-nav {
    text-align: center;
}

.back-nav .am-btn.am-btn-rounded {
    font-size: 18px;
    padding: 6px 35px;
}

.navigation {
    display: none;
}

.header-inner {
    position: relative;
}

.header-right {
    position: absolute;
    right: 0;
    top: 14px;
}

#responsive-menu-button {
    font-size: 44px;
    color: #8fbf56;
}

.sidr {
    font-family: 'ITCAvantGardeStd-Md';
    font-size: 16px;
    background: #8fbf56;
    color: #fff;
    -webkit-box-shadow: 0 0 5px 5px #8fbf56 inset;
            box-shadow: 0 0 5px 5px #8fbf56 inset;
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 0px solid #4d4d4d;
    border-bottom: 0px solid #1a1a1a;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
    -webkit-box-shadow: 0 0 5px 5px #8fbf56 inset;
            box-shadow: 0 0 5px 5px #8fbf56 inset;
}

.sidr ul li a,
.sidr ul li span {
    text-transform: uppercase;
}

.sidr ul {
    border-top: 0px solid #1a1a1a;
    border-bottom: 0px solid #4d4d4d;
}

.sidr ul {
    text-align: right;
}

.header-right .share {
    margin-right: 15px;
    width: 120px;
    margin-top: 14px;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidr ul li a,
.sidr ul li span {
    padding: 0 30px;
}

.sidr ul {
    padding-top: 40px;
}


.sharing-box .share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    z-index: 10;
    -webkit-transition: all 0.4s 0s, border 0.4s 0.6s, height 0.4s 0.4s, margin 0.4s 0.4s;
    -o-transition: all 0.4s 0s, border 0.4s 0.6s, height 0.4s 0.4s, margin 0.4s 0.4s;
    transition: all 0.4s 0s, border 0.4s 0.6s, height 0.4s 0.4s, margin 0.4s 0.4s;
}
.sharing-box:hover .share-buttons {
    height: 50px;
    width: 100px;
    background-color: rgba(226,14,98,0.8);
    -webkit-transition: all 0.4s 0.4s, border 0.4s 0s, height 0.4s 0s, margin 0.4s 0s;
    -o-transition: all 0.4s 0.4s, border 0.4s 0s, height 0.4s 0s, margin 0.4s 0s;
    transition: all 0.4s 0.4s, border 0.4s 0s, height 0.4s 0s, margin 0.4s 0s;
}
.sharing-box .social-btn {
    opacity: 0;
}
.sharing-box:hover .social-btn {
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
}

.social-btn {
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.fa.fa-facebook, .fa.fa-twitter {
    color: #ffffff;
}

.sidr-class-menu-close-btn {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* Updated Design Styling dated 20th Jan, 2020 */

.am-single-recipe .am-sr-thumb {
    margin-bottom: 40px;
}
.am-single-recipe .am-sr-thumb img {
    margin-bottom: 0px;
}
.am-single-recipe .am-sr-thumb.jaxs_pick {
    margin-bottom: 40px;
    position: relative;
}
.am-single-recipe .am-sr-thumb.jaxs_pick:after {
    content: '';
    width: 150px;
    height: 140px;
    display: inline-block;
    background-image: url(../img/jaxs_pick.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    right: 5px;
    bottom: 0px;
}

.banner-inner-wrap .banner-inner.jaxs_pick {
    position: relative;
}
.banner-inner-wrap .banner-inner.jaxs_pick:after {
    content: '';
    width: 150px;
    height: 140px;
    display: inline-block;
    background-image: url(../img/jaxs_pick.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    right: 5px;
    bottom: 0px;
}
.s-box-inner .sb-item h5 a {
    color: #d23264;
}
.single_prod .recipe-detail-inner p {
    font-size: 24px;
    margin-bottom: 20px;
}
.single_prod .back-nav {
    margin-top: 40px;
}
.single_prod .banner-inner h2 {
    font-size: 60px;
    margin-bottom: 30px;
}
.single_prod .back-nav .am-btn.am-btn-rounded {
    font-size: 33px;
    line-height: 75px;
    padding: 0px 35px;
    border-radius: 30px;
    min-width: 350px;
    display: inline-block;
    text-align: center;
    margin: 0px 20px;
}
.single_prod .back-nav .am-btn.am-btn-rounded.share {
    background-color: #00abc0;
}
.twtr_prod_item .twtr_prod_img img {
    background: #fff;
}
.s-box-inner .sb-item.twtr_prod_item h5 a {
    color: #91c83e;
}
.twtr_prod_item .view_share a {
    display: block;
    background: #80c242;
}
.twtr_prod_item .view_share a.share {
    background: #00abc0;
}
.twtr_prod_item .view_share > a:first-child {
    margin: 0px 0px 20px;
}
.recipe-detail-inner .col-6:first-child {
    border-right: solid 3px #ddd;
}
.recipe-detail-inner .back-nav {
    margin-top: 40px;
    margin-bottom: 40px;
}
.recipe-detail-inner .back-nav .am-btn.am-btn-rounded {
    font-size: 33px;
    line-height: 70px;
    padding: 5px 35px 0px;
    min-width: 350px;
    margin: 0px 20px;
    display: inline-block;
    text-align: center;
}
.recipe-detail-inner .back-nav .am-btn.am-btn-rounded.share {
    background: #00abc0;
}

.pg_share {
    display: inline-block;
    position: relative;
}
.pg_share .social-share {
    position: absolute;
    background: #4ba9bd;
    border-radius: 5px;
    width: 110px;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: 10px;
    box-shadow: 0px 0px 13px 5px #fff;
}
.pg_share .social-share:before {
    content: '';
    width: 1px;
    height: 1px;
    display: block;
    border: 10px solid transparent;
    border-bottom: solid 10px #4ba9bd;
    position: absolute;
    top: -20px;
    right: 0px;
    left: 0px;
    margin: auto;
}
.pg_share .social-share a {
    display: inline-block;
    padding: 5px;
    margin: 10px 3px !important;
    border-radius: 50px;
    border: solid 2px #fff;
    width: 36px;
    height: 36px;
}
.pg_share .social-share a:hover {
    background: #fff;
}
.pg_share .social-share a:hover i {
    color: #8fbf56;
}
.pg_share .fa.fa-facebook,
.pg_share .fa.fa-twitter {
    font-size: 19px;
}
.hide {
    display: none !important;
}
.twtr_prod_item .view_share .pg_share {
    width: 100%;
}
.ing_subing {
    clear: none;
    color: #4ba9bd;
    font-size: 20px;
    margin-top: 10px;
    text-align: left;
    padding: 0 0px;
}
.display-thumb {
	padding:30px 0px;
	max-width:90%;
	margin:0 auto;
}
.video-carousel .owl-nav {
	position:absolute;
	bottom:-30%;
	width:100%;
}
.video-carousel.owl-carousel .owl-nav button.owl-next, .video-carousel.owl-carousel .owl-nav button.owl-prev {
	background:#8fbf56;
	padding:15px 20px 17px 20px !important;
	line-height:20px;
	font-size:36px;
	color:#fff;
	position:relative;
	z-index:99999;
	outline:none;
	width:40px;
	height:40px;
	border-radius:5px;
}
.video-carousel.owl-carousel .owl-nav button.owl-next {
	float:right;
	background:#8fbf56 url(../img/icon_right_arrow.png) no-repeat center center;
}
.video-carousel.owl-carousel .owl-nav button.owl-prev {
	float:left;
	background:#8fbf56 url(../img/icon_left_arrow.png) no-repeat center center;
}
.video-carousel.owl-carousel .owl-nav button.owl-next:hover, .video-carousel.owl-carousel .owl-nav button.owl-prev:hover {
	background-color:#cf3364;
}
.video-carousel.owl-carousel .owl-nav button span {
	display:none;
}
.display-thumb h4, .display-thumb h5 {
	margin-top:15px;
}
.display-thumb h5 {
    margin-top: 0px !important;
        padding: 15px;
}
/* 404 Page Styling Starts*/

.page_404 {
    text-align: center;
}
.page_404 h2 {
    color: #80c242;
    font-size: 200px;
    line-height: 200px;
    text-transform: uppercase;
    font-family: 'ITCAvantGardeStd-Bold';
}
.page_404 h3 {
    color: #e20e62;
    font-size: 36px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'ITCAvantGardeStd-Bold';
}
.page_404 p {
    color: #000;
    font-size: 27px;
    line-height: normal;
    font-family: 'ITCAvantGardeStd-Md';
}
.page_404 a {
    font-size: 30px;
    font-family: 'ITCAvantGardeStd-Bold';
    
}

/* 404 Page Styling Ends*/

.popup_bg {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255,255,255,.95);
    z-index: 99999;
}
.winner .popup_cnt {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
  	height: 85%;
    background: #fff;
    position: absolute;
    top: 100px;
    /*bottom: 100px;*/
    left: 0px;
    right: 0px;
    z-index: 999999;
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.popup_container {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.winner .popup_cnt .popup_header {
    background: #f2f2f2;
    padding: 80px;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.winner .popup_cnt .popup_header a {
    margin: 0px 15px;
}
.winner .popup_cnt .popup_header h2 {
    color: #90c157;
    margin-top: 50px;
    font-size: 36px;
    font-family: 'ITCAvantGardeStd-bold';
}
.winner .popup_cnt .popup_header h3 {
    font-size: 27px;
    font-family: 'ITCAvantGardeStd-Md';
    margin-bottom: 0px;
}
.winner .winners_cnt {
    padding: 60px;
    display: flex;
    border-bottom: solid 50px #91c83e;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.winner .winners_cnt .lt_side {
    border-right: solid 3px #ccc;
}
.winner .winners_cnt > div {
    width: 50%;
    padding: 0px 70px;
}
.winner .winners_cnt h3 {
    color: #e6185c;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'ITCAvantGardeStd-bold';
}
.winner .winners_cnt ul {
    padding: 0px;
    list-style-type: none;
    margin-bottom: 30px;
}
.winner .winners_cnt ul li {
    font-size: 21px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: 'ITCAvantGardeStd-Md';
}
.winner .popup_cnt .popup_close {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #91c83e;
    font-size: 27px;
    font-family: 'ITCAvantGardeStd-bold';
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
}

/*=================================
            home-new-page
================================== */
/*.mrg-lft-1 {
    margin-left: 16px !important;
}
.mrg-lft-2 {
    margin-right: 49px !important;
}
.mrg-lft-3 {
    margin-left: 57px !important;
}*/

.container {
    max-width: 1250px;
    margin: 0 auto;
}
a:hover{
    text-decoration: none;
}
/*-----header----*/
.header-new{
    background-image: url(../images/header-new-bg.png);
    background-size: cover;
    /* position: relative; */
    height: 118px;
    position: absolute;
    width: 100%;
    z-index: 99999;
}
.header-new .logo {
    position: absolute;
    left: 46%;
    top: 20px;
}
/*-----banner----*/
.banner {
    background-image: url(../images/banner-new-bg.png);
    background-size: cover;
    background-position: center top;
    position: relative;
    min-height: 993px;
    padding-top: 529px;
}
.banner:before{
    background-image: url(../images/overlay-bg.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
}
.banner .container {
    max-width: 1203px;
}
.banner .heading {
    font-family: HurmeGeometricSans4-Black;
    font-size: 60px;
    line-height: 67px;
    color: #8fdc00;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    z-index:999;
    position: relative;
    text-shadow: 0px 3px 0px #000;
}
.banner p {
    font-family: HurmeGeometricSans4-SemiBold;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 18px;
    /*width: 95%;*/
    letter-spacing: 1px;
    text-align: center;
    margin-left: 8px;
    z-index:999;
    position: relative;
    text-shadow: 0px 2px 0px #000;
    padding: 0px 35px;
}

/*----vist-world*/
.vist-world {
    background-image: url(../images/vist-bg.png);
    background-size: cover;
    max-width: 1571px;
    margin: 0 auto;
    padding: 115px 75px 76px 40px;
    display: flex;
    justify-content: space-between;
    margin-left: 175px;
    margin-top: -16px;
    border-radius: 40px;
}
.vist-heading h3{
    font-family: olivier;
    font-size: 72px;
    line-height: 78px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0px 2px 3px #000;
}
.vist-btn a{
    font-size: 28px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    background-color: #f15d2a;
    border-radius: 25px;
    padding: 12px 97px;
    letter-spacing: 2px;
    margin-top: 8px;
    display: inline-block;
}

/* section recipes */

.content {
    position: relative;
}
.content:after{
    background-image: url(../images/left-bg-.png);
    content: "";
    position: absolute;
    width: 337px;
    height: 100%;
    top: -427px;
    left: 0;
    z-index: 0;
    opacity: 0.1;
    height: calc(100% + 427px);
 }
.content:before{
    background-image: url(../images/right-bg.png);
    content: "";
    position: absolute;
    width: 345px;
    height: 100%;
    top: -427px;
    right: 0;
    z-index: 0;
    opacity: 0.1;
    height: calc(100% + 427px);
    }
.h2-properties {
    font-size: 60px;
    line-height: 70px;
    font-family: HurmeGeometricSans4-Black;
    text-align: center;
    text-shadow: #000;
}

.h3-properties {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: HurmeGeometricSans4-SemiBold;
    text-align: center;
    color: #fff;
}

.view-btn {
    font-size: 24px;
    line-height: 40px;
    font-family: HurmeGeometricSans4-Black;
    text-transform: uppercase;
    text-align: center;
    color: #7f000c;
    background-color: #f15d2a;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 0px;
    width: 320px;
    border-radius: 50px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 2px 3px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 14px 0px rgba(0, 0, 0, 0.75);
}

.recipes {
    padding: 40px 0 0px;
    background-color: #0a7abc;
}

.recipes h2 {
    color: #8fdc00;
    margin-top: 36px;
    letter-spacing: 1.5px;
    margin-left: 16px;
    text-shadow: 0px 3px 0px #000;
}

.recipes-content {
    padding: 40px 0 34px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*.recipes-content .recipes-card {
    max-width: 361px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    margin-bottom: 62px;
}*/

.recipes-content .recipes-card .recipe-img {
    max-width: 100%;
    max-height: 186px;
    height: 100%;
    overflow: hidden;
}

.recipes-content .recipes-card .recipe-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    object-fit: cover;
}

.recipes-content .recipe-text {
    background-color: #8fdc00;
    padding: 34px 34px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
    height: calc(100% - 180px);
}

.recipes-content .recipe-text h3 {
    margin-bottom: 51px;
}

.how-to h2 {
    color: #0a7abc;
    margin-top: 6px;
    letter-spacing: 2px;
    margin-left: 17px;
    text-shadow: 0px 2px 0px #000;
}

.how-to {
    padding: 40px 0 0;
    background-color: #8fdc00;
}

.how-to .container{
    max-width: 1250px;
}
.how-to-content {
    padding: 40px 0 42px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*.how-to-content .how-to-card {
    max-width: 358px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    margin-bottom: 64px;
    margin-right: 43px;
}*/

/*.how-to-content .how-to-card:nth-child(3n) {
    margin-right: 0;
}*/

.how-to-content .how-to-card .avacado-img {
    max-width: 100%;
    max-height: 184px;
    height: 100%;
    overflow: hidden;
}

.how-to-content .how-to-card .avacado-img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    object-fit: cover;
}

.how-to-content .how-to-text {
    background-color: #007ec1;
    padding: 35px 34px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
    min-height: 190px;
}

.how-to-content .recipe-text h3 {
    margin-bottom: 51px;
}

.our-blog {
    padding: 55px 0 0;
    background-color: #f15d2a;
}

.our-blog h2 {
    color: #8fdc00;
    margin-left: 15px;
    letter-spacing: 3px;
    text-shadow: 0px 2px 0px #000;
}

.blogs-content {
    padding: 50px 0 62px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*.blogs-content .blogs-card {
    max-width: 357px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    margin-bottom: 33px;
    margin-right: 41px;
}*/

/*.blogs-content .blogs-card:nth-child(4n) {
    margin-right: 0;
}*/

.blogs-content .blogs-card .avacado-img {
    max-width: 100%;
    max-height: 184px;
}

.blogs-content .blogs-card .avacado-img img {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    object-fit: cover;
}

.blogs-content .blogs-text {
    background-color: #007ec1;
    padding: 35px 34px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
    min-height: 215px;
}

.blogs-content .recipe-text h3 {
    margin-bottom: 51px;
}

.blogs-content {
    padding: 50px 0 62px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*.blogs-content .blogs-card {
    max-width: 357px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    margin-bottom: 25px;
    margin-right: 40px;
    z-index: 999;
}*/

/*.blogs-content .blogs-card:nth-child(4n) {
    margin-right: 0;
}*/

.blogs-content .blogs-card .blog-img {
    max-width: 100%;
    max-height: 184px;
    height: 100%;
}

.blogs-content .blogs-card .blog-img img {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    object-fit: cover;
}

.blogs-content .blogs-text {
    background-color: #fff;
    padding: 35px 34px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    position: relative;
    height: calc(100% - 213px);
}

.blogs-content .blogs-text h3 {
    margin-bottom: 51px;
    text-transform: capitalize;
    color: #003a1b;
}

.our-blog .view-btn {
    background-color: #8fdc00;
    color: #003a1b;
}

.recipes-content .recipes-card,
.how-to-content .how-to-card,
.blogs-content .blogs-card {
    max-width: 360px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    margin: 0px 23px 62px;
}
.h3-properties a {
    color: inherit;
}
.recipes .container,
.recipes .vist-sec,
.how-to .container,
.our-blog .container-fluid {
    position: relative;
    z-index: 1;
}