/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
  font-family: 'score';
  font-weight: 100;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff')
    format('woff');
}
@font-face {
  font-family: 'score';
  font-weight: 200;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff')
    format('woff');
}
@font-face {
  font-family: 'score';
  font-weight: 300;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff')
    format('woff');
}
@font-face {
  font-family: 'score';
  font-weight: 400;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff')
    format('woff');
}
@font-face {
  font-family: 'score';
  font-weight: 500;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff')
    format('woff');
}
@font-face {
  font-family: 'score';
  font-weight: 600;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff')
    format('woff');
}
@font-face {
  font-family: 'score';
  font-weight: 700;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff')
    format('woff');
}
@font-face {
  font-family: 'score';
  font-weight: 800;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff')
    format('woff');
}
@font-face {
  font-family: 'score';
  font-weight: 900;
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff')
    format('woff');
}
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
:root {
  scroll-behavior: smooth;
  --font-default: 'score', sans-serif, system-ui, -apple-system, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    
  --font-secondary: 'score', sans-serif;
  --nav-font: 'score', sans-serif;
  --bs-bg: #fff;
  --tw-shadow: 0px 32px 64px -12px rgba(153, 69, 255, 0.2);
  --tw-shadow-colored: 0px 32px 64px -12px var(--tw-shadow-color);
  --bs-primary: #6c757d;

  --background-color: #030303; /* Background color for the entire website, including individual sections */
  --default-color: #ffffff; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #ffffff; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #fcce02; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-color2: #45F882;
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */

  --nav-color: #ffffff; /* The default color of the main navmenu links */
  --nav-hover-color: #fd9c0b; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #030303; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #030303; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #ffffff; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #fd9c0b; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */

  --box-color: rgba(15, 28, 35, 0.7);
  --box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  --input-bg: #1b1a1a;
  --theme-color: #E20000;
  --theme-color3: #45F882;
  --theme-color2: #FFBE18;
  --title-color: #0B0E13;
  
}

:root {
  scroll-behavior: auto;
}

img,
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
body {
  word-break: keep-all;
  -webkit-text-size-adjust: none;
  counter-reset: number;
  font-family: var(--default-font);
  
  background-color:var(--background-color);
  color: var(--bs-gray-900);
  /*
    background-image: url("https://cdn.pixabay.com/photo/2021/09/27/13/21/galaxy-6660782_1280.jpg");
    background-size: cover;

    background-image: url("../../images/line5.png"); 
    background-position: top center;
    background-size: cover; */
  position: relativergb(8, 8, 8);
  word-break: break-all;
  overflow-wrap: break-word;
}



[lang='en'] button {
  text-transform: capitalize;
}
a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-default);
  text-transform: capitalize;
}

.container-full {
  min-height: 70vh;
}
.container > .container {
  padding: 0;
}

.table {
  color: #2b2b2b;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--bs-gray-600);
  border-bottom: 1px solid var(--bs-gray-700);
  color: var(--default-color);
  font-size: 15px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: '';
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.alert-info, .alert-warning {
  color: #1395ab;
  background-color: #021c25;
  border-color: #05535f;
}
form label {
  text-transform: capitalize !important;
}

.form-control,  .form-select{
  background-color:  var(--input-bg) !important;
  transition: all 500msease;
  -webkit-transition: all 500msease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.form-control:disabled, .form-control[readonly], .form-control[readonly]:focus, .form-control:focus, input:focus , .form-select:focus,  .form-select option  {
  background-color: var(--input-bg) !important;
  opacity: 1;
  color: var(--default-color) !important;
}
.form-control-plaintext, .form-control-plaintext:focus, .form-control-plaintext:disabled {
  background-color: transparent !important;
  color: var(--default-color) !important;
}

.form-floating>label {
  color: var(--default-color) !important;
  opacity: 0.8;
}

.bg-success {
  background-color: #24b507 !important;
}
.bg-warning {
  background-color: #ffad20 !important;
}
.text-info {
  color: #00dcff !important;
}
.text-cyan,
.text-primary {
  color: rgb(7, 164, 255) !important;
}
.btn,
a {
  text-transform: capitalize;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.focus { 
  color: #e9ecef;
  background-color: rgb(0 100 255 / 80%);
  border-color: rgb(66 184 255 / 80%);
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.focus { 
  color: #e9ecef;
  background-color: rgb(227, 10, 37);
  border-color: rgba(227, 10, 37, 0.8);
}
.text-warning {
  color: #ffad20 !important;
}
.panel-title {
  font-weight: 600;
  margin-bottom: 1rem;
}

.chart-fluid {
  padding: 2rem;
}

.card {
  /* background-color: var(--bs-dark);  */
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 98px;
  overflow: clip;
}

@media (max-width: 1199px) {
  section,
  .section {
    scroll-margin-top: 56px;
  }
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.section-header p {
  margin: 0 auto;
  color: var(--color-secondary-light);
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0 60px 0;
  display: flex;
  align-items: center;
  background: url(../assets/img/hero-bg3.png) top center no-repeat;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  word-break: break-all;
    overflow-wrap: break-word;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--font-default);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(var(--color-secondary-rgb), 0.05);
  min-height: 40px;
  margin-top: 76px;
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary-light);
  content: '/';
}

@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(var(--color-primary-rgb), 0.85);
  color: var(--color-white);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

.header .logo {
  padding-left: 0rem !important;
}

.mobile-div {
  margin-right: 0rem;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
}
.mobile-div .btn {
  display: flex;
  align-items: center;
  margin: 0px;
  line-height: 0.5;
  color: var(--nav-color);
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fixed-top.sticked,
.header.substicked .navbar a,
.fixed-top.sticked .mobile-div .btn,
.fixed-top.substicked .mobile-div .btn {
  color: var(--nav-color);
 
}

.mobile-div .btn img {
  height: 28px;
  margin-right: 0.25rem;
  border-radius: 50%;
}
.mobile-div .btn i {
  font-size: 28px;
}

.mobile-div .dropdown-menu a img {
  margin-right: 0.25rem;
}

.mobile-div .user-ath-box {
  min-height: 60vh;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header.sticked {
  position: fixed;
  box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
  background-color: var(--background-color);
}

.header .logo img {
  margin-right: 6px;
  height: 46px;
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1540px;
  }

  .navbar {
    padding: 0;
    position: relative;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 0 1rem;
  }
  [lang='en'] .navbar ul {
    gap: 0 1.6rem;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
  }

  .navbar a {
    text-transform: capitalize;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    padding: 14px 24px;
    font-family: var(--font-secondary);
    font-size: 17px;
    font-weight: 500;
    color: var(--nav-color);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar > ul > li > a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover > a:before,
  .navbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: var(--color-primary);
  }

  .navbar .dropdown a:hover:before,
  .navbar .dropdown:hover > a:before,
  .navbar .dropdown .active:before {
    visibility: hidden;
  }

  .navbar .dropdown a:hover,
  .navbar .dropdown .active,
  .navbar .dropdown .active:focus,
  .navbar .dropdown:hover > a {
    color: var(--nav-color);
    /* background: var(--color-white); */
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--nav-dropdown-background-color);
    transition: 0.3s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--nav-color);
  }

  .navbar .dropdown ul a span {
    text-transform: capitalize;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    color: var(--color-white);
    background: var(--nav-dropdown-hover-color);
  }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .navbar .megamenu {
    position: static;
  }

  .navbar .megamenu ul {
    right: 0;
    padding: 10px;
    display: flex;
  }

  .navbar .megamenu ul li {
    flex: 1;
  }

  .navbar .megamenu ul li a,
  .navbar .megamenu ul li:hover > a {
    color: rgba(var(--color-white-rgb), 0.5);
    background: none;
  }

  .navbar .megamenu ul li a:hover,
  .navbar .megamenu ul li .active,
  .navbar .megamenu ul li .active:hover {
    color: var(--color-white);
    background: var(--color-primary);
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .header.sticked .navbar a,
  .header.substicked .navbar a {
    color: var(--nav-color);
  }
}

.btn-getstarted,
.btn-getstarted:focus {
  color: var(--color-white);
  background: var(--color-primary);
  padding: 8px 23px;
  border-radius: 4px;
  transition: 0.3s;
  font-family: var(--font-secondary);
}
.btn-getstarted .bi {
  font-size: 16px !important;
  position: relative;
  top: -2px;
}
.btn-getstarted:hover,
.btn-getstarted:focus:hover {
  color: var(--color-white);
  background: rgba(var(--color-primary-dark-rgb), 0.85) !important;
}
@media (max-width: 1279px) {
  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    margin-right: 50px;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.mobile-nav-active .btn-getstarted {
  margin-left: 1rem;
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 30px 0px 0px 0px;
    margin: 0;
    background: rgba(6, 6, 6, 0.8);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--nav-color);
    white-space: nowrap;
    transition: 0.3s;
    text-transform: capitalize;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: var(--color-white);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: var(--bs-dark);
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
    list-style: none !important;
  }

  .navbar .dropdown > .dropdown-active,
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }
  .navbar .dropdown-item {
    font-size: 16px;
  }
  .mobile-div.member {
    margin-right: 2rem;
  }
  .mobile-nav-toggle {
    display: block !important;
    color: var(--color-white-rgb);
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    z-index: 9999;
    right: 0px;
  }

  .mobile-nav-toggle .bi-x {
    color: var(--color-white);
  }
  .mobile-nav-toggle i {
    font-size: 30px;
  }
  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(6, 6, 6, 0.8);
    z-index: 9996;
  }

  .mobile-nav-active .navbar a,
  .mobile-nav-active .navbar a:focus {
    color: var(--color-white);
  }
}

.btn-outline-secondary {
  /* border-color: #ced4da; */
}

.fixed-top {
}

.simple-link,
a,
.btn-link {
  text-decoration: none;
  color: var(--bs-light-rgb);
}

.lead {
  font-size: 1rem;
  font-weight: 300;
}

footer {
  position: relative;
  background: url('../../images/6.png') no-repeat;
  color: var(--color-white);
  padding: 4rem 0rem;
}

footer:before {
  position: absolute;
  
  left: 0px;
  top: 0px;
  right: 0px;
  height: 213px;
  
}
footer .link-info {
  color: #ffffff !important;
}
#customer_records {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#customer_records li {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

#customer_records li .form-floating {
  margin-left: 5px;
  margin-right: 5px;
}

#customer_records li .delete {
  top: 5px;
  position: absolute;
  right: -10px;
  height: 36px;
  width: 36px;
  background-color: var(--bs-gray-700);
  opacity: 1;
  border: 2px solid var(--bs-gray-700);
  text-shadow: none;
  color: var(--bs-gray-300);
  border-radius: 50%;
  padding: 0;
  display: none;
}

#customer_records li:hover .delete {
  display: block;
}

.table thead th {
  text-transform: capitalize;
}

.total_balance {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1rem;
  align-items: stretch;
}
@media (min-width: 460px) {
  .total_balance {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*
@media (min-width: 576px) {  
  .total_balance{   
  grid-template-columns: repeat(2, 1fr);
  
  } 
}
*/

/*
@media (min-width: 768px) {  
  .total_balance{   
  grid-template-columns: repeat(2, 1fr);
  
  }
 
}
*/

@media (min-width: 992px) {
  .total_balance {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .total_balance {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*
@media (min-width: 1200px) { 
  .total_balance{   
      grid-template-columns: repeat(auto-fill, minmax(48%, auto));

  } 
}
*/

@media (min-width: 1400px) {
  .total_balance {
    grid-template-columns: repeat(4, 1fr);
  }
}
[onclick] {
  cursor: pointer;
}

.card {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  word-break: keep-all;
  padding: 1rem;
}

.card .stats-content {
  text-align: end;
}
.total_balance .card {
  display: grid;
  align-items: center;
  grid-template-columns: 20% 80%;
  min-height: 180px;
  gap: 0rem;
}

@media (max-width: 1199.98px) {
  .total_balance .card {
    display: flex;
    flex-direction: column;
    gap: 1rem 0rem;
    justify-content: center;
  }
  .card .stats-content {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .total_balance .card {
    display: flex;
    flex-direction: column;
    gap: 1rem 0rem;
    justify-content: center;
  }
  .card .stats-content {
    text-align: center;
  }
}

.total_balance .card.flex-row-reverse .stats-content {
  text-align: start;
  margin-left: auto;
}

.total_balance .card h6 {
  text-transform: capitalize;
}

.total_balance .card .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.total_balance .card .icon,
.recommend-item .tile-item .icon {
  object-fit: cover;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
}

.total_balance .card .icon img {
  width: 100%;
}

.stats-content {
  display: grid;
  align-items: flex-start;
}
.total_balance .card h6 {
  font-weight: 400;
  letter-spacing: -0.5px;
  color: var(--bs-dark);
}
.total_balance .card h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--bs-dark);
}
.total_balance .card h3 small {
  font-size: 0.85rem;
}

.recommend-item .tile-item {
  display: flex;
  justify-content: flex-start;
}

.recommend-item .tile-item div:nth-child(2) {
  margin-left: 2rem;
}

.recommend-item .tile-item h3 {
  margin-left: auto;
}

.card ul.tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.card ul.tabs li small {
  font-size: 1rem;
  margin-right: 1rem;
  color: var(--bs-gray-600);
}

._title,
.user-panel-title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.01rem;
  text-transform: capitalize;
  display:inline-block;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 3rem;
  

  text-align: center;
}
._title:after,
.user-panel-title:after {
  content: '';
  height: 6px;
  width: 100%;
  background: -webkit-linear-gradient(354deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  background: linear-gradient(96deg, var(--theme-color) 0%, var(--theme-color2) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}
.nav-tabs .nav-link {
  font-weight: bolder;
  text-transform: capitalize;
}

.input-group-text {
  background-color: transparent !important;
}

.pop-win {
  width: 768px;
}
.progress {
  background-color: var(--color-secondary-dark);
}
@media (max-width: 768px) {
  .pop-win {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .header .logo {
    padding-left: 0.5rem !important;
  }

  .table-responsive .table {
    min-width: 991px !important;
  }

  .table thead th {
    text-transform: capitalize !important;
  }
}

@media (max-width: 768px) {
  .nav.nav-tabs {
    display: grid !important;
  }

  .nav.nav-tabs li.nav-item a.nav-link {
    text-align: center !important;
  }

  .input-group-sm {
    display: grid;
  }
}

@media (max-width: 576px) {
  .header .logo img {
    height: 32px;
    margin-right: 0px;
  }

  .counter-number {
    font-size: 36px !important;
  }

  .tile-item .icon {
    max-width: 64px;
  }

  .recommend-item .tile-item .icon {
    margin-bottom: 1rem;
  }

  .recommend-item .tile-item {
    flex-direction: column !important;
    text-align: center;
  }

  .recommend-item .tile-item h3 {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-div .btn {
    padding: 0.25rem 0.5rem;
    font-size: 1.45rem;
    border-radius: 0.25rem;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title p {
  color: var(--heading-color);
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about{
  background-image: url(../../images/2.jpg);
  background-size: cover;
  padding: 10rem 0rem;
}
.about .content {
  background-color: var(--box-color);
  box-shadow: var(--box-shadow);
  padding: 40px;
}

.about .content h3 {
  font-weight: 700;
  color: var(--accent-color);
  text-transform: uppercase;
}

.about .content h2 {
  font-weight: 700;
}

.about .content p {
  margin: 15px 0 30px 0;
  line-height: 24px;
  color: var(--bs-gray-400);
  font-weight: 300;
}

.about .content .btn-read-more {
  color: var(--contrast-color);
  background: var(--accent-color);
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.about .content .btn-read-more span {
  font-family: var(--default-font);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .content .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .content .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values Section
--------------------------------------------------------------*/
.values .card {
  background-color: var(--box-color);
  box-shadow: var(--box-shadow);
  color: var(--default-color);
  padding: 30px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  border: 0;
}

.values .card img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
  max-height: 260px;
  object-fit: cover;
}

.values .card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0px;
  color: var(--accent-color2);
}
.values .card p{
  font-size: 16px;
  color: var(--bs-gray-400);
  font-weight: 300;
}
[lang='kr'] .values .card h3 {
  letter-spacing: -1px;
}
[lang='en'] .values .card h3 {
  letter-spacing: 0px;
}
.values .card:hover {
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.values .card:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  background-color: var(--box-color);
  box-shadow: var(--box-shadow);
  padding: 20px;
  gap: 20px;
  border-radius: 15px;
  
}

.stats .stats-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}
.stats .stats-item .text-black {
  --bs-text-opacity: 1;
  color: rgb(157 157 157) !important;
}
.stats .stats-item img{
  max-width: 64px;
}
.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 1;
  transition: 0.3s;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  /* filter: grayscale(100); */
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  line-height: 0;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Alt Features Section
--------------------------------------------------------------*/
.alt-features .icon-box {
  display: flex;
}

.alt-features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.alt-features .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: var(--accent-color);
  margin-right: 15px;
}

.alt-features .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}
/* ----------------------------------------------------------------

	Countdown 수정된 내용이 반영되지 않음

-----------------------------------------------------------------*/
.countdown {
  position: relative;
  display: block;
}

.countdown-wrap {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  height: 70vh;
}

.countdown-container {
  max-width: 551px;
  background-color: var(--color-white);
  padding: 4rem 2rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
  display: flex;
  flex-direction: row;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.35rem;
  box-shadow: 0 0.15rem 2.75rem 0 rgb(33 40 50 / 15%);
}

.countdown-container span h1 {
  word-break: break-all !important;
}

.counter-number {
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--color-secondary-dark);
}

.counter-number span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  padding-top: 10px;
  color: var(--color-gray);
}

.coming-box {
  float: left;
  width: 25%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  /* border-style: none;
  border-width: 0; */
}

.form-control,
.form-select {
  border-color: #6c757d;
  color: var(--default-color);
  background-color: transparent;
}

.form-select option {
  color: var(--color-secondary);
  background-color: var(--color-white);
}
.form-select:focus,
.form-control:focus {
  color: var(--color-secondary);
  border-color: var(--bs-primary);
  background-color: #fdfdfd;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-primary);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner .swiper-slide {
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-radius: 0.45rem;
  overflow: hidden;
  opacity: 1;
  transition: all 0.4s ease-out;
}
.partner .swiper-slide img {
  max-height: 80px;
  /*    filter: grayscale(100%);*/
  transition: all 0.4s ease-out;
}
.partner .swiper-slide:hover {
  opacity: 1;
}
.partner .swiper-slide:hover img {
  filter: grayscale(0%);
}

.page-manager {
  background-color: #020235;
  background: rgba(0, 0, 51, 0.9);
  background: url(/html/basic/assets/img/hero-bg2.png) center center / cover;
  margin-top: 0rem !important;
  padding-top: 60px;
}
.pagination {
  display: flex;
  justify-content: center;
}
.page-link {
}
.page-item.active .page-link {
  z-index: 3;
  color: var(--bs-gray-400);
  background-color: var(--color-secondary-dark);
  border-color: var(--color-secondary-dark);
}
.page-link {
  background-color: var(--bs-dark);
  color: var(--bs-gray-400);
}

.deposit_aleo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: stretch;
  justify-content: space-between;
}

.deposit_aleo .card,
.deposit_coin .card {
  display: grid;
  align-items: center;
  grid-template-columns: 20% 80%;
}
.deposit_aleo .card img {
  height: 80px;
}

.usdt-check {
  margin: 0px;
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: stretch;
}
.usdt-check .card.active {
   background-color:#181818;
   border-color: #24b507;
}
@media (max-width: 1199.98px) {
  .usdt-check {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .deposit_aleo {
    grid-template-columns: repeat(1, 1fr);
  }
  .usdt-check {
    grid-template-columns: repeat(1, 1fr);
  }
}
.usdt-check li {
  text-align: center;
}

.aleo-asset .tile-item {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  /*    position: relative;*/
}
/*.aleo-asset .tile-item img, .aleo-asset .tile-item .stats-content{
    position: relative;
    z-index: 7
}

.aleo-asset .tile-item::before{
        position: absolute;
    content: "";
        left: 0px;
        top: 0px;
        width: 100%;
    opacity: 0.4;
        height: 100%;
        background-image: linear-gradient(1turn, #000, transparent);
    }
*/

/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  height: 40px;
  --c: no-repeat linear-gradient(orange 0 0);
  background: var(--c), var(--c), var(--c), var(--c);
  background-size: 21px 21px;
  animation: l5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}
@keyframes l5 {
  0% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  }
  33% {
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    width: 60px;
    height: 60px;
  }
  66% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
    width: 60px;
    height: 60px;
  }
  100% {
    background-position: 100% 0, 100% 100%, 0 100%, 0 0;
  }
}
.header {
  /*    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);*/
}
.container-full {

}
.container-full > .container {
  /*    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);*/
  /*
     background-image: radial-gradient(farthest-side at bottom left, #271d3b, transparent 400px), radial-gradient(farthest-corner at bottom right, #3a233f, transparent 700px);
    padding: 2rem;
*/
}
.aleo-asset,
.card {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease-out 0s;
}
.card {
  background-color: var(--box-color);
  /* background-image: radial-gradient(farthest-side at bottom left, #271d3b, transparent 400px), radial-gradient(farthest-corner at bottom right, #3a233f, transparent 700px); */
}
.card.active {
  background-color: #ff0654;
  /* background-image: radial-gradient(farthest-side at bottom left, #4a298b, transparent 400px), radial-gradient(farthest-corner at bottom right, #8d1fa5, transparent 700px); */
}
.aleo-asset .tile-item {
  color: rgba(var(--color-primary-dark-rgb), 0.85);
  word-wrap: break-word;
  word-break: keep-all;
}
.aleo-asset .tile-item h6 {
  color: rgb(15, 15, 15);
  font-weight: 700;
  margin-bottom: 0.45rem;
}
.aleo-asset .tile-item h1 {
  color: rgb(15, 15, 15);
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
}
.aleo-asset .tile-item .stats-content {
  text-align: end;
}

@media (max-width: 767px) {
  .aleo-asset .tile-item {
    flex-direction: column;
    justify-content: center;
  }
  .aleo-asset .tile-item .stats-content {
    text-align: center;
    display: grid;
  }
  .aleo-asset .tile-item h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .aleo-asset .tile-item .stats-content a {
    display: none;
  }
  .loader {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.aleo-asset {
  margin-top: 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.aleo-asset .tile-item {
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem;
}
.aleo-asset .stats-content h3,
.aleo-asset .stats-content h6,
.aleo-asset .stats-content h1 {
  margin: 0px;
}
.aleo-asset .stats-content {
  display: grid;
  gap: 0rem 0rem;
}
.aleo-asset .stats-content p {
  margin-bottom: 0rem;
}
.aleo-asset .stats-content p small {
  opacity: 0.8;
}
.aleo-asset .tile-item h1,
.aleo-asset .stats-content h3 {
  font-family: var(--font-primary);
}
.aleo-asset .tile-item h1 {
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  font-weight: 900;
}
.aleo-asset .stats-content h3 {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .aleo-asset .tile-item {
    height: 500px;
    justify-content: flex-start;
  }
  .aleo-asset .stats-content {
    margin-top: 1rem;
    position: absolute;
    bottom: 30px;
  }
}

#chart1,
#chart2 {
  width: 100%;
}


.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none; 
  background-color: var(--box-color);
  color: var(--default-color);    
  line-height: 1;
  padding: 20px 30px;
  min-width: 200px;
  border-radius: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 98%;
}

.th-btn:before,.th-btn:after {
  content: "";
  position: absolute;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 5px;
  left: 5px;
  width: 16px;
  height: calc(100% - 10px);
  border-radius: 0;
  transition: -webkit-clip-path 0.2s ease;
  -webkit-transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
  -webkit-clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%);
  clip-path: polygon(85% 0, 100% 0, 15% 50%, 100% 100%, 85% 100%, 0% 50%)
}

.th-btn:after {
  right: 5px;
  left: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.th-btn i {
  -webkit-transition: 0.4s all;
  transition: 0.4s all
}

/* .th-btn:hover,.th-btn.active {
  background: var(--white-color);
  -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  color: var(--title-color)
}

.th-btn:hover:before,.th-btn:hover:after,.th-btn.active:before,.th-btn.active:after {
  -webkit-clip-path: polygon(2px 60%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%);
  clip-path: polygon(2px 60%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%)
} */

.th-btn.style2 {
  background-color: var(--theme-color2)
}

.th-btn.style2:hover {
  background: var(--theme-color)
}

.th-btn.style3 {
  background: transparent
}

.th-btn.style3:hover {
  color: var(--title-color)
}

.th-btn.style3:hover:before,.th-btn.style3:hover:after {
  background-color: var(--white-color)
}

.th-btn.style4 {
  background-color: var(--theme-color2);
  color: var(--white-color)
}

.th-btn.style4:hover {
  color: var(--white-color)
}

.th-btn.style4:hover:before,.th-btn.style4:hover:after {
  background-color: var(--title-color)
}

.th-btn.style5 {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.th-btn.style5:hover {
  color: var(--theme-color)
}

.th-btn.style5:hover:before,.th-btn.style5:hover:after {
  background-color: var(--white-color)
}

.th-btn.style6 {
  background-color: var(--title-color)
}

.th-btn.style6:hover {
  color: var(--theme-color)
}

.th-btn.style6:hover:before,.th-btn.style6:hover:after {
  background-color: var(--white-color)
}

.th-btn.style7 {
  background-color: var(--white-color);
  color: var(--title-color)
}

.th-btn.style-border {
  
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  background: var(--theme-color);
  padding: 0
}

.th-btn.style-border .btn-border {
 
  background-color: var(--title-color);
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  border: 0;
  width: -webkit-fill-available;
  color: var(--white-color);
  border-radius: 0;
  margin: 2px;
  padding: 19px 30px
}

.th-btn.style-border:after,.th-btn.style-border:before {
  -webkit-clip-path: polygon(45% 0, 50% 0, 5% 50%, 50% 100%, 45% 100%, 0% 50%);
  clip-path: polygon(45% 0, 50% 0, 5% 50%, 50% 100%, 45% 100%, 0% 50%);
  top: 6px;
  left: 6px;
  width: 26px;
  height: calc(100% - 12px);
  background: var(--theme-color);
  z-index: 1
}

.th-btn.style-border:after {
  right: 6px;
  left: auto
}

.th-btn.style-border:hover {
  -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%)
}

.th-btn.style-border:hover .btn-border {
  -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%)
}

.th-btn.style-border:hover:after,.th-btn.style-border:hover:before {
  -webkit-clip-path: polygon(2px 50%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%);
  clip-path: polygon(2px 50%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%)
}

.th-btn.style-border2 {
  display: inline-block;
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  background: var(--white-color);
  padding: 0
}

.th-btn.style-border2 .btn-border {
  display: inline-block;
  background-color: var(--title-color);
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  border: 0;
  width: -webkit-fill-available;
  color: var(--theme-color);
  border-radius: 0;
  margin: 2px;
  padding: 19px 30px
}

.th-btn.style-border2:after,.th-btn.style-border2:before {
  -webkit-clip-path: polygon(45% 0, 50% 0, 5% 50%, 50% 100%, 45% 100%, 0% 50%);
  clip-path: polygon(45% 0, 50% 0, 5% 50%, 50% 100%, 45% 100%, 0% 50%);
  top: 6px;
  left: 6px;
  width: 26px;
  height: calc(100% - 12px);
  background: var(--white-color);
  z-index: 1
}

.th-btn.style-border2:after {
  right: 6px;
  left: auto
}

.th-btn.style-border2:hover {
  -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%)
}

.th-btn.style-border2:hover .btn-border {
  -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  clip-path: polygon(0px 0%, 100% 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%)
}

.th-btn.style-border2:hover:after,.th-btn.style-border2:hover:before {
  -webkit-clip-path: polygon(2px 50%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%);
  clip-path: polygon(2px 50%, 2px calc(100% - 2px), 100% calc(100% - 0px), 100% 100%, 0 100%, 0 100%)
}

.th-btn.style-border3 {
  display: block;
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  background: var(--theme-color);
  padding: 0 0 2px 0;
}

.th-btn.style-border3 .btn-border {
  display: block;
  background-color: var(--title-color);
  -webkit-clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
  border: 0;
  width: -webkit-fill-available;
  color: var(--white-color);
  border-radius: 0;
  margin: 1px;
  padding: 26px 36px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}

.th-btn.style-border3 .btn-border i {
  -webkit-transition: none;
  transition: none
}

.th-btn.style-border3:after,.th-btn.style-border3:before {
  -webkit-clip-path: polygon(45% 0, 50% 0, 5% 50%, 50% 100%, 45% 100%, 0% 50%);
  clip-path: polygon(45% 0, 50% 0, 5% 50%, 50% 100%, 45% 100%, 0% 50%);
  top: 6px;
  left: 8px;
  width: 26px;
  height: calc(100% - 12px);
  background: var(--theme-color);
  z-index: 1
}

.th-btn.style-border3:after {
  right: 8px;
  left: auto
}



.th-btn.btn-fw {
  width: 100%
}

.th-btn.btn-fw:before,.th-btn.btn-fw:after {
  display: none
}

.th-btn.btn-fw:hover {
  background: var(--white-color);
  color: var(--title-color)
}

.th-btn.btn-sm {
  padding: 16px 25px;
  min-width: 152px
}

@media (max-width: 575px) {
  .th-btn {
      padding:17px 30px;
      min-width: 180px
  }

  .th-btn .btn-border svg {
      height: 100%;
      width: 100%
  }

  .th-btn.style-border:before,.th-btn.style-border:after {
      height: calc(100% - 16px);
      top: 8px
  }
}

.example-marquee .content{
  display: grid;
  gap: 40px;
}
.refferal{
  /* background-image: url(/html/images/bg-dark2.svg);
  background-size: cover; */
  padding: 2.4rem;
}
.refferal h3{
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-color);
  text-transform: uppercase;
}

.refferal-group {
  box-sizing: border-box;
    margin: 0px 0px 16px;
    min-width: 0px;
    display: flex;
    border-radius: 6px;
    padding: 14px 12px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(43, 49, 57);
   
    font-weight: 500;
}
.reffer-label{
  min-width: 140px;
}
.refferal-code{
  
  overflow: hidden;
  text-overflow: ellipsis;
}

.refferal-group .clipCopy{
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .refferal{
    /* background-image: url(/html/images/bg-dark2.svg);
    background-size: cover; */
    padding: 2rem 1rem;
  }
  .reffer-label{
    min-width: 100px;
  }
}