@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/2025/aff-381/vip/fonts/charbb_reg.otf');
}

@font-face {
    font-family: charbb_reg;
    src: url('/affiliates/2025/aff-381/vip/font/charbb_reg.ttf');
}

body {
    margin: 0;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-color: #262626;
}


.headed {
    position:relative
}

.tp-logo{
    width: 200px;
}

/*===================*/
/* PULSE GROW
/*===================*/

   .pulse2{
    position: relative;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.header{
    background-image: url(/5gring0/images/bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center top;
}

.drLogo {
    max-width: 230px;
    margin-block: 5px 16px;
}

.offer{
    max-width:100%;
}

.subHeading{
    color:white;
    font-size: 39px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.subHeading span{
    color: #ffa600;
    font-size: 50px;
    letter-spacing: 3px;
    font-weight:800;
    font-family: 'charbb_reg', Montserrat-Bold, sans-serif;
}

.char{
    max-width: 100%;
    margin-top: 31px;
}
.char2{
    max-width: 100%;
}
.ctaButtons{
    justify-content: center;
}
    .ctaBtn {
        width: 100%;
        height: fit-content;
        text-decoration:none;
        margin-block: 15px;
        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: 10px;
        padding: 4px 40px;
        transition: 0.3s;
        font-size: 36px;
        font-weight: 900;
        display: inline-flex;
        position: relative;
        z-index: 999;
        align-items: center;
        justify-content: center;
    }

    .ctaBtn:hover {
        transition: 0.4s;
        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: rgb(1, 152, 73);
    }

    .codeBtn{
        width: 100%;
        height: fit-content;
        text-decoration:none;
        margin-block: 20px;
        color: #ffffff;
        background: #0c0c0ca8;
        border: 2px dashed #999c;
        border-radius: 10px;
        padding: 15px 4px;
        transition: 0.3s;
        font-size: 26px;
        font-weight: 900;
        display: inline-flex;
        position: relative;
        z-index: 999;
        align-items: center;
        justify-content: center;
    }

    
.bonusCode {
    font-size: 24px;
    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;
    }
}
    

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.infoBg{
    background-image: url(/5gring0/images/bg2.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center top;
    padding-block: 20px 0px;
}

.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: 42px;
    font-weight: revert-layer;
    color: #ffa600;
}

h4 {
    font-size: 35px;
}

.jPot{
    background-image:url(/5gring0/images/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: 50px 0;
}

* {
    font-family: Montserrat-Bold, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px
}

footer {
    background-color: #161717;
border-top: 3px solid #4fac0d;
    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: 26px;
        padding-inline: 0px;
        margin: 0 auto;
        margin-block: 4px;
    }

    footer .crypto-icons img {
        max-height: 28px!important;
        padding-inline: 8px;
        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;
}

.goldbtn{
    width: fit-content;
    /* margin-right: 10px; */
    margin-top: 5px;
    background: #292929;
    color: #d5d5d5;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    display: inline-flex;
}

.goldbtn:hover{
    background: #484848;
    color: #d5d5d5;
}


/* _______MEDIA QUERIES START ________ */

@media(min-width: 667px) and (max-width: 1400px){

    .char{
        margin-top: 52px;
    }

    .subHeading span {
        font-size: 34px;
    }

    .subHeading{
    font-size: 23px;
    }

    .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){
    



    .subHeading {
        color: white;
        font-size: 25px;
        margin-top: 0px;
    }

    .subHeading span{
        font-size: 40px;
    }

    .infoBox{
        display:inline-flex;
        align-items: center;
        justify-content: normal;
        margin: 8px auto;
        width: 33%;
    }
}

@media screen and (max-width: 767px) and (orientation:portrait){

        .char{
        margin-top: 0px;
    }

.infoBox{
        display:inline-flex;
        align-items: center;
        justify-content: normal;
        margin: 9px auto;
        width: 71%;
    }

    .ctaBtn, .codeBtn {
        margin-block: 5px;
        width: 95%;
        font-size: 30px;
    }
}

/* _______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);
    }
}


.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;
    }
}


.red {
  height: 300px;
  width: 100%;
  background-image: url("/5gring0/images/flame.png");
  background-position: 0 -1000px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fire 4s linear infinite;
}

@keyframes fire {
  0% {
    background-position: 0% -50%;
  }
  100% {
    background-position: 0% -25%;
  }
}


::-webkit-scrollbar {
	width: 12px;
	height: 3px;
	border-left: 1px solid #065798;
}

::-webkit-scrollbar-thumb {
	background-color: #065798;
}
