.fan_zone_header{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 900px;
	background-image: url('../images/webp/fan_zone_header.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.fan_zone_h1{
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	font-family: Geomanist;
	font-size: 20px;
	text-align: center;
	line-height: 38px;
	color: #FFFFFF;
	display: inline-block;
	background-color: #5A6878;
	padding: 0 10px;
}
.h1-p{
	display: flex;
	align-items: center;
	justify-content: center;
}
.book_demo{
	height: 60px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: rgba(0, 180, 106, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 46px;
	color: #FFFFFF;
	font-family: 'Geomanist-Medium';
	font-size: 22px;
}
.book_demo:hover{
	background-color: #000;
	cursor: pointer;
	border: 1px solid #FFFFFF;
}
.fan_botton{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding-top: 60px;
}
.see_fan_btn{
	height: 60px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	font-size: 22px;
	font-family: 'Geomanist-Medium';
	color: #FFFFFF;
}
.see_fan_btn a{
	color: #FFFFFF;
}
.see_fan_btn:hover{
	background-color: rgba(0, 180, 106, 1);
	cursor: pointer;
	border: none;
}
.fan_zone_p{
	color: #FFFFFF;
	font-family: Geomanist;
	font-size: 28px;
	line-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.sec_padd{
	padding: 100px 0;
}
.bodyfont24{
	color: rgba(33, 33, 33, 1);
	font-family: Geomanist;
	font-size: 24px;
	text-align: center;
	line-height: 35px;
}
.bdr_div{
	border: 1px solid rgba(225, 225, 225, 1);
	border-radius: 30px;transition: all 0.3s ease;
}
.bdr_div:hover{
	transform: translateY(-5px);  /* lift up 5px */
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}
.title36{
	color: rgba(33, 33, 33, 1);
	font-family: Geomanist-Medium;
	font-size: 36px;
	letter-spacing: -1px;
}
.title28{
	color: rgba(33, 33, 33, 1);
	font-family: Geomanist-Medium;
	font-size: 28px;
	letter-spacing: -0.5px;
}
.attension_sec{
	display: flex;
	gap: 40px;
	justify-content: center;
	overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 18px;             /* give left/right padding so first card shows fully */
    -webkit-overflow-scrolling: touch;
}
.attension_sec::-webkit-scrollbar { display: none; }
.attension_sec_tiem{
	height: 430px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 60px;
}
.attension_sec_tiem figure{
	width: 95px;
	height: 95px;
	border-radius: 20px;
	background-color: rgba(232, 244, 239, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.old-new-way{
	display: flex;
	justify-content: space-between;
	gap: 40px
}
.old-new-item{
	flex: 1;
	 transition: all 0.3s ease; 
}
.old-new-item:hover{
	transform: translateY(-10px);  /* lift up 5px */
}
.old_item{
	height: 613px;
	box-shadow: 0 0 0 2px rgba(225, 225, 225, 1);
	border-radius: 30px;
	background-color: rgba(249, 249, 249, 1);
}
.new_item{
	height: 613px;
	box-shadow: 0 0 0 2px rgba(0, 180, 106, 1),
	0 10px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 30px;
}
.old-new-way figure{
	border-radius: 30px 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.old_new_ui li{
	display: flex;
	align-items: center;
	gap: 30px;
}
.old_new_ui li h4{
	font-family: Geomanist-Book;
}
.old_pd{
	padding: 30px 30px 0 60px;
}
.old-new-way{
	padding-top: 60px;
}
.EngagementBg{
	background-image: url('../images/EngagementBg.webp');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fanzones-img{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}
.what_fanZone{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 70px;
	gap: 30px;
}
.what_fanZone_item{
	height: 456px;
	border-radius: 30px;
	background-color: rgba(242, 247, 255, 1);
	transition: all 0.3s ease;
	overflow: hidden;
}
.what_fanZone_item:hover{
	 transform: translateY(-10px);
}
.what_fanZone_item figure img{
	border-radius: 30px 30px 0 0;
	transform: scale(1);       /* normal size */
    transition: all 0.4s ease; 
    overflow: hidden;
}
.what_fanZone_item figure:hover img{
	 transform: scale(1.08);

}
.what_zone{
	padding: 15px 30px 0 30px;
}
.you-zone-img{
	padding-top: 70px;
}
.built_in_virality{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-top: 60px;
}
.built_in_virality_item{
	height: 529px;
	border-radius: 30px;
	flex: 1;
	background-color: #FFFFFF;
	overflow: hidden;
	transition: all 0.4s ease;
}
.built_in_virality_item:hover{
	transform: translateY(-10px);
}
.built_in_virality_item figure{
	background-color: #C8C1EA;
	border-radius: 30px 30px 0 0;
	height: 215px;
	display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.built_in_virality_item figure img{
	transition: all 0.4s ease;
	transform: scale(1);  
}
.built_in_virality_item figure:hover img{
	transform: scale(1.05);
}
.built_in_pad{
	padding: 30px 10px 0 30px;
}
.your_brand{
	display: flex;
	gap: 30px;
	padding-top: 60px;
}
.your_brand_item{
	height: 351px;
	border: 1px solid rgba(225, 225, 225, 1);
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 1);
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.participation_data{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 50px;
}
.participation_data_item{
	flex: 1;
}
.Numb{
	width: 80px;
	height: 80px;
	background-color: rgba(0, 180, 106, 1);
	color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Geomanist-Medium;
	font-size: 36px;
	letter-spacing: -1.11px;
	text-align: center;
	line-height: 40px;
}
.fan_zone_become{
	height: 60px;
	border-radius: 10px;
	background-color: rgba(224, 232, 246, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-family: Geomanist-Book;
}
.built_power{
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}
.built_power_item{
	height: 329px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.Numb_ico{
	width: 80px;
	height: 80px;
	background-color: rgba(232, 244, 239, 1);;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.what_you_receive{
	background-color: rgba(251, 246, 241, 1);
}
.your_side{
	display: flex;
	gap: 40px;
	padding-top: 60px;
}
.your_side_item{
	width: 685px;
	height: 531px;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 1);
	flex: 1;
	padding: 60px;
	transition: all 0.3s ease;
}
.your_side_item:hover{
	transform: translateY(-10px); 
	box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}
.you_side_t{
	border-bottom: 1px solid rgba(225, 225, 225, 1);
	display: flex;
	gap: 20px;
	align-items: center;
	padding-bottom: 15px;
}
.you_side_ul{
	padding-top: 35px;
}
.you_side_ul li.pads {
	padding-bottom: 30px;
}
.you_side_ul li {
	display: flex;
	gap: 20px;
}
.ready-to-transfer{
	background-image: url('../images/ready-to-transfer.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.rquest-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 60px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: rgba(33, 33, 33, 1);	
	color: #FFFFFF;
	font-family: Geomanist-Medium;
	font-size: 18px;
	font-weight: 500;
}
.rquest-btn:hover{
	border: 1px solid #FFFFFF;
	background-color: #00B46A;
}
.rquest-btn-p{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rquest-btn-p:hover{
	cursor: pointer;
}
.how_it_works{
	padding-top: 70px;
}
.how_it_works_item{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
	
}
.how_it_works_item img{
	 transition: all 0.4s ease;
}
.how_it_works_item:hover img{
	transform: scale(1.1); 
}
.fan_zo_slider{
	height: 493px;
	border: 1px solid rgba(225, 225, 225, 1);
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 1);
}
.fan_zo_sli{
	height: 493px;
	border-radius: 30px;
}
.fan_zo_slider figure img{
	border-radius: 30px 30px 0 0px;
}
.fan_zo_sli_div{
	padding: 30px 30px 0 30px;
}
.works_sec{

}
.numes_white{
	width: 80px;
	height: 80px;
	color: rgba(0, 180, 106, 1);
	background-color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Geomanist-Medium;
	font-size: 36px;
	letter-spacing: -1.11px;
	text-align: center;
	line-height: 40px;
	margin: 0;
}
.how_it_works_item figure{
	width: 40%;
}
.numes-div{
	width: 20%;	
	display: flex;
	align-content: center;
	justify-content: center;
}
.works_sec{
	width: 40%;
}
.right-f{
	display: flex;
	justify-content: flex-end;
}
.flex-dd{
	flex-direction: column;
	align-items: flex-end;
}
#fanZones{
	margin-top: 50px;
}
#fanZones .owl-dots{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 30px;
}
#buil_slider .owl-dots{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 30px;
}
.buil_slider{
	margin-top: 70px;
}
.buil_slider_p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid rgba(225, 225, 225, 1);
	border-radius: 30px;
}
.buils-li li{
	display: flex;
	align-items: center;
	gap: 10px;
}
.buil_slider_p img{
	border-radius: 0 30px 30px 0;
}
.sli-pad{
	padding-left: 60px;
	flex: 1;
}
.buil_slider_p figure{
	flex: 1;
}
.choosVinfotech li{
	padding-bottom: 10px;
}
.choosVinfotech{
	padding-left: 20px;
	padding-top: 40px;
}
.table_view{
	margin-top: 40px;
}
.decentralized-sec{
	padding-bottom: 60px;
}
#fanZones .owl-dots{
	right: unset !important;
}
#buil_slider .owl-dots{
	right: unset !important;
}
@media screen and (max-width: 1600px) {
    .fan_zone_header{
    	height: 680px;
    }
    .book_demo{
	    height: 50px;
	    border-radius: 5px;
	    padding: 0 40px;
	    font-size: 18px;
	}
	.see_fan_btn{
	    height: 48px;
	    padding: 0 40px;
	    font-size: 18px;
	}
	.attension_sec_tiem {
	    height: 370px;
	    padding: 0 40px;
	}
	.title36 {
	    font-size: 32px;
	}
	.attension_sec_tiem figure {
	    width: 70px;
	    height: 70px;
	}
	.old_pd {
    	padding: 30px 20px 0 20px;
	}
	.EngagementBg{
		height: 420px;
	}
	.what_fanZone{
		gap: 20px;
	}
	.what_zone {
    	padding: 15px 15px 0 20px;
	}
	.what_fanZone_item {
	    height: 420px;
	    border-radius: 30px;
	}
	.fan_zo_slider{
		height: 480px;
	}
	.how_it_works {
    	padding-top: 0;
	}
	.sli-pad {
    	padding-left: 30px;
	}
	.buil_slider_p{
		gap: 30px;
	}
	.built_in_pad {
    	padding: 20px 20px 0 20px;
	}
	.your_brand_item {
    	height: 320px;
	}
	.participation_data {
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.built_power {
	    padding-top: 40px;
	}
	.your_side_item{
		padding: 40px;
	}
	.you_side_ul li.pads {
    	padding-bottom: 20px;
	}
	.pT30.pB30{
		padding: 20px;
	}
	.buils-li .bodyfont20{
		font-size: 18px;
	}
	.pT30.pB30 {
    	padding: 10px 0;
	}
}

@media screen and (max-width: 767px) {
	.fan_zone_h1{
		font-size: 14px;
	}
	.fan_botton{
		padding-top: 50px;
		gap: 10px;
	}
	.fan_zone_p {
    	font-size: 22px;
	    line-height: 34px;
	}
	.old-new-way{
		flex-direction: column;
	}
	.what_fanZone{
		gap: 20px;
		justify-content: flex-start;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		 margin-left: 15px;
	}
	.what_fanZone::-webkit-scrollbar {
      display: none;
  	}
	.what_fanZone_item {
		flex: 0 0 80%;          /* ⭐ 80% width for perfect peek UI */
		min-width: 80%;
		scroll-snap-align: start;
	    height: 420px;
	    border-radius: 30px;

	}
	.buil_slider_p{
		flex-direction: column;
	}
	.built_in_virality{
		justify-content: flex-start;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-top: 30px;
	}
	.built_in_virality::-webkit-scrollbar {
      display: none;
  	}
	.built_in_virality_item{
		flex: 0 0 80%;          /* ⭐ 80% width for perfect peek UI */
		min-width: 80%;
		scroll-snap-align: start;
		height: 385px;
	}
	.your_brand{
		justify-content: flex-start;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		 margin-left: 15px;
		padding-top: 15px;
	}
	.your_brand::-webkit-scrollbar {
      display: none;
  	}
  	.your_brand_item {
  		flex: 0 0 80%;          /* ⭐ 80% width for perfect peek UI */
		min-width: 80%;
		scroll-snap-align: start;
        height: auto;
        margin: 0 auto;
        padding: 20px;
    }
	.participation_data{
		flex-direction: column;
	}
	.your_side{
		flex-direction: column;
		padding-top: 10px;
	}
	.your_side_item{
		width: auto;
		padding: 20px;
	}
	.attension_sec{
		/*flex-direction: column;*/
	}
	.attension_sec {
	      display: flex;
	      gap: 20px;
	      justify-content: flex-start;
	      overflow-x: auto;
	      scroll-snap-type: x mandatory;
	      padding: 18px 24px;   /* very important for full first card */
	      -webkit-overflow-scrolling: touch;
	  }
	  .attension_sec::-webkit-scrollbar { display: none; }

	  .attension_sec_tiem {
	      flex: 0 0 100%;        /* ⭐ perfect width for 1 full + half second */
	      min-width: 100%;
	      height: auto;
	      scroll-snap-align: start;
	      padding: 30px;        /* your original padding */
	  }
    .sec_padd {
    	padding: 60px 0;
	}
	.old_new_ui li {
	    gap: 20px;
	}
	.old_pd {
        padding: 30px 20px 30px 20px;
    }
    .what_fanZone_item{
    	flex: auto;
    }
    .what_fanZone_item {
        height: 420px;
        border-radius: 30px;
        width: 77%;
        margin: 0 auto;
    }
    .built_power{
	  justify-content: flex-start;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding: 18px 24px;   /* very important for full first card */
      -webkit-overflow-scrolling: touch;
      margin-left: 15px;
	}
	.built_power::-webkit-scrollbar { display: none; }
    .built_power_item {
        padding: 20px;
        height: 280px;
        flex: 0 0 100%;        /* ⭐ perfect width for 1 full + half second */
		height: auto;
		scroll-snap-align: start;
	}
    .Numb {
	    width: 50px;
	    height: 50px;
	    font-size: 24px;
	    line-height: 40px;
	}
	.fan_zone_become {
	    padding: 15px;
	    height: auto;
	}
	.built_in_virality_item figure{
		height: 130px;
	}
	.built_in_virality_item figure img{
		width: 130px;
	}
	.buil_slider_p img {
    	border-radius: 0;
	}
	.participation_data_item{
		padding-bottom: 20px;
	}
	.how_it_works_item_m{
		display: flex;
		gap: 30px;
		margin-bottom: 40px;
	}
	.works_sec {
    	width: 100%;
    	padding-bottom: 15px;
	}
	.how_it_works {
        margin-top: 30px;
    }
    .see_fan_btn {
        height: 45px;
        padding: 0 10px;
        font-size: 16px;
    }
    .book_demo {
        border-radius: 5px;
        padding: 0 10px;
        font-size: 16px;
        height: 45px;
    }
    .youzonem{
    	padding: 15px;
    } 
    .youzonem > li{
    	margin-bottom: 30px;
    } 
    .youzonem > li:last-child{
    	margin-bottom: 0px;
    }
    .youzonem figure {
		width: 50px;
		height: 50px;
		border-radius: 14px;
		background-color: rgba(0, 180, 106, 1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .youzonem_t{
		color: rgba(33, 33, 33, 1);
		font-family: Geomanist-Medium;
		font-size: 20px;
	}
	.buil_slider_p{
		height: 900px;
	}
	.buil_slider_p figure {
    	flex: revert-layer;
	}
	.fan_zone_header{
    	height: 762px;
    }

}
