*{
    margin: 0;
    padding: 0;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
	height: 100vh;
    font-family: Poppins;
    background: url(../images/home_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_TV{
    width: auto;
    height: 100vh;
    overflow: hidden;
	padding: 0 5px;
    
}
a{
    color: #ffffff;
    text-decoration: none;
}

.home_p{
    
}
/* .home_p::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(180, 180, 180, 0) 30%, rgba(0, 0, 0, 1) 100%);
} */
.logo >img{
    width: auto;
    height: 50px;
}
.top_quiz{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.top_text{
    text-transform: uppercase;
}
.top_text > p{
    font-size: 25px;
    color: #ffffff;
    font-weight: 500;
    max-width: 750px;
}
.top_text > h2{
    font-size: 50px;
    color: #FFD100;
    font-weight: 750;
    max-width: 750px;
    line-height: 50px;
}
.win_info{
    font-size: 28px !important;
}
.main_button{
    background: #FFD100;
    color: black;
    border: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 10px;
    margin-top: 20px;
    transition: all ease 0.2s;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
  transition: all ease 0.2s;
  position: relative;
  overflow: hidden;
}
.main_button::after {
    content: "";
    width: 30px;
    height: 200px;
    position: absolute;
    left: -20px;
    top: 0;
    margin-top: -20px;
    background: #fff;
    opacity: 1;
    filter: blur(20px);
    animation: shine 2s infinite;
    animation-delay: 0s;
    transform-origin: top;
  }
  
  @keyframes shine {
    from {
      transform: translate(0) rotate(45deg);
    }
    to {
      transform: translateX(370px) rotate(45deg);
    }
  }
  
  .main_button:hover {
    transform: translateY(-5px);
    color: #000;
    cursor: pointer;
  }


.top_icon > img{
    width: auto;
    height: 140px;
	margin-right: 10px;
	margin-top: 5px;
}
.quiz_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
	margin-bottom: 5px;
}


.quiz_item{
    text-align: center;
    transition: .2s ease-in-out 0s;
}
.quiz_item:hover {
    cursor: pointer;
    transform: scale(1.01);
}
.quiz_item >img{
    width: 100% !important;
    height: 180px !important;
    border-radius: 30px;
    border: 2px solid #ffffff;
}
.quiz_item > h2{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
}

.slide_icon >a>h2{
    font-size: 18px;
    text-transform: capitalize;
}


/* detail page starts here */
.detail_p{
    height: 100vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    filter: brightness(0.1);
}

.detail_cont{
    position: absolute;
    top: 0;
    width: 99%;
}
.ad{
    background: #ffffff;
    width: 100%;
    height: 300px;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.ad1{
	height: 200px;
	text-align: center;
}

.quiz_det{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: #ffffff;
}
.q_det{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-grow: 2;
    width: 70%;
    
}

.q_det > img{
    width: auto;
    height: 250px;
    border-radius: 30px;
    transition: .2s ease-in-out 0s;
}
.q_det > img:hover {
    cursor: pointer;
    transform: scale(1.01);
}
.quiz_ttl{
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.quiz_ttl >p{
    font-size: 25px;
}
.quiz_ttl >h2{
    font-size: 50px;
    color: #FFD100;
}
.q_desc{
    font-size: 16px !important;
    color: #B5B5B5;
}
.ht_play{
    margin-left: 10px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    font-size: 16px;
    flex-grow: 1;
    width: 30%;
}
.ht_play>h2{
    text-align: center;
    margin-bottom: 20px;
}
.ht_play >ol{
    margin-left: 20px;
}
.ht_play >ol>li{
    margin-bottom: 10px;
}


/* see_all */
.seeAll_p{
    background: url(../images/see_all_bg.jpg);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: brightness(0.5); */
}
.c_item{
    color: #ffffff;
    width: 10%;
    text-align: center;
    margin-bottom: 20px;
    transition: .2s ease-in-out 0s;
}
.c_item:hover {
    cursor: pointer;
    transform: scale(1.12);
}
.c_item >img{
    width: auto;
    height: 80px !important;
    background: #ffffff;
    border-radius: 20%;
}
.c_item >p{
    font-size: 16px;
    font-weight: 600;
}
.quiz_fill{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
	margin-top: 100px;
}
.quiz_fill > .quiz_item{
    width: 18%;
    margin: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.cat_inf > h2{
    font-size: 25px;
    color: #ffffff;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* scroll bar */
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #121212; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #FFD100; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #FFD100; 
  }

  .cat_data >h2{
    color: #ffffff;
    margin-bottom: 20px;
  }
  .cate_fl_ic{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .top_back{
    display: flex;
    justify-content: flex-start;
    color: #ffffff;
    align-items: center;
    margin-bottom: 20px;
  }
  .top_back > p{
    font-size: 18px;
    margin-left: 20px;
    font-weight: 600;
  }

  /*Question screen */
.question_inf{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    color: #ffffff;
    width: 100%;
    min-height: 350px;
    
}
.question{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    flex-grow: 2;
    margin-right: 20px;
    
}
.question > h2{
    max-width: 100%;
    min-width: 90%;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.question > p{
    max-width: 70%;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #FFD100;
}
.options{
    display: flex;
    align-items: center;
    color: #ffffff;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}
.options >button{
    width: 47%;
    margin: 10px;
    border: none;
    padding: 10px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.active{
    background: #FFD100;
    color: #000;
}
.timer{
    flex-grow: 1;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 20px;
}


.loader {
    border: 16px solid #1b1b1b;
    border-radius: 50%;
    border-top: 16px solid #FFD100;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .time_left{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .time_inf{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .time_inf > h2{
    font-size: 50px;
    margin: 0;
    margin-bottom: -10px;
    color: #FFD100;
  }
  progress{
    width: 100%;
  }
  /* For Firefox */
  progress::-moz-progress-bar {
    background: #FFD100;
    border-radius: 100px;
    height: 6px;
}

/* For Chrome or Safari */
progress::-webkit-progress-value {
    background: #FFD100;
    border-radius: 100px;
    height: 6px;
}

/* For IE10 */
progress {
    background: #FFD100;
    border-radius: 100px;
    height: 6px;
}
  .q_left{
    margin-top: 10px;
  }
  .q_lef{
    display: flex;
    justify-content: space-between;
   
  }
.q_lef > h2{
    font-size: 16px;
    font-weight: 600;
}
.q_lef > p{
    font-size: 16px;
    font-weight: 600;
}

.won{
    color: #00FF66 !important;
    font-size: 70px !important;
    text-transform: uppercase;
   background-image: linear-gradient(
     -225deg,
     #00FF66 0%,
     #FFD100 29%,
     #00FF66 67%,
     #FFD100 100%
   );
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: #fff;
   background-clip: text;
   text-fill-color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip 2s linear infinite;
   display: inline-block;
}

.loss{
	background-image: linear-gradient(
		-225deg,
		#ff0000 0%,
		#FFD100 29%,
		#ff0000 67%,
		#FFD100 100%
	) !important;
}
@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
.win_amt{
    color: #FFD100 !important;
    font-size: 35px !important;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.win_amt > img{
    width: auto;
    height: 35px;
    margin-right: 10px;
    margin-left: 10px;
}
.btns{
    display: flex;
}
.btn_home{
    margin-left: 10px;
    background: #ffffff;
    color: #000;
    padding: 10px 40px;
}
.recom{
    
    border: none;
    border-left: 1px solid #ffffff77;
    border-radius: 0;
}
.recom >h2{
    text-align: left  !important;
}

.qualified{
    font-size: 50px !important;
}

.lifeline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.lifeline >p{
    background: #FFD100;
    border-radius: 5px;
    color: #17161B;
    padding: 5px 20px;
    font-weight: 700;
}
.ldr2{
    width: 50px;
    height: 50px;
    border: 5px solid #1b1b1b;
    border-top: 5px solid #FFD100;
}
.time_inf2 > h2{
    font-size: 25px;
    margin: 0;
}


.pdv_list{
    text-align: center;
}
.pdv_list > p{
    background-color: #17161B;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.pdv_list > p >img{
    width: auto;
    height: 25px;
    margin: 0px 5px;
}
.pdv_inf{
    max-height: 320px;
    overflow: scroll;
    overflow-x: hidden;
    
}
.pdv_active >p{
    background: #FFD100;
    color: #17161B;
}
.pdv_round >p{
    background: #00FF66;
    color: #17161B;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.focused {
	background: #ec2977 !important;
	border-radius:10px;
	color:#ffffff !important;
	scale: 1.02;
}
.main_button:focus-visible{
	outline:none;
	border:none;
}
.right_ans{
	background:#0fc50c !important;
	color: #ffffff !important;
}
.wrong_ans{
	background:#ff4444 !important;
	color: #ffffff !important;
}

.fx_hed{
	position: fixed;
    top: 0;
    background: #000000;
    width: 100%;
    z-index: 99999999999999;	
}
.fx_hed >h2{
	color: #ffffff;
	margin-top: 5px;
}
   
   
 .swiper-button-prev, .swiper-button-next{
	 background: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative !important;
    margin-top: 0 !Important;
    width: 15px !Important;
    height: 15px !Important;
 }
 
 .swiper-button-prev:hover, .swiper-button-next:hover{
	 background: pink;
 }
 .swiper-button-prev:active, .swiper-button-next:active{
	 background: #ff0066;
 }
 .swiper-button-prev{
	margin-right:20px;
 }
 .swiper-button-next{
	margin-left: 10px;
 }
 
 .swiper-button-prev:after, .swiper-button-next:after{
	 color: #000000 !important;
	 font-size: 20px !important;
	 font-weight: bold !important;
 }
 
 .slide_icon{
	 display: flex;
	 
 }
 
 .img_cntr{
	 position: relative;
  text-align: center;
 }
 
 .pl_centered{
	position: absolute;
  top: 90% !important;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #f8d114;
  padding: 10px;
  font-size: 18px;
  font-weight:bold;
  color: #282828;
  width: 50%;
  border-radius: 100px;
  border: 3px solid #ffffff;
  box-shadow: 0px 3px 6px #00000069;
      position: relative;
    overflow: hidden;
 }
 
 .pl_centered{
	transition: all ease 0.2s;
    -webkit-box-shadow: 2px 3px 2px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 2px 3px 2px 0px rgb(0 0 0 / 17%);
    transition: all ease 0.2s; 
 }
     

.pl_centered::after {
    content: "";
    width: 30px;
    height: 200px;
    position: absolute;
    left: -20px;
    top: 0;
    margin-top: -20px;
    background: #fff;
    opacity: 1;
    filter: blur(20px);
    animation: shine 2s infinite;
    animation-delay: 0s;
    transform-origin: top;
}
  
  @keyframes shine {
    from {
      transform: translate(0) rotate(45deg);
    }
    to {
      transform: translateX(370px) rotate(45deg);
    }
  }
.lifeline >button {
    background: #FFD100;
    border-radius: 5px;
    color: #17161B;
    padding: 10px 50px;
    font-weight: 700;
	border:1px solid #FFD100;
}

.win_txt_ldr{
	color: #fff;
    position: relative;
    z-index: 99;
    top: -55px;
}

main_button:focus {
    background: #FFD100 !important;
}
.myoptcls:focus{
	background: #f0f0f0 !Important;
}
.sponsored{
	color:#ffffff;
	margin: 5px 0px;
}