@media screen and (min-width: 901px) {
	#x-btn {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 25px;
		height: 25px;
		border: 1px solid #fff;
		border-radius: 50%;
		background-color: #333;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	
	#x-btn:hover {
		background-color: #555;
	}
	
	.signup-intro {
		margin-top: 10px;
	}
	
	.signup-wheel {
		position: fixed;
		z-index: 100;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.6);
	}
	
	.signup-wheel-content {
		font-size: 20px;
	}
	
	.signup-modal-header {
		min-height: 600px;
		position: relative;
	}
	
	.signup-wheel-overlay {
		position: absolute;
		width: 50%;
		height: 90%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url('https://res.cloudinary.com/caskompare/image/upload/s--E42GNkYB--/c_scale,f_auto,h_800,q_auto,w_1000/v1693397767/edgar-chaparro-Lwx-q6OdGAc-unsplash_geugg4.jpg');
		border-radius: 5px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		color: white;
	}
	
	.signup-wheel-overlay h3 {
		font-size: 36px;
		font-weight: 800;
	}
	
	/* WRAPPER */
	#wrapper {
		margin: 20px auto 0;
		width: 400px;
		position: relative;
	}
	
	#txt {
		color: #eaeaea;
	}
	
	/* WHEEL */
	#wheel {
		width: 400px;
		height: 400px;
		border-radius: 50%;
		position: relative;
		overflow: hidden;
		border: 8px solid #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), 0px 3px 0px rgba(0, 0, 0, 0.05);
		transform: rotate(0deg);
	}
	
	#inner-wheel {
		position: relative;
		width: 100%;
		height: 100%;
		transition: all 6s cubic-bezier(0, .99, .44, .99);
	}
	
	#wheel div.sec {
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 205px 119px 0;
		border-color: #19c transparent;
		transform-origin: 118px 205px;
		left: 84px;
		top: 0;
		opacity: 1;
	}
	
	/* Rest of your existing CSS remains unchanged */
	
	
	#wheel div.sec:nth-child(1){
		transform: rotate(60deg);
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		border-color: #E38200 transparent;	
	}
	#wheel div.sec:nth-child(2){
		transform: rotate(120deg);
		-webkit-transform: rotate(120deg);
		-moz-transform: rotate(120deg);
		-o-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		border-color: #E6E3D2 transparent;	
	}
	#wheel div.sec:nth-child(3){
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		border-color: #f3ba22 transparent;	
	}
	#wheel div.sec:nth-child(4){
		transform: rotate(240deg);
		-webkit-transform: rotate(240deg);
		-moz-transform: rotate(240deg);
		-o-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
		border-color: #E38200 transparent;	
	}
	#wheel div.sec:nth-child(5){
		transform: rotate(300deg);
		-webkit-transform: rotate(300deg);
		-moz-transform: rotate(300deg);
		-o-transform: rotate(300deg);
		-ms-transform: rotate(300deg);
		border-color: #E6E3D2 transparent;	
	}
	#wheel div.sec:nth-child(6){
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		border-color: #f3ba22 transparent;	
	}
	
	
	#wheel div.sec .fa{
		margin-top: -165px;
		color: black;
		position: relative;
		z-index: 10000000;
		display: block;
		text-align: center;
		font-size:15px;
		margin-left:-25px;
		width: fit-content;
		text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
	}
	
	#spin{
		width:68px;
		height:68px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-34px 0 0 -34px;
		border-radius:50%;
		box-shadow:rgba(0,0,0,0.1) 0px 3px 0px;
		z-index:1000;
		background:#fff;
		cursor:pointer;
		font-family: 'Exo 2', sans-serif;
	  
	  -webkit-user-select: none; 
	  -moz-user-select: none;    
	  -ms-user-select: none;     
	  -o-user-select: none;
	  user-select: none;   
	}
	
	
	#spin:after{
		content:"SPIN";	
		text-align:center;
		line-height:68px;
		color:#CCC;
		text-shadow: 0 2px 0 #fff, 0 -2px 0 rgba(0,0,0,0.3) ;
		position: relative;
		z-index: 100000;
		width:68px;
		height:68px;
		display:block;
	}
	
	#selector {
		height: 10px;
		width: 5px;
		color: red;
		background-color: red;
		position: absolute;
		top: 0;
		right: 50%;
		transform: translate(-50%, -0%);
		z-index: 100;
	}
	
	/* #spin:before{
		content:"";
		position:absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 20px 28px 20px;
		border-color: transparent transparent #ffffff transparent;
		top:-12px;
		left:14px;
	} */
	
	#inner-spin{
		width:54px;
		height:54px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-27px 0 0 -27px;
		border-radius:50%;
		background:red;
		z-index:999;
		box-shadow:rgba(255,255,255,1) 0px -2px 0px inset, rgba(255,255,255,1) 0px 2px 0px inset,  rgba(0,0,0,0.4) 0px 0px 5px ;
		
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
		background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	}
	
	#spin:active #inner-spin{
		box-shadow:rgba(0,0,0,0.4) 0px 0px 5px inset;
	}
	
	#spin:active:after{
		font-size:15px;	
	}
	
	
	
	#shine{
		width:250px;
		height:250px;
		position:absolute;
		top:0;
		left:0;
		background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0.91) 9%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.99)), color-stop(9%,rgba(255,255,255,0.91)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	
	opacity:0.1;
		
	}
	
	
	
	/*ANIMATION*/
	@-webkit-keyframes hh {
	  0%, 100%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	  }
	
	  50%{
		transform: rotate(7deg);
		-webkit-transform: rotate(7deg);
	  }
	}
	
	@keyframes hh {
	   0%, 100%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	  }
	
	  50%{
		transform: rotate(7deg);
		-webkit-transform: rotate(7deg);
	  }
	}
	
	.spin {
	  -webkit-animation: hh 0.1s; /* Chrome, Safari, Opera */
		animation: hh 0.1s;
	}
}

@media screen and (max-width: 900px) {
	#x-btn {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 25px;
		height: 25px;
		border: 1px solid #fff;
		border-radius: 50%;
		background-color: #333;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	
	#x-btn:hover {
		background-color: #555;
	}
	
	.signup-intro {
		margin-top: 10px;
	}
	
	.signup-wheel {
		position: fixed;
		z-index: 100;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.6);
	}
	
	.signup-wheel-content {
		font-size: 20px;
	}
	
	.signup-modal-header {
		min-height: 600px;
		position: relative;
	}
	
	.signup-wheel-overlay {
		position: absolute;
		width: 90%;
		min-height: 90%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url('https://res.cloudinary.com/caskompare/image/upload/s--6wcl07oH--/c_fill,f_auto,h_800,q_auto,w_400/v1693397767/edgar-chaparro-Lwx-q6OdGAc-unsplash_geugg4.jpg');
		border-radius: 5px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		color: white;
	}
	
	.signup-wheel-overlay h3 {
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 0 !important;
		margin-top: 50px;
	}
	
	/* WRAPPER */
	#wrapper {
		margin: 10px auto 0;
		width: 100%;
		position: relative;
	}
	
	#txt {
		color: #eaeaea;
	}
	
	#wheel {
		width: 245px; /* Updated width */
		height: 245px; /* Updated height to maintain a circular shape */
		border-radius: 50%;
		position: relative;
		overflow: hidden;
		margin: auto;
		border: 5px solid #fff; /* Adjust border thickness accordingly */
		box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 2px 0px rgba(0, 0, 0, 0.05); /* Adjust box-shadow values */
		transform: rotate(0deg);
	}
	
	#inner-wheel {
		position: relative;
		width: 100%;
		height: 100%;
		transition: all 6s cubic-bezier(0, .99, .44, .99);
	}
	
	#wheel div.sec {
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 125px 72px 0; /* Adjusted border-width values */
		border-color: #19c transparent;
		transform-origin: 71px 125px; /* Adjusted transform-origin values */
		left: 50px; /* Adjusted left position */
		top: 0;
		opacity: 1;
	}
	
	/* Rest of your existing CSS remains unchanged */
	
	
	#wheel div.sec:nth-child(1){
		transform: rotate(60deg);
		-webkit-transform: rotate(60deg);
		-moz-transform: rotate(60deg);
		-o-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		border-color: #E38200 transparent;	
	}
	#wheel div.sec:nth-child(2){
		transform: rotate(120deg);
		-webkit-transform: rotate(120deg);
		-moz-transform: rotate(120deg);
		-o-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		border-color: #E6E3D2 transparent;	
	}
	#wheel div.sec:nth-child(3){
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		border-color: #f3ba22 transparent;	
	}
	#wheel div.sec:nth-child(4){
		transform: rotate(240deg);
		-webkit-transform: rotate(240deg);
		-moz-transform: rotate(240deg);
		-o-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
		border-color: #E38200 transparent;	
	}
	#wheel div.sec:nth-child(5){
		transform: rotate(300deg);
		-webkit-transform: rotate(300deg);
		-moz-transform: rotate(300deg);
		-o-transform: rotate(300deg);
		-ms-transform: rotate(300deg);
		border-color: #E6E3D2 transparent;	
	}
	#wheel div.sec:nth-child(6){
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		border-color: #f3ba22 transparent;	
	}
	
	
	#wheel div.sec .fa{
		margin-top: -108px;
		color: black;
		position: relative;
		z-index: 10000000;
		display: block;
		text-align: center;
		font-size:13px;
		margin-left:-25px;
		width: fit-content;
		text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
	}
	
	#spin{
		width:68px;
		height:68px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-34px 0 0 -34px;
		border-radius:50%;
		box-shadow:rgba(0,0,0,0.1) 0px 3px 0px;
		z-index:1000;
		background:#fff;
		cursor:pointer;
		font-family: 'Exo 2', sans-serif;
	  
	  -webkit-user-select: none; 
	  -moz-user-select: none;    
	  -ms-user-select: none;     
	  -o-user-select: none;
	  user-select: none;   
	}
	
	
	#spin:after{
		content:"SPIN";	
		text-align:center;
		line-height:68px;
		color:#CCC;
		text-shadow: 0 2px 0 #fff, 0 -2px 0 rgba(0,0,0,0.3) ;
		position: relative;
		z-index: 100000;
		width:68px;
		height:68px;
		display:block;
	}
	
	#selector {
		height: 10px;
		width: 5px;
		color: red;
		background-color: red;
		position: absolute;
		top: 0;
		right: 50%;
		transform: translate(-50%, -0%);
		z-index: 100;
	}
	
	/* #spin:before{
		content:"";
		position:absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 20px 28px 20px;
		border-color: transparent transparent #ffffff transparent;
		top:-12px;
		left:14px;
	} */
	
	#inner-spin{
		width:54px;
		height:54px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-27px 0 0 -27px;
		border-radius:50%;
		background:red;
		z-index:999;
		box-shadow:rgba(255,255,255,1) 0px -2px 0px inset, rgba(255,255,255,1) 0px 2px 0px inset,  rgba(0,0,0,0.4) 0px 0px 5px ;
		
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
		background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
	}
	
	#spin:active #inner-spin{
		box-shadow:rgba(0,0,0,0.4) 0px 0px 5px inset;
	}
	
	#spin:active:after{
		font-size:15px;	
	}
	
	
	
	#shine{
		width:250px;
		height:250px;
		position:absolute;
		top:0;
		left:0;
		background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0.91) 9%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.99)), color-stop(9%,rgba(255,255,255,0.91)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	
	opacity:0.1;
		
	}
	
	
	
	/*ANIMATION*/
	@-webkit-keyframes hh {
	  0%, 100%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	  }
	
	  50%{
		transform: rotate(7deg);
		-webkit-transform: rotate(7deg);
	  }
	}
	
	@keyframes hh {
	   0%, 100%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	  }
	
	  50%{
		transform: rotate(7deg);
		-webkit-transform: rotate(7deg);
	  }
	}
	
	.spin {
	  -webkit-animation: hh 0.1s; /* Chrome, Safari, Opera */
		animation: hh 0.1s;
	}
}