@font-face {
  font-family: 'SwissRoman';
  src: url('./../fonts/swiss_721_bt-webfont.eot');
  src: url('./../fonts/swiss_721_bt-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('./../fonts/swiss_721_bt-webfont.woff2') format('woff2'),
    url('./../fonts/swiss_721_bt-webfont.woff') format('woff'),
    url('./../fonts/swiss_721_bt-webfont.ttf') format('truetype'),
    url('./../fonts/swiss_721_bt-webfont.svg#swis721_btroman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500&display=swap');
html,
body {
  font-family: 'SwissRoman', sans-serif;
  background: #393939;
  color: #e8e6e3;
  height: 100%;
  cursor: url('../img/svg/cursor.svg') 20 20, auto !important;
}
html .btn,
body .btn {
  box-shadow: none !important;
}
html p,
body p {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #e8e6e3;
}
html a,
body a {
  text-decoration: none;
  color: #e8e6e3;
  cursor: url('../img/svg/cursor.svg') 20 20, auto !important;
}
html [type='button']:not(:disabled),
html [type='reset']:not(:disabled),
html [type='submit']:not(:disabled),
html button:not(:disabled),
.btn {
  cursor: url('../img/svg/cursor.svg') 20 20, auto !important;
  font-size: 12px;
  letter-spacing: 0.11em;
  background: #444444;
}
html .header,
body .header {
  padding: 24px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: auto;
}
html .main-content .beast-section,
body .main-content .beast-section {
  padding: 18px 0 48px 0;
}
html .main-content .beast-section .main-title,
body .main-content .beast-section .main-title {
  font-size: 68px;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
html .main-content .beast-section .secondary-title,
body .main-content .beast-section .secondary-title {
  font-size: 14px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
html .main-content .beast-section .dear-beasts-title,
body .main-content .beast-section .dear-beasts-title {
  font-size: 14px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
html .main-content .beast-section .secondary-title::before,
body .main-content .beast-section .secondary-title::before {
  content: '';
  position: absolute;
  width: 57px;
  height: 1px;
  bottom: 0;
  background: #e8e6e3;
}
html .main-content .beast-section .content-wrapper,
body .main-content .beast-section .content-wrapper {
  padding: 48px 0 0;
  position: relative;
}
html .main-content .beast-section .content-wrapper .top-section,
body .main-content .beast-section .content-wrapper .top-section {
  width: 100%;
  margin-bottom: 40px;
}
html .main-content .beast-section .content,
body .main-content .beast-section .content {
  margin-top: 0 !important;
}
html .main-content .beast-section .content p,
body .main-content .beast-section .content p {
  letter-spacing: 0.5px;
}
html .main-content .beast-section .content .price,
body .main-content .beast-section .content .price {
  font-size: 12px;
}
html .main-content .beast-section .content .price img,
body .main-content .beast-section .content .price img {
  margin-left: 24px;
  margin-right: 12px;
}
html .main-content .beast-section .card-list,
body .main-content .beast-section .card-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 24px;
}
html .main-content .beast-section .card-list .card-wrapper,
body .main-content .beast-section .card-list .card-wrapper {
  padding: 0;
}
html .main-content .beast-section .card-list .card,
body .main-content .beast-section .card-list .card {
  height: 100%;
  width: 100%;
  background-color: #393939;
  border-radius: 17px;
  border: 1px solid #e8e6e3;
  padding: 16px 22px;
  transition: 0.4s;
  text-align: left;
  color: #000;
}
html .main-content .beast-section .card-list .card:hover,
body .main-content .beast-section .card-list .card:hover {
  background-color: #555454;
  cursor: url('../img/svg/cursor.svg') 20 20, auto !important;
}
html .main-content .beast-section .card-list .card .card-title,
body .main-content .beast-section .card-list .card .card-title {
  font-size: 18px;
  margin-bottom: 4px;
  letter-spacing: 0.025em;
  color: #e8e6e3;
}
html .main-content .beast-section .card-list .card p,
body .main-content .beast-section .card-list .card p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
html .main-content .beast-section .card-list .card-checkbox,
body .main-content .beast-section .card-list .card-checkbox {
  display: none;
}
html .main-content .beast-section .card-list .card-checkbox:checked + .card,
body .main-content .beast-section .card-list .card-checkbox:checked + .card {
  background-color: #555454;
}
html .main-content .beast-section .card-list .card-checkbox:disabled + .card,
body .main-content .beast-section .card-list .card-checkbox:disabled + .card {
  opacity: 0.6;
}
html .main-content .beast-section .progress,
body .main-content .beast-section .progress {
  height: 48px;
  font-size: 14px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #e8e6e3;
}
html .main-content .beast-section .progress .progress-info,
body .main-content .beast-section .progress .progress-info {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html .main-content .beast-section .progress .progress-bar,
body .main-content .beast-section .progress .progress-bar {
  background-color: #555454;
  border-radius: 9px;
}
.img-wrapper {
  background-color: #000;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  height: 0;
  padding: 0 0 100%;
  margin: 0;
  flex: 1;
}
html .main-content .beast-section .img-wrapper:hover,
body .main-content .beast-section .img-wrapper:hover {
  cursor: url('../img/svg/cursor.svg') 20 20, auto !important;
}
.mint-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 85%;
}
html .main-content .beast-section .img-wrapper .btn-mint,
body .main-content .beast-section .img-wrapper .btn-mint {
  height: 125px;
  width: 125px;
  padding: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #e8e6e3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
html .main-content .beast-section .img-wrapper .btn-mint:hover,
body .main-content .beast-section .img-wrapper .btn-mint:hover {
  background-color: rgba(57, 57, 57, 0.9);
  cursor: url('../img/svg/cursor.svg') 20 20, auto !important;
}
html .main-content .beast-section .link-random,
body .main-content .beast-section .link-random {
  font-size: 14px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 20px 0 0;
  margin-top: -20px;
}
html .main-content .beast-section .link-random:hover,
html .main-content .beast-section .link-random:focus,
body .main-content .beast-section .link-random:hover,
body .main-content .beast-section .link-random:focus {
  color: #000;
}
html .main-content .beast-section .link-random img,
body .main-content .beast-section .link-random img {
  margin-right: 10px;
}
html .main-content .mint-success-section {
  padding: 150px 0 !important;
}
html .main-content .mint-success-section .main-title,
body .main-content .mint-success-section .main-title {
  font-size: 68px;
  line-height: 64px;
  text-transform: uppercase;
}
html .main-content .mint-success-section .btn:focus,
html .main-content .mint-success-section .btn:hover,
body .main-content .mint-success-section .btn:focus,
body .main-content .mint-success-section .btn:hover {
  background-color: #e8e6e3 !important;
  color: #fff;
}
html .main-content .mint-success-section .img-wrapper:hover,
body .main-content .mint-success-section .img-wrapper:hover {
  cursor: url('../img/svg/cursor.svg') 20 20, auto !important;
}
html .main-content .mint-success-section .img-wrapper .btn-mint,
body .main-content .mint-success-section .img-wrapper .btn-mint {
  padding: 16px 68px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #e8e6e3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html .main-content .mint-success-section .img-wrapper .btn-mint:hover,
body .main-content .mint-success-section .img-wrapper .btn-mint:hover {
  background-color: #fff;
  cursor: url('../img/svg/cursor.svg') 20 20, auto !important;
}
html .modal .modal-dialog .modal-content,
body .modal .modal-dialog .modal-content {
  position: relative;
  width: 460px;
  background: #444444;
  border: 1px solid #e8e6e3;
  box-sizing: border-box;
  border-radius: 16px;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
html .modal .modal-dialog .modal-content .btn-close,
body .modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: -23px;
  top: -23px;
  background-color: #444444;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none !important;
}
html .modal .modal-dialog .modal-content .modal-body,
body .modal .modal-dialog .modal-content .modal-body {
  padding: 40px 40px 24px;
}
html .modal .modal-dialog .modal-content .modal-body .title,
body .modal .modal-dialog .modal-content .modal-body .title {
  margin-bottom: 20px;
}
html .modal .modal-dialog .modal-content .modal-footer,
body .modal .modal-dialog .modal-content .modal-footer {
  text-align: center;
  border-top: 1px solid #e8e6e3;
  display: block;
  padding: 37px 40px;
}
html .modal .modal-dialog .modal-content .modal-footer .btn,
body .modal .modal-dialog .modal-content .modal-footer .btn {
  width: 100%;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-bottom: 15px;
  background-color: transparent;
  color: #e8e6e3;
  border-color: #e8e6e3;
}
html .modal .modal-dialog .modal-content .modal-footer .btn:hover,
html .modal .modal-dialog .modal-content .modal-footer .btn:focus,
body .modal .modal-dialog .modal-content .modal-footer .btn:hover,
body .modal .modal-dialog .modal-content .modal-footer .btn:focus {
  border: 1px solid #e8e6e3;
  background-color: #e8e6e3;
  color: #393939;
}
html .modal .modal-dialog .modal-content .modal-footer a,
body .modal .modal-dialog .modal-content .modal-footer a {
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 0.05em;
}
html .modal .modal-dialog .modal-content .modal-footer a:hover,
html .modal .modal-dialog .modal-content .modal-footer a:focus,
body .modal .modal-dialog .modal-content .modal-footer a:hover,
body .modal .modal-dialog .modal-content .modal-footer a:focus {
  color: #000;
}
html .modal .modal-dialog .modal-content .modal-footer .form-group,
body .modal .modal-dialog .modal-content .modal-footer .form-group {
  position: relative;
}
html .modal .modal-dialog .modal-content .modal-footer .form-group .icon,
body .modal .modal-dialog .modal-content .modal-footer .form-group .icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
html
  .modal
  .modal-dialog
  .modal-content
  .modal-footer
  .form-group
  .form-control,
body
  .modal
  .modal-dialog
  .modal-content
  .modal-footer
  .form-group
  .form-control {
  padding: 12px 60px 12px 30px;
  border-radius: 50px;
  border-color: #000;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 15px;
}
html .modal.loadingModal .modal-dialog .modal-content .modal-body,
body .modal.loadingModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
html .modal.loadingModal .modal-dialog .modal-content .modal-body .title,
body .modal.loadingModal .modal-dialog .modal-content .modal-body .title {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  width: 100%;
  text-align: center;
}
html .modal.loadingModal .modal-dialog .modal-content .modal-body img,
body .modal.loadingModal .modal-dialog .modal-content .modal-body img {
  border-radius: 20px;
}
html .modal-backdrop,
body .modal-backdrop {
  opacity: 1 !important;
  background: rgba(232, 230, 227, 0.7) !important;
}

.price-flex-align-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-flex-align-wrap span {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #e8e6e3;
}

body {
  padding-top: 20px;
}
body .header {
  padding: 12px 0;
}
body .main-content .beast-section {
  padding: 100px 0;
}
body .main-content .beast-section .main-title {
  font-size: 60px;
  line-height: 55px;
  text-transform: uppercase;
}
body .main-content .beast-section .progress {
  height: 38px;
  font-size: 12px;
}

@media (max-width: 1400px) {
  body .main-content .beast-section .card-list .card {
    padding: 12px 15px 10px;
  }
  body .main-content .beast-section .card-list .card .card-title {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  body .main-content .beast-section .main-title {
    font-size: 48px;
    line-height: 50px;
  }
  body .main-content .mint-success-section .main-title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    display: block;
    padding-top: 0;
  }
  html .header,
  body .header {
    position: static;
  }
  html .header .navbar-brand img,
  body .header .navbar-brand img {
    width: 195px;
  }
  html .header .btn,
  body .header .btn {
    font-size: 12px;
  }
  html .header .btn img,
  body .header .btn img {
    height: 33px;
  }
  html .main-content .beast-section .content-wrapper,
  body .main-content .beast-section .content-wrapper {
    padding: 20px 0 0;
  }
  html .main-content .beast-section .card-list,
  body .main-content .beast-section .card-list {
    margin-top: 40px;
  }
  html .modal .modal-dialog,
  body .modal .modal-dialog {
    margin-left: 25px;
    margin-right: 25px;
  }

  .price-flex-align-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .receipt-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 375px) {
  body .main-content .beast-section .main-title {
    font-size: 38px;
    line-height: 50px;
  }
  body .main-content .mint-success-section .main-title {
    font-size: 38px;
    line-height: 50px;
  }

  html .modal .modal-dialog .modal-content .modal-body,
  body .modal .modal-dialog .modal-content .modal-body {
    padding: 20px 20px 0;
  }

  html .modal .modal-dialog .modal-content .modal-footer,
  body .modal .modal-dialog .modal-content .modal-footer {
    padding: 20px;
  }
  .Toastify__toast-container {
    padding: 10px !important;
  }
  body .main-content .beast-section {
    padding: 40px 0;
  }
  .top-section {
    margin: 60px 0 0;
  }
  .top-section .d-flex {
    flex-direction: column;
    gap: 30px;
  }
  html .main-content .beast-section .card-list,
  body .main-content .beast-section .card-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.Toastify .Toastify__toast-container .Toastify__toast {
  background: #444444;
  color: #e8e6e3;
  font-family: 'SwissRoman', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  box-shadow: none;
  border: 1px solid #e8e6e3;
  border-radius: 10px;
  margin-bottom: 0;
  margin-top: 10px;
  cursor: url('../img/svg/cursor.svg') 20 20, auto !important;
}

.Toastify .Toastify__toast-container .Toastify__toast-body {
  margin: 0;
}

.Toastify .Toastify__toast-container .Toastify__toast .Toastify__toast-icon {
  display: none;
}

.Toastify
  .Toastify__toast-container
  .Toastify__toast
  .Toastify__close-button
  > svg
  path {
  fill: #e8e6e3;
  cursor: url('../img/svg/cursor.svg') 20 20, auto !important;
}

.wallet-connect-nav-item {
  border: 1px solid #e8e6e3;
  border-radius: 200px;
  display: flex;
  align-items: center;
  padding: 9px 16px;
}
.wallet-connect-nav-item span {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.wallet-connect-nav-item img {
  margin-left: 10px;
}

.receipt-wrapper {
  display: flex;
  flex: auto;
  width: auto;
  flex-direction: column;
}

.btn-success-links {
    background-color: transparent!important;
    color: #e8e6e3!important;
    border-color: #e8e6e3!important;
}

.btn-success-links:hover {
    color: #393939!important;
    background-color: #e8e6e3!important;
    border-color: #e8e6e3!important;
}

/* im just here tidying things up, dont blame me for this mess - @j3shua */

/*# sourceMappingURL=style.css.map */
