.casino-about {
    padding: 120px 0;
    color: #cfcfcf;
  }
  
  /* IMAGE */
  .casino-about .about-image img {
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .casino-about .content-sec{
    height: -webkit-fill-available;
    display: flex
;
    flex-direction: column;
    align-items: center;
  }
  .casino-about .about-content{
    height: -webkit-fill-available;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  /* CONTENT */
  .casino-about .section-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #b5b5b5;
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .casino-about .section-title {
    font-size: 57px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
  }
  
  .casino-about .section-desc {
    margin-top: 20px;
    max-width: 520px;
    line-height: 1.8;
    color: #bbbaca;
    text-align: justify;
  }
  
  .casino-about .section-cta {
    margin-top: 25px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
  }
  
  /* BOTTOM TEXT */
  .casino-about .bottom-title {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;

  }
  
  .casino-about .bottom-desc {
    font-size: 15px;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 0px;
    color: #bbbaca;
    text-align: justify;
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .casino-about .section-title {
      font-size: 32px;
    }
  }
  
  @media (max-width: 767px) {
    .casino-about {
      padding: 80px 0 0px;
    }
  
    .casino-about .section-title {
      font-size: 26px;
    }
  
    .casino-about .section-desc,
    .casino-about .bottom-desc {
      max-width: 100%;
    }
  }


  .casino-stats {
    padding-bottom: 100px;
  }
  
  /* STAT BOX */
  .casino-stats .stat-box h2 {
    font-size: 120px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
  }
  
  .casino-stats .stat-box h5 {
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0;
  }
  
  /* RESPONSIVE */
  @media (max-width: 991px) {
    .casino-stats .stat-box h2 {
      font-size: 48px;
    }
  }
  
  @media (max-width: 575px) {
    .casino-stats {
      padding: 70px 0;
    }
  
    .casino-stats .stat-box h2 {
      font-size: 40px;
    }
  }


  /* .features-section {
    background: linear-gradient(180deg, #0b0720 0%, #1b1538 100%);
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
  } */
  .features-section .features-sec-row{
     border: 1px solid rgba(255,255,255,0.1);
  }
  .features-section .feature-col {
    border-right: 1px solid rgba(255,255,255,0.1);
  }
  .feature-box i{
    color: #feea00;
    font-size: 60px;
    margin-bottom: 20px;
  }
  .features-section .feature-col:last-child {
    border-right: none;
  }
  
  .features-section .feature-box {
    padding: 80px 50px;
    height: 100%;
    text-align: center;
    /* background: #100C26; */
    background: #242323c9;
  }
  
  .features-section .feature-box img {
    width: 42px;
    margin-bottom: 30px;
  }
  
  .features-section .feature-box h4 {
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  
  .features-section .feature-box p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
    /* max-width: 260px; */
    text-align: justify;
  }
  
  /* Tablet */
  @media (max-width: 991px) {
    .features-section .feature-box {
      padding: 60px 40px;
    }
  
    .features-section .feature-col:nth-child(2),
    .features-section .feature-col:nth-child(4) {
      border-right: none;
    }
  }
  
  /* Mobile */
  @media (max-width: 575px) {
    .features-section .feature-col {
      border-right: none;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
  
    .features-section .feature-box {
      padding: 50px 30px;
    }
  
    .features-section .feature-box p {
      max-width: 100%;
    }
}
.features-section .custom-container{
    /* background-color: #1F1D35; */
    background-color: #000;
    padding: 100px 12px;
}


.step-into-section {
    padding: 90px 0;
    color: #ffffff;
    /* background-color: #1F1D35; */
    background-color: #000;
  }
  
  .step-into-section .section-tag {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 15px;
  }
  
  .step-into-section .section-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
  }
  
  .step-into-section .lotto-card {
    /* background-color: #100C26; */
    background: #242323c9;
    padding: 40px;
    height: 100%;
  }
  
  .step-into-section .lotto-card h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .step-into-section .lotto-card p {
    font-size: 15px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 25px;
    max-width: 420px;
  }
  
  .step-into-section .lotto-card img {
    width: 100%;
    border-radius: 4px;
  }
  
  /* Button */
  .step-into-section .btn-gallery {
    background: #feea00;
    color: #000;
    padding: 14px 36px;
    font-weight: 700;
    border-radius: 0;
    letter-spacing: 1px;
  }
  
  .step-into-section .btn-gallery:hover {
    background: #d7b60e;
    color: #000;
  }
  
  /* Tablet */
  @media (max-width: 991px) {
    .step-into-section .section-title {
      font-size: 38px;
    }
  
    .step-into-section .lotto-card {
      padding: 30px;
    }
  }
  
  /* Mobile */
  @media (max-width: 575px) {
    .step-into-section .section-title {
      font-size: 30px;
    }
  
    .step-into-section {
      padding: 60px 0;
    }
  
    .step-into-section .lotto-card p {
      max-width: 100%;
    }
  }

  .testimonial-section {
    /* background: radial-gradient(circle at top, #1c1636, #07041a); */
    padding: 120px 0;
    color: #ffffff;
  }
  
  .testimonial-section .testimonial-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
  }
  
  .testimonial-section .testimonial-text {
    max-width: 820px;
    margin: 0 auto 40px;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
  }
  
  .testimonial-section .testimonial-user img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
  }
  
  .testimonial-section .testimonial-user h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
  }
  
  .testimonial-section .testimonial-user span {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
  }
  
  /* Carousel dots */
  .testimonial-section .carousel-indicators {
    position: relative;
    margin-top: 40px;
  }
  
  .testimonial-section .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.3);
    border: none;
    margin: 0px 10px;
  }
  
  .testimonial-section .carousel-indicators .active {
    background-color: #9b4dff;
  }
  
  /* Tablet */
  @media (max-width: 991px) {
    .testimonial-section .testimonial-title {
      font-size: 32px;
    }
  
    .testimonial-section .testimonial-text {
      font-size: 14px;
      padding: 0 20px;
    }
  }
  
  /* Mobile */
  @media (max-width: 575px) {
    .testimonial-section {
      padding: 80px 0;
    }
  
    .testimonial-section .testimonial-title {
      font-size: 26px;
    }
  
    .testimonial-section .testimonial-text {
      font-size: 13px;
      letter-spacing: 0.8px;
    }
  }


  .newsletter-section {
    /* background: #1F1D35; */
    background: #000;
    padding: 80px 0;
    color: #fff;
  }
  .newsletter-section .form-control.newsletter-input{
    font-size: 18px;
  }
  .newsletter-section .newsletter-form i{
    color: #fff;
  }
  .newsletter-section .newsletter-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
  }
  
  .newsletter-section .newsletter-form .input-group {
    /* background: #0c0824; */
    background: #242323c9;
    
    padding: 10px;
    border-radius: 6px;
  }
  
  .newsletter-section .newsletter-input {
    background: transparent;
    border: none;
    color: #fff;
    box-shadow: none;
  }
  
  .newsletter-section .newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  
  .newsletter-section .newsletter-input:focus {
    background: transparent;
    color: #fff;
    box-shadow: none;
  }
  
  .newsletter-section .btn-orange {
    background: #feea00;
    color: #000;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 0;
  }
  
  .newsletter-section .btn-orange:hover {
    background: #d7b60e;
    color: #000;
  }
  
  .newsletter-section .form-check-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .newsletter-section .form-check-input {
    background-color: transparent;
    border-color: rgba(255,255,255,0.4);
  }
  
  .newsletter-section .highlight {
    color: #feea00;
  }
  
  /* Tablet */
  @media (max-width: 991px) {
    .newsletter-section .newsletter-title {
      font-size: 32px;
    }
  }
  
  /* Mobile */
  @media (max-width: 575px) {
    .newsletter-section {
      padding: 60px 0;
      text-align: center;
    }
  
    .newsletter-section .newsletter-title {
      font-size: 26px;
    }
  
    .newsletter-section .input-group {
      flex-direction: column;
    }
  
    .newsletter-section .btn-orange {
      width: 100%;
      margin-top: 10px;
    }
  
    .newsletter-section .input-group-text {
      display: block;
    }
    .newsletter-section .form-control.newsletter-input{
        border: 1px solid;
        width: 100%;
    }
    .newsletter-section .newsletter-form i{
        position: absolute;
        left: 19PX;
        top: 31px;
        z-index: 1;
    }
  }
  
  
  
  
  