@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #FE0000;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.text-primary {
    color: #ff0e1f !important;
}

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

.primary-color {
    color: #ff0e1f;
}

.primary-color {
    color: #ff0e1f;
}

body {
    font-family: 'Century Gothic' !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Century Gothic' !important;
}

p {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
}

.btn {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    padding: 14px 28px;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 0;
    transition: .2s linear;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background: #101323;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 12px;
}

.btn:hover {
    color: #fff;
    background: #101323;
}

.btn-sm {
    font-size: 15px;
    font-weight: 500;
    padding: 14px 22px;
}

.btn-secondary {
    background: transparent;
    padding: 0;
    -webkit-clip-path: none;
    clip-path: none;
    color: #FF8503;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
}

.btn-secondary:hover {
    background: transparent;
    color: #FF8503;
}

section {
    position: relative;
    z-index: 1;
}

.bg-white {
    background-color: #fff;
}

.bg-white .title p {
    color: #000;
    opacity: 1;
}

section {
    padding: 80px 0
}

/* Header */
header {
    background: #101323;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.logo img {
    height: 54px;
}

.main-banner .container {
    height: 100%;
}

.banner-content h1 {
    font-size: 64px;
    color: var(--primary-color);
    font-weight: bold;
    letter-spacing: 2x;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    margin: 0 18px;
    padding: 0 15px;
}

.main-banner {
    padding:180px 0 100px;
    background-image: url(../img/bg-1.jpg);
    background-size: cover;
    height: 100%;
}
.ss-links img{
    height:50px;
}
.about-section .about-caption img{
    height: 16px;
}
.about-section .about-caption{
    font-size: 16px;
    font-weight: bold;
}
.title p{
    font-weight: 500
}
.title .title-heading{
    font-size: 32px;
    color:var(--primary-color);
    font-weight: bold;
}
.play{
    background-image: url(../img/how-to-play.png);
    background-size: cover;
}
.step-box img{
    width: 64px;
    margin-bottom: 12px;
}
.step-box h6{
    font-family: 'Poppins', sans-serif !important;
    color: #101323;
    font-size: 90px;
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    position: absolute;
    right: 0;
    bottom: -34px;
    opacity: .3;
}
.step-box p{
    color: #fff;
}
.step-box{
    background: #101323;
    padding:24px;
    border-radius: 12px;
    overflow: hidden;
    min-height: 280px;
}

.faq-section .accordion-button:focus{
    box-shadow: none;
}
.faq-section .accordion-button span{
    color: var(--primary-color);
    padding-right:8px;
}
.faq-section .accordion-button:after{
    filter: brightness(0) invert(1);
}
.faq-section .accordion-button{
    color: #fff;
    background-color: #101323;
    border-radius: 12px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 15px;
    padding: 16px 32px;
}
.faq-section .accordion-body span{
    color: var(--primary-color);
    padding-right:8px;
    font-weight: 500
}
.faq-section .accordion-body {
    background: #EEEEEE;
    border-radius: 0 0 12px 12px;
    padding:20px 32px;
}
.faq-section .accordion-item{
        background-color: #101323;
    border: none;
    border-radius: 18px !important;
    margin-bottom:24px;
}

.contact-section {
    background:url(../img/contact.png);
}
.contact-section .form-group{
    margin-bottom: 24px;
}
.contact-section .form-control:focus{
    box-shadow: none;
}
.contact-section .form-control{
    border-color: #000;
    font-size: 14px;
    padding: 10px 16px;
    background: transparent;
}
.contact-box .error{
    color: red;
    font-size: 14px;
}
footer{
     background: #101323;
}
footer .bottom-footer{
    padding:24px 0;
    border-top: 1px solid #707070;
}
footer .top-footer{
    padding: 50px 0;
}
.footer-box li{
    margin:16px 0;
}
.footer-box li span{
    font-size: 16px;
}
.footer-box li span{
    display:block;
    color: #fff;
     font-weight: 400;
    line-height: 20px;
    font-family: 'Poppins', sans-serif !important;
}
.footer-box li a{
    font-weight:500;
    font-family: 'Poppins', sans-serif !important;
    COLOR: #FFF;
    display: inline-block;
    font-size: 17px;
    
}
.footer-box h6{
    font-size: 20px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 28px;
}
.footer-social li{
    
}
.footer-social li a{
    color: #fff;
}
.footer-social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    text-align: center;
    background: #000000;
    border-radius: 50%;
    font-size: 12px;
    color: #bcbcbc;
    -webkit-box-shadow: inset 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
}
.footer-social ul li {
    margin-right: 8px;
}
.main-banner-image img{
    width: 120%;
}

@media screen and (max-width: 991px) {
  
  header .navbar-collapse {
    position: fixed;
    top: 0;
    text-align: center;
    height: 100%;
    background: #fff;
    right: 0;
    width: 300px;
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
    -webkit-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    overflow: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1000;
  }
  header  .navbar-nav {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: 32px;
  }
  header  .navbar-nav .nav-link {
    text-align: left;
    color: #1F2029;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 24px;
    margin: 0;
  }
  header  .navbar-nav .nav-link::after {
    right: 15px;
    position: absolute;
    top: 21px;
  }
  header  .navbar-nav .nav-link.active {
    background: #fafafa;
      border-color:var(--primary-color);
  }
  header  .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: static;
    opacity: 1;
    display: none;
    visibility: visible;
    background: transparent;
    margin: 0;
  }
  .close-nav i {
    font-size: 24px;
    color: #ff0e1f;
  }
  header  .navbar-nav .nav-item.dropdown .dropdown-menu:after {
    display: none;
  }
  header  .navbar-nav .nav-item .dropdown-menu.show {
    display: block;
  }
  header  .navbar-nav .nav-link.dropdown-toggle.show {
    color: #1F2029;
    background-color: #fafafa;
  }
  header  .navbar-nav li.nav-item:nth-child(1) {
    padding: 16px 24px;
    margin-bottom: 12px;
    border-bottom: none !important;
    background-color: #1F2029;
  }
  header  .navbar-nav li.nav-item:nth-child(1) h6 {
    font-weight: 600;
    color: #fff;
  }
    .navbar-expand-lg .navbar-nav .nav-link{
          color: #000;
    margin: 0;
    padding: 11px 20px;
        border-left: 3px solid #fafafa;
    }
  header  .navbar-nav li.nav-item:nth-child(1) a {
    margin-left: auto;
    color: #fff;
  }
  .backdrop {
    content: '';
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100%;
    width: 100%;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .mobileNav .backdrop {
    opacity: .5;
    pointer-events: visible;
    visibility: visible;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  body.mobileNav {
    height: 100%;
    overflow: hidden;
  }
  .mobileNav .navbar-collapse {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
    z-index: 101;
    background: #fff;
  }
  header  .navbar-nav .nav-link:after {
    display: none;
  }
  header  .navbar-nav .nav-link:before {
    -webkit-transform: none;
            transform: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: #ff0e1f;
    opacity: 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
  }
}