*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #e5d73a;
    border-radius: 6px;
  }
body{
    font-family: "Inter", serif;
}
/* header */
.header{
    /* background-color: #01d676; */
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 999999;
}
.banner-right-image img {
    width: 100%;
    height: auto;
}
.logo a img {
    width: 100%;
    height: auto;
}
/* banner */
.banner{
background-image: url("../images/banner-img.png");
padding: 180px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 50px 0; */
}

.banner-content h1{
    font-size: 64px;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 800;
    line-height: 77px;
}
.banner-content p{
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
}
.text-right{
    text-align: right;
}
/* .banner-content h1 span{
    color: #01d676;
} */
.get-started-btn a{
    font-size: 1.125rem;
    line-height: 1.75rem;
    background-color: #e5d73a;
    color: #217AB5;
    font-weight: 500;
    border-radius: 1rem;
    padding: 16px 40px;
}
.get-started-btn a i{
    margin-left: 5px;
}
.baner-right-box{
    background-color: #252539;
    border-radius: 15px;
    padding: 20px;
}
.baner-right-box img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 10px;
    
}
.baner-right-box h5{
    font-size: 12px;
    color: white;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 5px;

}
.baner-right-box  h6{
    /* line-height: var(--chakra-lineHeights-base); */
    color: #a9a9ca;
    font-weight: 500;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 12px;
}
.amount h4{
    font-weight: 600;
    color: white;
    line-height: 16px;
    margin-bottom: 0;
}

.rating p{
    font-size: 10px;
    color: white;
    font-weight: 700;
    
    margin-bottom: 0;
}
.rating{
    gap: 5px;
}
.rating i{
    color: yellow;
    font-size: 14px;
}

/* counter */
.counter{
    background-color: #141524;
    padding: 40px 0;

}
.bg-clor{
    padding: 48px 0;
    border-radius: 15px;
    background-color: #1e1e2e;
}
.counter-content h3{
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}
.counter-content p{
    color: #ccccdd;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.counter-content{
border-right: 1px solid #2f3043;
}
.border-none{
    border: none;
}
.counter-content h3 svg{
    width: 2.5rem;
    height: 2rem;
}
/* quick-start */
.quick-start{
    padding: 80px 0;
    background-color: #141524;
}
.quick-start-content h2{
    font-size: 48px;
    font-weight: 600;
    color: #E5D73A;
}
.quick-start-content p{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.quick-start-content p span{
   color: #01d676; 
}
.games{
    background-color: #000;
    /* border: 1px solid #01d676; */
    /* border-radius: 15px; */
    padding: 35px 20px;
   

    margin: 10px 0;
}
.games-name h4{
    font-size: 1.525rem;
    /* line-height: 1.75rem; */
    color: #ffffffe6;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* overflow: hidden; */
    /* ma */
    margin-bottom: 0;
}
.games-name p{
    font-size: 17px;
    line-height: 1.25rem;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}
.earning-amount h4{
    font-size: 14px;
    line-height: 1.5rem;
    color: #e5d73a;
    font-weight: 300;
}
/* .earning-amount svg{
    fill: #01d676;
} */
.games-img img{
    width: 70px;
    height: 70px;
    /* border-radius: 15px; */
}

.start-now a{
    border: none;
    background-color: #e5d73a;
    color: #217ab5;
    font-weight: 600;
    border-radius: 0.5rem;
    width: 100%;
    padding: 12px 12px !important;
}

.trusted-clients {
    background: #141524;
    padding: 80px 0;
}
.trusted-client-hd h2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.iteming a img{
    width: 80% !important;
    margin: auto;
    display: block;
}
.testimonial-item{
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem #0000001a;
    margin-bottom: 1rem;
    border: 2px solid rgba(255,255,255,.2);
}
.starr i{
    color: #ffe4a8;
    font-size: 14px;
}
.client-reviews-content h3{
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
}

.client-reviews-content p{
    font-size: 1.125rem;
    opacity: .8;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
        height: 250px;
    overflow: auto;
}
.client-reviews-content span{
    font-size: .875rem;
    font-weight: 400;
    opacity: .6;
    color: #fff;
}
.client-platform i{
    color: #fff;
}
.testimonial-item .d-flex{
    gap: 20px;
}
.testimonial-item{
    width: 90% !important;
    margin: auto;
}
.cards{
    background: linear-gradient(180deg,#92929266,#67676733);
    border: 2px solid rgba(255,255,255,.2);
    padding: 2em;
    border-radius: 2em;
    position: relative;
}
.cta{
    background-color: #141524;
    padding: 80px 0;
}
.mobile-img img{
    animation: shadow-float 3s ease-in-out infinite, hero-float 3s ease-in-out infinite;
    position: relative;
    z-index: 999999;
}
svg.padding-block-900 {
    fill: #e5d73a;
    width: 80%;
}
@keyframes hero-float {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(1rem)
    }
}
.fs-heading {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
}
.fs-small{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}



  .steps {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    position: relative;
    padding: 0 10px;
  }

  .steps::before {
    content: '';
    position: absolute;
    top: 21%;
    left: 70px;
    right: 0;
    height: 4px;
    background: #dcdcdc;
    z-index: 0;
    width: 89%;

  }

  .step {
    /* background-color: white; */
    text-align: center;
    z-index: 1;
    width: 120px;
    position: relative;
  }

  .step .icon {
    width: 70px;
    height: 70px;
    line-height: 40px;
    background-color: #e5d73a;
    color: #217ab5;
    border-radius: 50%;
    margin: 0 auto 10px;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .step:nth-child(3) .icon {
    background-color: #e5d73a;
  }

  .step:nth-child(4) .icon {
    background-color: #e5d73a;
    color: #217ab5;
  }

  .step p {
    margin: 0;
    font-size: 14px;
    color: #fff;
  }
  .shape {
    position: absolute;
    top: 18%;
    z-index: 0;
    left: 3%;
}
.client-img img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}


.toast {
    position: absolute;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  }
  
  .toast.active {
    transform: translateX(0%);
  }
  
  .toast .toast-content {
    display: flex;
    align-items: center;
  }
  
  .toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #4070f4;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
  }
  
  .toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
  }
  
  .message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }
  
  .message .text.text-1 {
    font-weight: 600;
    color: #333;
  }
  
  .toast .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
  }
  
  .toast .close:hover {
    opacity: 1;
  }
  
  .toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
  
  }
  
  .toast .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #4070f4;
  }
  
  .progress.active:before {
    animation: progress 5s linear forwards;
  }
  
  @keyframes progress {
    100% {
      right: 100%;
    }
  }
  
  button {
    padding: 12px 20px;
    font-size: 20px;
    outline: none;
    border: none;
    background-color: #4070f4;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  button:hover {
    background-color: #0e4bf1;
  }
  
  .toast.active ~ button {
    pointer-events: none;
  }
  
  
  @keyframes progress {
    100% {
      right: 100%;
    }
  }
  

  .toast.active ~ button {
    pointer-events: none;
  }
  


@media(max-width:1399px){
    .banner-content h1{
        font-size: 51px;
        line-height: 65px;
    }
    .counter-content p {
      
        font-size: 14px;
    }
    .games-name {
        padding-left: 12px;
    }
    .earning-amount h4{
        padding-left: 12px;
    }
    svg.padding-block-900{
        width: 70%;
    }
    .fs-small br{
        display: none;
    }
}
@media(max-width:1199px){
    .banner-content h1 {
        font-size: 45px;
    }
    .games {
   
    padding: 35px 10px;
    width: 90% !important;
}
.games-name h4 {
   
    font-size: 19px;
}
.games-name p {
    font-size: 13px;
   
}
.games-img img {
    width: 60px;
    height: 60px;
}
    svg.padding-block-900 {
        width: 51%;
    }
    .shape {
    top: 14%;
    left: 5%;
}

}
@media(max-width:767px){
    .get-started-btn a {
    padding: 12px 24px;
    font-size: 14px;
}
    .banner-content h1 {
        font-size: 35px;
        line-height: 54px;
    }
    .banner-content {
    text-align: center;
    margin-bottom: 34px;
}
.banner {
    background-position: inherit;
    padding-bottom: 79px;
}
.counter-content{
    padding-bottom: 20px;
}
.border-none {
    padding-bottom: 0 !important;
}
.games-name p {
    font-size: 14px;
}
.quick-start {
    padding: 50px 0;
}
.quick-start-content h2 {
    font-size: 35px;
    text-align: center;
}
.trusted-clients {
    padding: 50px 0;
}
.img-box a img {
    width: 80%;
    margin: auto;
    display: block;
}
.trusted-client-hd h2 {
    font-size: 35px;
}
.step .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.steps::before {
    width: 70%;
}

.center-vertical {
    text-align: center;
    margin-top: 39px;
}
.fs-heading {
    font-size: 35px;
   
}
.cards {
  
    width: 95%;
    margin: auto;
}
.shape {
    top: -10%;
    left: 17%;
}
.banner-right-image img {
    width: 80%;
    margin: auto;
    display: block;
}
    svg.padding-block-900 {
        width: 74%;
    }
}

