@import url('https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400&family=Oxygen&family=Roboto:wght@400;700;900&family=Ubuntu:wght@400;700&display=swap'); 
body{
   font-family: 'Cantarell', sans-serif;
   font-family: 'Oxygen', sans-serif;
   font-family: 'Roboto', sans-serif;
   font-family: 'Ubuntu', sans-serif;
   color: #fff;
}
.wrapper{
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/quiz-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
a{
    text-decoration: none;
    color: #fff;
}
.nav-link{
    color:#fff !important;
}
a:hover{
    color:#bf9e9e  !important ;
}
.left{
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding:30px;
}
.right{
    width: 100%;
    height: 1000px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding:30px;
    overflow-x: auto;
    scroll-behavior: smooth;
   
}
.common-bg{
    background-image: url(../images/bg-2.jpeg);
    background-repeat: no-repeat;
    /* background-position: top center; */
    /* background-size: cover; */
    min-height: 200px;
    background-size: contain;
}
.right::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .right::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .right::-webkit-scrollbar-thumb {
    background: #55106a;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .right::-webkit-scrollbar-thumb:hover {
    background: #55106a;
  }
 
  .quiz-img{
    position:relative;
  }
  


/* ============================================================ */
.multisteps_form {
  max-width:68.25rem;
  min-height: 45.9375rem;
  margin: 5rem auto;
  border-radius: 0.625rem;
  
  background-repeat: no-repeat;
  background-position: center top, center bottom;
}
.bg-white {
  background-color: transparent!important;
}
.question_title h1 {
  color: #2f3146;
  font-size: 3.125rem;
  padding: 3.8rem 5rem;
  font-weight: 800;
}

.form_items {
  padding: 2rem;
}
.form_items li {
  padding-left: 4.6875rem;
  margin-bottom: 1.875rem;
  margin-top: 1.3rem;
}
.animate_50ms {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
/* .form_items li input {
  display: none;
} */
a, button, input {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.form_items li label {
  font-size: 1.375rem;
  color: #636363;
  font-weight: 600;
  cursor: pointer;
}



.multisteps_form_panel {
  display: none;
}

/* ========================================================= */
.thank-board{
  max-width: 50.25rem;
  min-height: 27.9375rem;
  margin: 5rem auto;
  border-radius: 0.625rem;
}
.form_items .form-check-input:checked[type=radio] {
   
    width: 30px;
    height: 30px;
}
 .form-check-input:checked {
  background-color: #ff512f;
  border-color: #ff512f;
}
.form_items .form-check-input {
  width: 30px;
  height: 30px;
}
.footer img{
  margin-right: 5px;
}
.navbar-toggler-icon{
  color:#fff;
}
/* ================================= */
.contact_form{
  max-width: 50.25rem;
  min-height: 27.9375rem;
  /* margin: 5rem auto;s */
  border-radius: 0.625rem;
}
.bg-gray{
  background-color: #fff;
  padding:20px;
}

.head h1{
  color: #f9423a;
    font-weight: bold;
}
.text-color{
  color: #666;
  font-size: 20px;
}
.contact label{
  font-size: 15px;
}
.contact textarea{
  height:200px !important;
}
.contact a{
  color:#f9423a;
}
.contact .btn-primary{
  color: #fff;
  background-color: #f9423a;
  border-color: #f9423a;
  width: 100%;
}
.contact .btn-primary:hover{
  color:#f9423a;
  background-color: transparent;
}
.address{
  border: 1px solid #f9423a;
}
.add-head{
  text-align: center;
  background-color: #f9423a;
  color: #fff;
}
.text-orange{
  color:#f9423a;
}
.address .pl-2{
  padding-left: 15px;
}
.address h3{
  font-size: 17px;
    font-weight: 600;

}
/* ============================= */
.accordion-flush .accordion-item .accordion-button{
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.accordion-body{
  color: #000;
}
/* ========================================================================================================================= */
.right .card{
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border:none;
}
.right .card h2{
  font-size: 17px;
  align-self: center;
  color: #f7d568;
}
 .right .card h4{
  font-size: 16px;
}
.pl-20{
  padding-left:20px;
}
.game-list .card{
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border:none;
  width: 80%;
    margin: auto;
}
.game-list .card h2{
  font-size: 22px;
  align-self: center;
  color: #f7d568;
}
.game-list .card h4{
  font-size: 19px;
}
.game-list .mrt{
  margin: 20px auto;
}
.game-list .col-md-4{
  justify-content: center;
    align-items: center;
    display: flex;
}
.game-list .quiz-img{
  max-width: 225px;
    padding: 10px;
}
.game-list .pl-20 {
  padding-left: 40px;
}
.head h1 {
  color: #302b63;
}
.add-head{
  background-color:#302b63 ;
}
.text-orange {
  color: #302b63 ;
}

.address {
  border: 1px solid #302b63 ;
}
.form-check-input:checked {
  background-color: #302b63 ;
  border-color: #302b63 ;
}
.contact a {
  color: #302b63 ;
}
.contact .btn-primary:hover{
  color: #302b63 ;
}
.contact .btn-primary {
  color: #fff;
  background-color: #302b63 ;
  border-color: #302b63 ;
  width: 100%;
}
.ticket .bg-gray{
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* ============================================================================ */
.header-sec h2{
  font-size: 20px;
}
.header-sec h4{
  font-size: 16px;
}
.header-sec .col-form-label{
  text-align: center;
}
.draw-texts input[type="text"] {
  padding: 5px;
  width: 50px;
  border: 0;
  color: #333;
  border-radius: 3px;
}
.button-72 {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(rgba(179, 132, 201, .84), rgba(57, 31, 91, .84) 50%);
  border-radius: 42px;
  border-width: 0;
  box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px,rgba(179, 132, 201, 0.4) 0 8px 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-family: Quicksand,sans-serif;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .04em;
  line-height: 16px;
  margin: 0;
  padding: 13px 13px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px,rgba(255, 255, 255, 0.2) 0 0 12px,rgba(57, 31, 91, 0.6) 1px 1px 4px,rgba(57, 31, 91, 0.32) 4px 4px 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}

.button-72:hover {
  background-image: linear-gradient(#B384C9, #391F5B 50%);
}
.right .card img{
  height:100%;
}
.right .card .quiz-img{
  height:100%;
}
.lottery .multisteps_form{
  background-image: url(../images/lot-flip-bg.jpeg);
 min-height: 23.9375rem;
 border-radius: 50px;
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 background-size: cover;
 
}
.round-button{
  padding: 10px;
    background: #ffc107;
    border-radius: 50%;
    border: 5px solid #302b63;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-right: 10px;
}
.lottery .card{
  margin-left:30px;
  align-items: center;
  background-color: initial;
  background-image: radial-gradient(circle farthest-side, #fceabb, #f8b500);
  border-radius: 42px;
  border-width: 0;
  box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px,rgba(179, 132, 201, 0.4) 0 8px 12px;
  color: #000;
  cursor: pointer;
  display: flex;
  font-family: Quicksand,sans-serif;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .04em;
  line-height: 16px;
  
  padding: 13px 13px;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px,rgba(255, 255, 255, 0.2) 0 0 12px,rgba(57, 31, 91, 0.6) 1px 1px 4px,rgba(57, 31, 91, 0.32) 4px 4px 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}
.lottery .card h2{
  font-size: 20px;
}





.game-list{
  background-color: #20103a !important;
  margin-top:30px;
}
.drop {
  width : 300px; 
  background: #20103a; 
  margin : 40px auto; 
}

.drop span {
  padding : 30px;
  background : #20103a; 
  color : white;
  font-size : 1.2em;
  font-variant : small-caps;
  cursor : pointer;
  display: block;
}

.drop span::after {
  float: right;
  right: 10%;
  content: "+";
}

.drop .slide {
  clear:both;
  width:100%;
  height:0px;
  overflow: hidden;
  text-align: center;
  transition: height .4s ease;
}
.drop label {
  display: block;
}
.drop .slide li {
  padding: 25px;
}

#touch
{position: absolute; opacity: 0; height: 0px;}    

#touch:checked + .slide
{height: 300px;} 

.expiry button{
  background: transparent;
    color: red;
    border:1px solid red;

}
.my-account .bg-gray {
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.my-account .multisteps_form {
  max-width: 68.25rem;
  min-height: 30.9375rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.nav-pills .nav-link:hover{
  color:#fff;
}
.my-account .nav-item{
  margin-right: 30px;
}
.my-account .button-72{
  box-shadow: none;
}
.pl-2{
  padding-left: 20px;
}
.my-account .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
color: #fff !important;

}
.my-account h1{
  color:#fff;
}
.my-account .title {
  color: grey;
  font-size: 18px;
}

.my-account button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.my-account a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.my-account button:hover, a:hover {
  opacity: 0.7;
}
.img-round{
  border-radius: 50%;
}
.ticket-card .card{
  width:70%;
}
.pr-3{
  padding-right: 20px;
}















@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-left: 100px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 2.5rem;
}
}

@media (max-width: 720px){
  .question_title h1 {
    color: #2f3146;
    font-size: 1.5rem;
    padding: 3.8rem 3rem;
    font-weight: 800;
}
.form_items li {
  padding-left: 2.6875rem;
  margin-bottom: 1.875rem;
  margin-top: 1.3rem;
}
.next_btn {
  right: 103px;
}
.quiz-img {
  position: relative;
  min-width: 296px;
}
.common-bg{
  display: none;
}
.mrt{
  margin-top: 50px;
}
.flip-box {
  background-color: transparent;
  width: 296px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  margin-top: 30px;
}
.button-72 {
  font-size: 21px;
  padding: 18px 34px;
}
}
