
/* // AOS Animations */
html:not(.no-js) .tcm-animate.aos-animate {
	visibility: visible !important;
}

/* // AOS Animations */
.tcm-animate {
	visibility: visible !important;	
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.container {
    margin: 0 auto !important;
}
@media (min-width: 1200px) {
    .container {
        width: 1380px;
    }
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top:0;
}

.page-new-home h3{
    color: #093437;
    font-family: "Tiempos", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; 
}
.page-new-home .a-btn, 
.page-new-home .t-sink a.a-btn, 
.page-new-home a.a-btn {
    background-color: #963834;
    padding: 16px 40px;
    text-align:center;
}

.page-new-home .a-btn:hover, 
.page-new-home .t-sink a.a-btn:hover, 
.page-new-home a.a-btn:hover{
   background-color: #6E312E
}

.page-new-home .wpb_text_column p,
.page-new-home .wpb_text_column ul li{
    color: #4E3623;
    font-family: "National", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}



p.sub_title {
     color: #333333;
    font-family: "National", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 610;
      line-height: 30px;
      margin-bottom:15px;
 }

 .hero_slider .sub_title {
     color: #333333;
    font-family: "National", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 610;
      line-height: 30px;
      margin-bottom:15px;
 }
 
  .hero_slider {
    background: #FCFBF7;
  }
 .hero_slider p.sub_title {
     margin-bottom: 25px;
 }
 
.hero_slider .hero_inner {
    display:flex;
    justify-content: space-between;
    align-items: center;

}
.hero_slider .hero_item.slide_content_right .hero_inner {
    flex-direction: row-reverse;
}
.hero_slider .hero_content {
    width:50%;
    padding:6%;
}
.hero_slider .hero_item.slide_content_right .hero_content.has_floating_image{
    padding: 6% 6% 6% 10%;
}
.hero_slider .hero_item.slide_content_left .hero_content.has_floating_image{
    padding: 6% 10% 6% 6%;
}
.hero_slider .hero_image {
    max-width:840px;
    height:700px;
    width:50%;
}

.hero_slider .hero_item {
    position: relative;
}


.hero_floating_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-65%, -50%);
}
.hero_slider .hero_item.slide_content_left .hero_floating_image{
 transform: translate(-42%, -50%)
}
.hero_floating_image img {
    max-width: 380px;
}
 
 @media screen and (max-width:1080px) {
    .hero_floating_image{
        display: none;
    }
 }
 .hero_slider h2 {
     color: #093437;
    font-family: "Tiempos", serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 70px;
    text-transform: capitalize;
 }
 .hero_slider .button_group {
   margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
 }
 
 
 @media screen and (max-width:1080px) {
     .hero_slider h2 {
         font-size:40px;
         line-height: 50px;
     }
     .hero_slider .container_left {
         padding: 0 !important;
     }
     .hero_slider .hero_inner {
         flex-direction:column;
     }
     .hero_slider .hero_content {
        text-align: center;
        width: 100%;
        max-width: 100%; 
        padding: 50px 20px !important;
     }
     .hero_slider .button_group {
         margin: 25px auto 0;
         justify-content: center;
     }
     .hero_slider .hero_image {
            max-width: 100%;
            width: 100%;
    }
 }
 @media screen and (max-width:767px) {
     .hero_slider .hero_image {
      height:381px;
    }
    .hero_slider .button_group {
        flex-direction:column;
    }
    .mobile_space,
	.vc_empty_space.mobile_space {
		height: 50px !important;
	}
    .hero_floating_image img {
        max-width: 150px;
    }
   .hero_slider .hero_item.slide_content_left .hero_content.has_floating_image,
   .hero_slider .hero_item.slide_content_right .hero_content.has_floating_image{
        padding: 50px 20px 130px 20px !important;
    }
    .hero_slider .hero_item.slide_content_right .hero_inner {
            flex-direction: column;
    }
    .hero_floating_image {
        transform: translate(-50%, -50%);
    }
 }
 
 
 .product_slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}
 .product_slider {
     padding: 0 20px;
 }
.product_slider_heading {
  text-align:center;
}
.product_slider_heading {
    margin-bottom:50px;
}
.product_slider .slide_image img {
    max-width:336px;
}
.product_slider .slider-for .slick-slide {
    opacity: 0.5;
}

.product_slider .slider-for .slick-slide.slick-active {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

.product_slider .slider-for .pizza_image {
   display: none;
}
.product_slider .slider-for .slick-slide.slick-active .pizza_image{
    display: block;
}   
.product_slider .slider-for .slick-slide.slick-active .pizza_box_image{
    display: none;
}  

.product_slider .slick-active .slide_image img{
    max-width:414px;
}
.product_slider .slick-active .slide_image  {
    position:relative;
}
.product_slider .slick-active .image_bg  {
    position:absolute;
    content: "";
    display:block;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: 20.067px;
    width: 454.402px;
    height: 323.094px;
    z-index:-1;
}
.product_slider_heading h3 {
     color: #093437;
    text-align: center;
     font-family: "Tiempos", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; 
    text-transform: capitalize;
 }
  .product_slider .slider-nav {
      margin-top:50px;
      margin-bottom: 0;
     max-width:460px;
     width:100%;
  }
 .product_slider  .slide_content {
     text-align:center;
 }
 
  .product_slider  .slide_content h4 {
    color: #093437;
    font-family: "Tiempos", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    text-transform: capitalize;
    margin-bottom: 10px;
 }
  .product_slider  .slide_content p.slide_desc {
      color: #333;
    font-family: "National",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .product_slider .product_btn {
    color: #963834;
    font-family: "Tiempos", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration: none;
    margin-top: 15px;
    display: block;
  }
  .product_slider .product_btn:hover {
    text-decoration: underline;
  }
  .slider_nav_wrapper {
      display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
   .product_slider .slider-nav .slick-dots {
       position:static;
   }
   .product_slider .slider-nav .slick-dots {
       margin-top:20px;
   }
   .slide-prev,
   .slide-next {
       cursor:pointer;
   }
    .slick-dots li {
        margin: 0 1px;
    }
  .slick-dots li:before{
      display:none;
  }
  .slick-dots li button:before {
      font-size:12px;
       opacity: 1;
    color: #E0DEDC;
  }
  .slick-dots li.slick-active button:before {
       opacity: 1;
       color: #093437;
  }
  
    @media screen and (max-width:1080px) {

      .product_slider .slider-for .slick-slide {
        opacity: 1;
    }
  }
  
  @media screen and (max-width:767px) {
      .product_slider .slick-active .image_bg  {
        width:363px;
        height: 238px;
      }
      .product_slider .slick-active .slide_image img {
        max-width:336px;
      }
      .product_slider .slider-nav {
       margin-top: 20px;
       margin-bottom: 0;
      }

      .product_slider .slider-for .slick-slide.slick-active .pizza_image{
        display: none;
    }   
    .product_slider .slider-for .slick-slide.slick-active .pizza_box_image{
        display: block;
    }  
  }

  .logo-grid {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    justify-items: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.logo_main_wrapper img {
    max-height: 70px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.logo_main_wrapper .box_item {
    padding: 0 20px;
}
.logo_main_wrapper h3{
    text-align: center;
    margin-bottom: 32px;
        display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.logo_main_wrapper .custom_line {
    max-width: 308px;
    background: #E0DEDC;
    height: 1px;
    width: 100%;
}
.button_group.aligned-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

@media screen and (max-width:992px) {
    .logo_main_wrapper .custom_line {
        display: none;
    }
     .logo_main_wrapper h3 {
        border-top: 1px solid #E0DEDC;
        border-bottom: 1px solid #E0DEDC;
        padding: 20px 0;
    }
}
@media screen and (max-width:767px) {
    .logo_main_wrapper .box_item {
        padding:0;
            width: 30%;
    }
   
   
}


.button_group {
    align-items: center;
    display: flex;
    gap: 20px;
}
.fullwidth_section {
    display: flex;
}
.fullwidth_section .image_column .vc_column-inner{
    min-height: 800px;
}
.fullwidth_section .content_column .vc_column-inner{
    padding: 10% 15% !important;
    display: flex;
    align-items: center;
    height: 100%;
}
.fullwidth_section h3{
    font-size: 40px;
    line-height: 50px;
}

.fullwidth_section p{
    font-size: 18px;
    line-height: 28px;
}

@media screen and (max-width:992px) {
    .fullwidth_section {
        flex-wrap: wrap;
    }
     .fullwidth_section .image_column .vc_column-inner {
       min-height: 600px;
     }
    .fullwidth_section .image_column,
    .fullwidth_section .content_column {
        width: 100% !important;
    }
    .fullwidth_section * {
        text-align: center !important;
    }
    .fullwidth_section .button_group {
        justify-content: center;
    }

    .fullwidth_section.tablet_reverse {
        flex-direction: column-reverse;
    }

}
@media screen and (max-width:767px) {
     .fullwidth_section .image_column .vc_column-inner{
       min-height: 381px;
     }
     .fullwidth_section .content_column .vc_column-inner {
        padding: 50px 30px !important
     }
      .fullwidth_section .button_group {
        flex-direction: column;
      }
       .fullwidth_section .button_group a {
        width: 100%;
        justify-content: center;
       }

}


.hri_big_logo {
    padding: 0 50px
}
@media screen and (max-width:767px) {
    .hri_big_logo {
        padding: 0 20px
    }
}

.social_sections {
    background-attachment: fixed !important;

   
}
 @media screen and (max-width:767px) {
    .vc_row.social_sections {
        background-position: center left !important;
        background-attachment: initial !important;
    }
}

.social_sections h3{
    color: #093437;
    font-family: "Tiempos", serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -1.2px;
}

@media screen and (max-width:767px) {
    .social_sections h3{
        font-size: 42px;
        line-height: 52px;
        letter-spacing: -0.84px;
    }
}

.recipe_sections h3 {
      color: #093437;
        font-family: "Tiempos", serif;
        font-size: 40px;
        font-weight: 800;
        line-height: 52px; 
        letter-spacing: -0.2px;
}

.recipe_grid {
      display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
        max-width: 1020px;
    margin: 0 auto;
}

.recipe_main_wrapper .box_item {
    text-decoration: none;
}
.recipe_main_wrapper .item_image {
    overflow: hidden;
    position: relative;
    height: 350px;
     border-radius: 16px;
    margin-bottom: 24px;

}
.recipe_main_wrapper .item_image img {
    width: 100%;
    height: 350px;
    border-radius: 16px;
    transition: transform .25s ease-in-out;
    object-fit: cover;
}

.recipe_main_wrapper h4 {
    color: #FCFBF7;
    font-family: "Tiempos", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: -0.1px;
}

.recipe_main_wrapper p {
    color: #FCFBF7;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%
}

.recipe_main_wrapper .box_item:hover .item_image img{
transform: scale(1.2);
    
}

.recipe_main_wrapper .slick-dots {
    bottom: -35px;
}

.recipe_main_wrapper .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #9eced2;
}

@media screen and (max-width:767px) {
    .recipe_main_wrapper .box_item{
        padding: 0 20px;
    }
}

.social_icons {
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}


.bg_animation .image_zoom img {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition: all ease-in-out 500ms;
    transform: scale(1.1);
}
.bg_animation.is-active .image_zoom img{
     transform: scale(1);
}

/* .bg_animation .vc_column-inner{ 
    background: #FCFBF7 !important;
} */

/* .bg_animation.is-active .vc_column-inner{
    background: #F1EDE8 !important;
} */