/*============================================ 
# Template Name: Lottery Pro
# Version: 1.0
# Date: 04/12/2022
# Author: softivus
# Author URI: https://www.templatemonster.com/authors/softivus
# Description: Lottery - HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&family=Lato:wght@100;300;400;700;900&display=swap");
:root {
  --head-font: "Inter", sans-serif;
  --para-font: "Lato", sans-serif;
  --body-color: #FFFFFF;
  --heading-color: #3F3F3F;
  --heading-2nd-color: #c8102e;
  --heading-3rd-color: #3F3F3F;
  --para-color: #3F3F3F;
  --blue:#4674C6;
  --para-2nd-color: #291554;
  --primary-color:#c8102e ;
  --secondary-color: #4674C6;

  --section-1st-color: #EBF2FA;
  --section-2nd-color: #EBF2FA;
  --section-3rd-color: #FFFFFF;
  --box-1st-color: #FFFFFF;
  --box-2nd-color: #EBF2FA;
  --box-3rd-color: #EBF2FA;
  --box-4th-color: #DFDFDF;
  --box-5th-color: #FFFFFF;
  --box-6th-color: #FFFFFF;
  --btn-color: #929292;
  --border-color: #DFDFDF;
  --border-2nd-color: #DFDFDF;
  --bg-gradient: radial-gradient(50% 50% at 50% 50%, #33BD91 0%, #386959 100%);
}

.dark-ui {
  --body-color: #1E2429;
  --heading-color: #FFFFFF;
  --heading-2nd-color: #EDCB50;
  --heading-3rd-color: #FFFFFF;
  --para-color: #DFDFDF;
  --para-2nd-color: #FFFFFF;
  --section-1st-color: #181B1E;
  --section-2nd-color: #051423;
  --section-3rd-color: #181B1E;
  --box-1st-color: #051423;
  --box-2nd-color: #0F1B27;
  --box-3rd-color: #262D34;
  --box-4th-color: #051423;
  --box-5th-color: #0F1B27;
  --box-6th-color: #262D34;
  --btn-color: #fff;
  --border-color: #262D34;
  --border-2nd-color: #3F3F3F;
  --bg-gradient: #181B1E;
}

.collapsing {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--head-font);
  background-color: var(--body-color);
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

section,
footer {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a, .heading {
  font-family: var(--head-font);
  color: var(--heading-color);
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  transition: all 0.3s;
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span, .heading span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--para-color);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: var(--para-color);
}


.max-un {
  max-width: unset;
}

.d-rtl {
  direction: rtl;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  cursor: pointer;
}

.single-input {
  margin-bottom: 25px;
}
.single-input select{
  border: 1px solid var(--border-color);
}
input,
textarea, select {
  padding: 10px 20px;
  color: var(--heading-color);
  width: 100%;
  font-family: var(--para-font);
  border-radius: 5px;
  background-color: var(--body-color);
  border: 1px solid var(--border-color);
  outline-color: transparent;
}
input::placeholder,
textarea::placeholder {
  color: var(--heading-color);
  opacity: 0.5;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--primary-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.b-none {
  border: none !important;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
h1 > a {
  font-size: 76px;
  line-height: 98.8px;
  margin-top: -20px;
}

h2,
h2 > a {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -14px;
}

h3,
h3 > a {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

h4,
h4 > a {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

h5,
h5 > a {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
}

h6,
h6 > a {
  font-size: 18px;
  line-height: 23.4px;
  margin-top: -4px;
}

table thead tr th {
  font-size: 18px;
  line-height: 30px;
}

a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

p,
span,
li,
label {
  margin: 0;
  font-family: var(--para-font);
  color: var(--para-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.section-text {
  margin-bottom: 35px;
}

.section-header {
  margin-bottom: 55px;
}

.cus-mar {
  margin-bottom: -30px;
}

.single-box {
  margin-bottom: 30px;
  padding: 30px 15px;
}

.sub-title {
  color: #FFF;
  font-weight: 700;
  margin-bottom: 27px;
}

.title {
  font-weight: 700;
  margin-bottom: 10px;

}

.xxltxt {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

.xltxt {
  font-size: 26px;
  line-height: 36px;
  /* margin-top: -7px; */
}

.lgtxt {
  font-size: 24px;
  line-height: 36px;
  margin-top: -7px;
  font-weight: 800;
}

.mdtxt {
  font-size: 16px;
  line-height: 22px;
}

.z-1 {
  z-index: 1;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .our-goal p{
    font-size: 15px !important;
line-height: 20px !important;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .header-section {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 575px) {
  .section-3 h2 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .timer-banner .content h3{
    font-size: 2.57rem !important;
  }
  .timer-banner .content {
    padding: 20px 20px !important;
  }
  footer img{
    width: 200px !important;
    height:auto !important;
  }
  .winners-table .game-balls .item-ball{
    padding-top: 5px;
  }

  #jactpot input{
width: 50% !important;
  }
  .game-area .col-lg-10{
    width: 100% !important;
  }
  .game-area .top-part .left ,   .game-area .top-part .middle ,   .game-area .top-part .right{
    width: 100% !important;
    text-align: center;

  }  .game-area .top-part{
    gap: 20px ;
  }
  .game-area .top-part input{
    width: 100% !important;
  }
  .winning-stories .section-1 h2 {
    font-size: 30px !important;
  }
  .winning-stories .section-1 .counter-boxes .box h4{
    margin-top: 0px !important;
    line-height: 41px !important;
  }
  .winning-stories .section-1   .slider{
   
    animation: sliderMove 5s linear infinite !important;
  
  }
  #searchStoryResults .card .card-body {
    display: grid
;
    grid-template-columns: 2fr 3fr;
    gap: 1rem;
}
#searchStoryResults .card picture{
max-height: 100vh !important;
overflow: hidden;
height: auto !important;
border-radius: .375rem;
max-width: 100%;
    display: block;
    max-height: 100vh;
}
  .check-your-numbers h2 {
    margin-bottom: 15px !important;
    margin-left: 10px;
  }
  .draw-result{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #drawResult table{
    width: 1800px !important;
  }
  #filter button{
    font-size: 14px;
    margin-top: 20px;
  }
  #filter .form-select-lg{
    font-size: 14px;
  }
  .previous-results .tabs-area button{
    width: 95% !important;
    margin-bottom: 5px;
  }
  .previous-results .tabs-area{
    flex-wrap: wrap;
  }
  #drawResult .card-body{
    overflow: auto !important;
  }
  .previous-result #filter button, .check-your-numbers #filter button {
    font-size: 14px !important;
  }
  .previous-result #filter select, .previous-result #filter input, .draw-result #filter select, .draw-result #filter input, .check-your-numbers #filter select {
    font-size: 15px !important;
  }
  .game-ball-group .item-powerball.match:before, .game-ball-group .item-2by2.match:before, .game-ball-group .item-lotto-america.match:before, .game-ball-group .item-pb-double-play.match:before {
    width: 0.25rem !important;
    height: 0.25rem !important;
  }

  
  .check-your-numbers  p{
    margin-left: 10px;
  }
  .check-your-numbers #filter{
    padding: 0 20px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  #searchNumbersResults{
    padding: 0 12px !important;
  }
  .previous-result #filter button{
    margin-top: 10px !important;
    font-size: 14px !important;
  }
  .previous-result #searchNumbersResults .card .bi-chevron-right {
    height: 30px  !important;
    width: 30px !important;
  }
  .white-balls, .red-balls, .black-balls, .powerball, .dp-powerball, .star-ball {
    height: 2rem !important;
    font-size: 14px !important;
    max-width: 2rem !important;
  }
  .previous-result h2{
    margin-bottom: 15px !important;
  }
  .previous-result #filter label{
    font-size: 16px !important;
  }
  .previous-result #filter select, .previous-result #filter input{
    font-size: 14px !important;
  }
}
.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}
*::-webkit-scrollbar-track {
  background: #00003e;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #5732c6;
}

.scrollToTop {
  position: fixed;
  
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: #fff !important;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

.preloader {
  width: 100%;
  height: 100vh;
  background-color: var(--primary-color);
  position: fixed;
  display: flex;
  overflow: hidden;
  z-index: 99999;
}
.preloader .load {
  position: absolute;
  min-width: 120px;
  min-height: 120px;
  z-index: 99999;
}
.preloader .load hr {
  border: 0;
  margin: 0;
  width: 35%;
  height: 35%;
  opacity: 1;
  position: absolute;
  border-radius: 50%;
  animation: preloaderSpin 2s ease infinite;
}
.preloader .load :first-child {
  background: #3F7FCA;
  animation-delay: -1.5s;
}
.preloader .load :nth-child(2) {
  background: #ED5050;
  animation-delay: -1s;
}
.preloader .load :nth-child(3) {
  background: #EDCB50;
  animation-delay: -0.5s;
}
.preloader .load :last-child {
  background: #291554;
}

.section-bg {
  position: relative;
}
.section-bg::before, .section-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.section-bg::after {
  z-index: -2;
}
.section-bg.dark-ui::before {
  opacity: 0.05;
}

.icon-svg {
  position: relative;
}
.icon-svg img {
  opacity: 1;
  position: absolute;
}
.icon-svg svg {
  position: absolute;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  transform: scale(1);
  transition: transform 0.3s, fill 0.5s;
  opacity: 0;
  visibility: hidden;
}
.icon-svg:hover svg {
  visibility: visible;
  opacity: 1;
  stroke-dashoffset: 0;
  fill: transparent;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}
.icon-svg:hover img {
  opacity: 0;
  visibility: hidden;
}

.accordion-button:focus {
  box-shadow: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes item {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
  background: var(--primary-color);
  padding: 7px 15px;
  color: var(--bs-white);
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 0;
  border-radius: 10px;
  font-weight: 700;
  transition: 0.3s;
}
.cmn-btn:before, .cmn-btn:after {
  content: "";
  background: var(--secondary-color);
  height: 51%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.cmn-btn:before {
  top: 0;
  left: 0;
  right: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cmn-btn:after {
  bottom: 0;
  right: 0;
  left: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cmn-btn i, .cmn-btn img {
  margin-left: 8px;
  color: var(--bs-white);
  font-size: 16px;
}
.cmn-btn i::before, .cmn-btn img::before {
  transform: rotate(180deg);
}
.cmn-btn:hover {
  color: var(--bs-white);
}
.cmn-btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.cmn-btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.cmn-btn.alt {
  background: var(--secondary-color);
}
.cmn-btn.alt:before, .cmn-btn.alt:after {
  background: var(--primary-color);
}

.slick-arrow {
  position: absolute;
  outline: none;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--box-6th-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slick-arrow i {
  color: var(--btn-color);
  font-size: 18px;
}
.slick-arrow:hover i {
  color: var(--secondary-color);
}
.slick-arrow.arafat-prev {
  left: calc(50% - 110px);
  z-index: 2;
  transform: rotate(180deg);
}
.slick-arrow.arafat-next {
  right: calc(50% - 110px);
}

.section-dots {
  text-align: center;
  position: absolute;
  bottom: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
}
.section-dots li {
  margin: 0 5px;
  display: inline-block;
  list-style: none;
}
.section-dots li .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #e2d9fd;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}
.section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}
.section-dots li.slick-active .dot {
  background-color: var(--primary-color);
}

.nice-select {
  background-color: var(--body-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  float: initial;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  line-height: initial;
  height: 100%;
  width: 100%;
}
.nice-select:focus, .nice-select:hover {
  border-color: var(--primary-color);
}
.nice-select::after {
  height: 9px;
  width: 9px;
  right: 20px;
  top: initial;
}
.nice-select .list {
  width: 100%;
  background-color: var(--body-color);
  border: 1px solid var(--primary-color);
  box-shadow: 0;
  margin-bottom: 4px;
  padding: 0;
}
.nice-select .current {
  color: var(--para-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin-right: 30px;
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 18px;
  padding: 8px 5px;
  min-height: initial;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  color: var(--primary-color);
  background-color: transparent;
}

.input-area {
  border-radius: 5px;
  background-color: var(--body-color);
  padding: 0 5px;
  margin: 30px 0 20px;
}
.input-area:focus-within {
  outline: 1px solid var(--primary-color);
  border: none;
}
.input-area input {
  padding: 10px;
  border: none;
  background: transparent;
}
.input-area button {
  padding: 4px 10px;
  background-color: transparent;
}

@keyframes preloaderSpin {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ripple2Ani {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(-5px, -5px);
  }
  66% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes stretch {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes rippleAni {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(5px, -5px);
  }
  66% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-color: transparent;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: var(--body-color);
}
.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}
.header-section .navbar-toggler:focus {
  box-shadow: none;
}
.header-section .navbar-toggler i {
  color: var(--primary-color);
}
.header-section .navbar {
  padding: 23px 15px;
  border-bottom: 1px solid var(--border-color);
}
.header-section .navbar .navbar-brand {
  margin-right: 70px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
  font-weight: 500;
  padding: 0 10px;
  text-transform: capitalize;
  font-weight: 600;
  background-color: transparent;
  font-family: var(--head-font);
  color: var(--para-color);
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:hover {
  color: var(--primary-color);
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
  color: var(--primary-color);
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
  margin-right: 15px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  content: "D";
  border: none;
  font-family: "arafat font";
  font-weight: 400;
  transform: rotate(270deg);
  font-size: 14px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--body-color);
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  display: block;
  padding: 5px 15px;
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
  margin-left: 10%;
}
.header-section .navbar .navbar-collapse .right-area {
  margin-left: 48px;
}
.header-section .navbar .navbar-collapse .right-area .switch-wrapper i {
  color: var(--btn-color);
}
.header-section .navbar .navbar-collapse .right-area .switch-wrapper i.active {
  color: var(--primary-color);
}
.header-section .navbar .navbar-collapse .right-area .switch-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 30px;
}
.header-section .navbar .navbar-collapse .right-area .switch-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.header-section .navbar .navbar-collapse .right-area .switch-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--blue);
  border-radius: 30px;
  transition: 0.4s;
}
.header-section .navbar .navbar-collapse .right-area .switch-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: var(--bs-white);
  transition: 0.4s;
}
.header-section .navbar .navbar-collapse .right-area .switch-wrapper input:checked + .slider {
  background-color: var(--blue);
}
.header-section .navbar .navbar-collapse .right-area .switch-wrapper input:focus + .slider {
  box-shadow: 0 0 1px var(--blue);
}
.header-section .navbar .navbar-collapse .right-area .switch-wrapper input:checked + .slider:before {
  transform: translateX(26px);
}
.header-section .nav-item.main-navbar .main-menu {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.header-section .nav-item.main-navbar .main-menu .sub-navbar {
  position: relative;
}
.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: 165px;
  top: 0;
  min-width: 12rem;
}
.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-section .nav-item.main-navbar:hover .main-menu {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.banner-section .overlay {
  /* background-color: var(--section-1st-color);
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: bottom; */
}
.banner-section .overlay h1 span {
  /* color: var(--primary-color); */
}
.banner-section .overlay h1 .win {
  color: #fff;
}
.banner-section .overlay .banner-content {
  padding: 0px 0 40px;
}
.banner-section .overlay .shape-area img {
  position: absolute;
  animation: spin 15s infinite linear;
}
.banner-section .overlay .shape-area .shape-1 {
  top: 15%;
  left: 5%;
}
.banner-section .overlay .shape-area .shape-4 {
  top: 20%;
  left: calc(45% - 10px);
}
.banner-section .overlay .shape-area .shape-3 {
  bottom: 12%;
  left: calc(40% - 10px);
}
.banner-section .overlay .shape-area .shape-2 {
  right: 5%;
  top: 5%;
}
.banner-section.inner-banner .banner-content {
  padding: 140px 0 115px;
  overflow: hidden;
}
.banner-section.inner-banner .banner-content h2 {
  color: var(--blue);
}
.banner-section.inner-banner .banner-content .breadcrumb-area .breadcrumb li {
  display: flex;
  align-items: center;
  color: var(--secondary-color);
  padding: 0;
}
.banner-section.inner-banner .banner-content .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "D";
  display: inline-block;
  font-family: "arafat font";
  transform: rotate(180deg);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 0 8px;
}
.banner-section.about::before {
  /* background-image: url(../images/about-page-bg.png); */
  background-size: cover;
}
.banner-section.about::after {
  background-color: var(--section-1st-color);
}
.banner-section.about .illus-area {
  right: 5%;
}
.banner-section.about .illus-area img {
  max-width: 90%;
}

.footer-section::before {
  /* background-image: url(../images/footer-bg.png);
  background-size: cover; */
}
footer{
background-color: var(--blue);
}
.footer-section::after {
  background-color: var(--section-3rd-color);
}
.footer-section .social a {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  margin-right: 15px;
  background-color: var(--box-6th-color);
}
.footer-section .social a i {
  color: var(--heading-3rd-color);
  font-size: 14px;
}
.footer-section .social a:hover i {
  color: var(--primary-color);
}
.footer-section .items a {
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}
.footer-section .items a:hover {
  color: var(--primary-color);
}
.footer-section .single-box {
  padding: 0;
  display: flex;
  align-items: center;
}
.footer-section .contact-location {
  gap: 10px;
  display: grid;
}
.footer-section .footer-bottom {
  border-top: 1px solid var(--border-color);
  padding: 30px 0;
}
.footer-section .footer-bottom a {
  color: inherit;
}
footer{
  margin-top: auto;
}
.lottery-slider {
  margin-top: 0px;
  overflow-x: initial;
  z-index: 1;
}
.lottery-slider .lottery-carousel {
  margin-bottom: -60px;
}
.single-slide {
  background-color: var(--section-3rd-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  text-align: center;
  height: 370px;
  width: 350px;
  /* background-image: url(../images/lottery-vector-1.png); */
  transition: 0.3s all;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  padding: 30px 10px;
  margin: 0 10px;
  margin-bottom: 20px;
}
.single-slide h6{
  margin-bottom: 20px;
  font-size: 20px;
  margin-top: 12px;

}
.single-slide:hover {
  background-image: url(../images/lottery-vector-2.png);
}
 .single-slide .icon-area img {
  /* box-shadow: 0px 6px 30px #3B4D36; */
  height: 130px;
  width: 130px;
  border-radius: 50%;
  margin: auto;
}
.single-slide h5 {
  margin: 22px 0 6px;
}
 .single-slide p span {
 color: var(--para-color);
 font-weight: 700;
}
 .single-slide .lgtxt {
  color: var(--heading-2nd-color);
  margin: 5px 0 8px;
}
.slick-list {
  margin-bottom: 40px;
}
.slick-arrow {
  top: calc(50% - 40px);
}
.lottery-slider .slick-arrow.arafat-prev {
  left: 0;
}
.lottery-slider .slick-arrow.arafat-next {
  right: 0;
}

.lucky-number::before {
  /* background-image: url(../images/lucky-number-bg.png);
  background-size: 100% 95%;
  background-position: bottom; */
}
.lucky-number .box select {
  background-color: var(--primary-color);
  color: var(--bs-white);
  padding: 12px;
  border: none;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.lucky-number .box::before {
  content: "D";
  display: inline-block;
  font-family: "arafat font";
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  transform: rotate(270deg);
  position: absolute;
  right: 15px;
  text-align: center;
  color: var(--bs-white);
  pointer-events: none;
  transition: 0.3s;
}
.lucky-number .box:hover::before {
  transform: rotate(180deg);
}
.lucky-number .menu-area {
  background-color: var(--box-1st-color);
  padding: 10px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.lucky-number .menu-area li {
  border-bottom: 1px solid var(--border-color);
}
.lucky-number .menu-area li:last-child {
  border: none;
}
.lucky-number .menu-area li a {
  font-weight: 600;
  color: #3F7FCA;
  margin-top: 15px;
}
.lucky-number .nav-link {
  background-color: var(--box-1st-color);
  margin: 10px 0;
  transition: 0.3s all;
  padding: 25px 20px;
  border-radius: 10px;
}
.lucky-number .nav-link .price span {
  color: var(--secondary-color);
}
.lucky-number .nav-link .icon-area img {
  box-shadow: 0px 6px 30px #313C57;
  border-radius: 50%;
}
.lucky-number .nav-link:hover, .lucky-number .nav-link.active {
  background-color: var(--primary-color);
}
.lucky-number .nav-link:hover span, .lucky-number .nav-link.active span {
  color: var(--bs-white);
}
.lucky-number .tab-content .top-area {
  padding: 30px 23px;
  background: var(--box-2nd-color);
  border-bottom: 1px solid var(--border-color);
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.lucky-number .tab-content .top-area .cmn-btn img {
  margin: 0;
  margin-right: 10px;
}
.lucky-number .tab-content .picks-number-area {
  background: var(--box-1st-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.lucky-number .tab-content h5 {
  font-weight: 500;
}
.lucky-number .tab-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 0;
}
.lucky-number .tab-content li {
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--border-2nd-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lucky-number .tab-content li:hover, .lucky-number .tab-content li.numActive {
  border-color: transparent;
}
.lucky-number .tab-content li:hover span, .lucky-number .tab-content li.numActive span {
  background: radial-gradient(circle at 50% 25%, #fff, #bbb);
  border: solid 1px #d2d2d2;
  color: #000;
}
.lucky-number .tab-content li.deactive {
  pointer-events: none;
}
.lucky-number .tab-content li span {
  border-color: #c9c9c9;
  background: radial-gradient(circle at 50% 25%, #fff, #bbb);
  border: solid 1px #d2d2d2;
  perspective: 600px;
  perspective-origin: 50% 50%;
  color: #101820;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight:600 ;

}
.lucky-number .tab-content .pick-power-ball {
  border-top: 1px solid var(--border-color);
  margin-top: 5px;
  padding-top: 25px;
}
.lucky-number .tab-content .pick-power-ball li:hover span, .lucky-number .tab-content .pick-power-ball li.ballActive span {
  background: radial-gradient(50% 50% at 50% 50%, #FF0000 0%, #743232 100%);
  color: var(--bs-white);
}
.lucky-number .tab-content .selected-number {
  padding: 0px 13px;
  border-radius: 5px;
  /* background: var(--primary-color); */
  text-align: center;
}
.lucky-number .tab-content .selected-number .select-number-area {
  display: grid;
  gap: 20px;
}
.lucky-number .tab-content .selected-number p, .lucky-number .tab-content .selected-number span, .lucky-number .tab-content .selected-number h5 {
  color: var(--bs-white);
}
.lucky-number .tab-content .selected-number .disable-items {
  opacity: 0.1;
}
.table-pick td{
    background: var(--blue);
color: white;
  padding: 0;
  padding-right: 10px;
  justify-content: space-between !important;
  gap: 5px !important;
}
.lucky-number .tab-content .selected-number ul.output-box {
  background: var(--blue);
  border-radius: 10px;
  padding: 0;
  padding-right: 10px;
  justify-content: space-between !important;
  gap: 5px !important;
}
.lucky-number .tab-content .selected-number ul:not(.parent) {
  background: var(--blue);
  border-radius: 10px;
  padding: 0;
  padding-right: 10px;
  justify-content: space-between !important;
  gap: 5px !important;
}
.lucky-number .tab-content .selected-number ul .head-area {
  width: 90px;
  height: 64px;
  background: var(--blue);
  border-radius: 10px 0px 0px 10px;
  border: none;
}
.lucky-number .tab-content .selected-number ul .head-area span {
 border-radius: 0px !important;
 background:var(--blue)  !important;
 border:none !important;
 width: 100px !important;
}
.lucky-number .tab-content .selected-number ul li {
  border: none;
}
.lucky-number .tab-content .selected-number ul li:last-child:hover, .lucky-number .tab-content .selected-number ul li:last-child.ballActive {
  border: none;
}
.lucky-number .tab-content .selected-number ul li:last-child:hover span, .lucky-number .tab-content .selected-number ul li:last-child.ballActive span {
  background: #c8102e;
  color: var(--bs-white);
  border: none;
}
.lucky-number .tab-content .selected-number .ticket-price {
  padding: 0 20px;
}
.lucky-number .tab-content .selected-number .ticket-price span {
  color: #DFDFDF;
}
.lucky-number .tab-content .selected-number .btn-area .cmn-btn {
  border: 1px solid var(--secondary-color);
}
.lucky-number .tab-content .selected-number .payment-methods {
  padding: 0 20px;
}
.lucky-number .tab-content .selected-number .payment-methods p {
  color: #EDCB50;
}
.lucky-number .tab-content .selected-number .payment-methods ul {
  gap: 15px !important;
  justify-content: start !important;
  background-color: transparent;
}
.lucky-number.lotteries::after {
  background-color: var(--section-1st-color);
}
.lucky-number.lotteries::before {
  background-image: url(../images/lotteries-results-bg.png);
}

.about-us {
  /* background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-color: var(--section-1st-color);
  background-size: cover; */
  background-color: #fff;
  text-align: center;

}
.about-us  .sub-title{color:var(--heading-color);}
.about-us  .title{color: var(--heading-color) !important;}
.about-us .overlay {
 /* background: url(../images/about-illus.png);
  background-repeat: no-repeat;
  background-position: right 80px bottom; */
}
.about-us .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.recent-lottery-results::before {
  /* background-image: url(../images/lottery-results-bg.png); */
}
.recent-lottery-results .lucky-number {
  background-image: none;
}
.recent-lottery-results .single-box {
  display: flex;
  padding: 30px;
  gap: 25px;
  background: var(--box-5th-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.recent-lottery-results .single-box img {
  border-radius: 50%;
}
.recent-lottery-results p span {
  color: #3F7FCA;
}
.recent-lottery-results .price span {
  color: var(--secondary-color);
  font-weight: 600;
}
.recent-lottery-results.results::before {
  background-image: url(../images/lottery-bg.png);
}
.recent-lottery-results.results .shape-area img {
  position: absolute;
  animation: spin 15s infinite linear;
}
.recent-lottery-results.results .shape-area .shape-1 {
  top: 19%;
  right: 3%;
  width: 55px;
}
.recent-lottery-results.results .shape-area .shape-2 {
  bottom: 20%;
  left: 3%;
}
.recent-lottery-results.results .shape-area .shape-3 {
  bottom: 15%;
  right: 5%;
}
.recent-lottery-results.results .shape-area .shape-4 {
  top: 20%;
  left: 5%;
  width: 30px;
}
.recent-lottery-results.results .shape-area .shape-5 {
  top: 8%;
  left: 20%;
}
.recent-lottery-results.results .shape-area .shape-6 {
  bottom: 10%;
  left: 3%;
  width: 30px;
}
.recent-lottery-results.results .shape-area .shape-7 {
  bottom: 15%;
  right: 10%;
}

.ticket-checker {
  /* background: var(--bg-gradient); */
  overflow-x: initial;
}
.ticket-checker .shape-area img {
  position: absolute;
  animation: spin 15s infinite linear;
}
.ticket-checker .shape-area .shape-1 {
  top: 20%;
  left: 2%;
}
.ticket-checker .shape-area .shape-2 {
  bottom: 15%;
  left: calc(45% - 10px);
}
.ticket-checker .shape-area .shape-3 {
  top: 8%;
  right: 5%;
}
.ticket-checker .shape-area .shape-4 {
  top: 8%;
  left: calc(45% - 10px);
}
.ticket-checker .shape-area .shape-5 {
  top: 5%;
  left: 5%;
}
.ticket-checker .shape-area .shape-6 {
  bottom: 10%;
  left: 3%;
  width: 30px;
}
.ticket-checker .shape-area .shape-7 {
  bottom: 15%;
  right: 10%;
}
.ticket-checker .overlay {
  background-image: url(../images/ticket-checker-illus.png);
  background-repeat: no-repeat;
  background-position: left 80px bottom;
}
.ticket-checker .lucky-number {
  background-image: none;
}
.ticket-checker h6 {
  font-weight: 600;
}
.ticket-checker .main-content {
  padding: 30px;
  background: var(--box-6th-color);
  border-radius: 10px;
}

.counter-section {
  background-color: var(--section-2nd-color);
  background-image: url(../images/counter-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.counter-section .single-box {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.counter-section .single-box .icon-area img {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.counter-section h3 {
  color: var(--primary-color);
}
.counter-section .even h3 {
  color: var(--secondary-color);
}

.how-works::before {
  background-image: url(../images/how-works-bg.png);
}
.how-works .shape-area img {
  position: absolute;
  animation: spin 15s infinite linear;
}
.how-works .shape-area .shape-1 {
  top: 25%;
  right: 5%;
  width: 55px;
}
.how-works .shape-area .shape-2 {
  bottom: 15%;
  left: 5%;
}
.how-works .shape-area .shape-3 {
  bottom: 15%;
  right: 5%;
}
.how-works .shape-area .shape-4 {
  top: 20%;
  left: 5%;
  width: 30px;
}
.how-works .shape-area .shape-5 {
  top: 8%;
  left: 20%;
}
.how-works .shape-area .shape-6 {
  bottom: 10%;
  left: 3%;
  width: 30px;
}
.how-works .shape-area .shape-7 {
  bottom: 15%;
  right: 10%;
}
.how-works .single-box {
  padding: 0;
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.how-works .single-box .icon-area img {
  max-width: unset;
}
.how-works .scroll-line {
  position: relative;
  justify-content: center;
  margin: -15px 0;
  overflow: hidden;
}
.how-works .scroll-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: calc(50% - 0px);
  top: 0;
  background: var(--border-2nd-color);
  z-index: -1;
}
.how-works .scroll-line .point-area {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(224, 7, 36);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  margin: auto;
}
.how-works .scroll-line .point-area span {
  color: var(--bs-white);
  font-weight: 700;
}

.why-best::before {
  /* background-image: url(../images/why-best-bg.png);
  background-size: cover; */
}
.why-best::after {
  background-color: var(--section-3rd-color);
}
.why-best .single-box {
  background-color: var(--box-6th-color);
  text-align: center;
}
.why-best .single-box .text-area {
  margin: 14px 0 4px;
}

.testimonials .shape-area img {
  position: absolute;
  animation: spin 15s infinite linear;
}
.testimonials .shape-area .shape-1 {
  top: 25%;
  right: 5%;
  width: 55px;
}
.testimonials .shape-area .shape-2 {
  bottom: 15%;
  left: 5%;
}
.testimonials .shape-area .shape-3 {
  bottom: 15%;
  right: 5%;
}
.testimonials .shape-area .shape-4 {
  top: 20%;
  left: 5%;
  width: 30px;
}
.testimonials .shape-area .shape-5 {
  top: 8%;
  left: 20%;
}
.testimonials .shape-area .shape-6 {
  bottom: 10%;
  left: 3%;
  width: 30px;
}
.testimonials .shape-area .shape-7 {
  bottom: 15%;
  right: 10%;
}
.testimonials::before {
  background-image: url(../images/how-works-bg.png);
}
.testimonials .slick-list {
  margin: -15px 0;
  margin-bottom: 0;
  padding-bottom: 55px !important;
}
.testimonials .img-area {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.testimonials .img-area img {
  margin: auto;
  max-width: unset;
}
.testimonials .single-content {
  background: var(--box-1st-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 20px;
  margin: 15px;
}
.testimonials .single-slide {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials .single-slide h5 {
  font-weight: 500;
  margin: 14px 0 0;
}
.testimonials .star-area {
  margin: 20px 0 8px;
}
.testimonials .star-area i {
  color: #F3C244;
}
.testimonials .star-area .blank {
  color: #D9D9D9;
}
.testimonials .slick-arrow {
  box-shadow: none;
  border: 1px solid var(--border-color);
}
.testimonials .slick-arrow.arafat-next {
  right: calc(50% - 60px);
}
.testimonials .slick-arrow.arafat-prev {
  left: calc(50% - 60px);
}

.our-goal::before {
  background-image: url(../images/our-goal-bg.png);
  background-size: cover;
}
.our-goal ul {
  margin-top: 15px;
}
.our-goal ul .icon-area {
  display: flex;
  align-items: center;
}
.our-goal ul li {
  display: flex;
  align-items: center;
}
.our-goal ul li img {
  margin-right: 6px;
}
.our-goal .shape-area img {
  position: absolute;
  animation: spin 15s infinite linear;
  width: 60px;
}
.our-goal .shape-area .shape-1 {
  bottom: 5%;
  right: 3%;
}
.our-goal .shape-area .shape-2 {
  bottom: 5%;
  left: 3%;
  width: 40px;
}
.our-goal .shape-area .shape-3 {
  top: 8%;
  right: 5%;
}
.our-goal .shape-area .shape-4 {
  top: 5%;
  left: 1%;
}

.our-authority::before {
  background-image: url(../images/lottery-results-bg.png);
}
.our-authority .single-box {
  background: var(--box-5th-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 0;
  margin: 0 15px;
  margin-bottom: 30px;
}
.our-authority .single-box .profile-area {
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  transition: 0.5s all;
}
.our-authority .single-box .profile-area img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.our-authority .single-box .text-area {
  padding: 20px 10px 30px;
}
.our-authority .single-box .text-area p {
  margin: 4px 0 14px;
}
.our-authority .single-box:hover .profile-area {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.our-authority .social a {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-2nd-color);
  transition: 0.3s all;
  margin: 0 10px;
}
.our-authority .social a i {
  color: var(--heading-3rd-color);
  font-size: 14px;
}
.our-authority .social a:hover i {
  color: var(--primary-color);
}
.our-authority .slick-arrow {
  box-shadow: none;
  border: 1px solid var(--border-color);
}
.our-authority .slick-arrow.arafat-next {
  right: calc(50% - 60px);
}
.our-authority .slick-arrow.arafat-prev {
  left: calc(50% - 60px);
}
.our-authority .slick-list {
  padding-bottom: 50px !important;
}

.lottery-house .shape-area img {
  position: absolute;
  animation: spin 15s infinite linear;
}
.lottery-house .shape-area .shape-1 {
  top: 25%;
  right: 5%;
  width: 55px;
}
.lottery-house .shape-area .shape-2 {
  bottom: 15%;
  left: 5%;
}
.lottery-house .shape-area .shape-3 {
  bottom: 15%;
  right: 5%;
}
.lottery-house .shape-area .shape-4 {
  top: 20%;
  left: 5%;
  width: 30px;
}
.lottery-house .shape-area .shape-5 {
  top: 8%;
  left: 20%;
}
.lottery-house .shape-area .shape-6 {
  bottom: 10%;
  left: 3%;
  width: 30px;
}
.lottery-house .shape-area .shape-7 {
  bottom: 15%;
  right: 10%;
}
.lottery-house .single-slide {
  margin: 0;
  margin-bottom: 30px;
}
.lottery-house.syndicate .single-slide {
  padding: 30px;
}
.lottery-house.syndicate .lgtxt {
  color: var(--secondary-color);
  margin: 25px 0 10px;
}
.lottery-house.syndicate p span {
  color: #3F7FCA;
}
.lottery-house.syndicate .in-time {
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-top: 10px;
}
.lottery-house.syndicate .countdown h5 {
  margin: 0;
  color: var(--heading-2nd-color);
}
.lottery-house.syndicate .countdown .days, .lottery-house.syndicate .countdown .hours, .lottery-house.syndicate .countdown .minutes {
  color: var(--heading-2nd-color);
}

.pagination-area .previous i {
  transform: rotate(180deg);
}
.pagination-area a {
  margin: 0 5px;
  transition: 0.5s;
}
.pagination-area .prev-next {
  margin: 0 10px;
}
.pagination-area .prev-next:hover {
  color: var(--primary-color);
}
.pagination-area .cmn-btn {
  border: 1px solid var(--border-2nd-color);
  background: transparent;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--para-color);
}
.pagination-area .cmn-btn:hover {
  color: var(--bs-white);
}
.pagination-area .cmn-btn:hover i {
  color: var(--bs-white);
}
.pagination-area .cmn-btn i {
  margin: 0;
  color: var(--para-color);
}

.questions-asked .nav {
  display: grid;
  padding: 30px;
  background: var(--section-2nd-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.questions-asked .nav li button {
  padding: 8px 10px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  border: none;
  color: var(--para-color);
  font-weight: 600;
  background-color: transparent;
  transition: 0.3s;
}
.questions-asked .nav li button:before {
  content: "D";
  display: inline-block;
  transform: rotate(180deg);
  font-family: "arafat font";
  color: var(--para-color);
  font-size: 16px;
  font-weight: 600;
}
.questions-asked .nav li button.active, .questions-asked .nav li button:hover {
  background: var(--blue);
  color: var(--bs-white);
  padding-left: 25px;
}
.questions-asked .nav li button.active:before, .questions-asked .nav li button:hover:before {
  color: var(--bs-white);
}
.questions-asked .tab-content {
  padding: 30px;
  padding-bottom: 20px;
  background: var(--box-1st-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.questions-asked .tab-content h4 {
  color: var(--blue);
  margin-bottom: 20px;
}
.questions-asked .tab-content .accordion-header {
  margin: 0;
}
.questions-asked .tab-content .accordion-item {
  padding: 14px 20px;
  background: var(--box-5th-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  margin-bottom: 15px;
}
.questions-asked .tab-content .accordion-body {
  padding: 0;
  margin-top: 15px;
}
.questions-asked .tab-content .accordion-button {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  color: var(--para-color);
  font-size: inherit;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.questions-asked .tab-content .accordion-button::after {
  content: "E";
  font-family: "arafat font";
  z-index: 1;
  position: absolute;
  right: 0;
  font-size: 16px;
  width: initial;
  height: initial;
  transform: rotate(270deg);
  background-image: none;
}
.questions-asked .tab-content .accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.latest-news .single-box {
  padding: 10px 30px 10px 10px;
  gap: 30px;
  display: flex;
  align-items: center;
  background: var(--box-1st-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.latest-news .single-box .blog-img img {
  max-width: unset;
}
.latest-news .single-box .price p span {
  font-size: inherit;
  font-weight: inherit;
  color: var(--secondary-color);
}
.latest-news .single-box .price .icon-bg {
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-white);
  background: var(--box-3rd-color);
  border-radius: 5px;
}
.latest-news .single-box .price i {
  color: var(--blue);
  font-size: 18px;
}
.latest-news .latest-news-carousel .single-box {
  margin: 15px;
}
.latest-news .latest-news-carousel .slick-list {
  padding-bottom: 65px !important;
}
.latest-news .latest-news-carousel .slick-arrow {
  box-shadow: none;
  border: 1px solid var(--border-color);
}
.latest-news .latest-news-carousel .slick-arrow.arafat-next {
  right: calc(50% - 60px);
}
.latest-news .latest-news-carousel .slick-arrow.arafat-prev {
  left: calc(50% - 60px);
}

.blog-single .main-content {
  padding: 30px 10px;
  background: var(--box-5th-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.blog-single .main-content .social a {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  margin-left: 15px;
  border: 1px solid var(--border-color);
  background-color: var(--box-6th-color);
}
.blog-single .main-content .social a i {
  color: var(--heading-3rd-color);
  font-size: 14px;
}
.blog-single .main-content .social a:hover i {
  color: var(--primary-color);
}
.blog-single .main-content .details-area img {
  border-radius: 50%;
}
.blog-single .main-content .details-area p {
  font-weight: 600;
}
.blog-single .main-content .details-area .right-area {
  color: #3F7FCA;
}
.blog-single .main-content .blog-img img {
  border-radius: 10px;
}
.blog-single .main-content .tag-area p {
  font-weight: 600;
}
.blog-single .main-content .text-content {
  padding: 20px;
}
.blog-single .comment-area {
  padding: 30px;
  background: var(--box-5th-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.blog-single .comment-area .avatar img {
  border-radius: 50%;
  max-width: unset;
}
.blog-single .comment-area .head-area .xltxt {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-single .comment-area .head-area .xltxt::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #3F7FCA;
  border-radius: 50%;
  right: -15px;
}
.blog-single .comment-area .comment-single {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog-single .comment-area .comment-single:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-single .comment-area .bottom-area li {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.blog-single .comment-area input {
  background-color: var(--box-6th-color);
}

.get-in-touch {
  position: relative;
}
.get-in-touch::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40%;
  background: var(--section-1st-color);
  bottom: 0;
  z-index: -1;
}
.get-in-touch .single-box {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  background: var(--box-5th-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.get-in-touch .single-box a {
  display: block;
}
.get-in-touch .single-box .img-area img {
  max-width: unset;
}
.get-in-touch .form-area {
  padding: 30px;
  background: var(--box-1st-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.get-in-touch .error {
  color: var(--secondary-color);
}
.get-in-touch .errorget {
  color: var(--primary-color);
}

.maps-area iframe {
  height: 600px;
}

.signup-signin .form-area {
  padding: 30px;
  background: var(--box-1st-color);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.signup-signin .checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.signup-signin .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.signup-signin .checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
  background-image: url(../images/icon/check-box.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  background-position: center;
}
.signup-signin .checkbox-wrapper .checkmark {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid #3d3636;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-signin .checkbox-wrapper .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  background-image: unset;
}
.signup-signin .check-area a {
  margin: 0 5px;
  color: #3F7FCA;
}
.signup-signin .already-acc a {
  color: var(--secondary-color);
}
.signup-signin .or {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.signup-signin .or::before, .signup-signin .or::after {
  position: absolute;
  content: "";
  background: var(--border-color);
  height: 1px;
  width: 48%;
}
.signup-signin .or::before {
  left: 0;
}
.signup-signin .or::after {
  right: 0;
}
.signup-signin .social a {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  margin: 0 10px;
  background-color: var(--box-6th-color);
  border: 1px solid var(--border-color);
}
.signup-signin .social a i {
  color: var(--heading-3rd-color);
  font-size: 14px;
}
.signup-signin .social a:hover i {
  color: var(--primary-color);
}

.dark-ui.banner-section .overlay, .dark-ui.about-us, .dark-ui.counter-section {
  background-image: none;
}

@media (max-width: 1599px) {
  .ticket-checker .overlay {
    background-position: left 40px bottom;
    background-size: 45%;
  }
  
}
@media only screen and (min-width:1400px){
  .header-section .navbar{
    padding: 8px 15px !important;
  }
}
@media (max-width: 1399px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-arrow::before {
    width: 40px;
    height: 40px;
  }
  .section-dots {
    bottom: 53px;
  }
  .slick-arrow.arafat-next {
    right: calc(50% - 95px);
  }
  .slick-arrow.arafat-prev {
    left: calc(50% - 95px);
  }
  .header-section .navbar .navbar-brand .logo {
    height: auto;
    width: 190px;
  }
  .lucky-number .tab-content li,
.lucky-number .tab-content li span {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .lucky-number .tab-content .selected-number ul li {
    width: initial;
    height: initial;
    min-width: initial;
  }
  .lucky-number .tab-content .top-area .cmn-btn {
    padding: 10px 15px;
  }
  .about-us .overlay {
    background-position: right 40px bottom;
    background-size: 40%;
  }
  .about-us .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-section.about .illus-area {
    right: -10%;
  }
  .banner-section.about .illus-area img {
    max-width: 80%;
  }
  .error-page img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .banner-section .overlay .banner-content{
    padding: 0px 0 103px;
  }

  
  h1, h1 > a {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -16px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
  .preloader {
    background-size: 30%;
  }
  .header-section .navbar .navbar-brand {
    margin-right: 30px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
    font-size: 16px;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 30px;
  }
  .lucky-number .tab-content {
    margin-top: 30px;
  }
  .how-works .scroll-line::before {
    display: none;
  }
  .banner-section.about .illus-area img {
    width: 70%;
  }
  .latest-news .latest-news-carousel .slick-list,
.our-authority .slick-list {
    padding-bottom: 30px !important;
  }
  .latest-news .latest-news-carousel .single-box {
    margin: 15px 5px;
  }
}
@media (max-width: 991px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 68.4px;
    margin-top: -16px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 51.6px;
    margin-top: -10px;
  }
  h3, h3 > a {
    font-size: 32px;
    line-height: 38.4px;
    margin-top: -8px;
  }
  h4, h4 > a, .xxltxt {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h5, h5 > a, .xltxt {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }
  h6, h6 > a, table thead tr th, button, a, p, span, li {
    font-size: 16px;
    line-height: 22px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .title {
    margin-bottom: 20px;
  }
  .lgtxt {
    font-size: 20px;
    line-height: 28px;
  }
  .cmn-btn {
    align-items: baseline;
    padding: 10px 20px;
  }
  .cmn-btn i {
    font-size: 12px;
  }
  .cmn-btn [class*=icon-]:before {
    line-height: 1;
  }
  .header-section {
    background-color: var(--section-1st-color);
  }
  .header-section .navbar-toggler {
    display: inline-block;
  }
  .header-section .navbar .navbar-brand {
    margin-top: -5px;
    width: 35%;
  }
  .header-section .navbar .navbar-brand img {
    max-width: initial;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    height: 200px;
    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
    left: 60px;
  }
  .header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    right: 0;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: none;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .header-section .nav-item.dropdown .dropdown-menu {
    position: initial;
  }
  .header-section .navbar .navbar-collapse .right-area .lang {
    display: none !important;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
  .banner-section .overlay .banner-content {
    padding: 0px 0 60px;
  }
  .section-text {
    margin-bottom: 20px;
  }
  .sec-img {
    text-align: center;
    margin-top: 30px;
    max-width: 65%;
  }
  .sec-img img {
    max-width: 100% !important;
  }
  .about-us .overlay {
    background-image: none;
  }
  .banner-section.about .illus-area img {
    display: none;
  }
  .banner-section.inner-banner .banner-content {
    padding: 210px 0 80px;
  }
  .banner-section.inner-banner .banner-content h2 {
    margin-bottom: 7px;
  }
  .blog-single .main-content .text-content {
    padding: 20px 10px;
  }
  .blog-single .main-content {
    padding: 20px 10px;
  }
  .maps-area iframe {
    height: 400px;
  }
  .questions-asked .nav,
.questions-asked .tab-content {
    padding: 20px 10px;
  }
  .lucky-number .nav-link .icon-area img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .latest-news .single-box {
    display: grid;
    padding: 30px;
  }
  .latest-news .single-box .blog-img img {
    width: 100%;
  }
  .questions-asked .tab-content {
    margin-top: 25px;
  }
  .questions-asked .tab-content .accordion-button {
    padding-right: 20px;
  }
  .lottery-slider .single-slide .icon-area img {
    width: 75px;
  }
}
@media (max-width: 575px) {
  .estimated-jackpot-section .col{
    width: 100% !important;
  }
  .estimated-jackpot-section .winner-card .card-body{
    width: 100% ;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .estimated-jackpot-section .winner-card {
    flex-wrap: wrap;
  }
  h1, h1 > a {
    font-size: 40px;
    line-height: 46px;
    margin-top: -9px;
  }
  h2, h2 > a {
    font-size: 30px;
    line-height: 36px;
    margin-top: -7px;
  }
  h3, h3 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h4, h4 > a {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }
  a, p, span, li, .cmn-btn, thead tr th, tbody tr th, tbody tr td, input, label, textarea, h6, h6 > a {
    font-size: 16px;
    line-height: 19px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .title {
    margin-bottom: 15px;
  }
  .sub-title {
    margin-bottom: 14px;
  }
  .xxltxt {
    font-size: 20px;
    line-height: 24px;
  }
  .xltxt {
    font-size: 18px;
    line-height: 25.5px;
  }
  .lgtxt {
    font-size: 16px;
    line-height: 22.4px;
  }
  .header-section .navbar {
    padding: 0px 15px;
  }
  .lucky-number .nav-link {
    padding: 15px 20px;
  }
  .ticket-checker .shape-area img {
    display: none;
  }
  .testimonials .single-slide {
    display: block;
  }
  .testimonials .img-area {
    display: inline-block;
    margin-bottom: 20px;
  }
  .testimonials .single-content {
    padding: 20px 10px;
    margin: 15px 10px;
  }
  .testimonials .slick-list {
    padding-bottom: 40px !important;
  }
  .banner-section.inner-banner .banner-content {
    padding: 170px 0 60px;
  }
  .our-goal ul li {
    margin-top: 5px;
  }
  .blog-single .main-content .social a {
    margin: 0;
    margin-right: 15px;
  }
  .blog-single .comment-area {
    padding: 30px 15px;
  }
  .maps-area iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .lucky-number .tab-content .selected-number ul .head-area {
    width: 40px;
    height: 40px;
  }
  .recent-lottery-results .single-box {
    display: grid;
    padding: 20px;
  }
  .recent-lottery-results .single-box img {
    width: 90px;
  }
  .ticket-checker .main-content {
    padding: 30px 20px;
  }
  .ticket-checker .lucky-number .tab-content ul {
    padding-top: 0;
  }
  .counter-section .col-6 {
    width: 100% !important;
  }
  .how-works .single-box {
    display: grid;
  }
  .how-works .single-box .icon-area img {
    max-width: 70px;
  }
  .how-works .single-box .text-end {
    text-align: start !important;
    order: 1;
  }
  .blog-single .comment-area .comment-single {
    display: grid !important;
  }
  .latest-news .single-box {
    padding: 20px 10px;
  }
  .pagination-area .cmn-btn {
    min-width: 30px;
    min-height: 30px;
  }
  .pagination-area .prev-next {
    margin: 0 5px;
  }
  .get-in-touch .single-box {
    padding: 15px 10px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .get-in-touch .single-box img {
    width: 80px;
  }
  .get-in-touch .form-area {
    padding: 30px 20px;
  }
  .lottery-house.syndicate .single-slide {
    padding: 20px 10px;
  }
  .signup-signin .form-area {
    padding: 20px 10px;
  }
  .signup-signin .check-area {
    flex-wrap: wrap;
    gap: 10px;
  }
  .signup-signin .checkbox-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 375px) {
  .lottery-house .col-8,
.lucky-number .col-9 {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */


.previous-result , .draw-result , .check-your-numbers  , .winning-stories{
  padding: 140px 0 103px;
}
.previous-result h2 , .draw-result h2 ,  .check-your-numbers h2 , .winning-stories h2{
  font-size: 40px;
  color: #000;
  margin-bottom: 0px;
}
.previous-result  p ,  .check-your-numbers p {
  font-size: 18px;
  margin-bottom: 1rem;
  color: #000;
}
.previous-result #filter label ,.draw-result #filter label , .check-your-numbers #filter label{
color: rgb(16, 24, 32);
font-size: 18px;
font-weight: 500;
font-family: var(--head-font);
}
.previous-result #filter  button ,  .check-your-numbers #filter button {
  border-radius: .5rem !important;
  font-weight: 600;
  font-size: 20px ;
}
.previous-result #filter  select , .previous-result #filter input , .draw-result #filter  select , .draw-result #filter input , .check-your-numbers #filter select {
  color: #212529 !important;
  font-weight: 400;
  border-radius: .5rem !important;
}
.previous-result #searchNumbersResults .card{
  text-decoration: none;
  color: #101820;
  border-color: #dfe2e1;
  transition: height 3s ease-in-out !important;
 

}
.previous-result #searchNumbersResults .card .bi-chevron-right:hover{
  fill: red;
}
.previous-result #searchNumbersResults .card .bi-chevron-right{
  right: 0;
  background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    transition: fill .3s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-20px);
}
.previous-result #searchNumbersResults .card .card-title , #searchNumbersResults .card-title{
  margin-bottom: .5rem !important;
  font-size: 20px !important;
  color: #000;
  font-family: var(--head-font);
}

 .white-balls, .red-balls, .black-balls, .powerball, .dp-powerball, .star-ball {
  display: flex
  ;
      flex: 1 0 3rem;
      align-items: center;
      justify-content: center;
      position: relative;
      max-width: 3rem;
      height: 3rem;
      aspect-ratio: 1;
      border-radius: 100%;
   
      padding: 0;
    
      font-weight: 700;
      font-style: normal;
      text-align: center;
     
      font-size: 1.25rem;
}
.red-balls{
  background-color: #e30c07;
  border: none;
  color:#fff ;
}
.game-ball-group .white-balls {
  border-color: #c9c9c9;
  background: radial-gradient(circle at 50% 25%, #fff, #bbb);
  border: solid 1px #d2d2d2;
  perspective: 600px;
  perspective-origin: 50% 50%;
  color: #101820;
}
.previous-result #loadMore{
  border-radius: .5rem;
  font-size: 20px;
  font-weight: 600;
}
.btn-primary{
  background-color: var(--primary-color) !important;
}
.previous-result .item-doubler {
background-color: #e30c07!important;
display: flex
;
    justify-content: center;
    align-items: center;
    gap: 5px;
border-radius: 50rem;  
font-weight:800 ;

    color: #fff;
    font-style: normal;
    border: none;
    max-width: 200px;
    font-size: 16px;
}
.previous-result .item-doubler .multiplier{
  font-size: 1.25rem;
  color: #fff;
  font-weight:800 ;
}
.card.number-card, .card.winner-card, .card.next-card{
  border-color: #e1e1e180;
  background: linear-gradient(0deg, #fff 27.99%, #f9f9fa 32.73%, #cdcfd0 72.15%, #bcbec0 92.12%);
  border-radius: 6px;
  box-shadow: 5px 5px 5px #00000026;
}
 #drawResult .card-body{
  position: relative;
 }
 #drawResult .spinner{
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 17px;
  right: 15px;
  margin: 0;
  width: 30px;
  height: 30px;
 }
 #drawResult .card .card-body .card-prev, #drawResult .card .card-body .card-next{
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
 }
 #drawResult .card .card-body .card-prev{
  left:0;
 }
 #drawResult .card .card-body .card-next{
  right: 0;
 }
 .card .card-body .bi-chevron-left, .card .card-body .bi-chevron-right {
  background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
    transition: fill .3s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-20px);
    color: #101820;
 }
 .card .card-body .bi-chevron-left:hover, .card .card-body .bi-chevron-right:hover{
  color: red;
 }
 #drawResult .card-title , .white-card-title{
  background: #fff;
  color: #101820;
  max-width: 100%;
  width: 300px;
    max-width: 100%;
    letter-spacing: .025rem;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
 }
 #drawResult .card-title.title-date{
  background-color: transparent;
  font-size: 22px ;
  font-weight: 800;
 }
 #drawResult .game-ball-group{
  gap: .35rem;
 }
 #drawResult .powerball{
  background-color: #c8102e;
  color: #fff;  
 }
 .item-power-play{
  background-color: #e30c07 !important;
  color: #fff
  ;
  display: flex
;
    justify-content: center;
    align-items: center;
    gap: 5px;

    font-weight: 800;
    font-style: normal;
    border: none;
    max-width: 200px;
    font-size: 16px;
 }
 .item-power-play .multiplier{
  font-size: 1.25rem;
  color: #fff;
  font-weight:800 ;
 }
#drawResult .prize-label{
  color: #101820;
  font-weight: 600;
    font-style: normal;
    font-family: var(--head-font);
}
#drawResult .prize-label+span{
  color: #c8102e;
  font-weight: 800;
  font-style: normal;
  font-family: var(--head-font);
  text-transform: uppercase;
}
.card .game-name{
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-family: var(--head-font);
  color: #000;
}
.card .winner-type{
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-family: var(--head-font);
  color: #000;
  margin-top: 2px;
}
.card .winner-location {
  color: #db1734;
    font-style: normal;
    font-size: 1.25rem;
}
#OrganizationCode{
  width: 100%;
border-radius: .5rem;
/* color: #000; */
margin-top: 12px;
font-size: 1.25rem;
}
.winners-table th{
  padding: .5rem;
  color: #000;
  background-color: #fff;
  border-bottom: 2px solid #dee2e6 !important;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 9999px inset;
}
.winners-table th.match-col{
  /* min-width: 225px; */
  text-align: center;
}
.winners-table tr td{
  border-bottom: 1px solid #dee2e6 !important;
color: #000 !important;
font-weight: 500;
text-align: center;
font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 9999px inset;
  
}
.winners-table .game-balls .item-ball{
  position: relative;
    display: inline-block;
    height: 29px;
    vertical-align: top;
    width: 29px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #dddee0;
}
#drawResult .game-balls .item-plus {
  height: 29px;
  display: inline-block;
}
#drawResult .game-balls .item-plus:before{
  content: "+";
  font-size: 1.5rem;
  line-height: 29px;
  font-family: var(--head-font), Open Sans, Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
}
#drawResult .game-balls.item-powerball .item-bonus{
  /* background: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2090'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23cf0a2c;}.cls-2{fill:%23fff;}%3c/style%3e%3c/defs%3e%3ctitle%3eball-red%3c/title%3e%3cpath%20class='cls-1'%20d='M657.54,96.06a45,45,0,1,1-45-45,45,45,0,0,1,45,45'%20transform='translate(-567.54%20-51.06)'/%3e%3cpath%20class='cls-2'%20d='M577.07,110.73c-3.46-11.19-2.71-21.06,0-31.44q4.32-.25,8.64-.42c4.09-.17,6.72,1.52,6,8.15a12.24,12.24,0,0,1-3,7.23c2.11,1,3.24,4.11,3.52,7.74.6,7.51-1.7,9.94-6.4,9.55-2.94-.24-5.88-.51-8.81-.82m4.09-24.24a49.84,49.84,0,0,0-.65,5.37l2.68,0c1.28,0,2.25-.93,2.44-2.85.28-2.55-.9-2.59-2.24-2.58l-2.22,0m-.69,11.25a49.29,49.29,0,0,0,.67,6l2.75.15c1.56.08,2.62-.41,2.38-2.89-.23-2.89-1.69-3.11-3.75-3.18l-2-.07'%20transform='translate(-567.54%20-51.06)'/%3e%3cpath%20class='cls-2'%20d='M593.54,110.95c.16-10.59,3.88-21.36,8.23-32.23l7.65-.1c2.06,10.86,5.78,21.76,8.22,32.64-2.49,0-5,0-7.49,0-.38-1.44-.76-2.87-1.13-4.31l-7.79-.07q-.22,2.13-.31,4.26c-2.46,0-4.91-.11-7.37-.18M604.8,88.48c-1,3.89-1.89,7.77-2.56,11.65l5.14,0c-1-3.9-1.87-7.79-2.57-11.67'%20transform='translate(-567.54%20-51.06)'/%3e%3cpath%20class='cls-2'%20d='M620.18,111.43a299.19,299.19,0,0,0,0-32.56q3.48,0,7,.1a123.06,123.06,0,0,1,.77,24.81q5.09,0,10.18-.13a69,69,0,0,1-1.38,7.43q-8.27.28-16.53.35'%20transform='translate(-567.54%20-51.06)'/%3e%3cpath%20class='cls-2'%20d='M638.68,110.94a74.6,74.6,0,0,0,.12-31.71c1.79.1,3.95.33,5.73.46,2.23,8.13,2.25,15.38,1.06,23.51,2.61-.09,4.71.07,7.32,0a48.28,48.28,0,0,1-2.51,7.16c-4.23.37-7.5.41-11.73.63'%20transform='translate(-567.54%20-51.06)'/%3e%3c/svg%3e"); */
 
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-size: cover;
  font-size: 15px;
  background: var(--primary-color);
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.game-balls.m5 .item-bonus, .game-balls.m4 .item-bonus, .game-balls.m3 .item-bonus, .game-balls.m2 .item-bonus, .game-balls.m1 .item-bonus, .game-balls.m5 .item-plus, .game-balls.m4 .item-plus, .game-balls.m3 .item-plus, .game-balls.m2 .item-plus, .game-balls.m1 .item-plus  , .game-balls.m0-pb .item-plus{
  display: none !important;
}
.game-balls.m3 .item-ball:nth-of-type(4), .game-balls.m2 .item-ball:nth-of-type(4), .game-balls.m1 .item-ball:nth-of-type(4), .game-balls.m3-pb .item-ball:nth-of-type(4), .game-balls.m2-pb .item-ball:nth-of-type(4), .game-balls.m1-pb .item-ball:nth-of-type(4), .game-balls.m0-pb .item-ball:nth-of-type(4), .game-balls.m3-dpb .item-ball:nth-of-type(4), .game-balls.m2-dpb .item-ball:nth-of-type(4), .game-balls.m1-dpb .item-ball:nth-of-type(4), .game-balls.m0-dpb .item-ball:nth-of-type(4), .game-balls.m3-sb .item-ball:nth-of-type(4), .game-balls.m2-sb .item-ball:nth-of-type(4), .game-balls.m1-sb .item-ball:nth-of-type(4), .game-balls.m0-sb .item-ball:nth-of-type(4) {
  display: none !important;
}
.game-balls.m4 .item-ball:nth-of-type(5), .game-balls.m3 .item-ball:nth-of-type(5), .game-balls.m2 .item-ball:nth-of-type(5), .game-balls.m1 .item-ball:nth-of-type(5), .game-balls.m4-pb .item-ball:nth-of-type(5), .game-balls.m3-pb .item-ball:nth-of-type(5), .game-balls.m2-pb .item-ball:nth-of-type(5), .game-balls.m1-pb .item-ball:nth-of-type(5), .game-balls.m0-pb .item-ball:nth-of-type(5), .game-balls.m4-dpb .item-ball:nth-of-type(5), .game-balls.m3-dpb .item-ball:nth-of-type(5), .game-balls.m2-dpb .item-ball:nth-of-type(5), .game-balls.m1-dpb .item-ball:nth-of-type(5), .game-balls.m0-dpb .item-ball:nth-of-type(5), .game-balls.m4-sb .item-ball:nth-of-type(5), .game-balls.m3-sb .item-ball:nth-of-type(5), .game-balls.m2-sb .item-ball:nth-of-type(5), .game-balls.m1-sb .item-ball:nth-of-type(5), .game-balls.m0-sb .item-ball:nth-of-type(5) {
  display: none !important;
}
.game-balls.m0-pb .item-ball:nth-of-type(1), .game-balls.m0-dpb .item-ball:nth-of-type(1), .game-balls.m0-sb .item-ball:nth-of-type(1){
  display: none !important;
}
.game-balls.m1 .item-ball:nth-of-type(2), .game-balls.m1-pb .item-ball:nth-of-type(2), .game-balls.m0-pb .item-ball:nth-of-type(2), .game-balls.m1-dpb .item-ball:nth-of-type(2), .game-balls.m0-dpb .item-ball:nth-of-type(2), .game-balls.m1-sb .item-ball:nth-of-type(2), .game-balls.m0-sb .item-ball:nth-of-type(2) {
  display: none !important;
}
.game-balls.m2 .item-ball:nth-of-type(3), .game-balls.m1 .item-ball:nth-of-type(3), .game-balls.m2-pb .item-ball:nth-of-type(3), .game-balls.m1-pb .item-ball:nth-of-type(3), .game-balls.m0-pb .item-ball:nth-of-type(3), .game-balls.m2-dpb .item-ball:nth-of-type(3), .game-balls.m1-dpb .item-ball:nth-of-type(3), .game-balls.m0-dpb .item-ball:nth-of-type(3), .game-balls.m2-sb .item-ball:nth-of-type(3), .game-balls.m1-sb .item-ball:nth-of-type(3), .game-balls.m0-sb .item-ball:nth-of-type(3){
  display: none !important;
}
.check-your-numbers #filter .row{
  gap: .5rem;
}
.check-your-numbers .white-balls, .check-your-numbers .red-balls, .check-your-numbers .black-balls, .check-your-numbers .powerball, .check-your-numbers .dp-powerball, .star-ball{
  display: flex
;
    flex: 1 0 3rem;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 3rem;
    height: 3rem;
    aspect-ratio: 1;
    border-radius: 100%;
   
    padding: 0;
    font-family: proxima-nova;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #101820;
    font-size: 1.25rem;
}
.check-your-numbers #filter .white-balls {
  background: radial-gradient(circle at 50% 25%, #fff, #bbb);
    border: solid 1px #d2d2d2;
    perspective: 600px;
    perspective-origin: 50% 50%;
}
.check-your-numbers #filter .dp-powerball, .check-your-numbers #filter  .powerball {
  background-color: #c8102e;
    color: #fff;
    border: none;
}
#searchNumbersResults .bi-chevron-right{
  right: 0;
}
.game-ball-group .item-powerball.match, .game-ball-group .item-2by2.match, .game-ball-group .item-lotto-america.match, .game-ball-group .item-pb-double-play.match {
  border-color: #8cc63e;
  border-width: 2px;
}
.game-ball-group .item-powerball.match:before, .game-ball-group .item-2by2.match:before, .game-ball-group .item-lotto-america.match:before, .game-ball-group .item-pb-double-play.match:before {
  content: "";
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='white'%20d='M0%2012.116l2.053-1.897c2.401%201.162%203.924%202.045%206.622%203.969%205.073-5.757%208.426-8.678%2014.657-12.555l.668%201.536c-5.139%204.484-8.902%209.479-14.321%2019.198-3.343-3.936-5.574-6.446-9.679-10.251z'/%3e%3c/svg%3e");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #8cc63e;
    color: #fff !important;
    fill: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex
;
    font-size: .7rem;
    padding: .5rem;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 1.25rem;
    height: 1.25rem;
    box-sizing: border-box;
    position: absolute;
    left: -.25rem;
    bottom: -.25rem;
}

.game-ball-group .item-powerball.match.powerball, .game-ball-group .item-2by2.match.powerball, .game-ball-group .item-lotto-america.match.powerball, .game-ball-group .item-pb-double-play.match.powerball{
  box-shadow: none;
    border-color: transparent;
    background-color: #c8102e;
    color: #fff;
    position: relative;
}
.result-card .item-powerball:not(.match), .result-card .item-2by2:not(.match), .result-card .item-lotto-america:not(.match), .result-card .item-pb-double-play:not(.match){
  border-color: tomato;
}
.amount-won {
  border-radius: 50rem;
  padding: .375rem .75rem;
  background-color: #538115;
  color: #fff;
  width: 100%;
  max-width: 305px;
}
.check-your-numbers-card{
  display: none;
}
.check-your-numbers-card.active{
  display: block;
}


#searchStoryResults .card picture {
  height: 270px;
  overflow: hidden;
  display: block;
}
#searchStoryResults .card h3.card-text, #searchStoryResults .card .card-text.h3 {
  color: #c8102e;
  font-size: 26px;
}
#searchStoryResults .card h4.card-title, #searchStoryResults .card .card-title.h4 {
  color: #101820;
font-weight: 700;
font-size: 22px;
margin-top: 5px;
}
#searchStoryResults .card h5.card-text, #searchStoryResults .card .card-text.h5 
{
  font-size: 20px;
  margin-top: 4px;
  color: #777;
  font-weight: 300;
}
.page-link{
  color: #c8102e;
}
.page-item.active .page-link {
  background-color: var(--primary-color);
}
.winning-stories .section-1{
  background-color: var(--primary-color);
  padding-top: 80px;
  padding-bottom: 80px;
}
.winning-stories .section-1 h2{
  font-size: 47px;
  text-align: center;
  font-family: var(--head-font);
  font-weight: 800;
  margin-bottom: 48px;
  color: #fff;
}
.winning-stories .section-1  .slider-main{
  width: 100%;
  overflow: hidden;
}
.winning-stories .section-1   .slider{
  display: flex;
  animation: sliderMove 15s linear infinite;

}
.winning-stories .section-1   .slider .box{
  max-width: 400px;
  min-width: 400px;

  height: 400px;
}
.winning-stories .section-1   .slider .box img{
height: 100%;
width: auto;
}
@keyframes sliderMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.winning-stories .section-1  .counter-boxes{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  top: 130px;
}
.winning-stories .section-1  .counter-boxes .box{
  padding: 20px;
  background-color: #fff;
  border-radius: 1rem;
  width: 300px;

height: 171px;
text-align: center;
box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
}
.winning-stories .section-1  .counter-boxes .box h3{
color: #F8B60C;
font-size: 28px;
margin-bottom: 16px;

}
.winning-stories .section-1  .counter-boxes .box:nth-child(2) h3{
  color: #E24D3B;
}
.winning-stories .section-1  .counter-boxes .box:nth-child(3) h3{
  color:#1e88e5 ;
}
.winning-stories .section-1  .counter-boxes .box h4{
  font-size: 36px;
  color: #000;
  margin-bottom: 16px;
}
.winning-stories .section-1  .counter-boxes .box p{
  font-size: 16px;
  color: #000;
  margin: 0;
}
.buy-tickets .game-area .lottery-details-header{
  padding: 2.5rem;
  margin-top: 40px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;

}
.buy-tickets .game-area .lottery-details-header .thumb{
  margin-bottom: 35px;
}
.buy-tickets .game-area .lottery-details-header .content .game-name{
  font-size: 42px;
  margin-bottom: 1.5rem;
}
.buy-tickets .game-area .lottery-details-header .content .clock{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
} 


.buy-tickets .game-area .lottery-details-header .content .clock div{
background-color: var(--primary-color);
padding: 20px 30px;
border-radius: 5px;
width: 160px;
text-align: center;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.buy-tickets .game-area .lottery-details-header .content .clock div span{
  font-family: var(--head-font);
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
.buy-tickets .game-area .lottery-details-header .content .clock div p{

  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.lottery-details-body {
  margin-top: 30px;
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.lottery-details-body .top-part {
  padding: 20px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.lottery-details-body .top-part .left {
  width: 30%;
}
.lottery-details-body .top-part .left h4{
  font-size: 20px;
  font-family: var(--head-font) !important;
  font-weight: 500
;
color: #000;
margin-bottom: 0px;
}
.lottery-details-body .top-part .middle {
  width: 40%;
  text-align: center;
}
.lottery-details-body .top-part .middle .balance {
  font-family: var(--head-font);
  font-weight: 700;
  font-size: 32px;
  color: var(--primary-color);
}
.lottery-details-body .top-part .right {
  width: 30%;
  text-align: right;
}
.lottery-details-body  input[type="date"]{
width: 200px;
}
 .buyBtn{
 color: #fff;
 font-weight: 600;
  background-color: var(--primary-color);
}
.lottery-details-body .body-part {
  padding: 50px 30px;
}

.lottery-details-body .footer-part {
  border-top: 2px solid rgba(255, 255, 255, 0.05);
  padding: 20px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ticket-card {
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.ticket-card h4{
  font-size: 27px;
  color: #fff;
}
.ticket-card button{
  background-color: #fff;
}
.ticket-card .ticket-card-del {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 35px;
  height: 35px;
  background-color: #37f5f9;
  color: #131340;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.ticket-card__header {
  padding: 20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ticket-card__body {
  padding: 35px 20px 20px 20px;
}

.ticket-card__body .numbers {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticket-card__body .numbers span {
  width: calc((100% / 10) - 2px);
font-weight: 600;
  color: #ffff;
  font-size: 48px;
  line-height: 1.3;
  margin-left: 5px;
  transition: all 0.3s;
}
.package-selection{
  display: flex;
  margin-top: 50px;
  justify-content: center;

}
.package-selection button{
  width: 300px;
  height: 60px;
  transition: all .1s ease-in-out;
  font-size: 20px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.package-selection button.active{
  background-color: var(--primary-color);
  color: #fff;
}

.section-1{
  padding: 100px 0px;
}
.banner-content-1{
  background-color:var(--blue) ;
}
.previous-results{
  padding: 0px 0 115px;
  /* padding-left: 20px;
  padding-right: 20px; */
}
@media only screen and (min-width:1800px) {
  .banner-content-1{
padding: 60px 0px;
  }

  
}
.previous-results .package-selector{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.previous-results .package-selector .box-package{
  height: 200px;
  width: 200px;
  border: 1px solid #c6c6c6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.previous-results .package-selector .box-package.active{
  background-color: var(--blue);
  color: #fff;
}
.previous-results .package-selector .box-package.active h2{
  color: #fff;
}
.previous-results .package-selector .box-package h2{
  font-size:40px ;
}
.previous-results .clearfix{
  justify-content: center;
}
.previous-results .tabs-area{
  display: flex;
  justify-content: center;
}
.previous-results .tabs-area button{
  height: 60px;
  width: 240px;
background-color: #fff;


/* border: 1px solid #c6c6c6; */
}
/* .previous-results .tabs-area button.active{
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  font-weight: 600;
} */
.previous-results .tabs-area button.all-results{  background-color: var(--primary-color);
  color: #fff;
  border: none;
  font-weight: 600;}
  .previous-results .tabs-area button.fiveoffive{  background-color:rgb(192, 240, 199);
    color: #000;
    border: none;
    font-weight: 600;}
    .previous-results .tabs-area button.fivePB{  background-color: rgb(112, 48, 161);
      color: #fff;
      border: none;
      font-weight: 600;}
      .previous-results .tabs-area button.fourPB{  background-color: rgb(255, 255, 0);
        color: #000;
        border: none;
        font-weight: 600;}
.previous-results h2{
  font-size: 34px;
  text-align: center;
}
.btn-primary{
  border: none !important;
}
.result-tab-content{
  display: none;
}
.result-tab-content.active{
  display: block;
}
.ticket-tab-content{
  display: none;
}
.ticket-tab-content.active{
  display: block;
}
.ticket-tab-content.show {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.our-lotteries .winners-table .game-balls .item-ball{
  background: radial-gradient(circle at 50% 25%, #fff, #bbb) ;
border: none;
color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.form-control:disabled, .form-control[readonly] {
  background: #fff !important;
}
.carousel-item {
  transition: transform 0.5s ease;
}
.winners-table tr td.yellow{
  background-color: rgb(255, 255, 0);

}
.winners-table tr td.purple{
  background-color: rgb(112, 48, 161);
  color: #fff !important; 



}
.winners-table tr td.light-green{


  background-color: rgb(192, 240, 199);
}
section .part-1 img{
  height: auto;
  width: 80%;
}
section .part-1 {
  width: 48%;
}
section .part-2 {
  width: 48%;
}
.section-3{
  padding-top:20px;
  padding-bottom: 80px;
}
.section-3 h2{
  font-size: 42px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  text-transform: none !important;
  font-family: var(--head-font);
}
.section-3 p{
  font-size: 20px;
  text-align: center;
  font-family: var(--para-font);
  color: var(--para-color);
  font-weight: 500;

}
.section-3  button , .section-4 button , .section-5 button , .section-6 button , .section-9 button{
  margin-top: 30px;
  margin-left:  auto;
  margin-right:  auto;

  display: block;
}
.section-4 {
  padding-top: 20px;
  padding-bottom: 60px;
}
.section-4 h2{
  font-size: 30px;
  text-align: center;
  color: #000;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: var(--head-font);
}
section .divider{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-4 p{
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  font-family: var(--para-font);
  color: var(--para-color);
}
.section-5 , .section-6 , .section-7 , .section-8{
  padding-top: 20px;
  padding-bottom: 60px;
}
.section-5 p , .section-6 p{
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  font-family: var(--para-font);
  color: var(--para-color);
}
section p strong , section li strong{
  font-family: var(--head-font);
  color: #000;
  /* font-weight: 800; */
}
.section-7 h2 , .section-8 h2{
  font-size: 30px;
  text-align: center;
  color: #000;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: var(--head-font);
}
.section-7 ul , .section-8 ul{
  padding-left: 2rem;
  list-style:disc;
}
.section-7 ul li , .section-8 ul li{
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
}
.section-8 p{
  padding-left: 2rem;
}
.section-7 p , .section-8 p{
  font-size: 20px;
  /* text-align: center; */
  font-weight: 500;
  font-family: var(--para-font);
  color: var(--para-color);
  margin-top: 10px;
}
.section-7 a{
  text-decoration: underline;
  color: var(--blue);
}
.section-9{
  padding-top: 30px;
  padding-bottom: 80px;
}
.section-9 p{
  margin-bottom: 24px;
  font-size: 20px;
  /* text-align: center; */
  font-weight: 500;
  font-family: var(--para-font);
  color: var(--para-color);
}
.section-9  h2{
  font-size: 30px;
  text-align: center;
  color: #000;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: var(--head-font);
}
@media only screen and (min-width:300px) and (max-width:600px){

  .section-1 p{
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .section-3 h2 {
    margin-top: 0px !important;
    line-height: 40px !important;

  }

  .section-3 p{
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .section-4 h2 {
font-size: 28px !important;
line-height: 40px !important;
  }
  section .divider{
    flex-wrap: wrap;
  }
  section .part-1{
    width: 100% !important;
  }
  section .part-2{
    width: 100% !important;
    margin-top: 30px;
  }
  .section-4 p , .section-5 p ,.section-6 p{
    line-height: 28px !important;
  }
  .section-5, .section-6, .section-7, .section-8{
    padding-bottom: 25px !important;
  }
  .section-7 p, .section-8 p {
    line-height: 28px !important;
    padding-left:0px !important ;
    font-size: 16px !important;

  }
  .section-7 ul li, .section-8 ul li {
    line-height: 25px !important;
  }
  .section-9 p{
    line-height: 30px !important;
    font-size: 16px !important;
  }
}
.total-row{
  position: absolute;
  width: 100%;

left: 80%;
  top: 100%;
  bottom: 0;
}
table{
  position: relative;
}.our-goal p{
  margin-bottom: 20px;
  font-size: 20px;
  font-family: var(--para-font);
  color: var(--para-color);
  font-weight: 500;
}
.winners-table .left-border-black{
  border-left: 5px solid #000;
}
.result-tab-content .card{
  border: 4px solid #000;
}
.winners-table .right-border-black{
  border-right: 5px solid #000;
}
.winners-table tr th.yellow {
  background-color: rgb(255, 255, 0);
}
.winners-table tr th.purple {
  background-color: rgb(112, 48, 161);
  color: #fff;

}
#Predictions-result .winners-table tr th{
  border-bottom: 3px solid #000 !important;
}
.winners-table tr th.green {
  background-color: rgb(192, 240, 199);
}
.privacy-policy ul li{
  font-size: 16px;
}
.about-ul li{
  list-style: disc;
  display: list-item !important;
  font-size: 18px;
  margin-bottom: 15px;
  color: #000;
}
#select-pack{
  border: 2px solid #e3e3e3;
}
.privacy-policy h2{
  font-size: 24px;
  font-family: var(--head-font);
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 55px;
}
.privacy-policy p{
  font-size: 16px;
  font-family: var(--para-font);
  line-height: 24px;

}
.timer-banner {
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  margin-bottom: 40px;

  background-image: url('../images/PowerBall-header.webp');
}
.timer-banner  .content{
  height: 270px;
  color: #fff;
  padding: 20px 40px;
}
.timer-banner  .content h3{
  color: #fff;
  font-size: 3.57rem;
  margin-top: 0px;
  line-height: 75px;
  font-weight: Bold;
  font-family: var(--head-font);

}
.timer-banner  .content i{
font-size: 16px;
}
.timer-banner  .content span{
  color:#fff ;
  font-size: 16px;
  margin-left: 5px;
  font-family: var(--para-font);
}
.timer-box , .timer-box-2 {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.timer-box .box{
  height: 40px;
  width: 100px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-color: #000;

}
.timer-box-2 {
  margin-top: 0px;
}
.timer-box .box span{
  color: #fff;
}
.timer-box-2 .box span{
  color: #c8102e;
  font-size: 16px;
  font-weight: 600;
}
.timer-box-2 .box{
  height: 40px;
  width: 100px;
  color: #c8102e !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-color: transparent;

}
.estimated-jackpot-section .black-box span{
  color:rgb(252, 189, 0);
}
.estimated-jackpot-section .black-box{
  height: 40px;
  background-color: #000;
  color: yellow;
  font-weight: 800;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.estimated-jackpot-section .price{
  text-align: center;
  color: #c8102e;
  font-size: 24px;
  margin-top: 24px;
}
.winner-type{
  background-color: #000;
  color: #fff !important;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secondary-prizes{
  font-size: 16px;
  color: #000;
}
.estimated-jackpot-section table{
  width: 300px;
}
.estimated-jackpot-section table th{
  background-color: #000;
  color: #fff;
  text-align: center;
}
.estimated-jackpot-section table td{
  text-align: center;
  font-weight: 600;
}
.estimated-title{
  position: absolute;
  top: 5px;

display: block;
widows: inherit;width: 100%;
text-align: center;
}

.error{
  color: #eb4e4e;
}
.p-section img{
  width: 130px;
  margin-bottom: 10px;
}

.p-section h6{
  color:blue;
  margin-top: 10px;
}
.ml-3{
  margin-left: 10px;
}
.p-how-circle{
  width: 160px;
  height: 160px;
  border-radius: 45%;
  background-color: rgb(131, 203, 235 );
  font-size: 80px !important;
  font-weight: bolder;
  align-items: center;
  justify-content: center;
  display: flex;
}
.p-img-container{
  height: 80px;
}
.p-btn{
  padding: 1rem 1rem;
    font-size: 1rem;
    border-radius: .3rem;
    font-weight: 400;
    margin-top: 2px;
    display: block;
    line-height: 1.5;
    color: white;
    width: max-content;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid black;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.p-btn-danger{
 background-color: red;
}

.p-btn-blue{
 background-color: rgb(0,113, 192);
}
.p-btn-parrot{
  background-color: rgb(71, 212, 90);
}