html{
    background-color:#010d23;
}

body {
    font-family: "Barlow Semi Condensed", sans-serif;
    background: url(../img/bonus-bg.jpg) no-repeat;
    background-size: contain;
    background-position: top center;
    background-color: #010d23;
    color: #444444;
    overscroll-behavior-x:none;
}

* {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

a {
    outline: 0 !important;
    color: #ffffff;
    text-decoration: none !important;
}

.prLogo{
    text-align:center;
    
}

.prLogo img{
    max-width: 225px;
    margin-block: 15px;
} 

.offerBox{
    background: #0036678f;
    border-radius: 40px 40px 0 0;
    max-width: 96%;
}

.offerImg {
    margin: 60px auto 0px;
    max-width: 90%;
}


.infoRow{
        margin-top: 200px;
    }

p.terms {
    text-align: center;
    margin: 20px auto 10px;
}


.smoothIn{
    animation: appearIn 1s ease-in-out ;
}

.container-coupon {
    display: flex;
    border: 0;
    border-radius: 0px;
    background-color: #264879;
    max-width: 100%;
    width: 355px;
    z-index: 2;
}

.container-coupon--copy {
    background: #07b2f3;
    border-radius: 0px 0px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.container-coupon .BoxCode {
    width: fit-content;
    font-size: 24px;
    margin: 10px auto;
    color: #b0ffff;
}


nav{
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

.ctaSection{
    margin-block: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* LOGIN & SIGNUP BUTTONS */

.btn-cta {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 16px;
    color: white;
    padding: 8px 35px;
    border-radius: 0px;
    display: inline-block;
    background-color: #fb009f;
    border: 0;
    /* margin-top: 50px; */
    z-index: 1;
}

/**
 * The "shine" element
 */
 .button {
  overflow: hidden;
  z-index: 3;
}

.button:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.23) 0%,
    rgba(255, 255, 255, 0.23) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */
.button:hover:after {
  opacity: 1;
  top: 90%;
  left: 90%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
  animation-iteration-count: infinite;
}

/* Active state */
.button:active:after {
  opacity: 0;
}

.cta {
    color: #010d23;
    font-weight:bold;
    animation: pulse 2s linear infinite;
    font-size: 28px;
    padding-block: 9px;
    border-radius: 0px;
    background-color: #ffffff;
    max-width: 100%;
    width: 355px;
    text-align: center;
    position: relative;
    display: block;
    z-index: 3;
}
.cta:hover{
    color: #ffffff;
    background-color: #0db9ef;
}


.container-coupon--copy:hover {
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #b5b5b5;
}

 .owl-prev {
    position: absolute;
    left: -40px;
    color: #fff !important;
    top: 40%;
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
}

 .owl-next {
    position: absolute;
    right: -38px;
    color: #fff !important;
    top: 40%;
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
}

.wraper .item{
        transition: all 1800ms ease-in-out 0s;
}

.wraper .item img{
        border-radius: 4px;

}

.wraper h2{
    text-align: center;
    font-size: 28px;
    color: #ffffff;
}

.wraper span{
    color: #0dbaf0;
}

.card{
    animation-delay: 10s;
    overscroll-behavior: none;
}


@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 #59ceff80, 0 0 0 0 #59ceff80;
    }

    40% {
        box-shadow: 0 0 0 30px #59ceff00, 0 0 0 0 #59ceff70;
    }

    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;
    }
}


@keyframes appearIn{
    0%{
        transform: translateY(-20px) ;
        opacity:0%
    }

    100% {
        transform: translateY(0px);
        opacity: 100%
    }
}


@keyframes colorChange{
    0%{
        background-color: #fea036;
    }

    100% {
        background-color: #f48b10;
    }
}


@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

:root {
  --steps: 9;
  --background: #000921;
}

.typing {
    font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 6vw;
	color: white;
    position: relative;
    text-align:left;

	&::after {
    content: "|";
    position: absolute;
    right: 0px;
    width: 100%;
    color: rgba(255, 255, 255, 0);
    background: #264879;
    animation: typing 1.2s steps(var(--steps)) forwards,
      caret 2s linear;
    animation-delay:0.5s;
  }
}


@keyframes typing {
    0% { width: 100}
    90% { width: 100}
	100% { width: 0 }
}
@keyframes caret {
    0%, 40%, 60%, 71% { color: white }
	20%, 50%, 70%, 100%{ color: transparent }
}


.jackpot {
    background:url(/aff/2025/aff-381/hades-flames/img/jp.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 188px;
    width: 380px;
    margin: 0px auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.amt:before {
    content: '$';
}

/* .fa{
    transform:rotate(50deg);
} */

    .jackpot h3{
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
            padding: 50px 0 0;
        /* margin: 30px auto 0px; */
    }

    .jackpot h4 {
        color: #ffffff;
        font-size: 44px;
        font-weight: bold;
        text-align: center;
        display:block;
        margin: 0px auto -3px;
        text-shadow: 0px -3px 2px rgb(7 178 243 / 0%), 0 -1px 4px #07b2f3, 0 -2px 10px #07b2f3, 0 -10px 20px #07b2f3, 0 -18px 40px #07b2;
        /* position: absolute; */
    }



    .gameGif img{
        border-radius: 13px;
        border: 2px solid white;
        box-shadow: 4px 7px 13px #00000054;
        max-width: 360px;
        margin: 0px auto 20px;
        display: block;
    }
    
    
.icon {
    text-align: center;
    margin: 0 auto;
}

.icon img {
	max-width: 66px;
}

.block .icon-box {
    text-align: center;
    transition: all ease-in-out 0.3s;
    border-radius: 12px;
    background-color: #0e1e2dbd;
    border: none;
    width: 95%;
    margin: 5px auto;
    height: fit-content;
    min-width: 200px;
    padding-block: 18px 2px;
}

.block .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.block .icon-box h4 {
    color: #e6e958;
    transition: ease-in-out 0.3s;
    font-size: 17px;
}

.block .icon-box p {
    line-height: 24px;
    margin-bottom: 20px;
    color: #9EA3A6;
    margin-bottom: 10px;
}

.iconfooter {
    background: #200645;
    padding: 15px 0;
}

.card {
    text-transform: none;
    background-color: unset;
    color: #a4b3bf;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    font-size: 12px;
    text-align: center;
}

.card-body{padding-inline: 15%;}

.tBtn{
    font-size: 12px;
    background-color: #2d2d2d00;
    border-radius: 6px;
    padding: 8px 12px;
    display:inline-block;
    width:fit-content;
}

.tBtn:hover, .tBtn:active {
    color:#a9a9a9
}

.affLogo{width: 180px;}

footer {
    background-color: #262626;
    border-top: 2px solid #ffffff;
    padding: 15px 0 15px;
    position: relative;
    z-index: 999;
}

.footPosition{
    width:fit-content;
    display:inline-flex;
}

    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: 4px;
        margin: 0 auto;
        margin-block: 4px;
        display: inline;
    }

    footer .footer-icons {
        margin: 0 auto;
        text-align: center;

    }

.footer-icons a {
    text-align: center;
    margin: 0 auto;
    filter:grayscale(1);
}

::-webkit-scrollbar {
	width: 12px;
	height: 3px;
	border-left: 1px solid #07b2f3;
}

::-webkit-scrollbar-thumb {
	background-color: #07b2f3;
}


@media (max-width: 992px) {

    .jackpot h4 {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0 0;
    
}

    .jackpot {
        border: none;
        background-position: center center;
        margin: -10px auto 0;
        height: 170px;
        width: 315px;
    }
}


@media (max-width: 1366px) and (min-width: 768px){

    .block .icon-box {
        min-width:fit-content;
    }
}


@media (max-width: 1366px){

    .offer{
        height:fit-content;
        background: url(../img/mob-bg.jpg) bottom center no-repeat;
        background-size:cover;
    }
}

@media (max-width: 1366px) and (min-width: 768px) and (orientation: portrait){

    .gameGif {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {


    .gameGif img {
        max-width: 305px;
        margin-top: 2px;
    }


.jackpot {
    height: 160px;
    width: 340px;
}

.jackpot h3{
        padding: 40px 0 0;
}
}

@media screen and (min-width: 840px) and (max-width: 1366px) and (orientation: landscape) {


    .gameGif img {
        max-width: 305px;
        margin-top: 2px;
    }


.jackpot {
    height: 160px;
    width: 340px;
}

.jackpot h3{
        padding: 40px 0 0;
}
}




@media (max-width: 840px) and (orientation: portrait){


    .offerBox {
    border-radius: 40px 40px;
}

    .cta {
    font-size: 28px;
    padding-block: 9px;
    max-width: 100%;
    margin:0 auto;
}

.infoRow {
    margin-top: 30px;
}

}


@media screen and (max-width: 940px) and (orientation: landscape) {

.infoRow {
    margin-top: 20px;
}

    .offerBox {
    border-radius: 40px 40px;
}

}

@media screen and (max-width: 420px) and (orientation: portrait) {

    body {
    font-family: "Barlow Semi Condensed", sans-serif;
    background: url(../img/bonus-mob-bg.jpg) no-repeat;
    background-size: contain;
    background-position: top center;
    background-color: #010d23;
    color: #444444;
    overscroll-behavior-x:none;
}

.offerBox {
    border-radius: 40px 40px;
}

.offerImg {
    margin: 45px auto 20px;
    max-width: 95%;
}

.gameGif img {
    max-width: 85%;
}

    h1 {
        font-family: "Barlow Semi Condensed", sans-serif;
        font-size: 27px;
    }

    .ctaBtn{
        max-width:fit-content;
    }

    .cta{
    padding-block: 9px;
    }

    .container-coupon .BoxCode {
        margin: 9px auto;
    }

    .container-coupon--copy{
        font-size: 15px;
    }

    .container-coupon {
    margin-top: -20px;
  }

  .wraper h2{
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

    .ctaSection{
        display: initial;
        max-width: 100%;
    }

    .infoRow{
        margin-top: 25px;
    }

    .gameGif{
        margin-top: 25px;
    }
  .card-body {
    padding-inline: 0%;
}
}

