@font-face {
    font-family: Montserrat-Regular;
    src: url('../../../../../fonts/Montserrat-Regular.otf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../../../../../fonts/Montserrat-Bold.otf');
}

@font-face {
    font-family: Questrian;
    src: url('../../../../../fonts/Questrian.otf');
}

body {
    font-family: Montserrat-Regular, sans-serif;
    background-color: #161717 !important;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


.main {
    background-image:url(/affiliates/2025/aff-381/regal-reels/images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.ssLogo {
    padding-block: 25px;
    max-width: 160px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.pulse {
    animation: animate-pulse 3s linear infinite;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 #A58E6E80, 0 0 0 0 #A58E6E80;
    }

    40% {
        box-shadow: 0 0 0 30px #59ceff00, 0 0 0 0 #A58E6E80;
    }

    80% {
        box-shadow: 0 0 0 30px #59ceff00, 0 0 0 20px #59ceff00;
    }

    100% {
        box-shadow: 0 0 0 0 #59ceff00, 0 0 0 20px #59ceff00;
    }
}


.buttonBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 35px;
}

.codeBtn {
    font-size: 30px;
    color: #FFF;
    background-color: #101010;
    border: 2px solid #ffffff;
    padding: 10px 50px;
    font-weight: bold;
    border-radius: 12px;
    width: 90%;
    margin-block: 15px;
    text-align: center;
}


.ctaBtn {
    display: block;
    background-image: -moz-linear-gradient(90deg, rgb(255, 165, 1) 0%, rgb(255, 255, 2) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 165, 1) 0%, rgb(255, 255, 2) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 165, 1) 0%, rgb(255, 255, 2) 100%);
    color: #006830;
    border-color: #006830;
    border: 6px solid #006830;
    border-radius: 15px;
    width: 90%;
    text-align: center;
    padding: 10px 50px;
    font-family: Montserrat-Bold;
    font-size: 42px;
    display: inline-block;
    text-decoration: none;
}

.ctaBtn {
    margin-block: 0px 0px;
}

    .ctaBtn:hover {
        background-color: #ff3399;
        color: #FFF;
        cursor: pointer;
        text-decoration: none;
    }

    .deskImg {
        max-width: 95%;
        margin-block: -10px 25px;
    }

    .codeText{
    color: #fee100;
}

.bonusCode { 
    color: #313131;
    -webkit-animation: colorchange 3s infinite alternate;
}

@-webkit-keyframes colorchange {

    0% {
        color: #eb008b;
    }

    25% {
        color: #fff100;
    }

    50% {
        color: #01a54f;
    }

    75% {
        color: #00adef;
    }

    100% {
        color: #eb008b;
    }
}

.mainBg {
    width: 100%;
    will-change: background-color;
    background-color: #212529;
}

.ngTag {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 120px;
}

    .ngTag img {
        width: 100%;
    }

.logo-image {
    display: block;
}

.bg-color {
    background-color: #1a2b45;
}

.prLogoLong{
    display:none;
}

h5 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
    /*font-weight: bolder;*/
}


.progressiveJP p {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: rgba(0,0,0,0.5);
    /*    text-shadow: 2px 2px 3px #000;*/
}

.progressiveJP {
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-color: #161717;
    padding: 30px;
    margin-top: 0px;
}

.brandInfo {
    background-color: #000000cc;
    color: #fafeff;
    margin-bottom: 10px;
    padding: 20px;
    min-height: 115px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image {
    /*	width: 9%;*/
    position: absolute;
    top: 0px;
    left: 36px;
    background-color:rgb(0 0 0 / 0.00);
}


.mt {
    margin-top: -60px;
}

.bank-img {
    text-align: center;
    filter: grayscale(100%);
}

    .bank-img img {
        margin: 0 10px 0;
        max-width: 159px;
    }


.modal-content {
    top: 75px;
    background-color: unset;
}

.modal-header h1 {
    color: #cdcdcd;
    text-align: center;
}

.modal-header {
    background-color: #161717;
    color: #c5c5c5;
    border: none;
    text-align: center;
    display: block;
}

.modal-body {
    font-size: 18px;
    background-color: #161717;
    color: #ffffff !important;
}

    .modal-body p {
        color: #ffffff !important;
    }

    .modal-body h6 {
        line-height: 26px;
        margin: 20px 0 20px;
    }

    .modal-body ul {
        font-size: 16px;
        padding: 0px 16px;
        color: #c7c7c7;
        margin-bottom: 0;
    }

        .modal-body ul.sec {
            padding: 0 17px;
        }

    .modal-body a {
        font-size: 14px;
    }

.modal-footer {
    background-color: #161717;
    border: none;
}

.close {
    float: right;
    font-weight: 700;
    /*	line-height: 0;*/
    color: #0dbaf0;
    background-color: #2b2b2b;
    text-shadow: none;
    opacity: 1;
    margin-top: 10px;
}

    .close:hover {
        color: #6d0200;
        opacity: 1;
    }

.modal-title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 0px;
}


.footer-icons img {
    height: 26px;
    margin: 4px;
}

.terms-btn {
    border-radius: 4px;
    color: #cdcdcd;
    background-color: #161717;
    padding: 6px 20px;
    font-size: 12px;
    border: 1.4px solid #9b9b9b;
    width: fit-content;
}

.terms-btn:hover {
    background-color: #535353;
    border-color: #ffffff00;
    color: #cdcdcd;
    transition: all .2s ease-in
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:checked,
.btn-primary:visited,
.btn-primary:root,
.btn-primary:target {
    color: #fff;
    border-color: #0d6efd00;
    background-color: #373737;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, 0);
}

.bg-dark {
    background-color: #161717 !important;
}

.icons {
    max-width: 100px;
    float: left;
    margin-inline: 5px;
}

    .icons img {
        max-width: 75px;
    }

.text {
    /*width: calc(100% - 100px);*/
    text-align: center;
    padding-inline: 5px;
    /* display:flex; */
}

@media screen and (min-width: 240px) and (max-width: 480px) and (orientation: portrait) {
    h5 {
        font-size: 21px;
        padding-top: 0px;
    }

    .mt {
        margin-top: 0px;
    }

    .btn {
        margin-top: 10px;
    }

    .logo-image {
        display: block;
        left: 30%;
    }

    .prLogoLong {
        width: 100px;
        display: none;
        position: absolute;
        top: 0px;
        left: 36px;
        background-color: rgb(0 0 0 / 0.00);
    }

    .progressiveJP{
    margin-top: 0px;
    }

}

@media screen and (max-width: 1180px) {

    .main {
        background-image:url(/affiliates/2025/aff-381/regal-reels/images/header-bgMob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .offer{
        max-width: 100%;
    }

    .ssLogo {
    padding-block: 15px;
    max-width: 160px;
}

    .codeBtn {
    font-size: 22px;
    padding: 10px 6px;
    width: 90%;
    max-width: 600px;
    margin-block: 10px;
    text-align: center;
}


.ctaBtn {
    width: 90%;
    max-width: 600px;
    text-align: center;
    padding: 10px 10px;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.buttonBox{
    margin-bottom: 10px;
    margin-top: 10px;
}

}


@media screen and (min-width: 481px) and (max-width: 1180px) {

    h5 {
        padding-top: 15px;
        font-size: 24px !important;
    }

    .mt {
        margin-top: 0;
    }
}

@media screen and (max-width: 1367px) {

    h5 {
        font-size: 16px;
    }

}