* {
  box-sizing: border-box;
  font-family: "Space Grotesk", sans-serif;
}

body {
  background: #000 url("../media/main-bg.svg") no-repeat scroll;
  background-size: cover;
  font-family: "Space Grotesk", sans-serif;
  height: 100vh;
  color: #fff;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #fff;
}

header {
  margin: 0 0.8em;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.8em 0.8em;
}

.nav-logo img {
  width: 14em;
}

.nav-button a {
  text-decoration: none;
}

.nav-button button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.6em 1.3em;
  background: #2f8af5;
  border: none;
  border-radius: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
}

.nav-button button:hover {
  background: #4295f6;
}

main {
  margin: 0 auto;
  padding-top: 3em;
}

.banner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
}
.reverse-banner-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 100%;
}
.banner-pad {
  padding: 0 6%;
}

.left-banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1em;
  flex-basis: 50%;
}

.left-banner h1 {
  font-size: 6.25em;
  font-weight: 700;
  line-height: 92px;
  margin: 0;
}

.left-banner p {
  font-size: 1.13em;
  color: #ffffff77;
  margin: 0.5em 0 2.7em;
}

.banner-button button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.2em 2.2em;
  background: #2f8af5;
  border: none;
  border-radius: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
}

.banner-button button:hover {
 background: #4295f6;
}
.right-banner {
  flex-basis: 50%;
}

.total-container {
  padding: 2em;
  margin: 15% auto auto;
}

.total-list {
  list-style-type: none;
  background: url("../media/total-values-border.svg") no-repeat;
  background-size: contain;
  padding: 1em 0 9.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  max-width: 100%;
}
.total-list p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.total {
  font-size: 3em;
  margin-bottom: 0.4em;
}

.totals{
  color: #ffffff77;
  font-size: 0.9em;
}

.arti-banner {
  margin-top: 5%;
}

.arti-left-banner {
  padding: 1em 10% 1em 1em;
}
.arti-left-banner h3 {
  font-size: 3.1em;
  font-weight: 510;
  margin: 0;
}
.arti-right-banner {
  padding: 1em 10% 1em 1em;
}

.arti-button {
  margin-bottom: 0.5em;
}

.arti-button button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5em 1.5em;
  background: transparent;
  border: 1px solid #ffffff33;
  border-radius: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
}

.arti-button button:hover {
 background: #4295f6;
}
.part-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.part-container h1 {
  font-size: 3.2em;
  margin: 3em 0 1.1em;
}
.part-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pert-list-img {
  padding: 0 1em 3.5em;
  cursor: pointer;
}
.pert-list-img img {
  max-width: 100%;
}

.footer-container {
  display: flex;
  flex-direction: column;
  background: url("../media/footer-bg.svg") no-repeat center;
  background-size: cover;
  border-bottom: 1px solid #ffffff33;
  margin-bottom: 1em;
}
.footer-arti {
  /* margin: 0; */
  padding: 1em;
  justify-content: space-between;
}
.footer-arti h3 {
  font-size: 3.3em;
  margin-bottom: 0.5em;
}
.footer-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #ffffff33;
  padding: 5em 0;
  margin: 3em;
}
.menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 5em;
}
.menu-hold {
  margin-right: 5em;
}
.menu-list {
  display: flex;
  flex-direction: column;
}
.menu-list p {
  font-size: 16px;
  font-weight: 100;
  margin: 0.4em 0;
  opacity: 0.7;
  cursor: pointer;
}
.subs {
  padding-right: 5em;
}
h3.small-h {
  font-size: 20px;
}
.subs p {
  font-size: 16px;
  text-align: left;
}
.ftBtn {
  width: 100%;
  text-align: center;
}
.ftBtn a button {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff33;
  padding: 1.2em 0;
  justify-content: center;
}

@media (max-width: 990px) {
  nav {
    justify-content: center;
  }
  .nav-button {
    display: none;
  }
  .banner-pad {
    padding: 0 8%;
  }
  .banner-button button {
    padding: 10px 9px 10px 17px;
  }
  .total-list {
    text-align: center;
  }
  .arti-left-banner {
    padding-right: 1em;
  }
  .arti-right-banner {
    padding-right: 5%;;
  }
  .left-banner h1 {
    font-size: 2.5em;
    line-height: 42px;
  }
  .part-container h1 {
    font-size: 32px;
  }
  .arti-left-banner h3, .left-banner h3 {
    font-size: 27px;
  }
  .footer-content {
    flex-direction: column-reverse;
    margin-right: 1em;
  }
  .footer-arti {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .menu-container {
    padding-left: 1em;
    margin-top: 1em;
  }
  h3.small-h {
    font-size: 16px;
    margin: 0;
  }
  .menu-hold h3 {
    font-size: 16px;
  }
  .menu-list p, .footer-arti p {
    font-size: 12px;
  }
  .subs p {
    margin: 0.4em 0 1em;
  }
}
@media (max-width: 480px) {
  .banner-pad {
    flex-direction: column-reverse;
    padding: 0 1em;
  }
  .main-right-banner {
    margin-bottom: 2em;
  }
  .arti-banner{
    margin-bottom: 15%;
  }
  .arti-left-banner {
    padding: 0;
  }
  .banner-button {
    width: 100%;
  }
  .banner-button button {
    width: 100%;
    justify-content: center;
  }
  .arti-button {
    width: 100%;
  }
  .arti-button button {
    width: 100%;
    justify-content: center;
  }
  .part-container {
    flex-direction: column;
  }
  .part-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pert-list-img {
    flex-basis: 50%;
  }
  .subs {
    padding: 0 1em 0 0;
  }
}

/* Wallets Page */

.bg-cover {
  background-size: cover;
}
.heading-section {
  text-align: center;
  margin: 0 auto;
}
.heading-section h1 {
  font-size: 32px;
}
.heading-section p {
  font-size: 1em;
  margin: auto;
  width: 600px;
  color: hsla(0, 0%, 100%, 0.6);
  line-height: 26px;
}
.strains-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 900px;
  margin: 4% auto;
  justify-content: space-between;
}
.strain-container {
  padding: 25px 50px;
  background: hsla(0, 0%, 100%, 0.05);
  border: 1px solid hsla(0, 0%, 100%, 0.06);
  text-align: center;
  border-radius: 10px;
  flex-basis: 23%;
  margin: 1% auto;
}
.strain-container:hover {
  border-width: 2px;
  border-color: rgba(46, 138, 245, 0.63);
}
.strain-container img {
  width: 100px;
  border-radius: 50%;
}

@media (max-width: 990px) {
  .bg-cover {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .strains-list {
    width: 98vw;
  }
}

@media (max-width: 480px) {
  .heading-section p {
    width: 80vw;
  }
  .strains-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 98vw;
  }
  .strain-container {
    width: 95%;
  }
}

/* Wallet-Page */
.kitPack {
  display: none;
  text-align: center;
  width: 470px;
  padding: 60px 32px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.07);
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.04);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  margin: 2.5em auto;
}
.kitPack-img  {
  margin-bottom: 2.5em;
}
.kitPack-img img {
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}
.kit-lock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 20px;
  background: hsla(0, 0%, 100%, 0.05);
  padding: 1.25em;
  margin-bottom: 1.5em;
}
.kit-lock img {
  width: 40px;
  border-radius: 50%;
}
.kit-lock p {
  font-size: 14px;
  display: block;
  color: hsla(0, 0%, 100%, 0.82)
}
.kit-lock #strainName {
  display: none;
}
.wall-conn-btn {
  visibility: hidden;
  padding: 12px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 10px;
  font-size: 14px;
}

@media (max-width: 470px) {
  .kitPack {
    max-width: 100%;
  }
  .kit-lock {
    flex-direction: column;
  }
  .kit-lock p {
    margin-bottom: 20px;
  }
  .kit-lock img {
    margin-bottom: 10px;
  }
}

/* Extension Modals */
.ex-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.04);
  backdrop-filter: blur(2px);
  z-index: 98;
  margin: 0;
}

.extension-modal {
  margin: auto;
  background-color: #fff;
  display: flex;
  width: 30%;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 20px;
  text-align: left;
}

/* overlay */
/* Kits Modal */
.kits-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  z-index: 99;
  margin: 0;
}

.kits-container {
  margin: 0 auto;
  background-color: #000000bb;
  width: 40%;
  border-radius: 5px;
  border: 0 solid #e2e8f0;
}

.kits-body {
  max-width: 100%;
  padding: 4em 3em 1em;
  overflow: hidden;
}

.kits-header {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-content: center;
}

.kit-img {
  margin-right: 2em;
}

.kit-img img {
  width: 50px;
  border-radius: 50%
}

.kits-type {
  display: grid;
  grid-template-columns: auto auto auto;
  margin: 1em auto;
  padding: 1em 1em 0;
  border-bottom: 2px solid #999;
}

.kit-select {
  cursor: pointer;
  padding: .5em;
  margin: 0;
  border-bottom: 2px solid transparent;
}

.kit-select:hover {
  border-bottom: 2px solid rgb(43, 108, 176);
}

form input  {
  width: 100%;
  border-radius: .5em;
  border: 1px solid rgb(203, 213, 224);
  padding: 1em;
  margin: 1em auto;
  outline: none;
}

form textarea  {
  width: 100%;
  border-radius: .5em;
  height: 6em;
  border: 1px solid rgb(203, 213, 224);
  padding: .5em;
  margin: auto;
  outline: none;
}

.in-container p {
  font-size: .75em;
  text-align: left;
}

.the-pipe {
  display: block;
}

.the-skin {
  display: none;
}

.the-bong {
  display: none;
}

.spark-btn {
  width: 100%;
  padding-top: .5em;
}

.spark-btn button {
  background: rgba(43, 108, 176, 0.92);
  color: #fff;
  width: 100%;
  font-size: 1em;
  padding: .5em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: .25em;
  cursor: pointer;
}

.spark-btn button:hover {
  background: rgba(43, 108, 176, 1);
}

.spark-btn button span {
  margin: 0 .3em;
}

.spark-btn button span svg {
  display: block;
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
  margin: 0;
}

.end-sesh-btn {
  margin-top: 3em;
  padding: .75em 1.5em;
  display: flex;
  justify-content: flex-end;
}

.end-sesh-btn button {
  padding: .5em 1em;
  background: rgba(229, 62, 62, 0.92);
  border: none;
  font-size: 1em;
  border-radius: .3em;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.end-sesh-btn button:hover {
  background: rgb(229, 62, 62);
}

@media (max-width: 950px) {
  .kits-container {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .kits-container {
    width: 60%;
  }
}
@media (max-width: 450px) {
  .kits-container {
    width: 80%;
  }
}
