
/* General */

*{
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
  }

body{
    background: radial-gradient(67.38% 67.38% at 50% 50%, #29004C 0%, #07000D 100%);
    margin: 60px auto;
    max-width:1200px;
    width: 80%;
    box-sizing: border-box;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    position: relative;
}

main{
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

p {
    color: #c5c5c5;
    margin-bottom: 15px;
    font-size: 14px;

}
    
h2 {
    margin-top: 50px;
    font-size: 60px;
    letter-spacing: 93%;
    font-weight: 400;
    font-style: normal;
    font-family: "Bangers", system-ui;
    background: linear-gradient(180deg, #FFCB00 0%, #F48E01 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    
}
h3{
    font-size: 28px;
    font-weight: 400;
}

h4{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}

a{
    text-decoration: none;
    color: #d6d6d6;
}

li{
    list-style-type: none;
    margin-left: 0px;
}
button:hover{
    cursor: pointer;
}
footer a:hover{
    text-decoration: underline;
}

/* heeader */

.logo a{
    font-family: Paytone One;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    margin-left: 0;
    color: transparent;
    background: linear-gradient(180deg, #FFCB00 0%, #F48E01 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.getbtn{
    display: inline-block;
    width: 128;
    height: 48;
    border-radius: 44px;
    background: #8400E1;
    box-shadow: 0px -6px 6.1px 0px #FFFFFF40 inset;
    box-shadow: 1px 4px 6.3px 0px #00000075 inset;
    box-shadow: 0px 7px 19.1px 0px #9600FF52;
    font-family: Paytone One;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 12px 24px;
}

nav {
    font-family: Paytone One;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* align-content: center; */
   
}

.nav ul{
    gap: 1rem;
    display: flex;
    align-items: center;
    /* align-content: center; */
}

  
  @keyframes slideLeft {
    0% {
      opacity: 0.5;
      transform: translateX(30px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 0.5;
      transform: translateX(-30px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideFade {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes cardEntrance {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes popUp {
    0% {
      opacity: 0;
      transform: scale(0)
    }
    90% {
      opacity: 1;
      transform: scale(1.2)
    }
    100% {
      opacity: 0;
      transform: scale(1)
    }
   
  }

/* seection1  */

.section-1{
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    animation: slideFade 0.4s ease-out both;
}
.section-1 h1{
    font-size: 98px;
    letter-spacing: 93%;
    margin: 25px 0px;
    font-weight: 400;
    font-family: "Bangers", system-ui;
    font-style: normal;
    background: linear-gradient(180deg, #FFCB00 0%, #F48E01 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-size: clamp(72px 5vh 102px); */
}
.spintri{
    color: #F48E01;
}

.hero-right {
    max-width: 552.7267456054688;
    max-height: 589.3872680664062;
    min-width: 389;
    min-height: 414.8010559082031;
}

.hero-right img{
    width: 100%;
    height: 100%;

    
}

.hero-left {
    max-width: 450px;
    max-height: 389px;
    margin-top: 70px;   
}
.hero-left p {
    margin-bottom: 40px;
}
.spin{
    white-space: nowrap;
}

.winbtn{
    font-size: 12px;
    font-family:Paytone One;
    color: #FFFFFF ;
    background: #8400E1;
    width: 177;
    height: 62;
    padding: 12px 34px;
    border: 4px solid #FAAB51;
    box-shadow: 0px -6px 6.1px 0px #FFFFFF40 inset;
    box-shadow: 1px 4px 6.3px 0px #00000075 inset;
    box-shadow: 0px 7px 19.1px 0px #9600FF52;
    /* border-image: linear-gradient(180deg, #FFBC70 0%, #FAAB51 100%) 3; */
    box-shadow: 0px 5px 0px 0px #0000002B inset;
    border-radius: 74px;
    box-shadow: 0px -4px 4px 0px #00000008 inset;
    box-shadow: -5px 4px 0px 0px #00000033 inset;
    box-shadow: 0px 4px 0px 0px #00000033 inset;

}

/* section 2 */

.card{
overflow: auto;
width: 335px;
height: 200px;
border-width: 10px;
border-radius: 20px;
border: 7px solid #bd7f39;
background:radial-gradient(115.52% 115.52% at 50% 50%, #1e0520 0%, #18002D 100%) ;
/* border-image: linear-gradient(180deg, #FFBC70 0%, #FAAB51 100%) 1; */
box-shadow: 0px 5px 0px 0px #0000002B inset;
box-shadow: 0px -4px 4px 0px #00000008 inset;
box-shadow: -5px 4px 0px 0px #00000033 inset;
box-shadow: 0px 4px 0px 0px #00000033 inset;
position: relative;
}

.card h4{
    font-family: Paytone One;
    font-weight: 300;
    padding: 20px;
}
.card p{
    padding: 0 20px;
}

.card:nth-child(2){
    margin-top: 30px;
}
.section-2 h3, .section-3 h3 {
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-family: Sora;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 35px 0;

}
.section-2 , .section-3 {
   display: flex;
   flex-direction: column;
   justify-content: space-between;

}

.cardcontainer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;    
    width: 100%;
    gap: 15px;
}
section{
    margin: 50px 0px;
}
section h3{
    margin: 50px 0px;
}
.section-4 {
    text-align: center;
    padding-top: 30px;
}


.section-4 a{
    font-size: 12px;
    font-family: Paytone One;
    color:#696969;
    padding: 12px 20px;
    max-width: 223;
    height: 52;
    border-radius: 72px;
    background: #ffc077 ;
    backdrop-filter: blur(53.5px);
    box-shadow: 2px 2px 50px #fcb66687;

}
.section-4 h4{
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 40px 0;
}

/* Animation */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
  }
  
  .animate-on-scroll.active {
    opacity: 1;
    transform: translateY(0);
  }
  
/* Footer */

.ftr-1 img {
    width: 19.10869598388672px;
    height: 19.10869598388672px;
    border: 0.8px solid #313131;
    padding: 5px;
    border-radius: 5px;
    background-color: transparent;
}

footer{
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    color: white;
    display: flex;
    /* margin: 0px 50px; */
    padding: 30px 0;
    font-family: Sora;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    border-top: 1px solid rgb(138, 138, 138);

}

.ftr-2 {
  display: flex;
  flex-basis: 75%;
  justify-content: space-between;
  padding-right: 30px;
}
.ftr-2 ul span{
    padding-bottom: 20px;
    display: block;
    font-family: Paytone One;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #FFFFFFB2;

}

.ftr-1-2 ul{
    display: flex;
    gap: 5px;

}

.ftr-1{
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
}
.ftr-1-1{
  position: relative;
  width: 120px;
}
.ftr-1-1::after{
    content: url(img/arrow.svg);
    position: absolute;
    top: 44%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #00f0ff;
    font-size: 1rem;
}

.ftr-1-2 {
    display: flex;
    gap: 2px;
}
#lang{
    background-color: transparent;
    font-size: 12px;
    border: 1px solid #3B3B3B;
    font-family: Sora;
    font-weight: 400;
    /* line-height: 20px; */
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
    
    width: 100%;
    padding: 8px 14px 8px 4px;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    color: white;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;

} 

    .play-add iframe {
      width: 100%;
      height: 200px;
      border: none;
      border-radius: 10px;
      margin-top: 1rem;
    }
    #interstitial-ad {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      z-index: 9999;
      justify-content: center;
      align-items: center;
    }
    #interstitial-ad .content {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      max-width: 400px;
      text-align: center;
    }
    #interstitial-ad button {
      margin-top: 10px;
    }

.eng{
    font-size: 12px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 10px;
    background-color: transparent;
}

/* moon tyling */
.moon1, .moon2, .moon3, .moon4 {
    position: absolute;
}
.moon1 {
    top: 15px;
    left: 5px;
}
.moon2 {
    top: 5px;
    left:15px;
    transform: rotateZ(45deg);
}
.moon3 {
    bottom: 15px;
    right: 5px;
    transform: rotateZ(180deg);
}
.moon4 {
    bottom: 5px;
    right: 15px;
    transform: rotateZ(-120deg);
}

/* register and login */

.register{
    align-items: center;
    /* align-content: center;
    justify-content: center;
    text-align: center; */
    display: flex;
    flex-direction: column;
    height: 100vh;
    border-radius: 40px;
    /* gap: 40px; */
    /* padding-top: 40px;
    padding-bottom: 40px; */
    margin: 90px auto;
}
.containersign{
    /* position: relative; */
    /* display: inline-block; */
    align-content: center;
    align-items: center;
    width: 484px;
    height: 800px;
    border-radius: 30px;
    /* gap: 30px; */
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #4B335D
}
.data-create{
    position: absolute;
    align-items: center;
    width: 80%;
    height: 348px;
    gap: 32px;
    display: flex;
    flex-direction: column;
}
.password::after{
    content: url('img/password.svg');
    position: absolute;
    right: 12px;
    transform: translateY(170%);
}

.recovery-message{
    display: none;
}

/* forget password */ 
.container{
    height: 100vh;
    text-align: center;
    width: 70%;
    margin: 100px auto;
}
.Forget-password{
    height: 100vh;
    text-align: center;
    width: 70%;
    margin: 100px auto;
}
.recovery-message{
    height: 100vh;
    text-align: center;
    width: 70%;
    margin: 100px auto;
}
.cont-small{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #200736;
    border: 1px solid #4B335D;
    border-radius: 30px;
    max-width: 484px;
    width: 100%;
    height: auto;
    padding:50px 40px;
    margin:50px auto;
    margin-top: 10px;
    position: relative;
    box-sizing: border-box;
}
.reward{
    position: absolute;
    top: -30px;
}

.input{
    box-sizing: border-box;
    color: white;
    padding: 0px 20px;
    width: 100%;
    height: 55px;
    border-radius: 15px;
    font-size: 14px;
    background-color: transparent;
    border: 1.9px solid #c9b0db;
    margin-top: 20px;
    margin-bottom: 0.8em;
}
.input__container{
    position: relative;
    width: 100%;
}
.label{
    position: absolute;
    left: 18px;
    top: 13px;
    font-size: 11px;
    color: white;
    background-color: #200736;
    padding: 0px 6px;
    backdrop-filter: blur(18000px);
    -webkit-backdrop-filter:blur(18000px) ;
    
}
.input:active, .input:focus{
    background-color: #200736;
}
.btn2{

    cursor: pointer;
    box-sizing: border-box;
    margin: 20px 0;
    display: inline-block;
    font-size: 12px;
    font-family:Paytone One;
    color: #FFFFFF ;
    background: #8400E1;
    width: 100%;
    height: 52px;
    padding: 12px 24px;
    border: 4px solid #FAAB51;
    box-shadow: 0px -6px 6.1px 0px #FFFFFF40 inset;
    box-shadow: 1px 4px 6.3px 0px #00000075 inset;
    box-shadow: 0px 7px 19.1px 0px #9600FF52;
    box-shadow: 0px 5px 0px 0px #0000002B inset;
    border-radius: 74px;
    box-shadow: 0px -4px 4px 0px #00000008 inset;
    box-shadow: -5px 4px 0px 0px #00000033 inset;
    box-shadow: 0px 4px 0px 0px #00000033 inset  
}
.soc__cont{
    border-top: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    gap: 1rem;
    justify-items: center;
    align-items: center;
    
}
.soc__cont img{
    margin-top: 10px;
}
.alt__sign{
    margin-top: 45px;
    position: relative;
    justify-content: center;
    width: 100%;
}
.login__container{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 40px 0;
}
.register__container{
    display: none;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 40px 0;
}


.sign__with{
    padding: 0 4px;
    white-space: nowrap;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #200736;
    font-size: 11px;
}
.btntoggle{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2c0c46;
    border-radius: 50px;
    margin:0 auto;
    margin-bottom: 40px;
    height: auto;
    width: 270px;
    box-sizing: border-box;
}
.btntoggle-2{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2c0c46;
    border-radius: 50px;
    margin:0 auto;
    margin-bottom: 40px;
    height: auto;
    max-width: 200px;
    box-sizing: border-box;
}
.btntoggle a{
    font-size: 11px;
    color: #adadad;
    white-space: nowrap;
    border-radius: 50px;
    padding: 12px 28px; 
    color:#ce8fff ;
}
.btntoggle-2 a{
    font-size: 11px;
    color: #adadad;
    white-space: nowrap;
    border-radius: 50px;
    padding: 12px 28px; 
    color:#ce8fff ;
}


.btntoggle .signupbtn{
    font-weight: 600;
    border: 1px solid #ce8fff ;
    padding:14px 20px;
    color:#ce8fff ;
    right: 5ps;
    margin: 5px;
}
.btntoggle .loginbtn{
    font-weight: 600;
    border: 1px solid #a036f1 ;
    padding:14px 38px;
    color:#ce8fff ;
    margin: 5px;
}
.btntoggle-2 .signupbtn{
    font-weight: 600;
    border: 1px solid #ce8fff ;
    padding:11px 20px;
    color:#ce8fff ;
    right: 5ps;
    margin: 5px;
}
.btntoggle-2 .loginbtn{
    font-weight: 600;
    border: 1px solid #a036f1 ;
    padding:14px 38px;
    color:#ce8fff ;
    margin: 5px;
}
.pay-naira{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.pay-paypal{
    width: 100%;
    display: none;
    flex-direction: column;
    align-content: center;
}
.player{
    position: relative;
    margin: 80px auto;
    flex-direction: column;
    align-items: center;
}
.play{
    display: flex;
}
.withdraw{
    display: none;
}
.player-profile{
    display: none;
}
.player__container{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2c0c46;
    border-radius: 50px;
    margin:0 auto;
    margin-bottom: 40px;
    height: auto;
    max-width: auto;
}
.player__container a{
    padding:10px 20px;
    margin: 8px;
    border: 1px solid #9f71c0 ;
    color: #a98cbe ;
    border-radius: 50px;
    font-size: 12px;
}
.player__container .player__spin {
    /* border: 1px solid #f2e0ff ; */
    /* color: #f2e0ff ; */
    padding: 10px 30px;
    color: #a98cbe ;
}
.player__reward{
    display: flex;
    gap: 1.5rem;
}
.spinno p{
    display: inline-block;
    font-size: 12px;
    font-family:Paytone One;
    color: #FFFFFF ;
    background: #8400E1;
    padding: 12px 24px;
    border: 4px solid #FAAB51;
    box-shadow: 0px -6px 6.1px 0px #FFFFFF40 inset;
    box-shadow: 1px 4px 6.3px 0px #00000075 inset;
    box-shadow: 0px 7px 19.1px 0px #9600FF52;
    box-shadow: 0px 5px 0px 0px #0000002B inset;
    border-radius: 74px;
    box-shadow: 0px -4px 4px 0px #00000008 inset;
    box-shadow: -5px 4px 0px 0px #00000033 inset;
    box-shadow: 0px 4px 0px 0px #00000033 inset  
}
.prizewon p{
    display: inline-block;
    font-size: 12px;
    font-family:Paytone One;
    color: #FFFFFF ;
    background: green;
    padding: 12px 24px;
    border: 4px solid #FAAB51;
    box-shadow: 0px -6px 6.1px 0px #FFFFFF40 inset;
    box-shadow: 1px 4px 6.3px 0px #00000075 inset;
    box-shadow: 0px 7px 19.1px 0px #9600FF52;
    box-shadow: 0px 5px 0px 0px #0000002B inset;
    border-radius: 74px;
    box-shadow: 0px -4px 4px 0px #00000008 inset;
    box-shadow: -5px 4px 0px 0px #00000033 inset;
    box-shadow: 0px 4px 0px 0px #00000033 inset  
}
.game__rule{
    display: block;
    position: absolute;
    left: 0;
    top: 100px;  
}
/* .game__rule::before{
    content: url('Pics/game-icon.svg');
    position: absolute;
    left: 9px;
    top: 2px;
} */
/* .write-review{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 100px;
    
}
.write-review::before{
    content: url('img/review.svg');
    position: absolute;
    left: 12px;
    top: 3px;
} */

/* .game__rule a{
    padding:10px 12px 10px 30px;
    font-size: 12px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
} */
.write-review a{
    padding-right: 15px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
}
.spinwheel__container{
    margin: 60px auto;
}

.player-avatar{
    width: 70%;
    height: 180x;
    max-width: 320px;
    max-height: 250px;
    border-radius: 21px;
    border: #58207C  1px solid;
    backdrop-filter: blur(18.100000381469727px);
    -webkit-backdrop-filter:blur(18.100000381469727px) ;
    background-color: transparent;
    display: flex;
    padding: 30px;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    /* gap: 20px; */

}
.player-name{
    display: block;
    text-align: left;
    gap: 5px;
}
.player-stat{
    max-width: 657px;
    max-height: auto;
    gap: 20px;
    width: 80%;
}
.stat-container{
    box-sizing: border-box;
    max-width: 657px;
    width: 100%;
    min-height: 68px;
    border-radius: 40px;
    padding:12px;
    gap: 8px;
    background-color:transparent;
    border-bottom: 1px solid #58207C;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter:blur(18px) ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    
}
.stat-in{
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.stat-in h6{
    font-family: Sora;
    font-weight: 200;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}
.tot{
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 6px;
    border-radius: 44px;
    padding: 12px 18px 12px 34px ;
    position: relative;

}
.tot h5{
    font-family: Paytone One;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}
.tot img{
    top:12px;
    left: 10px;
    position: absolute;
}
.tot-won{
    background: #C9C100;
    box-shadow: 0px -6px 6.1px 0px #FFFFFF40 inset;
    box-shadow: 1px 4px 6.3px 0px #00000075 inset;
    box-shadow: 0px 7px 19.1px 0px #9600FF52;

}
.tot-spin{
    background: #0081C9;
    box-shadow: 0px -6px 6.1px 0px #FFFFFF40 inset;
    box-shadow: 1px 4px 6.3px 0px #00000075 inset;
    box-shadow: 0px 7px 19.1px 0px #9600FF52;
}
.tot-played{
    background: #C900B5;
    box-shadow: 0px -6px 6.1px 0px #FFFFFF40 inset;
    box-shadow: 1px 4px 6.3px 0px #00000075 inset;
    box-shadow: 0px 7px 19.1px 0px #9600FF52;
}
.ref-sec{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    max-width: 900px;
    /* min-height: 100px; */
    width: 90%;
    border-radius: 21px;
    border: 1px solid hsl(0, 0%, 30%);
    padding: 10px 30px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

}
.ref-static{
    font-family: Paytone One;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    position: absolute;
    color: #FFFFFF;
    left: 0;
    bottom: -6px;
    padding-right: 8px;
    background-color:transparent /*#0f0318*/;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter:blur(100px) ;
}
.line-stat{
    width: 100%;
    display: flex;
    position: relative;
}
.line{
    height: 1px;
    width: 100%;
    background-color: hsl(0, 0%, 30%);
    margin-top: 20px;
}
.ref-copy{
    display: inline-block;
    font-size: 12px;
    font-family:Paytone One;
    color: #FFFFFF ;
    background: green;
    padding:5px 20px;
    height: 48px;
    border: 4px solid #FAAB51;
    box-shadow: 0px -6px 6.1px 0px #FFFFFF40 inset;
    box-shadow: 1px 4px 6.3px 0px #00000075 inset;
    box-shadow: 0px 7px 19.1px 0px #9600FF52;
    box-shadow: 0px 5px 0px 0px #0000002B inset;
    border-radius: 74px;
    box-shadow: 0px -4px 4px 0px #00000008 inset;
    box-shadow: -5px 4px 0px 0px #00000033 inset;
    box-shadow: 0px 4px 0px 0px #00000033 inset; 
    box-sizing: border-box;
}
.ref-link{
    display: inline-block;
    width: 140px;
    height: 36px;
    border-radius: 54px;
    border-width: 1px;
    padding-left: 12px;
    background: linear-gradient(0deg, #8400E1, #8400E1);
    color: hsl(0, 0%, 88%);
    position: relative;
    box-sizing: border-box;
}
.ref-link::before{
    content: url('img/copy-icon.svg');
    position: absolute;
    left: 28px;
}
.ref-count{
    font-family: Paytone One;
    font-weight: 400;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0%;
    color: hsl(0, 0%, 70%);
    box-sizing: border-box;

}
.player-name{
    font-family: Paytone One;
    font-weight: 200;
    font-size: 32px;
    color: hsl(0, 0%, 99%);
}

/*  Spin whweel */

.wheel-container {
    position: relative;
    text-align: center;
    margin-top: 3rem;
    display: inline-block;
    
  }
  
  .wheel {
    width: 300px;
    transition: transform 5s cubic-bezier(0.33, 1, 0.68, 1);
  }
  
  /* 🔺 Pointer */
  .pointer {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #ffc400;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  
  .spin-button {
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 1.2rem;
    background: #ffcc00;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
  }
  
  /* Modal styles from before (unchanged) */
  .modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    background: #111;
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    border: 3px solid #200736;
  }

  /* modal */
  .rule-modal{
    display: none;
    text-align: center;   
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;

  }
  .ad-modal{
    display: none;
    text-align: center;   
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(0,0,0,0.5);
  }
.rule-content{
    /* margin: 0 auto; */
    max-width: 700px;
    width: 100%;
    height: auto;
    border-radius: 21px;
    background-color: rgb(44, 12, 70 , 60%);
    border: 1px solid hsl(0, 0%, 30%);
    padding: 30px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-sizing: border-box;
    margin: 10px;
}
.ad-content{
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    height: auto;
    border-radius: 21px;
    border: 1px solid hsl(0, 0%, 30%);
    padding: 30px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-sizing: border-box;
}
.rule-content img{
    margin-bottom: 20px;
}
.close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    padding: 0%;
    border: none;
}

.play-add{
    box-sizing: border-box;
    margin: 20px auto;
    background-color: #111;
    /* width: 600px; */
    height: 400px;
    width: 100%;
    border-radius: 20px;
}

.review-modal{
    display: none;
    text-align: center;   
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
}

.review-content{
    margin: 0 auto;
    max-width: 400px;
    width: 90%;
    height: auto;
    border-radius: 21px;
    border: 1px solid hsl(0, 0%, 30%);
    padding: 30px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-sizing: border-box;
    background-color: #18002D;
}
.review-modal h3{
    font-family: "Bangers", system-ui;
    background: linear-gradient(180deg, #FFCB00 0%, #F48E01 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    font-size: 50px;
    margin-bottom: 20px;
}

#review-text{
    width: 100%;
    height: 150px;
    border-radius: 20px;
    background-color: #431b5c;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 10px;
}

.won-modal{
    display: none;
    text-align: center;   
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    background: rgb(0, 0, 0,0.7);
}

.won-content{
    margin: 0 auto;
    max-width: 400px;
    width: 90%;
    height: auto;
    border-radius: 21px;
    border: 1px solid hsl(0, 0%, 30%);
    padding: 30px;
    backdrop-filter: blur(180px);
    -webkit-backdrop-filter: blur(180px);
    box-sizing: border-box;
    background-color: #41106b80;
}
.won-modal h3{
    font-family: "Bangers", system-ui;
    background: linear-gradient(180deg, #FFCB00 0%, #F48E01 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    font-size: 50px;
    margin-bottom: 20px;
}
.point-modal{
    display: none;
    text-align: center;   
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
}

.point-content{
    margin: 0 auto;
    max-width: 400px;
    width: 90%;
    height: auto;
    border-radius: 21px;
    border: 1px solid hsl(0, 0%, 30%);
    padding: 10px 20px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-sizing: border-box;
    background-color: #41106b80;
}
.point-modal h3{
    font-family: "Bangers", system-ui;
    background: linear-gradient(180deg, #FFCB00 0%, #F48E01 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    box-sizing: border-box;
}
.reward-container{
    max-width: 400px;
    width: 90%;
    padding: 40px;
    backdrop-filter: blur(380px);
    -webkit-backdrop-filter: blur(380px);
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #41106b80;
}

/* spin wheel styling */

/* 
body {
  margin: 0;
  font-family: sans-serif;
  background: #fef5d7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
} */

.wheel-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#wheelCanvas {
  width: 90%;
  height: auto;
  border: 10px solid gold;
  border-radius: 50%;
  background: white;
  display: block;
  /* animation: glowPulse 2s infinite ease-in-out; */
}

/* Glow Animation */
@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 10px #ffff66, 0 0 20px #ffcc00;
  }
  50% {
    box-shadow: 0 0 20px #ffff99, 0 0 40px #ffe066;
  }
}

.marker {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 30px;
  height: 30px;
  background: orange;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  z-index: 10;
}

#spinButton {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff9800;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
  max-width: 200px;
}

#spinButton:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Modal Styles */
.modal {
  align-content: center;
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 300px;
  text-align: center;
  font-size: 20px;
}

#closeBtn {
  float: right;
  font-size: 24px;
  cursor: pointer;
}



/* XS - PHONE PORTRAINT:  < 576px */

@media (max-width: 34rem) {
    /* 530px / 16px = 34rem */
    /* 34rem x 16px = 544px */

    html {
        font-size: 37.5%;
        max-width:100%;
        /* 6px / 16px = 37.5% */
    }

    body{
        width: 90%;
        margin-top: 30px;
    }
    .player-stat{
    max-width: 657px;
    max-height: auto;
    gap: 20px;
    width: 100%;
    }
    .container h2{
        font-size: 40px;
    }
    .nav{
        display: none;
    }
    .section-2 h3, .section-3 h3{
        margin: 0;
        padding-bottom: 30px;
    }
    .cardcontainer{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
   
    .card:nth-child(2){
        margin-top: 0;
    }
    .hero-left {
        margin-top: 50px;
        width: 100%;
    }
    .section-1{
        display: flex;
        flex-direction: row;
        /* gap: 2rem; */
        text-align: center;
        margin-top: 0px;
    }
    .section-1 img{
        margin-top: 20px;
    }
    footer{
        display: block;
    }
    .ftr-1{
        display: flex;
        flex-direction: row;
        gap: 1rem;
        padding-left: 5px;
    }
    .ftr-2 ul span{
        padding-bottom: 0px;
    }
    .ftr-2{
        padding: 0 0;
    }
    .cont-small{
        width: 100%;
    }

    .player__container {
        box-sizing: border-box;
    }
    .player__container a{
        box-sizing: border-box;
        padding:8px 12px;
        border: 1px solid #9f71c0 ;
        color: #a98cbe ;
        border-radius: 50px;
        font-size: 10px;
    }

    .player__container .player__spin {
        box-sizing:border-box;
        padding: 8px 18px;
        color: #a98cbe ;
    }
    .player__spin{
        padding: 0;
    }

     .player-avatar{
        width: 80%;
        padding:10px;

    }
    .player-name{
        font-family: Paytone One;
        font-weight: 400;
        font-size: 18px;
        color: hsl(0, 0%, 99%);
    }
    .player-avatar img{
        height: 60px;
        /* margin-right: 6px; */
    }

    /* .game__rule{
        display: none;
        position: absolute;
        left: 0;
        top: 510px;  
    } */

    /* .game__rule a{
        padding:8px 8px 10px 20px;
        font-size: 8px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 50px;
    } */

    #spinButton{
        width: 100px;
        padding: 8px 18px;
        font-size: 14px;
    }
    
    

    
}

@media (max-width: 43rem) {
    /* 530px / 16px = 34rem */
    /* 34rem x 16px = 544px */

    html {
        font-size: 37.5%;
        /* 6px / 16px = 37.5% */
    }
    body{
        width: 90%;
    }
    .nav{
        display: none;
    }
    .section-2 h3, .section-3 h3{
        margin: 0;
        padding-bottom: 30px;
    }
    /* .cardcontainer{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    } */
    .card{
        box-sizing: border-box;
        width: 100%;
        height: 250px;
    }
    
    /* .hero-left h1{
        font-size: 50px;
    } */
    /* .section-1{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        text-align: center;
        margin-top: 0px;
    }
    .section-1 img{
        margin-top: 20px;
    } */
    footer{
        display: block;
    }
    .ftr-1{
        display: flex;
        flex-direction: row;
        gap: 1rem;
        padding-left: 5px;
    }
    .ftr-2 ul span{
        padding-bottom: 5px;
    }
    .recovery-message{
        width: 100%;
        height: auto;
    }
    .stat-container{
        flex-direction: column;
        align-items: flex-start;
    }

    /* .player__container a{
        padding:7px 14px;
        margin: 7px;
        border: 1px solid #9f71c0 ;
        color: #a98cbe ;
        border-radius: 50px;
        font-size: 10px;
    }
    .player__container .player__spin {
        padding: 7px 24px;
        color: #a98cbe ;
    } */

     /* .player-avatar{
        width: 90%;

    } */
    .player-name{
        font-family: Paytone One;
        font-weight: 400;
        font-size: 20px;
        color: hsl(0, 0%, 99%);
    }
    /* .player-avatar img{
        height: 70px;
        margin-right: 8px;
    } */
    
    
}

@media (max-width: 51rem) {
    /* 530px / 16px = 34rem */
    /* 34rem x 16px = 544px */

    html {
        font-size: 50%;
        /* 6px / 16px = 37.5% */
    }
    body{
        width: 90%;
    }
    .nav{
        display: none;
    }
    p{
        font-size: 12px;
    }
    .btn2{
        cursor: pointer;
        box-sizing: border-box;
        margin: 20px 0;
        display: inline-block;
        font-size: 12px;
        font-family:Paytone One;
        color: #FFFFFF ;
        background: #8400E1;
        width: 100%;
        height: 42px;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .input{
        box-sizing: border-box;
        color: white;
        padding: 0px 20px;
        width: 100%;
        height: 45px;
        border-radius: 15px;
        font-size: 12px;

    }
    .input__container .label {
        font-size: 9px;
    }
   
    .successalert {
        gap: 8px;
        margin: 0;
    }
    .successalert p{
        margin: 0;
        width: 100%;
    }
    .successalert .btn2{
        margin: 0;
    }
    .Forget-password{
        width: 100%;
        margin: 50px auto;
        margin-bottom: 0;
    }

    .section-2 h3, .section-3 h3{
        margin: 0;
        padding-bottom: 30px;
    }
    h2{
        font-size: 45px;
    }
    /* .cardcontainer{
        display: grid;
        grid-template-columns: 1fr,1fr;
        grid-template-rows: repeat(2, 1fr);
        gap: 3rem;
    } */
    .card{
        box-sizing: border-box;
        width: 100%;
        height: 220px;
    }
    

    /* .hero-left h1{
        font-size: 50px;
    } */
    .hero-left {
        width: 600px;
    }
    /* .section-1{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        text-align: center;
        margin-top: 0px;
    } */
    .section-1 img{
        margin-top: 20px;
    }
    footer{
        display: block;
    }
    .ftr-1{
        display: flex;
        flex-direction: row;
        gap: 1rem;
        padding-left: 5px;
    }
    .ftr-2 ul span{
        padding-bottom: 10px;
    }
    .hero-left{
        max-width: 100%;
    }
    .btntoggle{
        border-radius: 50px;
        margin:0 auto;
        margin-bottom: 20px;
        height: auto;
        width: 200px;
        box-sizing: border-box;
    }
    .btntoggle a{
        font-size: 8px;
        white-space: nowrap;
        border-radius: 50px;
        padding: 6px 18px; 
    }
    .cont-small{
        padding:20px 10px;
    }
    .container{
        width: 100%;
    }
    .btntoggle .signupbtn{
        font-weight: 600;
        border: 1px solid #ce8fff ;
        padding:14px 20px;
        color:#ce8fff ;
        right: 5ps;
        margin: 5px;
    }
    .btntoggle .loginbtn{
        font-weight: 600;
        border: 1px solid #a036f1 ;
        padding:10px 28px;
        color:#ce8fff ;
        margin: 5px;
    }
    footer{
        font-size: 10px;
    }
    footer span{
        font-size: 90%;
    }
    /* .player-avatar{
        padding:10px;

    }
    .player-name{
        font-family: Paytone One;
        font-weight: 400;
        font-size: 24px;
        color: hsl(0, 0%, 99%);
    }
    .player-avatar img{
        height: 80px;
        margin-right: 10px;
    } */
    /*.stat-container{
        flex-direction: row;
        align-items: flex-start;
     } */
    .ref-sec{
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        width: 80%;
    }
    .ftr-2 ul span{
        font-size: 10px;
    }
    .ftr-2 ul li a{
        font-size: 9px;
    }
    .ref-static{
        font-size: 18px;
   
    }
    .line-stat{
        margin-top: 0px;
    }

/*     
    .player__container a{
        padding:8px 16px;
        margin: 8px;
        border: 1px solid #9f71c0 ;
        color: #a98cbe ;
        border-radius: 50px;
        font-size: 10px;
    }
    .player__container .player__spin {
        padding: 8px 26px;
        color: #a98cbe ;
    } */
    .player{
        position: relative;
    }
    .withdraw{
        position: relative;
    }

    .write-review{
        display:none;     
    }
   
    .write-review::before{
        content: url('img/review.svg');
        position: absolute;
        left: 12px;
        top: 0px;
    }
    
    
    .write-review a{
        padding-right: 15px;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 11px;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 50px;
    }
    .spinno p{
        display: inline-block;
        font-size: 10px;
        padding: 8px 18px;
          
    }
    .prizewon p{
        display: inline-block;
        font-size: 10px;
        padding: 8px 18px;
    }
    .player-avatar{
        width: 80%;
        max-width: 320px;
        max-height: 250px;
        border-radius: 21px;
        border: #58207C  1px solid;
        backdrop-filter: blur(18.100000381469727px);
        -webkit-backdrop-filter:blur(18.100000381469727px) ;
        background-color: transparent;
        display: flex;
        padding: 20px;
        justify-content: space-between;
        text-align: center;
        align-items: center;
        gap: 5px;
    }
    .player-avatar img{
        margin: 0;
    }
    .play-add{
    box-sizing: border-box;
    margin: 20px auto;
    background-color: #111;
    /* width: 600px; */
    height: 250px;
    min-width: 300px;
    width: 80%;
    border-radius: 20px;
    }
    .ad-content{
        padding: 20px 5px;
    }
}

  
/* Responsive Behavior */
@media (max-width: 850px) {
    .hamburger {
      display: block;
      z-index: 99;
    }
    /* Base nav styles */
    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 4px;
        position: relative;
    }
  
  
  /* Hamburger Icon */
  .hamburger {
        font-size: 2rem;
        cursor: pointer;
        display: block;
        color: #FFFFFF;
    }
  
  /* Mobile Menu */
  .nav {
        display: flex;
        transition: max-height 0.4s ease-out;
        z-index: 99;
        
    }
  
  .nav ul {
        display: flex;
        gap: 1rem;
        list-style: none;
        background-color: #18002D;
        border-radius: 10px;
    }

  .nav {
        position: absolute;
        top: 100%;
        left: 0;
        background: transparent;
        width: 100%;
        overflow: hidden;
        flex-direction: column;
        max-height: 0;
    }

  .nav.active {
     max-height: 400px; /* enough to show all items */
    }

  .nav ul {
        flex-direction: column;
        padding: 1rem;
        gap: 0.5rem;
    }


 .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 40px;
    height: 16px;
    cursor: pointer;
    z-index: 99;
    color: #FFFFFF;
    background-color: transparent;
    /* display: block; */
    position: relative;
    }

 .hamburger .bar {
        z-index: 999;
        height: 3px;
        width: 16px;
        background-color: white;
        color: white;
        border-radius: 5px;
        transition: all 0.3s ease;
        right: 0px;
        
    }

    .hamburger .bar:nth-child(2) {
        width: 20px;
    }

 .getbtn{
     display: inline-block;
    }

    /* Animate to X */
    .hamburger.active .bar:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}

@media (max-width: 1200px) {
    body{
        width: 90%;
    }
    .hero-left h1{
        font-size: 60px;
        width: 100%;
    }
    .hero-left {
        width: 460px;
    }
    .cardcontainer{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .section-1{
        flex-direction: row;
    }
    .card{
        overflow: auto;
    }

    
}
@media (max-width: 600px) {
    .rule-content img{
    width: 90px;
}
    .game__rule{
    display: inline-block;
    position: static;
    left: 0;
    bottom: 0px;
    z-index: 2;
}
    .game__rule img{
    width: 70px; 
}
    .hero-left h1{
        font-size: 50px;
        width: 100%;
    }
    .hero-left {
        width: 100%;
    }
    .cardcontainer{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .section-1{
        flex-direction: column;
    }
    .card{
        overflow: auto;
    }

    .btntoggle-2 .signupbtn{
    font-weight: 600;
    border: 1px solid #ce8fff ;
    padding:6px 14px;
    color:#ce8fff ;
    right: 5ps;
    margin: 5px;
}
.reward-container{
    max-width: 400px;
    width: 90%;
    padding: 30px;
    backdrop-filter: blur(38px);
    -webkit-backdrop-filter: blur(38px);
    box-sizing: border-box;
    border-radius: 30px;
}
.play-add{
    box-sizing: border-box;
    margin: 20px auto;
    background-color: #111;
    /* width: 600px; */
    height: 240px;
    width: 90%;
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
}
.won-content{
    width: 100%;
    
}
.won-modal h3{
    font-size: 30px;
    text-wrap: nowrap;
    width: 100%;
}
.marker{
    height: 25px;
    width: 20px;
}
}