@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppinsbold';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff'),
        url('fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gochi Hand';
    src: url('fonts/GochiHand-Regular.eot');
    src: url('fonts/GochiHand-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GochiHand-Regular.woff2') format('woff2'),
        url('fonts/GochiHand-Regular.woff') format('woff'),
        url('fonts/GochiHand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chalkduster';
    src: url('fonts/Chalkduster.eot');
    src: url('fonts/Chalkduster.eot?#iefix') format('embedded-opentype'),
        url('fonts/Chalkduster.woff2') format('woff2'),
        url('fonts/Chalkduster.woff') format('woff'),
        url('fonts/Chalkduster.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





body { margin: 0; padding: 0; font-family: 'Poppins'; }
option {
    font-weight: normal;
    white-space: nowrap;
   background-color: #fcc545;
    padding: 0px;
}

*,*:after ,*:before { box-sizing:border-box; }
.btn-join{cursor:pointer;}
.main-page{ width: 100%; height: auto; position: relative; margin: 0 auto}

.banner-holder{width: 100%;/* background: url("images/bg.jpg") no-repeat bottom left/cover; *//* padding: 20px 20px 0 20px; */position: relative;overflow: hidden;display: flex;justify-content: space-between;}
.logo{float: left;margin: 0 0 0 0%;padding: 0;width: 250px;height: auto;position: absolute;top: 20px;left: 20px;z-index: 9} 


.logo svg{ width: 100%; height: auto;}
.banner-txt{float: left;width: 400px;display: block;clear: both;color: #fff;line-height: 1.2;margin-left: 5%;/* font-size: 24px; *//* margin-top: 4%; */}
.banner-txt p {font-size: 24px;margin: 0;padding: 0;line-height: 1.4;}
.banner-txt span { color: #ffba4f}
.banner-txt p:nth-child(2) {     font-family: 'Poppinsbold';} 
.banner-img{width: 100%;height: auto;position: relative;bottom:0;left: 0;/* transform: translate( -50%); */float: left;/* margin-left: 120px; */display: flex;align-items: end;}
.banner-img2{width: 100%;height: auto;position: relative;bottom:0;left: 0;/* transform: translate( -50%); */float: left;/* margin-left: 120px; */display: flex;align-items: end;}
.banner-img-M{width: 100%;height: auto;position: relative;bottom:0;left: 0;/* transform: translate( -50%); */float: left;/* margin-left: 120px; */display: flex;align-items: end; display: none}
.slideshow-container {  max-width: 1000px; position: relative; margin: auto;
}
.banner-img-M p {padding: 0;margin: 0;width: 100%;}
.Sign-up {font-size: 30px;font-family: 'Gochi Hand';/* width: 60%; */margin: 0 auto;color: #fff;line-height: 1.2;/* border-top: 1px dashed; *//* border-bottom: 1px dashed; */padding: 10px;background: linear-gradient(to right, #5B2D90 0%, #B02154 50%, #e4671f 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-align: center;}
.active {
  background-color: #717171;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.banner-img img{width: 100%;height: auto;display: block;/* position: absolute; */bottom: 0;}
.form-holder{/* float: right; */padding: 10px 30px;background: #fcc545;color: #000;border-radius: 30px;/* margin-right: 5%; */max-width: 350px;font-size: 18px;margin-top: 10;position: absolute;right: 4%;top: 5%;/* margin-top: 100px; */font-family: 'Poppins';/* margin-bottom: 100px; */}
.form-holder p{margin: 2px auto;padding: 0;}
.form-holder input{margin:0 auto;padding: 3px 10px 0 5px;border-bottom: solid #000;width: 100%;background:transparent;outline: 0;border-width: 0 0 1px 0;color: #000;font-size: 14px;font-family: 'Poppins';}
.form-holder select{margin:0 auto;padding: 5px 0;/* border-bottom: 1px solid #000; */width: 100%;background:transparent;outline: 0;border-width: 0 0 0px 0;color: #000;font-size: 14px;font-family: 'Poppins';}
.form-holder .btn{cursor:pointer;background: #6d3e06;padding: 5px;color: #fff;font-family: 'Poppinsbold';width: 170px;font-size: 18px;display: table-caption;border-radius: 10px;text-align: center;}
.form-holder .tnc{font-size: 10px;margin: 5px 0;display: inline-block;/* text-align: center; */}
.balloon {position: absolute;right: 0;top: -18%;width: 80px;height: auto}
.balloon img{  width: 100%; height: auto; }
.txt-brk{ display: block}

.chooseBTN{ border: 0!important}
.upload-dis{ font-size: 10px !important; padding: 0; margin: 0;}
.inputB{ border: 0 !important; padding: 10px 0;}
.uploadE { margin-top: 10px !important; font-family: 'Poppins';  font-size: 15px}
.form-holder input[type="file"]::file-selector-button {
  padding: 10px;
	border-radius: 10px;
  background-color: #6d3e06;
  transition: 1s;
	border: 0;
	color: #fff;
	 font-family: 'Poppins';
}

.form-holder input[type="file"]::file-selector-button:hover {
  background-color: #6d3e06;
}

.select_box{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #000;
  position: relative;
  padding: 10px 0;
}
.select_box:after{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: 40%;
  right: 2px;
  content: "";
  z-index: 99;
 }
.select_box select{
  width: 100%;
  position: relative;
  z-index: 99;
  background: none;
}

.sepre-div{ width: 100%; margin: 0; height: auto;}
.sepre-div img { width: 100%; height: auto}

.section2-bg{
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("images/second-bg-T.png"), url("images/second-bg-B.png");
  background-color: #ffcd59;
  background-position: center -20px, center bottom;
  background-repeat: no-repeat;
  background-size: 100%, 100%, auto;
  padding: 130px 16%;
  /* text-align: right; */
  font-size: 30px;
  }
.formError .formErrorContent {
    left: -80px !important;width:140px;
    /*top: 10px;
    width: 150px;*/
}



.sec2-auto{ width: 90%; margin: 20px auto; position: relative; }
.sec2-auto-img{ width: 100% ;height: auto; margin: 0; padding: 0}
.sec2-auto-img img{ width: 100% ;height: auto; display: block}
.sec2-auto-inn {/* border: 1px solid #fff; */padding: 20px;border-radius: 30px;margin: 0;display: flex;flex-wrap: wrap;align-items: center;text-align:center;justify-content: center;position: relative;overflow: hidden;}
.sec2-auto-inn div{text-align: center;width: 30%;margin: 10px;position: relative;padding: 0 20px;}
.sec2-auto-inn div p{ width: 80%;  font-family: 'Poppins-SemiBold'; color: #000; font-size: 16px; text-transform: uppercase }
.sec2-auto-inn div p img{ width: 100%; height: auto;}
.sec2-auto-inn div::after {content: "";position: absolute;border-right: 1px dashed #ffcd59;height: 50vh;right: 0;top: 10%;}
.sec2-auto-inn div:nth-child(3)::after {border-right: 0px dashed #ffcd59;height: 50vh;right: 0;top: 10%;}

.big-win-txt{width: 100%;height: auto;padding: 10px 0;position: relative;background: url("images/Sec-3heading-txt.png") no-repeat center;background-size: 600px;}
.big-win-txt h2{padding: 0 20px;height: auto;font-family: 'Poppinsbold';font-size: 30px;color: #ffcd59 !important;/* background: #ff981a; */z-index: 1;position: relative;display: inline-block;margin: 0;}


.sec2-win{ width: 90%; margin: 20px auto; position: relative; }
.sec2-win-txt{width: 100%;height: auto;padding: 0px 0;position: relative}
.sec2-win-txt h3{padding: 0 20px;height: auto;font-family: 'Poppinsbold';font-size: 30px;color: #ffcd59 !important;/* background: #ff981a; */z-index: 1;position: relative;display: inline-block;margin: 0;}
.sec2-win-txt h3::before {content: '';left: -40%;position: absolute;height: 1px;background: transparent;width: 100%;top: 49%;z-index: 0;border-bottom: 2px dashed #fff;width: 40%;}
.sec2-win-txt h3::after {content: '';right: -40%;position: absolute;height: 1px;background: transparent;width: 100%;top: 49%;z-index: 0;border-bottom: 2px dashed #fff;width: 40%;}

.sec2-win-inn {padding: 20px;margin: 0;display: flex;flex-wrap: wrap;align-items:flex-start;text-align:center;justify-content: center;color: #000;}
.sec2-win-inn div{ text-align: center; width: 42%; margin: 0px; padding: 10px}
.sec2-win-inn div:nth-child(1){border-right: 2px dashed #ffcd59;}
.sec2-win-inn div p{ color: #FFD059; font-family: 'Poppins';}
.sec2-auto-inn div p{width: 100%;font-family: 'Poppins-SemiBold';color: #ffcd59;font-size: 26px;text-transform: uppercase}
.sec2-win-inn div p img{ width: 80%; height: auto;}
.grand-prize-new-D{ display: block}
.grand-prize-new-M{ display: none}

.sec2-prize-inn {padding: 20px;margin: 0;display: flex;flex-wrap: wrap;align-items:center;text-align:center;justify-content: space-between;color: #000;}
.sec2-prize-inn div{ text-align: center; width: 48%; margin: 0px; padding: 10px}
.sec2-prize-inn img{ width: 100%; height: auto}
.sec2-prize-inn div:nth-child(2){font-size: 2.8vw;color: #FFD059;text-align: left;}
.sec2-prize-inn div:nth-child(2) span{ display: block; }

.section2-bg span{  font-family: 'Poppinsbold'; }
.section2-bg h1{font-size: 30px; font-family: 'Poppins'; width: 90%; margin: 5px auto 0px auto; color: #260000;line-height: 1.2;padding: 10px;  font-weight: normal; }
.section2-bg h2{font-size: 30px; font-family: 'Poppins-SemiBold';  width: 60%;  margin: 2px auto 0px auto;  color: #260000; line-height: 1.2; padding: 10px; text-align: center; }

.section2-txt01{font-family: 'Poppins';display: flex;/* width: 70%; */margin: 0 auto;font-size: 19px;color: #000;align-items: center;flex-wrap: wrap;text-align: center;}
.section2-txt01 span{  font-family: 'Poppins-SemiBold'; color: #c03224;}

.section2-txt01 div img{ width: 100%; height: auto}
.main-cont{max-width: 1000px;width: 100%;margin: 20px auto;position: relative;display: flex;align-items: center;justify-content: center;height: auto;}
.video-frame{ position: absolute; left: 0; right: 0; z-index: 9; }
.video-frame-con{width: 83%;height: auto;/* display: flex; *//* border-radius: 30px; */}
.video-frame img{ width: 100%; height: auto}
.iframecontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
	  
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  /*border-radius: 30px;*/
  }



.section3{
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(images/sec-3bgT.png);
  background-color: #260000;
  background-position: center bottom, center bottom;
  background-repeat: no-repeat;
  background-size: 100%, 100%, auto;
  text-align: center;
  color: #000;
  padding: 40px;
  }


.section3 h1{font-size: 70px;font-family: 'Gochi Hand';/* width: 60%; */margin: 0 auto;color: #fff;line-height: 1.2;/* border-top: 1px dashed; *//* border-bottom: 1px dashed; */padding: 10px;background: linear-gradient(to right, #5B2D90 0%, #B02154 50%, #e4671f 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.section3 .img1{ width: 200px; height: auto; margin: 0 auto}
.section3 .img1 img{ width: 100%; height: auto}
.section3 .txt{width: 80%;height: auto;margin: 0 auto;font-size: 20px;}
.section3 p{color: #fff;font-size: 22px;font-family: 'Poppins-SemiBold';}

.section3 .img2{ width: 90%; height: auto; margin: 30px auto}
.section3 .img2 img{ width: 100%; height: auto}
.btn-sec-3{color: #fcc545;margin: 10px 10% 10px 0;padding: 10px 20px;font-family: 'Poppinsbold';/* width: 310px; */font-size: 28px;border-radius: 20px;text-align: center;text-transform: uppercase;/* float: right; */margin: 0 auto;display: table; background: rgb(61,48,145);
background: linear-gradient(90deg, rgba(61,48,145,1) 0%, rgba(176,33,85,1) 52%, rgba(243,137,30,1) 100%);}

.section5{
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(images/sec-5bgT.png);
  background-color: #ffcd59;
  background-position: center 100%, center bottom;
  background-repeat: no-repeat;
  background-size: 100%, 100%, 100%;
  text-align: center;
  color: #fff;
  padding: 40px;
  }
.section5-bot{ width: 100%; height: auto; background:#ffcd59; }
.section5-bot img{ width: 100%; height: auto; display: block }


.section5 .head{ font-size:60px;font-family: 'Poppins-SemiBold';border-top: 2px dashed #fff;border-bottom: 2px dashed #fff; display: table;margin: 0 auto;text-align: center; padding:20px 0;  position: relative; }
.section5 h1{font-size: 50px;font-family: 'Poppins-SemiBold';width: 100%;margin: 0 auto;color: #000;line-height: 1.2;/* border-top: 1px dashed; */border-bottom: 1px dashed;padding: 10px;}
.section5 span{padding:0 10px; position: relative; width: 100%; display: block}

.section5 p{font-size: 20px;font-family: 'Poppins';display: table;margin: 20px auto;text-align: center;padding: 0;/* text-transform: uppercase; */color: #000;width: 80%;}
.destSlider {position:relative;margin: 20px auto;}
.destSlider h1 {font-family: 'Poppins-SemiBold';font-size: 30px;color: #000000;margin: 0px auto;padding: 0;text-align:-webkit-center;/* background: #B18338; *//* background: linear-gradient(to right, #B18338 30%, #F6E57F 44%, #C7A23C 78%); *//* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; */border: 0;width: 100%;line-height: 1;}
.destSlider p {width:100%;font-size: 20px;color: #000;margin: 0;padding: 0;font-family: 'Poppins';line-height: 1.1;/* background: #B18338; *//* background: linear-gradient(to right, #B18338 30%, #F6E57F 44%, #C7A23C 78%); *//* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; *//* text-transform: inherit; */}

.destSlider h1 img{width: 120px !important;height: auto;text-align: center;display: inline-block;margin: 0 !important;}

.btn-mid{background: #260000;color: #ffcd59;margin: 10px 10% 10px 0;padding: 10px 20px;font-family: 'Poppinsbold';/* width: 310px; */font-size: 28px;border-radius: 20px;text-align: center;text-transform: uppercase;/* float: right; */margin: 0 auto;display: table;}

.btn-mid-3{background: #ffcd59;color: #260000;margin: 10px 10% 10px 0;padding: 10px 20px;font-family: 'Poppinsbold';/* width: 310px; */font-size: 28px;border-radius: 20px;text-align: center;text-transform: uppercase;/* float: right; */margin: 0 auto;display: table;}

.btn-bot{/* background: #be4022; */color: #f8c145;margin: 10px auto;padding: 10px;font-family: 'Poppinsbold';width: 270px;font-size: 28px;border-radius: 40px;background: #41221b;/* background: linear-gradient(93deg, rgba(164,112,42,1) 0%, rgba(234,211,113,1) 43%, rgba(245,227,125,1) 54%, rgba(210,177,89,1) 76%, rgba(166,114,43,1) 100%); */text-align: center;}
.btn-blue{background: #004c5e; color:#fff; margin: 10px auto; padding: 10px 20px;font-family: 'Poppinsbold'; display: table; font-size: 30px;  border-radius: 20px}

.container {
  display: block;
  position: relative;
  padding-left: 30px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #000;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #000;
  width: 20px;
  height: 20px;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #000;
  width: 20px;
  height: 20px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 1466px) { 
	.banner-img {width: 100%;/* left:48%; *//* margin-top: 20px; */}
	
	.logo{/* margin: 0 0 0 2%; */}
	.banner-txt{    margin: 0 0 0 2%;}

	.banner-txt p {font-size: 23px;line-height: 1.7;}
	.form-holder{margin-right: -3%;top: 2%;}
	.section2-bg { padding: 30px 10%}

}

@media only screen and (min-width: 1001px) and (max-width: 1200px)  { 
	
	.banner-img {
    /* width: 60%; */
    /* margin-top: 120px; */
    /* margin-left: 90px; */
    }
	.form-holder{width: 30%;margin-right: 0;right: 15px;/* top: 1%; */}
	.logo {margin-left: 1%;width: 180px;} 
	.banner-txt { margin-left: 1%;} 
	.banner-txt p {font-size: 20px;line-height: 1.5;}
	.section2-bg { font-size: 26px;}

}

@media only screen and (max-width: 1000px)  { 
	.logo { display:none;}
	.banner-img {
    width: 80%;
    margin-top: 160px;
    margin-left: 0px;
    
    }
	.form-holder{ width: 35%; margin-right: 0; right: 15px; font-size: 14px}
	.logo { margin-left: 1%;} 
	.banner-txt { margin-left: 1%;} 
	.banner-txt p {font-size: 20px;line-height: 1.5;}
	.section2-bg{ font-size: 22px;}
}

@media only screen and (max-width: 1200px) and (min-width: 851px) { .banner-img {height: 600px;}  .banner-img img { width: 140%} }
@media only screen and (max-width: 1000px) {
	
	.main-cont { margin: 20px auto}
.banner-holder {background:url("images/bg-m.jpg");background-size: 100% auto;flex-wrap: wrap;}
	.logo{ width: 300px; right: 0; left: inherit}
	.banner-txt{ width: 100%; margin: 0 auto;}
	.banner-txt p{ font-size: 16px; text-align: center;}
	.banner-img {display: none}
	.banner-img-M { display: flex; flex-wrap: wrap}
	.banner-img-M  img{display: block;width: 100%;}
	.balloon{display: none}
	.form-holder{width: 90%;margin: 10px auto;max-width: none;position: relative;max-width: 530px;left: unset;right: unset;}
	.form-holder{/* font-size: 13px; */}
	.form-holder input{padding: 5px;}
	.form-holder select{padding: 5px;}
	.section2-bg {}
	.section2-txt01 {flex-wrap: wrap;width: 100%;font-size: 16px;}
	.section2-bg h1 { font-size: 22px}
	.section3 h1 {font-size: 30px;}
	.section2-bg{
  background-image: url("images/second-bg-MT.png"), url("images/second-bg-MB.png");
  background-color: #af8e3e;
  background-position: center 30%, center bottom;
  }
	.btn-sec-3{ font-size: 20px; margin: 10px auto 40px auto}
		.section5 {padding: 20px 30px 0px 30px;line-height: 1.2}
	.section5{width: 100%;position: relative;overflow: hidden;   background-image: url(images/sec-5bgMT.png);
		background-position: center top, center bottom; background-repeat: no-repeat; }
	.section5 h1 {/* font-size: 30px; */width: 100%;margin-top: 10%;}
	.section5 span { }

	
	.slick-dotted.slick-slider { width: 80%;}
	.btn-bot{font-size: 30px;width: 300px;margin-bottom: 50px;}
	.btn-blue{font-size: 20px; width: 300px;}
	
	.btn-mid {width: 290px;font-size: 22px;float: none;margin: 40px auto;}
	.btn-mid-3 {width: 290px;font-size: 22px;float: none;margin: 40px auto;}
	
	.destSlider { width: 80%;}
	.section3{
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(images/sec-3bgMT.png);
  background-color: #260000;
  background-position: center bottom, center bottom;
  background-repeat: no-repeat;
  background-size: 100%, 100%, auto;
  text-align: center;
  color: #000;
  padding: 40px 20px;
  }
	.big-win-txt {background-size: 80% }
	.big-win-txt h2 { font-size: 3vw}

	.section3 .txt {width: 100%;font-size: 16px;}
	.section3 .img2 {width: 100%;}
	
	
	iframe { border-radius: 15px}
	.sec2-win-txt h3::before { left:-90%;}
	.sec2-win-txt h3::after { right:-90%;}
}
@media only screen and (max-width: 768px) {
.form-holder .btn1 {width: 125px !important;}
	.sec2-auto { width: 100%;}
	.sec2-auto-inn div {width: 44%;/* align-items: center; */padding: 0 10px;}
	sec2-auto-inn div { position: relative}
	.sec2-auto-inn div:nth-child(2)::after {border-right: 0px dashed #ffcd59;}
	.sec2-auto-inn div:nth-child(3)::before {content: '';position: absolute;height: 1px;background: transparent;left: -80%;border-right: 0px dashed #ffcd59;border-bottom:1px dashed #ffcd59;height: 1px;top: 33%;width: 100px;}
	.sec2-auto-inn div:nth-child(3)::after {position: absolute;border-right: 0px dashed #ffcd59;width: 100px;border-bottom:1px dashed #ffcd59;background: transparent;right: -80%;height: 1px;top: 33%;}
		.big-win-txt h2 {font-size: 3.5vw;padding-top: 0px;}
	.section3 p {font-size: 18px}
	.sec2-win-inn div { width: 100%;}
	.sec2-prize-inn div:nth-child(1) { width: 60%;}
	.sec2-prize-inn div:nth-child(2) { font-size: 18px; text-align: left; width: 40%;}
	.sec2-prize-inn div:nth-child(2) span { display: inline-block; text-align: center}
	.sec2-win-inn div:nth-child(1) {display: flex;  flex-direction: row-reverse;  align-items: center;
    text-align: left; }
	.sec2-win-inn div:nth-child(1) p { width: 50% }
	.sec2-win-inn div:nth-child(2) {display: flex;  align-items: center;
    text-align: left;   }
	.sec2-win-inn div:nth-child(2) p {width: 50%;margin: 0 10px;}
	.big-win-txt {background-size: 90%;background-position: bottom;}
	.sec2-win-inn div:nth-child(1) {border-right: 0px dashed #ffcd59; border-bottom: 2px dashed #ffcd59;}
		.sec2-win-inn div p img { width: 100%; height: auto}

}
@media only screen and (max-width: 480px) {
	
	.banner-holder {background:url("images/bg-m.jpg");background-size: 100% auto;flex-wrap: wrap;}
	.logo{width: 130px;top: 10px;}
	.banner-txt{ width: 100%; margin: 0 auto;}
	.banner-txt p{ font-size: 16px; text-align: center;}
	.banner-img { position: relative; width: 100%; margin-top: 70px;}
	.form-holder{ font-size: 13px}
	.form-holder p {font-size: 16px;}
	.txt-brk {display: inline-block}
	.form-holder input{padding: 5px;}
	.form-holder select{padding: 5px;}
	.section2-bg {font-size: 16px;padding: 10px;}
	.btn-mid {/* width: 220px; */font-size: 18px;margin: 10px auto 70px auto;}
	.btn-mid-3 {/* width: 220px; */font-size: 18px;margin: 10px auto 70px auto;}
		.section2-txt01 {width: 90%;font-size: 14px;}
	.section3 .txt {font-size: 14px;}
	.section2-bg h2{ width: 100%;}
		.section5 {padding: 20px 30px 0px 30px;line-height: 1.2}
	.section5 h1 {font-size: 22px;}
	.big-win-txt h2 {font-size: 3.5vw;padding-top: 0px;}
	.section3 p {font-size: 18px}
	.sec2-win-inn { padding: 0}
	.sec2-win-inn div { width: 100%;}
	.sec2-prize-inn div { width: 100%;}
	.sec2-prize-inn div:nth-child(1) {font-size: 18px;text-align: center;width: 100%;}
	.sec2-prize-inn div:nth-child(2) {font-size: 18px;text-align: center;width: 100%;}
	.sec2-prize-inn div:nth-child(2) span { display: inline-block; text-align: center}
	.sec2-win-inn div:nth-child(1) {display: flex;  flex-direction: row-reverse;  align-items: center;
    text-align: left; }
	.sec2-win-inn div:nth-child(1) p { width: 50%; font-size: 3vw; }
	.sec2-win-inn div:nth-child(2) {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    }
	.sec2-win-inn div:nth-child(2) p {width: 48%;font-size: 3vw;display: inline-block;margin: 0}
	.big-win-txt {background-size: 90%;background-position: bottom;}
	.sec2-win-inn div:nth-child(1) {border-right: 0px dashed #ffcd59; border-bottom: 2px dashed #ffcd59;}
	
	.section5 p {font-size: 16px;width: 100%;}
	.slick-dotted.slick-slider { width: 80%;}
	.btn-bot{/* font-size: 20px; */width: 250px;margin: 0 auto;}
	.btn-blue{font-size: 20px; width: 200px;}
	.destSlider h1 {background: none;color: #000;/* -webkit-text-fill-color: white; */}
	.destSlider p {background: none;color: #000;/* -webkit-text-fill-color: white; */}
	iframe { border-radius: 10px}
	.sec2-win-txt h3::before { left:-90%;}
	.sec2-win-txt h3::after { right:-90%;}
	.sec2-auto { width: 100%;}
	.sec2-auto-inn div {width: 44%;/* align-items: center; */padding: 0 10px;}
	sec2-auto-inn div { position: relative}
	.sec2-auto-inn div:nth-child(2)::after {border-right: 0px dashed #ffcd59;}
	.sec2-auto-inn div:nth-child(3)::before {content: '';position: absolute;height: 1px;background: transparent;left: -80%;border-right: 0px dashed #ffcd59;border-bottom:1px dashed #ffcd59;height: 1px;top: 33%;width: 100px;}
	.sec2-auto-inn div:nth-child(3)::after {position: absolute;border-right: 0px dashed #ffcd59;width: 100px;border-bottom:1px dashed #ffcd59;background: transparent;right: -80%;height: 1px;top: 33%;}
	
	.grand-prize-new-D{ display: none}
.grand-prize-new-M{ display: block}
	
}

.videoContainer {
  position: relative;
  width: 720px;
  /* font-family: Arial; */
  background-color: black;
  margin: 0 auto;
  border-radius: 30px;
}
.videoContainer video {
  width: 100%;
  height: 100%;
  display: block;
  border: 30px solid #051b27;
  border-radius: 30px;
  margin: 0 auto;
  padding-bottom: 20px;
  background: #051b27;
}

/* ---- Controls ---- */
.control {
  width: 90%;
  height: 30px;
  background-color: #05131b;
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: flex;
  z-index: 2147483647;
  /* ---- Progress ---- */
  right: 0;
  transform: translateX(-50%);
}
.control label {
  display: block;
  padding: 0px 10px;
  color: white;
  line-height: 30px;
}
.control a {
  display: block;
  width: 35px;
  height: 30px;
  color: #051b27;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  background: #ffffff;
  border-radius: 200px;
  /* margin: 0 10px; */
}
.control a:hover {
  color: #33b5d5;
  text-decoration: none;
  background-color: #3f3f3f;
}
.control .play {
  margin-right: 5px;
}
.control .progress {
  width: 100%;
  height: 10px;
  background: #1b1b1b;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.1);
  float: left;
  cursor: pointer;
  padding: 0;
  margin: 0;
  left: 0px;
  top: -10px;
  font-variant: normal;
  opacity: 0.7;
  overflow-x: hidden;
	margin-top: 10px;
}
.control .progress-bar {
  background: #ff0000;
  /* box-shadow: inset -30px 0px 69px -20px #33b5d5; */
  height: 100%;
  position: relative;
  z-index: 999;
  width: 0;
}
.control .progress-bar:before {
  width: 5px;
  height: 10px;
  top: 0px;
  right: 0px;
  content: " ";
  background-color: #fff;
  position: absolute;
}
.control .bar {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 30px;
  width: 90%;
  margin-right: 5px;
}

/* ----- Fullscreen ----- */
.videoContainer:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.videoContainer:-ms-fullscreen {
  width: 100%;
  height: 100%;
}
.videoContainer:fullscreen {
  width: 100%;
  height: 100%;
}

.videoContainer:-ms-fullscreen {
  width: 100%;
  height: 100%;
}

.videoContainer:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

video:-webkit-full-screen::media-controls-panel, video:-webkit-full-screen::media-controls, video:-webkit-full-screen::media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:-ms-fullscreen::media-controls-panel, video:-ms-fullscreen::media-controls, video:-ms-fullscreen::media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:fullscreen::media-controls-panel,
video:fullscreen::media-controls,
video:fullscreen::media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:-ms-fullscreen::-ms-media-controls-panel,
video:-ms-fullscreen::-ms-media-controls,
video:-ms-fullscreen::-ms-media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:-moz-full-screen::-moz-media-controls-panel,
video:-moz-full-screen::-moz-media-controls,
video:-moz-full-screen::-moz-media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:-o-full-screen::-o-media-controls-panel,
video:-o-full-screen::-o-media-controls,
video:-o-full-screen::-o-media-text-track-container {
  display: none !important;
  opacity: 0;
}

video:-webkit-full-screen::-webkit-media-controls-panel,
video:-webkit-full-screen::-webkit-media-controls,
video:-webkit-full-screen::-webkit-media-text-track-container {
  display: none !important;
  opacity: 0;
}

.volume {
  width: 30px;
  margin-right: 5px;
}

.volume:hover {
  background-color: #3f3f3f;
}

.volume a {
  width: 30px;
}

.volume:hover .volume-piller {
  display: block;
}

.volume-piller {
  width: 30px;
  height: 120px;
  bottom: 30px;
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 10100;
  background-color: #3f3f3f;
}

.volume-slider {
  position: relative;
  margin: 0 auto;
  height: 100px;
  width: 6px;
  background-color: #1d1d1d;
  border-radius: 10px;
  top: 15px;
}

.ui-slider-range-min {
  height: 300px;
  width: 6px;
  position: absolute;
  background: #2ea7cc;
  border: none;
  border-radius: 10px;
  outline: none;
  bottom: 0;
}

.ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  margin-left: -3px;
  margin-bottom: -6px;
  cursor: pointer;
  outline: none;
}

@media only screen and (max-width: 480px) {

	.videoContainer video {border: 10px solid #051b27;padding-bottom: 40px;}
	
}

