
@media (max-width: 1000px){
	
	h1{
			font-size:50px !important;
	}
	
		p .star{
			width:700px !important;
			height:350px !important;
		}


		p{
		
			font-size:33px !important;
		
		
			
		}
		div{
				font-size:33px !important;
		}






	}

.verify{
	position:relative;
	width:60px;
	height:60px;
	margin:1px auto 0;
	border-radius:50%;
	align-items:center;
	color:#111;
	background:#f5f5f5;
	font-size:15px;
	font-weight:550;
	box-shadow:0 2px 3px 0 rgba(0,0,0,0.5);
	
	
}

.verify:hover{
	background:#222;
	color:#fff;
}

*{
	box-sizing:border-box;
}


.modal-container{

	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,0.6);
	position:fixed;
	top:0;
	left:0;
	height:100vh;
	width:100vw;
	opacity:0;
	pointer-events:none;
	transition:opacity 0.25s ease-in-out;
	z-index:200;

}
button{
	
}
.modal-container.show{
	pointer-events:auto;
	opacity:1;

}
.modal {

	background-color: #fff;
	border-radius:5px;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	padding:15px 25px 0px 25px;
	width:60%;
	
	max-width:100%;
	text-align:center;

	
}

.modal-container .modal .close-btn{
	cursor:pointer;
	margin-left:auto;
	padding:0px 0px;
	border:0px;
	width:30px;
	height:30px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	font-size:25px;
	font-weight:550;
	line-height:30px;
	border-radius:50%;
	


}
.modal .close-btn:hover{
	color:#111;
	background:#f5f5f5;
	
}







.pay{
	position:relative;
	width:60px;
	height:60px;
	margin:1px auto 0;
	border-radius:50%;
	align-items:center;
	color:#111;
	background:#f5f5f5;
	font-size:15px;
	font-weight:550;
	box-shadow:0 2px 3px 0 rgba(0,0,0,0.5);
	
	
}

.pay:hover{
	background:#222;
	color:#fff;
}


p{
	font-family:arial;
	font-size:16px;
	color:#272727;
	padding:10px 10px 0px;
	
}
p span{
	font-size:28px;
	color:#272727;
}
.p-title{
	padding-top:20px;
}
user-container .img{
	width:"1px";
	height:"1px";
}

.gridish{
	display:flex;
	
	flex-wrap:wrap;
	
}
.gridish > * {
	flex: 1 1 33%;
	
}


