@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.privacy-secA {
  background: var(--white);
  margin-top: var(--headerheight);
  padding: 65px 0;
  max-width: 70%;
  margin: auto;
  margin-top: var(--headerheight);
}
@media only screen and (max-width: 540px) {
  .privacy-secA {
    max-width: 100%;
  }
}
.privacy-secA .website-content h1 {
  font-size: 48px;
  margin-bottom: 25px;
}
.privacy-secA .website-content h2 {
  font-size: 28px;
  font-weight: 500;
}
.privacy-secA .website-content h3 {
  font-size: 24px;
  font-weight: 500;
}
.privacy-secA .website-content h4 {
  font-size: 19px;
  font-weight: 500;
}
.privacy-secA .website-content h5 {
  font-size: 17px;
}
.privacy-secA .website-content h6 {
  font-size: 15px;
}
.privacy-secA .website-content h2, .privacy-secA .website-content h3, .privacy-secA .website-content h4 {
  margin: 40px 0 15px;
}
.privacy-secA .website-content h5, .privacy-secA .website-content h6 {
  margin: 30px 0 15px;
}
.privacy-secA .website-content p, .privacy-secA .website-content li {
  color: var(--text);
  text-align: justify;
}
.privacy-secA .website-content a {
  color: var(--primary);
}
.privacy-secA .website-content a:hover {
  text-decoration: underline;
}
.privacy-secA .website-content p {
  margin-bottom: 20px;
}
.privacy-secA .website-content ul {
  margin-bottom: 20px;
  padding-left: 35px;
}
.privacy-secA .website-content ul li {
  position: relative;
  margin: 0px 0 0px 25px;
  margin-bottom: 10px;
  list-style-type: circle !important;
}
.privacy-secA .website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}

@media (max-width: 675px) {
  .privacy-secA {
    padding: 45px 0;
  }
}
@media (max-width: 991px) {
  .privacy-secA .website-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content h1 {
    font-size: 34px;
  }
}
@media (max-width: 520px) {
  .privacy-secA .website-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content h2 {
    font-size: 22px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content h3 {
    font-size: 21px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content ul {
    padding-left: 10px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content ul li {
    padding-left: 25px;
  }
}

.thanks-banner {
  height: 100vh;
  margin-top: 0;
}
.thanks-banner .logo {
  padding: 50px 0 10px 0;
}
.thanks-banner h1 {
  max-width: 100% !important;
}
.thanks-banner h6 {
  max-width: 600px;
  margin: auto;
}
.thanks-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
.thanks-banner .custom-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: var(--primary);
  color: #000;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}
.thanks-banner .custom-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-a);
  transition: 0.5s ease;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.thanks-banner .custom-btn:hover {
  background: transparent;
  color: #fff;
  border-color: transparent;
}
.thanks-banner .custom-btn:hover::before {
  opacity: 1;
}
.thanks-banner .custom-btn:hover figure svg path {
  fill: #fff;
}
.thanks-banner .custom-btn .figure {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.thanks-banner .custom-btn .figure svg path {
  transition: 0.5s ease;
}
.thanks-banner .custom-btn span {
  font-weight: 800;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  text-transform: uppercase;
}
.thanks-banner .custom-btn2 {
  margin-left: 30px;
  background: transparent;
  color: #fff;
  border-color: transparent;
}
.thanks-banner .custom-btn2::before {
  opacity: 1;
}
.thanks-banner .custom-btn2 figure svg path {
  fill: #fff;
}

.buy-banner {
  margin-top: 100px;
  min-height: calc(100vh - 100px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 60px;
}
.buy-banner .custom-select .current {
  display: flex;
}
.buy-banner .content {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 30px 30px 60px 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background: linear-gradient(180deg, #FFFFFF 46.63%, #dbfffd 100%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #C5C5C5;
  overflow: hidden;
}
.buy-banner .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 222px;
  height: 221px;
  z-index: 1;
  filter: invert(1);
  background-image: url(/assets/images/ig-footer-vector.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1s;
  opacity: 0.3;
}
.buy-banner .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .buy-banner .grid {
    grid-template-columns: 1fr;
  }
}
.buy-banner .grid .form-grid {
  --gaptb: 20px;
}
.buy-banner .grid .form-grid .custom-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 40px;
  background: var(--primary);
  color: #000;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.buy-banner .grid .form-grid .custom-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-a);
  transition: 0.5s ease;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.buy-banner .grid .form-grid .custom-btn:hover {
  background: transparent;
  color: #fff;
  border-color: transparent;
}
.buy-banner .grid .form-grid .custom-btn:hover::before {
  opacity: 1;
}
.buy-banner .grid .form-grid .custom-btn:hover span {
  position: relative;
}
.buy-banner .grid .form-grid .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.buy-banner .grid .form-grid .checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin-top: 3px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.buy-banner .grid .form-grid .checkbox input[type=checkbox]:checked {
  border-color: #000;
  background: #000;
}
.buy-banner .grid .form-grid .checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.buy-banner .grid .form-grid .checkbox input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}
.buy-banner .grid .form-grid .checkbox p {
  margin: 0;
  text-align: left;
  font-size: 12px;
}
.buy-banner .grid .form-grid .checkbox p a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}
.buy-banner .grid .form-grid .checkbox p a:hover {
  color: #555;
}
.buy-banner .grid .order-summy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.buy-banner .grid .order-summy .bank-list {
  display: flex;
}
.buy-banner .grid .order-summy .detail ul:not(.comman) {
  text-align: center;
  margin: 20px 0 30px;
  background: rgba(247, 247, 247, 0.5215686275);
  padding: 20px;
  border-radius: 10px;
}
.buy-banner .grid .order-summy .detail ul:not(.comman) h6 {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--primary);
  text-align: left;
}
.buy-banner .grid .order-summy .detail ul:not(.comman) li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 14px;
}
.buy-banner .grid .order-summy .detail ul:not(.comman) li:not(.comman:last-child):last-child p {
  font-weight: 700;
  color: #000;
}
.buy-banner .grid .order-summy .detail ul:not(.comman) li:last-child {
  background: rgba(4, 211, 202, 0.1411764706);
  padding: 15px 20px;
  border-radius: 5px;
  margin-top: 30px;
}
.buy-banner .grid .order-summy .detail .custom-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: var(--primary);
  color: #000;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.5s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}
.buy-banner .grid .order-summy .detail .custom-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-a);
  transition: 0.5s ease;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.buy-banner .grid .order-summy .detail .custom-btn:hover {
  background: transparent;
  color: #fff;
  border-color: transparent;
}
.buy-banner .grid .order-summy .detail .custom-btn:hover::before {
  opacity: 1;
}
.buy-banner .grid .order-summy .detail .comman {
  text-align: center;
  margin: 20px 0 30px;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.buy-banner .grid .order-summy .detail .comman h6 {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--primary);
  text-align: left;
}
.buy-banner .grid .order-summy .detail .comman li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
}
.buy-banner .grid .order-summy .detail .comman li p {
  font-weight: 700;
  color: #000;
  margin-right: 4px;
}
.buy-banner .grid .order-summy .detail .comman li p a {
  color: #474747;
  font-weight: 500;
}/*# sourceMappingURL=other.css.map */