@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;800&family=Source+Sans+Pro&display=swap');
@font-face {
    font-family: Rubik Regular;
    src: url('../fonts/Rubik-Regular.ttf');
}
@font-face {
    font-family: Rubik Medium;
    src: url('../fonts/Rubik-Medium.ttf');
}
@font-face {
    font-family: Rubik Bold;
    src: url('../fonts/Rubik-Bold.ttf');
}
@font-face {
    font-family: NutmegBlackItalic;
    src: url('../fonts/NutmegHeadline-BlackItalic.otf');
}
@font-face {
    font-family: NutmegExtraBoldItalic;
    src: url('../fonts/NutmegHeadline-ExtraBoldItalic.otf');
}
@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}

body {
    margin: 0;
    padding: 0;
}

p,
ul {
    font-family: Rubik Regular;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
}
p li,
ul li {
    margin-top: 10px;
}
@media (max-width: 475px) {
    p,
    ul {
        font-size: 1rem;
    }
    .txtCasino{
        text-align: center;
    }
}

ul {
    padding-left: 20px;
}

h1 {
    font-size: 2rem;
    text-align: left;
    line-height: 1.3;
    font-family: NutmegExtraBoldItalic;
    font-weight: unset;
    text-transform: uppercase;
    margin: 25px 0 0;
    white-space: nowrap;
    color: white;
}
h1 mark {
    color: white;
    background-color: #0085fe;
    font-size: 4rem;
    display: inline-block;
    line-height: 1.1;
}
h2 mark{
    color: white;
    background-color: #0085fe;
    display: inline-block;
    line-height: 1.0;
}

@media (max-width: 768px) {
    h1 {
        font-size: 3.7rem;
    }
}
@media (max-width: 768px) {
    .main-banner h1 {
        font-size: 5.5vw;
        line-height: 1.3;
        text-align: center;
        margin: 0;
    }
    .main-banner h1 mark {
        font-size: 9.5vw;
        line-height: 1.3;
    }
}


h2 {
    color: black;
    font-size: 3.8rem;
    text-align: left;
    line-height: 0.9;
    font-family: NutmegExtraBoldItalic;
    font-weight: unset;
    margin: 30px 0;
}
@media (max-width: 768px) {
    h2 {
        font-size: 1.5rem;
        text-align: center;
    }
}
@media (max-width: 576px) {
    h2 {
        font-size: 2.5rem;
        margin-top: 0px;
    }
}

.red-txt {
    color: #cc0000;
}

.blue-txt {
    color: #0085fe;
}

img {
    width: 100%;
    height: auto;
}

.cta-primary {
    display: inline-block;
    background-color: #cc0000;
    color: white;
    text-decoration: none;
    padding: 15px 50px;
    margin: 20px 0;
    border-radius: 10px;
    font-family: NutmegBlackItalic;
    text-transform: uppercase;
    font-size: 1.3rem;
    transition: all 0.2s;
    letter-spacing: 0.7;
}
.cta-primary:hover {
    background-color: #FF1A22
    ;
    box-shadow: inset 0px 0px 0px 3px white;
    color: white;
}
@media (max-width: 768px) {
    .cta-primary {
        font-size: 1.2rem;
        padding: 16px 62px;
    }
}
@media (max-width: 320px) {
    .cta-primary {
        font-size: 0.8rem;
        padding: 7px 55px;
        border-radius: 5px;
    }
}

.container {
    padding: 50px 0;
    border-bottom: 5px solid #e9e9e9;
}

.content {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
@media (max-width: 768px) {
    .content {
        width: 90%;
        text-align: center;
    }
}

.single-block {
    width: 60%;
   
       
       
    
}
@media (min-width: 1280px) {
    .single-block {
        width: 40%;
    }
}
@media (max-width: 768px) {
    .single-block {
        width: 90%;
    }
}
.single-block h2 {
    text-align: center;
}

.wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
@media (max-width: 768px) {
    .wrapper {
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 1280px) {
    .wrapper {
        -moz-column-gap: 70px;
        column-gap: 70px;
    }
}

.column {
    flex: 1;
}

header {
    margin: 0 auto !important;
    padding: 0 !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    border-bottom: 0 !important;
    z-index: 10;
}
header .content {
    flex-direction: row;
}
@media (max-width: 768px) {
    header .content {
        flex-direction: column;
    }
    header .content .logo {
        margin: 10px 0 5px 0;
    }
    header .content .cta-primary {
        margin: 5px 0 10px 0;
    }
}
.social-container {
    position: absolute;
    top: 1px;
    right: 0px;
    background-color: #FFFFFF;
    padding: 7px 25px;
    border-radius: 50px 0px 0px 50px;
}
.social-icons a {
    margin: 0 10px;
    text-decoration: none;
    color: black;
}
.social-icons img {
    width: 17px;
    height: 16px;
}
.social-icons img.facebook{
    width: 12px;
}
.social-icons img.youtube{
    width: 18px;
}
.main-banner {
    background-image: url('../img/mainBanner.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 415px;
   
}

@media (max-width: 490px) {
    .main-banner {
        height: 550px !important;
    }
}
    
@media (max-width: 768px) {
    .main-banner {
        /* background-position: center 40px !important; */
        background-image: url('../img/Mobile.webp');
        background-color: #000;
        background-position: top center;
        height: 660px;
        display: flex;
    }
}
/* @media (max-width: 767px) {
    .main-banner {
        background-image: url('../img/Mobile.webp');
        background-position: bottom;
        height: 660px;
        background-color: #EDEDEE;
    }
} */
.main-banner .content {
    align-items: flex-start;
    /* padding: 138px 0px 11px 0; */
}
.main-banner .content p {
    color: white;
    font-size: 1.3rem;
    font-family: NutmegExtraBoldItalic;
    margin: 0;
}
.main-banner .content p span {
    font-family: NutmegBlackItalic;
}
@media (max-width: 768px) {
    .main-banner .content p {
        font-size: 1.3rem;
    }
    .main-banner .content  {
        padding: 35px 0px 11px 0;
        align-items: center;
        justify-content: flex-start;
    }
}
@media (max-width: 576px) {
    .main-banner .content p {
        font-size: 1.2rem;
        margin-top: 10px;
    }
}
@media (max-width: 475px) {
    .main-banner .content p {
        font-size: 0.8rem;
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .main-banner .content .cta-primary {
        margin: 20px auto 0;
    }
}
/* @media (max-width: 576px) {
    .main-banner .content .cta-primary {
        margin: 80px auto 0;
    }
} */
@media (max-width: 475px) {
    .main-banner .content .cta-primary {
        margin: 10px auto 0;
        padding: 9px 50px;
    }
}
.main-banner .content .cta-primary:hover {
    background-color: #FF1A22
    ;
    box-shadow: inset 0px 0px 0px 3px white;
    color: white;
}
.main-banner .content .wrapper {
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}
@media (max-width: 768px) {
    .main-banner .content .wrapper {
        margin: 0px 0 0;
    }
}
/* @media (max-width: 576px) {
    .main-banner .content .wrapper {
        margin: 150px 0 0;
    }
} */
@media (max-width: 475px) {
    .main-banner .content .wrapper {
        margin: 0px 0 0;
    }
}
.main-banner .content .wrapper .hero-img {
    height: 40px;
}
.main-banner .content .wrapper .hero-img img {
    width: auto;
    height: 100%;
}
@media (max-width: 768px) {
    .main-banner .content .wrapper .hero-img {
        /* margin-top: 40px; COMMENTED OUT TO REDUCE SEPERATION */ 
        height: 50px;
    }
}
@media (max-width: 576px) {
    .main-banner .content .wrapper .hero-img {
        height: 40px;
    }
}
@media (max-width: 475px) {
    .main-banner .content .wrapper .hero-img {
        height: 25px;
        margin: 0;
    }
}
@media (max-width: 320px) {
    .main-banner .content .wrapper .hero-img {
        margin-top: 20px;
        height: 27px;
    }
}
.icons{
	background-color:#EDEDEE;
	color:#fff;
    padding: 0px 0;
    position: relative;
}
@media (max-width: 576px) {
    .icons{
     padding: 0;
    }
 }

.icons ul{
	text-align:center;
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin: 0 20px;
}

.icons ul li{
	color: #000;
    font-weight: 900;
    font-size: 1.5rem;
    
	padding:23px 40px 40px 40px;
	display:inline-block;
	margin-top:10px;
	text-transform: uppercase;
}
.icons ul li mark{
    color: white;
    background-color: #0085fe;
}

.icon-one{
	background-image:url('../img/firsticon.webp');
    display: block;
    background-size: cover;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
}

.rating-cards_container{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
}

.rating-cards{
    max-width: 300px;
    background-color: #fff;
    padding: 28px;
    min-height: 200px;
    text-decoration: none;
}
.rating-cards_container img{
    height: 48px;
    justify-self: left;
    width: 140px;
}
.rating-cards--para{
    text-align: left;
    font: normal normal normal 10px/12px Rubik;
    color: #000;
}
.rating-cards--name{
    font: normal normal normal 10px/12px Rubik;
    color: #000;
    font-weight: 600;
    margin-top: 12px;
}
.rating_container{
    padding: 30px 20px;
}

.cards-h2{
    font-size: 2.5rem !important;
    text-align: center;
}

.secure-badges_container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;

    gap: 20px;
}

.secure-badges_container div {
    max-width: 212px;
}

.icon-two{
	background-image:url('../img/secondicon.webp');
    display: block;
    background-size: cover;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-three{
	background-image:url('../img/fasticon.webp');
    display: block;
    background-size: cover;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
}

.social-container.boost {
   display: none;

}
@media (min-width: 2200px) {
    .icons ul{
      
        justify-content: center;
        gap: 275px;
        
    }
    }
@media (max-width: 768px) {
    .icons ul {
        flex-direction: row; 
        justify-content: space-around;
    }

    .icons ul li {
        padding: 0px 10px 10px; 
        margin-top: 0px;
        font-size: 15px;
    }

    .secure-badges_container div{
        max-width: 150px;
    }
}
    @media (max-width: 768px) {
      
    
        .icons ul li {
            padding: 0px 10px 10px; 
            margin-top: 0px;
            font-size: 13px;
        }
    .social-container.boost {
        display: block;
        position: absolute; 
        top: 5px;
        right: 7px;
        padding: 5px 0px;
    border-radius: 30px;
    background-color: #EDEDEE;
    
    }
    .container.boost{
     position: relative;
     padding-top: 0px;
    }
    .social-container.cards  {
        display: none;
    }
    .social-icons img {
        width: 13px;
        height: 11px;
    }
    .social-icons .facebookBoost{
        width: 9px;
    }
    .social-icons .xBoost{
        width: 12px;
    }
    .social-icons .instagramBoost{
        width: 12px;
    }
    .social-icons .youtubeBoost{
        width: 12px;
    }
    .social-icons  {
        display: flex;
    flex-direction: column;
    gap: 10px;
    }
    .icon-one{
        background-size: contain;
        height: 100px;
    }
    
    .icon-two{

        background-size: contain;
        height: 100px;
   
    }
    
    .icon-three{
     
        background-size: contain;
        height: 100px;
       
    }
}
@media (max-width: 767px) {
    .icon-one{
        background-size: contain;
        height: 70px;
    }
    
    .icon-two{

        background-size: contain;
        height: 70px;
   
    }
    
    .icon-three{
     
        background-size: contain;
        height: 70px;
       
    }
}
.sportsbook {
    padding: 50px 0 30px 0;
    border-bottom: 0;
 
    
       
    
}
.footer-banner {
    background-image: url('../img/footerimg.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
   height: 100vh;
   display: flex;
   
}
.footer-banner h1 {
    text-align: center;
    font-size: 5.5rem;
    line-height: 1;
}
.footer-banner h1 mark{
    font-size: 5.5rem;
}
.cta-footer{
    display: inline;
    padding: 20px 60px;
    font-size: 1.7rem;
}
@media (max-width: 768px) {
    .footer-banner {
        background-image: url('../img/3bmobile.webp');
        background-position: center;
        background-size: cover;
        height: 70vh;
    }
    .footer-banner h1 mark{
        font-size: 2rem;
    }
    .footer-banner h1 {
        text-align: center;
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .footer-banner .content {
        justify-content: end;
       
    }
    .footer-banner .content{
        gap:30px
    }
}
.footer-banner .content {

    justify-content: end;
    align-items: center;
    gap: 70px;
}
.footer-banner .content p {
    color: white;
    font-size: 1.3rem;
    font-family: NutmegExtraBoldItalic;
    margin: 0;
}
.footer-banner .content p span {
    font-family: NutmegBlackItalic;
}
@media (max-width: 768px) {
    .footer-banner .content p {
        font-size: 1.3rem;
    }
}
@media (max-width: 576px) {
    .footer-banner .content p {
        font-size: 1.2rem;
    }
  
}
@media (max-width: 475px) {
    .footer-banner .content p {
        font-size: 0.8rem;
    }
}
@media (max-width: 768px) {
    .footer-banner .content .cta-primary {
        margin: 120px auto 0;
    }
}
@media (max-width: 576px) {
    .footer-banner .content .cta-primary {
        margin: 80px auto 0;
    }
}
@media (max-width: 475px) {
    .footer-banner .content .cta-primary {
        margin: 40px auto 0;
    }
}
.footer-banner .content .cta-primary:hover {
    background-color: #FF1A22
    ;
    box-shadow: inset 0px 0px 0px 3px white;
    color: white;
}
.footer-banner .content .wrapper {
    
    width: 100%;
}
@media (max-width: 768px) {
    .footer-banner .content .wrapper {
        margin: 130px 0 0;
    }
}
@media (max-width: 576px) {
    .footer-banner .content .wrapper {
        margin: 150px 0 0;
    }
}
@media (max-width: 475px) {
    .footer-banner .content .wrapper {
        margin: 0px 0 0;
    }
}


footer {
    margin: 0 auto !important;
    padding: 0 0 50px 0 !important;
}
footer .content {
    padding-top: 30px;
}
footer .content .payment-methods {
    margin: 20px 0;
    width: 350px;
    height: auto;
}
@media (max-width: 375px) {
    footer .content .payment-methods {
        width: 100%;
    }
}
footer .content .wrapper .footer-icons {
    width: 160px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
@media (max-width: 768px) {
    footer .content .wrapper .footer-icons {
        width: 40%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: auto;
    }
}
footer .content .wrapper p {
    color: #858585;
    text-align: center;
    line-height: 1.6;
}
footer .content .wrapper p span {
    font-size: 0.7rem;
}
@media (min-width: 1280px) {
    footer .content .wrapper p {
        width: 50%;
    }
}
@media (max-width: 768px) {
    footer .content .footer-wrapper {
        flex-direction: row;
        align-items: center;
    }
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.prop_sheet_container {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 100px;
    padding: 50px 0;
}

.prop_sheet_img {
    background-image: url('../img/cardDesk.webp');
    background-size: cover;
    width: 409px;
    height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prop_sheet_img_title_container {
    display: flex;
    flex-direction: column;
    background-color: rgb(42, 139, 242);
}

.prop_sheet_img_title {
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: bolder;
    font-size: 40px;
}

.prop_sheet_text_container {
    width: 600px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.prop_sheet_subtitle {
    font-family: 'Source Sans Pro';
}

.prop_sheet_ol {
    width: 90%;
}

.prop_sheet_button {
    font-family: 'Source Sans Pro';
    background-color: rgb(203, 0, 0);
    color: white;
    font-weight: bolder;
    padding: 10px 70px;
    border: none;
    border-radius: 10px;
    font-size: 20px;
}

.prop_sheet_link {
    text-decoration: underline;
}

.prop_sheet_link {
    color: black;
}

.prop_sheet_play_now {
    color: white;
    text-decoration: none;
}

@media (max-width: 950px) {
    .prop_sheet_container {
        flex-direction: column;
        padding: 50px 20px;
    }
    .prop_sheet_text_container {
        width: 100%;
        min-width: 100%;
    }
    .prop_sheet_img {
        width: 100%;
    }
} /*# sourceMappingURL=styles.css.map */
