@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

h1,
.h1 {
  font-size: 46px;
  line-height: 56px;
}

.card-header.newcard {
  display: flex;
  background: #222222;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.jodipage p {
  font-size: 18px;
  margin-bottom: 10px;

}

.resultname {
  text-align: center;
  line-height: 66%;
  margin: 20px 0px;
  font-size: 32px;
}

.card-header.newcard h3 {
  color: #000;
}

.card-header.newcard {
  display: flex;
}

.navbar .dropdown-menu a {
  width: 100%;
  display: block;
  padding: 5px;
  text-transform: capitalize;
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 38px;
  }
}

h2,
.h2 {
  font-size: 36px;
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: 16px;
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 14px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222222;
  line-height: 1.3;
}

h1 a:hover,
a.h1:hover,
h2 a:hover,
a.h2:hover,
h3 a:hover,
a.h3:hover,
h4 a:hover,
a.h4:hover,
h5 a:hover,
a.h5:hover,
h6 a:hover,
a.h6:hover {
  color: #9f6f17;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
}

p {
  line-height: 1.75;
}

a:focus,
button:focus {
  outline: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: initial;
}

ol,
ul {
  list-style-position: inside;
}

#timetable {
  background: #F6F6F6;
}

.section-padding .card-header {
  background: #e2c14e;
  text-align: center;
  color: #000;
}

.section-padding .card-header h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.section-padding .black {
  background: #101010;
  text-align: center;
  font-weight: 500;
}

.card-header h4 {
  text-align: left;
}

.section-padding .black h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 9px;
}

ul,
li {
  padding: 0;
  margin: 0;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "Rubik", sans-serif;

  font-weight: 500;
  font-size: 15px;
  line-height: 1.65;
}

::-moz-selection {
  color: #ffffff;
  background-color: #e7c652;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background-color: #101010;
  text-shadow: none;
}

.bg-light-gray {
  background-color: #f6f6f6;
}

:focus {
  outline: 0;
}

.btn.btn-primary {
  background-color: #0c0c0c !important;
}

.btn.btn-sm {
  padding: 10px 25px;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  color: #ffffff;
  background-color: #f4c400 !important;
}

.btn.btn-primary:hover {
  box-shadow: 0px 15px 35px rgba(255, 215, 0, 0.3);
}

.btn.btn-outline-primary {
  color: #222222;
  background-color: transparent;
  border: 0.094rem solid #9f6f17;
}

.padding_all {
  margin: 50px 0px 0px;
}

.infopage {
  margin-bottom: 20px;
}

.infopage ol {
  padding-left: 0px;
}

.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
  color: #101010;
  background-color: transparent;
}

.header-nav {
  background: #0d0d0d;
}

.header-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 15px;
  padding: 20px 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-button a button {
  background: transparent !important;
  color: #101010 !important;
}

.header-nav .nav-item:hover .nav-link {
  color: #9f6f17;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0;
  margin-top: 0;
  padding: 0 8px;
}

.headingall {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.bg_new_all_pages {
  background: #f6f6f6;
}

.card_custum_all {
  margin-bottom: 10px;
}

.card_header_custum {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.footer_all_new {
  padding: 50px 0px 0px;
}

.linksfooter h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.linksfooter .allnewall {
  color: #353535;
  font-size: 15px;
  font-weight: 500;
}

.linksfooter ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.linksfooter ul li a {
  font-weight: 400;
  color: #222222;
  font-size: 15px;

}

.innterheading {
  text-align: start;
  font-size: 18px;
  background: rgb(215 183 74);
  color: #000;
  padding: 12px 12px;
  border-radius: 4px;
  margin: 0 0 11px 0;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h4heading {
  text-align: left;
  font-size: 18px;
  background: rgb(215 183 74);
  color: #000;
  padding: 12px 12px;
  border-radius: 4px;
  margin: 0 0 11px 0;
}

.new_all_contnet ul li {
  font-weight: 400;
  font-size: 15px;
}

.new_all_contnet p {
  font-weight: 400;
  font-size: 15px;
}

.card_custom_body {
  margin-top: 10px;

  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.card_custom_body p {
  font-size: 18px;
  font-weight: 400;
}

.card_header_custum h4 {
  display: flex;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
}

.headingall h2 {
  position: relative;
  z-index: 9;
  background: #f6f6f6;
  padding: 2px 20px;
}

.row-gap {
  row-gap: 15px;
}

.headingall:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #dfdfdf;
  top: 25px;
}

.card-header h .headingall h2 {
  display: inline-block;
  text-align: center;
  background: #f6f6f6;
  position: relative;
  z-index: 1;
  padding: 4px 16px;
}

.cardnewall {
  border-left: 5px solid #0d0d0d;
  border-radius: 9px;
}

.downloadapp {
  position: relative;
  display: inline-block;
  background: linear-gradient(145deg, #f5d76e, #d4af37);
  color: #0d0d0d;
  padding: 12px 22px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 5px 3px #b8962e;
}

.downloadapp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #b8962e;
  border-radius: 25px;
  z-index: -1;
  transition: 0.25s ease;
}

.downloadapp::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 80%;
  height: 40%;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  pointer-events: none;
}

.downloadapp:hover {
  transform: translateY(6px);
  box-shadow: 0 3px 0 #b8962e;
}

.downloadapp:hover::after {
  top: 0%;
  background: #e3e3e3;
}

.downloadapp:active {
  transform: translateY(8px);
  box-shadow: 0 1px 0 #b8962e;
}

.downloadapp.apk:before {
  content: none;
}
.downloadapp.apk:hover::after {
  background: linear-gradient(145deg, #f5d76e, #d4af37);
}

.cta_btn:hover{
background: linear-gradient(145deg, #2c2300, #574611);
}

.bg-brash-bottom {
  background-position: center bottom;
}

.has-bg-brash {
  background-size: 1200px;
  background-repeat: repeat-x;
}

.banner {
  overflow-x: hidden;
}

.banner .shape-1 {
  top: 15%;
  left: 60px;
}

.banner .shape-3 {
  bottom: 150px;
  left: 35px;
}

.banner .shape-5 {
  left: 32%;
  bottom: 100px;
}

.banner .shape-6 {
  bottom: 130px;
  right: 30px;
}

.banner .shape-4 {
  top: 50px;
  right: 20px;
}

.banner .shape-8 {
  top: 130px;
  left: 35%;
}

.banner .shape-7 {
  top: 80px;
  right: 40%;
}

.has-shapes .shape-sm {
  height: 55px;
  width: 55px;
}

.has-shapes {
  position: relative;
  z-index: 1;
}

.has-shapes .shape-lg {
  height: 93px;
  width: 93px;
}

.has-shapes .shape-md {
  height: 76px;
  width: 76px;
}

.banner .banner-image.has-shapes .shape-md {
  right: 7px;
  bottom: 30px;
}

.banner .banner-image.has-shapes .shape-lg {
  left: -10px;
  bottom: 20px;
}

.banner .banner-image.has-shapes .shape-sm {
  left: 42%;
  top: 40px;
}

.banner .shape-7 {
  top: 80px;
  right: 40%;
}

.has-shapes .shape-xs-2 {
  height: 15px;
  width: 15px;
}

.banner .banner-image {
  margin-left: 50px;
}

.btn {
  font-size: 15px;
  padding: 14px 27px;
  color: #ffffff;
  border-radius: 5px;
  border: 0;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}

.btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn.btn-outline-primary {
  color: #fff;
  background-color: #222222;
  border: 0.094rem solid #6b4602;
}

@keyframes shine {
  0% {
    background-position: -5000px 0;
  }

  to {
    background-position: 5000px 0;
  }
}

.app_download {
  width: calc(100% - 32px);
  color: #666666 !important;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 25px;
  padding: 10px 27px !important;
  background: linear-gradient(121.19deg,
      rgba(133, 239, 49, 0) 25.73%,
      rgb(249, 232, 167) 45.27%,
      rgba(133, 239, 49, 0) 62.27%),
    #fdedab;
  animation: shine 30s linear infinite;
}

.has-shapes .shape-xl,
.has-shapes .shape-lg,
.has-shapes .shape-md,
.has-shapes .shape-sm,
.has-shapes .shape-sm-2,
.has-shapes .shape-xs,
.has-shapes .shape-xs-2 {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.mb-20 {
  margin-bottom: 20px;
}

.section-padding {
  padding: 90px 0;
}

.bg-brash-y {
  background-position: center top, center bottom;
}

.tools-use-section .shape-1 {
  top: 37%;
  left: 6%;
}

.tools-use-section .shape-2 {
  bottom: 125px;
  left: 75px;
}

.tools-use-section .shape-4 {
  left: 40%;
  bottom: 120px;
}

.tools-use-section .shape-5 {
  top: 150px;
  right: 80px;
  height: 22px;
  width: 22px;
}

.tools-use-section .shape-6 {
  bottom: 100px;
  right: 119px;
  height: 61px;
  width: 61px;
}

.font-weight-600 {
  font-weight: 600;
}

.ti-info-alt {
  font-size: 14px;
}

.ti-android {
  font-size: 22px;
}

.play_btn {
  background: linear-gradient(180deg, #ffcc00, #e5a021);
  border-radius: 50%;
  display: block;
  color: #fff;
  width: 48px;
  height: 48px;
  margin: auto;
}

.play_btn i {
  font-size: 30px;
}

.scroll-to-top-btn {
  bottom: 20px;
  right: 33px;
  z-index: 9999;
  padding: 3px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}

.scroll-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  bottom: 33px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.scroll-to-top-btn.show:hover,
.scroll-to-top-btn.show:focus {
  background: #9f6f17 !important;
}

.t-cell {
  border: 1px solid #0c0c0c !important;
  text-align: center;
  vertical-align: middle;
}

.accordionFAQ .card-header .accordion-arrow {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: 0.3s;
  font-size: 16px;
  margin-top: 5px;
}

.width_100 {
  width: 100%;
}

.flexnew {
  display: flex;
}

.flexnew .width_100 {
  width: 100%;
  background: #222222;
  border-left: 1px solid #ccc;
  text-align: center;
  padding: 8px;
  color: #fff;
}

.accordionFAQ .card-header [aria-expanded="true"] {
  color: #101010;
}

.accordionFAQ .card-header [aria-expanded="true"] .accordion-arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  margin-top: 4px;
  color: #101010;
}

.accordionFAQ .card-header {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-shapes .shape-xs {
  height: 26px;
  width: 26px;
}

.chart-links a {
  color: black;
}

.footer-bottom .block {
  padding: 25px 0;
}

.border-top {
  border-top: 1px solid #e3e3e3 !important;
}

.content a {
  color: #333333;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-light-gray {
  color: #f6f6f6;
}

.bg-light-gray {
  background-color: #fff;
}

.text-primary {
  color: #0c0c0c !important;
}

a.text-primary:hover {
  color: #fd0030 !important;
}

.bg-primary {
  background-color: #0c0c0c !important;
}

.text-primary {
  color: #0c0c0c !important;
}

.bg-primary {
  background-color: rgba(143, 104, 89, 0.562) !important;
}

.bg-primary-fill {
  background-color: #0c0c0c !important;
}

.text-secondary {
  color: rgba(255, 187, 51, 0.5) !important;
}

.bg-secondary {
  background-color: rgb(216, 182, 141) !important;
}

.text-secondary-fill {
  color: #ffbb33 !important;
}

.bg-secondary-fill {
  background-color: #30250f !important;
}

.text-tertiary {
  color: rgba(41, 175, 182, 0.5) !important;
}

.bg-tertiary {
  background-color: rgba(30, 133, 139, 0.5) !important;
}

.text-tertiary-fill {
  color: #1e858b !important;
}

.bg-tertiary-fill {
  background-color: #1e858b !important;
}

.bg-black {
  background-color: #101010;
}

.text-black {
  color: #101010;
}

.text-black-100 {
  color: #111111;
}

.bg-black-100 {
  background-color: #111111;
}

.bg-black-200 {
  background-color: #222222;
}

.text-black-200 {
  color: #222222;
}

.mt-10 {
  margin-top: 10px;
}


/* chart Page Css */
.timetable {
  border-left: 4px solid #9f6f17 !important;
  padding-right: 10px;
  text-indent: 15px;
  margin-bottom: 6px;
}

th.ch {
  border: 1px solid #0c0c0c !important;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0.75rem;
  background: transparent;
}

td.cc {
  padding: 4px !important;
  border: 1px solid #0c0c0c !important;
  vertical-align: middle !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: transparent;
}

.cp {
  font-size: 14px;
  display: block;
  width: 100%;
}

th.ch-c {
  padding: 1px !important;
  border: 1px solid #0c0c0c !important;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  background: transparent;
}

td.cc-c {
  padding: 1px !important;
  border: 1px solid #0c0c0c !important;
  vertical-align: middle !important;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
}

.cp {
  font-size: 14px;
  display: block;
  width: 100%;
  white-space: nowrap;

}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.j00,
.j05,
.j11,
.j16,
.j22,
.j27,
.j33,
.j38,
.j44,
.j49,
.j50,
.j55,
.j61,
.j66,
.j72,
.j77,
.j83,
.j88,
.j94,
.j99,
.jred {
  color: #de5246 !important;
}

.navbar-brand {
  width: 75px;
  margin: 6px 0px;
}

.card_game {
  margin-bottom: 10px;
  border: 1px solid #333333;
  border-radius: 18px;
}

.card_game .card_game_body {
  background: #fff;
  border-radius: 15px;
  border-left: 5px solid;
  border-right: 5px solid;
  padding: 15px;
}

.card_game_body a h3 {
  font-size: 16px;
  padding: 6px;
}

/* Media Query */
h4.headingsmall {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }

  .navbar .dropdown-menu {
    display: block;
    height: 0;
    overflow: hidden;
    width: 220px;
    transition: 0.2s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 15px;
    background-color: transparent;
    /* z-index: 1; */
  }

  .navbar .dropdown-menu a {
    color: #0c0c0c;
  }

  .navbar .dropdown-menu a:hover {
    color: #9f6f17;
  }

  .navbar .dropdown:hover .dropdown-menu {
    height: auto;
  }

  .navbar .dropdown-menu::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s ease-out;
    box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
    transition-delay: padding 0.25s;
  }

  .navbar .dropdown:hover .dropdown-menu::after {
    height: 100%;
  }
}


@media screen and (max-width: 991px) {

  .navbar-collapse.collapse.show {
    /* padding: 0 10px 10px; */
    margin-top: 10px;
  }

  .downloadapp {
    padding: 6px 13px;
  }

  .header-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 15px;
    padding: 12px 5px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .navbar-collapse.collapse.show .dropdown-menu.show {
    padding-left: 0px;
    background: transparent;
  }

  .navbar .dropdown-menu a {
    width: 100%;
    display: block;
    padding: 7px 14px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
  }
}

@media (max-width:767px) {
  .headingall h2 {
    font-size: 25px;
  }

  .headingall:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #dfdfdf;
    top: 50%;
  }

  .innterheading {
    font-size: 14px;
    padding: 7px 12px;
  }

  .card_game_body a h3 {
    font-size: 13px;
  }

  .h4heading {
    font-size: 13px;
    padding: 10px 10px;
  }

  .infopage ul li,
  .infopage ol li,
  .infopage p {
    font-size: 10px;
  }

  .card_game .card_game_body {
    padding: 6px;
  }

  .scroll-to-top-btn.show {
    width: 40px;
    height: 40px;
  }

  .navbar-brand {
    width: 50px;
    margin: 6px 0px;
  }

  .jodipage p {
    font-size: 13px;
    text-align: center;
  }

  .headingall h2 {
    font-size: 16px;
  }

  .btn.btn-sm {
    padding: 10px 22px;
  }

  .footer-bottom .block {
    padding: 5px 0;
  }

  .section-padding {
    padding: 40px 0px;
  }
}


.gradient-text {
  background: linear-gradient(45deg, #ff6a00, #856200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}