* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: default;
  font-family: "Quicksand";
}

body {
  font-family: "Quicksand";
  color: #fff;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  animation: slide-in-top 0.3s both;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

/* button */
::-webkit-scrollbar-button {
  background: #222;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000; 
}
/* Corner */
::-webkit-scrollbar-corner {
  background: #999;
}

/* Resizer */
::-webkit-resizer {
  background: #111;
}

.container {
  width: 393px;
  margin: 0 auto;
  /* min-height: 100vh;
    background-color: #2F2F2F; */
}

.header {
  background-image: url("../img/background.jpg");
  background-size: cover;
  padding: calc(58px + 25px) 23px;
  display: flex;
  flex-direction: row;
}
/* .header:hover{
    filter: blur(1px);
} */

.avatar-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.avatar-box::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 106px;
  background: url(../img/avatar-top1-tong.gif) no-repeat center center;
  background-size: cover;
  margin-top: -18px;
  margin-left: -13px;
  border-radius: 50%;
}

.avatar-box .avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.info-box {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.name-box {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  position: relative;
  display: inline-block;
}

.name {
  font-size: 20px;
  background: url(../img/phap-bao-hoa-long.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
  font-weight: 800;
  margin-right: 2px;
}

.tick1 {
  width: 15px;
  height: 15px;
  transform: rotate(315deg);
}

.tick2 {
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
.tick3 {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}
.tick4 {
  width: 20px;
  height: 20px;
  transform: rotate( -45deg);
}
.tick {
  width: 30px;
  height: 30px;
}
.tick5 {
  width: 20px;
  height: 20px;
}


.skill {
  font-size: 10px;
  padding: 5px 10px;
  background: url(../img/phap-bao-hoa-long.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
  font-weight: 800;
  margin-right: 2px;
}

.skill:hover {
  color: #cadbf0;
}

.body {
  border-radius: 30px 30px 0 0;
  background-color: #111;
  margin-top: -25px;
  position: relative;
}

.body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/dragon-bg.png);
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: contain;
  pointer-events: none;
}

.menu {
  display: flex;
  flex: 1;
  align-items: flex-start;
  overflow-x: scroll;
  gap: 20px;
  top: -25px;
  position: relative;
  padding: 0 18px;
}

.menu::-webkit-scrollbar {
  display: none;
}

.menu-item {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  background: #2f2f2f;
  box-shadow: 0px 1px 4px 1px rgba(254, 202, 118, 0.54);
  min-width: fit-content !important;
  margin-bottom: 15px;
  cursor: pointer;
}

.menu-item.active {
  border-bottom: 2px solid rgb(254, 202, 118);
}

.menu-item__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  padding: 5px;
  background-color: #ccc;
  border-radius: 5px;
  overflow-x: auto;
}

.menu-item.menu-item.active .menu-item__icon {
  background-color: #feca76;
}

.menu-item__title {
  color: #feca76;
  font-family: Quicksand;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.main-content {
  min-height: calc(100vh - 250px);
}

body,
.container,
.body,
.main-content {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.main-content {
  display: none;
}

.main-content.active {
  display: block;
}

.content-header {
  color: #feca76;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  padding-left: 23px;
  margin-bottom: 20px;
  padding-left: 40%;
  background: url(../img/phap-bao-hoa-long.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
  font-weight: 800;
}

.payment-form {
  /* margin-top: -15px; */
  padding: 0px 22px;
  margin-bottom: 17px;
}

.payment-form__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.payment-form__title span {
  color: #feca76;
  font-family: Quicksand;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.payment-form__title img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.payment-form__input-icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 12px;
  border-radius: 5px;
  background: rgba(255, 226, 178, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.53);
  backdrop-filter: blur(2.5px);
  margin-bottom: 16px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.53);
  backdrop-filter: blur(2.5px);
}

.payment-form__input-icon {
  margin-right: 8px;
  height: 15px;
  width: 15px;
}

.payment-form__money {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  color: #f6f6f6;
}

.payment-form__money::placeholder {
  color: #f6f6f6;
}

.payment-form__transfer {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(131deg, #feca76 0%, #674000 100%);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 5px 20px;
  outline: none;
  border: none;
  color: #f6f6f6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700px;
  cursor: pointer;
}

.payment-account {
  border-radius: 20px;
  background: rgba(255, 226, 178, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.53);
  backdrop-filter: blur(2.5px);
  margin: 0px 17px;
  display: none;
  padding: 12px;
}

.payment-account.active {
  display: flex;
}

.payment-account__qr_container {
  position: relative;
}

.payment-account__left {
  width: 127px;
  margin-right: 15px;
}

.payment-account__qr {
  width: 127px;
  height: 127px;
}

.download-overlay {
  width: 127px;
  height: 127px;
  padding: 45px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.payment-account__qr_container:hover .download-overlay {
  opacity: 1;
}

.payment-account__right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  padding: 15px 0px;
}

.text-gradient,
.payment-account__text {
  background: linear-gradient(
    117deg,
    #feca76 0%,
    rgba(254, 202, 118, 0.54) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-style: normal;
}

.payment-account__copy {
  background-color: transparent;
  border: none;
  outline: none;
  width: 16px;
  height: 16px;
}

.payment-account__copy,
.payment-account__copy > img {
  cursor: pointer;
}

.split-bar {
  margin: 21px 16px;
  width: calc(100% - 8%);
  height: 1px;
  background-color: #464646;
  border-radius: 2.5px;
}

.content-title {
  color: #feca76;
  font-family: Quicksand;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  background: url(../img/phap-bao-hoa-long.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
  /* 21px */
}

.list {
  margin: 0px 15px;
}

.list-item {
  border-radius: 20px;
  background: rgba(255, 226, 178, 0.25);
  border: 1px solid #feca76;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  margin-bottom: 12px;
}

.list-item__logo_box {
  margin-right: 13px;
}

.list-item__logo {
  width: 48px;
  height: 48px;
}

.list-item__detail {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.bank-item__bank,
.social-item__network,
.project-item__name {
  font-family: Quicksand;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 21px */
  text-transform: uppercase;
  background: linear-gradient(
    117deg,
    #feca76 0%,
    rgba(254, 202, 118, 0.54) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bank-item__stk,
.bank-item__ctk {
  color: #fff;
  font-family: Quicksand;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  /* 14px */
}
.bank-item__ctk {
  background: url(../img/phap-bao-hoa-long.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
}

.list-item__btn {
  margin-left: auto;
  border-radius: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #feca76;
  color: #2f2f2f;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 10px;
  text-transform: uppercase;
  animation: zoombtn 2s ease infinite;
}
@keyframes zoombtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.social-item__username,
.project-item__desc {
  color: #eee;
  font-size: 10px;
}

.copy {
  width: 352px;
  height: 116px;
  background: rgba(137, 108, 61, 0.75);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: fixed;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease-in-out;
  opacity: 0;
  border: 1px solid #feca76;
}

.copy.active {
  top: 50%;
  opacity: 1;
  transition: all 0.3 ease;
}

.copy-title {
  color: #feca76;
  font-family: Quicksand;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 21px */
  text-transform: uppercase;
  margin-bottom: 18px;
}

.copy-close {
  border-radius: 5px;
  background: #feca76;
  padding: 8px 39px;
  outline: none;
  border: none;
  color: #2f2f2f;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  /* 14px */
}

.copy-backdrop {
  z-index: 9999;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  position: fixed;
}

.copy-backdrop.active {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

@property --k {
  /* syntax: "<number>";
    initial-value: 0;
    inherits: false; */
}
.name-box {
  /* no pseudo needed */
  /* --k: 0;
  place-self: center;
  background: linear-gradient(90deg, hsl(calc(var(--k)*1turn), 95%, 65%), hsl(calc(var(--k)*1turn + 90deg), 95%, 65%));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font: 900 clamp(.875em, 7.25vw, 5em) arial black, sans-serif;
  filter: url(#f);
  animation: k 4s linear infinite; */
}
.name-box img:hover {
  transform: scale(2.5);
}

@keyframes k {
  /* to {
    --k: 1 ;
  } */
}

.bank-item__bank1 {
  background: url(../img/chu-tuoc.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
}
.bank-item__bank2 {
  background: url(../img/giap-loi-de.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
}
.bank-item__bank3 {
  background: url(../img/tieu-thap.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
}
.bank-item__bank4 {
  background: url(../img/than_hoa.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
}
.bank-item__bank5 {
  background: url(../img/thien-nghich-chau-1.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
}

/*
day la posment

*/
.card {
  position: relative;
  height: 300px;
  width: 230px;
  padding-left: 20%;
  padding-top: 5%;
}

.card:nth-child(2) {
  filter: hue-rotate(614deg) brightness(3.7);
}

.card:nth-child(3) {
  filter: hue-rotate(200deg) brightness(1.5);
}

.card:nth-child(4) {
  filter: hue-rotate(60deg) brightness(3);
}

.card .boxshadow {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid rgb(255, 72, 0);
  transform: scale(0.8);
  box-shadow: rgb(226, 88, 66) 0px 30px 70px 0px;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.card .main {
  width: 230px;
  height: 300px;
  overflow: hidden;
  background: #3498db; /* Change this line to your desired color */
  background: linear-gradient(
    0deg,
    #3e0000 0%,
    rgb(255, 38, 0) 60%,
    #3e0000 100%
  );
  position: relative;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 40px,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    40px 100%,
    0 calc(100% - 40px)
  );
  box-shadow: rgb(255, 81, 17) 0px 7px 29px 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* Rest of the CSS remains unchanged */

.card .main .top {
  position: absolute;
  top: 0px;
  left: 0;
  width: 0px;
  height: 0px;
  z-index: 2;
  border-top: 115px solid black;
  border-left: 115px solid transparent;
  border-right: 115px solid transparent;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.card .main .side {
  position: absolute;
  width: 100%;
  top: 0;
  transform: translateX(-50%);
  height: 101%;
  background: black;
  clip-path: polygon(0% 0%, 50% 0, 95% 45%, 100% 100%, 0% 100%);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
}
.card .main .left {
  left: 0;
}
.card .main .right {
  right: 0;
  transform: translateX(50%) scale(-1, 1);
}
.card .main .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 90px;
  font-weight: bold;
  font-size: 19px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-out 0s;
}
.card .main .button-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.card .main .button-container .button {
  position: absolute;
  transform: translateX(-50%);
  padding: 5px 10px;
  clip-path: polygon(0 0, 100% 0, 81% 100%, 21% 100%);
  background: black;
  border: none;
  color: white;
  display: grid;
  place-content: center;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.card .main .button-container .button .svg {
  width: 15px;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.card .main .button-container .button:nth-child(1) {
  bottom: 300px;
  transition-delay: 0.4s;
}
.card .main .button-container .button:nth-child(2) {
  bottom: 300px;
  transition-delay: 0.6s;
}
.card .main .button-container .button:nth-child(3) {
  bottom: 300px;
  transition-delay: 0.8s;
}
.card .main .button-container .button:hover .svg {
  transform: scale(1.2);
}
.card .main .button-container .button:active .svg {
  transform: scale(0.7);
}
.card:hover .main {
  transform: scale(1.1);
}
.card:hover .main .top {
  top: -50px;
}
.card:hover .main .left {
  left: -50px;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
}
.card:hover .main .right {
  right: -50px;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
}
.card:hover .main .title {
  opacity: 1;
  transition: all 0.2s ease-out 1.3s;
  background: url(../img/bagua.gif);
  background-size: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-position: center;
  font-weight: 800;
}
.card:hover .main .button-container .button:nth-child(1) {
  bottom: 80px;
  transition-delay: 0.8s;
}
.card:hover .main .button-container .button:nth-child(2) {
  bottom: 40px;
  transition-delay: 0.6s;
}
.card:hover .main .button-container .button:nth-child(3) {
  bottom: 0;
  transition-delay: 0.4s;
}
