.products-item img {
	position: relative;
	max-width: 100%;
	padding: 10px;
	
}


.products-item  {
	    padding: 0px;
    border: none;
    margin: 0px;
    border-radius: 10px;
}

.recipes-item .btn {
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    padding: 6px 15px;
    border-radius: 35px;
    font-size: 15px;
    letter-spacing: .5px;
    font-family: "Poppins", sans-serif;
    border: 2px solid transparent;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
}
.recipes-item .btn-primary {
    color: #fff;
    background-color: #702f8a;
    border-color: #702f8a;
}


.recipes-item .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 2px solid #ffd700;
    border-radius: 10px;
}


.recipes-item .card img {
    padding:10px;
    max-width: 100%;
    border-radius: 15px;
    margin-top:5px;
}


.recipes-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;

    background: linear-gradient( rgb(0 0 0 / 25%), rgb(0 0 0 / 21%) ), url(../images/bg/bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-clip: padding-box;


    border: 2px solid #f08100;
    border-radius: 10px;
    outline: 0;
}

.recipes-modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #ffd700;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    outline: none;
}


.recipes-modal .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
     border-bottom: none; 
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.recipes-modal .modal-header h5 {
    font-size:22px;
    
}



.recipes-modal .modal-body ul li {
        color: #fff;
    font-size: 15px;
    font-family: Poppins-Medium!important;
    display: inline-block;
    padding-right: 10px;
}

.recipes-modal .modal-body ul li i {
        color: #f08100;
    font-size: 10px;
    padding-right: 5px;
        
}

.recipes-modal .modal-body p {
    color: #fff;
    font-size: 15px;
}

.recipes-modal .modal-body ul  {
    position: relative;
    top: -20px;
}

.recipes-section {
	padding: 60px 0;
}

.recipes-modal .modal-body p span {
    text-align: center;

}

.recipes-modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    
}




.progressbar-section .progress-bar {
       display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #916f3c;
    text-align: center;
    white-space: nowrap;
    background-color: #ffd700;
    transition: var(--bs-progress-bar-transition);
}


.progressbar-section .progress{
        height: 15px;
    border-radius: 10px;
    box-shadow: none;
    line-height: 35px;
    background: #f08100b3;
    margin-bottom: 30px;
}
.progressbar-section .progressbar-title {
        color: #ffd700;
    font-size: 15px;
    margin: 10px 0 10px;
    font-size: 17px;
    /* font-weight: 600; */
    text-transform: capitalize;
    font-family: Poppins-Bold;
    margin-bottom: 10px;
}
.progressbar-section .progressbar-value{
    float: right;
    display:block;
}
.progressbar-section .progress .progress-bar{
    animation: progress 10s;
}
@-webkit-keyframes progress{
    0% { width: 0%;}
}
@keyframes progress{
    0% { width:0%; }
}


.progressbar-section {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
}


.why-soya-section {
	padding: 60px 0;
}

.about-heading p {
	margin-top: 30px;
	color:#fff;
}










#slideshow {
    margin: 0 auto;
    padding-top: 50px;
    height: 600px;
    width: 100%;
    background-color: #6adecd;
    box-sizing: border-box;
}

.slideshow-title {
    font-family: 'Allerta Stencil';
    font-size: 62px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 25%;
    letter-spacing: 3px;
    font-weight: 300;
}

.sub-heading {
    padding-top: 50px;
    font-size: 18px;
} .sub-heading-two {
    font-size: 15px;
} .sub-heading-three {
    font-size: 13px;
} .sub-heading-four {
    font-size: 11px;
} .sub-heading-five {
    font-size: 9px;
} .sub-heading-six {
    font-size: 7px;
} .sub-heading-seven {
    font-size: 5px;
} .sub-heading-eight {
    font-size: 3px;
} .sub-heading-nine {
    font-size: 1px;
}

.entire-content {
        margin: auto;
    width: 180px;
    perspective: 600px;
    position: relative;
    padding-top: 80px;
}

.content-carrousel {
    width: 100%;
    position: absolute;
    float: right;
    animation: rotar 30s infinite linear;
    transform-style: preserve-3d;
    transition: transform .2s; 
    
}



.content-carrousel:hover {
    animation-play-state: paused;
    cursor: pointer;
    transform: scale(1.1);
    
}

.content-carrousel figure {
        width: 100%;
    height: 100px;
    border: 1px solid #3b444b;
    overflow: hidden;
    position: absolute;
}

.content-carrousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(350px); 
} .content-carrousel figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(350px); 
} .content-carrousel figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(350px); 
} .content-carrousel figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(350px); 
} .content-carrousel figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(350px); 
} .content-carrousel figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(350px); 
} .content-carrousel figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(350px); 
} .content-carrousel figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(350px); 
} .content-carrousel figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(350px); 
} .content-carrousel figure:nth-child(10) {
    transform: rotateY(360deg) translateZ(350px); 
} 



.shadow {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 1px;
}

.content-carrousel img {
    image-rendering: auto;
    transition: all 300ms;
    width: 100%;
    height: 100%;
      transition: transform .2s; 
}

.content-carrousel img:hover {
    /*transform: scale(1.2);*/
    transition: all 300ms;
    transform: scale(1.1);
}

@keyframes rotar {
    from {
        transform: rotateY(0deg);
    } to {
        transform: rotateY(360deg);
    }
}


.flipbook-section #flipbook {
    text-align: center;
}





.fbTopBar {
    display: none!important;
}

#fbTopBar {
    display: none!important;
}



.flipbook-section #logoBar img {
        position: absolute;
    left: 0px;
    top: 3px;
    height: 40px;
    cursor: pointer;
    display: none!important;
}





.progressbar-section-2 .progress {
  width: 150px;
  height: 150px;
  float: left; 
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;

}
.progressbar-section-2 .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progressbar-section-2 .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progressbar-section-2 .progress .progress-left {
  left: 0;
}
.progressbar-section-2 .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progressbar-section-2 .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progressbar-section-2 .progress .progress-right {
  right: 0;
}
.progressbar-section-2 .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progressbar-section-2 .progress .progress-value {
      width: 90%;
    height: 90%;
    border-radius: 50%;
    background: transparent;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
        font-family: Poppins-Medium!important;
}


.progressbar-section-2 .progress.blue .progress-bar {
  border-color: #702f8a;
}
.progressbar-section-2 .progress.blue .progress-right .progress-bar {
  animation: loading-2 1.8s linear forwards;
}
.progressbar-section-2 .progress.blue .progress-left .progress-bar {
  animation: none;
}




.progressbar-section-2 .progress.yellow .progress-bar {
  border-color: #fdba04;
}
.progressbar-section-2 .progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}
.progressbar-section-2 .progress.yellow .progress-left .progress-bar {
  animation: none;
}




.progressbar-section-2 .progress.orange .progress-bar {
  border-color: #f08100;
}
.progressbar-section-2 .progress.orange .progress-right .progress-bar {
  animation: loading-4 1.8s linear forwards;
}
.progressbar-section-2 .progress.orange .progress-left .progress-bar {
  animation: none;
}


.progressbar-section-2 .progress.blue-1 .progress-bar {
  border-color: #702f8a;
}
.progressbar-section-2 .progress.blue-1 .progress-right .progress-bar {
  animation: loading-5 1.8s linear forwards;
}
.progressbar-section-2 .progress.blue-1 .progress-left .progress-bar {
  animation: none;
}



.progressbar-section-2 .progress.yellow-1 .progress-bar {
  border-color: #fdba04;
}
.progressbar-section-2 .progress.yellow-1 .progress-right .progress-bar {
  animation: loading-6 1.8s linear forwards;
}
.progressbar-section-2 .progress.yellow-1 .progress-left .progress-bar {
  animation: none;
}



.progressbar-section-2 .progress.orange-1 .progress-bar {
  border-color: #f08100;
}
.progressbar-section-2 .progress.orange-1 .progress-left .progress-bar {
  animation: loading-7 1.5s linear forwards 1.8s;
}




@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}







@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
  }
}

@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}




.progressbar-section-2 .progress-content h2 {
    text-align: justify;
    margin-top: 30px;
    font-size: 25px;
     font-family: Poppins-Medium!important;
   
}









.progressbar-section-2 {
    padding:60px 0;
}


.insta-slider #news-slider{
   /* margin-top: 80px;*/
    margin-top: 60px;
}
.insta-slider .post-slide{
        background: transparent;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: none;
}
.insta-slider .post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.insta-slider .post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.insta-slider .post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.insta-slider .post-slide .over-layer{
       width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, #075e2b7d 0%, #075e2b6e 100%);
    transition: all 0.50s linear;
    transition:all 0.50s linear;
}
.insta-slider .post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.insta-slider .post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.insta-slider .post-slide .post-content{
    background:#015a2b54;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.insta-slider .post-slide .post-title a{
        font-size: 15px;
    font-weight: bold;
    color: #ffd700;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.insta-slider .post-slide .post-title a:hover{
    text-decoration: none;
    color:#ffd700;
}
.insta-slider .post-slide .post-description{
    line-height:30px;
    color:#fff;
    margin-bottom:25px;
        font-family: Poppins-Medium!important;
}
.insta-slider .post-slide .post-date{
    color:#f08100;
    font-size: 14px;
        font-family: Poppins-Medium!important;
        font-weight: 600;
}
.insta-slider .post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.insta-slider .post-slide .read-more {
        padding: 5px 15px;
    float: right;
    font-size: 12px;
    background: #702f8a;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #702f8a;
    border-radius: 25px;
    text-transform: capitalize;
    font-family: Poppins-Medium;
}
.insta-slider .post-slide .read-more:hover{
        background: #702f8a;
    text-decoration: none;
    color: #fff;
}
.insta-slider .owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.insta-slider .owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.insta-slider .owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.insta-slider .owl-controls .owl-buttons .owl-prev:after,
.insta-slider .owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.insta-slider .owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .insta-slider .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}









.insta-slider .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent!important;
    color: #000!important;
    text-decoration: none!important;
    outline: 0!important;
}


.insta-slider .owl-carousel .owl-nav {
       height: 30px;
    position: absolute;
    width: 150px;
    cursor: pointer;
    top: -60px !important;
    right: 0;
}

.insta-slider .owl-carousel .owl-nav button i  {
   
        font-size: 30px;
    color: #ffde16;
    margin:15px;
}





.insta-slider .item {
  align-items: center;
  background-color: transparent;
  color: white;
  display: flex;
  height: auto;
  justify-content: center;
}

 .insta-slider .owl-theme .owl-dots .owl-dot.active span, .insta-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}


.insta-slider {
    padding-top: 60px;
    padding-bottom: 120px;
}

.insta-slider .owl-carousel .owl-nav button.owl-next, .insta-slider .owl-carousel .owl-nav button.owl-prev,.insta-slider  .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    outline: 0;
}





.insta-slider h2 {
    font-size: 38px;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-top: 10px;
    color: #ffd700;
}



.products-content p {
  color: #fff;
      font-family: Poppins-Medium!important;
      line-height: 30px;
      margin-top: 30px;

}

.order-booking hr {
        margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(255 215 0);
}



#carouselExampleIndicators .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-left: 7px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffd700;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}


#carouselExampleIndicators .carousel-indicators .active {
    opacity: 1;
}






.you-can-exp {
    text-align: center;
}
.you-can-exp h1 {
    font-family: Poppins-Medium!important;
    font-size: 32px;
    color: #fff;
    margin-bottom: 0.7em;
    line-height: 40px;
}




.why-soya-section .about-heading {
    text-align: left;
}
.why-soya-section .about-heading ul li {
    font-family: Poppins-Medium!important;
    line-height: 28px;
    font-size: 15px;
    color: #fff;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
}


.why-soya-section .about-heading h4 {
    margin-top: 1em;
    margin-bottom: 0em;
}