@import "common.css";
.banner-section {
	padding-bottom: 0;
	margin-top: 115px;
}
.banner-section .item{
	height: calc(100vh - 180px);
}.banner-section .item-banner-01{
	background-image: url(../images/banner01.png);
	background-size: cover;
	background-repeat: no-repeat;
}.banner-section .item-banner-02{
	background-image: url(../images/banner02.png);
	background-size: cover;
	background-repeat: no-repeat;
}.banner-section .item-banner-03{
	background-image: url(../images/banner03.png);
	background-size: cover;
	background-repeat: no-repeat;
}.banner-section .item-banner-04{
	background-image: url(../images/banner04.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-section .owl-next{
position: absolute;
top: 50%;
right: 60px;
transform: translateY(-50%);
}
.banner-section .owl-prev{
position: absolute;
top: 50%;
left: 60px;
transform: translateY(-50%);
}
.owl-dots{
	position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 30px;
}
.owl-theme .owl-dots .owl-dot span{
	background: var(--dark-gray);
	width: 80px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: var(--primary-color)!important;
}

.categories-section .row-wrap{
	width: 90%;
margin: 0 auto;
}

.category-block{
	width: 33.33%;
	padding: 15px;
	
}
.caregory-box-div{
	position: relative;
}
.category-block img	{
	width: 100%;
}
/*.overlay{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}*/
.category-block h4{
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 20px;
	color: var(--white);
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.category-block h4 span {
  width: 40px;
  display: block;
  margin-top: 15px;
}
.category-block h4 svg path{
	fill: #fff;
}
.product-box{
	width: 33.33%;
	padding: 15px;
}
.product-box img{
	width: 100%;
height: 500px;
object-fit: contain;
border: 1px solid #ccc;
padding: 20px;
}
.product-box h4{
	font-weight: 600;
font-size: 18px;
margin-top: 15px;
/*text-transform: capitalize;?*/
}
.price-item--sale {
	margin-left: 20px;
	font-size: 18px;
	color: var(--primary-color);
	font-weight: 600;
}
.product-box .product-image{
	position: relative;
	overflow: hidden;
}
.product-box .product-image a{
	pointer-events: none;
}
.product-box .button-primary{
	width: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	text-align: center;
	border-radius: 0;
	transition: 0.5s;
	display: none;
}
.product-box:hover .button-primary{
	bottom: 0;
	display: none;
}
.product-box .product-details a{
color: var(--black);
}
.product-box .product-details a:hover{
color: var(--black);
text-decoration: none;
}
.product-box .product-details a:hover h4{
	color: var(--primary-color);
}



/*testimonial*/

.testimonials{
	background: var(--light-gray);
}
#testimonials {
	padding-top: 10px;
}

 #testimonials .item-details {
	 background-color: var(--primary-color);
	 color: #fff;
	 padding: 30px 30px;
	 text-align: left;
	 border-radius: 60px 0px 60px 0px;
}
 #testimonials .item-details h5 {
	 margin: 0 0 15px;
	 font-size: 18px;
	 line-height: 18px;
}
 #testimonials .item-details h5 span {
	 color: red;
	 float: right;
	 padding-right: 20px;
}
 #testimonials .item-details p {
	 font-size: 16px;
	 color: var(--white);
	 margin-bottom: 0;
	 text-align: center;
}
 #testimonials .item {
	 text-align: center;
}
 #testimonials .owl-nav [class*='owl-'] {
	 -webkit-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .owl-carousel {
	 position: relative;
}
 #testimonials .owl-next,  #testimonials .owl-prev {
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 border-radius: 50%;
	 position: absolute;
	 top: 35%;
	 font-size: 20px;
	 color: #fff;
/*	 border: 1px solid #ddd;*/
	 text-align: center;
}
 #testimonials  .owl-prev {
	 left: -70px;
}
 #testimonials .owl-next {
	 right: -70px;
}
 #testimonials .owl-dots{
	bottom: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent!important;
}

@media only screen and (max-width: 767px) {
.category-block{
	width: 100%;
}
.product-box{
	width: 100%;
}
.product-box .button-primary{
	bottom: 0;
}
 #testimonials  .owl-prev {
	 left: 0px;
}
 #testimonials .owl-next {
	 right: 0px;
}
#testimonials .owl-dots {
  bottom: -40px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
	width: 10px;
}

.categories-section .row-wrap{
	width: 100%;
margin: 0 auto;
}

.banner-section .item{
	background-size: cover;
background-repeat: no-repeat;
height: 270px;
background-position: center;
}

.banner-section {
  padding-bottom: 0;
  margin-top: 30px;
}
.owl-dots{
	bottom: 0;
}
.banner-section .owl-prev{
	left: 10px;
}
.banner-section .owl-next{
	right: 10px;
}
}





footer {
	background: var(--primary-color);
    margin-top: 0px;
    padding: 75px 0;

}

footer .links-wraper {
    border-bottom: 1px solid var(--white);
    margin-left: 0;
    margin-right: 0;
}

footer .page-links-wrap ul {
    display: flex;
    list-style: none;
    gap: 45px;
    padding-left: 0px;
}

footer .social-media-link-wrap ul {
    display: flex;
    list-style: none;
    gap: 15px;
    padding-left: 15px;
}

footer .page-links-wrap ul a {
    font-size: 20px;
    font-weight: 700;
   
    color: var(--white);
}

footer .social-media-link-wrap ul a {
    font-size: 20px;
    font-weight: 700;
   
    color: var(--white);
}
footer p{
	color: var(--white);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1.2fr;
    gap: 0px 0px;
    margin-top: 35px;
}
.farms-details{
	padding-right: 60px;
}
.farms-details p{
	color: var(--white);
	font-size: 14px;
}

.footer-grid .contact-wraper h4 {
    font-size: 20px;
    font-weight: 600;
   
    color: var(--white);
    margin-bottom: 35px;
    position: relative;
}



.footer-grid .contact-wraper p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
}

.footer-grid .contact-wraper p span {
    display: block;
}

.footer-grid .contact-wraper p a {
    color: var(--white);
}

.footer-grid .contact-wraper p:last-child {
    margin-bottom: 0;
}
.footer-logo img{
	filter: brightness(0) invert(1);
}
@media only screen and (max-width:1200px) {
    footer .page-links-wrap ul a {
        font-size: 16px;
    }

    .footer-grid {
        grid-template-columns: 1.5fr 1.2fr 1.5fr;
    }

    footer .page-links-wrap ul {
        gap: 35px;
    }

    .footer-grid .grapafoods-details p,
    .footer-grid .contact-wraper p {
        font-size: 14px;
    }
}

@media only screen and (max-width:992px) {
    .footer-grid .contact-wraper h4::after {
        width: 30%;
    }
    footer .social-media-link-wrap ul{
        padding-left: 0;
    }
}

@media only screen and (max-width:767px) {
    footer {
        padding: 40px 0;
    }
    footer .links-wraper {
        flex-direction: column;
        border-bottom: 0;
    }

    footer .page-links-wrap ul {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;

    }

    .footer-grid {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    footer .page-links-wrap ul li {
        padding: 5px 15px;
    }

    footer .social-media-link-wrap ul {
        gap: 0;
        padding-left: 0;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 10px;
    }

    footer .social-media-link-wrap ul li {
        padding: 0px 15px;
    }
    .footer-logo{
    	text-align: center;
    }
    .farms-details{
    	padding-right: 0;
    	text-align: center;
    }
    .contact-wraper{
    	text-align: center;
    }
    .contact-wraper h4{
    	margin-bottom: 15px!important;
    }
}









/*product details*/
.product-detail-secction{
	margin-top: 175px;
}

#sync1 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  /* padding: 10px 0px; */
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}
/* animate fadin duration 1.5s */
.owl-carousel .animated {
  animation-duration: 1.5s !important;
}
/* 輪播的前後按鈕背景調大 */
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 35px !important;
  height: 55px !important;
}
#sync1 svg {
  width: 22px !important;
}

.product-all-details p{
	font-size: 14px;
}
.product-all-details p small{
	font-size: 12px;
	color:#7d7d7d;
}
.product-all-details  li{
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 0px;
}

@media only screen and (max-width:767px) {
	.product-all-details{
		margin-top: 30px;
	}
	.product-detail-secction{
	margin-top: 55px;
}
}


.about-banner-section{
	margin-top: 185px;
	text-align: center;
	background: var(--primary-color);
}

.about-banner-section h1{
	margin-bottom: 0;
	color: var(--white);
}

@media only screen and (max-width:767px) {
.about-content-section img{
	display: none;
}
.about-content-section{
	padding: 20px 0;
}
.about-banner-section{
	padding: 30px 0px 30px;
}
.testimonials{
	padding-bottom: 90px;
}
}




/*contact*/

.address{
	align-items: center;
}
.address img{
	width: 80px;
}
.address p{
	margin-bottom: 0;
	margin-left: 30px;
}

.contact-number{
	display: flex;
	align-items: center;
}
.contact-number p{
	margin-bottom: 0;
}
.contact-number p a{ 
	color: var(--black);
	font-size: 16px;
	margin-left: 10px;
}
.contact-number  img{
	width: 25px;
}
.emailid{
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.emailid p a{ 
	color: var(--black);
	font-size: 16px;
	margin-left: 10px;
}
.emailid p{
	margin-bottom: 0;
}
.emailid  img{
	width: 25px;
}

.contact-section .social-media-link-wrap path{
	fill: var(--primary-color);
}
.contact-section .social-media-link-wrap {
	margin-left: 30px;
}
.contact-section .social-media-link-wrap  ul{
	display: flex;
	list-style: none;
	margin-left: 30;
	padding-left: 0;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 0;
}
.contact-section .social-media-link-wrap  ul li{
	margin-right: 20px;
	margin-bottom: 0;
}

.contact-content{
	padding-right: 30px;
}
.contact-section iframe{
	width: 100%;
}
@media only screen and (max-width:767px) {
	.address {
  align-items: flex-start;
}
.contactdetails{
	flex-wrap: wrap;
}
.address img{
	width: 25px;
}
.contact-section .social-media-link-wrap {
	margin-left: 0px;
	margin-bottom: 40px;
}
.emailid{
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact-number p a {
  margin-left: 30px;
}
.emailid p a {
  margin-left: 30px;
}
.contact-content {
  padding-right: 15px;
}


.about-banner-section {
  margin-top: 110px;
}
}




.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
/*  height: 60vh;*/
/*  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;*/
}
.bg-video-wrap iframe{
/*	height: 750px;*/
	width: 100%;
}
.bg-video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.bg-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.section-product-video .overlay {
  width: 100%;
  height: 60vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.section-product-video h1 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
}

.section-products h3{
	padding: 0 15px;
	font-size: 26px;
	font-family: var(--header-font);
	font-weight: 700;
	color: var(--black);
}


.icon-block{
	display: flex;
justify-content: space-between;
text-align: center;
margin-top: 50px;
flex-wrap: wrap;
}

.icon-block p{
	margin-bottom: 0;
}
.overview-block{
	padding: 15px;
}
.icon-box {
	width: 25%;
}
.icon-box img{
	width: 50%;
	border-radius: 50%;
}
.icon-box .icon-heading{
	font-size: 20px;
	 font-weight: bold;
	 margin-bottom: 10px;
	 margin-top: 15px;
}
.overview-section p{
	text-align: center;
}
@media only screen and (max-width:767px) {
	.icon-box{
		margin-top: 40px;
	}
	.icon-box img{
		width: 60%;
	}
	.icon-box .icon-heading{
		font-size: 18px;
	}
	.icon-box {
	width: 50%;
	padding: 10px
}
	.icon-block p{
		font-size: 16px;
	}
	section {
  padding: 60px 0px 0;
}
.icon-block{
	margin-top: 0;
	;
}
.overview-section p{
	text-align: center;
}
}


.product-nav ul{
	list-style: none;
	position: sticky;
	top: 0;
	padding-left: 0;
	display: flex;
	justify-content: center;
	overflow: auto;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    margin-bottom: 0;
}
.product-nav ul::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.product-nav ul li{
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0;
}
.product-nav ul li a{
	
	font-family: var(--header-font);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .1em;
	color: var(--black);
}
.product-nav ul li a:hover{
	text-decoration: none;
	color: var(--primary-color);
}
.product-nav {
	position: sticky;
top: 188px;
padding: 13px;
z-index: 9;
background: #fff;
transition: 0.3s;
}
.darkHeader{
	background-color: var(--primary-color);
	transition: 0.3s;
}
.product-nav.darkHeader ul li a{
color: var(--white);
transition: 0.3s;
}
.product-nav.darkHeader ul li a:hover{
	text-decoration: none;
	color: var(--white);
}
@media only screen and (max-width:1400px) {
	.product-nav .container{
		max-width: 100%;
	}
}
@media only screen and (max-width:1280px) {
	.product-nav ul li a{
		letter-spacing: 0;
		font-size: 11px;
	}
.product-nav ul li {

    white-space: nowrap;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0;

}
}


@media only screen and (max-width:992px) {
	.product-nav{
		display: none;
	}
}

.section-combos .product-box{
	width: 25%;
}
.section-combos .product-box img{
	height: auto;
}

@media only screen and (max-width:992px) {
	.section-combos .product-box{
		width: 50%;
	}
}
@media only screen and (max-width:767px) {
	.section-combos .product-box{
		width: 100%;
	}
}

.product-details h4 {
    text-align: center;
}