@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700,900);

:root {
  --bs-blue: #4a81d4;
  --bs-indigo: #675aa9;
  --bs-purple: #6658dd;
  --bs-pink: #f672a7;
  --bs-red: #f1556c;
  --bs-orange: #fd7e14;
  --bs-yellow: #f7b84b;
  --bs-green: #1abc9c;
  --bs-teal: #02a8b5;
  --bs-cyan: #4fc6e1;
  --bs-white: #fff;
  --bs-gray: #98a6ad;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f7f8f9;
  --bs-gray-200: #eceff1;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #98a6ad;
  --bs-gray-700: #6c757d;
  --bs-gray-800: #343a40;
  --bs-gray-900: #323a46;
  --bs-primary: #6658dd;
  --bs-secondary: #6c757d;
  --bs-success: #1abc9c;
  --bs-info: #4fc6e1;
  --bs-warning: #f7b84b;
  --bs-danger: #f1556c;
  --bs-light: #eceff1;
  --bs-dark: #323a46;
  --bs-pink: #f672a7;
  --bs-blue: #4a81d4;
  --bs-primary-rgb: 102, 88, 221;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 26, 188, 156;
  --bs-info-rgb: 79, 198, 225;
  --bs-warning-rgb: 247, 184, 75;
  --bs-danger-rgb: 241, 85, 108;
  --bs-light-rgb: 236, 239, 241;
  --bs-dark-rgb: 50, 58, 70;
  --bs-pink-rgb: 246, 114, 167;
  --bs-blue-rgb: 74, 129, 212;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 108, 117, 125;
  --bs-body-bg-rgb: 245, 245, 245;
  --bs-font-sans-serif: "Roboto", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: Roboto, sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #6c757d;
  --bs-body-bg: #f5f5f5;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body.loading {
  visibility: hidden;
  opacity: 0;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  body {
    overflow-x: hidden;
    padding-bottom: 80px;
  }
}
@media print {
  body {
    padding: 0;
    margin: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

body {
  touch-action: none;
}
body {
  touch-action: none;
}
body {
  font-family: Helvetica, sans-serif !important;
}
body {
  background: #ededed;
}
body {
  overflow: auto !important;
}
@media (max-width: 991px) {
  body {
  }
}

.handicon {
  width: 30px !important;
  position: absolute;
  left: 15px;
}
.slide-right {
  animation: slide-right 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite
    alternate both;
}
@keyframes slide-right {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(20px);
  }
}
.social_connect {
  display: flex;
  text-align: center;
  justify-content: center;
  border-top: 1px dashed #00c6f3;
  margin-top: 10px;
  padding-top: 5px;
}
.social_connect a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3%;
  color: #fff;
}
.social_connect a span {
  font-size: 14px;
  font-weight: 900;
  margin-left: 5px;
  color: #fff;
  text-transform: uppercase;
}
.social_connect a:hover span {
  color: #00c6f3 !important;
}
.social_connect a svg {
  height: 30px;
  width: 30px;
}
.loginright .form-group .mobile_forgot_link {
  color: red;
  display: block;
}
.loginright {
  margin-top: 60px;
}

.login-page1 {
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
  background-size: cover;
  background-position: center;
}

.login-page1 p {
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}
.login-page1 .modal-dialog {
  max-width: 700px;
  margin: 10% auto;
}
.login-page1 .modal-body {
  padding: 40px;
}
.login-page1 .modal-copntent {
  box-shadow: 0 0 9px 1px #9b6d00;
}
.login-page1 form .form-group {
  margin-bottom: 15px;
}
.login-page1 input,
.login-page1 input:focus {
  background: #ffffff;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  color: #111;
  font-size: 14px;
  border-radius: 4px;
  font-style: normal;
}
.login-page1 input::placeholder {
  color: #111;
  font-style: italic;
  font-size: 14px;
}
.loginleft .logoLoginPage {
  width: 150px;
  margin: 0 auto;
  display: block;
}
.loginleft .filterlogin {
  margin-top: 20px;
}
.login-page1 .custom-control-input {
  height: auto !important;
}
.login-page1 label.custom-control-label {
  font-size: 12px;
  font-weight: 600 !important;
  vertical-align: text-bottom;
}
.login-page1 small a {
  color: #fff;
  text-decoration: underline;
}
.login-page1 .btn-login {
  margin: 0 0 0 auto;
  display: block;
  padding: 5px 30px;
  text-transform: uppercase;
  font-size: 16px;
}
.login-page1 input:-webkit-autofill,
.login-page1 input:-webkit-autofill:hover,
.login-page1 input:-webkit-autofill:focus,
.login-page1 textarea:-webkit-autofill,
.login-page1 textarea:-webkit-autofill:hover,
.login-page1 textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #111;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
@media (max-width: 767px) {
  .loginleft .filterlogin {
    display: none;
  }
  .login-page1 .modal-body {
    padding: 60px 10px !important;
    display: initial;
  }
  .login-page1 .btn-login {
    margin: 0;
    width: 100%;
    background: #000 !important;
    color: #00c6f3;
    text-transform: capitalize;
    padding: 7px;
  }
  .login-page1 .modal-dialog {
    margin: 0;
  }
  .login-page1 p {
    font-size: 18px;
    margin-bottom: 7px;
    display: none;
  }
  .login-page1 form .form-group {
    margin-bottom: 7px;
  }
  .loginleft .logoLoginPage {
    height: 110px;
    width: auto;
  }
  .login-page1 input,
  .login-page1 input:focus {
    height: 40px;
  }
}
.down-apk {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.fp-link {
  color: #fff !important;
  text-transform: capitalize;
  margin-bottom: 3%;
  font-size: 15px;
  background: #000 !important;
  padding: 8px 18px;
  border-radius: 4px;
  display: block;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.fp-link small {
  font-size: 15px;
  border-bottom: 1px solid;
}
.fp-link svg {
  color: #fff;
  margin: 0 10px;
}

body {
  touch-action: none;
}

body {
  touch-action: none;
}

/*button animate1*/
.home-animated {
  position: absolute;
  padding: 5px 14px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  right: 5px;
  bottom: 2px;
  font-size: 12px;
  animation: zoom-in-zoom-out 1s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.home-animated:hover {
  color: #000;
}
.home-animated i {
  color: darkred;
}
.home-animated span {
  border-radisu: 10px;
}

.home-animated span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radisu: 10px;
  background: linear-gradient(to right, #ea4335, #4285f4);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.home-animated span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(to bottom, #fbbc05, #34a853);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.home-animated span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #ea4335, #4285f4);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.home-animated span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(to top, #fbbc05, #34a853);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/*button animate1*/
body {
  padding-bottom: 0 !important;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.HomemainSliders {
  padding-top: 98px;
}
.container.mobile-px .row .col-md-12,
.container.mobile-px .row .col-md-6,
.container.mobile-px .row .col-md-3 {
  padding: 0 5px;
}
.topmenu {
  margin-bottom: 1px;
  padding: 2px;
  /*  background: linear-gradient(-180deg,#14805e 0, #184438 100%);*/
  background: linear-gradient(180deg, #2a3a43 27%, #1c282d 83%);
}
.logo {
  width: auto;
}
.btn-login {
  display: none;
  background-color: #e83523 !important;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 2px;
  padding: 4px 15px;
}

.modal-ui .modal-content {
  background: none;
}
.modal-ui .modal-header {
  justify-content: flex-end;
}
.modal-ui .modal-header .close {
  border: none;
  background: #2a3a43;
  border-radius: 3px;
  color: #fff;
}
.modal-ui .modal-content .loginleft img {
  width: 150px;
}
.modal-ui .modal-content p,
.modal-ui .modal-content small {
  color: #fff;
}
.modal-ui form .form-group {
  margin-bottom: 10px;
}
.modal-ui form .custom-checkbox {
  color: #fff;
}
.modal-ui form .custom-checkbox label {
  font-weight: 400;
  margin-left: 5px;
}
.modal-ui form input {
  border: none;
  background: #fff;
  border-radius: 2px;
}
.modal-ui .modal-body {
  background: linear-gradient(180deg, #00000005 27%, #1c282de0 83%);
}
.home_casinos_thumb .sportDiv {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.sportDiv {
  margin-bottom: 12px;
  position: relative;
  background: #000;
}
.sportDiv.ic_section h2 {
  background-image: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000 97%);
  height: 30px;
  position: absolute;
}
.sportDiv h2 {
  display: flex;
  /*  position: absolute;*/
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: none;
  /*  background-image: linear-gradient(270deg, rgba(69,94,104,0) 4%, #000 97%);*/
  justify-content: space-between;
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  font-size: 15px;
  align-items: center;
  padding-left: 10px;
  font-weight: 500;
}
.sportText {
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0.7) 82%,
    transparent 100%
  );
  padding: 10px 5px;
  text-align: left;
  width: 150px;
  max-height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-y: auto;
}
.sportText a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.sportText a span {
  color: #333333;
  background: #ffffff;
  text-align: center;
  border-radius: 3px;
  padding: 0 3px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
.sportText h3 {
  cursor: pointer;
  line-height: 1.8;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.live_icon {
  height: 20px;
  line-height: 20px;
  color: #fff;
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
  background-image: linear-gradient(180deg, #fb3434 0%, #e80505 100%);
  border-radius: 3px;
  margin-bottom: 0;
  display: inline-flex;
}
.live_icon span {
  height: 100%;
  padding: 0 3px;
  margin-right: 5px;
  background-image: linear-gradient(180deg, #fff 0%, #e8e8e8 100%);
  border-radius: 3px 0 0 3px;
}
.live_icon span:before {
  width: 16px;
  height: 10px;
  background: url('data:image/svg+xml,<svg width="14" height="8" xmlns="http://www.w3.org/2000/svg"><g fill="rgb(255,0,0)" fill-rule="evenodd"><path d="M12.012 0l-.698.727c1.734 1.808 1.734 4.738 0 6.546l.698.727c2.117-2.207 2.117-5.79 0-8zM10.3 1.714l-.7.735c.967 1.014.967 2.66 0 3.673l.7.735c1.352-1.418 1.352-3.721 0-5.143zM1.588 0l.698.727c-1.734 1.808-1.734 4.738 0 6.546L1.588 8c-2.117-2.207-2.117-5.79 0-8zM3.3 1.714l.7.735c-.967 1.014-.967 2.66 0 3.673l-.7.735c-1.352-1.418-1.352-3.721 0-5.143z"/><circle cx="6.8" cy="4.4" r="1.6"/></g></svg>')
    no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  animation: twinkling 1.4s infinite ease;
}
.land-login-modal .modal-header {
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );
}
.land-login-modal .modal-header h5 {
  color: #fff;
}
.land-login-modal .row .col-md-6 {
  width: 100%;
}
.land-login-modal .row .col-md-6 label {
  text-transform: uppercase !important;
  color: #000;
}
.land-login-modal .row .col-md-6 input {
  height: 40px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #222;
}
.land-login-modal .row .col-md-6 .form-group {
  margin-bottom: 10px;
}
@keyframes twinkling {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.landFooter {
  color: #fff;
  text-align: center;
  display: block;
  padding: 1rem 0;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
}
.contactHome {
  background: #fff;
  padding: 15px 0;
}
.contactHome ul {
  padding: 0;
  margin: 0;
}
.contactHome ul li {
  list-style: none;
  display: inline-block;
  color: #000;
  border-right: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 15px;
}
.contactHome ul li:last-child {
  border-right: none;
}
.power-wrap {
  width: 670px;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 0 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.6);
  align-items: center;
  display: flex;
}
.power-wrap h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding-right: 7px;
  margin-right: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.power-wrap img {
  width: 100px;
  margin: 20px 0;
}
.licence_embed {
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  margin-right: 5px;
}
.power-wrap p {
  color: #000;
  text-align: left;
  flex: 1;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  padding-left: 5px;
}
.foot p {
  font-size: 12px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 5px;
}
.foot ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.foot ul li {
  display: inline-block;
  margin: 0 10px;
}
.foot ul li a {
  color: #000;
  font-size: 11px;
  text-transform: capitalize;
  text-decoration: underline;
}
.download-app {
  width: 150px;
  margin: 12px 0;
}
@media (max-width: 991px) {
  .btn-login {
    display: block;
    background: rgb(36, 58, 72) !important;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 12px;
    margin-left: 5px;
  }
  button.btn-register {
    background: linear-gradient(-180deg, #f72424 0%, #bb1c00 100%) !important;
  }
  .sportText h3 {
    line-height: 20px;
    font-size: 10px;
  }
  .sportText a {
    display: flex;
    align-items: center;
    line-height: normal;
  }
  .sportText a span {
    max-width: 14px;
    height: 14px;
    font-size: 11px;
  }
  .sportText {
    width: 105px;
    padding: 8px 2px;
  }
  .live_icon span {
    margin-right: 10px;
  }
  .live_icon {
    height: 18px;
    line-height: 18px;
    padding-right: 10px;
  }
  .modal-ui .modal-body {
    /*      background: linear-gradient(180deg, #2A3A43 27%, #1C282D 83%);*/
    height: calc(100vh - 0px);
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0 !important;
  }
  .topmenu .container-fluid.px-4.px-lg-5 {
    padding: 0 1px !important;
  }
  .logo {
    width: 104px;
  }
  .navbar-light .navbar-brand {
    padding: 0;
  }
  .home_casinos_thumb .row .col-6 {
    padding: 0 3px;
  }
  .home_casinos_thumb .sportDiv {
    margin-bottom: 6px;
  }
  .sportDiv h2 {
    font-size: 12px;
    padding-left: 2px;
  }
  .power-wrap {
    width: auto;
    display: block;
    background: none;
  }
  .power-wrap h3 {
    border: none;
    display: block;
    padding: 0;
    margin: 0;
  }
  .power-wrap h3 img,
  .power-wrap img {
    padding: 0;
    margin: 0;
  }
  .licence_embed {
    margin: 0 !important;
  }
  .body-login-page .HomemainSliders {
    padding-top: 0;
  }
  .HomemainSliders {
    padding-top: 0px;
  }
  .mobile-px {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
  }
  .container.mobile-px .row .col-md-12,
  .container.mobile-px .row .col-md-6,
  .container.mobile-px .row .col-md-3 {
    padding: 0 2px;
  }
  .sportDiv {
    margin-bottom: 3px;
  }
  .mobile-px .row .col-md-6,
  .mobile-px .row .col-md-12 {
    padding: 0 3px;
  }
  .power-wrap p {
    margin-top: 10px;
    text-align: center;
  }
  .foot p {
    display: none;
  }
  .foot ul li a {
    color: #404040;
    font-size: 13px;
  }
  .home-animated {
    padding: 5px 10px;
    right: 4px;
    bottom: 2px;
    font-size: 10px;
  }
}

.mt-4 {
  margin-top: 2.25rem !important;
}
