@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'Urbane Rounded';
    src: url('UrbaneRounded-Bold.eot');
    src: url('UrbaneRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('UrbaneRounded-Bold.woff2') format('woff2'),
        url('UrbaneRounded-Bold.woff') format('woff'),
        url('UrbaneRounded-Bold.ttf') format('truetype'),
        url('UrbaneRounded-Bold.svg#UrbaneRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* custom style-sheet */

body {
    font-family: Urbane Rounded, sans-serif;
    overflow-x: hidden;
}

a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus {
    outline: none;
}

section {
    position: relative;
}

.container {
    max-width: 1260px;
}

.nav-button {
    padding: 2% 3%;
    width: auto;
    transition: 0.5s;
    margin-left: 1.5%;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2vw;
    font-weight: 800;
    color: rgb(10, 16, 58);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.header {
    background-color: #0B103A;
    border-bottom: 2px solid rgb(11, 57, 188);
    padding: 20px 20px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
}

.header-logo {
    position: absolute;
    width: 150px;
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    display: block;
}

.header-nav {
    display: flex;
    column-gap: 8px;
}

.login {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    padding: 5px 15px;
    /*font-size: 14px;*/
    margin-right: 10px;
}

.signup {
    background-color: #ffa000;
    border-color: #ffa000;
    color: #000;
    padding: 8px 18px;
    font-weight: 500;
}

.header-nav .signup:hover {
    background-color: #ffba00;
    color: #000;
}

.home-banner {
    background-image: url(Desktop_Background.jpg);
    background-size: cover;
    background-position: top;
    background-position-x: 70%;
    /*background-position: top left;*/
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-color: #020204;
}

.center,
.Center {
    text-align: center;
}

.left,
.Left {
    text-align: left !important;
}

.home-banner-inner {
    width: 100%;
    float: none;
    margin: auto;
    padding: 8% 0 3% 0;
}

.Left {
    width: 46%;
    float: none;
    margin: 0;
    padding-left: 1.5%;
}

.home-banner-inner h1 {
    color: #fff;
    font-weight: 900;
    font-size: 5em;
    padding-bottom: 3%;
}

.sub-heading {
    margin: 2% auto;
    color: #fff;
    font-family: Urbane Rounded, sans-serif;
    font-size: 2.2rem;
    font-style: italic;
}

.no,
.NO {
    display: none;
}

.join-now-btn {
    background-color: #e59000;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: 4%;
}

.join-now-btn:hover {
    background-color: #ffba00;
    color: #000;
}

.home-banner-inner p {
    color: #fff;
    font-size: 12px;
    margin-top: 2%;
    text-shadow: 1px 1px 2px black;
}

.home-banner-inner p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
}

.home-banner-inner p a:hover {
    opacity: 0.9;
}

.banner-steps {
    background-color: #172672;
    padding: 25px 0;
}

.banner-steps .d-flex h4 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}

.banner-steps .d-flex p {
    color: #fff;
    font-family: Rubik;
    font-size: 16px;
    line-height: 18px;
}

.banner-steps .d-flex img {
    height: 90px;
}

.banner-steps .d-flex .ms-3 {
    margin-left: 30px !important;
    padding: 5px 0;
}

.rg-strip img {
    width: 1200px;
    height: auto;
}

.payments-img img {
    width: 400px;
    height: auto;
}

.button {
 /*   text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-color: rgb(241, 168, 202);
    border-radius: 1.2vw;
    border: 0.25vw solid rgb(239, 85, 162);
    color: rgb(10, 16, 58) !important;
    font-family: Urbane Rounded, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 1vw 2vw;
    font-weight: 800; */
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: Urbane Rounded, sans-serif;
    box-sizing: border-box;
    border-radius: 12px;
    cursor: pointer;
    vertical-align: middle;
    font-weight: 700;
    outline: none;
    will-change: background-color, border;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    border: 2px solid #F256A4;
    color: #0A103A;
    background-color: #F1A8CA;
    border-color: #C64686;
    padding: 25px 24px;
    font-size: 20px;
    height: 44px;
}

.button:before {
	content: '';
    display: block;
    position: absolute;
    width: 75%;
    height: 65%;
    top: 3px;
    left: 3px;
    border-top-left-radius: 7px;
    opacity: 0.7;
    border-left: 4px solid #FFFFFF;
    border-top: 4px solid #FFFFFF;
}

.button:hover {
	text-decoration: none;
    background-color: #F256A4;
    border-color: #F256A4;
}

/*  Games ========================================= */
#games {
    background-repeat: repeat;
    text-align: center;
    max-width: 1260px;
    margin: auto;
}

#games p {
    font-family: Urbane Rounded, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1vw;
    margin: 0 auto;
}

#games-container {
    width: 85%;
    margin: 0 auto;
    padding: 5%;
}

.mob-only {
    display: none;
}

#games-container {
    width: 85%;
    margin: 0 auto;
    padding: 4% 0% 5% 0%;
}

.sponsor-section {
    background-color: #1B1B37;
    padding: 15px 15px;
}

.sponsor-section-payment {
    background-color: #0038ad;
    padding: 15px 15px;
}

.reward-image::before {
    content: "";
    background-image: url(border-img.svg);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 1;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.reward-image {
    width: 100%;
    padding-top: 100%;
    background-color: red;
}

.reward-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.comments {
    text-align: center;
    padding: 5% 0;
    background-color: #eef4fd;
    border-bottom: 2px solid rgb(11, 57, 188);
}

#comments-container {
    width: 63%;
    margin: 0 auto;
    display: flex;
    margin-top: 4%;
}

.feedback {
    width: 30%;
    display: inline-block;
    flex: auto;
    margin: 3%;
}

.feedback img {
    width: 6.5vw;
    border-radius: 50%;

    margin-top: -25%;
}

.feedback-box-pink {
    margin: 0 auto;
    background-color: #d53786;
    border-radius: 29px;
    height: 13vw;
    padding: 8%;
    position: relative;
}

.feedback-box {
    margin: 0 auto;
    background-color: #0938bc;
    border-radius: 29px;
    height: 13vw;
    padding: 8%;
    position: relative;
}

.feedback-box-pink p {
    padding-top: 8%;
    color: #ffffff !important;
    font-size: 1.3vw;
    font-family: Urbane Rounded, sans-serif;
    letter-spacing: 0.05vw;
}

.feedback-box p {
    padding-top: 8%;
    color: #ffffff !important;
    font-size: 1.3vw;
    font-family: Urbane Rounded, sans-serif;
    letter-spacing: 0.05vw;
}

.feedback-box p.client {
    font-weight: 700;
    margin-bottom: 1.5vw;
    position: absolute;
    color: #ffffff !important;
    bottom: 0;
    left: 0;
    right: 0;
}

.comments p.disclaimer {
    font-style: italic;
    width: 80%;
    margin: 0 auto;
    opacity: 0.8;
    font-size: 0.9vw;
    padding-bottom: 40px;
}

.customer-reviews h2 {
    margin-bottom: 100px;
}

.comments-text h3 {
    font-size: 3vw;
    color: #da5d9e;
}

.review-text h3 {
    font-size: 3vw;

}

/*  Responsible Gaming ========================================= */
#responsible {
    text-align: center;
    padding: 2% 0;
    background-image: url("OT-SE-LP-bg.jpg");
    background-repeat: repeat;
    background-size: cover;
    color: #fff;
    border-bottom: 2px solid rgb(11, 57, 188);

    text-align: center;

}

#responsible h4,
#responsible p {
    color: #fff;
}

#responsible h4 {
    margin: 7% 0;
    color: #fff;
    font-size: 1.5vw;
}

#responsible-container {
    width: 70%;
    margin: 0 auto;
    margin-top: 1%;
    display: flex;

}

.responsible-box {
    width: 34.3%;
    padding: 3%;
}

.responsible-box img {
    height: 6vw;
}

.responsible-box p {
    font-size: 1vw;
}

#responsible_heading {
    font-family: "Urbane Rounded", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #94b0f7 !important;
    font-size: 3vw;
}

.incredible-rewards {
    background: url(BG-block1.jpg);
    background-size: cover;
    padding: 60px 0;
}

.incredible-rewards h1 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 4rem;
    margin-bottom: 3%;
    text-transform: uppercase;
    line-height: 120%;
    letter-spacing: 0.1vw;
}

.incredible-rewards h1 span {
    color: #c4231e;
}

.rewards-block p {
    padding: 0vw 1vw 0 1vw;
    color: white;
    font-size: 1.1vw;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0px;
}

.rewards-block h3 {
    margin: 0 auto;
    padding: 8% 0 2% 0;
    width: 100%;
    line-height: 120%;
    color: #efa7c8;
    font-size: 1.6vw;
    text-transform: none;
}

.incredible-rewards .join-now-btn {
    width: auto;
    margin-top: 20px;
}

.partner-section {
    background-color: #0B103A;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
}

.partner-top-logo img {
    border-top: 1px solid #d50000;
    padding: 20px 20px;
    max-width: 220px;
}

.partner-top h2 {
    font-size: 24px;
}

.full-accordion {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
}

.full-accordion-button {
    width: 100%;
    text-align: left;
    border: 1px solid #d50000;
    color: #cbcbcb;
    border-radius: 0;
    background-color: transparent;
    padding: 15px 25px;
    position: relative;
    font-weight: 600;
}

.full-accordion-body {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    padding: 28px 30px;
    background-color: #4a4a4a;
}

.full-accordion-body p {
    margin-bottom: 15px;
}

.full-accordion-body {
    font-size: 0.9rem;
}

.full-tnc {
    padding-bottom: 100px;
}

.full-accordion-button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
    position: absolute;
    right: 15px;
    color: #d50000;
    top: 50%;
    transform: translateY(-50%);
}

.full-accordion-button[aria-expanded="true"]::before {
    content: "\f068";
}

.sponsor-section a img {
    height: 65px;
}

.sponsor-section a img.image55 {
    height: 55px;
}

.partner-container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.security img {
    width: 940px;
}

.payments img {
    width: 500px;
    padding-top: 7px;
}

.saferGam img {
    width: 1000px;
}

.py-6 {
    padding: 30px 0;
}

.gambling img {
    width: 30px;
}

.gambling p {
    font-size: 14px;
}

.partner-list {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
}

.partner-list a {
    /* position: relative; */
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
}

.partner-list a:hover {
    /* position: relative; */
    text-decoration: underline;
    color: rgb(204, 204, 204);
    font-size: 14px;

}

.partner-list a::after {
    content: "|";
    position: absolute;
    left: -10px;
    top: 0;
}

.partner-list a:first-child::after {
    display: none;
}

.partner-list a:hover {
    text-decoration: underline;
}

.security h2 {
    color: #cbcbcb;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1%;
}

img.paymet-method {
    max-width: 550px;
}

.copyright {
    padding-top: 25px;
    font-size: 13px;
    /* padding-bottom: 25px; */
}

#footer_disclaimer {
    white-space: pre-line;
}

.return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(241, 168, 202);
    width: 46px;
    height: 46px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
}
a i.fa-solid.fa-angle-up {
	font-size: 20px;
}

.return-to-top:hover {
    background-color: #555;
    color: #fff;
}

.divider.grey.custom__divider {
    height: 1px;
    background-color: #111d5a !important;
}

.gac img {
    max-width: 220px;
}

.saferGam img {
    max-width: 58.5%;
}

@media screen and (max-width: 1200px) {
    .home-banner-inner h1 {
        font-size: 4.1rem;

        .incredible-rewards {
            padding: 50px 30px;
        }

        .partner-list {
            margin-top: 25px;
        }

        /* .copyright {
        padding-left: 20px;
        padding-right: 20px;
    } */
    }

    @media screen and (max-width: 1024px) and (orientation: landscape) {
        .home-banner-inner h1 {
            font-size: 3.1rem;
        }

        .sub-heading {
            font-size: 1.6rem;
        }

        .join-now-btn {
            margin-top: 2%;
        }

        .incredible-rewards h1 {
            font-size: 2.4rem;
        }

        .mob-only {
            display: none;
        }

        #games-container {
            width: 85%;
            margin: 0 auto;
            padding: 0% 0% 4% 0%;
        }
    }

    /* ============= 768 =========== */
    @media screen and (max-width: 768px) {
        .header {
            padding: 5px 0;
        }

        .header-nav .signup {
            padding: 7px 10px;
        }

        .desk-only {
            display: none;
        }

        .mob-only {
            display: block;
        }

        #games-container {
            width: 100%;
            padding-top: 5%;
        }

        .rewards-block h3 {
            font-size: 5vw;
        }

        .header-nav .login .signup {
            padding: 5px 8px;
        }

        .button {
            text-align: center;
            cursor: pointer;
            overflow: hidden;
            position: relative;
            background-color: rgb(241, 168, 202);
            border-radius: 2.2vw;
            border: 0.8vw solid rgb(239, 85, 162);
            font-family: Urbane Rounded, sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-block;
            padding: 2vw 5vw;
            font-weight: 800;
            color: rgb(10, 16, 58) !important;
            font-size: 15px;
        }

        .header-logo {
            width: 90px;
            position: relative;
            float: left;
            transform: translateY(0%);
        }

        .home-banner {
            background-image: url(mobile-bg.jpg);
            padding-bottom: 100%;
            background-size: 100%;
            background-position-y: 100%;
            height: auto;
        }

        .left,
        .Left {
            text-align: center !important;
        }

        .home-banner-inner {
            padding-top: 50px;
        }

        .home-banner-inner {
            width: 100%;
        }

        .Left {
            width: 100%;
        }

        .home-banner-inner h1 {
            font-size: 2.3rem;
        }

        .home-banner-inner p br {
            display: none;
        }

        .home-banner-inner p {
            font-size: 10px;
            padding: 0 10%;
        }

        .sub-heading {
            font-size: 1.8rem;
        }

        .join-now-btn {
            padding: 8px 30px;
            font-size: 1.2rem;
            margin-top: 3%;
        }

        .sponsor-section .gap-5 {
            column-gap: 10px !important;
        }

        .sponsor-section a img {
            height: 65px;
            object-fit: contain;
        }

        .incredible-rewards {
            padding: 0;
            padding-bottom: 50px;
            padding-top: 50px;
        }

        .banner-steps {
            margin-top: 0;
            display: block !important;
            padding: 10px 20px;
        }

        .banner-steps .d-flex {
            padding: 20px 0;
            align-items: center;
        }

        .banner-steps .flex-shrink-0 {
            width: 80px;
            text-align: right;
        }

        .incredible-rewards h1 {
            font-size: 2.4em;
        }

        .incredible-rewards p {
            font-size: 1rem;
            width: 55%;
            clear: both;
            margin: auto;
        }

        .otto .col-4 {
            width: 100%;
        }

        .reward-image {
            width: 250px;
            height: 250px;
        }

        .container.continer-zero {
            padding-left: 0;
            padding-right: 0;
        }

        .saferGam img {
            max-width: 100%;
        }

        img.paymet-method {
            max-width: 100%;
        }

        /*  Reviews - 5 star general ========================================= */
        .comments {
            background-color: #eef4fd;

        }

        #play_responsibly {
            font-size: 1.9vw;
        }

        .comments-text h3 {
            font-size: 5vw;
            color: #da5d9e;
        }

        #comments-container {
            display: block;
            width: 78%;
            margin-left: 10%;
            margin-top: 7px;
        }

        .feedback {
            width: 100%;
            display: block;
            margin: 0;
        }

        .feedback-box-pink {
            border-radius: 29px;
            height: auto;
            padding: 6% 8% 6% 11%;
            margin-bottom: 5%;
        }

        .feedback-box {
            border-radius: 29px;
            height: auto;
            padding: 6% 8% 6% 11%;
            margin-bottom: 5%;
        }

        .feedback-box-pink img {
            margin-left: 100% !important;
        }

        .feedback-box-pink p {
            padding-top: 0%;
            color: #ffffff !important;
            font-size: 2.5vw;
            padding-right: 12vw;
        }

        .feedback-box p {
            padding-top: 0%;
            color: #ffffff !important;
            font-size: 2.5vw;
        }

        .feedback-box p.client {
            margin-bottom: 0;
            position: initial;
            color: #ffffff !important;
        }

        .comments p.disclaimer {
            width: 80%;
            font-size: 2.2vw;
            margin-bottom: 20px;
        }

        /*  Reviews - 5 star general ========================================= */


        #reviews-container {
            display: block;
            width: 78%;

        }

        .feedback {
            width: 100%;
            display: block;
            margin: 0;
        }

        .feedback-box {
            height: auto;
            padding: 6% 11% 6% 11%;
            margin-bottom: 5%;
        }

        .feedback-box-pink img {
            font-size: 10rem;
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-top: 6vw;
            position: relative;
            right: 30vw;
        }

        .feedback img {
            margin: -1px 1px 0px 31px;
            top: 0px;
            position: absolute;
            left: -13%;
            width: 14vw;
        }

        .feedback-box p.client {
            margin-bottom: 0;
            position: initial;
        }

        #reviews p.disclaimer {
            width: 80%;
            font-size: 2.2vw;
            margin-bottom: 20px;
        }

        #responsible-container {
            width: 100%;
            margin-top: 5%;
        }

        .responsible-box img {
            height: 11vw;
        }

        #responsible_heading {
            font-family: Urbane Rounded, sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 6vw;
            color: rgb(148, 176, 247) !important;
        }

        #responsible h4 {
            font-size: 3vw;
        }
        a i.fa-solid.fa-angle-up {
            margin-top: 25%;
        }
    }

    /* ============= 767 =========== */