﻿/* custom style-sheet */
body
{
    font-family: "Montserrat",sans-serif;
}
a, button
{
    transition: all .3s ease;
}
img
{
    max-width: 100%;
}
a, a:hover
{
    text-decoration: none;
}
p
{
    margin-bottom: 0;
}
ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus, button:focus
{
    outline: none;
}
section
{
    position: relative;
}
.container
{
    max-width: 1260px;
}
.header
{
    background-color: #ff141a;
    padding: 15px 20px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
}
.header-logo
{
    position: absolute;
    width: 110px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    display: block;
}
.header-nav
{
    display: flex;
    column-gap: 8px;
}
.login
{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    padding: 5px 15px;/*font-size: 14px;*/
    margin-right: 10px;
}
.signup
{
    background-color: #ffa000;
    border-color: #ffa000;
    color: #000;
    padding: 8px 18px;
    font-weight: 500;
}
.header-nav .signup:hover
{
    background-color: #ffba00;
    color: #000;
}
.home-banner
{
    background-image: url(../../gambling/image/Desktop_Background.jpg);
    background-size: cover;
    background-position: top 70%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-color: #020204;
}
.center, .Center
{
    text-align: center;
}
.home-banner-inner
{
    width: 75%;
    float: none;
    margin: auto;
    padding: 8% 0 3% 0;
}
.left, .Left
{
    text-align: left!important;
    width: 46%;
    float: none;
    margin: 0;
    padding-left: 1.5%;
}
.home-banner-inner h1
{
    color: #fff;
    font-weight: 900;
    font-style: italic;
    font-size: 5em;
    line-height: 106%;
}
.sub-heading
{
    margin: 2% auto;
    color: #fff;
    font-family: Montserrat;
    font-size: 2.2rem;
    font-style: italic;
}
.no, .NO
{
    display: none;
}
.join-now-btn
{
    background-color: #e59000;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: 4%;
}
.join-now-btn:hover
{
    background-color: #ffba00;
    color: #000;
}
.home-banner-inner p
{
    color: #fff;
    font-size: 12px;
    margin-top: 2%;
    text-shadow: 1px 1px 2px black;
}
.home-banner-inner p a
{
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
}
.home-banner-inner p a:hover
{
    opacity: .9;
}
.banner-steps
{
    background-color: #00000080;
    padding: 25px 0;
    margin-top: 45px;
}
.banner-steps .d-flex h4
{
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}
.banner-steps .d-flex p
{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.banner-steps .d-flex img
{
    height: 90px;
}
.banner-steps .d-flex .ms-3
{
    margin-left: 5px!important;
    padding: 5px 0;
}
.rg-strip img
{
    width: 30%;
}
.sponsor-section
{
    background-color: #000;
    padding: 15px 15px;
}
.reward-image::before
{
    content: "";
    background-image: url(../../gambling/image/border-img.svg);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 1;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.reward-image
{
    width: 100%;
    padding-top: 100%;
    background-color: #f00;
}
.reward-image img
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}
.incredible-rewards
{
    background: linear-gradient(to bottom right,rgba(0,0,0,.8),transparent 50%),linear-gradient(to bottom left,rgba(0,0,0,.8),transparent 50%),url(../../gambling/image/games-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.incredible-rewards h1
{
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-style: italic;
    font-size: 3rem;
    margin-bottom: 3%;
    line-height: 100%;
    text-shadow: 1px 1px 2px black;
}
.incredible-rewards h1 span
{
    color: #c4231e;
}
.rewards-block p
{
    color: #fff;
    padding: 18px 15px;
    font-weight: 600;
    font-size: 1.4rem;
}
.incredible-rewards .join-now-btn
{
    width: auto;
    margin-top: 20px;
}
.partner-section
{
    background-color: #323232;
    color: #fff;
    padding: 40px 0;
}
.partner-top-logo img
{
    border-top: 1px solid #d50000;
    padding: 20px 20px;
    max-width: 220px;
}
.partner-top h2
{
    font-size: 24px;
}
.full-accordion
{
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
}
.full-accordion-button
{
    width: 100%;
    text-align: left;
    border: 1px solid #d50000;
    color: #cbcbcb;
    border-radius: 0;
    background-color: transparent;
    padding: 15px 25px;
    position: relative;
    font-weight: 600;
}
.full-accordion-body
{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    padding: 28px 30px;
    background-color: #4a4a4a;
}
.full-accordion-body p
{
    margin-bottom: 15px;
}
.full-accordion-body
{
    font-size: .9rem;
}
.full-tnc
{
    padding-bottom: 100px;
}
.full-accordion-button::before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "+";
    position: absolute;
    right: 15px;
    color: #d50000;
    top: 50%;
    transform: translateY(-50%);
}
.full-accordion-button[aria-expanded="true"]::before
{
    content: "";
}
.sponsor-section a img
{
    height: 65px;
}
.sponsor-section a img.image55
{
    height: 55px;
}
.partner-container
{
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.security img, .payments img, .saferGam img
{
    width: 100%;
}
.payments img
{
    padding-top: 7px;
}
.py-6
{
    padding: 30px 0;
}
.gambling img
{
    width: 30px;
}
.gambling p
{
    font-size: 14px;
}
.partner-list
{
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
}
.partner-list a
{
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
}
.partner-list a:hover
{
    color: #ccc;
}
.partner-list a::after
{
    content: "|";
    position: absolute;
    left: -10px;
    top: 0;
}
.partner-list a:first-child::after
{
    display: none;
}
.partner-list a:hover
{
    text-decoration: underline;
}
.security h2
{
    color: #cbcbcb;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1%;
}
img.paymet-method
{
    max-width: 550px;
}
.copyright
{
    padding-top: 25px;
    font-size: 13px;/* padding-bottom: 25px; */
}
#footer_disclaimer
{
    white-space: pre-line;
}
.return-to-top
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff131a;
    width: 46px;
    height: 46px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.3);
    color: #fff;
    text-align: center;
    padding: 12px 0;
}
.return-to-top:hover
{
    background-color: #555;
    color: #fff;
}
.divider.grey.custom__divider
{
    height: 1px;
    background-color: #000!important;
}
.gac img
{
    max-width: 220px;
}
.saferGam img
{
    max-width: 58.5%;
}
@media screen and (max-width: 1200px)
{
    .home-banner-inner h1
    {
        font-size: 4.1rem;
    }
    .incredible-rewards
    {
        padding: 50px 30px;
    }
    .partner-list
    {
        margin-top: 25px;
    }/* .copyright {
        padding-left: 20px;
        padding-right: 20px;
    } */
}
@media screen and (max-width: 1024px) and (orientation: landscape)
{
    .home-banner-inner h1
    {
        font-size: 3.1rem;
    }
    .sub-heading
    {
        font-size: 1.6rem;
    }
    .join-now-btn
    {
        margin-top: 2%;
    }
    .incredible-rewards h1
    {
        font-size: 2.4rem;
    }
}/* ============= 768 =========== */
@media screen and (max-width: 768px)
{
    .header
    {
        padding: 5px 0;
    }
    .header-nav .signup
    {
        padding: 7px 10px;
    }
    .header-nav .login .signup
    {
        padding: 5px 8px;
    }
    .nav-buttons
    {
        transform: translateY(22%);
        font-size: 13px;
    }
    .header-logo
    {
        width: 90px;
        position: relative;
        float: left;
        transform: translateY(0%);
    }
    .home-banner
    {
        background-image: url(../../gambling/image/Mobile_Background.jpg);
        padding-bottom: 65%;
        background-size: 100%;
        background-position-y: 85%;
        height: auto;
    }
    .rg-strip img
    {
        width: 90%;
    }
    .left, .Left
    {
        text-align: center!important;
    }
    .home-banner-inner
    {
        padding-top: 50px;
    }
    .home-banner-inner
    {
        width: 100%;
    }
    .Left
    {
        width: 100%;
    }
    .home-banner-inner h1
    {
        font-size: 3.4rem;
    }
    .home-banner-inner p br
    {
        display: none;
    }
    .home-banner-inner p
    {
        font-size: 10px;
        padding: 0 10%;
    }
    .sub-heading
    {
        font-size: 1.8rem;
    }
    .join-now-btn
    {
        padding: 8px 30px;
        font-size: 1.2rem;
        margin-top: 3%;
    }
    .sponsor-section .gap-5
    {
        column-gap: 10px!important;
    }
    .sponsor-section a img
    {
        height: 65px;
        object-fit: contain;
    }
    .incredible-rewards
    {
        padding: 0;
        padding-bottom: 50px;
    }
    .banner-steps
    {
        margin-top: 0;
        background-color: #00000050;
        padding: 10px 20px;
        margin-bottom: 50px;
    }
    .banner-steps .d-flex
    {
        padding: 20px 0;
        align-items: center;
    }
    .banner-steps .flex-shrink-0
    {
        width: 80px;
        text-align: right;
    }
    .incredible-rewards h1
    {
        font-size: 2.4em;
    }
    .incredible-rewards p
    {
        font-size: 1.2rem;
    }
    .row.gx-5.horizontal-scroll
    {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 20px 25px;
        column-gap: 30px;
        margin: 0;
        height: 350px;
        scrollbar-width: none;/* for Firefox */
        overflow-y: scroll;
    }
    .row.gx-5.horizontal-scroll::-webkit-scrollbar
    {/*Chrome, Safari, Edge*/
        display: none;
    }
    .row.gx-5.horizontal-scroll .col-4
    {
        width: 250px;
        height: 250px;
        margin: 0;
        padding: 0;
    }
    .reward-image
    {
        width: 250px;
        height: 250px;
    }
    .container.continer-zero
    {
        padding-left: 0;
        padding-right: 0;
    }
    .saferGam img
    {
        max-width: 100%;
    }
    img.paymet-method
    {
        max-width: 100%;
    }
}/* ============= 767 =========== */