html,
body {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  /* font-size: 50%; */

  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.8;

  background: #000;
  color: #fff;
  font-weight: 400;
  /* font-size: 2rem; */
  font-family: 'Montserrat', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

p a {
  color: #fff6ab;
}

ul {
  margin: 4rem 2rem;
}

ol {
  margin: 2rem 4rem;
}
ol li {
  margin: 2rem 4rem;
  list-style: inherit !important;
}
ol li a {
  color: #38b74e;
}

table {
  width: 100%;
}
table td {
  text-align: center;
}

strong {
  font-weight: 700;
}

.pixelated {
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}

.text-center {
  text-align: center;
}

.header {
  position: relative;
  padding-top: 8rem;
}
.header__title {
  margin: 2rem 0;
  color: #282828;
  font-weight: 800;
  font-size: 3.7rem;
  font-family: Courier New;
  line-height: 1.2;
}

h1,
h2,
h3 {
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
}

.subheader__title {
  font-size: 6rem;
  color: #594e6a;
  margin-bottom: 0rem;
}

.section__title,
.footer__title {
  color: #282828;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
}

.section--center-text,
.footer--center-text {
  text-align: center;
}

.section__inner {
  margin-bottom: 2.5rem;
}
.section__inner p {
  margin: 1.5rem 0;
}

.section__footer {
  margin-top: 3.5rem;
}

.section__image {
  margin: 6rem 0rem;
}
.section__image img {
  display: block;
  min-width: 100%;
  width: 100%;
  height: auto;
}

.section__link {
  color: inherit;
  font-size: 1.6rem;
}
.section__link:hover {
  text-decoration: none;
  font-weight: 700;
}

.footer {
  margin-top: 8rem;
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4e4e4;
}
.footer a {
  color: inherit;
}
.footer__title {
  margin-bottom: 1rem;
}
.footer__copyright {
  margin-top: 2.5rem;
}
.footer__copyright--marked {
  font-weight: 700;
}

.menu {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 2.4rem;
  width: 100%;
}
.menu__wrapper {
  display: flex;
  width: 100%;
  height: 7rem;

  align-items: center;
  justify-content: space-between;
}
.menu__logo {
  width: 15rem;
}
.menu__logo a {
  display: flex;
  margin: 0;
  padding: 0;
  min-width: 4.4rem;
  min-height: 4.4rem;
  text-decoration: none;

  align-items: center;
  justify-content: center;
}
.menu__logo__icon {
  width: 4rem;
  height: 4rem;
}
.menu__logo__text {
  margin-left: 2rem;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 800;
  font-size: 2rem;
  font-family: Courier New;
}
.menu__nav {
  display: flex;

  flex: 1 1 0%;
  justify-content: flex-end;
}
.menu__nav nav {
  display: flex;
  margin-right: 2rem;

  align-items: center;
}
.menu__nav nav a {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  color: #463d41;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-size: 2.9rem;
  font-family: Hello Holiday;
  position: relative;
  top: -5px;
  font-weight: 400;
}

.menu__nav nav a:hover {
  color: #282828;
}
@media screen and (max-width: 48em) {
  .menu__nav {
    display: none;
  }
}
.menu__side {
  display: flex;
  height: 7.2rem;

  align-items: center;
  justify-content: space-between;
}
.menu__side__button {
  display: flex;

  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 48em) {
  .menu__side__button {
    display: none;
  }
}
.menu__toggle {
  display: none;
}
@media screen and (max-width: 48em) {
  .menu__toggle {
    display: flex;
    height: 4.4rem;
    height: 4.4rem;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.menu__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  flex-direction: column;
}
.menu__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #282828;
  opacity: 0.75;
}
.menu__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: calc(100% - 48px);
  background-color: #fff;

  -webkit-box-pack: center;
  flex: 1 1 0%;
  justify-content: center;
}
.menu__content a {
  box-sizing: border-box;
  padding: 1.6rem 2.4rem;
  width: 100%;
  color: #f7f574;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 2.4rem;
  font-family: Hello Holiday;
}
.menu__content a:hover {
  color: #282828;
}

.hash {
  margin: 5rem 0;
  color: #38b74e;
  font-size: 2rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}

.logo {
  display: block;
  margin-bottom: -3.5rem;
}

.quote {
  display: flex;
  flex-direction: column;
  margin: 4rem 10rem;
  padding: 2rem 4rem;
  border-left: 0.5rem solid #38b74e;
  text-align: left;
}
@media screen and (max-width: 48em) {
  .quote {
    margin: 4rem 0rem;
  }
}
.quote__text {
  font-size: 4rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 5rem;
}
.quote__author {
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 2rem;
  font-size: 1.4rem;
}

.team {
  display: flex;
  flex-direction: column;

  align-content: center;
  justify-content: center;
  align-items: center;
}
.team__img {
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 20rem;
  border-radius: 10rem;
}
.team__name {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 3rem;
}

.why__tv {
  display: block;
  margin: 0 auto;
  margin-top: -3rem;
  max-width: 55%;
}
@media screen and (max-width: 48em) {
  .why__tv {
    max-width: 100%;
  }
}

.tech__cat {
  display: block;
  margin: 0 auto;
  margin-top: -3rem;
  max-width: 55%;
}
@media screen and (max-width: 48em) {
  .tech__cat {
    max-width: 100%;
  }
}

.faq {
  margin-top: 8rem;
}

.provenance {
  margin-top: 8rem;
}
.provenance__concathash {
  overflow: auto;
}
.provenance__hashes p {
  margin: 0;
}
.provenance__hashes a {
  color: #38b74e;
}
.provenance__hashes table thead tr th {
  font-weight: 700;
}

.about {
  margin-top: 0rem;
  color: #64305a;
}

.roadmap {
  margin-top: 0rem;
  color: #64305a;
}

.terms {
  margin-top: 8rem;
}

.disclaimer {
  margin-top: 8rem;
}

.sale {
  margin-top: 8rem;
}
.sale h3 {
  margin: 3rem 0;
  font-size: 2.4rem;
}
.sale__intro {
  margin-bottom: 3rem;
}
.sale__placeholder {
  margin: 2rem;
  padding-top: 5rem;
}
@media screen and (max-width: 48em) {
  .sale__placeholder {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
.sale__placeholder__parent {
  position: relative;
  top: 0;
  left: 0;
}
.sale__placeholder__img {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
}
.sale__placeholder__img__layer {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
}
.sale__progress-box {
  margin-bottom: 2rem;
  font-size: 90%;
}
.sale__progress-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 48em) {
  .sale__progress-box {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 70%;
  }
}
.sale__progress-box-progress,
.sale__progress-box-bar {
  height: 0.5rem;
  border-right: 0.3rem solid white;
  border-radius: 0;
  box-shadow: none;
}
.sale__progress-box-progress {
  overflow: visible;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.15);
}
.sale__progress-box-bar {
  position: relative;
  overflow: visible;
  border: none;
  background: #38b74e;
  color: rgba(0, 0, 0, 0.9);
}

.glow-on-hover {
  position: relative;
  z-index: 0;
  width: 320px;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 10px;
  background: #1b2e4c;
  color: #fff;
  opacity: 0.9;
  cursor: pointer;
}

.getrat {
  width: 500px;
  height: 70px;
  background: #000;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 550px) {
  .getrat {
    width: 300px;
  }
}

.glow-on-hover:before {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 10px;
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  background-size: 400%;
  content: '';
  opacity: 0.7;
  filter: blur(5px);
  transition: opacity 0.3s ease-in-out;
  animation: glowing 20s linear infinite;
}

.glow-on-hover:active {
  color: #b97373;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #593d82;
  content: '';
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.wallet {
  margin-top: 8rem;
}
.wallet .hash {
  display: block;
  margin: 0 0 3rem 0;
}
.wallet .text-center {
  text-align: center;
}
.wallet__gallery {
  display: flex;
  flex-direction: row;

  flex-wrap: wrap;
  justify-content: center;
}
.wallet__gallery__item {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0 1rem;
  max-width: 100%;
  transition: transform 0.5s ease, opacity 0.25s ease, filter 0.25s ease;

  flex-basis: 100%;
}
@media screen and (min-width: 48em) {
  .wallet__gallery__item {
    margin-bottom: 0;
    max-width: 50%;

    flex-basis: 50%;
  }
}
@media screen and (min-width: 62em) {
  .wallet__gallery__item {
    max-width: 33%;

    flex-basis: 33%;
  }
}
.wallet__gallery__item {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 48em) {
  .wallet__gallery__item {
    margin-bottom: 1.5rem;
  }
}
.wallet__gallery__item__overlay {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  left: 8px;
  display: flex;
  cursor: pointer;
  transition: 0.7s ease;

  justify-content: center;
  align-items: center;
  /*transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
}
.wallet__gallery__item__overlay p {
  position: absolute;
  overflow: hidden;
  color: white;
  letter-spacing: 2px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(10px);
}
.wallet__gallery__item__image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
  transition: 0.5s ease;

  backface-visibility: hidden;
}
.wallet__gallery__item:hover .wallet__gallery__item__image {
  opacity: 1;
}
.wallet__gallery__item:hover .wallet__gallery__item__overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.wallet__gallery__item:hover .wallet__gallery__item__overlay p {
  opacity: 1;
  transform: translateY(0);
}

.button,
.button__blue,
.button__secondary,
.button__wide,
.button__wide__secondary {
  display: inline-block;
  padding: 2rem;
  background-color: #3b4764;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.button:focus,
.button__blue:focus,
.button__secondary:focus,
.button__wide:focus,
.button__wide__secondary:focus,
.button:hover,
.button__blue:hover,
.button__secondary:hover,
.button__wide:hover,
.button__wide__secondary:hover {
  background-color: #e0599a;
  text-decoration: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.button__blue {
  background-color: #1da1f2;
}
.button__blue:focus,
.button__blue:hover {
  background-color: #009fe3;
}
.button__secondary {
  background-color: #d1d1d1;
  color: #282828;
}
.button__secondary:focus,
.button__secondary:hover {
  background-color: #c2c2c2;
}
.button__wide,
.button__wide__secondary {
  padding: 1rem;
  width: 100%;
  text-align: center;
}
.button__wide__secondary {
  background-color: #d1d1d1;
  color: #282828;
}
.button__wide__secondary:focus,
.button__wide__secondary:hover {
  background-color: #c2c2c2;
}

.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.6);

  justify-content: center;
  align-items: center;
}

.modal__container {
  overflow-y: auto;
  box-sizing: border-box;
  padding: 3rem;
  max-width: 80rem;
  max-height: 100vh;
  border-radius: 0.4rem;
  background-color: #fff;
}

.modal__header {
  display: flex;
  margin-bottom: 5rem;

  justify-content: space-between;
  align-items: center;
}

.modal__title {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  color: #fffc31;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
}

.modal__close {
  border: 0;
  background: transparent;
}

.modal__header .modal__close:before {
  content: '\2715';
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.modal__close:hover {
  cursor: pointer;
}

.modal__btn {
  overflow: visible;
  margin: 0;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  border-width: 0;
  border-style: none;
  border-radius: 0.25rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
  font-size: 0.875rem;
  line-height: 1.15;
  cursor: pointer;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-appearance: button;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.modal__buy__form {
  display: inline-block;
}
.modal__buy__form__quantity {
  position: relative;
}
.modal__buy__form input[type='number']::-webkit-inner-spin-button,
.modal__buy__form input[type='number']::-webkit-outer-spin-button {
  margin: 0;

  -webkit-appearance: none;
}
.modal__buy__form input[type='number'] {
  -moz-appearance: textfield;
}
.modal__buy__form__quantity input {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  width: 20rem;
  height: 7rem;
  border: 1px solid #eee;
  font-size: 2.4rem;
  font-family: Courier New;
  line-height: 1.65;
}
.modal__buy__form__quantity input:focus {
  outline: 0;
}
.modal__buy__form__quantity .quantity-nav {
  position: relative;
  float: left;
  height: 7rem;
}
.modal__buy__form__quantity .quantity-button {
  position: relative;
  width: 4.5rem;
  border-left: 1px solid #eee;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.modal__buy__form__quantity .quantity-button.quantity-up {
  position: absolute;
  top: 0;
  height: 50%;
  border-bottom: 1px solid #eee;
}
.modal__buy__form__quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.modal__content__buy {
  display: flex;
  flex-direction: column;

  align-items: center;
}

.modal__buy__check {
  margin: 4rem;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden='false'] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='false'] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.details {
  margin-top: 8rem;
}
.details__image {
  display: flex;

  justify-content: center;
}
.details__image img {
  max-width: 35%;
}
.details a {
  color: #38b74e;
}
.details__attribute {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.details__attribute__type {
  font-weight: 700;
}
.details__attribute__amount {
  font-size: 1.8rem;
}

.warning {
  background-color: #38b74e;
  color: #fff;
  text-align: center;
}
.warning span {
  display: block;
  margin: 2rem 0;
}
.warning a {
  color: #fff;
}
.warning__light {
  background-color: #fff;
  text-align: center;
}
.warning__light span {
  display: block;
  margin: 1rem 0;
}
.warning__light a {
  color: #38b74e;
}

.wordofwarning {
  margin-top: 8rem;
}

.desert {
  position: relative;
  overflow: hidden;
  height: 8rem;
}

.tumbleweed {
  position: absolute;
  top: -2rem;
  left: -10rem;
  width: 8rem;
  height: 8rem;
  background: url('/assets/images/tumbleweed.png') no-repeat center;
  background-size: cover;
  animation: jumping 1.5s infinite, rolling 5s linear infinite,
    rotating 2s linear infinite;
}

.tumbleweed:nth-child(2) {
  animation-delay: 2.5s;
}

.tumbleweed:nth-child(3) {
  animation-delay: 4s;
}

@keyframes jumping {
  0% {
    top: 0rem;
    animation-timing-function: ease-in;
  }
  25% {
    top: 2rem;
    animation-timing-function: ease-out;
  }
  50% {
    top: 0.5rem;
    animation-timing-function: ease-in;
  }
  75% {
    top: 2rem;
    animation-timing-function: ease-out;
  }
  100% {
    top: 0rem;
    animation-timing-function: ease-in;
  }
}

@keyframes rolling {
  0% {
    left: -5rem;
  }
  100% {
    left: 100%;
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 23.3. HTML5 video */

#videoContainment {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  background: #000;
}

body {
  padding-top: 45px;
  padding-bottom: 54px;
}

#bgvid {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;

  object-fit: fill;
}
@media (max-width: 1200px) {
  #bgvid {
    object-fit: cover;
  }
}

.menu__nav nav a:hover {
  color: #fff;
}

.siiimpleToast[data-state='default'] {
  z-index: 9999999999999999;
}
.root {
  position: relative;
  z-index: 1;
  margin: auto;
  max-width: 1040px;
}

.withoutbackgroundroot:before {
  opacity: 0.7;
}
.boxaround:before {
  display: none;
}
.logo1 {
  height: 35px;
  position: relative;
  top: -5px;
}
.header__title {
  color: #fff;
}
.warning__light {
  background: transparent;
}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 45px;
  z-index: 99999999999;
  background: url('opa.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.53);
  color: #fff !important;
}
.menu__container {
  z-index: 99999999;
}
.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 20px;
  background: url('opa.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 3px 0px 15px 5px rgba(0, 0, 0, 0.53);
  box-shadow: 3px 0px 15px 5px rgba(0, 0, 0, 0.53);
}
.sale__progress-box-progress {
  background: rgba(255, 255, 255, 0.3);
}
.modal__container {
  z-index: 99999999999999;
  border: 3px dashed rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: #234;
  -webkit-box-shadow: 0px 3px 15px 5px #453;
  box-shadow: 0px 3px 15px 5px #453;
}
.modal__overlay {
  z-index: 9999999999;
}
.menu__content {
  background: rgba(17, 13, 24, 0.95);
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.53);
}
.modal__close {
  color: #fff;
}
.warning__light .wrap .row {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
}
.menu__nav nav {
  margin-right: 0;
}
.menu__nav nav a:last-child {
  padding-right: 0;
}

.footerpara {
  position: relative;
  margin: 0;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}
.footerpara span {
  position: absolute;
  right: 0;
}
.footerpara a {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.footerpara a i {
  display: block;
  font-size: 26px;
}
.footerpara a:hover {
  text-decoration: none;
}
.footerpara a:hover i {
  color: #d6d9b9;
}
@media (max-width: 550px) {
  .footerpara {
    text-align: center;
  }
  .footerpara a {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footerpara span {
    position: relative;
    right: unset;
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}

.subscribesec {
  padding: 15px;
  min-height: calc(100vh - 260px);
  width: 100%;
}
.subscribesec h1 {
  margin: 0;
  text-align: center;
  font-size: 2rem;
}
.subscribesec h2 {
  margin: 0;
  color: #d6d9b9;
  text-align: center;
  font-weight: 800;
  font-size: 5rem;
}
.subscribesec .wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  max-width: 700px;
  transform: translateY(-50%);
}

.boxaround .subscribesec .wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 24px;
  /*-webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);*/
  background: url('new_blurry_3.jpg');

  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
  background-color: #cccccc;
  content: '';
}

.subscribesec .enter {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 20px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  max-width: 350px;
  transform: translateY(-50%);
}
.button_enter {
  display: inline-block;
  padding: 2rem;
  width: 200px;
  border-radius: 10px;
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.85;
  cursor: pointer;
}
.button_enter:hover {
  background-color: #3b4764;
}

.boxaround .subscribesec .enter:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.subscribesec p {
  margin: auto;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 20px;
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.subscribesec form {
  position: relative;
  margin: auto;
  padding-right: auto;
  max-width: 600px;
}
.subscribesec form h3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  color: #38b74e;
  text-align: center;
  font-size: 35px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.subscribesec .finishedform input {
  visibility: hidden;
  opacity: 0;
}
.subscribesec .finishedform button {
  visibility: hidden;
  opacity: 0;
}
.subscribesec .finishedform h3 {
  visibility: visible;
  opacity: 1;
}
.subscribesec form input {
  padding: 15px;
  width: 100%;
  background: #f4f7dd;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: Courier New;
}
.subscribesec form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  background: #383838;
  color: #fff;
  font-size: 18px;
  font-family: Courier New;
}
.subscribesec form button:hover {
  opacity: 0.7;
}
@media (max-height: 600px) {
  .subscribesec .wrapper {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    margin-top: 20px;
    margin-bottom: 20px;
    transform: unset;
  }
}
@media (max-width: 570px) {
  .subscribesec h2 {
    font-size: 3.5rem;
  }
  .subscribesec form h3 {
    line-height: 120px;
  }
  .subscribesec form {
    padding-right: 0;
  }
  .subscribesec form input {
    text-align: center;
  }
  .subscribesec form button {
    position: relative;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

.sale__progress-box-progress,
.sale__progress-box-bar {
  height: 1rem;
}
.lastbarprogress {
  position: relative;
}
.lastbarprogress:after {
  position: absolute;
  top: -6px;
  right: 0;
  width: 4px;
  height: 20px;
  border-radius: 10px;
  background: #38b74e;
  content: '';
}
.sale table td {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.sale table td:last-child .sale__progress-box-progress,
.sale table td:last-child .sale__progress-box-bar {
  border-right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  color: #b973b8;
}

.swiper-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}

.img-responsive {
  max-width: 100%;
}

.img-responsive-team {
  max-width: 100%;
  border-radius: 10%;
}

.h-center {
  display: block;
  margin: 0 auto;
}

.slider {
  position: relative;
}

.btn {
  font-size: 18px;
}

.fizzy_button {
  position: relative;
  z-index: 0;
  width: 160px;
  height: 50px;
  border: 2px solid #8e60d2;
  border-radius: 30px;
  background-color: #fff;
  font-size: 18px;
  font-family: Hello Holiday;
  color: #505b86;
}

@media (min-width: 768px) {
  #lightbox {
    top: 50% !important;
    transform: translate(0, -50%) !important;
  }
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}
h4 {
  font-size: 2rem;
}
