/* webfonts */







@font-face {



    font-family: 'Roboto-Thin';



    src: url('../fonts/Roboto-Thin.woff2')



}







@font-face {



    font-family: 'Roboto-Regular';



    src: url('../fonts/Roboto-Regular.woff2')



}







@font-face {



    font-family: 'Roboto-Medium';



    src: url('../fonts/Roboto-Medium.woff2')



}







@font-face {



    font-family: 'Roboto-Light';



    src: url('../fonts/Roboto-Light.woff2')



}







@font-face {



    font-family: 'Roboto-Bold';



    src: url('../fonts/Roboto-Bold.woff2')



}







@font-face {



    font-family: 'Roboto-Black';



    src: url('../fonts/Roboto-Black.woff2')



}







@font-face {



    font-family: 'RobotoCondensed-Regular';



    src: url('../fonts/RobotoCondensed-Regular.woff2')



}



@font-face {



    font-family: 'RobotoCondensed-Light';



    src: url('../fonts/RobotoCondensed-Light.woff2')



}



@font-face {



    font-family: 'RobotoCondensed-Bold';



    src: url('../fonts/RobotoCondensed-Bold.woff2')



}



@font-face {



    font-family: 'TT-Lakes-font';



    src: url('../fonts/TT_Lakes_Neue_Trial_Expanded_ExtraBold.ttf')



}











/* webfonts end */







:root {



    --primary-color: #CD181F;



    --secoundry-color: #E2BE71;



    --text-color: #1C1C1C;



    --font-thin: 'Roboto-Thin';



    --font-light: 'Roboto-Light';



    --font: 'Roboto-Regular';



    --font-medium: 'Roboto-Medium';



    --font-bold: 'Roboto-Bold';



    --font-black: 'Roboto-Black';



    --font-RobotoCondensed-Regular: 'RobotoCondensed-Regular';



    --font-RobotoCondensed-Light: 'RobotoCondensed-Light';



    --font-RobotoCondensed-Bold: 'RobotoCondensed-Bold';



    --font-TT-Lakes-font: 'TT-Lakes-font';



}







html {



    margin: 0;



}







* {



    box-sizing: border-box;



}







body {



    font-family: var(--font);



    overflow-x: hidden;



    color: var(--text-color);



    background: #171717;







}







h1,



h2,



h3,



h4,



h5,



h6 {



    margin: 0;



    white-space: normal;



    word-break: break-word;



    font-family: var(--font-bold);



    line-height: 1.1;



    color: #000;



}







h1 {



    font-size: 80px;



}







h2 {



    font-size: 58px;



}







h3,



.h3 {



    font-size: 48px;



}







h4,



.h4 {



    font-size: 35px;



}







h5 {



    font-size: 30px;



}







h6 {



    font-size: 25px;



}







p.large-font {



    font-size: 20px;



}



.container {



    max-width: 1380px;



    padding: 0 40px;



}



a,



p,



button,



span {



    white-space: normal;



    word-break: break-word;



}







a {



    text-decoration: none !important;



}



b {
    font-family: var(--font-bold);
}



a:focus-visible {



    outline: transparent;



}







.page-link:focus {



    box-shadow: none;



}







p {



    font-size: 20px;



    margin: 0;



}







ul {



    margin: 0;



    padding: 0;



    list-style-type: none;



}











img {



    max-width: 100%;



}



.primary-btn {



    background-color: var(--primary-color);



    border-radius: 999px;



    color: #fff;



    padding: 5px 16px;



    min-height: 46px;



    font-size: 16px;



    padding-top: 8px;



    font-family: var(--font-RobotoCondensed-Bold);



    text-transform: uppercase;



    line-height: 0.8;



    display: flex;



    align-items: center;



    letter-spacing: -0.48px;

    justify-content: center;

}



.banner-btn {



    border-radius: 999px;



    border: 2px solid #CC9C51;



    display: flex;



    justify-content: center;



    padding: 6px 16px;



    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.35) inset;



}







.banner-content-box h5 {



    font-size: 30px;



    line-height: 100%;



    letter-spacing: -0.6px;



    text-transform: uppercase;



    color: #fff;



    font-family: var(--font-RobotoCondensed-Bold);



}



.banner-content-box h1 {



    font-family: var(--font-RobotoCondensed-Bold);



    font-size: 135px;



    line-height: 100%;



    letter-spacing: -2.7px;



    text-transform: uppercase;



    background: linear-gradient(90deg, #CC9C51 5.73%, #F6E27A 28.65%, #F6F2C0 50%, #F6E27A 71.88%, #CB9B51 93.75%);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    filter: drop-shadow(2px 2px 0px #936929);



    -webkit-text-stroke: 1px #F3e273;



    width: fit-content;



    margin: 20px 0;



}



.banner-content-box p {



    color: #E3E3E3;



    font-size: 14px;



    line-height: 150%;



    margin-bottom: 40px;



}



.banner-content-box p {



    max-width: 491px;



}



.banner-btn-box {



    display: flex;



    gap: 12px;



}



.gold-btn {



    background: linear-gradient(95deg, #CC9C51 5.73%, #F6E27A 28.65%, #F6F2C0 50%, #F6E27A 71.88%, #CB9B51 93.75%), #CD181F;



    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.35) inset;



    font-size: 24px;



    border-radius: 999px;



    border: 2px solid #CC9C51;



}



.gold-inner p {



    font-size: 24px;



    color: #000;



    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);



}







.banner-btn-inner p {



    text-transform: uppercase;



    background: linear-gradient(90deg, #CC9C51 5.73%, #F6E27A 28.65%, #F6F2C0 50%, #F6E27A 71.88%, #CB9B51 93.75%);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.50));



    text-align: center;



    -webkit-text-stroke: 1px #F3e273;



    width: fit-content;



    margin: 0 auto;



    letter-spacing: -0.48px;



    font-size: 24px;



    font-family: var(--font-RobotoCondensed-Regular);



}



.outline-btn {



    border: 2px solid #CC9C51;



    background: transparent;



}



.outline-btn .banner-btn-inner p  {



    -webkit-text-stroke: unset;



    font-family: var(--font-RobotoCondensed-Bold);



}



.banner-slide {



    display: flex;



    flex-direction: column;



    gap: 24px;



}



.marquee-inner {



    display: block;



    height: 100%;



    position: absolute;



}







  .marquee-inner.to-left img{



    animation: marqueeTop 5s linear infinite;



  }



  .marquee-inner.to-right{



    animation: marqueeBottom 25s linear infinite;



  }



  @keyframes marqueeTop {



    0% {



          -webkit-transform: translate3d(0, 0, 0);



          transform: translate3d(0, 0, 0)



      }



      100% {



          -webkit-transform: translate3d(0, -100%, 0);



          transform: translate3d(0, -100%, 0)



      }



  }



  



  @keyframes marqueeBottom {



    0% {



          -webkit-transform: translate3d(0, -100%, 0);



          transform: translate3d(0, -100%, 0)



      }



      100% {



          -webkit-transform: translate3d(0, 0, 0);



          transform: translate3d(0, 0, 0)



      }



  }



  



  



  .home-banner {



    overflow: hidden;



    position: relative;



    height: 600px;



    background-color: #000;



}



.flex-horizontal {



    gap: 0px;



    display: flex;



    width: 100%;



    flex-direction: row;



    justify-content: center;



    align-items: center;



}







.marquee {



    position: relative;



    display: flex;



    overflow: hidden;



    width: 100%;



    height: 600px;



    flex-direction: row;



    justify-content: center;



    align-items: flex-start;



    flex: 1 1 0%;



}







.track-vertical {



    position: absolute;



    white-space: nowrap;



    will-change: transform;



    animation: marquee-vertical 60s linear infinite;



}



.track-vertical:hover, .track-vertical-alt:hover {



    animation-play-state: paused;



}



@keyframes marquee-vertical {



    from { transform: translateY(0); }



    to { transform: translateY(-50%); }



  }



  .track-vertical-alt{



    position: absolute;



    white-space: nowrap;



    will-change: transform;



    animation: marquee-vertical-alt 60s linear infinite;



    /* manipulate the speed of the marquee by changing "20s" line above*/



  }



  



  @keyframes marquee-vertical-alt {



    from { transform: translateY(-50%); }



    to { transform: translateY(0%); }



  } 



.flex-vertical {



    display: flex;



    width: 100%;



    flex-direction: column;



    justify-content: center;



    align-items: center;



    padding-left:12px;



    padding-top: 24px;



}







.banner-slide-img {



    display: flex;



    width: 100%;



    height: 100%;



    justify-content: center;



    align-items: center;



    border-radius: 8px;



    border: 2px solid transparent;



    border-radius: 12px;



}







.display--inline-top {



    display: inline-block;



    vertical-align: top;



}



.gallery-image {



    padding-bottom: 2.35em;



    animation: marqueeTop 8s linear infinite;



}



.gallery-image__img {



    padding-top: 50vh;



    max-width: 35vh;



    margin: 0 auto;



}











.heading-box h5 {



    font-size: 24px;



    line-height: 100%;



    letter-spacing: -0.6px;



    color: #fff;



    font-family: var(--font-RobotoCondensed-Bold);



}



.heading-box h2, .card-heading-box h3 {



    font-family: var(--font-RobotoCondensed-Bold);



    font-size: 56px;



    line-height: 100%;



    text-transform: uppercase;



    background: linear-gradient(90deg, #CC9C51 5.73%, #F6E27A 28.65%, #F6F2C0 50%, #F6E27A 71.88%, #CB9B51 93.75%);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    filter: drop-shadow(2px 2px 0px #936929);



    -webkit-text-stroke: 1px #F3e273;



    width: fit-content;



    letter-spacing: -1.12px;



    margin: 0 auto;



    margin-top: 10px;



}



.heading-box p , .card-heading-box p{



    font-size: 14px;



    font-style: normal;



    font-weight: 400;



    line-height: 120%;



    color: #E3E3E3;



    margin-top: 40px;



}



.heading-box {



    max-width: 600px;



    margin: 0 auto;



    margin-bottom: 50px;



}



.Jackpot-section {



    padding-top: 80px;



    padding-bottom: 60px;



}



.card-heading-box h3 {



    font-size: 32px;



    margin-top: 0;



    letter-spacing: -0.64px;



}



.card-heading-box p {



    max-width: 290px;



    margin: 0 auto;



    margin-top: 10px;



}



.jackpot-card-box img {



    max-width: 280px;



}



.card-heading-box {



    margin-top: 20px;



}







.jackot-card-wrapper {



    max-width: 1000px;



    margin: 0 auto;



}



.btn-box {



    display: flex;



    justify-content: center;



    gap: 12px;



    margin-top: 50px;



}



.how-to-play-card-wrapper {



    max-width: 1160px;



    margin: 0 auto;



}



.how-to-play-card-wrapper  .card-heading-box p {



    max-width: 315px;



}



.how-to-play-section {



    padding-top: 80px;



    padding-bottom: 80px;



}



.tournament-prize-box {



    display: flex;



    padding: 12px 12px 24px 12px;



    flex-direction: column;



    align-items: center;



    height: 100%;



    border-radius: 12px;



    border: 1px solid rgba(255, 255, 255, 0.08);



    background: rgba(255, 255, 255, 0.05);



}



.tournament-prize-section {



    padding-top: 60px;



    padding-bottom: 80px;



}



.dark-btn {



    background-color: #000;



    border-radius: 50px;



    padding: 4px 4px 4px 11px;



    width: fit-content;



    border: 2px solid #CC9C51;



    display: flex;



    align-content: center;



    align-items: center;



    gap: 8px;



    margin: 0 auto;



}



.dark-btn p {



    font-size: 20px !important;



    gap: 8px;



    letter-spacing: -0.32px;



    align-items: center;



    margin: 0 auto;



    font-family: var(--font-RobotoCondensed-Bold);



    text-transform: uppercase;



    background: linear-gradient(90deg, #CC9C51 5.73%, #F6E27A 28.65%, #F6F2C0 50%, #F6E27A 71.88%, #CB9B51 93.75%);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    margin:0px !important;



    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.50));



}



.tournament-prize-wrapper {



    max-width: 1020px;



    margin: 0 auto;



}



.tournament-prize-box .card-heading-box {



    margin-top: 12px;



}



.tournament-prize-box .card-heading-box p {



    margin-top: 15px;



}



.no-block {



    border-radius: 999px;



    border: 2px solid #CC9C51;



    display: flex;



    justify-content: center;



    padding: 5px 16px;



    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.35) inset;



    margin: 0 auto;



    width: 48px;



    height: 48px;



    align-items: center;



    background: #CD181F;



    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.35) inset;



    margin-bottom: 15px !important;



}



.no-block p {



    padding: 5px 16px;



    font-family: var(--font-RobotoCondensed-Bold);



    font-size: 32px;



    background: linear-gradient(90deg, #CC9C51 5.73%, #F6E27A 28.65%, #F6F2C0 50%, #F6E27A 71.88%, #CB9B51 93.75%);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.50));



    margin: 0 !important;







}



.last-slide .marquee-fix {



    flex-direction: column-reverse;



}



.unique-features-box {



    border-radius: 12px;



    border: 1px solid rgba(255, 255, 255, 0.05);



    background: rgba(0, 0, 0, 0.25);



    display: flex;



    padding: 40px 20px 24px 20px;



    flex-direction: column;



    width: 100%;



    align-items: center;



    height: 100%;



}



.unique-features-box img {



    max-width: 90px;



    margin-bottom: -60px;



}



.uni-img-bx {



    display: flex;



    flex-direction: column;



    align-items: center;



    height: 100%;



}



.uni-img-bx img {



    max-width: 90px;



    width: 90px;



    margin-bottom: -40px;



}



.unique-features-box .card-heading-box h3 {



    font-size: 24px;



    -webkit-text-stroke: unset;



    filter: url();



}



.uni-feature-wrapper {



    max-width: 960px;



    margin: 0 auto;



}



.uni-feature-section {



    padding-top: 80px;



    padding-bottom: 80px;



}



footer {



    background: #000;



    color: #fff;



    padding: 40px 0;



}



.footer-content h5 {



    color: #fff;



    font-size: 16px;



    margin-bottom: 5px;



}



.footer-content ul {



    list-style: disc;



    padding-left: 25px;



}



.footer-content {



    margin-bottom: 20px;



}



.footer-txt-wrapper p {



    font-size: 16px;



}



.footer-txt-wrapper a {



    color: #fff;


    text-decoration: underline !important;



}



.marq-name h4 {



    font-size: 16px;



    white-space: nowrap;



    color: #fff;



}



.marq-content-bx p {



    font-size: 12px;



    font-family: var(--font-semibold);



    line-height: 100%;



    text-transform: uppercase;



    color: #fff;



}



.marq-content-bx {



    min-width: 300px;



}



.marq-price {



    font-family: var(--font-RobotoCondensed-Bold);



    font-size: 16px;



    line-height: 1.1;



    text-transform: uppercase;



    background: linear-gradient(90deg, #CC9C51 5.73%, #F6E27A 28.65%, #F6F2C0 50%, #F6E27A 71.88%, #CB9B51 93.75%);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    width: fit-content;



    display: block;



    letter-spacing: -0.32px;



    margin-bottom: 5px;



    white-space: nowrap;



}



.marq-name {



    display: flex;



    gap: 8px;



    



}



.marq-box {



    display: flex;



    gap: 4px;



    align-items: center;



    white-space: nowrap;



}



.marq-section {



    border-top: 1px solid #CC9C51;



    border-bottom: 1px solid #CC9C51;



    background-image: url(../images/marq-bg.webp);



    padding: 40px 0;



    overflow: hidden;



    background-position: center;



    background-repeat: no-repeat;



    background-size: cover;



}



.announcemnt-bar-wrapper {



    display: flex;



    align-items: center;



    gap: 32px;



    will-change: transform;



    animation: marquee 40s linear infinite;



}



@keyframes marquee {



    0% {



        transform: translate3d(0, 0, 0)



    }







    100% {



        transform: translate3d(-100%, 0, 0)



    }



}



.announcement-scroll {



    display: flex;



    align-items: center;



}



.marq-icon-bx {



    flex: 0 0 40px;



}



.welcome-bonus-wrapper {



    



    display: flex;



    justify-content: space-between;



    align-items: center;



}



.welcome-bonus-heading h2 {



    font-size: 16px;



    color: #fff;



    text-transform: uppercase;



    font-family: var(--font-RobotoCondensed-Bold);



    max-width: 293px;



}



.welcome-bonus-heading h2 span {



    text-transform: uppercase;



    background: linear-gradient(90deg, #CC9C51 5.73%, #F6E27A 28.65%, #F6F2C0 50%, #F6E27A 71.88%, #CB9B51 93.75%);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.50));



    text-align: center;



    width: fit-content;



    letter-spacing: -0.8px;



    font-size: 40px;



    font-family: var(--font-RobotoCondensed-Bold);



    display: block;



    text-align: left;



}



.welcome-bonus-heading p {



    font-size: 16px;



    color: #fff;



    margin-top: 3px;



    font-family: var(--font-bold);



}



.welcome-bonus-center {



    padding: 10px 24px;



    border-radius: 12px;



background: rgba(0, 0, 0, 0.50);



    display: flex;



    gap: 24px;



    align-items: center;



    min-height: 88px;



    max-width: 560px;



    width: 100%;



}



.welcome-bonus-wrapper .banner-btn{



    margin: 0px;



}



.welcome-bonus-left h3{



    /* font-weight: 700; */



    line-height: 100%;



    letter-spacing: -1.12px;



    text-transform: uppercase;



    background: linear-gradient(90deg, #CC9C51 5.73%, #F6E27A 28.65%, #F6F2C0 50%, #F6E27A 71.88%, #CB9B51 93.75%);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    filter: drop-shadow(2px 2px 0px #936929);



    text-align: center;



    -webkit-text-stroke: 1px #F3e273;



    width: fit-content;



    margin: 0 auto;



    font-size: 40px;



    font-family: var(--font-TT-Lakes-font);



    font-style: italic;



    font-size: 24px;



    margin-bottom: 12px;



}



.welcome-bonus-left p {



    color: #E3E3E3;



    font-size: 14px;



    font-family: var(--font);



}



.welcome-bonus-middle h3{



    text-transform: uppercase;



    font-size: 20px;



    white-space: nowrap;



    font-family: var(--font-RobotoCondensed-Bold);



    color: #fff;



}



.vertical-line{



    width: 1px;



    height: 19px;



    background-color:rgba(255, 255, 255, 0.15);



}



.welcome-bonus-middle {



    display: flex;



    flex-direction: column;



    align-items: center;



}



.welcome-bonus-right h3{



    /* font-weight: 700; */



    line-height: 100%;



    letter-spacing: -1.12px;



    text-transform: uppercase;



    background: linear-gradient(90deg, #CC9C51 5.73%, #F6E27A 28.65%, #F6F2C0 50%, #F6E27A 71.88%, #CB9B51 93.75%);



    -webkit-background-clip: text;



    -webkit-text-fill-color: transparent;



    filter: drop-shadow(2px 2px 0px #936929);



    text-align: center;



    -webkit-text-stroke: 1px #F3e273;



    width: fit-content;



    margin: 0 auto;



    font-size: 40px;



    font-family: var(--font-TT-Lakes-font);



    font-style: italic;



    font-size: 16px;



    margin-bottom: 12px;



}



.welcome-bonus-right h3 span{



    font-size: 24px;



}



.welcome-bonus-right p{



    color: #E3E3E3;



    font-size: 14px;



    font-family: var(--font);



}



.term-condition-text {



    color: #FFF;



    font-size: 12px;



    text-align: center;



    margin-top: 15px;



    font-style: italic;



}



header {



    background: #000;



    border-bottom: 1px solid #CC9C51;



    position: sticky;



    top: 0;



    z-index: 999;



}



.navbar {



    position: relative;



    display: flex;



    flex-wrap: wrap;



    align-items: center;



    justify-content: space-between;



    padding-top: 13px;



    padding-bottom: 13px;



}



.navbar-brand {



    display: flex;



    padding: 0;



    min-width: 109px;



    margin-right: 50px;



}



.nav-logo {



    height: 1.625rem;



}



.navbar-right-bx img {



    max-height: 2.5rem;



}



.navbar-right-bx {



    display: flex;



    gap: 20px;



    align-items: center;



}



.flex-horz {



    flex-direction: row;



    will-change: transform;



    animation: marquee 60s linear infinite;



}



.track-horizontal {



    display: flex;



}



.scroll {



    will-change: transform;



    animation: marquee2 60s linear infinite;



}



@keyframes marquee2 {



    0% {



        transform: translate3d(0, 0, 0)



    }







    100% {



        transform: translate3d(-100%, 0, 0)



    }



}



.mob-mark-sec {



    overflow: hidden;



    display: none;



}



.welcome-bonus-section {



    background-image: url(../images/web-bg.webp);



}



.tournament-prize-wrapper .heading-box {



    max-width: 100%;



}



.flip-card-inner {

    position: relative;

    width: 100%;

    height: 100%;

    text-align: center;

    transition: transform 0.8s;

    transform-style: preserve-3d;

 

  }

  .flip-card:hover .flip-card-inner {

    transform: rotateY(180deg);

  }

  .flip-card-front {

    border-radius: 12px;

    overflow: hidden;

  }

  .flip-card-back {

    position: absolute;

    width: 100%;

    height: 100%;

    display: flex;

    top: 0;

    left: 0;

    right: 0;

    backface-visibility: hidden;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border: 0.657px solid rgba(255, 255, 255, 0.08);

    background: #171717;

    backdrop-filter: blur(39.428565979003906px);

    transform: rotateY(180deg);

    padding: 16px 8px;

    border-radius: 12px;

    overflow: hidden;

  }

  .flip-card-back h6 {

    color: #fff;

    font-size: 16px;

    text-transform: uppercase;

    font-family: var(--font-RobotoCondensed-Bold);

    letter-spacing: -0.32px;

}

.flip-card-back p {

    font-size: 14px;

    line-height: 1.1;

    letter-spacing: -0.28px;

    color: #fff;

    margin-top: 10px;

    font-family: var(--font-RobotoCondensed-Regular);

}

.flip-card-back p span{ 

    font-family: var(--font-RobotoCondensed-Bold);

}

.igaming-img {
    margin-top: 15px;
    max-width: 200px;
}

.tournament-prize-box img {
    max-height: 175px;
}