/* GLOBAL */ 

:root {
  --primary-color: #3a3a3c;
  --light-primary-color: #3a3a3c;
  --secondary-color: #ef4138;
  --accent-color: #ef4138;
  --light-accent-color: #FAFAFA;
  --dark-neutral-color: #0D0D0D;
  --light-neutral-color: #FAFAFA;
  --highlight-light-color: #FFFFD9;
  --highlight-color: #F2E600;
  --headline-font: 'Alegreya', Arial, sans-serif;
  --body-font: "open sans", sans-serif;
}
/**********************************
	GENERAL
**********************************/
body {
  margin-top: 145px;
  background: #fafafa;
  transition: all 0.1s;
  color: var(--dark-neutral-color);
  font-family: var(--body-font);
}
h1, h2, h3, h4 {
  font-family: var(--headline-font); 
  letter-spacing: 0px;
}
h2 {
  margin-top: 0;
}
h4 {
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3;
}
p, li {
  font-size: 1.5rem;
  line-height: 1.5;
}
.prize-listing-list .col-sm-8 strong {
  font-size: 1.5rem;
}
.prize-listing-list .m-b-none {
  font-size: 1.3rem;
}
li:last-of-type {
 margin-bottom: 0;
}
.hpanel {
  border: none;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  border-radius: 5px;
}
.hpanel > .panel-heading {
  color: var(--primary-color);
  background: #fff;
  padding-left: 20px;
  font-weight: 600;
}
.hpanel.hblue .panel-body {
  border: none;
  border-top: 3px solid var(--secondary-color);
}
.hpanel.hbgblue .panel-body {
  background: var(--accent-color);
}
.hpanel.hblue .panel-body {
  border-radius: 10px 10px 0 0;
}
.btn {
  border-radius: 30px;
  transition: .3s ease all;
}
.btn:hover {
  filter: brightness(1.1);
}
.btn-success, .btn-primary {
  transition: .3 all !important;
  background: var(--secondary-color);
  background: linear-gradient(0deg, var(--primary-color) 0%, var(--light-primary-color) 100%);
  border-color: #fff!important;
  color: #FFFFFF;
  border: 2px solid white;
  box-shadow: 0px 2px 3px rgba(0,0,0,.3);
}
.btn-success:hover, .btn-primary:hover {
  background-color: var(--light-primary-color);
  background: linear-gradient(0deg, var(--primary-color) 50%, var(--light-primary-color) 100%);
  border-color: var(--light-primary-color);
  border: 2px solid white;
}
.btn-success:active, .btn-primary:active {
  background-color: var(--light-primary-color);
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--light-primary-color) 100%);
  border-color: var(--light-primary-color);
  border: 2px solid white;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: var(--accent-color);
}
h1, .h1, h2, .h2, h3, .h3 {
  font-weight: bold;
}
.label-success {
  background: var(--accent-color);
}
a {
  color: var(--accent-color);
}
a:hover {
  color: var(--dark-neutral-color);
}
.splash-inner-slider .slider-navigation li {
  border: 2px solid white;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
}
@media(min-width:280px) {
  .splash-inner-margin .splash-inner-slider .slider-navigation {
    top: auto;
    bottom: 0;
  }
  .splash-inner-slider .slider-navigation li {
    padding: 3px;
  }
}
.splash-inner-slider .slider-navigation li:first-of-type {
  margin-left: 10px;
}
.splash-inner-slider .slider-navigation li.active, .splash-inner-slider .slider-navigation li:hover {
  background-color: var(--accent-color);
}
.splash-inner-slider .slider-navigation {
  bottom: 1.3%;
}
.content-container {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 40px;
  box-shadow: 0 0 5px rgba(0,0,0,.05);
  border-radius: 10px;
}
.content-container img {
  max-width: 100%;
}
.content-container h2 {
  margin-bottom: 20px;
}
.content-container img.prize-sponsor-logo {
  max-width: 250px;
}
img.sponsor-logo {
  max-width: 250px;
  padding: 20px;
}
/**********************************
	HEADER
**********************************/
.header {
  background: white;
  /*background: url('header-bg.png') center center repeat-x;*/
  background-size: cover;
  /*background: #fff;*/
}
.lottery-header-title {
  line-height: 1.2;
  padding-top: 20px;
  color: var(--accent-color);
  font-weight: normal;
}
.lottery-header-title strong {
  line-height: 1;
  padding-top: 20px;
  color: var(--primary-color);
}
.header-fixed .lottery-header-title {
  height: 50px;
  padding: 3px 0px;
  font-size: 1.7rem;
  margin-top: 25px;
  color: var(--accent-color);
}
.header-fixed .lottery-header-title strong {
  height: 65px;
  padding: 3px 0px;
  font-size: 2rem;
}
strong {
  font-weight: 900;
}
@media(min-width: 280px) {
  .lottery-header-logo {
    max-width: 100px;
  }
  .header-fixed .lottery-header-logo {
    max-width: 100px;
  }
  lottery-header-title strong {
    font-size: 1.5rem !important;
  }
  .lottery-header-title {
    font-size: 1.3rem !important;
    height: auto;
    padding-bottom: 15px !important;
    margin-top: 0;
    height: 66px;
    font-family: var(--body-font);
    font-weight: 900;
  }
  .header-fixed .lottery-header-title strong {
    font-size: 1.5rem !important;
  }
  .header-fixed .lottery-header-title {
    font-size: 1.3rem !important;
    height: auto;
    padding-bottom: 15px !important;
    margin-top: 0;
    height: 66px;
  }
}
@media(min-width: 393px) {
  .lottery-header-logo {
    max-width: 150px;
  }
  .lottery-header-title strong {
    font-size: 1.5rem !important;
  }
  .lottery-header-title {
    font-size: 1.8rem !important;
    padding: 0;
    margin: 0;
  }
  .header-fixed .lottery-header-title strong {
    font-size: 1.5rem !important;
    margin-bottom: 0px;
  }
  .header-fixed .lottery-header-title {
    font-size: 1.8rem !important;
  }
}
@media(min-width: 439px) {
  .lottery-header-title strong {
    font-size: 1.8rem !important;
  }
  .lottery-header-title {
    font-size: 1.8rem !important;
  }
  .header-fixed .lottery-header-title strong {
    font-size: 1.8rem !important;
    margin-bottom: 0px;
  }
  .header-fixed .lottery-header-title {
    font-size: 1.8rem !important;
  }
}
@media(min-width: 769px) {
  .header-fixed .lottery-header-logo {
    max-width: 125px;
  }
  .lottery-header-title strong {
    font-size: 2.3rem !important;
  }
  .lottery-header-title {
    font-size: 2.8rem !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
	height: auto;
  }
  .header-fixed .lottery-header-title strong {
    font-size: 1.8rem !important;
    margin-bottom: 0px;
  }
  .header-fixed .lottery-header-title {
    font-size: 2.3rem !important;
    padding-top: 0;
  }
}
@media(min-width: 1201px) {
  .lottery-header-logo {
    max-width: 250px;
  }
  .header-fixed .lottery-header-logo {
    max-width: 150px;
  }
  .lottery-header-title {
    font-size: 3.5rem !important;
	margin-top: 10px;
    height: auto;
  }
  .lottery-header-title strong {
    font-size: 2.5rem !important;
  }
  .header-fixed .lottery-header-title {
    font-size: 2.5rem !important;
    padding-top: 0px !important;
    margin-top: 10px;
  }
  .header-fixed .lottery-header-title strong {
    font-size: 2rem !important;
  }
}
@media (max-width: 980px) {
  .header-fixed .lottery-header-title {
    display: none;
  }
  .header-fixed .lottery-header-title strong {
    display: none;
  }
}
/* Countdown */
.countdown-wrapper .countdown {
  font-weight: 600;
  font-size: 14px;
  color: var(--accent-color) !important;
}
/**********************************
	NAVBAR
**********************************/
.menu-wrapper {
  background: var(--light-neutral-color);
}
.menu li a {
  /*    padding: 20px 20px;*/
  color: var(--dark-neutral-color);
  /*font-weight: 900;*/
  transition: all 0.1s;
}
.menu li a:hover {
  color: var(--accent-color);
}
.menu li.active a {
  border-bottom: 3px solid var(--accent-color);
}
#mobile-menu > ul > li > a {
  color: var(--dark-neutral-color);
  transition: all 0.1s;
}
#mobile-menu > ul > li > a:hover {
  color: var(--accent-color);
}
#menu-toggle span, #menu-toggle span:after, #menu-toggle span:before {
  background-color: var(--dark-neutral-color);
}
.countdown-wrapper .countdown {
  color: var(--dark-neutral-color);
}
/**********************************
	HERO
**********************************/
/* Container */
.splash-screen {
  min-height: auto;
}
/* Background */
.splash-screen:before {
  background: linear-gradient(180deg, var(--primary-color) 20%, var(--light-primary-color) 100%);
  background: url('bg3.jpg') center center fixed no-repeat;
  background-size: cover;
  background-color: var(--primary-color);
}
/* Headline */
.splash-cause {
  color: var(--light-neutral-color);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
  background: rgba(0,0,0,.7);
  padding: 25px;
  font-weight: 400;
  margin: 40px 0 70px 0;
  border-radius: 10px;
}
.heading-org {
  font-size: 2rem;
  font-family: var(--body-font);
  font-weight: 700;
}
@media(min-width: 280px) {
  .splash-cause h2 {
    font-size: 2rem;
    color: var(--light-neutral-color);
  }
  .heading-org {font-size: 1rem;}
  .heading-text {
    font-size: 2rem;
    color: var(--light-neutral-color);
  }
  .splash-cause .heading-description p {
    font-size: 1.3rem;
    padding: 0px;
  }
}
@media(min-width: 769px) {
  .splash-cause h2 {
    font-size: 3rem;
  }
  .heading-org {font-size: 1.5rem;}
  .heading-text {font-size: 3rem;}
  .splash-cause .heading-description p {
    font-size: 2rem;
    padding: 15px;
  }
}
@media(min-width: 993px) {
  .splash-cause h2 {
    font-size: 3.5rem;
  }
  .heading-org {font-size: 2.5rem;}
  .heading-text {font-size: 4rem;}
  .splash-cause .heading-description p {
    font-size: 2.3rem;
    padding: 15px;
  }
}
/* Container */
.splash-inner {
  border: 15px solid white;
  margin-bottom: 0px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,.3); 
}
.splash-inner hr {
  display: none;
}
/* Details Wrapper */
.splash-inner-details-wrapper {
  margin-left: 0px;
}
.splash-inner-details-jackpot .jackpot-info {
  margin-top: 0;
}
@media(min-width: 769px) {
  /* Details Wrapper */
  .splash-inner-details-wrapper {
    margin-left: 20px;
  }
}
/* Details */
@media(min-width:280px) {
  .splash-inner-slider .splash-inner-slide {
    /*height: auto;*/
  }
}
@media(min-width: 769px) {
  .splash-inner-slider .splash-inner-slide, .splash-inner-details {
    /*width: 50%;*/
  }
}
@media(min-width: 993px) {
  .splash-inner-slider .splash-inner-slide {
    width: 60%;
  }
  .splash-inner-details {
    width: 40%;
  }
}
.splash-inner-slider .splash-inner-caption {
  background: rgba(0, 0, 0, 0.4);
}
@media(min-width: 769px) {
  .splash-inner-slider .splash-inner-caption {
    background: white;
  }
}
@media(min-width: 993px) {
  .splash-inner-slider .splash-inner-caption {
    background: rgba(0, 0, 0, 0.4);
  }
  .splash-inner-margin .splash-inner-slider .slider-navigation {
    top: auto;
    bottom: 0px;
    left: 4px;
  }
}
.splash-inner-slider .slider-navigation {
  left: 0;
}
.splash-inner-slider .splash-inner-caption small {
  font-weight: normal;
}
.splash-inner-slide-cause {
  background-image: url(/lottery/worca2020/bg.jpg);
}
.logic-or, .logic-and {
  background: var(--secondary-color);
}
.prize-listing-list .prize-image-wrapper {
  min-height: 170px;
}
.prize-list-description {
  margin-bottom: 20px;
  font-size: 2rem;
}
/* Ticket Info */
.jackpot-value {color: var(--accent-color);}
/*.splash-inner-details-prices {
	text-align: center;
	color: var(--dark-neutral-color);
	font-size: 1.8rem;
	margin-top: 15px;
	background: var(--light-neutral-color);
	padding: 20px;
	border: 1px dotted var(--accent-color);
}*/
.splash-inner-details-prices {
  text-align: center;
  color: var(--dark-neutral-color);
  font-size: 1.8rem;
  margin-top: 0px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
  padding: 5px;
  border-top: 3px solid var(--secondary-color);
  border-radius: 5px !important;
}
.share-link {
  font-size: 11px !important;
}
.splash-inner-details-social-sharing strong {display: none;}
@media(min-width: 280px) {
  .btn .fa-ticket {
    display: none;
  }
  .btn {
    font-size: 16px;
  }
  .splash-inner-details-prices {
    font-size: 14px;
  }
  .splash-inner-details-prices strong {
    font-size: 12px !important;
    margin-bottom: 0px;
    display: inline-block;
  }
}
@media(min-width: 769px) {
  .btn .fa-ticket {
    display: inline-block;
  }
}
@media(min-width: 769px) {
  .splash-inner-details-prices {
    font-size: 1.5rem;
    padding: 10px 0;
  }
  .m-t-md {
    text-align: center;
  }
  .splash-inner-details-side-description {
    text-align: left;
    margin-bottom: 20px;
  }
  .splash-inner-details-side-description, .splash-inner-details-dates {
    font-size: 12px;
  }
  .splash-inner-details-dates {
    padding: 5px 0 5px 10px;
    border-left: 3px solid var(--highlight-color);
    background: var(--highlight-light-color);
    text-align: left;
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
  }
  .splash-inner-details-prices strong {
    font-size: 1.5rem;
  }
  .splash-inner-details-social-sharing {
    background: var(--light-neutral-color);
    padding: 5px;
  }
  .splash-inner-details-social-sharing {
    background: var(--light-neutral-color);
    padding: 5px;
    position: fixed;
    right: 0;
    top: 35%;
    max-width: 55px;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius: 10px 0 0 10px;
  }
  .splash-inner-margin {
    margin-bottom: 0;
  }
}
/**********************************
	INNER PAGE
**********************************/
.page-title-bar {
  background-image: none !important;
  /*background-size: cover;*/
  background: var(--primary-color) !important;
  min-height: 110px;
  padding-bottom: 10px;
}
@media(min-width:280px) {
  .page-title-bar {
    margin-top: 150px !important;
  }
}
@media(min-width:337px) {
  .page-title-bar {
    margin-top: 146px !important;
  }
}
@media(min-width:769px) {
  .page-title-bar {
    margin-top: 147px !important;
  }
}
@media(min-width:993px) {
  .page-title-bar {
    margin-top: 192px !important;
  }
}
@media(min-width:1201px) {
  .page-title-bar {
    margin-top: 126px !important;
  }
}
.page-title-bar h1, .page-title-bar h1 small {
  text-shadow: 0 0 5px rgba(0, 0, 0, .3);
  letter-spacing: 1px;
}
/**********************************
	Container Raffle
**********************************/
.container-raffle h1 {
  margin-bottom: 20px;
}
.container-raffle h1,
.container-raffle h2,
.container-raffle h3 {
  color: var(--primary-color);
}
/**********************************
	SIDEBAR
**********************************/
.checkout-sidebar .m-b-lg {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.checkout-sidebar p {
  margin-bottom: 15px;
}
.checkout-sidebar ul {
  margin-top: 25px;
  list-style: none;
  padding: 0;
}
.checkout-sidebar .sidebar-ul {
  list-style: disc;
}
.checkout-sidebar .sidebar-ul li {
  list-style: disc;
}
.checkout-sidebar .sidebar-ol,
.checkout-sidebar .sidebar-ul {
  margin-bottom: 15px;
  padding-left: 15px;
}
.checkout-sidebar li {
  padding: 0;
  display: inline-block;
  margin-right: 8px;
}
.checkout-sidebar li:last-of-type {
  margin-right: 0px;
}
.checkout-sidebar .fa {
  font-size: 24px;
}
.checkout-sidebar .sidebar-ul {
  list-style: disc;
  padding-left: 0;
  margin: 0px 0 0 30px;
}
.checkout-sidebar .sidebar-ul li{
  display: list-item;
  padding-left: 0;
  margin-bottom: 15px;
}
.checkout-sidebar .sidebar-ol li {
  display: list-item;
  padding-left: 0;
  margin-bottom: 15px;
}
/**********************************
	SPONSORS
**********************************/
.sponsors-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sponsor-logos-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.sponsor-logos-container img {
  max-width: 250px;
  padding: 25px;
}

.checkout-content .col-sm-8 .m-b-none {
  font-size: 100%;
}

.rules-of-play-wrapper li p {
  text-align: left;
}
.video-wrapper {
        width: 100%; /* Adjust as needed */
        max-width: 800px; /* Adjust as needed */
        aspect-ratio: 9 / 16; /* Set the aspect ratio */
        overflow: hidden; /* Hide overflowing content */
margin-bottom: 24px;
    }

    .video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensure the video covers the entire container */
    }