

body {
    font-family: "Montserrat", serif;
    margin: 0;
    padding: 0;
    background: black;
}

.hero {
    background: black;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    position: relative;
    padding-bottom: 0px;
}

.hero-col-a{
    text-align: left;
    width: 70%;
}

.intro {
    font-size: 12pt !important;
}

div#date-container {
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
}

div#date-container span#last-updated {
    color: black;
    background: #ffe203;
    padding: 3px 12px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
}

.hero-col-b {
    width: 30%;
}

/* section.hero {
    background: url("images/casino-bg-l.jpg");
    background-position: center;
    object-fit: cover;
    background-size: cover;
} */

footer.footer-section::after {
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 43%) 0%, rgb(0 0 0 / 67%) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* footer.footer-section {
    background: url(images/casino-bg-l.jpg);
    background-position: center;
    object-fit: cover;
    background-size: cover;
    padding-top: 50px;
    position: relative;
} */

/* section.hero:after {
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 43%) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */
section.hero .hero-inner {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.tab-inner{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 60%);
    text-transform: uppercase;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-size: 12pt !important;
}

.features {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.feature-item {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

a.logo-link {
    background-color: #000000 !important;
}

.logo-link:hover {
    background: black;
    /* color: black; */
    border: none !important;
}

.feature-item img {
    width: 36px;
}

.casino-list {
   
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
}

.casino-card {
    background: #57575700;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #FF5722;
    -webkit-box-shadow: 0px 0px 11px 0px rgb(255 87 34);
    -moz-box-shadow: 0px 0px 11px 0px rgb(255 87 34);
    box-shadow: 0px 0px 11px 0px rgb(255 87 34);
}

.casino-card.main-best-rated {
    border: 1px solid #ffe203;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(255 226 3);
    -moz-box-shadow: 0px 0px 15px 0px rgb(255 226 3);
    box-shadow: 0px 0px 15px 0px rgb(255 226 3);
}

.casino-card h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.casino-card .col-custom * {
    color: white;
}

.casino-card p {
    margin: 5px 0;
}

.col-custom.col-click.casino-1 a {
    background: #ffe203 !important;
    color: black !important;
}

.casino-card a {
    width: 90%;
    font-size: 16px;
    padding: 15px !important;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    color: #ffffff !important;
    background: #ff5722;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

.casino-card a:hover {
    background: black;
    color:white !important;
    border: 1px solid white;
}

.casino-card {
    display: flex;
    position: relative;
}

.casino-card .col-custom {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.casino-card .col-custom.col-payment {
    text-align: justify;
}

.col-number {
    position: absolute;
    top: -12px;
    left: -12px;
    background: #FF5722;
    width: 25px;
    height: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 100px;
}

.header-custom{
    /* background-color: black; */
    background: linear-gradient(90deg, rgba(172,86,24,1) 0%, rgba(249,241,119,1) 36%, rgba(249,241,119,1) 64%, rgba(172,86,24,1) 100%);
    padding: 10px;
    font-size: 20px;
}

.hero-col-b img {
    width: 100%;
    max-width: 15em;
    float: right;
    border-radius: 50%;
    max-height: 15em;
    height: 100%;
}

.header-custom h5 {
    color: rgb(0, 0, 0);
}

.featued-text {
    position: absolute;
    background: #FF5722;
    border-radius: 20px;
    padding: 3px 10px;
    color: #ffffff;
    font-size: 13px;
    top: -11px;
    font-weight: 600;
}

.best-rated {
    background: #ffe203 !important;
    color: black !important;
}

.ft-context {
    position: absolute;
    background: #ffe203;
    border-radius: 20px;
    padding: 3px 10px;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    bottom: -22px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.col-custom.col-payment .mobile-payments, .col-custom.col-payment .mobile-stars {
    display: none;
}

.col-custom.col-payment li img {
    width: 20px;
}

.col-custom.col-payment ul {
    list-style-type: none;
    padding-left: 0;
    min-width: 120px;
}

.col-custom.col-payment li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin: 3px 0;
}

.col-custom.col-rating {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.col-custom.col-rating span {
    color: #ffe203;
    font-size: 34px;
}

ul.stars {
    display: flex;
    font-size: 34px;
}

.star{
    color: #ffe203 !important;
}

.star-empty{
    color: #ffffff;
}

.star-half{
    background: linear-gradient(to right, yellow 50%, white 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.col-custom.col-features {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.col-custom.col-features * {
    margin: 0;
    padding: 3px;
}   

.col-custom.col-logo img {
    width: 90%;
}


.tabs {
    display: flex;
    margin-bottom: 10px;
}
.tabs button {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #000000;
    background: none;
    color: white;
    width: -webkit-fill-available;
    font-weight: bold;
    background: #2f2f2f;
    border-radius:6px

}
.tabs button.active {

    background: #ffe203;
    color: black;
}
.tab-content {

    display: none;
    padding: 20px;
    /* border: 1px solid #ffe203; */
    background: #2f2f2f; 
    border-radius:10px
}
.tab-content.active {
    display: block;
}

section.tab-section {
    margin-bottom: 80px;
    padding: 15px;
}
.tab-content * {
    color: white;
}

.tab-content.active {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}


.footer-inner-section{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.footer-inner-section .disclaimer {
    padding: 20px 0;
}

.footer-inner-section .disclaimer p {
    color: white;
}

.footer-logos {
    display: flex;
    justify-content: center;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}                  

.col-custom.col-features h5 {
    font-size: 18px;
}

.col-custom.col-features h4 {
    font-size: 21px;
}

.col-custom.col-rating img {
    width: 13px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}

.col-custom.col-rating ul {
    text-align: justify;
    padding: 0;
    list-style-type: none;
    margin-top: 0;
}

.button {
    padding: 17px 40px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    background-color: white;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.5s ease;
  }
  
  .button:hover {
    letter-spacing: 3px;
    color: black !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #ffe203 !important;
    box-shadow: #ffe203 0px 7px 29px 0px;
  }

  @media (max-width: 1024px){
    .star{
        color: #ffe203 !important;
    }
    .col-custom.col-rating ul{
        font-size: 12px;
    }
  }

@media (max-width: 767px){

    .col-custom.col-features {
        background: #373737;
        border-radius: 11px;
    }

    div#date-container span#last-updated {
        font-size: 10px;
        background: none;
        color: #ffffff;
    }

    .col-custom.col-payment .mobile-payments{
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .col-custom.col-payment .mobile-stars{
        display: flex;
        gap: 5px;
        align-items: baseline;
    }

    .col-custom.col-payment .desktop-payments{
        display: none;
    }

    .casino-card .col-custom {
        width: 50% !important;
    }

    .casino-card .col-logo{
        width: 100% !important;
    }

    .casino-card .col-features{
        width: 100% !important;
        background: none;
    }

    .col-features p, .col-features p strong, .col-features p strong span{
        color: #ff5722 !important;
    }

    .main-best-rated .col-features p, .main-best-rated .col-features p strong, .main-best-rated .col-features p strong span{
        color: #ffe203 !important;
    }

    .casino-card {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ft-context {
        width: max-content;
    }

    .casino-card {
        margin-bottom: 33px !important;
    }

    .tabs {
        display: flex;
        flex-wrap: wrap;
    }

    .tabs button {
        width: 50%;
        font-size: 11px;
        font-weight: 500;
    }

    .tab-content.active {
        flex-wrap: wrap;
        justify-content: center;
    }

    .features {
        display: flex;
        justify-content: flex-start;
        /* flex-wrap: wrap; */
        margin-bottom: 0px;
        flex-wrap: wrap;
        gap: 0;
    }

    .col-custom.col-click {
        width: 100% !important;
    }

    .col-custom.col-click a {
        width: 100%;
    }

    .ft-context {
        font-size: 10px;
    }

    .featued-text {
        font-size: 10px;
    }

    .hero h1 {
        margin-top: 0;
        font-size: 1.1em;
        margin-bottom: 0;
    }

    .col-custom.col-features h4 {
        font-size: 15px;
    }
    
    .col-custom.col-features h5 {
        font-size: 13px;
    }
    
    .col-custom.col-logo img {
        width: 67%;
    }

    .col-custom.col-rating p {
        display: none;
    }

    .col-custom.col-rating .stars {
        display: none;
    }

    .casino-list {
        margin-top: 0px;
        padding-top: 8px;
    }

    .star, .star-half, .star-empty {
        font-size: 19px !important;
    }

    .star{
        color: #ffe203 !important;
    }

    .col-custom.col-rating ul li {
        font-size: 14px;
    }
    
    .col-custom.col-payment ul li {
        font-size: 14px;
    }
    
    .col-custom.col-rating span {
        font-size: 19px;
    }

    .hero p {
        font-size: 1em;
        display: none;
    }

    .feature-item {
        font-size: 12px;
        padding: 1px 6px;
        gap: 10px;
    }

    .feature-item img {
        width: 18px;
    }

    section.hero {
        padding-bottom: 0px;
        padding-top: 10px;

    }

    .casino-card a {
        padding: 7px !important;
        font-size: 14px;
        width: 90% !important;
    }

    /* section.hero:after {
        background: linear-gradient(180deg, rgb(0 0 0 / 51%) 0%, rgba(0, 0, 0, 1) 100%);
    } */

    .header-custom h5 {
        font-size: 11px;
    }

    .header-custom {
        padding: 3px !important;
    }

    .hero-col-b {
        display: none !important;
    }

    .hero-col-a {
        width: 100%;
        text-align: center;
    }

    .features {
        display: flex;
        justify-content: center;
    }
        
    .cards {
        display: none;
    }

    .tab-btn {
        font-weight: 800 !important;
        font-size: 10pt !important;
    }

    p {
        font-size: 10pt;
    }

    .disclaimer {
        margin: 0 20px;
    }
}

@media (max-width: 374px){
    .col-custom.col-rating ul li {
        font-size: 10px;
    }
}
