﻿/* ==========================================================================
   Font Includes from cdn
   ========================================================================== */

/* Source Sans Pro | latin | 400,400i,600,600i,700,700i */

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: normal;

  src: url("../fonts/subset-SourceSansPro-Regular.woff") format("woff"),
    url("../fonts/subset-SourceSansPro-Regular.ttf") format("truetype"),
    url("../images/subset-SourceSansPro-Regular.svg#SourceSansPro-Regular")
      format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: italic;

  src: url("../fonts/subset-SourceSansPro-Italic.woff") format("woff"),
    url("../fonts/subset-SourceSansPro-Italic.ttf") format("truetype"),
    url("../images/subset-SourceSansPro-Italic.svg#SourceSansPro-Italic")
      format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;

  src: url("../fonts/subset-SourceSansPro-SemiBold.woff") format("woff"),
    url("../fonts/subset-SourceSansPro-SemiBold.ttf") format("truetype"),
    url("../images/subset-SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold")
      format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: italic;

  src: url("../fonts/subset-SourceSansPro-SemiBoldItalic.woff") format("woff"),
    url("../fonts/subset-SourceSansPro-SemiBoldItalic.ttf") format("truetype"),
    url("../images/subset-SourceSansPro-SemiBoldItalic.svg#SourceSansPro-SemiBoldItalic")
      format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-style: normal;

  src: url("../fonts/subset-SourceSansPro-Bold.woff") format("woff"),
    url("../fonts/subset-SourceSansPro-Bold.ttf") format("truetype"),
    url("../images/subset-SourceSansPro-Bold.svg#SourceSansPro-Bold")
      format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-style: italic;

  src: url("../fonts/subset-SourceSansPro-BoldItalic.woff") format("woff"),
    url("../fonts/subset-SourceSansPro-BoldItalic.ttf") format("truetype"),
    url("../images/subset-SourceSansPro-BoldItalic.svg#SourceSansPro-BoldItalic")
      format("svg");
}

/* ==========================================================================
   Shared Styles
   ========================================================================== */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: "Source Sans Pro", sans-serif;
}
.page-vignette {
  pointer-events: none;
  width: 100%;
  height: 108%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%),
    -o-linear-gradient(left, black 0%, black 100%),
    -o-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%),
    -o-linear-gradient(right, black 0%, black 100%);
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(black),
      to(rgba(0, 0, 0, 0))
    ),
    -webkit-gradient(linear, left top, right top, from(black), to(black)),
    -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0))),
    -webkit-gradient(linear, right top, left top, from(black), to(black));
  background-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(90deg, black 0%, black 100%),
    linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(270deg, black 0%, black 100%);
  background-size: 150px 100%, 50vw 100%, 150px 100%, 50vw 100%;
  background-position: calc(50% - 1500px + 770px) top,
    calc(50% - 1500px - 25vw + 2px) top, calc(50% + 1500px - 770px) top,
    calc(50% + 1500px + 25vw - 2px) top;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: 420px 100%, 50vw 100%, 420px 100%, 50vw 100%;
}
body {
  /* background-color: rgba(0, 0, 0, 1); */
  background-image: url(../images/bg-spark.png), url(../images/bg2.jpg);
  background-position: center top, center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  /*body {
        height: 833px;
    }*/
  .page-vignette {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*html, body {
        overflow: hidden;
    }*/

  body {
    height: 100%;
  }
}

@media screen and (max-width: 575px) {
  .section-content {
    background-size: auto 120%;
  }

  .section-content::after {
    height: 314px;
    width: 706px;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#blackout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(255, 212, 40, 1);
  text-align: center;
  text-transform: uppercase;
}

.cta-btn {
  cursor: pointer;
  position: relative;
  padding: 20px;
  margin: 224px auto 0;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  text-shadow: 1px 1px 0px #000000;
  width: 100%;
  max-width: 280px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/cta.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.cta-btn span {
  margin-top: -6px;
}

.cta-btn span span {
  font-size: 25px;
}

.cta-large {
  font-size: 28px;
}

.cta-btn.btn-arrowed::before,
.cta-btn.btn-arrowed::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 23px;
  background-image: url("../images/arrows.png");
  background-size: 100% 200%;
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: -2px;
}
.cta-btn.btn-arrowed::before {
  left: 20px;
}
.cta-btn.btn-arrowed::after {
  right: 20px;
  background-position: left bottom;
}

button.cta-btn.btn-arrowed::before,
button.cta-btn.btn-arrowed::after {
  z-index: 3;
}
button.cta-btn.btn-arrowed::before {
  left: 15px;
}
button.cta-btn.btn-arrowed::after {
  right: -15px !important;
  left: 85%;
  box-shadow: none;
  border: none;
}
button.cta-btn.btn-arrowed {
  width: 260px;
  height: 110px;
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  margin: 0;
  font-size: 1.4em;
}
#preform a:hover,
#preform a {
  color: #feca09;
}

@media screen and (max-width: 575px) {
  .cta-large {
    font-size: 24px;
  }

  .cta-btn {
    min-height: 92px;
  }
  .cta-btn {
    margin: 112px auto 0;
  }
}

/* Spotlights
   ========================================================================== */

/* Spotlights on top of page, higlighting the offer details */

.graphics--header-spotlights {
  width: 100%;
  max-width: 500px;
  height: 150px;
  position: absolute;
  top: 6%;
  /* top: 0; */
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
}

.graphics--header-spotlights::after,
.graphics--header-spotlights::before {
  content: "";
  position: absolute;
  left: calc(50% - 100px);
  top: 0;
  transform: translateX(-50%);

  height: 100%;
  width: 200px;

  background-image: url("../images/ccc15_header-spotlights-single.fs8.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
}

.graphics--header-spotlights::after {
  transform: translateX(-50%) scaleX(-1);
  left: calc(50% + 100px);
}

.casino-logo {
  width: 100%;
  max-width: 200px;
  margin: 10px auto;
  position: relative;
}

@media screen and (max-width: 575px) {
  .casino-logo {
    max-width: 160px;
  }

  .graphics--header-spotlights {
    height: 164px;
  }
}

/* Page Header
   ========================================================================== */

.page-header {
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 0.9;
  text-shadow: 1px 2px 3px black;
}

.page-header span {
  display: block;
}
.u__text--xl {
  font-size: 54px;
  line-height: 1;
}

.u__text--xxl {
  font-size: 60px;
}
.u__text--m {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .u__text--xl {
    font-size: 36px;
  }
}
#frame {
  padding-bottom: 129px;
}
#frame {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  text-align: center;
  z-index: 1;
  width: 574px;
  max-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  #frame {
    width: 367px;
  }
}
#frame.init {
  opacity: 1;
}

#frame.init .layer {
  opacity: 1;
}
#frame .layer.layer-active {
  left: 0;
  opacity: 1;
}

#frame::after {
  content: "";
  position: absolute;
  background-image: url(../images/coins-overlay.png);
  background-position: calc(50% + 29px) calc(50% + 230px);
  background-size: 582px auto;
  background-repeat: no-repeat;
  width: 100%;
  pointer-events: none;
  height: 100%;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#frame .frame-layers {
  position: relative;
  width: 500px;
  max-width: 474px;
  min-height: 735px;
  color: white;
  margin: 50px auto 0;
  padding: 5px 0 10px;
}
#frame .layer {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#frame .layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    180deg,
    #d3a146 0%,
    #f9edbf 40%,
    #f9edbf 60%,
    #d3a146 100%
  );
  border-radius: 20px;
}
#frame .layer::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: -1;
  background: linear-gradient(180deg, #740400 0%, #d42118 82%, #ff2315 100%);
  border-radius: 17px;
  box-shadow: inset 0 0 50px 20px #000;
  border: 3px solid #840500;
}

.ribbon-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0 30px;
  z-index: 1;
}

.ribbon__graphics {
  content: "";
  z-index: -1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -28px;
  width: 587px;
  height: 154px;
  background-image: url(../images/ribbon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.ribbon-container span {
  color: #f6c023;
  font-family: "Times New Roman", Times, serif;
  /* font-family: 'Neuton'; */
  /* font-family: Poppins; */
  font-weight: bold;
  font-size: 1em;
  /* font-size: 1.19em; */
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  #frame {
    padding-bottom: 0;
  }
  .ribbon-container span {
    font-size: 1.79em;
  }

  #frame::after {
    bottom: 5px;
    background-position: calc(50% + 16px) calc(50% + 231px);
    background-size: 550px auto;
  }
  #frame .frame-layers {
    min-height: 550px !important;
    /* min-height: 519px; */
  }
}

@media screen and (max-width: 575px) {
  #frame .frame-layers {
    width: 308px;
    margin: 26px auto 0;
  }
  .ribbon__graphics {
    top: -14px;
    width: 380px;
    height: 94px;
  }
  .ribbon-container span {
    font-size: 1em;
    /* font-size: 1.16em; */
  }
  #frame::after {
    bottom: 5px;
    background-position: calc(50% + 16px) calc(50% + 191px);
    background-size: 354px auto;
  }
}

#frame.frame-active::after {
  background-image: none;
}
/* REA Form
   ========================================================================== */
#preform {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 290px;
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 21px;
}

#preform .btn {
  font-size: 20px;
  margin-top: 15px;
  width: 100%;
}

#preform .yearText {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  color: white;
}

#preform #dob-year {
  background-color: white;
  padding: 0 10px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  color: rgb(34, 34, 34);
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 2px solid rgb(251, 232, 104);
}

#preform #dob-year.error {
  border-color: rgb(255, 0, 0);
  -webkit-box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0),
    0 0 3px 0 rgb(255, 0, 0);
  box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0),
    0 0 3px 0 rgb(255, 0, 0);
}

#preform #dob-year.valid {
  border-color: rgb(38, 117, 218);
  -webkit-box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218),
    0 0 3px 0 rgb(38, 117, 218);
  box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218),
    0 0 3px 0 rgb(38, 117, 218);
}

#preform input[type="text"],
#preform input[type="email"] {
  border-radius: 4px;
  border: 0;
  padding: 0 6px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
  height: 40px;
}

@media screen and (max-width: 374px) {
  #preform input[type="text"],
  #preform input[type="email"] {
    margin-bottom: 0px;
  }
}

#preform input.error,
#preform select.error {
  border-color: red;

  box-shadow: 0 0 3px 0 red, 0 0 3px 0 red, 0 0 3px 0 red;
}

#preform input.valid {
  border-color: rgba(38, 117, 218, 1);

  box-shadow: 0 0 3px 0 rgba(38, 117, 218, 1), 0 0 3px 0 rgba(38, 117, 218, 1),
    0 0 3px 0 rgba(38, 117, 218, 1);
}

#preform input:focus {
  background-color: rgba(250, 255, 189, 1);
}

.form-header {
  margin-top: 5px;

  color: white;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;

  text-shadow: 1px 2px 3px black;
}

.form-header span {
  display: block;
}

/* GDPR checkboxes
   ========================================================================== */

#preform .checks[data-isgdpr="true"] {
  margin: 10px auto 0;
  color: white;
  text-shadow: 1px 1px 4px black;
  font-size: 13px;
}

#preform .checks[data-isgdpr="true"]:first-of-type {
  margin: 15px auto 0;
}

#preform .checks[data-isgdpr="true"] label {
  margin-bottom: 0;
}

#preform .ca-confirm {
  margin: 10px auto 0 auto;
  color: white;
  text-shadow: 1px 1px 4px black;
  font-size: 13px;
}

#preform .ca-confirm a:hover,
#preform .ca-confirm a:active,
#preform .ca-confirm a:focus {
  color: white;
}

#preform .ca-confirm label {
  margin-bottom: 0;
}

.arrow-curved {
  /* width: 80px;
  height: 174px;
  top: 177px;
  width: 65px;
  background-image: url("../images/ccc15_arrow_curved.fs8.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50px;
  left: calc(50% + 90px);
  transform: translateX(-50%); */
  width: 80px;
  height: 315px;
  top: 251px;
  position: absolute;
  left: calc(50% + 90px);
  transform: translateX(-2%);
  z-index: 1;
}

.arrow-curved::after {
  content: "";
  display: block;
  padding-bottom: 123.63%;
}

@media screen and (max-width: 374px) {
  .arrow-curved {
    width: 60px;
    top: 45px;
  }
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.u__color--yellow {
  color: rgba(255, 212, 40, 1);
}

.u__color--white {
  color: rgba(255, 255, 255, 1);
}

.u__text--uppercase {
  text-transform: uppercase;
}

.u__text--medium {
  font-size: 35px;
}

.u__text--large {
  font-size: 48px;
}

.u__text--xlarge {
  font-size: 48px;
}

@media screen and (max-width: 374px) {
  .u__text--medium {
    font-size: 30px;
  }
  .u__text--large {
    font-size: 42px;
  }
}

/*--- BASE PAGE STYLES*/
.copyright {
  text-align: center;
  color: white;
}

.copyright a.modalLink {
  color: white;
}

.footer {
  font-family: Arial;
  position: relative;
  background-color: black;
  background-image: -webkit-linear-gradient(
    top,
    rgba(44, 44, 44, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(44, 44, 44, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background-size: 100% 150px;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 10px;
  z-index: 100;
}

.affiliates {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .footer {
    margin-top: 0;
  }
}

.footer::before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(
    left,
    rgba(44, 44, 44, 1) 0%,
    rgba(104, 104, 104, 1) 50%,
    rgba(44, 44, 44, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(44, 44, 44, 1) 0%,
    rgba(104, 104, 104, 1) 50%,
    rgba(44, 44, 44, 1) 100%
  );
  position: absolute;
  bottom: 100%;
}

.footerTracking {
  width: calc(100% - 40px);
  max-width: 420px;
  background-color: #222;
  font: normal 11px Arial, Helvetica;
  color: #ccc;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #444;
  padding: 3px 4px;
  margin: 4px auto;
  clear: both;
}

.pinkSlime {
  border: none !important;
  width: auto !important;
  text-align: center !important;
  color: #999;
}

.copy {
  text-align: center;
  font-size: 12px;
  color: white;
  margin-top: 10px;
}

.modal {
  display: flex;
  justify-content: center;
}

.modal,
.modal p {
  color: black;
  font-size: 13px;
  font-family: Arial;
  line-height: 1.2;
}

.modal h4,
.modal h1 {
  font-weight: 700;
  font-size: 20px;
  color: black;
}

.modal h1 {
  padding-bottom: 10px;
}

.modal h4 {
  font-size: 16px;
}

.modal.fade.in {
  opacity: 1;
}

.modal div[class*="col-"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  max-width: unset;
  flex: initial;
}

.modal .hero-section__content {
  padding: 0 !important;
}

a.cc-dismiss {
  text-decoration: none;
}

.licence {
  max-width: 420px;
  margin: 12px auto 0;
  color: #999;
  text-align: center;
  font-size: 10px;
  padding: 0 5px;
}

/*ontario*/

.ontario-gambling-logo {
  width: 150px;
  height: auto;
  display: inline-block;
  margin: 30px auto;
}
@media screen and (max-width: 575px) {
  .ontario-gambling-logo {
    width: 100px;
  }
}
.footer-icons .ontario-gambling-logo {
  width: 102px;
  height: auto;
  margin-top: -32px;
  display: inline-block;
}

.ontario-terms-link {
  font-size: 10px;
  color: white;
  text-decoration: none !important;
  text-shadow: 0px 2px 3.16px rgb(0 0 0 / 70%);
  display: block;
}

.ontario-terms-link:hover {
  color: white;
}

.ontario-terms-link:before {
  content: "* ";
}

.footer .ontario-terms-link {
  text-decoration: underline !important;
}

.footer .ontario-terms-link:before {
  content: "  ";
}

.footer p {
  font-size: 10px;
  margin: 20px auto;
  text-align: center;
  max-width: 561px;
}

.footer p a {
  text-decoration: underline;
  color: white;
}

.footer p a:hover {
  color: white;
}
