@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Rubik", sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
svg {
    display: block;
}

.logo_img {
    width: 80px;
    margin: 0 auto 0 auto;
}

.main_hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url("../images1/hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
    padding: 20px 30px 0 30px;
}

.main_char {
    display: block;
    margin: 0px auto 0 auto;
    max-width: 350px;
}

.secdondsec {
    position: relative;
    margin-top: -40px;
}

.main_head {
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.3;
}

.sub_text span {
    color: #FFAE54;
    font-size: 25px;
    font-weight: 500;
    padding-top: 8px;
    display: block;
}

.sub_text {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.common_button {
    padding: 14px 41px;
    border-radius: 8px;
    background: linear-gradient(180deg, #FFAE54 20.88%, #FDF7DD 100%);
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-decoration: none;
    display: table;
    margin: 0 auto;
}

.common_button:hover {
    box-shadow: 0px 4px 9px 0px rgba(247, 228, 202, 0.47) !important;
}

.row.bonussteps {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(161deg, #A4021A 13.05%, #a4021a 63.82%);
}

.row.bonussteps>div {
    flex: 1;
}

.bonussteps .block .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bonussteps .text-container {
    color: #fff;
    padding: 22px 0;
}

.bonussteps .text-container .text-big {
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
}

.bonussteps .text-container .text-small {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: -3px;
    padding-right: 10px;
    text-transform: capitalize;
}

.bonussteps .first-crumb .wrap:after,
.bonussteps .second-crumb .wrap:after {
    content: "";
    width: 108px;
    height: 100%;
    background: url(../images1/shadowTri.png) no-repeat;
    display: inline-block;
    background-size: contain;
    margin-right: -50px;
    position: absolute;
    right: 0;
    top: 0;
}

.cus_container {
    width: 1320px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    margin: 0 auto;
}

.row_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 60px;
}

.first_col video {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.row_flex>div {
    flex: 1;
}

section.extra_off_sec {
    background: linear-gradient(161deg, #A4021A 13.05%, #a4021a 63.82%);
    padding: 0px 0 40px 0;
    color: #ffffff;
    position: relative;
}


.title-free-spins h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}


.sub-title-free-spins h3 {
    font-size: 28px;
    font-weight: 400;
    margin: 20px 0 25px 0;
}

.free-spins-text p {
    margin-bottom: 15px;
    line-height: 1.3;
}

.free-spins-text p strong {
    font-weight: 600;
    margin-right: 10px;
}

.coupon-wrapper {
    display: flex;
    margin-bottom: 20px;
    margin-top: 25px;
    align-items: center;
}


.btn-coupon-title {

    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
}

.free-spins .btn-coupon-promo-code {
    display: inline-block;
    margin-left: 20px;
}

.btn-coupon-promo-code span.clipboard2 {
    display: flex;
    justify-content: center;
    height: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}

.btn-coupon-promo-code span.couponspan {
    height: 100%;
    align-items: center;
    display: flex;
    padding: 0 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    background-color: #fff;
}

.clipboard2 i {
    background-color: #a4021a;
    background-position: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    position: relative;
}

.clipboard2 i svg {
    width: 20px;
    fill: #ffffff;
}

.extra_off_sec .common_button {
    margin-left: 0;
}



.collapse {
    overflow: hidden;
    transition: height 0.3s ease;
    height: 0;
    background-color: #303030;

}



.terms_condition {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
}

button.toggle-btn {
    display: table;
    margin: 0 auto;
    border: 0;
    background: #303030;
    color: #9d9d9d;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;

    text-transform: uppercase;
}

.collapse p {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    color: #9d9d9d;
    padding: 15px 30px;
    line-height: 1.5;
    font-size: 14px;
    text-align: center;
}

.main_hero .coupon-wrapper {
    justify-content: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;

    align-items: center;
}



/* Tooltip */
.tooltip {
    position: absolute;
    background: #ffffff;
    color: #000000;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translatex(-50%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-transform: capitalize;
    font-weight: 500;
    left: 50%;
    bottom: 48px;
}

/* Tooltip visible */
.tooltip.show {
    opacity: 1;
}

/* Arrow bottom */
.tooltip::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.payments_icons ul {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 20px 60px;
    border-radius: 15px;
    margin-top: 50px;
    flex-wrap: wrap;
    grid-gap: 30px;

    justify-content: center;
}

.payments_icons {
    text-align: center;
}

@media only screen and (max-width:1199px) {
    .bonussteps .block .wrap {
        justify-content: flex-start;
    }


    .bonussteps .text-container .text-big {
        font-size: 18px;
    }

    .bonussteps .text-container .text-small {
        font-size: 13px;
    }

    .first-crumb {
        padding-left: 15px;
    }

    .row_flex {
        grid-gap: 30px;
    }

    .title-free-spins h2 {
        font-size: 29px;
        font-weight: 700;
    }

    .sub-title-free-spins h3 {
        font-size: 24px;
        margin: 15px 0 20px 0;
    }

    .free-spins-text p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .free-spins-text p strong {
        margin-right: 5px;
    }

    .btn-coupon-title {
        font-size: 20px;
        margin-right: 10px;
        margin-top: 0px;
    }


    .common_button {
        padding: 12px 40px;
        font-size: 16px;
    }
}

@media only screen and (max-width:991px) {

    .bonussteps .first-crumb .wrap:after,
    .bonussteps .second-crumb .wrap:after {
        display: none;
    }

    .row.bonussteps>div {
        flex: inherit;
        max-width: 330px;
        padding: 0 15px !important;
    }

    .row.bonussteps {
        justify-content: center;
    }

    .row_flex {
        flex-direction: column;
    }

    .cus_container {
        width: 650px;
    }

    .row_flex>div {
        flex: 1;
        width: 100%;
    }

    .main_char {
        max-width: 300px;
    }

    .main_head {
        font-size: 30px;

    }

    .row.bonussteps {
        justify-content: flex-start;
    }

    .row.bonussteps>div {
        flex: inherit;
        max-width: 100%;
        padding: 0 30px !important;
    }
}

@media only screen and (max-width:575px) {
    .logo_img {
        width: 75px;
        margin: 0 auto 0 auto;
    }

    .common_button {
        padding: 15px 50px;
        font-size: 18px;
    }

    .main_hero {
        padding: 15px 30px 0 30px;
    }

    .main_head {
        margin-top: 20px;
    }

    .sub_text {
        margin-bottom: 15px;
    }

    .main_char {
        max-width: 280px;
    }

    .row_flex>div {
        text-align: center;
    }

    .extra_off_sec .common_button {
        margin-left: auto;
    }

    .btn-coupon-title {
        font-size: 14px;
        margin-right: 10px;
        margin-top: 0px;
    }

    .btn-coupon-promo-code span.clipboard2 {
        height: 25px;
    }

    .btn-coupon-promo-code span.couponspan {
        padding: 0 10px;
        font-size: 13px;
    }

    .main_hero .coupon-wrapper {
        margin-bottom: 20px;
    }

    .coupon-wrapper {
        justify-content: center;
    }


    .payments_icons svg {
        scale: 0.7;
    }

    .payments_icons ul {
        padding: 20px 20px;
        grid-gap: 10px 15px;
    }
}