


.product-Carousel{
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.product-Carousel table{
  margin-bottom: 0px;
}
.product-Carousel table thead{
  font-family: 'promptregular';
  font-size: 0.9rem;
  font-weight: lighter;
  background-color: #349478;
  color: #fff;
}
.product-Carousel table thead th{
  min-width: 38px;
  font-weight:100;
  font-size: 0.8rem;
  vertical-align: top;
}
.product-Carousel table tbody{
  font-size: 0.73rem;
  background-color: #fcfcfc;
}
.product-Carousel .carousel-indicators{
  overflow-x: auto;
  position: relative;
  justify-content: stretch;
  background-color: #0e572c;
  margin: 0px;
  padding: 0px;
}

.product-Carousel .carousel-control-btn {
  display:flex;
  align-content: flex-start;
  justify-content: center;
  line-height: 1.15;
  font-family: 'promptregular';
  font-size: 0.92rem;
  font-weight: 400;
  color: #fff;
  box-sizing: content-box;
  flex: 1 1 auto;
  text-indent: 0px;
  width: unset;
  height: unset;
  padding: 10px;
  margin: 0px;
  border: unset;
  cursor: pointer;
  background-color: #0e572c;
  opacity: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  transition: all .6s ease;
}

.product-Carousel .carousel-control-btn.active, .product-Carousel .carousel-control-btn.active:hover  {
  color: #349478;
  font-weight: bolder;
  background-color:#ffffff;
  cursor:default;
  border-radius: 15px 15px 0px 0px;
  background: linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(236,236,236,1) 11%, rgba(255,255,255,1) 56%);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  z-index: 1000;
}
.product-Carousel .carousel-control-btn:hover  {
  background-color: #0c6e35;
}

.product-Carousel .carousel-control-btn2 {
  line-height: 1.15;
  font-family: 'promptregular';
  font-size: 0.86rem;
  font-weight: 400;
  color: #fff;
  box-sizing: content-box;
  flex: 1 1 auto;
  text-indent: 0px;
  width: unset;
  height: unset;
  padding: 10px;
  margin: 0px;
  border: 0px;
  cursor: pointer;
  background-color: #666;
  
  opacity: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  transition: all .6s ease;
}


.product-Carousel .carousel-control-btn2:hover  {
  background-color: #0e572c;
}

.product-Carousel .carousel-item  {
  padding: 3px;
}
.product-Carousel .carousel-text  {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #222222cc;
  padding: 10px;
  width: 45%;
  min-height: 30%;
}
.product-Carousel .carousel-text h3 {
  font-family: 'promptregular';
  font-size: 1rem;
  font-weight: bolder;
  color:#ffffff;
}
.product-Carousel .carousel-text p {
  font-size: 0.8rem;
  color:#ffffff;
}









#sect1{
  background-image: url(../img/pro_bg_pineapple.jpg),linear-gradient(180deg, rgba(255,255,255,0) 200px,rgba(255,255,255,0.2) 320px, rgba(255,255,255,1) 400px);
}

#sect2{
  background-image: url(../img/pro_bg_corn.jpg),linear-gradient(180deg, rgba(255,255,255,0) 200px,rgba(255,255,255,0.2) 320px, rgba(255,255,255,1) 400px);
}

#sect3{
  background-image: url(../img/pro_bg_corn_in_plastic.jpg),linear-gradient(180deg, rgba(255,255,255,0) 200px,rgba(255,255,255,0.2) 320px, rgba(255,255,255,1) 400px);
}

#sect4{
  background-image: url(../img/pro_bg_mango.jpg),linear-gradient(180deg, rgba(255,255,255,0) 200px,rgba(255,255,255,0.2) 320px, rgba(255,255,255,1) 400px);
}

#sect5{
  background-image: url(../img/pro_bg_fruit_cocktail.jpg),linear-gradient(180deg, rgba(255,255,255,0) 200px,rgba(255,255,255,0.2) 320px, rgba(255,255,255,1) 400px);
}

#sect6{
  background-image: url(../img/pro_bg_seasonal_fruit.jpg),linear-gradient(180deg, rgba(255,255,255,0) 200px,rgba(255,255,255,0.2) 320px, rgba(255,255,255,1) 400px);
}

#sect7{
  background-image: url(../img/pro_bg_pineapple_juice.jpg),linear-gradient(180deg, rgba(255,255,255,0) 200px,rgba(255,255,255,0.2) 320px, rgba(255,255,255,1) 400px);
}

#sect8{
  background-image: url(../img/pro_bg_fresh_coconut.jpg),linear-gradient(180deg, rgba(255,255,255,0) 200px,rgba(255,255,255,0.2) 320px, rgba(255,255,255,1) 400px);
}

.product-section{
  min-height: 400px;
  background-position: top center;
  background-repeat: no-repeat;
}
.product-section .product-icon{  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  padding-top: 50px;
}
.product-section .product-icon img {
  /*position: absolute;
  left: 30px;*/
  width: 50vw;
}

.product-section .product-info{  
  padding: 20px;
  display: flex;
}
.product-section .product-info .card{  
  padding: 20px 10px;
  text-align: center;
  align-self: center;
  width: 100%;
}

.product-section .product-info h3{
  color: #349478;
}


.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  background-color: #666;
}
.modal-header h3{
  text-align: center;
  line-height: 1.15;
  font-family: 'promptregular';
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  justify-content: center;
  display: contents;
}
.modal-header .btn-close {
  position: absolute;
  right: 5px;
  padding: 0px;
  margin: 0px;
}
.modal-body{
  text-align: center;
  padding: 3px;
}
.modal-body table{
  margin-bottom: 0px;
}
.modal-body table thead{
  font-family: 'promptregular';
  font-size: 0.9rem;
  font-weight: lighter;
  background-color: #349478;
  color: #fff;
}
.modal-body table thead th{
  font-weight:100;
}
.modal-body table tbody{
  font-size: 0.75rem;
  background-color: #fcfcfc;
}








/* defaut is xxl  */


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .product-section .product-icon{
    padding-top: 3vh;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  
  .headline-bar h1{
    font-size: calc(1.375rem + 1.5vw);
  }
  .product-section .product-icon{
    padding-top: 5vh;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}

