/*
Theme Name: JOKER GAME
Author: JOKER GAME
Description: Site small fast responsive Mobile.
Version: 1.0
Text Domain: WWW.JOKER.GAME
*/

@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"),
    url("MYRIADPRO-SEMIBOLD.woff") format("woff");
}

body {
  background-color: rgb(2 2 0) !important;
  color: #fff !important;
  left: 0;
  top: 0;
background-color: #151515;
}
.customize-support {
  background-color: rgb(2 2 0) !important;
  color: #fff !important;
  left: 0;
  top: 0;
background-color: #151515;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Myriad Pro Semibold";
  letter-spacing: 1px;
}
/* p {
  letter-spacing: 0.8px;
  font-family: "Myriad Pro Semibold";
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
} */
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100% !important;
  height: auto !important;
}
.btn-register {
  text-align: center;
  background-image: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(rgb(76 239 9)),
    to(rgb(59 241 26))
  );
}
.tags__box___30fDh {
  margin-bottom: 0px;
  margin: 15px;
  }
  .tags__box__title___3x_GB {
  color: #fff;
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 15px;
  }
  .footer__tags___2WFnF {
  background-color: hsla(0, 0%, 86.7%, 0.1);
  color: #9e9e9e;
  display: inline-block;
  font-size: 10px;
  padding: 5px 10px;
  border-bottom: none;
  margin: auto 2px 4px;
  border-radius: 2px;
  }
  .footer__tags___2WFnF:hover {
  background-color: hsl(0, 0%, 6%);
  color: #f1c71a;
  }
.social-media ul {
  position:absolute;
  left:50%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0;
  display:flex;
}
.social-media ul li {
  list-style: none;
}
.social-media ul li a {
  position: relative;
  width:40px;
  height:40px;
  display:block;
  text-align:center;
  margin:0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;
}
.social-media ul li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.social-media ul li a .fab {
  height:100%;
  display:block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(40px - 12px);
  font-size:24px;
  color: #262626!important;
  transition: .5s;
}

.social-media ul li:nth-child(1) a:hover .fab {
  color: #3b5998;
}

.social-media ul li:nth-child(2) a:hover .fab {
  color: #00aced;
}

.social-media ul li:nth-child(3) a:hover .fab {
  color: #dd4b39;
}
.text-clock{text-align: center;
margin-top: 20px;}
.panel__wp_ing {
  box-shadow: 0 0 12px 7px #f1c71a;
}
hr {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  border: 0;
  border: 1px solid #f1c71a !important;
}
.black-drop {
  background: rgb(44 44 57);
  padding: 10px;
  box-shadow: 0 0 12px 2px #fde629;
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #f5d703;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #fefb45;
}
::-webkit-scrollbar-thumb:hover {
  background: #fefb45;
}
.content-cat a {
  color: #feb645;
}
.content-cat h1 {
  text-align: center;
}
.content-read a {
  color: #feb645;
}
.content-read a:hover {
  color: #fefb45;
}
.text-center {
  text-align: center !important;
}
.navigation ul {
  margin: 0;
  padding: 0;
}
.navigation ul li {
  list-style: none;
  display: inline-block;
}
.navigation ul li.active {
  background: #cc0303;
}
.navigation ul li a {
  color: #fff;
  padding: 0 10px;
}
.tab-content {
  width: 100%;
  float: left;
  background-color: #000;
  padding: 10px 0;
  line-height: 1;
  font-size: 20px;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}

.feature-first {
  padding: 85px 0 20px 0;
}
.btn-2 {
  text-align: center;
}
.icon-bar {
  width: 29px;
  height: 4px;
  background-color: #b6b6b6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
@media (max-width: 767px) {
  .hide {
    display: none !important;
  }
 .customize-support {
  background-color: rgb(3 2 2) !important;
  color: #fff !important;
  left: 0;
  top: 0;
background-color: #151515;
}
}
.assistive-text {
  position: absolute !important;
}
.assistive-text,
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
}
.headline {
  font-size: 16px;
  font-weight: bold;
  color: rgb(241 199 26) !important;
  margin: 0 0 3px 0;
  font-family: ankm-medium;
}

.content-read img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  border-radius: 5px;
}
.side-content img {
  width: 100%;
  height: 190px!important;
  border-radius: 5px;
}
.side-content a:hover {
  text-decoration: none;
  color: #f1c71a !important;
}
#logo img {
  display: block;
}
@media only screen and (max-width: 991.98px) {
  #logo {
    display: inline-flex;
    align-items: center;
    float: none;
    margin: 0 auto 0 !important;
    max-width: none;
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
  }
}
#logo {
  width: 16%;
  margin: 8px;
}

.hilight {
  border-bottom: 3px solid #f1c71a;
}
.panel__main__log {
  border: 3px solid #f1c71a;
  box-shadow: 0 0 12px 7px #f1c71a;
}
.panel__img {
  border: 3px solid #f1c71a;
}
.input__group__field___28isP {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #f1c71a;
  border-radius: 5px;
}
.input__addon___3iH-2 {
  color: #fff;
  width: 35px;
  padding: 5px 10px;
  text-align: center;
  background-color: #101010;
}
.main__input___2Ah5F {
  font-weight: 700;
  height: 35px;
  width: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 10px;
}
.panel__tile__group___Cf6T- {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #f1c71a;
}
.btn__primary___2NYEA.__block___1FC3C {
  display: block;
  width: 100%;
}
.btn__danger___38wLP.__big___1TVQE,
.btn__primary___2NYEA.__big___1TVQE {
  padding: 7px;
  font-size: 15px;
}
.btn__primary___2NYEA {
  background-color: #234bab;
  color: #000;
  padding: 4px 15px;
  font-size: 16px;
  border-radius: 3px;
  border: none;
  outline: none;
  width: 120px;
  margin-right: 5px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#efb309),
    to(#f1c71a)
  );
}
.btn__primary___2NYEB.__block___1FC3C {
  display: block;
  width: 100%;
}
.btn__danger___38wLP.__big___1TVQE,
.btn__primary___2NYEB.__big___1TVQE {
  padding: 7px;
  font-size: 15px;
}
.btn__primary___2NYEB {
  background-color: #234bab;
  color: #000;
  padding: 4px 15px;
  font-size: 16px;
  border-radius: 3px;
  border: none;
  outline: none;
  width: 120px;
  margin-right: 5px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(rgb(35 206 56)),
    to(rgb(59 241 26))
  );
}
.topbar {
  position: fixed;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 1000;
  background-color: #1a142f;
  color: #fff;
}
.navbar {
  padding: 0 0px !important;
  animation: a1 2s ease-in-out 0s infinite;
    backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,0.8);
    background-color: rgba(0,0,0,0.8);
    -webkit-backdrop-filter: blur(10px);
  border-bottom: 2px solid #fefb45;
}

.topbar a {
  color: #fff;
}
.btn-block {
  color: #0c0a00 !important;
  background: linear-gradient(
    0deg,
    rgb(243, 223, 144) 0%,
    rgb(241, 195, 5) 100%
  );
}
.btn-red {
  color: #0c0a00 !important;
  background: linear-gradient(
    0deg,
    rgb(243, 223, 144) 0%,
    rgb(241, 195, 5) 100%
  );
}
.btn-red:hover {
  color: #f1c71a !important;
  background: linear-gradient(0deg, rgb(29, 29, 29) 0%, rgb(7, 7, 7) 100%);
}
.btn-block:hover {
  color: #f1c71a !important;
  background: linear-gradient(0deg, rgb(29, 29, 29) 0%, rgb(7, 7, 7) 100%);
}
.btn__primary___2NYEA:hover {
  color: #fff !important;
  background: linear-gradient(0deg, rgb(29, 29, 29) 0%, rgb(7, 7, 7) 100%);
  border: 1px solid #f1c71a;
}
.btn-register:hover {
  color: #fff !important;
  background: linear-gradient(0deg, rgb(29, 29, 29) 0%, rgb(7, 7, 7) 100%);
  border: 1px solid rgb(26 241 68);
}
strong{
  font-weight: bolder;
  color: rgb(249 202 10);
}
.content-a a {
  color: #f1c71a;
  /* text-decoration: underline; */
}
.content-a a:hover {
  color: #ffcd00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f1c71a;
}

button:focus {
  outline: 1px dotted !important;
}
@media (max-width: 992px) {
  .menu-mobile {
    display: block !important;
  }
h1,
h2,
h3,
h4,
h5,
h6{
 font-size: 24px!important;
}
  #logo {
    width: 35%;
    margin: 8px!important;
  }
  .navbar-nav li a {
    border-bottom: 2px solid #f1c71a;
  }
  .panel__main__log {
    border: none;
    box-shadow: none;
  }
  .panel__img {
    border: 3px solid #f1c71a;
    box-shadow: none;
  }
  .navbar-nav li {
    text-align: center !important;
    width: 100% !important;
    display: inline-block;
    margin-top: 0px;
  }
  .navbar-nav {
    text-align: center !important;
    display: flex;
    margin-bottom: 30px !important;
  }
}
.navbar-nav {
  padding-left: 0 !important;
  text-align: center;
  display: flex;
  z-index: 1001;
  margin-left: auto;
}
.navbar-nav li {
  display: inline-block;
  margin-top: 0px;
  margin: 5px;
}

.navbar-nav li a {
  letter-spacing: 2px;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  text-decoration: none;
  padding: 0 3px 0 3px;
  /* background: url(https://joker.game/wp-content/uploads/2020/09/40px-Red_Arrow_Right.png)
    left top no-repeat; */
  border: none !important;
  color: rgb(230 230 230);
  font-size: 18px;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #f1c71a;
}

.navbar-nav li a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: "";
  color: transparent;
  background: #f1c71a;
  height: 1px;
  transition: all 0.5s;
}

.navbar-nav li a:hover:after {
  width: 85%;
}
.menu-mobile li a img {
  width: 35px;
}
.navbar-nav li:first-child,
.nav li:nth-child(2) {
  padding-right: 0px;
}

.navbar-nav li:last-child,
.nav li:nth-child(3) {
  padding-left: 0px;
}
.navbar-nav ul {
  margin-bottom: 0;
  padding-inline-start: 0px;
}
.logo-wrap {
  margin: 15px auto;
}

.logo-wrap .text {
  display: block;
  margin-bottom: 15px;
}

.welcome-wrap {
  margin: 15px auto;
  padding: 15px 0px;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.welcome-wrap p {
  margin-bottom: 0px;
  text-align: justify;
}
.partner-logo {
  display: inline-block;
  padding: 5px;
}
.partner-logo img {
  width: 40px;
}
.copy__right___9n-Kc {
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.Share-img img{
  width: 40px;
}
.Share-img a{
 text-decoration: none;
}
@media (min-width: 992px) {
  .download {
    padding: 30px 15px;
    margin: 0rem auto;
    max-width: 1280px;
  }
  .logo-wrap .text {
    display: inline-block;
  }
  .banner-wrap:after {
    height: 150px;
  }
}

.top-con {
  padding-top: 50px;
}
footer h4 {
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.sitemap {
  color: #ccc;
  line-height: 35px;
  font-size: 0.8rem;
}

.sitemap a {
  color: #ccc;
  text-decoration: none;
}
.sitemap i {
  margin: 4px;
}
.sitemap a:hover {
  color: #fff;
}

footer {
  background: linear-gradient(0deg, rgb(39 30 2) 0%, rgb(2 2 0) 100%);
  padding: 30px 0px;
  font-size: 0.7rem;
  color: #ccc;
}

.menu-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
    border-top: 1px solid #212121;
    backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,0.8);
    background-color: rgba(0,0,0,0.8);
    -webkit-backdrop-filter: blur(10px);
  z-index: 99;
}
.menu-mobile ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 13px 0;
}
.menu-mobile li {
  width: 20%;
  float: left;
  text-align: center;
}
.menu-mobile li a {
  min-width: 48px;
  min-height: 48px;
  color: #ffd053;
  font-size: 12px;
  display: block;
  line-height: 2.5;
}
.menu-mobile li a i {
  display: block;
  font-size: 20px;
  background: #f1e767;
  background: -moz-linear-gradient(top, #f1e767 50%, #feb645 100%);
  background: -webkit-linear-gradient(top, #f1e767 50%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 50%, #feb645 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-download {
  padding: 0px 7px;
  font-size: 20px;
}
.neon-img {
  border: 2px solid #060606;
  animation: a1 2s ease-in-out 0s infinite;
}

.btn-green {
  animation: a1 2s ease-in-out 0s infinite;
}
.btn-red {
  animation: a1 2s ease-in-out 0s infinite;
}
.navigation-next {
  text-align: right;
}
.portfolio-social {
  border-top: 1px solid rgb(255 255 255 / 20%);
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding: 5px 0;
  min-height: 29px;
}
.game-tag {
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 13px;
  color: rgb(230 134 50);
}
.game-tag .inline-tag {
  float: left;
}
.game-tag .inline-tag + .inline-tag {
  margin-left: 15px;
}
.game-tag .inline-tag.red {
  color: rgb(255 0 0);
}
.portfolio-social .game-tag i {
  margin-right: 5px;
}
.share-icons i {
  float: right;
  margin-left: 10px;
  color: rgb(255 255 255);
}
.share-icons::after {
  content: "";
  clear: both;
  display: table;
}
.wrap {
  background: rgb(44 44 57);
}
.foot-menu ul {
  margin: 0px;
  padding-inline-start: 0px !important;
}
.foot-menu li {
  list-style: none;
  margin-top: 0px;
  margin: 10px;
}
.foot-menu a {
  text-decoration: none;
  padding: 0 3px 0 12px;
  /* background: url(https://joker.game/wp-content/uploads/2020/08/widget-link-dark.png)
    left top no-repeat; */
  border: none !important;
  color: rgb(230 230 230);
  font-size: 14px;
}
.foot-menu a:hover {
  text-decoration: none;
  color: rgb(230 134 50);
}
.welcome-wrap h4 {
  color: rgb(221 221 221);
}
.welcome-wrap h4 {
  font-weight: 700;
}
.welcome-wrap > h4 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.orange {
  color: rgb(230 134 50);
}
.copy__right___9n-Kc a {
  color: rgb(230 134 50);
  text-align: center;
  font-size: 13px;
}
.size:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.install-guide {
  display: inline-flex;
  text-decoration: none;
  width: 185px;
  height: 49px;
  color: rgb(0 0 0);
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
}
.install-guide {
  color: rgb(0 0 0);
  border-radius: 4px;
  height: 37px;
  line-height: 34px;
  display: inline-flex;
  justify-content: center;
  background: rgb(255 216 47);
  background: -moz-linear-gradient(top, #fff 3%, #ffe87a 10%, #e7aa19 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(3%, #fff),
    color-stop(10%, #ffe87a),
    color-stop(100%, #e7aa19)
  );
  background: -webkit-linear-gradient(
    top,
    rgb(255 255 255) 3%,
    rgb(255 232 122) 10%,
    rgb(231 170 25) 100%
  );
  background: -o-linear-gradient(top, #fff 3%, #ffe87a 10%, #e7aa19 100%);
  background: -ms-linear-gradient(top, #fff 3%, #ffe87a 10%, #e7aa19 100%);
  background: linear-gradient(
    to bottom,
    rgb(255 255 255) 3%,
    rgb(255 232 122) 10%,
    rgb(231 170 25) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe87a',endColorstr='#e7aa19',GradientType=0);
}
.install-guide a {
  color: #000 !important;
}
.font-foot {
  font-size: 18px;
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}
.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #ff5353;
}
.accordion a:hover::after {
  border: 1px solid #ff5353;
}
.accordion a.active {
  color: #ff5353;
  border-bottom: 1px solid #ff5353;
}
.accordion a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 2px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}
.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #ff5353;
  border: 1px solid #ff5353;
}
.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}
.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}