@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;1,100;1,200;1,300&display=swap');
* {
    margin: 0px;
    padding: 0px;
}
:root {
    --heading-font: 'Righteous', cursive;
    --bgcolor: #85251B;
    --heading-color: #85251B;
    --font-color: #2c2b2b;
    --font-family: 'Poppins', sans-serif;;
}
h1, h2, h3, h4, h5, h6, a {
    font-family: var(--heading-font);
}
p,label, span{
font-family: var(--font-family);
}

/* Nav bar */
header.main-header {
    position: absolute;
    width: 100%;
        z-index: 9;
}
a.navbar-brand img {
    width: 74%;
}
.navbar-expand-sm .navbar-collapse {
    justify-content: flex-end;
}
.bgcolor-nav ul.navbar-nav {
    /* border: 1px solid #ddd; */
    border-radius: 42px;
    padding: 0px 10px;
    background: rgb(82 66 71);
    backdrop-filter: blur(4px);
}
.bgcolor-nav ul.navbar-nav li {
    padding: 0 15px;
    border-right: 2px solid  #000;
}
.bgcolor-nav ul.navbar-nav li:last-child {
  
    border-right: none;
}
.bgcolor-nav ul.navbar-nav li a {
    color: #eeeeee;
    text-transform: capitalize;
}
ul.user-login-btn {
    list-style: none;
    background: #ffd456;
    padding: 0px 25px;
    border-radius: 91px;
    margin-left: 12px;
    margin-bottom: 0px;
}
ul.user-login-btn li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    text-decoration: none;
}
/* end navbar*/

/* hero slider*/

.flex,
.fixed_flex {
  display: flex;
}

.flex_content {
  width: 100%;
  position: relative;
}

.padding_1x {
  padding: 1rem;
}

.padding_2x {
  padding: 2rem;
}

.padding_3x {
  padding: 3rem;
}

.padding_4x {
  padding: 4rem;
}

.big {
  font-size: 3.5em;
}

.medium {
  font-size: 2em;
}

.small {
  font-size: 1.3em;
}

.btn {
  padding: 1rem;
  border-radius: 5px;
  color: var(--white);
  position: relative;
  border: 0;
  text-align: center;
}

.btn_3 {
  display: block;
  background-color: 0;
  color: var(--white);
  position: relative;
  font-family: var(--default_font);
  font-weight: 400;
  text-transform: uppercase;
}

.btn_3:before {
  content: "";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  transition: 0.5s;
  transform: translate(0%, -50%);
}

.btn_3:after {
  content: "\f178";
  font-family: "FontAwesome";
  margin-left: 5px;
}

.btn_3:hover:before {
  border-radius: 40px;
  width: 100%;
}

@media (max-width: 920px) {
  .flex {
    flex-wrap: wrap;
  }

  .padding_1x,
  .padding_2x,
  .padding_3x,
  .padding_4x {
    padding: 1rem;
  }

  .big {
    font-size: 1.8em;
  }

  .medium {
    font-size: 1.3em;
  }

  .small {
    font-size: 1.1em;
  }

  .btn {
    padding: 0.5rem 1rem;
  }

  a,
  p,
  .btn {
    font-size: 12px;
  }
}

.slider {
  /* position: relative; */
  width: 100%;
  height: 100vh;
}

ul {
  padding: 0;
  margin: 0;
}

.slider .title {
  font-weight: 400;
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: clip 0.7s ease-in-out, z-index 0s 0.7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display: flex;
  align-items: center;
  justify-content: left;
}

.slider li:nth-child(1) {
  background: linear-gradient(to bottom,
      #010101 10%,
      #010101cc 51%,
      #01010133 100%),
    url("../img/home-banner11.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
}



.slider li:nth-child(2) {
    background: linear-gradient(to bottom,
      #0101012e 10%,
      #010101cc 51%,
      #01010133 100%),
    url(../img/playing-game-slider-2.webp);
    background-size: cover;
    background-position: bottom;
    width: 100%;
}

.slider li:nth-child(3) {
    background: linear-gradient(to bottom,
      #01010170 10%,
      #010101cc 51%,
      #01010133 100%),
    url(../img/home-bg-2.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.slider article {
  width: 60%;
  margin-top: 4rem;
  color: #fff;
  z-index: 11;
}

.slider h3 + p {
  display: inline-block;
  color: var(--lite);
  font-weight: 300;
}

.slider h3,
.slider h3 + p,
.slider p + .btn,
li:after {
  opacity: 0;
  transition: opacity 0.7s 0s, transform 0.5s 0.2s;
  transform: translate3d(0, 50%, 0);
}

li.current h3,
li.current h3 + p,
li.current p + .btn,
li.current:after {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.slider li:before {
  transition: 0.5s;
  top: -250px !important;
}

li.current:before {
  transition-delay: 1s;
  transform: rotate(-90deg);
  top: -20px !important;
}

li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
  clip: rect(0, 0, 100vh, 0);
}

.slider aside {
    left: 0;
    position: absolute;
    bottom: 4rem;
    text-align: center;
    z-index: 10;
    width: 100%;
}

.slider aside a {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: #fff;
  margin: 0 0.2rem;
  transition: transform 0.3s;
  border-radius:30px;
}

.slider em {
  background: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

a.current_dot {
  transform: scale(1.4);
  background: #ffa500 !important;
}

@media screen and (max-width: 920px) {
  header {
    height: 70vh;
    position: relative;
  }

  .cs-down {
    display: none;
  }

  .slider {
    height: 100vh;
}


  .slider article {
    width: 100%;
    margin-top: 2rem;
  }

  .slider li:nth-child(2) {
    background-position: top center;
  }

  .slider li:nth-child(3) {
    background-position: top center;
  }

  li.current:before {
    top: -30px;
    right: -10px;
  }
}

/* end hero slider*/

/* Hero section */

.herocontent {
    padding: 53px 0;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}
.herocontent h4 {
    margin: auto;
    font-size: 40px;
    animation: zoomInOut 3s infinite ease-in-out;
}
.herocontent p {
    color: #fff;
    font-size: 19px;
}
.herocontent h2 {
    color: #fff;
    font-size: 70px;
}

.herocontent h3 {
    font-size: 28px;
    color: #ffd456;
}
.herocontent a {
    background: var(--heading-color);
    padding: 10px 38px;
    display: inline-block;
    font-size: 24px;
    border-radius: 32px;
    text-decoration: none;
    color: #fff;
    margin-top: 22px;
    border: 1px solid var(--bgcolor);
}
.herocontent a:hover{
    background:#fff;
    color:var(--heading-color)
}
@keyframes zoomInOut {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.pitch {
    display: flex;
    color: #fff;
    align-items: center;
    width: max-content;
    margin: 15px auto;
}

/*.winner-price {*/
/*    font-size: 39px;*/
/*    font-weight: bold;*/
/*    box-sizing: border-box;*/
/*    line-height: 1;*/
/*    display: grid;*/
/*    grid-template-columns: 76% 14%;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: left;*/
/*}*/
/*.latest-match a {*/
/*    width: 100%;*/
/*    display: block;*/
/*    text-decoration: none;*/
/*    background: #ffffff;*/
/*    margin-top: 20px;*/
/*    padding: 10px 0;*/
/*    font-size: 21px;*/
/*    border-radius: 42px;*/
/*    color: #000;*/
/*}*/
/*.latest-match {*/
/*    padding: 50px 15px;*/
/*    background: #fff;*/
/*    text-align: center;*/
/*    border-radius: 13px;*/
/*    outline: 2px solid #f1ba50;*/
/*    outline-offset: 9px;*/
/*    background: linear-gradient(to top, #8a0027, #ffd456);*/
/*}*/
/*.latest-match p {*/
/*    margin-bottom: 0;*/
/*    margin-top: 13px;*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*}*/
/*.latest-match h6 span {*/
/*    font-weight: 900;*/
/*    color: #85251b;*/
/*}*/
/*.latest-match h6 {*/
/*    font-size: 25px;*/
/*    font-weight: 500;*/
/*}*/

/* prize-status section*/
section.prize-status {
    padding: 17px 0px 0px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.prize-status-container {
    display: grid;
    grid-template-columns: 4% 26% 26% 26% 4%;
    gap: 3%;
    justify-content: center;
}
.prize-status-content {
    background: #302f2f;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 4px 10px #00000033;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid #eee;
}
.prize-status-content:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px #0000004D;
}
.prize-status-content span {
    font-size: 15px;
}
.prize-status-content h4 {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 0px;
}
.border-bottom-div {
    width: 45px;
    display: block;
    margin: 8px auto 8px;
    height: 2px;
    background: linear-gradient(to right, #ffa5008c,  #d65c4f, #c43f31ab);
    border-radius: 47px;
}
.prize-status-content i {
    font-size: 34px;
    padding-bottom: 10px;
    color: orange;
}
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff3;
    color: #fefefe;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    border-radius: 202px;
    width: 50px;
    border: 2px solid #fff;
    height: 50px;
    display: none;
}

.slider-prev { left: 150px; }
.slider-next { right: 150px; }

.slider-prev:hover, .slider-next:hover {
    background: #ffd456;
}

/* end prize-status section*/

/* live competition */

.live-competion-heading {
    display: grid;
    grid-template-columns: 40% 58%;
    align-items: center;
    gap: 2%;
}

/*marquee css */
.marquee_container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #85251b;
    color: #fff;
    border-radius: 37px;
    border: 8px solid #85251b;
}
.marquee_container .marquee h4 img {
    width: 20px;
    padding: 0 3px;
}
.marquee {
  display: inline-block;
  animation: marquee 35s linear infinite;
}
.marquee h4 a {
    text-decoration: none;
    color: #fff;
}
@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.marquee_container .marquee h4 {
    display: inline-flex;
    margin-right: 14px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    align-items: center;
    justify-content: center;
}
/* end marquee css */

section.live-competition {
    padding: 35px 0px;
}
.draw-media img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.competition-container {
    position: relative;
    border: 1px solid #0000004a;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.draw-date {
    background: #85251b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 19px;
    font-size: 14px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 0px;
    left: 0;
    margin: auto;
    width: max-content;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 4px solid #fff;
    border-top: none;
}
.draw-time span {
    color: #fff !important;
    font-family: 'Poppins';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.draw-content {
    padding: 10px 40px;
    background: #000;
}
.draw-desc p {
    text-align: center;
    font-weight: 500;
    padding-top: 8px;
    font-size: 12px;
    color: #eee;
}
.draw-time {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.draw-time span {
    display: block;
    font-size: 14px;
    color: #000;
}
.competition-container:hover {
    border-color: #00000075;
    box-shadow: 0px 0px 3px 0px #00000075;
}
.draw-time div {
    border-radius: 20px;
    padding: 3px 8px;
    font-weight: 500;
    font-size: 22px;
    color: #f4900c;
    font-family: 'Righteous';
}
/* end live competition */

/* Our partner */
section.partner-section {
    padding: 50px 0px;
}
.title-section {
    text-align: center;
    padding: 35px 0;
    color: #fff;
}
.title-section h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
.title-section h2 span{
   color: var(--heading-color);
}
img.partner-logo {
    width: 180px !important;
    height: 75px;
    object-fit: contain;
    padding: 15px;
    border: 1px solid #dddddd14;
    filter: invert(0.8);
}
.p-item {
    align-items: center;
    display: flex;
    justify-content: center;
}


/* prize section css */
img.prize-image {
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.winner-container {
    display: grid;
    grid-template-columns: 32% 68%;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    color: #fff;
    /* border: 1px solid #ddd; */
    /* box-shadow: 1px 1px 4px 0px #ffffff; */
    background-color: #16151578;
}
section#prizes {
    padding: 35px 0px;
}
.winner-media {
    position: relative;
}
.winner-info {
    display: grid;
    grid-template-columns: 40% 58%;
    align-items: center;
    gap: 2%;
    padding: 16px 12px;
}
.winner-name h3 {
    font-size: 22px;
    font-weight: 500;
    color: #ffd456;
}
.winner-info:first-child {
    border-bottom: 1px solid #ffffff69;
}
.winning-data h4 {
    font-size: 16px;
}
.winning-data span {
    font-size: 14px;
}
.winner-name span {
    font-size: 14px;
    font-weight: 600;
}

/* pagination */
.pagination {
    padding: 20px 0px 30 0px;
}
.pagination-content ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}
.pagination-content ul li a {
    display: flex;
    justify-content: center;
    border: 2px solid #ddd;
    align-items: center;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    width: 41px;
    height: 41px;
    text-align: center;
    font-size: 16px;
    align-content: center;
}
.pagination-content ul li a:hover{
    color: #fff;
}
.pagination-content ul {
    text-align: center;
    padding-left: unset;
}
.pagination-content ul li a:hover {
    background: #85251b;
    border: none;
    transition: all 0.8s ease;
}
a.pagination-btn {
    color: #fff !important;
}
/* end pagination */
/* end prize css */

/* sign-up-section css */
.sign-up-section{
    padding-top: 50px;
    padding-bottom: 20px;
}
.sign-up-container {
    width: 100%;
    margin: auto;
    color: #000;
    /* margin-bottom: 37px; */
    padding: 18px;
    background: #ffffff;
    border-radius: 8px;
}
.form-field button {
    border: none;
    padding: 8px 30px;
    background: #85251b;
    color: #fff;
    font-weight: 500;
    display: block;
    margin-right: 5px;
}
.step h3 {
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}
.form-field input {
    width: 100%;
    height: 50px;
    margin: 10px 0px;
    border: none;
    border: 1px solid #00000017;
    padding: 18px 10px;
}
.form-field {
    display: flex;
    align-items: center;
}
.btn-center{
    display: flex;
    justify-content: center;
}
.form-field label {
    padding-left: 8px;
}
.subscribe-grid {
    align-items: center;
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%
}
.subscribe-winpig {
    text-align: center;
    padding: 15px;
    background: #ffd456;
    border-radius: 12px;
    margin: 15px 5px;
}
.subscribe-winpig p, .make-payment p {
    font-weight: 600;
    font-size: 15px;
}

.make-payment {
    text-align: center;
    padding: 15px;
    background: #ffd456;
    border-radius: 12px;
    width: 70%;
    display: block;
    margin: 20px auto;
}
.form-field a {
    padding: 8px 30px;
    background: #85251b;
    color: #fff;
    display: block;
    margin-right: 5px;
    text-decoration: none;
}
.form-field a:hover {
    color: #fff;
}

.subscribe-winpig-active {
    border: 2px solid #ffd456;
    background-color: #ffd456a3;
    box-shadow: 0px 0px 6px 0px #ffd456;
}

input#defaultCheck1 {
    width: 20px;
    height: 20px;
    padding: 0px;
}
.Signup {
    color: #fff;
    padding-right: 66px;
}
.Signup h2 {
    font-size: 57px;
    font-weight: 600;
}
.Signup a {
    background: var(--bgcolor);
    padding: 8px 31px;
    display: inline-block;
    border-radius: 32px;
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--bgcolor);
}
.Signup a:hover { 
    background: #fff;
    color:var(--bgcolor);
}
.signup-form-title {
    text-align: center;
}
section.singup-from.winner-page .Signup h2, section.singup-from.winner-page .Signup p {
    color: #fff;
}
.winner-page {
    padding-bottom: 0px !important;
    height: unset !important;
    background: unset !important;
}
.grid-col-2 {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}
section.singup-from {
    padding-top: 150px;
    padding-bottom: 45px;
    background-position: bottom;
    height: 105vh;
}
/* Progress wrapper */
#progress-wrapper {
    width: 100%;
    margin: 0px auto;
    position: relative;
    text-align: center;
}
#progress-bar-line {
    position: absolute;
    bottom: 50%;
    left: 11%;
    right: 11%;
    height: 4px;
    background-color: #ddd;
    z-index: 0;
}
#progress-line {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #85251b;
    z-index: 1;
    transition: width 0.3s ease;
}

/* Step indicators */
#progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.step-indicator {
    text-align: center;
    position: relative;
    width: 40%;
}
.step-number {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #d6d6d6;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    margin-bottom: 10px;
}
.step-indicator.active .step-number, .step-indicator.completed .step-number {
    background-color: #85251b;
}
input::placeholder{
    font-weight: 500;
}

/* compitions */
.cta-btn a {
    text-decoration: none;
    background: #85251b;
    color: #fff;
    padding: 8px 30px;
    border-radius: 34px;
    display: block;
    margin: 12px auto 12px;
    width: max-content;
}
.cta-btn a:hover{
    background-color: #fff;
    color: var(--heading-color);
    transition: 0.6s;
}
/* end sign-up-section css */

/* login-form*/
section.login-section {
    padding: 150px 0px 50px;
}
.login-form {
    padding: 30px 70px !important;
    color: #fff;
    width: 45% !important;
    margin: auto;
    text-align: center;
    background: #0000005c;
}
.login-form-media img {
    width: 100%;
}
.signup-btn p {
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
}
.signup-btn p a {
    color: #ffd456;
}
/* end login-form*/

/* news letter section */
.news-letter-field input {
    padding: 10px 15px;
    border-radius: 20px;
    border: none;
    width: 100%;
}
.news-letter-form {
    width: 100%;
    position: relative;
    align-items: center;
}
.news-letter-submit-btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.news-letter-submit-btn button { 
    background-color: var(--bgcolor);
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    padding: 7px 15px;
    font-weight: 500;
}
.news-letter-submit-btn i {
    font-size: 14px;
    padding-left: 6px;
}
.news-letter-container p {
    color: #000;
    padding: 25px 0px;
}
.row.news-leter-bg {
    background: #ffd456;
    padding: 15px;
    border-radius: 20px;
    border: 5px solid #fff;
     position: relative;
    margin: 0px 54px -80px;
}

/* end news letter section  */

/* review section */
section.review-section {
    padding: 35px 0px;
}
.owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    margin-top: unset !important;
    position: absolute;
    top: 35%;
    width: 100%;
    transform: translateY(50%);
}
button.owl-next {
    right: 24px;
    position: absolute;
}
button.owl-prev {
    left: 4px;
    position: absolute;
}
button.owl-next span, .owl-prev span {
    font-size: 40px !important;
    border: 2px solid #fff !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    color: #fff;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
}
button.owl-next span:hover, .owl-prev span:hover {
   border-color: var(--bgcolor) !important;
   background: var(--bgcolor) !important;
   border-radius: 30px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--bgcolor) !important;
    border-radius: 30px;
}
.review-container {
    padding: 0px;
    text-align: center;
    color: #fff;
    /* border: 1px solid #ffffff61; */
    margin: 0px 100px;
    border-radius: 20px;
}
.review-media img {
    width: 76px !important;
    height: 76px;
    object-fit: cover;
    border-radius: 72px;
    margin: 10px auto;
}
.review-content {
    padding: 0px 25px;
}
.review-content span i {
    font-size: 35px;
}
.review-star {
    padding-bottom: 16px;
    padding-top: 6px;
}
.review-star i {
    color: #ffc74a;
    padding-right: 8px;
    font-size: 20px;
} 
/* end review section */

/* Footer section */
footer {
    text-align: center;
    padding: 100px 0px 50px;
    background: #000;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
footer ul {
    list-style: none;
    padding: 0px;
}
footer ul li {
    display: inline-block;
    padding: 0 8px;
}
footer ul li a {
    color: #ffd456;
    text-decoration: none;
}
.footer-section ul li a:hover {
    color: #fff;
}
.social-icons-simple li {
    display: inline-block;
    padding: 15px 5px 15px 0px;
    color: #000000;
}
.footer .f-sec1 a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.social-icons-simple li a {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    color: #fff;
    background: transparent;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
}

/* contact us */
.form-contact-us input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 6px;
    font-size: 14px;
    border: 1px solid #ddd;
}
.form-group button {
    width: 100%;
    border: 0px;
    height: 50px;
    background: #ffd456;
    color: #000;
    border-radius: 52px;
    font-weight: bold;
    margin-top: 18px;
}
.form-group textarea {
    width: 100%;
    border: 1px solid #ddd;
    height: 90px;
}
.form-contact-us h3 {
    font-weight: 200 !important;
    margin-bottom: 25px;
}
.form-contact-us {
    padding: 14px;
    color: #fff;
}
.address-area ul {
    list-style: none;
    padding: 0px;
}

.address-area {
    color: #ffffff;
    text-align: center;
    padding-right: 24px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.modal-content {
    border: 0px;
    background: linear-gradient(to bottom, #262622, #b20a2c);
}
.modal-header {
    color: #fff;
}
#quiz-modal-bg {
    border: 0px;
    background: linear-gradient(to bottom, #262622, #b20a2c, #b20a2c);
}
.modal-header {
    border-bottom: var(--bs-modal-header-border-width) solid #a1a1a1 !important;
}
.btn-close {
    background: #fff url(../img/close.png) center/1em auto no-repeat !important;
  
}
.modal-body {
    padding: 0px !important;
}
.form-contact-us h3 {
    margin-bottom: 0px;
}


section.about-us-section {
    padding: 170px 0px 30px;
}
.about-media img {
    width: 100%;
    padding-top: 48px;
    height: 400px;
    object-fit: cover;
    padding-bottom: 10px;
}
.t-condition {
    background: #57C4FF;
    height: 100%;
    margin-top: 40px;
}
.term-page {
    color: #fff;
}
.term-page .t-contant h6 {
    font-size: 20px;
}

.terms h6:first-of-type {
    padding-top: 10px;
}
.terms h6 i {
    color: #f4900c;
    padding-right: 4px;
}
.t-contant p {
    color: #fff;
    padding-right: 22px;
}
.terms p {
    color: #fff;
    padding-left: 25px;
}
.terms h6 {
    font-size: 18px;
    color: #fff;
}
.t-contant h4 {
    color: #fff;
    font-size: 34px;
}

/* Member page */
.product-grid .product-image {
    box-shadow: 0 8px 6px -7px #999;
    position: relative;
    overflow: hidden;
}
.product-grid .product-image a.image {
    display: block;
}
.product-grid .product-image img {
    width: 100%;
    height: auto;
}
.product-grid .pic-1 {
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;
}
.product-grid .product-image:hover .pic-1 {
    transform: translateY(-100%);
}
.product-grid .pic-2 {
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000) 0s;
}
.product-grid .product-image:hover .pic-2 {
    transform: translateY(0);
}
.product-grid .add-to-cart {
    color: #fff;
    background-color: #252525;
    font-size: 14px;
    text-transform: uppercase;
    width: calc(100% - 41px);
    height: 40px;
    padding: 10px 12px;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: -40px;
    transition: all 0.3s ease 0s;
}
.product-grid .add-to-wishlist {
    color: #fff;
    background-color: #252525;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    bottom: -40px;
    transition: all 0.3s ease 0s;
}
.product-grid .add-to-cart:hover,
.product-grid .add-to-wishlist:hover {
    color: #ffc107;
}
.product-grid .product-image:hover .add-to-cart,
.product-grid .product-image:hover .add-to-wishlist {
    bottom: 0;
}
.product-grid .product-content {
    padding: 6px 0 20px;
}
.product-grid .title {
    font-size: 15px;
    text-transform: capitalize;
    width: 50%;
    margin: 0 0 5px;
    display: inline-block;
    color: #fff;
}
.product-grid .title a {
    color: #252525;
    transition: all 500ms;
}
.product-grid .price {
    font-weight: bold;
    color: #ffd456;
    font-size: 15px;
    text-align: right;
    width: 50%;
    display: inline-block;
    float: right;
}
.product-grid .product-category {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 3px;
    display: block;
}
.product-grid .product-category a {
    color: #666666;
    transition: all 500ms;
}
.memberproduct {
    padding: 150px 0px 30px;
}

ul.profile-link {
    list-style: none;
    background: #5f1a26;
    padding: 20px 15px;
}
.side-bar {
    position: sticky;
    top: 20px;
    margin-bottom: 24px;
}
ul.profile-link li a {
    color: #e5e1e1;
    text-decoration: none;
    padding: 6px 6px;
    background: #501e25;
    display: block;
    margin-bottom: 10px;
    font-weight: 300 !important;
}
ul.profile-link li {
    border-left: 3px solid #ffd456;
}
/*end member*/

/* offer section */
.sponsoredsocial a img {
    width: 70%;
    background: #fff;
    border-radius: 80px;
    overflow: hidden;
}
.offer-media-div {
    display: grid;
    gap: 6%;
    grid-template-columns: 11% 30% 30% 11%;
}
.offer-media img {
    width: 100%;
    margin: 15px 0px;
}
section.offer-section {
    padding: 175px 0px 0px;
}
.offer-content {
    text-align: center;
}
.offer-content h1 {
    font-weight: bold;
    color: #fff;
    font-size: 50px;
}
.my-offer h2 {
    -webkit-text-stroke: 1px #fff;
    color: #0000004a;
    font-size: 83px;
    text-transform: uppercase;
}
.enrty {
    color: #fff;
}
.my-offer p {
    color: #fff;
}
.sponsoredbutton h4 {
    color: #fff;
}
.sponsoredby {
    background: #f6f6f6;
    border: 1px solid #ddd;
    padding: 30px;
    width: 70%;
    margin: auto;
    border-radius: 11px;
    box-shadow: 0px 0px 12px #ddd;
    margin-top: 40px;
    margin-bottom: 40px;
}
.sponsoredbutton a {
    background: #ffd456;
    width: 100%;
    display: block;
    padding: 12px 0px;
    font-weight: 500;
    color: #000;
    border-radius: 132px;
    text-decoration: none;
    text-transform: uppercase;
}
.sponsoredbutton a:hover{
    background: #fff;
    color: var(--bgcolor);
    border: 1px solid var(--bgcolor);
}
.sponsoredsocial {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.sponser-icons a{
    text-decoration: none;
}
.sponser-icons a i {
    background: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: grid;
    align-items: center;
    margin: 18px;
    border-radius: 49px;
    color: #a10d2b;
}
section.offer-section:after {
    content: '';
    width: 800px;
    height: 800px;
    background: #ffa6d612;
    position: absolute;
    top: 0%;    
    z-index: -1;
    border-radius: 701px;
    left: 50%;
    margin: auto;
    transform: translate(-50%, 0%);
}
div#refrealfriend .address-area, #userprofile .address-area{
    position: unset;
    transform: unset;
}
div#refrealfriend .address-area p, #userprofile .address-area p {
    color: #fff;
    font-size: 15px;
}
.address-area li {
    color: #fff;
}
.form-group select {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
}
section.related-product {
    padding: 30px 0px;
}

/*.userprofile h6 {*/
/*    padding-left: 13px;*/
/*}*/
/*.product-name {*/
/*    color: var(--heading-color)*/
/*}*/
/*.prize-div {*/
/*    font-size: 12px;*/
/*}*/
/*.product-name i {*/
/*    float: right;*/
/*}*/
/*.prize-div span {*/
/*    float: right;*/
/*    font-weight: bold;*/
/*    color: var(--heading-color);*/
/*    padding: 2px 7px;*/
/*}*/
/*section.winner-section {*/
/*    padding-bottom: 70px;*/
/*}*/
/*.per-entery {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/
/*.per-entery h5 {*/
/*    color: #fff;*/
/*    margin-bottom: 0px;*/
/*    text-align: center;*/
/*    color: #ffa500;*/
/*}*/
/*.per-entery h5 span {*/
/*    font-size: 12px;*/
/*    color: #fff;*/
/*    font-weight: 500;*/
/*}*/
/*.per-entery label {*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    font-size: 13px;*/
/*    background: #ffa50080;*/
/*    padding: 2px 11px;*/
/*    border-radius: 32px;*/
/*    border: 2px solid #ddd;*/
/*}*/
/*.related-product .title-section h2, .related-product .title-section p {*/
/*    color: #000;*/
/*}*/
/*headings*/
/*.fs-title {*/
/*    font-size: 33px;*/
/*    text-transform: capitalize;*/
/*    color: #000000;*/
/*    margin-top: 10px;*/
/*}*/
/*.fs-subtitle {*/
/*    font-weight: normal;*/
/*    font-size: 13px;*/
/*    color: #666;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.dme_link {*/
/*    margin-top: 30px;*/
/*    text-align: center;*/
/*}*/
/*.dme_link a {*/
/*    background: #FFF;*/
/*    font-weight: bold;*/
/*    color: #85251b;*/
/*    border: 0 none;*/
/*    border-radius: 25px;*/
/*    cursor: pointer;*/
/*    padding: 5px 25px;*/
/*    font-size: 12px;*/
/*}*/
/*.dme_link a:hover, .dme_link a:focus {*/
/*    background: #85251b;*/
/*    text-decoration: none;*/
/*}*/

/*label.form-check-label {*/
/*    padding: 0px 0 0 10px;*/
/*    margin: 0px;*/
/*    text-align: left;*/
/*    display: block;*/
/*    font-size: 14px;*/
/*}*/
/*.social ul {*/
/*    margin-top: 30px;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.right-form .social li {*/
/*    background-image: none;*/
/*}*/
/*.social .f {*/
/*    background-image: url("../img/facebook.png");*/
/*    background-size: 100% 100%;*/
/*    background-repeat: no-repeat;*/
/*    padding: 18px;  */
/*}*/
/*.social .t {*/
/*    background-image: url("../img/twitter.png");*/
/*    background-size: 100% 100%;*/
/*    background-repeat: no-repeat;*/
/*    padding: 18px;  */
/*}*/
/*.social ul li {*/
/*    margin-top: 30px;*/
/*    margin-bottom: 45px;*/
/*    margin-right: 10px;*/
/*    margin-left: 10px;*/
/*    display: inline;*/
/*}*/
/*.social a {*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*}*/
/*::-webkit-input-placeholder { */
/*    color: black;*/
/*  }*/
/*  ::-moz-placeholder { */
/*    color: black;*/
/*  }*/
/*  :-ms-input-placeholder { */
/*    color: black;*/
/*  }*/
/*  :-moz-placeholder { */
/*    color: black;*/
/*  }*/


/* quiz section css*/
section.quiz-page {
    padding: 175px 0px 50px;
}
.winner-container.quiz-container {
    display: grid;
    grid-template-columns: 20% 20% 45% 15%;
    background: linear-gradient(to left, #262622,#262622, #b20a2c5e);
}
.winner-info.quiz-info  {
    display: grid;
    grid-template-columns: 49% 49%;
    align-items: center;
    gap: 2%;
    padding: 16px 0px;
    margin: 0px 20px;
}
.quiz-heading {
    text-align: center;
    padding: 10px;
}
img.prize-image.quiz-image {
    width: 100%;
    height: 218px;
    object-fit: cover;
    border-radius: 8px;
    margin: 8px 0px;
}
.winner-info.quiz-info:first-child {
    border-bottom: 1px solid #ffffff38;
}
.winner-name.players h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}
.quiz-heading h4 {
    color: #ffd456;
}
.quiz-section{
    padding: 35px 0px;
}
/* end quiz section css*/

/* play quiz css */
.quiz-question-container {
    margin: auto;
    padding: 30px;
    background: #0000004f;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 44% 52%;
    gap: 4%;
    align-items: center;
}
.question {
    display: none;
}
.question.active {
    display: block;
}
.question h3 {
    color: #fff;
}

.next-btn, .prev-btn, .submit-button {
    margin-top: 10px;
    padding: 8px 26px;
    border: none;
    font-weight: 700;
    background: #ffd456;
    color: #000;
    cursor: pointer;
    border-radius: 30px;
}
.next-btn, .prev-btn i {
    margin: 0px 5px;
    font-size: 16px;
}
label.option-container {
    display: flex;
    margin: 15px 0px;
}
.option-container input {
    display: none;
}
.option-circle {
    width: 36px;
    height: 36px;
    border: 3px solid #ffffff;
    border-radius: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #000;
}
label.option-container span {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 16px;
}
label.option-container {
    display: flex;
    margin: 15px 0px;
    background: #f7c6db;
    width: 330px;
    padding: 0px 0px;
    align-items: center;
    border-radius: 36px;
    border: 3px solid #f7c6db;
}
.selected {
    background: #04c904 !important;
    border: 3px solid #049b04 !important;
}
.thank-you {
    color: #fff;
    text-align: center;
}
.question span {
    color: #ffd456;
    font-size: 15px;
    font-weight: 600;
}
.quiz-question-media img {
    width: 100%;
}
.timer {
    color: #ffd456;
    font-size: 20px;
    font-weight: 500;
}
.quiz-timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*end play quiz css */
