@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Anek+Odia:wght@100..800&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
}
.hero_box{
    background: url(./img/img-8T2VOA8CBMLUdE4GReTdL.jpeg);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
body{
    /* overflow: hidden; */
    position: relative;
    font-family: "Montserrat", sans-serif;
}




.wrapper {
    /* width: 60%; */
    /* max-width: 34.37em; */
    max-height: 90vh;
    background-color: transparent;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 57%;
    left: 50%;
    padding: 2em;
    padding-top: 0;
    border-radius: 1em;
  }
  .container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #wheel {
    max-height: inherit;
    width: inherit;
    top: 0;
    padding: 0;
    /* z-index: -10000000000 ; */
  }
  @keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
 
  .fa-caret-down {
    position: absolute;
    width: 1.2em;
    top: -5%;
    right: 39%;
    /* transform: rotate(270deg) ; */
    /* Gradient styles */
  background: linear-gradient(135deg, #e74c3c, #c07a2b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.158);
  }
  #final-value {
    font-size: 0em;
    text-align: center;
    margin-top: 1.5em;
    color: #202020;
    font-weight: 500;
  }
 
  #spin-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 20%;
    width: 20%;
    border-radius: 50%;
    cursor: pointer;
    border: 9px solid #ffd700;
    background: radial-gradient(circle, #ff0000 50%, #b8860b 85%);
    color: #8b4513;
    box-shadow: 0 4px 15px rgba(255, 223, 0, 0.7), inset 0 -4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #spin-btn i{
    font-size: 3rem;
    color: white;
  }
  
  .container {
    position: relative;
    max-width: 600px;
    margin: auto;
    background: radial-gradient(circle, #fae575 0%, #FFD700 90%);
    z-index: 10;
    border-radius: 50%;
    border: 14px solid transparent; /* Set border to transparent for the gradient to show */
    /* border-image: radial-gradient(circle, #FFD700, #FFCC00) 1; */
    overflow: hidden;
    /* box-shadow: ; */
box-shadow: 0 10px 30px 12px rgba(255, 215, 0, 0.6);

  }
  
  .hero_wheels{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: flex-end;
    padding-top: 30px;
    /* margin-top: 50px; */
    margin-bottom: 40px;
}
.letf_banny{
    width: 450px;
    object-fit: cover;
}
.right_banny{
    /* width: 300px; */
    height: 400px;
}

  /* Style for the popup */
.popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%; /* Position the popup in the center vertically */
    left: 50%; /* Position the popup in the center horizontally */
    transform: translate(-50%, -50%); /* Use translate to truly center the popup */
    width: 50%; /* Set the width of the popup to 50% of the page */
    /* background-color: rgba(0, 0, 0, 0.2); Dark background with some transparency */
    z-index: 1000;
    /* padding: 4px; */
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
  }
  
  .popup-content {
    background-color: #b82a2a;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .popup-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: white;
  }
  
  #close-popup-btn {
    background-color: #e9c966; /* Golden button */
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
  }
  
  #close-popup-btn:hover {
    background-color: #ffcc00; /* Slightly darker golden when hovered */
  }
  
  .redeem-btn{
    color:white;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    /* margin-top: 30px !important; */
    background: #ff0000;
  }
  .redeem_btns{
    display: flex;
    align-items: center;
    gap: 20px;
  }

/* Default font size for larger screens */
.datalabels-font {
    font-size: 6px;
}
.top_images{
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0px;
  left: 20px;
}
.top_images img{
  width: 150px;
}

.hero_top h3{
  /* rotate: -2deg; */
  text-align: center;
  /* background: red; */
  /* textcl */
  width: fit-content;
  margin: 0 auto;
  color: white;
  padding: 0px 25px;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
  /* margin-top: 150px; */
  font-size: 31px;
  font-family: "Poppins", serif;
  font-optical-sizing: auto;

  font-variation-settings:
    "wdth" 100;
    text-transform: capitalize;
  font-style: italic;

}
.hero_bottom h3{
  text-align: center;
  background: red;
  width: fit-content;
  margin: 0 auto;
  color: white;
  padding: 7px 25px;
  font-size: 23px;
  font-family: "Poppins", serif;
  font-optical-sizing: auto;

  font-variation-settings:
    "wdth" 100;
    text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);

}
.hero_bottom{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
}

/* Adjust font size for mobile screens */








   .hero_top h3 {
      text-align: center;
      width: fit-content;
      margin: 0 auto;
      color: white;
      padding: 0px 25px;
      clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
      font-size: 28px;
      font-family: "Poppins", serif;
      font-style: italic;
      background-color: red;
      line-height: 1.3;
    }
    .hero_top h3 span {
      display: block;
    }
    .hero_bottom h3 {
      display: none;
    }
    .hero_bottom button {
      display: block;
      margin: 0 auto;
      cursor: pointer;
    }

    @keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-6px);
  }
}
.luxury-button {
      display: flex; /* Use flexbox to align text easily */
      align-items: center; /* Vertical centering */
      justify-content: center; /* Horizontal centering */
      position: relative;
       text-decoration: none;
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: 700;
      width: 12rem;
      padding: 14px 28px;
      border: none;
      border-radius: 20px;
      background: linear-gradient(145deg, #00ff7f, #006400);
      color: #fff;
      box-shadow:
        0 0 15px rgba(0, 255, 127, 0.5),
        0 0 25px rgba(0, 255, 127, 0.4),
        inset 0 0 8px rgba(0, 255, 127, 0.4);
      cursor: pointer;
      transition: all 0.3s ease-in-out;
     animation: bounce 2s infinite;
     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55); /* ✅ Make it pop */
    }

    .luxury-button:hover {
      box-shadow:
        0 0 25px rgba(0, 255, 127, 0.9),
        0 0 35px rgba(0, 255, 127, 0.8),
        inset 0 0 12px rgba(0, 255, 127, 0.6);
      transform: scale(1.05);
    }

    

    
.button {
  position: relative;
  background-color: #d62828; /* Vibrant red */
  color: #fff8d0; /* Soft gold text */
  cursor: pointer;
  padding: 1em;
  width: 10rem;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 0.4rem #b71c1c;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
  transition: 0.2s ease;
  border: 2px solid #ffd700; /* Gold border */
}

.button:hover {
  transform: translateY(0.2rem);
  box-shadow: 0 0.25rem #b71c1c;
  letter-spacing: 1px;
  color: #ffffff;
}

.button:active {
  transform: translateY(0.6rem);
  box-shadow: none;
  transition: 0.1s;
}

.button span {
  background: linear-gradient(90deg, #ffcc00, #ff6f00); /* gold-orange gradient */
  border-radius: 30px;
  height: 100%;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.button:hover span {
  width: 100%;
}

.hero_top{
  width: 460px;
  margin-top: 40px ;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}



/* mediam size device  */
    @media screen and (max-width: 1024px) {
      .datalabels-font {
          font-size: 9px ;
      }
    .right_banny {
      display: none;
    }
    .letf_banny{
        display: none;
    }
    #spin-btn i{
        font-size: 2rem;
    }
    .fa-caret-down{
        font-size: 3.1rem;
        right:40%;
        top: -20px;

    }
    .container{
        border: 5px solid transparent;
    }
    .popup{
        width: 80%;
        overflow-X: scroll;
        height: 90%;
    }
    .hero_bottom h3{
      font-size: 22px;
      padding: 0 7px;
      line-height: 35px;
    }
    .hero_wheels{
      padding-top: 125px;
    }
    .hero_top h3{
      font-size: 21px;
      line-height: normal;
    
      padding: 0 10px;
    }
    .hero_bottom{
      position: absolute;
      bottom: 45px;
      left: 0;
      width: 100vw;
    }
    .top_images img{
      width: 75px;
    }
    .top_images{
      
      position: fixed;
      left: 0%;
      width: 100vw;
      display: flex;
      justify-content: center;
    }
    .hero_box{
      height: 100vh;
    }
    .hero_top{
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .hero_top{
      width: 300px;
    }
    .wrapper {
        width: 45%;
        top: 140% !important;
    }
    .hero_bottom button{
      font-size: 20px;
    }
    .hero_top{
      /* margin-top: 50px; */
      padding-top: 80px;
    }
  }



  

  /* normal size */
    @media screen and (max-width: 788px) {
      .fa-caret-down{
        /* right: -22%; */
        top: 0;
      }
      .hero_top h3 {
        font-size: 20px;
        padding: 0 10px;
      }
      .hero_bottom button {
        font-size: 14px;
        padding: 10px 15px;
      }
    .wrapper {
        width: 62% ;
        top: 100%;
    }
    .wrapper {
      font-size: 12px;
      margin: -5px;
      top: 200px !important;
    }
    
    img {
      right: -5%;
    }
    }


@media screen and (max-width: 633px) {
  .wrapper{
    width: 87%;
  }
   .fa-caret-down{
        /* right: -35%; */
        /* justify-content: ; */
        top: -12px;
        align-items:baseline;
      }
}


    
  /* extra small size device */

  @media screen and (max-width: 378px) { 
    
  .fa-caret-down{
        /* right: -34%; */
        top: -12px;
      }
    .hero_top h3{
      font-size: 16px;
      line-height: 23px;
    }
    .top_images img{
      width: 75px;
    }
    /* .top_images{
      left: 110px;
      top: 5px;
    } */
    .hero_wheels{
      padding: 20px;
      margin-bottom: 0;
    }
    .hero_top {
      padding-top: 90px;
      padding-bottom: 0;
  }
    .hero_bottom h3{
      font-size: 22px;
      line-height: 23px;
      /* clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%); */
    }
    .wrapper{
      width: 90%;
    }
  }

  /* extra small */
  @media screen and (max-width: 360px) { /* Target screens with width 768px or smaller */
    .hero_top h3{
      font-size: 18px;
    }
    .hero_box{
      height: 100%;
    }
    .top_images img{
      width: 75px;
    }
    /* .top_images{
      left: 50px;
      top: 5px;
    } */
    .hero_wheels{
      padding: 55px;
    }
    .hero_bottom h3{
      font-size: 17px;
      clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
    }
  }


  