/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
@import url(https://db.onlinewebfonts.com/c/9337e91655c7b550dd59d836953dba4b?family=Sketchnote+Square+Regular);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sue+Ellen+Francisco&display=swap');
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../font/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('../font/HelveticaNeueLTStd-Bd.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Ferrero-StrettissimoExtraFondente";
    src: url('../font/ferrero-strettissimoextrafondente.woff') format('woff'),
        url('../font/ferrero-strettissimoextrafondente.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HVDPosterClean"; 
    src: url('../font/HVD_Poster_Clean-1.ttf') format('woff2');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "nutella"; 
    src: url('../font/nutellaa-webfont.woff') format('woff'),
        url('../font/nutellaa-webfont.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Sketchnote Square Regular";
    src: url("https://db.onlinewebfonts.com/t/9337e91655c7b550dd59d836953dba4b.eot");
    src: url("https://db.onlinewebfonts.com/t/9337e91655c7b550dd59d836953dba4b.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/9337e91655c7b550dd59d836953dba4b.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/9337e91655c7b550dd59d836953dba4b.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/9337e91655c7b550dd59d836953dba4b.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/9337e91655c7b550dd59d836953dba4b.svg#Sketchnote Square Regular")format("svg");
}
.d-none {
    display: none;
}
html {
  scroll-behavior: smooth;
}

/*@media (min-width: 1200px) {
    .container {
        width: 1640px !important;
    }
}*/

a:focus{
    outline: 0px !important;
}
a{
    text-decoration: none !important;
}
.hiding { opacity: 0; }
.visible { opacity: 1; }
body{
	margin-top: 0px !important;
	
}

.header_strip {
    background: #DB161D;
    padding: 12px;
    position: relative;
    z-index: 3;
    width: 100%;
    top: 0px;
}
.navbar-nav li a{
	color: #fff;
    font-weight: 700;
    transition: 0.3s;
    font-family: 'Helvetica Neue LT Std';
    font-size: 16px;
    line-height: 20px;
    padding: 15px 40px 12px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
    color: #fff;
    background: #BC1016;
    border-radius: 25px;
}
.navbar-nav > li.open > a, .navbar-nav > li.open > a:hover, .navbar-nav > li.open > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
    color: #fff;
    background: #BC1016;
    border-radius: 25px 25px 0px 0px;
}
.navbar-nav li .dropdown-menu{
    background: #BC1016;
    border: none;
    border-radius: 0px 0px 25px 25px;
    box-shadow: none;
    min-width: 157px;
}
.header_strip .logo img{
	width: 180px;
}
#block-nutella-headersocialicon {
    display: flex;
    align-items: center;
}
#block-nutella-headersocialicon  .img-responsive {
    margin: 0px 15px;
}
.region.region-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#block-nutella-main-menu {
    margin-left: auto;
    margin-right: 20px;
}
.header_strip.sticky-header {
    position: fixed;
    top: 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    z-index: 99;
    width: 100%;
    border-radius: 70px !important;
}
.header-social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-social-icons a img{
    width: 26px;
}
.header-social-icons a {
    margin-left: 20px;
}
/* .menu_toogle{
    display: none;
} */

.banner-section {
    background: url(../images/banner-history.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.heading-section h2 {
    color: #FFFFFF;
    font-family: "Ferrero-StrettissimoExtraFondente", Sans-serif;
    font-size: 109px;
    line-height: 73px;
    position: relative;
}
.heading-section h2:nth-child(1){
    font-size: 69px;
}
.heading-section h2 sup {
    top: -60px;
    font-size: 32px;
    left: -15px;
}
.heading-section h2:last-child{
	line-height: 100px;
}
.heading-section .divide-line {
    background: #fff;
    width: 682px;
    height: 8px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
}
.heading-section p {
    color: #FFFFFF;
    font-family: "Ferrero-StrettissimoExtraFondente", Sans-serif;
    font-size: 29px;
    line-height: 73px;
}
.history-content {
   	padding-top: 80px;
    padding-bottom: 80px;
    background: #EC1C24;
    color: #fff;
    /*padding-left: 135px;
    padding-right: 135px;*/
}
.history-section .container-fluid{
    max-width: 1640px;
}
.his-cont-div h2{
	font-family: "montserrat", Sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
}
.his-cont-div p{
	color: #FFFFFF;
    font-family: "montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    max-width: 480px;
}
.history46 h2{
	max-width: 500px;
}
.his-cont-img {
    position: absolute;
    width: 79%;
    bottom: 0px;
    top: 90px;
    left: 0px;
}
.history-content.history46 {
    background: #F6F1DD;
    padding-top: 60px;
    padding-bottom: 40px;
}
.history-content.history46 .his-cont-div{
    padding-top: 90px;
}
.his-cont-img2 img{
	text-align: center;
    margin: auto;
}
.common-history h2 {
    color: #EC1C24;
    font-family: "montserrat", Sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
    text-wrap: unset;
}
.common-history h1 {
    color: #231F2014;
    font-family: "montserrat", Sans-serif;
    font-size: 300px;
    font-weight: 700;
    line-height: 20px;
    margin-left: -140px;
}
.common-history p {
    color: #231F20;
    font-family: "montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.common-history .row{
	align-items: center;
    display: flex;
}
.history51 {
    background: #5F3922;
    padding-top: 120px;
    padding-bottom: 60px;
}
.history51 .his-cont-div {
    margin-left: 120px;
}
.history51 h1{
	color: #FFFFFF1A !important;
}
.history51 h2{
	color: #fff;
}
.history51 p{
	color: #fff;
	max-width: 590px;
}
.history64 h2 {
    max-width: 500px;
}
.history64 {
    background: #F4F4F4;
    padding-top: 140px;
}
.history64 p {
    max-width: 590px;
}
.history65 h1 {
    color: #FFFFFF1A !important;
}
.history65 h2 {
    color: #FFF;
    max-width: 420px;
}
.history65 p {
    color: #fff;
    max-width: 300px;
}
.history65 .his-cont-div {
    margin-left: 120px;
}
.history65 .his-cont-img2{
	position: absolute;
    top: 120px;
    bottom: 0px;
    text-align: center;
    margin: auto;
    left: 0px;
    right: 0px;
}
.history65 .his-cont-img2 img{
	position: absolute;
    top: -150px;
    bottom: 0px;
    text-align: center;
    margin: auto;
    left: 0px;
    right: 0px;
}
.history65 {
    padding-top: 150px;
    padding-bottom: 0px;
}
.history66 {
    background: #F6F1DD;
}
/*.history66 .his-cont-div {
    margin-left: 120px;
}*/
.history66 .his-cont-div{
    padding-top: 100px;
    padding-left: 60px;
}
.history78 {
    background: #5F3922;
    padding-top: 140px;
}
.history78 .his-cont-div {
    margin-left: 120px;
}
.history78 h1 {
    color: #FFFFFF1A;
}
.history78 h1 {
    color: #FFFFFF1A;
}
.history78 h1 {
    color: #FFFFFF1A;
}
.history78 h2 {
    color: #fff;
    max-width: 460px;
}
.history78 p{
    color: #fff;
}
.history96 {
    background: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 40px;
}
.history96 .his-cont-img2 {
    display: flex;
    justify-content: end;
}
.history96 .his-cont-div {
    padding-top: 60px;
}
.history96 h2 {
    max-width: 480px;
}
.history96 .his-cont-div p {
    max-width: 600px;
}
.history96 .his-cont-img2 img {
    text-align: left;
    margin: inherit;
}
.history05 {
    padding-top: 160px;
    padding-bottom: 0px;
}
.his-cont-div {
    padding-left: 120px;
}
.history05 h1 {
    color: #FFFFFF1A;
    margin-left: -130px;
    margin-top: 30px;
}
.history05 h2 {
    color: #fff;
    margin-top: -40px;
}
.history05 .his-cont-div {
    padding-left: 180px;
}
.history05 p{
    color: #fff;
}
.history05 .his-cont-img2 {
    display: flex;
    margin-top: -80px;
    padding-left: 50px;
}
.history05 .row{
    align-items: flex-start;
}
.history05 .his-cont-img2 img {
    margin-top: -50px !important;
}
.history11.common-history h2 {
    max-width: 480px;
}
.history-content.common-history.history11 h1 {
    margin-left: -140px;
}
.history1  .his-cont-div {
    padding-left: 180px;
}
.history07 {
    background: #F6F1DD;
    padding-top: 150px;
}
.logo-wnd img {
    width: 220px;
}
.history07 .his-cont-div {
    padding-left: 120px;
}
.history07 h2 {
    max-width: 650px;
}
.history07 p {
    color: #231F20;
    max-width: 560px;
}
.history11 p {
    padding-left: 40px;
    padding-top: 9px;
}
.history11 {
    background: #fff;
    padding-top: 120px;
}
.history14 .his-cont-div {
    padding-left: 80px;
}
.history14 h2 {
    margin-left: -40px;
}
.history14 .his-cont-img2 img{
    text-align: left;
    margin: inherit;
}
.history14 {
    background: #F6F1DD;
}
.history14 .logo-wnd {
    padding-left: 110px;
}
.history14 .his-cont-img2 {
    padding-left: 110px;
}
.history14 .logo-wnd img {
    width: 320px;
}
.history15 p {
    color: #fff;
    max-width: 580px;
}
.history15 {
    background: #5F3922;
    padding-top: 120px;
}
.history15 h1 {
    color: #FFFFFF1A;
}
.history15 h2 {
    color: #fff;
    max-width: 510px;
}
.history17 .his-cont-img2 img {
    text-align: center;
    margin: inherit;
}
.history17 {
    padding-top: 160px;
}
.history17 .his-cont-div {
    padding-left: 70px;
}
.history17 p {
    color: #fff;
    max-width: 600px;
}
.history17 h1{
    color: #FFFFFF1A;
}
.history17 h2 {
    color: #fff;
}
.history22 .his-cont-img2 img {
    text-align: left;
    margin: auto;
    margin-bottom: -130px;
    margin-left: -40px;
}
.history22 {
    background: #5F3922;
    padding-bottom: 0px;
}
.history22  h1 {
    color: #FFFFFF1A;
}
.history22  h2{
    color: #FFF;
}
.history22 p {
    margin-top: 20px;
    padding-left: 20px;
    color: #fff;
    max-width: 620px !important;
}
.history23 {
    background: #F6F1DD;
    padding-top: 120px;
    padding-bottom: 0px;
}
.history23 p {
    max-width: 590px;
}
.history24 p {
    color: #fff;
}
.history24 h2 {
    color: #fff;
}
.history24 h1 {
    color: #FFFFFF1A;
}
.history24 {
    padding-top: 110px;
}
.social-menu-list ul {
    display: flex;
    list-style: none;
}
.top-footer {
    background: #fff;
    padding-top: 30px;
    margin-bottom: 30px;
}
.signup-text {
    color: #231F20;
    font-family: "Ferrero-StrettissimoExtraFondente", Sans-serif;
    font-size: 37px;
    line-height: 44px;
}
.bottom-ff {
    background: #231F20;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-section {
    background: #fff;
    position: relative;
    z-index: 0;
}

.policy-text a {
    color: #FFFFFF !important;
    font-family: "Ferrero-StrettissimoExtraFondente", Sans-serif;
    font-size: 24px;
    line-height: 44px;
    text-decoration: none !important;
}
.copy-right-text {
    color: #FFFFFF;
    font-family: "Ferrero-StrettissimoExtraFondente", Sans-serif;
    font-size: 24px;
    line-height: 44px;
    text-align: right;
}
.social-menu-list ul {
    display: flex;
    list-style: none;
    justify-content: end;
    align-items: flex-end;
}
.social-menu-list ul li img {
    width: 50px;
    margin-left: 20px;
}

/*recipe page css*/

.recipe-heading {
    font-family: "nutella", Sans-serif;
    font-size: 62px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
.recipe-heading span {
    color: #000000;
}
.recipe-box {
    padding: 0px 0px 20px 0px;
    background-color: #DD3D2E;
    border-radius: 40px 40px 40px 40px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    min-height: 460px;
}
.recipe-box .recipe-img img{
    border-radius: 40px 40px 0px 0px;
    height: 280px;
    object-fit: cover;
}
.recipe-box .recipe-img {
    margin-bottom: 10px;
}
.recipe-content h2  {
   margin-bottom: 20px;
    color: #fff;
    font-family: "Sketchnote Square Regular";
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}
.recipe-content {
    padding: 1px 11px;
    text-align: center;
}
.recipe-contents-single .recipe-heading {
    color: #ED1C24;
}
.time-box {
    color: #fff;
    font-family: "nutella", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: solid 2px !important;
    display: flex;
    padding: 4px 10px;
    border-radius: 50px;
    width: 220px;
    align-items: center;
    justify-content: center;
    margin: auto !important;
    margin-top: 15px !important;
}
.time-box img {
    width: 20px;
    margin: 0px 10px;
}
/*.recipe-card-section .row .col-md-4:nth-child(4){
    width: 50%;
}
.recipe-card-section .row .col-md-4:nth-child(5){
    width: 50%;
}
.recipe-card-section .row .col-md-4:nth-child(9){
    width: 50%;
}
.recipe-card-section .row .col-md-4:nth-child(10){
    width: 50%;
}*/
section.recipe-section {
    background: #5f3b22;
    padding-bottom: 80px;
    padding-top: 20px;
}
.recipe-card-section a.recipe-box {
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
}
.recipe-contents-single h2 {
    font-family: "nutella", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 64px;
    text-align: center;
    margin-top: 0px !important;
}
.recipebg--img  img{
    margin: auto;
    border-radius: 50px;
}
.recipe-contents-single .time-box{
    color: #000;
}
.recipe-contents-single .time-box {
    color: #000;
    padding: 12px;
    margin-bottom: 40px !important;
    font-size: 20px;
    width: 235px;
}
.recipe-contents-single .time-box .divide_line{
   border-left: 0px;
    margin-left: 0px;
}
.ingrident-bg {
   background: #623B23;
    color: #fff;
    padding: 150px 20px 120px;
    margin-top: -90px;
}
.ingrident-bg h2 {
    color: #FFFFFF;
    font-family: "nutella", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 40px;
}
.ingrident-deatils {
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    line-height: 39px;
}
.process-bg{
    padding: 40px 20px;
    text-align: center;
}
.process-bg h2{
    color: #000;
    font-family: "nutella", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 40px;
}
.recipe-contents-single .recipe-heading{
    margin-bottom: 0px;
}
.recipe-sharing h2 {
   text-align: center;
    font-family: 'Sketchnote Square Regular';
    font-size: 32px;
    font-weight: 500;
    margin-right: 50px;
}
.recipe-sharing {
    margin-bottom: 40px;
}
.ingrident-deatils ul {
   /* display: flex;
    align-items: center;
    flex-direction: column;*/
    padding-top: 50px;
}
.ingrident-deatils ul li {
    margin-bottom: 10px;
    text-align: left;
}
.ingrident-bg h2 {
   text-align: center; 
}
.process-deatils {
    max-width: 660px;
    margin: auto;
    text-align: left;
}
.process-deatils li {
   font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.incicate-text {
    font-family: "nutella", Sans-serif;
    font-size: 52px;
    color: #ED1C24;
    padding-top: 0px;
    padding-right: 30px;
    width: 80px;
}
.other-recipe-box {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.other-recipe-img img{
    border-radius: 14px !important;
    height: 280px !important;
    object-fit: cover;
}
.other-reciep-content {
    margin-left: 40px;
}
.other-reciep-content h2 {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: "nutella", Sans-serif;
    font-size: 28px;
    margin-top: 0px;
}
.other-reciep-content .time-box {
    width: 260px;
    height: 43px;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 39px;
}
.other-recipe-section {
    background: #E40F13;
    padding-top: 80px;
    padding-bottom: 120px;
}
.other-recipe-heading {
    color: #FFFFFF;
    font-family: "nutella", Sans-serif;
    font-size: 52px;
    text-align: center;
    margin-bottom: 50px;
}
.other-recipe-heading span{
    color: #000000;
}
.ingrident-right-content {
    border-left: solid 1px #fff;
    padding-left: 80px;
}
.ingrident-rg-img img{
    width: 480px;
}
.ingredent-rg-text {
    display: flex;
    align-items: center;
    width: 410px;
}
.ingredent-rg-text img{
        width: 180px !important;
}
.ingredent-rg-text .field--name-field-prepear-text {
    margin-left: 40px;
    font-size: 18px;
    font-family: "Montserrat", Sans-serif;
    line-height: 24px;
    font-weight: 700;
}
.recipe-socialshare ul li img {
    width: 36px;
    margin: 0px 12px;
}
.divide_line {
    border-left: solid 1px #fff;
    display: inline-block;
    width: 0px;
    height: 18px;
    margin-left: 10px;
}
.other-recipe-section .divide_line {
    border-left: solid 1px #fff;
}
.recipe-sharing {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recipe-socialshare ul {
    display: flex;
    list-style: none;
}
.content {
    max-width: 1140px;
    margin: 60px auto;
    padding: 20px;
}
.content h2 {
    text-align: center;
    margin-bottom: 40px;
    font-family: "nutella", Sans-serif;
    font-weight: 400;
    font-size: 32px;
}
.content p{
    font-weight: 500;
    line-height: 27px;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    margin-bottom: 25px !important;
}



@media only screen and (max-width: 767px)
{
    .recipe-contents-single h2 {
        font-family: "nutella", Sans-serif;
        font-size: 22px;
        line-height: 38px;
    }
    .recipe-heading {
        font-family: "nutella", Sans-serif;
        font-size: 42px;
    }
    .recipe-sharing h2 {
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .recipe-sharing {
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .recipe-contents-single .time-box {
        color: #000;
        padding: 12px;
        margin-bottom: 20px !important;
    }
    .ingrident-deatils {
        font-family: "Montserrat", Sans-serif;
        font-size: 20px;
        line-height: 27px;
    }
    .ingrident-deatils ul {
        padding-top: 0px;
    }
    .ingrident-bg {
        background: #623B23;
        color: #fff;
        padding: 90px 20px 60px;
        margin-top: -70px;
    }
    .ingrident-right-content {
        border-left: solid 0px #fff;
        padding-left: 0px;
    }
    .ingrident-rg-img img {
        width: 300px;
        margin: auto;
    }
    .ingredent-rg-text p {
        margin-left: 16px;
        font-size: 14px;
        font-family: "Montserrat", Sans-serif;
        line-height: 20px;
        font-weight: 700;
    }
    .ingredent-rg-text {
        display: flex;
        align-items: center;
        width: auto;
    }
    .ingrident-bg h2 {
        font-size: 28px;
    }
    .incicate-text {
        font-size: 19px;
        color: #ED1C24;
        padding-top: 0px;
        padding-right: 20px;
        width: 40px;
    }
    .process-deatils li {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 25px;
    }
    .process-bg h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .other-recipe-box {
        flex-direction: column;
    }
    .other-reciep-content {
        margin-left: 0px;
        text-align: center;
    }
    .other-reciep-content h2 {
        margin-bottom: 20px;
        color: #FFFFFF;
        font-family: "nutella", Sans-serif;
        font-size: 14px;
        margin-top: 20px;
    }
    .other-recipe-img img {
        height: 120px !important;
    }
    .other-recipe-section {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .other-recipe-heading {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .time-box img {
        width: 16px;
        margin: 0px 5px;
    }
    .other-reciep-content .time-box {
        width: 140px;
        height: 38px;
        font-size: 10px;
        font-weight: 700;
        line-height: 32px;
    }
    .other-reciep-content h2 {
        margin-bottom: 20px;
        font-size: 14px;
        margin-top: 20px;
    }
    .policy-text a {
        font-size: 20px;
        line-height: 44px;
    }
    .copy-right-text {
        font-size: 18px;
        line-height: 34px;
        text-align: center;
    }
    .social-menu-list ul li img {
        width: 30px;
        margin: 10px;
    }
    .social-menu-list ul {
        justify-content: center;
        align-items: center;
    }
    .signup-text {
        color: #231F20;
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
        text-align: center;
    }
    #block-nutella-main-menu {
        margin-left: auto;
        margin-right: 0px;
    }
    #block-nutella-headersocialicon .img-responsive {
        margin: 0px 5px;
        width: 20px;
    }
    .header_strip .logo img {
        width: 120px;
    }
    .heading-section .divide-line {
        width: 300px;
        height: 3px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .banner-section {
        min-height: 400px;
    }
    .heading-section h2 {
        font-size: 28px;
        line-height: 17px;
    }
    .heading-section h2:last-child {
        line-height: 40px;
    }
    .his-cont-div {
        padding-left: 0px;
        padding-top: 50px;
        text-align: center;
    }
    .history-content {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .heading-section p {
        font-size: 25px;
        line-height: 10px;
        margin-top: 30px;
    }
    .his-cont-img {
        position: relative;
        width: 100%;
        bottom: 0px;
        top: 0px;
        left: 0px;
    }
    .his-cont-div p {
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
    }
    .common-history h1 {
        color: #231F2014;
        font-family: 'Ferrero-StrettissimoExtraFondente' !important;
        font-size: 120px;
        font-weight: 700;
        line-height: 32px;
        margin-left: 0px;
    }
    .common-history h2 {
        font-family: 'Ferrero-StrettissimoExtraFondente' !important;
        font-size: 37px;
        font-weight: 700;
        line-height: 44px;
        text-wrap: unset;
        margin-top: -15px;
    }
    .common-history p {
        font-family: 'Ferrero-StrettissimoExtraFondente' !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }
    .common-history .row {
        flex-wrap: wrap;
    }
    .history-content .row{
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .history51 .his-cont-div {
        margin-left: 0px;
    }
    .history51 .row{
        flex-direction: column-reverse;
    }
    .his-cont-div h2 {
        font-size: 37px;
        line-height: 44px;
        text-align: center;
        margin: auto;
        margin-top: -15px;
    }
    .history46 .row {
        flex-direction: row !important;
    }
    .history65 .his-cont-div {
        margin-left: 0px;
    }
    .history65 .his-cont-img2 img {
        position: relative;
        top: 0px;
    }
    .history65 .his-cont-img2{
        position: relative;
        top: 0px;
    }
    .history64 .row {
        flex-direction: row !important;
    }
    .history66 .his-cont-div {
        margin-left: 0px;
        padding-left: 0px;
    }
    .history66 .row {
        flex-direction: column;
    }
    .history78 .his-cont-div {
        margin-left: 0px;
        margin-top: -50px;
    }
    .history78 {
        background: #EC1C24;
    }
    .history66 {
        background: #5F3922;
    }
    .history66 h1 {
        color: #FFFFFF17;
    }
    .history66 p{
        color: #fff;
    }
    .history96 {
        background: #F5F1DD;
    }
    .history96 .row{
        flex-direction: column;
    }
    .history96 h1{
        color: #231F2014;;
    }
    .history05 {
        background: #5F3922;
    }
    .history05 h1 {
        color: #FFFFFF1A !important;
    }
    .history07 .his-cont-div {
        padding-left: 0px;
    }
    .history07 .row{
        flex-direction: column;
    }
    .history07 h1
    {
        color: #231F2014 !important;
    }
    .history11 {
        background: #EC1C24;
    }
    .history11 h2 {
        color: #fff !important;
    }
    .history11 p{
         color: #fff !important;
    }
    .history14 .row{
        flex-direction: row;
    }
    .history14 .his-cont-div {
        padding-left: 0px;
    }
    .history15 h1 {
        color: #FFFFFF1A !important;
    }
    .history17 .his-cont-div {
        padding-left: 0px;
    }
    .history17 .row {
        flex-direction: column !important;
    }
    .history17 {
        background: #F5F1DD;
    }
    .history17 h2{
        color: #EC1C24;
    }
    .history17 h1 {
        color: #0000002B !important;
    }
    .history17 p {
        color: #231F20;
    }
    .history22 .his-cont-img2 img {
        margin-bottom: -40px;
    }
    .history22 h1 {
        color: #FFFFFF1A;
    }
    .history23 h1 {
        color: #231F2014 !important;
        margin-top: -20px;
    }
    .history23 .row {
        flex-direction: column !important;
    }
    .heading-section h2 sup {
        top: -14px;
        font-size: 18px;
        left: 0px;
    }
    .heading-section h2:nth-child(1) {
        font-size: 36px;
    } 
    .history05 .his-cont-div {
        padding-left: 0px;
    } 
    .history-content.common-history.history11 h1 {
        margin-left: 0px;
    }
    .history14 .logo-wnd {
        padding-left: 0px;
    }
    .history14 .his-cont-img2 {
        padding-left: 0px;
    }             
}


/*logi form */

.form-control {
    height: 50px;
}
#user-login-form {
    max-width: 1140px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}


/*================================= newhome page css===============================*/

.top-banner-section
{
    background: url(../images/shutterstock_2368312077.jpg);
    background-position: center 100%;
    background-size: cover;
    text-align: center;
    margin: auto;
    position: relative;
    background-repeat: no-repeat;
    min-height: 760px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 140px;
    padding-right: 140px;
    padding-bottom: 40px;
}
.left-banner {
    text-align: left;
    margin-top: -40px;
}
.top-banner-section .row{
    display: flex;
    align-items: center;
}

.top-banner-section:after{
    content: '';
    background: url(../images/RepeatGrid3.png);
    width: 100%;
    height: 204px;
    position: absolute;
    left: 0px;
    bottom: -110px;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
.top-banner-section .field--name-field-banner-button a{
    line-height: 48px;
    background: #E20019;
    color: #fff;
    min-width: 240px;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: "montserrat", Sans-serif;
    border-radius: 50px;
    text-decoration: none !important;
    text-align: center;
    margin-top: 30px;
    margin-left: 20px;
}
.left-banner{
    text-align: left;
}
.top-banner-section .field--name-field-banner-button a:hover{
    background: #000;
}
.new_reciep_section{
    background: url(../images/RepeatGrid6.jpg);
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-repeat: repeat;
    padding-left: 140px;
    padding-right: 140px;
}
.new_reciep_section .recipe_new_heading h2{
   text-align: center;
    color: #EC1C24;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 120px;
}

.recipe-blocks {
    background: url(../images/recipe_bg_img.png);
    display: inline-block;
    width: 100%;
    min-height: 690px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0px 16px 16px rgb(0, 0, 0, 0.2) !important;
    text-decoration: none !important;
}
.recipe-blocks .recipe-block-img {
    height: 388px;
}
.recipe-blocks .recipe-block-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
}
.recipe-block-content {
    padding-top: 30px;
    padding-bottom: 30px;

}
.recipe-block-content h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: "Sketchnote Square Regular";
    color: #fff;
}
.recipe-block-content h2 span{
    text-transform: uppercase;
}
.recipe-block-content p{
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-top: 30px;
    line-height: 27px;
}
.recipe-logos {
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 204px;
    margin-top: 10px;
}
.social_media_section{
    background: url(../images/RepeatGrid5.png);
    background-size: cover;
    position: relative;
    padding-left: 140px;
    padding-right: 140px;
    color: #fff;
    padding-bottom: 60px;
}
.social_media_section:before{
   content: '';
    background: url(../images/strip_xmas.png), #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 80px;
    left: 0px;
    background-position: center center;
    background-repeat: repeat-x;
    background-size: 960px;
}
.nutella_brand_logo {
    margin: auto;
    width: 307px;
    text-align: center;
    height: 304px;
}
.nutella_brand_logo img{
    position: absolute;
    left: 0px;
    right: 0px;
    width: 304px;
    margin: auto;
    top: -70px;
}
ul.participa_list li .indicator {
    background: #fff;
    color: #231F20;
    width: 66px;
    height: 66px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.participa_list li p {
    width: calc(100% - 66px);
    margin-left: 30px;
}
ul.participa_list li{
    display: flex;
    list-style: none;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 50px;
}
.sm_content h2 {
    font-size: 50px;
    font-family: 'Sketchnote Square Regular';
    line-height: 72px;
    margin-bottom: 50px;
}
ul.participa_list {
    max-width: 790px;
}
.visit_section a {
    margin: 25px 40px;
    display: inline-block;
}
.visit_section {
    text-align: center;
    max-width: 720px;
}
.visit_section h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 44px;
}
.coloum_align_center {
    display: flex;
    align-items: center;
}
.star_2 {
    position: absolute;
    width: 168px;
    right: -37px;
    top: -37px;
}
.santa-img img{
    position: relative;
    z-index: 1;
}
.santa_2{
   position: relative;
    margin-top: -50px;
    z-index: 1;
}
.star_3 {
    position: absolute;
    left: -57px;
    width: 168px;
}
.santa-img2 img{
    position: relative;
    z-index: 1;
}
.star_4 {
    position: absolute;
    bottom: -88px;
    width: 168px;
}
.star_1 {
    position: absolute;
    width: 168px;
    top: 180px;
    left: 120px;
}
.recipe-slider .slick-arrow {
    background: url(../images/recipe_bg_img.png) !important;
    top: -8%;
    width: 59px;
    height: 59px;
    border-radius: 50px;
}
.recipe-slider .slick-prev {
    left: 45%;
}
.recipe-slider .slick-next {
    right: 45%;
}
.reciep_slide_item{
    margin:25px 10px;
}
.recipe-slider .slick-prev:before{
    content: '';
    background: url(../images/left_arrow.png);
    background-size: 12px;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 40px;
    background-repeat: no-repeat;
    top: 10px;
    left: 20px;
}
.recipe-slider .slick-next:before{
    content: '';
    background: url(../images/right_arrow.png);
    background-size: 12px;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 40px;
    background-repeat: no-repeat;
    top: 10px;
    left: 20px;
}
.recipe_new_heading {
    padding-bottom: 0px;
}

.santa-img, .santa-img2 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.santa-img:hover , .santa-img2:hover {
  transform: rotate(3deg) scale(1.02); /* Slight rotation and zoom */
}

@keyframes subtleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

.santa-img img, .santa-img2 img {
  animation: subtleFloat 5s ease-in-out infinite; /* Adds a gentle floating animation */
}
.new_reciep_section{
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hide-top {
  transform: translateY(90px); /* Adjust to control amount hidden */
}
.rotate-on-scroll {
  transition: transform 0.1s ease;
  /* Add any additional styling */
}


@media only screen and (max-width: 767px){
    .top-banner-section .field--name-field-banner-button a {
        min-width: 150px;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .top-banner-section:after {
        content: '';
        height: 90px;
        bottom: -40px;
    }
    .new_reciep_section {
        margin-top: 35px;
        padding-top: 10px;
        padding-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .new_reciep_section .recipe_new_heading h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 90px;
    }
    .recipe-slider .slick-next {
        right: 45%;
        margin-right: -50px;
    }
    .recipe-slider .slick-prev {
        left: 45%;
        margin-left: -50px;
    }
    .recipe-blocks {
        min-height: auto;
    }
    .recipe-block-content h2 {
        font-size: 24px;
        margin-top: 0px;
    }
    .recipe-blocks .recipe-block-img {
        height: 250px;
    }
    .nutella_brand_logo img {
        position: absolute;
        left: 0px;
        right: 0px;
        width: 170px;
        margin: auto;
        top: -30px;
    }
    .reciep_slide_item {
        padding: 0px;
    }
    .coloum_align_center {
        flex-wrap: wrap;
    }
    .social_media_section {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 60px;
    }
    .sm_content h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .nutella_brand_logo {
        margin: auto;
        width: 307px;
        text-align: center;
        height: 190px;
    }
    .star_1 {
        position: absolute;
        width: 88px;
        top: 147px;
        left: 30px;
    }
    ul.participa_list li {
        font-size: 14px;
        margin-bottom: 20px;
    }
    ul.participa_list li .indicator {
        width: 30px;
        height: 30px;
    }
    .visit_section h3 {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Montserrat';
        line-height: 32px;
    }
    .visit_section a {
        margin: 15px 10px;
        display: inline-block;
    }
    .visit_section a svg {
        width: 36px;
    }
    .header_strip.sticky-header {
        position: relative;
        top: 0px;
        z-index: 99;
        width: 100%;
        border-radius: 0px;
    }
    .hide-top {
        transform: translateY(0px);
    }
    .recipe-slider .slick-prev:before {
        content: '';
        width: 20px;
        height: 40px;
        background-repeat: no-repeat;
        top: 1px;
        left: 11px;
    }
    .recipe-slider .slick-arrow {
        top: -10%;
        width: 42px;
        height: 42px;
        border-radius: 50px;
    }
    .recipe-slider .slick-next:before {
        content: '';
        width: 20px;
        height: 40px;
        top: 1px;
        left: 13px;
    }
    .recipe-block-content p {
        margin-top: 10px;
        line-height: 24px;
    }
    .star_2 {
        position: absolute;
        width: 90px;
        right: 0px;
        top: -16px;
    }
    .star_3 {
        position: absolute;
        left: -18px;
        width: 80px;
    }
    .star_4 {
        position: absolute;
        bottom: -28px;
        width: 76px;
    }
    .santa_2 {
        position: relative;
        margin-top: -25px;
        z-index: 1;
    }
    .top-banner-section {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-top: 40px;
        min-height: auto;
    }
    .top-banner-section .row{
        flex-wrap: wrap;
    }
    nav#block-nutella-main-menu {
        position: absolute;
        background: #db161d;
        width: 100%;
        top: 72px;
        left: 0px;
        display: none;
    }
    .menu_toogle {
        /* display: none; */
        margin-left: auto;
        margin-top: 6px;
    }
    .menu_toogle svg{
        width: 24px;
        fill: #fff;
    }
}


/*=================end new hoem css ==================*/

/*recipe single page css*  ============== */

.single_recipe_page:before{
    content: '';
    background: url(../images/reciep_grids.png);
    width: 100%;
    position: absolute;
    height: 50px;
    left: 0px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
}
.single_receipe_bl_cont {
    padding-top: 130px;
    padding-left: 140px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}
.reciep-bl-img img{
    height: 820px;
    object-fit: cover;
    border-radius: 60px;
}
.recipe_rg_content  h2 {
    font-size: 36px;
    font-weight: 700;
    color: #EC1C24;
    font-family: 'Montserrat';
}
.recipe_rg_content {
    padding: 40px 0px 0px 70px;
}
.recipe_rg_content  h1{
    font-size: 56px;
    font-weight: 700;
    color: #231F20;
    font-family: 'Montserrat';
    line-height: 90px;
}
.recipe_rg_content h2 span{
    color: #000;
}
ul.reciep-details {
    list-style-type: none;
    color: #231F20;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 0px;
    margin-top: 10px;
}
ul.reciep-details li {
    display: flex;
    margin-bottom: 10px;
    border-bottom: solid 1px #E5E5E5;
    max-width: 420px;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
ul.reciep-details li span {
    color: #EC1C24;
    width: 55%;
}
ul.reciep-details li:last-child{
    border-bottom: solid 0px #E5E5E5;
}
.ingredient_section {
   background: url(../images/RepeatGrid5.png);
    background-size: cover;
    position: relative;
    padding-left: 140px;
    padding-right: 140px;
    margin-top: -240px;
    padding-top: 340px;
    color: #fff;
    padding-bottom: 90px;
}
.ingredient_section .ingrident-right-content {
    border: 0px;
    margin-top: -260px;
}
.ingredient_items p {
    font-size: 30px;
    line-height: 45px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 20px;
}
.recipe_ingredient h2{
    font-size: 60px;
    line-height: 90px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 40px;
}
.ingredient_section .ingredent-rg-text img {
    width: 75px !important;
}
.ingredient_section .ingredent-rg-text {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 39px;
    width: auto;
}
.ingredient_section .ingredent-rg-text p {
    margin-left: 30px;
}
.ingredient_section .ingrident-rg-img img {
    width: 715px;
}
.recipe_ingredient {
    margin-left: 60px;
}
.reciep_process_steps {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 140px;
    padding-right: 140px;
}
.process_headings h2 {
    color: #231F20;
    font-size: 60px;
    line-height: 90px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 700;
    position: relative;
}

.process_headings h2:after {
    content: '';
    background: #EC1C24;
    width: 72px;
    height: 10px;
    position: absolute;
    bottom: -20px;
    margin: auto;
    left: 0px;
    right: 0px;
}

.step_text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
   /* margin-top: 90px;
    margin-bottom: 90px;*/
}
.process_image img {
    margin-top: 90px;
    margin-bottom: 90px;
}
.step_text  span .field {
    width: 82px;
    height: 82px;
    background: #A61D10;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 25px;
}
.proces_steops {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #231F20;
    font-family: 'Montserrat';
}
.step_content {
    width: calc(100% - 82px);
}
.star_icon_1 {
    position: absolute;
    left: -225px;
    width: 220px;
    top: -80px;
}
.star_icon_2 {
    position: absolute;
    top: -300px;
    width: 220px;
    right: 15px;
    transform: rotate(-40deg);
}
.recipe_cont_logo {
    display: flex;
    background: #F7E5B6;
    align-items: center;
    height: 120px;
    padding: 0px 40px;
    border-radius: 30px;
    justify-content: space-between;
    margin-top: 20px;
}
.recipe_cont_logo p{
    color: #231F20;
    font-size: 30px;
    font-weight: 700;
    line-height: 27px;
    font-family: 'Montserrat';
}
.process_headings {
    margin-bottom: 60px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 647px;
    overflow: hidden;
}

.thumbnail-video {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.thumbnail-video img {
    width: 100%;
    height: 647px;
    display: block;
    object-fit: cover;
}
#video
    {
    width: 100%;
    height: 100%;
    display: none;
    object-fit: cover;
}
.play-icon {
    position: absolute;
    top: 38%;
    left: 50%;
    color: white;
    display: block;
    width: 157px;
    height: 157px;
    border-radius: 104px;
    border: solid 2px;
}
#video video {
    width: 100%;
    height: 647px;
    object-fit: cover;
}
.play-icon svg{
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 150px;
}
.video_section:before{
    content: '';
    background: url(../images/RepeatGrid5.png);
    background-size: cover;
    position: relative;
    height: 300px;
    width: 100%;
    position: absolute;
}
.red_color{
    color:#EC1C24 ;
    text-transform: uppercase;
}
.comman_section_recipe:before{
    content: '';
    background: url(../images/RepeatGrid3.png);
    width: 100%;
    height: 204px;
    position: absolute;
    left: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    top: 0px;
}
.all_recipe_blocks .recipe-block-content h2 span {
    text-transform: uppercase;
}
.comman_section_recipe {
    padding-top: 240px;
}
.all_recipe_blocks {
     background: url(../images/RepeatGrid5.png);
     padding-top: 80px;
     padding-bottom: 80px;
}
.all_recipe_blocks .recipe-blocks {
    min-height: 470px !important;
    margin-bottom: 30px;
    border: solid 2px #fff;
}
.logos-recipe {
    width: 160px;
    margin: 20px auto;
}
.all_recipe_blocks .recipe-block-content {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    min-height: 230px;
}
.all_recipe_blocks .recipe-blocks .recipe-block-img {
    height: 250px;
}
.all_recipe_blocks .recipe-block-content h2 {
    font-size: 28px;
}
.all_recipe_blocks .recipe-block-content p{
    margin-top: 0px;
}
.recie_titles {
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: 'Montserrat';
}

@media only screen and (max-width: 767px){
    .all_recipe_blocks {
        padding-top: 20px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .recie_titles {
        font-size: 42px;
    }
    .all_recipe_blocks .recipe-blocks {
        min-height: auto !important;
        margin-bottom: 20px;
    }
    .all_recipe_blocks .recipe-block-content h2 {
        font-size: 26px;
    }
    .single_receipe_bl_cont {
        padding-top: 90px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .recipe_rg_content h1 {
        font-size: 24px;
        line-height: 40px;
    }
    .recipe_rg_content h1 sup{
        font-size: 20px !important;
    }
    .recipe_rg_content {
        padding: 5px;
        text-align: center;
    }
    .ingredient_section {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        padding-top: 20px;
        color: #fff;
        padding-bottom: 20px;
    }
    ul.reciep-details li span {
        color: #EC1C24;
        width: 60%;
        text-align: left;
    }
    ul.reciep-details li {
        max-width: 100%;
        padding-bottom: 10px;
    }
    ul.reciep-details {
        font-size: 18px;
        padding: 0px;
        margin-top: 30px;
    }
    .reciep-bl-img img {
        height: 260px;
        object-fit: cover;
        border-radius: 20px;
    }
    .recipe_ingredient h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 30px;
        text-align: center;
    }
    .recipe_ingredient {
       margin-left: 0px;
        text-align: center;
    }
    .ingredient_items p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .ingredient_section .ingrident-right-content {
        border: 0px;
        margin-top: -40px;
    }
    .ingredient_section .ingredent-rg-text p {
        margin-left: 10px;
    }
    .ingredient_section .ingredent-rg-text img {
        width: 40px !important;
    }
    .play-icon svg {
        width: 12px;
        margin: auto;
        height: 37px;
    }
    .play-icon {
        position: absolute;
        top: 104px;
        left: 50%;
        color: white;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 104px;
        border: solid 2px;
        margin-left: -23px;
    }
    .thumbnail-video img {
        width: 100%;
        height: 250px;
        display: block;
        object-fit: cover;
    }
    .video-container {
        position: relative;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
    #video video {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .recipe_cont_logo p {
        color: #231F20;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .recipe_cont_logo {
        height: auto;
        padding: 20px 20px;
        border-radius: 30px;
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap;
        margin: 20px auto;
    }
    .reciep_process_steps {
        margin-top: 0px;
        margin-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .process_headings h2 {
        color: #231F20;
        font-size: 32px;
        line-height: 55px;
    }
    .step_text span .field {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 45px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .step_content {
        width: 100%;
    }
    .proces_steops {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }
    .step_text {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .process_image img {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .star_icon_2 {
        position: absolute;
        top: 12px;
        width: 94px;
        right: 8px;
        transform: rotate(-40deg);
    }
    .left-banner {
        margin-top:0px;
    }
    .all_recipe_blocks .recipe-block-content {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        min-height: auto;
    }

}

@media only screen and (min-width: 1140px)  and (max-width: 1580px){
    .recipe_rg_content h1 {
        font-size: 48px;
        line-height: 70px;
    }
    .star_icon_2 {
        position: absolute;
        top: -300px;
        width: 160px;
        right: 15px;
        transform: rotate(-40deg);
    }
    .ingredient_section .ingredent-rg-text {
        font-size: 20px;
    }
    .ingredient_items p {
        font-size: 20px;
        line-height: 29px;
    }
    .proces_steops {
        font-size: 22px;
        line-height: 35px;
    }
    .new_reciep_section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px)  and (max-width: 991px){
    .top-banner-section{
        min-height: 440px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }
    .top-banner-section:after{
        height: 110px;
        bottom: -50px;
    }
    .new_reciep_section{
        margin-top: 45px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .new_reciep_section .recipe_new_heading h2{
        font-size: 40px;
        line-height: 40px;
    }
    .recipe-slider .slick-prev{
        left: 35%;
    }
    .recipe-slider .slick-next{
        right: 35%;
    }
    .nutella_brand_logo img{
        width: 224px;
        top: -80px;
    }
    .social_media_section{
        padding-left: 40px;
        padding-right: 40px;
    }
    .star_1{
        width: 120px;
        top: 150px;
        left: 40px;
    }
    .sm_content h2{
        font-size: 28px;
        line-height: 38px;
    }
    ul.participa_list{
        padding-left: 0;
    }
    ul.participa_list li{
        font-size: 18px;
        margin-bottom: 20px;
    }
    ul.participa_list li .indicator{
        width: 50px;
        height: 45px;
    }
    ul.participa_list li p{
        margin-left: 20px;
        font-size: 14px;
    }
    .star_2 {
        width: 120px;
        right: -25px;
        top: -50px;
    }
    .star_3 {
        left: -23px;
        width: 120px;
    }
    .visit_section h3{
        font-size: 20px;
        line-height: 30px;
    }
    .visit_section a{
        margin: 20px;
    }
    .visit_section a svg{
        width: 40px;
    }
    .star_4 {
        bottom: -38px;
        width: 120px;
    }
    .signup-text{
        text-align: center;
    }
    .social-menu-list ul{
        padding-left: 0;
        justify-content: center;
        align-items: center;
    }
    .top-footer{
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .policy-text, .copy-right-text{
        text-align: center;
    }
    .single_receipe_bl_cont{
        padding-left: 20px;
        padding-right: 20px;
    }
    .recipe_rg_content h2{
        font-size: 28px;
    }
    .recipe_rg_content h1{
        font-size: 34px;
        line-height: 40px;
    }
    .recipe_rg_content{
        padding: 0px 0px 0px 20px;
    }
    ul.reciep-details{
        font-size: 16px;
        margin-top: 15px;
    }
    .reciep-bl-img img{
        height: auto;
    }
    .ingredient_section{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 40px;
        padding-top: 120px;
    }
    .star_icon_2, .star_icon_1{
        display: none;
    }
    .ingredient_section .ingrident-right-content{
        margin-top: -150px;
        padding-left: 0;
    }
    .recipe_ingredient{
        margin-left: 0;
    }
    .recipe_ingredient h2{
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .ingredient_items p{
        font-size: 16px;
        line-height: 28px;
    }
    .ingredient_section .ingrident-rg-img img{
        width: 150px;
    }
    .ingredient_section .ingredent-rg-text{
        font-size: 18px;
        line-height: 28px;
    }
    .thumbnail-video img{
        height: auto;
    }
    .play-icon{
        height: 90px;
        width: 90px;
        top: 50%;
        margin-left: -45px;
        margin-top: -45px;
    }
    .play-icon svg{
        width: 32px;
        height: 80px;
    }
    .process_headings h2{
        font-size: 40px;
        line-height: 70px;
    }
    .reciep_process_steps{
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 0;
    }
    .proces_steops{
        font-size: 22px;
        line-height: 30px;
    }
    .step_text span .field{
        width: 52px;
        height: 52px;
    }
    .comman_section_recipe:before{
        height: 54px;
    }
}

.content ol, .content ul{
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    font-family: "Montserrat", Sans-serif;
}


/*WND Style CSS*/

@media (min-width: 1680px) {
    .container {
        width: 1640px;
    }
}

.wnd_banner {
    background: url(../images/repeat_grdi_wnd.svg);
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.arrow-banner {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
}
.logo-wnd-bg {
    width: 1032px;
    margin: auto;
}
.wnd_history_section {
   background: #BC1919;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 230px;
    position: relative;
}
.wnd_history_section:after {
    content: '';
    background: #BC1919;
    position: absolute;
    width: 100%;
    height: 358px;
    border-radius: 100%;
    top: 88%;
    z-index: -1;
}
.history_headings h4{
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    font-family: "montserrat", Sans-serif;
    line-height: 40px;
}
.date_tag_his {
    margin: 31px auto;
    background: #fff;
    font-size: 31px;
    color: #EC1C24;
    font-family: "Sue Ellen Francisco", serif;
    font-weight: 400;
    text-align: center;
    width: 189px;
    padding: 5px 25px;
    transform: rotate(-6deg);
}
.his_heading_img {
    width: 511px;
    margin: auto;
    margin-top: -20px;
    margin-bottom: -40px;
}
.wnd_his_logo {
    padding: 0px 50px;
    max-width: 1200px;
    margin: auto;
}
.wnd_his_cont p{
    margin-bottom: 30px;
}
.wnd_his_cont p a{
    color: #fff;
}
.wnd_his_cont {
    padding: 0px;
    font-size: 22px;
    font-family: 'Montserrat';
    line-height: 36px;
    padding-top: 60px;
    padding-left: 20px;
}
.history-icon-item {
    background: #fff;
    margin: 5px;
    border-radius: 40px;
    color: red;
    padding: 30px;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.his-icon-content {
    color: #231F20;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    font-family: 'Montserrat';
    text-align: center;
}
.hsi-icon-img {
    width: 158px;
    margin: auto;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 175px;
}
h2.his-icon-heading {
    color: #EFEFEF;
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 40px;
}
.history-icon-slider .slick-prev.slick-arrow:before{
    content: '';
    background: url(../images/arrow_left.svg);
    border: solid 3px #fff;
    width: 71px;
    height: 71px;
    position: absolute;
    background-size: 13px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.history-icon-slider .slick-next.slick-arrow:before{
    content: '';
    background: url(../images/arrow_right.svg);
    border: solid 3px #fff;
    width: 71px;
    height: 71px;
    position: absolute;
    background-size: 13px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.history-icon-slider .slick-prev {
    left: 100%;
    margin-left: -180px;
}
.history-icon-slider .slick-next {
    right: 60px;
}
.history-icon-slider .slick-next, .history-icon-slider .slick-prev {
    top: -25%;
}
.offer-heading {
    font-size: 48px;
    background: #BC1819;
    font-family: 'Montserrat';
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    line-height: 110px;
    color: #fff;
    display: inline-block;
    padding: 0px 30px;
}
.offer_section {
    padding-top: 450px;
    padding-bottom: 80px;
    text-align: center;
}
#block-nutella-mapbanner {
    height: 675px;
    position: absolute;
    margin-top: 30px;
}
#block-nutella-mapbanner  img{
    height: 675px;
    width: 100%;
}
.offer-box {
    padding: 15px;
}
.offer-box img{
    width: 100%;
}
.offer-img-slider .slick-prev.slick-arrow:before{
    content: '';
    background: url(../images/arrow-red-left.svg);
    border: solid 3px #BC1819;
    width: 71px;
    height: 71px;
    position: absolute;
    background-size: 13px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.offer-img-slider  .slick-next.slick-arrow:before{
    content: '';
    background: url(../images/arrow-red-right.svg);
    border: solid 3px #BC1819;
    width: 71px;
    height: 71px;
    position: absolute;
    background-size: 13px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.offer-img-slider  .slick-dots li button{
    width: 12px;
    height: 12px;
    background: #231F20;
    border-radius: 50px;
}
.offer-img-slider .slick-dots li.slick-active button{
    background: #EC1C24;
    width: 15px;
    height: 15px;
}
.offer-img-slider  .slick-dots li button:before{
    display: none;
}
.offer-img-slider .slick-dots {
    bottom: -70px;
}
.offer-img-slider  .slick-next, .offer-img-slider  .slick-prev {
    top: 38%;
}
.offer-img-slider .slick-prev {
    left: -80px;
}
section.calender_section {
    background: #e20000;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
}
.calender-lf-section p {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-bottom: 40px !important;
    max-width: 400px;
}
.calender-lf-section h2 {
    font-size: 48px;
    line-height: 60px;
    font-family: 'Montserrat';
    font-weight: 700;
    max-width: 250px;
    margin-bottom: 30px;
}
.calender-form label {
    font-size: 18px;
    font-weight: 800;
    font-family: 'Montserrat';
    line-height: 30px;
    margin-bottom: 20px;
}
.calender-form  .form-control {
    height: 55px;
    border-radius: 0px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    color: #231F20;
    font-family: 'Montserrat';
}
.filter-btn {
    background: #231F20;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    border: 0px;
    width: 100%;
    height: 55px;
    box-shadow: 0px 8px 16px rgb(0, 0, 0, 16%);
}
.calender-list-data h4{
     font-size: 18px;
    font-weight: 800;
    font-family: 'Montserrat';
    line-height: 30px;
    margin-bottom: 20px;
}
.calender-form  select{
   background-image: url(../images/red_up_arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 95% 45% !important;
    appearance: none;
    background-size: 18px !important;
}
.calendar-item {
    display: flex;
    align-items: center;
    background: #fff;
    height: 85px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 8px 16px rgb(0, 0, 0, 16%)
}
.client-logo {
    width: 179px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calendar-item h2 {
    color: #231F20;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-top: 0px;
}
.location-content {
    width: calc(100% - 180px);
   padding-left: 40px;
    padding-right: 10px;
}
.caltern-datetime {
    color: #7B7B7B;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.client-logo img{
    height: 100%;
    width: 100%;
    max-width: 100%;
    color: red;
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
}
.date-head-text {
    font-size: 32px;
    font-weight: 800;
    font-family: 'Montserrat';
    line-height: 30px;
    border-bottom: solid 2px #ffffff33;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.wnd-recipe {
    margin-top: 40px;
    margin-bottom: 40px;
}
.wnd-recipe .recie_titles {
    color: #DD3D2E;
}
.wnd-recipe .recie_titles span{
    color: #000000;
}
.all-offer-page .offer_imgs img {
    width: 100%;
}
.masonry-grid {
 max-width: 1640px;
 margin: auto;
}

.grid-item {
  width:calc(25% - 20px);;
  margin-bottom: 20px;
}

.grid-item img {
  display: block;
  width: 100%; /* Make images responsive */
}
.all-offer-page {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.view-all-btn {
    background: #EC1C24;
    color: #fff;
    height: 55px;
    width: 398px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    box-shadow: 0px 8px 6px rgb(0, 0, 0, 16%);
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.view-all-btn:hover{
    background: #fff;
    color: #EC1C24;
}
.calender-list-data .row{
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px){
    .grid-item {
        width: 100%;
        margin-bottom: 0px;
        padding: 20px;
    }
    .all-offer-page {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .all-offer-page .offer-heading {
        font-size: 24px;
        line-height: 40px;
    }

}

@media only screen and (min-width: 768px)  and (max-width: 991px){
    .grid-item {
      width:calc(50% - 20px);;
      margin-bottom: 20px;
    }
    .ingrident-right-content {
        border-left: solid 0px #fff;
    }
    .other-reciep-content {
        margin-left: 0px;
        text-align: center;
        margin-top: 20px;
    }
    .other-recipe-box {
        flex-wrap: wrap;
    }
    .logo-wnd-bg {
        width: auto;
        margin: auto;
    }
}

/*rule page css*/


.content {
    font-family: 'Montserrat';
}

.content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.content h2{
    font-size: 48px;
    color: #BC1819;
     font-weight: 700;
     font-family: 'Montserrat';
}

.home_recipe_item {
    padding: 10px;
}
.home_recipe_section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.home_recipe_section .recie_titles {
    color: #000;
}
.home_recipe_section .recie_titles span {
    color: #DD3D2E;
}
.home_recipe_section button {
    background: black !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 20px;
    margin-top: 4px !important;
}
.home_recipe_section .slick-arrow {
    display: none !important;
}
.home_recipe_section .slick-dots li button:before{
    display: none;
}
.home_recipe_section .slick-dots li {
    margin: 0 0px;
}

@media only screen and (max-width: 767px){
    .home_recipe_section button {
        width: 8px !important;
        height: 8px !important;
    }
}


/*splash page */

.splash-section{
    position: relative;
    overflow-x: hidden;
    width: 100%;
}
.slider-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}
.slider-logo img{
    width: 580px;
}
.splash-slider
{
    height: calc(100vh - 293px );
    overflow: hidden;
}
.splash-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splash-item {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}
.splash1 {
    background-image: url('../images/Yunque.jpg');
    background-size: cover;
    width: 100%;
    height: calc(100vh - 294px );
    background-position: center;
}
.splash2 {
    background-image: url('../images/gozalandia.jpg');
    background-size: cover;
    width: 100%;
    height: calc(100vh - 294px );
    background-position: center;
}
.splash3{
    background-image: url('../images/sanjuan.jpg');
    background-size: cover;
    width: 100%;
    height: calc(100vh - 294px );
    background-position: center;
}
.splash4 {
    background-image: url('../images/crashboar.jpg');
    background-size: cover;
    width: 100%;
    height: calc(100vh - 294px );
    background-position: center;
}
.splash5{
    background-image: url('../images/dock.jpg');
    background-size: cover;
    width: 100%;
    height: calc(100vh - 294px );
    background-position: center;
}
.splash6 {
    background-image: url('../images/flamenco.jpg');
    background-size: cover;
    width: 100%;
    height: calc(100vh - 294px );
    background-position: center;
}
.splash-footer{
    position: fixed;
    width: 100%;
    bottom: 0px;
}


@media only screen and (max-width: 767px){
    .slider-logo img{
        width: 300px;
    }
}


/*NEW Islp*/

.scroll-video-section {
  height: 300vh; /* This allows scroll space */
  position: relative;
}

.video-container {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: black;
}

#scrollVideo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fullwidth-video-wrapper {
  width: 100%;
  overflow: hidden;
}

.fullwidth-video {
  width: 100%;
  height: 120vh;
  display: block;
  object-fit: cover;
}
.celebra_section {
    background: #E20000;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x: hidden;
}
.cele-heading {
    text-align: center;
    margin: auto;
    margin-bottom: 180px;
}
.cele-heading img{
    width: 531px;
}
.map-bg {
    text-align: center;
}
.video-fl-item video {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}
.playicon {
    position: absolute;
    right: 0px;
    z-index: 2;
    top: 0px;
    left: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}
.pauseicon{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(40px, -50%);
    cursor: pointer;
}
.video-loop-slider .slick-prev {
    left: 40px;
    background-image: url(../images/white_arrow_left.svg) !important;
    background-size: 38px !important;
    background-position: center !important;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    z-index: 1;
}
.video-loop-slider .slick-next {
    right: 40px;
    background-image: url(../images/white_aroow_right.svg) !important;
    background-size: 38px !important;
    background-position: center !important;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat !important;
}
.slick-next:before, .slick-prev:before{
    display: none;
}
.nustro-section {
    background: #E20000;
    color: #fff;
    margin-top: -5px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.heading-nustro {
    padding-left: 80px;
    margin-bottom: 80px;
}
.heading-nustro  h2 {
    font-size: 64px;
    line-height: 60px;
    font-weight: 900;
    font-family: 'Montserrat';
}
.heading-nustro h2 span{
    font-weight: 500;
}
.county-content h2{
    font-size: 36px;
    line-height: 32px;
    font-weight: 900;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}
.county-content h2 span{
    font-weight: 500;
    display: block;
}
.county-content p {
    font-size: 1.5em;
    line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 500;
    max-width: 680px;
    margin-bottom: 20px;
}
.county-content {
    margin-top: -22px;
    padding: 0px 100px 0px 60px;
}

.video_blog_section video{
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.country-video-slider  .slick-prev {
    left: 30px;
    background-image: url(../images/vidoe_arow_red.png) !important;
    background-size: 38px !important;
    background-position: center !important;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    z-index: 1;
}
.country-video-slider .slick-next {
    right: 30px;
    background-image: url(../images/white_aroow_right.svg) !important;
    background-size: 38px !important;
    background-position: center !important;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat !important;
}
.limida-jar-section {
    background: #E20000;
    color: #fff;
    padding-top: 60px;
    margin-top: -5px;   
}
.limida-jar-section h2 {
    font-size: 64px;
    line-height: 60px;
    font-weight: 900;
    font-family: 'Montserrat';
    padding-left: 80px;
    margin-bottom: 80px;
}
.limida-jar-section h2 span{
    font-weight: 500;
    display: block;
}
.jar-item {
    position: relative;
}
.jar-bg {
    height: 720px;
    transition: transform 1.5s ease-out;
}
.jar-bg img{
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}
/*.jar-image {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transform: translateY(-50%);
    transition: transform 1s ease-out;
}*/

.jar-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50px, -50%); /* Pehle right side me rahe */
  opacity: 0;
  transition: all 1s ease-out;
}

.jar-image.animate-in {
  transform: translate(-50%, -50%); /* Center position par aa jaaye */
  opacity: 1;
}






.jar-image img {
    width: 432px;
}
.indisual-jar-slider .slick-prev {
    left: 40px;
    background-image: url(../images/white_arrow_left.svg) !important;
    background-size: 38px !important;
    background-position: center !important;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    z-index: 1;
}
.indisual-jar-slider .slick-next {
    right: 40px;
    background-image: url(../images/white_aroow_right.svg) !important;
    background-size: 38px !important;
    background-position: center !important;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat !important;
}
.no-space{
    overflow-x: hidden;
    padding: 0px;
}


/*footer css*/

footer.new_footer {
    background: #E20000;
    padding-left: 60px;
    color: #fff;
    padding-bottom: 80px;
    padding-top: 60px;
    font-family: 'Montserrat';
    padding-right: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
footer.new_footer  h2 {
    font-size: 31px;
    line-height: 29px;
    font-weight: 900;
}
.social-icon-list a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}
.icon-social {
    background: #D9D9D9;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 9px;
    margin-right: 25px;
}
.icon-social:hover{
    background: #fff;
}
.social-icon-list {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    max-width: 180px;
}
.privacytext a{
    color: #fff !important;
}
.copy-righttext {
    text-align: right;
}
.row_flex{
    display: flex;
    align-items: center;
}
.new_footer hr {
    border-top: solid 1px #fff;
    margin-left: -75px;
    margin-right: -75px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.find-loaction-section {
    background: #E20000;
    color: #fff;
    padding: 60px 0px;
     font-family: 'Montserrat';
}
.find-loaction-section h2
{
    font-size: 31px;
    font-weight: 900;
    line-height: 60px;
}
.find-loaction-section p{
    font-size: 18px;
    line-height: 21px;
}
.store-title{
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
}
.location-box {
    background: #D9D9D9;
    display: block;
    width: 100%;
    height: 200px;
}

/*loaction section css*/

.map-bg{
    position: relative;
}
.heart_1_img {
   position: absolute;
    top: -4px;
    left: 70px;
    width: 70px;
    cursor: pointer;
}
.heart_2_img {
    position: absolute;
    top: 83px;
    left: 170px;
    width: 70px;
    cursor: pointer;
}
.heart_3_img {
    width: 70px;
    position: absolute;
    left: 630px;
    top: 140px;
    cursor: pointer;
}
.heart_4_img {
    position: absolute;
    width: 70px;
    right: 40%;
    top: 0px;
    cursor: pointer;
    z-index: 2;
}
.heart_5_img {
    position: absolute;
    top: 58px;
    right: 29%;
    width: 70px;
    cursor: pointer;
}
.heart_6_img {
    position: absolute;
    top: 132px;
    right: 31px;
    width: 70px;
    cursor: pointer;
}


.jar-thumb {
    width: 40px;
    margin-right: 20px;
    opacity: 0;
}
.jar-thumb img{
    width: 40px;
}
.loc-content  h2{
    font-size: 12px;
    color: #fff;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0;
}
.loc-content h2 span{
    font-weight: 500;
}
.loc-content{
  -webkit-transition: all 1s ease;  
  -moz-transition: all 1s ease;  
  -o-transition: all 1s ease;  
  -ms-transition: all 1s ease;  
  transition: all 1s ease;
  height: 94px !important;
  background: #e20000;
}


.location-box-2 {
    position: absolute;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    top: 173px;
    width: 0px;
    padding: 20px;
    left: 254px;
    opacity: 0;
}
.location-box-2:after{
    content: '';
    background: url(../images/drow_line_2.svg);
    position: absolute;
    left: -51px;
    top: -45px;
    height: 100%;
    background-repeat: no-repeat;
    width: 322px;
    background-size: contain;
}
.transform-active2 {
  width: 220px;
  opacity: 1;
}
.location-box-1 {
    position: absolute;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    top: -90px;
    width: 0px;
    padding: 20px;
    left: -130px;
    opacity: 0;
}
.location-box-1:after{
    content: '';
    background: url(../images/drow_line_1.svg);
    position: absolute;
    left: 192px;
    top: 48px;
    height: 47%;
    background-repeat: no-repeat;
    width: 230px;
    background-size: contain;
}
.transform-active1 {
  width: 193px;
  opacity: 1;
}
.location-box-3 {
    position: absolute;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    top: 205px;
    width: 0px;
    padding: 20px;
    left: 735px;
    opacity: 0;
}
.location-box-3:after{
    content: '';
    background: url(../images/drow_line_3.svg);
    position: absolute;
    left: -73px;
    top: -28px;
    height: 100%;
    background-repeat: no-repeat;
    width: 72px;
    background-size: contain;
}
.transform-active3 {
  width: 240px;
  opacity: 1;
}
.location-box-4 {
    position: absolute;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    top: -105px;
    width: 0px;
    padding: 20px;
    opacity: 0;
    right: 740px;
}
.location-box-4:after{
    content: '';
    background: url(../images/drow_line_4.svg);
    position: absolute;
    right:-53px;
    top: 49px;
    height: 100%;
    background-repeat: no-repeat;
    width: 53px;
    background-size: contain;
}
.transform-active4{
  width: 200px;
  opacity: 1;
}
.location-box-5 {
    position: absolute;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    top: -52px;
    width: 0px;
    padding: 20px;
    left: 1163px;
    opacity: 0;
}
.location-box-5:after{
    content: '';
    background: url(../images/drow_line_5.svg);
    position: absolute;
    left: -37px;
    top: 29px;
    height: 100%;
    background-repeat: no-repeat;
    width: 40px;
    background-size: contain;
}
.transform-active5 {
  width: 230px;
  opacity: 1;
}
.location-box-6 {
    position: absolute;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    top: -23px;
    width: 0px;
    padding: 20px;
    right: -70px;
    opacity: 0;
}
.location-box-6:after{
    content: '';
    background: url(../images/drow_line_6.svg);
    position: absolute;
    right: 86px;
    top: 93px;
    height: 100%;
    background-repeat: no-repeat;
    width: 50px;
    background-size: contain;
}
.transform-active6 {
  width: 192px;
  opacity: 1;
}
.location-box-1.transform-active1 .jar-thumb {
    transition: all 6s ease;
    opacity: 1;
}
.location-box-1.transform-active1 h2{
    transition: all 6s ease;
    opacity: 1;
}
.location-box-2.transform-active2 .jar-thumb {
    transition: all 6s ease;
    opacity: 1;
}
.location-box-2.transform-active2 h2{
    transition: all 6s ease;
    opacity: 1;
}
.location-box-3.transform-active3 .jar-thumb {
    transition: all 6s ease;
    opacity: 1;
}
.location-box-3.transform-active3 h2{
    transition: all 6s ease;
    opacity: 1;
}
.location-box-4.transform-active4 .jar-thumb {
    transition: all 6s ease;
    opacity: 1;
}
.location-box-4.transform-active4 h2{
    transition: all 6s ease;
    opacity: 1;
}
.location-box-5.transform-active5 .jar-thumb {
    transition: all 6s ease;
    opacity: 1;
}
.location-box-5.transform-active5 h2{
    transition: all 6s ease;
    opacity: 1;
}
.location-box-6.transform-active6 .jar-thumb {
    transition: all 6s ease;
    opacity: 1;
}
.location-box-6.transform-active6 h2{
    transition: all 6s ease;
    opacity: 1;
}
.close-btn {
    display: none;
}
.bg-vidoe-section{
    display: none;
}
.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start{
    display: none !important;
}
video.video-scroll {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.location-msgg {
    font-family: 'Montserrat';
    text-align: center;
    min-height: 420px;
    display: flex;
    align-items: center;
}
div#drupal-live-announce {
    display: none;
}
.sub_cele_heading {
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.for-mobile-jar-banner{
    display: none;
}
.prize_section {
    background: #e20000;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #fff;
}
.price_bg_content h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 49px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.price_bg_img img{
    width: 100%;
}
.price_bg_img {
    margin-left: -70px;
}
.prize_box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.prize_thumb {
    width: 160px;
}
.prize_thumb img{
    width: 100%;
}
.prize_cont h3 {
    font-family: 'Montserrat';
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 700;
}
.prize_cont p{
    font-size: 18px;
    font-family: 'Montserrat';
}
.price_bg_content{
    padding-right:60px ;
}
.prize_cont {
    width: calc(100% - 160px);
    padding-left: 40px;
}
.prize_section h4{
    font-size: 24px;
    line-height: 29px;
    font-family: 'Montserrat';
    font-weight: 700;
}




@media (min-width: 1200px) and  (max-width: 1580px) {
    .location-box-5 {
        left: 945px;
    }
    .location-box-4 {
        right: 554px;
    }
    .heart_5_img {
        position: absolute;
        top: 23px;
        right: 30%;
        width: 70px;
        cursor: pointer;
    }
    .location-box-5 {
        top: -52px;
        left: 818px;
    }
    .heart_6_img {
        top: 89px;
        right: 31px;
        width: 70px;
        cursor: pointer;
    }
    .location-box-6 {
        top: -55px;
        padding: 20px;
        right: -70px;
    }
    .calender-lf-section h2 {
        font-size: 36px;
        line-height: 55px;
    }
}


@media only screen and (max-width: 767px)
{
    .bg-vidoe-section
    {
        display: block;
    }
    .video-container {
      display: none;
    }
    .fullwidth-video {
        width: 100%;
        height: 230px;
        display: block;
        object-fit: cover;
    }
    .cele-heading img {
        width: 230px;
    }
    .cele-heading {
        margin-bottom: 60px;
    }
    .heart_1_img {
        top: -22px;
        left: 5px;
        width: 40px;
        cursor: pointer;
        z-index: 999;
    }
    .heart_4_img {
        width: 40px;
        right: 37%;
        top: -20px;
        cursor: pointer;
        z-index: 2;
        z-index: 999;
    }
    .heart_3_img {
       width: 40px;
        left: 139px;
        top: 35px;
        cursor: pointer;
        z-index: 999;
    }
    .heart_5_img {
        top: 6px;
        right: 24%;
        width: 41px;
        cursor: pointer;
        z-index: 999;
    }
    .heart_6_img {
        top: 7px;
        right: 1px;
        width: 40px;
        cursor: pointer;
        z-index: 999;
    }
    .heart_2_img {
       position: absolute;
        top: 28px;
        left: 44px;
        width: 40px;
        cursor: pointer;
        z-index: 99;
    }
    .video-fl-item video {
        height: 400px;
    }
    .playicon {
        left: 45%;
        width: 47px;
    }
    .video-loop-slider .slick-next {
        right: 10px;
        width: 30px;
        height: 30px;
        background-size: 32px !important;
    }
    .video-loop-slider .slick-prev{
        left: 10px;
        width: 30px;
        height: 30px;
        background-size: 32px !important;
    }
    .nustro-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .heading-nustro {
        padding-left: 40px;
        margin-bottom: 40px;
    }
    .heading-nustro h2 {
        font-size: 24px;
        line-height: 38px;
    }
    .video_blog_section video {
        height: 280px;
        margin-bottom: 20px;
    }
    .county-content {
        margin-top: -15px;
        padding: 30px;
        text-align: center;
    }
    .county-content h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .country-video-slider .slick-next {
        right: 10px;
        background-size: 27px !important;
        width: 30px;
        height: 30px;
        top: 150px;
    } 
    .country-video-slider .slick-prev {
        left: 10px;
        background-image:url(../images/white_arrow_left.svg) !important;
        background-size: 27px !important;
        width: 30px;
        height: 30px;
        top: 150px;
    } 
    .limida-jar-section h2 {
        font-size: 28px;
        line-height: 32px;
        padding-left: 0px;
        text-align: center;
        margin-bottom: 50px;
    }
    .limida-jar-section {
        background: #E20000;
        color: #fff;
        padding-top: 35px;
        margin-top: -10px;
    }   
    .jar-bg {
        height: 340px;
    }  
    .indisual-jar-slider .slick-next {
        right: 10px;
        background-size: 23px !important;
        width: 30px;
        height: 30px;
    } 
    .indisual-jar-slider .slick-prev{
        left: 10px;
        background-size: 23px !important;
        width: 30px;
        height: 30px;
    }
    footer.new_footer {
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 0px;
        padding-right: 30px;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
    }
    footer.new_footer h2 {
        font-size: 24px;
        line-height: 29px;
        font-weight: 900;
        margin-bottom: 20px;
    }
    footer.new_footer h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .privacytext {
        text-align: center;
        margin-bottom: 10px;
    }
    .copy-righttext {
        text-align: center;
        margin-top: 10px;
    }
    .new_footer hr {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .row_flex {
        flex-wrap: wrap;
    }
    .celebra_section {
        padding-top: 60px;
        padding-bottom: 60px;
        overflow-x: inherit;
    }
    .location-box-1, .location-box-2, .location-box-3, .location-box-4, .location-box-5, .location-box-6 {
        top: -20px;
        width: 280px !important;
        padding: 20px;
        left: 0px;
        right: 0px;
        z-index: 99;
        margin: auto;
        height: 140px !important;
        opacity: 0;
        display: none;
    }
    .location-box-1:after{
        display: none;
    }
    .location-box-2:after{
        display: none;
    }
    .location-box-3:after{
        display: none;
    }
    .location-box-4:after{
        display: none;
    }
    .location-box-5:after{
        display: none;
    }
    .location-box-6:after{
        display: none;
    }
    .close-btn {
        position: absolute;
        z-index: 999;
        right: 10px;
        color: #fff;
        top: 5px;
        cursor: pointer;
        display: block;
        background: transparent;
        border: 0px;
    }
    .close-btn img{
        width: 32px !important;
    }
    .transform-active1, .transform-active2, .transform-active3, .transform-active4, .transform-active5, .transform-active6{
        opacity: 1 !important;
        z-index: 9999;
        display: flex;
    }
    html, body {
        overflow-x: hidden;
    }   
    .location-msgg {
        min-height: auto;
        font-size: 20px;
        font-weight: 700;
    }
    .jar-bg img {
        object-fit: cover;
    }
    .for-mobile-jar-banner{
        display: block;
    }
    .desktop-jar-banner {
        display: none;
    }
    .prize_section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .price_bg_img {
        margin-left: 0px;
    }
    .price_bg_content h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0px;
        margin-bottom: 40px;
        text-align: center;
    }
    .prize_cont {
        width: calc(100% - 120px);
        padding-left: 25px;
    }
    .prize_thumb {
        width: 120px;
    }
    .prize_cont h3 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 5px;
        font-weight: 700;
    }
    .prize_cont p {
        font-size: 16px;
    }
    .prize_section h4 {
        font-size: 18px;
        text-align: center;
    }
    .price_bg_content {
        padding-right: 0px;
    }
}


@media (min-width: 1025px) and  (max-width:1280px) 
{
    .location-box-1:after {
        content: '';
        left: 25px;
        top: 91px;
        height: 47%;
        background-repeat: no-repeat;
        width: 230px;
        background-size: contain;
        transform: rotate(0deg);
    }
    .location-box-1 {
        top: -122px;
        
        padding: 20px;
        left: 40px;
        
    }
    .location-box-4 {
        top: -105px;
        
        padding: 20px;
        
        right: 471px;
    }
    .location-box-5 {
        top: -92px;
    
        padding: 20px;
        left: auto;
        
        right: 34px;
    }
    .heart_5_img {
        position: absolute;
        top: 18px;
        right: 27%;
        width: 70px;
        cursor: pointer;
    }
       .location-box-5:after {
        content: '';
        left: -37px;
        top: 29px;
        height: 100%;
        width: 40px;
    }
    .location-box-6:after {
        content: '';
        position: absolute;
        right: 37px;
        top: 89px;
        height: 69%;
        background-repeat: no-repeat;
        width: 51px;
        background-size: contain;
    }
    .location-box-6 {
        top: 5px;
        padding: 20px;
        right: -21px;
    }
}
@media (min-width: 768px) and  (max-width:1024px) {
    .location-box-1:after {
        content: '';
        left: 52px;
        top: 91px;
        height: 60%;
        width: 230px;
    }
    .location-box-1 {
        top: -135px;
        padding: 20px;
        left: 0px;
    }
    .location-box-4:after {
        content: '';
        right: 70px;
        top: 91px;
        height: 100%;
        width: 53px;
    }
    .location-box-4 {
        top: -132px;
        padding: 20px;
        right: 259px;
    }
    .location-box-5 {
        top: -117px;
        padding: 20px;
        left: auto;
        right: -6px;
    }
    .transform-active5 {
        width: 210px;
        opacity: 1;
    }
    .location-box-5:after {
        content: '';
        left: -37px;
        top: 29px;
        height: 100%;
        width: 40px;
    }
    .location-box-2 {
        top: 173px;
        padding: 20px;
        left: 161px;
    }
    .heart_2_img {
        position: absolute;
        top: 86px;
        left: 85px;
        width: 70px;
        cursor: pointer;
    }
    .heart_3_img {
        width: 70px;
        position: absolute;
        left: 365px;
        top: 100px;
        cursor: pointer;
    }
    .location-box-3 {
        top: 171px;
        padding: 20px;
        left: 471px;
    }
    .heart_5_img {
        top: -3px;
        right: 27%;
        width: 70px;
        cursor: pointer;
    }
    .location-box-6:after {
        content: '';
        right: 23px;
        top: 91px;
        height: 100%;
        width: 50px;
    }
    .location-box-6 {
        top: -17px;
        padding: 20px;
        right: -6px;
    }
    .heart_6_img {
        top: 108px;
        right: 31px;
        width: 70px;
        cursor: pointer;
    }
    .limida-jar-section h2 {
        font-size: 42px;
    }
    .heading-nustro h2 {
        font-size: 42px;
    }
    .county-content {
        margin-top: -15px;
        padding: 30px;
    }
}



/*.scrub-video-container {
  position: sticky;
  top: 0px;
  height: 100vh;
  transition: all 0.2s;
}

.scrub-video-container.in-view {
  margin: 0;
}

.scrub-video-container.in-view video {
    top: 0;
    height: 100%;
}

.scrub-video-wrapper {
  height: 600vh;
}

video {
    position: absolute;
    top: 3em;
    left: 0;
    width: 100%;
    height: calc(100% - 6em);
    object-fit: cover;
    transition: all 0.2s;
}

*/

.splash_banner{
    min-height: 800px;
    position: relative;
    background: url(../images/KKQaqe6w.png) repeat;
    padding: 150px 0px;
}
.splash_banner:after{
    content: '';
    background: url(../images/bottom-ribbon.png);
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0px;
    bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
.splash_banner:before{
    content: '';
    background: url(../images/top-ribbon.png);
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
.splash_banner .splash_logo{
    text-align: center;
    padding: 60px 0px 20px;
}
.splash_banner h2{
    color: #fff;
    font-size: 70px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 90px;
}

@media (max-width: 766px){
    .splash_banner{
        padding: 80px 0px;
        min-height: inherit;
    }
    .splash_banner:before, .splash_banner:after{
        height: 60px;
    }
    .splash_banner .splash_logo{
        padding: 20px 0px 0px;
    }
    .splash_banner .splash_logo img{
        width: 100%;
        
    }
    .splash_banner h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }
}

.region-sm-footer h3{
    margin: 0;
    color: #fff;
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
}
.region-footer-copyright{
    background: #DB161D;
    padding: 20px;
    color: #fff;
}
.video_sec .video-fl-item{
    position: relative;
}
.video_sec .video-fl-item video{
    height: 650px;
}
.video_sec .video-fl-item .pp_icon{
    position: absolute;
    left: 50%;
    margin-left: -56px;
    top: 50%;
    margin-top: -56px;
}
.video_sec{
    margin-bottom: 40px;
}
h1.main_section_heading{
    font-size: 90px;
    font-weight: 700;
    color: #fff;
}
.main_heading2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.main_heading3{
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 60px;
}
.recipe_card_slider{
    margin-bottom: 60px;
    margin-top: 40px;
}
.recipe_items{
    position: relative;
}
.recipe_items img{
    max-width: 100%;
}
.recipe_items .recipe_caption{
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #5A2D1A;
    display: flex;
    font-size: 55px;
    font-weight: 700;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    line-height: 55px;
    text-align: center;
}
.recipe_items .recipe_caption.recipe_caption_small{
    font-size: 40px;
    line-height: 40px;
}
.slider_controlls .slick-prev {
    left: -60px;
    background-image: url(../images/n-prev.svg) !important;
    background-size: 28px !important;
    background-position: center !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    z-index: 1;
}
.slider_controlls .slick-next {
    right: -60px;
    background-image: url(../images/n-next.svg) !important;
    background-size: 28px !important;
    background-position: center !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat !important;
}

.offer_nutella{
    margin-bottom: 60px;
}
.offer_nutella .slick-slide{
    margin: 0px 2px;
}
.offer_nutella img{
    max-width: 100%;
}

.recipe_block{
    text-align: center;
    margin: 60px 0px;
}
.recipe_block .r_img{
    margin-bottom: 20px;
}
.recipe_block .r_img img{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.recipe_block .r_title{
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 30px;
}
.recipe_block .r_ingredients, .partner_recipe_block .r_ingredients{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.recipe_block .r_ingredients ul, .partner_recipe_block .r_ingredients ul{ 
    list-style: none;
}
.recipe_block .r_ingredients ul li, .partner_recipe_block .r_ingredients ul li{
    margin: 8px 0px;
    position: relative;
}
.recipe_block .r_ingredients ul li::before, .partner_recipe_block .r_ingredients ul li::before{
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.recipe_block .r_instruction, .partner_recipe_block .r_instruction{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.recipe_block h5{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    
}
.partner_recipe_block h6{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.partner_recipe_block{
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
}
.partner_recipe_block h2{
    margin-bottom: 20px !important;
}
.partner_recipe_block .partner_logo_img{
    text-align: center;
    margin-bottom: 20px;
}
.partner_recipe_block .partner_logo_img img{
    margin: auto;
}
.partner_recipe_block .recipe_img_p img{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.partner_recipe_block .main_heading3{
    margin-top: 20px;
}
.recipe_info h5{
    font-family: "montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    min-height: 55px;
}
.recipe_info .recipe_info_result{
    font-family: "montserrat", Sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100px;
    margin-bottom: 50px;
}

.path-econo-recipe .super_max, .path-supermax-recipe .econo{
    display: none !important;
}


@media (max-width: 766px){
    .video_sec .video-fl-item video{
        height: 350px;
    }
    h1.main_section_heading{
        font-size: 40px;
    }
    .recipe_items .recipe_caption, .recipe_items .recipe_caption.recipe_caption_small{
        font-size: 22px;
        line-height: 22px;
    }
    .slider_controlls .slick-next{
        right: 0;
        background-size: 22px !important;
    }
    .slider_controlls .slick-prev{
        left: 0;
        background-size: 22px !important;
    }
    .recipe_card_slider{
        margin-bottom: 40px;
    }
    .main_heading2{
        font-size: 30px;
    }
    .main_heading2 img{
        width: 100px;
    }
    .row_flex .recipe_items{
        margin-bottom: 20px;
        display: block;
    }
    .main_heading3 {
        font-size: 36px;
        margin-bottom: 30px;
        margin-top: 20px;
        line-height: 36px;
    }
    .region-sm-footer h3{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
        text-align: center;
    }
    .social-icon-list{
        margin: auto;
    }
    .recipe_info h5{
        min-height: inherit;
        font-size: 16px;
    }
    .recipe_info .recipe_info_result{
        font-size: 22px;
        margin-bottom: 30px;
        height: auto;
    }
    .recipe_block .r_title{
        font-size: 30px;
        line-height: 32px;
    }
}

