/*desktop*/


/*common elements*/
.row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.row-gap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 50px;
}

.row-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

/*Home Page Banner*/

.HomeBanner {
	background-image: url("/custom/DefaultTheme/storage/assets/homepage/backgrounds/TAKASourWatermelonBanner.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 900px;
	position: relative;

}

.banner-text-home {
	position: absolute;
	top: 40%;
	left: 30%;
	transform: translate(-50%, -50%);
}

.title-custom-style-home {	
	text-align: left;
	font-family: Montserrat;
	margin: 0 0 20px 0;
}

.title-custom-style-home span {
	font-size: 35px;
	display: block;
	color: #000000;
	font-weight:bold;
}

.title-custom-style-home span+span {
	font-size: 123px;
	font-weight:bold;
	display: block;
	color: #c6c6c6;
}

.title-custom-style-home span+span+span {
	font-size: 18px;
	display: block;
	color: #000000;
	max-width:350px;
}

.becomingBrandAmbassadorHome {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	z-index: 100;
	max-width: 100%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1s ease-in-out;
}

.becomingBrandAmbassadorHome a:link,
.becomingBrandAmbassadorHome a:visited,
.becomingBrandAmbassadorHome a:active {
	color: #B8E830;
	text-decoration: none;
	font-weight: bold;
	font-size:23px;


}

.becomingBrandAmbassadorHome:hover {
	background-color: #ffffff;
	text-decoration: none;
	width: 325px;
	
}

.bannerButton {
	margin-top: 80px;
}

.bannerButtonHome{
	background-color: #B8E830;
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	width: 320px;
	border: none;
	transition: all 1s ease-in-out;
	
}

.bannerButtonHome:hover{
	width:350px;
	background-color:#93BF15;

}

.bannerButtonHome a:link,.bannerButtonHome a:visited, .bannerbuttonHome a:active{
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
}

.bannerButtonHome a:hover{
	color:#d3d3d3;
	text-decoration:none;
}

/*shop all page*/
.shopAllBanner {
	background-image: url("/custom/DefaultTheme/storage/assets/Shop-All/Backgrounds/shopAllBanner.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 900px;
	position: relative;

}

.banner-text-shopAll {
	position: absolute;
	top: 40%;
	left: 30%;
	transform: translate(-50%, -50%);
}

.title-custom-style-shopAll {	
	text-align: left;
	font-family: Montserrat;
	margin: 20px 0 0 0;
}

.title-custom-style-shopAll span {
	font-size: 14px;
	display: block;
	color: #000000;
	font-weight:bold;
  background-color:#ffffff;
  padding:5px;
  margin:15px 0 15px 0;
}

.title-custom-style-shopAll span+span {
	font-size:43px;
	font-weight:bold;
	display: block;
	color: #b30369;
  background-color:#ffffff;
  padding:5px;
  margin:15px 0 15px 0;
}

.title-custom-style-shopAll span+span+span {
	font-size: 27px;
	display: block;
	color: #000000;
	background-color:#ffffff;
  padding:5px;
  margin:15px 0 15px 0;
}

/*Second section We Bring Together*/
.WBT {
	margin: 50px 0 150px 0;
	position: relative;
}

.WBT h2 {
	color: #3A50DF;
	font-size: 40px;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
}

.WBT h2 span {
	font-size: 17px;
	color: #3A50DF;
}

.WBT-Images {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
	margin: 0 auto;
	z-index: 1;

}

.WBT-Images h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

.Health {
	background-image: url("/custom/DefaultTheme/storage/assets/homepage/WBT/Health.png");
	background-repeat: no-repeat;
	height: 487px;
	width: 383px;
	position: relative;
	z-index: 1;

}

.Wellness {
	background-image: url("/custom/DefaultTheme/storage/assets/homepage/WBT/Wellness.png");
	background-repeat: no-repeat;
	height: 487px;
	width: 383px;
	position: relative;
	z-index: 1;
}

.FinancialOpportunity {
	background-image: url("/custom/DefaultTheme/storage/assets/homepage/WBT/FinancialOpportunity.png");
	background-repeat: no-repeat;
	height: 487px;
	width: 383px;
	position: relative;
	z-index: 1;
}

.fun {
	position: absolute;
	right: 135px;
	z-index: 100;
	bottom: -80px;
}

/*Video Section*/
.Video {
	margin: 50px 0 50px 0;

}

.home-video {
	margin: 0 auto;
	text-align: center;
	border: 5px solid #3A50DF;
	width: 75%;

}

/*Products Section*/
.Products {
	margin: 50px 0 200px 0;
	background-color: #ffffff;

}

.Products h2 {
	color: #3A50DF;
	font-size: 40px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}

.Products h2 span {
	font-size: 17px;
	color: #3A50DF;
}

.cascade-slider_item button {
	display: none;
}

.cascade-slider_item.now button {
	background-color: #B8E830;
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	width: 320px;
	margin: 0 auto;
	z-index: 100;
	max-width: 100%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1s ease-in-out;

}

.cascade-slider_item.now a:link,
.cascade-slider_item.now button a:visited,
.cascade-slider_item.now button a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;


}

.cascade-slider_item.now button:hover {
	background-color: #93BF15;
	text-decoration: none;
	color: #d3d3d3;
	width: 340px;

}


/*Slider Classes*/
.cascade-slider_container {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 120px auto 0 auto;
	

}

.cascade-slider_item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(0.3);
	transition: all 1s ease;
	opacity: 0;
	z-index: -1;
	text-align: center;
}

.cascade-slider_item.next {
	left: 50%;
	transform: translateY(-50%) translateX(-135%) scale(0.8);
	filter: brightness(85%);
	opacity: 1;
	z-index: 1;
}

.cascade-slider_item.prev {
	left: 50%;
	transform: translateY(-50%) translateX(35%) scale(0.8);
	filter: brightness(85%);
	opacity: 1;
	z-index: 1;
}

.cascade-slider_item.now {
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(1.15);
	opacity: 1;
	z-index: 5;
}

.cascade-slider_arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 5;
}

.cascade-slider_arrow-left {
	left: 20px;
}

.cascade-slider_arrow-right {
	right: 20px;
}

.cascade-slider_arrow-left img {
	height: 40px;
	left: 40px;
}

.cascade-slider_arrow-right img {
	height: 40px;
	left: 40px;
}

.cascade-slider_nav {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 5;
}


/*Profile card classes*/
.card-product {
	width: 450px;
	transition: all 1s 0s;
	vertical-align: middle;

}

.photo {
	width: 50%;
	vertical-align: middle;
	display: inline;
	height: 30px;
}

.photo img {
	transform: translateY(-35px) translateX(-10px);
}




/*Farm to Market Section*/
.FTM {
	background-image: url("/custom/DefaultTheme/storage/assets/homepage/backgrounds/FTM.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 700px;
	position: relative;
}

.FTM h2 {
	font-size: 113px;
	color: #ffffff;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
	text-align: center;
	font-weight: bold;
	margin-bottom: 70px;
}

.FTM h2 span {
	font-size: 27px;
	color: #ffffff;
}

.seeAllProducts {
	background-color: #3A50DF;
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	z-index: 100;
	max-width: 100%;
	border: none;
	transition: all 1s ease-in-out;
}

.seeAllProducts a:link,
.seeAllProducts a:visited,
.seeAllProducts a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:18px;
}

.seeAllProducts:hover {
	color: #cccccc;
	text-decoration: none;
	width: 325px;
	background-color: #14227D;
}

/*Icons Section*/
.Icons {
	margin: 0;
}

.iconRow{
	background-color:#3A50DF;
	min-height:200px;

}




/*SWYL curve*/


.custom-shape-divider-top-Icons {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	z-index: 1;
	background: transparent;
}

.custom-shape-divider-top-Icons svg {
	position: relative;
	display: block;
	width: calc(130% + 1.3px);
	height: 175px;
}

.custom-shape-divider-top-Icons .shape-fill {
	fill: #3A50DF;
}

.custom-shape-divider-bottom-Icons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	z-index: 100;
	background: transparent;
}

.custom-shape-divider-bottom-Icons svg {
	position: relative;
	display: block;
	width: calc(130% + 1.3px);
	height: 100px;
}

.custom-shape-divider-bottom-Icons .shape-fill {
	fill: #ffffff;
}

/*Opportunity For All Section*/
.OFA {
	margin: 50px 0 50px 0;
}

.OFA h2 {

	color: #3A50DF;
	font-size: 40px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}

.OFA h2 span {
	font-size: 17px;
	color: #3A50DF;
}


.OFAPod {
	width: 383px;
}


.OFAPod h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

.OFAPod p {
	color: #3A50DF;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

.Vacations {
	background-image: url("/custom/DefaultTheme/storage/assets/homepage/OFA/Vacations.png");
	background-repeat: no-repeat;
	height: 487px;
	width: 383px;
	position: relative;

}

.MonthlyGifts {
	background-image: url("/custom/DefaultTheme/storage/assets/homepage/OFA/MonthlyGifts.png");
	background-repeat: no-repeat;
	height: 487px;
	width: 383px;
	position: relative;
}

.SideHustle {
	background-image: url("/custom/DefaultTheme/storage/assets/homepage/OFA/SideHustle.png");
	background-repeat: no-repeat;
	height: 487px;
	width: 383px;
	position: relative;
}

.SWYL {
	padding: 100px 100px 0 200px;
	background-color: #5CE1E6;
	height:450px;
	
}

/*SWYL curve*/


.custom-shape-divider-top-BeRewarded {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	z-index: 1;
	background: transparent;
}

.custom-shape-divider-top-BeRewarded svg {
	position: relative;
	display: block;
	width: calc(130% + 1.3px);
	height: 175px;
}

.custom-shape-divider-top-BeRewarded .shape-fill {
	fill: #5CE1E6;
}

.custom-shape-divider-bottom-BeRewarded {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	z-index: 100;
	background: transparent;
}

.custom-shape-divider-bottom-BeRewarded svg {
	position: relative;
	display: block;
	width: calc(130% + 1.3px);
	height: 175px;
}

.custom-shape-divider-bottom-BeRewarded .shape-fill {
	fill: #ffffff;
}



.share-beRewarded {
	background-image: url("/custom/DefaultTheme/storage/assets/homepage/SWYL/Share-BeRewarded.png");
 background-repeat:no-repeat;
 background-position:right bottom;
 height:450px;
}

.share-beRewardedButtons {
	margin: 100px 0 0 200px;
}

.becomingBrandAmbassadorHome2 {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	width: 300px;
	margin-bottom: 25px;
	z-index: 100;
	max-width: 100%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1s ease-in-out;
}

.becomingBrandAmbassadorHome2 a:link,
.becomingBrandAmbassadorHome2 a:visited,
.becomingBrandAmbassadorHome2 a:active {
	color: #B8E830;
	text-decoration: none;
	font-weight: bold;
	font-size:18px;

}

.becomingBrandAmbassadorHome2:hover {
	color: #6F9110;
	text-decoration: none;
	width: 325px;
	

}

.learnMore {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	width: 300px;
	z-index: 100;
	max-width: 100%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1s ease-in-out;
}

.learnMore a:link,
.learnMore a:visited,
.learnMore a:active {
	color: #B8E830;
	text-decoration: none;
	font-weight: bold;
	font-size:18px;

}

.learnMore:hover {
	color: #6F9110;
	text-decoration: none;
	width: 325px;
	

}

/*What People Love Video Section*/
.WPL {
	margin: 50px 0 50px 0;
}

.WPL h2 {
	font-size: 40px;
	font-weight: bold;
	color: #B8E830;
	text-align: center;
	margin-bottom: 80px;

}

.VideoHolder {
	width: 350px;
}

.VideoHolder h4 {
	color: #222222;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

/*Blue Berries*/

.blueBerries {
	background-image: url("/custom/DefaultTheme/storage/assets/homepage/backgrounds/Blueberries.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100px;
	height: 450px;
	margin-top: 50px;

}

.footer-home,
.footer-home a {
	background-color: #B8E830;
	font-family: Montserrat !important;
	font-size: 12px;
	font-weight: normal;
	color: #5b5858;
}

/*medium sized devices, tablets*/



/*
@media (min-width: 460px) and (max-width: 680px) {
	.cascade-slider_container {
		position: relative;
		width: 100%;
		height: 250px;
		margin: 0 auto;
		padding-top: 10px;
	
	}
	.cascade-slider_item {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%) scale(0.3);
		transition: all 1s ease;
		opacity: 0;
		z-index: -1;
		text-align: center;
	}

	.cascade-slider_item.next {
		left: 50%;
		transform: translateY(-50%) translateX(-90%) scale(0.4);
		filter: brightness(70%);
		opacity: 1;
		z-index: 1;
	}

	.cascade-slider_item.prev {
		left: 50%;
		transform: translateY(-50%) translateX(-10%) scale(0.4);
		filter: brightness(70%);
		opacity: 1;
		z-index: 1;
	}

	.cascade-slider_item.now {
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%) scale(0.6);
		opacity: 1;
		z-index: 5;
	}

	.cascade-slider_arrow-left img {
		height: 30px;
		left: 30px;
	}

	.cascade-slider_arrow-right img {
		height: 30px;
		left: 30px;
	}

	.cascade-slider_nav {
		display: none;
	}
}
*/

/* Extra small devices (phones, 600px and down) */
/*mobile devices*/
@media only screen and (max-width: 600px) {
	body{
		max-width: 100% !important;
		overflow-x: hidden !important;
		width:100vw;
	}

	.row {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		justify-content: center;
		align-items: center;
		max-width:100%;
	}

	.row-wrap {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		align-items: center;
		max-width:100%;
	}

	.row-gap {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 0;
		align-items: center;
		max-width:100%;
	}

	.column {
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 1;
		margin:0;
	}

	.HomeBanner {
		background-image: url("/custom/DefaultTheme/storage/assets/homepage/backgrounds/Mobile/TAKASourWatermelonBannerMobile.png");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		height: 750px;
		position: relative;
		max-width:100%;

	}

  .banner-text-home {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
	
  }

	.title-custom-style-home {
	
		font-size: 24px;
		font-family: Montserrat;
		margin:20px;
	}

	.title-custom-style-home span {
		font-size: 28px;
		display: block;
		color: #B8E830;
		text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
		font-weight: bold;
	}
       

	.shopAllBanner {
		background-image: url("/custom/DefaultTheme/storage/assets/Shop-All/Backgrounds/Mobile/ShopAll-Banner-Mobile.jpg");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		height: 750px;
		position: relative;
	
	}

  /*shop all banner*/
  .banner-text-shopAll {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

 

	.WBT-Images {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin: 0 auto;
		z-index: 1;
		flex-direction: column;

	}

	.fun,.custom-shape-divider-top-Icons,.custom-shape-divider-bottom-Icons,.custom-shape-divider-top-BeRewarded,.custom-shape-divider-bottom-BeRewarded {
		display:none;
	}

	.Products {
		margin: 50px 0 50px 0;
		background-color: #ffffff;
	
	}

	.cascade-slider_container {
		position: relative;
		width: 100%;
		height: 250px;
		margin: 0 auto;
		padding-top: 10px;
	
	}

	.cascade-slider_item {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%) scale(0.3);
		transition: all 1s ease;
		opacity: 0;
		z-index: -1;
		text-align: center;
	}

	.cascade-slider_item.next {
		left: 50%;
		transform: translateY(-50%) translateX(-80%) scale(0.3);
		filter: brightness(70%);
		opacity: 1;
		z-index: 1;
	}

	.cascade-slider_item.prev {
		left: 50%;
		transform: translateY(-50%) translateX(-20%) scale(0.3);
		filter: brightness(70%);
		opacity: 1;
		z-index: 1;
	}

	.cascade-slider_item.now {
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%) scale(0.5);
		opacity: 1;
		z-index: 5;
	}

	.cascade-slider_arrow-left img {
		height: 30px;
		left: 30px;
	}

	.cascade-slider_arrow-right img {
		height: 30px;
		left: 30px;
	}

	.cascade-slider_nav {
		display: none;
	}

	.cascade-slider_item.now button{
		width:100%
	}

	.cascade-slider_item.now a:link,
.cascade-slider_item.now button a:visited,
.cascade-slider_item.now button a:active {
	font-size: 28px;
}

	.home-video {
		margin: 0 auto;
		text-align: center;
		border: 1px solid #3A50DF;
		width: 100%;
	
	}

	.FTM {
		background-image: url("/custom/DefaultTheme/storage/assets/homepage/Mobile/FTM-Mobile.png");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		height: 450px;
		position: relative;
	}

	.FTM h2 {
		font-size: 45px;
		color: #ffffff;
		text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
		text-align: center;
		font-weight: bold;
		margin-bottom: 50px;
	}

	.FTM h2 span {
		font-size: 14px;
		color: #ffffff;
	}

	.iconRow{
		background-color:#3A50DF;
		margin:0;

	}

	.share-beRewarded {
		background-image: url("/custom/DefaultTheme/storage/assets/homepage/Mobile/Share-BeRewarded-Mobile.png");
	 background-repeat:no-repeat;
	 background-position:center center;
	 flex-basis:200px;
	 width:400px;
	}

	.blueBerries {
		background-image: url("/custom/DefaultTheme/storage/assets/homepage/Mobile/Blueberries-Mobile.png");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		padding-top: 100px;
		height: 750px;
		margin-top: 50px;

	}


}


/*End Home Page*/