@charset "UTF-8";
/* CSS Document */
.shadow-wrapper {
  filter: drop-shadow(0 0 5px rgb(16, 175, 255, 1));
  display: inline-block; /* Keeps the container bound to the element's size */
  width: 100%;
}
.luckydraw-block{
background-color: white;
clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 25px, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0 calc(100% - 25px), 0 25px);
padding: 30px;
background-image: linear-gradient(0deg, rgb(16, 175, 255, 0.1),  #fff 20% 80%, rgb(16, 175, 255, 0.1));
}
.luckdraw-color{
color: #ff0086;
}
.applynow-container{
width: 100%;
max-width: 500px;
margin-left: auto;
margin-right: auto;
text-align: center;
overflow: hidden;
}
.applynow-inner{
display: inline-block;
font-weight: bold;
color: #ff0086;
position: relative;
}
.applynow-inner::before{
content: "";
width: 150px;
height: 100%;
background-image: linear-gradient(#ff0086, #ff0086);
background-position: center;
background-size: 100% 1px;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: -160px;
}
.applynow-inner::after{
content: "";
width: 150px;
height: 100%;
background-image: linear-gradient(#ff0086, #ff0086);
background-position: center;
background-size: 100% 1px;
background-repeat: no-repeat;
position: absolute;
top: 0;
right: -160px;
}
.applycard-row{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
a.applycard-col{
width: 100%;
max-width: 280px;
display: flex;
justify-content: center;
align-content: center;
flex-flow: column;
border: 1px solid #0066b3;
background-color: white;
text-align: center;
padding: 20px 20px 30px;
border-radius: 20px;
background-image: url("../images/blue-arrow-down.svg");
background-repeat: no-repeat;
background-position: center bottom 10px;
background-size: 15px auto;
color: #333;
}
a.applycard-col:hover{
background-color: rgb(0, 102, 179, 0.1);
}
.applycard-bar-container{
position: relative;
width: 100%;
max-width: 640px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.applycard-bar-row{
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.applycard-bar-col{
background-color: #0066b3;
flex: 1;
padding: 10px 40px 10px 90px;
color: white;
background-image: linear-gradient(10deg, #0066b3, rgb(16, 175, 255, 1));
text-align: center;
margin-left: -80px;
position: relative;
clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
}
.applycard-bar-img{
position: relative;
z-index: 3;
width: 126px;
text-align: center;
filter: drop-shadow(4px 3px 2px rgb(0, 0, 0, 0.35));
}
.applycard-arrow{
position: absolute;
top: 0;
right: 15px;
width: 8px;
height: 100%;
background-image: url("../images/white-arrow.svg");
background-position: center;
background-repeat: no-repeat;
background-size: 8px auto;
}
.light {
				position: absolute;
				left: 0;
				bottom: 0;
				display: block;
				width: 100px;
				height: 100%;
				background: linear-gradient(to right, transparent, white, transparent);
				transform: skewX(-15deg);
				animation: slide-in-light 4s ease infinite;
				opacity: 0.6;
				z-index: 5;
			}
			@keyframes slide-in-light {
				0% {left: -20%; opacity: 0;}
				5% {opacity: 1;}
				40% {left: 95%; opacity: 0;}
				100% {left: 100%; opacity: 0;}
			}
.regnow-container{
background-image: linear-gradient(to right, #ff0086, #ff0086);
background-size: 100% 1px;
background-position: center;
background-repeat: no-repeat;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.regnow-inner{
display: inline-block;
padding: 5px 25px;
background: #ff0086;
font-weight: bold;
color: white;
border-radius: 99px;
}
.reg-title{
display: inline-block;
padding: 5px 50px;
background-image: linear-gradient(to top, #065fab, #3ae1ff);
color: white;
font-weight: bold;
border-radius: 99px;
}
.reg-block{
background-color: white;
background: linear-gradient(to right, white, white) padding-box,
              linear-gradient(30deg, #0050ba, #3ae1ff, #0050ba) border-box;
  border-radius: 15px;
  border: 2px solid transparent;
  padding: 35px 20px 15px;
  margin-top: -22px;
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
gap: 15px 20px;
}
.reg-col{
text-align: center;
flex-shrink: 0;
}
.reg-col2{
max-width: 280px;
text-align: center;
}
.animate-arrow{
position:relative;
}

@media (max-width: 768px){
.reg-block{
flex-flow: column;
}
.reg-col, .reg-col2{
max-width: 100%;
}
.animate-arrow{
transform: rotate(90deg);
}
}

.reg-img{
border: 1px solid #ccc;
}

.redemption-row{
display: flex;
flex-flow: column;
gap: 20px 20px;
justify-content: center;
text-align: center;
}
.redemtion-title{
padding: 5px 40px;
background-color: #0066b3;
color: white;
border-radius: 15px 15px 0 0;
display: inline-block;
}
.redemtion-tablx{
border-collapse: collapse;
margin-top: 3px;
border: 1px solid #0066b3;
}
.redemtion-tablx td{
padding: 10px 15px;
text-align: center;
vertical-align: middle;
border: 1px solid #0066b3;
background-color: white;
}
.redemtion-tablx .head{
background-color: #00b7ff;
color: white;
}
.redemtion-step-col{
width: calc(30% - 10px);
}
.redemtion-block{
border: 1px solid #0066b3;
padding: 15px 25px;
display: flex;
flex-wrap: nowrap;
justify-content: center;
gap: 20px;
margin-top: 3px;
background-color: white;
}
@media (max-width: 768px){
.redemtion-block{
flex-flow: column;
padding: 25px 20px 10px;
}
.redemtion-step-col{
width: 100%;
}
}
.luckdraw-bk{
background-color: rgb(0, 183, 255, 0.1);
padding: 30px 35px;
margin: -30px -35px;
}
