body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  min-height: 100%;
  overflow-x: hidden;
}
body::before {
  content: "";
  background: rgba(34, 34, 34, 0.4);
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  min-height: 100%;
}
.fixed {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(https://kok-market.com/img/bg.jpg);
  opacity: 1;
  z-index: -1;
}
a {
  color: #f5fffa;
  text-decoration: none;
}
a:hover {
  color: #c1c1c1;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
}
#header {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
#header .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}
#header .languages .now ul a {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
#header .languages ul a {
  color: #fff;
}
#header .languages ul a:hover {
  color: #262626;
}
#header .languages ul li + li {
  padding-left: 10px;
}
#header .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "|";
}
.background {
  opacity: 0.45;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.now {
  color: #7ac1ff;
  pointer-events: none;
  cursor: default;
}
.logo {
  padding-top: 10px;
  margin: 0;
  padding: 0;
  line-height: 1;
  transition: 0.2s;
}
.logo:hover {
  transition: opacity 0.5s ease;
  transform: scale(0.9);
  -webkit-filter: opacity(50%);
}
#main {
  position: relative;
}
#main h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-shadow: 0 0 10px #ff006c, 0 0 20px #ff006c, 0 0 30px #ff006c, 0 0 40px #ff417d, 0 0 70px #ff417d, 0 0 80px #ff417d, 0 0 100px #ff417d, 0 0 150px #ff417d;
}
.glowing {
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 5px #fff, 0 0 25px #49ff18, 0 0 50px #49ff18;
}
#main h2 {
  color: #eee;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 32px;
}
#banner {
  margin-top: 10px;
}
#wallet {
  margin-top: 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
#bonus {
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
#roadmap {
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
.about {
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0.2);
}
@counter-style pin {
  system: cyclic;
  symbols: "\1F4CC";
  suffix: " ";
}
.about ul {
  list-style-type: pin;
}
.title {
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 16px;
  text-shadow: 0 0 10px #000, 0 0 15px #fff, 0 0 30px #ff00e7, 0 0 75px #ff00e7;
}
.title-n {
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 16px;
}
.description {
  font-size: 25px;
  line-height: 1.5rem;
  margin-bottom: 16px;
}
.icon {
  border-color: #fff;
  box-shadow: 0 0 15px #fff;
  background-color: #fff;
  border: 3px solid;
  border-radius: 50%;
  padding: 0.313em;
  flex-shrink: 0;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
  transition: 0.3s;
  text-align: center;
  color: #fff;
}
.icon-bg-1 {
  background: linear-gradient(to bottom, #fffde4, #005aa7 70%);
}
.icon-bg-2 {
  background: linear-gradient(to right, #cc8383, #efff6e 70%);
}
.icon-bg-3 {
  background: linear-gradient(45deg, rgba(146, 69, 255, 1) 0, rgba(255, 115, 176, 1) 70%);
}
.icon-bg-4 {
  background: linear-gradient(to right, #74ebd5, #acb6e5 70%);
}
.prod {
  width: 120vh;
  margin: auto;
  transition: 0.3s;
}
.prod:hover {
  filter: drop-shadow(1px 0 2px #fff) drop-shadow(0 1px 2px #fff) drop-shadow(-1px 0 2px #fff) drop-shadow(0 -1px 2px #fff);
}
.digits {
  font-family: "Open Sans", sans-serif;
}
.list-inline {
  padding-left: revert;
}
.wrapitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s;
  width: 90%;
  -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;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}
.wrapitem:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapitem:hover .icon {
  box-shadow: 0 0 15px #000;
}
.wrapbonus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 10px 0;
  -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;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapbonus h4 {
  font-weight: 600;
}
.wraphelp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding: 30px 20px 0 20px;
  -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;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.wraphelp .yes {
  font-weight: 700;
  font-size: 1.75rem;
}
@counter-style alert {
  system: cyclic;
  symbols: "\2705";
  suffix: " ";
}
.wraphelp ul {
  list-style-type: alert;
}
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 80px;
  -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;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper .step {
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
}
.wrapper .sub {
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .wrapper {
    margin-top: 0;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 479px) {
  .wrapper {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.token-allocation-box {
  text-align: center;
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.39);
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  margin: 0 0 50px;
  border-radius: 18px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
.token-allocation-box h3 {
  font-size: 2rem;
  margin-bottom: 25px;
}
.token-sale-left {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 30px;
}
.token-sale-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 30px;
  text-align: left;
}
.sale-list:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.token-allocation-box .sale-list {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 15px 0;
  padding: 0 10px;
}
.token-allocation-box .sale-list h4 {
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.token-allocation-box .sale-list .price-tag {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.8;
}
.token-allocation-box .sale-list .price-tag span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #7ee9ff;
  display: block;
}
.livefeed-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.livefeed-list li {
  display: block;
}
.livefeed-list li span {
  color: #e03a66;
  font-weight: 700;
}
.livefeed-list span a {
  color: #ac1de1;
  background-color: #fff;
}
.livefeed-list span a:hover {
  color: #fff;
  background-color: #ac1de1;
}
.blink_me {
  color: #db7aff !important;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink_me:hover {
  color: #ac1de1 !important;
  background-color: #fff;
  animation: blinker 1s ease-out infinite;
}
.top-container {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1401px) {
  .top-container {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .top-container {
    max-width: 450px;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .top-container {
    max-width: 200px;
    top: 35px;
    right: -15px;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
  max-width: 1200px;
  color: #fff;
}
.banner-content .banner-title {
  font-size: 9rem;
  line-height: 120px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 20px #fd0000, 0 0 30px #fff, 0 0 40px #ffeb3b, 0 0 45px #ffeb3b, 0 0 50px #ffeb3b;
}
.banner-content .banner-subtitle {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 500;
  margin-bottom: 19px;
  text-shadow: 0 0 5px #000, 0 0 10px #fff, 0 0 10px #fff, 0 0 25px #009688, 0 0 35px #009688, 0 0 75px #009688;
}
.banner-content .banner-details {
  display: flex;
  align-items: center;
}
.banner-content .banner-description {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 4px;
}
.banner-content .banner-period {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}
.banner-content .banner-btn {
  font-size: 20px;
  line-height: 23px;
  padding: 12px 24px;
  margin-right: 20px;
}
.lucky-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1200px;
  padding: 20px 40px 0 40px;
  text-align: center;
}
.lucky {
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  line-height: 23px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.lucky:hover {
  color: #fabf45;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.timeline {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.timeline-list,
.timeline-list li {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.timeline:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
}
.timeline.timeline-border:before {
  width: 2px;
}
.timeline-border:before {
  background: linear-gradient(180deg, rgba(255, 115, 176, 1) 0, rgba(118, 181, 255, 1) 64%, rgba(0, 245, 255, 1) 77%, rgba(255, 255, 255, 1) 91%);
}
.timeline .timeline-item {
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  width: 50%;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.timeline .timeline-row.timeline-style .timeline-contentcontainer .timeline-content {
  background-color: rgba(11, 17, 72, 0.8);
}
.timeline .timeline-row.timeline-style:nth-child(odd) .timeline-item .timeline-contentcontainer .timeline-content:before {
  margin-top: -10px;
  right: 100%;
  border-right: 10px solid rgba(255, 255, 255, 0.8);
}
.timeline .timeline-row.timeline-style:nth-child(even) .timeline-item .timeline-contentcontainer .timeline-content:after {
  margin-top: -10px;
  left: 100%;
  border-left: 10px solid rgba(255, 255, 255, 0.8);
}
.timeline .timeline-item .timeline-contentcontainer,
.timeline .timeline-item .timeline-contentcontainer .timeline-content {
  position: relative;
  line-height: 1.5;
}
.timeline .timeline-item .timeline-contentcontainer .timeline-content:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.timeline .timeline-item .timeline-contentcontainer .timeline-content:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.timeline .timeline-item .timeline-contentcontainer .timeline-content {
  display: inline-block;
  background-color: #525abb;
  padding: 15px;
}
.timeline.timeline-round .timeline-item .timeline-contentcontainer .timeline-content {
  border-radius: 8px;
}
.timeline .timeline-item .timeline-contentcontainer .timeline-content {
  color: #fff;
}
.timeline .timeline-item .timeline-label {
  color: #fff;
  white-space: nowrap;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
.timeline .timeline-row:nth-child(odd) .timeline-item {
  clear: left;
  float: right;
  text-align: left;
  padding-left: 20px;
}
.timeline .timeline-row:nth-child(odd) .timeline-item .timeline-contentcontainer .timeline-content {
  margin-left: 15px;
}
.timeline .timeline-row:nth-child(odd) .timeline-item .timeline-contentcontainer .timeline-content:before {
  right: 100%;
}
.timeline .timeline-row:nth-child(odd) .timeline-item .timeline-label {
  right: 100%;
  margin-right: 30px;
  text-align: right;
}
.timeline .timeline-row:nth-child(even) .timeline-item {
  clear: right;
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 20px;
}
.timeline .timeline-row:nth-child(even) .timeline-item .timeline-contentcontainer .timeline-content {
  margin-right: 15px;
}
.timeline .timeline-row:nth-child(even) .timeline-item .timeline-contentcontainer .timeline-content:after {
  left: 100%;
  border-left: 10px solid #525abb;
}
.timeline .timeline-row:nth-child(even) .timeline-item .timeline-label {
  left: 100%;
  margin-left: 30px;
  text-align: left;
}
.timeline .timeline-text {
  line-height: 150%;
  margin: 4px 0 0 0;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .timeline:before {
    left: 30px;
    margin-left: 0;
  }
  .timeline .timeline-row {
    padding-left: 30px;
  }
  .timeline .timeline-row:nth-child(even) .timeline-item,
  .timeline .timeline-row:nth-child(odd) .timeline-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 15px;
  }
  .timeline .timeline-row:nth-child(even) .timeline-item {
    float: right;
    text-align: left;
  }
  .timeline .timeline-row:nth-child(even) .timeline-item .timeline-contentcontainer {
    margin-left: 0;
    margin-right: 0;
  }
  .timeline .timeline-row .timeline-item .timeline-contentcontainer .timeline-content {
    margin-bottom: 5px;
  }
  .timeline .timeline-row:nth-child(even) .timeline-item .timeline-contentcontainer .timeline-content {
    margin-right: 0;
    margin-left: 15px;
  }
  .timeline .timeline-row:nth-child(even) .timeline-item .timeline-contentcontainer .timeline-content:before {
    right: 100%;
    left: auto;
    border-right: 12px solid #e5e5e5;
    border-left: none;
  }
  .timeline .timeline-row.timeline-style:nth-child(even) .timeline-item .timeline-contentcontainer .timeline-content:before {
    right: 100%;
    left: auto;
    border-right: 12px solid rgba(255, 255, 255, 0.8);
    border-left: none;
  }
  .timeline .timeline-row:nth-child(even) .timeline-item .timeline-contentcontainer .timeline-content:after {
    right: 100%;
    left: auto;
    border-left: none !important;
  }
  .timeline .timeline-row:nth-child(even) .timeline-item .timeline-label,
  .timeline .timeline-row:nth-child(odd) .timeline-item .timeline-label {
    position: static;
    text-align: left;
    margin-top: 5px;
    margin-left: 15px;
  }
}
.store {
  display: inline-block;
  margin: 10px;
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 -1px 0 #fff);
}
.store:hover {
  filter: drop-shadow(1px 0 0 #474747) drop-shadow(0 1px 0 #474747) drop-shadow(-1px 0 0 #474747) drop-shadow(0 -1px 0 #474747);
}
.bonus {
  border: 2px solid #ddd;
  padding: 20px 25px 46px;
  max-width: 200px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #7069ff;
  border-radius: 25px;
  transition: all 0.3s;
  background-size: 200% auto;
  box-shadow: rgb(0 0 0 / 75%) 0 0 35px;
}
.bonus:hover {
  background-position: right center;
  border: 2px solid #fff;
  box-shadow: rgb(255 255 255 / 75%) 0 0 35px;
}
.bonus.one {
  background-image: -webkit-linear-gradient(to right, #19547b 0, #3c1053 51%, #19547b 100%);
  background-image: linear-gradient(to right, #19547b 0, #3c1053 51%, #19547b 100%);
}
.bonus.two {
  background-image: -webkit-linear-gradient(to right, #281974 0, #b765ff 51%, #281974 100%);
  background-image: linear-gradient(to right, #281974 0, #b765ff 51%, #281974 100%);
}
.bonus.three {
  background-image: -webkit-linear-gradient(to right, #596a86 0, #c2e9fb 51%, #596a86 100%);
  background-image: linear-gradient(to right, #596a86 0, #c2e9fb 51%, #596a86 100%);
}
.bonus span {
  display: block;
}
.bonus-title {
  display: inline-block !important;
  line-height: 18px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 20px;
  background: rgba(38, 38, 38, 0.7);
  border-radius: 15px;
  font-weight: 500;
}
.bonus-stake {
  font-weight: 700 !important;
  font-size: 4em;
  line-height: 1;
  padding: 22px 0 7px;
  text-shadow: 0 0 10px #262626;
}
.bonus-text {
  display: inline-block !important;
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  background: rgba(38, 38, 38, 0.3);
  color: rgba(255, 255, 255, 0.9);
  padding: 6px 20px;
  border-radius: 15px;
  text-transform: uppercase;
}
.chart {
  width: 100%;
  height: 100%;
  margin: 0 auto 20px;
  max-width: 488px;
  max-height: 488px;
  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;
}
.chart__wrap {
  width: 315px;
  height: 315px;
  position: relative;
}
.legend {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.legend ul {
  list-style-type: none;
}
.legend li {
  margin-bottom: 15px;
  list-style-type: none;
}
.legend li:last-child {
  margin-bottom: 0;
}
.legend span {
  height: 16px;
  display: inline-block;
  background-image: linear-gradient(to right, #f10 0, #610902 100%);
  border-radius: 3px;
  margin-right: 20px;
}
.chartjs-size-monitor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}
#myChart {
  display: block;
  height: 315px;
  width: 315px;
}
.partner {
  margin: 3vh;
  padding: 1rem;
  height: 15vh;
  min-width: 35vh;
  max-width: 35vh;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border: 0.3rem rgba(170, 50, 220, 0.6);
  border-radius: 8px;
}
.partner img {
  max-width: auto;
  max-height: auto;
}
.partner:hover {
  transition: 0.2s;
  transform: scale(1.25);
}
#roadmap {
  text-align: center;
  margin-top: 20px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}

section {
  color: #fff;
  padding-top: 10px;
}
button {
  float: right;
  font-size: 18px;
  padding: 8px 30px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #000;
  border: 0;
  letter-spacing: 1px;
}
.pulse {
  display: block;
  border-radius: 150%;
  background: #cca92c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
}
.pulse-sale {
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(238, 238, 238, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 238, 238, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.4);
    box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(238, 238, 238, 0);
    box-shadow: 0 0 0 10px rgba(238, 238, 238, 0);
  }
  85% {
    -moz-box-shadow: 0 0 0 0 rgba(238, 238, 238, 0);
    box-shadow: 0 0 0 0 rgba(238, 238, 238, 0);
  }
}
.btn-dps {
  color: #262626;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  margin: 10px;
  text-align: center;
  padding: 14px 32px;
  border: 2px solid #fff;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  background-image: linear-gradient(to right, #a8edea 10%, #fed6e3 51%, #9890e3 100%);
  background-size: 200% auto;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px #eee;
  -webkit-animation-delay: 0.8s;
}
.btn-dps:hover {
  color: #4c4c4c;
  background-position: right center;
}
.btn-tg {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  margin: 10px;
  text-align: center;
  padding: 14px 32px;
  border: 2px solid #fff;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  background-image: linear-gradient(to right, #1f1e5c 10%, #35ade1 51%, #fff 100%);
  background-size: 200% auto;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px #eee;
  -webkit-animation-delay: 0.8s;
}
.btn-tg:hover {
  color: #4c4c4c;
  background-position: right center;
}
.btn-how {
  color: #262626;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  margin: 10px;
  text-align: center;
  padding: 14px 32px;
  border: 2px solid #fff;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  background-image: linear-gradient(to right, #fbff00 10%, #31c8b9 51%, #ffb3b3 100%);
  background-size: 200% auto;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px #eee;
  -webkit-animation-delay: 0.8s;
}
.btn-how:hover {
  color: #4c4c4c;
  background-position: right center;
}
.btn-buy {
  font-weight: 700;
  display: inline-block;
  border-radius: 14px;
  transition: 0.3s;
  background: #e03a66;
  border: 2px solid #fff;
  margin-top: 1vh;
}
.btn-buy img {
  max-width: 50vh;
  padding: 4px;
  margin: 4px;
}
.btn-buy:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-support {
  font-weight: 700;
  color: #262626;
  display: inline-block;
  border-radius: 14px;
  transition: 0.5s;
  background: rgba(255, 250, 250, 0.7);
  border: 2px solid #fff;
  margin-top: 1vh;
}
.btn-support img {
  position: relative;
  max-width: 50vh;
  padding: 4px;
  margin: 4px;
}
.btn-support:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.scale {
  display: inline-block;
  overflow: hidden;
}
.scale img {
  max-width: 600px;
  transition: 0.2s;
  display: block;
}
.scale img:hover {
  transform: scale(1.12);
}
.app img {
  transition: 0.3s;
  max-width: 50vh;
}
.app:hover img {
  filter: drop-shadow(1px 0 2px #fff) drop-shadow(0 1px 2px #fff) drop-shadow(-1px 0 2px #fff) drop-shadow(0 -1px 2px #fff);
}
#footer {
  background: linear-gradient(90deg, rgba(77, 84, 255, 0.3), rgba(208, 63, 144, 0.3) 64%, rgba(255, 56, 104, 0.3));
  padding: 5px 0;
  color: #fff;
  font-size: 16px;
  position: relative;
}
#footer .home:hover {
  color: #fff;
  background-color: #de00ff;
}