.body {
  background-color: #fff;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pagewrapper {
  position: relative;
  overflow: hidden;
}

.hero-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-bg-forms.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#ebe4ff)), -webkit-gradient(linear, left top, left bottom, from(#a5b9ff), to(#a5b9ff));
  background-image: url('../images/hero-bg-forms.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0), #ebe4ff), linear-gradient(180deg, #a5b9ff, #a5b9ff);
  background-position: 50% 150%, 0px 0px, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  color: #fff;
}

.hero__text {
  font-family: Yesteryear, sans-serif;
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
}

.hero__logo {
  width: 250px;
  margin-bottom: 50px;
}

.hero__burukat {
  position: relative;
  z-index: 4;
  width: 600px;
  margin-right: -20px;
}

.hero__burukat-logo {
  margin-bottom: -70px;
}

.floating-sticker {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 1%;
  z-index: 6;
  width: 250px;
  height: 250px;
  margin-right: 595px;
}

.floating-sticker._2 {
  left: auto;
  top: 42%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 225px;
  height: auto;
  margin-right: 0px;
  margin-left: 516px;
}

.hero__kat {
  position: absolute;
  left: -150px;
  top: auto;
  right: auto;
  bottom: -4%;
  z-index: 3;
  width: 43%;
  min-width: 500px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.hero__kat._2 {
  left: auto;
  top: auto;
  right: -150px;
  bottom: -4%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.kats-tokens {
  position: relative;
  margin-top: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.s-about-burukatz {
  margin-top: -500px;
  padding-top: 650px;
  padding-bottom: 0px;
  background-color: #f9efff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.section.about-buruka-overview {
  background-color: #fff;
}

.section.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #363636;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.container.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.c-about-burukatz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.c-about-buruka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 75px;
  background-color: #f9efff;
}

.container.mint-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 75px;
  background-color: #f9efff;
  color: #000;
}

.video {
  z-index: 5;
  margin: -135px auto 60px;
}

.section-title {
  margin-top: 50px;
  font-family: Chicle, sans-serif;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 400;
}

.subtitle {
  margin-top: 0px;
  font-family: Yesteryear, sans-serif;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 400;
}

.subtitle.about-buruka {
  margin-bottom: 25px;
  line-height: 1;
}

.subtitle.mint-title {
  margin-bottom: 25px;
  line-height: 1;
}

.assembly-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.assembly-block {
  width: 30%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 45px 25px;
  border-radius: 75px;
  background-color: #fffbf4;
  background-image: none;
}

.assembly-img {
  width: 250px;
}

.assembly-title {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 32px;
}

.assembly-text {
  font-size: 18px;
  line-height: 1.4;
}

.price-text {
  margin-top: 15px;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffe5e5;
  background-image: linear-gradient(184deg, #dbeeff, #e3d4ff);
  font-size: 22px;
}

.marquee-horizontal {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.track-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-text {
  margin-right: 8vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-transform: uppercase;
}

.token-sample {
  width: 300px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50px;
}

.track-horizontal-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-sticker {
  position: absolute;
  left: auto;
  top: -25%;
  right: -2%;
  bottom: auto;
  z-index: 5;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: linear-gradient(166deg, #ffe344, #ff9f9f);
  font-size: 32px;
  text-decoration: none;
}

.button.about {
  font-size: 24px;
}

.button-text {
  margin-bottom: -5px;
  font-family: Chicle, sans-serif;
  color: #252525;
  line-height: 1.2;
  text-decoration: none;
}

.button-icon {
  width: 25px;
  height: 25px;
  margin-left: 12px;
}

.button-icon.small {
  width: 20px;
  height: 20px;
}

.big-katz {
  width: 50%;
  margin-left: 61px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.about-burukatz-p {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.4;
}

.left-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.buruka-ice-cream-truck {
  width: 50%;
  margin-right: 50px;
  margin-left: 0px;
}

.footer__logo {
  width: 200px;
  margin-bottom: 25px;
}

.floating-cta {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: linear-gradient(166deg, #ffe344, #ff9f9f);
  font-size: 24px;
  text-decoration: none;
}

.floating-cta.about {
  font-size: 24px;
}

.floating-cta-stuff {
  position: fixed;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.floating-cta-stuff.left {
  left: 15px;
  top: 15px;
  right: auto;
  bottom: auto;
  display: none;
}

.social-icon {
  width: 30px;
}

.floating-menu {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0deff), to(#e0deff));
  background-image: linear-gradient(180deg, #e0deff, #e0deff);
  font-size: 24px;
}

.floating-menu.about {
  font-size: 24px;
}

.burukatz-video {
  position: relative;
  z-index: 5;
  margin-top: -150px;
}

.burukatz-video.tablet {
  display: none;
}

.burukatz-video.mobile {
  display: none;
}

.burukatz-gif {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  border-radius: 40px;
}

.left-mint-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mint-p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.4;
}

.mint-address-bar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #d0d3ff;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.copy-paste-icon {
  margin-right: 10px;
}

.mint-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mint-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-bg-forms.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#ebe4ff)), -webkit-gradient(linear, left top, left bottom, from(#a5b9ff), to(#a5b9ff));
  background-image: url('../images/hero-bg-forms.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0), #ebe4ff), linear-gradient(180deg, #a5b9ff, #a5b9ff);
  background-position: 50% 150%, 0px 0px, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
  color: #fff;
}

.copy-confirmation {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -30px;
  display: none;
  font-size: 16px;
}

.html-embed {
  cursor: pointer;
}

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

.b-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.b-section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/boorukatz-bg-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.b-section.purple {
  background-color: #f8d7ff;
  background-image: url('../images/boorukatz-bg-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.b-section.bcatzwall {
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.b-section.dark-purple {
  background-color: #a949dd;
  background-image: url('../images/boorukatz-bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.b-section.merch {
  background-color: #a0d348;
  background-image: url('../images/boorukatz-bg-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #000;
}

.b-section.token {
  background-color: #a949dd;
  background-image: url('../images/boorukatz-bg-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #000;
}

.b-section.about {
  background-color: #c099ff;
  background-image: linear-gradient(297deg, #ddd2fe, #ffd3e6);
}

.b-section.b-buruka-footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8e00df;
}

.b-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-container.hero {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, 0.35) 35%, #000);
}

.b-container.buruka-footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.b-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.boo-body {
  background-color: #4b4b4b;
  font-family: 'Varela Round', sans-serif;
}

.b-logo {
  height: 35px;
}

.b-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-nav-link {
  margin-left: 10px;
  padding: 8px 10px;
  color: #fff;
  text-decoration: none;
}

.b-nav-link.cta {
  margin-left: 15px;
  padding: 12px 20px;
  border-radius: 100px;
  background-color: #fff;
  font-family: Chicle, sans-serif;
  color: #b853f1;
  font-size: 24px;
}

.herp-bcatz {
  width: 100%;
}

.hero-bcatz {
  width: 100%;
  max-width: 500%;
}

.b-hero-heading {
  margin-top: 5px;
  margin-bottom: 50px;
  font-family: Yesteryear, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 1;
  font-weight: 400;
}

.bcatz-logo-hero {
  width: 450px;
  margin-bottom: 10px;
}

.b-paragraph {
  max-width: 1000px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
}

.b-paragraph.disclamer {
  max-width: 800px;
  font-size: 14px;
}

.b-paragraph.b-exchange {
  color: #fff;
  text-decoration: none;
}

.b-paragraph.white {
  color: #fff;
}

.b-paragraph.margin {
  margin-top: 10px;
}

.b-heading {
  margin-top: 0px;
  font-family: Chicle, sans-serif;
  color: #000;
  font-size: 96px;
  line-height: 1;
  font-weight: 400;
}

.b-heading.small {
  max-width: 800px;
  margin-bottom: 15px;
  font-size: 52px;
}

.b-heading.exchange {
  max-width: 800px;
  margin-bottom: 15px;
  font-size: 52px;
}

.b-heading.white {
  color: #f1edff;
}

.b-heading.token {
  max-width: 1000px;
  margin-bottom: 20px;
  font-size: 72px;
}

.exchange-img {
  margin-top: 100px;
  margin-bottom: 100px;
}

.exchange-img.mobile {
  display: none;
}

.bcatz-wall {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  max-width: 1400px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.b-mint-img {
  width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.b-mint-img.secret-token {
  margin-bottom: 0px;
  border-radius: 0px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.b-mint-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-mint-block.token {
  margin-top: 75px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 0px;
}

.b-mint-button {
  width: 420px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 500px;
  background-color: #fff;
  font-family: Chicle, sans-serif;
  color: #cd75ff;
  font-size: 32px;
  font-weight: 400;
}

.b-mint-button.under-video {
  max-width: 300px;
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: #8e00df;
  color: #fff;
}

.b-mint-button.orange {
  color: #ff7b40;
}

.b-mint-button.notice {
  width: auto;
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #ff4a4d;
  color: #fff;
}

.b-mint-button.cta {
  width: auto;
  padding-right: 30px;
  padding-left: 30px;
  color: #b129ff;
}

.bcatz-merch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bcatz-merch-item {
  margin: 50px 0px;
}

.bcatz-merch-img {
  width: 500px;
}

.bcatz-merch-title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Chicle, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.bcatz-merch-button {
  border-radius: 1000px;
  background-color: #fff;
  color: #000;
}

.bcatz-video-container {
  width: 800px;
  max-width: 800px;
  margin-top: 75px;
}

.bcatz-buruka-footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bcatz-twitter-logo {
  width: 50px;
}

.bcatz-burukafooter-logo {
  width: 300px;
  margin-right: 15px;
}

.bcatz-burukafooter-text {
  font-family: Chicle, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
}

.bcatz-burukafooter-truck {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 35%;
  margin-bottom: 25px;
}

.fort-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-weight: 400;
}

.fort-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fort-footer-disclamer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: #000;
  color: hsla(0, 0%, 100%, 0.33);
}

.fort-footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-v3-logo.mobile {
  display: none;
}

.new-footer-socials {
  margin-top: 0px;
}

.new-nav-social-icon-2 {
  width: 25px;
  margin: 10px;
}

.b-footer-logo {
  margin-bottom: 50px;
}

.bcat-wall {
  width: 100%;
  max-width: 2000px;
}

.bcat-wall.ipad {
  display: none;
}

.bcat-wall.mobile {
  display: none;
}

.coming-soon-badge {
  position: absolute;
}

.coming-soon-badge.token {
  width: 230px;
  max-width: 100%;
  margin-top: 0px;
}

.text-block {
  color: hsla(0, 0%, 100%, 0.75);
}

.hero-button-1 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 30px;
  border-radius: 1000px;
  background-color: #cd75ff;
  font-family: Chicle, sans-serif;
  font-size: 32px;
}

.text-span {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .hero-banner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero__logo {
    margin-bottom: 20px;
  }

  .hero__burukat {
    z-index: 3;
    width: 550px;
    margin-right: -40px;
  }

  .floating-sticker {
    bottom: 31%;
    width: 200px;
    margin-right: 567px;
  }

  .floating-sticker._2 {
    top: 75%;
    width: 150px;
    margin-left: 335px;
  }

  .hero__kat {
    left: -10%;
    width: 350px;
    min-width: 0px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  .hero__kat._2 {
    right: -14%;
    bottom: -3%;
    z-index: 4;
    width: 400px;
    min-width: 0px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  .section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.kats-tokens {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.c-about-burukatz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.c-about-buruka {
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.mint-now {
    padding-top: 50px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .assembly-block {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .assembly-text {
    font-size: 16px;
  }

  .marquee-horizontal {
    height: 250px;
  }

  .token-sample {
    width: 250px;
  }

  .price-sticker {
    top: -30%;
    right: -5%;
  }

  .big-katz {
    width: 75%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }

  .buruka-ice-cream-truck {
    width: 75%;
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .burukatz-video.desktop {
    display: none;
  }

  .burukatz-video.tablet {
    display: block;
  }

  .burukatz-gif {
    width: 75%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .left-mint-content {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .mint-address-bar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mint-right {
    margin-bottom: 70px;
  }

  .mint-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .b-container {
    margin-right: 25px;
    margin-left: 25px;
  }

  .b-container.buruka-footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .b-container.purple {
    padding-bottom: 50px;
  }

  .b-nav-container {
    margin-right: 25px;
    margin-left: 25px;
  }

  .hero-bcatz {
    width: 150%;
  }

  .b-hero-heading {
    font-size: 60px;
  }

  .bcatz-logo-hero {
    width: 400px;
  }

  .b-mint-block {
    margin-top: 75px;
  }

  .bcatz-video-container {
    width: 100%;
    margin-top: 50px;
  }

  .bcatz-twitter-logo {
    width: 40px;
  }

  .bcatz-burukafooter-logo {
    width: 200px;
  }

  .bcatz-burukafooter-text {
    font-size: 30px;
  }

  .bcatz-burukafooter-truck {
    width: 45%;
  }

  .fort-footer-content {
    margin-right: 25px;
    margin-left: 25px;
  }

  .bcat-wall.desktop {
    display: none;
  }

  .bcat-wall.ipad {
    display: block;
  }

  .coming-soon-badge.token {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero__text {
    font-size: 48px;
  }

  .hero__logo {
    margin-bottom: 25px;
  }

  .hero__burukat {
    width: 500px;
  }

  .hero__burukat-logo {
    margin-bottom: -45px;
  }

  .hero__kat._2 {
    width: 310px;
  }

  .section.s-about-burukatz {
    border-radius: 75px;
  }

  .assembly-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .assembly-block {
    width: auto;
    margin-bottom: 30px;
  }

  .footer__logo {
    margin-bottom: 25px;
  }

  .burukatz-video.tablet {
    display: none;
  }

  .burukatz-video.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mint-p {
    font-size: 16px;
  }

  .mint-section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .b-container.hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-container.buruka-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-nav-container {
    margin-right: 15px;
    margin-left: 15px;
  }

  .b-nav-link {
    display: none;
  }

  .b-nav-link.cta {
    display: block;
  }

  .b-hero-heading {
    font-size: 34px;
  }

  .bcatz-logo-hero {
    width: 290px;
  }

  .b-paragraph {
    font-size: 18px;
  }

  .b-heading {
    font-size: 52px;
  }

  .b-heading.exchange {
    font-size: 32px;
    line-height: 1.2;
  }

  .b-heading.token {
    font-size: 42px;
  }

  .exchange-img.desktop {
    display: none;
  }

  .exchange-img.mobile {
    display: block;
    width: 50%;
  }

  .b-mint-img {
    width: 100%;
  }

  .b-mint-block {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .b-mint-button.notice {
    font-size: 23px;
    line-height: 1.2;
  }

  .bcatz-merch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bcatz-buruka-footer-brand {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bcatz-burukafooter-truck {
    position: relative;
    width: 75%;
    margin-top: -100px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .fort-footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fort-footer-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bcat-wall.ipad {
    display: none;
  }

  .bcat-wall.mobile {
    display: block;
  }

  .coming-soon-badge.token {
    width: 200px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero-banner {
    height: 800px;
    min-height: auto;
    padding-top: 75px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero__text {
    font-size: 9vw;
  }

  .hero__logo {
    width: 200px;
    margin-bottom: 30px;
  }

  .hero__burukat {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    width: 380px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 30px;
  }

  .hero__burukat-logo {
    margin-bottom: -30px;
  }

  .floating-sticker {
    top: auto;
    right: -10px;
    bottom: 43%;
    width: 150px;
    height: auto;
    margin-top: 264px;
    margin-right: 0px;
  }

  .floating-sticker._2 {
    left: 8%;
    top: auto;
    bottom: 3%;
    z-index: 15;
    width: 120px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .hero__kat {
    left: -65px;
    bottom: -1%;
    width: 200px;
  }

  .hero__kat._2 {
    right: -43px;
    bottom: -1%;
    width: 190px;
  }

  .hero__title {
    position: relative;
    z-index: 10;
  }

  .section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.about-buruka-overview {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.c-about-buruka {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 50px;
  }

  .container.mint-now {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 25px;
  }

  .video {
    width: 100%;
  }

  .section-title {
    font-size: 52px;
  }

  .subtitle {
    font-size: 46px;
    line-height: 1;
  }

  .assembly-block {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 50px;
  }

  .assembly-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .price-text {
    border-radius: 16px;
    line-height: 1.4;
  }

  .marquee-horizontal {
    height: 175px;
  }

  .token-sample {
    width: 175px;
    border-radius: 35px;
  }

  .price-sticker {
    right: -8%;
    width: 200px;
  }

  .big-katz {
    width: 100%;
    margin-top: 50px;
  }

  .about-burukatz-p {
    font-size: 18px;
  }

  .buruka-ice-cream-truck {
    width: 100%;
  }

  .footer__logo {
    width: 200px;
    margin-bottom: 30px;
  }

  .floating-cta {
    height: 40px;
    padding: 10px 15px;
    border-radius: 12px;
    font-size: 18px;
  }

  .floating-cta.social {
    padding-right: 10px;
    padding-left: 10px;
  }

  .floating-cta-stuff {
    top: 5px;
    right: 5px;
  }

  .floating-cta-stuff.left {
    left: 5px;
    top: 5px;
  }

  .social-icon {
    width: 25px;
  }

  .floating-menu {
    height: 40px;
    padding: 10px 15px;
    border-radius: 12px;
    font-size: 18px;
  }

  .burukatz-video.mobile {
    margin-top: -115px;
  }

  .burukatz-gif {
    width: 100%;
    border-radius: 25px;
  }

  .left-mint-content {
    width: 100%;
  }

  .mint-p {
    font-size: 16px;
  }

  .mint-address-bar-2 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }

  .mint-section {
    height: auto;
    min-height: auto;
    padding-top: 75px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-section.bcatzwall {
    padding: 15px;
  }

  .b-container {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .b-container.hero {
    padding-top: 100px;
  }

  .b-nav-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-logo {
    height: 25px;
  }

  .b-nav-link.cta {
    margin-left: 10px;
    padding: 8px 14px;
    font-size: 18px;
  }

  .hero-bcatz {
    width: 200%;
  }

  .b-hero-heading {
    margin-bottom: 100px;
    font-size: 28px;
  }

  .bcatz-logo-hero {
    width: 250px;
  }

  .b-heading.white {
    line-height: 1.1;
  }

  .b-heading.token {
    font-size: 36px;
    line-height: 1.2;
  }

  .exchange-img.mobile {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .b-mint-button {
    width: 100%;
    font-size: 28px;
  }

  .b-mint-button.under-video {
    margin-bottom: 50px;
  }

  .b-mint-button.notice {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bcatz-merch-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .bcatz-twitter-logo {
    width: 35px;
  }

  .bcatz-burukafooter-logo {
    width: 150px;
  }

  .bcatz-burukafooter-text {
    font-size: 24px;
  }

  .fort-footer {
    padding-top: 65px;
  }

  .footer-v3-logo {
    width: 50%;
    margin-bottom: 15px;
  }

  .footer-v3-logo.desktop {
    display: none;
  }

  .footer-v3-logo.mobile {
    display: block;
    width: auto;
  }

  .new-footer-socials {
    margin-top: 40px;
  }

  .coming-soon-badge.token {
    width: 150px;
    margin-top: 0px;
  }
}

