* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: 'Didact Gothic', sans-serif;
}

body {
  background: #eee;
}

.navbar {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #a6a6a6;
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  max-width: 1500px;
}

.main-container{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color:rgba(0,0,0,0.3);
}

.nav-logo {
  /* color: #0364FF; */
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.8rem;
  flex-grow: 1;
  display: flex;
}

.nav-menu {
  display: flex;
  list-style: none;
  text-align: center;
  margin-right: 1.2rem;
  justify-content: space-between;
  width: 70%;
}

.menu-list {
  display: flex;
  list-style: none;
  text-align: center;
  margin-right: 1.2rem;
}

.nav-right {
  text-align: center;
  display: flex;
  width: 24%;
  justify-content: space-between;
  align-items: center;
}

.nav-right div {
  display: flex;
}

.nav-right .language p {
  font-weight: 550;
  padding-right: 7px;
}

.nav-right .user p {
  font-weight: 800;
  padding-right: 7px;
}

.black-svg {
  width: 0.9rem;
  cursor: pointer;
  padding-right: 4px;
}

.nav-links {
  color: gray;
  text-decoration: none;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  height: 100%;
  border-bottom: 3px solid transparent;
}

.nav-item {
  line-height: 58px;
  margin-right: 1rem;
}

.nav-item:after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width 0.7s ease, background-color 0.5s ease;
}

.nav-item:hover {
  background-color: #d0e2fc;
  color: #0364FF;
}

.nav-item:hover:after {
  width: 100%;
  background: #0364FF;
}

.nav-item .active {
  color: #0364FF;
}

.nav-icon {
  display: none;
}


/* ------------------------------------------------- */

.wallet-body {
  padding: 20px;
  margin-top: 20px;
}

.heading {
  margin-bottom: 20px;
  color: #8d8d8d;
  margin-left: 10%;
}

.grid {
  display: grid;
  column-gap: max(20px, 4%);
  grid-template-columns: 1fr 1fr;
}

.w-80 {
  width: 80%;
}

.mt-2 {
  margin-top: 10px;
}

.card {
  padding: 20px 20px;
  box-shadow: 0.5rem 0.5rem 1rem rgba(51, 51, 51, 0.2), -0.2rem -0.2rem 0.7rem rgba(51, 51, 51, 0.1);
  border-radius: 7px;
}

.vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.link {
  text-decoration: none;
  color: #0364FF;
  font-weight: 600;
}

.link:hover {
  color: #21b2f5;
  /* color: white; */
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v-center {
  display: flex;
  align-items: center;
}

.balance-header {
  display: flex;
  justify-content: space-between;
}

.total-value {
  font-weight: 800;
}

.network {
  background-color: #b5d3fd;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: smaller;
}

.network-svg {
  width: 1rem;
  padding-right: 4px;
}

.balance-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.amount-container {
  display: flex;
  align-items: baseline;
}

.amount {
  font-size: 2.5rem;
  padding-right: 7px;
}

.gray {
  color: gray;
}

.balance-btns {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.btn {
  padding: 2%;
  box-shadow: 0.2rem 0.2rem 0.7rem rgba(51, 51, 51, 0.2), 0rem 0rem 0.3rem rgba(51, 51, 51, 0.1);
  min-width: 100px;
  width: 48%;
  color: #0364FF;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
}

.btn:hover {
  box-shadow: none;
  border: 1px solid rgba(51, 51, 51, 0.3);
}

.btn-svg {
  width: 1.2rem;
  filter: invert(24%) sepia(75%) saturate(5320%) hue-rotate(215deg) brightness(107%) contrast(104%);
  padding-right: 7px;
}

.logo-svg {
  width: 2rem;
  filter: invert(24%) sepia(75%) saturate(5320%) hue-rotate(215deg) brightness(107%) contrast(104%);
  padding-right: 7px;
}

.welcome-p {
  font-size: large;
}

.collection-container {
  margin-top: max(4%, 35px);
  width: 45%;
}

.options {
  border: 1.5px solid #c6c6c6;
  border-radius: 4px;
  display: flex;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.options div:first-child {
  border-right: 1.5px solid #c6c6c6;
  border-radius: 4px 0px 0px 4px;
  background-color: #b5d3fd;
  padding: 8px 20px;
  width: 50%;
}

.options div:last-child {
  border-radius: 0px 4px 4px 0px;
  padding: 8px 20px;
  width: 50%;
}

.options div:hover {
  box-shadow: 0.2rem 0.2rem 0.7rem rgba(51, 51, 51, 0.2), 0rem 0rem 0.3rem rgba(51, 51, 51, 0.1);
}

.token-card {
  margin: 0px;
  /* width: 47%; */
  box-shadow: 0.5rem 0.5rem 1rem rgba(51, 51, 51, 0.2), -0.2rem -0.2rem 0.7rem rgba(51, 51, 51, 0.1);
  border-radius: 7px;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-seperate {
  display: flex;
  justify-content: space-between;
}

.shadow-btm {
  box-shadow: 0px 0.4rem 1rem #FDFDFD;
}

.small-pad {
  padding: 10px 14px;
}

/* ---------------------------------------------------------- */

.home-container {
  height: 100vh;
  padding: 3% 8%;
  background-color: #91d370;
  background-image: linear-gradient(319deg, #91d370 0%, #bca0ff 37%, #f2cd54 100%);
}

.logo-container {
  display: flex;
}

header {
  display: flex;
  justify-content: space-between;
}

ul {
  display: flex;
  list-style: none;
  text-align: center;
  align-items: center;
}

.list-item {
  margin-right: 2rem;
  cursor: pointer;
}

.list-item:last-child {
  margin-right: 0rem;
}

.access-btn {
  border-radius: 30px;
  min-width: 150px;
  padding: 7% 10%;
  border: 1.5px solid #0364FF;
  color: #0364FF;
  font-weight: 600;
  cursor: pointer;
}

.anchor {
  text-decoration: none;
}

.access-btn:hover {
  color: white;
  background-color: #0364FF;
}

.blue {
  color: #0364FF;
  font-weight: bold;
}

.home-body {
  margin-top: 7%;
  width: 50%;
}

.mr-2 {
  margin-right: 7%;
}

.mt-4 {
  margin-top: 20px;
}

.tag-line {
  font-size: 3.5rem;
  font-weight: 900;
}

.solid-btn {
  background-color: #0364FF;
  color: white;
  border-radius: 30px;
  border: none;
  padding: 15px 25px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0.3rem 0.3rem 0.7rem #4f91fb;
}

.solid-btn:hover {
  box-shadow: none;
}

@media screen and (max-width: 960px) {

  .nav-menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: absolute;
    top: 300px;
    left: -110%;
    opacity: 1;
    transition: all 0.5s ease;
  }

  .menu-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    opacity: 1;
    background-color: #b5d3fd;
    margin-right: 0rem;
  }

  .nav-menu.active {
    background: #21b2f5;
    left: 0px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 1;
  }

  .nav-item {
    line-height: 25px;
    margin-right: 0rem;
  }

  .nav-item .active {
    color: black;
    border: none;
  }
  
  .nav-links {
    padding: 1.5rem;
    width: 100%;
    display: table;
  }

  .nav-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-100%, 30%);
    font-size: 1.8rem;
    cursor: pointer;
    color: #0364FF;
  }

  .nav-right {
    display: none;
  }

  .collection-container {
    width: 70%;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 15px;
  }

  .grid .card {
    width: 100%;
  }

  .home-body {
    margin-top: 50px;
    width: 100%;
  }

  .list-item:not(:last-child){
    display: none;
  }
}