/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

/* All Object */
* {
  font-family: "Inter", Sans-serif!important;
}

body{
  padding: 0;
  margin: 0;
}

/* Scroll Bar */

/* Webkit (Chrome, Safari) */
::-webkit-scrollbar {
  width: 7px; /* Ketebalan scrollbar */
  border-radius: 10px; /* Rounded */
}

::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 10px; /* Rounded */
}

::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 10px; /* Rounded */
}

/* Firefox (hanya untuk Firefox 64+) */
* {
  scrollbar-width: thin;
  scrollbar-color: black white;
  border-radius: 0px; /* Rounded */
}
	
html{
	-webkit-tap-highlight-color : transparent;
}

.col{
  padding: 10px!important;
}

.container{
  width: 100%;
}

.container-md{
  width: 80%;
}

.borderTB{
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#hero{
  display: flex;
  flex-direction: column;
  justify-content: space-between!important;
  height: calc(100dvh - 0px);
  margin: 0;
}

/* Pastikan elemen-elemen di dalam #hero tidak membuat overflow */
#hero > * {
  box-sizing: border-box;
}

#heroMobile{
  display: none;
}

section.navigation {
  min-height: 10vh;
  position: sticky!important;
  z-index: 101!important;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: white;
  border-bottom: none;
  transition: background-color 0.6s, border 1s;
  top: 0;
}

section.navigation.scrolled {
  background-color: white !important;
  border-bottom: 1px solid black;
}

section.navigation {
  transition: all 0.6s ease;
}

section.navigation {
  transition: background-color 0.6s ease, border-bottom 0.6s ease;
}

#mobileNav{
  display: none;
}

.wrapper{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px!important;
}

.logo-area{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 16px;
  margin-top: ;
  width: 33.3%;
}

.logo-area img{

}

.backToHome{
  display: flex;
  flex-direction: row;
  align-items: center!important;
  column-gap: 10px;
}

a.backToHome{
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.backToHome .icon {
  transition: all 0.3s ease-in-out;
}

.backToHome img{
  height: auto!important;
  width: 24px!important;
}

.backToHome:hover .icon {
  margin-right: 5px; /* Ubah angka sesuai dengan jarak yang diinginkan */
}

.navlink-area{
  display: flex;
  align-items: center;
  margin-top: -3px;
  column-gap: 20px;
  width: 33.3%;
  justify-content: center;
}

.navLink {
  position: relative;
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 16px;
}

.navLink::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid black;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.navLink:hover::after,
.navLink:active::after,
.navLink:focus::after {
  transform: scaleX(1);
}

.navLink.active::after {
  border-color: black;
  transform: scaleX(1);
}

a.disableNav {
  color: #919191 !important;
 pointer-events: none;
color: #888; 
text-decoration: none; 
cursor: not-allowed; 
}

a.merch::after {
content: none;
}

.tokenandwallet{
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 33.3%;
}

.tokenAmmount{
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  background:#F6F6F6!important;
}

.tokenAmmount img{
  height: 20px;
  width: 20px;
}

.ammountMobile{
  width:100%; 
  padding: 0px 12px; 
  height: 40.58px; 
  margin-bottom: 16px; 
  display:flex; 
  justify-content: center; 
  align-items: center;
}

.tokenAmmount.hide{
  display: none;
}

.hide{
  display: none!important;
}

.tokenAmmount.show{
  display: flex;
}

.show{
  display: flex;
}

.wrapperButton{
  display: flex;
  align-items: center;
  margin-top: ;
  column-gap: 20px;
  justify-content: end;
}

.mainButton{
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
  padding: 10px 10px;
  border-radius: 8px;
  background-color: black;
  color: white;
  text-decoration: none;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.mainButton:hover {
  transform: scale(0.9);
}

.animateButton{
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.animateButton:hover{
  transform: scale(0.9);
}

.col.navBurger {
  display: flex;
  align-items: center;
}

/* Mobile Navigation Burger */
#menu-toggle {
  display: none;
}
.menu-toggle-label {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  transform: scaleX(-1);
  &:hover{
    .line{
      transition: all 0.2s ease-in-out;
      &:nth-child(1){
        width: 40px;
      }
      &:nth-child(2){
        width: 30px;
        opacity: 1;
      }
      &:nth-child(3){
        width: 20px;
      }
    }
  }
  .line{
    transition: all 0.2s ease-in-out;
    margin: 3px 0;
    height: 3px;
    width: 40px;
    border-radius: 5px;
    background-color: black;
    &:nth-child(1){
        width: 40px;
      }
      &:nth-child(2){
        width: 30px;
        background-color: black!important;
      }
      &:nth-child(3){
        width: 20px;
      }
  }
}

#menu-toggle:checked + .menu-toggle-label {
  .line{
    transition: all 0.2s ease-in-out;
    &:nth-child(1){
      transform: translateY(8.5px) rotate(45deg);
    }
    &:nth-child(2){
      transform: scale(0);
      background-color: black!important;
    }
    &:nth-child(3){
      transform: translateY(-8.5px) rotate(-45deg);
      width: 40px;
    }
  }
}
/* Mobile Navigation Burger */

/* Mobile Navigation Menu */

.navigationMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff; 
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px; 
  box-sizing: border-box;
  padding: 16px;
  z-index: 100!important;
  font-family: 'Dosis',sans-serif;
  padding-top:12vh;
  padding-left: 25px;
  padding-right: 25px;
}

.navigationLinks{
  text-decoration:none!important;
}

a.navigasiLinks{
  text-decoration: none!important;
  color: black;
}

a.navigasiLinks.sec{

}

.miniNav{
  display: flex;
  flex-direction: column;
  row-gap: 16px!important;
}

#burger{
  z-index: 101!important;
}

.topNavigationArea {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  row-gap:26px;
}

.topNavigationArea a{
  text-decoration:none!important;
  font-size: 32px; 
  line-height: 30.34px;
  font-weight: 600;
}

.bottomNavigationArea {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom:8vh;
}

.buttonJlemaWorldMobile{
  display: flex;
  flex-direction: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 12px;
  background-color:black;
  text-align:center;
  color:white!important; 
  border-radius: 8px;
  margin-bottom:16px;
  height: 42.59px;
  text-decoration: none;
}

.buttonJlemaWorldMobile a{
  color:white;
  text-decoration:none;
  font-size: 16px;
}

.socialMediaArea {
  height: 80px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-around;
}

.SocialMediaMobile img{
  height: 24px;
  width: 24px;
}

/* Mobile Navigation Menu */

.mainSection{
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
}

.c-home{
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.top-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
}

.top-area span:first-child{
    font-size:20px;
}

.top-area h1{
  font-size: 48px;
  font-weight: 700;
  line-height: 60.67px;
  margin: 0px;
}

.top-area span{
  font-size: 20px;
  font-weight: 500;
  line-height: 25.28px;
}

.middle-area{
  display: flex;
  align-items: center;
  justify-content: center;
}

.middle-area .mainButton{
  width: fit-content;
}

footer{
padding: 0px 20px!important;
min-height:68px!important;
}

footer .col{
    padding: 0px 10px!important;
}

.footer-area{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 80px;
  padding: 20px 40px 20px 40px;
  justify-content: center;
}

.footer-area .col{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
}

.footer-area span.header{
  font-size: 20px;
  font-weight: 500;
  line-height: 25.28px;
}

.footer-area span.description{
  font-size: 32px;
  font-weight: 700;
  line-height: 40.45px;
}

footer{
  min-height: 10vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}

footer .col{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: center;
  align-items: center;
}

footer .col span{
  font-weight: 600;
  font-size: 16px;
  line-height: 20.22px;
}

.socialMediaAreaFooter{
  padding: 16px;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  column-gap: 18px;
}

.socialMediaAreaFooter a{
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fullVH{
  height: 100vh!important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sm-headingcol{
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  padding-left: 0px!important;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

.sm-headingcontainer{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.sm-heading{
  font-size: 16px;
  font-weight: 500;
  line-height: 20.22px;
}

.sm-mainheading{
  font-weight: 700;
  font-size: 20px ;
  line-height: 25.28px;
}

.threebutton{
  width: fit-content;
  height: fit-content;
}

.buttonGroup{
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  justify-content: end;
  align-items: center;
}

.col.buttonGroup{
  padding-right: 0px!important;
}

.containerButtonGroup{
  display: flex;
}

.containerButtonGroup .col{
  width: 50%;
}

.headerPart{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 4px;
}

.contentPart{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}

.wrapperSwitch{
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.row{
  display: flex;
}

.col-2{
  width: 50%;
}

#dropdown{

}

.dropdownMenu{
  display: flex;
  align-items: center;
  justify-content: end;
}

.containerDP {
  align-items: end;
  justify-content: end;
  display: block;
  min-width: 243px;
  max-width: 483px;
}

/* the code below is for the dropdown heading */
.setting-description {
  background-color: #1c2028; 
  border-radius: 15px 15px 0px 0px; 
  min-width: 243px;
  max-width: 483px;
}

h10 {
  font-size: 12px;
  margin-left: 5px !important;
  letter-spacing: 0.8px;
  font-family: Arial !important;
}

.setting-description-text {
  color: #81828b;
  font-family: Gilroy-Regular !important;
}

.wrapper-dropdown {
  position: relative;
  display: flex;
  min-width: 243px;
  width: 100%; !important;
  max-width: 483px;
  padding: 0px 0px 0px 0px;
  min-height: 40px;
  border-radius: 08px 08px 8px 8px;
  background: white;
  text-align: left;
  color: black;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  border:1px solid black;
  font-weight:600;
  font-size:16px;
}


.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.arrow {
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  rotate: 180deg;
}

.selected-display {
  font-size: 16px;
}

svg {
  transition: all 0.3s;
}

.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}

.rotated {
  transform: rotate(-180deg);
}

.wrapper-dropdown .dropdown {
  transition: 0.3s;

  position: absolute;
  top: 101%;
  right: 0;
  left: 0;

  margin: 0;
  padding: 0;

  list-style: none;

  z-index: 99;

  border-radius: 8px;
  box-shadow: inherit;
  background: inherit;

  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  opacity: 0;
  visibility: hidden;
  border: 1px solid black;
}

.wrapper-dropdown .dropdown li {
  padding: 0 15px;
  line-height: 45px;
  overflow: hidden;
}

.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.dropdown {
  padding: 0.5rem !important;
}

.wrapper-dropdown .dropdown li:hover {
  background-color: rgb(0, 0, 0);
  border-radius: 8px;
  color: white;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;

  border-radius: 8px;
}

.content-staked{
  width: auto;
  display: flex!important;
  flex-direction: row;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.content-unstaked{
  width: auto;
  display: flex!important;
  flex-direction: row;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.card{
  width: calc(25% - 15px); /* Adjust the width of each card as needed */
    box-sizing: border-box;
}

.unstakeBtn{
  text-decoration: none; 
  width: auto; 
  justify-content: center; 
  color: black;
}

.stakeBtn{
  text-decoration: none; 
  width: auto; 
  justify-content: center; 
  color: white;
}

.headingCard{
  padding: 12px 16px 12px 16px;
  width: auto;
  border: 1px solid black;
  border-radius: 8px 8px 0px 0px;
}

.imageNFT{
  display: inline-block; /* Agar div tidak memenuhi seluruh lebar */
  border: 1px solid black;
  border-top: 0px;
}

.imageNFT img{
  width: 100%;
  height: auto;
  margin-bottom: -4px;
}

.information{
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  height: 81px;
  justify-content: center;
  align-items: start;
}

.footerContent{
  border: 1px solid black;
  border-top: 0px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 0px 0px 8px 8px;
}

.secondCol{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.areaMember{
  align-items: start;
  row-gap: 8px;
}

.portalArea{
  display: flex;
  align-items: center;
}

.mainPortal{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.buttonGroupPortal{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

span.portalText{
  font-size: 96px;
  line-height: 96px;
  font-weight: 700;
}

.longBtn{
  width: 100%;
}

.disableBtn{
  opacity: 50%;
  cursor: not-allowed;
}

.disableBtn:hover {
  transform: scale(1);
}

.imgIllustration img{
  height: 450px;
  width: auto;
}


/* Tablet styles */
@media only screen and (min-width: 601px) and (max-width: 1024px) {

  #heroMobile{
    display: none;
  }

  #desktopNav{
    display: flex;
  }

  #mobileNav{
    display: flex;
  }

  div.wrapper#burger{
    padding: 10px 16px!important;
  }
  
  div.wrapper#burger .logo-area{
    margin-top: 1px!important;
  }

  .logo-area{
    width: 100%;
    justify-content: space-between;
  }

  .sm-headingcol{
  }

  .containerButtonGroup .sm-headingcol{
    justify-content: start;
  }

  .containerButtonGroup .col:first-child{
    width: 40%;
  }

  .containerButtonGroup .col:last-child{
    width: 60%;
  }

  .card {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }

  .container-md{
    width: calc(100vw - 32px);
  }

}

/* Mobile styles */
@media only screen and (max-width: 600px) {

  #hero{
    height: fit-content;
    display: none;
  }

  #heroMobile{
    display: flex;
    flex-direction: column;
    justify-content: space-between!important;
    height: 100dvh;
  }

  span.portalText{
    font-size: 64px;
    line-height: 80.9px;
  }

  #illustration{
    height: 245px;
    width: 245px;
  }

  .col.imgIllustration{
    order: 2;
  }

  section#mobileNav {
    width: auto!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }

  section#desktopNav {
    width: auto!important;
      padding-top: 0px!important;
      padding-bottom: 0px!important;
  }

  .mainPortal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: unset;
  }

  .col.imgIllustration{
    display: flex;
    justify-content: center;
    padding-bottom: 0px!important;
  }

  section.navigation{
    padding: 10px 16px;
  }

  .longBtn {
    width: auto;
  }

  .mainSection{
    height: unset;
    padding-bottom: 0px;
    padding-top: 5%;
  }

  #desktopNav{
    display: flex;
    width: auto;
  }

  #mobileNav{
    display: flex;
  }

  div.wrapper#burger{
    padding: 0px!important;
  }
  
  div.wrapper#burger .logo-area{
    margin-top: 1px!important;
  }

  .c-home{
    row-gap: 60px;
  }

  footer{
    flex-direction: column;
    padding: 16px;
    column-gap: 0px;
  }
  
  footer {
    padding: 16px !important;
    min-height: max-content !important;
    }

  footer .col{
    width: 100%;
    justify-content: center;
  }
  
  footer .col {
    padding: 10px 10px !important;
    }

  .footer-area{
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }

  .socialMediaAreaFooter{
    column-gap: 15px;
    margin-top: -10px;
  }

  .socialMediaAreaFooter a{
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .middle-area .mainButton{
    justify-content: center;
    width: 80%;
  }

  .sm-headingcol{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .sm-heading, .sm-mainheading{
    text-align: center;
  }

  .containerButtonGroup{
    flex-direction: column;
  }

  .containerButtonGroup .col{
    width: 100%;
  }

  .containerButtonGroup .col.buttonGroup{
    justify-content: center;
    padding: 0px!important;
  }

  .container-md.row{
    flex-direction: column!important;
  }

  .container-md .dropdownMenu{
    justify-content: normal!important;
  }

  .logo-area{
    width: 100%;
    justify-content: space-between;
  }

  .card {
    width: calc(50% - 8px);
    box-sizing: border-box;
  }

  .wrapper-dropdown{
    margin-left: -2px;
    width: 100%;
  }

  .contentPart{
    margin-top: 20px;
    row-gap: 20px;
  }

  .containerButtonGroup{

  }

  .buttonGroup{
    flex-direction: column;
    width: 100%;
    row-gap: 16px;
  }

  .buttonGroup a{
    width: 95%;
    justify-content: center;
  }

  .buttonGroup a:last-child{
    width: 90%;
  }

  .dropdownMenu{
    width: 100%;
  }

  .containerDP{
    min-width: 100%!important;
    max-width: 100%;
  }

  .container-md{
    width: calc(100vw - 32px);
  }

  .content-staked {
    width: auto;
    display: flex!important;
    flex-direction: row;
    column-gap: 16px;
    flex-wrap: wrap;
    row-gap: 16px;
  }

  .footerContent {
    border: 1px solid black;
    border-top: 0px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 0px 0px 8px 8px;
  }

  .mainPortal{
    flex-direction: column;
  }

}
