/*----------------------------------------------
*
* [Main Stylesheet]
*
* Theme    : Netstorm
* Version  : 1.0
* Author   : Themeland
* Support  : hridoy1272@gmail.com
* 
----------------------------------------------*/
/*----------------------------------------------
*
* [Font Import]
*
* Jost    : https://fonts.google.com
* Poppins : https://fonts.google.com
*
----------------------------------------------*/
/*----------------------------------------------

[ALL CONTENTS]

1. Import
2. Root
3. Reset
4. General 
5. Section 
6. Helper 
7. Header
8. Feature
9. Footer
10. Modal
11. Miscellaneous
12. Blog
13. All Media Queries

----------------------------------------------*/
/*----------------------------------------------
1. Import
----------------------------------------------*/
/* #region Import */
@import url(vendor/bootstrap.min.css);
@import url(vendor/animate.min.css);
@import url(vendor/all.min.css);
@import url(vendor/slider.min.css);
/* #endregion Import */
/*----------------------------------------------
2. Root
----------------------------------------------*/
/* #region Root */
:root {
  --primary-font: 'Bebas Neue', cursive;
  --secondary-font: 'Roboto', sans-serif;
  --h1-size: 4rem;
  --h1-weight: 900;
  --h2-size: 3rem;
  --h2-weight: 700;
  --h3-size: 2rem;
  --h3-weight: 600;
  --h4-size: 1.5rem;
  --h4-weight: 600;
  --h5-size: 1.2rem;
  --h5-weight: lighter;
  --h6-size: 1rem;
  --h6-weight: 600;
  --p-size: 1rem;
  --p-weight: 400;
  --header-bg-color: #FFFFFF;
  --nav-brand-height: 100px;
  --top-nav-item-color: #000000;
  --nav-item-color: #121117;
  --primary-color: #000000;
  --secondary-color: #000000;
  --white-color: #FFFFFF;
  --black-color: #040402;
  --grey-color: #f3f5f7;
  --dark-grey-color: #191919;
  --primary-t-color: #000000;
  --secondary-t-color: #ffffff;
  --primary-p-color: #8E8E8E;
  --secondary-p-color: #E1E1E1;
  --primary-b-color: #f5f5f5;
  --primary-l-color: rgba(0, 0, 0, .12);
  --secondary-l-color: rgba(255, 255, 255, 0.12);
  --valid-color: #007a4d;
  --invalid-color: #e34f4f;
  --primary-bg-color: #FFFFFF;
  --primary-bg-color-2: #eeeeee;
  --primary-bg-color-3: #e5e5e5;
  --secondary-bg-color: #040402;
  --secondary-bg-color-2: #111111;
  --secondary-bg-color-3: #191919;
  --card-bg-color: #191919;
  --footer-bg-color: #313131; }

/* #endregion Root */
/*----------------------------------------------
3. Reset
HTML5 display-role reset for older browsers
----------------------------------------------*/
/* #region Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-x: hidden; }

.image-step {
  width: 80% !important; }

.ol-alphabet {
  list-style-type: lower-alpha !important; }

.ol-alphabet li {
  font-weight: normal !important; }

.text {
  font-size: 1.3rem !important;
  font-weight: lighter; }

.text-link {
  font-size: 1.1rem !important; }

.swiper-button-next{
    color: white !important;
    transform:
    perspective(75em)
    rotateX(18deg);
  box-shadow:
    rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
    rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
}
.swiper-button-prev{
    color: white !important;
    transform:
    perspective(75em)
    rotateX(18deg);
  box-shadow:
    rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
    rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
}

body {
  font-family: var(--secondary-font);
  color: var(--primary-p-color);
  background-color: var(--primary-bg-color); 
}

.black-text {
  color: var(--black-color) !important; }

.white-text {
  color: var(--white-color) !important; }

.secondary-font {
  font-family: var(--secondary-font) !important; }

.primary-font {
  font-family: var(--primary-font) !important; }

.gray-text {
  color: var(--primary-p-color) !important; }

.pagination {
  color: var(--black-color) !important;
  font-family: var(--primary-font) !important; }

body.odd {
  background-color: var(--secondary-bg-color); }

body:not(.page-template) .odd:not(.comment) {
  color: #8E8E8E; }

body.page-template .odd {
  color: var(--white-color); }

.cursor-pointer {
  cursor: pointer !important; }

ol,
ul {
  padding-left: 20px; }

ol {
  list-style: decimal; }

.row {
  display: -webkit-flex; }

ul {
  list-style: disc; }

ul ul {
  list-style: circle; }

pre,
code {
  display: block;
  margin: 1rem 0;
  color: var(--primary-color); }

blockquote,
q {
  display: block;
  margin: 1rem 0;
  quotes: none;
  quotes: none;
  font-style: italic;
  padding: 1rem 1.5rem;
  border-left: 5px solid var(--primary-bg-color-3); }

.odd blockquote,
q {
  border-left: 5px solid var(--secondary-bg-color-3); }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

blockquote p,
q p {
  margin: 0; }

figure {
  margin-bottom: 1.5rem; }

figcaption {
  margin-bottom: 1.5rem;
  font-style: italic;
  padding: 1rem 1.5rem;
  border-left: 5px solid var(--primary-bg-color-3); }

.odd figcaption {
  border-left: 5px solid var(--secondary-bg-color-3); }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* #endregion Reset */
/*----------------------------------------------
4. General
----------------------------------------------*/
/* #region General */
::-moz-selection {
  background: rgba(166, 175, 189, 0.3); }

::selection {
  background: rgba(166, 175, 189, 0.3); }

::-moz-selection {
  background: rgba(166, 175, 189, 0.3); }

*,
*:after,
*:before {
  box-sizing: border-box; }

a:not(.btn),
a:link:not(.btn),
a:visited:not(.btn),
a:hover:not(.btn),
a:active:not(.btn) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-color);
  text-decoration: none; }

a:not([href]),
a:not([href]):hover,
a:not([href]) i,
a:not([href]) i:hover {
  color: var(--primary-b-color); }

p {
  margin: 1.5rem 0;
  font-size: var(--p-size);
  font-weight: var(--p-weight);
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

.odd:not(.comment) p {
  color: var(--white-color); }

.page-template .odd p {
  opacity: 0.7; }

.swiper-wrapper.odd p {
  opacity: 0.8; }

h1 {
  margin-bottom: 1.5rem;
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  h1 em {
    display: block;
    font-size: var(--h2-size);
    font-weight: 300; }

h2 {
  margin: 1.5rem 0;
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.odd h2 {
  color: var(--white-color); }

h3 {
  margin: 1.5rem 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

h4 {
  margin: 1.5rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.odd h4 {
  color: var(--secondary-t-color); }

h5 {
  margin: 1.5rem 0;
  font-size: 1.2rem;
  font-weight: lighter;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

h6 {
  margin: 1.5rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary-font);
  color: var(--primary-t-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: 700; }

li {
  margin: 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

::placeholder {
  color: var(--primary-p-color) !important; }

table {
  border-collapse: separate;
  border-spacing: 10px; }
  table td {
    padding: 10px 0; }
  table th {
    padding: 10px 0; }

@media only screen and (max-width: 600px) {
  .swiper-pagination {
    display: none; } }
dt {
  margin: 15px 0; }

address {
  margin-bottom: 1rem; }

form {
  width: 100%; }
  form label {
    width: 100%; }

input, textarea, select {
  width: 100%;
  height: 50px;
  background: no-repeat;
  box-shadow: none;
  padding: 0.7rem 1rem;
  border-color: var(--primary-l-color);
  border-width: 2px;
  border-radius: 2px; }
  input:focus, textarea:focus, select:focus {
    background: no-repeat;
    color: inherit;
    outline: none;
    border-color: inherit;
    box-shadow: none; }

input {
  border-color: var(--primary-p-color);
  color: var(--primary-p-color); }
  input:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color); }
  input[type="radio"] {
    height: initial; }
  input[type="submit"] {
    border: 1px solid;
    padding: 2.5px 10px;
    display: block;
    width: fit-content;
    max-width: 200px;
    text-align: center;
    color: var(--primary-color); }
    input[type="submit"]:hover {
      background-color: var(--primary-color);
      color: var(--primary-b-color);
      border-color: var(--primary-color); }
  input[type=checkbox] {
    width: 10px;
    height: 10px; }

textarea {
  height: 100px;
  resize: none;
  border-color: var(--primary-p-color);
  color: var(--primary-t-color); }
  textarea:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color); }

select {
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  line-height: 1.2;
  border-color: var(--primary-l-color);
  color: var(--primary-t-color); }
  select option {
    color: #2f323a; }
  select:focus {
    border-color: var(--primary-t-color);
    color: var(--primary-t-color); }

hr {
  margin: 35px 0;
  border-top: 1px dashed var(--primary-l-color); }

.odd hr {
  margin: 35px 15px;
  border-top: 1px dashed var(--secondary-l-color); }

table {
  width: 100%; }

tr:not(:last-child) {
  border-bottom: 1px solid;
  border-color: var(--primary-l-color); }

.odd tr:not(:last-child) {
  border-bottom: 1px solid;
  border-color: var(--secondary-l-color); }

td {
  padding: 10px 0; }

/* #endregion General */
/*----------------------------------------------
5. Section
----------------------------------------------*/
/* #region Section */
section {
  width: 100%;
  padding: 5rem 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  section.no-hero {
    padding: 150px 0 130px; }
  section#slider:not(.bg-inherit) {
    background-color: var(--hero-bg-color); }

.pagination {
  font-family: 'Bebas Neue', cursive; }

.swiper-container {
  width: 91%;
  height: 100%;
  padding-right: 1%; }

main {
  padding: 0; }

.seller-thumb {
  margin-top: 1rem !important; }

aside {
  padding: 0; }

.container {
  padding: 0;
  max-width: 1170px; }
  .container.header {
    max-width: 1140px; }
  .container.full {
    max-width: 100%; }
  .container.full-grid {
    padding: 0;
    max-width: calc(100% - 30px);
    margin: 0 15px; }
  .container.smaller {
    max-width: 970px; }

.row {
  margin-left: 0;
  margin-right: 0; }

.vh-100 {
  height: 100vh; }

.vh-75 {
  height: 75vh; }

.clearfix {
  display: block;
  content: "";
  clear: both; }

/* #endregion Section */
/*----------------------------------------------
6. Helper Class
----------------------------------------------*/
/* #region Helper Class */
.netstorm-preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  z-index: 99999; }
  .netstorm-preloader .preloader-animation {
    z-index: 1000; }
    .netstorm-preloader .preloader-animation .spinner {
      height: 9em;
      width: 9em;
      margin: 0 auto 3.5em auto;
      border: 3px solid var(--primary-l-color);
      border-top-color: var(--footer-bg-color);
      border-radius: 50%;
      animation: spinner 1s infinite linear; }
    .netstorm-preloader .preloader-animation p {
      letter-spacing: 8px; }
  .netstorm-preloader .loader-animation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none; }
    .netstorm-preloader .loader-animation .single-loader .loader-bg {
      height: 100%;
      width: 100%;
      left: 0;
      background-color: var(--white-color);
      transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); }
  .netstorm-preloader.loaded {
    visibility: hidden; }
    .netstorm-preloader.loaded .preloader-animation {
      opacity: 0;
      visibility: hidden;
      transition: 0.3s ease-out; }
    .netstorm-preloader.loaded .single-loader .loader-bg {
      width: 0;
      transition: 0.7s all cubic-bezier(0.1, 0.1, 0.1, 1); }

@keyframes spinner {
  to {
    transform: rotateZ(360deg); } }
@keyframes animated-letters {
  0%,
    75%,
    100% {
    opacity: 0;
    transform: rotateY(-90deg); }
  25%,
    50% {
    opacity: 1;
    transform: rotateY(0deg); } }
.avatar-sm {
  height: 3rem;
  width: 3rem; }

.avatar-md {
  height: 4rem;
  width: 4rem; }

.avatar-lg {
  height: 5rem;
  width: 5rem; }

.intro {
  margin-bottom: 60px; }
  .intro span {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase; }
    .intro span::after {
      position: absolute;
      content: '';
      height: 3px;
      width: 45px;
      background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
      top: 50%;
      left: calc(100% + 20px);
      transform: translateY(-50%); }
  .intro h1:first-child, .intro h2:first-child, .intro h3:first-child {
    margin-top: 0; }
  .intro.text-center span::after {
    content: none; }

.list-group-item {
  margin: 0;
  background: none;
  font-size: 1rem;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  border-color: var(--card-bg-color); }
  .list-group-item:first-child {
    border: none; }
  .list-group-item a {
    transition: 0.3s; }
  .list-group-item .badge.circle {
    background-color: var(--card-bg-color); }

.post-holder {
  list-style: none;
  width: 100%;
  border-left: 5px solid var(--primary-color);
  background-color: var(--card-bg-color);
  padding: 25px;
  margin-top: 35px; }

.posted-on a:not(.btn) {
  font-weight: 600; }

.sidebar .item {
  margin-bottom: 35px; }
.sidebar ol {
  list-style: none;
  padding: 0; }
  .sidebar ol ol {
    padding: 15px; }
.sidebar ul {
  list-style: none;
  padding: 0; }
  .sidebar ul.children {
    padding: 0; }
  .sidebar ul li:not(.nav-item):not(.list-group-item) {
    position: relative;
    padding-left: 0; }
  .sidebar ul li a:not(.btn) {
    color: inherit;
    overflow-wrap: break-word; }
    .sidebar ul li a:not(.btn):hover {
      color: var(--primary-color); }
  .sidebar ul ul {
    padding: 15px; }
    .sidebar ul ul li:not(.nav-item):not(.list-group-item):not(.cat-item) {
      padding-left: 20px; }
.sidebar li:hover::before {
  background-color: var(--primary-color); }
.sidebar .sub-menu {
  padding: 0; }
.sidebar .title {
  width: 100%;
  margin-top: 0;
  list-style: none; }

.list-group .list-group-item .icon {
  color: var(--primary-color);
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }

.post-details .blog-thumb img {
  border-radius: 4px; }
.post-details blockquote {
  margin: 1rem 2rem;
  padding: 2rem 1.5rem;
  border-left: 5px solid var(--primary-color);
  font-size: 1.2rem;
  color: var(--primary-color);
  background-color: rgba(1, 114, 128, 0.05); }
  @media (max-width: 575px) {
    .post-details blockquote {
      font-size: 100%; } }
.post-details .sidebar .title {
  position: relative;
  font-weight: 700; }
  .post-details .sidebar .title::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 50px;
    background-color: var(--primary-color);
    left: 3px;
    top: calc(100% + 10px); }

.btn {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white-color);
  line-height: 1;
  text-align: center;
  padding: 16px 34px;
  border: 0 none;
  border-radius: 100px;
  outline: 0 none;
  cursor: pointer;
  z-index: 1; }
  .btn:hover, .btn:focus, .btn:active {
    color: var(--white-color);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
  .btn.btn-secondary {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #000;
    color: var(--black-color) !important;
    font-weight: lighter;
    font-family: var(--primary-font); }
  .btn.btn-black {
    background-color: var(--black-color);
    color: var(--white-color); }
  .btn.btn-white {
    background: var(--white-color);
    color: var(--black-color); }
  .btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    color: #444; }
    .btn.btn-bordered::before {
      position: absolute;
      content: "";
      height: calc(100% + 4px);
      width: calc(100% + 4px);
      background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
      top: -2px;
      left: -2px;
      border-radius: 100px;
      transition: all 0.3s ease 0s;
      z-index: -2; }
    .btn.btn-bordered:after {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      border-radius: 100px;
      background: #fff none repeat scroll 0 0;
      transition: all 0.3s ease 0s;
      z-index: -1; }
    .btn.btn-bordered:hover, .btn.btn-bordered:focus, .btn.btn-bordered.active {
      color: #fff; }
      .btn.btn-bordered:hover::after, .btn.btn-bordered:focus::after, .btn.btn-bordered.active::after {
        opacity: 0; }
  .btn.btn-bordered-white {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff; }
    .btn.btn-bordered-white::after {
      position: absolute;
      content: "";
      height: calc(100% + 4px);
      width: calc(100% + 4px);
      background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
      top: -2px;
      left: -2px;
      border-radius: 100px;
      opacity: 0;
      transition: all 0.3s ease 0s;
      z-index: -1; }
    .btn.btn-bordered-white:hover, .btn.btn-bordered-white:focus {
      border-color: transparent;
      outline: 0 none; }
      .btn.btn-bordered-white:hover::after, .btn.btn-bordered-white:focus::after {
        opacity: 1; }
  .btn.btn-bordered-black {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #000; }
    .btn.btn-bordered-black::after {
      position: absolute;
      content: "";
      background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
      top: -2px;
      left: -2px;
      border-radius: 100px;
      opacity: 0;
      transition: all 0.3s ease 0s;
      z-index: -1; }
    .btn.btn-bordered-black:hover, .btn.btn-bordered-black:focus {
      border-color: transparent;
      outline: 0 none;
      background-color: #000;
      color: var(--white-color) !important; }
  .btn.content-btn {
    padding: 0;
    font-weight: 600;
    color: var(--primary-t-color);
    background: transparent;
    box-shadow: none;
    padding-right: 15px; }
    .btn.content-btn::before {
      position: absolute;
      content: url("../img/flecha.png");
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      opacity: 0;
      transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
    .btn.content-btn::after {
      position: absolute;
      content: url("../img/flecha.png");
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      top: 50%;
      left: 70px;
      right: -10px;
      transform: translateY(-50%);
      opacity: 1;
      transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
    .btn.content-btn:hover {
      color: var(--primary-color); }
      .btn.content-btn:hover::before {
        right: -10px;
        opacity: 1; }
      .btn.content-btn:hover::after {
        right: -20px;
        opacity: 0; }

.button-now {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .button-now .btn {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-family: var(--primary-font) !important; }

.button-group {
  margin-top: 30px; }
  .button-group a {
    margin-right: 10px; }
    .button-group a:last-child {
      margin-right: 0; }
    @media (max-width: 575px) {
      .button-group a {
        margin-top: 0;
        margin-right: 5px; }
        .button-group a .btn {
          padding: 12px 20px; } }

.btn-bordered-black:hover {
  color: var(--white-color) !important; }

.shape {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 0;
  direction: ltr;
  overflow: hidden;
  z-index: -1; }
  .shape.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

.bg-shape {
  position: absolute;
  height: 60%;
  width: 55%;
  top: 35%;
  right: -5%;
  transform: translateY(-50%);
  z-index: -1; }
  @media (max-width: 767px) {
    .bg-shape {
      height: 80%;
      width: 80%;
      top: 40%;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 575px) {
    .bg-shape {
      height: 100%;
      width: 100%;
      top: 70%; } }

.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: -1; }

.bg-grey {
  background-color: var(--grey-color); }
  .bg-grey input, .bg-grey textarea {
    background-color: var(--white-color); }

.moneda {
  height: 1rem;
  width: 1rem; }

.breadcrumb-area {
  background: rgba(0, 0, 0, 0) url("../img/pink-3d-elegant-geometrical-texture.png") no-repeat scroll top center/cover;
  margin-bottom: 1rem; }
  .breadcrumb-area.bg-overlay::after {
    opacity: 0.89; }

.bg-dark {
  background-color: #121212 !important; }

/* #endregion Helper Class */
/*----------------------------------------------
7. Header
----------------------------------------------*/
/* #region Header */
header {
  position: relative;
  z-index: 999;
  font-family: var(--primary-font); }
  header .navbar-sticky {
    top: 0;
    background-color: var(--header-bg-color);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    transition: all 0.15s ease-out 0s !important; }
    header .navbar-sticky.hidden {
      transform: translate3d(0, -101%, 0) !important; }
    header .navbar-sticky.visible {
      transform: translate3d(0, 0, 0) !important; }
  header .navbar-expand {
    top: 0;
    z-index: 2;
    width: 100%;
    pointer-events: initial;
    background-color: var(--header-bg-color); }
    header .navbar-expand.relative {
      position: relative; }
    header .navbar-expand .navbar-brand {
      padding: 0;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 0;
      color: var(--top-nav-item-color); }
      header .navbar-expand .navbar-brand i {
        font-style: initial;
        font-weight: bold;
        font-size: 1.8rem;
        color: var(--primary-color); }
      header .navbar-expand .navbar-brand img {
        height: var(--nav-brand-height); }
    header .navbar-expand .navbar-nav {
      display: inline-block; }
      header .navbar-expand .navbar-nav.toggle {
        display: none; }
        header .navbar-expand .navbar-nav.toggle i {
          font-size: 20px; }
      header .navbar-expand .navbar-nav .nav-item {
        margin: 0;
        display: inline-flex;
        vertical-align: middle; }
        header .navbar-expand .navbar-nav .nav-item a:not(.btn) {
          display: flex;
          align-items: center;
          font-size: 1.5rem;
          font-weight: 100; }
      header .navbar-expand .navbar-nav .nav-link:not(.btn) {
        padding-right: 1rem;
        padding-left: 1rem;
        color: var(--top-nav-item-color); }
      header .navbar-expand .navbar-nav .nav-link.active:not(.btn):not(.title) {
        color: var(--white-color); }
      header .navbar-expand .navbar-nav ul .nav-item {
        display: block; }
      header .navbar-expand .navbar-nav .dropdown-menu .nav-link.title {
        color: var(--primary-t-color);
        opacity: 0.8; }
      header .navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.625rem 1.25rem;
        font-weight: 500;
        color: var(--nav-item-color); }
        header .navbar-expand .navbar-nav .dropdown-menu .nav-link:not(.btn):not(.title):hover {
          color: var(--secondary-p-color); }
      header .navbar-expand .navbar-nav i.icon-arrow-down {
        position: relative;
        top: 1.5px;
        margin: 0 0 0 0.3rem;
        font-size: 12px;
        font-weight: 600; }
      header .navbar-expand .navbar-nav i.icon-arrow-right {
        position: relative;
        left: 5px;
        top: 0;
        margin: 0 0 0 0.3rem;
        font-size: 10px;
        font-weight: 600; }
      header .navbar-expand .navbar-nav .icons i {
        font-weight: 400; }
    header .navbar-expand:not(.navbar-sticky) .navbar-brand {
      color: var(--top-nav-item-color); }
    header .navbar-expand:not(.navbar-sticky) .navbar-nav .nav-link:not(.btn) {
      color: var(--top-nav-item-color); }
    header .navbar-expand:not(.navbar-sticky) .navbar-nav .dropdown-menu .nav-link:not(.btn) {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.625rem 1.25rem;
      font-weight: 500;
      color: var(--nav-item-color); }
    header .navbar-expand .dropdown .dropdown-menu {
      background-color: var(--primary-bg-color-2);
      width: max-content;
      min-width: 14.375rem;
      display: block;
      padding: 0.625rem 0;
      visibility: hidden;
      opacity: 0;
      border: none;
      border-radius: 2px;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      header .navbar-expand .dropdown .dropdown-menu .dropdown-menu {
        position: absolute;
        top: -8px;
        left: 100%; }
    header .navbar-expand .dropdown .dropdown-item.active, header .navbar-expand .dropdown .dropdown-item:hover, header .navbar-expand .dropdown .dropdown-item:active {
      text-decoration: none;
      background-color: inherit;
      box-shadow: none;
      outline: none; }
    header .navbar-expand .dropdown:hover > .dropdown-menu {
      visibility: unset;
      opacity: 1;
      margin: 0;
      transition-timing-function: ease;
      transition-duration: .4s;
      transition-property: opacity, transform; }

.navbar-holder {
  position: relative;
  z-index: -100;
  min-height: auto;
  pointer-events: none;
  background-color: var(--section-1-bg-color); }

.dropdown-menu {
  min-width: 150px !important; }
  .dropdown-menu .nav-item .nav-link:hover {
    color: var(--white-color) !important;
    background-color: var(--black-color) !important; }
  .dropdown-menu .nav-item .nav-link {
    font-family: var(--primary-font);
    font-size: 1rem !important;
    font-weight: lighter !important; }

.dropdown-item:hover {
  color: var(--white-color) !important;
  background-color: var(--black-color) !important; }

.smaller-text {
  font-size: small !important; }

.menu .items {
  margin-left: -5px;
  width: calc(100% + 10px); }
.menu .navbar-nav {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1; }
  .menu .navbar-nav i.icon-arrow-down {
    font-size: 18px; }
.menu .nav-item {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  font-weight: lighter;
  margin: 0; }
.menu .dropdown .dropdown-menu {
  display: none;
  width: 100%;
  visibility: visible;
  opacity: 1;
  background: none;
  box-shadow: none;
  border: none;
  text-align: center;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
  list-style: none;
  color: var(--secondary-p-color); }
  .menu .dropdown .dropdown-menu .dropdown-menu {
    position: relative;
    top: initial;
    left: initial; }
  .menu .dropdown .dropdown-menu.show {
    display: block; }
  .menu .dropdown .dropdown-menu .left, .menu .dropdown .dropdown-menu .right {
    width: 50%; }
  .menu .dropdown .dropdown-menu .nav-link.title {
    font-weight: 600;
    color: var(--primary-t-color);
    border: none;
    opacity: 0.8; }
  .menu .dropdown .dropdown-menu .nav-link:hover {
    color: var(--primary-color);
    background-color: var(--black-color); }
  .menu .dropdown .dropdown-menu .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 400;
    background: none;
    color: var(--primary-p-color);
    display: flex;
    justify-content: space-between;
    width: calc(100% - 12px);
    vertical-align: top;
    padding: 0;
    margin: 0 5px 10px;
    border-radius: 4px;
    text-align: left; }
.menu .dropdown:first-child {
  margin-top: 0; }
.menu .nav-link:not(.btn) {
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid var(--primary-l-color);
  color: var(--primary-p-color);
  display: inline-block;
  width: calc(100% - 12px);
  vertical-align: top;
  padding: 10px 5px;
  margin: 0 5px;
  border-radius: 4px; }
  .menu .nav-link:not(.btn):hover {
    color: var(--primary-color); }
.menu .nav-link:first-child {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  border: none;
  color: var(--primary-t-color); }
.menu .dropdown-menu .dropdown > .nav-link:first-child {
  font-size: 1rem;
  font-weight: 600; }

/* #endregion Header */
/*----------------------------------------------
8. Feature
----------------------------------------------*/
/* #region Feature */
.icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 44px;
  display: block;
  margin: auto; }
  .icon.smaller {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px; }
  .icon.bigger {
    width: 7rem;
    height: 7rem;
    margin: 0;
    font-size: 6.5rem;
    line-height: 7rem;
    font-weight: bold; }
  .icon.circle {
    border-radius: 100px;
    font-size: 28px; }

.icons {
  display: inline-block;
  font-size: 3rem;
  line-height: 1; }

.items .item {
  margin-top: 30px; }

.clip-text,
.text-effect,
.intro span,
.hero-section span,
.share-list .nav-link i {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.bg-text, .btn, .blog .pagination > li.active > a,
.text-effect,
.intro span,
.hero-section span,
.share-list .nav-link i,
.blog-details .pagination > li.active > a {
  background-image: linear-gradient(150deg, var(--secondary-color) 0%, var(--primary-color) 78%); }

.card-columns {
  margin: 0 15px;
  column-gap: 30px; }
  .card-columns .card {
    margin-bottom: 30px; }

.wrapper-img {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  box-sizing: border-box;
  position: relative; }

.wrapper-img img {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px; }

.wrapper-img-collection {
  height: 15rem;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  box-sizing: border-box;
  position: relative; }

.wrapper-img-collection img {
  max-height: 15rem;
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 12px 12px 0px 0px; }

.username-link {
  color: #8e8e8e;
  background-color: transparent;
  border: 0; }

.card-white {
  background-color: var(--white-color) !important; }

.card {
  padding: 0.5rem;
  border: none;
  border-radius: 18px;
  background-color: var(--card-bg-color);
  box-shadow: 0 3px 20px 0px var(--primary-l-color);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  max-width: 100%;
  box-shadow: 10px 10px 5px 0px rgba(179, 179, 179, 0.45) !important;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(179, 179, 179, 0.45) !important;
  -moz-box-shadow: 10px 10px 5px 0px rgba(179, 179, 179, 0.45) !important; }
  .card .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 35px 0 0; }
    .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
      margin-top: 0; }
    .card .card-body .card-bottom span {
      color: var(--white-color); }
  .card .card-footer {
    background-color: #eeeeee;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top: 0px; }
    .card .card-footer a {
      margin: 0 10px; }
      .card .card-footer a:not(.btn) {
        color: var(--primary-p-color); }
    .card .card-footer .card-footer i {
      margin: 0 5px 2.5px; }
  .card.no-hover {
    border: none;
    box-shadow: none; }
    .card.no-hover:hover {
      transform: inherit; }
  .card:not(.no-hover):hover {
    transform: translateY(-5px); }
  .card.blog-card .blog-thumb img {
    border-radius: 6px; }
  .card.blog-card .blog-content a {
    color: var(--white-color);
    transition: 0.3s; }
    .card.blog-card .blog-content a h4 {
      transition: 0.3s; }
    .card.blog-card .blog-content a:hover {
      color: var(--primary-color); }
      .card.blog-card .blog-content a:hover h4 {
        color: var(--primary-color); }

.title-footer {
  font-size: 1rem;
  margin-bottom: -1.5rem; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  margin-top: 50px;
  position: relative; }

.swiper-pagination-bullet {
  width: 40px !important;
  height: 5px !important;
  border-radius: 0 !important;
  background-color: var(--primary-p-color);
  border: none !important;
  opacity: 0.25 !important; }

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  opacity: 1 !important; }

.hero-section {
  background-color: var(--footer-bg-color);
  z-index: 1; }
  .hero-section span {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase; }
    .hero-section span::after {
      position: absolute;
      content: '';
      height: 3px;
      width: 45px;
      background-image: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
      top: 50%;
      left: calc(100% + 20px);
      transform: translateY(-50%); }
  .hero-section h1 {
    color: var(--white-color); }
  .hero-section p {
    font-size: 1.2rem; }

.countdown {
  text-transform: uppercase;
  color: var(--white-color); }
  .countdown > div {
    display: inline-block; }
    .countdown > div > span {
      display: block;
      text-align: center; }
  .countdown .countdown-container {
    margin: 0 5px; }
    .countdown .countdown-container .countdown-heading {
      font-size: 12px !important;
      font-weight: 500; }
    .countdown .countdown-container .countdown-value {
      font-family: var(--primary-font);
      font-size: 16px;
      font-weight: 600;
      padding: 5px;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }
      @media (max-width: 575px) {
        .countdown .countdown-container .countdown-value {
          font-size: 25px; } }

.live-auctions-area {
  background: rgba(0, 0, 0, 0) url("../img/pink-3d-elegant-geometrical-texture.png") no-repeat scroll top center/cover; }
  .live-auctions-area .card .card-body a h5 {
    transition: 0.3s; }
  .live-auctions-area .card .card-body a:hover h5 {
    color: var(--primary-color); }
  .live-auctions-area .card .seller span {
    color: var(--white-color);
    transition: 0.3s; }
    .live-auctions-area .card .seller span:hover {
      color: var(--primary-color); }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.md-60 {
  font-size: 60px; }

.material-icons-outlined.md-18 {
  font-size: 18px; }

.material-icons-outlined.md-24 {
  font-size: 24px; }

.material-icons-outlined.md-36 {
  font-size: 36px; }

.material-icons-outlined.md-48 {
  font-size: 48px; }

.live-auctions-area-2 .card .card-body a h5 {
  transition: 0.3s; }
.live-auctions-area-2 .card .card-body a:hover h5 {
  color: var(--primary-color); }
.live-auctions-area-2 .card .seller span {
  color: var(--white-color);
  transition: 0.3s; }
  .live-auctions-area-2 .card .seller span:hover {
    color: var(--primary-color); }

.top-seller-area .card .single-seller .seller-info a {
  transition: 0.3s; }

.load-more .item {
  display: none; }

.seller-info {
  display: flex;
  flex-direction: column; }
  .seller-info .seller {
    font-weight: 600 !important;
    color: var(--black-color) !important;
    transition: 0.3s; }
    .seller-info .seller:hover {
      color: var(--primary-color) !important; }

.under-section {
  margin-top: -3cm; }

.popular-collections-area .card .image-over {
  position: relative;
  overflow: visible;
  z-index: 1; }
  .popular-collections-area .card .image-over .seller {
    display: block;
    position: absolute;
    top: calc(100% - 2.5rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    .popular-collections-area .card .image-over .seller .seller-thumb {
      position: relative;
      border: 3px solid rgba(255, 255, 255, 0.12);
      border-radius: 50%;
      box-shadow: inset 0 0 0 2px rgba(9, 8, 13, 0.15); }
      .popular-collections-area .card .image-over .seller .seller-thumb::before, .popular-collections-area .card .image-over .seller .seller-thumb::after {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 50%;
        transition: all 0.2s ease 0s; }
      .popular-collections-area .card .image-over .seller .seller-thumb::before {
        content: "";
        top: 0;
        width: calc(4rem - 6px);
        height: calc(4rem - 6px);
        opacity: 0;
        box-shadow: 0 0 0 2px rgba(9, 8, 13, 0.15);
        transform: scale(0.8); }
      .popular-collections-area .card .image-over .seller .seller-thumb::after {
        content: "";
        top: 5px;
        width: calc(4rem - 16px);
        height: calc(4rem - 16px);
        background-color: rgba(9, 8, 13, 0.15);
        box-shadow: 0 0 0 0 transparent; }
      .popular-collections-area .card .image-over .seller .seller-thumb img {
        height: calc(4rem - 16px);
        width: calc(4rem - 16px);
        margin: 5px; }
.popular-collections-area .card .card-body a h5 {
  transition: 0.3s; }
.popular-collections-area .card:hover .image-over .seller .seller-thumb::before {
  opacity: 1;
  transform: scale(1); }
.popular-collections-area .card:hover .image-over .seller .seller-thumb::after {
  height: calc(3rem);
  width: calc(3rem );
  background-color: transparent;
  box-shadow: 0 5px 10px rgba(14, 49, 139, 0.5); }
.popular-collections-area .card:hover .card-body a h5 {
  color: var(--primary-color); }

.btn-smaller {
  font-size: 0.9rem;
  padding: 12px 18px; }

.explore-area .explore-menu .btn {
  background: inherit;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  position: relative;
  box-shadow: none; }
  .explore-area .explore-menu .btn::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0;
    bottom: 5px;
    left: 50%;
    background-color: var(--primary-color);
    transform: translateX(-50%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s; }
  .explore-area .explore-menu .btn.active {
    color: var(--primary-color); }
    .explore-area .explore-menu .btn.active::after {
      width: 60%;
      visibility: visible;
      opacity: 1; }
.explore-area .card .card-body a h5 {
  transition: 0.3s; }
.explore-area .card .card-body a:hover h5 {
  color: var(--primary-color); }
.explore-area .card .seller a h6 {
  transition: 0.3s; }
.explore-area .card .seller a:hover h6 {
  color: var(--primary-color); }

.item-details-area .owner .owner-meta h6 {
  transition: 0.3s; }
.item-details-area .owner .owner-meta:hover h6 {
  color: var(--primary-color); }
.item-details-area .item-info img {
  border-radius: 8px; }
.item-details-area .item-info .countdown-container {
  margin: 0 10px; }
  .item-details-area .item-info .countdown-container .countdown-heading {
    font-size: 14px !important; }
  .item-details-area .item-info .countdown-container .countdown-value {
    font-size: 20px; }
.item-details-area .netstorm-tab.nav-tabs {
  border-bottom: 2px solid var(--card-bg-color); }
.item-details-area .netstorm-tab li {
  margin: 0; }
  .item-details-area .netstorm-tab li a {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 0; }
    .item-details-area .netstorm-tab li a::after {
      position: absolute;
      content: '';
      height: 3px;
      width: 0;
      bottom: -2.5px;
      left: 0;
      background-color: var(--primary-color);
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease 0s; }
    .item-details-area .netstorm-tab li a.active h5 {
      color: var(--primary-color); }
    .item-details-area .netstorm-tab li a.active::after {
      width: 100%;
      visibility: visible;
      opacity: 1; }
  .item-details-area .netstorm-tab li:first-of-type a {
    margin-left: 0; }
.item-details-area .tab-content .single-tab-list {
  margin: 1.5rem 0; }
  .item-details-area .tab-content .single-tab-list strong, .item-details-area .tab-content .single-tab-list a {
    color: var(--black-color);
    transition: 0.3s; }
  .item-details-area .tab-content .single-tab-list a:hover {
    color: var(--primary-color); }
.item-details-area .tab-content .owner h6 {
  transition: 0.3s; }
.item-details-area .tab-content .owner:hover h6 {
  color: var(--primary-color); }

.author-area .card .image-over {
  position: relative;
  overflow: visible;
  z-index: 1; }
  .author-area .card .image-over .author {
    display: block;
    position: absolute;
    top: calc(100% - 2.5rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    .author-area .card .image-over .author .author-thumb {
      position: relative;
      border: 3px solid rgba(255, 255, 255, 0.12);
      border-radius: 50%;
      box-shadow: inset 0 0 0 2px rgba(9, 8, 13, 0.15); }
      .author-area .card .image-over .author .author-thumb::before, .author-area .card .image-over .author .author-thumb::after {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 50%;
        transition: all 0.2s ease 0s; }
      .author-area .card .image-over .author .author-thumb::before {
        content: "";
        top: 0;
        width: calc(5rem - 6px);
        height: calc(5rem - 6px);
        opacity: 0;
        box-shadow: 0 0 0 2px rgba(9, 8, 13, 0.15);
        transform: scale(0.8); }
      .author-area .card .image-over .author .author-thumb::after {
        content: "";
        top: 5px;
        width: calc(5rem - 16px);
        height: calc(5rem - 16px);
        background-color: rgba(9, 8, 13, 0.15);
        box-shadow: 0 0 0 0 transparent; }
      .author-area .card .image-over .author .author-thumb img {
        height: calc(5rem - 16px);
        width: calc(5rem - 16px);
        margin: 5px; }
.author-area .card .card-body .input-group {
  position: relative;
  z-index: 1; }
  .author-area .card .card-body .input-group .form-control {
    border-radius: 100px;
    background-color: transparent;
    border: 2px solid;
    height: 40px;
    padding: 1.5rem;
    box-shadow: none;
    outline: none; }
  .author-area .card .card-body .input-group .input-group-append {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 100px;
    overflow: hidden; }
    .author-area .card .card-body .input-group .input-group-append button {
      margin-right: 5px;
      padding: 12px 16px;
      background-color: transparent;
      color: var(--white-color);
      border: 0;
      outline: none; }
.author-area .card .card-body hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.15); }
.author-area .card:hover {
  transform: initial; }
  .author-area .card:hover .image-over .author .author-thumb::before {
    opacity: 1;
    transform: scale(1); }
  .author-area .card:hover .image-over .author .author-thumb::after {
    height: calc(5rem + 4px);
    width: calc(5rem + 4px);
    top: -5px;
    left: -5px;
    background-color: transparent;
    box-shadow: 0 5px 10px rgba(14, 49, 139, 0.5); }

.activity-area .netstorm-tab.nav-tabs {
  border-bottom: 2px solid var(--card-bg-color); }
.activity-area .netstorm-tab li {
  margin: 0; }
  .activity-area .netstorm-tab li a {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 0; }
    .activity-area .netstorm-tab li a::after {
      position: absolute;
      content: '';
      height: 3px;
      width: 0;
      bottom: -2.5px;
      left: 0;
      background-color: var(--primary-color);
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease 0s; }
    .activity-area .netstorm-tab li a.active h5 {
      color: var(--primary-color); }
    .activity-area .netstorm-tab li a.active::after {
      width: 100%;
      visibility: visible;
      opacity: 1; }
  .activity-area .netstorm-tab li:first-of-type a {
    margin-left: 0; }
.activity-area .tab-content .single-tab-list {
  margin: 1.5rem 0; }
  .activity-area .tab-content .single-tab-list img {
    border-radius: 4px; }
  .activity-area .tab-content .single-tab-list strong, .activity-area .tab-content .single-tab-list a {
    color: var(--white-color);
    transition: 0.3s; }
  .activity-area .tab-content .single-tab-list a {
    display: block; }
    .activity-area .tab-content .single-tab-list a h5 {
      transition: 0.3s; }
    .activity-area .tab-content .single-tab-list a:hover {
      color: var(--primary-color); }
      .activity-area .tab-content .single-tab-list a:hover h5 {
        color: var(--primary-color); }
.activity-area .single-widget .filter-widget .title {
  position: relative;
  margin-top: 0;
  font-weight: 700;
  border: none; }
  .activity-area .single-widget .filter-widget .title::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 50px;
    background-color: var(--primary-color);
    left: 3px;
    top: calc(100% + 10px); }
.activity-area .single-widget .filter-widget .filter-widget-items a:hover {
  color: var(--primary-color) !important; }

.author-area .item-form {
  padding: 50px 30px; }
  @media (max-width: 575px) {
    .author-area .item-form {
      padding: 40px 20px; } }
  .author-area .item-form .form-group input, .author-area .item-form .form-group textarea, .author-area .item-form .form-group select, .author-area .item-form .form-group .custom-file-input, .author-area .item-form .form-group .custom-file-label, .author-area .item-form .form-group .custom-file-label::after {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-p-color);
    padding: 15px;
    border: none;
    box-shadow: none;
    background-color: var(--primary-bg-color);
    appearance: auto;
    border-radius: 0;
    box-shadow: 0 5px 10px var(--primary-l-color);
    transition: 0.5s; }
  .author-area .item-form .form-group input, .author-area .item-form .form-group .custom-file-input, .author-area .item-form .form-group .custom-file-label, .author-area .item-form .form-group .custom-file-label::after {
    height: 50px; }
  .author-area .item-form .form-group .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Upload"; }
  .author-area .item-form .form-group .form-check-input {
    width: 1em;
    height: 1em;
    padding: 10px;
    appearance: inherit;
    background-color: var(--card-bg-color);
    border: 2px solid; }
    .author-area .item-form .form-group .form-check-input[type="radio"] {
      border-radius: .25em; }
    .author-area .item-form .form-group .form-check-input:checked {
      background-color: var(--primary-bg-color);
      border-color: var(--primary-bg-color); }
      .author-area .item-form .form-group .form-check-input:checked[type="radio"] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
  .author-area .item-form hr {
    border-top: 1px solid rgba(255, 255, 255, 0.15); }

.footer-text-card {
  margin-top: -0.2cm; }

.name-text-card {
  margin-top: -0.1cm; }

.wallet-connect-area .single-wallet {
  padding: 45px; }
  .wallet-connect-area .single-wallet h4 {
    transition: 0.3s; }
  .wallet-connect-area .single-wallet p {
    color: var(--primary-p-color); }
  .wallet-connect-area .single-wallet:hover h4 {
    color: var(--primary-color); }

.help-center-area .card {
  padding: 45px;
  min-height: 300px;
  display: flex;
  justify-content: center; }
  .help-center-area .card h4 {
    transition: 0.3s; }
  .help-center-area .card p {
    color: var(--primary-p-color); }
  .help-center-area .card:hover h4 {
    color: var(--primary-color); }

.faq-area .card-header .btn {
  position: relative; }
  .faq-area .card-header .btn::after {
    position: absolute;
    content: '\f107';
    top: 50%;
    left: calc(100% - 34px);
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free'; }
  .faq-area .card-header .btn.collapsed::after {
    position: absolute;
    content: '\f105';
    top: 50%;
    left: calc(100% - 34px);
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free'; }

.badge {
  font-weight: 500; }
  .badge.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: var(--primary-bg-color-3); }
  .badge.tag {
    margin: 0.3rem;
    padding: 0.5rem 1rem;
    border-radius: 2px;
    font-size: 1rem;
    font-weight: 400;
    color: var(--primary-p-color) !important;
    border: 2px solid var(--card-bg-color);
    transition: 0.3s; }
    .badge.tag.active {
      color: var(--primary-color);
      border-color: var(--primary-color); }
    .badge.tag:hover {
      color: var(--primary-color) !important; }

.share-list {
  display: -webkit-inline-box; }
  .share-list .nav-link i {
    margin: 0 1rem;
    font-size: 22px; }

.breadcrumb {
  margin: 0;
  background: none;
  justify-content: center;
  color: inherit; }

.breadcrumb-area {
  height: 250px;
  z-index: 1; }
  .breadcrumb-area .breadcrumb-item {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.3rem 0; }
    .breadcrumb-area .breadcrumb-item a:not(.btn) {
      font-weight: 600;
      color: var(--white-color) !important; }
    .breadcrumb-area .breadcrumb-item a:hover {
      color: var(--white-color); }
    .breadcrumb-area .breadcrumb-item.active {
      color: var(--white-color) !important; }
      .breadcrumb-area .breadcrumb-item.active:hover {
        color: var(--primary-color); }
  .breadcrumb-area .breadcrumb-content h2 {
    font-weight: var(--h1-weight); }
  .breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    margin: 0; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: ">";
      color: var(--white-color); }

.image-over {
  overflow: hidden;
  border-radius: 2px; }

.bg-overlay {
  position: relative;
  z-index: 0; }
  .bg-overlay::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, var(--primary-color) 10%, var(--secondary-color));
    opacity: 0.94;
    z-index: -2; }

.overlay-dark {
  position: relative;
  z-index: 0; }
  .overlay-dark::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary-bg-color);
    opacity: 0.84;
    z-index: -1; }

.social-icons svg {
  display: block;
  height: 100%;
  line-height: 45px;
  margin: 0 auto;
  transition: all 0.3s ease 0s; }
.social-icons > a {
  margin: 5px;
  width: 45px;
  height: 45px;
  font-size: 20px;
  background: #222;
  color: var(--white-color) !important;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease 0s; }
  .social-icons > a:hover svg:first-child {
    margin-top: -45px; }

/* #endregion Feature */
/*----------------------------------------------
9. Footer
----------------------------------------------*/
/* #region Footer */
.footer-area {
  background-color: var(--footer-bg-color);
  color: var(--secondary-p-color); }
  .footer-area .footer-top {
    padding: 100px 0; }
    @media (max-width: 767px) {
      .footer-area .footer-top {
        padding: 80px 0; } }
  .footer-area .footer-items .footer-title {
    margin-top: 0;
    color: var(--white-color); }
  .footer-area .footer-items .navbar-brand {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 0;
    color: var(--white-color); }
    .footer-area .footer-items .navbar-brand img {
      cursor: pointer; }
  .footer-area .footer-items .social-icons > a {
    width: 40px;
    height: 40px;
    font-size: 18px; }
    .footer-area .footer-items .social-icons > a:hover svg:first-child {
      margin-top: -40px; }
  .footer-area .footer-items .subscribe-form {
    position: relative; }
    .footer-area .footer-items .subscribe-form .form-control {
      height: 50px;
      border: none;
      outline: none;
      padding-left: 20px;
      border-radius: 6px;
      background-color: #191919;
      color: var(--secondary-p-color); }
      .footer-area .footer-items .subscribe-form .form-control:focus {
        border: none;
        outline: none;
        box-shadow: none; }
    .footer-area .footer-items .subscribe-form input {
      font-size: 14px;
      text-indent: 3%; }
      @media (max-width: 575px) {
        .footer-area .footer-items .subscribe-form input {
          text-indent: 0; } }
      .footer-area .footer-items .subscribe-form input::placeholder {
        color: var(--primary-p-color); }
    .footer-area .footer-items .subscribe-form button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 16px 25px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
  .footer-area .footer-items ul {
    padding-left: 0; }
    .footer-area .footer-items ul li {
      margin: 0.8rem 0;
      list-style: none; }
      .footer-area .footer-items ul li a {
        color: var(--secondary-p-color); }
  .footer-area .copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.12); }
    .footer-area .copyright-area a {
      color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 575px) {
    .footer-area .col-12:last-of-type .footer-items {
      margin-bottom: 0; } }

/* #endregion Footer */
/*----------------------------------------------
10. Modal
----------------------------------------------*/
/* #region Modal */
.modal-open {
  overflow-x: hidden;
  overflow-y: hidden; }

.dialog-animated {
  min-height: 100%;
  margin: 0 0 0 auto; }

.modal.fade .modal-dialog.dialog-animated {
  transform: translate(100%, 0) scale(1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  height: 100%; }
.modal.fade.show .modal-dialog.dialog-animated {
  height: 100%;
  transform: translate(0, 0); }

.modal-content {
  background-color: var(--primary-bg-color);
  border: none;
  border-radius: 0;
  overflow-x: hidden; }

.modal-header {
  align-items: center;
  padding: 2rem;
  border: none;
  font-weight: 600;
  border-radius: 0; }
  .modal-header .icon-close {
    font-size: 24px;
    cursor: pointer; }

.modal-body {
  display: flex;
  align-items: center;
  padding: 2rem; }

.spacer {
  min-height: 10rem; }

@media only screen and (max-width: 600px) {
  .spacer {
    min-height: 17rem; } }
.search-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -1.6px; }

/* #endregion Modal */
/*----------------------------------------------
11. Miscellaneous
----------------------------------------------*/
/* #region Miscellaneous */
.scroll-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: var(--card-bg-color);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
  right: 25px;
  bottom: 25px;
  opacity: 0.85;
  z-index: 5;
  transition-timing-function: ease;
  transition-duration: .4s;
  transition-property: opacity, transform; }
  .scroll-to-top a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px !important;
    color: white; }
    .scroll-to-top a svg {
      font-size: 22px;
      font-weight: 600;
      color: var(--white-color); }
  .scroll-to-top:hover {
    opacity: 1; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

/* #endregion Miscellaneous */
/*----------------------------------------------
12. Blog
----------------------------------------------*/
/* #region Blog */
.single-widget {
  margin-bottom: 35px; }
  .single-widget h4 {
    font-weight: 700;
    border-bottom: 2px solid var(--card-bg-color); }

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

@media (max-width: 575px) {
  .blog .col-12.col-sm-6 {
    padding: 0; } }
@media (max-width: 575px) {
  .blog .single-comments {
    flex-direction: column; } }
.blog .single-widget ul li {
  margin: 1.2rem 0; }
.blog .single-widget .tags-widget a {
  border: 1px solid var(--primary-bg-color-3); }
.blog .single-widget .post-widget h6 {
  font-size: var(--h5-size); }
.blog .pagination > li > a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  color: var(--primary-p-color);
  border: 1px solid var(--primary-bg-color-3); }
.blog .pagination > li.active > a {
  color: var(--white-color);
  border: none; }

.dropdown-menu {
  border: solid 2px var(--black-color) !important; }

.ngx-toastr {
  font-family: var(--secondary-font) !important;
  background-color: var(--white-color) !important;
  -webkit-border-radius: 10px !important;
  -webkit-border-top-right-radius: 0 !important;
  -moz-border-radius: 10px !important;
  -moz-border-radius-topright: 0 !important;
  border-radius: 10px !important;
  border-top-right-radius: 0 !important;
  border: solid 2px var(--black-color) !important; }

.toast-error {
  background-color: var(--white-color) !important;
  color: var(--black-color) !important; }

.toast-success {
  background-color: var(--white-color) !important;
  color: var(--black-color) !important; }

.toast-message {
  background-color: var(--white-color) !important;
  color: var(--black-color) !important; }

/* #endregion Blog */
/*----------------------------------------------
13. All Media Queries
----------------------------------------------*/
/* #region All Media Queries */
@media (max-width: 1199px) {
  /* #region Section */
  body .container {
    padding: 0 10px;
    max-width: 100%; }

  /* #endregion Section */
  /* #region Header */
  body header .navbar-expand .navbar-nav.toggle {
    display: flex; }
  body header .navbar-expand .navbar-nav.contacts, body header .navbar-expand .navbar-nav.items, body header .navbar-expand .navbar-nav.icons .social {
    display: none; }

  /* #endregion Header */
  /* #region Feature */
  body .card-footer {
    margin: 0; }

  /* #endregion Feature */ }
@media (max-width: 991px) {
  /* #region General */
  body h1 {
    font-size: 4rem; }
  body h2 {
    font-size: 2.5rem; }

  /* #endregion General */
  /* #region Section */
  body aside {
    margin-top: 60px; }

  /* #endregion Section */
  /* #region Helper Class */
  body .intro {
    margin-bottom: 25px; }

  /* #endregion Helper Class */
  /* #region Feature */
  body .res-margin {
    margin-bottom: 30px; }

  /* #endregion Feature */ }
@media (max-width: 767px) {
  /* #region General */
  body {
    overflow-x: hidden; }
    body h1 {
      font-size: 3rem; }

  /* #endregion General */
  /* #region Section */
  body section {
    padding: 0.03rem 0; }

  /* #endregion Section */
  /* #region Helper Class */
  body .netstorm-preloader .preloader-animation .spinner {
    height: 8em;
    width: 8em; }
  body .netstorm-preloader .preloader-animation .loader {
    font-size: var(--h2-size); }
  body .intro .btn {
    margin-top: 30px; }

    /* #endregion Helper Class

    /* #region Header */
  body header .navbar-expand .navbar-brand {
    margin: 0; }
  body header .navbar-expand .navbar-nav.action .btn {
    padding: 5px 10px;
    font-size: 0; }
    body header .navbar-expand .navbar-nav.action .btn i {
      font-size: initial;
      margin: 0; }

  /* #endregion Header */
  /* #region Features */
  body .icon.bigger {
    width: 5rem;
    height: 5rem;
    margin: 0;
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: bold; }

  .visually-hidden {
    display: none !important; }

  .no-indicators .carousel-indicators {
    display: none !important; }

  /* #endregion Features */
  /* #region Footer */
  body footer .contacts {
    left: 0;
    margin-bottom: 30px; }
    body footer .contacts:before {
      left: 0;
      width: 100%; }
    body footer .contacts:after {
      left: 0;
      width: 100%; }
  body .footer-area .footer-top {
    padding: 80px 0; }
  body .footer-area .items .item {
    margin-bottom: 30px; }

  /* #endregion Footer */ }
@media (max-width: 576px) {
  /* #region Helper Class */
  body .netstorm-preloader .preloader-animation .spinner {
    height: 7em;
    width: 7em; }
  body .netstorm-preloader .preloader-animation .loader {
    font-size: var(--h3-size); }

  /* #endregion Helper Class */
  /* #region Modal */
  body .modal-body {
    align-items: start; }

  /* #endregion Modal */ }
/* #endregion All Media Queries */

/*# sourceMappingURL=style.css.map */
