@font-face {
    font-family: 'AvertaStd BoldItalic';
    src: url('../fonts/AvertaStd-BoldItalic.eot');
    src: url('../fonts/AvertaStd-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStd-BoldItalic.woff2') format('woff2'),
        url('../fonts/AvertaStd-BoldItalic.woff') format('woff'),
        url('../fonts/AvertaStd-BoldItalic.ttf') format('truetype'),
        url('../fonts/AvertaStd-BoldItalic.svg#AvertaStd-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd-RegularItalic';
    src: url('../fonts/AvertaStd-RegularItalic.eot');
    src: url('../fonts/AvertaStd-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStd-RegularItalic.woff2') format('woff2'),
        url('../fonts/AvertaStd-RegularItalic.woff') format('woff'),
        url('../fonts/AvertaStd-RegularItalic.ttf') format('truetype'),
        url('../fonts/AvertaStd-RegularItalic.svg#AvertaStd-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd Regular';
    src: url('../fonts/AvertaStd-Regular.eot');
    src: url('../fonts/AvertaStd-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStd-Regular.woff2') format('woff2'),
        url('../fonts/AvertaStd-Regular.woff') format('woff'),
        url('../fonts/AvertaStd-Regular.ttf') format('truetype'),
        url('../fonts/AvertaStd-Regular.svg#AvertaStd-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd Semibold';
    src: url('../fonts/AvertaStd-Semibold.eot');
    src: url('../fonts/AvertaStd-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStd-Semibold.woff2') format('woff2'),
        url('../fonts/AvertaStd-Semibold.woff') format('woff'),
        url('../fonts/AvertaStd-Semibold.ttf') format('truetype'),
        url('../fonts/AvertaStd-Semibold.svg#AvertaStd-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd SemiboldItalic';
    src: url('../fonts/AvertaStd-SemiboldItalic.eot');
    src: url('../fonts/AvertaStd-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStd-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/AvertaStd-SemiboldItalic.woff') format('woff'),
        url('../fonts/AvertaStd-SemiboldItalic.ttf') format('truetype'),
        url('../fonts/AvertaStd-SemiboldItalic.svg#AvertaStd-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd Bold';
    src: url('../fonts/AvertaStd-Bold.eot');
    src: url('../fonts/AvertaStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStd-Bold.woff2') format('woff2'),
        url('../fonts/AvertaStd-Bold.woff') format('woff'),
        url('../fonts/AvertaStd-Bold.ttf') format('truetype'),
        url('../fonts/AvertaStd-Bold.svg#AvertaStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Limerick ExtraBold';
    src: url('../fonts/Limerick-ExtraBold.eot');
    src: url('../fonts/Limerick-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Limerick-ExtraBold.woff2') format('woff2'),
        url('../fonts/Limerick-ExtraBold.woff') format('woff'),
        url('../fonts/Limerick-ExtraBold.ttf') format('truetype'),
        url('../fonts/Limerick-ExtraBold.svg#Limerick-ExtraBold') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaStd ExtraBold';
    src: url('../fonts/AvertaStd-ExtraBold.eot');
    src: url('../fonts/AvertaStd-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvertaStd-ExtraBold.woff2') format('woff2'),
        url('../fonts/AvertaStd-ExtraBold.woff') format('woff'),
        url('../fonts/AvertaStd-ExtraBold.ttf') format('truetype'),
        url('../fonts/AvertaStd-ExtraBold.svg#AvertaStd-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*---------------------------------------------------------©-----
# Responsive
--------------------------------------------------------------*/
@media (max-width: 576px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "AvertaStd Regular", sans-serif;
  font-size: 18px;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #ff004c;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "AvertaStd Regular", sans-serif;
}
ol,ul{
  padding-left: 0;
}
@media (min-width: 1200px){
  body {
    font-size: 16px;
  }
}
@media (min-width: 1400px){
  body {
    font-size: 18px;
  }

}

/*---
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  color: #43005d;
  background: rgb(254,173,0);
  background: linear-gradient(0deg, rgba(254,173,0,1) 0%, rgba(252,237,0,1) 100%);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #43005d;
  line-height: 0;
}
.back-to-top:hover {
  /* background: #e65d5f;
  color: #fff; */
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 16px 0;
  background: rgb(66,4,28);
  background: linear-gradient(90deg, rgba(66,4,28,1) 0%, rgba(146,0,45,1) 100%);
}
#header.header-scrolled {
  padding: 12px 0;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
#header .logo a {
  color: #111111;
}
#header .logo a span {
  color: #e03a3c;
}
#header .logo img {
  max-height: 40px;
}
#header .btn-language .btn{
  background: #610322;
  border-radius: 50px;
  padding: 0px 15px;
  border:none;
  height: 40px;
}
#header .btn-language .btn:active:focus{
  box-shadow: none !important;
  border: none;
}
#header .btn-language .btn img{

  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
#header .btn-language .btn i{
  margin-left: 10px;
  font-size: 25px;
  line-height: 40px;
}
#header .dropdown-toggle::after{
  border:none;
  margin-left: 0;
}
#header .dropdown-menu{
  background: rgba(0,0,0,0.8) !important;
  border-radius: 0;
  color:#fff;
  border:none;
}
#header .dropdown-item{
  color:#aaa;
}
#header .dropdown-item:hover{
  color:#fff;
  background: #000;
}
/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 30px;
  background: #e03a3c;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.get-started-btn:hover {
  background: #111111;
  color: #fff;
}
@media (max-width: 576px) {
  #header{
    padding: 12px 0;
  }
  #header .logo img {
    max-height: 30px;
  }
  #header .btn-language .btn{
    height: 30px;
    line-height: 30px;
  }
  #header .btn-language .btn img{
    margin-top:3px;
  }
  #header .btn-language .btn i{
    line-height: 30px;
  }
}
@media (max-width: 992px) {
  #header .logo img {
    max-height: 33px;
  }
  #header .btn-language .btn{
    height: 33px;
  }
}
@media (min-width: 1200px){
  #header .logo img {
    max-height: 33px;
  }
  #header .btn-language .btn{
    height: 33px;
  }
}
@media (min-width: 1400px){
  #header .logo img {
    max-height: 40px;
  }
  #header .btn-language .btn{
    height: 40px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "AvertaStd Regular", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #e03a3c;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #e03a3c;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #e03a3c;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #e03a3c;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 100vh; */
  background: #000 url("../images/slider-1.jpg") top center no-repeat;
  /* background-size: cover; */
  position: relative;
  padding:50px 0;
  height: 582px;
}
#hero h1 {
  margin: 0 ;
  font-size: 55px;
  color: #fff;
  font-family: 'AvertaStd Semibold', sans-serif;
  font-weight: 600;
}
#hero h2 {
  color: #fff;
  margin: 0 0 20px 0;
  font-size:30px;
  font-family: 'AvertaStd Regular', sans-serif;
  font-weight: normal;
}
#hero .btn-get-started {
  font-family: "AvertaStd Semibold", sans-serif;
  font-weight: 600;
  font-size: 30px;
  display: inline-block;
  padding:15px 30px;
  border-radius: 10px;
  transition: 0.5s;
  margin-top: 60px;
  color: #43005d;
  background: rgb(254,173,0);
  background: linear-gradient(0deg, rgba(254,173,0,1) 0%, rgba(252,237,0,1) 100%);
  line-height: 30px;
  border:none;
}

@media (max-width: 576px) {
  #hero {
    background: url(../images/mob-slider-1.jpg) no-repeat center center;
    background-size:cover;
    padding:0px 10px 0 10px;
    height: 230px;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero h2 {
    margin: 0 0 0 0;
    font-size:16px;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding:0 14px;
    /* border-radius: 10px; */
    margin-top: 10px;
    line-height: 30px;
    height: 30px;
  }
}
/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
    #hero {
      background-size: cover;
      padding:35px 0;
      height: 395px;
    }
    #hero h1 {
      font-size: 46px;
    }
    #hero h2 {
      margin: 0 0 15px 0;
      font-size:26px;
    }
    #hero .btn-get-started {
      font-size: 20px;
      padding:8px 14px;
      border-radius:8px;
      margin-top: 30px;
      line-height: 26px;
    }
}

@media (min-width: 1200px){
  #hero {
    padding:45px 0;
    height: 495px;
  }
  #hero h1 {
    font-size: 46px;
  }
  #hero h2 {
    margin: 0 0 15px 0;
    font-size:26px;
  }
  #hero .btn-get-started {
    font-size: 26px;
    padding:15px 14px;
    border-radius: 10px;
    margin-top: 60px;
    line-height: 26px;
  }
}
@media (min-width: 1400px){
  #hero {
    padding:50px 0;
    height: 582px;
  }
  #hero h1 {
    font-size: 46px;
  }
  #hero h2 {
    margin: 0 0 20px 0;
    font-size:30px;
  }
  #hero .btn-get-started {
    font-size: 30px;
    padding:15px 30px;
    border-radius: 10px;
    margin-top: 60px;
    line-height: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  color:#fff;
  font-family: 'AvertaStd Semibold', sans-serif;
}
.section-title p {
  margin-bottom: 0;
}
@media (max-width: 576px){
  section {
    padding: 40px 0;
  }
  .section-title {
    padding-bottom: 20px;
  }
  .section-title h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .section-title p {
    margin-bottom: 0;
  }
}


@media (min-width: 1200px){
  section {
    padding: 50px 0;
  }
  .section-title {
    padding-bottom: 20px;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .section-title p {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px){
  section {
    padding: 60px 0;
  }
  .section-title {
    padding-bottom: 30px;
  }
  .section-title h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .section-title p {
    margin-bottom: 0;
  }

}
/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/
#countdown{
  color:#fff;
  background: rgb(142,0,46);
  background: radial-gradient(circle, rgba(142,0,46,1) 0%, rgba(95,3,34,1) 100%);
}
#countdown .section-title{
  padding-bottom: 0;
}
.countdown{
  text-align: center;
}

.countdown>div {
    display: inline-block;
}

.countdown>div>span {
    display: block;
    text-align: center;
}

.countdown-container {
    margin: 0 ;
}

.countdown-container .countdown-heading {
    font-size:18px;
    margin: 0 0 0 0;
    color:#fff;
    clear: both;
    padding-top: 4px;
    padding-right: 40px;
}
.countdown-container .countdown-heading:last-child {

    padding-left: 20px;
}
.countdown-container .countdown-value {
    font-family: 'AvertaStd ExtraBold';
    font-weight: 900;
    font-size: 55px;
    padding:0px;
    color: #fff;
    width:110px;
    max-width: 110px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border:solid 1px #fff;
    border-radius: 8px;
    text-align: center;
    float: left;
}
.countdown-container  .divider {
  background:url(../images/dice.png) no-repeat center center;
  background-size: 30%;
  width: 40px;
  height: 80px;
  line-height: 80px;
  float: left;

}
@media (max-width: 576px){
  .countdown{
    /* border:solid 1px #fff; */
  }
  .countdown-container {
      margin: 0 ;
  }
  .countdown-container .countdown-heading {
      font-size:10px;
      margin: 0 0  0 0 ;
      padding-top:5px;
      padding-right: 15px;
      color:#fff;
      display: block;
      clear: both;
  }
  .countdown-container .countdown-heading:last-child{
      padding-left: 5px;
      text-align: center;
  }
  .countdown-container .countdown-value {
      font-size:24px;
      padding:0px;
      width:50px;
      max-width: 50px;
      height: 40px;
      line-height: 40px;
  }
  .countdown-container  .divider {
    background-size: 30%;
    width: 14px;
    height:40px;
    line-height:40px;
  }
}
@media (min-width: 1200px){
  .countdown-container .countdown-heading {
      font-size:16px;
      margin: 10px 0 0 0;
      color:#fff;
  }

  .countdown-container .countdown-value {
      font-size:46px;
      padding:0px;
      width:100px;
      max-width: 100px;
      height: 80px;
      line-height: 80px;
  }
  .countdown-container  .divider {
    width: 30px;
    height: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1400px){

  .countdown-container .countdown-heading {
      font-size:18px;
      margin: 10px 0 0 0;
      color:#fff;
  }

  .countdown-container .countdown-value {
      font-size: 55px;
      padding:0px;
      width:110px;
      max-width: 110px;
      height: 80px;
      line-height: 80px;
  }
  .countdown-container  .divider {
    width: 30px;
    height: 80px;
    line-height: 80px;
  }

}
/*--------------------------------------------------------------
# Reward
--------------------------------------------------------------*/
.reward{
  color:#fff;
  background: #b7003a url('../images/reward-bkg.png') no-repeat center center;
}
.reward .section-title{
  padding-bottom: 0;
}
.prize{
  text-align: center;
}
.prize img{
  max-width: 100%;
}

.prize .text h3{
  font-family:   'Limerick ExtraBold', sans-serif;
  font-size: 50px;
}
.prize .text h4{
  font-family: 'AvertaStd Semibold', sans-serif;
  font-size: 30px;
}
.prize .text p{
  font-family: 'AvertaStd Semibold', sans-serif;
  font-size: 18px;
}

@media (max-width:576px){
  .reward{
    background: #b7003a url('../images/pattern-mob.png') no-repeat center center;
    background-size: contain;
  }
}
/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
    .reward{
      background: #b7003a url('../images/reward-bkg.png') no-repeat center center;
      background-size: contain;
    }

    .prize .text h3{
      font-size: 40px;
    }
    .prize .text h4{
      font-size: 20px;
    }
    .prize .text p{
      font-size: 12px;
    }
}

@media (min-width: 1200px){
  .prize .text h3{
    font-size: 46px;
  }
  .prize .text h4{
    font-size: 26px;
  }
  .prize .text p{
    font-size: 16px;
  }
}
@media (min-width: 1400px){

  .prize .text h3{
    font-size: 50px;
  }
  .prize .text h4{
    font-size: 30px;
  }
  .prize .text p{
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Terms
--------------------------------------------------------------*/
.terms{
  color:#fff;
  background: #700226 url('../images/term-bkg.jpg') no-repeat center bottom;
  background-size: cover;
}

.rules{
  background: url('../images/rules-bkg.png') no-repeat center center;
  background-size: 100%;
  height: 517px;
  margin-bottom: 80px;
  padding-top: 140px;
  padding-left: 706px;
  padding-right: 120px;
}

.rules h2{
  font-family: 'AvertaStd Semibold', sans-serif;
  font-weight: 600;
  color:#5d0c6b;
  font-size: 30px;
}

.rules p{
  font-family: 'AvertaStd Regular', sans-serif;
  font-weight: normal;
  color:#5d0c6b;
  font-size:18px;
  margin-bottom: 40px;
}
.rules a.btn-primary{
  margin-top: 0;
}

.tnc{
  margin-bottom: 100px;
}
.tnc ul{
  list-style: none;
}

.tnc ul li{
  font-family: 'AvertaStd Regular', sans-serif;
  font-weight: normal;
  font-size:18px;
  background: url(../images/bullet.png) no-repeat 0 10px;
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
}

.join{
  padding: 42px 20px 38px 20px;
  background: rgb(93,10,113);
  background: linear-gradient(90deg, rgba(93,10,113,1) 0%, rgba(136,63,178,1) 100%);
  border-radius:15px;
  text-align: center;
}

.join h1{
  font-family: 'AvertaStd ExtraBold';
  display: inline-block;
  margin: 0;
  font-size: 40px;
}
.join .btn-primary{
  display: inline-block;
  margin:0 0 0 60px;
}

@media (max-width:576px){

  .rules{
    background: url('../images/rules-bkg-mob.png') no-repeat center center;
    background-size:cover;
    text-align: center;

    height: 563px;
    margin-bottom: 80px;
    padding-top:50px;
    padding-left: 20px;
    padding-right:  20px;
  }


  .rules h2{
    font-size: 18px;
  }

  .rules p{
    font-size:16px;
    margin-bottom: 20px;
  }
  .rules a.btn-primary{
    margin-top: 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }

  .tnc ul li{
    font-size:16px;
    background: url(../images/bullet.png) no-repeat 0 8px;
    margin: 0 0 16px 0;
    padding: 0 0 0 16px;
  }

  .join h1{
    display: block;
    margin: 0 0 28px 0;
    font-size: 30px;
  }
  .join .btn-primary{
    /* display: block; */
    margin:0 auto;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
}
/* ipad Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {

    .rules{
      height: 282px;
      margin-bottom: 35px;
      padding-top:80px;
      padding-left: 360px;
      padding-right:20px;
    }

    .rules h2{
      font-size: 16px;
      margin: 0;
    }

    .rules p{
      font-size:12px;
      margin-bottom: 20px;
    }

    .rules .btn-primary{
        font-size: 12px;
        padding: 8px 15px;
        line-height: 15px;
        border-radius: 5px;
    }
    .tnc ul li{
      font-size:12px;
      background: url(../images/bullet.png) no-repeat 0 8px;
      margin: 0 0 16px 0;
      padding: 0 0 0 16px;
    }

    .join h1{
      display: block;
      margin: 0 0 28px 0;
      font-size: 30px;
    }
    .join .btn-primary{
      margin:0 auto;
      font-size: 18px;
      height: 40px;
      line-height: 40px;
      padding: 0 30px;
    }
}
@media (min-width: 1200px){

    .rules{
      height: 442px;
      margin-bottom: 70px;
      padding-top: 120px;
      padding-left: 597px;
      padding-right: 100px;
    }

    .rules h2{
      font-size: 16px;
    }

    .rules p{
      font-size:16px;
      margin-bottom: 30px;
    }

    .tnc{
      margin-bottom: 80px;
    }


    .tnc ul li{
      font-size:16px;
      margin: 0 0 20px 0;
      padding: 0 0 0 30px;
    }

    .join{
      padding: 42px 20px 38px 20px;
    }

    .join h1{
      font-size: 36px;
    }
    .join .btn-primary{
      margin:0 0 0 60px;
      font-size: 24px;
    }

}
@media (min-width: 1400px){

  .rules{
    height: 517px;
    margin-bottom: 80px;
    padding-top: 140px;
    padding-left: 706px;
    padding-right: 120px;
  }

  .rules h2{
    font-size: 30px;
  }

  .rules p{
    font-size:18px;
    margin-bottom: 40px;
  }

  .tnc{
    margin-bottom: 100px;
  }


  .tnc ul li{
    font-size:18px;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
  }

  .join{
    padding: 40px 20px 36px 20px;
  }
  .join h1{
    font-size: 40px;
  }
  .join .btn-primary{
    margin:0 0 0 60px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 12px;
  background: #340519;
  padding-bottom: 100px;
}
#footer .footer-top {
  padding: 100px 0 30px 0;
  background: #340519;
}

#footer .footer-top h4 {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
  color:#ff004c;
  font-family: "AvertaStd Regular", sans-serif;
}

#footer .footer-top p {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
  font-family: "AvertaStd Regular", sans-serif;
  margin-top: 12px;
}

#footer .footer-top .footer-contact ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer-top .footer-contact ul li{
  font-size: 12px;
  color:#fff;
  margin: 0 0 20px 0;
  line-height: 30px;
}
#footer .footer-top .footer-contact ul li img{
  margin: 0 15px 0;
}

#footer .payments{
  max-width: 100%;
}
@media (max-width: 576px){

  #footer .footer-top h4{
    font-size: 11px;
  }
  .footer-top .col-xs-6{
    float: left;
    width: 50%;
  }
  .footer-top .col-xs-12{
    margin-bottom: 30px;
    min-height: 160px;
  }
  #footer .footer-top .footer-contact ul li{
    float: left;
    display: inline;
  }
  #footer .footer-top .footer-contact ul li span{
  display: none;
  }
  #footer .footer-top .footer-contact ul li img{
    margin: 0 10px 0 0;
  }
  #footer .py-4{
    padding: 0 20px;
  }
  #footer .copyright{
    font-size: 10px;
  }
  #footer .copyright img{
    width: 16px;
  }
}
/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  #footer .footer-top .footer-contact ul li img{
      /* width: 20px;
      margin: 0 5px 0 0; */
      float: left;
      margin: 0 5px 0 0 ;
    }
  #footer .footer-top .footer-contact ul li span{
    /* font-size: 10px; */
    display: none;

  }

}

@media (min-width: 1200px){
  #footer {
    font-size: 11px;
    padding-bottom: 100px;
  }
  #footer .footer-top {
    padding: 100px 0 30px 0;
  }

  #footer .footer-top h4 {
    font-size: 12px;
    margin-bottom: 20px;
  }

  #footer .footer-top p {
    font-size: 11px;
    margin-top: 12px;
  }

  #footer .footer-top .footer-contact ul li{
    font-size: 12px;
    margin: 0 0 20px 0;
    line-height: 30px;
  }
  #footer .footer-top .footer-contact ul li img{
    margin: 0 15px 0;
  }

}
@media (min-width: 1400px){
  #footer {
    font-size: 12px;
    padding-bottom: 100px;
  }
  #footer .footer-top {
    padding: 100px 0 30px 0;
  }

  #footer .footer-top h4 {
    font-size: 13px;
    margin-bottom: 20px;
  }

  #footer .footer-top p {
    font-size: 12px;
    margin-top: 12px;
  }

  #footer .footer-top .footer-contact ul li{
    font-size: 12px;
    margin: 0 0 20px 0;
    line-height: 30px;
  }
  #footer .footer-top .footer-contact ul li img{
    margin: 0 15px 0;
  }

}

/*General */
 .btn-primary{
   font-family: "AvertaStd Semibold", sans-serif;
   font-weight: 600;
   font-size: 30px;
   display: inline-block;
   padding:15px 30px;
   border-radius: 10px;
   transition: 0.5s;
   margin-top: 60px;
   color: #43005d;
   background: rgb(254,173,0);
   background: linear-gradient(0deg, rgba(254,173,0,1) 0%, rgba(252,237,0,1) 100%);
   line-height: 30px;
   border:none;
 }
 .btn-primary:hover{
   color:#ff004c;
 }


 /*Modal*/
.modal-content{
   /* padding: 50px; */
   border-radius: 15px;
   border:none;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
 }
.modal-body{
  padding:20px 150px 50px 150px !important;
}
.modal-header{
  border-bottom: none;
  border-radius: 0;
  position: relative;
}
.modal-content .btn-close{
  position: absolute;
  right: -10px;
  top:-10px;
  border-radius: 50%;
  background: #fff;
  width: 34px;
  height: 34px;
  line-height:38px;
  font-size: 30px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  margin: 0;
  padding: 0;
  opacity: 1;
}
.modal-content {
  padding: 0;
}
.modal-content h3{
   text-align: center;
   color:#0f161f;
   font-size: 30px;
   font-family: 'AvertaStd Semibold';
   font-weight: 600;
   margin-bottom: 30px;
 }

.modal-content .btn-yes{
  color:#fff;
  background:#ff8a00;
  font-size:18px;
  font-family: 'AvertaStd Regular';
  text-align: center;
  border:none;
  border-radius: 8px;
  width: 90px;
  height: 40px;
  line-height: 40px;

}
.modal-content .btn-no{
  color:#fff;
  background:#e0092c;
  font-size:18px;
  font-family: 'AvertaStd Regular';
  text-align: center;
  border:none;
  border-radius: 8px;
  width: 90px;
  height: 40px;
  line-height: 40px;

}

.form-group {
  margin:0 0 20px 0;
}

.form-control{
  padding: 10px;
  border-radius: 4px;
  background: #f3f5f6;
  border:none;
  font-family: 'AvertaStd Regular';
  font-size: 18px;
  color:#7a7b7f;

}
.form-control::placeholder{
  color:#7a7b7f;
}

.btnSubmit{
  color: #fff;
    background: #ff8a00;
    font-size: 18px;
    font-family: 'AvertaStd Regular';
    text-align: center;
    border: none;
    border-radius: 8px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}
.text-danger, .invalid-feedback{
  color:#e0092c;
  font-size: 16px;
  font-style: italic;
}
