.my-overlay{
  position: absolute;
  height: 100%;
  top: 0%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
}

.product-item{
  position: relative;
  height: 100%;
  object-fit: cover;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.my-section{
  padding: 20px 0px;
  background-color: white;
}
.my-logo{
  max-width: 120px!important;
}
.my-section .my-img{
   border-top-left-radius: 20px;
   border-bottom-right-radius: 20px;
   background-position: center;
   min-height: 430px;
   margin-bottom: 30px;
   background-size: contain;

}

.swiper-pagination-bullet-active{
  background-color: #FCDB5A !important;
}

.group{
  width: 100%;
  transition: all 0.8s;
}
.group:hover .my-effect-left{
  transform: translateX(15px);
}
.group:hover .my-effect-right{
  transform: translateX(-15px);
}
.group:hover .my-icon-effect{
  animation: scaleup 0.6s ease-out infinite;
}
.line-veritical{
  position: absolute;
  width: 1px;
  height: 80%;
  bottom: 0px;
  background-color: gray;
  top: 0px;
  transform: translateX(-50%) translateY(20%);
}
.my-effect{
  transition: all 0.8s;
  transform: translateX(0px);
}

html{
  scroll-behavior: smooth;
}
.recipes-img{
  width: 45%;
  object-position: center;
  position: relative;
  height: 100%;
}
.recipes-img img{
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  height: 100%;
}
.swiper-wrapper .slick-slide.slick-active{
  min-width: 386px;
  height:360px;
}
.swiper-wrapper .slick-track{
  min-width: 386px;
}
.product-content{
  width: 40%;
  position: relative;
  text-align: justify;
  padding:  0px 30px;
  padding-bottom: 10px;
  height: 100%;
  object-fit: cover;
}
.container-fluid{
  padding: 0px;
}
.swiper-container {
  width: 55%;
  max-width: 600px;
  max-height: 500px;
  height: fit-content;
  position: relative;
  margin: 0px;
  height: 100%;
  overflow: hidden;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}
.swiper-wrapper{
  height: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}

.gallery .__item{
  margin-bottom: 0px!important;
}
.swiper-slide {
  width: 100%;
  height: 400px;
}

.my-para{
  margin-top: 0px!important;
  line-height: normal;
}

.reverse{
  flex-direction: row-reverse;
}
@media (min-width: 1200px) {
  .top-bar {
      padding-bottom: 20px;
      padding-top: 20px;
  }
}
.circled{
  width: 30px;
  height: 30px;
}
.swiper-wrapper .slick-dots{
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.home-recipes{
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 120px;
  height: auto;
}
.product_gallery_img{
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.416);
  width: 650px;
  height: auto;
}
.start-screen__bg {
  background-size: contain!important;
  width: 100%;
  height: 100%!important;
  background-position: center;
}

.my-style-border{
  background-image: url("../img/border_final.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.product-promo--style-2{
  max-width: 1600px!important;
  margin-top: 0px!important;
}
.recipes .__image img{
  object-fit: contain!important;
}
.core-values > li {
  display: flex;
  font-size: 1.5rem;
  text-align: justify;
  margin-top: 12px;
}

.my-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.my-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 60vh;
}
.seprator{
  margin: 20px 0px;
}

.my-start-section{
  height: 690px; 
  width: 100%; 
  max-width: 1600px; 
  margin: auto; 
  background-image: url('../img/intro_img/home_hero.png'); 
  background-position: top; 
  background-repeat: no-repeat;
  background-size: contain;
}
.my-h3{
  line-height: normal;
  margin-bottom: 10px!important;
}
.my-product-icon{
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0px;
  height: 50px;
  margin: auto;
  border-radius: 50px;
  color: black;
  background-color: white;
}
.all .__image img{
  object-fit: contain!important;
}
.my-product-icon p{
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 11px;
}

.start-screen--style-2 .start-screen__bg::after{
  height: 0;
  width: 0;
}

@media  (min-width:1200px) {
  #hero{
    min-height: 600px;
  }
  .my-style-border{
    background-size: fill;
  }
  .my-container{
    max-height: 400px;
  }
 
}
@media (max-width:1200px) {
  .product-item{
    width: 100%;
  }
  
  .my-style-border{
    background-size: cover;
  }
  .my-start-section{
    max-height: 400px;
  }
  .my-container{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .swiper-container{
    max-width: 400px;
  }
  .slick-slide{
   /* margin:0px 5px;*/
  }
  .product_gallery_img{
    box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.416);
    width: 100%; 
    height: auto;
  }
  .product-content{
    width: 90%;
  }
 
}
@media screen and (max-width: 600px) {
  .swiper-container {
   width: 100%;
   max-width: 400px;
  }

  .my-start-section{
    max-height: 210px;
  }
 
  .my-logo{
    max-width: 60px!important;
    max-height: 60px;
  }
  .start-screen__bg {
    height: 100%!important;
  }
  .start-screen{
    min-height: 240px ;
    height: fit-content;
  }
  .product-item{
    flex-direction: column;
  }
  .group:hover .my-effect-left, .group:hover .my-effect-right{
    transform: translateX(15px);
  }
  .recipes-img{
    width: 100%;
    display: none;
  }
 
  .seprator{
    margin: 5px;
  }
  .my-container{
    height: 100%;
  }
  .product-content{
    width: 80%;
    padding: 0px;
    text-align: left;
    margin-right: 30px;
  }
  .group{
    margin-top: 20px;
  }
  .my-section{
    margin-top: 20px;
  }
  .line-veritical{
    transform: translateX(0%);
    left: 5px;

  }
}

.my-section{
  margin-top: 50px;
}
.icon_img{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 3px;
  border: 2px solid #dfdf;
  background-color: white;
}
@keyframes scaleup {
  0% {
    transform: scale(1);
    opacity: 100%;
  }
  100% {
    transform: scale(1.2);
    opacity: 50%;
  }
  
}
