@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
    font-family: 'Play', sans-serif;
    background-color: #F5F8FF;
    position: relative;
    width: 100%;
    height: auto
}
.page {
	width: 90%;
}
a{

	text-decoration: none;
}
/*-------------------------coupon-3-----------------------------*/
.coupon-3-pop-sec{
	display: flex;
	justify-content: center;
	align-items: center;
}
.coupon-3-pop-sec-page{
	/* width: 700px;
	height: 570px;
	
	border: 10px solid #fff; */
	width: 699.18px;
    height: 569.33px;
}
.coupon-3-pop-data{
	background-color: #ebd7d1;
	height: 100%;
	overflow: hidden;
	position: relative;
	
}
.coupon-3-pop-img{
	width: 1000px;
	height: 450px;
	transform: rotate(-10deg);
	margin-left: -100px;
	
	
}
.coupon-3-pop-img img{
	/* width: 100%;
	margin-top: 45px;
	height: 100%; */
	width: 670.26px;
    height: 569.33px;
    margin-left: 92.33px;
}
.coupon-3-pop-head{
	position: absolute;
	top: 15%;
	left: 31%;
	/* transform: rotate(-15deg); */
}
.coupon-3-pop-head h2{
	color: #fff;
	/* font-size: 82px; */
	font-family: 'Play';
	font-weight: 600;
}
.coupon-3-pop-para{
	position: absolute;
	/* top: 52%; */
	/* left: 30%; */
	top:28%;
	left:30%;
	/* transform: rotate(-15deg); */
}
.coupon-3-pop-para p{
	color: #fff;
	font-size: 80px;
	font-family: 'ui-monospace';
	font-weight: 600;
	line-height:normal;
}
.coupon-3-pop-sale{
	position: absolute;
	top: 67%;
	left: 30%;
	/* transform: rotate(-15deg); */
}
.coupon-3-pop-sale span{
	color: #fff;
	padding: 4px 15px;
	font-size: 50px;
	font-family: 'ui-monospace';
	font-weight: 600;
	/* background-color: #FF0000; */
	border-radius: 20px;
	line-height: 5px;
}
.coupon-3-pop-btn{
	position: absolute;
	bottom: 73px;
	left: 38%;
	/* transform: rotate(-15deg); */
}
.coupon-3-pop-btn button{
	background-color: #fff;
    color: #F487A7;
    padding: 6px 20px;
    font-size: 18px;
    outline: none;
    border: none;
    font-family: 'cursive';
    border-radius: 10px;
}

@media only screen and (max-width: 750px) {
	.coupon-3-pop-sec-page{
		width: 500px;
		height: 475px;
	}
	.coupon-3-pop-img{
		width: 689px;
    	height: 376px;
	}
	.coupon-3-pop-head h2{
		font-size: 62px;
	}
	.coupon-3-pop-para p{
		font-size: 38px;
	}
	.coupon-3-pop-sale{
		top: 65%;
	}
	.coupon-3-pop-btn {
		bottom: 55px;
	}
}

@media only screen and (max-width: 535px) {
	.coupon-3-pop-sec-page{
		width: 500px;
		height: 357px;
	}
	.coupon-3-pop-img img{

		width:145%;
	}
	.coupon-3-pop-img{
		width: 429px;
    	height: 260px;
	}
	.coupon-3-pop-head h2{
		font-size: 40px;
	}
	.coupon-3-pop-para p{
		font-size: 22px;
	}
	.coupon-3-pop-sale{
		left: 8%;
	}
	.coupon-3-pop-sale span{
		font-size: 14px;
	}

	.coupon-3-pop-btn {
		bottom: 35px;
		left: 28%;
	}
	.coupon-3-pop-btn button{
		font-size: 16px;
	}
}
/*-------------------------newcoupon-3-----------------------------*/
.newcoupon-3-pop-sec{
	display: flex;
	justify-content: center;
	background-color: #000;
	height: 100vh;
	align-items: center;
}
.newcoupon-3-pop-sec-page{
	width: 700px;
	height: 570px;
	
	border: 10px solid #fff;
}
.newcoupon-3-pop-data{
	background-color: #1FAEC6;
	height: 100%;
	overflow: hidden;
	position: relative;
	
}
.newcoupon-3-pop-img{
	width: 1000px;
	height: 450px;
	transform: rotate(-10deg);
	margin-left: -100px;
	
	
}
.newcoupon-3-pop-img img{
	width: 100%;
	margin-top: 45px;
	height: 100%;
}
.newcoupon-3-pop-head{
	position: absolute;
	top: 20%;
	left: 30%;
	transform: rotate(-15deg);
}
.newcoupon-3-pop-head h2{
	color: #fff;
	font-size: 82px;
	font-family: 'Play';
	font-weight: 600;
}
.newcoupon-3-pop-para{
	position: absolute;
	top: 35%;
	left: 30%;
	transform: rotate(-15deg);
}
.newcoupon-3-pop-para p{
	color: #fff;
	font-size: 52px;
	font-family: 'Play';
	font-weight: 600;
}
.newcoupon-3-pop-sale{
	position: absolute;
	top: 51%;
	left: 34%;
	transform: rotate(-15deg);
}
.newcoupon-3-pop-sale span{
	color: #fff;
	padding: 4px 15px;
	font-size: 18px;
	font-family: 'Play';
	font-weight: 600;
	background-color: #FF0000;
	border-radius: 20px;
}
.newcoupon-3-pop-btn{
	position: absolute;
	bottom: 170px;
	left: 54%;
	transform: rotate(-15deg);
}
.newcoupon-3-pop-btn button{
	background-color: #fff;
	color: #FF0000;
	padding: 6px 20px;
	font-size: 18px;
	outline: none;
	border: none;
	font-family: 'Play';
	font-weight: 600;
	border-radius: 30px;

}

@media only screen and (max-width: 750px) {
	.newcoupon-3-pop-para{
		left: 34%;
	}
	.newcoupon-3-pop-sec-page{
		width: 500px;
		height: 475px;
	}
	.newcoupon-3-pop-img{
		width: 689px;
    	height: 376px;
	}
	.newcoupon-3-pop-head h2{
		font-size: 62px;
	}
	.newcoupon-3-pop-para p{
		font-size: 38px;
	}
	.newcoupon-3-pop-sale{
		top: 52%;
		left: 30%;
	}
	.newcoupon-3-pop-btn {
		bottom: 117px;
	}
}

@media only screen and (max-width: 535px) {
	.newcoupon-3-pop-head{
		left:20%;
	}
	.newcoupon-3-pop-para {
		left: 26%;
	}
	.newcoupon-3-pop-sec-page{
		width: 274px;
		height: 357px;
	}
	.newcoupon-3-pop-img{
		width: 429px;
    	height: 260px;
	}
	.newcoupon-3-pop-head h2{
		font-size: 40px;
	}
	.newcoupon-3-pop-para p{
		font-size: 22px;
	}
	.newcoupon-3-pop-sale{
		left: 8%;
	}
	.newcoupon-3-pop-sale span{
		font-size: 14px;
	}

	.newcoupon-3-pop-btn {
		bottom: 73px;
		left: 28%;
	}
	.newcoupon-3-pop-btn button{
		font-size: 16px;
	}
}

/*--------coupon-1*/
	.popup-bg-1 {
	display: block;
	justify-content: center;
	
}
    #triangle-pop {
    	display: none;
      width: 0;
    height: 0;
    border-top: 126px solid #232323;
    border-right: 99px solid transparent;
    position: absolute;
    top: 397px;
    left: 412px; 
  }
.popup-page {
	

	position: relative;
}
.popup-page img {
	height: 100%;
	width: 100%;
	max-width: 570px;
}
.popup-page p {
	 position: absolute;
    top: 146px;
    left: 230px;
    font-weight: 600;
    font-size: 28px;
    transform: rotate(
-5.5deg
);
    background-color: #fff;
    padding: 5px 20px;
    z-index: 1;
    border-radius: 10px;
}
.popup-page h5 {
	color: #FFEB01;
    position: absolute;
    top: 184px;
    left: 207px;
    font-weight: 600;
    font-size: 92px;
    background-color: #232323;
    transform: rotate(
-5.5deg
);
    border-radius: 12px;
    padding: 5px 30px;
}
.popup-page h6 {
	background-color: #232323;
    color: #FFEB01;
    position: absolute;
    top: 304px;
    left: 290px;
    font-weight: 600;
    font-size: 82px;
    transform: rotate(
-5.5deg
);
    border-radius: 12px;
    padding: 4px 30px;
    box-shadow: 0px -26px 9px -15px rgba(0,0,0,1);
    z-index:1;
}
.popup-page a {
	background-color: #FE3D00;
    color: #FFF;
    position: absolute;
    top: 411px;
    left: 373px;
    font-weight: 600;
    font-size: 22px;
    transform: rotate(
-5.5deg
);
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 8px;
    z-index: 1;
}
.popup-page a:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 917px) {

	.popup-page img {
		
		width: 100%;
	}
	#triangle-pop{
		    top: 402px;
    left: 445px;
	}
	.popup-page p {
		left: 246px;
    	top: 151px;
	    
	    transform: rotate(-6.5deg);	
	}
	.popup-page h5 {
		left: 228px;
    	top: 190px;
	    transform: rotate(-6.3deg);
	} 
	.popup-page h6 {
	    left: 302px;
    	top: 312px;
	    transform: rotate(-6.7deg);
	}
	.popup-page a {
		top: 418px;
    	left: 398px;
	    transform: rotate(-6.5deg);
	}
}
@media screen and (max-width: 700px) {
	.popup-bg-1{
		height: auto;
	}
	.popup-page {
	   
	    display: flex;
	    align-items: center;
	}
	.popup-page img {
		height: 100%;
		width: 100%;
	}
	#triangle-pop {
	    top: 372px;
	    left: 331px;
	}
	.popup-page p {
	    top: 184px;
	    left: 215px;
	    font-size: 22px;
	    transform: rotate(-6.5deg);
	}
	.popup-page h5 {
	    left: 188px;
	    top: 215px;
	    font-size: 68px;
	    transform: rotate(-6.5deg);
	} 
	.popup-page h6 {
	    top: 309px;
	    left: 230px;
	    font-size: 62px;
	    transform: rotate(-6.7deg);
   	} 
	.popup-page a {
	    left: 302px;
	    top: 392px;
	    font-size: 20px;
	    transform: rotate(-6.5deg);
	}
}

@media screen and (max-width: 520px) {
	.popup-bg-1{
		height: auto;
	}
	.popup-page {
	   
	    display: flex;
	    align-items: center;
	}
	.popup-page img {
		height: 100%;
		width: 100%;
	}
	#triangle-pop {
	    top: 368px;
    	left: 243px;
	}

	.popup-page p {
	    top: 125px;
	    left: 138px;
	    font-size: 18px;
	    transform: rotate(-6.5deg);
	}
	.popup-page h5 {
	    left: 114px;
	    top: 160px;
	    font-size: 52px;
	    transform: rotate(-6.5deg);
	} 
	.popup-page h6 {
	    top: 225px;
	    left: 138px;
	    font-size: 45px;
	    transform: rotate(-6.7deg);
   	} 
	.popup-page a {
	    left: 199px;
	    top: 277px;
	    font-size: 16px;
	    transform: rotate(-6.5deg);
	}
}
@media screen and (max-width: 380px) {
	.popup-bg-1{
		height: auto;
	}
	.popup-page {
	   
	    display: flex;
	    align-items: center;
	}
	.popup-page img {  
		height: 100%;
		width: 100%;
	}
	#triangle-pop {
	    top: 337px;
	    left: 175px;
	    border-top: 90px solid #232323;
	}
	/*.popup-page p {
	    top: 232px;
	    left: 84px;
	    font-size: 15px;
	    transform: rotate(-6.5deg);
	}
	.popup-page h5 {
	    left: 78px;
	    top: 256px;
	    font-size: 32px;
	    transform: rotate(-6.5deg);
	} 
	.popup-page h6 {
	    top: 306px;
	    left: 96px;
	    font-size: 32px;
	    transform: rotate(-6.7deg);
   	} 
	.popup-page a {
	    top: 352px;
	    left: 133px;
    	font-size: 12px;
	    transform: rotate(-6.5deg);
	}*/
}

/*----------------coupon-2-----*/
.popup-bg-2 {
	display: block;
	justify-content: center;
	align-items: center;
	height: auto;
}
.popup-page-2 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.popup-page-2 img {
	height: 100%;
	width: 100%;
	position: relative;
}
.starimg{
	position: absolute !important;
    width: 90% !important;
    left: 5% !important;
}
.popup-inners-1 {    
    position: absolute;
    top: 90px;
    left: 230px;    
    transform: rotate(-10.5deg);
}	
.popup-inners-1 p {
	background-color: #fff;
    color: #f418b4;
    padding: 5px 25px;
    font-weight: 600;
    font-size: 20px;
    transform: skewX(-20deg);
    margin-bottom: 0px;  
}
.popup-inners-2 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 166px;	
	overflow: hidden;
	transform: rotate(-10.5deg);
	justify-content: center;
    display: flex;
}
.popup-inners-2 h5 {
	color: #fff;
	font-weight: 700;
	font-size: 70px;
	width: 50%;
	margin-top:60px;
	line-height:1;
}
.popup-inners-3 {
	position: absolute;
	top: 361px;
	left: 225px;
	transform: rotate(-10.5deg);
}
.popup-inners-3 h6 {
	/* background-color: #188EA1; */
	/* color: #fff;
	font-weight: 700;
	font-size: 25px;
	padding: 5px 30px;
	transform: skewX(-20deg);
	margin-bottom: 0px;   */
	color: #FDE100;
    font-weight: 700;
    font-size: 47px;
    width: 50%;
    /* position: absolute; */
    margin-top: 38px;
    margin-left: 152px;
    padding: 5px 30px;
}
.popup-inners-4 {
	position: absolute;
	top: 492px;
    left: 195px;
    /* transform: rotate(-8.5deg); */
    /* background-color: #FFAF00; */
	background-color:#000;
    padding: 2px 15px;
    /* border-radius: 20px; */
}
.popup-inners-4 a {
	/* color: #000; */
	color:#F418B4;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	transition-duration: 0.5s;
}
.popup-inners-4 a:hover {
	color: 	#404040;
	text-decoration: none;
}

	/*media query*/

@media screen and (max-width: 650px) {
	.popup-page-2 {
		width: 550px;
		height: 400px;
	}
	.popup-inners-1 {
	    top: 69px;
	    left: 170px;
	    transform: rotate(-10.5deg);
	}
	.popup-inners-1 p {
		padding: 3px 20px;
	}	
	.popup-inners-2 h5 {
		font-size: 50px;
		margin-top: 15px !important;
	}
	.popup-inners-2 {
		top: 131px;
	}	
	.popup-inners-3 {
		top: 292px;
		left: 158px;
	}
	.popup-inners-3 h6 {
    	padding: 3px 20px;
	}
	.popup-inners-4 {
		top: 331px;
        left: 145px;
	    padding: 2px 5px;
	}	
	.popup-inners-4 a {
		font-size: 18px;
	}		
}
@media screen and (max-width: 550px) {
	.popup-page-2 {
		width: 480px;
		height: 380px;
	}
	.popup-inners-1 {
	    top: 62px;
	    left: 146px;
	    transform: rotate(-11deg);
	}
	.popup-inners-2 h5 {
		font-size: 68px;
	}
	.popup-inners-2 {
		top: 130px;
	}	
	.popup-inners-3 {
		top: 278px;
		left: 138px;
	}
	.popup-inners-4 {
	    top: 321px;
	    left: 335px;
	    padding: 2px 4px;
	}	
	.popup-inners-4 a {
		font-size: 16px;
	}		
}
@media screen and (max-width: 480px) {
	.popup-page-2 {
		width: 380px;
		height: 320px;
	}
	.popup-inners-1 {
	    top: 54px;
	    left: 108px;
	}
	.popup-inners-1 p {
	    padding: 2px 12px;
	    font-size: 18px;
	}
	/* .popup-inners-2 h5 {
		font-size: 58px;
	} */
	.popup-inners-2 {
		top: 110px;
		    transform: rotate(-11.5deg);
	}	
	.popup-inners-3 {
		top: 237px;
		left: 103px;
		transform: rotate(-11.5deg);
	}
	.popup-inners-3 h6 {
	    font-size: 22px;
	    padding: 2px 8px;
	}
	.popup-inners-4 {
	    top: 272px;
	    left: 105px;
	    padding: 2px 4px;
	}	
	.popup-inners-4 a {
		font-size: 14px;
	}		
	.popup-inners-2 h5
	{
		margin-top: 19px;
		font-size:37px;
	}
	.popup-inners-3 h6 {
		font-size: 27px !important;
		width: 45% !important;
		margin-top: -12px !important;
		margin-left: 117px !important;
	}
}
@media screen and (max-width: 380px) {
	.popup-page-2 {
		width: 300px;
		height: 280px;
	}
	.popup-inners-1 {
	    top: 48px;
	    left: 82px;
	    transform: rotate(-12.5deg);
	}
	.popup-inners-1 p {
	    padding: 0px 8px;
	    font-size: 16px;
	}
	.popup-inners-2 h5 {
		font-size: 38px;
	}
	.popup-inners-2 {
		top: 45px;
	}	
	.popup-inners-3 {
		top: 202px;
		left: 78px;
		transform: rotate(-13deg);
	}
	.popup-inners-3 h6 {
	    font-size: 20px;
	    padding: 2px 6px;
		margin-top: -10px;
    	margin-left: 91px;
	}
	.popup-inners-4 {
	    top: 235px;
	    left: 88px;
	    padding: 0px 4px;
	    /* transform: rotate(-11deg); */
	}	
	.popup-inners-4 a {
		font-size: 12px;
	}		
	.popup-inners-2 h5
	{
		margin-top: 60px;
	}
	.popup-inners-3 h6 {
        font-size: 22px !important;
        width: 45% !important;
        margin-top: -13px !important;
        margin-left: 93px !important;
    }
}
.modal-content button{
	/*top: -1px!important;
    right: -101px!important;*/
}

.popup-page h6{
	z-index:1;
}

.modal-content{
	/*background-color:transparent!important;*/
	box-shadow: unset!important;
    border: unset!important;
}



@media only screen and (max-width: 380px){
	.coupon-3-pop-sec-page {
	    width: 260px;
	    height: 280px;
	}
	.coupon-3-pop-img img {
	margin-top:3px;
	}
	.coupon-3-pop-head{
		top:30%;
	}
	.coupon-3-pop-para{
	    top: 54%;
	    left: 34%;
	}
	.coupon-3-pop-btn{
		bottom: 11px;
	    left: 50%;

	}
	.coupon-3-pop-sale {
	    top: 75%;
	}
}

.bn3-page{
    width: 500px;
    height: 475px;
}

div#coupon_active_modal1 {
    padding-top: 0px!important;
    padding-right: 0px!important;
}
.modal{

	background-color: unset!important; 
 background-color: unset!important;
}
div#coupon_active_modal {
    padding-top: 0px!important;
    padding-right: 0px!important;
}

.bn3-flex-1{
	background-color: unset!important;
	height:100vh!important;
}
/*@media screen and (max-width: 1000px){
	.bn3-page {
	    width: 500px!important;
	    height: 475px!important;
	}
}
@media screen and (max-width: 700px){
	.bn3-page {
	    width: 650px!important;
	    height: 495px!important;
	}
}*/
@media screen and (max-width: 505px){
	.bn3-page {
	    width: 300px;
	    height: 350px!important;
	}
}

@media screen and (max-width: 700px){
	.modal-content button{
	    /*top: 65px!important;
    	right: -76px!important;*/
	}
}
@media screen and (max-width: 520px){
	.modal-content button{
	    /*top: 112px!important;
    	right: 10px!important;*/
	}
}

