

.page-template-template-food-php .grid-container {
  max-width: none;
}

.page-template-template-food-php header .inside-header {
  max-width: 1200px;
  margin: 0 auto;
}

h2, h3, h4, h5, p {
  margin: 0;
}

h2 {
  font-size: 57.2px;
  font-weight: 500;
  letter-spacing: 0.66px;
  line-height: 68.64px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h2 {
    font-size: 44px;
    line-height: 52.8px;
  }
}

h3 {
  font-size: 26.4px;
  font-weight: 500;
  letter-spacing: 0.66px;
  line-height: 33.6px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

p, li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #555555;
}
@media screen and (max-width: 749px) {
  p,li {
    font-size: 15px;
    line-height: 27px;
  }
}


h4 {
  font-size: 19.8px;
  letter-spacing: 0.66px;
  line-height: 25.2px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h4 {
    font-size: 18.7px;
  }
}

h5 {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.66px;
  line-height: 52.8px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h5 {
    font-size: 33px;
    line-height: 39.6px;
  }
}
.social-wrapper{
margin-top: 40px;
}
.social-wrapper .grid-container {
   max-width: 1200px !important;
}
.social-wrapper .grid-container .testimonials-heading{
  text-align:center;
  font-size:26.4px !important;
  line-height:1.4;
  margin-bottom:20px;
}
.social-wrapper .grid-container #sb_instagram{
 margin-bottom:40px;
}
.social-wrapper .grid-container .testimonials-heading a{
  border-bottom:1px solid black;
  padding-bottom:5px;
  font-size:26.4px !important;
}
@media(max-width:767px){
.social-wrapper .grid-container .testimonials-heading{
  font-size:22px !important;
}
.social-wrapper .grid-container #sb_instagram{
 margin-bottom:35px;
}
.social-wrapper .grid-container .testimonials-heading a{
  font-size:22px !important;
}
}

.hero-banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .hero-banner-section {
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero-banner-section .hero-slider {
  width: 100%;
}
.hero-banner-section .hero-slider .slick-arrow,
.hero-banner-section .hero-slider .slick-dots li button {
  display: none !important;
}
.hero-banner-section .hero-slider .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: flex;
  margin: 0;
}

@media screen and (max-width: 749px) {
  .hero-banner-section .hero-slider .slick-dots {
    bottom: 5px;
    left: 42%;
  }
}
.hero-banner-section .hero-slider .slick-dots li {
  margin: 0 5px;
}
.hero-banner-section .hero-slider .slick-dots li::marker {
  height: 10px;
  width: 10px;
}
.hero-banner-section .hero-slider .hero-slide {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .hero-banner-section .hero-slider .hero-slide {
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero-banner-section .hero-slider .hero-slide .hero-banner-image {
  width: 100%;
  height: 100%;
}
.hero-banner-section .hero-slider .hero-slide .hero-banner-image::after{
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.3;
    z-index: 1;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px){
    .hero-banner-section .hero-slider .hero-slide .hero-banner-image::after{
       content: "";
        position: absolute;
        top: 0;
        background: #000;
        opacity: 0.3;
        z-index: 1;
        width: 100%;
        height: 340px;
    }
}
@media screen and (min-width: 750px) {
  .hero-banner-section .hero-slider .hero-slide .hero-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.hero-banner-section .hero-slider .hero-slide .hero-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 749px){
    .hero-banner-section .hero-slider .hero-slide .hero-banner-image img{
        height: 340px;
    }
}
.hero-banner-section .hero-slider .hero-slide .hero-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: black;
  padding: 40px 35px;
}
@media screen and (min-width: 750px) {
  .hero-banner-section .hero-slider .hero-slide .hero-banner-content {
    background: rgba(0, 0, 0, 0.4);
    max-width: 55.6rem;
    margin: 0 auto;
    color: #fff;
  }
  .hero-banner-section .hero-slider .hero-slide .hero-banner-content .hero-banner-title{
      color: white;
  }
  .hero-banner-section .hero-slider .hero-slide .hero-banner-content .hero-banner-desc p{
      color: white;
      opacity: 0.75;
  }
}
.hero-banner-section .hero-slider .hero-slide .hero-banner-content .slider-banner-desc{
    margin-top: 10px;
}
@media screen and (min-width: 750px){
    .hero-banner-section .hero-slider .hero-slide .hero-banner-content .slider-banner-title{
        color: white;
    }
    .hero-banner-section .hero-slider .hero-slide .hero-banner-content .slider-banner-desc p{
        color: white;
        opacity: 0.75;
    }
}
@media screen and (max-width: 749px) {
  .hero-banner-section .hero-slider .hero-slide .hero-banner-content {
      
    padding: 40px 25px;
  }
}
.hero-banner-section .hero-slider .hero-slide .hero-banner-content a.btn {
  text-decoration: none;
  margin: 20px auto 0;
  padding: 0 30px;
  cursor: pointer;
  font-size: 15px;
  border-radius: 40px;
  min-height: 45px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .hero-banner-section .hero-slider .hero-slide .hero-banner-content a.btn {
    color: black;
    background-color: white;
  }
}
@media screen and (max-width: 749px) {
  .hero-banner-section .hero-slider .hero-slide .hero-banner-content a.btn {
    color: white;
    background-color: rgb(123, 203, 190);
  }
}

@media (min-width: 750px){
.image-text-section .image-text-item.has-calendar .image-text-wrapper{
    width: 80%;
}
}

@media screen and (min-width: 750px){
.image-text-section .image-text-item.has-calendar{
    flex-direction: row;
    gap: 20px;
    
}
.image-text-section .image-text-item .text-col{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

}
.image-text-section .image-text-item.has-calendar .text-col img{
    max-width: 200px;
}

.image-text-section .has-calendar .product-calender{
    width: 30%;
}
@media screen and (max-width: 749px){
    .image-text-section .has-calendar .product-calender{
    width: 100%;
}
.image-text-section .text-col .desc ul li{
    text-align: left;
}
}
.image-text-section .text-col .desc ul li{
    margin: 0;
}
@media screen and (max-width: 749px){
.image-text-section.even{
    margin: 35px 0 0;
}
.image-text-section.even .image-text-item  .text-col{
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
}



.image-text-item {
  max-width: 1200px;
  padding: 60px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .image-text-section {
    padding: 0 15px;
  }
}

.image-text-section .image-text-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .image-text-section .image-text-item {
    flex-direction: column;
    text-align: center !important;
    padding: 20px;
  }

}
.image-text-section .image-text-item .img-col {
  flex: 0 0 200px;
  max-width: 200px;
  border: 1px solid rgba(18, 18, 18, 0.05);
  margin-bottom: 10px;
}
.image-text-section .image-text-item .img-col img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 311px;
  object-fit: contain;
}
.image-text-section .image-text-item a {
  color: black;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.image-text-section.odd .image-text-item .text-col {
  flex: 1;
  /*padding: 60px;*/
}
.image-text-item img{
    max-width: 200px;
}
@media (max-width: 767px){
.image-text-section.odd .image-text-item  .text-col{
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
}
.image-text-section.odd .image-text-item.center  .text-col a{
    margin: 30px auto 0;
}
.image-text-section.odd .image-text-item.right  .text-col a{
    margin-left: auto;
}

.image-text-section .image-text-item .btn {
    margin-top: 30px;
  padding: 0 3rem;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: white;
  background-color: #7bcbbe;
  border-radius: 40px;
  min-height: 45px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px){
    .image-text-section .image-text-item .btn{
        margin: 30px auto 0;
    }
}
.image-text-section .image-text-item.left {
  text-align: left;
}
.image-text-section .image-text-item.center {
  text-align: center;
}
.image-text-section .image-text-item.center .img-col{
    margin: 0 auto 10px;
}
.image-text-section .image-text-item.right .img-col{
    margin-left: auto;
}
.image-text-section .image-text-item.center a{
     margin: 30px auto 0;
}
.image-text-section .image-text-item.right a{
    margin-left: auto;
}
.image-text-section .image-text-item.right {
  text-align: right;
}

#custom-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#custom-popup.active {
  display: flex;
}
#custom-popup .popup-content {
  width: 90%;
  max-width: 450px;
  position: relative;
  overflow: hidden;
}
#custom-popup .popup-content .popup-close {
  display: none;
  position: absolute;
  padding: 2px 10px;
  background: #000;
  color: #fff;
  right: 0;
  cursor: pointer;
}
#custom-popup .popup-content .popup-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 10;
}
#custom-popup .popup-content .popup-loading::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
#custom-popup .popup-content #popup-iframe {
  width: 100%;
  height: 90vh;
  border: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.repeater-content {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .repeater-content {
    padding: 0 15px;
  }
}
.repeater-content .repeater-block-title {
  padding-bottom: 30px;
  font-size: 26.4px;
  font-weight: 500;
  letter-spacing: 0.66px;
  line-height: 33.6px;
}
@media screen and (max-width: 749px) {
  .repeater-content .repeater-block-title {
    font-size: 22px;
    line-height: 28px;
     padding: 35px 0 30px;
  }
}
.repeater-content .all-blocks-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  row-gap: 28px;
}
@media screen and (max-width: 749px){
    .repeater-content .all-blocks-wrapper{
        row-gap: 14px;
    }
}
@media (max-width: 900px) {
  .repeater-content .all-blocks-wrapper {
    grid-template-columns: 1fr;
  }
}
.repeater-content .all-blocks-wrapper .single-block {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 1.5rem;
  padding: 25px;
  background: #f6f6f6;
}
.repeater-content .all-blocks-wrapper .block-image {
  width: 100%;
}
.repeater-content .all-blocks-wrapper .block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}
.repeater-content .all-blocks-wrapper .repeater-all-content {
  padding-top: 25px;
}
.repeater-content .all-blocks-wrapper .repeater-all-content .block-title{
    margin-bottom: 10px;
}
.repeater-content .all-blocks-wrapper .repeater-all-content a{
    padding: 0 3rem;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    color: white;
    background-color: #7bcbbe;
    border-radius: 40px;
    min-height: 45px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.repeater-content .all-blocks-wrapper .repeater-all-content .block-desc{
    margin-top: 10px;
}
.repeater-content .all-blocks-wrapper .repeater-all-content .block-desc p {
  margin: 0;
}

.custom-block {
  max-width: 1200px;
  padding: 0 40px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .custom-block {
    padding: 0 15px;
  }
}

.custom-block .block-inner .custom-video{
        margin-bottom: 20px;
}
.custom-block .block-inner .custom-video iframe{
        border-radius: 20px;
}


.custom-block .button-group {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  word-break: break-word;
  margin-top: 20px;
}
.custom-block .button-group a {
  padding: 0 3rem;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: white;
  background-color: #7bcbbe;
  border-radius: 40px;
  min-height: 45px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .custom-block .button-group a {
    max-width: 100%;
  }
}

.slider-head {
  max-width: 1200px;
  padding: 40px 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .slider-head {
    padding: 0 15px;
  }
}
.slider-head .custom-title {
  text-align:center;
  margin: 20px 0 24px;
}
@media screen and (max-width: 749px) {
  .slider-head .custom-title {
    margin: 20px 25px 10px;
  }
}

.slider-wrapper-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .slider-wrapper-section {
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.slider-wrapper-section .custom-slider {
  width: 100%;
}
.slider-wrapper-section .custom-slider .slick-arrow,
.slider-wrapper-section .custom-slider .slick-dots li button {
  display: none !important;
}
.slider-wrapper-section .custom-slider .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: flex;
  margin: 0;
  transform: translate(-50px);
}

.slider-wrapper-section .custom-slider .slick-dots li {
  margin: 0 5px;
}
.slider-wrapper-section .custom-slider .slick-dots li::marker {
  height: 10px;
  width: 10px;
}
.slider-wrapper-section .custom-slider .slider-banner-item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .slider-wrapper-section .custom-slider .slider-banner-item {
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px){
    .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image{
        height: 125px;
    }
}
.slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image::after{
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.3;
    z-index: 1;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 750px){
    .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image::after{
       content: none;
    }
}

@media screen and (min-width: 750px) {
  .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: black;
  padding: 40px 35px;
}
@media screen and (min-width: 750px) {
  .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content {
    background: rgba(0, 0, 0, 0.4);
    max-width: 60rem;
    margin: 0 auto;
    color: #fff;
  }
  .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content .slider-banner-title{
      color: white;
  }
  .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content .slider-banner-desc p{
      color: white;
      opacity: 0.75;
  }
}
@media screen and (max-width: 749px) {
  .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content {
    padding: 20px 20px 60px;
  }
}
.slick-dots .dot:hover{
    border: .1rem solid black;
}
.slick-dots .slick-active .dot:hover{
    border: .1rem solid rgba(255, 255, 255);
}
ul.slick-dots{
    list-style: none;
}

ul.slick-dots .slick-active{
    background: white;
    border-radius: 100%;
}
@media screen and (max-width: 749px){
    ul.slick-dots .slick-active{
        background: black;
    }
}

.slick-dots .dot{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: .1rem solid rgba(255, 255, 255);
    padding: 0;
    display: block;
    cursor: pointer;
}
@media screen and (max-width: 749px){
    .slick-dots .dot{
        border: .1rem solid black;
    }
}
.custom-form-section {
  background: #84d1c6;
  padding: 40px 90px 52px;
  margin: 0 0 60px;
  text-align: center;
  /* Contact Form 7 Styling */
}

@media screen and (max-width: 767px) {
  .custom-form-section {
    padding: 30px 40px 39px;
    margin: 35px 0;
  }
}

.custom-form-section .custom-form-container {
  max-width: 850px;
  margin: 0 auto;
}

.custom-form-section .form-title {
  margin-bottom: 20px;
  color: #ffffff;
}

.custom-form-section .form-content {
  max-width: 605px;
  margin: 0 auto 20px;
  line-height: 1.6;
  color: white;
}

.custom-form-section .form-content p {
  color: white;
  opacity: 0.75;
}

.custom-form-section .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
}

.custom-form-section .wpcf7 .form-row p {
  display: flex;
  gap: 10px;
  width: 100%;
}

.custom-form-section .wpcf7 .form-row .wpcf7-form-control {
  width: 100%;
}

.custom-form-section .wpcf7 input[type=text],
.custom-form-section .wpcf7 input[type=email] {
  width: 100%;
  height: 45px;
  border: none;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 0;
}

.custom-form-section .wpcf7 input[type=text]::-moz-placeholder,
.custom-form-section .wpcf7 input[type=email]::-moz-placeholder {
  color: black;
}

.custom-form-section .wpcf7 input[type=text]::placeholder,
.custom-form-section .wpcf7 input[type=email]::placeholder {
  color: black;
}

.custom-form-section .wpcf7 .email-submit-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.custom-form-section .wpcf7 .email-submit-row p {
  position: relative;
}

.custom-form-section .wpcf7 .email-submit-row input[type=email] {
  flex: 1;
}

.custom-form-section .wpcf7 .email-submit-row input[type=submit] {
  width: 60px;
  min-width: 60px;
  padding: 0;
  background: transparent;
  border: none !important;
  cursor: pointer;
  position: absolute;
  height: 45px;
  font-size: 20px;
  color: black;
  right: 0;
  top: 0;
  margin: 0;
}

.custom-form-section .wpcf7 .email-submit-row input[type=submit]:after {
  content: "→";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #000;
}

.wpcf7-response-output {
  margin: 0 !important;
}


/*# sourceMappingURL=food.css.map */