
:root {
  --image: url(https://i.imgur.com/7gRx5CI.png);
  --main-color: #18ccd3;
  --main-color-transparent: #60daff6b;
  --bg-color: #0F0F0F;
  --first-color: rgb(62 62 62 / 25%);
  --second-color: #272727;
  --text-color: #ebe7e7;
  --transition: width .35s, height .35s, background-color .35s, transform .35s;
}
html,
body {
   margin:0;
   padding:0;
   position: relative;
}
html {
    overflow-x: hidden;
}
html {
    font: 15px / 1.4 sans-serif;
    font-family: 'Montserrat',sans-serif;
    color: var(--text-color);
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    background-color: var(--bg-color);
}

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(--bg-color);
    font-family: 'Montserrat',sans-serif;
    color: var(--text-color);
    z-index: 1;
}
.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;
}
a {
    color: var(--text-color);
    text-decoration: none;
}
a:hover, a:focus {
    color: var(--main-color);
    text-decoration: none;
}
::-webkit-scrollbar {
	width: 8px;
	height: 30px;
}

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

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

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



.jhn-info-section {
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
    gap: 30px;
}
.jhn-info-block {
    padding: 20px;
    text-align: center;
    text-align: -webkit-center;
    background: rgb(0 0 0 / 25%);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 14%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 7%);
    position: relative;
}
.jhn-info-bl-tit {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
a.btn.jhn-btn-info {
    background: var(--main-color);
    margin-top: 15px;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans';
    border-radius: 50px;
    padding: 7px 15px !important;
    font-family: 'Inter';
    color: #ffffffd1;
}
.jhn-discord-module:after {
    background: url(https://imagizer.imageshack.com/img923/4914/j0rewf.png) center no-repeat;
    top: -5rem;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.1;
    z-index: 0;
}
.jhn-discord-module {

    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #7289da;
        padding: 1.5rem;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    gap: 2rem;
}
div#members-discord {
    font-weight: 700;
    font-size: 3rem !important;
}
.jhn-discord-text {
    line-height: 1.2;
    opacity: 0.5;
    font-size: 15px;
    text-align: center;
    text-align: -webkit-center;
}
.jhn-discord-btn {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
}
a.btn.jhn-disc-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: background 0.3s;
    color: #fff;
}
a.btn.jhn-disc-btn {
    box-shadow: 0 10px 25px rgba(15, 15, 15, 0.25);
    justify-content: center;
    text-align: center;
    transition: background 0.3s;
    transition: background 0.3s;
    padding: 1.25rem 3rem;
    border-radius: 10px;
    height: max-content;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding: 10px !important;
}
#particles-js {
    position: absolute;
    height: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-size: cover;
    opacity: 0.1;
}

@media only screen and (max-width: 1105px) {
	#particles-js {
		width: 100%;
		display: block;
	}
}

.cartModal {
     position: fixed;
     top: 0;
     right: 0;
     width: 0;
     height: 100vh;
     z-index: 100;
     opacity: 0;
     box-sizing: border-box;
     transition: var(--transition);
     overflow-y: scroll;
     -ms-overflow-style: none;  /* IE and Edge */
     scrollbar-width: none;  /* Firefox */
     -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
 }
 .cartModal::-webkit-scrollbar {
   display: none;
 }
 .cartModal * {
     transition: none;
 }
 .cartModal--open {
     width: 80%;
     opacity: 1;
 }
 @media only screen and (min-width: 800px) {
     .cartModal--open {
         width: 450px;
         opacity: 1;
     }   
 }
  .jhn-basket-close svg {
    height: 25px;
}
.basket.cartModal {
    background: var(--bg-color);
    border: none;
}
.jhn-menu-bask {
    background: var(--gradient);
    border-color: var(--azure);
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-transform: uppercase;
    -webkit-transition: all 240ms ease;
    transition: all 240ms ease;
}

.jhn-basket-top {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.jhn-basket-close {
    color: #efb7b7 !important;
    background: #c34b4b;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #9b3535;
    display: flex
;
    align-items: center;
    position: relative;
    z-index: 1;
}
a.btn.jhn-btn-logout {
    color: #ffffff!important;
    background: #c133333d;
    padding: 5px 15px;
    border-radius: 4px;
    border-color: #eb0c0c82;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 15px;
}
.jhn-cart-data {
    text-align: center;
    text-align: -webkit-center;
}
.jhn-cart {
    
    height: 110px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    align-content: center;
    border: 1px solid rgb(255 255 255 / 7%);
    background: rgb(0 0 0 / 25%);
    border-radius: 10px;
}
.jhn-cart:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://imagizer.imageshack.com/img924/8883/vfLqUz.jpg) center no-repeat;
    background-size: cover;
    filter: grayscale(1);
    opacity: 0.3;
}

.jhn-cart-data h2 {
    font-family: 'Montserrat';
    font-size: 24px;
    color: var(--main-color);
    text-align: center;
    text-align: -webkit-center;
}
.jhn-cart-data p {
    font-family: 'Montserrat';
    opacity: 0.6;
    color: #fff;
    font-weight: 500;
}
.jhn-cart-player img {
    height: 220px;
}
.jhn-cart-tot {
    display: flex;
    justify-content: space-between;
    padding: 2rem 1rem;
    align-items: center;
}
.jhn-cart-tot div {
    display: flex;
    flex-direction: column;
}
.jhn-cart-tot div h3 {
    margin: 0;
    padding-bottom: 0;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 16px;
}
.jhn-cart-tot div h2 {
    margin-top: 1px;
    font-size: 18px;
    color: var(--text-color);
    font-family: 'Montserrat';
}
.jhn-cart-tot a.btn.btn-primary {
    padding: 5px 20px !important;
    display: flex;
    align-items: center;
    height: 2.5rem;
    border-radius: 10px;
    border-bottom: none;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    background: var(--main-color);
    color: #fff;
    border: none;
}
.jhn-cart-list {
    display: flex;
    flex-direction: column;
}
.jhn-cart-list .package {
    margin-top: 12px;
    border: 1px solid rgb(255 255 255 / 7%);
    background: rgb(0 0 0 / 25%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    padding: 12px;
}
.package-info h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--azure);
}
span.jhn-package-price {
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
}
.package-btns a:first-child {
    padding: 5px 15px;
    border: 1px solid #00000047;
    border-radius: 4px;
    background: #76767657;
    color: #fff;
}
.progress {
    background-color: #f5f5f50d;
}
.progress-bar {
    background-color: var(--main-color);
}
.panel .panel-heading {
    background-color: transparent;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Montserrat';
}
.panel-default > .panel-heading {
    color: var(--main-color);
    border-color: transparent;
    background: #ffffff03;
}
.panel-default {
    border-color: transparent;
}
.panel {
    background-color: var(--first-color)!important;
}
.navbar-default {
    background-color: var(--first-color);
    border-color: transparent;
}
.jhn-header-mid {
    margin: 3rem 0;
    margin-top: 8rem;
}

.jhn-header-bot-text {
    max-width: 875px;
    line-height: 1.5rem;
    font-size: 1.2rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    color: rgb(200 200 200 / 89%);
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: -0.025rem;
    margin: 0.6rem 0;
}
svg path {
    fill: #fff;
}
.jhn-header-bot-btn a {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    margin-top: 20px;
    background: #7087d6;
    width: 150px;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    justify-content: center;
    box-shadow: 0 0 5px var(--main-color-transparent);
}
.jhn-header-bot-features i {
    font-size: 34px;
    color: var(--main-color);
    text-shadow: 0 0 5px var(--main-color);
}
.jhn-feature-header span span {
    color: var(--main-color);
}
.jhn-header-bot-features {
    display: flex;
    gap: 3.5rem;
    font-size: 31px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.025rem;
    font-family: 'Oswald';
    margin-top: -2rem;
    margin-bottom: 2rem;
}
.jhn-header-mid .container {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.logo {
    margin-left: auto;
}
.logo a img {
    height: 350px;
}
.jhn-header-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.jhn-header-name img {
    height: 60px;
}
.jhn-header-name span {
    font-family: 'Montserrat';
    font-weight: 600;
    color: var(--text-color);
}

.jhn-header-btns {
    margin-left: auto;
}
.toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.currency {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 1rem;
}
.basket {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 1rem;
}
.logout {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 1rem;
}
.currency .btn-default {
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.currency.open .btn-default {
    background: none;
    color: #ffff;
    border: none;
}

.buttons {
    position: relative;
    z-index: 1;
}
.logout a {
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    color: #fff!important;
}
.logout a:hover {
    background: none;
    border: none;
}
.dropdown-menu {
    background-color: var(--second-color);
}
.dropdown-menu > li > a {
    color: var(--text-color);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: var(--main-color);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: var(--text-color);
    background-color: #f5f5f50d;
}
.basket button.btn.btn-primary i {
    font-size: 20px;
}
.basket button.btn.btn-primary {
    position: relative;
    background: transparent;
    border: none;
}
span.jhn-cart-num {
    padding: 0.3rem;
    min-width: 23px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 52%;
    line-height: 11px;
    background: #ea3535;
    border-radius: 50px;
    font-size: 14px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline: 0;
    outline-offset: 0;
}
:focus-visible {
    outline: none;
    outline: 0;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: auto;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: transparent;
    border-color: transparent;
        color: #fff;
}
.mouse {
    position: absolute;
    z-index: 10000;
    width: 22px;
    height: 42px;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 1px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}
.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.jhn-pack-page-img {
    max-width: 850px;
}

div#jhn-featured {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.featured {
    width: 100%;
    margin: 0;
}
.panel.panel-default.module {
    position: relative;
}
.featured .panel-heading {
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}
.featured .panel-heading span {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 134px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 28px;
    right: -24px;
}
.featured .panel-heading span::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.featured .panel-heading span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.module .featured-package .info {
    max-width: 100%;
    margin: 15px auto 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.module .featured-package .info .text {
    text-align: center;
    text-align: -webkit-center;
    float: none;
    width: 100%;
}
.module .featured-package .info .text .name {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0px 3px 0;
    color: #ebe7e7ab;
}
.module .featured-package .info .text .price {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #ebe7e7fa;
}
.module .featured-package .info .text .price .discount {
    color: #f82828;
    font-size: 15px;
    text-decoration: line-through;
}
.module .featured-package .info .button {
    float: none;
    width: 50%;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 7px 10px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.btn {
    padding: 5px 10px!important;
}
.btn-info {
    color: var(--main-color);
    background-color: var(--main-color-transparent);
    border-color: var(--main-color);
    font-weight: 800;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    box-shadow: 0px 0px 93.316px 0px rgba(84, 204, 147, 0.38);
}
.jhn-nav-title {
    position: absolute;
    top: -35px;
    left: 0;
    content: "";
    background: var(--main-color);
    padding: 6px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    font-weight: 600;
}
.jhn-indx-nav {
    position: relative;
    z-index: 1;
}
.navbar-default .navbar-nav > li > a {
    color: var(--text-color);
    font-family: 'Montserrat';
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: var(--main-color);
    text-decoration: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: var(--main-color);
    background-color: transparent;
    border-radius: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e703;
    color: #fff;
}
.nav li.active {
    border-bottom: 2px solid var(--main-color);
}
.nav > li:hover {
    background: #ffffff08;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
}
.module .payments li:last-child {
    border-bottom: 1px solid #ededed00;
    padding: 5px;
    margin-bottom: 8px;
}
.module .payments li {
    list-style: none;
    margin-bottom: 8px;
    border: 1px solid #ededed00;
    padding: 10px;
    background: rgb(255 255 255 / 3%);
}
.module .payments li .avatar img {
    height: 40px;
    width: 40px;
    border-radius: 5px;
}
.module .payments li .avatar {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
.module .payments li .info .ign {
    font-weight: 500;
}
.module .payments li .info {
    line-height: 20px;
    font-size: 14px;
}
.module .payments li .info .extra {
    color: #ffffff85;
}
.panel-default > .panel-heading {
    text-align: center;
    text-align: -webkit-center;
}
.module .top-donator .avatar img {
    height: 70px;
    width: 70px;
    border-radius: 5px;
}
.module .top-donator .avatar {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
.module .top-donator .info {
    float: left;
    width: 70%;
}}
.module .top-donator .info .ign {
    text-align: start;
}
.module .top-donator .info .amount {
    font-size: 13px;
    text-align: start;
    color: #ffffff96;
}
.jhn-category-page-nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 10px;
}
.jhn-category-page-nav nav.navbar.navbar-default {
    width: 100%;
}
.jhn-cat-disc-btn {
    width: 15%;
    display: flex;
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
}
.jhn-cat-disc-btn a {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: #7087d6;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    justify-content: center;
}
.jhn-category-page .panel-heading {
    position: relative;
    text-align: left;
    text-align: -webkit-left;
    padding: 20px 40px;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}
.panel.panel-default.jhn-category-page .panel-heading:before {
    background: var(--main-color);
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    height: 18px;
    width: 10px;
    border-radius: 50px;
    box-shadow: 0px 1px 11px 3px var(--main-color);
}
@media (min-width: 992px) {
.category .packages-image .package {
    float: left;
    width: calc( 33.3% - 20px);
}}
.category .packages-image .package {
    background: var(--first-color);
    box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0;
    margin: 15px 10px;
    border: none;
    transition: all .3s ease-in-out;
}
.category .packages-image .package .image img {
    margin: 0 auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    transition: all .3s ease-in-out;
}
.category .packages-image .package .image {
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.category .packages-image .package .image img:hover {
    cursor: pointer;
    opacity: 0.80;
    transform: scale3d(1.2, 1.2, 1.2);
    transition: all .3s ease-in-out;
}
.category .packages-image .package .info .text {
    width: 100%;
    height: auto;
    float: none;
    padding-right: 0;
    font-size: 15px;
}

.category .packages-image .package .info {
    width: 100%;
    margin: 0;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    max-width: 100%;
}
.category .packages-image .package .info .text .name {
    font-weight: bold;
    font-size: 24px;
}
.category .packages-image .package .info .text .price {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.category .packages-image .package .info .button {
    float: none;
    width: 70%;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    font-weight: 500;
}
.btn-block + .btn-block {
    margin-top: 0;
}
.jhn-btn-cat-info {
    width: 20%;
    margin-right: 15px;
}

.jhn-fot-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.footer {
    border-top: 1px solid #dddddd1a;
}
.footer .branding p {
    margin: 0;
}
.footer .branding span {
    color: #ffffff94;
    font-size: 13px;
}
.jhn-pack-page-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    gap: 1rem;
}
.jhn-pack-page-pack-data {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    margin-bottom: auto;
}
.jhn-pack-page-img img {
    height: 350px;
    border-radius: 4px;
}
.jhn-pack-page-title {
    font-size: 28px;
    font-weight: 600;
}
.jhn-pack-page-price {
    font-size: 20px;
}
.modal-footer {
    border-top: 1px solid #e5e5e500;
}
.btn {
    padding: 10px 15px;
}
.form-control, .checkout .packages table tbody .quantity input {
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #b1aeae;
    background-color: #ffffff12;
    background-image: none;
    border: 1px solid #cccccc30;
}
.jhn-pack-page-desc {
    padding: 1rem;
    background: #0F0F0F !important;
    border-radius: 4px;
    margin-top: 1rem!important;
}
.jhn-pack-page-desc-tit {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0000002b;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd1c;
}
.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 #ffffff0f;
}
@media (min-width: 768px) {
.checkout .packages table tbody .buttons {
    min-width: 180px;
    width: 30%;
}}
.page-header {
    border-bottom: 1px solid #eeeeee12;
}
.btn-success {
    font-size: 16px;
    font-weight: 600;
}
.panel.panel-default.jhn-login-page {
    text-align: center;
    text-align: -webkit-center;
    width: 60%;
    margin: 0 auto;
}
.panel.panel-default.jhn-login-page {
    text-align: center;
    text-align: -webkit-center;
    width: 60%;
    margin: 20px auto;
}
button.btn.btn-success.btn-lg {
    padding: 10px;
    height: 43px;
}
.content.fy {
    width: 100%;
    float: none;
}
.panel.panel-default.jhn-login-page .panel-heading {
    padding: 25px;
    background: rgb(0 0 0 / 25%);
    color: #ffff;
    font-size: 22px;
}
@media (max-width: 768px) {
    .jhn-header-top-det {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.jhn-header-btns {
    margin: 0;
    text-align: center;
    text-align: -webkit-center;
}

.jhn-header-mid .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.logo {
    margin: 0;
}
.logo a img {
    height: 250px;
}
.jhn-header-mid-det {
    text-align: center;
    text-align: -webkit-center;
}
div#jhn-featured {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.featured {
    width: 100%;
}
.jhn-info-section {
    display: flex;
    flex-direction: column;
}
.jhn-info-block {
    width: 100%;
}
.jhn-fot-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.footer .branding {
    text-align: center;
    text-align: -webkit-center;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd7d;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e72b;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff0d;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd1f;
}
.jhn-pack-page-img img {
    width: auto;
    height: 130px;
}
.jhn-cat-disc-btn {
    display: none;
}
}
@media (max-width: 768px) {
.jhn-header-bot-text {
    font-size: 1rem!important;
    width: fit-content!important;
}
.jhn-header-bot-tit {
    font-size: 2rem!important;
}
.jhn-beneficii-list {
    display: flex!important;
    flex-direction: column!important;
    margin-top: 0rem!important;
}
.jhn-featureed-title {
    width: auto!important;
}
.jhn-index-info-blocks {
    display: flex!important;
    flex-direction: column!important;
}
.jhn-index-pay-modules {
    display: flex;
    flex-direction: column-reverse!important;
}
div#jhn-payments {
    width: 100%!important;
}
div#jhn-top {
    width: 100%!important;
}
.jhn-index-sec-reviews {
    display: flex!important;
    flex-direction: column!important;
}
.jhn-footer-top {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
}
.jhn-footer-bot {
    position: relative;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    gap: 10px;
}
.jhn-header-top-det {
    display: flex
;
    flex-direction: column-reverse!important;
    align-items: center!important;
    padding: 10px 0;
    gap: 5px;
}
.jhn-header-top-left {
    width: 100%!important;
    display: flex
;
    justify-content: space-between!important;
    padding: 0 20px;
}
.jhn-header-name {
    display: none;
}
nav.navbar.navbar-default {
    width: 100%!important;
    background: var(--first-color);
}
.panel.panel-default.jhn-category-page .panel-heading {
    display: flex
;
    flex-direction: column!important;
    align-items: center!important;
    gap: 15px;
}
.panel.panel-default.jhn-category-page .panel-heading:before {
    display: none;
}
.panel.panel-default.jhn-category-page:before {
    display: none;
}
.category .packages-image .package {
    width: 100%!important;
}
.package-info img {
    display: none;
}

}

nav.navbar.navbar-default {
    margin: 0;
    background: transparent;
    border: none;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}


.jhn-header-mid-det {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.jhn-header-top-left {
    display: flex;
    align-items: center;
}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.jhn-header-bot-btn {
    display: flex;
    gap: 10px;
    align-items: center;
}
.jhn-header-bot-btn a:nth-child(2) {
    border: 1px solid var(--main-color);
    background: transparent;
    color: var(--main-color);
}
.module .featured-package .image img {
    margin: 0 auto;
    height: 150px;
    background-size: cover;
}
.panel-default {
    border-color: #ffffff0d;
}
.jhn-beneficii-list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.jhn-benefic {
    padding: 20px;
    text-align: center;
    text-align: -webkit-center;
    background: rgb(62 62 62 / 25%);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 14%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 7%);
}
.jhn-benef-icon:before {
    background: var(--main-color);
    position: absolute;
    top: -5px;
    left: 50%;
    height: 86px;
    width: 86px;
    border-radius: 50%;
    transform: translateX(-50%);
    filter: blur(8px);
    z-index: 0;
    opacity: 0.2;
    content: "";
}
.jhn-benef-icon {
    position: relative;
}
.jhn-benef-icon i {
    font-size: 52px;
    color: var(--main-color);
    filter: drop-shadow(0 0 10px var(--main-color));
    padding: 5px 10px;
    border-radius: 99px;
    z-index: 1;
    position: relative;
}
.jhn-benef-title {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}
.jhn-benef-text {
    color: #ffffffa1;
    font-size: 14px;
}
.featured .panel.panel-default.module {
    margin: 0;
}
.jhn-ind-benef {
    margin: 20px 0;
}
.panel-heading:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    /* background: #fff; */
    border-radius: 50%;
    box-shadow: 0 0 48px var(--main-color);
}

.panel-default > .panel-heading {
    text-align: center;
    text-align: -webkit-center;
    position: relative;
    overflow: hidden;
}
.jhn-discord-left {
    width: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.jhn-discord-btn {
    width: 60%;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: var(--main-color-transparent);
    border-color: var(--main-color-transparent);
    box-shadow: 10px 0px 105.316px 0px var(--main-color-transparent);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    box-shadow: 10px 0px 105.316px 0px #c9302c2b;
}
.input-group-btn button.btn.btn-primary {
    height: 43px;
}
.panel.panel-default.jhn-category-page {
    background: transparent!important;
    border: none;
}
.panel.panel-default.jhn-category-page .panel-heading {
    border: none;
    background: transparent;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}
.panel-body.jhn-category-descr {
    border: 1px solid #ffffff0d;
    background: var(--first-color);
    border-radius: 6px;
    margin: 20px 0;
}



.jhn-header {
    position: relative;
}
.jhn-header:before {
    background: url(https://imagizer.imageshack.com/img923/295/vWXAvr.png) center no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 700px;
    width: 100%;
    /* filter: brightness(0.5); */
    /* opacity: 0.7; */
}
.jhn-header:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 700px;
    width: 100%;
    background: linear-gradient(rgba(34, 34, 34, 0.35), var(--bg-color));
}
.jhn-header-mid:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16%;
    width: 643px;
    height: 382px;
    
    object-fit: cover;
    background-size: cover;
    transform: translateY(-50%);
    filter: grayscale(1);
}
.jhn-header-mid:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    /* background: linear-gradient(#0f0f0f61 0%, rgb(16 255 255 / 27%) 50%); */
}
.jhn-header-top-det {
    display: flex;
    align-items: center;
}
.jhn-header-top {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
}

nav.navbar.navbar-default {
    align-content: center;
}
.jhn-beneficii-list {
    margin-bottom: 7rem;
}
.jhn-featureed-title {
    background: var(--main-color);
    font-size: 3rem;
    line-height: 1;
    width: 38.8125rem;
    height: 5.14231rem;
    color: rgb(30 30 30 / 1);
    font-weight: 900;
    border-radius: .5rem;
    text-align: center;
    text-align: -webkit-center;
    align-content: center;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 3rem;
}
.jhn-ind-fea {
    position: relative;
    margin: 6rem 0;
}
.jhn-ind-fea:before {
    position: absolute;
    content: "";
    top: -5rem;
    left: 50%;
    width: 100%;
    height: 580px;
    background: url(https://imagizer.imageshack.com/img921/9287/USAIoN.png) center no-repeat;
    background-size: 56%;
    transform: translateX(-35%);
    filter: grayscale(1);
    opacity: 0.2;
}
.featured .panel.panel-default.module .panel-body {
    padding: 0;
}
.module .featured-package .image img {
    width: 100%;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
    object-fit: cover;
    transform: scale(1);
    overflow: hidden;
    position: relative;
    transition: var(--transition);
}
.module .featured-package .image img:hover {
    transform: scale(1.05);
    transition: var(--transition);
}
.featured .panel.panel-default.module {
    margin: 0;
    border-radius: 10px;
}

.featured {
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 37%);
}
.jhn-abs-feat-price {
    position: absolute;
    background: var(--main-color);
    border-radius: 6px;
    padding: 5px 10px;
    top: -11px;
    right: 3%;
    box-shadow: 0 0 5px var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.nav > li {
    position: relative;
    display: block;
    padding: 12px 10px;
}


.accordion:after {
    content: '\02795';
    font-size: 15px;
    color: white;
    float: right;
    margin-left: 5px;
    filter: grayscale(1);
}

.accordion.active:after {
  content: "\2796"; 
}
.accordion {
    color: var(--text-color);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    border: none;
    border-radius: .5rem;
    transition: 0.4s;
    background: rgb(36 35 35);
}
button.accordion {
    position: relative;
    overflow: hidden;
}
.jhn-faq-block {
    margin-top: 1.5rem;
}
button.accordion svg {
    height: 75px;
    position: absolute;
    top: -20px;
    left: -20px;
    opacity: 0.1;
    filter: blur(1px);
    transform: rotate(30deg);
}
.accordion.active, .accordion:hover {
    background-color: rgb(36 35 35);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}

.jhn-faq {
    background: rgb(36 35 35)!important;
    padding: 1.5rem 0.5rem;
    border-radius: 4px;
}
.jhn-faq-panel {
    padding: 0 18px;
    background-color: rgb(36 35 35) !important;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
    border: none;
    border-top: none;
    border-radius: .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-style: normal;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    max-height: 0;
}
.jhn-index-sec-reviews {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
}
.jhn-index-reviews:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    /* background: url(https://i.imgur.com/8Bd7XEp.png) center no-repeat; */
    object-fit: cover;
    filter: grayscale(1);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.2;
    background: url(https://imagizer.imageshack.com/img921/1655/CocyTv.jpg) center no-repeat;
    z-index: -1;
}
.jhn-index-sec-reviews:after {
    background: -webkit-radial-gradient(circle, rgba(71, 74, 255, 0) 0%, var(--bg-color) 100%);
    background: radial-gradient(circle, rgb(0 0 0 / 31%) 0%, var(--bg-color) 100%);
    background: rgba(71, 74, 255, 0);
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.5);
    z-index: -1;
}
.jhn-index-reviews {
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}
.jhn-index-reviews {
    margin-top: 6rem;
}
.jhn-index-sec-tit span {
    color: var(--main-color);
}
.jhn-index-sec-tit {
    font-size: 32px;
    font-family: 'Montserrat';
    letter-spacing: -0.025rem;
    font-weight: bold;
    color: #fff;
}
.jhn-index-sec-subtit {
    color: var(--text-color);
    font-size: 15px;
    margin-bottom: 2rem;
}
.jhn-review-item {
    padding: 1.5rem;
    border-radius: 10px;
    gap: 1rem;
    display: grid;
    grid-template-rows: 0fr auto 1fr 0fr;
    align-items: start;
    background: rgb(0 0 0 / 25%);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 14%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 7%);
}
.jhn-review-top {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.jhn-review-author-name {
    font-style: normal;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}
i.fas.fa-star {
    --tw-text-opacity: 1;
    color: rgba(255, 103, 0, var(--tw-text-opacity));
}
.jhn-review-content {
    font-style: normal;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.jhn-review-author-img img {
    height: 3rem;
    border-radius: calc(.5rem* .85);
}


.jhn-index-info-blocks {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.jhn-index-welcome p {
    color: rgb(255 255 255 / 68%);
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
}
.jhn-index-welcome span {
    color: rgb(255 255 255 / 1);
    display: block;
    font-family: 'Montserrat';
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: -0.09rem;
    margin-bottom: 2rem;
}

.jhn-index-pay-modules {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-top: 2rem;
    gap: 2rem;
}
div#jhn-payments {
    width: 50%;
}
div#jhn-top {
    width: 50%;
}
.payments .module.panel.panel-default, .top .module.panel.panel-default {
    background: transparent!important;
    border: none;
    margin: 0;
    padding: 0;
}
.payments .panel-default > .panel-heading, .top .panel-default > .panel-heading {
    text-align: center;
    text-align: -webkit-center;
    position: relative;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    text-align: -webkit-center;
    background: rgb(0 0 0 / 25%);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 14%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 7%);
} 
.payments .module.panel.panel-default .panel-body {
    padding: 0;
    margin-top: 1rem;
}
.purchases {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.purchase {
    text-align: start;
    text-align: -webkit-left;
    position: relative;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    text-align: -webkit-center;
    background: rgb(0 0 0 / 25%);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 14%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 7%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}
.purchase .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.purchase img {
    height: 45px;
    width: 45px;
    border-radius: 10px;
}
.purchase .info h6.username {
    font-size: 16px;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
}
.purchase .info time {
    color: grey;
}
.purchase .info p {
    margin-bottom: 0;
    color: grey;
}
.top .panel-body:before {
    content: "";
    position: absolute;
    bottom: -28px;
    right: -18px;
    width: 260px;
    height: 260px;
    background: url(https://i.imgur.com/WsJUoNZ.png) no-repeat;
    opacity: 0.5;
    filter: brightness(0.5);
}
.top .panel-body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: var(--main-color);
    border-radius: 50%;
    filter: blur(66px);
}
.top h4.panel-heading {
    margin-top: 0;
}
.jhn-top-donor-data {
    position: relative;
    z-index: 1;
}
.top .panel-body {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: rgb(0 0 0 / 25%);
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 14%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 7%);
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    min-height: 250px;
    flex-direction: row;
}
.jhn-top-donor-data h6 {
    font-size: 20px;
    color: var(--main-color);
    font-family: 'Inter';
}
.jhn-top-donor-data p {
    margin: 0;
    font-family: 'Inter';
    color: #ffffffb8;
}
.top-donor-data img {
    height: 55px;
    width: 55px;
    border-radius: 10px;
}
.top-donor-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.top-donor-info .username {
    margin-top: 0;
    font-size: 32px;
    font-family: 'Montserrat';
    letter-spacing: -0.025rem;
    font-weight: bold;
    color: var(--main-color);
    text-shadow: 0 0 3px var(--main-color);
}
.top-donor-info p strong {
    color: #fff;
}
.top-donor-info p {
    margin: 0;
    color: grey;
}
.jhn-index-faq {
    margin-bottom: 6rem;
    position: relative;
    padding-top: 6rem;
}
.footer {
    margin-top: 6rem;
}


.jhn-footer-img img {
    height: 70px;
}
.jhn-footer-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.jhn-footer-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color);
}
.jhn-footer-img span {
    font-size: 25px;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
}
.jhn-fot-links a:hover {
    color: #fff;
}
.jhn-fot-links a {
    font-size: 16px;
    color: #ffffffcf;
}
.jhn-footer-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.jhn-footer-social a:hover {
    color: #fff;
    background: #ffffff14;
}
.jhn-footer-social a {
    font-size: 25px;
    color: #ffffffcc;
    padding: 2px 10px;
    background: #ffffff0d;
    border-radius: 10px;
}
.jhn-footer-social {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.jhn-footer-water p {
    margin: 0;
}
.footer {
    border-top: none;
}
.jhn-body-bottom {
    position: relative;
    overflow: hidden;
}

.jhn-index-pay-modules {
    margin-bottom: 6rem;
}
.jhn-cat-top-search input {
    background: transparent;
    border: none;
    box-shadow: none;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF61;
}
.jhn-cat-top-search {
    background: linear-gradient(0deg, rgb(255 255 255 / 4%), rgba(255, 255, 255, 0.03)), radial-gradient(40.06% 191.96% at 67.84% -37.5%, rgb(255 255 255 / 18%) 0%, rgb(255 255 255 / 4%) 100%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 15px;
    gap: 10px;
    height: 41px;
    width: 300px;
}

.jhn-name {
    text-overflow: clip;
    white-space: normal;
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0px 3px 0;
    color: var(--main-color);
}
.panel.panel-default.jhn-category-page .panel-heading {
    position: relative;
    z-index: 1;
}
.package-info {
    display: flex;
    gap: 10px;
}
.package-info img {
    height: 45px;
    border-radius: 5px;
}
.package-btns {
    display: flex;
    gap: 5px;
}


.jhn-showcase svg path {
    fill: #1edde5;
}
.jhn-showcase {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #1dc8cf8c;
    padding: 8px 13px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    color: #3ee4eb;
    font-family: 'Montserrat';
}
.jhn-showcase svg {
    height: 25px;
    width: 25px;
}





.jhn-header-tit-colab {
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
}
.jhn-head-tit1 {
    position: absolute;
    font-size: 12rem;
    width: auto;
    text-transform: uppercase;
    font-style: italic;
    -webkit-text-fill-color: transparent;
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    font-family: 'Oswald';
    font-weight: 900;
    z-index: 1;
    top: 0;
}
.jhn-head-tit-img {
    margin-top: -11rem;
    /* position: relative; */
    z-index: 0;
    margin-left: 17rem;
}
.jhn-head-tit2 {
    position: absolute;
    top: 0;
    font-family: 'Oswald';
    font-weight: 900;
    font-size: 12rem;
    width: auto;
    text-transform: uppercase;
    font-style: italic;
    z-index: -1;
}
.jhn-head-tit-img img {
    height: 500px;
    margin: 0 auto;
}
.jhn-head-subtitle {
    font-size: 12rem;
    color: transparent;
    margin-top: -12rem;
    position: relative;
    z-index: 1;
    font-weight: 900;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-shadow: blue;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: rgba(122, 123, 127, .25);
    background-image: linear-gradient(var(--main-color) 27%, rgb(0 0 0)) !important;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    background-image: linear-gradient(#fff 48%, rgba(0, 0, 0, .34));
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: -0.8rem;
}
.jhn-header-bot-features {
    /* background: linear-gradient(360deg, #135f62, var(--main-color)); */
    padding: 50px 100px;
    margin-top: -5.1rem;
    border-radius: 101px;
    border-bottom: 3px solid #ffffff1a;
    border-top: 3px solid #ffffff1a;
    border-left: 3px solid #ffffff1a;
    border-right: 3px solid #ffffff1a;
}
.panel-heading.jhn-cat-head span span {
    font-weight: 500;
    font-size: 23px;
    border: 1px solid;
    padding: 4px 12px;
    border-radius: 50px;
    color: #ffffff7a;
}

button svg path:nth-child(2) {
    fill: transparent !important;
}
button#prev-slide svg path:first-child {
    fill: transparent;
}
  #custom-media-slider {
    max-width: 100%;
  }

  #custom-media-slider .slider-main {
    position: relative;
  }

#custom-media-slider button {
    background: rgb(28 28 28);
    color: white;
    border: none;
    font-size: 20px;
    padding: 8px 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff1c;
}

  #custom-media-slider button:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  #custom-media-slider .slider-thumbs {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    padding-bottom: 5px;
  }

  #custom-media-slider .slider-thumbs img {
    height: 60px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.3s, border 0.3s;
  }

  #custom-media-slider .slider-thumbs img:hover {
    transform: scale(1.05);
    border-color: #4caf50;
  }

  iframe {
    border-radius: 10px;
  }
  button#next-slide {
    margin-right: 8px;
}
button#prev-slide {
    margin-left: 8px;
}
.jhn-pack-page-title {
    font-size: 29px;
    font-weight: 600;
    color: var(--main-color);
    font-family: 'Inter';
}
ul.nav.navbar-nav ul.dropdown-menu {
    padding: 10px 5px;
}
.dropdown-menu > li > a {
    color: var(--text-color);
    font-size: 16px;
    font-family: 'Inter';
    padding: 5px 20px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    box-shadow: none;
}
.logModal {
     position: fixed;
     top: 0;
     right: 0;
     width: 0;
     height: 100vh;
     z-index: 100;
     opacity: 0;
     box-sizing: border-box;
     transition: var(--transition);
     overflow-y: scroll;
     -ms-overflow-style: none;  /* IE and Edge */
     scrollbar-width: none;  /* Firefox */
     -webkit-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
 }
 .logModal::-webkit-scrollbar {
   display: none;
 }
 .logModal * {
     transition: none;
 }
 .logModal--open {
     width: 100%;
     opacity: 1;
 }
 .logModal--open .jhn-login-back-mask {
 display: block;
 }
 .jhn-login-back-mask {
    display: none;
}
.jhn-login-popup {
    width: min-content;
    margin: 20px auto;
}
.jhn-login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jhn-login-btns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.jhn-login-content {
    position: relative;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.jhn-login-text {
    border: 1px solid #FFFFFF17;
    border-radius: 22px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
}
.jhn-login-title {
    font-family: Poppins;
    font-size: 75.46px;
    font-weight: 700;
    line-height: 67.91px;
    letter-spacing: -0.0465em;
    text-align: left;
}
.jhn-login-title span {
    color: var(--main-color);
}
.jhn-login-title p, .jhn-login-title span {
    margin-bottom: 10px;
    position: relative;
}

.jhn-login-img {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://imagizer.imageshack.com/img922/8129/BBtMpy.png) center no-repeat;
    border-radius: 26px;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}
.jhn-login-text-imgs img {
    height: 25px;
}
.jhn-login-btns {
    position: relative;
    z-index: 1;
}
.jhn-login-text-tit {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 7px;
}
.jhn-login-text-tit {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 7px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 14.4px;
    letter-spacing: -0.0465em;
    text-align: left;
    color: #FFFFFF;
}
.jhn-login-text-descr {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.72px;
    letter-spacing: -0.0465em;
    text-align: left;
    color: #FFFFFF66;
}
.jhn-login-text-imgs img {
    height: 20px;
}
.jhn-login-text-imgs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 12.6px;
    letter-spacing: -0.0465em;
    text-align: left;
    align-items: center;
    color: #FFFFFF9C;
}
.jhn-login-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    gap: 2rem;
}
a.jhn-steam-login {
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(84.68deg, #069ee7 -32.65%, var(--main-color) 95.74%);
    height: 46px;
    border-radius: 50px;
    padding: 12px 15px;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    line-height: 15.3px;
    letter-spacing: -0.0465em;
    text-align: left;
    color: #ffffff;
}
.jhn-login-btns button {
    border: 1.08px solid var(--main-color);
    background: transparent;
    height: 46px;
    padding: 12px 25px;
    border-radius: 50px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: var(--main-color);
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

  .jhn-login-btns button:hover {
    color: var(--main-color)!important;
  }

  .jhn-login-btns button::before {
      z-index:0;
    content: '';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: scale(0);
    width: 100px;
    height: 100px;
    background: var(--main-color);
    border-radius: 50%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.jhn-login-btns button:hover::before {
    transform: scale(3);
    opacity: 0.1;
}

.jhn-login-back-mask {
    width: 100%;
    height: 100rem;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    backdrop-filter: blur(6.25px);
}
#loginPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bg-color);
    padding: 30px;
    color: white;
    text-align: center;
    z-index: 9999;
    border-radius: 20px;
    width: 650px;
    opacity: 0;
}
.loginPopup--open {
     opacity: 1;
 }
 .jhn-login-popup {
    position: relative;
    overflow: hidden;
    margin: 250px auto;
    background: var(--bg-color);
    border-radius: 26px;
    width: 650px;
    padding: 50px;
    color: white;
    text-align: center;
    transition: 0.2s easy;
}

.jhn-pack-page-pack-data {
    width: 50%;
    gap: 1rem;
}

.jhn-pack-page-footer-btns {
    display: flex
;
    gap: 1rem;
    flex-direction: row;
}
.package-footer-buttons a svg {
    height: 25px;
}
.package-footer-buttons a.btn-success {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 10px 18px !important;
    gap: 10px;
    font-family: 'Montserrat';
    border-radius: 6px;
}
.jhn-pack-page-footer-btns a.btn.btn-danger {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 10px 18px !important;
    gap: 10px;
    font-family: 'Montserrat';
    border-radius: 6px;
}
btn.btn.gift-weight.btn-gift {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
}
btn.btn.gift-weight.btn-gift i {
    margin: 0;
}
.category .packages-image .package .info .button a.btn-danger {
    text-transform: uppercase;
    font-weight: bold;
}
.jhn-rfc-logo img {
    margin-top: -7rem;
    margin-bottom: 5rem;
    height: 450px;
}
.jhn-discord-btn {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
.jhn-rfc-logo img {
    height: 160px;
}
.jhn-footer-img span {
    display: none;
}
.jhn-footer-img {
    margin-bottom: 20px;
}
    .jhn-header-bot-features {
        padding: 0;
        border: none;
        margin-top: -2rem;
        display: flex
;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
.jhn-header-mid:before {
    display: none;
}
.toolbar {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.jhn-footer-water {
    text-align: center;
    text-align: -webkit-center;
}
div#custom-media-slider {
    max-width: 300px;
}
.jhn-pack-page-top {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.jhn-pack-page-pack-data {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.jhn-pack-page-footer-btns a.btn.btn-danger {
    margin: 0;
}
.jhn-pack-page-footer-btns a {
    margin: 0;
}
.navbar-collapse.collapse.in {
    background: #212121;
}
.currency {
    position: relative;
}
.jhn-login-popup {
    width: auto;
    margin: 100px auto;
    padding: 20px;
}
.jhn-login-content {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}
.jhn-login-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: normal;
}

}
.jhn-pack-page-img {
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.slider-thumbs::-webkit-scrollbar {
    width: 20px;
    height: 7px;
    border-radius: 50px;
    background: #ffffff26;
}
.slider-thumbs::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 50px;
}

.slider-thumbs::-webkit-scrollbar-track {
    background: transparent; /* Fundal transparent */
}















