/*
  Theme Name: NFTMAK - NFT Marketplace Template.
  Support: admin@gmail.com
  Description: NFTMAK - NFT Marketplace Template.
  Version: 1.0
*/

/* CSS Index
===============================
1. Theme default css
2. Header
3. Mobile-menu
4. Sidebar
5. Breadcrumb
6. Category
7. Banner
8. Top-seller
9. Top Collection
10. Features
11. Explore-area
12. Author Profile
13. Activity
14. Create Item
15. News
16. Testimonial
17. Creators
18. Blog
19. Login & Register
20. Footer
21. Preloader

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

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

/*===================================
   All Variables
=====================================*/
:root {
  --font-family-body: "Poppins", sans-serif;
  --font-family-heading: "Poppins", sans-serif;
  --primary-color: #1d1933;
  --secondary-color: #131129;
  --body-text-color: #c9c9c9;
  --heading-text-color: #fff;
  --paragraph-text-color: #c9c9c9;
  --nft-gradient-color: linear-gradient(79deg,
      rgba(99, 69, 237, 1) 0%,
      rgba(224, 57, 253, 1) 100%);
  --gradient-btn-hover: linear-gradient(90deg,
      rgba(224, 57, 253, 1) 0%,
      rgba(99, 69, 237, 1) 100%);
  --facebook: #3b5998;
  --twitter: #00acee;
  --linkedin: #1976d2;
  --pinterest: #3b5998;
  --youtube: #c4302b;
  --skype: #00aff0;
  --section-background-color: #070b24;
  --header-background-color: #1c1832;
  --sidebar-icon-background: linear-gradient(rgb(41, 38, 73) 0%,
      rgba(19, 17, 41, 0) 100%);
  --icon-color: #59606b;
  --icon-border-color: #2a2547;
  --header-border-color: #222121;
  --menu-color: #d4cdcd;
  --header-form-border-color: #322c50;
  --purple-color: #e039fd;
  --dark-blue-color: #6345ed;
}

body {
  font-family: var(--font-family-body);
  font-weight: normal;
  font-size: 16px;
  color: var(--primary-color);
  font-style: normal;
  background: var(--section-background-color);
}

img,
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #2b96cc;
  text-decoration: none;
}

a,
button {
  color: #1696e7;
  outline: medium none;
  text-decoration: none;
}

div .ReactTags__selected button {
  color: white !important;
  outline: none;
  border: none;
  background: none;
}

.ReactTags__selected span.ReactTags__tag {
  border: 1px solid #6345ed;
  background: #6345ed;
  color: white;
  font-size: 15px;
  display: inline-block;
  padding: 10px;
  margin: 5px 5px;
  border-radius: 10px;
}

.ReactTags__selected a.ReactTags__remove {
  color: #aaa;
  margin-left: 5px;
  cursor: pointer;
}

.dropdown button {
  user-select: none;
  -moz-user-select: none;
  background: none;
  border: none none;
  border-radius: none;
  color: white;
  background-color: transparent;
  cursor: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 15px 12px;
  text-align: center;
  text-transform: uppercase;
  /* touch-action: manipulation; */
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.dropdown button:after {
  text-decoration: none;
  outline: none;
  color: none;
  outline: none;
  text-decoration: none;
  box-shadow: none;
}

.dropdown .btn::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 4px;
  top: 4px;
  border: none;
  /* border: 1.5px dashed #fff; */
  border-radius: 30px;
}

.dropdown .btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  border: none;
  border-style: none;
}

.dropdown .btn:hover {
  color: rgba(224, 57, 253, 1);
  background: transparent;
}

.dropdown .btn-primary {
  color: none;
  background: transparent;
  border-color: none;
  /* color: transparent !important; */
}

.dropdown .btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: none;
  background-color: none;
  background: none;
  border-color: none;
  border-radius: none;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  border: none;
  border-style: none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  color: var(--heading-text-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--paragraph-text-color);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: var(--primary-color);
  border-radius: 10px;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 8px;
  background-color: var(--primary-color);
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: var(--nft-gradient-color);
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/* Bootstrap 5 */
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.row.g-0 {
  --bs-gutter-x: 0;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

/* button style */
.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--nft-gradient-color);
  border: medium none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 15px 12px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 4px;
  top: 4px;
  border: 1.5px dashed #fff;
  border-radius: 30px;
}

.btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-btn-hover);
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.btn:hover {
  color: #fff;
}

.btn:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}

.breadcrumb>.active {
  color: #888;
}

/* scrollUp */
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 5px;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: var(--nft-gradient-color);
  transition: 1s ease;
  border: none;
  opacity: 0;
}

.scroll-top.open {
  bottom: 30px;
  opacity: 1;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: var(--gradient-btn-hover);
}

/* 2. Header */
.main-content {
  position: relative;
}

.custom-container {
  max-width: 1330px;
}

.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
}

.menu-area {
  margin-top: 30px;
  margin-bottom: -130px;
}

.menu-wrap {
  background: var(--header-background-color);
  padding: 0 25px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 7px 9px;
}

.menu-wrap::before {
  content: "";
  position: absolute;
  border: 1px solid var(--header-border-color);
  top: -7px;
  left: -9px;
  bottom: -7px;
  right: -9px;
  border-radius: 10px;
  pointer-events: none;
  box-sizing: none;
}

.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.logo img {
  max-width: 74px;
}

.header-form {
  width: 340px;
  margin-left: 46px;
  padding-left: 68px;
  position: relative;
}

.header-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 31px;
  border-radius: 3px;
  background: var(--header-form-border-color);
}

.header-form form {
  position: relative;
}

.header-form form input {
  width: 100%;
  /* height: 47px; */
  /* padding: 13px 20px 13px 40px; */
  padding: 13px 0px 13px 40px;
  background: var(--secondary-color);
  border: none;
  border: 1px dashed var(--header-form-border-color);
  color: var(--menu-color);
  border-radius: 6px;
  font-size: 14px;
}

.header-form form input::placeholder {
  color: var(--menu-color);
  font-size: 12px;
  font-weight: 500;
}

.header-form form button {
  position: absolute;
  border: none;
  background: none;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  color: var(--icon-color);
}

.navbar-wrap {
  display: flex;
  flex-grow: 1;
}

.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
}

.navbar-wrap ul li {
  /* display: block; */
  position: relative;
}

.navbar-wrap ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--menu-color);
  padding: 35px 16px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
  color: var(--purple-color);
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
  display: none;
}

.header-action>ul {
  display: flex;
  align-items: center;
  /* margin-left: 22px; */
  margin-left: 15px;
}

.header-action>ul li {
  position: relative;
  margin-left: 30px;
}

.header-action ul li:first-child {
  margin-left: 0;
}

.header-action ul li a {
  color: #222;
  font-size: 14px;
}

.header-action .header-btn .btn {
  color: #fff;
  font-size: 14px;
  padding: 18px 28px;
}

.navbar-wrap ul li .submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid #383354;
  background: #1c1832;
  margin: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.65);
  border-radius: 0;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.navbar-wrap ul li .submenu li {
  margin-left: 0;
  text-align: left;
  display: block;
}

.navbar-wrap ul li .submenu li a {
  padding: 0 10px 0 25px;
  line-height: 40px;
  font-weight: 500;
  color: var(--menu-color);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .submenu li.active>a,
.navbar-wrap ul li .submenu li:hover>a {
  color: var(--purple-color);
}

.navbar-wrap ul li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  /* background: #fff; */
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: #fff;
  margin-right: 30px;
  top: 15px;
}

.nav-logo img {
  width: 150px;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  border-radius: 0px;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  background: var(--primary-color);
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: var(--primary-color);
}

.mobile-menu-visible .menu-backdrop {
  opacity: 0.8;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--primary-color);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgb(84 75 133 / 47%);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgb(84 75 133 / 47%);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgb(84 75 133 / 47%);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.mobile-menu .navigation li ul li>a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li.active>a,
.mobile-menu .navigation li:hover>a {
  color: var(--purple-color);
}

.mobile-menu .navigation li ul li ul li a {
  margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: #2a244a;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: var(--purple-color);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid rgb(84 75 133 / 47%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
  border-color: var(--dark-blue-color);
  background: var(--dark-blue-color);
  color: #fff;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  display: none;
  margin-top: 28px;
  z-index: 99;
  margin: 30px 35px 0 0;
}

/* Offcanvas */
.offcanvas-wrapper {
  background: var(--primary-color) none repeat scroll 0 0;
  height: 100%;
  padding: 30px 15px 30px 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 420px;
  z-index: 9999;
  transform: translateX(100%);
}

.offcanvas-wrapper.active {
  transform: translateX(0);
}

.offcanvas-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/bg/sidebar_bg.png);
  width: 100%;
  height: 184px;
  z-index: -1;
}

.offcanvas-inner {
  height: 100%;
  padding-right: 0;
}

.offcanvas-wrapper .mCSB_inside>.mCSB_container {
  margin-right: 25px;
}

.offcanvas-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: var(--nft-gradient-color);
}

.offcanvas-wrapper .mCSB_scrollTools .mCSB_draggerRail {
  background: var(--section-background-color);
}

.menu-trigger,
.menu-close {
  position: absolute;
  width: 29px;
  height: 48px;
  background: var(--nft-gradient-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -29px;
  top: 55px;
  color: #fff;
  border-radius: 5px 0 0 5px;
}

.menu-trigger i,
.menu-close i {
  display: block;
  line-height: 1;
}

.menu-close {
  display: none;
}

.offcanvas-wrapper.active .menu-close {
  display: flex;
}

.offcanvas-wrapper.active .menu-trigger {
  display: none;
}

.author-img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  margin: 0px auto 14px;
  position: relative;
  z-index: 1;
  border: 3px solid transparent;
  background-clip: padding-box;
}

.author-img img {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.author-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -3px;
  background: -moz-linear-gradient(180deg, #f53131 0%, #18152b 100%);
  background: -webkit-linear-gradient(180deg, #f53131 0%, #18152b 100%);
  background: -o-linear-gradient(180deg, #f53131 0%, #18152b 100%);
  background: -ms-linear-gradient(180deg, #f53131 0%, #18152b 100%);
  background: linear-gradient(180deg, #f53131 0%, #18152b 100%);
  border-radius: 50%;
  transition: 0.3s linear;
  border-radius: 50%;
  z-index: -1;
}

.author-content .title {
  font-size: 20px;
  margin-bottom: 3px;
  font-weight: 500;
  color: var(--paragraph-text-color);
}

.author-content p {
  font-size: 12px;
  margin-bottom: 22px;
  font-weight: 500;
}

.author-content .btn {
  width: 154px;
  padding: 18px 20px;
}

.sidebar-active .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.sidebar-active .slick-dots li {
  margin: 0 4px;
  line-height: 0;
}

.sidebar-active .slick-dots li button {
  text-indent: -9999999px;
  border: none;
  padding: 0;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  transition: 0.3s linear;
  background: rgba(196, 196, 196, 0.5);
}

.sidebar-active .slick-dots li.slick-active button {
  background: #c4c4c4;
}

.sidebar-img img {
  border-radius: 15px;
  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
  width: 100%;
}

.overview-title .title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: var(--paragraph-text-color);
}

.overview-item {
  display: flex;
  align-items: center;
  background: linear-gradient(89.9deg, #090e2b 13.28%, #0d1127 99.84%);
  padding: 15px;
  border-radius: 6px;
}

.overview-item:not(:last-child) {
  margin-bottom: 12px;
}

.overview-icon {
  width: 45px;
  height: 42px;
  background: #009fbb;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 9px;
  line-height: 0;
  font-size: 20px;
  margin-right: 20px;
}

.overview-content .title {
  font-size: 12px;
  font-weight: 400;
  color: var(--paragraph-text-color);
  margin-bottom: 3px;
}

.overview-content span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.overview-item>a {
  margin-left: auto;
  display: flex;
  width: 28px;
  height: 28px;
  background: var(--primary-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #fff;
}

.overview-item-wrap .overview-item:nth-child(2) .overview-icon {
  background: #f3943d;
}

.overview-item-wrap .overview-item:nth-child(3) .overview-icon {
  background: #ff5e3d;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.7;
  visibility: visible;
}

/* 4. Sidebar */
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--primary-color);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 101;
  width: 116px;
  padding: 55px 30px;
  text-align: center;
  overflow-y: auto;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.sidebar::-webkit-scrollbar-track,
.offcanvas-inner::-webkit-scrollbar-track {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: var(--primary-color);
  border-radius: 10px;
}

.sidebar::-webkit-scrollbar,
.offcanvas-inner::-webkit-scrollbar {
  width: 4px;
  background-color: var(--primary-color);
}

.sidebar::-webkit-scrollbar-thumb,
.offcanvas-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: var(--nft-gradient-color);
}

.sidebar-logo img,
.footer-logo img,
.nav-logo img {
  width: 84px;
}

.sidebar-icon {
  flex-grow: 1;
}

.sidebar-icon ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sidebar-icon ul li a {
  width: 56px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-color);
  background: var(--sidebar-icon-background);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  border-radius: 9px;
  border: 1px solid var(--icon-border-color);
  transition: all 0.3s ease-in 0s;
  font-size: 26px;
  line-height: 0;
}

.sidebar-icon ul li.active a,
.sidebar-icon ul li a:hover {
  background: var(--secondary-color);
}

.sidebar-icon ul li {
  margin-bottom: 20px;
}

.sidebar-icon ul li:nth-child(2) {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.sidebar-icon ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 26px;
  height: 4px;
  background: var(--secondary-color);
  border-radius: 3px;
}

.sidebar-icon ul li:last-child {
  margin-bottom: 0;
  margin-top: auto;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
  background-image: url(../img/bg/breadcrumb_bg.png);
  background-position: center;
  background-size: cover;
  padding: 260px 0 140px;
}

.breadcrumb-content .title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
}

.breadcrumb-bg-two {
  background-image: url(../img/bg/breadcrumb_bg02.jpg);
}

.market-single-breadcrumb-area {
  padding: 30px 0 30px;
}

.market-single-breadcrumb-area .breadcrumb-bg {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 260px;
  background-image: url(../img/bg/breadcrumb_bg.png);
  background-position: center;
  background-size: cover;
  padding: 0;
  z-index: -1;
}

.market-single-breadcrumb-area .breadcrumb-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background: var(--section-background-color); */
  background: -webkit-linear-gradient(to bottom,
      transparent,
      var(--section-background-color));
  background: linear-gradient(to bottom,
      transparent,
      var(--section-background-color));
  z-index: 1;
}

.market-single-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-area.market-single-header {
  margin-top: 30px;
  margin-bottom: 0;
}

.home-back-btn {
  margin-bottom: 15px;
}

.home-back-btn a {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #aeaeae;
  background: #241f3d;
  border: 1px solid #1c1832;
  border-radius: 30px;
  padding: 12px 30px;
}

.home-back-btn a:hover {
  background: var(--purple-color);
  color: #fff;
}

.market-single-breadcrumb .breadcrumb {
  margin-bottom: 15px;
}

.market-single-breadcrumb .breadcrumb-item {
  color: var(--paragraph-text-color);
  font-size: 14px;
  font-weight: 600;
}

.market-single-breadcrumb .breadcrumb-item a {
  color: var(--paragraph-text-color);
}

.market-single-breadcrumb .breadcrumb-item a:hover {
  color: var(--purple-color);
}

.market-single-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\f112";
  font-family: "uicons-solid-rounded";
  color: #fff;
}

/* 6. Category */
.category-area {
  background: var(--header-background-color);
  padding: 26px 0;
}

.category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.category-list li {
  margin: 4px 20px;
}

.category-list li img {
  max-width: 19px;
  flex: 0 0 19px;
  margin-right: 10px;
}

.category-list li a {
  color: #b4b2b2;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.category-list li.active a,
.category-list li:hover a {
  color: #fff;
}

.inner-explore-products {
  padding: 80px 0 50px;
}

.filter-wrap form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 25px;
}

.filter-wrap form .filter-item {
  display: flex;
  align-items: center;
  margin: 0 30px 15px 0;
}

.filter-wrap form .filter-item .title {
  font-weight: 600;
  font-size: 16px;
  color: #e8e8e8;
  margin-right: 20px;
  cursor: default;
}

.filter-item .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 30px;
}

.filter-item .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.filter-item .button {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 35px;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
}

.filter-item .button:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 3px;
  background-color: var(--section-background-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.filter-item input:checked+.button {
  background-color: var(--dark-blue-color);
}

.filter-item input:focus+.button {
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
}

.filter-item input:checked+.button:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.filter-item input:checked+.button::before {
  background: #fff;
}

.filter-wrap form .filter-btn {
  margin: 0 0 15px auto;
}

.filter-category-wrap {
  padding: 15px 25px;
  margin-bottom: 30px;
  background: var(--primary-color);
  border-radius: 8px;
  display: none;
}

/* 7. Banner */
.banner-bg {
  background-image: url(../img/banner/banner_bg.png);
  background-size: cover;
  background-position: top center;
}

.banner-area {
  padding: 250px 0 145px;
}

.banner-content {
  margin-left: 90px;
}

.banner-content .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 10px;
}

.banner-content .title span {
  color: var(--purple-color);
}

.banner-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
  width: 80%;
}

.banner-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 18px 21px;
  transition: 0.3s linear;
  color: #fff;
  line-height: 1;
}

.banner-btn:hover {
  color: #fff;
}

.banner-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 51px;
  background: var(--nft-gradient-color);
  z-index: -1;
  border-radius: 30px;
  transition: 0.3s linear;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner-btn:hover::after {
  width: 100%;
}

.banner-btn i {
  line-height: 0;
  margin-left: 12px;
}

.market-single-area {
  padding: 0 0 70px;
}

.market-single-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}

.market-single-title-wrap .title {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 0;
}

.market-details-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.market-details-meta li {
  font-weight: 600;
  font-size: 14px;
  color: #d1d1d1;
  margin-right: 22px;
}

.market-details-meta li:last-child {
  margin-right: 0;
}

.market-details-meta li a {
  color: var(--purple-color);
  margin-left: 5px;
}

.market-details-meta li p {
  color: var(--purple-color);
  margin-left: 5px;
}

.market-details-meta .wishlist {
  display: flex;
  align-items: center;
}

.market-details-meta .wishlist::before {
  content: "\f1e9";
  font-family: "uicons-solid-rounded";
  color: var(--purple-color);
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.market-single-action {
  margin-left: 30px;
}

.market-single-action ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.market-single-action ul li+li {
  margin-left: 12px;
}

.market-single-action ul li a {
  display: flex;
  width: 46px;
  height: 46px;
  background: #241f3d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
}

.market-single-action ul li a:hover {
  background: var(--purple-color);
}

.market-single-action ul li a i {
  display: block;
  line-height: 0;
}

.market-single-creator {
  background: #241f3d;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding: 10px 17px;
  margin-bottom: 20px;
}

.market-single-creator .thumb,
.highest-bid-avatar .thumb {
  width: 62px;
  height: 62px;
  background: rgba(7, 11, 36, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 6px;
  margin-right: 15px;
}

.market-single-creator .info .title,
.highest-bid-avatar .content .title {
  font-weight: 600;
  font-size: 16px;
  /* margin-bottom: 2px; */
}

.market-single-creator .info .title a:hover,
.highest-bid-avatar .content .title a:hover {
  color: var(--purple-color);
}

.market-single-creator .info>span,
.highest-bid-avatar .content>span {
  /* display: block; */
  color: #d7d2d2;
  font-weight: 500;
  font-size: 13px;
}

.market-single-content {
  margin: 14px 0 39px;
}

.market-single-content p {
  margin-bottom: 0;
}

.highest-bid-wrap {
  background: #241f3d;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  border-top: 8px solid rgba(72, 68, 92, 0.2);
  padding: 25px 25px 30px;
  position: relative;
  z-index: 1;
}

.highest-bid-wrap .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 17px;
}

.highest-bid-avatar {
  display: flex;
  align-items: center;
}

.bid-countdown-wrap .coming-time {
  display: flex;
  align-items: center;
  border: 3px solid transparent;
  border-radius: 6px;
  justify-content: center;
  background: #241f3d;
  padding: 11px 15px;
  background-clip: padding-box;
  position: relative;
}

.bid-countdown-wrap .coming-time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -3px;
  background: var(--nft-gradient-color);
  border-radius: 6px;
  transition: 0.3s linear;
  z-index: -1;
}

.bid-countdown-wrap .coming-time .time-count>span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.bid-countdown-wrap .coming-time .time-count>span:last-child {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #d6d3d3;
  margin-top: 5px;
}

.bid-countdown-wrap .coming-time .time-count {
  margin-right: 15px;
}

.bid-countdown-wrap .coming-time .time-count:last-child {
  margin-right: 0;
}

.place-bid-btn-loader {
  display: block;
  width: 100%;
  background: #080b24;
  border: 2px solid #080b24;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 25px;
  margin-top: 35px;
}

.place-bid-btn {
  display: block;
  width: 100%;
  background: #080b24;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 25px;
  margin-top: 35px;
}

.place-bid-btn:hover {
  border-color: var(--purple-color);
  color: var(--purple-color);
}

/* .market-single-area .activity-table {
  margin-top: 20px;
} */

.market-single-area .table-area {
  margin-top: 20px;
}

.market-single-area .activity-table tbody .author img {
  border-radius: 11px;
}

.market-single-area .activity-table tbody tr {
  box-shadow: none;
  background: var(--primary-color);
  border-bottom: 12px solid var(--section-background-color);
}

.market-single-area .activity-table thead th {
  font-size: 16px;
  font-weight: 500;
}

.market-single-area .activity-table thead th.title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.bid-history-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #241f3d;
}

.bid-history-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.bid-history-list .bid-history-item {
  background: rgba(36, 31, 61, 0.4);
  border-radius: 7px;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s linear;
}

.bid-history-item .bid-history-info {
  text-align: right;
}

.bid-history-item .bid-history-info span {
  color: #d7d2d2;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 7px;
}

.bid-history-item .bid-history-info .title {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
}

.bid-history-list .bid-history-item:hover {
  background: #241f3d;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.bid-history-overflow {
  max-height: 303px;
}

.bid-history-overflow .mCSB_scrollTools {
  width: 4px;
}

.bid-history-overflow .mCSB_scrollTools .mCSB_draggerContainer {
  background: #241f3d;
}

.bid-history-overflow .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 30px;
}

.bid-history-overflow .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: var(--nft-gradient-color);
}

.bid-history-overflow .mCSB_inside>.mCSB_container {
  margin-right: 25px;
}

.bid-history-wrap {
  overflow: hidden;
  margin-top: 45px;
}

.bid-history-wrap .nav-tabs {
  border-bottom: 1px solid #6d43ee;
  margin-bottom: 17px;
  padding-bottom: 5px;
}

.bid-history-wrap .nav .nav-item {
  margin-right: 35px;
  margin-bottom: 10px;
}

.bid-history-wrap .nav .nav-item .nav-link {
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: transparent;
}

.bid-history-wrap .nav .nav-item .nav-link.active {
  background: #6644ec;
  background: -webkit-linear-gradient(to right, #6644ec 0%, #df39fd 100%);
  background: -moz-linear-gradient(to right, #6644ec 0%, #df39fd 100%);
  background: linear-gradient(to right, #6644ec 0%, #df39fd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.top-collection-area.live-auctions-area {
  padding: 0 0 50px;
}

/* 8. Top-seller */
.top-seller-area {
  position: relative;
  z-index: 1;
}

.top-seller-wrap {
  padding-bottom: 25px;
  border-bottom: 2.5px solid var(--primary-color);
}

.section-title .title {
  font-size: 26px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section-title button .title:hover {
  color: var(--purple-color);
  transition: all 0.3s ease-out 0s;
  /* color: #fff; */
}

.section-title .title img {
  margin-left: 10px;
}

.top-seller-item {
  display: flex;
  background: var(--primary-color);
  padding: 22px 22px;
  border-radius: 15px;
  border: 3px solid transparent;
  position: relative;
  background-clip: padding-box;
  margin-bottom: 30px;
}

.top-seller-item-loader {
  display: flex;
  /* background: var(--primary-color); */
  padding: 22px 22px;
  border-radius: 15px;
  border: 3px solid transparent;
  position: relative;
  background-clip: padding-box;
  margin-bottom: 30px;
}

.top-seller-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #33276b;
  border-radius: 15px;
  margin: -3px;
  z-index: -1;
}

.top-seller-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -3px;
  background: var(--nft-gradient-color);
  border-radius: 15px;
  opacity: 0.2;
  transition: 0.3s linear;
  z-index: -1;
}

.top-seller-item:hover::after {
  opacity: 1;
}

.top-seller-img {
  margin-right: 20px;
  width: 73px;
  height: 73px;
  flex: 0 0 73px;
  display: 'flex';
  max-height: 100%;
}

.top-seller-img img {
  border-radius: 50%;
}

.top-seller-content {
  flex-grow: 1;
}

.top-seller-content .title {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 600;
}

.top-seller-content .title a:hover {
  color: #fff;
}

.top-seller-content p {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.top-seller-content p span {
  color: var(--purple-color);
}

.top-seller-content ul {
  display: flex;
  align-items: center;
}

.top-seller-content ul li {
  margin-right: 7px;
}

.top-seller-content ul li a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--icon-border-color);
  line-height: 0;
  font-size: 10px;
  color: var(--icon-color);
  transition: 0.3s ease-in;
}

.top-seller-content ul li a:hover {
  border-color: var(--purple-color);
  color: var(--purple-color);
}

/* 9. Top Collection */
.top-collection-area {
  padding: 80px 0 50px;
}

.top-collection-item {
  background: var(--primary-color);
  border-radius: 15px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 11px 20px 17px;
  margin-bottom: 30px;
  /* width: 300px; */
  /* width: 280px; */
  max-width: 300px;
  min-width: 280px;
}

.collection-item-top>ul {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  justify-content: space-between;
}

.collection-item-top>ul>li {
  display: flex;
  align-items: center;
  color: var(--purple-color);
  font-size: 13px;
  font-weight: 600;
}

.collection-item-top>ul .thumb {
  display: block;
  width: 30px;
  flex: 0 0 30px;
  margin-right: 11px;
}

.collection-item-top>ul .thumb img {
  border-radius: 50%;
  border: 1px solid #494747;
}

.collection-item-top>ul .name {
  color: #84828f;
  margin-left: 5px;
}

.info-dots>span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c4c4c4;
  margin-left: 4.5px;
  opacity: 0.4;
}

.info-dots>span:nth-child(2) {
  opacity: 0.6;
}

.info-dots>span:nth-child(3) {
  opacity: 1;
}

.collection-item-thumb {
  margin-bottom: 27px;
}

.collection-item-thumb img {
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  height: 280px;
}

.collection-item-content .title {
  color: #fbfafa;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}

.collection-item-content .title a:hover {
  color: #fff;
}

.collection-item-content .title span {
  margin-left: 20px;
  font-size: 14px;
  color: var(--purple-color);
}

.collection-item-bottom ul {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  padding-top: 15px;
  border-top: 2px solid #262142;
  margin-top: 22px;
}

.collection-item-bottom .btn {
  min-width: 132px;
  font-size: 13px;
  padding: 15px 20px;
}

.collection-item-bottom .btn::before {
  opacity: 0.7;
}

.collection-item-bottom .btn:hover {
  color: #fff;
}

.collection-item-bottom .wishlist a {
  color: #bab6b4;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.collection-item-bottom .wishlist a::before {
  content: "\f1e9";
  font-family: "uicons-solid-rounded";
  color: #322e4d;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.top-collection-active [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.collection-item-bottom .wishlist a:hover::before {
  color: var(--purple-color);
}

.top-collection-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.top-collection-nav button {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--section-background-color);
  font-size: 16px;
  color: #59606b;
  position: relative;
  border: 3px solid transparent;
  padding: 0;
  background-clip: padding-box;
  border-radius: 4px;
}

.top-collection-nav button:hover {
  color: #fff;
  background-color: transparent;
}

.top-collection-nav button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--nft-gradient-color);
  margin: -3px;
  border-radius: 4px;
  z-index: -1;
}

.top-collection-nav button i {
  display: block;
  line-height: 0;
}

.top-collection-nav button:not(:last-child) {
  margin-right: 12px;
}

.collection-item-top .dropdown-toggle {
  position: absolute;
  left: 0;
  top: -5px;
  height: 20px;
  width: 100%;
  z-index: 1;
}

.collection-item-top .dropdown-toggle::after {
  display: none;
}

.collection-item-top .dropdown-menu {
  min-width: 186px;
  padding: 10px 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: black;
  background-color: #3c375c;
  background-clip: padding-box;
  border: 1px solid #414040;
  border-radius: 5px;
  inset: 32px 0px auto auto !important;
  transform: unset !important;
  width: 186px;
}

.dropdown .dropdown-item {
  color: #3c375c;
}

.dropdown-item>.disabled {
  color: #5b6166;
  pointer-events: none;
  background-color: black;
  background: black;
}

.collection-item-top .dropdown-menu li a {
  display: block;
  color: var(--paragraph-text-color);
  padding: 5px 18px;
}

.collection-item-top .dropdown-menu li a:hover {
  color: var(--purple-color);
}

/* 10. Features */
.area-bg {
  background-image: url(../img/bg/features_bg.png);
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.area-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(29, 25, 51, 0.5) 0%,
      rgba(29, 25, 51, 0) 100%);
  z-index: -1;
}

.week-features-area {
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}

.week-features-item {
  background: var(--primary-color);
  border-radius: 17px;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 27px 22px;
  margin-bottom: 30px;
}

.features-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.features-avatar {
  display: flex;
  align-items: center;
}

.features-item-wishlist {
  margin-left: 30px;
}

.features-avatar-thumb {
  width: 53px;
  flex: 0 0 53px;
  margin-right: 20px;
}

.features-avatar-thumb img {
  border-radius: 50%;
  border: 1px solid #494747;
}

.features-avatar-info .title {
  font-size: 18px;
  font-weight: 600;
  color: #ededed;
  margin-bottom: 3px;
}

.features-avatar-info>span {
  display: block;
  color: #bcbaba;
  font-size: 13px;
  font-weight: 600;
}

.features-avatar-info>span a {
  color: #f0f0f0;
}

.features-avatar-info .title a:hover,
.features-avatar-info>span a:hover {
  color: var(--purple-color);
}

.features-item-wishlist a {
  color: #f0f0f0;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  background: var(--section-background-color);
  border-radius: 8px;
  line-height: 1;
  min-height: 34px;
  padding: 0 8px;
}

.features-item-wishlist a::before {
  content: "\f1e9";
  font-family: "uicons-solid-rounded";
  color: #403c5e;
  margin-right: 5px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.features-item-wishlist a:hover::before {
  color: var(--purple-color);
}

.features-img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6.5px -13px;
}

.features-img-wrap li {
  padding: 0 6.5px 0;
  margin-bottom: 13px;
}

.features-img-wrap li img {
  border-radius: 6px;
  width: 100%;
}

.features-img-wrap li:nth-child(1) {
  width: 100%;
  flex: 0 0 100%;
}

.features-img-wrap li:nth-child(2) {
  width: 25%;
  flex: 0 0 25%;
}

.features-img-wrap li:nth-child(3) {
  width: 25%;
  flex: 0 0 25%;
}

.features-img-wrap li:nth-child(4) {
  width: 50%;
  flex: 0 0 50%;
}

.inner-week-features-area {
  padding: 80px 0 50px;
  background: linear-gradient(180deg,
      rgba(29, 25, 51, 0.5) 0%,
      rgba(29, 25, 51, 0) 100%);
}

.inner-week-features-area .section-button .btn {
  min-width: 175px;
}

/* NFTS Sell */
.sell-nfts-area {
  padding: 50px 0 0;
}

.sell-nfts-item {
  background: var(--primary-color);
  border-radius: 11px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 25px 25px 35px;
  margin: 30px 0 30px;
  transform: translateY(0);
  transition: 0.3s linear;
}

.sell-nfts-item:hover {
  transform: translateY(-7px);
}

.sell-nfts-item .icon {
  position: absolute;
  right: 20px;
  top: -30px;
  z-index: 1;
}

.sell-nfts-item .step-count {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-blue-color);
  margin-bottom: 20px;
}

.sell-nfts-item .title {
  font-size: 20px;
  color: #fbfafa;
  margin-bottom: 15px;
}

.sell-nfts-item p {
  margin-bottom: 0;
}

.sell-nfts-inner-area {
  padding: 80px 0 40px;
}

.sell-nfts-inner-area .sell-nfts-item {
  padding: 60px 30px 35px;
  margin: 0 0 40px;
}

.sell-nfts-inner-area .sell-nfts-item .icon {
  right: 30px;
  top: 30px;
}

/* 11. Explore-area */
.explore-products-area {
  padding: 50px 0 50px;
}

.filter-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 120px;
  text-align: center;
  justify-content: center;
  padding: 16px 18px;
}

.filter-btn i {
  display: block;
  line-height: 0;
  margin-right: 8px;
  font-size: 12px;
}

.filter-btn:hover {
  color: #fff;
}

.widget-inner {
  background: var(--primary-color);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 33px 25px;
}

.sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px -10px;
}

.sidebar-tags li {
  padding: 0 4px;
  margin-bottom: 10px;
}

.sidebar-tags li a {
  display: block;
  background: var(--section-background-color);
  border: 1px solid #262142;
  color: #bab6b4;
  font-size: 14px;
  font-weight: 600;
  min-width: 112px;
  padding: 10px 22px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.sidebar-tags li a::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  background: var(--nft-gradient-color);
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.sidebar-tags li a:hover {
  color: #fff;
}

.sidebar-tags li a::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  top: 4px;
  border: 1.5px dashed #fff;
  transition: 0.3s ease-in-out;
  border-radius: 50px;
  opacity: 0;
}

.sidebar-tags li a:hover::after {
  opacity: 0.5;
}

.sidebar-tags li a:hover::before {
  opacity: 1;
}

.category-widget-title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
}

.category-widget {
  margin-bottom: 35px;
}

.category-widget:last-child {
  margin-bottom: 0;
}

.sidebar-price-filter {
  margin-bottom: -13px;
}

.sidebar-price-filter .form-grp {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 13px;
}

.sidebar-price-filter .form-grp input {
  width: 100%;
  display: block;
  background: var(--section-background-color);
  border: 1px solid #262142;
  height: 44px;
  padding: 10px 23px;
  font-size: 14px;
  font-weight: 600;
  color: #fbfafa;
  border-radius: 50px;
}

.sidebar-price-filter .form-grp input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #fbfafa;
  opacity: 0.5;
}

.sidebar-price-filter .form-grp .dollar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fbfafa;
  opacity: 0.5;
}

.sidebar-price-filter .form-grp .to {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #fbfafa;
  display: block;
  margin: 0 8px;
}

.category-widget .form-check-label {
  font-weight: 600;
  font-size: 14px;
  color: #fbfafa;
}

.category-widget .form-check-input:checked {
  background-color: var(--purple-color);
  border-color: var(--purple-color);
}

.category-widget .form-check-input {
  background: var(--section-background-color);
  box-shadow: none !important;
}

.category-widget .form-check-input:focus {
  border-color: var(--purple-color);
}

.category-widget .form-check {
  margin-bottom: 10px;
}

.category-widget .form-check:last-child {
  margin-bottom: 0;
}

/* 12. Author Profile */
.author-profile-area {
  padding: 100px 0 70px;
}

.author-profile-wrap {
  border: 1px solid #3c375c;
  background: var(--primary-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  overflow: hidden;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.author-profile-thumb {
  margin-bottom: 25px;
}

.author-info .title {
  margin-bottom: 3px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.author-info .title img {
  margin-left: 10px;
}

.author-info span {
  display: block;
  color: #d1c6c6;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

.author-info div span {
  display: block;
  color: #d1c6c6;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px !important;
}

.author-info p {
  margin-bottom: 0 !important;
  font-size: 13px;
  font-weight: 600;
}

.author-info p span {
  margin-bottom: 0 !important;
  font-size: 13px;
  font-weight: 600;
}

.author-collection {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--purple-color);
  margin-top: 20px;
  margin-bottom: 40px;
}

.author-collection li p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  color: #eeebeb;
}

.author-collection li>span {
  display: block;
  color: var(--body-text-color);
}

.author-social ul {
  background: #161329;
  border: 1px solid #262141;
  border-radius: 7px;
  padding: 20px 20px;
}

.author-social ul li .icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 15px;
  color: #fff;
  background: var(--nft-gradient-color);
  z-index: 1;
}

.author-social ul li .icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background: #1d1933;
  border-radius: 50%;
  z-index: -1;
}

.author-social ul li a {
  display: flex;
  align-items: center;
  color: #c8c5c5;
  font-size: 13px;
  font-weight: 600;
}

.author-social ul li a:hover {
  color: var(--purple-color);
}

.author-social ul li+li {
  margin-top: 13px;
}

.author-social .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}


.author-product-search {
  flex-wrap: wrap;
  background: rgba(57, 58, 81, 1);
  border-radius: 5px;
  padding: 10px;
  /* margin-bottom: 10px; */
}

/* .author-product-meta div input {
  font-size: 15px;
  color: rgba(133, 133, 140, 1)
} */

.author-product-meta {
  display: flex;
  flex-direction: row;
  background: var(--primary-color);
  border-radius: 5px;
  justify-content: space-between;
  padding: 20px 20px 10px;
  margin: 0 0 45px;
}

.author-product-meta ul {
  display: flex;
  background: var(--primary-color);
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
}

.author-product-meta ul li {
  margin: 0 10px 10px 0;
}

.author-product-meta ul li a {
  display: block;
  background: #2b2648;
  border: 1px solid #4a436d;
  border-radius: 20px;
  color: #cbcaca;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 25px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.author-product-meta ul li a::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: var(--nft-gradient-color);
  transition: 0.3s linear;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
}

.author-product-meta ul li a:hover,
.author-product-meta ul li.active a {
  color: #fff;
}

.author-product-meta ul li a:hover::before,
.author-product-meta ul li.active a::before {
  opacity: 1;
}

/* 13. Activity */
.activity-area {
  padding: 100px 0;
}

.activity-sidebar-list li+li {
  margin-top: 15px;
}

.activity-sidebar-list li a {
  display: flex;
  align-items: center;
  border: 1px solid #302b50;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  background: var(--primary-color);
  padding: 23px 25px;
}

.activity-sidebar-list .icon {
  font-size: 30px;
  color: #59606b;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.activity-sidebar-list .icon i {
  display: block;
  line-height: 0;
}

.activity-sidebar-list p {
  margin-bottom: 0;
  color: #e8e8e8;
  font-weight: 600;
  font-size: 16px;
}

.activity-sidebar-list p span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #9c9c9c;
  line-height: 1;
}

.activity-sidebar-list li a:hover .icon {
  color: var(--purple-color);
}

.welcome-activity,
.login-welcome-wrap {
  background: linear-gradient(90deg,
      #312b51 17.88%,
      rgba(10, 12, 36, 0.86) 99.37%);
  border-radius: 11px;
  position: relative;
  min-height: 198px;
  display: flex;
  align-items: center;
  padding: 25px 100px 25px 100px;
  margin: 0 0 30px;
}

.welcome-activity-img {
  position: absolute;
  left: 60px;
  top: -40px;
  z-index: 1;
}

.welcome-activity-content {
  width: 65%;
  margin-left: auto;
}

.welcome-activity-content .title,
.login-welcome-content .title {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 12px;
}

.welcome-activity-content p,
.login-welcome-content p {
  font-size: 16px;
  font-weight: 500;
  color: #aaa9a9;
  margin-bottom: 0;
}

.welcome-activity-content p a,
.login-welcome-content p a {
  color: var(--purple-color);
  font-weight: 600;
}

.activity-table-wrap {
  background: var(--primary-color);
  border: 1px solid #302b50;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 35px 35px 35px;
}

.activity-table-nav {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.activity-table-nav .title {
  margin-bottom: 0;
}

.activity-table-nav .nav-tabs {
  border: none;
  background: #25223f;
  border-radius: 30px;
  margin-left: 50px;
  padding: 6px;
}

.activity-table-nav .nav-item {
  margin: 0;
}

.activity-table-nav .nav-item .nav-link {
  border: none;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 9px 25px;
}

.activity-table-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--nft-gradient-color);
  border-radius: 50px;
  opacity: 0;
  z-index: -1;
}

.activity-table-nav .nav-item .nav-link.active::before {
  opacity: 1;
}

.activity-table {
  width: 100%;
  margin-bottom: 0;
}

.activity-table.table> :not(:first-child),
.activity-table th,
.activity-table td {
  border: none;
}

.activity-table thead th {
  color: var(--body-text-color);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  padding-bottom: 20px;
  box-shadow: none;
}

.activity-table thead th:not(:first-child) {
  text-align: center;
}

.activity-table thead th.time {
  text-align: right;
}

.activity-table tbody tr {
  box-shadow: none;
  background: #25223f;
  border-bottom: 12px solid var(--primary-color);
}

.activity-table tbody th {
  padding: 13px 18px;
}

.activity-table tbody .author img {
  border-radius: 50%;
}

.activity-table tbody .author a {
  font-size: 15px;
  font-weight: 600;
  color: #d5d3d3;
  margin-left: 15px;
}

.activity-table tbody .author a:hover {
  color: var(--purple-color);
}

.activity-table tbody td {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  color: #aaa9a9;
  text-align: center;
  padding: 10px 12px;
}

.activity-table tbody td.price img {
  margin-right: 6px;
}

.activity-area .mCS-custom-bar2.mCSB_outside+.mCSB_scrollTools,
.market-single-area .mCS-custom-bar2.mCSB_outside+.mCSB_scrollTools {
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.activity-area .mCS-custom-bar2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.market-single-area .mCS-custom-bar2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: var(--nft-gradient-color);
  height: 3px;
  border-radius: 4px;
  margin: 0;
}

.activity-area .mCS-custom-bar2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.market-single-area .mCS-custom-bar2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 3px;
  background-color: transparent;
  border-radius: 4px;
  margin: 0;
}

.activity-area .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.market-single-area .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 4px;
}

.welcome-img-two {
  left: 35px;
  top: -50px;
}

/* 14. Create Item */
.create-item-area {
  padding: 87px 0 90px;
}

.create-item-sidebar>.title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.method-wrap {
  margin-bottom: 25px;
}

.method-wrap .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.method-list {
  background: var(--primary-color);
  border: 1px solid #242424;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px 10px;
}

.method-list li {
  margin: 0 10px 10px 0;
}

.method-list li a {
  display: flex;
  align-items: center;
  background: #2b2648;
  border: 1px solid #4a436d;
  border-radius: 20px;
  font-weight: bold;
  font-size: 13px;
  text-transform: capitalize;
  color: #f5f5f5;
  padding: 8px 24px;
  position: relative;
  z-index: 1;
}

.method-list li a i {
  line-height: 1;
  display: block;
  font-size: 13px;
  margin-right: 7px;
}

.method-list li a::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: var(--nft-gradient-color);
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.method-list li a.active::before,
.method-list li a:hover::before {
  opacity: 1;
}

.create-item-form .form-grp {
  margin-bottom: 25px;
}

.create-item-form .form-grp input,
.create-item-form .form-grp textarea {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #a1a1a1;
  width: 100%;
  border: 2px solid #292c44;
  background: var(--section-background-color);
  height: 59px;
  border-radius: 5px;
  padding: 9px 25px;
}

.create-item-form .form-grp input::placeholder,
.create-item-form .form-grp textarea::placeholder {
  color: #a1a1a1;
  font-style: italic;
}

.create-item-form .form-grp textarea {
  max-height: 96px;
  min-height: 96px;
}

.create-item-form .form-grp input[type="file"] {
  border-color: #5b5b5b;
  height: 100px;
  padding: 28px 25px;
}

.create-item-form .form-grp label {
  display: block;
  text-transform: capitalize;
  color: #f1eded;
  font-weight: 600;
  font-size: 18px;
  cursor: default;
  margin-bottom: 15px;
}

.create-item-form .form-grp [type="file"]::-webkit-file-upload-button {
  background: var(--nft-gradient-color);
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.create-item-form .form-grp [type="file"]::-webkit-file-upload-button:hover {
  background: var(--gradient-btn-hover);
}

.create-item-form [type="submit"] {
  min-width: 155px;
  min-height: 50px;
  margin-top: 15px;
}

.Toastify__toast-theme--light {
  background-color: #070b23 !important;
  color: white !important;
}

p#author.errors_message {
  color: red;
  font-weight: 400;
}

p#mail.errors_message {
  color: red;
  font-weight: 400;
}

p#textarea.errors_message {
  color: red;
  font-weight: 400;
}

div#crypto {
  color: white;
  font-size: 15px;
  text-align: left;
}

#nft-19.grid-container {
  background-color: #090a27;
  border-radius: 5px;
}

button#bullet-1 {
  color: white;
  background-color: #000000;
  border: solid 5px #000000;
}

div.flex-container-1 {
  padding: 10px;
}

div.flex-container-2 {
  padding: 25px;
  border-radius: 10px;
  border: solid 15px rgb(17, 17, 51);
}

img#nft-img-1 {
  border-radius: 5px;
}

img#img_insta {
  height: 35px;
  width: 35px;
  margin-bottom: 11px;
}

.shakeEffect {
  -webkit-animation: kf_shake 0.4s 1 linear;
  -moz-animation: kf_shake 0.4s 1 linear;
  -o-animation: kf_shake 0.4s 1 linear;
}

@-webkit-keyframes kf_shake {
  0% {
    -webkit-transform: translate(30px);
  }

  20% {
    -webkit-transform: translate(-30px);
  }

  40% {
    -webkit-transform: translate(15px);
  }

  60% {
    -webkit-transform: translate(-15px);
  }

  80% {
    -webkit-transform: translate(8px);
  }

  100% {
    -webkit-transform: translate(0px);
  }
}

@-moz-keyframes kf_shake {
  0% {
    -moz-transform: translate(30px);
  }

  20% {
    -moz-transform: translate(-30px);
  }

  40% {
    -moz-transform: translate(15px);
  }

  60% {
    -moz-transform: translate(-15px);
  }

  80% {
    -moz-transform: translate(8px);
  }

  100% {
    -moz-transform: translate(0px);
  }
}

@-o-keyframes kf_shake {
  0% {
    -o-transform: translate(30px);
  }

  20% {
    -o-transform: translate(-30px);
  }

  40% {
    -o-transform: translate(15px);
  }

  60% {
    -o-transform: translate(-15px);
  }

  80% {
    -o-transform: translate(8px);
  }

  100% {
    -o-origin-transform: translate(0px);
  }
}

/* 15. News */
.latest-news-area {
  background: linear-gradient(180deg,
      rgba(29, 25, 51, 0.5) 0%,
      rgba(29, 25, 51, 0) 100%);
  padding: 80px 0 0;
}

img#height {
  height: 522px;
  border: 5px solid;
}

img#nft-img {
  /* align-items: center; */
  border-radius: 5px;
}

img#nft-img-header {
  width: 100%;
  height: 500px;
}

div.btn-header {
  background-color: unset;
  border-color: #070b23;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  height: 360px;
}

div.btn-header-1 {
  background-color: unset;
  border-color: #070b23;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  height: 235px;
}

.col-xxl-9.col-lg-8 {
  margin-left: auto;
  margin-right: auto;
}

img#img-small {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  border: solid rgba(19, 19, 40, 0.701);
}

button#btn.grid-item.intro {
  border-color: #070b23;
  border-radius: 5px;
  border: solid 5px #211c36;
  background-color: #2e274a;
  width: 155px;
}

button#btn.grid-item.intro p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--paragraph-text-color);
  margin-bottom: 15px;
  margin-top: 15px;
}

button#btn.grid-item.intro:hover {
  box-shadow: 1px 0px 8px gray;
  transform: scale(1.1);
  transition: all 0.6s ease-in-out;
}

.btn-item2 {
  background-color: #2e274a;
  color: white;
  border: solid 3px #211c36;
  width: 30px;
}

.latest-news-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
}

.latest-news-thumb img {
  width: 100%;
  border-radius: 6px;
  filter: drop-shadow(5px 4px 4px rgba(0, 0, 0, 0.25));
  transition: all 1.5s ease-out;
  transform: scale(1);
}

.latest-news-item:hover .latest-news-thumb img {
  transform: scale(1.05);
}

.latest-news-content {
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 17px;
  background: #18152b;
  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: 3px solid transparent;
  background-clip: padding-box;
  padding: 30px;
  z-index: 9;
}

.latest-news-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #18152b;
  border-radius: 4px;
  transition: 0.3s linear;
  z-index: -1;
}

.latest-news-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -3px;
  background: -moz-linear-gradient(180deg, #cd4443 0%, #18152b 100%);
  background: -webkit-linear-gradient(180deg, #cd4443 0%, #18152b 100%);
  background: -o-linear-gradient(180deg, #cd4443 0%, #18152b 100%);
  background: -ms-linear-gradient(180deg, #cd4443 0%, #18152b 100%);
  background: linear-gradient(180deg, #cd4443 0%, #18152b 100%);
  border-radius: 4px;
  transition: 0.3s linear;
  z-index: -2;
}

.latest-news-content .latest-news-meta {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #2f294a;
  margin-bottom: 18px;
}

.latest-news-content .latest-news-meta li {
  font-size: 14px;
  font-weight: 600;
  color: var(--paragraph-text-color);
  display: flex;
  align-items: center;
  padding-right: 18px;
  margin-right: 18px;
  position: relative;
}

.latest-news-content .latest-news-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.latest-news-content .latest-news-meta li i {
  color: var(--icon-color);
  font-size: 15px;
  margin-right: 8px;
  display: block;
  line-height: 1;
}

.latest-news-content .latest-news-meta li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -1px;
  width: 2px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #2f294a;
}

.latest-news-content .latest-news-meta li a {
  color: var(--paragraph-text-color);
}

.latest-news-content .title {
  color: #fbfafa;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.latest-news-content .title a:hover,
.latest-news-content .latest-news-meta li a:hover {
  color: var(--purple-color);
}

.latest-news-content .btn {
  min-width: 122px;
  font-size: 12px;
  padding: 15px 15px;
  float: right;
}

/* Design Ways */
.design-ways-area {
  padding: 50px 0 0;
}

.design-ways-item {
  border-radius: 7px;
  background: var(--primary-color);
  padding: 40px 30px 40px 35px;
  margin-bottom: 30px;
  position: relative;
  transform: translateY(0);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s linear;
  z-index: 1;
}

.design-ways-item:hover {
  transform: translateY(-5px);
}

.design-ways-item .icon {
  color: var(--heading-text-color);
  margin-bottom: 20px;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  flex: 0 0 51px;
  background: var(--nft-gradient-color);
}

.design-ways-item .content .title {
  font-size: 22px;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
}

.design-ways-item .content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.overlay-icon {
  position: absolute;
  line-height: 0;
  font-size: 82px;
  color: #000;
  top: 24px;
  right: 24px;
  opacity: 0.2;
  z-index: -1;
}

/* 16. Testimonial */
.testimonial-active .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.testimonial-active .slick-dots li {
  margin: 0 5px;
}

.testimonial-active .slick-dots li button {
  display: block;
  border: none;
  padding: 0;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: #2d2849;
  border-radius: 50%;
}

.testimonial-active .slick-dots li.slick-active button {
  background: var(--purple-color);
}

.testimonial-rating {
  margin: 0 0 30px;
}

.testimonial-rating img {
  max-width: 235px;
  margin: 0 auto;
}

.testimonial--content>p {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.65;
  color: #d2d1d1;
  margin-bottom: 0;
}

.testimonial--avatar--info .title {
  margin-bottom: 12px;
  font-size: 20px;
  letter-spacing: -0.3px;
  font-weight: 600;
}

.testimonial--avatar--info .see-all {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: var(--purple-color);
}

.testimonial--avatar--info .see-all::after {
  content: "\f11e";
  font-family: "uicons-solid-rounded";
  font-weight: 700;
  margin-left: 7px;
  font-size: 13px;
}

.testimonial--avatar--info {
  margin-top: 30px;
}

.testimonial-shape-wrap {
  position: relative;
  padding: 50px 0 105px;
}

.testimonial-shape-wrap::before,
.testimonial-shape-wrap::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/others/testimonial_shape01.png");
  width: 337px;
  height: 337px;
  z-index: -1;
}

.testimonial-shape-wrap::after {
  left: auto;
  right: 30px;
  background-image: url("../img/others/testimonial_shape02.png");
}

.testimonial-shape-wrap .testimonial-active {
  padding: 0 0;
  border-bottom: none;
}

.testimonial-shape-wrap .testimonial-active .slick-dots {
  margin-top: 40px;
  display: flex !important;
}

.testimonial--item {
  padding: 0 15px;
}

/* 17. Creators */
.creator-active {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.creator-item {
  max-width: 90%;
  background: var(--primary-color);
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 24px 25px;
  position: relative;
  margin: 0 15px 30px;
}

.creator-item .star {
  max-width: 16px;
  position: absolute;
  right: 16px;
  top: 18px;
  z-index: 1;
}

.creator-thumb {
  width: 111px;
  height: 111px;
  margin: 0 auto 20px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  z-index: 1;
}

.creator-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--nft-gradient-color);
  border-radius: 50%;
  z-index: -1;
}

.creator-thumb img {
  padding: 6px;
}

.creator-content .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.creator-content>span {
  display: block;
  color: var(--purple-color);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 25px;
}

.creator-content .btn {
  min-width: 132px;
  padding: 15px 25px;
}

.creator-content .title a:hover {
  color: var(--purple-color);
}

.creator-active .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 0 0 100%;
  line-height: 1;
  margin-top: 10px;
}

.creator-active .slick-dots li {
  line-height: 0;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}

.creator-active .slick-dots li button {
  text-indent: -99999999px;
  display: block;
  width: 12px;
  flex: 0 0 12px;
  height: 12px;
  border: none;
  background: var(--nft-gradient-color);
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  position: relative;
  transition: 0s;
}

.creator-active .slick-dots li button::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.creator-active .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.creator-active .slick-dots li.slick-active button::before {
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
}

/* 18. Blog */
.standard-blog-item {
  margin-right: 23px;
  background: var(--header-background-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  overflow: hidden;
}

.standard-blog-content {
  padding: 35px 38px;
}

.standard-blog-content>.title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 23px;
}

.standard-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

.standard-blog-meta li {
  margin: 0 20px 5px 0;
}

.standard-blog-meta li:last-child {
  margin-right: 0;
}

.standard-blog-meta li i {
  display: block;
  color: #fff;
  margin-right: 8px;
}

.standard-blog-meta li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #c9c9c9;
}

.standard-blog-meta li a:hover,
.standard-blog-content .title a:hover {
  color: var(--purple-color);
}

.standard-blog-content p {
  margin-bottom: 0;
}

.standard-blog-content .blog-line {
  background-image: url(../img/blog/blog_line.png);
  display: block;
  width: 100%;
  height: 7px;
  margin: 35px 0 30px;
}

.blog-post-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-post-bottom .read-more .btn {
  font-size: 14px;
  min-width: 154px;
  padding: 18px 25px;
}

.blog-post-bottom .share {
  margin-left: 30px;
  position: relative;
}

.blog-post-bottom .share>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: var(--nft-gradient-color);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.blog-post-bottom .share>a::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  background: var(--header-background-color);
  border-radius: 50%;
  z-index: -1;
}

.blog-post-bottom .share>a::after {
  display: none;
}

.blog-post-bottom .dropdown-menu {
  margin: auto !important;
  inset: 50% 130% auto auto !important;
  align-items: center;
  transform: translateY(-50%) !important;
  background: var(--secondary-color);
  padding: 6px 15px;
  display: none;
  height: 50px;
}

.blog-post-bottom .dropdown-menu.show {
  display: flex;
}

.blog-post-bottom .dropdown-menu li:not(:last-child) {
  margin-right: 8px;
}

.blog-post-bottom .dropdown-menu li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: var(--header-form-border-color);
  font-size: 12px;
}

.blog-post-bottom .dropdown-menu li a:hover {
  background: var(--purple-color);
}

.blog-sidebar .widget {
  padding: 30px 27px;
  border-radius: 10px;
  margin-bottom: 30px;
  background: var(--header-background-color);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar .sidebar-title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  line-height: 1;
  text-transform: capitalize;
}

.blog-sidebar .sidebar-title::after {
  right: 8px;
  top: -2px;
  bottom: auto;
}

.sidebar-search form {
  position: relative;
}

.sidebar-search form input {
  width: 100%;
  border: 1px solid #2b2648;
  border-radius: 7px;
  padding: 13px 70px 13px 25px;
  font-size: 14px;
  height: 55px;
  background: #090e2a;
  color: #fff;
}

.sidebar-search form input::placeholder {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}

.sidebar-search form [type="submit"] {
  position: absolute;
  right: 0;
  border: none;
  padding: 0;
  width: 55px;
  height: 55px;
  background: var(--nft-gradient-color);
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

.rc-post-list>ul>li {
  margin-bottom: 30px;
}

.rc-post-list>ul>li:last-child {
  margin-bottom: 0;
}

.rc-post-thumb {
  margin-bottom: 15px;
}

.rc-post-thumb img {
  border-radius: 5px;
}

.rc-post-content .title {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.3;
}

.rc-post-content .title a:hover {
  color: var(--purple-color);
}

.rc-post-content .standard-blog-meta {
  margin-bottom: 0;
}

.rc-post-content .standard-blog-meta li a {
  font-size: 14px;
}

.sidebar-cat-list ul li {
  padding-bottom: 15px;
  border-bottom: 1px dashed #3d375e;
  margin-bottom: 15px;
}

.sidebar-cat-list ul li:last-child {
  margin-bottom: 0;
}

.sidebar-cat-list ul li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--body-text-color);
  font-weight: 500;
}

.sidebar-cat-list ul li a i {
  margin-left: auto;
  font-size: 12px;
  color: #898799;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-cat-list ul li a:hover,
.sidebar-cat-list ul li a:hover i {
  color: var(--purple-color);
}

.blog-details-content p {
  margin-bottom: 15px;
}

.blog-details-content blockquote {
  margin: 31px 0 28px;
  font-size: 18px;
  font-weight: 600;
  color: var(--body-text-color);
  font-style: italic;
  line-height: 1.6;
  padding: 40px 40px 40px 70px;
  position: relative;
  background: var(--section-background-color);
  border: none;
  border-radius: 7px;
}

.blog-details-content blockquote::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 40px;
  bottom: 40px;
  width: 5px;
  background: var(--nft-gradient-color);
  border-radius: 2px;
}

.blog-details-content blockquote footer {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-details-content blockquote footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 2px;
  background: #c4c4c4;
}

.blog-details-content .small-title {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 35px;
}

.blog-details-img {
  margin: 35px 0 32px;
}

.blog-details-img img {
  max-width: 100%;
  border-radius: 6px;
}

.blog-details-bottom {
  display: flex;
  align-items: center;
}

.blog-details-tags {
  width: 70%;
  flex: 0 0 70%;
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-details-tags ul li.title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-right: 12px;
  padding-right: 0;
}

.blog-details-tags ul li.title::before {
  display: none;
}

.blog-details-tags ul li {
  margin-right: 13px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog-details-tags ul li a {
  display: block;
  font-size: 14px;
  color: var(--paragraph-text-color);
  font-weight: 500;
}

.blog-details-tags ul li a:hover {
  color: var(--purple-color);
}

.blog-details-social {
  flex-grow: 1;
}

.blog-details-social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-social ul li {
  margin-right: 15px;
}

.blog-details-social ul li {
  margin-right: 10px;
}

.blog-details-social ul li:last-child {
  margin-right: 0;
}

.blog-details-social ul li a {
  display: block;
}

.blog-details-social ul li a i {
  width: 41px;
  height: 41px;
  display: block;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
  background: #385594;
  color: #fff;
  font-size: 14px;
}

.blog-details-social ul li a i {
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 12px;
}

.blog-details-social ul li:nth-child(2) a i {
  background: #4eabee;
}

.blog-details-social ul li:nth-child(3) a i {
  background: #1976d2;
}

.blog-details-content .blog-line {
  margin: 45px 0 20px;
}

.avatar-post {
  margin-right: 23px;
  background: var(--header-background-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  padding: 40px 60px 40px 40px;
  display: flex;
  align-items: center;
}

.post-avatar-img {
  margin-right: 30px;
  width: 133px;
  flex: 0 0 133px;
  height: 133px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.post-avatar-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--nft-gradient-color);
  border-radius: 50%;
  z-index: -1;
}

.post-avatar-img img {
  max-width: 100%;
  border-radius: 50%;
  padding: 7px;
}

.post-avatar-content h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.post-avatar-social {
  display: flex;
  align-items: center;
}

.post-avatar-social li:not(:last-child) {
  margin-right: 7px;
}

.post-avatar-social li a {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 12px;
  color: var(--paragraph-text-color);
  background: #28243f;
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
  z-index: 1;
}

.post-avatar-social li a:hover {
  color: #fff;
}

.post-avatar-social li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--nft-gradient-color);
  transition: 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
}

.post-avatar-social li a:hover::before {
  opacity: 1;
}

.post-avatar-content p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 26px;
  font-weight: 500;
}

.blog-next-prev ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-next-prev ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-prev img {
  margin-right: 15px;
}

.blog-next img {
  margin-left: 15px;
}

.blog-next-prev ul li a:hover {
  color: var(--purple-color);
}

.comment-reply-box {
  background: var(--header-background-color);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  padding: 60px 45px 65px;
  margin-top: 50px;
  border-radius: 8px;
}

.comment-reply-box .title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
  padding-bottom: 12px;
  position: relative;
}

.comment-reply-box .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: var(--nft-gradient-color);
}

.comment-reply-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.comment-reply-form .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.comment-reply-form .form-grp {
  margin-bottom: 20px;
}

.comment-reply-form input,
.comment-reply-form textarea {
  display: block;
  border: 1px solid #242424;
  background: var(--section-background-color);
  width: 100%;
  padding: 18px 25px;
  font-size: 15px;
  color: #c9c9c9;
  border-radius: 7px;
  font-weight: 400;
}

.comment-reply-form input::placeholder,
.comment-reply-form textarea::placeholder {
  font-size: 15px;
  color: #c9c9c9;
  font-weight: 400;
  opacity: 0.77;
}

.comment-reply-form textarea {
  min-height: 148px;
  max-height: 148px;
}

.comment-reply-form .btn {
  box-shadow: none;
  padding: 18px 31px;
}

.comment-reply-form .checkbox-grp {
  display: flex;
  align-items: flex-start;
}

.comment-reply-form .checkbox-grp input {
  width: auto;
  margin-top: 5px;
  margin-right: 9px;
}

.comment-reply-form .checkbox-grp label {
  font-size: 16px;
  font-weight: 500;
  color: #676666;
  opacity: 0.8;
  margin-bottom: 0;
  user-select: none;
}

/* 19. Login & Register */
.login-welcome-area {
  padding: 90px 0 90px;
}

.login-welcome-wrap {
  padding: 25px 70px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 0 40px;
}

.login-welcome-content {
  width: 42%;
  flex: 0 0 42%;
}

.welcome-rating {
  margin-left: auto;
}

.signup-form-wrap,
.another-way-signup {
  background: var(--primary-color);
  border: 1px solid #302b50;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 35px 33px 40px;
}

.signup-form-wrap .title,
.another-way-signup .title {
  font-size: 20px;
  margin-bottom: 30px;
}

.signup-form-wrap .form-grp {
  margin-bottom: 26px;
}

.signup-form-wrap .form-grp label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #aaa9a9;
  margin-bottom: 10px;
}

.signup-form-wrap .form-grp input {
  display: block;
  width: 100%;
  background: #0d0b26;
  border: 1px solid #302b50;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 60px;
  padding: 16px 25px;
  color: #fff;
  font-size: 15px;
}

.signup-form-wrap .form-check {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.signup-form-wrap .form-check .form-check-input {
  background-color: #0d0b26;
  border: 1px solid #302b50;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 0;
}

.signup-form-wrap .form-check .form-check-label {
  font-weight: 600;
  font-size: 14px;
  color: #aaa9a9;
}

.signup-form-wrap .form-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.signup-form-wrap .form-btn-wrap button {
  margin: 10px 11px 0 0;
}

.signup-form-wrap .form-btn-wrap button.signup {
  min-width: 154px;
  padding: 12px 35px;
  min-height: 50px;
}

.signup-form-wrap .form-btn-wrap button.login {
  padding: 12px 35px;
  min-height: 50px;
  min-width: 126px;
  background: #0f0d28;
}

.signup-form-wrap .form-btn-wrap button.login::before {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.signup-form-wrap .form-btn-wrap button.login:hover::before {
  opacity: 1;
}

.another-way-signup .title {
  margin-bottom: 10px;
}

.another-way-signup p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #aaa9a9;
  width: 70%;
}

.another-way-list li a {
  display: flex;
  align-items: center;
  background: #0d0b26;
  border: 1px solid #302b50;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 17px 20px;
}

.another-way-list li+li {
  margin-top: 16px;
}

.another-way-list li a img {
  margin-right: 16px;
}

.another-way-list li a span {
  font-weight: 500;
  font-size: 12px;
  color: #aaa9a9;
  margin-left: auto;
}

.another-way-list {
  margin-top: 30px;
}

/* 20. Footer */
.footer-top-wrap {
  background: linear-gradient(179.69deg,
      rgba(29, 25, 51, 0.46) 14.17%,
      rgba(29, 25, 51, 0.27) 99.73%);
  padding: 80px 0 40px;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 23px;
}

.footer-social li:not(:last-child) {
  margin-right: 8px;
}

.footer-social li a {
  display: flex;
  width: 40px;
  height: 40px;
  background: #28243f;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  color: #e5e5e5;
  font-size: 14px;
}

.footer-social li a:hover {
  background: var(--purple-color);
  color: #fff;
}

.fw-title {
  font-size: 20px;
  color: #e6e6e6;
  font-weight: 600;
  margin-bottom: 28px;
}

.fw-links li+li {
  margin-top: 8px;
}

.fw-links li a {
  color: #c8c5c5;
  font-size: 14px;
  font-weight: 500;
}

.fw-links li a:hover {
  color: var(--purple-color);
  padding-left: 5px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  width: 100%;
  border: none;
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 14px 70px 14px 20px;
  height: 50px;
  font-weight: 500;
}

.newsletter-form input::placeholder {
  color: #a5a2a2;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
}

.newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border: none;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
  background: var(--nft-gradient-color);
}

.copyright-wrap {
  background: #090a27;
}

.copyright-link-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.copyright-text p {
  font-size: 13px;
  font-weight: 500;
  color: #b8b6b6;
  margin-bottom: 0;
}

.copyright-text p a {
  color: #fff;
}

.copyright-link-list li {
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
}

.copyright-link-list li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #282a6b;
  font-size: 13px;
  font-weight: 500;
}

.copyright-link-list li a {
  font-size: 13px;
  font-weight: 500;
  color: #e5e5e5;
}

.copyright-link-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.copyright-link-list li:last-child::after {
  display: none;
}

.copyright-link-list li a:hover {
  color: var(--purple-color);
}

.copyright-wrap {
  background: #090a27;
  padding: 25px 0;
}

/* 21. Preloader */
#preloader {
  background-color: var(--section-background-color);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.object {
  width: 20px;
  height: 20px;
  background-color: var(--purple-color);
  margin: 0 10px 0;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

.modal-content {
  background-color: #090a27;
  color: #fff;
  border-radius: 12px;
}

.modal-footer {
  border-top: unset;
}

.modal-header {
  border-bottom: unset;
}

.modal-title {
  font-size: 18px;
}

.btn-close {
  background: url("../img/close.svg");
  background-repeat: no-repeat;
}

input[type="number"] {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #a1a1a1;
  width: 100%;
  border: 2px solid #292c44;
  background: var(--section-background-color);
  height: 38px;
  border-radius: 5px;
  padding: 9px 25px;
}

label {
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  cursor: default;
}

.input-error-text {
  font-size: 12px;
  color: red;
}

.staticBusiness {
  position: absolute;
  background: #322c50;
}

.staticUser {
  position: absolute;
  background: #322c50;
}

.staticBusiness:hover {
  opacity: 0;
  background-color: "transparent";
  display: none;
}

.staticUser:hover {
  opacity: 0;
  display: none;
}

.gradientContainer {
  background: var(--nft-gradient-color);
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}

.select-type {
  max-width: 480px;
  margin: auto;
  background: #322c50;
  /* background: var(--nft-gradient-color); */
  padding: 48px;
  border-radius: 12px;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}

.data-header {
  min-height: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  background-color: var(--header-form-border-color);
  /* padding: 10; */
  /* background-color: linear-gradient(rgb(41, 38, 73) 0%, rgba(19, 17, 41, 0) 100%); */
}

/* .data-header p {
    color: var(--menu-color);
    font-size: 12px;
} */

.marquee-container {
  position: relative;
  /* margin: 30px; */
  width: 600px;
  overflow: hidden;
}

.marquee-container .motiv {
  position: relative;
  width: 600px;
}

.motiv p {
  /* margin: 0; */
  /* padding-left: 5px; */
  /* font-family: sans-serif; */
  font-size: 12px;
  line-height: 32px;
  color: var(--menu-color);
  font-size: 12px;
}

.marquee-container li:first-child {
  visibility: visible;
}

.react-multi-carousel-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: static !important;
  /* position: relative; */
  /* hidden for carousel arrows */
}

.collection-desc {
  font-style: italic;
  color: #59606b;
}

.col-xxl-9.col-lg-8 {
  margin-left: auto;
  margin-right: auto;
}

/* Company Profile */
.company-profile-area {
  padding: 0px 0 70px;
}

.company-profile-wrap {
  /* border: 1px solid #3C375C; */
  /* background: var(--primary-color); */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  overflow: hidden;
  /* padding: 20px 20px; */
  /* margin-bottom: 30px; */
}

/* .company-profile-thumb {
  margin-bottom: 25px;
} */

.company-info .title {
  margin-bottom: 3px;
  font-size: 30px;
  display: flex;
  align-items: center;
}

.company-info .title img {
  margin-left: 10px;
}

/* .company-info span {
  display: block;
  color: #D1C6C6;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
} */

.company-info .details {
  display: block;
  color: #D1C6C6;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.company-info p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}

.company-collection {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  /* padding-top: 20px; */
  /* border-top: 1px solid var(--purple-color); */
  /* margin-top: 20px; */
  margin-bottom: 40px;
}

.company-next-collection {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  overflow: hidden;
  /* background: rgba(38, 45, 69, 1); */
  background: #1d1933;
  max-height: 260px;
  min-height: 180px;
  width: 100%;
  margin-bottom: 40px;
}

.company-next-collection p {
  font-size: 15px;
  color: white;
  text-align: center;
  /* margin-top: 10px; */
}

.company-collection-details {
  margin-right: 40px;
}

.company-collection li p {
  margin-bottom: 0;
  font-size: 20px;
  color: #EEEBEB;
}

.company-collection li>span {
  display: block;
  color: var(--body-text-color);
}

.company-social ul {
  /* background: #161329;
  border: 1px solid #262141; */
  border-radius: 7px;
  /* padding: 20px 20px; */
  flex-direction: row;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.company-social ul li .icon {
  width: 36px;
  height: 36px;
  /* flex: 0 0 36px; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 15px;
  color: #fff;
  background: var(--nft-gradient-color);
  z-index: 1;
}

.company-social ul li span {
  width: 36px;
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* margin-right: 10px; */
  /* font-size: 15px; */
  color: #fff;
  /* background: var(--nft-gradient-color); */
  z-index: 1;
}

.company-social ul li .icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background: #1D1933;
  border-radius: 50%;
  z-index: -1;
}

.company-social ul li .icon:hover::before {
  background: none;
  transition: .25s linear;
}

.company-social ul li a {
  display: flex;
  align-items: center;
  color: #C8C5C5;
  font-size: 13px;
  font-weight: 600;
}

/* .company-social ul li a:hover {
  color: var(--purple-color);
} */

.company-social .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.company-product-meta p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* background: var(--primary-color); */
  /* border-radius: 5px; */
  padding: 20px 15px 10px 0px;
  margin: 0 0 45px;
  font-size: 30px;
  color: white;
}

.company-product-meta ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 3;
  flex-wrap: wrap;
  /* background: var(--primary-color); */
  /* border-radius: 5px; */
  padding: 20px 0px 0px 15px;
  margin: 0 0 45px;
}

.company-product-meta ul li {
  margin: 0 10px 10px 0;
}

.company-product-meta ul li a {
  display: block;
  background: #2B2648;
  border: 1px solid #4A436D;
  border-radius: 20px;
  color: #CBCACA;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 25px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.company-product-meta ul li a::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: var(--nft-gradient-color);
  transition: .3s linear;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
}

.company-product-meta ul li a:hover,
.company-product-meta ul li.active a {
  color: #fff;
}

.company-product-meta ul li a:hover::before,
.company-product-meta ul li.active a::before {
  opacity: 1;
}

.company-breadcrumb-bg {
  background-image: url(../img/bg/breadcrumb_bg.png);
  background-position: center;
  background-size: cover;
  padding: 260px 0 0px;
}

.company-strokeme {
  /* color: white; */
  /* color: rgba(38, 45, 69, 1); */
  color: #1d1933;
  font-size: 60px;
  text-shadow: -1px -1px 0 #E615D4, 1px -1px 0 #E615D4, -1px 1px 0 #E615D4, 1px 1px 0 #E615D4;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.company-collection-item {
  background: var(--primary-color);
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  /* padding: 0 0 30px 0; */
  margin-bottom: 30px;
  margin-right: 30px;
}

.company-collection-item img {
  width: 100%;
  object-fit: cover;
  height: 180px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.company-collection-item h5 {
  padding: 30px 20px 30px 30px;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  font-weight: 200;
  align-items: center;
}

.collection-item-date {
  display: flex;
  align-items: center;
  color: var(--icon-color);
  font-size: 13px;
  font-weight: 400;
}

.company-collection-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 15px 10px 0px;
  margin: 0 0 45px;
  font-size: 30px;
  color: white;
}

.react-multi-carousel-item {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  /* margin-right: 60px; */
  /* margin-left: 20px; */
}

.btn-transparent {
  height: 59px;
  width: 100%;
  border: 2px solid #e039fd;
  background: #070b24;
  border-radius: 10px;
  z-index: 1;
  user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  /* display: inline-block; */
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  position: relative;
}

/* .btn-transparent::before { */
/* content: ""; */
/* position: absolute; */
/* color: '#a1a1a1'; */
/* border: 2px solid var(--purple-color); */
/* background: #070b24; */
/* border-radius: 10px; */
/* z-index: -1; */

/* } */

.btn-transparent::after {
  content: "";
  /* height: 59px; */
  /* width: 100%; */
  position: absolute;
  border: 3px solid var(--dark-blue-color);
  /* background: #070b24; */
  border-radius: 6px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.btn-transparent:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}

/* MERGED PROFILE */
.user-profile-area {
  padding: 100px 0 70px;
}

.user-profile-wrap {
  border: 1px solid #3c375c;
  background: var(--primary-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  overflow: hidden;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.user-profile-thumb {
  margin-bottom: 25px;
}

.user-info .title {
  margin-bottom: 3px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.user-info .title img {
  margin-left: 10px;
}

.user-info span {
  display: block;
  color: #d1c6c6;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

.user-info div span {
  display: block;
  color: #d1c6c6;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px !important;
}

.user-info p {
  margin-bottom: 0 !important;
  font-size: 13px;
  font-weight: 600;
}

.user-info p span {
  margin-bottom: 0 !important;
  font-size: 13px;
  font-weight: 600;
}

.user-collection {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--purple-color);
  margin-top: 20px;
  margin-bottom: 40px;
}

.user-collection li p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  color: #eeebeb;
}

.user-collection li>span {
  display: block;
  color: var(--body-text-color);
}

.user-social ul {
  background: #161329;
  border: 1px solid #262141;
  border-radius: 7px;
  padding: 20px 20px;
}

.user-social ul li .icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 15px;
  color: #fff;
  background: var(--nft-gradient-color);
  z-index: 1;
}

.user-social ul li .icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background: #1d1933;
  border-radius: 50%;
  z-index: -1;
}

.user-social ul li a {
  display: flex;
  align-items: center;
  color: #c8c5c5;
  font-size: 13px;
  font-weight: 600;
}

.user-social ul li a:hover {
  color: var(--purple-color);
}

.user-social ul li+li {
  margin-top: 13px;
}

.user-social .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.user-product-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: var(--primary-color);
  border-radius: 5px;
  padding: 20px 20px 10px;
  margin: 0 0 45px;
}

.user-product-meta ul li {
  margin: 0 10px 10px 0;
}

.user-product-meta ul li a {
  display: block;
  background: #2b2648;
  border: 1px solid #4a436d;
  border-radius: 20px;
  color: #cbcaca;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 25px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.user-product-meta ul li a::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: var(--nft-gradient-color);
  transition: 0.3s linear;
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
}

.user-product-meta ul li a:hover,
.user-product-meta ul li.active a {
  color: #fff;
}

.user-product-meta ul li a:hover::before,
.user-product-meta ul li.active a::before {
  opacity: 1;
}