/* Body $$ Html */
body,
html {
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  scroll-behavior: smooth;
  background: #000000;
  background-attachment: fixed;
}
.site-container {
  background: transparent;
  display: table;
  height: inherit;
  width: 100%;
  margin: 0px !important;
  margin-bottom: 0px;
  padding: 0px !important;
}
a {
  text-decoration: none !important;
  color: #fff !important;
  font-size: 14px;
}
.menu-bar {
  background: #000;
}
/* --------- */

/* Colors $$ Backgrounds */
.dark-bg {
  background: #000000 !important;
  background-attachment: fixed;
}
.dark-bg2 {
  background: #1a1f3a;
}

.dark-bg3 {
  background: #141829 !important;
}
.dark-bg33 {
  background: #f1f2f5 !important;
}

.modal-body {
  background: rgba(26, 31, 58, 0.95) !important;
  backdrop-filter: blur(10px);
}

.primary-color {
  color: #ff6600 !important;
}
.secondary-color {
  color: #ff8533 !important;
}

.secondary-bg {
  background: rgba(26, 31, 58, 0.6) !important;
}

.off-white-bg {
  background: #1a1f3a !important;
}

/* 1961f9 d8dee9 - PS */

.primary-color-2 {
  color: #ff6600 !important;
}
.primary-bg {
  background: #ff6600 !important;
}
.trans-primary-bg {
  background: rgba(255, 102, 0, 0.1) !important;
}

.primary-bg-gradient {
  background: linear-gradient(135deg, #ff6600, #ff8533);
}

.white-bg {
  background: #fff !important;
}
.white-bg-2 {
  background: #0a0e27 !important;
}
.db-nav-header {
  background: rgba(10, 14, 39, 0.95) !important;
  backdrop-filter: blur(10px);
}

.db-nav-header a {
  margin: 3px 8px;
}

.green-color {
  color: #133625 !important;
  color: #0ac989 !important;
}
.green-bg {
  background: #0ac989 !important;
}
h1,
h2,
h3,
h4,
h5,
p,
small,
span,
label,
i {
  color: #fff;
}
.grey-color {
  color: #b0b1b2 !important;
}

.grey-color-2 {
  color: rgb(112, 110, 110) !important;
}
.grey-color-3-light {
  color: #c8ceea !important;
}

.error-text {
  color: #e43737;
}
.white-text {
  color: #fff !important;
}
.white-text2 {
  color: #000 !important;
}
.black-text {
  color: #000 !important;
}
/* ------------- */

/* Fonts $$ font-size $$ font-weight */
.roboto {
  font-family: "roboto";
}
.ubuntu {
  font-family: "ubuntu";
}
.sans-pro {
  font-family: "source sans pro";
}
.meri-weda {
  font-family: "merriweather sans";
}
.noto-sans {
  font-family: "noto sans";
}

.anuphan {
  font-family: "anuphan";
  font-weight: 400;
}
.anuphan-2 {
  font-family: "anuphan";
  font-weight: 500;
}
.anuphan-3 {
  font-family: "anuphan";
  font-weight: 600;
}

.gabarito {
  font-family: "gabarito";
}

.xsmall {
  font-size: 14px !important;
}
.xsmall2 {
  font-size: 12px;
}
.bold-text {
  font-weight: bold;
}
/* ----------------------------- */

/* Header && Nav */
.mobile-header {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 102, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.index-header .nav-link {
  /* color: #c1cde1 !important; */
  color: #fff !important;
  font-size: 16px !important;
}

.index-header .header-link {
  padding: 18px 15px;
  transition: all 0.3s ease;
}

.index-header .header-link:hover {
  border-bottom: 3px solid #ff6600;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 102, 0, 0.5);
}

/* ====// ==== // */

/* Index Intro Section */
.intro-txt {
  font-size: 55px;
}

@media (max-width: 576px) {
  .intro-txt {
    font-size: 41px !important;
  }
}

/* ==== // == */

/* Buttons */
button {
  background: linear-gradient(135deg, #ff6600, #ff8533);
  border: none;
  border-radius: 8px !important;
  text-align: center;
  padding: 12px;
  color: #fff;
  width: 100%;
  font-family: "anuphan";
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
  transition: all 0.3s ease;
}

button:hover {
  background: linear-gradient(135deg, #ff8533, #ff9900);
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4);
  transform: translateY(-1px);
}

.btn-grey {
  background: rgba(40, 44, 64, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 102, 0, 0.2);
}
.btn-grey-2 {
  background: rgba(139, 92, 246, 0.3);
}

.btn-rounded {
  border-radius: 30px !important;
}

.btn-border {
  border: 1px solid #ff6600 !important;
}
.btn-open {
  background: transparent;
  color: #ff6600;
  border: 1px solid #ff6600;
  box-shadow: none;
}

.btn-grad {
  background: linear-gradient(135deg, #ff6600, #ff8533);
}

.btn-open-2 {
  background: none;
  color: #000;
  border: 1px solid #c4c6cc;
}
.btn-border-grey {
  border: 1px solid #505669 !important;
}
button:focus {
  outline: 0px;
  box-shadow: 0px;
  -webkit-box-shadow: none;
}

.polygon-btn {
  background: #d8e2f3;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 12px;
  z-index: 1;
  font-weight: bold;
  color: #0052ff;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.pointed-left {
  background: #d8e2f3;
}

.polygon-btn-blank {
  background: transparent;
  color: #81869b;
}

.dismiss-btn {
  background: #0052ff;
  color: #fff !important;
}

/* --------------------------------------------- */

/* Tabs Button ======================== */
.tabs {
  padding: 8px 12px;
  font-size: 14px;
  color: grey !important;
  cursor: pointer;
}
@media (max-width: 576px) {
  .tabs {
    font-size: 12px;
  }
}
.tabs:hover {
  background: #111010;
  border-radius: 4px 4px 0px 0px;
}
.tabs.active {
  position: relative;
  color: white !important;
  font-weight: 500;
}

.tabs.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30%;
  height: 3px;
  background-color: #1e4dd8;
  border-radius: 0px;
  transform: translateX(-50%);
}

/* -- */
.tabs-pill-wrapper {
  background: #f3f6f8;
  border-radius: 4px;
  padding: 2px;
}
.tabs-pill {
  font-size: 14px;
  padding: 4px 12px;
  cursor: pointer;
  color: grey !important;
}
@media (max-width: 576px) {
  .tabs-pill {
    font-size: 12px;
  }
}
.tabs-pill.active {
  background: #fff;
  color: #000 !important;
  border-radius: 4px;
  font-weight: 500;
}
/* ========= END =========  */

/* Forms $$ Inputs $$ select $$ Labels */
.form-wrapper {
  position: relative;
  margin: 25px 0px;
}

.form-wrapper input {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #2d363f;
  border-radius: 4px;
  color: #fff !important;
  background: transparent;
  caret-color: #fff;
}
.form-wrapper select {
  width: 100%;
  height: 55px;
  border: 1px solid #2d363f !important;
  border-radius: 4px;
  padding: 0px 12px;
  color: #fff !important;
  background: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
}

.form-wrapper label {
  position: absolute;
  top: 17px;
  left: 15px;
  font-size: 14px;
  color: #6b7a97;
  transition: linear 0.2s;
  pointer-events: none;
}
@media (max-width: 576px) {
  .form-wrapper label {
    top: 16px;
    left: 15px;
  }
}

.form-wrapper input:focus {
  border: 1px solid #3d4851 !important;
  background: transparent !important;
}

.form-wrapper input:focus + label,
.form-wrapper input:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 14px;
  background: #1b2332;
  padding: 0px 6px;
  color: #fff;
  border-radius: 4px;
  left: 5px;
}

@media (min-width: 1200px) {
  .form-wrapper input:focus + label,
  .form-wrapper input:not(:placeholder-shown) + label {
    background: #1b2332;
  }
}

.form-wrapper select:focus + label,
.form-wrapper select:valid + label,
.form-wrapper textarea:focus + label,
.form-wrapper textarea:valid + label {
  top: -8px;
  font-size: 14px;
  background: #1b2332;
  padding: 0px 4px;
  color: #fff;
}
@media (min-width: 1200px) {
  .form-wrapper select:focus + label,
  .form-wrapper select:valid + label {
    background: #1b2332;
    left: 5px;
  }
}

/* input icons and text */
.form-wrapper .has-icon {
  padding-right: 30% !important;
  position: relative;
}
.form-wrapper .input-icon-wrapper {
  position: absolute;
  right: 10px;
  top: 2px;
  display: flex;
  height: 100%;
  width: auto;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 0px 4px 4px 0px;
}
.input-icon {
  color: var(--text-color);
  position: relative;
  top: -1px !important;
}
@media (max-width: 576px) {
  /* .input-icon{
      top: -1px !important;
  }
  .psw-c-icon{
    top: -1px !important;
  } */
}

.winged-text {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}
.winged-text .line {
  height: 1px;
  width: 100%;
  background: #2b2b2d;
}

.winged-text h5 {
  position: absolute;
  top: -8px;
  background: #1a1d25;
  font-size: 14px !important;
  padding: 0px 12px;
  color: #7989a8;
}

@media (min-width: 768px) {
  .winged-text .line {
    background: #3a3a3d;
  }
  .winged-text h5 {
    background: #232731;
  }
}

.post-form {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  background: #242428;
  padding: 50px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .post-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .post-form {
    width: 50%;
    margin-top: 10%;
  }
}

.post-box-open {
  border: 1px solid #292d3b !important;
  background: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
  background: none;
}

.dark-input {
  background: #e7eaf0 !important;
}
/* -------------------------------------------- */

/* Dialog $$ Messages */
.dialog {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
.dialogContent {
  box-shadow: 0 4px 8px 0 rgba(54, 39, 39, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
  padding: 20px;
  width: 80%;
  border-radius: 8px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .dialogContent {
    width: 35%;
  }
}

/* ----------------------------------------- */

/* Others */
.pointer {
  cursor: pointer;
}
.border-bottom {
  border-bottom: 1px solid rgba(255, 102, 0, 0.15) !important;
}
.border-bottom2 {
  border-bottom: 1px solid rgba(255, 102, 0, 0.2) !important;
}
.border-top {
  border-top: 1px solid rgba(255, 102, 0, 0.15) !important;
}

.border-right {
  border-right: 1px solid rgba(255, 102, 0, 0.15) !important;
}
.border-left {
  border-left: 1px solid rgba(255, 102, 0, 0.15) !important;
}

.border-top-dark {
  border-top: 1px solid rgba(255, 102, 0, 0.25) !important;
}
.border-bottom-dark {
  border-bottom: 1px solid rgba(255, 102, 0, 0.25) !important;
}

.border-top-dashed {
  border-top: 1px dashed rgba(255, 102, 0, 0.15) !important;
}
.border-bottom-dashed {
  border-bottom: 1px dashed rgba(255, 102, 0, 0.15) !important;
}
.border {
  border: 1px solid rgba(255, 102, 0, 0.15) !important;
}
.border2 {
  border: 1px solid rgba(255, 102, 0, 0.2) !important;
}

.my-border-light {
  border: 1px solid #dee2e6 !important;
}
.blue-border {
  border: 2px solid #ff6600;
}

.top-1 {
  position: relative;
  top: 1px;
}
.top-2 {
  position: relative;
  top: 2px;
}
.top-3 {
  position: relative;
  top: 3px;
}
.top-4 {
  position: relative;
  top: 4px;
}
.top-5 {
  position: relative;
  top: 5px;
}
.top-6 {
  position: relative;
  top: 6px;
}
.top-7 {
  position: relative;
  top: 7px;
}
.top-8 {
  position: relative;
  top: 8px;
}

.n-top-1 {
  position: relative;
  top: -1px !important;
}
.n-top-2 {
  position: relative;
  top: -2px !important;
}
.n-top-3 {
  position: relative;
  top: -3px !important;
}

.mt-6 {
  margin-top: 100px !important;
}
.mt-7 {
  margin-top: 140px !important;
}

.page-pb {
  padding-bottom: 80px;
}

/* dual ring animation */
.lds-dual-ring {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  background: #1a1d25;
  border-radius: 8px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #f3c34a;
  border-color: #f3c34a transparent #f3c34a transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-dual-ring-grey:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #999eb2;
  border-color: #999eb2 transparent #999eb2 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

/* animated Success */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #0ac989;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #0ac989;
  stroke-miterlimit: 10;
  margin: 0% auto;
  box-shadow: inset 0px 0px 0px #0ac989;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px transparent;
  }
}
/* End Animated Success */

.border-none {
  border: none !important;
}

.post-box {
  background: rgba(26, 31, 58, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 102, 0, 0.1);
  padding: 12px;
  border-radius: 6px;
}
.post-box2 {
  background: rgba(20, 24, 41, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 102, 0, 0.1);
  padding: 12px;
  border-radius: 6px;
}

.fit-content {
  width: fit-content !important;
}
/*   
.side-bar-mobile{
  position: fixed;
  right: 0;
  width: 90%;
  height: 100%;
  background: #091620;
  z-index: 999999;
  top: 0 !important;
  overflow: auto !important;
  padding-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.side-bar-mobile a{
  color: #fff !important;
} */
.overlayDiv {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.sidebar {
  background: rgba(10, 14, 39, 0.95);
  backdrop-filter: blur(10px);
  height: 100vh;
  z-index: 99 !important;
  left: 0px;
  overflow: auto;
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 2.4px 2.4px 8px;
  border-right: 1px solid rgba(255, 102, 0, 0.2);
}

@media (max-width: 576px) {
  .sidebar {
    position: fixed;
    height: "100%";
    left: auto;
    right: 0;
    border-right: 0px;
    border-left: 1px solid #242424;
    width: 70%;
    padding-bottom: 50px;
    top: 0;
  }
}

.sidebar .side-link {
  color: #fff !important;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.sidebar .side-link-title {
  padding: 0px 16px;
}

.sidebar span {
  color: #fff !important;
  font-size: 14px;
}

.sidebar .side-link i {
  color: #fafafa;
  font-size: 16px;
  position: relative;
}

/* .sidebar a:hover{
color: #fff;
opacity: 0.9;
} */

.timeline-wrapper .timeline-body {
  border-left: 1px dashed #dee2e6;
  margin-left: 10px;
  padding-left: 37px;
  margin-top: 4px;
}

.cs-list-item:hover {
  background: #282828;
}
.hide {
  display: none !important;
}

.bottom-padding {
  padding-bottom: 80px;
}
.sigil {
  color: #fff !important;
  padding: 3px 8px;
  border-radius: 4px;
}
.sigil-waiting {
  background: #d7e2f4;
  color: #0c47ac !important;
}
.sigil-paid {
  background: #1b332f;
  color: #3bdec3 !important;
}

.sigil-danger {
  color: #e94747;
  background: #f1d2d2;
}
.sigil-unavailable {
  background: rgba(214, 96, 96, 0.9);
}
.sigil-error {
  background: rgba(226, 88, 88, 0.9);
}

.position-relative {
  position: relative;
}

.context-menu {
  position: absolute;
  width: 100%;
  z-index: 1;
  border-radius: 4px;
  top: 90%;
  padding: 0px 12px;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 90vh;
  opacity: 0.2;
  top: 0;
  left: 0;
}

.app-showcase {
  width: 290px;
  margin: 0 auto;
  right: 20px;
  top: 0;
  background: rgba(34, 38, 48, 0.4) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.app-showcase-2 {
  position: absolute;
  left: 0px;
  bottom: 45px;
  width: 300px;
  background: rgba(34, 38, 48, 0.4) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.app-showcase-shield {
  position: absolute;
  left: 60px;
  bottom: 200px;
}

.app-showcase-wrp {
  z-index: 2;
  position: relative;
}
.app-showcase-ball {
  z-index: 1;
  background: #929090;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 100px;
}
.border-left-gradient {
  border-left: 1px solid red;
}

.gradient-border {
  border-left: 3px solid !important;
  border-image: linear-gradient(to bottom, #0052ff, transparent) 1 !important;
}

/* scroll menu */
.scrollmenu {
  overflow-x: scroll;
  display: flex;
  width: 100% !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 12px;
}
.scrollmenu::-webkit-scrollbar {
  display: none;
}
.scrollmenu .s-m-item {
  /* display: inline-block !important; */
}
.account-control-panel {
  position: fixed;
  z-index: 999;
  right: 30px;
  top: 56px;
  min-width: 260px;
  background: #1c1c1f;
}
.account-control-panel .a-p-inner:hover {
  background: #282828;
}

.account-control-panel-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  left: 0;
  top: 0;
}

.toggle-icon {
  width: 30px;
  height: 16px;
  background: none;
  position: relative;
  top: 6px;
  border-radius: 20px;
}
.toggle-icon::before {
  position: absolute;
  left: 3px;
  top: 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: rgb(231, 228, 228);
  z-index: 1;
  content: " ";
}

.toggle-icon-on {
  background: #3777ed;
}
.toggle-icon-off {
  background: #abacad;
}

/* Preloader */
.page-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1628 100%);
  z-index: 28928;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}

.page-preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

/* Animated background gradient */
.preloader-bg-gradient {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: radial-gradient(
      circle at 30% 50%,
      rgba(255, 102, 0, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 50%,
      rgba(255, 133, 51, 0.15) 0%,
      transparent 50%
    );
  animation: gradientRotate 15s linear infinite;
}

@keyframes gradientRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Floating particles */
.preloader-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: linear-gradient(135deg, #ff6600, #ff8533);
  border-radius: 50%;
  opacity: 0.6;
  animation: floatParticle 8s infinite;
  box-shadow: 0 0 10px rgba(56, 95, 238, 0.5);
}

.particle:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
  animation-duration: 7s;
}

.particle:nth-child(2) {
  left: 20%;
  animation-delay: 1s;
  animation-duration: 9s;
}

.particle:nth-child(3) {
  left: 30%;
  animation-delay: 2s;
  animation-duration: 6s;
}

.particle:nth-child(4) {
  left: 40%;
  animation-delay: 0.5s;
  animation-duration: 8s;
}

.particle:nth-child(5) {
  left: 60%;
  animation-delay: 1.5s;
  animation-duration: 7.5s;
}

.particle:nth-child(6) {
  left: 70%;
  animation-delay: 2.5s;
  animation-duration: 8.5s;
}

.particle:nth-child(7) {
  left: 80%;
  animation-delay: 3s;
  animation-duration: 6.5s;
}

.particle:nth-child(8) {
  left: 90%;
  animation-delay: 0.8s;
  animation-duration: 9.5s;
}

@keyframes floatParticle {
  0% {
    transform: translateY(100vh) scale(0);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(-100vh) scale(1.2);
    opacity: 0;
  }
}

.page-preloader-wrapper {
  position: relative;
  text-align: center;
  z-index: 2;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Logo container */
.preloader-logo-container {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(56, 95, 238, 0.3),
    inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.preloader-logo {
  width: 60px;
  height: 60px;
  z-index: 3;
  animation: logoFloat 3s ease-in-out infinite;
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Rotating rings */
.preloader-logo-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #ff6600;
  border-right-color: #ff6600;
  animation: ringRotate 2s linear infinite;
}

.preloader-logo-ring-2 {
  width: 85%;
  height: 85%;
  border-top-color: #ff8533;
  border-right-color: #ff8533;
  animation: ringRotate 2s linear infinite reverse;
}

@keyframes ringRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Brand name */
.preloader-brand {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffffff 0%, #a0a0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: brandPulse 2s ease-in-out infinite;
}

@keyframes brandPulse {
  0%,
  100% {
    opacity: 1;
    filter: brightness(1);
  }
  50% {
    opacity: 0.8;
    filter: brightness(1.2);
  }
}

/* Loading text */
.preloader-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.loading-dot {
  font-size: 32px;
  animation: dotBounce 1.4s infinite;
  display: inline-block;
  color: #ff6600;
}

.loading-dot:nth-child(1) {
  animation-delay: 0s;
}

.loading-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dotBounce {
  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

/* Progress bar */
.preloader-progress-container {
  width: 250px;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin: 0 auto 20px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.preloader-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ff6600 0%, #ff8533 50%, #ff6600 100%);
  background-size: 200% 100%;
  border-radius: 10px;
  animation: progressLoad 2s ease-out forwards,
    progressShimmer 2s linear infinite;
  box-shadow: 0 0 10px rgba(56, 95, 238, 0.5);
}

@keyframes progressLoad {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progressShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Tagline */
.preloader-tagline {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
}

/* Mobile responsive */
@media (max-width: 576px) {
  .preloader-logo-container {
    width: 100px;
    height: 100px;
  }

  .preloader-logo {
    width: 50px;
    height: 50px;
  }

  .preloader-brand {
    font-size: 24px;
  }

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

  .preloader-progress-container {
    width: 200px;
  }

  .preloader-tagline {
    font-size: 11px;
  }
}
/* End preloader */

.orders-border {
  border: 1px solid #d8e2f3 !important;
}

.min-h-100 {
  min-height: 100%;
}

.awrp {
  height: 100vh;
  overflow: auto;
}

.auth-pg-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
}

.order-tab-bg {
  background: none !important;
}

.fs-tab-toggle {
  color: #a8a3a3;
}

.fs-tab-toggle-active {
  border-bottom: 3px solid #3c6af3;
  color: #355fdd;
}
.ex-sec-bg {
  background: #f4f5f7 !important;
}

/* MEDIA QUERIES CLASSES */
/* Desktop screen */
@media (min-width: 1200px) {
  .fix-mt {
    margin-top: 100px;
  }
  .bg-lg-none {
    background: none !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .monstText {
    font-size: 38px;
  }
  .fit-content-lg {
    width: fit-content;
  }
  .px-lg-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .awrp-lp {
    /* background: #390fb7; */
    /* background: linear-gradient(to right, #2c2cb9, #390fb7); */
    background: linear-gradient(to right, #3d47cf, #390fb7);
    min-height: 100% !important;
    position: relative;
    clip-path: polygon(
      80% 0%,
      39% 0%,
      16% 0%,
      0% 0%,
      0% 24%,
      0% 100%,
      20% 100%,
      36% 100%,
      56% 100%,
      100% 100%,
      65% 100%,
      65% 100%,
      100% 30%,
      100% 30%
    );
    z-index: 4;
  }
  /* .awrp-lp::after{
    position: absolute;
    right: -37%;
    height: 400px;
    width: 535px;
    background: #390fb7;
    content:  '';
    transform: rotate(67deg);
    top: 130px
  } */
}

/* mobile screen */
@media (max-width: 576px) {
  .bg-sm-none {
    background: none !important;
  }
  .xsmall-sm {
    font-size: 14px !important;
  }
  .border-mobile-none {
    border: none !important;
  }
  .style-scrollbar::-webkit-scrollbar {
    display: none;
  }
  h1 {
    font-size: 32px !important;
  }
  .app-showcase {
    margin: inherit;
    margin-left: auto;
  }
  .app-showcase-2 {
    left: 0;
  }
  .app-showcase-shield {
    left: 16px;
    bottom: 190px;
  }
  .app-showcase-ball {
    right: 0;
  }

  .px-mobile-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .monstText {
    font-size: 28px !important;
  }
  .text-center-sm {
    text-align: center;
  }
  .fix-mt-sm {
    margin-top: 100px !important;
  }
  .show-mobile-none {
    box-shadow: none !important;
  }
}
