#couponModal {
	/* overflow-y: scroll; */
	pointer-events: auto;
  }

.coupon-code-container{
	/* height: auto; */
	display: flex;
	z-index: 9;
	/* border-radius: 10px; */
	pointer-events: auto;
  }
  
  
  .coupon-code-container .coupon-code-contents {
	/* overflow: hidden; */
	padding: 10px;
	border-radius: 10px;
	z-index: 9;
  }
  
  .coupon-code-container .coupon-code-contents,
  .coupon-code-container .coupon-code-contents * {
	box-sizing: border-box;
	/* padding: 10px; */
	margin: 0;
  }

  .coupon-code-container .coupon-code-contents p{
	padding: 10px;
	text-align: justify;
  }

  
  .coupon-code-container input,
  .coupon-code-container select,
  .coupon-code-container textarea,
  .coupon-code-container button {
	outline: 0;
	align-self: center;
  }
  
  .coupon-code-container .coupon-code-contents {
	position: relative;
	max-width: 500px;
	width: 100%;
	/* max-height: 700px; */
	height: 100%;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(95, 90, 92, 0.4);
	margin: auto;
	padding: 20px;
  }
  
  .coupon-code-container .gift-icon {
	position: relative;
	margin: 4rem auto 0 auto;
	z-index: 999;
	overflow: hidden;
	text-align: center;
  }
  
  .coupon-code-container .surprise-gift {
	display: block;
	position: relative;
	height: 24px;
	margin: 8px 0 0 0;
	color: #6d6d6d;
	font-family: Rubik;
	font-size: 20px;
	font-weight: 400;
	line-height: 23.7px;
	text-align: center;
	/* white-space: nowrap; */
	z-index: 999;
  }
  .coupon-code-container .offer-text {
	display: block;
    position: relative;
    height: 80px;
    margin: 20px 0 0 0;
    color: #fcb700;
    font-family: Rubik;
    font-size: 62px;
    font-weight: 500;
    line-height: 80px;
    text-align: center;
    white-space: nowrap;
  }
  .coupon-code-container .entire-purchase {
	display: block;
	position: relative;
	height: 28px;
	margin: 4px 0 0 0;
	color: #6d6d6d;
	font-family: Rubik;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
  }
  .coupon-code-container .rectangle {
	position: relative;
	width: 250px;
	height: 110px;
	margin: 20px auto 0 auto;
	font-size: 0px;
	border: 1px dashed #222222;
	overflow: visible auto;
	animation: zoomIn 0.6s forwards;
  }
  
  .coupon-code-container .coupon-code-title {
	display: block;
	position: relative;
	height: 24px;
	margin: 22px 0 0 0;
	color: #6d6d6d;
	font-family: Rubik;
	font-size: 20px;
	font-weight: 400;
	line-height: 23.7px;
	text-align: center;
	white-space: nowrap;
  }
  .coupon-code-container .coupon-code {
	display: block;
	position: relative;
	height: 28px;
	margin: 15px 0 0 0;
	color: #222222;
	font-family: Rubik;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
  }
  .coupon-code-container .common-button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 10px;
	position: relative;
	
	margin: 82px auto 3rem auto;
	padding: 1rem 7rem ;
	cursor: pointer;
	background: #fcb700;
	border: none;
	border-radius: 58px;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
  }
  .coupon-code-container .redeem-coupon {
	flex-shrink: 0;
	flex-basis: auto;
	position: relative;
	height: 24px;
	color: #ffffff;
	font-family: Rubik;
	font-size: 20px;
	font-weight: 500;
	line-height: 23.7px;
	text-align: left;
	white-space: nowrap;
  }
  .coupon-code-container .confetti {
	position: absolute;
	width: 590px;
	height: 318px;
	top: -116px;
	left: -54px;
	background: url(../images/coupon/confetti.png) no-repeat center;
	background-size: cover;
	z-index: 5;
  }
  .modal-content {
	border: none;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(95, 90, 92, 0.4);
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	overflow-y: scroll;
  }
  
  .modal-dialog-centered {
	max-width: 500px;
  }

  .coupon-code-container .coupon-code-contents form {
    align-self: center;
    text-align: center; /* Center the text inside the form */
}

.coupon-code-container .coupon-code-contents .field-set {
    display: inline-block; /* Change to inline-block to center fields */
    margin: 10px; /* Add margin to space out the fields */
}

.coupon-code-container .common-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
    margin: 20px auto; /* Center the button */
    padding: 1rem 3rem;
    cursor: pointer;
    background: #fcb700;
    border: none;
    border-radius: 58px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}

.coupon-button {
    background: #fcb700; /* Ensure the coupon button matches the submit button */
    color: #ffffff; /* Set text color to white */
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.7px;
    text-align: center;
    white-space: nowrap;
	pointer-events: auto; /* Add this property */
	z-index: 12px;

}
  
  @media(max-width:567px){
	.coupon-code-container .common-button {
	 
	  padding: 1rem 5rem ;
	  
	}
  }

  .spots-left{
	color: #ffd966 !important;
	font-size: 48px;
  }
  .total-spots{
	color: #ffd966 !important;
	font-size: 28px;
  }
  #couponModal {
	background-color: transparent;
  }

  .offer-text {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 10vw;
    font-weight: 900;
	line-height: 70;
    text-decoration: none;
    color: white;
    display: inline-block;
    background-size: 120% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-image: linear-gradient(45deg, #7d7b7d, #fcb700, #ffffff, #44474e);
     animation: .8s shake infinite alternate;
 }
@keyframes shake {
    0% { transform: skewX(-10deg); }
    5% { transform: skewX(10deg); }
    10% { transform: skewX(-10deg); }
    15% { transform: skewX(10deg); }
    20% { transform: skewX(0deg); }
    100% { transform: skewX(0deg); }
 }


  
  #couponModal .modal-content {
	pointer-events: auto;
	overflow-y: auto;

  }

  .language-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
  }

  .language-toggle a{
	color: #515251;
	font-weight: bold;
  }
  
  /* .lang-btn {
	background-color: #515251;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 16px;
	cursor: pointer;
  }
  
  .lang-btn:hover {
	background-color: #ffc107;
  }
  
  .lang-btn[data-lang="en"] {
	margin-right: 10px;
  } */
  .lang-btn {
	background-color: #ffc107;
	border: 1px solid #ffc107;
	/* color: #fff; */
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 16px;
	cursor: pointer;
	color: #fff !important;
	text-decoration: none;
	
  }
  
  .lang-btn:hover {
	background-color: transparent;
	/* border-color: #ffc107; */
	color: #515251 !important;
  }
  .lang-btn img{
	padding: 2px;
  }
  .lang-btn[data-lang="en"] {
	margin-right: 10px;
	border-color: #337ab7; /* Add a blue border for English button */
	background-color: #337ab7; /* Add a blue background for English button */
  }
  
  .lang-btn[data-lang="ar"] {
	border-color: #8b0a1a; /* Add a red border for Arabic button */
	background-color: #8b0a1a; /* Add a red background for Arabic button */
  }
  .flag-icon {
	width: 20px;
	height: 15px;
	margin-right: 5px;
  }
  #copy-message{
	text-align: center;
	color: goldenrod;
  }
  .couponparagraph{
	animation: zoomIn 0.6s forwards;
  }
.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
	background-color: transparent;
}
.social-icons a {
    /* width: 2rem;
    height: 2rem; */
    margin: 0 0.6rem !important;
	display: inline;
	/* color: #fcb700; */
	/* color: transparent; */
}
.social-icons a i{
	color: #515251;
	font-size: 22px;
}
  @keyframes zoomIn {
	0% {
	  transform: scale(0.5);
	}
	100% {
	  transform: scale(1);
	}
  }
  
  .adjst{
    font-weight: bolder;
    color: orange;
  }