@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --primary-color: #35c31e;
  --secondary-color: #0f1b42;
  --color: #fff;
}

body {
  font-family: "Poppins", sans-serif;
  /* background-color: #000616; */
  
}
html{
    scroll-behavior: smooth;
}
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* header css && footer css*/
header,
footer {
  background-color: #080f25;
}
._header1 {
  position: sticky;
  top: 0;
  z-index: 999;
}
._header2 {
  position: relative;
}
._header3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
._footer3 img {
  max-width: 100%;
}
._header4 {
  width: 150px;
  height: 70px;
  overflow: hidden;
}
._header4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._header5 {
  display: flex;
  align-items: center;
  list-style-type: none;
}
._parent_content {
    padding-top: 24px;
}
._parent_content>div {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 13px;
}
ul._section_scrolled {
    list-style-type: disc;
    color: #fff;
    padding-left: 19px;
    display: inline-block;
}
ul._section_scrolled>li {
    margin-bottom: 8px;
}
ul._section_scrolled>li>a {
    color: #ffffffad;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
ul._section_scrolled>li>a:hover{
    color:#35c31e;
}
ul._section_scrolled>li>a::after {
    content: "";
    border-bottom: 1px dashed #ffffff2e;
    display: d;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
._header5 li {
  padding-right: 30px;
}
._header5 li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: 2px solid #080f25;
  border-radius: 4px;
  transition: all 0.3s ease;
}
._header5 li a.active {
  border: 2px solid var(--primary-color);
}
._header5 li a:hover {
  border-color: var(--primary-color);
}
._footer3 {
  text-align: center;
}
._footer4 {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #cccccca8;
  padding-bottom: 20px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
._footer4::-webkit-scrollbar {
  display: none;
}
._footer4 li {
  padding: 0px 15px 0px 0px;
}
._footer4 li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.6px;
}
._footer4 li a:hover {
  color: var(--primary-color);
}
._footer5 {
  border-bottom: 1px solid #ccccccb2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
._footer5 p:first-child {
  margin-bottom: 20px;
}
._footer5 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
}
/*  */
.container {
  max-width: 1400px;
  width: 100%;
  padding-inline: clamp(15px, 3vw, 25px);
  margin-left: auto;
  margin-right: auto;
}
.container2 {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
p {
  color: #ccc;
  line-height: 22px;
  font-size: 15px;
  letter-spacing: 0.6px;
}
h1 span,
h2 span,
h3 span,
h4 span {
  color: var(--primary-color);
}
h1 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.6px;
  color: #ccc;
  padding-bottom: 12px;
}
h2 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.6px;
  color: #ccc;
  padding-bottom: 12px;
}

h3 {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.6px;
  color: #ccc;
  padding-bottom: 10px;
}

h4 {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.6px;
  color: #ccc;
  padding-bottom: 8px;
}
._header6 {
  display: none;
}
._header7 {
  display: none;
}
._footer5 span,
._footer6 {
  color: var(--primary-color) !important;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.4px;
}
._copy11 {
  padding-bottom: 25px;
  text-align: center;
}
._copy12 {
  padding-top: 15px;
}
._copy11 p {
  font-size: 14px !important;
}
.bg-color {
  background: #000616;
}
._padding {
  padding-top: 30px;
}

/* left right section */
._left_right li {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding-bottom: 25px;
}

._left_right li div:first-child {
  width: 90px;
  height: 90px;
  margin-right: 25px;
  flex: 0 0 80px;
  border: 1px solid #0f1b42;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
._left_right li div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* top bottom */
._top_bottom {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 15px;
}
._top_bottom li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 33%;
  padding-right: 10px;
}
._top_bottom li div:first-child {
  width: 140px;
  height: 140px;
  overflow: hidden;
}
._top_bottom li div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._top_bottom li div:last-child {
  text-align: center;
  padding-top: 10px;
}

/* left image and right image */
._padding._left_img1 {
  list-style-type: none;
}
._padding._left_img1 li {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}
._padding._left_img1 li div {
  flex: 0 0 48%;
  width: 48%;
  overflow: hidden;
}
._padding._left_img1 li ._left_img11 {
  height: 200px;
}
._padding._left_img1 li:nth-child(odd) ._left_img11 {
  padding-right: 20px;
}
._left_img11 img {
    width: 100%;
    max-width: 280px;
    height: 200px;
    object-fit: cover;
    margin-inline: auto;
    display: block;
}
._padding._left_img1 li:nth-child(even) ._left_img11 {
  padding-left: 20px;
}
._padding._left_img1 li:nth-child(3) ._left_img11 img {
  object-fit: cover;
}
/* banner side */
._sidebanner1 {
  border-radius: 10px;
  width: 100%;
  min-height: 170px;
  background: #0f1b42;
}
/*internal a tag css*/
a._internal_linking {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
a._internal_linking:hover{
    color:var(--primary-color);
}
._sidebanner2 {
  width: 100%;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._sidebanner2 a {
  background: #35c31e;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease;
  letter-spacing: 0.4px;
}
._sidebanner2 a:hover {
  opacity: 0.85;
}
/* top ids */
._only_ids ._left_img11 img {
  object-fit: cover;
}
._only_9ids ._top_bottom {
  align-items: flex-start;
  flex-wrap: wrap;
}
._only_9ids ._top_bottom li {
  border: 1px solid #0f1b42;
  border-radius: 10px;
  padding: 15px;
  margin-right: 2px;
  margin-bottom: 10px;
  min-height: 380px;
  justify-content: flex-start;
}
._only_9ids ._top_bottom li div:first-child {
  width: 130px;
  height: 130px;
  overflow: hidden;
}
._only_9ids ._top_bottom p {
  font-size: 14px;
  color: #ccccccab;
}

/* contact-us style */
.contact-content {
  display: flex;
  gap: 30px;
  align-items: center;
}

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

.contact-form {
  background-color: #0f1b42;
  padding: 29px;
  flex: 0 0 48%;
  border-radius: 5px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-form button {
  background-color: var(--primary-color);
  width: 100%;
  color: var(--color);
  border: none;
  padding: 15px 18px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  margin-top: 18px;
}
.contact-form button:hover {
  background-color: #28a817;
}
.contact-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.contact-image {
  flex: 0 0 48%;
}
.note-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  color: #2f3c4c;
}

.note-section div {
  flex: 0 0 48%;
  margin-bottom: 20px;
}
._ul {
  color: #ccc;
}
._ulpadding {
  padding-left: 16px;
}
form label {
  color: #fff;
  display: block;
  padding-bottom: 5px;
}
._ulpd {
  padding-bottom: 15px;
  padding-top: 15px;
}

/* whatsapp image */
._what_call1 {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99;
}
._what_call2 {
  width: 65px;
  height: 65px;
  overflow: hidden;
}
._what_call2 a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  text-decoration: none;
}
._what_call2 a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._what_call10 {
  display: none;
}

/* about us  */
._tx2t {
  text-align: center;
}
.betting-categories {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding: 30px 20px;
  gap: 20px;
  flex-wrap: wrap;
}

.category {
  background-color: #000924;
  padding: 20px;
  max-width: 400px;
  color: #ffffff;
  width: 100%;
  min-height: 360px;
}

.icon img {
  height: 150px;
  margin-bottom: 20px;
}

/*features-section*/
.features-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.feature-icon {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
@media only screen and (max-width: 810px) {
  .container {
    padding: 0px 15px;
  }
  ._header5 {
    display: none;
  }
  ._header6 {
    display: block;
  }
  ._header7 {
    position: fixed;
    background: #080f25;
    left: 0;
    top: 80px;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    display: block;
    z-index: 9999999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  ._header7.active1 {
    transform: translateX(0);
  }
  ._header9 {
    list-style-type: none;
  }
  ._header9 li {
    border-bottom: 1px solid #cccccc9c;
    
  }
  ._header9 li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 15px 20px;
    display: block;
    width: 100%;
  }
  ._header9 li:last-child {
    padding: 10px 20px 10px 9px;
    border-bottom: none;
    margin-top: 10px;
  }
  ._header9 li:last-child a {
    background: #35c31e;
    width: 100%;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 20px;
  }
  ._header9 li:last-child a span {
    display: inline-block;
    margin-left: 12px;
    font-size: 15px;
  }
  .show-hide {
    display: none !important;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
  }
  .show-hide.active {
    display: block !important;
  }
  ._header3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  ._footer4 {
    justify-content: flex-start;
  }
  .contact-content {
    flex-direction: column;
    align-items: center;
  }

  .contact-image img {
    max-width: 100%;
  }

  .contact-form {
    width: 100%;
  }
  .note-section {
    flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  ._left_right li {
    flex-direction: column;
  }
  ._left_right li div:first-child {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  ._left_right li div:last-child {
    text-align: center;
  }
  ._top_bottom {
    flex-wrap: wrap;
  }
  ._top_bottom li {
    flex: 0 0 100%;
    padding-right: 0px;
    padding-bottom: 25px;
  }
  ._padding._left_img1 li {
    flex-direction: column;
  }
  ._padding._left_img1 li:nth-child(2n + 1) ._left_img11 {
    padding-right: 0px;
    padding-bottom: 25px;
  }
  ._padding._left_img1 li div {
    flex: 0 0 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  ._left_img11 {
    width: 100% !important;
    height: 160px !important;
    flex: 0 0 220px !important;
  }
  ._padding._left_img1 li:nth-child(2n) ._left_img11 {
    padding-left: 0px;
    padding-bottom: 25px;
  }
  ._padding._left_img1 li:nth-child(2n) ._left_img12 {
    order: 2;
  }
  ._sidebanner1 {
    border-radius: 0px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  ._only_9ids ._top_bottom li {
    min-height: unset;
  }

  /* whats icon css mobile */
  ._what_call1 {
    display: none;
  }
  ._what_call10 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #29a71a;
    height: 60px;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
    z-index: 9999;
  }
  ._what_call11 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ._what_call11 a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  ._what_call11 a img {
    height: 100%;
    object-fit: contain;
    width: unset;
  }
  ._what_call11 a div {
    color: #f9f9f9;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.4px;
  }
  ._copy11 {
    padding-bottom: 79px;
  }
}

.btn-link {
  display: inline-block;
  padding: 12px 24px;       /* Slightly bigger tap area */
  background-color: #00b309;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  max-width: 100%;          /* Prevent overflow */
  box-sizing: border-box;  /* Include padding in width */
  white-space: nowrap;     /* Keep button text in one line */
  font-size: 1rem;         /* Responsive font size */
}

@media (max-width: 480px) {
  .btn-link {
    padding: 14px 28px;    /* Larger padding on small screens */
    font-size: 1.1rem;     /* Slightly bigger font on mobile */
    white-space: normal;   /* Allow wrapping if needed */
    width: 90%;            /* Almost full width on small devices */
  }
}
