/*---------------------------------------------"
// Template Name: Jackpot
// Description:  Jackpot Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
/* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"); */
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/* Border-Radius */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/

.hero-result{
  background: rgba(203, 52, 52, 0.3); /* Semi-transparent white */
							border-radius: 15px;
							padding: 20px;
							width: 300px;
							text-align: center;
							box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
							backdrop-filter: blur(10px); /* Creates the frosted glass effect */
							border: 1px solid rgba(255, 255, 255, 0.5);
              font-size: x-large;
              text-shadow: 2px 2px 0px black;
}

.hero-img {
  max-width: 70%;
  height: auto;
  vertical-align: middle;
  border-radius: 40px;
  transition: box-shadow 0.3s ease-in-out;
  filter: contrast(1.8) brightness(0.9) saturate(1.3);
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  margin-top: 20px;
}





.about-section-1 .video-container video {
	width:92%;
	   height: 30.25vw;
	   object-fit: cover;
	   border-radius: clamp(12px, 1.042vw, 50px);
   
   }


@media(max-width:1200px){
  .hero-img {
margin-top: 40px;
  }
  .about-section-1 .video-container video {
    width:92%;
       height: 55.25vw;
       object-fit: cover;
       border-radius: clamp(12px, 1.042vw, 50px);
     
     }

}

.hero-img:hover{
    
    transform: scale(1.1);
    
}



.banner-content{

margin-top: 80px;
margin-left: 50px;
margin-right: 50px;
}





/*-------------------------
  Typography
-------------------------*/


.index-body {
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  /* background-color: #0C0C0D; */
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(14px, 0.938vw, 36px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  
}

.styled-marquee {
  font-size: 24px;
  color: #fff;
  background-color: #0d325ac9;
  padding: 10px;
  border: 2px solid #08407c;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  padding-left:30px ;
  
}



.a-hero {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}
.a-hero:hover {
  color: #FFD700;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}






.text-18 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(17px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
  margin-top: 30px;
}


.lead {
  font-size: clamp(14.5px, 1.042vw, 40px);
  font-weight: 400;
  line-height: 150%;
}

@media(max-width:600px){

  .hero-img{
    max-width: 75%;
  }
}



/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #FFD700;
}

.primary-hover:hover {
  color: #FFD700;
}

.color-sec {
  color: #FF4136;
}

.dark-black {
  color: #0C0C0D;
}

.light-black {
  color: #141516;
}

.white {
  color: #FAFAFA;
}

.dark-gray {
  color: #45474F;
}

.medium-gray {
  color: #92949F;
}

.light-gray {
  color: #EAEAEC;
}

.bg-color-primary {
  background-color: #FFD700;
}

.bg-color-sec {
  background-color: #FF4136;
}

.bg-dark-black {
  background-color: #0C0C0D;
}

.bg-light-black {
  background-color: #141516;
}

.bg-white {
  background-color: #FAFAFA;
}

.bg-dark-gray {
  background-color: #45474F;
}

.bg-medium-gray {
  background-color: #92949F;
}

.bg-light-gray {
  background-color: #EAEAEC;
}



.accent-gradient {
  background-color: linear-gradient(180deg, rgba(47, 61, 126, 0) 0%, rgba(47, 61, 126, 0.4) 0.01%, rgba(47, 61, 126, 0.2) 45.5%, rgba(47, 61, 126, 0.4) 100%);
}


.index-body {
  /* background: linear-gradient(180deg, #1D1F2C 0%, #07080D 100%) ; #01011f*/

  background: linear-gradient(180deg, #1f034b 10%, #040715 100%) ;

}

.index-body-1 {
  background: linear-gradient(180deg, #1D1F2C 0%, #07080D 100%) ; 

  /* background: linear-gradient(180deg, #1f034b 10%, #040715 100%) ; */

}

body
{

  color: #fff;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "DM Sans", sans-serif;
}

.font-sec {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top:40px ;
  margin-bottom: 40px;
}

.br-10 {
  border-radius: clamp(6px, 0.521vw, 20px);
}

.br-15 {
  border-radius: clamp(8px, 0.781vw, 30px);
}

.br-20 {
  border-radius: clamp(10px, 1.042vw, 32px);
}

.br-25 {
  border-radius: clamp(12px, 1.302vw, 40px);
}

.br-30 {
  border-radius: clamp(15px, 1.563vw, 50px);
}

.cursor-pointer {
  cursor: pointer;
}

        
  .cus-btn {
    /* background-color: yellow; */
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;

    color: rgb(39, 2, 2);      
    font-weight: 600;      

    border-radius: 10px;  
    display: block;
  }
/*  */

.cus-btn-1 {
  /* background-color: yellow; */
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;     
  color: rgb(255, 255, 255);            

  border-radius: 10px;  
  display: block;
}

  .cus-btn:hover {
    background-position: right center; /* change the direction of the change here */
    color: #de0303;
    text-decoration: none;

  
  }


 

  .display-button{
    display: flex;
    gap:15px;
    margin-bottom: 50px;
    margin-top: 50px;
  
  }


  /* .cus-btn:hover{
    text-decoration: none;
  } */
  @media (max-width: 1199px) {
    .cus-btn {
      font-size: clamp(14px, 1.251vw, 18px);
    }
    .cus-btn-1 {
      font-size: clamp(14px, 1.251vw, 18px);
    }
  }
  @media (max-width: 575px) {



    .font-sec {
      font-family: "Plus Jakarta Sans", sans-serif;
      margin-top:40px ;
      margin-bottom: 40px;
      font-size: 2rem;
    }
  }
  /* .cus-btn.sec {
    justify-content: center;
    border: 1px solid #FAFAFA;
    background: transparent;
    color: #FAFAFA;
  }
  .cus-btn.sec-red {
    justify-content: center;
    border: 1px solid #FAFAFA;
    background: transparent;
    color: #FAFAFA;
  }



  .cus-btn::before {
    content: "";
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(5deg);
    background: #FAFAFA;
    transition: 0.5s ease;
    display: block;
    z-index: -1;

  }
  .cus-btn:hover {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
    border: 1px solid #0C0C0D;
  }
  .cus-btn:hover::before {
    width: 105%;
  } */


  /* <style> */
			
  .center {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .squares-container {
    display: inline-block;
    position: relative;
  }
  .squares-container .squares {
    font-size: 10px;
    display: grid;
    grid-template-columns: 10em 10em;
    grid-row: auto auto;
    grid-gap: 4em;
    animation: rotateSquares 5s infinite ease-in-out;
    transform-origin: center center;
    position: relative;
  }
  .squares-container .squares .square {
    position: relative;
    width: 10em;
    height: 10em;
    border-radius: 0 0 0 15em;
    animation: rotateSquare 5s infinite ease-in-out;
  }
  .squares-container .squares .square:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    animation: ballGravity 5s infinite ease-in-out;
  }
  .squares-container .squares .square:nth-child(1) {
    background: #fabc05;
  }
  .squares-container .squares .square:nth-child(1):after {
    background: #34a853;
  }
  .squares-container .squares .square:nth-child(2) {
    background: #ea4436;
  }
  .squares-container .squares .square:nth-child(2):after {
    background: #fabc05;
  }
  .squares-container .squares .square:nth-child(3) {
    background: #34a853;
  }
  .squares-container .squares .square:nth-child(3):after {
    background: #4185f4;
  }
  .squares-container .squares .square:nth-child(4) {
    background: #4185f4;
  }
  .squares-container .squares .square:nth-child(4):after {
    background: #ea4436;
  }
  @keyframes rotateSquares {
    0% {
      transform: rotate(0deg);
      grid-gap: 4em;
    }
    10%, 35%, 60%, 85% {
      grid-gap: 8em;
    }
    20% {
      transform: rotate(90deg);
      grid-gap: 4em;
    }
    25% {
      transform: rotate(90deg);
      grid-gap: 4em;
    }
    45% {
      transform: rotate(180deg);
      grid-gap: 4em;
    }
    50% {
      transform: rotate(180deg);
      grid-gap: 4em;
    }
    70% {
      transform: rotate(270deg);
      grid-gap: 4em;
    }
    75% {
      transform: rotate(270deg);
      grid-gap: 4em;
    }
    95% {
      transform: rotate(360deg);
      grid-gap: 4em;
    }
    100% {
      transform: rotate(360deg);
      grid-gap: 4em;
    }
  }
  @keyframes rotateSquare {
    0% {
      border-radius: 0 0 0 15em;
      transform: rotate(0deg);
    }
    15%, 65% {
      border-radius: 0 15em 0 0;
    }
    20% {
      border-radius: 0 15em 0 0;
      transform: rotate(90deg);
    }
    25% {
      border-radius: 0 15em 0 0;
      transform: rotate(90deg);
    }
    40%, 90% {
      border-radius: 0 0 0 15em;
    }
    45% {
      transform: rotate(180deg);
    }
    50% {
      border-radius: 0 0 0 15em;
      transform: rotate(180deg);
    }
    70% {
      transform: rotate(270deg);
    }
    75% {
      border-radius: 0 15em 0 0;
      transform: rotate(270deg);
    }
    95%, 100% {
      transform: rotate(360deg);
    }
  }
  @keyframes ballGravity {
    0%, 50%, 100% {
      transform: translate(9em, 9em);
    }
    25%, 75% {
      transform: translate(0, 0);
    }
  }
  .squares-container .reflection {
    opacity: 0.3;
    filter: blur(1em);
    transform: rotate3d(1, 0, 0, 85deg);
    bottom: -13em;
    position: absolute;
  }
        /* </style> */


        
/* <style> */


:root {
  --theme-color: #B7256E;
  --theme-one: #FFC827 ;
  --theme-two: #99754566;
  --primary-color: #FFC827;
  --section-bg: #0C1924;
  --section-bg-two: #35082B;
  --button-color: #1fb5ac;
  --secoundary-color: #636363;
  --paragraph-color: #707070;
  --background-color: #020C15;
  --white-color: #fff;
  --black-color: #000000;
  --border-color: rgb(240, 240, 240);
  --ratting-color: #ffd247;
}


::selection {
  color: var(--white-color);
  background: var(--theme-color);
}

/* 
h1 {
  font-size: 56px;
  font-weight: 700;
  margin-top: -7px;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 57px;
  margin-top: -12px;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 43px;
  line-height: 57px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 30px;
  margin-top: -15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 22px;
  margin-top: -3px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  margin-top: -1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: var(--theme-color);
  font-family: "Montserrat", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

input:focus {
  color: var(--white-color);
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--white-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
} */

.mb__30 {
  margin-bottom: 30px;
}

.pt-120 {
  padding-top: 60px;
}

.pb-120 {
  padding-bottom: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.mr-10 {
  margin-right: 10px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mb-30-none {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: 25px;
}

.background-color {
  background-color: #020c15;
}

.background-color-two {
  background-color: #171627;
}

.section-bg-two {
  background-color: #131222;
}

.item-bg {
  background-color: #131222;
}

.items-bg-2 {
  background-color: #171627;
}

.item-bg-3 {
  background-color: var(--section-bg);
}

.item-bg-4 {
  background-color: #020c15;
}

.mt-30 {
  margin-top: 30px;
}

.ml-50 {
  margin-left: 50px;
}



/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }

}


/* .display-button{
  display: flex;
  gap:15px;
  margin-bottom: 50px;
  margin-top: 50px;

} */


/* Track */


/* Handle */


/*-Responsive-*/
/*-Responsive-*/
.text-base {
  color: #60d4e3;
}

.text-base-2 {
  color: var(--secoundary-color);
}

.theme {
  color: var(--theme-one);
}

.title-white {
  color: var(--white-color);
}

.bg-white {
  background: var(--white-color);
}

.text-block {
  color: #170808;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: #0c1924;
}


.index-extra{

	padding-left: 60px;
	padding-right: 60px;
	
}
.h1-extra{
color:rgb(231, 193, 0);
}

/*========== Breadcumd Banner End  ==========*/
/*========== bg area  start here ==========*/




.video-container {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.4em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  /* text-align: center; */
  padding: 10px;
  width: 90%;
}

@media only screen and (max-width: 600px) {
  .overlay-text {
    font-size: 1.5em;
    width: 100%;
  }

}




@media(max-width:600px){
  .display-button{
    display: flex;
    flex-direction: column;
    gap:15px;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
 
  
  }


  .hero-result{
    padding: 10px;
    width: 200px;
  }

  .cus-btn {
    /* background-color: yellow; */
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
   

    color: rgb(39, 2, 2);      
    font-weight: 600;      
width: 100%;
    border-radius: 10px;  
    /* display: flex; */
    text-align: center;
    
  }
/*  */

.cus-btn-1 {
  /* background-color: yellow; */
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;     
  color: rgb(255, 255, 255);            
  width: 100%;
  border-radius: 10px;  
  /* display: flex; */
  text-align: center;
 
}
}

/*========== Counter Section Start ==========*/
/*========== Counter Section End ==========*/

/* </style/> */


@media(max-width:320px){

  .display-button{
    zoom:80%;
  }
}

