:root {
  --blue-color: #0000ff;
  --indigo-color: #6610f2;
  --purple-color: #6f42c1;
  --pink-color: #d63384;
  --red-color: #ff4148;
  --orange-color: #fd7e14;
  --yellow-color: #ffc107;
  --green-color: #27ae60;
  --teal-color: #20c997;
  --cyan-color: #21e8df;
  --black-color: #000000;
  --white-color: #ffffff;
  --gray-color: #979797;
  --gray-dark-color: #343a40;
  --gray-100-color: #f8f9fa;
  --gray-200-color: #e9ecef;
  --gray-300-color: #dee2e6;
  --gray-400-color: #ced4da;
  --gray-500-color: #adb5bd;
  --gray-600-color: #6c757d;
  --gray-700-color: #495057;
  --gray-800-color: #343a40;
  --gray-900-color: #212529;
  --primary-color: #12256d;
  --secondary-color: #f8e80e;
  --success-color: #27ae60;
  --info-color: #0dcaf0;
  --warning-color: #ffc107;
  --danger: -color var(--red);
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --gradient-color: linear-gradient(to right, #4851a8, #582a9b);
  --body-font-family: "Poppins";
  --body-font-size: 14px;
  --body-font-weight: 400;
  --body-line-height: 22px;
  --body-color: #ffffff;
  --body-bg: #04041e;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --font-style-italic: italic;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #acacac;
  --border-radius: 3px;
  --link-color: #000000;
  --link-hover-color: var(--secondary-color)
}

body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  color: #666;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  position: initial;
  min-height: 100%;
  font-family: Jost, sans-serif;
  background-color: #1a1f2c
}

body,
html {
  scroll-behavior: smooth !important
}

html {
  height: 100%
}

a,
div,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
span,
ul {
  margin: 0;
  padding: 0
}

img {
  max-width: 100%
}

a {
  text-decoration: none
}

.owl-carousel .owl-item img {
  width: auto
}

.header-wapper {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 500px
}

.logo-sec img {
  height: 70px
}

li.nav-item.socail-icons a i {
  color: #fff;
  font-size: 25px
}

.navbar-nav .nav-item {
  padding: 5px
}

li.nav-item.socail-icons a {
  height: 40px;
  width: 40px;
  border-radius: 100px;
  background-color: #454c5f;
  display: inline-block;
  text-align: center;
  padding: 7px
}

.cmn-btn123 button {
  color: #000;
  background-color: #029de0;
  width: 150px;
  line-height: 35px;
  height: 56px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px
}

.cmn-btn123 a {
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #029de0;
  line-height: 35px;
  display: flex;
  text-align: center;
  border-radius: 5px;
  width: 140px;
  height: 42px;
  justify-content: center;
  align-items: center
}

.cmn-btn123 a.btn {
  margin-left: 10px
}

.header-section-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, .1);
  z-index: 9999999;
  backdrop-filter: blur(24px)
}

.main-header-text-box {
  padding-top: 110px
}

.heading-1 h2 {
  font-size: 57px;
  line-height: 74px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 0 85px;
  z-index: 99999;
  position: relative
}

.about-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  z-index: 99999;
  position: relative
}

.about-text {
  text-align: center;
  margin-top: 25px
}

.step-head-sec h3 {
  color: #fff;
  text-align: center;
  font-size: 57px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-top: -140px;
  position: relative;
  z-index: 99
}

.step-head-sec {
  width: 100%;
  margin: 0 auto
}

.rotate {
  animation: rotation 3s
}

.linear {
  animation-timing-function: linear
}

.infinite {
  animation-iteration-count: infinite
}

@keyframes rotation {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

.cmn-sec {
  position: relative
}

.cmn-container123 {
  background: #1a1f2c;
  text-align: center;
  border-radius: 15px;
  opacity: 1;
  background-color: rgb(42 50 70);
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0
}

.registerd-and-deposit-sec {
  margin-top: 30px
}

.grid-sub-container {
  position: relative;
  min-width: 300px
}

.heading-3 span {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600
}

.img-wrapper img {
  max-width: 100%;
  max-height: 100%
}

.img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  height: 115px;
  width: 115px;
  padding: 13px;
  opacity: 1;
  background-color: rgb(65 77 108);
  text-align: center;
  margin: 0 auto;
  line-height: 89px
}

.heading-3 {
  margin-top: 15px
}

.digit-round-text {
  color: #000;
  font-size: 18px;
  font-weight: 600
}

.digit-round-bg {
  width: 40px;
  background-color: #029de0;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  top: auto;
  right: 0;
  line-height: 40px;
  bottom: -10px
}

.img-wrapper img:hover {
  transform: scale(.95)
}

.live-and-promo-heading h3 {
  font-size: 35px;
  color: #bfc6d7;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0
}

section.live-and-promotions-sec {
  margin-top: 75px
}

.upToDown {
  animation: animateUpToDown 30s linear infinite;
  animation-delay: -15s
}

.upToDown1 {
  animation: animateUpToDown-2 30s linear infinite
}

.sliderUpToDown:hover .upToDown,
.sliderUpToDown:hover .upToDown1 {
  animation-play-state: paused
}

.slider-3 span {
  width: -webkit-fill-available !important
}

.logo {
  min-height: 50% !important;
  min-width: 50% !important
}

@keyframes animateUpToDown {
  to {
    transform: translateY(100%)
  }

  0% {
    transform: translateY(-100%)
  }
}

@keyframes animateUpToDown-2 {
  to {
    transform: translateY(0)
  }

  0% {
    transform: translateY(-200%)
  }
}

@keyframes animateDownToUp {
  0% {
    transform: translateY(100%)
  }

  to {
    transform: translateY(-100%)
  }
}

@keyframes animateDownToUp-2 {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(-200%)
  }
}

.games-banner figure img {
  border-radius: 15px
}

.games-banner {
  margin: 15px 0
}

.animation-up-down {
  display: flex;
  height: 85vh
}

.download-app {
  background-image: url(https://apbookk.comhttps://apbookk.com/images/landingpage20/community_bg_1.82c8b271.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
  background-color: #029de0;
  border-radius: 30px
}

section.download-apk-sec {
  margin-top: 50px
}

.download-title h3 {
  opacity: 1;
  color: rgb(0 0 0);
  font-size: 57px;
  line-height: 74px;
  font-weight: 700
}

button.down-ld-app {
  font-size: 18px;
  border: 0;
  font-weight: 600;
  text-align: center;
  background-color: rgb(32 38 54);
  padding: 16px 30px;
  opacity: 1;
  color: rgb(255 255 255);
  border-radius: 5px;
  margin-top: 25px;
  transition-duration: 1s
}

.android-img figure img {
  width: 275px;
  padding: 10px
}

.android-img {
  text-align: center
}

.download-title {
  text-align: center;
  margin-top: 60px
}

.choose-heading-text h2 {
  font-size: 57px;
  line-height: 74px;
  text-align: center;
  color: rgb(255 255 255);
  font-weight: 700
}

section.choose-game-sec {
  margin-top: 75px
}

.choose-heading-text {
  margin-bottom: 45px
}

button.down-ld-app:hover {
  transform: translate(5px, 5px)
}

.wc-title h3 {
  color: #fff;
  font-weight: 600;
  font-size: 31px;
  margin-top: 15px
}

.wc-logo-img figure {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 1px solid red;
  text-align: center;
  display: inline-block;
  line-height: 155px;
  background: linear-gradient(0deg, #1a1f2c, #1a1f2c) padding-box, linear-gradient(180deg, #0bdaba -19.75%, #7841e7 100%) border-box;
  border: .88px solid transparent
}

.wc-logo-img figure img:hover {
  transform: scale(.95)
}

.wc-text p {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  margin-top: 15px
}

.w-c-main-container {
  text-align: center;
  background: #1e2433;
  padding: 20px;
  border-radius: 20px;
  height: 100%
}

.w-c-main-container:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, .3)
}

.wc-main {
  margin-top: 25px;
  height: 100%
}

.game-conter-sec {
  margin-top: 125px
}

section.contact-us-sec {
  margin-top: 95px
}

.supprt-text p {
  color: #bfc6d7;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  line-height: 25px;
  font-weight: 500
}
.supprt-text h1 {
  color: #bfc6d7;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  line-height: 25px;
  /* font-weight: 500 */
  width: 100%;
}

.supprt-text {
  margin: 0 auto;
  width: 910px
}

.socail-icons-container .socail-list-name li {
  list-style-type: none;
  display: inline-block;
  padding: 5px
}

.socail-icons-container .socail-list-name {
  text-align: center
}

.socail-icons-container {
  margin-top: 20px;
  margin-bottom: 50px
}

.footer-logo figure img {
  height: 55px
}

.footer-logo {
  text-align: center
}

section.footer-sec {
  border-top: 1px solid rgb(61 60 107);
  margin-top: 30px;
  padding-top: 25px
}

.footer-text.supprt-text p {
  line-height: 30px;
  padding: 0 15px
}

.copy-rgt-sec {
  text-align: center;
  margin: 15px 0
}

.copy-rgt-sec p {
  color: #bfc6d7;
  font-size: 18px;
  font-weight: 500
}

.cmn-btn123 a:hover,
.cmn-btn123 button:hover {
  --tw-translate-y: 0.25rem;
  transform: translate(1px, 4px);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 4px 4px 9px #1e2433
}

li.nav-item.socail-icons a i:hover {
  color: #000
}

li.nav-item.socail-icons a:hover {
  background-color: #029de0
}

.f-l-row {
  display: flex;
  justify-content: space-evenly
}

.col-6-l {
  width: 35%
}

.col-6-r {
  width: 65%
}

.footer-text.supprt-text {
  width: 750px;
  margin: inherit
}

.choose-game-con {
  margin: 0 130px
}

.live-owlupdown-slider .owl-carousel {
  transform: rotate(90deg)
}

.live-owlupdown-slider .item {
  transform: rotate(-90deg);
  width: 100%
}

.live-owlupdown-slider .owl-carousel .owl-stage-outer {
  overflow: initial !important
}

.live-img {
  width: 250px;
  height: 250px;
  overflow: hidden
}

section.live-and-promotions-sec {
  position: relative
}

.live-img img {
  object-fit: cover;
  border-radius: 6px;
  transition: all 1s
}

.live-img:hover {
  transition: all 1s;
  -webkit-transform: rotateZ(5deg);
  -ms-transform: rotateZ(5deg);
  transform: rotateZ(5deg)
}

.live-owlupdown-slider .live-and-promo-heading {
  z-index: 9999;
  display: inline-flex
}

.live-owlupdown-slider .live-and-promo-heading h3 {
  z-index: 99999
}

.live-owlupdown-slider {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 10px 0;
  height: 490px
}

.live-owlupdown-slider::before {
  content: "";
  background-image: url(https://apbookk.com/images/landingpage20/live-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: -7px;
  width: 100%;
  z-index: 9;
  height: 80px;
  background-size: 100% 100%;
  left: 0
}

.live-owlupdown-slider::after {
  content: "";
  background-image: url(https://apbookk.com/images/landingpage20/live-bg-down.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: -7px;
  width: 100%;
  z-index: 9;
  height: 70px;
  background-size: 100% 100%;
  left: 0
}

.footer-wrapper {
  margin-top: 50px;
  padding: 20px 0
}

.footer-group-contant {
  display: flex
}

.footer-group-sec {
  display: flex;
  margin: 0 auto;
  justify-content: center
}

.group-img img {
  margin-right: 10px
}

.group-content h4 {
  font-size: 18px;
  line-height: 26px;
  color: #ffb80c;
  margin-bottom: 4px
}

.group-content p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-bottom: 4px
}

.group-content a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ffb80c
}

.footer-group-sec {
  padding: 10px 0
}

.cs-me {
  margin-right: 20px
}

.partner-content p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: .625rem;
  color: rgba(242, 242, 242, .8);
  line-height: 24px
}

.partner-content p a {
  color: #ffb80c;
  text-decoration: underline
}

.partner-content-img {
  display: flex;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  align-items: center
}

.partner-img {
  margin-right: 20px;
  filter: sepia(100%) hue-rotate(190deg) saturate(500%)
}

.partner-img a:hover img {
  filter: none
}

.footer-partner-wrapper {
  margin-top: 15px;
  padding: 10px 0 0 0;
  border-top: .5px solid #ccc
}

.copy-right {
  margin-top: 4px
}

.footer-logo {
  width: 26%
}

.Sports-responsive-slider {
  display: none;
  transition: 5s linear
}

.Sports-responsive-slider.show {
  display: inline-block
}

.sports-click-contant {
  display: none
}

.casino-responsive-slider {
  display: none;
  transition: 5s linear
}

.casino-responsive-slider.show {
  display: inline-block
}

.footer-apk {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.apk-logo img {
  max-width: 250px
}

.apk-logo ul li a:hover {
  -webkit-filter: none !important;
  filter: none !important
}

.whatsapp-logo img {
  max-width: 18px;
  max-height: 18px
}

.footer-logo {
  min-width: 120px !important;
  margin: 10px 0
}

.header-sec {
  padding: 10px 0 !important;
  margin: 0 !important;
  position: relative
}

.head-nav,
.sub-footer {
  background-size: cover;
  padding: 15px 0
}

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

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%
}

.header-sec-contant {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.head-nav .navbar-light .navbar-nav .nav-link,
.sub-footer .navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize
}

.head-nav .navbar-light .navbar-nav .nav-link.active,
.head-nav .navbar-light .navbar-nav .nav-link:hover,
.sub-footer .navbar-light .navbar-nav .nav-link.active,
.sub-footer .navbar-light .navbar-nav .nav-link:hover {
  color: var(--bo-danger)
}

.head-nav .btn.btn-join-now {
  border: solid 2px #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 24px;
  text-transform: capitalize
}

.head-nav .btn.btn-join-now:hover {
  background-color: #d6a731;
  border-color: #d6a731
}

.btn:focus {
  box-shadow: none
}

.sub-footer .nav-link {
  padding: 0
}

.sub-footer {
  padding: 15px 0
}

.sub-footer .navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: end
}

.socail-1 ul li {
  list-style-type: none;
  padding: 10px
}

.socail-1 {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99999;
  margin-top: -122px
}

.socail-1 ul li a img {
  width: 42px
}

.navbar,
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0
}

.head-nav .logo-fluid,
.sub-footer .logo-fluid {
  height: 40px;
  max-width: 100%
}

.download-apk-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px
}

.download-apk-sec img {
  margin-right: 10px
}

.whatsapp-img-con {
  position: relative
}

.whatsapp-fix-wrapper {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 9999999;
  display: flex;
  justify-content: end
}

.whatsapp-con {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-27%, -50%);
  width: max-content
}

.whatsapp-con h5 {
  color: #ffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase
}

.whatsapp-img-con {
  width: 85%
}

@keyframes blink-animation {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.whatsapp-btn {
  margin-bottom: 16px;
  text-align: center
}

.whatsapp-btn img {
  margin-right: 10px
}

@keyframes blink-animation {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.sports-slider-sec .sports-content h3 {
  color: #fff !important
}

.sports-slider-sec .sports-content p {
  color: #fff !important
}

.footer-logo {
  width: 40%;
  display: block
}

.header-nev {
  --bs-scroll-height: 100px
}

.padding-body {
  position: relative;
  min-height: 100%;
  margin: 0
}

.register-padding {
  padding-bottom: 118px !important
}

.heading-img img {
  width: 60%;
  margin-top: 20px
}

.Payment-warpper .game-providers .owl-nav {
  position: relative;
  margin-top: 15px
}

.Payment-warpper .game-providers .owl-nav .owl-prev {
  position: relative
}

.Payment-warpper .game-providers .owl-nav .owl-next {
  position: initial
}

.sub-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: linear-gradient(180deg, #f7e170 0, #ec9b18 100%)
}

.footer-contant-details ul li a .contact-user-con {
  display: flex;
  align-items: center
}

.footer-contant-details ul li a .contact-user-con img {
  margin-right: 5px
}

.main-slider {
  margin: 0 auto
}

.socail-1 ul {
  display: grid
}

.main-footer {
  padding-bottom: 40px
}

.head-nav .navbar-light .navbar-nav .nav-link,
.sub-footer .navbar-light .navbar-nav .nav-link {
  font-weight: 600
}

.sports-sec li button {
  background-color: transparent !important;
  color: #ffff;
  border: none !important
}

.sports-sec li button:hover {
  color: #e8a004
}

.whatsapp-btn button {
  background-color: #338719 !important
}

.head-nav-sec {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  align-items: center
}

.video-promotion {
  width: 100% !important;
  height: 100%
}

.main-grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
  padding: 10px
}

.license-logo img {
  max-width: 210px !important;
  height: auto;
  width: 100% !important;
  margin: 10px 0
}

.live-and-promo-img figure {
  display: flex;
  justify-content: center
}

.live-and-promo-sec {
  margin: 15px 0
}

.responsive-img {
  display: none;
  text-align: center;
  width: 100%;
  margin: 60px 0
}

.whatsapp-img {
  background-color: #fff;
  border-radius: 100%;
  padding: 8px;
  width: fit-content
}

.whatsapp-sec {
  background-color: #009804;
  border-radius: 40px;
  width: fit-content;
  position: relative;
  padding: 4px 21px 4px 8px
}

.whatsapp-sec a {
  display: flex;
  align-items: center
}

.whatsapp-sec h4 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  line-height: 23px;
  text-transform: capitalize
}

.whatsapp-sec h4 span {
  font-size: 24px
}

section.whatsapp-fix {
  position: fixed;
  bottom: 10%;
  right: 6%;
  z-index: 99999
}

.live-and-promo-heading h3 {
  padding-bottom: 25px
}

.head-nav-sec .navbar-brand img {
  max-height: 50px
}

.header-wapper-main {
  position: relative;
  top: 56px;
  padding-bottom: 14px
}

.know-more-slider .owl-nav {
  text-align: center
}

.whatsApp {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 3;
  width: 81px;
  height: 81px;
  z-index: 9999999
}

.whatsApp_img {
  position: relative;
  z-index: 2
}

.whatsApp .circleIconPanel {
  width: 265px;
  height: 50px;
  border-radius: 25px;
  z-index: 1;
  position: absolute;
  left: 30px;
  bottom: 19px;
  opacity: 0;
  text-align: start;
  padding: 8px 20px 7px 50px;
  font: normal normal 600 12px/17px Poppins;
  letter-spacing: 0;
  color: #fff;
  background: #2db642 0 0 no-repeat padding-box;
  background-image: url(https://apbookk.com/images/WhatsAppMessage.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain
}

.whatsApp .circleIconPanel {
  opacity: 0;
  -webkit-animation: hideMessage 1s linear;
  animation: hideMessage 6s infinite;
  width: 0
}

.whatsApp:hover .circleIconPanel {
  opacity: 1;
  -webkit-animation: showMessage 1s linear;
  animation: showMessage 1s linear;
  width: 270px
}

@-webkit-keyframes showMessage {

  0%,
  25% {
    opacity: 0;
    width: 0
  }

  to {
    opacity: 1;
    width: 265px
  }
}

@keyframes showMessage {

  0%,
  25% {
    opacity: 0;
    width: 0
  }

  to {
    opacity: 1;
    width: 265px
  }
}

@-webkit-keyframes hideMessage {
  0% {
    opacity: 1;
    width: 265px
  }

  80%,
  to {
    opacity: 0;
    width: 0
  }
}

@keyframes hideMessage {
  0% {
    opacity: 1;
    width: 265px
  }

  80%,
  to {
    opacity: 0;
    width: 0
  }
}

.wc-logo-img figure {
  display: flex;
  justify-content: center;
  align-items: center
}

.wc-logo-img {
  justify-content: center;
  display: flex
}