@font-face {
    font-family: VarelaRound-Regular;
    /*font-display: swap;*/
    src: url(../font/VarelaRound-Regular.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Baloo-Chetan-Bold;
    /*font-display: swap;*/
    src: url(../font/BalooChettan2-Bold.ttf);
    font-weight: 300;
    font-style: normal;
}

body {
    color: #fff;
    font-family: VarelaRound-Regular
}
h2{
    color: #000;
}
.custom-home-page {
    background: url("../img/bg-HighRes.jpg");
    background-size: cover;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}

.gold-text {
    font-family: Baloo-Chetan-Bold;
    /*color: #fc7408 !important;*/
    color: #000000 !important;
    /*background: -webkit-linear-gradient(#eecf63, #c59534);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.masthead {
    height: 100%;
    
    /*background-image: url('../img/UBET_CASINO.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*display: flex;*/
    align-items: center;
}
header {
    position: relative; /* Обязательно для позиционирования псевдоэлемента */
    background: url("../img/bg.png");
    background-position: bottom;
    background-repeat: repeat;
    background-size: cover;
    
    overflow: hidden; /* Чтобы слой не выходил за границы */
}

header::after {
    content: '';
    position: absolute;
    bottom: 0; /* Размещение в нижней части */
    left: 0;
    width: 100%;
    height: 50%; /* Высота светлой области */
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); /* Светлый градиент */
    pointer-events: none; /* Чтобы слой не перекрывал взаимодействие */
    z-index: 1;
}


.header-container {
    padding: 30px 0;
    
}

div#topContent {
    text-align: center;
    padding: 0.3125rem 0.625rem;
    line-height: 1.5rem;
    height: 40px;
    min-height: 40px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.fixed-top {
    top: 0px;
    position: relative;
}

.main-nav {
    /*border-top: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
}

.nav-link {
    color: #fff !important;
}

.main-logo {
    width: 150px;
    height: auto;
}

div#navbarResponsive li {
    padding: 0 23px;
}

div#navbarResponsive li a {
    color: #fff;
    font-size: 1rem;
    font-family: Roboto Medium, Arial, sans-serif;
    letter-spacing: 0;
    font-weight: 400;
}

/*NEW NAVBAR CSS*/
.inv-main-header-topbar {
    padding: 0 8%;
}

.inv-main-header-topbar.top-header {
    background: #1a1c20 none repeat center center;
    background-color: #1a1c20 !important;
}

.inv-main-header-topbar.top-header {
    height: auto !important;
    line-height: 10px !important;
    border-color: #fff;
    border-bottom: 1px solid;
    text-align: center;
}

.mini-contacts {
    font: normal 13px / 17px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    color: #333333;
    padding: 10px 0;
}

p.mini-contacts {
    color: #1a73e8 !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 0;
}

.inv-main-header-right ul li {
    display: inline-block;
    padding: 0 7px;
    vertical-align: middle;
    line-height: inherit;
    position: relative;
}

.inv-main-header-right ul li {
    padding: 8px 12px !important;
}

.inv-main-header-right ul li a {
    font: normal 500 17px/21px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    color: #333 !important;
}

.inv-main-header-right ul li:not(:first-child):before {
    border-color: #333 !important;
    height: 24px;
    content: "";
    position: absolute;
    left: -.5px;
    width: 0;
    border-right: solid 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*END NEW NAVBAR CSS*/

/*Ladder Heading & Subheading CSS*/
h1.font-weight-light {
    font-size: 42px;
    color: #000;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    font-family: VarelaRound-Regular;
    line-height: 56px;
}

p.lead {
    font-family: VarelaRound-Regular;
    line-height: 30px;
    letter-spacing: 0.3px;
    font-weight: 400;
    font-style: normal;
    color: #717171;
    font-size: 16px;
    
}
@media(max-width: 768px){
    header{
        padding: 20px 0;
    }
    h1.font-weight-light {
        font-size: 21px !important; 
        
        letter-spacing: 2px !important;
        font-weight: 600 !important;
        font-family: VarelaRound-Regular;
        line-height: 20px;
    }
    
    p.lead {
       
        line-height: 15px;
       
        font-size: 18px;
        
    }
    p.mini-contacts {
        font-size: 6px !important;
        line-height: 8px !important;
    }
}
/*End Ladder Heading CSS*/

div#topContent p {
    font-size: 14px;
    color: #a7a0a0;
}

div#topContent p > a {
    color: #a7a0a0;
    text-decoration: underline;
}

.features-section {
    display: flex;
    justify-content: start;
    align-items: center;
    
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    gap: 20px;
}

.features-section p {
    font-size: 15px;
    line-height: 25px;
}

.features-section .fa {
    margin-right: 7px;
    padding: 12px;
    border-radius: 50%;
}

.features-section .fa:before {
    color: #e5ff00;
    font-size: 16px;
}

.bonus_item {
    color: #000;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.custom-bonus_item {
    color: #000;
    max-width: 1100px;
    width: 100%;
    margin: 10px auto;
    background: #fff;
    padding: 0.5% 2%;
    border-radius: 10px;
    margin-bottom: 40px;
}

.custom-header-color {
    font-size: 42px;
    -webkit-background-clip: text;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    font-family: VarelaRound-Regular;
    line-height: 56px;
}

.inner-bonus_item {
    display: flex;
    position: relative;
    /*overflow: hidden;*/
    padding: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.507);
    height: 210px;
    margin: 3% 0;
}

.inner-bonus_item .left {
    display: flex;
    padding: 0;
    border-radius: 8px 0 0 8px;
}

.inner-bonus_item .right {
    display: flex;
    padding: 0;
}

.inner-bonus_item:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1.03, 1.03, 2) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d !important;
    transition: 300ms linear;
}

.inner-bonus_item .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 0 0 15px;
}

.card_list_logo_gala {
    text-align: center;
}

.inner-bonus_item .rating {
    background-color: #fbfbfb;
    margin-left: 1px;
}

.inner-bonus_item .bonus {
    background-color: #fff;
    display: block;
}

.inner-bonus_item .btn-custom {
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}


.card_list_title {
    padding: 16px 8px 16px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fbfbfb;
}

card_list_text {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card_title {
    display: block;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.card-rating {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*height: 20px;*/
    /*margin-bottom: 4px;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    display: inline-block;
    unicode-bidi: bidi-override;
    color: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    height: 25px;
    width: auto;
    margin: 0;
    position: relative;
    padding: 0 5px
}

.rating-upper {
    color: #fc7408 !important;
    padding: 0 5px;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden
}

.rating-lower {
    display: flex;
    z-index: 0;
    color: #e6e6e6;
}

.card_rating_list {
    display: inline-block;
    width: 31px;
    height: 22px;
    margin-right: 8px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}

.pros_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pros_icon {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.text-block-22 {
    font-family: VarelaRound-Regular;
    color: #000;
}

.card_list_bonus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bonus_list_front {
    position: absolute;
    left: 30px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
}

.card_description_list_offer_text {
    display: block;
    margin-right: 8px;
    /* margin-bottom: 8px; */
    font-family: VarelaRound-Regular;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.card_bonus_amount {
    font-family: VarelaRound-Regular;
    font-size: 27px;
    display: none;
}

.card_description_list {
    display: block;
    margin-right: 8px;
    margin-bottom: 8px;
    font-family: VarelaRound-Regular;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.bonus-code {
    margin-bottom: 5px;
}

.t-cs_card_list {
    width: 90px;
    margin-top: 3px;
    font-family: Lato, sans-serif;
    color: #ff7417;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
}

.bonus_list_back {
    position: absolute;
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 0;
    display: none;
}

.close_list {
    position: absolute;
    left: auto;
    top: -16px;
    right: -16px;
    bottom: auto;
    z-index: 100;
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-right: 8px;
    padding: 0px 3px;
    border: 1px solid #b9c2ca;
    border-radius: 50%;
    cursor: pointer;
}

.close_icon_list {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
}

.t-cs_list_text {
    font-family: Lato, sans-serif;
    color: #909090;
    font-size: 10px;
    line-height: 9px;
    text-align: left;
    margin-top: -4px;
}

.text-span-32 br {
    display: none;
}

.text-span-32 {
    display: block;
}

span.text-span-31 {
    color: #000000;
}

.text-span-30 {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 9px;
    font-weight: 700;
}

.text-span-32 {
    color: #f2741a;
    text-decoration: underline;
}

.text-span-31 {
    color: #000;
    font-weight: 700;
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fade-out {
    opacity: 0;
    animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    /* animation-duration: 0.5s; */
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.card_list_buttton {
    height: 147px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    padding: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #f6f6f6;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: rgb(0, 0, 0);
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 10px;
}
.green_btn{
    margin-bottom: 0;
}
.btn-try-casino {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 180px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #FFD700;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}

.btn-try-casino.btn_card {
    position: relative;
    left: 0%;
    text-decoration: none;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 38px;
    /*margin-bottom: 8px;*/
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
}

.read_review_grey {
    display: inline-block;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    color: #a1b1bc;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.btn-try-casino.btn_card:hover {
    text-decoration: none;
    color: #ffffff;
}

.inner-bonus_item:hover .btn-try-casino.btn_card {
    box-shadow: 0 0 0 0 rgba(244, 193, 51, 0.7);
    background-color: #ff7746;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.green_btn{
    background-color: #ffa946;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

.card_list_logo_gala {

}


footer {
    background: #1a1c20  repeat center top;
    color: #85868c !important;
}


footer,
footer a,
footer a:hover {
    color: white;
    text-decoration: none;
}

footer .logoer img {
    width: 13rem;
}

footer .footer-links .header-text {
    color: #e5ff00;
}

footer .footer_imges img {
    width: 8rem;
    vertical-align: bottom;
    padding: 15px;
}

footer .footer_imges img.img18 {
    width: 4rem;
}

footer .footer_imges img.gambleaware {
    width: 13rem;
}

footer .responsible-gaming p:last-child {
    font-size: 16px;
}

footer .responsible-gaming p a {
    text-decoration: underline !important;
    color: #007bff !IMPORTANT;
    font-style: italic;
}

.col-12.col-md-12.responsible-gaming {
    text-align: center;
}

.col-12.col-md-12.responsible-gaming img {
    margin-bottom: 45px;
}

.footer-copyright {
    background: transparent;
}
.responsible-gaming img{
    width: 30%;
}

.footer-copyright .footer-copyright-text-inner {
    font-family: Montserrat;
    text-transform: none;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    font-display: swap;
}

#bottom-bar {
    font-size: 13px;
    line-height: 23px;
    color: #ffffff;
}

#bottom-bar.solid-bg {
    background: #1a1c20 none repeat center top;
}

#branding-bottom {
    padding: 10px 15px 10px 0px;
}

#bottom-bar > .wf-wrap {
    max-width: 1300px;
    width: 100%;
}

.wf-wrap {
    margin: 0 auto;
    padding: 0 80px;
}

.wf-container-bottom {
    display: flex;
}

.wf-float-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: 10px;
    margin-right: 0;
}

#bottom-bar .mini-nav {
    display: block;
}

ul#bottom-menu {
    list-style: none;
    display: inline-flex;
    margin-top: 1rem;
}

.mini-nav:not(.select-type-menu) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
}

#bottom-bar .wf-float-right .mini-nav ul li {
    vertical-align: baseline;
}

ul#bottom-menu li a {
    color: #fff;
    font-size: 10px;
}

ul#bottom-menu li a:hover {
    text-decoration: none;
}

/*End Footer*/

.card_list_text .card_list_bonus {
    display: none;
}

.inner-bonus_item .rating .card_list_bonus {
    display: none;
}

.card_list_logo_gala img {
    max-width: 150px;
}

.card_list_titlee {
    display: block;
    margin-bottom: 0px;
    font-family: VarelaRound-Regular;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.newsletter-row {
    margin-top: -30px;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
    .custom-home-page {
        background-attachment: scroll !important;
        background-size: 80rem 40.1rem !important;
        background-position: top left;
        background-repeat: repeat-y !important;
    }

    .custom-bonus_item {
        padding: 1% 0%;
        width: 98%;

    }

    .navbar-light .navbar-toggler {
        background: #ffffff;
    }

    .header-container {
        padding: 16px 0 0;
    }

    p.mini-contacts {
        font-size: 6px !important;
        line-height: 8px !important;
    }

    .inner-bonus_item .rating .card_list_bonus {
        display: block;
    }

    div#navbarResponsive {
        margin-top: 25px;
        background-color: #e5ff00cc;
    }

    .fixed-top {
        top: 0px;
    }

    .card_list_text {
        text-align: center;
    }

    .card_bonus_amount {
        display: block;
    }

    div#topContent p {
        margin-bottom: 0;
        line-height: 19px;
        font-size: 13px;
    }

    div#topContent {
        height: 50px;
        min-height: 50px;
    }

    .features-section {
        display: flex;
        text-align: left;
        padding: 10px 0 0 0;
    }

    .inner-bonus_item {
        height: auto;
        width: 95%;
        margin: 3% auto 3% auto;
        border-radius: 8px
    }

    .card_description_list_offer_text {
        font-size: 16px;
        line-height: 0px;
    }

    .card_description_list_offer_text p {
        margin-bottom: 0;
    }

    .euros {
        line-height: 2;
        font-size: 13px;
        font-family: Baloo-Chetan-Bold;
        display: block;
    }

    .card_description_list {
        display: none;
        margin-right: 0;
        margin-bottom: 0;
        font-family: VarelaRound-Regular;
        color: #000;
        font-size: 21px;
        line-height: 0px;
        font-weight: 600;
        justify-content: center;
    }

    .left {
        display: block !important;
        padding: 0;
        flex-direction: column;
        /*background-color: #2c3252;*/
        position: relative;
    }

    .inner-bonus_item .logo {
        background-color: transparent;
        margin: auto;
        height: 90%;
    }

    h1.font-weight-light {
        font-size: 36px;
    }

    .logo-hide {
        display: none !important;
    }

    .card_list_logo_gala {
        display: flex;
        justify-content: center;
    }


    .card_list_logo_gala img {
        width: 80% !important;
        height: 100px !important;
        object-fit: contain;
        padding-top: 15px;
    }

    .inner-bonus_item .rating {
        background-color: transparent;
        margin: auto;
        display: none;
    }

    .card_list_title {
        background-color: transparent;
        padding: 6px 10px 0 10px;
    }

    .inner-bonus_item .right .card_list_bonus {
        padding-top: 16px;
    }

    .pros_line {
        display: none;
    }

    .t-cs_card_list {
        display: none;
    }

    .card_list_bonus {
        width: 100%;
        padding: 0px 8px 0px 8px;
        text-align: center;
    }

    .bonus_list_front {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .right {
        display: block !important;
        padding: 0;
    }

    .inner-bonus_item .btn-custom {
        background-color: transparent;
        margin: auto;
    }

    .inner-bonus_item .bonus {
        margin: auto;
        border-top-right-radius: 8px;
    }

    .card_list_buttton {
        background-color: transparent;
        padding: 9px 0 0 0;
        height: auto;
    }

    .inner-bonus_item .rating .t-cs_card_list {
        display: block;
        margin: 0 auto;
        font-size: 15px;
        width: 100%;
        text-align: center;
        color: #ffffff;
    }

    .btn-try-casino.btn_card {
        padding-top: 2px;
        width: 90%;
    }

    .bonus-code {
        font-size: 10px;
        text-align: center;
        padding-top: 10px;
    }

    .card_list_titlee {
        color: #fff;
        text-align: center;
        font-size: 17px;

    }

    .card_rating_list {
        color: #ffffff;
        font-size: 20px;
    }

    .card-rating {
        justify-content: center;
        display: inline-block;
        unicode-bidi: bidi-override;
        color: rgba(255, 255, 255, 0.2);
        font-size: 16px;
        height: 25px;
        width: auto;
        margin: 0;
        position: relative;
        padding: 0 5px
    }


    .text-span-30 {
        color: #ffffff;
    }

    .t-cs_list_text {
        color: #ffffff;
        font-size: 9px;
        line-height: 10px;
        text-align: left;
    }

    .bonus_list_back {
        position: absolute;
        left: 10px;
        top: 12px;
    }

    .close_list {
        right: -19px;
    }

    span.text-span-31 {
        color: #fff;
        margin-top: -3px;
        font-size: 8px;
        line-height: 7px;
        display: block;
    }

    .newsletter-row {
        margin-top: 0px;
        padding: 10px !important;
    }

    .wf-container-bottom {
        display: flex;
        justify-content: center;
    }

    .wf-float-right {
        display: none;
    }

    #branding-bottom {
        padding: 10px 0px 10px 0px;
    }

    .hidden {
        display: none !important;
    }
}

@media only screen and (min-width: 376px) and (max-width: 768px) {
    /*.features-section{*/
    /*    padding: 10px 0 0 21%;*/
    /*}*/
    .card_description_list_offer_text {
        font-size: 16px;
        line-height: 0px;
    }
}

/*@media only screen and (min-width: 748px) and (max-width: 767px){*/
/*    .features-section{*/
/*        padding: 10px 0 0 26%;*/
/*    }*/
/*}*/

@media only screen and (min-width: 540px) and (max-width: 747px) {
    /*.features-section{*/
    /*    padding: 10px 0 0 24%;*/
    /*}*/
    .card_description_list_offer_text {
        font-size: 21px;
        line-height: 0px;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1000px) {
    .masthead {
        min-height: 239px;
    }

    .features-section p {
        font-size: 13px;
    }

    .btn-try-casino.btn_card {
        font-size: 11px;
    }

    .card_description_list_offer_text {
        font-size: 21px;
        line-height: 0px;
    }

    .card_description_list {
        font-size: 21px;
    }
}
@media(max-width:768px){
    .features-section{
        display: none;
    }
}

.label {
    
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    
    top: 0;
    color: #fff;
    background-image: linear-gradient(90deg, #ff0000 0%, #c15327 100%);
    border-radius: 11px 0 0 0;
    font-size: 14px;
    clip-path: polygon(0 0, 92% 0, 100% 50%, 91% 100%, 0 100%, 0% 50%);
}




.first-featu p, .second-featu p, .third-featu p {
    color: black;
}

.first-featu p img, .third-featu p img, .second-featu p img {
    width: 25px;
}

.site-newsletter__fields {
    position: relative;
}

.site-newsletter__fields {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    margin-bottom: 15px;
}

.footer-newsletter__input {
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    padding: 6px 5px;
    border: none;
    flex: 1;
    font-size: 12px;
}

.footer-newsletter__submit {
    height: 40px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    margin-left: 5px;
    padding: 0 6px;
    font-size: 12px;
}

.footer-newsletter__submit--green {
    background-color: #5cb85c;
    color: white;
}

.promotion-sec {
    padding: 0 25px !important;
    color: black !important;
}

@media(max-width:768px){
    .inner-bonus_item{
        height: 140px !important;
    }
    .footer__img{
        flex-direction: column;
    }
    .green_btn{
        display: none;
    }
    .dicklaymer{
        font-size: 0.4em !important;
    }
    .lead{
        margin-bottom: 0;
    }
    
    .btn-try-casino.btn_card {
        position: relative;
        left: 0%;
        text-decoration: none;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 100%;
        /* height: 20px; */
        /*margin-bottom: 8px;*/
        /* padding-top: 4px; */
        /* padding: 0 8px; */
        font-size: 11px;

    }
    .r2{
        display: none;
    }
}
.footer__img{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer__img a img{
    padding: 5px;
}

.mail-footer {
    display: flex;
    justify-content: center;
}
.navbar-brand{
    padding: 0 !important;
}
.navbar-toggler{
    padding: 0 !important;
}
.navbar-toggler-icon{
    width: 1em;
    height: 1em;
}
.footer-link{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    
}
.footer-link img{
    width: 100%;
    height: auto;
}
.footer-logo{
    max-width: 150px;
}
.footer-nav{
    margin-top: 20px;
}
.footer-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-list li {
    list-style: none;
}

