:root {
  --blue: #10408c;
  --darkblue: #071d46;
  --red: #d80027;
  --white: #fff;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Sinhala:wght@100..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");

.text-red {
  color: var(--red);
}

.text-yellow {
  color: #fcd116;
}

.text-white {
  color: var(--white) !important;
}

.none {
  display: none;
}

a {
  text-decoration: none;
}

.top {
  position: fixed;
  right: 1%;
  bottom: 5%;
}

.gsc-control-cse {
  background-color: #00000000 !important;
  border: 0px !important;
}

.link {
  cursor: pointer;
}

.pos-rel {
  position: relative;
}

body {
  background: #fff;
  background-size: 100%;
  color: black;
}

/* #navbarNav>ul>li>a.nav-link {
  color: #fff;
} */

.bg-gray {
  background: var(--grey, #2b2b2b);
  padding: 0.2rem;
}

.text-red {
  color: #d80027;
}

.text-pink {
  color: #F87272;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 767.99px) {
  .navbar-collapse {
    position: absolute;
    right: 10%;
    top: 100%;
    background-color: #000000;
    /* background-color: #000000bb; */
    z-index: 999;
    padding: 0.5rem;
  }

  .web {
    display: none;
  }

  .web-mobile {
    width: 300% !important;
    position: relative;
    right: 0;
  }

  .flex-row-col {
    flex-direction: column;
  }

  .flex-row-col-re {
    flex-direction: column-reverse;
  }

  .w-25-50 {
    width: 50%;
  }

  .w-19-49 {
    width: 49%;
  }

  .w-49-100,
  .w-30-100 {
    width: 100%;
  }

  .text-left-center,
  .text-right-center {
    text-align: center;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 768px) {
  .w-50-100 {
    width: 50%;
  }

  .w-49-100 {
    width: 49%;
  }

  .w-30-100 {
    width: 30%;
  }

  .w-19-49 {
    width: 19%;
  }

  .text-left-center {
    text-align: left;
  }

  .text-right-center {
    text-align: right;
  }

  .w-25-50 {
    width: 25%;
  }

  .mobile {
    display: none;
  }

  .flex-row-col,
  .flex-row-col-re {
    flex-direction: row;
  }
}

/*endendendendend*/
/* Extra small devices (phones, 600px and down) */
@media (max-width: 767.99px) {
  .pos-ab-h1 {
    position: absolute;
    left: 5%;
    top: 70%;
    width: 90%;
    transform: translateY(-50%);
    text-align: center;
  }

  h1 {
    color: #fff;
    font-weight: 700;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 1.8px;
  }

  #map {
    background-position: center;
    background-size: contain;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 768px) {
  #map {
    background-position: center;
    background-size: cover;
  }

  h1 {
    color: #fff;
    font-weight: 900;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    line-height: 50px;
    /* 133.333% */
    letter-spacing: 1.8px;
  }

  .pos-ab-h1 {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .h-200px {
    height: 200px;
  }

  .h-400px {
    height: 400px;
  }
}

.btn-red {
  border-radius: 30px;
  background: #ee3944;
  color: #fff;
  width: 150px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-black {
  fill: var(--deep-grey, #1c1c1c);
}

.btn-gold {
  border-radius: 5px;
  background: var(--gold,
      linear-gradient(90deg,
        #c5921e 0%,
        #f8c631 16.31%,
        #ffe986 46.35%,
        #f9c82e 78.65%,
        #c28d14 100%));
  color: var(--D80027, #d80027);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 138.889% */
  padding: 0.4rem 0.6rem;
}

.bg-content-list,
.bg-content {
  border: 3px solid var(--FFB80A, #ffb80a);
  margin: 0.5rem;
  padding: 0.2rem 0.5rem;
}

.w900 {
  font-weight: 900 !important;
}

#map {
  background-image: url(./img/World+Map+Infographic.webp);
  background-repeat: no-repeat;
}

h2.text-red {
  color: var(--D80027, #d80027);
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 107.143% */
}

p.my-2 {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
}

.bg-gray-bob {
  border-radius: 24px 24px 24px 4px;
  background: var(--Light-Gray-2, #f5f5f5);
  color: var(--Light-Gray-11, #000);
  font-family: Poppins;
  font-size: 18px;
  line-height: 20px;
  /* 111.111% */
  letter-spacing: 0.25px;
  padding: 1rem;
  margin: 0.5rem 0 0 0.5rem;
}

.bg-pink {
  border-radius: 10px;
  background: rgba(216, 0, 39, 0.3);
}

.bg-red {
  border-radius: 10px;
  background: rgba(216, 0, 39, 0.3);
}

.text-onon {
  position: absolute;
  left: 10px;
  top: 0px;
}

.text-gold {
  background: var(--gold,
      linear-gradient(90deg,
        #c5921e 0%,
        #f8c631 16.31%,
        #ffe986 46.35%,
        #f9c82e 78.65%,
        #c28d14 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
}

.border-se-four {
  border-radius: 10px;
  border: 1px solid #000;
}

.bg-se-four {
  background: #000;
  color: #ffb80a;
  padding: 0.5rem;
}

/* qa */
.accordion-item {
  color: #fff;
  border: 1px solid #fff !important;
  margin: 1rem 0;
  border-radius: 0 !important;
  background: #7f98aa00;
}

.accordion-button:not(.collapsed),
.accordion-button {
  color: #fff;
  font-weight: 600;
  background: #7f98aa00;
  border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: inset 0 0 0 0;
  background: #7f98aa00;
  border-radius: 0 !important;
}

.accordion {
  border-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./img/down.svg);
  transform: rotate(180deg);
}

.accordion-button::after {
  background-image: url(./img/up.svg);
  transform: rotate(180deg);
}

/*qa end*/
h2 {
  font-family: "Noto Sans Sinhala";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  /* 178.571% */
}

p {
  font-family: "Noto Sans Sinhala";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
}

h4 {
  color: var(--FFB80A, #ffb80a);
  font-family: "Noto Sans Sinhala";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 200% */
  background: #000;
  padding: 0.5rem 1rem;
}

h5 {
  font-family: "Noto Sans Sinhala";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 200% */
}

.bg-yellow {
  background: #fcd116;
  padding: 1rem;
}

#two {
  background-image: url(./img/baji_Srilanka_banner_soccer.webp);
  background-position: center;
  background-size: cover;
}

#three {
  background-image: url(./img/baji_Srilanka_banner_2.webp);
  background-position: center;
  background-size: cover;
}

#five {
  background-image: url(./img/baji_Srilanka_banner_sport.webp);
  background-position: center;
  background-size: cover;
}

.bg-img-black {
  background-position: center;
  background-size: cover;
}

.bg-img-black.one {
  background-image: url(./img/baji_Srilanka_banner_casino_1.webp);
}

.bg-img-black.two {
  background-image: url(./img/baji_Srilanka_banner_casino_3.webp);
}

.bg-img-black.three {
  background-image: url(./img/baji_Srilanka_banner_casino_2.webp);
}

.bg-img-black.four {
  background-image: url(./img/baji_Srilanka_banner_casino_6.webp);
}

.bg-img-black.five {
  background-image: url(./img/baji_Srilanka_banner_casino_5.webp);
}

.bg-img-black.six {
  background-image: url(./img/baji_Srilanka_banner_casino_4.webp);
}

.border-100px {
  background: #fff;
  width: 50px;
  height: 4.562px;
  opacity: 1;
}

/* cricket page */
.text-hide-2 {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-hide-3 {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.navbar-nav {
  --bs-nav-link-hover-color: initial;
}

#footer img {
  width: 100%;
}

.toTop-arrow {
  position: fixed;
  right: 1%;
  bottom: 15%;
  border-radius: 50%;
  color: #fff;
  z-index: 9999;
}

.cs-link {
  position: fixed;
  top: 55%;
  right: 1%;
  z-index: 9999;

}

/* desktop */
@media (min-width: 1024px) {
  .nav-item {
    padding-right: 10px;
  }

  .breadcrumb {
    margin: 30px auto;
  }

  .news-img {
    height: 260px;
  }

  .news-content {
    padding: 20px;
  }

  #app div:nth-child(2) {
    gap: 15px;
  }

  .NewContainer {
    margin-top: 50px;
    margin-bottom: 50px;
  }

}

/* ipad */
@media (min-width: 678px) and (max-width: 1024px) {
  .breadcrumb {
    margin: 30px auto;
  }

  .news-img {
    height: -webkit-fill-available;
  }

  .news-content {
    padding: 5px;
  }

  #app div:nth-child(2) {
    gap: 15px;
  }

  .NewContainer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* phone */
@media (max-width: 678px) {

  /* footer */
  #footer .col-6 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footer img {
    width: 90%;
  }

  /* footer */

  .news-content {
    padding: 16px;
  }
}


/* login page */
.bg-grey-light {
  background-color: #EDEDED;
}

.bg-black {
  background-color: #000000;
}

.text-Earthy-yellow {
  color: #FFB80A;
}

.login_stepV {
  width: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.login-main h1,
.signup-main h1,
.affiliate-main h1 {
  font-size: 2rem;
}

.text-18-16 {
  font-size: 1.15rem;
}

.LoginSteps-section h3,
.affiliate-main h2 {
  font-size: 1.3rem;
}

.LoginSteps-section h3,
.affiliate-main h3 {
  padding: 10px;
}

.text-18-14 {
  font-size: 1.15rem;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.QA-section {
  background-image: url(./img/login/login_FAQ_desktop.webp);
  margin-top: 40px;
  padding-bottom: 20px;
}

.QA-section h2 {
  font-size: 1.5rem;
  padding-top: 30px;
}

.QA-content p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.tab {
  margin-bottom: 18px;
  border: 1px solid #FFFFFF;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.tab input:checked~.tab__content {
  max-height: 30rem;
}

/* Visual styles */
.accordion {
  overflow: hidden;
}

.tab__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 1rem;
  margin-bottom: 0;
}

.left-content {
  display: flex;
  align-items: center;
}

.left-content img {
  margin-right: 1rem;
}

.tab__label,
.tab__close {
  display: flex;
  cursor: pointer;
}

.right-content {
  content: url(./img/login/simple-line-icons_arrow-up.png);
  width: 24px;
  height: 24px;
  background-image: url(./img/login/simple-line-icons_arrow-up.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: transform 0.35s;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked+.tab__label .right-content {
  transform: rotate(0deg);
}

.tab__content p {
  margin: 0;
  padding: 0 1rem;
}

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.QA-section .accordion {
  padding: 10px 0;
}

.tab p {
  font-size: 1.15rem;
}

.bg-yellow {
  background-color: #FCD116;
}

.QA-bgyellow {
  padding: 5px 16px;
}

.LoginSteps-section .bg-black,
.join-div .bg-black {
  width: max-content;
}


/*signup  */
.m-auto-16 {
  margin: auto 16px;
}

.multi-column {
  column-count: 2;
  column-gap: 1rem;
}

.multi-column .d-flex {
  margin-bottom: 1rem;
}

.Howsignup-div .signupstep-div {
  margin-top: 10px;
}

.signupstep-div .red-round {
  list-style: none;
  counter-reset: list;
}

.red-round li {
  counter-increment: list;
  position: relative;
  padding-left: 3rem;

}

.red-round b {
  font-size: 1.15rem;
}

.red-round li::before {
  content: counter(list);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-color: #EE3945;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-red {
  background-color: #EE3945;
}

.red-round .w-33 {
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-5-h-61 {
  width: 5px;
  height: 61px;
}

.Howsignup-div .step-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-banner {
  background-image: url(./img/signup/signup_background_desktop.webp);
  background-position-x: center;
}

.signup-banner>.container {
  padding: 40px 0;
}

.text-20-16 {
  font-size: 1.3rem;
}

.benefit-div p,
.benefit-div li {
  font-size: 1.15rem;
}

.line-height-50 {
  line-height: 50px;
}

.border-right-2 {
  border-right: 2px solid #FFFFFF;
}

.justify-content-end {
  justify-content: end;
}

.logo-white {
  width: 63px;
  height: 40px;
}

.signup-arrow {
  width: 40px;
  height: 40px;
}

.text-18 {
  font-size: 1.15rem;
}

.mobile-signup {
  display: none;
}


/* affiliate */
.affiliate-main .bg-affiliateH1 {
  background-image: url(./img/affiliate/affiliateH1_background_desktop.webp);
  background-position-x: center;
}

.affiliate-main .program-div {
  border-radius: 20px;
  margin: 30px auto;
  padding: 20px 30px;
}

.program-div div {
  display: flex;
  align-items: center;
}

.program-div .w-36-h-36 {
  width: 36px;
  height: 36px;
}

.join-div h2,
.Howaffiliate-div h2 {
  padding: 10px;
}

.join-div ul {
  width: 80%;
}

.Howaffiliate-div .affiliatestep-div {
  margin: 10px 0 0 10px;
}

.Howaffiliate-div .stepB-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stepB-img img {
  width: 85%;
}

.timeline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 65px;
  left: 17px;
  width: 5px;
  background-color: #EE3945;
}

.timeline-item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item:last-child::after {
  content: '';
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 17px;
  width: 5px;
  background-color: #EE3945;
}

.timeline-circle {
  width: 40px;
  height: 40px;
  background-color: #EE3945;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  margin-right: 15px;
}

.timeline-content {
  width: 100%;
}

.timeline-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.circle-1 {
  margin-bottom: 20px;
}

.circle-2 {
  margin-bottom: 30px;
}

.circle-3 {
  margin-bottom: 40px;
}

.circle-4 {
  margin-bottom: 50px;
}


.timeline-title,
.timeline-subtitle {
  font-size: 1.15rem;
}

.Howaffiliate-div .w-60-100 {
  width: 60%;
  margin-right: 40px;
}

.affiliate-banner {
  background-image: url(./img/affiliate/affiliate_background2_desktop.webp);
  margin-top: 30px;
  padding: 50px 0;
  background-size: 100%;
}

.text-center {
  text-align: center;
}

.affiliate-banner .benefit-div {
  width: 88%;

}

.affiliate-banner .btn-PlayNow {
  width: 88%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-PlayNow .bg-yellow {
  width: 15%;
  padding: 10px;
  border-radius: 54px;
  text-align: center;
  cursor: pointer;
}

.text-24-20 {
  font-size: 1.5rem;
}

/* desktop */
@media (min-width: 1024px) {

  /* login */
  .login-main .LoginSteps-section,
  .signup-main .LoginSteps-section {
    margin: 30px auto;
  }


}



/* ipad */
@media (min-width: 678px) and (max-width: 1024px) {

  /* login */
  .login-main .LoginSteps-section,
  .signup-main .LoginSteps-section {
    margin: 30px auto;
  }

  .noteimg-div,
  .benefit-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .noteimg-div img,
  .step-img img,
  .benefit-div img {
    width: 100%;
  }

  /* signup */
  .line-height-50 {
    line-height: 30px;
  }

  .multi-column {
    column-count: 1;
  }

  .red-round li::before {
    width: 55px;
    height: 55px;
  }

  .red-round .w-33 {
    width: 55px;
  }

  .red-round li {
    padding-left: 4rem;
  }

  .w-5-h-61 {
    width: 5px;
    height: 50px;
  }

  /* affiliate */
  .circle-1 {
    margin-bottom: 16%;
  }

  .circle-2 {
    margin-bottom: 22%;
  }

  .circle-3 {
    margin-bottom: 23%;
  }

  .circle-4 {
    margin-bottom: 28%;
  }

  .timeline::before {
    bottom: 23%;
  }

  .timeline-item:last-child::after {
    top: 100%;
  }

  .affiliate-banner {
    background-image: url(./img/affiliate/affiliate_background2_desktop.webp);
    margin-top: 30px;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
  }

  .affiliate-banner .benefit-div,
  .affiliate-banner .btn-PlayNow {
    width: 100%;
  }

  .btn-PlayNow .bg-yellow {
    width: 25%;
  }
}

/* phone */
@media (max-width: 678px) {

  /* login */
  .login-main h1,
  .signup-main h1,
  .affiliate-main h1 {
    font-size: 1.5rem;
  }

  .text-18-16,
  .red-round b,
  .benefit-div p,
  .benefit-div li {
    font-size: 1rem;
  }

  .tab p,
  .note-div p {
    font-size: 1rem;
    line-height: normal;
  }

  .login-main .LoginSteps-section {
    margin: 30px auto;
  }

  .LoginSteps-section h3 {
    font-size: 1.15rem;
  }

  .text-18-14 {
    font-size: 0.9rem;
    line-height: normal;
  }

  .loginnote-div {
    flex-wrap: wrap;
  }

  .noteimg-div img {
    width: 100%;
  }

  .QA-section {
    background-image: url(./img/login/login_FAQ_mobile.webp);
  }

  .QA-section h2 {
    font-size: 1.3rem;
  }

  .left-content {
    margin: 10px 5px;
  }

  .tab__content p {
    padding: 16px;
  }

  /* signup */
  .multi-column {
    column-count: 1;
  }

  .w-5-h-61 {
    width: 5px;
    height: 65px;
  }

  .text-20-16 {
    font-size: 1rem;
  }

  .mobile-signup {
    display: block;
  }

  .Howsignup-div,
  .benefit-div {
    flex-wrap: wrap;
  }

  .step-img img,
  .benefit-div img {
    width: 100%;
  }

  .red-round li::before {
    width: 50px;
    height: 50px;
  }

  .red-round .w-33 {
    width: 50px;
  }

  .red-round li {
    padding-left: 4rem;
  }

  .signup-banner {
    background-image: url(./img/signup/signup_background_mobile.webp);
    background-position-x: center;
  }

  .mobile-bgyellow {
    margin-top: 30px;
  }

  .line-height-50 {
    line-height: 40px;
  }

  .signup-banner>.container {
    padding: 30px 0 0 0;
  }

  .signupstep-div p:last-child {
    margin-top: 50px;
  }

  /* affiliate */
  .affiliate-main .bg-affiliateH1 {
    background-image: url(./img/affiliate/affiliateH1_background_mobile.webp);
    background-size: cover;
  }

  .affiliate-main .H1-container {
    padding: 24px 12px 0 12px;
  }

  .affiliate-main .program-div {
    margin: 30px auto;
    padding: 10px 20px;
  }

  .program-div h2 {
    font-size: 1rem;
  }

  .Howaffiliate-div {
    flex-wrap: wrap;
  }

  .join-div .w-auto-100 {
    width: 100%;
  }

  .Howaffiliate-div .w-60-100 {
    width: 100%;
    margin-right: 0;
  }

  .circle-1 {
    margin-bottom: 33%;
  }

  .circle-2 {
    margin-bottom: 40%;
  }

  .circle-3 {
    margin-bottom: 47%;
  }

  .circle-4 {
    margin-bottom: 45%;
  }

  .timeline::before {
    bottom: 23%;
  }

  .timeline-item:last-child::after {
    top: 100%;
  }

  .timeline-title,
  .timeline-subtitle {
    font-size: 1rem;
  }

  .text-24-20 {
    font-size: 1.3rem;
  }

  .affiliate-banner {
    background-image: url(./img/affiliate/affiliate_background2_mobile.webp);
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }

  .affiliate-banner .benefit-div,
  .affiliate-banner .btn-PlayNow {
    width: 100%;
  }

  .affiliate-banner h2 {
    margin-bottom: 26px;
  }

  .btn-PlayNow .bg-yellow {
    width: 50%;
  }

}