@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');
}

@font-face {
    font-family: charbb_reg;
    src: url('/affiliates/2026/aff-381/bass-bounty/fonts/charbb_reg.otf');
}

@font-face {
    font-family: charbb_reg;
    src: url('/affiliates/2026/aff-381/bass-bounty/font/charbb_reg.ttf');
}

body {
    margin: 0;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-color: #004421;
}

.header{
    /* background-image: url(/affiliates/2026/aff-381/bass-bounty/img/bg.jpg); */
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 75% bottom;
    padding: 16px 0 0;
}

.offer{
    width:100%;
    max-width: 900px;
}

.terms{
    width:fit-content;
    margin: 0 auto;
}

.subHeading{
    color:white;
    font-size: 34px;
}

.subHeading span{
    color: #feef3e;
    font-size: 35px;
    letter-spacing: 3px;
    font-weight:800;
    /* font-family: 'charbb_reg', Montserrat-Bold, sans-serif; */
}

.char{
    width: 100%;
    margin-top: 0px;
}

.ctaButtons{
    justify-content: center;
    align-items: center;
}
    .ctaBtn {
        width: 100%;
        /* height: fit-content; */
        text-decoration:none;
        margin-block: 0 15px;
        border-radius: 10px;
        transition: 0.3s;
        font-weight: 900;
        display: inline-flex;
        position: relative;
        z-index: 999;
        align-items: center;
        justify-content: center;
    }

    .btn{
        max-width: 500px
    }

    .codeBtn{
        width: 100%;
        height: fit-content;
        text-decoration:none;
        margin-block: 20px;
        border-radius: 10px;
        padding: 15px 4px;
        transition: 0.3s;
        font-size: 22px;
        font-weight: 900;
        display: inline-flex;
        position: relative;
        z-index: 999;
        align-items: center;
        justify-content: center;
    }

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.infoBg{
    background-image: linear-gradient(to left, #2b2b2b, #181617);
    padding-block: 20px 8px;
}

.icons{
    width:fit-content
}

.infoText{
    color: #ffffff;
    font-weight: 900;
    font-size: 16px;
    margin-top: 10px;
}

.infoBox{
    display:inline-block;
    align-content: center;
}

h1, h4{
    text-shadow: 2px 2px 2px #000;
}

h1 {
    margin-block: 28px;
    font-size: 40px;
    font-weight: revert-layer;
    color: #ffa600;
}

h4 {
    font-size: 35px;
}

.jPot{
    background-image:url(/affiliates/2026/aff-381/bass-bounty/img/slot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    margin-bottom: -20px;
    padding: 45px 0;
}

* {
    font-family: Montserrat-Bold, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px
}

footer {
    background-color: #003e1a;
    /* border-top: 3px solid #ffaf34; */
    padding: 5px 0 15px;
    position: relative;
    z-index: 999;
}

    footer .footer-links ul li a {
        font-size: 12px;
        color: #a38031;
    }

        footer .footer-links ul li a:hover {
            color: #D5B160;
            text-decoration: underline;
        }

    footer .footer-icons img {
        max-height: 24px;
        padding-inline: 0px;
        margin: 0 auto;
        margin-block: 2px;
    }

    footer .crypto-icons img {
        max-height: 24px!important;
        padding-inline: 2px;
        margin: 0 auto;
        margin-block: 4px;
        display: inline;
    }

    footer .footer-icons {
        margin: 0 auto;
    }

.footer-icons a {
    text-align: center;
    margin: 0 auto;
}

.card{
    background: none;
    border: 0;
    padding: 5px 0;
}

.card p{
    font-size:12px;
    font-weight: lighter;
    margin-bottom: 5px;
    text-transform: none;
    color: #d7d7d7;
}

.goldbtn{
    width: fit-content;
    /* margin-right: 10px; */
    margin-top: 5px;
    background: #002f19;
    color: #d5d5d5;
    border-radius: 5px;
    padding: 6px 9px;
    text-decoration: none;
    display: inline-flex;
    font-size: 12px;
    font-weight: normal;
}

.goldbtn:hover{
    background: #484848;
    color: #d5d5d5;
}


/* _______MEDIA QUERIES START ________ */

@media(min-width: 667px) and (max-width: 1366px){

    .char{
        margin-top: 0;
    }

    .subHeading span {
        font-size: 32px;
    }

    .subHeading{
    font-size: 30px;
    }

    .ctaButtons{
        display:block !important;
    }
    .ctaBtn, .codeBtn{
        margin-block: 5px;
        width: 75%;
        padding-block: 5px;
    }
}

/* @media(max-width: 1366px) and (orientation:portrait){
    
    .ctaBtn, .codeBtn{
        margin-block: 5px;
        width: 75%;
    }

    .infoText{
        text-align: left;
        }

    .icons{
        max-width: 95px;
        margin-inline: 10px;
    }
} */

@media(max-width: 1080px){
    .infoBg{
        padding-block: 20px 0px;
    }
}

@media(max-width: 1080px) and (orientation:portrait){

    .reel{
    width: 120px;
    margin-block: 2px;
}

    
    .subHeading {
        color: white;
        font-size: 20px;
        z-index: 999;
        margin-top: 0px;
        text-shadow: 0 2px 2px black;
    }

    .subHeading span{
        font-size: 20px;
    }

    .infoBox{
        display:inline-flex;
        align-items: center;
        justify-content: normal;
        margin: 8px auto;
        width: 33%;
    }
}

@media screen and (max-width: 767px) and (orientation:portrait){
    
    footer {
             background-color: #00441e;
     }
        .char{
        max-width: 100%;
        margin: 0px auto;
    }

.infoBox{
        display:inline-flex;
        align-items: center;
        margin: 9px auto;
        width: 80%;
        justify-content: space-evenly;
    }

    .codeBtn {
        margin-block: 5px;
        width: 85%;
        padding: 10px 4px;
    }

    
    .ctaBtn {
        margin-block: 5px;
        width: 95%;
        font-size: 40px;
    }
}

/* _______MEDIA QUERIES END ________ */



.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 216 143 / 50%);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 166, 0, 0.0);
  }
}


.button-wiggle {
    animation: wiggle 4s 2s infinite;
    transition: 0s ease-in-out;
}

@keyframes wiggle {

    20% {
        transform: rotate(-5deg);
    }

    25% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-3deg);
    }

    35% {
        transform: rotate(2deg);
    }

    40% {
        transform: rotate(-1deg);
    }

    45% {
        transform: rotate(1deg);
    }

    50% {
        transform: rotate(0deg);
    }
}

::-webkit-scrollbar {
	width: 12px;
	height: 3px;
	border-left: 1px solid #065798;
}

::-webkit-scrollbar-thumb {
	background-color: #065798;
}
