@font-face {
  font-family: "ClimateCrisis";
  src: url("../fonts/climatecrisis.ttf") format("truetype");
}

body {
  font-size: 14px;
  color: #fff;
  margin: 0;
  background: #000;
}

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

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.flex {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.flex .auto {
  flex: 1;
}

.flex-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn {
  display: inline-block;
  color: #fff;
  background: linear-gradient(180deg, #6d6d72, #9fb8bb);
  border-radius: 10px;
  font-size: 24px;
  line-height: 36px;
  padding: 2px;
  overflow: hidden;
}

.btn .inner {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  background: linear-gradient(180deg, #34363d, #21242a, #434750);
  overflow: hidden;
}

.btn span,
.btn img {
  vertical-align: middle;
}

.btn span+img {
  margin-left: 20px;
}

header {
  padding: 27px 0;
  border-bottom: #4f4f4f 1px solid;
}

header .logo h1 {
  margin: 0;
  display: inline-block;
}

header .nav a {
  line-height: 20px;
  padding: 6px 10px;
  display: inline-block;
  vertical-align: middle;
}

header .nav .btn {
  margin-left: 20px;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(130deg, #f75769, #c840ea, #4c82f8);
}

header .nav .btn .inner {
  font-size: 14px;
  padding: 6px 20px;
  border-radius: 8px;
}

.banner {
  padding: 180px 0;
  text-align: center;
}

.banner .title {
  font-family: 'ClimateCrisis';
  font-size: 48px;
}

.banner .entries {
  margin-top: 100px;
  display: inline-flex;
  gap: 40px;
  align-items: center;
}

.banner .entries .btn.colorful {
  flex: 1;
  padding: 4px;
  background: linear-gradient(180deg, #f75769, #c840ea, #4c82f8);
}

.color-title {
  text-align: center;
  margin-bottom: 120px;
}

.color-title span.title,
.color-title h3 {
  margin: 0;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.featured .dark {
  background: #151515;
  padding: 60px 0;
}

.featured .list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
}

.featured .list .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.featured .list .grid .item {
  border-radius: 20px;
  overflow: hidden;
  background: #3b3b3b;
  border: #3b3b3b 2px solid;
}

.featured .list .grid .item img {
  width: 100%;
  height: 324px;
}

.featured .list .grid .item .bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 20px 20px 20px;
  background: #2a2a2a;
}

.featured .list .grid .item .bottom .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.featured .list .grid .item .bottom .price {
  font-size: 20px;
  font-weight: 600;
}

.featured .list .grid .item .bottom .buy,
.featured .list .grid .item .bottom .check {
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  background: #232323;
}

.featured .list .grid .item .bottom .buy {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
}

.featured .list .grid .item .bottom .check {
  border: #353535 1px solid;
}

.featured .view-all {
  text-align: center;
}

.testimonials {
  padding: 200px 0;
}

.testimonials .grid {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  column-count: 3;
  column-gap: 20px;
}

.testimonials .grid .item {
  break-inside: avoid;
  border-radius: 20px;
  padding: 16px 16px 25px 16px;
  background: #1f1f1f;
}

.testimonials .grid .item+.item {
  margin-top: 20px;
}

.testimonials .grid .item .user {
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.testimonials .grid .item .avatar {
  border-radius: 2em;
  width: 50px;
  height: 50px;
}

.testimonials .grid .item .name {
  font-size: 16px;
}

.testimonials .grid .item .about {
  font-size: 13px;
  color: #e4e3db;
  margin-top: 4px;
}

.testimonials .grid .item .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 22px;
}

.faq {
  padding-bottom: 100px;
}

.faq .color-title {
  margin-bottom: 60px;
}

.faq .list {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq .list .item {
  background: #1f1f1f;
  border: #313131 1px solid;
  border-radius: 8px;
  padding: 20px;
  gap: 24px;
  overflow: hidden;
}

.faq .list .item img {
  width: 20px;
  height: 20px;
  margin: 5px 0;
  transition: transform 0.3s;
}

.faq .list .item .question {
  color: #e4e3db;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
}

.faq .list .item .answer {
  margin-top: 8px;
  line-height: 24px;
  height: 0;
  overflow: hidden;
}

.faq .list .item.active img {
  transform: rotate(-45deg);
}

.faq .list .item.active .answer {
  height: auto;
}

.help {
  padding: 100px 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(27, 28, 24, 0) 100%);
}

.help .need {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.help .join {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #e4e3db;
  margin-top: 10px;
  margin-bottom: 54px;
}

.help .discord {
  display: inline-block;
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  padding: 10px 24px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

footer {
  padding: 54px 0;
}

footer .container {
  text-align: center;
  color: rgba(228, 227, 219, 0.5);
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 30px;
}

footer .container img+img {
  margin-left: 16px;
}

.breadcrumbs {
  padding: 20px 0;
}

.breadcrumbs .container {
  font-size: 14px;
  color: rgba(228, 227, 219, 0.5);
}

.special-offer {
  font-size: 16px;
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 10px 20px;
  line-height: 1.5;
}

.special-offer span {
  font-size: 20px;
  font-weight: bold;
  color: #f00;
}

.special-offer a {
  color: #fff;
}

.products {
  padding: 60px 0;
}

.products .color-title {
  margin-bottom: 40px;
}

.products .color-title span.title {
  font-size: 96px;
}

.products .search {
  text-align: center;
  margin-bottom: 100px;
}

.products .search .search-field {
  display: inline-flex;
  border-radius: 35px;
  border: #c2c2bc 1px solid;
  padding: 10px 25px;
  align-items: center;
}

.products .search .search-field input {
  outline: none;
  border: none;
  background: none;
  color: #e4e3db;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  width: 90px;
  padding: 0;
  transition: width 0.2s;
}

.products .search .search-field input:focus {
  width: 300px;
}

.products .tab {
  text-align: center;
  margin-bottom: 40px;
}

.products .tab a {
  display: inline-block;
  padding: 8px 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  border: rgba(69, 72, 61, 0.6) 1px solid;
  border-radius: 40px;
  cursor: pointer;
}

.products .tab a.active {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
}

.products .tab a+a {
  margin-left: 10px;
}

.products .tab a h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

.products .tag {
  margin-bottom: 70px;
}

.products .tag .title {
  font-size: 16px;
  color: rgba(228, 227, 219, 0.4);
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
}

.products .tag .title a {
  color: #ca53c2;
}

.products .tag .content {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
}

.products .tag .content a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.products .tag .content a.active {
  color: #f5566f;
}

.products .tag .content .more-tag {
  display: none;
}

.products .tag .content .more-tag.show {
  display: block;
}

.products .list {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.products .list .item {
  width: 320px;
  border-radius: 20px;
  overflow: hidden;
  border: #3b3b3b 2px solid;
  position: relative;
  background: #2a2a2a;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.products .list .item .best {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  padding: 8px 15px;
  color: #fff;
  border-radius: 30px;
}

.products .list .item .thumbnail {
  width: 320px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3b3b3b;
}

.products .list .item img {
  max-width: 100%;
  max-height: 100%;
}

.products .list .item .bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 20px 20px 20px;
}

.products .list .item .bottom .name {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.products .list .item .bottom .price {
  font-size: 20px;
  font-weight: 600;
}

.products .list .item .bottom .buy,
.products .list .item .bottom .check,
.products .list .item .bottom .join-btn {
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  background: #232323;
}

.products .list .item .bottom .buy {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
}

.products .list .item .bottom .check,
.products .list .item .bottom .join-btn {
  border: #353535 1px solid;
}

.products .pagination {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.products .pagination .item {
  border: #2b2b2b 1px solid;
  padding: 0 15px;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
}

.products .pagination a.item:hover {
  background: #222;
}

.products .detail {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 0;
  border-top: #3e3e3e 1px solid;
  display: flex;
  gap: 100px;
  align-items: center;
}

.products .detail .detail-img {
  width: 600px;
  height: 600px;
  position: relative;
  background: #5e5e5e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.products .detail .detail-img img {
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.products .detail .detail-img .btn {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: 30px;
  background: url("../images/prev.png") center no-repeat;
}

.products .detail .detail-img .btn.next {
  left: auto;
  right: 30px;
  background-image: url("../images/next.png");
}

.products .detail .detail-info {
  flex: 1;
}

.products .detail .detail-info .best {
  display: inline-block;
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  padding: 8px 15px;
  color: #fff;
  border-radius: 30px;
}

.products .detail .detail-info .price {
  font-size: 64px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 25px;
  margin-bottom: 36px;
}

.products .detail .detail-info .name {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 36px;
}

.products .detail .detail-info .btn {
  display: block;
  padding: 30px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 600px;
  border-radius: 10px;
  background: #414141;
}

.products .detail .detail-info .btn+.btn {
  margin-top: 40px;
}

.products .detail .detail-info .btn.buy {
  background: #f85867;
}

.products .extension {
  padding: 60px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background: rgba(46, 46, 46, 0.3);
  border-radius: 10px;
  margin-bottom: 40px;
}

.products .extension .text {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.products .link {
  display: inline-block;
  background: #f85867;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.products .link img {
  width: 20px;
  height: 20px;
}

.products .sub-title {
  font-size: 40px;
  margin-bottom: 40px;
}

.products .grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.products .quality-check {
  margin-bottom: 120px;
}

.products .quality-check img {
  height: 200px;
}

.products .related .item {
  border-radius: 20px;
  overflow: hidden;
  background: #2a2a2a;
  border: #3b3b3b 2px solid;
  position: relative;
  display: flex;
  flex-direction: column;
}

.products .related .item .thumbnail {
  width: 212px;
  height: 212px;
  background: #3b3b3b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.products .related .item img {
  max-width: 100%;
  max-height: 100%;
}

.products .related .item .bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 20px 20px 20px;
}

.products .related .item .bottom .name {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.products .related .item .bottom .name a {
  word-break: break-all;
}

.products .related .item .bottom .price {
  font-size: 20px;
  font-weight: 600;
}

.products .related .item .bottom .buy,
.products .related .item .bottom .check {
  font-size: 13px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  background: #232323;
}

.products .related .item .bottom .buy {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
}

.products .related .see-more {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  background: none;
  border: none;
}

.products .related .see-more img {
  width: 86px;
  height: 86px;
}

.how-to {
  padding-top: 100px;
  padding-bottom: 56px;
  text-align: center;
}

.how-to .title {
  color: #e4e3db;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.how-to .links {
  margin: 40px 0;
}

.how-to .links a {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 2em;
  color: #fff;
  font-size: 18px;
  background: rgba(197, 200, 185, 0.08);
}

.how-to .links a.colorful {
  background: linear-gradient(90deg, #f85867 0%, #d13ce9 50.5%, #4b83f8 100%);
  margin-right: 15px;
}

.about-us {
  background: #000;
  padding: 60px 0;
}

.about-us .title {
  color: #e4e3db;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.about-us .content {
  width: 800px;
  margin: 50px auto;
  line-height: 1.5em;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-to-list {
  background: #2b2b2b;
  padding-top: 56px;
  padding-bottom: 100px;
}

.how-to-list .title {
  color: #e4e3db;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.how-to-list .item {
  margin-top: 96px;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  gap: 80px;
}

.how-to-list .item .step .tag {
  width: 160px;
  display: inline-block;
  padding: 4px 16px;
  background: #e4e3db;
  border-radius: 6px;
  margin-bottom: 10px;
  color: #000;
}

.how-to-list .item .auto {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.how-to-list .item .auto img {
  max-width: 100%;
}

.how-to-list .item .sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.how-to-list .item .text {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #e4e3db;
}

.purchase {
  padding: 100px 0;
  text-align: center;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mask .dialog {
  background: #000;
  border: #666 1px solid;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100vw;
  max-height: 100vh;
}

.mask .dialog .title {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #333;
}

.mask .dialog .title .auto {
  flex: 1;
  font-size: 16px;
  line-height: 30px;
}

.mask .dialog .title .close {
  width: 16px;
  height: 16px;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
}

.mask .dialog .title .close:hover {
  background: #222;
}

.mask .dialog img {
  max-width: 100%;
  max-height: 100%;
}

.join-discord {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
  border: #444 1px solid;
  border-radius: 20px;
  display: none;
  flex-direction: column;
  gap: 55px;
  color: #000;
  text-align: center;
}

.join-discord.show {
  display: flex;
}

.join-discord .title {
  font-size: 32px;
  font-weight: 600;
}

.join-discord #discord-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.join-discord .lines {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 14px;
}

.join-discord .link {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
}

.page-num {
  border: #2b2b2b 1px solid;
  padding: 0 15px;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
}