:root {
  --primary: #ffae00;
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  border-top: 10px solid var(--primary);
  font-family: Unbounded, sans-serif;
}

.hero {
  background-image: url('../img/kingmc_hero_bg.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 100vw;
  position: relative;
}

.container {
  margin-bottom: 21px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.container_navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 27px;
  padding-bottom: 17px;
  display: block;
}

.navbar_row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_links {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_status {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_status-text {
  color: #747474;
  text-align: right;
  font-size: 13px;
  line-height: 15px;
}

.nav_link {
  font-weight: 500;
  transition: all .2s;
}

.nav_link:hover {
  color: var(--primary);
  transform: scale(1.1);
}

.text-span {
  color: var(--primary);
}

.hero_container {
  z-index: 2;
  position: relative;
}

.hero_info {
  width: 40%;
  padding-top: 7%;
  padding-bottom: 70px;
}

.hero_server-name {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
}

.hero_title {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 33px;
  font-size: 45px;
  line-height: 60px;
}

.btn_primary-light {
  color: var(--primary);
  background-color: rgba(255, 174, 0, 0.31);
  border-radius: 10px;
  padding: 16px 26px;
  font-size: 13px;
  font-weight: 500;
  transition: all .2s;
}

.btn_primary-light:hover {
  transform: rotate(-2deg);
}

.render {
  z-index: 0;
  position: absolute;
  bottom: 32px;

  left: auto;
  right: 0%;
}

.hero_server {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.hero_discord {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
  padding-bottom: 19px;
  text-decoration: none;
  display: flex;
}

.hero_head {
  border: 5px solid #fff;
  border-radius: 100px;
  width: 50px;
  margin-left: -15px;
  transition: all .2s;
}

.hero_head:hover {
  z-index: 4;
  position: relative;
  transform: translate(0, -8px);
}

.hero_head.head_first {
  margin-left: 0;
}

.hero_discord-head {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.hero_discord-link {
  color: #db990b;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.hero_discord-link:hover {
  transform: skew(-11deg);
}

.wallet_box {
  background-color: #fff;
  border-radius: 14px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px;
  display: flex;
  box-shadow: 0 5px 65px rgba(0, 0, 0, .14);
}

.coins {
  z-index: 3;
  margin-top: -53px;
  position: relative;
}

.text-block-2 {
  padding: 43px;
}

.form_box {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 60%;
  padding-left: 16px;
  padding-right: 47px;
  display: flex;
}

.info_box {
  background-color: var(--primary);
  background-image: url('../img/justhub_more_coins.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  min-height: 330px;
  padding: 29px;
  display: flex;
}

.buy_info {
  color: #4e4e4e;
  text-decoration: none;
}

.info_box-title {
  color: var(--white);
  font-weight: 600;
}

.info_box-subtitle {
  color: #f5dbb4;
  font-weight: 400;
  tr: 30%;
}

.info_box-btn {
  background-color: #ac8a1a5d;
  border-radius: 9px;
  padding: 18px 49px;
}

.info_box-btn:hover {
  transform: translate(0, -7px);
}

.text-block-3 {
  color: var(--primary);
  font-weight: 600;
}

.form_slider-info {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider_count {
  color: var(--black);
}

.text-span-2 {
  color: var(--primary);
  font-weight: 600;
}

.form_wallet {
  width: 100%;
}

.form_wallet-title {
  margin-bottom: 25px;
}

.form_nick {
  margin-bottom: 20px;
}

.shop {
  margin-top: 21px;
  margin-bottom: 42px;
  position: relative;
}

.shop_title {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.shop_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.shop_card {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 14px;
  padding: 23px 23px 25px;
  transition: all .2s;
}

.shop_card:hover {
  transform: translate(0, -5px);
}

.shop_card-title {
  text-align: center;
  margin-top: 33px;
  font-size: 19px;
  font-weight: 600;
}

.shop_card-subtitle {
  color: #b2b2b2;
  margin-top: 3px;
  margin-bottom: 41px;
  font-size: 16px;
  font-weight: 500;
}

.footer_header {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_header-line {
  background-color: #efefef;
  width: 100%;
  height: 2px;
}

.footer {
  position: relative;
}

.footer_content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 27px;
  margin-bottom: 29px;
  display: flex;
}

.footer_copyright {
  color: #242423;
  margin-bottom: 28px;
  font-weight: 500;
}

.footer_info {
  width: 60%;
}

.footer_links {
  width: 40%;
  padding-left: 100px;
}

.footer_link {
  color: #5a5a5a;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer_link:hover {
  color: var(--black);
}

.footer_link.foter_link-active {
  color: #000;
  font-weight: 600;
}

.eula {
  color: #7f7f7f;
  font-size: 12px;
}

.footer_wyhu {
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: 500;
}

.footer_wyhu-link {
  color: var(--primary);
  text-decoration: none;
  transition: all .2s;
}

.footer_wyhu-link:hover {
  opacity: .71;
}

.text-span-3 {
  color: #4e4e4e;
  text-decoration: underline;
}

.navbar_status_box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.shop_card-img {
  width: 200px;
  transition: all .2s;
}

.shop_card-img:hover {
  transform: scale(1.1);
}

.footer_logotype {
  transition: all .2s;
}

.footer_logotype:hover {
  transform: rotate(-7deg);
}

.brand_img {
  transition: all .2s;
}

.brand_img:hover {
  transform: scale(1.2);
}

.link {
  text-decoration: underline;
}

.img_decotation {
  z-index: 0;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img_decotation.img_decoration-second {
  transform-style: preserve-3d;
  top: 53px;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.img_decotation.img_decoration_third {
  z-index: -1;
  opacity: .03;
  top: auto;
  bottom: 0%;
  left: -4%;
  right: auto;
}

@media screen and (max-width: 991px) {
  .navbar_row {
    justify-content: space-between;
    align-items: center;
  }

  .nav_link {
    color: #fff;
  }

  .navbar_menu {
    background-color: #ffc400;
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 5px;
    box-shadow: 0 2px 65px rgba(73, 72, 72, .34);
  }

  .navbar_mobile.w--open {
    background-color: var(--primary);
    border-radius: 10px;
  }

  .hero_container {
    overflow: hidden;
  }

  .hero_info {
    width: 100%;
  }

  .w--current{
    color: white!important;
  }

  .info_box{
    margin-top: 40px;
  }

  .render {
    z-index: -1;
    opacity: .12;
    width: 700px;
    max-width: none;
  }

  .coins {
    margin-top: -39px;
  }

  .info_box-title {
    margin-bottom: 41px;
  }

  .info_box-btn {
    padding-left: 26px;
  }

  .slider_count, .text-span-2 {
    text-align: right;
  }

  .shop_grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer_links {
    padding-left: 72px;
  }

  .img_decotation {
    opacity: .23;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .navbar_links {
    justify-content: space-between;
    align-items: stretch;
  }

  .navbar_brand {
    padding-left: 0;
  }

  .render {
    opacity: .06;
    width: 600px;
  }

  .wallet_box {
    flex-flow: column;
  }

  .form_box {
    width: 100%;
  }

  .info_box {
    width: 100%;
    min-height: 310px;
  }

  .buy_info {
    margin-top: 21px;
    margin-bottom: 29px;
  }

  .info_box-title {
    margin-bottom: 20px;
  }

  .footer_content {
    flex-flow: column-reverse wrap-reverse;
  }

  .footer_info {
    width: 100%;
  }

  .footer_links {
    width: 100%;
    margin-bottom: 21px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar_status {
    display: none;
  }

  .navbar_brand {
    padding-left: 0;
  }

  .hero_info {
    padding-top: 13%;
    padding-bottom: 19%;
  }

  .hero_title {
    font-size: 40px;
    line-height: 40px;
  }

  .hero_discord {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero_discord-link {
    width: 70%;
  }

  .form_box {
    padding-left: 0;
    padding-right: 0;
  }

  .info_box {
    min-height: 280px;
    padding: 15px;
  }

  .info_box-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .info_box-subtitle {
    margin-bottom: -9px;
    font-size: 15px;
  }

  .info_box-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 26px;
  }

  .text-block-3 {
    margin-bottom: 6px;
  }

  .form_slider-info {
    flex-flow: column;
  }

  .shop_grid {
    grid-template-columns: 1fr;
  }

  .img_decotation {
    opacity: .18;
  }
}



.input_avatar {
  position: relative;
}

.form_input{
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.input_avatar{
  position: relative;
  width: calc(100% - 80px);
}

.input_avatar input{
  outline: none;
  background: #efefef;
  border-radius: 10px;
  height: 64px;
  border: none;
  padding-left: 86px;
  width: 100%;
}

.avatar_input{
  position: absolute;
  left: 20px;
  top: 14px;
  width: 40px;
}

.button_send{
  cursor: pointer;
  border-radius: 7px;
  width: 56px;
  height: 56px;
  background-color: #e79e31;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s;
}

.button_send:hover{
  transform: scale(1.09);
   transition: .2s;
}


.slider-container {
  margin: 30px 0;
  position: relative;
  width: 100%;
  height: 12px;
  background-color: #fffbf3;
  border-radius: 50px;
}

.slider {
  border-radius: 100px;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 12px;
  background: transparent;
  outline: none;
  opacity: 1;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  margin-bottom: -40px;
}

/* Wallet inputs */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #f3b328;
  border-radius: 17px;
  border: 4px solid rgb(255, 255, 255);
  box-shadow: 0px 4px 4px 0px #00000012;

  cursor: pointer;
  border-radius: 100px!important;
  position: relative;
  z-index: 3;
  border-radius: 5px;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #f3b328;
  box-shadow: 0px 4px 4px 0px #00000012;

  cursor: pointer;
  border-radius: 100px;
  position: relative;
  z-index: 3;
  border-radius: 5px;
}

.slider-background {
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 50px;
  height: 12px;
  background: #62CC6D;
  z-index: 1;
}

/* Modal styles */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  z-index: 1099;
}

.modal-content {
  background-color: #fefefe;
  margin: 4vh auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px; 
}

.close {
  color: #aaaaaa00;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
  
.modal-content{
  border-radius: 26px;
  border: none;
  padding: 20px;
}

.closeBtn{
  background: transparent;
  border: none;
}

.modal-header{
  border: none;
}

.modal_header-center{
  margin-top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.container-modal-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.row-method {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

@media(min-width: 768px) {
  .row-method  {
      grid-template-columns: repeat(3, 1fr); 
  }

  .container-modal-2 {
    grid-template-columns: repeat(2, 1fr); 
}
}

@media(max-width: 768px) {
  .modal-content{
    width: 97%;
  }
}

.data{
  margin-top: 10px;
  color: #2c2c2cd2;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.modal-body .input_avatar{
  width: 100%;
}

.modal-body .input_email input{
  padding-left: 20px;
}

.price{
  color: black;
  font-weight: 600;
}

.checkbox-container {
  width: 80%;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  cursor: pointer;
}

.form_checkbox {
  display: none;
}

.custom-label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-weight: 400;
  color: #4d4d4d;
  font-size: 11px;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.custom-label u{
  color: black;
}

.custom-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-label::after {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../img/checkicon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  top: 15.6px;
  left: 8px;
  transform: scale(0);
  width: 12px;
  height: 12px;
  transition: transform 0.3s;
}

.form_checkbox:checked + .custom-label::before {
  background-color: #f3b328;
  border-color: #f3b328;
}

.form_checkbox:checked + .custom-label::after {
  transform:  scale(1);
}

.btn_buy{
  margin-top: 10px;
  background-color: #f3b328;
  border-radius: 12px;
  font-weight: 600;
  color: white;
  padding: 20px 20px;
  width: 100%;
  border: none;
  outline: none;
  transition: .2s;
}

.btn_buy:hover{
  transition: .2s;
  transform: rotate(-1deg);
}

.modal-backdrop {
  background-color: rgba(167, 167, 167, 0.966);
}

.card_method{
  font-weight: 600;
  display: flex;
  justify-content: center;
  background-color: #E7E7E7;
  color: #9A9A9A!important;
  padding: 20px;
  border-radius: 13px;
  transition: .2s;
  cursor: pointer;
}

.card_method.active, .card_method:hover{
  transition: .2s;
  background-color: #f3b328;
  color: white!important;
}

.logo_small{
  display: none;
}