@font-face {
    font-family: 'bad_grungeregular';
    src: url('../fonts/bad_grunge-webfont.woff2') format('woff2'),
         url('../fonts/bad_grunge-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cocogoose_letterpressregular';
    src: url('../fonts/cocogooseletterpress_trial-webfont.woff2') format('woff2'),
         url('../fonts/cocogooseletterpress_trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'batteny_personal_useregular';
    src: url('../fonts/batteny-webfont.woff2') format('woff2'),
         url('../fonts/batteny-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barbarowestern';
    src: url('../fonts/barbaro_punta-webfont.woff2') format('woff2'),
         url('../fonts/barbaro_punta-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'modern_machineregular';
    src: url('../fonts/modern_machine-webfont.woff2') format('woff2'),
         url('../fonts/modern_machine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
}

body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
}

a:focus, a:focus-visible {
    outline: 0;
    box-shadow: none;
}

button:focus, button:focus-visible {
    outline: 0;
    box-shadow: none;
}

.btn:focus, .btn:focus-visible {
    outline: 0;
    box-shadow: none;
}

.socail_links {
    position: fixed;
    right: 5px;
    top: 50%;
    z-index: 9;
}

.socail_links a {
    display: block;
    margin: 10px 0;
}

.socail_links img {
    width: 35px;
    /*animation: skew 3s infinite;*/
    /*transform: skew(20deg);*/
    /*animation-direction: alternate;*/
}

@keyframes skew {
    0% {
        transform: skew(10deg, 10deg);
    }
    100% {
        transform: skew(-10deg, -10deg);
    }
}

.bottomeightbetfair {
    margin-top: 10px;
}

.bottomeightbetfair img {
    /* filter: drop-shadow(2px 4px 6px black); */
}

.landing_body {
    overflow: hidden;
    background: #DFE8E9;
    padding: 25px 0;
    position: relative;
    z-index: 1;
}

.body_container {
    padding: 0;
    background: #fff;
    box-shadow: 0px 30px 50px #b0c9cceb;
    border-radius: 50px;
}

.client {
    padding: 0 40px;
}

.header-slider {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 0 40px;
    /* background: url('../img/banner-mask.png');
    background-size: 100% 50%;
    background-repeat: repeat; */
}

.home-left {
    position: absolute;
    left: -10%;
    top: 80px;
    width: 25%;
    z-index: -1;
}

.home-right {
    position: absolute;
    right: -10%;
    top: 400px;
    width: 25%;
    z-index: -1;
}

.home-chat {
    position: fixed;
    bottom: 0;
    right: 0;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: relative;
    padding: 22px 0;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# 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: 0 22px;*/
    width: 85px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #8d8d8d;
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
}

.navbar a img {
    width: 20px;
}

.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: #000;
}

.navbar a.active::before,
.navbar a:hover::before {
    content: '';
    background: url('../img/menu-active.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -39px;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    display: flex;
    width: 85px;
}

.navbar .getstarted, .navbar .getstarted:focus {
    background: #e96b56;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: #ec7f6d;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    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;
    text-transform: none;
    color: #545454;
}

.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: #e96b56;
}

.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: #545454;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.fa-close {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
        right: -32px;
        position: relative;
        top: 10px;
    }

    .mobile-nav-toggle.mobile-close-menu img {
        display: none;
    }

    .mobile-nav-toggle.mobile-close-menu {
        background: url('../img/mobile-menu-icon-svg-close.svg');
        width: 64px;
        height: 105px;
        background-repeat: no-repeat;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(59, 59, 59, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    background: url(../img/banner-mask.png);
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    bottom: 0;
    left: 10px;
    padding: 10px 0;
    overflow-y: auto;
    transition: 0.3s;
    background-color: #fff;
    background-size: cover;
    border-radius: 50px;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 0 !important;
    line-height: 4;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #545454;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #e96b56;
}

.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: #e96b56;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: auto;
    /*  overflow: hidden;*/
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

#hero .carousel-item {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero .carousel-item::before {
    /*  content: "";
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;*/
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 120px;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #545454;
}

.carousel-indicators {
    margin: 0;
    margin-bottom: -20px;
    z-index: 999;
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #000;
    overflow: hidden;
    border: 0;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    margin-bottom: 180px;
    opacity: 1;
    margin: 0 1px;
}

#hero .carousel-indicators li.active {
    background: #FF7300;
    width: 12px;
    opacity: 1;
}

@media (max-height: 768px), (max-width: 1200px) {
    #hero .carousel-container {
        padding-bottom: 0;
    }

    #hero .carousel-indicators li {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
    background-color: white;
}

.section-title {
    text-align: center;
    padding: 60px 100px 0;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #222;
    line-height: 42px;
}

.section-title h5 {
    color: #444;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.section-title h3 {
    color: #000;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
}

.section-title p {
    font-size: 18px;
    line-height: 34px;
}

.thumbnails {
    padding: 30px 0;
}

.thumbnails .row {
    margin: 0;
}

.thumbnails .row .col-md-4,
.thumbnails .row .col-md-6 {

}

.thumbnails a {
    display: block;
    color: #fff;
    position: relative;
}

.thumbnails a h4 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 38px;
    line-height: 36px;
    position: absolute;
    top: 70px;
    left: 70px;
    margin: 0;
    text-shadow: 1px 1px 20px rgba(0,0,0,0.5);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.fpayment {
    text-align: left;
}

.fpayment h6 {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    margin-bottom: 20px;
}

.fpayment a {
    display: inline-block;
    margin-right: 2%;
}

.fpayment img {
    width: 80px;    
    filter: saturate(0) brightness(90%) contrast(50%);
}

.fpayment.sponsored-league img {
    width: 100px;    
    filter: none;
}

.fpayment img:hover {
    filter: initial;
}

.homefooter {
    color: #fff;
    /* text-align: center; */
    padding: 50px 0 20px;
}

.homefooter h4 {
    color: #222;
    opacity: 0.6;
    font-size: 14px;
    margin: 0 0 5px;
    line-height: normal;
}

.homefooter h3 {
    color: #1B1C15;
    opacity: 1;
    font-size: 13px;
    margin: 0;
    line-height: normal;
    margin-bottom: 1rem;
}

.homefooter .fmenus {
    padding: 0;
    margin: 0;
}

.homefooter .fmenus li {
    list-style: none;
    display: inline-block;
}

.homefooter .fmenus li a {
    color: var(--bs-body-color);
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    border-right: 1px solid #bfbfbf;
    padding-right: 7px;
    margin-right: 4px;
}

.homefooter .fmenus li a:hover {
    text-decoration: underline;
}

.homefooter .fmenus li:last-child a {
    border-right: none;
}

.homefooter hr {
    color: #BFBFBF;
    opacity: 1;
}

.footer-info h3 {
    font-weight: 700;
    font-size: 16px;
    color: #222;
    margin-bottom: 0.5rem;
}

.footer-info p {
    font-size: 14px;
    line-height: 26px;
    color: var(--bs-body-color);
}

.desk-bnr {
    display: block;
}

.mob-bnr {
    display: none;
}

/*login modal*/
.loginhomemodal .modal-dialog {
    max-width: 420px;
}

.loginhomemodal .modal-content {
    box-shadow: 0px 30px 50px #00000041;
    border: none;
    border-radius: 28px;
    background-color: rgba(255,255,255,0.7) !important;
    backdrop-filter: saturate(180%) blur(8px);
}

.loginhomemodal .modal-body {
    background: url('../img/login-mask.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px;
}

.loginhomemodal .close {
    border: none;
    background: none;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 1;
    font-size: 30px;
    color: #000;
    background-image: linear-gradient(to bottom right, #FFC558, #FF7300);
    width: 40px;
    height: 40px;
    border-radius: 0 22px 0 22px;
}

.loginhomemodal .close span {
    display: inline-block;
    height: 40px;
    position: relative;
    top: -5px;
}

.loginhomemodal img {
    width: 280px;
    margin: 0 auto;
    display: block;
}

.loginhomemodal form h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
}

.loginhomemodal form .inputs label {
    color: #6a6a6a;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 600;
}

.loginhomemodal form .inputs {
    margin-bottom: 15px;
}

.loginhomemodal form .inputs .form-control {
    border: 0;
    border-radius: 6px !important;
    font-size: 14px;
    height: 45px;
}

.loginhomemodal form .inputs .form-control:focus {
    box-shadow: none;
}

.loginhomemodal form .input-group .input-group-text {
    padding: 0;
    background: none;
    border: none;
    margin-right: 5px;
}

.loginhomemodal form .form-check-input:checked {
    background-color: #005099;
    border-color: #005099;
}

.loginhomemodal form .form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.25);
}

.loginhomemodal form .modalLoginbtn {
    /* box-shadow: 0px 20px 30px #0000006a; */
    border-radius: 40px;
    background-image: linear-gradient(to bottom right, #FFC558, #FF7300);
    /* display: block; */
    border: none;
    text-transform: uppercase;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 700;
    margin: 20px auto;
    /* min-width: 152px; */
    min-width: 48%;
}

.loginhomemodal form .forget {
    /* opacity: 0.6; */
    text-align: center;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px !important;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.loginhomemodal form p {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin: 0;
}

.loginhomemodal form .form-check-label {
    color: #6a6a6a;
    font-weight: 600;
}

.loginhomemodal form p a {
    cursor: pointer;
    opacity: 0.6;
    color: #005099 !important;
    text-decoration: underline !important;
}

.loginhomemodal form h5 {
    font-size: 12px;
    color: #414042;
    opacity: 0.6;
    margin: 20px 0;
    line-height: normal;
}

.gaming-experience {
    position: relative;
    z-index: 0;
    background: #c42cc3;
    background: -moz-linear-gradient(-45deg,  #c42cc3 0%, #0a2065 100%);
    background: -webkit-linear-gradient(-45deg,  #c42cc3 0%,#0a2065 100%);
    background: linear-gradient(135deg,  #c42cc3 0%,#0a2065 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c42cc3', endColorstr='#0a2065',GradientType=1 );
    border-radius: 30px;    
    color: #fff;
    margin-top: 100px;
}

.gaming-experience .info {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px; */
    color: #fff;
    padding: 40px;   
    margin: 0 0 10px;
}

.gaming-experience .info h5 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    margin: 0 0 45px;
}

.gaming-experience .info ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-gap: 1rem;
    counter-reset: orderedlist;
}

.gaming-experience .info ol li {
    display: grid;
    grid-template-columns: 0 1fr;
    grid-gap: 2em;
    align-items: start;
    font-size: 1.65rem;
    line-height: 1.35;
    margin: 0 0 10px;
}

.gaming-experience .info ol li::before {
    counter-increment: orderedlist;
    content: counter(orderedlist);
    font-size: 0.85em;
    font-weight: 600;
    width: 1.85rem;
    height: 1.85rem;
    text-align: center;
    color: #fff;
    background-color: #ff7300;
    border-radius: 0.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 3px;
}

.gaming-experience .mockup {
    position: absolute;
    right: 0;
    bottom: 0;
}

.carousel-caption.style1 {
    width: 55%;
    margin: 0 auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.carousel-caption.style1 h1 {
    font-family: 'bad_grungeregular';
    font-size: 150px;
    line-height: 100px;
    margin: 0;    
}

.carousel-caption.style1 p {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.carousel-caption.style1 .mt10 {
    margin-top: -10px;
}

.carousel-caption.style1 h4 {
    font-size: 45px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.carousel-caption .btn {
    min-width: 260px;
    border-radius: 40px;
    min-height: 55px;
    border: 0;
    background: #ffc558;
    background: -moz-linear-gradient(top,  #ffc558 0%, #ff7300 100%);
    background: -webkit-linear-gradient(top,  #ffc558 0%,#ff7300 100%);
    background: linear-gradient(to bottom,  #ffc558 0%,#ff7300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc558', endColorstr='#ff7300',GradientType=0 );
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    filter: drop-shadow(0 20px 20px rgba(0,0,0,0.5));
    margin: 10px 0 0;
}

.carousel-caption.style2 {
    width: 55%;
    bottom: auto;
    right: auto;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.carousel-caption.style2 h1 {
    font-family: 'cocogoose_letterpressregular';
    text-transform: uppercase;
    font-size: 130px;
    line-height: 130px;
    position: relative;
    top: 130px;
    margin: 0;
}

.carousel-caption.style2 h4 {
    font-size: 65px;
    line-height: 65px;
    font-family: 'batteny_personal_useregular';
    color: #FFA738;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

.carousel-caption.style2 p {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.carousel-caption.style3 {
    width: 55%;
    bottom: auto;
    left: auto;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.carousel-caption.style3 h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 65px;    
    position: relative;
    z-index: 1;
}

.carousel-caption.style3 h1::after {
    content: ''attr(title)'';
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color: #FF00CC;
    position: absolute;
    z-index: 2;
    left: 2px;
    top: 1px;
    text-shadow: none;
}

.carousel-caption.style3 p {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 15px;
}

.carousel-caption.style4 {
    width: 35%;
    bottom: auto;
    left: auto;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.carousel-caption.style4 h1 {
    font-family: 'barbarowestern';
    text-transform: uppercase;
    font-size: 100px;
    line-height: 100px;   
}

.carousel-caption.style4 p {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    margin: 0 0 8px;
}

.carousel-caption.style4 p:first-child {
    margin-bottom: -15px;
}

.carousel-caption.style5 {
    width: 50%;
    bottom: auto;
    right: auto;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.carousel-caption.style5 h1 {
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    font-size: 80px;
    line-height: 70px;
    position: relative;
    margin: 0 0 15px;
}

.carousel-caption.style5 h4 {
    font-size: 45px;
    line-height: 55px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 0 8px;
    background: -moz-linear-gradient(left,  rgba(0,23,59,0) 0%, rgba(0,23,59,0.85) 25%, rgba(0,23,59,0.85) 75%, rgba(0,23,59,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,23,59,0) 0%,rgba(0,23,59,0.85) 25%,rgba(0,23,59,0.85) 75%,rgba(0,23,59,0) 100%);
    background: linear-gradient(to right,  rgba(0,23,59,0) 0%,rgba(0,23,59,0.85) 25%,rgba(0,23,59,0.85) 75%,rgba(0,23,59,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000173b', endColorstr='#0000173b',GradientType=1 );
}

.carousel-caption.style5 .badge-offer {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -25px;
    transform: translateY(-50%) rotate(-10deg);
    margin-top: 15px;
}

.carousel-caption.style5 .badge-offer img {
    width: 135px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.25));
}

.carousel-caption.style5 .badge-offer .offer-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-caption.style5 .badge-offer .offer-text h3 {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 2px;
    font-size: 45px;
    line-height: 45px;
}

.carousel-caption.style5 .badge-offer .offer-text span {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.carousel-caption.style6 {
    width: 40%;
    bottom: auto;
    left: auto;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-caption.style6 h1 {
    font-family: 'modern_machineregular';
    text-transform: uppercase;
    font-size: 80px;
    line-height: 70px;   
    margin-bottom: 0; 
    position: relative;
    z-index: 1;
    -webkit-text-fill-color: rgba(17,0,28,0.4);
    -webkit-text-stroke-width: 2px; 
    -webkit-text-stroke-color: #FFF;
    text-shadow: 7.641px 7.913px 10px rgba(0, 0, 0, 0.66);
}

.carousel-caption.style6 h2 {
    font-family: 'modern_machineregular';
    text-transform: uppercase;
    font-size: 80px;
    line-height: 70px;   
    margin-bottom: 0; 
    position: relative;
    z-index: 1;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 2px; 
    -webkit-text-stroke-color: #bc06ff;
    text-shadow: 7.641px 7.913px 10px rgba(0, 0, 0, 0.66);
}

.carousel-caption.style6 h4 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 4.641px 4.913px 10px rgba(0, 0, 0, 0.66);
    font-size: 22px;
    line-height: 22px;
}

.carousel-caption.style6 p {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    margin: 5px auto 10px;
    text-transform: uppercase;
    width: 60%;
    background: -moz-linear-gradient(left,  rgba(255,6,164,0) 0%, rgba(255,6,164,0.85) 25%, rgba(255,6,164,0.85) 75%, rgba(255,6,164,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,6,164,0) 0%,rgba(255,6,164,0.85) 25%,rgba(255,6,164,0.85) 75%,rgba(255,6,164,0) 100%);
    background: linear-gradient(to right,  rgba(255,6,164,0) 0%,rgba(255,6,164,0.85) 25%,rgba(255,6,164,0.85) 75%,rgba(255,6,164,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff06a4', endColorstr='#00ff06a4',GradientType=1 );
}

/*login modal*/
@media (max-width: 991px) {
    .fpayment h6 {
        font-size: 14px;
        text-align: center;
    }

    .fpayment img {
        width: 55px;
        margin-bottom: 10px;
    }

    .desk-bnr {
        display: none;
    }

    .mob-bnr {
        display: block;
        width: 100%;
    }

    .landing_body {
        padding: 20px 10px;
    }

    .home-left {
        top: -22px;
        width: 60%;
    }

    .home-right {
        bottom: 0;
        width: 60%;
    }

    .thumbnails .container {
        padding: 0;
    }

    .thumbnails .row .col-md-4, .thumbnails .row .col-md-6 {
        padding: 0;
    }

    .header-slider {
        padding: 0 15px;
        background-size: cover;
    }

    #header {
        padding: 10px 0 0 0;
    }

    #header .logo img {
        max-height: 52px;
        position: relative;
        top: 10px;
    }

    .cdja {
        padding-left: 0;
    }

    .navbar a.active::before, .navbar a:hover::before {
        display: none;
    }

    .mobile-nav-toggle.mobile-close-menu {
        top: 55px;
        right: 5px;
    }
}

.mobile-nav-toggle.mobile-close-menu img {
    display: none;
}

.mobile-nav-toggle.mobile-close-menu {
    background: url('../img/mobile-menu-icon-svg-close.svg');
    width: 64px;
    height: 105px;
    background-repeat: no-repeat;
}

.bottomeightbetfair {
    
}

.bottomeightbetfair img {
    /* filter: drop-shadow(2px 4px 6px black); */
    height: 40px;
    margin-right: 10px;
}

.thumbnails a h4.top45 {
    top: 45px;
}

@media (max-width:1399px) {
    .gaming-experience .info {
        padding: 40px 30px;
    }
    .gaming-experience .info h5 {
        font-size: 45px;
        margin: 0 0 35px;
    }
}

@media (max-width:1399px) and (min-width:992px) {
    .carousel-caption.style1 h1 {
        font-size: 100px;
        line-height: 70px;
    }
    .carousel-caption.style1 p {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .carousel-caption.style1 h4 {
        font-size: 28px;
    }
    .carousel-caption .btn {
        min-width: 180px;
        min-height: 45px;
        font-size: 18px;
        margin: 5px 0 0;
    }
    .thumbnails a h4 {
        font-size: 26px;
        line-height: 26px;
        top: 45px;
        left: 60px;
    }
    .thumbnails a h4.top45 {
        top: 32px;
    }
    .carousel-caption.style2 h1 {
        font-size: 100px;
        line-height: 100px;
        top: 100px;
    }
    .carousel-caption.style2 h4 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: -30px;
    }
    .carousel-caption.style2 p {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .carousel-caption.style3 h1 {
        font-size: 45px;
        line-height: 45px;  
    }
    .carousel-caption.style3 p {
        font-size: 20px;
        line-height: 27px;
        margin: 0 0 10px;
    }
    .carousel-caption.style4 h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .carousel-caption.style4 p {
        font-size: 26px;
        line-height: 32px;
    }
    .carousel-caption.style5 h1 {
        font-size: 60px;
        line-height: 50px;  
    }
    .carousel-caption.style5 h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .carousel-caption.style6 h1 {
        font-size: 60px;
        line-height: 50px;  
    }
    .carousel-caption.style6 h2 {
        font-size: 60px;
        line-height: 50px;  
    }
    .carousel-caption.style6 h4 {
        font-size: 18px;
        line-height: 18px;
    }
    .carousel-caption.style6 p {
        font-size: 20px;
        line-height: 25px;
        margin: 5px auto 10px;
    }
}

@media (max-width:1199px) {
    .gaming-experience .info {
        padding: 30px 20px;
    }
    .gaming-experience .info h5 {
        font-size: 35px;
        margin: 0 0 28px;
    }
    .gaming-experience .info ol li {
        grid-gap: 1.5em;
    }
}

@media (max-width:991px) {
    .section-title {
        padding-left: 0;
        padding-right: 0;
    }
    .fpayment {
        text-align: center;
    }
    .fpayment a {
        margin-left: 1%;
        margin-right: 1%;
    }
    .bottomeightbetfair img {
        margin-bottom: 10px;
    }
    .carousel-caption.style1 {
        width: 95%;
        right: 0;
        left: 0;
        top: 0;
        transform: none;
    }
    .carousel-caption.style2 {
        width: 95%;
        right: 0;
        left: 0;
        top: 15px;
        transform: none;
        margin: 0 auto;
    }
    .carousel-caption.style3 {
        width: 95%;
        right: 0;
        left: 0;
        top: 0;
        transform: none;
        margin: 0 auto;
    }
    .gaming-experience {
        margin-top: 10px;
        overflow: hidden;
    }
    .gaming-experience .mockup {
        right: auto;
        bottom: auto;
        top: 15px;
        z-index: -1;
    }
    .gaming-experience .mockup img {
        opacity: 0.15;
    }
    .carousel-caption.style4 {
        width: 95%;
        right: 0;
        left: 0;
        top: 0;
        transform: none;
        margin: 0 auto;
    }
    .carousel-caption.style5 .badge-offer {
        top: auto;
        bottom: -75px;
        left: 50%;
        transform: translateX(-50%) rotate(-10deg);
        margin-left: -280px;
    }
    .carousel-caption.style5 {
        width: 90%;
        right: 0;
        left: 0;
        top: 0;
        transform: none;
        margin: 0 auto;
    }

    .carousel-caption.style6 {
        width: 95%;
        right: 0;
        left: 0;
        top: 0;
        transform: none;
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    .homefooter .fmenus {
        margin: 0 0 10px;
    }
    .section-title h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .section-title h5 {
        font-size: 18px;
    }
    .section-title h3 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .section-title p {
        font-size: 16px;
        line-height: 30px;
      }
    .thumbnails {
        padding: 10px 0 20px;
    }
    .homefooter {
        padding: 30px 0 0;
    }
    .section-title {
        padding-top: 40px;
    }
    .carousel-caption.style1 h1 {
        font-size: 100px;
        line-height: 70px;
    }
    .carousel-caption.style1 p {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .carousel-caption.style1 h4 {
        font-size: 28px;
    }
    .carousel-caption .btn {
        min-width: 180px;
        min-height: 45px;
        font-size: 18px;
        margin: 5px 0 0;
    }
    .carousel-caption.style2 h1 {
        font-size: 100px;
        line-height: 100px;
        top: 100px;
    }
    .carousel-caption.style2 h4 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: -30px;
    }
    .carousel-caption.style2 p {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .carousel-caption.style3 h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .carousel-caption.style3 p br {
        display: none;
    }
    .carousel-caption.style3 p {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .carousel-caption.style4 h1 {
        font-size: 80px;
        line-height: 80px;
    }
    .carousel-caption.style4 p {
        font-size: 24px;
        line-height: 28px;
    }
    .thumbnails a h4 {
        font-size: 24px;
        line-height: 24px;
        left: 55px;
        top: 45px;
    }
    .gaming-experience .mockup img {
        max-width: 82%;
    }
    .gaming-experience .info h5 {
         font-size: 30px;
        /* margin: 0 0 20px;
        text-align: center; */
    }
    .gaming-experience .info ol li {
        font-size: 1.3rem;
        margin: 0;
        grid-gap: 1.65em;
    }
    .gaming-experience .info ol li::before {
        width: 1.35rem;
        height: 1.35rem;
    }
    .carousel-caption.style5 .badge-offer {
        top: auto;
        bottom: -70px;
        margin-left: -170px;
    }
    .carousel-caption.style5 h1 {
        font-size: 55px;
        line-height: 50px;
        margin: 0 0 5px;
    }
    .carousel-caption.style5 h4 {
        font-size: 25px;
        line-height: 35px;
        padding: 0 0 5px;
    }
    .carousel-caption.style6 h1 {
        font-size: 60px;
        line-height: 50px;
    }
    .carousel-caption.style6 h2 {
        font-size: 60px;
        line-height: 50px;
    }
    .carousel-caption.style6 h4 {
        font-size: 18px;
        line-height: 18px;
    }
    .carousel-caption.style6 p {
        font-size: 18px;
        line-height: 23px;
        margin: 5px auto;
    }
}

@media (max-width:575px) {
    .carousel-caption.style1 h1 {
        font-size: 60px;
        line-height: 45px;
    }
    .carousel-caption.style1 p {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 5px;
    }
    .carousel-caption.style1 .mt10 {
        margin-top: -6px;
        margin-bottom: 0;
    }
    .carousel-caption.style1 h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .carousel-caption .btn {
        min-width: 135px;
        min-height: 35px;
        font-size: 14px;
        margin: 0;
    }
    .carousel-caption.style2 {
        top: 0;
    }
    .carousel-caption.style2 h1 {
        font-size: 60px;
        line-height: 60px;
        top: 65px;
        margin: 0 0 5px;
    }
    .carousel-caption.style2 h4 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: -20px;
    }
    .carousel-caption.style2 p {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 10px;
    }
    .carousel-caption.style3 {
        padding: 10px 0;
    }
    .carousel-caption.style3 h1 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .carousel-caption.style3 h1::after {
        left: 0;
        top: 0;
    }
    .carousel-caption.style3 p {
        font-size: 15px;
        line-height: 20px;  
        margin: 0 0 5px;
    }
    .carousel-caption.style4 {
        padding: 10px 0;
    }
    .carousel-caption.style4 h1 {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 2px;
    }
    .carousel-caption.style4 p {
        font-size: 18px;
        line-height: 20px;
    }
    .carousel-caption.style4 p:first-child {
        margin-bottom: -5px;
    }
    .thumbnails a h4 {
        font-size: 18px;
        line-height: 18px;
        left: 40px;
        top: 35px;
    }
    .thumbnails a h4.top45 {
        top: 30px;
    }
    .gaming-experience .info {
        padding: 20px 15px;
    }
    .gaming-experience .info ol li {
        font-size: 1.2rem;
    }
    .carousel-caption.style5 .badge-offer {
        bottom: -150px;
        margin-left: 0;
    }
    .carousel-caption.style5 .badge-offer img {
        width: 100px;
    }
    .carousel-caption.style5 .badge-offer .offer-text h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .carousel-caption.style5 .badge-offer .offer-text span {
        font-size: 12px;
        line-height: 12px;
    }
    .carousel-caption.style5 {
        padding: 10px 0;
    }
    .carousel-caption.style5 h1 {
        font-size: 40px;
        line-height: 35px;
    }
    .carousel-caption.style5 h4 {
        font-size: 22px;
        line-height: 32px;
        padding: 0 0 3px;
        margin: 0 0 5px;
    }
    .carousel-caption.style6 {
        padding: 10px 0;
    }
    .carousel-caption.style6 h1 {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 2px;
        -webkit-text-stroke-width: 1px;
    }
    .carousel-caption.style6 h2 {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 2px;
        -webkit-text-stroke-width: 1px;
    }
    .carousel-caption.style6 p {
        font-size: 16px;
        line-height: 22px;  
        margin: 5px auto;
    }
}

@media (max-width:480px) {
    .thumbnails a h4 {
        font-size: 16px;
        line-height: 16px;
        left: 32px;
        top: 25px;
    }
    .thumbnails a h4.top45 {
        top: 20px;
    }
    .gaming-experience .info h5 {
        font-size: 25px;
        margin: 0 0 20px;
    }
    .gaming-experience .info ol {
        grid-gap: 0.75rem;
    }
    .gaming-experience .info ol li {
        font-size: 1rem;
    }
    .gaming-experience .info ol li::before {
        width: 1.25rem;
        height: 1.25rem;
        top: 1px;
    }
    .section-title h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .carousel-caption.style5 .badge-offer img {
        width: 85px;
    }
    .carousel-caption.style5 .badge-offer .offer-text h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .carousel-caption.style5 .badge-offer .offer-text span {
        font-size: 11px;
        line-height: 11px;
    }
    .carousel-caption.style5 h4 {
        font-size: 18px;
        line-height: 25px;
        padding: 0 0 2px;
    }
    .carousel-caption.style6 h1 {
        font-size: 40px;
        line-height: 30px;
    }
    .carousel-caption.style6 h2 {
        font-size: 40px;
        line-height: 30px;
    }
    .carousel-caption.style6 h4 {
        font-size: 16px;
        line-height: 16px;
    }
    .carousel-caption.style6 p {
        font-size: 14px;
        line-height: 19px;
    }
}
