:root {
    --main-content: #0E0E2E;
    --gradient: linear-gradient(152.97deg, #3CF5F8 0%, #4587F8 33.57%, #4537FF 100%);
    --main: #3CF5F8;
    --azure: #4587F8;
    --secondary-color: #4537FF;
    --strong-filler: linear-gradient(121.84deg, #FFFFFF -0.09%, #E8F9FF 50.88%, #C9D9FF 99.84%);
    --white: #fff;
    --light-filler: #F0FCFF;
    --content-soft: #C9CDDA;
    --content-medium: #838C9F;
	--panel-bg: #0d0c32;
    
    --header-img: url(https://i.imgur.com/3xCtp2j.png);
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

.container {
    position: relative;
    min-height:100%;
}

.container {
    position: relative;
    min-height: 100%;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

html {
    font: 15px / 1.4 sans-serif;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    color: var(--white);
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    background-color: var(--main-content);
}

body {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: var(--main-content)!important;
    color: var(--white)!important;
    z-index: 1;
}
::-webkit-scrollbar {
	width: 8px;
	height: 30px;
}

::-webkit-scrollbar-thumb {
    background: var(--gradient);
    border-radius: 20px;
}

::-webkit-scrollbar-track {
	background-color: var(--main-content);
}

::-webkit-scrollbar-corner {
    background-color: var(--gradient);
}

a {
    color: var(--main);
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: var(--azure);
    text-decoration: none;
}
.header-menu {
    margin-left: auto;

}

@media screen and (min-width: 0px) {
.header-menu .dd-mobile {
    font-size: 0px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0px 0px;
    padding-left: 0px;
    margin-top: 11px;
    border-radius: 3px;
    width: auto;
    float: right;
    box-shadow: 0px 0px 10px rgb(31 31 31 / 65%);
}

.header-menu .dd-mobile li {
    list-style: none;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
}

.header-menu .dd-mobile li a {
    font-size: 16px;
    padding: 5px 7px;
    display: block;
    text-align: right;
}

.header-menu .dd-mobile li a i.fas {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: white;
}

.header-menu .dd-mobile li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
}

.dd-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
    transition: .25s;
    opacity: 0;
}

.dd-bg.active {
    z-index: 99;
    opacity: 1;
}

ul#ipl-menu .dd-close {
    margin: 0px -20px;
    background: #2a3036;
    display: none;
}

ul#ipl-menu .dd-close a  {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 5;
    display: block;
		transition: 1s;
}

ul#ipl-menu .dd-close a:hover {
    color: #ff0000;
	transition: 1s;
}
}

@media all and (max-width: 750px) { 
.header-menu {
    background: unset;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 60px;
}

.header-menu ul#ipl-menu {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 200;
    width: 250px;
    max-width: 75%;
    text-align: center;
    border-radius: 0px;
    transition: .25s;
    right: -250px;
}

ul#ipl-menu li {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    padding: 0 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.25px;
}

li.menu-link a#store {
    color: #ffffff7a!important;
}

.header-menu .dd-close {
    display: block;
}

.header-menu ul#ipl-menu.open {
    right: 0px;   
    font-size: 0px;
 	background: var(--main-content);
  	border-radius: 4px;
    padding: 0px 20px;
	box-shadow: 0px 0px 10px rgba(31, 31, 31, 0.65);
	transition: 1s
}
    
.header-menu .dd-mobile {
        display: block;
    }
    
.header-menu ul#ipl-menu li.menu-link.activ a {
   color: #fff;
   border-bottom: 0;
   height: 49px;
}

}
html  {
    overflow-x: hidden;
}
@media all and (min-width: 750px) {
    .header-menu .dd-mobile {
        display: none;
    }
}

ul#ipl-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

ul#ipl-menu li {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    
    padding: 0 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.25px;
    font-family: Kanit,sans-serif;
}

li.menu-link a:hover {
    color: #fff;
    transition: 1s;
}
li.menu-link a {
    color: #ffffff7a;
    transition: 1s;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-transform: uppercase;
    -webkit-transition: all 240ms ease;
    transition: all 240ms ease;
}

li#store-hover {
    background: var(--second-color)!important;
    height: 38px;
    line-height: 38px;
    padding: 0px 22px !important;
    border-radius: 5px;
    color: white !important;
    border-bottom: 2px solid var(--hover);
    transition: 0.8s all;
}

li#store-hover:hover {
    box-shadow: var(--hover) 0 0 16px;
    transition: 0.8s all;
}

li.menu-link a#store {
    color: #fff;
    transition: 1s;
}

.jhn-header {
    height: 500px;
    background: var(--header-img) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
}
.jhn-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(0deg, rgb(14 14 46), rgb(14 14 46 / 42%)), linear-gradient(180deg, #4537ff3d 0%, #0e0e2e6b 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 0;
}

.jhn-logo a img {
    height: 100px;
    width: auto;
}
.jhn-top-bar {
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    transition: .5s !important;
    background: rgb(0 0 0 / 31%)!important;
}
.header-block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-block-svinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-block-title {
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 135%;
    color: #FFFFFF;
}
.header-block-subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 135%;
    color: var(--main);
}
.header-block-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
}
.jhn-downl-opu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    position: relative;
}
.jhn-downl-block {
    width: 380px;
    height: auto;
    margin-bottom: 30px;
    background: linear-gradient(0deg, rgba(14, 14, 46, 0.8), rgba(14, 14, 46, 0.8)), linear-gradient(180deg, #4537FF 0%, #0E0E2E 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.jhn-downl-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 50px;
    gap: 20px;
    border: 1px solid rgba(131, 140, 159, 0.2);
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.jhn-downl-block:before {
    content: "";
    position: absolute;
    width: 375px;
    height: 330px;
    left: 0;
    top: 0px;
    background: linear-gradient(180deg, rgb(48 48 168 / 3%) 0%, #0E0E2E 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.jhn-downl-block:after {
    content: "";
    position: absolute;
    width: 1180px;
    height: 351px;
    left: 0;
    top: 0px;
    background: url(https://i.imgur.com/3xCtp2j.png);
    opacity: 0.2;
    filter: blur(12.5px);
}
.jhn-downl-img i {
    font-size: 54px;
}
.jhn-downl-content span {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    text-align: center;
    color: #FFFFFF;
}
.jhn-downl-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 135%;
    text-align: center;
    text-transform: uppercase;
    color: #838C9F;
}
.jhn-downl-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a:hover {
    color: #fff!important;
    text-decoration: none!important;
}
a.jhn-downl-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    gap: 5px;
    width: 232.5px;
    height: 92px;
    background: var(--secondary-color);
    border-radius: 5px;
}
a.jhn-downl-btn span {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 135%;
    text-align: center;
    color: #FFFFFF;
}
a.jhn-downl-btn p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: vaR(--white);
    margin: 0;
    opacity: 0.8;
}
.jhn-ind-block-img img {
    border: none;
    box-shadow: 0px -15px 125px 10px rgb(2 2 16 / 65%);
    width: 680px;
    height: 426px;
    border-top-left-radius: 65%;
    border-top-right-radius: 25%;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
	object-fit: cover;
}
.jhn-ind-block {
    display: flex;
    gap: 25px;
    margin: 105px 0;
}
.jhn-ind-block-img {
    position: relative;
}
.jhn-ind-block-img:before {
    position: absolute;
    width: 600px;
    height: 355px;
    left: 48px;
    border-top-left-radius: 41%;
    border-top-right-radius: 41%;
    top: 16px;
    background: var(--main);
    filter: blur(32.5px);
    content: "";
    z-index: -1;
}
.jhn-ind-block-img:after {
    content: "";
    position: absolute;
    width: 680px;
    height: 365px;
    left: -162px;
    top: -160px;
    background: url(https://i.imgur.com/3mPl6bx.png) no-repeat;
    border: none;
    z-index: -1;
    opacity: 0.5;
}

.jhn-ind-block-title {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 135%;
    color: #FFFFFF;
}
.jhn-ind-block-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #838C9F;
}
.jhn-ind-block-data {
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
}
.jhn-ind-block-title {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 135%;
    color: #FFFFFF;
}
.jhn-ind-block-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #838C9F;
}
.jhn-ind-block-features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}
.jhn-ind-block-features span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 7.5px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    color: #FFFFFF;
}
.jhn-ind-block-features span i {
    color: #3CF5F8;
    font-size: 22px;
}
.jhn-help-block {
    background: url(https://i.imgur.com/3zabCeq.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 528px;
}
.jhn-help-block:before {
    height: 528px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgb(11 11 37 / 88%) 0%, #0B0B25 100%);
}
.jhn-help {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 500px;
    max-height: 500px;
}
.jhn-help h1 {
    color: var(--white);
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 135%;
}
.jhn-help span {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 135%;
    text-align: center;
    margin-bottom: 20px;
}
.jhn-help p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    opacity: 0.8;
}
a#jhn-help-btn {
    background: var(--secondary-color);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    gap: 10px;
    color: var(--white);
    margin: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
}
a#jhn-help-faq {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 7.5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: var(--main);
        margin-top: 15px;
}

a#jhn-help-faq i {
    font-size: 20px;
}
.jhn-ind-block-img-subs {
    position: absolute;
    bottom: -15px;
    left: 10px;
    z-index: 1;
    background: var(--secondary-color);
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
}
.jhn-footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    right: 0;
    top: 0;
    background: #0B0B25;
    mix-blend-mode: normal;
    opacity: 0.9;
}
.jhn-footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    right: 0;
    top: 0;
    background: linear-gradient(152.97deg, #3CF5F8 0%, #4587F8 33.57%, #4537FF 100%);
    mix-blend-mode: color;
    opacity: 0.65;
}
.jhn-footer {
    background: url(https://i.imgur.com/Uj3YEVJ.png);
    height: 300px;
    position: relative;
}
.header-block-svinfo {
    margin: 25px 0;
}
.header-block-btns {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
a.header-block-btn {
    display: inline-block;
    border: 1px solid#525578;
    padding: 15px 37px;
    font-size: 15px;
    transition: .5s;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--white);
}
a.header-block-btn:first-child {
    background: var(--secondary-color);
    border: 1px solid #7b73dd;
}
a.header-block-btn svg {
    margin-right: 5px;
}
a.header-block-btn svg path {
    fill: #fff;
}
.jhn-top-bar .container {
    display: flex;
    align-items: center;
}
.jhn-top-bar {
    height: 100px;
}
.jhn-ind-block-img-sub img {
    position: absolute;
    border-radius: 15%;
    height: 250px;
    width: 250px;
    bottom: -93px;
    right: -15px;
    box-shadow: 0 0 10rem rgb(0 0 0 / 80%);
}
.jhn-fot-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 30px;
    margin: 30px 0;
    z-index: 1;
    position: relative;
}
.jhn-fot-menu a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: var(--white);
}
.jhn-fot-menu a i {
    color: var(--main);
    font-size: 16px;
}
.jhn-footer-brand {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: var(--content-medium);
    z-index: 1;
    position: relative;
    border-top: 1px solid#3e407b78;
    padding: 20px;
}
.jhn-fot-logo {
    text-align: center;
    text-align: -webkit-center;
}
.jhn-fot-logo img {
    height: 120px;
    z-index: 1;
    position: relative;
    filter: opacity(0.5);
    transform: scale(1.5);
    margin-bottom: 20px;
}
.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; 
}
.accordion {
    color: var(--white);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    background: #181552;
    border: none;
    border-radius: 5px;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    background-color: var(--main-content);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}
.jhn-panel {
    padding: 0 18px;
    background-color: var(--main-content);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
    border: none;
    border-top: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.jhn-faq-section-title {
    font-size: 42px;
    margin: 0 0 15px;
    color: #fff;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
}
.jhn-faq-section-subtitle {
    font-size: 20px;
    margin: 0 0 22px;
    color: var(--content-medium);
    font-style: normal;
    line-height: 1.2;
    font-weight: 500;
    transition: .5s;
}
.jhn-faq-section {
    display: flex;
    align-items: center;
    gap: 20px;
}
.jhn-faq-block {
    width: 100%;
}

.jhn-ind-info-block {
    background: #062562;
    padding: 35px 15px 15px 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 220px;
	margin-bottom: 30px;
}
.jhn-ind-info-img img {
    height: 400px;
    width: 680px;
    border-top-left-radius: 5%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 160%;
    border-bottom-right-radius: 4%;
    opacity: 0.9;
    margin-top: -108px;
    margin-right: -25px;
    filter: brightness(0.8);
    box-shadow: 0px -2px 7px black;
    object-fit: cover;
}
.jhn-ind-info-title {
    font-size: 40px;
    margin: 0 0 23px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
}
.jhn-ind-info-text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 135%;
    color: var(--content-medium);
    margin-bottom: 50px;
}
.jhn-ind-info-features {
    width: 160%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: row;
}
.jhn-ind-info-features span {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
	width: 250px;
}
.jhn-ind-info-features span i {
    width: 64px;
    height: 64px;
    background: var(--secondary-color);
    border-radius: 99px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.jhn-ind-info-btn {
    display: inline-block;
    border: none;
    padding: 15px 37px;
    font-size: 15px;
    transition: .5s;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 20px 0 0 0;
    background: var(--gradient);
}
a.jhn-ind-info-btn span {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}
.jhn-ind-play:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 528px;
    left: 0px;
    top: 0px;
    background: url(https://i.imgur.com/CuMYoEw.png) no-repeat center;
    opacity: 0.1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.jhn-ind-play:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(11, 11, 37, 0) 0%, #0B0B25 100%);
    opacity: 0.3;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    left: 0;
    top: 0px;
    width: 1920px;
    height: 528px;
}
.jhn-ind-play {
    background: #4537FF;
    position: relative;
    height: 528px;
    padding: 50px;
    margin: 50px 0 0 0;
}
.jhn-how-play-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 475px;
}
.jhn-how-play {
    border: 1px solid #0e0e2e;
    padding: 15px 0 9px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #06174F;
    width: 300px;
    height: 100px;
}
.jhn-how-play-se {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.jhn-how-play:last-child {
    margin-top: 100px;
}
.jhn-how-play-fr .jhn-how-play:first-child {
    margin-top: 30px;
}
.jhn-how-play-fr:after {
    position: absolute;
    top: -43px;
    content: "";
    width: 2px;
    height: 242px;
    border-right: 3px dashed #0e0e2e;
    right: -141px;
    transform: rotate(75deg);
    margin: auto;
}
.jhn-how-play-fr:before {
    position: absolute;
    bottom: 126px;
    content: "";
    width: 2px;
    height: 289px;
    border-right: 3px dashed #0e0e2e;
    right: -145px;
    transform: rotate(122deg);
    margin: auto;
}
.jhn-how-play-se:before {
    position: absolute;
    bottom: 6px;
    content: "";
    width: 2px;
    height: 263px;
    border-right: 3px dashed #0e0e2e;
    left: -140px;
    transform: rotate(250deg);
    margin: auto;
}
.jhn-faq {
    padding: 30px 0;
    background: linear-gradient(0deg, rgba(14, 14, 46, 0.8), rgba(14, 14, 46, 0.8)), linear-gradient(180deg, #4537FF 0%, #0E0E2E 100%);
}
.jhn-how-play-fr {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.navbar-default {
    background-color: #0d0c32;
    border-color: #dddddd12;
}
.navbar-default .navbar-nav > li > a {
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: var(--main);
    background-color: transparent !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: var(--main);
    text-decoration: none;
}
.dropdown-menu {
    font-size: 14px;
    background-color: var(--main-content);
}
.dropdown-menu > li > a {
    color: var(--white);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: var(--main);
    background-color: #ffffff0d;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
}
.panel .panel-heading {
    font-weight: 600;
    background: #181552;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    text-align: -webkit-center;
    color: var(--white);
    padding: 15px 5px;
}
.panel-default > .panel-heading {
    color: var(--white);
    background-color: var(--main-content);
    border-color: var(--main-content);
}
.category .packages-image {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
.category .packages-image .package {
    float: left;
    width: 24.5%;
}
}
.category .packages-image .package {
    background: #181552;
    border: 1px solid rgba(131, 140, 159, 0.2);
    border-radius: 5px;
}
.category .packages-image .package .info {
    width: 100%;
    margin: 15px auto 5px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category .packages-image .package .info .text {
    width: 100%;
    height: 50px;
    float: left;
    padding-right: 5px;
    font-size: 12px;
    text-align: center;
    text-align: -webkit-center;
}
.category .packages-image .package .info .text .name {
    font-weight: bold;
    font-size: 16px;
    color: var(--azure);
}
.category .packages-image .package .info .text .price {
    color: var(--main);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
}
.category .packages-image .package .info .button {
    float: right;
    width: 80%;
    margin: 0;
}
.category .packages-image .package .info .button a {
    color: #ffffff;
    background: var(--gradient);
    border-color: var(--azure);
    border-radius: 20px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}
.category .packages-image .package .info .button a.btn-danger {
    color: #ffffff;
    background: #d9534f;
    border-color: #d43f3a;
}
.modal-content {
    position: relative;
    background-color: var(--main-content);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e50d;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    font-weight: 700;
    color: var(--main);
}
.close {
    float: right;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: var(--secondary-color);
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e508;
}
p.pull-left b {
    color: var(--main);
}
.form-control, .checkout .packages table tbody .quantity input {
    color: #fff;
    background-color: var(--main-content);
    border: 1px solid rgba(131, 140, 159, 0.2);
}
.checkout {
    margin: -15px;
    margin-top: 0;
}
.checkout .packages {
    margin-bottom: 30px;
    background: #181552;
    border: 1px solid rgba(131, 140, 159, 0.2);
    border-radius: 5px;
}
.check-block {
    background: #181552;
    border: 1px solid rgba(131, 140, 159, 0.2);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}
.page-header {
    border-bottom: none;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #dddddd1a;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd0d;
}
.checkout .packages table tbody .name {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
}
.checkout .packages table tbody .price {
    color: var(--main);
    font-weight: 600;
}
.package-options {
    color: var(--content-medium);
}
.btn-info {
    color: #ffffff;
    background: var(--gradient);
    border-color: var(--azure);
}
.btn-default {
    color: var(--white);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    transition: 0.8s;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: var(--white);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-default:hover i, .btn-default:focus i, .btn-default:active i, .btn-default.active i, .open .dropdown-toggle.btn-default {
    transform: rotate(45deg);
    transition: 0.8s;
}
i.fa.fa-refresh {
    transition: 0.8s;
}
.checkout .coupons .redeemed table {
    margin-bottom: 0;
    background: vaR(--main-content);
    border-radius: 5px;
    border: none!important;
}
.checkout .coupons .redeemed table tbody tr td {
    border: none!important;
}
.panel-body.cat-description {
    background: #151346;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    color: var(--content-medium);
}
.package.jhn-pack {
    background: #181552;
    border: 1px solid rgba(131, 140, 159, 0.2);
    border-radius: 5px;
    gap: 20px;
    display: flex;
    margin-bottom: 15px;
}
.package.jhn-pack .image img {
    width: 400px;
    height: 200px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-size: cover;
    filter: brightness(0.8);
}
.jhn-pack-info {
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}
.package.jhn-pack .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.package.jhn-pack .info .text {
    display: flex;
    gap: 20px;
    align-items: center;
}
.package.jhn-pack .info .text .name {
    font-size: 17px;
    font-weight: 600;
    color: var(--white);
}
.package.jhn-pack .info .text .price {
    font-size: 14px;
    color: var(--main);
    font-weight: 600;
}
.package.jhn-pack .info .button a {
    padding: 3px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.jhn-pack-info span p {
    color: var(--content-medium);
}
.panel.panel-default.box-container.jhn-panel-def {
    background: #181552;
    border: 1px solid rgba(131, 140, 159, 0.2);
    border-radius: 5px;
}











.ipl-package {
    width: calc(100%/5);
    margin: 0px;
    background: var(--main-content);
    padding: 20px;
    float: none;
    position: relative;
}
.ipl-package .ipl-info {
    text-align: center;
    text-align: -webkit-center;
    font-size: 16px;
    font-weight: 600;
}

.features {
    display: flex;
    background: white;
    margin-top: 20px;
    background: transparent !important;
}

.features.upgrades.hidden-sm.hidden-xs {
    width: 100%;
    flex-direction: column;
}

.features .feature-row {
    display: flex;
    padding: 20px 0px;
    border-bottom: 2px solid rgb(45 45 98) !important;
}

.features.upgrades.hidden-sm.hidden-xs .feature-row .featured.name {
    background: #fff!important;
    height: 43px;
    padding: 0px;
    margin-top: 0px;
    border-radius: 4px;
    margin-left: 0px;
    line-height: 44px;
}

.feature-row > div {
    margin: -20px 0px;
    padding: 20px 0px;
    border-left: 1px solid rgba(131, 140, 159, 0.2);
}
.feature-row div {
    color: rgb(36, 107, 181) !important;
    font-size: 14px;
}
.feature-row > div {
    flex: 1;
    text-align: center;
}
.features.upgrades .name {
    background: transparent !important;
    border: none !important;
    margin-left: 6px;
}

.features.upgrades .name a.disabled {
    opacity: 0.5;
}
.features.upgrades .name a {
    background: rgb(251, 52, 30);
    display: block;
    padding: 12px 15px;
    border-radius: 4px;
    color: white !important;
}

.features.upgrades .name a {
    background: rgb(251, 52, 30);
    display: block;
    padding: 12px 15px;
    border-radius: 4px;
    color: white !important;
}

.features.upgrades .name a i {
    color: white !important;
    margin-right: 8px;
    opacity: 0.35;
}

.panel-body > .features {
    display: flex;
    flex-direction: column;
    background: white;
    margin-top: 20px;
}
.panel-body > .features {
    margin-left: -15px;
    margin-right: -15px;
}

.feature-row.title-bar {
    border: none !important;
    background: var(--secondary-color);
    padding: 20px 35px;
    color: var(--white);
    font-weight: bold;
    font-size: 14px;
}

.feature-row.title-bar i {
    float: left;
    margin-right: 10px;
    opacity: 0.5;
    font-size: 17px;
}

.featured.name {
    font-weight: 600;
    font-size: 13px;
    color: var(--white) !important;
}
.featured.name {
    border-left: none !important;
}
.featured.name {
    position: relative;
}

span.info-help {
    opacity: 0.2;
    margin-left: 7px;
    position: relative;
    top: 1px;
}
.feature-row .name i.fas.fa-times {
    color: #b51818;
}

.feature-row .name i.fas.fa-check {
    color: rgb(111, 187, 114);
}

.body.ipl-full .panel-body.ipl-body .category .packages-image.ipl-image .ipl-package:after {
    position: absolute;
    right: 15px;
    top: 366px;
    bottom: 0;
    background: rgb(0 0 0 / 2%);
    content: "";
    z-index: 1;
    height: 60px;
    width: 77.8%;
}

.features.ipl-features {
    flex-direction: column;
    width: auto;
    margin-left: -15px;
    margin-right: -17px;
}
.packages-image.ipl-image {
    gap: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.features.ipl-features .feature-row .featured.name {
    font-weight: 600;
    font-size: 13px;
    color: black;
}

.ipl-package.features:after {
    display: none;
}

.ipl-price {
    text-align: center;
    text-align: -webkit-center;
}

.feature-row > div {
    background: #181552;
}

.feature-row div:last-child {
    background: #14163d;
    margin: -20px 0px;
    padding: 20px 0px;
}
.feature-row div:last-child {
    border-left: none !important;
}

.feature-row div:last-child i {
    color: rgb(36, 107, 181);
}

.ipl-package.package-fourth:before {
    content: "RECOMMENDED PACKAGE";
    position: absolute;
    top: 0;
    background: rgb(249, 177, 42);
    padding: 5px 12px;
    right: 15px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: -6px;
    margin-top: -5px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e703;
    color: var(--main);
}
@media screen and (max-width: 768px) {
    .jhn-downl-opu {
    display: flex;
    flex-direction: column;
}
.jhn-ind-block {
	margin: 0;
}
.jhn-ind-block-img-subs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.jhn-ind-block {
    display: flex;
    flex-direction: column;
}
.jhn-ind-block-img img {
    width: 290px;
    height: 200px;
    border-radius: 10%;
    margin-top: 20px;
}
.jhn-ind-block-img:before {
    display: none;
}
.jhn-ind-block-img-sub img {
    height: 150px!important;
    width: 150px!important;
    left: 30%;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
.jhn-best-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.jhn-ind-block-data {
    margin-top: 45px;
}
.jhn-ind-info-block {
    display: flex;
    flex-direction: column-reverse;
}
.jhn-ind-info-img img {
    height: 100px;
    width: 230px;
    margin-right: 0;
    border-radius: 5px;
}
.jhn-ind-info-features {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.header-block-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.jhn-downl-data {
    width: 300px;
}
.jhn-downl-block:before {
    width: 300px;
}
.jhn-downl-block:after {
    width: 300px;
}
.jhn-downl-block {
    width: 300px;
}
.jhn-ind-block-img:after {
    display: none;
}
.jhn-how-play-fr:before {
    display: none;
}
.jhn-how-play-fr:after {
    display: none;
}
.jhn-how-play-se:before {
    display: none;
}
.jhn-how-play-blocks {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.jhn-how-play-fr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.jhn-how-play-fr .jhn-how-play:first-child {
    margin: 0;
}
.jhn-how-play:last-child {
    margin-top: 10px;
}
.jhn-how-play-se {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.jhn-fot-menu {
    display: flex;
    flex-wrap: wrap;
}
.jhn-ind-play:before {
    display: none;
}
.jhn-ind-play:after {
    display: none;
}
.header-block-title {
    font-size: 45px;
}
ul#ipl-menu li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}
.category .packages-image .package {
    width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e705;
}

.navbar-default .navbar-toggle {
    border-color: var(--secondary-color);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: var(--main-content);
}
.package.jhn-pack {
    display: flex;
    flex-direction: column;
}
.package.jhn-pack .image img {
    width: 328px;
    border-top-right-radius: 5px;
}
.jhn-pack-info {
    width: 325px;
}
.ipl-package.features:first-child {
    width: 0;
    display: none;
}
div#tel-over {
    overflow-x: scroll;
    position: relative;
    width: 500px;
}
.pill-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

}
.jhn-panel:focus-visible {
    outline: 0;
    background: transparent;
}
button:focus {
    outline: 0!important;
    outline: 0!important;
}
.jhn-home-best {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.jhn-best-title {
    font-size: 40px;
    color: var(--secondary-color);
    text-align: center;
    text-align: -webkit-center;
    font-weight: 600;
}
.jhn-best-products {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
	margin-bottom: 50px;
}
.jhn-best-prod {
    width: 100%;
    background: var(--panel-bg);
    overflow: hidden;
    z-index: 1;
    text-align: center;
    text-align: -webkit-center;
    display: flex;
    align-items: center;
    border: 1px solid rgba(131, 140, 159, 0.2);
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
}
.jhn-best-img {
    width: 100%;
    background-size: cover;
    filter: opacity(0.9);
}
.jhn-best-img img {
    width: 100%;
}
.jhn-best-img:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, var(--panel-bg));
    opacity: 0.8;
}
.jhn-best-prod-name {
    margin: 5px 0;
    font-size: 22px;
    font-family: 'Kanit';
    color: var(--secondary-color);
}
.jhn-best-prod-desc {
    margin-bottom: 20px;
    color: var(--content-soft);
    font-size: 14px;
}
span#members-discord {
    padding-left: 5px;
}

.s2_content {
    overflow: hidden;
    margin-bottom: 25px;
}
.s2_content h3 {
    font-family: 'Kanit';
    font-size: 22px;
    color: var(--azure);
}
.s2_content_img img {
    height: 150px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover!important;
    object-fit: cover;
    position: relative;
    width: 205px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.s2_content_cta {
    text-align: center;
    text-align: -webkit-center;
}
.s2_content_cta a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    background: var(--gradient);
    border-bottom: 3px solid #ffffff14!important;
    border: #ffffff14;
    font-family: 'Kanit';
}
.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(65 141 174 / 88%);
}
.col-lg-4 .s2_content_img img {
    height: 206px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.s2_content {
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #4587f829;
    border-radius: 4px;
    padding-bottom: 10px;
}
.col-lg-3 .s2_content {
    padding: 10px 5px;
}
.col-lg-3 .s2_content_img img {
    height: 143px;
}
.jhn-title h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 135%;
    color: var(--main);
}
.jhn-title {
    text-align: center;
    text-align: -webkit-center;
}
.jhn-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 135%;
    color: #FFFFFF;
    margin-bottom: 0;
}
.col-lg-4 .s2_content_img:before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 210px;
    left: 0;
    top: 0px;
    background: linear-gradient(180deg, rgb(14 14 46 / 32%) 0%, #0E0E2E 100%);
}
.s2_content_img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.s2_content {
    height: 270px;
}

.filterCat {
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}
div#jhnCat {
    height: 98%;
    border: 3px solid var(--azure);
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jhn-cat-tit {
    width: 100%;
    background: var(--azure);
    text-align: center;
    text-align: -webkit-center;
    font-family: 'Kanit';
    font-size: 26px;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 0.5rem;
}
div#jhnCat button.btn {
    width: 100%;
    font-family: 'Kanit';
    font-size: 20px;
    margin-top: 0.2rem;
    color: #fff;
    border-bottom: 1px solid #ffffff05;
    border-radius: 0;
}