@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.fw-bolder {
  font-weight: bolder !important;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

.color-primary {
  color: var(--color-black);
}

button:not(:disabled) {
  cursor: pointer;
}

.contact-button {
  border: none;
  border-radius: 25px;
  justify-content: center;
  min-width: 145px;
  outline: none;
  padding: 0.5rem 1.5rem;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  border-radius: 0;
}
.me-2 {
  margin-right: 0.5rem !important;
}

.count-img {
  width: 90% !important;
}

.download-now {
  background-color: #075358 !important;
  cursor: pointer;

  border-radius: 50px 0;
  border: 3px solid #1c3e35;
  background-size: 200% 100%;
  padding: 0.5rem;
  color: #1c3e35;
  /* transition: all 0.3s ease; */
}
/* 
.download-now:hover {
  background: linear-gradient(97.51deg, #1c3e35 -39.91%, #4aa48c 117.67%);
  color: #ffff;
  border: 3px solid #4aa48c;
  border-ra/dius: 0 50px ;} */
.banner-text-section {
  width: 520px;
}

.header-text {
  font-weight: 600;
}

.header-button {
  display: flex;
  /* justify-content: space-around; */
  margin-top: 30px;
}

button.download-button {
  /* margin: 0 15px 0 0; */
  padding: 5px 24px;
}

.banner-text-section h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 60px;
  text-transform: capitalize;
  /* letter-spacing: 0.1rem; */
  /* margin-left: 30px; */
}

.images-main-herosection {
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.multi-image-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.multi-image-main p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 5px;
  background: var(--rich-new-color);
}

.multi-image-main h1 {
  font-weight: 600;
  margin-top: 0px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: var(--rich-new-color);
}

.contact-btn .contact-button-cll {
  border: 2px solid #0c6ff0;
  width: 250px;
  height: 50px;
  border-radius: 50px;
  padding: 10px;
  background: none;
  text-align: center;
  transition: all 0.3s ease;
}

.contact-btn .contact-button-cll:hover {
  background-color: #0c6ff0;
}

.contact-btn .contact-button-whp {
  width: 250px;
  height: 50px;
  border-radius: 50px;
  padding: 10px;
  border: 2px solid #25d366;
  text-align: center;
  background: none;
  transition: all 0.3s ease;
}

.contact-btn .contact-button-whp:hover {
  background-color: #25d366;
}

.contact-btn button a {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  color: #000000;
}

.herosection-images {
  height: 50px;
  width: 50px;
}

.parent-class {
  text-align: left;
  margin: 0 auto;
  padding: 56px;
}

.second-parent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-text {
  font-weight: 500;
  font-size: 1.8rem;
  color: #000000;
}
.lead {
  font-size: 3rem;
  color: #000000;
  font-family: poppins, sans-serif;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .lead {
    font-size: 2rem;
  }
  .second-parent {
    flex-direction: column;
    align-items: center;
  }
  .download-button {
    width: 90%;
    justify-content: center;
  }
  .custom-text {
    font-size: 1.2rem;
  }
  .button-container {
    top: 100px !important;
    position: absolute !important;
    display: flex;
    justify-content: center;
    /* border:  4px solid white; */
    border-radius: 10px;
    margin-top: 28px;
    right: 30px;
  }
  .multi-image-main p {
    font-size: 15px;
    line-height: 30px;
  }

  .multi-image-main h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: var(--rich-new-color);
  }
}
@media (max-width: 768px) {
  .multi-image-main p {
    font-size: 12px;
    line-height: 30px;
  }
  .multi-image-main h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: var(--rich-new-color);
  }
}
/* .btn-custom {
  background-color: #28a745;
  color: white;
}
.btn-custom:hover {
  background-color: #218838;
} */

a.download-button.new-btn {
  text-decoration: none;
  margin: 5px 12px;
  border-radius: 10px;
  padding: 10px 30px;
  color: #fff !important;
}
.contact-info {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000000;
  text-align: center;
}

span.contact-number {
  font-weight: 500;
  padding-top: 6px;
  padding-left: 54px;
  padding-right: 54px;
  padding-bottom: 6px;
  color: #fff;
  margin-top: 5px;
  border-radius: 5px;
  text-align: center;
  /* background: linear-gradient(to bottom, #1d192b, #b2b2b2); */
  background-color: var(--rich-new-color);
  height: 100%;
  width: 100%;
}

/* .images-main-herosection {
  background: linear-gradient(
    360deg,
    rgba(163, 218, 221, 0.2) 2.11%,
    rgba(94, 189, 196, 0.2) 96.71%
  );
} */


img,
svg {
  vertical-align: middle;
}

.d-flex {
  display: flex !important;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bg-light);
  background-color: var(--color-primary);

  border-color: var(--color-primary);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  display: none;
}

th {
  background-color: none !important;
  color: #0000 !important;
}

table {
  border: var(--color-primary);
}

.text-center {
  text-align: center !important;
}

.custom-card {
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  text-align: center;
}

.second-card {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding-bottom: 10px;
  padding: 3px;
}

.card-section {
  padding: 1rem;
}

.border-card {
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem;
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
  }

  .second-card-top-sec {
    width: 95%;
  }

  .card-text-main h5 {
    font-size: 20px;
  }

  .second-card .chat-btn {
    margin-top: 10px;
  }

  .result__time span {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .heading-sec-custom h1 {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .footer-img-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 40px;
    padding-bottom: 10px;
  }
  .footer-img-3 {
    height: 40px;
    width: 40px;
    margin: 10px 0px 10px 0px;
  }
  .charts-games-title {
    color: #000000;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 50px;
    text-align: center;
    margin-bottom: 15px;
  }
  .charts-games h4 {
    color: #1c3e35;
    font-weight: 700;
    font-size: 13px !important;
    line-height: 30px;
    text-align: center;
  }
  .md-h1 {
    text-align: center;
    margin-left: 6rem;
  }

  .second-card-top-sec {
  }

  .card-text-main h5 {
    font-size: 13px;
  }

  .second-card .chat-btn {
    margin-top: 10px;
    min-width: 100px;
    padding: 0 0px !important;
    font-size: 14px;
  }
  

  .result__time span {
    font-size: 11px;
  }
  .result__time strong {
    font-size: 11px;
  }

}

@media (max-width: 1024px) {
  .second-card .chat-btn {
    margin-top: 10px;
    /* min-width: 130px; */
    padding: 0 10px;
  }
  .second-card-top-sec {
    width: 95%;
  }

  .card-text-main h5 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .card-text-main h5 {
    font-size: 15px;
  }
}
.accordion-container .accordion-section {
  border: 1px solid #d4d2e3;
  color: var(--color-primary);
  border-radius: 8px;
  background-color:var(--rich-new-color);
  margin-bottom: 10px;
  padding: 1.25rem 1rem;
  font-weight: normal;
  border-radius: 10px;
}

.accordion-container .headin-text {
  color: var(--color-black);
}

.accordion-container .collapese-icon {
  cursor: pointer;
}

/* Chat Button Styles */
.chat-btn {
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 12px;
  color: #000000;
  font-weight: 500;
  min-width: 142px;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.chat-btn:hover {
  background: var(--rich-new-color);
  color: #fff;
}

/* Footer Image Styles */
.foot-img {
  width: 250px;
  vertical-align: middle;
  box-sizing: border-box;
  overflow-clip-margin: content-box;
  overflow: clip;
  margin: 0;
  padding: 0;
}

.play_icon_class {
  width: 50px;
  height: 50px;
}

.zoom-in-zoom-out {
  width: 50px;
  height: 50px;
  animation: zoom-in-zoom-out 2.5s ease-out infinite;
}

.open-bid-title {
  color: var(--color-primary);
}
.open-bid {
  color: #000;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.result__time {
  gap: 10px;
  margin-top: 8px;
}

.result__time span {
  font-family: 14px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  color: #000;
}

.result__time span strong {
  color: black;
  opacity: 0.7;
  font-weight: 600;
}
.second-card-title {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.second-card-text {
  color: #000;
  opacity: 0.6;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.8px;
}

.card-text {
  text-align: left;
  padding: 10px 0px 0px 20px;
}

.acc-bg-color {
  background-color: #000;
  color: #fff;
  border: none !important;
}

.faq-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.description-text {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
}
.img {
  height: 18px;
}
.playicon{
  height: 40px;
}

.button-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .banner-text-section h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;

    text-transform: uppercase;
    /* letter-spacing: 0.2rem; */
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .link-hover-effect {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 5px;
    position: relative;
  }

  .link-hover-effect::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    /* background: linear-gradient(
      90deg,
      #075358,
      #075358
    ); */
    background-color: #fff;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
  }

  .link-hover-effect:hover::before {
    width: 100%;
    border: 50%;
  }

  .main-contain-row {
    margin-top: 50px;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .custome-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .nav-link {
    font-weight: 400;
    transition: transform 0.3s ease-in-out;
    font-size: 24px;
    line-height: 29.76px;
    color: var(--color-white);
  }

  .download-btn-main button {
    width: 199px;
    height: 48px;
    border-radius: 50px;
    background-color: var(--color-white);
    color: var(--rich-color);
    border: none;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .nav-link {
    font-weight: 400;

    font-size: 20px;
    line-height: 27px;
    padding-top: 15px;
    transition: transform 0.3s ease-in-out;
  }
  #navbarSupportedContent {
    background: #fff;
    border-radius: 12px;
    box-shadow: 20px 40px 60px #444343, -20px 40px 60px #ffeed4;
    color: #000;
    padding: 0 10px 10px;
    position: absolute;
    right: 14px;
    text-align: center;
    top: 68px;
    transition: 0.3s ease-in-out;
    width: 239px;
    z-index: 1;
    height: 171px;
  }
  .custome-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .download-btn-main button {
    width: 199px;
    height: 48px;
    border-radius: 50px;
    background-color: var(--color-white);
    color: var(--rich-color);
    border: 1px solid var(--rich-color);
    margin-top: 0px;
  }
  button.navbar-toggler.navbar-toggler-btn {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-text-section h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 60px;
    text-transform: uppercase;
    /* letter-spacing: 0.2rem; */
    margin-left: 65px;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .header-container {
    margin-top: -13px !important;
  }
  .banner-text-section h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 60px;
    text-transform: uppercase;
    /* letter-spacing: 0.2rem; */
    margin-left: 65px;
    text-align: center;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  .banner-text-section h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-transform: uppercase;
    /* letter-spacing: 0.2rem; */
    margin-left: 65px;
    text-align: center;
  }
  .custom-text {
    font-size: 1.3rem;
  }

  .lead {
    font-size: 1.2rem;
  }

  a.download-button.new-btn {
    margin: 1px 7px;
    padding: 7px 8px;
    font-size: 17px;
    overflow: visible;
  }

  .contact-info {
    font-weight: 500;
    font-size: 1.4rem;
    color: #000000;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .banner-left {
    margin: 10px;
  }
  .banner-text-section h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-transform: uppercase;
    /* letter-spacing: 0.2rem; */
    margin-left: 65px;
    text-align: center;
  }

  .custom-text {
    font-size: 1.2rem;
  }

  .lead {
    font-size: 1.9rem;
  }

  .contact-info {
    font-size: 1.1rem;
  }

  a.download-button.new-btn {
    margin: 1px 7px;
    padding: 7px 8px;
    font-size: 15px;
    overflow: visible;
  }

  .contact-info {
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  .Card_Size {
    width: 45% !important;
  }
  .game-rate-card-cust h1 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }
  .game-rate-card-cust h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
  }
  .faq-title {
    font-weight: 500;
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .description-text {
    color: #fff;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .footer-container {
    background-color: #ffffff;
    color: black;
    padding: 0rem !important;
  }

  .footer-image {
    width: 40%;
  }
  .footer-img-3 {
    height: 40px;
    width: 40px;
    margin-top: 15px;
  }
  .footer-text {
    text-align: justify;
    line-height: 30px;
    font-size: 15px !important;
    padding-top: 10px;
  }
  .footer-para-test {
    padding: 10px 0px;
    text-align: justify;
    line-height: 30px;
    font-size: 15px !important;
  }
  .copyright-text {
    font-size: 12px !important;
  }
  .footer-terms-text {
    font-size: 15px !important;
  }
  .charts-games-title {
    color: #000000;
    font-weight: 700;
    font-size: 22px !important;
    line-height: 50px;
    text-align: center;
    margin-bottom: 15px;
  }
  .charts-games h4 {
    color: #1c3e35;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 30px;
    text-align: center;
  }
  .game-rate-container {
    padding: 10px 20px 20px 20px;
    /* background: #ffffff; */
    /* box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25); */
    /* border-radius: 20px; */
    box-shadow: inset;
  }
  .rich-game-title {
    font-size: 20px;
  }

  .button-container {
    top: 4px;
    position: absolute;
    display: flex;
    justify-content: center;
    border: 4px solid white;
    border-radius: 10px;
    margin-top: 109px;
    right: 17px;
  }
}

@media (min-width: 400px) and (max-width: 500px) {
  .banner-text-section h1 {
    font-weight: 700;
    /* font-size: 25px; */
    /* line-height: 50px; */
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-left: 15px;
  }
  .contact-btn .contact-button-whp {
    width: 150px;
    height: 40px;
    border-radius: 50px;
    padding: 5px;
    border: 2px solid #25d366;
    text-align: center;
    background: none;
  }
  .contact-btn .contact-button-cll {
    border: 2px solid #0c6ff0;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    padding: 5px;
    background: none;
    text-align: center;
  }

  .contact-btn button a {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    color: #000000;
  }
  .rich-game-title {
    font-size: 20px;
    line-height: 40px;
  }
  .rich-game-title-text {
    font-weight: 450;
    font-size: 15px;
    line-height: 20px;
  }
  .game-icons-img {
    height: 40px;
    width: 40px;
  }
  .game-rate-container {
    padding: 10px 20px 20px 20px;
    /* background: #ffffff; */
    /* box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25); */
    /* border-radius: 10px; */
    box-shadow: inset;
  }
  .Card_Size {
    width: 100% !important;
  }
  .faq-title {
    font-weight: 500;
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .description-text {
    color: #fff;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .footer-image {
    width: 60%;
  }
  .footer-text {
    text-align: justify;
    line-height: 30px;
    font-size: 15px !important;
    padding-top: 10px;
  }
  .footer-para-test {
    padding: 10px 0px;
    text-align: justify;
    line-height: 30px;
    font-size: 15px !important;
  }
  .copyright-text {
    font-size: 15px !important;
  }
  .footer-terms-text {
    font-size: 15px !important;
  }
  .custom-toggler .navbar-toggler-icon {
    margin-top: 35px;
  }
  .footer-img-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0px;
  }

  .footer-left-sec {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
  }
}

@media (max-width: 399px) {
  .banner-text-section {
    width: 245px;
  }
  .banner-text-section h1 {
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;

    text-transform: uppercase;
    /* letter-spacing: 0.1rem; */
    margin-left: 0px;
    text-align: center;
  }
  .herosection-images {
    height: 30px;
    width: 30px;
  }
  .multi-image-main p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #fff;
  }
  .images-main-herosection {
    justify-content: space-evenly;
    gap: 15px;
  }
  .multi-image-main h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #000000;
  }
  .banner-img {
    border-radius: 30px;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    width: auto;
    height: 16rem;
  }
  
  .contact-btn .contact-button-whp {
    width: 130px;
    height: 30px;
    border-radius: 50px;
    padding: 0px;
    border: 2px solid #25d366;
    text-align: center;
    background: none;
  }
  .contact-btn .contact-button-cll {
    border: 2px solid #0c6ff0;
    width: 130px;
    height: 30px;
    border-radius: 50px;
    padding: 0px;
    background: none;
    text-align: center;
  }
  .contact-btn button a {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    color: #000000;
  }
  .game-rate-container {
    padding: 10px 20px 20px 20px;
    /* background: #ffffff; */
    /* box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25); */
    /* border-radius: 10px; */
    box-shadow: inset;
  }
  .Card_Size {
    width: 100% !important;
  }
  .rich-game-title {
    font-size: 15px;
    line-height: 30px;
  }
  .rich-game-title-text {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
  }
  .game-icons-img {
    height: 30px !important;
    width: 30px !important;
  }
  .game-rate-card-cust h1 {
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: 400;
  }
  .game-rate-card-cust h2 {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400;
  }
  .faq-title {
    font-weight: 500;
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .description-text {
    color: #fff;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 25px !important;
  }

  .footer-text {
    text-align: justify;
    line-height: 30px;
    font-size: 15px !important;
    padding-top: 10px;
  }
  .footer-para-test {
    padding: 10px 0px;
    text-align: justify;
    line-height: 30px;
    font-size: 12px !important;
  }
  .copyright-text {
    font-size: 12px !important;
  }
  .footer-terms-text {
    font-size: 15px !important;
  }
  .footer-img-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0px;
  }
  .footer-img-sec img {
    width: 100px !important;
  }
  .footer-left-sec {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
  }
  .custom-toggler .navbar-toggler-icon {
    margin-top: 35px;
  }

  .contact-info {
    font-size: 1.2rem !important;
  }

  .parent-class {
    text-align: center;
    margin: 0 auto;
    padding: 26px 2px;
  }
  .custom-text {
    font-weight: 500;
    font-size: 1.6rem;
    color: #000000;
  }
  .lead {
    font-size: 2.1rem;
    color: #000000;
    font-family: poppins, sans-serif;
    font-weight: 600;
  }

  a.download-button.new-btn {
    margin: 1px 7px;
    padding: 7px 8px;
    font-size: 15px;
    overflow: visible;
    color: #fff !important;
  }

  .second-parent {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-container {
    top: 14px;
    position: absolute;
    display: flex;
    justify-content: center;
    /* border: 4px solid white; */
    border-radius: 10px;
    margin-top: 102px;
    right: 30px;
  }

  .rich-game-title {
    font-size: 14px !important;
  }

  .charts-games {
    width: 100% !important;
  }
}

.custom-toggler .navbar-toggler-icon {
  margin-top: 35px;
}

@media (min-width: 769px) {
  .footer-img-3 {
    height: 50px;
    width: 50px;
    margin-top: 15px;
  }
}

@media (min-width: 459px) and (max-width: 991px) {
  .footer-img-sec img {
    width: 120px !important;
  }
}

@media (max-width: 320px) {
  .footer-last-content p {
    font-size: 10px !important;
  }
  .footer-para-test {
    margin-left: 0px;
    font-size: 11px !important;
  }

  .button-container {
    margin-top: 119px;
  }
}

@media (max-width: 768px) {
  .footer-btn-scroll {
    margin-top: 10px;
  }
}

img,
svg {
  vertical-align: middle;
}
.font-700 {
  font-weight: 700;
}

img {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.d-flex {
  display: flex !important;
}

.slider-parent {
  margin: 0 1rem;
}

.slick-list,
.slick-slider {
  display: block;
  position: relative;
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.slick-prev {
  left: -25px;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: #0000;
  color: #0000;
  outline: none;
}

.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.slider-parent .card-section {
  margin: 0 5px;
}
.text-center {
  text-align: center !important;
}

.card-section {
  padding: 1rem;
}
.custom-card {
  text-align: center;

  border-radius: 10px;
  padding: 20px;
  margin: 10px;
}
.bR {
  border-bottom: 1px solid lightgray;
}

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

@media (max-width: 576px) {
  .heading-sec-custom h1 {
    font-size: 20px;
  }
}

.custom-card-padding {
  padding: 30px 20px 30px 20px;
}

.game-rate-container {
  /* border: 1px solid red; */
  padding: 10px 50px 50px 50px;
  background: #ffffff;
  /* box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25); */
  /* border-radius: 80px 0px; */
  box-shadow: inset;
}

.rich-game-title-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24.8px;
  color: #000000;
}

.rich-game-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 60px;
  margin-top: 5px;
  /* background: linear-gradient(97.51deg, #1C3E35 -39.91%, #4AA48C 117.67%); */
  -webkit-background-clip: text;
  /* color: #000000; */
  color: var(--rich-new-color);
  /* -webkit-text-fill-color: transparent; */
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
.backgroundoftitle {
  background: var(--rich-new-color);
  color: #fff;
  padding: 0px 25px;
  border-radius: 10px;
  display: flex;

  align-items: center;
}
.game-rate-card-cust {
  padding: 10px;
  background: #fbfbfb;
  /* box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.25); */
  /* border-radius: 50px 0px; */
  text-align: center;
  margin: 10px;
}

.game-rate-card-cust h1 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  background: var(--rich-new-color);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
  border-radius: 8px;
}

.game-rate-card-cust h5 {
  font-size: 24px;
  line-height: 29.76px;
  font-weight: 450;
  color: black;
  margin-top: 10px;
  border: 2px solid black;
  padding: 10px 8px;
  border-radius: 8px;
  margin-top: -5px;
  /* border-bottom: 5px solid #000000; */
}
.divider {
  border: 3px solid var(--rich-new-color);
  width: 50%;
  margin-left: 25%;
  margin-top: -10px;
}

@import url("./components/assets/css/ChartDetails.css");
@import url("./components/assets/css/Herosection.css");
@import url("./components/assets/css/Section3.css");
@import url("./components/assets/css/Section4.css");
@import url("./components/assets/css/Wraper.css");
@import url("./components/assets/css/responsive.css");

@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?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&display=swap");
* {
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-family: "Poppins";
}

:root {
  --rich-color: #1c3e35;
  --color-black: #0000;
  --color-white: #ffffff;
  --light-blue: #c8e9ed;
  --btn-color: #237f8a;
  --other-color: #4bb543;
  --color-open: #37a148;
  --color-close: #11305c;
  --color-red: red;
  --color-primary: #000000;
  --bg-primary: #fcf3e5;
  --bg-light: #edefef;
  --color-orange: #11305c;
  --light-black: #acaebb;
  transition: --vh 0.3s ease;

  --rich-new-color: #478767;
}
.f-size {
  font-size: 18px;
  text-align: justify;
}
/* .gry-col {
  color: var(--light-black);
} */
.gry-col {
  color: #fff;
}
a:hover {
  color: var(--color-primary);
}

.charts-games {
  width: 100% !important;
}

.charts-games {
  width: 100% !important;
}
th,
td,
th,
thead,
tbody {
  border: 1px solid var(--rich-color) !important;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.rich-text-color {
  background: linear-gradient(97.51deg, #1c3e35 -39.91%, #4aa48c 117.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /* color:"rgb(7, 83, 88)"!important */
}
.download-button {
  /* background-color: var(--color-primary) !important; */
  background-color: var(--rich-new-color) !important;
  color: #fff;
  font-weight: 500;
  padding: 8px;
}
.border {
  border: 1px solid black !important;
}

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

.ml-10px {
  margin-left: 10px;
}
.mt-30px {
  margin-top: 30px;
}
.mt-10px {
  margin-top: 10px;
}
.h1-fw-700 {
  font-weight: 700;
}
.h1-fw-600 {
  font-weight: 600;
}
.betting-closed {
  color: var(--color-close);
}

.close-for-today {
  color: var(--color-red);
}
.betting-open {
  color: var(--color-open);
}
.default-message {
  color: var(--other-color);
}
.text-align-center-css {
  text-align: center;
}

.color-dark-gray {
  color: rgb(51, 51, 51);
}

.card {
  width: 100%;

  margin-bottom: 20px;
}

.navbar-collapse {
  flex-basis: 50% !important;
  transition: height 0.3s ease;
}

.c_1 {
  font-family: "Libre Baskerville", serif, "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

table,
td,
th {
  border: 1px solid rgb(206, 202, 202);
}

th {
  background-color: none !important;
  color: #0000 !important;
}

.pt-110 {
  font-family: "Libre Baskerville", serif, "Urbanist", sans-serif;
  font-optical-sizing: auto;

  font-style: normal;
}

.footer-container {
  /* background-color: #1C3E35; */
  color: #ffffff;
  padding: 1rem;
  background-color: var(--rich-new-color);
  /* background-image: url("./RichImages/bgfooterimage.png"); */
  background-size: cover; /* makes image cover the whole div */
  background-position: center; /* centers the image */
  background-repeat: no-repeat;
  margin-top: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.footer-sub-container {
  padding-top: 80px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}
.footer-btn-scroll-main {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 0px;
}
.footer-btn-scroll {
  border: none;
  /* background: linear-gradient(90deg, #1c3e35 0%, #4aa48c 100%); */
  background-color: white;
  padding: 10px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

  cursor: pointer;
}

.footer-para {
  margin-top: 15px;
}

.footer-contain {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
}

.footer-contain h1 {
  text-align: left;
}

.footer-contain p {
  font-size: clamp(0.8rem, 0.723171rem + 0.439024vw, 1.25rem);
  line-height: 32px;
  text-align: left;
}

.footer-img-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 70px;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer-img-sec img {
  width: 200px;
}

.footer-last-content {
  /* border-image: linear-gradient(90deg, #0000 10%, grey 50%, #0000 90%) 1 / 1 / 0 stretch; */
  border-top: 3px solid #ffffff;
  font-size: clamp(0.8rem, 0.723171rem + 0.439024vw, 1.25rem);
  gap: 10px;
  padding-bottom: 32px;
  padding-top: 30px;
  text-align: center;
}

.footer-last-content p {
  padding-top: 20px;
  /* color: black; */
}

.footer-last-content p a {
  text-decoration: none;
  /* color: black; */
}
.primary-color {
  color: var(--color-primary);
}

.back-btn {
  font-family: "Libre Baskerville", serif, "Urbanist", sans-serif;
  background: linear-gradient(97.51deg, #1c3e35 -39.91%, #4aa48c 117.67%);
  border: none;
  color: var(--color-white);
  width: 150px;
  height: 40px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

.back-btn:hover {
  background: linear-gradient(97.51deg, #1c3e35 -39.91%, #4aa48c 117.67%);
  border: none;
  color: var(--color-white);
}

.btn-scroll {
  font-family: "Libre Baskerville", serif, "Urbanist", sans-serif;
  cursor: pointer;
  background-color: transparent;
  padding: 3px 7px;
  color: var(--color-primary);
  border-radius: 25px;
  border: 1px solid var(--color-primary);
  display: flex;
  align-items: center;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}

.btn-scroll:hover {
  background-color: var(--color-primary);
  color: var(--bg-light);
}

.btn-scroll:disabled:hover {
  background-color: white;
}

#table1 {
  border-collapse: collapse;
  border-color: var(--color-primary);
}

#table2 {
  border-collapse: separate;
  border-color: var(--color-primary);
}

button,
select {
  text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* Custom CSS */
button.navbar-toggler.navbar-toggler-btn {
  border: none !important;
  outline: none !important;
  font-size: 14px !important;
}

button.navbar-toggler.navbar-toggler-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-scroll {
  width: 152px;
  height: 40px;
}

.terms-condition-main {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}

.terms-condition-contain {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.terms-condition-contain h1 {
  font-size: clamp(1.8rem, 1.25366rem + 3.12195vw, 5rem);
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
}

.terms-condition-contain p {
  width: 100%;
  padding-bottom: 0px;
  line-height: 25px;
  font-size: clamp(0.75rem, 0.673171rem + 0.439024vw, 1.2rem);
}

.terms-condition-second-main {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 0px;
}

.kDBKpC {
  font-size: clamp(1rem, 0.94878rem + 0.292683vw, 1.3rem);
  padding-top: 50px;
}

.kDBKpC h1 {
  font-size: clamp(1rem, 0.829268rem + 0.97561vw, 2rem);
}

.kDBKpC ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
  font-size: clamp(0.75rem, 0.673171rem + 0.439024vw, 1.2rem);
  font-weight: 400;
}

.kDBKpC ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: -28px;
}

.kDBKpC p {
  font-size: clamp(0.75rem, 0.673171rem + 0.439024vw, 1.2rem);
  font-weight: 400;
  padding-top: 30px;
}

.kDBKpC ul li p {
  padding-top: 0px;
}

.andar-bahar-chart-main {
  display: flex;
  padding-left: 280px;
  justify-content: flex-start;
  margin: 2rem;
}

.a-tag-css {
  text-decoration: none;
}

.hero-section-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.margin-bottom-0px {
  margin-bottom: 0;
}
.font-size-2rem {
  font-size: 2rem;
}

.contact-btn-backgcolor {
  background-color: rgb(37, 211, 102);
}

.span-tag-color {
  color: rgb(222, 223, 223);
}

.main-btn-a {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
}
.main-btn-a:hover {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
}

.a-tag-css {
  text-decoration: none;
}

.hero-section-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.margin-bottom-0px {
  margin-bottom: 0;
}
.font-size-2rem {
  font-size: 2rem;
}

.contact-btn-backgcolor {
  background-color: rgb(37, 211, 102);
}

.span-tag-color {
  color: rgb(222, 223, 223);
}

.Card_Size {
  width: 24%;
}

.main-title-text {
  margin-bottom: 35px;
}

.title-text {
  border: none;
  background-color: var(--light-blue);
  color: var(--color-primary);
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 21px;
  margin-bottom: 21px;
  font-weight: 500;
}

.main-page-btn {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 25px;
  justify-content: center;
  min-width: 145px;
  outline: none;
  padding: 0.5rem 1.5rem;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("./RichImages/grid-svgrepo-com\ \(2\).svg");
  width: 40px;
  height: 30px;
  margin-bottom: 8px;
}

.main-btn-a {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
}
.img-hover-rotate {
  transition: transform 0.5s ease-in-out;
}

.img-hover-rotate:hover {
  transform: rotate(360deg);
}

.Card_Size {
  width: 24%;
}

.sub_heading {
  font-size: 1.2rem;
}
.heading {
  font-size: 1.2rem;
}

.obt_cbt_font_size {
  font-size: 14px;
}

.footer-text {
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #000000;
  padding-top: 10px;
}
.footer-right-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-para-test {
  padding: 17px 34px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  font-weight: 500;
  /* color: #000000; */
}
.copyright-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  /* color: #000000; */
}
.chart-header {
  padding: 50px 130px;
}

.cc,
.ch {
  color: #000000 !important;
}

.accordion-container .accordion-section {
  color: var(--color-black) !important;
}

.footer-sub-container {
  padding-top: 0px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}

.footer-last-content {
  padding-top: 15px;
  padding-bottom: 15px;

  gap: 0px;
}

.footer-contain p {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.footer_logo {
  grid-column: 1 / 13;
  position: relative;
  z-index: -1;
  display: inline-flex;
  width: clamp(7rem, 6.14634rem + 4.87805vw, 12rem);
  height: auto;
}
.kDBKpC {
  padding-top: 30px !important;
}
.kDBKpC p {
  font-size: clamp(0.75rem, 0.673171rem + 0.439024vw, 1.2rem);
  font-weight: 400;
  padding-top: 15px;
}
.img-fluid {
  height: auto;
}
.footer-contain-img img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
}
.jcyUcB p {
  font-weight: 400;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.jcyUcB ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 30px;
  font-weight: 400;
}
.jcyUcB ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.jcyUcB span {
  padding-bottom: 5px !important;
}
.jgmYWX span {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #eb5758;
  color: white;
  padding: 15px;
  margin-top: 30px;
  border-radius: 25px;
}
.jgmYWX span p {
  font-size: 1rem;
  padding-top: 10px !important;
}
.jgmYWX span svg {
  width: 1.5rem;
}
.andar-bahar-chart-main {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;

  margin: 2rem;
}

.btn-scroll {
  background: linear-gradient(97.51deg, #1c3e35 -39.91%, #4aa48c 117.67%);
  border: none;
  cursor: pointer;
  color: var(--color-white);
  padding: 3px 7px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}
.text-alignment {
  text-align: left;
}

/* --------------------------------------  RESPONSIVE  */
@media (min-width: 320px) and (max-width: 375px) {
  .header-container {
    padding: 0px;
  }
  .gGTSDy {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .jgmYWX p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .jgmYWX h1 {
    padding-top: 25px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .jgmYWX span {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #eb5758;
    color: white;
    padding: 0px 10px 0px 10px !important;
    margin-top: 30px;
    border-radius: 25px;
  }
  .jgmYWX span svg {
    width: 2rem;
  }
  .jgmYWX span p {
    /* font-size: 0.7rem; */
  }
  .cKTdPD {
    padding: 0px 0px;
  }
  .terms-condition-main {
    padding: 0px 16px 0px 16px;
  }
  .terms-condition-contain h1 {
    padding-top: 0px;
  }

  .kDBKpC {
    padding-top: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gCDmxv {
    padding: 0px 10px !important;
  }
}

@media (max-width: 320px) {
  .main-page-btn {
    min-width: 120px;

    padding: 0.2rem 1rem;
  }
  .mt-30px {
    margin-top: 0px;
  }
  .title-text {
    color: var(--color-primary);
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
  }

  .main-title-text {
    margin-top: -25px;
    margin-left: 20px;
  }

  .second-card .chat-btn {
    margin-top: 10px;
    min-width: 100px;
    padding: 0 0px !important;
    font-size: 14px;
  }

  button.navbar-toggler.navbar-toggler-btn {
    padding: 0px;
  }

  .Card_Size {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .header-container {
    /* background-image: url("./images/mobile-header-image-375.svg"); */
  }
  .gCDmxv {
    padding: 0px;
  }
  .footer-last-content p a {
    /* font-size: 14px; */
  }
  .footer-last-content p {
    /* font-size: 14px; */
  }

  /* .footer-img-sec {
    width: 50%;
  } */
  .margin-img {
    margin-top: 7px;
  }
  .footer-text {
    /* text-align: justify; */
    line-height: 24px;
    /* font-size: 14px; */
  }
  .footer-para-test {
    padding: 0 0px;
    /* margin-left: 20px; */
    text-align: center;
    line-height: 26px;
    font-weight: 500;

    /* font-size: 14px; */
  }
  .footer-right-image {
    display: flex;
    /* margin: 24px 7px 0; */
  }

  .footer-img-3 {
    width: 100%;
  }
  .footer-image {
    width: 50%;
  }
  .footer-container {
    padding: 0;
  }
  .mt-30px {
    margin-top: 0px;
    /* border: 2px solid black; */
  }
}

@media (max-width: 425px) {
  .footer-para-test {
    padding: 10px 0px 0px 0px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
  }
  .footer-img-sec {
    width: 100%;
    /* margin-bottom: 15px; */
  }
  .f-size {
    font-size: 15px;
  }
  .Card_Size {
    width: 47%;
  }

  .sub_heading {
    font-size: 1rem;
  }
  .heading {
    font-size: 0.8rem;
  }
  .navbar-nav .nav-link.active {
    color: black;
  }

  .nav-link,
  .nav-link.active {
    font-size: 1rem !important;
    color: #000;
  }
  .card {
    width: 100%;
  }
  #navbarSupportedContent {
    text-align: center;
    padding: 0 10px 10px;
    background: "#237F8A";
    color: black;
    box-shadow: 20px 40px 60px #444343, -20px 40px 60px #ffeed4;
    transition: 0.3s ease-in-out;
    z-index: 1;
    width: 239px;
    position: absolute;
    right: 14px;
    top: 68px;
    border-radius: 12px;
    height: 241px;
  }

  #navbarSupportedContent {
    background-color: #fff;
  }

  /* .download-btn button {
    color: #f8fdfe;
    background: none;
    border-radius: 30px;
    color: var(--color-primary);
    padding: 8px 30px;
    text-decoration: none;
    border: 1px solid var(--color-primary);
  } */

  /* .download-btn {
    width: 100%;
  } */

  .banner-left {
    margin: 22px 0 3rem 0;
  }

  .table-responsive {
    font-size: 10px;
    width: 100%;
  }
  .gCDmxv {
    padding: 0px 0px;
  }

  .footer-right-image {
    display: flex;
    /* margin: 10px 0px 10px 0px; */
    flex-direction: column;
    /* align-items: flex-start; */
  }
}

@media (min-width: 320px) and (max-width: 430px) {
  /* .header-container {
    background-image: url("./images/header-background-mobile.svg");
  } */
  .gCDmxv {
    padding: 0px 12px;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 18px !important;
}
@media (min-width: 425px) and (max-width: 425px) {
  /* .header-container {
    background-image: url("./images/header-background-mobile.svg");
  } */

  /* .footer-para-test {
    padding: 0px 10px;
    text-align: justify;
    line-height: 20px;
  } */
  .footer-img-sec img {
    width: 100px;
  }
  .terms-condition-main {
    padding: 0px 10px 0px 10px;
  }
  .terms-condition-contain h1 {
    padding-top: 0px;
  }
  .gCDmxv {
    padding: 0px 10px !important;
  }
  .footer-btn-scroll-main {
    margin-top: 0px;
  }
  .f-size {
    font-size: 14px;
  }
  .header-container {
    padding: 0px;
  }
  .about-game-main {
    padding: 0px 15px !important;
  }
  .cKTdPD li {
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .navbar-nav .nav-link:hover .shape {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 5s linear forwards;
    animation: dash 5s linear forwards infinite;
  }

  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }

  .navbar-nav .nav-link:hover {
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .chart-header {
    padding: 20px;
  }
  /* .Card_Size {
    width: 32%;
  } */

  .sub_heading {
    font-size: 1.2rem;
  }
  .heading {
    font-size: 1rem;
  }

  /* .Card_Size {
    width: 48%;
  } */

  /* .navbar-nav .nav-link.active {
    color: black;
  } */

  /* .nav-link,
  .nav-link.active {
    font-size: 1rem !important;
    color: black;
  } */
  /* .card {
    width: 100%;
  } */
  /* #navbarSupportedContent {
    text-align: center;
    padding: 0 10px 10px;
    background: "#237F8A";
    color: black;
    box-shadow: 20px 40px 60px #444343, -20px 40px 60px #ffeed4;
    transition: 0.3s ease-in-out;

    width: 239px;
    position: absolute;
    right: 14px;
    top: 68px;
    border-radius: 12px;
  } */

  /* #navbarSupportedContent {
    background-color: #fff;
  } */

  /* .download-btn button {
    color: #f8fdfe;
    background: none;
    border-radius: 30px;
    color: var(--color-primary);
    padding: 8px 30px;
    text-decoration: none;
    border: 1px solid var(--color-primary);


  } */

  /* .download-btn {
    width: 100%;
  } */

  /* .footer-sub-container {
    padding-top: 50px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    position: relative;
  } */
  /* .gCDmxv {
    padding: 0px 100px;
  } */
  /* .footer-last-content {
    padding-top: 15px;
    padding-bottom: 15px;

    gap: 0px;
  } */

  /* .footer-last-content p {
    font-size: 15px;
    padding-top: 10px;
  } */
  /* .footer-last-content p a {
    font-size: 15px;
  } */

  /* .footer_logo {
    grid-column: 1 / 13;
    position: relative;
    z-index: -1;
    display: inline-flex;
    width: clamp(7rem, 6.14634rem + 4.87805vw, 12rem);
    height: auto;
  } */
  /* .kDBKpC {
    padding-top: 30px !important;
  } */
  /* .kDBKpC p {
    font-size: clamp(0.75rem, 0.673171rem + 0.439024vw, 1.2rem);
    font-weight: 400;
    padding-top: 15px;
  } */

  /* .custome-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  } */
}

@media (min-width: 768px) and (max-width: 768px) {
  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
  }
  .navigation-links {
    display: block;
  }
  .responsive_Nav {
    display: flex;
  }

  .banner-left {
    margin: 0;
  }
  .footer-para-test {
    padding: 10px 0px;
    text-align: center;
    line-height: 26px;
  }

  .footer-right-image {
    display: flex;
    flex-direction: column;
  }

  .footer-img-sec {
    display: flex;
    flex-direction: row;
    gap: 52px;
  }
  .terms-condition-main {
    padding-top: 0px;
  }
  .terms-condition-contain h1 {
    padding-top: 0px;
  }
  .terms-condition-contain p {
    padding-bottom: 0px !important;
  }
}

@media screen and (min-width: 1200px) {
  .nav-link:focus,
  .nav-link:hover {
    color: #fff !important;
  }
  .responsive_Nav {
    display: flex;
  }

  .banner-left {
    margin: 2rem 0;
  }
  .Card_Size {
    width: 24%;
  }

  .sub_heading {
    font-size: 1.2rem;
  }
  .sub_heading {
    font-size: 1.2rem;
  }
}

@media (min-width: 1024px) {
  .navigation-links {
    margin-top: 10px;
  }
  .chart-header {
    padding: 50px 50px;
  }

  .Card_Size {
    width: 30%;
  }

  .sub_heading {
    font-size: 1.2rem;
  }
  .heading {
    font-size: 1rem;
  }

  .responsive_Nav {
    display: flex;
  }

  .footer-sub-container {
    flex-direction: row;
    gap: 100px;
  }

  .footer-contain {
    width: 50%;
  }

  .terms-condition-contain h1 {
    letter-spacing: -5px;
  }

  .gCDmxv {
    padding: 0px 130px;
  }
  .footer-last-content {
    flex-direction: row;
    gap: 100px;
  }
  .custome-nav {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .banner-left {
    margin: 0rem 0;
  }
  /* .footer-para-test {
    padding: 17px 0px;
    text-align: justify;
    line-height: 26px;
  } */

  .footer-right-image {
    display: flex;
    margin: 0px 40px 0;
    flex-direction: column;
    /* align-items: flex-start; */
  }

  .footer-img-sec {
    /* margin: 0px 60px 0; */
    display: flex;
    flex-direction: row;
    gap: 52px;
  }
  .text-alignment {
    text-align: left;
    /* padding-left: 300px; */
  }
  .footer-image {
    /* margin-bottom: 20px; */
  }
  .footer-img-3 {
    /* margin-bottom: 25px; */
  }
  .chart-header {
    padding: 50px 130px;
  }

  .chart-header-font {
    font-size: 60px;
  }
}

@media (max-width: 425px) {
  .Card_Size {
    width: 100%;
  }
  .chart-header {
    padding: 20px;
  }
}

@media (min-width: 425px) and (max-width: 725px) {
  .chart-header {
    padding: 20px;
  }
  .table-responsive {
    font-size: 10px;
    width: 100%;
  }
  #navbarSupportedContent {
    text-align: center;
    padding: 0 10px 10px;
    background: #fff;
    color: black;
    box-shadow: 20px 40px 60px #444343, -20px 40px 60px #ffeed4;
    transition: 0.3s ease-in-out;
    z-index: 1;
    width: 239px;
    position: absolute;
    right: 14px;
    top: 68px;
    border-radius: 12px;
    height: 244px;
  }
  .nav-link {
    color: #000;
  }

  /* .download-btn button {
    color: #f8fdfe;
    background: none;
    border-radius: 30px;
    color: var(--color-primary);
    padding: 8px 30px;
    text-decoration: none;
    border: 1px solid var(--color-primary);
  } */
  .Card_Size {
    width: 48%;
  }

  .button-container {
    top: 92px !important;
    position: absolute;
    display: flex;
    justify-content: center;
    /* border:  4px solid white; */
    border-radius: 10px;
    margin-top: 28px;
    right: 30px;
  }
}
@media (max-width: 575.98px) {
  button.download-button.test {
    background-color: var(--rich-new-color) !important;
    color: #fff;
    margin-top: -15px;
    font-weight: 500;
    padding: 8px;
    width: 174px;
    font-size: 16px;
  }
}
.Card_Size.game-rate-card-cust {
  border-radius: 10px;
  background-color: #e0eee6;
}
@media (max-width: 1024px) {
  .game-rate-card-cust {
    padding: 15px;
  }
  .game-rate-card-cust h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }

  .game-rate-card-cust h2 {
    font-size: 21px;
    line-height: 23px;
    font-weight: 400;
  }
}

/* navbar css start */

.custome-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-container {
  height: 92px;
  width: 100%;
  max-width: 1440px;
  /* background: linear-gradient(
    to bottom,
    #5ebdc4,
    #a3dadd
  ); */
  /* background-color: var(--rich-new-color); */
  /* background-color: red; */
  background: url("../src/RichImages/newheader.svg") no-repeat center center;
  /* margin-top: 0; */
}
.header-content-main {
  padding-left: 20px;
  padding-right: 20px;
}

.logo_navbar {
  width: 10rem;
}

.downloadBtn {
  font-size: 20px;
  font-weight: 400;
}

.game-icons-img {
  height: 28px;
  width: 28px;
}

.footer-terms-text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}

.footer-terms-text a {
  text-decoration: none;
  color: #000000;
}

.footer-right-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-left-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.charts-games {
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  padding: 5px;
  width: 70%;
  /* border-radius: 12px; */
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}

.charts-games h4 {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.charts-games-title {
  color: #000000;
  font-weight: 600;
  font-size: 26px;
  line-height: 50px;
  text-align: left;
  margin-bottom: 15px;
}

.timetable {
  margin-top: 40px;
}

.chart-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cust-m {
  margin: 20px 0px 20px 0px;
}
th.cc {
  background: var(--rich-new-color);
  color: #fff !important;
}

td.cc.td-width-13 {
  /* background: var(--rich-new-color); */
  padding-bottom: 0;
  position: sticky;
  left: 0;
}
thead.tr.th.ch {
  background: var(--rich-new-color);
}
th.ch {
  background: var(--rich-new-color);
  color: #fff !important;
}

td.ccccc {
  /* background: var(--rich-new-color); */
  padding-bottom: 0;
  position: sticky;
  left: 0;
}
@media (max-width: 480px) {
  .card-text-main h5 {
    font-size: 18px;
  }
  .card-text-main h3 {
    font-size: 15px;
  }
  h1.mb-0.ms-2.me-2.rich-game-title.backgroundoftitle {
    font-size: 16px !important;
    padding: 0px 10px;
  }
  .game-icons-img {
    height: 20px !important;
    width: 20px !important;
  }
}
.connect-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: #fff; */
  padding: 20px 10px;
  font-family: sans-serif;
  /* flex-wrap: wrap; */
  gap: 20px;
  margin-top: -30px;
  width: 100%;
}

.connect-left {
  flex: 1;
  min-width: 350px;
}

.connect-title {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
}

.connect-number {
  font-size: 20px;
  color: var(--rich-new-color);
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.connect-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -13px;
  justify-content: center;
}

.connect-btn {
  background-color: var(--rich-new-color);
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.connect-btn i {
  font-size: 16px;
}

.connect-right {
  margin-top: 10px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  flex: 1;
  min-width: 280px;
}

.connect-info-block {
  color: #003f3f;
  min-width: 80px;
}

.connect-icon {
  font-size: 28px;
  margin-bottom: 6px;
  color: black;
}

.connect-info-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.connect-info-value {
  font-weight: 500;
  font-size: 14px;
}

/* 🔸 Responsive for small screens */
@media (max-width: 768px) {
  .connect-section {
    /* flex-direction: column; */
    padding: 20px;
    align-items: center;
    text-align: center;
  }

  .connect-left,
  .connect-right {
    width: 100%;
  }

  .connect-buttons {
    justify-content: center;
  }

  .connect-number {
    font-size: 18px;
  }

  .connect-btn {
    width: 140px;
    justify-content: center;
  }
}
.newheroabcd {
  align-items: center;
}
.ptm-modal .modal-content {
  border-radius: 16px;
  padding: 10px 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ptm-header {
  border: none;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ptm-icon {
  font-size: 32px;
  color: red;
  margin-bottom: 10px;
}

.ptm-title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  text-align: center;
  width: 100%;
}

.ptm-open-text {
  color: green;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.ptm-closed-text {
  color: red;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.ptm-body-box {
  background-color: #f3fafa;
  border-radius: 12px;
  padding: 16px;
  border: 3px solid var(--rich-new-color);
}

.ptm-section-title {
  text-align: center;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
  height: 30px;
  width: 100%;
  /* background-color: #75A88B; */
}
.ptm-time-box {
  border: 3px solid var(--rich-new-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-top: 16px;
}

.ptm-time-header {
  background-color: var(--rich-new-color); /* light teal-blue */
  text-align: center;
  font-weight: bold;
  padding: 10px;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ptm-time-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.ptm-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  flex: 1;
}

.ptm-value {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-align: center;
  flex: 1;
}

.ptm-time-row:last-child {
  border-bottom: none;
}

.ptm-footer {
  text-align: center;
  margin-top: 16px;
}

.ptm-ok-button {
  background: var(--rich-new-color);
  color: white;
  border: none;
  padding: 10px 40px;
  border-radius: 24px;
  font-size: 14px;
  cursor: pointer;
}
.nvbaralign {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .nvbaralign {
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
  }
  .da-download-btn {
    position: absolute;
    top: 65px !important;
    right: -10px !important;
  }
  .navicons {
    /* display: none; */
    margin-left: 10px;
  }
}
/* @media (min-width: 767px) and (max-width: 991px) {
  .da-download-btn {
    margin-top: 75px !important;
    margin-right: -10px !important;
  }
} */
@media (max-width: 399px) {
  .da-download-btn {
    margin-top: -90px !important;
    margin-right: 0px !important;
  }
}

.da-download-btn {
  margin-top: 0px;
  height: 50px;
  cursor: pointer;
}

.da-download-btn:hover {
  transform: scale(1.02);
}

.da-download-icon {
  background-color: var(--rich-new-color);
  border-radius: 50%;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.da-download-text {
  font-size: 16px;
  font-weight: 600;
  color: #20603d;
  opacity: 0.8;
}
.navicons {
  height: 16px;
}
.hover-3 {
  --c: linear-gradient(#fff 0 0); /* update the color here */
  padding-bottom: 0.15em;
  background: var(--c), var(--c);
  background-size: 0.3em 0.1em;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  transition: 0.3s linear, background-size 0.3s 0.2s linear;
}
.hover-3:hover {
  background-size: 100% 0.1em;
  background-position: 10% 100%, 90% 100%;
}
.mobileonly-button {
  display: flex;
}

@media (min-width: 768px) {
  .mobileonly-button {
    display: none;
  }
}
.mobileonly-states {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .mobileonly-states {
    display: none;
  }
}
.seenonlargescreen {
  display: none;
}

@media (min-width: 768px) {
  .seenonlargescreen {
    display: flex;
  }
}

.game-modal .modal-content {
  border-radius: 12px;
  text-align: center;
  padding: 10px;
  position: relative;
}

.closeicon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.game-modal-header {
  border: none;
  justify-content: center;
  padding-bottom: 0;
}

.game-modal-title {
  font-weight: 600;
  font-size: 20px;
}

.game-status {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 600;
  width: 100%;
  background-color: #b5b1ae;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.game-timer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.game-timer-box {
  background: #f8f8f8;
  border-radius: 13px;
  padding: 12px 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border: 2px solid;
}

.label {
  font-size: 14px;
  color: #494949;
  display: block;
  margin-bottom: 5px;
}

.time {
  font-size: 15px;
  font-weight: bold;
}

.game-footer {
  margin-top: 20px;
}

.ok-btn {
  background-color: var(--rich-new-color);
  color: white;
  border: none;
  padding: 10px 35px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.ok-btn:hover {
  background-color: #3f755a;
}

/* contactus section */

.contact-form {
  max-width: 800px;
  margin: 30px auto;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  flex-direction: column;
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.contact-form label {
  margin: 10px 0 5px;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form .checkbox-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}

.contact-form button {
  padding: 12px;
  background-color: var(--rich-new-color);
  color: white;
  border: none;
  border-radius: 6px;
  margin-top: 15px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: var(--rich-new-color);
}

.error {
  color: red;
  font-size: 0.85em;
  margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 600px) {
  .contact-form {
    padding: 15px;
  }
}

/* privacy policy page */
.privacy-container {
  max-width: 900px;
  margin: auto;
  padding: 20px;
  color: #000;
}

.privacy-header {
  background-color: var(--rich-new-color);
  color: white;
  padding: 8px 0px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.privacy-header h1 {
  margin: 0;
  font-size: 2rem;
}

.privacy-content {
  background: white;
  margin-top: 20px;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.privacy-content section {
  margin-bottom: 30px;
}

.privacy-content h2 {
  color: var(--rich-new-color);
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.privacy-content p {
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 600px) {
  .privacy-container {
    padding: 10px;
  }

  .privacy-header h1 {
    font-size: 1.5rem;
  }

  .privacy-content {
    padding: 15px 20px;
  }

  .privacy-content h2 {
    font-size: 1.1rem;
  }
}

/* terms and condition new */
.tc-container {
  max-width: 900px;
  margin: auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  /* background-color: #f9f9f9; */
  color: #333;
}

.tc-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  background-color: var(--rich-new-color);
  color: white;
  padding: 30px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tc-section {
  margin-top: 2rem;
}

.tc-heading {
  color: #478767;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.tc-text,
.tc-item {
  line-height: 1.6;
  font-size: 1rem;
}

.tc-list {
  padding-left: 20px;
}

@media (max-width: 600px) {
  .tc-container {
    padding: 15px;
  }

  .tc-title {
    font-size: 1.5rem;
  }

  .tc-heading {
    font-size: 1.2rem;
  }

  .tc-text,
  .tc-item {
    font-size: 0.95rem;
  }
}

/* contactus new */

.cu-container {
  display: flex;
  max-width: 1100px;
  margin: 40px auto;
  background: white;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-wrap: wrap;
  padding: 10px;
}

/* Left side */
.cu-left {
  background: var(--rich-new-color);
  flex: 1 1 350px;
  padding: 30px 20px;
  text-align: center;
}

.cu-logo-section img.cu-logo {
  width: 100px;
  height: 70px;
  object-fit: fill;
  margin-bottom: 10px;
  border-radius: 10px;
}

.cu-logo-section h1 {
  margin: 0;
  color: var(--rich-new-color);
  font-size: 1.6rem;
}

.cu-logo-section p {
  font-style: italic;
  font-size: 0.9rem;
  color: #555;
}

.cu-info-section h2 {
  margin-top: 30px;
  font-size: 1.2rem;
  color: var(--rich-new-color);
  margin-bottom: 20px;
}

.cu-info-section p {
  margin: 10px 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Right side */
.cu-right {
  flex: 1 1 600px;
  padding: 30px 25px;
}

.cu-right h2 {
  color: var(--rich-new-color);
  margin-bottom: 20px;
}

.cu-form-group {
  margin-bottom: 16px;
}

.cu-form-group input,
.cu-form-group textarea {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  transition: 0.3s border;
}

.cu-form-group input:focus,
.cu-form-group textarea:focus {
  border-color: var(--rich-new-color);
}

.cu-form-group textarea {
  resize: vertical;
  height: 120px;
}

button {
  background: var(--rich-new-color);
  color: white;
  border: none;
  padding: 12px 18px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background: #386d5c;
}

.cu-error {
  color: red;
  font-size: 0.85rem;
  margin-top: 5px;
  display: block;
}
.fi-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}
.contactpara {
  color: #fff;
  margin-top: 10px;
}

.fi-image {
  max-width: 150px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.fi-image:hover {
  transform: scale(1.05);
}

/* Optional: if you want specific rules for each image */
.fi-image-1 {
  /* custom styling for first image */
}

.fi-image-2 {
  /* custom styling for second image */
}

@media (max-width: 600px) {
  .fi-image {
    max-width: 120px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .cu-container {
    flex-direction: column;
  }

  .cu-left,
  .cu-right {
    padding: 20px;
  }

  .cu-left {
    text-align: left;
  }
}


.move-color {
    align-items: center;
    -webkit-animation: pulse 1.7s infinite;
    background-color: var(--rich-new-color);
    background-size: 200% 100%;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer !important;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: auto auto 10px;
    padding: 10px;
    position: relative;
    text-align: center;
    transition: box-shadow 1.7s ease;
}
.download-icon {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    padding: 10px;
    width: 60px;
    color:black;
}


.move-color {
  /* animation: gradientAnimation 5s linear infinite; */
  /* background: #1c3e35; */
  /* background: url("../../../RichImages/newheader.png") no-repeat center center; */
  color: #fff;
  background-color: var(--rich-new-color);
  cursor: pointer !important;
  background-size: 200% 100%;
  border: none;
  border-radius: 50px;
  margin: auto;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
  position: relative;
  -webkit-animation: pulse 1.7s infinite;
  transition: box-shadow 1.7s ease; /* Darker green on hover */
  /* animation: borderColorChange 3s linear infinite;  */
}
@media (max-width: 575.98px) {
  .mb-0.font-400.curser-pointer {
    font-size: 1.1rem;
  }
  .move-color {
    gap: 16px;
  }

}

@media (min-width: 576px) {


  .newheroabcd {
    display: flex;
  }
}
@keyframes borderColorChange {
  0% {
    border-color: #3498db; /* Blue */
  }
  25% {
    border-color: #e74c3c; /* Red */
  }
  50% {
    border-color: #2ecc71; /* Green */
  }
  75% {
    border-color: #f39c12; /* Yellow */
  }
  100% {
    border-color: #3498db; /* Blue again */
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0); /* Initial position */
  }
  50% {
    transform: translateY(-5px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Return to initial position */
  }
}
.move-color:hover {
  /* background-color: #1D192B; */
  color: #fff;
  border-color: 5px solid #000;
  transition: background 0.8s ease, fill 0.8s ease; /* Darker green on hover */
}


button {
    background: #478767;
    background: var(--rich-new-color);
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    padding: 12px 18px;
    transition: background .3s ease;
}


@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.connect-buttons a {
    display: flex;
}