html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    overscroll-behavior-x: none;
}


/*custom fonts*/
@font-face {
  font-family: 'JustLovely';
  src: url("https://twww.globallee.com/dist/assets/fonts/JustLovely.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*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;
}


/*desktop*/



/*Home Page Banner*/

.HomeBanner {
	background-image:url("/custom/DefaultTheme/storage/assets/homepage/backgrounds/GloballeeTakaHeader.webp");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 90vh;
	display:flex;
justify-content:center;
font-family: Montserrat;
}

.banner-text-home {
text-align:center;
margin-top:150px;
}


.title-custom-style-home span {
 font-size: clamp(28px, 5vw, 44px);
	display: block;
	color: #ffffff;
	font-weight:700;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
	text-transform:uppercase;
}

.title-custom-style-home span+span {
	 font-size: clamp(125px, 20vw, 300px);
	font-weight:700;
	display: block;
	color: #ffffff;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

.title-custom-style-home span+span+span{
	 font-size: clamp(28px, 5vw, 64px);
	display: block;
	color: #ffffff;
	max-width:350px;
    line-height:1.5em;
}


sup{
	top:-3.75em !important;
	font-size:15% !important;
}


.bannerButton {
	margin-top: 80px;
}

.bannerButtonHome{
	text-align:center;
	width:300px;
position: relative;
  display: inline-block;
  padding: 14px 34px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;

  background: linear-gradient(
    135deg,
  #D9F76A 0%,
  #B8E830 45%,
  #8CCB1F 100%
  );

  box-shadow:
    0 10px 20px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.1);

  transform-style: preserve-3d;
  transition: all .4s cubic-bezier(.23,1,.32,1);

  overflow: hidden;
margin-top:10px;
	
}

.bannerButtonHome:hover {
  transform:
    translateY(-6px)
    translateZ(20px)
    rotateX(6deg);
  box-shadow:
    0 18px 35px rgba(0,0,0,.5),
    inset 0 1px 0 rgba(255,255,255,.2);
	text-decoration:none !important;
	color:#ffffff !important;

}



.bannerButtonHome span {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 6px rgba(0,0,0,.6);
  font-size: clamp(.8rem, 2vw, 1.5rem);
}

.bannerButtonHome:active {
  transform:
    translateY(-2px)
    translateZ(5px)
    rotateX(2deg);
}



/*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: 150px 0 150px 0;

}

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

}

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

}

.Products h2 {
	color: #72ccd8;
	font-size: 40px;
	margin-bottom: 100px;
	text-align: center;
	font-weight: bold;
}

.Products h2 span {
  font-family: 'JustLovely', cursive;
  font-weight:700;
  color:#000000;
  font-style:italic;
  font-size:120%;
}

.cascade-slider_item .button {
	display: none;
}

.cascade-slider_item.now .button {
	width:300px;
position: relative;
  display: inline-block;
  padding: 14px 34px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(
    135deg,
  #D9F76A 0%,
  #B8E830 45%,
  #8CCB1F 100%
  );
  box-shadow:
 0 10px 20px rgba(0,0,0,.35),
inset 0 1px 0 rgba(255,255,255,.1);
transform-style: preserve-3d;
transition: all .4s cubic-bezier(.23,1,.32,1);
overflow: hidden;
margin-top:10px;
}



.cascade-slider_item.now .button:hover {
  transform:
    translateY(-6px)
    translateZ(20px)
    rotateX(6deg);
  box-shadow:
    0 18px 35px rgba(0,0,0,.5),
    inset 0 1px 0 rgba(255,255,255,.2);

}



.button span {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 6px rgba(0,0,0,.6);
    font-size: clamp(2em, 2vw, 1rem);
}

.button:active {
  transform:
    translateY(-2px)
    translateZ(5px)
    rotateX(2deg);
}



/*Slider Classes*/
.cascade-slider_container {
  position: relative;
  width: 75%;
  height: 250px;
  margin: 120px auto 0 auto;
  perspective: 1200px;   /* 👈 This enables 3D */
}

.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;
	 transform-style: preserve-3d;
  backface-visibility: hidden;
}

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

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

.cascade-slider_item.now {
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(1);
	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;
    top:185px;
}

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

.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;
}

/* Second Left */
.cascade-slider_item.next2 {
	left: 50%;
	transform: translateY(-50%) translateX(-185%) scale(0.6);
	filter: brightness(70%);
	opacity: 1;
	z-index: 0;
}

/* Second Right */
.cascade-slider_item.prev2 {
	left: 50%;
	transform: translateY(-50%) translateX(85%) scale(0.6);
	filter: brightness(70%);
	opacity: 1;
	z-index: 0;
}


/*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(-15px) 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;
	min-height: 800px;
	position: relative;
	margin:150px 0 0 0;
}

.FTM h2 {
	 font-size: clamp(60px, 10vw, 150px);
	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: clamp(28px, 5vw, 44px);
	color: #ffffff;
}

.seeAllProducts{
	width:300px;
position: relative;
  display: inline-block;
  padding: 14px 34px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
text-align:center;
  background: linear-gradient(
    135deg,
  #D9F76A 0%,
  #B8E830 45%,
  #8CCB1F 100%
  );

  box-shadow:
    0 10px 20px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.1);

  transform-style: preserve-3d;
  transition: all .4s cubic-bezier(.23,1,.32,1);

  overflow: hidden;
margin-top:10px;
	
}

.seeAllProducts:hover {
  transform:
    translateY(-6px)
    translateZ(20px)
    rotateX(6deg);
  box-shadow:
    0 18px 35px rgba(0,0,0,.5),
    inset 0 1px 0 rgba(255,255,255,.2);
		text-decoration:none !important;
	color:#ffffff !important;

}



.seeAllProducts span {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 6px rgba(0,0,0,.6);
    font-size: clamp(.8rem, 2vw, 1rem);
}

.seeAllProducts:active {
  transform:
    translateY(-2px)
    translateZ(5px)
    rotateX(2deg);
}
/*Icons Section*/
.Icons {
	margin: 0;
}

.iconRow{
	background-color:#5ce1e6;
    margin:0;
}


/*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 150px;
	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*/
.Stories{
	margin: 150px 0 150px 0;
}

.Stories h2 {
	font-size: 50px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	margin-bottom: 80px;

}

.VideoHolder {
	width: 30em;
}

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



.VideoHolder {
  text-align: center;
}
@media (min-width: 1024px) {
  .video-wrapper {
    max-height: 500px;   /* adjust to taste */
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16; /* true vertical */
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


.VideoHolder iframe {
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,.15);
  transition: transform .3s ease;
}

.VideoHolder:hover iframe {
  transform: translateY(-5px);
}


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



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

	.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;
	}
/*TAKA Video*/
	.Video {
	margin: 0;

}

/*video section*/
.VideoHolder{
	width:75%
}

.VideoHolder h4 {

	margin:10px 0 10px 0;
}

  /*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;
	}



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

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

	.FTM h2 {
		font-size: clamp(1.8rem, 6vw, 2.8rem);
		color: #ffffff;
		text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
		text-align: center;
		font-weight: bold;
		margin-top: 100px;
	}

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

	




}


/*End Home Page*/