html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  color: #fff;
  background: #03070e;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  position: relative;
  margin: 0;
  padding-bottom: 200px;
}

.container-fluid {
  max-width: 1300px;
}

a, a:hover {
  text-decoration: none;
}

section {
  position: relative;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

#menu {
  -webkit-transition: all .35s;
  transition: all .35s;
  padding: 15px;
  background-color:  #00000000;
  -webkit-box-shadow: 0px 24px 24px 0px rgba(3, 3, 3, 0.25);
          box-shadow: 0px 24px 24px 0px rgba(3, 3, 3, 0.25);
}

#menu .navbar-brand img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 31px;
}

#menu .navbar-toggler {
  font-size: 26px;
  padding: 8px 10px;
  color: #fff;
  border: 1px solid #474444;
}

#menu .navbar-toggler:focus {
  outline: 0;
}

#menu .navbar-nav li {
  margin-left: 15px;
}

#menu .navbar-nav li a {
  font-size: 14px;
  font-weight: 600;
  color: #dbdbdb;
}

#menu .navbar-nav li a:focus {
  color: #dbdbdb;
}

#menu .navbar-nav li a:focus:hover {
  color: #dbdbdb;
}

#menu .navbar-nav li a:hover {
  color: #dbdbdb;
}

#menu .navbar-nav li a.active {
  color: white;
}

#menu.navbar-shrink {
  background-color: black;
  margin-top: 0;
  padding: 10px 0;
}

#menu.navbar-shrink .navbar-nav li a.active {
  color: #ffffff;
}

#menu.navbar-shrink .navbar-brand img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#menu.navbar-shrink .navbar-brand:focus {
  color: #ffffff;
}

#menu.navbar-shrink .navbar-brand:hover {
  color: #ffffff;
}

@media (min-width: 991px) {
  #menu {
    margin-top: 50px;
  }
  #menu .navbar-collapse {
    background: transparent;
  }
  #menu .navbar-brand:focus {
    color: #fff;
  }
  #menu .navbar-brand:hover {
    color: #fff;
  }
  #menu .navbar-nav li a {
    color: white;
  }
  #menu .navbar-nav li a:focus {
    color: white;
  }
  #menu .navbar-nav li a:hover {
    color: #e7e7e7;
  }
  #menu ul li a {
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
  }
  #menu ul li a:after {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #menu ul li a:before {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #menu ul li a:hover:before {
    width: 92%;
  }
  #menu ul li a.nav-link:before {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #800080;
    height: 2px;
  }
  #menu ul li a.active:before {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #800080;
    height: 2px;
    width: 90%;
  }
}

@media (min-width: 767px) {
  #menu {
    margin-top: 30px;
  }
}

#hero {
  padding: 220px 0 30px;
  background-image: -webkit-linear-gradient(90deg, #03070e 15%, purple 99%);
}

@media (max-width: 767px) {
  #hero {
    padding: 110px 0 40px;
  }
}

#hero .text-behind {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: -80px;
  font-size: 137px;
  font-weight: 800;
  background: -webkit-linear-gradient(#580b5c, #2f0536);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  z-index: 0;
  text-transform: uppercase;
  text-shadow: 6.364px -6.364px 48.45px rgba(3, 3, 3, 0.22);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #800080;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#hero p {
  font-size: 18px;
  z-index: 1;
  position: relative;
}

#hero h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  z-index: 1;
  position: relative;
}

#hero .stars i {
  color: #ff0048;
  margin: 0 5px;
  z-index: 1;
  position: relative;
}

#hero:before {
  background: url("../img/hero-bg.jpg") top center no-repeat;
  background-size: cover;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

#hero .bonus-box {
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 87px 0px rgba(3, 3, 3, 0.73);
          box-shadow: 0px 3px 87px 0px rgba(3, 3, 3, 0.73);
  padding: 70px 15px 50px 15px;
  text-align: center;
  position: relative;
  font-size: 22px;
}

@media (max-width: 767px) {
  #hero .bonus-box {
    margin: 50px 0;
  }
}

#hero .bonus-box .promo-img {
  position: absolute;
  top: -90px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

#hero .bonus-box .bonus-text {
  font-weight: bold;
  z-index: 100;
  position: relative;
}

#hero .bonus-box .disclaimer {
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}

#hero .bonus-box .logo-box {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 18px 32.25px 10.75px rgba(3, 3, 3, 0.2);
          box-shadow: 0px 18px 32.25px 10.75px rgba(3, 3, 3, 0.2);
  border-radius: 30px;
  display: inline-block;
  width: 155px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-top: 20px;
}

#hero .bonus-box .logo-box img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

#hero .bonus-box .btn-claim {
  font-size: 12px;
  font-weight: 800;
  color: #020202;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 24px 24px 0px rgba(3, 3, 3, 0.4);
          box-shadow: 0px 24px 24px 0px rgba(3, 3, 3, 0.4);
  padding: 12px 20px;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 61%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#hero .bonus-box .btn-claim:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#hero .bonus-box.blue {
  background: -webkit-gradient(linear, left top, right top, from(#6e88fe), to(#0052d4));
  background: linear-gradient(90deg, #6e88fe 0%, #0052d4 100%);
}

#hero .bonus-box.blue .btn-claim i {
  color: #3c84f6;
}

#hero .bonus-box.yellow {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffe600), to(#b9a704));
  background: linear-gradient(0deg, #ffe600 0%, #b9a704 100%);
  font-size: 24px;
}

@media (min-width: 991px) {
  #hero .bonus-box.yellow .btn-claim {
    font-size: 18px;
    width: 85%;
  }
}

#hero .bonus-box.yellow .btn-claim i {
  color: #bd9f00;
}

#hero .bonus-box.orange {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6000), to(#803000));
  background: linear-gradient(0deg, #ff6000 0%, #803000 100%);
}

#hero .bonus-box.orange .btn-claim i {
  color: #ff6000;
}

#partners {
  padding: 50px 0 30px;
}

#partners .title {
  color: #993adb;
  font-weight: 700;
  text-shadow: 0px 0px 10px #983adb;
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 576px) {
  #partners .title {
    letter-spacing: 4px;
    margin-left: 4px;
  }
}

#partners .partner {
  -webkit-filter: opacity(0.2) grayscale(100%);
          filter: opacity(0.2) grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#partners .partner:hover {
  -webkit-filter: none;
          filter: none;
}

.heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
  position: relative;
}

.sub-heading {
  font-style: italic;
  color: #993adb;
}

#offers {
  padding: 125px 0 50px;
  background-image: -webkit-linear-gradient(90deg, purple 0%, #03070e 61%);
}

#offers .exclusive {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: -80px;
  font-size: 104px;
  font-weight: 800;
  color: #03070e;
  line-height: 1.1;
  z-index: 0;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2f1045;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 0px 0px 49px rgba(153, 58, 219, 0.05);
}

#offers:before {
  background: url("../img/bottom-bg.jpg") center bottom repeat-x;
  background-size: contain;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

#offers .offer-top {
  padding: 20px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#offers .offer-top img {
  -webkit-filter: drop-shadow(0px 24px 24px #000);
  filter: drop-shadow(0px 24px 24px #000);
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

#offers .offer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 125px;
  padding: 0  15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000;
  background-color: white;
}

#offers .offer .offer-headline {
  font-size: 18px;
  font-weight: 800;
}

#offers .offer .offer-sub {
  font-weight: 500;
}

#offers .offer a {
  border-radius: 5px;
  background: #800080;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(3, 3, 3, 0.51);
          box-shadow: 0px 6px 24px 0px rgba(3, 3, 3, 0.51);
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  width: 200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -18px;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#offers .offer a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.filter.white {
  -webkit-filter: brightness(0) invert(1) drop-shadow(0px 24px 24px #000) !important;
          filter: brightness(0) invert(1) drop-shadow(0px 24px 24px #000) !important;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 45px 0 35px;
  font-size: 14px;
  color: #474444;
  background-color: #060104;
  -webkit-box-shadow: 6.364px -6.364px 48.45px 8.55px rgba(3, 3, 3, 0.34);
          box-shadow: 6.364px -6.364px 48.45px 8.55px rgba(3, 3, 3, 0.34);
  line-height: 1.2;
}
/*# sourceMappingURL=style.css.map */