@charset "UTF-8";
/**
  * Name: sevensuper
  * Version: 1.37
  * Author: RED
  * Author URI: http://reallyepicdog.com
**/

/* Default  */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('css/icofont/icofont.min.css');
@font-face {
  font-family: 'Blanc-Bold';
  src: url(fonts/blanc-bold/Blanc-Bold.otf) format('otf'),
  url(fonts/blanc-bold/Blanc-Bold.ttf) format('truetype'),
  url(fonts/blanc-bold/Blanc-Bold.woff) format('woff'),
  url(fonts/blanc-bold/Blanc-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Blanc-Light';
  src: url(fonts/Blanc/Blanc-Light.ttf) format('truetype'),
}
@font-face {
  font-family: 'Cenzo Flare';
  src: url(fonts/CenzoFlare/CenzoFlare-Black.ttf) format('truetype'),
}
:root {
  --color-primary: #CF2027;
  --color-primary-alta: #CF2027;
  --color-gray: #BEC2CB;
  --color-gray-2: #BEC2CB;
  --color-subtitle: #cf2027;
  --background-color-1: #292929;
  --background-color-2: #000;
  --background-color-3: #0B0B45;
  --background-color-4: #161116;
  --gradient-one: linear-gradient(to right bottom, #2899d8, #00a3ff);
  --color-heading: #ffffff;
  --color-body: #fff;
  --color-dark:#1d1d1d;
  --color-light-heading: #181c32;
  --color-light-body: #BEC2CB;
  --color-border-white: #00000024;
  --color-midgray: #BEC2CB;
  --color-light: #FFF;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-border: rgba(255, 255, 255, 0.35);
  --color-white: #ffffff;
  --color-white-75: rgba(255, 255, 255, 0.75);
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Blanc-Bold", sans-serif;
  --font-primary-light: "Blanc-Light", sans-serif;
  --font-secondary: "Cenzo Flare", sans-serif;
  --font-size-b1: 14px;
  --font-size-b2: 18px;
  --font-size-b3: 22px;
  --line-height-b1: 1.50;
  --line-height-b2: 1.6;
  --line-height-b3: 1.7;
  --h1: 50px;
  --h2: 36px;
  --h3: 32px;
  --h4: 26px;
  --h5: 22px;
  --h6: 20px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary-light);
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  background: var(--background-color-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
  .dsm-none {
    display:none;
  }

  .banner-logo {
    max-width:250px!important;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background-image: url("img/bg/noise.gif"); */
  z-index: -1;
  background-color: #292929;
  opacity: 0.05;
}
.landing-slides::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  background-color: #292929;
  opacity: 0.4;
}
/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  transition: var(--transition);
  display: inline-block;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}
#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}
#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}
#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}
#scrollUp:hover span.text {
  color: var(--color-primary);
}

/*--------------------
    Contact Form 
----------------------*/
.form-message {
  margin-bottom: 0;
  text-align: center;
}
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

body {
  scroll-behavior: auto;
}

/*------------------------
    Header Sticky 
--------------------------*/
.background--1 {
  background: var(--background-color-1);
}

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

.background--3 {
  background: var(--color-primary-alta) !important;
}

.bg-color--4 {
  background: var(--background-color-4) !important;
}

textarea:focus {
  border: 2px solid var(--color-primary) !important;
  border-radius: 5px;
  box-shadow: none !important;
}

.attachment {
  background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
  .row-reverce-sm {
    flex-direction: column-reverse;
  }
}

a.over-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

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

.social-share-style-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-share-style-1 ul li {
  margin-right: 10px;
}
.social-share-style-1 ul li a {
  padding: 15px;
  background: var(--color-primary-alta);
}

@media only screen and (min-width: 1400px) {
  .col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

.btn.add-community {
  padding: 20px 13px;
  border-radius: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn.add-community i {
  margin-left: 10px;
}

p {
  color: var(--color-body);
}

a {
  transition: var(--transition);
}
a:hover {
  color: var(--color-primary);
}

.bg-color--3 {
  background: var(--background-color-3) !important;
}

.bg-color--2 {
  background: var(--background-color-2) !important;
}

.bg-color--1 {
  background: var(--background-color-1) !important;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

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

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

.nice-select {
  margin-right: 0;
  border: none;
  background: var(--color-primary-alta);
  padding-left: 10px;
}
@media only screen and (max-width: 479px) {
  .nice-select {
    margin-bottom: 0;
  }
}
.nice-select .option {
  margin: 0;
  color: var(--color-white);
  font-weight: 700;
  transition: var(--transition);
  line-height: inherit;
  min-height: 0;
  font-size: 22px;
  padding: 8px 20px;
}
.nice-select .option.selected {
  font-weight: 700;
  color: var(--color-primary) !important;
}
.nice-select .option.focus {
  background: transparent !important;
  outline: none;
  box-shadow: none;
}
.nice-select .option:hover {
  color: var(--color-primary);
  background: transparent;
}
.nice-select .option + .option {
  border-top: 1px solid var(--color-border);
}
.nice-select.open .list {
  background: var(--color-primary-alta);
}
.nice-select .current {
  color: var(--color-white);
}
.nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -5px;
}
.nice-select .list {
  background: transparent;
  box-shadow: none;
  z-index: 9;
  width: 100%;
}
.site-switcher {
  width:50px;
  object-fit: contain;
}
.nice-selector-wrapper .nice-select:last-child {
  margin-right: 0;
}

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

.color-red {
  color: red !important;
}

.color-blue {
  color: blue !important;
}

.color-green {
  color: green !important;
}

.color-yellow {
  color: yellow !important;
}

.color-pink {
  color: pink !important;
}

.color-purple {
  color: purple !important;
}

.color-maroon {
  color: maroon !important;
}

nav.pagination-wrapper {
  display: flex;
  justify-content: center;
}
nav.pagination-wrapper .pagination {
  margin-top: 60px;
  margin-bottom: 0;
  transition: var(--transition);
  background: var(--background-color-1);
  border: 1px solid var(--color-border);
  border-radius: 6px;
}
nav.pagination-wrapper .pagination li {
  margin: 0;
}
nav.pagination-wrapper .pagination li a {
  background: var(--background-color-1);
  border: none;
  color: var(--color-white);
  padding: 12px 20px;
  margin: 6px;
  border-radius: 6px !important;
}
@media only screen and (max-width: 767px) {
  nav.pagination-wrapper .pagination li a {
    padding: 12px 14px;
  }
}
nav.pagination-wrapper .pagination li a:hover, nav.pagination-wrapper .pagination li a.active {
  background: var(--color-primary);
  color: var(--color-white) !important;
}
nav.pagination-wrapper .pagination li a:focus {
  background: var(--color-primary);
  border: none;
  box-shadow: none;
}

.grid-metro-item-20 {
  width: 25%;
  padding: 0 15px;
  margin-top: 30px;
}

.grid-metro5 {
  margin: 0 -15px;
}

.up-plus {
  position: relative;
}
.up-plus::after {
  position: absolute;
  content: "\e9b1";
  font-family: "feather" !important;
  top: -9px;
  color: var(--color-primary);
}

.shortby-default {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .shortby-default {
    justify-content: flex-start;
  }
}
.shortby-default .filter-leble {
  padding-right: 20px;
  display: inline-block;
}
.shortby-default .nice-select {
  width: auto;
  padding-left: 20px;
  padding-right: 40px;
  min-width: 150px;
  display: flex;
  align-items: center;
}
.shortby-default .nice-select::after {
  right: 22px;
  height: 8px;
  width: 8px;
  opacity: 0.5;
}
.shortby-default .nice-select .list {
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shortby-default .nice-select .list {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shortby-default .nice-select .list {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shortby-default .nice-select .list {
    left: auto;
    right: 0;
  }
}

.theme-color {
  color: var(--color-primary);
}
.sitelogo  {
 max-width: 140px;
}
/* Header  */
/*------------------------
    Header Sticky 
--------------------------*/
.logo-custom-css .logo-dark {
  display: none;
}

.rn-icon-list .icon-box > a,
.rn-icon-list .icon-box > button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-border);
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-body);
  position: relative;
  z-index: 2;
}
.rn-icon-list .icon-box > a::after,
.rn-icon-list .icon-box > button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--background-color-1);
  top: 0;
  left: 0;
  transform: scale(0.5);
  opacity: 0;
  border-radius: 100%;
  transition: 0.3s;
  z-index: -1;
}
.rn-icon-list .icon-box > a i,
.rn-icon-list .icon-box > button i {
  font-size: 16px;
}
.rn-icon-list .icon-box > a img,
.rn-icon-list .icon-box > button img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.rn-icon-list .icon-box:hover a {
  border-color: transparent;
}
.rn-icon-list .icon-box:hover a::after {
  transform: scale(1);
  opacity: 1;
}
.rn-icon-list.notification-badge {
  position: relative;
  z-index: 2;
}
.rn-icon-list.notification-badge span.badge {
  position: absolute;
  top: -6px;
  right: -2px;
  padding: 0 5px;
  background: var(--color-primary);
  display: inline-block;
  border-radius: 500px;
  line-height: 20px;
  min-width: 20px;
  height: 20px;
}
.rn-icon-list.user-account {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .rn-icon-list.user-account {
    height: 70px;
  }
}
.rn-icon-list.user-account .rn-dropdown {
  min-width: 320px;
  height: auto;
  position: absolute;
  top: 90%;
  right: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 30px 30px;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  background-color: var(--background-color-2);
  border-left: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
}
@media only screen and (max-width: 767px) {
  .rn-icon-list.user-account .rn-dropdown {
    min-width: 300px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 575px) {
  .rn-icon-list.user-account .rn-dropdown {
    right: -142px;
  }
}
.rn-icon-list.user-account .rn-dropdown .rn-inner-top {
  display: block;
  margin-bottom: 26px;
}
.rn-icon-list.user-account .rn-dropdown .rn-inner-top .title {
  font-size: 16px;
  margin-bottom: 7px;
}
.rn-icon-list.user-account .rn-dropdown .rn-inner-top span a {
  display: block;
  color: var(--color-primary);
  font-weight: 500;
  line-height: initial;
  font-size: 14px;
}
.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list {
  margin: 0;
  padding: 0;
  margin-bottom: 21px;
}
.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail {
  margin-right: 12px;
}
.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail a {
  display: block;
}
.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail a img {
  max-height: 50px;
  border-radius: 100%;
}
.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .title {
  font-size: 14px;
  margin-bottom: 4px;
}
.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list span {
  color: var(--color-body);
  display: block;
  font-size: 14px;
}
.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list + .single-product-list {
  margin-top: 15px;
}
.rn-icon-list.user-account .rn-dropdown .add-fund-button {
  border-bottom: 1px solid var(--color-border);
}
.rn-icon-list.user-account .rn-dropdown .list-inner {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 14px;
  margin: 0 -14px;
  position: relative;
}
.rn-icon-list.user-account .rn-dropdown .list-inner li {
  margin: 0;
  padding: 0;
}
.rn-icon-list.user-account .rn-dropdown .list-inner li a {
  font-weight: 500;
  padding: 4px 14px;
  font-size: 16px;
  display: block;
  color: #acacac;
  color: var(--color-body);
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.rn-icon-list.user-account .rn-dropdown .list-inner li a:hover {
  color: var(--color-primary) !important;
  background: #060606b3;
}
.rn-icon-list.user-account:hover .rn-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header_admin {
  display: none;
}

.rn-slider-area.fullscreen-slide {
  top: -50px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .rn-slider-area.fullscreen-slide {
    top: -105px;
  }
}

.lg-product-share .profile-share .more-author-text {
  font-size: 18px;
}

.rn-slider-area.fullscreen-slide .rn-slick-dot-style .slick-dots {
  bottom: 50px;
}
.rn-slider-area .btn {
  border-radius: 5px;
}

.slide.slide-style-2 {
  padding-top: 250px;
  padding-bottom: 250px;
}
.slide.slide-style-2 h1 {
  font-size: 80px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide.slide-style-2 h1 {
    font-size: 60px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .slide.slide-style-2 h1 {
    font-size: 40px;
    letter-spacing: 1px;
  }
}

.haeder-default .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .haeder-default .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .haeder-default .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .haeder-default .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .haeder-default .header-inner {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.haeder-default .header-left {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-basis: 85%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .haeder-default .header-left {
    flex-basis: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .haeder-default .header-left {
    flex-basis: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .haeder-default .header-left {
    flex-basis: 35%;
  }
}
@media only screen and (max-width: 479px) {
  .haeder-default .header-left {
    justify-content: center;
    flex-basis: 100%;
  }
}
.haeder-default .header-right {
  justify-content: flex-end;
  display: flex;
  flex-basis: 15%;
  align-items: center;
  margin: 0 -5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .haeder-default .header-right {
    flex-basis: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .haeder-default .header-right {
    flex-basis: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .haeder-default .header-right {
    flex-basis: 65%;
  }
}
@media only screen and (max-width: 479px) {
  .haeder-default .header-right {
    justify-content: center;
    flex-basis: 100%;
    margin-top: 10px;
  }
}
.haeder-default .header-right .setting-option {
  margin: 0 5px;
}
@media only screen and (max-width: 479px) {
  .haeder-default .header-right .setting-option {
    margin: 0 2px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .haeder-default .header-right .setting-option .icon-box a#connectbtn {
    padding: 10px 11px;
    font-size: 12px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 1199px) {
  .haeder-default .header-right .setting-option .icon-box a#connectbtn {
    padding: 10px 11px;
    font-size: 12px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 479px) {
  .haeder-default .header-right .setting-option .icon-box a#connectbtn {
    padding: 8px 11px;
    font-size: 12px;
    border-radius: 6px;
  }
}
.haeder-default .header-right ul {
  margin: 0;
}
.haeder-default .menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  margin-top: 5px;
  margin-left: -10px;
}
.haeder-default .menu-list li {
  margin: 0;
}
.haeder-default .menu-list li a {
  transition: var(--transition);
  margin-left: 10px;
  color: #6d6d80;
}
.haeder-default .menu-list li a:hover {
  color: var(--color-primary);
}
.haeder-default .header-right .mainmenu li a {
  color: #858596;
  transition: var(--transition);
}
.haeder-default .header-right .mainmenu li a:hover {
  color: var(--color-primary);
}

.search-form-wrapper {
  position: relative;
}
.search-form-wrapper .form-control,
.search-form-wrapper input {
  background: transparent;
  border-color: var(--color-border);
  font-size: 15px;
  border-radius: 10px;
  padding: 0 15px;
  color: var(--color-body);
  outline: none;
  box-shadow: none;
  transition: 0.4s;
  padding-right: 35px;
}
.search-form-wrapper .form-control:focus,
.search-form-wrapper input:focus {
  border-color: var(--color-primary);
}
.search-form-wrapper .search-icon {
  position: absolute;
  right: 15px;
  top: 54%;
  transform: translateY(-50%);
  font-size: 17px;
}
.search-form-wrapper .search-icon button {
  border: 0 none;
  padding: 0;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.left-header-style .logo-area a img {
  max-width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-search-mobile.form-group {
    position: absolute;
    top: 100%;
    background: var(--background-color-4);
    width: 100%;
    right: 0;
    margin-bottom: 0;
    padding: 20px;
    z-index: 3;
  }

  .large-mobile-blog-search {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .large-mobile-blog-search.active {
    opacity: 1;
    visibility: visible;
  }

  .rn-search-mobile.form-group input {
    width: 100%;
    background: var(--color-primary-alta);
    padding-right: 52px;
    color: var(--color-body);
  }

  button.search-button {
    position: absolute;
  }

  .mobile-search-wrapper {
    position: static;
  }

  button.search-button {
    position: absolute;
    width: 52px;
    background: transparent;
    right: 19px;
    border: 0 none;
    top: 50%;
    transform: translateY(-50%);
    height: 47px;
  }

  .search-mobile-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 100%;
    display: inline-block;
    min-width: 40px;
  }
  .search-mobile-icon button {
    border: 0 none;
  }
  .search-mobile-icon button i {
    font-weight: 400;
    font-size: 16px;
  }
  .search-mobile-icon.open button i::before {
    content: "\ea02";
  }
}
@media only screen and (max-width: 767px) {
  .rn-search-mobile.form-group {
    position: absolute;
    top: 100%;
    background: var(--background-color-4);
    width: 100%;
    right: 0;
    margin-bottom: 0;
    padding: 20px;
    z-index: 3;
  }

  .large-mobile-blog-search {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .large-mobile-blog-search.active {
    opacity: 1;
    visibility: visible;
  }

  .rn-search-mobile.form-group input {
    width: 100%;
    background: var(--color-primary-alta);
    padding-right: 52px;
    color: var(--color-body);
  }

  button.search-button {
    position: absolute;
  }

  .mobile-search-wrapper {
    position: static;
  }

  button.search-button {
    position: absolute;
    width: 52px;
    background: transparent;
    right: 19px;
    border: 0 none;
    top: 50%;
    transform: translateY(-50%);
    height: 47px;
  }

  .search-mobile-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 100%;
    display: inline-block;
    min-width: 40px;
  }
  .search-mobile-icon button {
    border: 0 none;
  }
  .search-mobile-icon button i {
    font-weight: 400;
    font-size: 16px;
  }
  .search-mobile-icon.open button i::before {
    content: "\ea02";
  }
}
.top-seller-slick-activation.slick-gutter-15 {
  margin: 0;
  margin-top: 15px;
  margin-right: -15px;
  margin-left: -15px;
}

.slider-activation-banner-3 button.slick-arrow {
  z-index: 100;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  transition: var(--transition);
}
.slider-activation-banner-3 button.slick-arrow:hover {
  background: var(--color-primary);
  border: 2px solid transparent;
}
.slider-activation-banner-3 button.slick-arrow.slick-prev {
  left: 100px;
}
.slider-activation-banner-3 button.slick-arrow.slick-prev::before {
  content: "\e92f";
  font-family: "feather" !important;
}
.slider-activation-banner-3 button.slick-arrow.slick-next {
  right: 100px;
}
.slider-activation-banner-3 button.slick-arrow.slick-next::before {
  content: "\e930";
  font-family: "feather" !important;
}

.header-top-section {
  background-color: var(--color-primary);
  padding: 10px 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .header-top-section {
    display: none;
  }
}
.header-top-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  z-index: -1;
  left: 81%;
}
@media (max-width: 1899px) {
  .header-top-section::before {
    display: none;
  }
}
.header-top-section.top-style-2 {
  position: relative;
}
.header-top-section.top-style-2::before {
  display: none;
}
.header-top-section.top-style-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  width: 16%;
}
@media (max-width: 1899px) {
  .header-top-section.top-style-2::after {
    display: none;
  }
}
.header-top-section.top-style-3::before {
  display: none;
}
.header-top-section .container-fluid {
  padding: 0 130px;
}
@media (max-width: 1399px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-wrapper .contact-list li {
  font-size: 15px;
  color: var(--text-2);
  list-style: none;
}
.header-top-wrapper .contact-list li a {
  color: var(--text-2);
}
.header-top-wrapper .contact-list li i {
  color: var(--white);
  margin-right: 10px;
}
.header-top-wrapper .top-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper .top-right .social-icon {
  gap: 15px;
}
.header-top-wrapper .top-right .social-icon span {
  color: var(--white);
  font-weight: 500;
}
.header-top-wrapper .top-right .social-icon a {
  color: var(--white);
}
.header-top-wrapper .top-right .flag-wrap {
  position: relative;
  width: 160px;
}
.header-top-wrapper .top-right .flag-wrap .nice-select {
  padding: 0 0 0 60px;
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  border: none !important;
  padding-bottom: 0 !important;
}
.header-top-wrapper .top-right .flag-wrap .nice-select::after {
  right: 23px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 10px;
  height: 10px;
  top: 15px;
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-right: 2px solid theme-color;
}
.header-top-wrapper .top-right .flag-wrap .nice-select span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  margin:0;
}
.header-top-wrapper .top-right .flag-wrap .flag {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-top-wrapper .top-right .flag-wrap .flag {
    display: none;
  }
}
.header-top-wrapper .top-right .flag-wrap .flag img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border: 4px solid var(--color-border-white);
  border-radius: 50%;
}
.header-top-wrapper.style-2 {
  margin-left: 250px;
}
@media (max-width: 1899px) {
  .header-top-wrapper.style-2 {
    margin-left: 0;
  }
}

.header-section-2 {
  position: relative;
}
.header-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  width: 16%;
}
@media (max-width: 1899px) {
  .header-section-2::before {
    display: none;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 40px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--color-dark);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li:hover {
  color:var(--color-primary)!important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme2);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme2);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.header-3 {
  position: relative;
}
/* .header-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--background-color-1);
  left: 72%;
} */
@media (max-width: 1600px) {
  .header-3::before {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .header-3 .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
}
.header-3 .header-main .main-menu ul li .has-homemenu {
  left: -400px;
}
@media (max-width: 1600px) {
  .header-3 .header-main .main-menu ul li .has-homemenu {
    left: -300px;
  }
}
@media screen and (max-width: 1025px) {
  .header-3 .header-main .main-menu ul li .has-homemenu {
    left: -350px;
  }
}
.header-3 .header-main .header-right {
  gap: 50px;
}
@media (max-width: 991px) {
  .header-3 .header-main .header-right {
    gap: 25px;
  }
}
.header-3 .header-main .header-right .search-icon {
  color: var(--header);
}
.header-3 .header-main .header-right .header-button {
  margin-left: 60px;
  position: relative;
}
.header-3 .header-main .header-right .header-button::before {
  width: 0px;
  height: 0px;
  content: "";
  left: -67px;
  position: absolute;
  bottom: -5%;
  transform: rotate(-48deg);
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .header-3 .header-main .header-right .header-button::before {
    display: none;
  }
}
.header-3 .header-main .header-right .header-button .theme-btn {
  padding: 22px 30px;
}
@media (max-width: 1899px) {
  .header-3 .header-main .header-right .header-button .theme-btn {
    background-color: var(--color-primary) !important;
    color: var(--white);
  }
}
@media (max-width: 1899px) {
  .header-3 .header-main .header-right .header-button {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header-3 .header-main .header-right .header-button {
    display: none;
  }
}

.header-4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .header-4 .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
}
.header-4 .header-main .main-menu ul li .has-homemenu {
  left: -400px;
}
@media (max-width: 1600px) {
  .header-4 .header-main .main-menu ul li .has-homemenu {
    left: -300px;
  }
}
@media screen and (max-width: 1025px) {
  .header-4 .header-main .main-menu ul li .has-homemenu {
    left: -350px;
  }
}
.header-4 .header-main .header-right {
  gap: 50px;
}
@media (max-width: 991px) {
  .header-4 .header-main .header-right {
    gap: 25px;
  }
}
.header-4 .header-main .header-right .search-icon {
  color: var(--header);
}
.header-4 .header-main .header-right .header-button .theme-btn {
  padding: 22px 30px;
}
@media (max-width: 1899px) {
  .header-4 .header-main .header-right .header-button .theme-btn {
    background-color: var(--theme) !important;
    color: var(--white);
  }
}
@media (max-width: 1899px) {
  .header-4 .header-main .header-right .header-button {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header-4 .header-main .header-right .header-button {
    display: none;
  }
}

.sidebar__toggle {
  cursor: pointer;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--background-color-1);
  box-shadow: var(--box-shadow);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.header-1::before {
  display: none;
}
.sticky.header-1 .header-main .header-right {
  gap: 50px;
}
@media (max-width: 991px) {
  .sticky.header-1 .header-main .header-right {
    gap: 25px;
  }
}
.sticky.header-1 .header-main .header-right .header-button {
  margin-right: 0;
}
.sticky.header-1 .header-main .header-right .header__hamburger {
  display: none !important;
}
@media (max-width: 991px) {
  .sticky.header-1 .header-main .header-right .header__hamburger {
    display: block !important;
  }
}
.sticky.header-2 {
  margin-left: 0;
}
.sticky.header-2 .main-logo {
  display: none;
}
.sticky.header-2 .header-main .logo {
  display: block !important;
}
.sticky.header-3::before {
  display: none !important;
}
.sticky.header-3 .header-main .header-right .search-icon {
  color: var(--theme);
}
.sticky.header-3 .header-main .header-right .header-button {
  margin-left: 0;
}
.sticky.header-3 .header-main .header-right .header-button::before {
  display: none !important;
}
.sticky.header-3 .header-main .header-right .header-button .theme-btn {
  background-color: var(--theme) !important;
  color: var(--white);
}

.offcanvas__info {
  background: var(--background-color-3) none repeat scroll 0 0;
  border-left: 2px solid var(--theme2);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}


.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 991px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

/*--------------------------
    Header Left Sidebar
----------------------------*/
.left-header-style {
  color: white;
  position: fixed;
  left: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  min-height: 100vh;
  top: 0px;
  width: 290px;
  z-index: 1;
  transform: translateX(0px);
  background: var(--background-color-1);
  padding: 50px 40px 40px;
  transition: all 0.3s ease-in-out 0s;
  flex-direction: column;
  justify-content: space-between;
}
.left-header-style .logo-area {
  margin-bottom: 50px;
}
.left-header-style .mainmenu-nav {
  margin-top: 0;
}
.left-header-style .mainmenu-nav .mainmenu {
  margin-top: 30px;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.left-header-style .mainmenu-nav .mainmenu li a {
  display: flex;
  padding: 10px 0;
  margin: 0;
  position: relative;
  align-items: center;
  transition: var(--transition);
}
.left-header-style .mainmenu-nav .mainmenu li a::after {
  position: absolute;
  content: "";
  right: 0;
  width: 2px;
  height: 50%;
  background: var(--color-primary);
  top: 43%;
  transform: translateY(-50%);
  opacity: 0;
  transition: var(--transition);
}
.left-header-style .mainmenu-nav .mainmenu li a svg {
  margin-right: 15px;
  padding: 7px;
  background: var(--color-primary-alta);
  border-radius: 4px;
  color: var(--color-white);
  width: 29px;
  height: auto;
  transition: var(--transition);
}
.left-header-style .mainmenu-nav .mainmenu li a.active, .left-header-style .mainmenu-nav .mainmenu li a:hover, .left-header-style .mainmenu-nav .mainmenu li a:focus {
  color: var(--color-primary);
}
.left-header-style .mainmenu-nav .mainmenu li a.active svg, .left-header-style .mainmenu-nav .mainmenu li a:hover svg, .left-header-style .mainmenu-nav .mainmenu li a:focus svg {
  background: var(--color-primary) !important;
  color: var(--color-white) !important;
}
.left-header-style .mainmenu-nav .mainmenu li a.active::after, .left-header-style .mainmenu-nav .mainmenu li a:hover::after, .left-header-style .mainmenu-nav .mainmenu li a:focus::after {
  opacity: 1;
}
.left-header-style .authore-profile {
  text-align: center;
  padding: 18px;
  background: var(--background-color-1);
  border-radius: 5px;
}
.left-header-style .authore-profile .thumbnail {
  margin-top: -50px;
  margin-bottom: 8px;
  position: relative;
}
.left-header-style .authore-profile .thumbnail::after {
  position: absolute;
  right: 57px;
  content: "";
  top: 70%;
  background: #31a24c;
  height: 12px;
  width: 12px;
  z-index: 5;
  border-radius: 50%;
}
.left-header-style .authore-profile .thumbnail img {
  border-radius: 50%;
  max-width: 66px;
  border: 3px solid var(--color-border);
}
.left-header-style .authore-profile .au-content p.name {
  margin-bottom: 4px;
  color: var(--color-light);
  font-weight: 500;
}
.left-header-style .authore-profile .au-content p.blc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.left-header-style .authore-profile .au-content p.blc span.value {
  color: var(--color-primary);
}
.left-header-style .sidebar-nav-wrapper {
  min-height: 500px;
}
.left-header-style::-webkit-scrollbar {
  width: 5px;
  background: var(--color-primary-alta);
}
.left-header-style::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 5px;
}

.rn-top-bar-area {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-top-bar-area {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .rn-top-bar-area {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .rn-top-bar-area .input-group {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.rn-top-bar-area .input-group input {
  background: #3a3a5157;
  color: var(--color-light);
  border-radius: 5px 0 0 5px;
  max-width: 220px;
  font-size: 14px;
}
.rn-top-bar-area .input-group input:focus {
  box-shadow: none;
}
.rn-top-bar-area .input-group .input-group-append button.btn {
  border-radius: 0 5px 5px 0;
}
.rn-top-bar-area .input-group .input-group-append button.btn svg {
  width: 18px;
}
.rn-top-bar-area .contact-area {
  display: flex;
  align-items: center;
  margin: -5px;
}
@media only screen and (max-width: 767px) {
  .rn-top-bar-area .contact-area {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .rn-top-bar-area .contact-area {
    justify-content: center;
  }
}
.rn-top-bar-area .setting-option {
  margin: 5px;
  height: auto;
}
.rn-top-bar-area .setting-option .icon-box > a,
.rn-top-bar-area .setting-option .icon-box > button {
  background: var(--color-primary-alta);
  border-radius: 5px;
  transition: var(--transition);
  border: 0 none;
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 43px;
  text-align: center;
  margin: 0;
}
.rn-top-bar-area .setting-option .icon-box > a.btn,
.rn-top-bar-area .setting-option .icon-box > button.btn {
  padding: 0 20px;
  width: auto;
}
.rn-top-bar-area .setting-option .icon-box > a i,
.rn-top-bar-area .setting-option .icon-box > button i {
  color: var(--color-heading);
}
.rn-top-bar-area .setting-option .icon-box > a img,
.rn-top-bar-area .setting-option .icon-box > button img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.rn-top-bar-area .setting-option .icon-box > a:hover,
.rn-top-bar-area .setting-option .icon-box > button:hover {
  background: var(--color-primary);
}
.rn-top-bar-area .my_switcher {
  background: var(--color-primary-alta);
  border: 0 none;
  border-radius: 5px;
}
.rn-top-bar-area .my_switcher ul li a {
  background: transparent;
}
.rn-top-bar-area .my_switcher ul li a img {
  filter: brightness(1);
}

/*---------------------------
    Notification Area  
-----------------------------*/
.header-right-fixed {
  position: fixed;
  right: 0;
  height: 100vh;
  min-height: 100vh;
  top: 0;
  width: 390px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-right-fixed {
    position: static;
    right: 0;
    height: auto;
    min-height: auto;
    top: 0;
    width: auto;
    padding-left: 320px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-fixed {
    position: static;
    right: 0;
    height: auto;
    min-height: auto;
    top: 0;
    width: auto;
    padding-left: 320px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right-fixed {
    position: static;
    right: 0;
    height: auto;
    min-height: auto;
    top: 0;
    width: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-fixed {
    position: static;
    right: 0;
    height: auto;
    min-height: auto;
    top: 0;
    width: auto;
    padding: 0 10px;
  }
}

.right-fix-notice {
  color: white;
  z-index: 1;
  transform: translateX(0px);
  background: var(--background-color-1);
  padding: 30px 25px;
  transition: all 0.3s ease-in-out 0s;
  flex-direction: column;
  border-radius: 0 0 0 5px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 55vh;
  min-height: 55vh;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .right-fix-notice {
    position: static;
  }
}
.right-fix-notice.creators {
  height: 45vh;
  min-height: 45vh;
  top: 58vh;
  border-radius: 5px 0 0 0;
}
.right-fix-notice .h--100 {
  position: sticky;
  top: -30px;
  height: auto;
  z-index: 105;
}
.right-fix-notice .notice-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-top: -30px;
  height: 70px;
  background: var(--color-primary-alta);
  padding: 0px 30px;
  margin-left: -30px;
  margin-right: -30px;
  height: 60px;
}
@media only screen and (max-width: 479px) {
  .right-fix-notice .notice-heading {
    padding: 0 10px;
  }
}
.right-fix-notice .notice-heading h4 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.right-fix-notice .notice-heading .nice-select {
  padding: 3px 22px 0px 16px;
  margin-right: 0;
  background: var(--color-primary);
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  padding-right: 25px;
}
.right-fix-notice .notice-heading .nice-select .list {
  min-width: 100%;
  right: 0;
  left: auto;
}
.right-fix-notice .notice-heading .nice-select::after {
  top: 55%;
  margin-top: -7px;
  height: 7px;
  width: 7px;
  right: 15px;
}
.right-fix-notice::-webkit-scrollbar {
  width: 5px;
  background: var(--color-primary-alta);
}
.right-fix-notice::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 0;
}

.single-notice {
  display: flex;
  border-bottom: 1px solid var(--color-border);
  padding: 15px 0;
}
.single-notice .thumbnail {
  margin-right: 15px;
}
.single-notice .thumbnail a img {
  border-radius: 50%;
  border: 3px solid var(--color-primary-alta);
  transition: var(--transition);
  max-width: 50px;
}
.single-notice:hover .thumbnail a img {
  border-color: var(--color-primary) !important;
}
.single-notice .content-wrapper a .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
  transition: var(--transition);
}
.single-notice .content-wrapper a:hover .title {
  color: var(--color-primary);
}
.single-notice .content-wrapper p {
  margin-bottom: 4px;
  font-size: 16px;
}
.single-notice .content-wrapper .notice-time {
  margin-bottom: 10px;
}
.single-notice .content-wrapper .notice-time span {
  margin-right: 15px;
  color: var(--color-body);
}
.single-notice .content-wrapper a.btn {
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
}

.rn-notification-wrapper.creators .top-seller-inner-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00a3ff24;
  padding: 15px 0;
}
.rn-notification-wrapper.creators .top-seller-inner-one:hover .thumbnail img {
  border: 3px solid var(--color-primary);
}
.rn-notification-wrapper.creators .top-seller-inner-one .thumbnail img {
  max-width: 50px;
  transition: var(--transition);
}
.rn-notification-wrapper.creators .top-seller-inner-one .top-seller-content a h6 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 4px;
}
.rn-notification-wrapper.creators .top-seller-inner-one .top-seller-content span.count-number {
  color: var(--color-body);
}
.rn-notification-wrapper.creators .top-seller-inner-one a.btn {
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 400;
}

/*---------------------------
    Main Header Styles 
----------------------------*/
.rn-header {
  position: relative;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #ffffff14;
  transition: 0.5s;
}
.rn-header .logo-thumbnail {
  padding-right: 32px;
  position: relative;
  margin-right: 17px;
}
@media only screen and (max-width: 479px) {
  .rn-header .logo-thumbnail {
    padding-right: 0;
    margin-right: 0;
  }
}
.rn-header .logo-thumbnail::after {
  background: var(--color-border);
  width: 1px;
  height: 36px;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  .rn-header .logo-thumbnail::after {
    display: none;
  }
}
.rn-header.header--sticky {
  position: sticky !important;
  top: 0;
  z-index: 999;
  width: 100%;
  backdrop-filter: blur(10px);
}
.rn-header.sticky {
  background-color: #1515218c;
  position: sticky !important;
  top: 0;
  display: block;
  box-shadow: var(--shadow-1);
}
.rn-header.rn-header-four.header--fixed.sticky {
  top: 0;
}
.rn-header.header--transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  z-index: 999;
  border-bottom: 1px solid #ffffff14;
}

/* Blog  */
/*---------------------------
Blog style
----------------------------*/
.rn-blog {
  text-align: left;
  padding: 18px;
  position: relative;
  border-radius: 7px;
  background: var(--background-color-1);
  box-shadow: var(--shadow-1);
  position: relative;
  z-index: 1;
  height: 100%;
  transition: 0.5s all ease-in-out;
}
.rn-blog::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.rn-blog .inner .thumbnail a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.rn-blog .inner .thumbnail a img {
  width: 100%;
  transition: var(--transition);
  height: 350px;
  object-fit: cover;
  transition: var(--transition);
}
.rn-blog .inner .content {
  padding-top: 18px;
}
.rn-blog .inner .content .category-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.rn-blog .inner .content .category-info .category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rn-blog .inner .content .category-info .category-list a {
  color: var(--color-primary);
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.rn-blog .inner .content .category-info .meta span {
  color: var(--color-lightn);
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 13px;
}
.rn-blog .inner .content .category-info .meta span i {
  margin-right: 2px;
  font-size: 13px;
  transition: var(--transition);
}
.rn-blog .inner .content .title {
  margin: 0;
}
.rn-blog .inner .content .title a {
  transition: var(--transition);
  color: var(--color-lightn);
  font-weight: 600;
  font-size: 23px;
  line-height: 34px;
  display: inline-block;
}
.rn-blog .inner .content .title a i {
  font-size: 0;
  position: relative;
  top: 10px;
  transition: var(--transition);
  opacity: 0;
}
.rn-blog:hover::before {
  opacity: 0;
}
.rn-blog:hover .thumbnail a img {
  transform: scale(1.05);
}
.rn-blog:hover .inner .content .title:hover a i {
  color: var(--color-primary);
  top: 3px;
  opacity: 1;
  font-size: 23px;
}

.rn-blog.single-column {
  height: auto;
  margin-bottom: 30px;
}
.rn-blog.single-column::before {
  display: none;
}

.pagination.single-column-blog {
  margin-top: 10px !important;
}

.blog-search {
  position: relative;
}
.blog-search input {
  height: 60px;
  padding: 0 20px;
  color: var(--color-body);
  padding-right: 80px;
}
.blog-search .search-button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  background: var(--color-primary-alta);
  height: 47px;
  padding: 0 20px;
  border-radius: 6px;
  text-align: center;
  font-size: 20px;
}
.blog-search .search-button i {
  color: var(--color-white);
  font-weight: 400;
}

.rbt-single-widget {
  border-radius: 6px;
  padding: 20px 20px;
  border: 1px solid var(--color-border);
  padding-top: 0;
  background: var(--background-color-1);
}
.rbt-single-widget:first-child {
  margin-top: 0 !important;
}
.rbt-single-widget input,
.rbt-single-widget select {
  border: var(--border-width) solid var(--color-border);
}
.rbt-single-widget.widget_search {
  padding: 0;
  border: 0 none;
}
.rbt-single-widget.widget_search .title {
  margin: 0;
}
.rbt-single-widget p {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-body);
}
.rbt-single-widget .title {
  line-height: 26px;
  position: relative;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-primary-alta);
  margin: -1px -21px 0;
  padding: 14px 24px;
  border-radius: 6px 6px 0 0;
}
.rbt-single-widget .title a {
  color: var(--color-primary);
}
.rbt-single-widget .title a.rsswidget img {
  height: 13px;
  margin-right: 3px;
}
.rbt-single-widget .title img {
  vertical-align: 0px;
}
.rbt-single-widget ul {
  padding-left: 0;
  margin-bottom: -10px;
  list-style: none;
  padding-right: 0;
}
.rbt-single-widget ul ul {
  margin-bottom: 0;
}
.rbt-single-widget ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-body);
}
.rbt-single-widget ul li a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: var(--color-heading);
  display: initial;
}
.rbt-single-widget ul li a:hover {
  color: var(--color-primary);
}
.rbt-single-widget.widget_categories ul li a {
  display: flex;
  justify-content: space-between;
}
.rbt-single-widget.widget_recent_comments ul li, .rbt-single-widget.widget_recent_entries ul li, .rbt-single-widget.widget_archive ul li, .rbt-single-widget.widget_categories ul li, .rbt-single-widget.widget_meta ul li, .rbt-single-widget.widget_pages ul li, .rbt-single-widget.widget_nav_menu ul li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-body);
}
.rbt-single-widget.widget_recent_comments ul li a, .rbt-single-widget.widget_recent_entries ul li a, .rbt-single-widget.widget_archive ul li a, .rbt-single-widget.widget_categories ul li a, .rbt-single-widget.widget_meta ul li a, .rbt-single-widget.widget_pages ul li a, .rbt-single-widget.widget_nav_menu ul li a {
  color: var(--color-body);
  transition: 0.4s;
}
.rbt-single-widget.widget_recent_comments ul li a:hover, .rbt-single-widget.widget_recent_entries ul li a:hover, .rbt-single-widget.widget_archive ul li a:hover, .rbt-single-widget.widget_categories ul li a:hover, .rbt-single-widget.widget_meta ul li a:hover, .rbt-single-widget.widget_pages ul li a:hover, .rbt-single-widget.widget_nav_menu ul li a:hover {
  color: var(--color-primary) !important;
}
.rbt-single-widget.widget_recent_comments ul li span, .rbt-single-widget.widget_recent_entries ul li span, .rbt-single-widget.widget_archive ul li span, .rbt-single-widget.widget_categories ul li span, .rbt-single-widget.widget_meta ul li span, .rbt-single-widget.widget_pages ul li span, .rbt-single-widget.widget_nav_menu ul li span {
  transition: 0.4s;
  color: var(--color-body);
}
.rbt-single-widget.widget_recent_comments ul li:hover a span, .rbt-single-widget.widget_recent_entries ul li:hover a span, .rbt-single-widget.widget_archive ul li:hover a span, .rbt-single-widget.widget_categories ul li:hover a span, .rbt-single-widget.widget_meta ul li:hover a span, .rbt-single-widget.widget_pages ul li:hover a span, .rbt-single-widget.widget_nav_menu ul li:hover a span {
  color: var(--color-primary);
}
.rbt-single-widget.widget_recent_comments ul li + li, .rbt-single-widget.widget_recent_entries ul li + li, .rbt-single-widget.widget_archive ul li + li, .rbt-single-widget.widget_categories ul li + li, .rbt-single-widget.widget_meta ul li + li, .rbt-single-widget.widget_pages ul li + li, .rbt-single-widget.widget_nav_menu ul li + li {
  border-top: 1px solid var(--color-border);
}
.rbt-single-widget.widget_recent_comments > ul > li, .rbt-single-widget.widget_recent_entries > ul > li, .rbt-single-widget.widget_archive > ul > li, .rbt-single-widget.widget_categories > ul > li, .rbt-single-widget.widget_meta > ul > li, .rbt-single-widget.widget_pages > ul > li {
  margin-top: 0;
  margin-bottom: 0;
}
.rbt-single-widget.widget_recent_comments > ul > li:first-child, .rbt-single-widget.widget_recent_entries > ul > li:first-child, .rbt-single-widget.widget_archive > ul > li:first-child, .rbt-single-widget.widget_categories > ul > li:first-child, .rbt-single-widget.widget_meta > ul > li:first-child, .rbt-single-widget.widget_pages > ul > li:first-child {
  margin-top: 0;
}
.rbt-single-widget.widget_recent_comments > ul > li:last-child, .rbt-single-widget.widget_recent_entries > ul > li:last-child, .rbt-single-widget.widget_archive > ul > li:last-child, .rbt-single-widget.widget_categories > ul > li:last-child, .rbt-single-widget.widget_meta > ul > li:last-child, .rbt-single-widget.widget_pages > ul > li:last-child {
  margin-bottom: 10px;
}
.rbt-single-widget.widget_recent_entries .inner a {
  color: var(--color-white);
  margin-bottom: 4px;
}
.rbt-single-widget.widget_recent_entries .inner span {
  color: var(--color-body);
  font-size: 14px;
  letter-spacing: 0.5px;
}

.alignwide {
  margin-left: -220px;
  margin-right: -220px;
  max-width: 1400px;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.tagcloud,
.wp-block-tag-cloud {
  margin: -3px;
  padding-left: 0;
}
.tagcloud a,
.wp-block-tag-cloud a {
  background: transparent;
  display: inline-block;
  height: 40px;
  color: var(--color-body);
  font-size: 16px !important;
  line-height: 35px;
  text-decoration: none;
  margin: 3px;
  border: 2px solid var(--color-border);
  transition: 0.4s;
  padding: 0 20px;
  border-radius: 100px;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background: var(--color-primary);
  color: #ffffff !important;
  border-color: var(--color-primary) !important;
}

.right-post-details {
  height: 100%;
}
.right-post-details .widge-wrapper {
  position: sticky;
  z-index: 10;
}

.rn-blog-details-default .blog-content-top {
  margin-bottom: 30px;
}
.rn-blog-details-default .date {
  display: inline-block;
  margin-bottom: 10px;
}
.rn-blog-details-default .bd-thumbnail img {
  border-radius: 6px;
}

.rn-comment-form .section-title span.subtitle {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
}

iframe {
  border-radius: 10px;
}

.rnform-group {
  margin-bottom: 20px;
}
.rnform-group input {
  border: 2px solid var(--color-border);
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
}

.rn-comment-form .inner .rnform-group textarea {
  min-height: 193px;
  border: 2px solid var(--color-border);
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: 16px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list .comment {
  padding: 0;
  margin: 0;
}
.comment-list .comment.byuser .single-comment {
  background-color: var(--color-primary-alta) !important;
  border: 1px solid var(--color-border) !important;
}
.comment-list .comment .single-comment {
  padding: 40px 40px;
  margin-bottom: 40px;
  border-radius: 4px;
  background-color: var(--background-color-1);
  border: 1px solid var(--color-border);
}
@media only screen and (max-width: 767px) {
  .comment-list .comment .single-comment {
    padding: 30px 20px;
  }
}
.comment-list .comment .comment-img {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 18px;
}
.comment-list .comment .comment-img .comment-avatar {
  margin-right: 20px;
  border-radius: 3px;
}
.comment-list .comment .comment-img .commenter {
  color: var(--color-heading);
  display: block;
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.comment-list .comment .comment-img .time-spent {
  font-size: 13px;
  color: var(--color-body);
  font-weight: 400;
}
.comment-list .comment .comment-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
.comment-list .comment .comment-text p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
.comment-list .comment .reply-edit {
  display: flex;
  font-weight: 500;
  margin-top: 15px;
}
.comment-list .comment .reply-edit .reply a.comment-reply-link {
  color: var(--color-primary);
  transition: 0.3s;
  font-size: 16px;
}
.comment-list .comment .reply-edit .reply a.comment-reply-link i {
  padding-right: 4px;
}
.comment-list ul.children {
  list-style: none;
  padding-left: 80px;
}
@media only screen and (max-width: 767px) {
  .comment-list ul.children {
    padding-left: 0px;
  }
}
.comment-list ul.children .comment {
  position: relative;
}
.comment-list ul.children .comment::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 1px solid var(--color-border);
  left: -45px;
}
@media only screen and (max-width: 767px) {
  .comment-list ul.children .comment::before {
    display: none;
  }
}
.comment-list ul.children .comment .single-comment {
  position: relative;
}
.comment-list ul.children .comment .single-comment::before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #212e48;
  left: -45px;
  width: 45px;
}
@media only screen and (max-width: 767px) {
  .comment-list ul.children .comment .single-comment::before {
    display: none;
  }
}

/* Elements  */
/*--------------------------
    Button Styles 
----------------------------*/
.button-group {
  margin: -5px;
}
.button-group a {
  margin: 5px;
}

a.btn,
button.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  border: none;
  color: var(--color-white);
  padding: 10px 16px;
  border-radius: 10px;
  transition: var(--transition);
  letter-spacing: 0.5px;
  width: auto;
  border: 0 none;
  box-shadow: none;
  outline: none;
}
a.btn.btn-primary,
button.btn.btn-primary {
  background: var(--color-primary);
}
a.btn.btn-primary:hover,
button.btn.btn-primary:hover {
  background: var(--color-primary-alta);
  color: var(--color-white);
}
a.btn.btn-primary.active:focus,
button.btn.btn-primary.active:focus {
  border: none;
  box-shadow: none;
}
a.btn.btn-primary-alta,
button.btn.btn-primary-alta {
  background: var(--color-primary-alta);
  color: var(--color-white);
}
a.btn.btn-primary-alta:hover,
button.btn.btn-primary-alta:hover {
  background: var(--color-primary);
  color: var(--color-white) !important;
}
a.btn:focus,
button.btn:focus {
  border: none;
  box-shadow: none;
}
a.btn.btn-small,
button.btn.btn-small {
  padding: 6px 14px;
}
a.btn.btn-large,
button.btn.btn-large {
  padding: 15px 34px;
  min-width: 160px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  a.btn.btn-large,
button.btn.btn-large {
    min-width: max-content;
  }
}

.btn-transparent {
  color: var(--color-body);
  transition: 0.4s;
  align-items: center;
  font-weight: 500;
  display: inline-block;
}
.btn-transparent svg {
  width: 18px;
  height: 17px;
}
.btn-transparent:hover {
  color: var(--color-primary) !important;
}

.btn-primary-border {
  background: transparent;
  border: 2px solid var(--color-primary);
  padding: 10px 20px;
}
.btn-primary-border:hover {
  background: var(--color-primary);
  color: var(--color-white) !important;
}

.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 !important;
}

/*-------------------------------------
 Filter Button Style 
-------------------------------*/
.discover-filter-button {
  padding: 10px 20px;
}
.discover-filter-button.btn.btn-primary:hover {
  background: var(--color-primary);
}
.discover-filter-button.btn.btn-primary.open {
  background: var(--color-primary-alta);
}
.discover-filter-button.btn.btn-primary.open:hover {
  background: var(--color-primary-alta);
}
.discover-filter-button i {
  padding-left: 5px;
}
.discover-filter-button.open i::before {
  content: "\ea02";
}

/*-------------------------
    Price Filter  
--------------------------*/
.content-shopby {
  margin-top: 32px;
}

.price--output input {
  border: 0 none;
}

.price--output span {
  color: #333;
  font-size: 14px;
}

.price--filter {
  display: inline-block;
}

.price--output {
  display: inline-block;
}

.ui-widget-content {
  background: var(--color-primary-alta) none repeat scroll 0 0;
  border: 0 none;
  color: var(--color-primary);
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: var(--color-primary) none repeat scroll 0 0;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
  cursor: default;
  height: 10px;
  position: absolute;
  touch-action: none;
  width: 10px;
  z-index: 2;
  outline: none;
  cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  margin-left: -3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: var(--color-primary) none repeat scroll 0 0;
  border: 0 none;
  color: var(--color-primary);
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: var(--color-primary) none repeat scroll 0 0;
}

.ui-slider-horizontal {
  margin-bottom: 8px;
  margin-top: 15px;
}

.price__output--wrap {
  display: flex;
  align-items: center;
}
.price__output--wrap .price--output {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.price__output--wrap .price--output span {
  color: var(--color-body);
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0.5px;
}
.price__output--wrap .price--output input {
  border: 0 none;
  flex-grow: 1;
  font-size: 12px;
  font-weight: 400;
  width: 100px;
  letter-spacing: 0.5px;
}
.price__output--wrap .price--filter {
  display: inline-block;
  margin-top: -2px;
}
.price__output--wrap .price--filter a.btn {
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 16px;
}

/*-------------------------
    Back To Top  
---------------------------*/
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.paginacontainer {
  height: 3000px;
}

.rn-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #0d0d12;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.rn-progress-parent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rn-progress-parent::after {
  position: absolute;
  font-family: "icofont" !important;
  content: "\ea5e";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.rn-progress-parent:hover::after {
  color: var(--color-primary);
}
.rn-progress-parent::before {
  position: absolute;
  font-family: "icofont" !important;
  content: "\ea5e";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0d0d12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.rn-progress-parent:hover::before {
  opacity: 1;
}
.rn-progress-parent svg path {
  fill: none;
}
.rn-progress-parent svg.rn-back-circle path {
  stroke: var(--color-primary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.button-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cursor {
  display: none;
}

@media (any-pointer: fine) {
  .cursor {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    z-index: 9;
  }

  .cursor__inner {
    fill: var(--cursor-fill);
    stroke: var(--cursor-stroke);
    stroke-width: var(--cursor-stroke-width);
  }

  .credits {
    padding-left: 25vw;
  }
}
/*---------------------------------------------------*/
/*	09) SHANE CURSOR
/*---------------------------------------------------*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #4d535e;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #4d535e;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #4d535e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.main-wrapper[data-magic-cursor=hide] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.accordion-style-one .section-title-accordion h3 {
  font-size: 40px;
  color: var(--color-lightn);
}
.accordion-style-one .accordion .accordion-item {
  margin-bottom: 30px;
}
.accordion-style-one .accordion .accordion-item .accordion-header {
  font-size: 32px;
  color: var(--color-lightn);
  margin-bottom: 0;
}
.accordion-style-one .accordion .accordion-item .accordion-header a {
  font-size: 22px;
  transition: var(--transition);
}
.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button {
  padding: 34px 30px;
  position: relative;
  width: 100%;
  z-index: 1;
  display: block;
}
.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button .inner p {
  font-size: 16px;
}
.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background: linear-gradient(145deg, #1e2024, #23272b);
  z-index: -1;
  border-radius: 8px;
  box-shadow: var(--shadow-1);
}
.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button::before {
  position: absolute;
  content: "\e92e";
  top: 10px;
  font-family: "feather" !important;
  font-weight: 200;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button[aria-expanded=true]::before {
  content: "\e931";
  transition: var(--transition);
}
.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button[aria-expanded=true]::after {
  border-radius: 8px 8px 0px 0px;
}
.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button.two::before {
  content: "\e9b1";
}
.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button.two[aria-expanded=true]::before {
  content: "\e996";
}
.accordion-style-one .accordion .accordion-item .accordion-header a.accordion-button.two[aria-expanded=true]::after {
  border-radius: 8px 8px 0px 0px;
}
.accordion-style-one .accordion .accordion-item .accordion-body .inner {
  padding: 20px;
  background: #1e2024;
  border-radius: 0 0px 8px 8px;
}
.accordion-style-one .accordion .accordion-item .accordion-body .inner p {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .accordion {
    margin-top: 40px;
  }
}
.accordion .accordion-item {
  background: var(--background-color-1);
  margin-bottom: 10px;
  border-radius: 5px;
  border: 0 none;
}
.accordion .accordion-item .accordion-header button {
  box-shadow: none;
  background: var(--background-color-1);
  color: var(--color-white);
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-item .accordion-header button {
    font-size: 16px;
    padding: 0 10px;
  }
}
.accordion .accordion-item .accordion-header button i {
  color: var(--color-white);
  font-size: 18px;
  transition: var(--transition);
}
.accordion .accordion-item .accordion-header button::after {
  color: var(--color-body);
  display: none;
}
.accordion .accordion-item .accordion-header button[aria-expanded=false] i {
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header button[aria-expanded=true] {
  color: var(--color-primary);
}
.accordion .accordion-item .accordion-header button[aria-expanded=true] i {
  color: var(--color-primary);
}
.accordion .accordion-item .accordion-body {
  font-size: 16px;
}

.rn-typography-area .wp-block-quote {
  padding: 40px 137px;
  position: relative;
  background: transparent;
  color: var(--color-heading);
  z-index: 1;
  border: 0;
  text-align: center;
  margin: 0;
  padding-top: 50px;
}
.rn-typography-area .wp-block-quote::before {
  position: absolute;
  width: 100px;
  height: 87px;
  left: 50%;
  top: -37px;
  background-image: url(../img/quote2.png);
  content: "";
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translateX(-50%);
  background-size: 100px;
  opacity: 0.1;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 104px;
  line-height: 0.78;
  margin: 4px 15px 0 0;
  text-transform: uppercase;
  font-family: georgia, serif;
  font-style: normal;
  font-weight: 400;
  color: var(--color-heading);
  -webkit-font-smoothing: antialiased;
  color: var(--color-lightn);
}

.table-area tbody td {
  border: 1px solid var(--color-tertiary);
  padding: 7px 10px;
  color: var(--color-dark-alt);
  color: var(--color-body);
}
.table-area tbody td strong {
  color: var(--color-lightn);
  font-weight: 500;
}
.table-area .section-title h2.title {
  font-size: 40px;
}

.hr-area .section-title h2.title {
  font-size: 24px;
  margin-top: -10px;
  margin-bottom: 5px;
}
.hr-area hr {
  background-size: 4px 4px;
  height: 1px;
  margin: 0 0 24px;
  border: 0;
  border-top: 1px solid #121214;
}

.hr-dots-area .section-title .title {
  font-size: 40px;
  margin-bottom: 10px;
}
.hr-dots-area .wp-block-separator.is-style-dots::before {
  content: "···";
  padding-left: 21px;
  color: #121214;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 21px;
  font-family: georgia, serif;
}
.hr-dots-area .wp-block-separator.is-style-dots {
  background: 0 0;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

.column-galary .section-title .title {
  font-size: 40px;
}

.blocks-gallery-grid {
  display: flex;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.blocks-gallery-grid .blocks-gallery-item {
  flex-basis: 50%;
  padding: 0 10px;
}
.blocks-gallery-grid .blocks-gallery-item figure {
  overflow: hidden;
  border-radius: 8px;
}
.blocks-gallery-grid .blocks-gallery-item figure img {
  border-radius: 8px;
  transition: var(--transition);
}
.blocks-gallery-grid .blocks-gallery-item figure img:hover {
  transform: scale(1.1);
}

.three-column-gallery .section-title .title {
  font-size: 40px;
}
.three-column-gallery .columns-3 .blocks-gallery-item {
  padding: 0 10px;
  flex-basis: 33.33%;
}

.large .title {
  font-size: 40px !important;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: -105px;
  margin-right: -105px;
  max-width: 1400px;
  width: auto;
}
.alignwide .radius-4 {
  border-radius: 8px;
}

figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: var(--color-dark-alt);
  letter-spacing: 0.5px;
}

/*-------------------------
    Section Title  
--------------------------*/
.live-bidding-title {
  position: relative;
  margin-left: 19px;
  padding-left: 15px;
}
.live-bidding-title::before {
  width: 22px;
  height: 22px;
  background: var(--color-primary);
  position: absolute;
  left: -20px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  border-radius: 100%;
  opacity: 1;
  animation: customOne 1s infinite;
}
.live-bidding-title::after {
  width: 22px;
  height: 22px;
  border: 4px solid var(--color-primary);
  position: absolute;
  left: -20px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  border-radius: 100%;
  opacity: 1;
  animation: customOne 1.2s infinite;
}

/*-------------------------
 Banner Styles  
----------------------------*/
.with-particles {
  position: relative;
  z-index: 1;
}

.height-950 {
  height: 950px;
}

#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.border-radious-none {
  border-radius: 0 !important;
}

.game-banner-short-slick-wrapper .slick-dots {
  bottom: 50px !important;
}
.game-banner-short-slick-wrapper .slider-style-7 .product-share-wrapper .profile-share a img {
  max-width: 40px;
  border: 2px solid var(--color-border);
}
.game-banner-short-slick-wrapper .slider-style-7 .rn-banner-wrapper .item-description button {
  border-radius: 5px;
}
.game-banner-short-slick-wrapper .slider-style-7 .rn-banner-wrapper .item-description {
  padding: 25px;
  background: #9999992e;
  border-radius: 5px;
  backdrop-filter: blur(15px);
}

.banner-read-thumb {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.banner-read-thumb h4 {
  margin-bottom: 10px;
}
.banner-read-thumb span {
  color: var(--color-body);
}

/* for slick slider */
.slider.slick-dotted.slick-slider {
  max-width: 100%;
  margin: 0 auto 0;
}

.slider .slick-dots {
  bottom: -45px;
  display: none !important;
}

.slider .slick-dots li button:before {
  color: #fff;
  content: "•";
  background: #fff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 12px;
  width: 10px;
  height: 10px;
}

.slick-dots .animated-dot {
  background-image: url("https://img.icons8.com/plasticine/100/000000/play.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 16px;
}
.slick-slide img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
/*--------------------------
    Banner Style 1 
---------------------------*/
.slider-one h2.title {
  font-size: 60px;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .slider-one h2.title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-one h2.title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-one h2.title {
    font-size: 30px;
  }
}
.slider-one .slide-disc {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .slider-one .slider-thumbnail {
    display: flex;
    justify-content: center;
  }
}
.slider-one .slider-thumbnail img {
  height: auto;
  width: 100%;
}
.slider-one .button-group {
  margin: -7px;
}
.slider-one .button-group a.btn {
  margin: 7px;
}

/*--------------------------
    Banner Style 2 
---------------------------*/
.slider-style-2 .single-slide {
  padding: 0 15px;
  position: relative;
  margin-bottom: 0;
}
.slider-style-2 .single-slide .inner {
  position: relative;
  padding: 15px;
  background: var(--background-color-1);
  border-radius: 7px;
}
.slider-style-2 .single-slide .thumbnail {
  overflow: hidden;
  border-radius: 7px;
}
.slider-style-2 .single-slide .thumbnail a {
  display: block;
  position: relative;
}
.slider-style-2 .single-slide .thumbnail a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, transparent, black);
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-style-2 .single-slide .thumbnail img {
  border-radius: 7px;
  transition: 0.7s;
  height: 400px;
  object-fit: cover;
}
.slider-style-2 .single-slide .banner-read-thumb {
  z-index: 3;
}
.slider-style-2 .single-slide .banner-read-thumb h4 {
  transition: var(--transition);
  color: var(--color-white);
}
.slider-style-2 .single-slide:hover .thumbnail img {
  transform: scale(1.1);
}

/*--------------------------
    Banner Style Three  
---------------------------*/
.slider-style-3 .wrapper {
  background: var(--background-color-1);
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.slider-style-3 .wrapper .slider {
  margin: 0;
  padding: 0;
}
.slider-style-3 .wrapper .slider .slider-thumbnail {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.slider-style-3 .wrapper .slider .slider-thumbnail a {
  display: block;
  position: relative;
}
.slider-style-3 .wrapper .slider .slider-thumbnail a img {
  transition: 0.4s;
}
.slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper {
  position: absolute;
  left: 50px;
  z-index: 2;
  text-align: left;
  bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper {
    left: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper {
    left: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper {
    left: 20px;
    bottom: 20px;
  }
}
.slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper h5 {
  font-size: 30px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper h5 {
    font-size: 24px;
  }
}
.slider-style-3 .wrapper .slider .slider-thumbnail .read-wrapper span {
  font-size: 14px;
  color: var(--color-primary);
  display: inline-block;
  margin-top: 20px;
}
.slider-style-3 .wrapper .slider:hover .slider-thumbnail a img {
  transform: scale(1.1);
}
.slider-style-3 .wrapper .slider ul.slick-dots {
  display: inline-block !important;
  bottom: 20px;
  position: absolute;
  z-index: 2;
  right: 20px;
  width: auto;
}
.slider-style-3 .slide-small-wrapper {
  position: relative;
  background: var(--background-color-1);
  padding: 15px;
  border-radius: 5px;
}
.slider-style-3 .slide-small-wrapper .thumbnail {
  overflow: hidden;
  border-radius: 5px;
}
.slider-style-3 .slide-small-wrapper .thumbnail img {
  border-radius: 5px;
  transition: 0.5s;
}
.slider-style-3 .slide-small-wrapper .read-wrapper {
  position: absolute;
  bottom: 31px;
  left: 36px;
  z-index: 2;
}
.slider-style-3 .slide-small-wrapper .read-wrapper .title {
  margin-bottom: 7px;
}
.slider-style-3 .slide-small-wrapper .read-wrapper span {
  color: var(--color-primary);
}
.slider-style-3 .slide-small-wrapper:hover .thumbnail img {
  transform: scale(1.1);
}

.thumbnail-overlay > a {
  display: block;
  position: relative;
}
.thumbnail-overlay > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, transparent, black);
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.thumbnail-overlay > a img {
  transition: 0.4s;
}

/*-------------------------
    Slider Style Four  
---------------------------*/
.banner-style-4 .sldier-content .title {
  color: var(--color-white);
  font-size: 70px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-4 .sldier-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-4 .sldier-content .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-4 .sldier-content .title {
    font-size: 30px;
  }
}
.banner-style-4 .sldier-content p.banner-disc-one {
  font-size: 18px;
  padding-right: 30px;
  color: var(--color-body);
}
.banner-style-4 .sldier-content .button-group {
  margin: -7px;
}
.banner-style-4 .sldier-content .button-group a.btn {
  margin: 7px;
}
.banner-style-4 .slider {
  background: var(--background-color-1);
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.banner-style-4 .slider .slider-thumbnail {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.banner-style-4 .slider .slider-thumbnail a {
  display: block;
}
.banner-style-4 .slider .slider-thumbnail a img {
  transition: 0.3s;
  height: 500px;
  object-fit: cover;
}
.banner-style-4 .slider .slider-thumbnail .read-wrapper {
  position: absolute;
  left: 0;
  z-index: 2;
  text-align: left;
  bottom: 0;
  height: auto;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .banner-style-4 .slider .slider-thumbnail .read-wrapper {
    padding: 44px 30px;
  }
}
.banner-style-4 .slider .slider-thumbnail .read-wrapper h5 {
  font-size: 30px;
  margin-bottom: -10px;
  color: var(--color-white);
}
.banner-style-4 .slider .slider-thumbnail .read-wrapper span {
  font-size: 14px;
  color: var(--color-primary);
  display: inline-block;
  margin-top: 15px;
}
.banner-style-4 .slider:hover .slider-thumbnail a img {
  transform: scale(1.1);
}
.banner-style-4 .slider ul.slick-dots {
  display: inline-block !important;
  bottom: 44px;
  position: absolute;
  z-index: 2;
  right: 30px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .banner-style-4 .slider ul.slick-dots {
    bottom: 28px;
    right: auto;
    left: 41px;
  }
}

/*-------------------------
    Slider Style 5  
---------------------------*/
.slider-style-5 .banner-left-content .title {
  color: var(--color-heading);
  margin-bottom: 15px;
}
.slider-style-5 .banner-left-content p.banner-disc-one {
  color: var(--color-body);
}
.slider-style-5 .banner-left-content .button-group {
  margin: -7px;
}
.slider-style-5 .banner-left-content .button-group a.btn {
  margin: 7px;
}

/*--------------------------
    Banner Style 6  
---------------------------*/
.slider-style-6 {
  padding: 15px;
  background: var(--background-color-2);
  border-radius: 5px;
}
.slider-style-6.wide-wrapper {
  margin: 0 -110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-style-6.wide-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-6.wide-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-6.wide-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-6.wide-wrapper {
    margin: 0;
  }
}
.slider-style-6 .slide {
  position: relative;
  z-index: 1;
  min-height: 476px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .slider-style-6 .slide {
    min-height: auto;
    padding: 50px 0;
  }
}
.slider-style-6 .slide .banner-read-thumb-lg {
  padding: 20px 50px;
}
@media only screen and (max-width: 767px) {
  .slider-style-6 .slide .banner-read-thumb-lg {
    padding: 20px 30px;
  }
}
.slider-style-6 .slide .banner-read-thumb-lg h4 {
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-6 .slide .banner-read-thumb-lg h4 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-6 .slide .banner-read-thumb-lg h4 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-6 .slide .banner-read-thumb-lg h4 {
    font-size: 26px;
  }
}
.slider-style-6 .slide .banner-read-thumb-lg p {
  max-width: 60%;
  margin-bottom: 30px;
  color: var(--color-body);
}
@media only screen and (max-width: 1199px) {
  .slider-style-6 .slide .banner-read-thumb-lg p {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-6 .slide .banner-read-thumb-lg p {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-6 .slide .banner-read-thumb-lg p {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-style-6 .slide .banner-read-thumb-lg p {
    max-width: 100%;
  }
}
.slider-style-6.slick-arrow-between button.slide-arrow.prev-arrow {
  left: 0px !important;
}
.slider-style-6.slick-arrow-between button.slide-arrow.next-arrow {
  right: 0px !important;
}

/*--------------------------
    Banner Style 7 
---------------------------*/
.slider-style-7 {
  height: auto;
  border-radius: 8px;
  padding: 90px 0;
  overflow-y: hidden;
}
.slider-style-7 .rn-banner-wrapper {
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .slider-style-7 .rn-banner-wrapper {
    margin: 0;
    padding: 0 5px;
  }
}
.slider-style-7 .rn-banner-wrapper .item-description p {
  margin-bottom: 30px;
  color: var(--color-body);
}
.slider-style-7 .rn-banner-wrapper .item-description .product-share-wrapper {
  margin-top: 0;
  flex-wrap: wrap;
}
.slider-style-7 .rn-banner-wrapper .item-description .product-share-wrapper .profile-share a.more-author-text {
  color: #acacac;
}
@media only screen and (max-width: 575px) {
  .slider-style-7 .rn-banner-wrapper .item-description .product-share-wrapper .countdown {
    margin-top: 10px;
  }
}
.slider-style-7 .rn-banner-wrapper h2.title {
  font-size: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-7 .rn-banner-wrapper h2.title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-7 .rn-banner-wrapper h2.title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-7 .rn-banner-wrapper h2.title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.slider-style-7 .rn-banner-wrapper h2.title span {
  color: var(--color-primary);
}
.slider-style-7 .rn-banner-wrapper .img-thumb-award {
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-7 .rn-banner-wrapper .img-thumb-award {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-7 .rn-banner-wrapper .img-thumb-award {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-7 .rn-banner-wrapper .img-thumb-award {
    text-align: left;
    margin-bottom: 15px;
  }
}
.slider-style-7 .rn-banner-wrapper .img-thumb-award img {
  max-width: 130px;
}

/*----------------------
 Common Styles 
------------------------*/
.title-badge {
  color: var(--color-primary);
  font-size: 16px;
  width: auto;
  border: 1px solid var(--color-border);
  height: 47px;
  display: inline-block;
  padding: 0 26px;
  border-radius: 500px;
  min-width: 95px;
  text-align: center;
  margin: 5px;
  line-height: 45px;
  margin-bottom: 15px;
}

/*-----------------------
 common slider-nav 
--------------------------*/
.slider .previous-slide,
.slider .next-slide {
  height: 18px;
  width: 18px;
  position: absolute;
  top: auto;
  bottom: -45px;
  left: auto;
  right: auto;
  cursor: pointer;
  z-index: 2;
}

.slider .previous-slide {
  background: url("https://img.icons8.com/office/16/000000/back.png") no-repeat;
  background-size: contain;
  display: none !important;
}

.slider .next-slide {
  background: url("https://img.icons8.com/office/16/000000/forward.png") no-repeat;
  background-size: contain;
  background-position: right;
  display: none !important;
}

@mediaonly screen and (min-width: 992px) and (max-width: 1199px) {
  .property-wrapper-flex {
    flex-wrap: wrap;
  }
}
@mediaonly screen and (min-width: 768px) and (max-width: 991px) {
  .property-wrapper-flex {
    flex-wrap: wrap;
  }
}
@mediaonly screen and (max-width: 767px) {
  .property-wrapper-flex {
    flex-wrap: wrap;
  }
}
@mediaonly screen and (min-width: 992px) and (max-width: 1199px) {
  .property-wrapper-flex .rn-pd-sm-property-wrapper {
    margin-top: 30px;
    flex-basis: 100%;
    margin-left: 0 !important;
  }
}
@mediaonly screen and (min-width: 768px) and (max-width: 991px) {
  .property-wrapper-flex .rn-pd-sm-property-wrapper {
    margin-top: 30px;
    flex-basis: 100%;
    margin-left: 0 !important;
  }
}
@mediaonly screen and (max-width: 767px) {
  .property-wrapper-flex .rn-pd-sm-property-wrapper {
    margin-top: 30px;
    flex-basis: 100%;
    margin-left: 0 !important;
  }
}

.place-bet-area.into-banner {
  backdrop-filter: blur(15px);
}
@media only screen and (max-width: 575px) {
  .place-bet-area.into-banner {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .place-bet-area.into-banner .rn-bet-create {
    transform: none;
  }
}
@media only screen and (max-width: 575px) {
  .place-bet-area.into-banner .rn-bet-create .top-seller-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .place-bet-area.into-banner .rn-bet-create .top-seller-wrapper .top-seller-content {
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .place-bet-area.into-banner .rn-bet-create .bid-list {
    text-align: left;
  }
}

.fullscreen_image-banner {
  height: 800px !important;
  width: 100%;
}

.padding-controler-slide-product {
  padding-top: 30px !important;
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .padding-controler-slide-product.fullscreen_image-banner {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
    height: auto !important;
  }
}

.slider-activation-banner-5.rn-slick-dot-style .slick-dots {
  bottom: 60px;
}

.banner-gallery-wrapper {
  max-height: 700px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-gallery-wrapper {
    max-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-gallery-wrapper {
    max-height: 350px;
  }
}
.banner-gallery-wrapper::before {
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  content: "";
  background-image: linear-gradient(to bottom, #0c0c2100 0%, #171721 95%);
  z-index: 1;
  pointer-events: none;
}
.banner-gallery-wrapper::after {
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  top: 0;
  content: "";
  background-image: linear-gradient(to top, #0c0c2100 0%, #171721 95%);
  z-index: 1;
  pointer-events: none;
}
.banner-gallery-wrapper .banner-gallery-loop {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}
.banner-gallery-wrapper .banner-gallery {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 0 20px;
  width: 280px;
}
.banner-gallery-wrapper .banner-gallery img {
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.banner-gallery-wrapper .banner-gallery-1 {
  -webkit-animation: verticalSlide 115s linear infinite;
  animation: verticalSlide 90s linear infinite;
}
.banner-gallery-wrapper .banner-gallery-2 {
  -webkit-animation: verticalSlide 115s linear infinite;
  animation: verticalSlide 70s linear infinite;
}
.banner-gallery-wrapper .banner-gallery-3 {
  -webkit-animation: verticalSlide 115s linear infinite;
  animation: verticalSlide 65s linear infinite;
}
.banner-gallery-wrapper .banner-gallery-4 {
  -webkit-animation: verticalSlide 115s linear infinite;
  animation: verticalSlide 80s linear infinite;
}
.banner-gallery-wrapper .banner-gallery-5 {
  -webkit-animation: verticalSlide 115s linear infinite;
  animation: verticalSlide 50s linear infinite;
}

@-webkit-keyframes verticalSlide {
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes verticalSlide {
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.odometer-area-slide {
  display: flex;
  margin-top: 60px;
  background: var(--background-color-1);
  padding: 20px 30px;
  border-radius: 6px;
  flex-wrap: wrap;
  border: 1px solid var(--color-border);
  margin-bottom: -30px;
  max-width: max-content;
}
@media only screen and (max-width: 479px) {
  .odometer-area-slide {
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
.odometer-area-slide .single-odometer {
  border-radius: 6px;
  padding: 20px;
  margin-right: 15px;
  border: 1px solid var(--color-border);
  background: var(--background-color-4);
}
.odometer-area-slide .single-odometer:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .odometer-area-slide .single-odometer {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .odometer-area-slide .single-odometer {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
}
.odometer-area-slide .single-odometer h3 {
  line-height: normal;
  margin-bottom: 0;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.odometer-area-slide .single-odometer h3 span.odometer.thousend-k {
  position: relative;
}
.odometer-area-slide .single-odometer h3 span.odometer.thousend-k::after {
  position: absolute;
  content: "k";
  right: -20px;
  top: 2px;
}
.odometer-area-slide .single-odometer h3 .counter-label {
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
  color: var(--color-primary);
}

.banner-right-feature-product {
  height: 850px;
  background: linear-gradient(0deg, #191923, #000000b5);
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .banner-right-feature-product {
    height: 950px;
    width: 102%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-right-feature-product {
    height: 850px;
    width: 102%;
  }
}
.banner-right-feature-product .single-slide-product {
  position: absolute;
  width: 450px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1199px) {
  .banner-right-feature-product .single-slide-product {
    top: 60%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-right-feature-product .single-slide-product {
    width: 300px;
    top: 62%;
  }
}
.banner-right-feature-product .badge-inner {
  position: absolute;
  top: 53%;
  left: -98px;
  width: 200px;
  height: 200px;
  padding: 10px;
  background: #1e1e3d38;
  backdrop-filter: blur(8px);
  border-radius: 100%;
}
@media only screen and (max-width: 1199px) {
  .banner-right-feature-product .badge-inner {
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner-right-feature-product .badge-inner .image-1 {
  animation: rotateIt 7s linear infinite;
  width: 100%;
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
.title.large-height {
  line-height: 70px;
}
@media only screen and (max-width: 767px) {
  .title.large-height {
    line-height: 36px;
    font-size: 24px;
  }
}
.title .gradient-title {
  color: var(--color-primary);
  font-size: 80px;
}
@media only screen and (max-width: 767px) {
  .title .gradient-title {
    font-size: 40px;
  }
}

.banner-top-rating {
  display: flex;
  margin: 0 -40px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .banner-top-rating {
    flex-direction: column;
  }
}
.banner-top-rating .banner-badge-top {
  margin: 0 40px;
}
@media only screen and (max-width: 767px) {
  .banner-top-rating .banner-badge-top {
    margin-top: 30px;
  }
}
.banner-top-rating .banner-badge-top .icon {
  margin-bottom: 8px;
}
.banner-top-rating .banner-badge-top .subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-11-slide-padding {
  padding-right: 200px;
}
@media only screen and (max-width: 1199px) {
  .home-11-slide-padding {
    padding-right: 124px;
    padding-left: 132px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .home-11-slide-padding {
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 0px;
  }

}

.banner-xii-wrapper, .banner-xii-wrapper-alt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
.banner-xii-wrapper .banner-content-wrapper {
  text-align: center;
  width: 50%;
}
.banner-xii-wrapper-alt .banner-content-wrapper {
  text-align: center;
  width: 75%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-xii-wrapper .banner-content-wrapper, .banner-xii-wrapper-alt .banner-content-wrapper {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .banner-xii-wrapper .banner-content-wrapper, .banner-xii-wrapper-alt .banner-content-wrapper {
    width: 100%;
  }
  .banner-xii-wrapper-alt {
    height:40vh;
  }
}
@media (max-width:991px) {
  .banner-xii-wrapper-alt .banner-content-wrapper .title {
    margin-bottom: 20px;
    font-size:35px!important;
  }
}
.banner-xii-wrapper .banner-content-wrapper .pre-title, .banner-xii-wrapper-alt .banner-content-wrapper .pre-title {
  margin-bottom: 10px;
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.banner-xii-wrapper .banner-content-wrapper .title {
  margin-bottom: 20px;
}
.banner-xii-wrapper-alt .banner-content-wrapper .title {
  margin-bottom: 20px;
  font-size:75px;
}
.banner-xii-wrapper .banner-content-wrapper .post-title, .banner-xii-wrapper-alt .banner-content-wrapper .post-title {
  margin-bottom: 30px;
}
.banner-xii-wrapper .banner-content-wrapper a.btn, .banner-xii-wrapper-alt .banner-content-wrapper a.btn {
  margin-bottom: 0;
}
.banner-xii-wrapper .banner-content-wrapper .wallet-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  align-items: center;
  margin-right: -15px;
  flex-wrap: wrap;
}
.banner-xii-wrapper .banner-content-wrapper .wallet-image-wrapper img {
  padding: 10px;
  background: var(--background-color-1);
  margin-right: 15px;
  max-width: 60px;
  border-radius: 6px;
  margin-bottom: 15px;
  border: 1px solid var(--color-border);
  z-index: 1;
  cursor: pointer;
}
.banner-xii-wrapper .banner-content-wrapper .sponsors {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  align-items: center;
  margin-right: -15px;
  flex-wrap: wrap;
}
.banner-xii-wrapper .banner-content-wrapper .sponsors img {
  padding: 10px;
  margin-right: 15px;
  max-width: 160px;
  border-radius: 6px;
  margin-bottom: 15px;
  z-index: 1;
  cursor: pointer;
}

.with-down-shadow {
  position: relative;
  z-index: 1;
}
.with-down-shadow::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: "";
  background-image: linear-gradient(to bottom, #0c0c2100 0%, #181822 87%);
  z-index: -1;
  pointer-events: none;
}
.with-down-shadow::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-image: linear-gradient(to top, #0c0c2100 0%, #171721 87%);
  z-index: -1;
  pointer-events: none;
}

.banner_xii {
  padding: 80px 0 100px 0;
}
@media only screen and (max-width: 479px) {
  .banner_xii {
    padding: 30px 0;
  }
}
.banner_xii .left-thumbnail-image {
  overflow: hidden;
}
.banner_xii .left-thumbnail-image img {
  border-radius: 10px;
  background: var(--background-color-1);
  padding: 20px;
  border: 1px solid var(--color-border);
  width: 100%;
}
.banner_xii .place-bet-area.into-banner {
  backdrop-filter: none;
}
.banner_xii .place-bet-area.into-banner .bid-list .countdown .countdown-container .countdown-value {
  background: var(--background-color-2);
}

.bg_anemation--1 {
  position: relative;
  height: max-content;
  overflow: hidden;
}
.bg_anemation--1::after {
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/bg-image-1.png);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 100%;
  -webkit-animation: verticalSlide2 30s linear infinite;
  animation: verticalSlide2 30s linear infinite;
  transform: translate3d(0, 0, 0);
  z-index: -1;
}
.bg_anemation--1::before {
  content: "";
  top: 100%;
  left: 0;
  content: "";
  background-image: url(../img/bg-image-2.png);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 100%;
  -webkit-animation: verticalSlide2 30s linear infinite;
  animation: verticalSlide2 30s linear infinite;
  transform: translate3d(0, 0, 0);
  z-index: -1;
}

@-webkit-keyframes verticalSlide2 {
  to {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes verticalSlide2 {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slide-style-14 {
  overflow: hidden;
}
.slide-style-14 .inner p.description {
  color: #c6c9d8;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  padding: 0 16%;
  font-weight: 300;
}
.slide-style-14 .inner .title {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 20px;
  font-weight: 600;
}

.slider-video-bg {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .slider-video-bg {
    padding: 60px 0;
  }
}
.slider-video-bg .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}

@media only screen and (max-width: 767px) {
  .banner-12 {
    padding: 60px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner-15 {
    padding: 60px 0 !important;
  }
}
.banner-15 h1.title {
  font-size: 60px;
  line-height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-15 h1.title {
    font-size: 52px;
    line-height: 69px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-15 h1.title {
    font-size: 52px;
    line-height: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-15 h1.title {
    font-size: 42px;
    line-height: 1.3;
  }
}
.banner-15 h1.title span {
  color: #14141f;
  background: var(--color-primary);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
}
.banner-15 p {
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
  .banner-15 p {
    max-width: 100%;
  }
}

.expo-15-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .expo-15-wrapper {
    display: block;
  }
}
.expo-15-wrapper .thumb-wrapepr {
  position: relative;
  flex-basis: calc(100% - 161px);
}
.expo-15-wrapper .thumb-wrapepr img.main {
  padding: 20px;
  background: var(--background-color-1);
  border-radius: 20px;
  margin-left: -7px;
  position: relative;
  z-index: 0;
  border: 1px solid var(--color-border);
  z-index: 6;
}
.expo-15-wrapper .thumb-wrapepr img.main.main-2 {
  position: absolute;
  z-index: 5;
  left: 0;
  max-width: 100%;
  height: auto;
  bottom: 0;
  margin-left: -150px;
  transform: scale(0.8) skew(12deg, 0deg) perspective(20px);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .expo-15-wrapper .thumb-wrapepr img.main.main-2 {
    margin-left: -124px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .expo-15-wrapper .thumb-wrapepr img.main.main-2 {
    margin-left: -81px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .expo-15-wrapper .thumb-wrapepr img.main.main-2 {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .expo-15-wrapper .thumb-wrapepr img.main.main-2 {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
.expo-15-wrapper .thumb-wrapepr img.badge-1 {
  position: absolute;
  max-width: 100px;
  max-height: 100px;
}
.expo-15-wrapper .thumb-wrapepr img.image-1 {
  top: -39px;
  right: -22px;
  animation: rotateIt 7s linear infinite;
  max-width: 113px;
  max-height: 113px;
}
.expo-15-wrapper .thumb-wrapepr img.image-2 {
  bottom: 0;
  left: -133px;
  opacity: 0.2;
}
.expo-15-wrapper .thumb-wrapepr img.image-3 {
  top: 0;
  left: -133px;
  opacity: 0.2;
}
.expo-15-wrapper .thumb-wrapepr img.image-4 {
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.expo-15-wrapper .thumb-wrapepr img.image-5 {
  right: 0;
  top: 0;
  opacity: 0.4;
}
.expo-15-wrapper .odometer-area-slide {
  display: flex;
  padding: 0;
  border-radius: 6px;
  flex-wrap: wrap;
  border: 1px solid var(--color-border);
  margin-bottom: -30px;
  flex-direction: column;
  margin-left: auto;
  height: max-content;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 5px;
  flex-basis: 170px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .expo-15-wrapper .odometer-area-slide {
    display: block;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
  }
}
.expo-15-wrapper .odometer-area-slide .single-odometer {
  margin-bottom: 5px;
  width: 100%;
  margin-right: 0;
}
.expo-15-wrapper .odometer-area-slide .single-odometer:last-child {
  margin-bottom: 0;
}

.odometer-area-slide.jump {
  position: relative;
}

.odometer-area-slide.jump::before {
  content: "";
  position: absolute;
  width: calc(50% + 28px);
  height: 60px;
  top: -61px;
  left: -32px;
  border-top: 2px solid var(--color-border);
  border-right: 2px solid var(--color-border);
  border-radius: 0 6px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .odometer-area-slide.jump::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .odometer-area-slide.jump::before {
    display: none;
  }
}

.left-banner-16-wrapepr h1.title {
  font-size: 60px;
  line-height: 80px;
}
@media only screen and (max-width: 479px) {
  .left-banner-16-wrapepr h1.title {
    font-size: 40px;
    line-height: 60px;
  }
}
.left-banner-16-wrapepr h1.title span {
  color: #14141f;
  background: var(--color-primary);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
}
.left-banner-16-wrapepr p.disc {
  width: 80%;
  font-size: 18px;
}
.left-banner-16-wrapepr .odometer-area-slide {
  margin-bottom: 0;
}

.tilt-image-banner-16 {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tilt-image-banner-16 {
    display: flex;
    justify-content: center;
  }
}
.tilt-image-banner-16 .joined-people-wrapper {
  position: absolute;
  bottom: -60px;
  left: 70px;
  animation: jump-2 5s infinite;
}
@media only screen and (max-width: 767px) {
  .tilt-image-banner-16 .joined-people-wrapper {
    position: static;
  }
}
@media only screen and (max-width: 479px) {
  .tilt-image-banner-16 .joined-people-wrapper {
    bottom: -14px;
    left: 4px;
  }
}

.joined-people-wrapper {
  padding: 20px;
  border-radius: 10px;
  max-width: 300px;
  height: max-content;
  background: transparent;
  border: 1px solid var(--color-border);
  backdrop-filter: blur(12px);
  --webkit-backdrop-filter: blur(12px);
  background-color: #ffffff0d;
}
.joined-people-wrapper .product-share-wrapper {
  margin-top: 0;
  margin-bottom: 15px;
}
.joined-people-wrapper .product-share-wrapper a.more-author-text {
  padding-left: 22px !important;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-white) !important;
}

.banner-image-landing-one {
  position: relative;
  padding: 150px 0;
}
.banner-image-landing-one .banner-image.one {
  position: relative;
  z-index: 10;
  top: -25px;
}
.banner-image-landing-one .banner-image.two {
  position: relative;
  z-index: 8;
  left: -52px;
  bottom: 40px;
}
.banner-image-landing-one .banner-image.three {
  position: relative;
  z-index: 6;
  right: 75px;
  bottom: 130px;
}
.banner-image-landing-one .banner-product {
  position: absolute;
}
.banner-image-landing-one .banner-product.one {
  transform: rotate(20deg);
}
.banner-image-landing-one .banner-product.two {
  transform: rotate(50deg);
}
.banner-image-landing-one .banner-product.three {
  transform: rotate(80deg);
}

.bg-image-svg-1 {
  background-image: url(../images/bg/bg-image-1.svg);
}

.banner-left-bg-svg .title {
  font-size: 90px;
  line-height: 110px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-left-bg-svg .title {
    font-size: 70px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-left-bg-svg .title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-left-bg-svg .title {
    margin-top: 100px;
    font-size: 60px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-left-bg-svg .title {
    font-size: 40px;
    line-height: 1.4;
  }
}
.banner-left-bg-svg .input-group {
  max-width: 550px;
}
@media only screen and (max-width: 767px) {
  .banner-left-bg-svg .input-group {
    display: block;
  }
}
.banner-left-bg-svg .input-group input {
  background: var(--color-primary-alta) !important;
  border-radius: 6px;
  outline: none;
  border: 1px solid transparent;
  z-index: 10;
  position: relative;
  color: var(--color-body);
}
@media only screen and (max-width: 767px) {
  .banner-left-bg-svg .input-group input {
    width: 100%;
    border-radius: 6px !important;
    height: 66px;
    margin-bottom: 20px;
  }
}
.banner-left-bg-svg .input-group input:focus {
  border: 1px solid var(--color-primary);
  outline: none;
  box-shadow: none;
}
.banner-left-bg-svg .input-group button {
  margin-left: -10px;
  border-radius: 0 5px 5px 0;
  padding: 20px 60px;
  justify-content: center;
  display: flex;
  margin-right: 40px;
  border: 1px solid transparent;
  z-index: 15;
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .banner-left-bg-svg .input-group button {
    padding: 10px 11px;
  }
}
.banner-left-bg-svg .input-group button svg {
  margin-left: 5px;
  transition: var(--transition);
  z-index: 50;
  position: relative;
}
.banner-left-bg-svg .input-group button:hover {
  border: 1px solid var(--color-primary);
  z-index: 15;
}

.bg-image-svg-1.with-down-shadow::before {
  background-image: linear-gradient(to bottom, #0c0c2121 0%, #1818226c 87%);
}
.bg-image-svg-1.with-down-shadow::after {
  background-image: linear-gradient(to top, #0c0c2121 0%, #1818226c 87%);
}

.left-shape-banner .title {
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .left-shape-banner .title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-shape-banner .title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .left-shape-banner .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .left-shape-banner .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .left-shape-banner .title {
    font-size: 30px;
  }
}
.left-shape-banner .input-group {
  max-width: 550px;
}
.left-shape-banner .input-group input {
  background: var(--color-primary-alta) !important;
  border-radius: 6px;
  outline: none;
  border: 1px solid transparent;
  z-index: 10;
  position: relative;
  color: var(--color-body);
}
@media only screen and (max-width: 767px) {
  .left-shape-banner .input-group input {
    width: 100%;
    border-radius: 6px !important;
    height: 66px;
    margin-bottom: 20px;
  }
}
.left-shape-banner .input-group input:focus {
  border: 1px solid var(--color-primary);
  box-shadow: none;
}
.left-shape-banner .input-group button {
  margin-left: -10px;
  border-radius: 0 5px 5px 0;
  width: 200px;
  height: 60px;
  justify-content: center;
  display: flex;
  margin-right: 40px;
  border: 1px solid transparent;
  z-index: 15;
  margin-right: 0;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .left-shape-banner .input-group button {
    width: 130px;
    height: 60px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .left-shape-banner .input-group button {
    width: 130px;
    height: 60px;
    font-size: 12px;
  }
}
.left-shape-banner .input-group button:hover {
  border-right: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  border-top: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
}
.left-shape-banner .input-group button:focus {
  z-index: 1000;
}
.left-shape-banner .input-group button svg {
  margin-left: 5px;
  transition: var(--transition);
  z-index: 50;
  position: relative;
}

.single-banner-shape-card {
  padding: 25px;
  border-radius: 8px;
  background: var(--background-color-1);
  border: 1px solid var(--color-border);
  height: 100%;
}
.single-banner-shape-card img {
  display: flex;
  justify-content: flex-end;
  border-radius: 6px;
  width: 100%;
}
.single-banner-shape-card.small-right .title {
  margin-bottom: 0;
  margin-top: 12px;
}
.single-banner-shape-card .trading {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 25px;
}
.single-banner-shape-card .trading:last-child {
  margin-bottom: 0;
}
.single-banner-shape-card .trading::before {
  content: "";
  position: absolute;
  height: 9px;
  width: 42px;
  border-radius: 2px;
  right: 0;
  top: 5px;
  background: #212e487a;
}
.single-banner-shape-card .trading::after {
  content: "";
  position: absolute;
  height: 9px;
  width: 30px;
  border-radius: 2px;
  right: 0;
  bottom: 5px;
  background: #00a3ff45;
}
.single-banner-shape-card .trading .icone-name {
  display: flex;
  align-items: center;
}
.single-banner-shape-card .trading .icone-name img {
  max-width: 30px;
  height: 30px;
}
.single-banner-shape-card .trading .icone-name .degignation {
  margin-left: 10px;
}
.single-banner-shape-card .trading .icone-name .degignation p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: -7px;
}
.single-banner-shape-card .trading .icone-name .degignation span {
  font-size: 8px;
  font-weight: 300;
}
.single-banner-shape-card .trading img.trad-shap {
  margin-left: 20px;
  max-width: 90px;
}

.single-odometer {
  transition: var(--transition);
}
.single-odometer.banner {
  padding: 92px 30px 25px 30px;
  background: var(--background-color-1);
  height: 100%;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  position: relative;
}
.single-odometer.banner .icon {
  position: absolute;
  z-index: 2;
  right: -15px;
  top: -30px;
}
.single-odometer.banner .icon img {
  max-height: 85px;
}
.single-odometer.banner h3 {
  font-size: 36px;
}
.single-odometer.banner h3.counter {
  margin-bottom: 10px;
}
.single-odometer.banner::before {
  position: absolute;
  color: var(--color-secondary);
  opacity: 0.1;
  left: 30px;
  top: -7px;
  font-size: 64px;
  font-weight: 600;
}
.single-odometer.banner::after {
  position: absolute;
  background: var(--color-primary);
  opacity: 1;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  transform: translate(-50%, -50%);
  content: "";
  filter: blur(60px);
  z-index: -1;
  transition: vat(--transition);
}
.single-odometer.banner.one::before {
  content: "1";
}
.single-odometer.banner.two::before {
  content: "2";
}
.single-odometer.banner.three::before {
  content: "3";
}
.single-odometer.banner.four::before {
  content: "4";
}
.single-odometer:hover {
  transform: translateY(-10px);
}

.bg-controller {
  width: 100%;
}

.home-sticky-pin {
  background: #141415;
}

.rn-about-title-wrapper h3 {
  line-height: 45px;
  margin-bottom: 0;
}

.rn-about-wrapper {
  padding: 25px;
  border: 1px solid var(--color-border);
  border-radius: 5px;
}

.single-counter-up {
  padding: 50px 40px;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  background: var(--background-color-1);
}
.single-counter-up .counter {
  font-size: 65px;
  color: var(--color-primary);
  line-height: 56px;
  margin-bottom: 0;
}
.single-counter-up .counter span {
  display: inline-block;
}
.single-counter-up .botton-title {
  font-size: 18px;
  color: var(--color-light);
}
@media only screen and (max-width: 479px) {
  .single-counter-up .botton-title {
    font-size: 14px;
  }
}

.wETH {
  position: relative;
  display: inline-block;
}
.wETH::after {
  position: absolute;
  content: "wETH";
  right: -48%;
  bottom: 3px;
  color: #b7111175;
  font-size: 18px;
}

.call-to-action-wrapper {
  padding: 80px 50px;
  text-align: center;
}
.call-to-action-wrapper h3 {
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-wrapper h3 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-wrapper h3 {
    font-size: 26px;
    line-height: 35px;
  }
}
.call-to-action-wrapper p {
  margin-top: 0;
  padding: 0 319px 0;
  margin-bottom: 30px;
  font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .call-to-action-wrapper p {
    padding: 0 10% 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-to-action-wrapper p {
    padding: 0 10% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-wrapper p {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-wrapper p {
    padding: 0 0;
  }
  .call-to-action-wrapper .callto-action-btn-wrapper {
    flex-direction: column;
  }
  .call-to-action-wrapper .callto-action-btn-wrapper .btn-primary {
    margin-right: 0!important;
    margin-top: 10px!important;
  }
}
.call-to-action-wrapper .callto-action-btn-wrapper {
  display: flex;
  justify-content: center;
}
.call-to-action-wrapper .callto-action-btn-wrapper .btn-primary {
  margin-right: 15px;
}

.bg-image-border {
  border-radius: 5px;
}

.about-title-m {
  font-size: 45px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-title-m {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .about-title-m {
    font-size: 26px;
  }
}

.about-fluidimg {
  padding: 0 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-fluidimg {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about-fluidimg {
    padding: 0;
  }
}
.about-fluidimg .bg_image {
  height: 560px;
  border-radius: 5px;
}

.about-fluidimg-cta {
  padding: 0 140px;
}  
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-fluidimg-cta {
    padding: 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .dlg-none {
    display:none;
  }

}
@media only screen and (max-width: 1199px) {
  .about-fluidimg-cta {
    padding: 0 0;
  }
  .dropdown-toggle::after {
    display:none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-fluidimg-cta {
    padding: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-fluidimg-cta {
    padding: 0 0;
  }
}

.mt_dec--50 {
  margin-top: -125px;
}

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

.rn-about-card {
  border: 1px solid var(--color-border);
  background: #191925;
  padding: 50px 40px;
  border-radius: 5px;
}
.rn-about-card.transparent-bg {
  background: transparent;
  border: 1px solid var(--color-border);
  margin-top: 140px;
}
@media only screen and (max-width: 1199px) {
  .rn-about-card.transparent-bg {
    margin-top: 0px;
  }
}
.rn-about-card.widge-wrapper .inner {
  margin-bottom: 0;
}
.rn-about-card .inner {
  margin-bottom: 0;
}
.rn-about-card .inner h3 {
  font-weight: 400;
  margin-bottom: 15px;
  line-height: var(--h1);
}
.rn-about-card .inner p {
  margin-bottom: 20px;
  font-weight: 400;
}

.about-wrapper p.discription {
  max-width: 70%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .about-wrapper p.discription {
    max-width: 90%;
  }
}
@media only screen and (max-width: 479px) {
  .about-wrapper p.discription {
    max-width: 100%;
  }
}

.rn-service-one {
  text-align: left;
  padding: 70px 30px;
  transition: 0.5s all ease-in-out;
  position: relative;
  border-radius: 10px;
  background: var(--background-color-1);
  position: relative;
  z-index: 1;
  height: 100%;
  padding-bottom: 40px;
}
.rn-service-one::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  z-index: -1;
}
.rn-service-one .inner .icon {
  position: absolute;
  z-index: 2;
  right: -15px;
  top: -30px;
}
@media only screen and (max-width: 767px) {
  .rn-service-one .inner .icon {
    right: 0;
    top: -29px;
  }
}
.rn-service-one .inner .icon svg {
  width: 60px;
  height: auto;
  color: var(--color-primary);
  stroke-width: 1 !important;
  transition: var(--transition);
}
.rn-service-one .inner .icon img {
  max-height: 85px;
}
@media only screen and (max-width: 767px) {
  .rn-service-one .inner .icon img {
    max-height: 67px;
  }
}
.rn-service-one .inner .subtitle {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.rn-service-one .inner > * {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(10px);
}
.rn-service-one .inner .content {
  padding-top: 20px;
}
.rn-service-one .inner .content .title {
  font-family: var(--color-primary);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: var(--color-white);
}
.rn-service-one .inner .content p.description {
  font-size: 16px;
  line-height: 28px;
  color: var(--color-lightn);
  transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 30px;
  margin-top: 20px;
}
.rn-service-one .inner .content .read-more-button {
  transition: var(--transition);
  font-size: 24px;
}
.rn-service-one .inner .content .read-more-button i {
  color: var(--color-body);
  transition: 0.3s;
}
.rn-service-one:hover .inner .content .read-more-button i {
  color: var(--color-primary) !important;
}
.rn-service-one:hover .inner .content h4.title {
  color: var(--color-primary) !important;
}
.rn-service-one:hover .inner > * {
  transform: translateY(0px);
}
.rn-service-one a.over-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.form-wrapper-one {
  padding: 40px 35px;
  border-radius: 6px;
  background: var(--background-color-1);
  height: 100%;
  border: 1px solid var(--color-border);
}
.form-wrapper-one .input-box {
  display: block;
}
.form-wrapper-one .nice-select {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  background: var(--background-color-4);
  border: 1px solid var(--color-border);
}
.form-wrapper-one .nice-select::after {
  border-bottom: 2px solid var(--color-body);
  border-right: 2px solid var(--color-body);
}
.form-wrapper-one .nice-select.open .list {
  background: var(--background-color-2);
  width: 250px;
}
.form-wrapper-one .nice-select .current {
  color: var(--color-body);
}
.form-wrapper-one .rn-form-label {
  margin-bottom: 12px;
  font-size: 14px;
}
.form-wrapper-one input,
.form-wrapper-one textarea {
  background: var(--background-color-4);
  height: 50px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: 0.3s;
}
.form-wrapper-one input:focus,
.form-wrapper-one textarea:focus {
  border: 2px solid var(--color-primary) !important;
  box-shadow: none;
  background: var(--background-color-4);
}
.form-wrapper-one textarea {
  min-height: 100px;
}

.form-wrapper-one input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body);
}

.form-wrapper-one input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body);
}

.form-wrapper-one input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body);
}

.form-wrapper-one input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body);
}

.form-wrapper-one textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body);
}

.form-wrapper-one textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body);
}

.form-wrapper-one textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body);
}

.form-wrapper-one textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body);
}

.rn-check-box {
  padding-left: 0;
}
.rn-check-box .rn-check-box-label {
  margin: 0;
  color: var(--color-body);
}

button.another-login {
  margin-bottom: 30px;
  padding: 0 15px;
  height: 50px;
  border: none;
  background: var(--background-color-4);
  border-radius: 5px;
  color: var(--color-white);
  transition: var(--transition);
  border: 1px solid var(--color-border);
}
button.another-login:hover {
  background: var(--color-primary-alta);
}
button.another-login:last-child {
  margin-bottom: 0;
}
button.another-login svg {
  width: 18px;
  color: var(--color-white);
  margin-right: 7px;
}
button .small-image {
  max-width: 30px;
  margin-right: 10px;
  padding: 2px;
}

.social-share-media h6 {
  margin-bottom: 15px;
}
.social-share-media p {
  font-size: 16px;
  margin-bottom: 20px;
}
.social-share-media .another-login {
  text-align: left;
  margin-bottom: 15px;
}

.message-area .form-wrapper-one.registration-area {
  width: 100%;
}

.upload-area label {
  width: 100%;
  height: 250px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 15px;
}
.upload-area label i {
  font-size: 40px;
  stroke-width: 1px;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.upload-area label p {
  font-size: 14px;
  font-weight: 300;
}
.upload-area label span {
  font-size: 20px;
}
.upload-area .upload-formate h6.title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.upload-area .upload-formate p.formate {
  font-size: 16px;
}
.upload-area .brows-file-wrapper {
  position: relative;
  border: 2px dashed #575767;
  border-radius: 5px;
}
.upload-area .brows-file-wrapper input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.upload-area .brows-file-wrapper label {
  position: relative;
  z-index: 10;
  transition: var(--transition);
}
.upload-area .brows-file-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  cursor: pointer;
  border-radius: 5px;
  object-fit: cover;
}
.upload-area .brows-file-wrapper:hover label {
  transform: scale(0.8);
}

.forget-pass-wrapper {
  max-width: 400px;
  margin: auto;
  background: var(--background-color-1);
  padding: 25px;
  border-radius: 5px;
}
.forget-pass-wrapper .title {
  text-align: center;
}
.forget-pass-wrapper .form-label {
  margin-bottom: 15px;
}
.forget-pass-wrapper .form-control {
  background: var(--background-color-2) !important;
  height: 42px !important;
  border-radius: 5px !important;
  color: var(--color-white) !important;
  font-size: 18px;
  padding: 0 10px;
  border: 2px solid transparent !important;
}
.forget-pass-wrapper .form-control:focus {
  border: 2px solid var(--color-primary) !important;
  box-shadow: none;
}
.forget-pass-wrapper .rn-check-box {
  margin-bottom: 30px;
}
.forget-pass-wrapper .rn-check-box .rn-check-box-input {
  margin-bottom: 10px;
}
.forget-pass-wrapper .rn-check-box label {
  color: var(--color-body);
}
.forget-pass-wrapper .rn-check-box label a {
  color: var(--color-primary);
  transition: var(--transition);
}
.forget-pass-wrapper .rn-check-box label a:hover {
  text-decoration: underline;
}
.forget-pass-wrapper a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.forget-pass-wrapper .notice p {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wallet-wrapper {
  text-align: left;
  padding: 15px 22px 25px;
  transition: 0.5s all ease-in-out;
  position: relative;
  border-radius: 5px;
  background: var(--background-color-1);
  position: relative;
  z-index: 1;
  height: 100%;
  border: 1px solid var(--color-border);
}
.wallet-wrapper::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0;
  z-index: -1;
}
.wallet-wrapper .inner {
  transition: var(--transition);
}
.wallet-wrapper .inner .icon {
  margin-bottom: 7px;
}
.wallet-wrapper .inner .icon svg {
  width: 40px;
  height: auto;
  color: var(--color-primary);
  stroke-width: 1 !important;
  transition: var(--transition);
}
.wallet-wrapper .inner > * {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(5px);
}
.wallet-wrapper .inner .content .title {
  font-family: var(--color-primary);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  color: var(--color-white);
  margin: 12px 0;
}
.wallet-wrapper .inner .content p.description {
  font-size: 16px;
  line-height: 26px;
  color: var(--color-lightn);
  margin-bottom: 0;
  transition: var(--transition);
  transition: var(--transition);
}
.wallet-wrapper .inner .content .read-more-button {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  font-size: 24px;
}
.wallet-wrapper a.over-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.wallet-wrapper:hover .inner > * {
  transform: translateY(0px);
}

.wallet-area p.privacy-para {
  font-size: 16px;
  padding: 30px 150px 0 150px;
}
@media only screen and (max-width: 1199px) {
  .wallet-area p.privacy-para {
    padding: 30px 100px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wallet-area p.privacy-para {
    padding: 30px 50px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wallet-area p.privacy-para {
    padding: 30px 50px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .wallet-area p.privacy-para {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .wallet-area p.privacy-para {
    padding: 20px 20px 0 20px;
  }
}

.connect-thumbnail {
  padding: 18px;
  background: var(--background-color-1);
  border-radius: 5px;
  height: 100%;
}
.connect-thumbnail .left-image {
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
}
.connect-thumbnail .left-image img {
  border-radius: 5px;
  transition: var(--transition);
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.connect-thumbnail .left-image img:hover {
  transform: scale(1.02);
}

.connect-title {
  margin-bottom: 10px;
}

.connect-td a {
  color: var(--color-white);
  transition: var(--transition);
  display: block;
  margin-top: 10px;
}
.connect-td a:hover {
  color: var(--color-primary);
}

.wallet-bootm-disc {
  font-size: 16px;
}

.rn-address {
  padding: 40px;
  border-radius: 10px;
  padding-top: 40px;
  background: var(--background-color-1);
  padding-bottom: 50px;
  transition: 0.3s;
  border: 1px solid var(--color-border);
}
.rn-address .icon {
  color: var(--color-primary);
  border-radius: 100%;
  font-size: 33px;
  display: inline-block;
  margin-bottom: 12px;
}
.rn-address .icon svg {
  height: 40px;
  width: 40px;
}
.rn-address .inner h4.title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.rn-address .inner p {
  margin: 0;
}
.rn-address .inner p a {
  margin: 0;
  color: var(--color-light);
}

/*-----------------------
    Author Styles  
---------------------------*/
.padding-tb-50 {
  border-radius: 5px;
  padding: 20px 15px;
}

.author-wrapper {
  display: flex;
  justify-content: center;
}
.author-wrapper .author-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-wrapper .author-inner .user-thumbnail {
  display: flex;
  justify-content: center;
}
.author-wrapper .author-inner .user-thumbnail img {
  border: 15px solid #13131d;
  border-radius: 5px;
  position: relative;
  max-width: 170px;
}
.author-wrapper .author-inner .rn-author-info-content {
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 10px;
}
.author-wrapper .author-inner .rn-author-info-content h4.title {
  font-weight: 600;
  margin-bottom: 10px;
}
.author-wrapper .author-inner .rn-author-info-content .social-follw {
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}
.author-wrapper .author-inner .rn-author-info-content .social-follw svg {
  margin-right: 10px;
  width: 14px;
  color: var(--color-primary);
}
.author-wrapper .author-inner .rn-author-info-content .social-follw .user-name {
  position: relative;
  margin-top: 2px;
}
.author-wrapper .author-inner .rn-author-info-content .follow-area {
  display: flex;
  justify-content: center;
}
.author-wrapper .author-inner .rn-author-info-content .follow-area .follow.followers {
  margin-right: 15px;
}
.author-wrapper .author-inner .rn-author-info-content .follow-area .follow span {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
}
.author-wrapper .author-inner .rn-author-info-content .follow-area .follow span a {
  margin-left: 3px;
}

.author-button-area {
  margin-right: -8px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-right: -8px;
}
.author-button-area .follow-button svg {
  position: relative;
  margin-top: -7px;
  margin-right: 3px;
  width: 17px !important;
}
.author-button-area .at-follw {
  padding: 10px 13px;
  background: var(--color-primary-alta);
  margin-right: 8px;
  transition: var(--transition);
  color: var(--color-white);
  border-radius: 5px;
  line-height: 20px;
  font-size: 14px;
}
.author-button-area .at-follw svg {
  width: 18px;
  height: auto;
}
.author-button-area .at-follw:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.author-button-area .at-follw.count button.icon {
  border: none;
  padding: 0;
}
.author-button-area .at-follw:hover {
  background: var(--color-primary);
}
.author-button-area .at-follw:hover svg {
  color: var(--color-white);
}
.author-button-area .at-follw.edit-btn svg {
  bottom: -3px;
  left: 1px;
}

.rn-authore-profile-area .tab-content > .tab-pane {
  display: none !important;
}
.rn-authore-profile-area .tab-content > .active {
  display: flex !important;
}

.avatar {
  position: relative;
}
.avatar::after, .avatar::before {
  --scale: 0;
  --arrow-size: 8px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}
.avatar::before {
  --translate-y:calc(-100% - var(--arrow-size));
  content: attr(data-tooltip);
  color: var(--color-white);
  padding: 5px 8px;
  background: var(--color-primary-alta);
  width: max-content;
  border-radius: 5px;
  text-align: center;
}
.avatar::after {
  --translate-y:calc(-1 * var(--arrow-size));
  content: "";
  border: var(--arrow-size) solid transparent;
  border-top-color: var(--color-primary-alta);
}
.avatar:hover::before, .avatar:hover::after {
  --scale:1;
}

.title-filter-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-filter-area .h2 {
  margin-bottom: 0;
}
.title-filter-area .nice-select {
  margin: 0;
}
.modal-icon {
  font-size:32px;
}
.top-seller-inner-one.explore {
  border: 1px solid var(--background-color-1);
  border-radius: 5px;
  display: flex;
  padding: 20px;
  background: var(--background-color-1);
  transition: var(--transition);
  position: relative;
}
.top-seller-inner-one.explore .top-seller-wrapper .thumbnail {
  max-width: 75%;
}
.top-seller-inner-one.explore .top-seller-wrapper .thumbnail a {
  display: block;
  overflow: hidden;
}
.top-seller-inner-one.explore .top-seller-wrapper .thumbnail img {
  transition: var(--transition);
  width:200px;
  height:200px;
  object-fit: contain;
}
.top-seller-inner-one.explore:hover {
  background: var(--color-primary-alta);
}
.top-seller-inner-one.explore:hover .top-seller-wrapper .thumbnail a img {
  transform: scale(1.2);
}
.top-seller-inner-one .thumbnail.varified {
  position: relative;
}
.top-seller-inner-one .thumbnail.varified::after {
  position: absolute;
  content: "\e92b";
  right: -3px;
  top: 26%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  font-family: "feather" !important;
  z-index: 1;
  color: var(--color-white);
  background: var(--color-primary);
  line-height: 0;
}

.rn-creator-title-area .nice-select::after {
  right: 18px;
}

.rn-top-top-seller-area h3.title {
  margin-right: 10px;
}

.nice-selector-transparent .nice-select {
  background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nice-selector-transparent .nice-select {
    position: relative;
    top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .nice-selector-transparent .nice-select {
    position: relative;
    top: -8px;
  }
}
.nice-selector-transparent .nice-select span {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .nice-selector-transparent .nice-select span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .nice-selector-transparent .nice-select .list {
    left: auto;
    right: 0;
  }
}
.nice-selector-transparent .nice-select::after {
  border-bottom: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  right: 3px;
  height: 10px;
  width: 10px;
  top: 47%;
}

@media only screen and (max-width: 479px) {
  .justify-sm-center {
    justify-content: center;
  }
}

.top-seller-inner-one .top-seller-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .top-seller-inner-one .top-seller-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.top-seller-inner-one .top-seller-wrapper .thumbnail {
  max-width: 60px;
}
@media only screen and (max-width: 479px) {
  .top-seller-inner-one .top-seller-wrapper .thumbnail {
    margin-bottom: 5px;
  }
}
.top-seller-inner-one .top-seller-wrapper .thumbnail a {
  display: block;
  border-radius: 50%;
  border: 3px solid var(--color-border);
}
.top-seller-inner-one .top-seller-wrapper .thumbnail a img {
  overflow: hidden;
  transition: 0.3s;
  border-radius: 100%;
}
.top-seller-inner-one .top-seller-wrapper .top-seller-content {
  margin-left: 12px;
}
@media only screen and (max-width: 479px) {
  .top-seller-inner-one .top-seller-wrapper .top-seller-content {
    margin-left: 0;
  }
}
.top-seller-inner-one .top-seller-wrapper .top-seller-content a h6 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  transition: var(--transition);
}
@media only screen and (max-width: 479px) {
  .top-seller-inner-one .top-seller-wrapper .top-seller-content a h6 {
    font-size: 16px;
    margin-top: 10px;
  }
}
.top-seller-inner-one .top-seller-wrapper .top-seller-content a h6:hover {
  color: var(--color-primary);
}
.top-seller-inner-one .top-seller-wrapper .top-seller-content span {
  font-size: 14px;
}
.top-seller-inner-one .top-seller-wrapper .top-seller-content span.count-number {
  display: block;
}
.top-seller-inner-one .top-seller-wrapper .top-seller-content span a {
  margin-left: 7px;
  text-transform: capitalize;
}
.top-seller-inner-one .top-seller-wrapper:hover .thumbnail a img {
  transform: scale(1.2);
}

.rn-collection-inner-one .collection-wrapper {
  position: relative;
  padding: 18px;
  background: var(--background-color-1);
  border-radius: 5px;
}
.rn-collection-inner-one .collection-wrapper .collection-big-thumbnail {
  overflow: hidden;
  border-radius: 5px;
}
.rn-collection-inner-one .collection-wrapper .collection-big-thumbnail img {
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: var(--transition);
}
.rn-collection-inner-one .collection-wrapper .collenction-small-thumbnail {
  display: flex;
  justify-content: space-between;
  margin: -4px;
  margin-top: 4px;
}
.rn-collection-inner-one .collection-wrapper .collenction-small-thumbnail img {
  display: inline-block;
  width: 33.33%;
  padding: 4px;
  border-radius: 10px;
}
.rn-collection-inner-one .collection-wrapper .collection-profile {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 575px) {
  .rn-collection-inner-one .collection-wrapper .collection-profile {
    top: 56%;
  }
}
@media only screen and (max-width: 479px) {
  .rn-collection-inner-one .collection-wrapper .collection-profile {
    top: 53%;
  }
}
.rn-collection-inner-one .collection-wrapper .collection-profile img {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid var(--color-primary-alta);
  transition: var(--transition);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-collection-inner-one .collection-wrapper .collection-profile img {
    max-width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rn-collection-inner-one .collection-wrapper .collection-profile img {
    max-width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .rn-collection-inner-one .collection-wrapper .collection-profile img {
    max-width: 80px;
    height: 80px;
  }
}
.rn-collection-inner-one .collection-wrapper .collection-deg {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}
.rn-collection-inner-one .collection-wrapper .collection-deg h6 {
  margin: 0;
  font-weight: 400;
  transition: var(--transition);
}
.rn-collection-inner-one .collection-wrapper .collection-deg h6:hover {
  color: var(--color-primary);
}
.rn-collection-inner-one .collection-wrapper .collection-deg span.items {
  padding: 5px 8px;
  background: var(--color-primary-alta);
  border-radius: 3px;
  color: var(--color-white);
  transition: var(--transition);
}
.rn-collection-inner-one .collection-wrapper .collection-deg span.items:hover {
  background: var(--color-primary) !important;
  color: var(--color-white) !important;
}
.rn-collection-inner-one .collection-wrapper:hover .collection-big-thumbnail img {
  transform: scale(1.1);
}

/* .creator-list-wrapper {
  counter-reset: rn-list-counter;
}
.creator-list-wrapper .creator-single {
  counter-increment: rn-list-counter;
  position: relative;
}
.creator-list-wrapper .creator-single::before {
  content: counter(rn-list-counter);
  font-weight: 700;
  font-size: 61px;
  margin-right: 0.5rem;
  line-height: 1;
  position: absolute;
  right: 30px;
  z-index: 3;
  color: var(--color-body);
  opacity: 0.1;
  top: 50%;
  transform: translateY(-50%);
} */

.top-seller-list-wrapper {
  counter-reset: rn-list-counter;
}
.top-seller-list-wrapper .top-seller-list {
  counter-increment: rn-list-counter;
  position: relative;
}
.top-seller-list-wrapper .top-seller-list::before {
  content: counter(rn-list-counter);
  font-weight: 700;
  font-size: 61px;
  margin-right: 0.5rem;
  line-height: 1;
  position: absolute;
  right: 30px;
  z-index: 3;
  color: var(--color-body);
  opacity: 0.1;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media only screen and (max-width: 479px) {
  .top-seller-list-wrapper .top-seller-list::before {
    font-size: 40px;
    right: 0;
  }
}
.top-seller-list-wrapper .top-seller-list:hover::before {
  font-size: 45px;
}

.input-group {
  max-width: 360px;
}

.rn-footer-one .footer-left .rn-footer-describe {
  font-size: 18px;
  margin-top: 20px;
  padding: 0 30px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-footer-one .footer-left .rn-footer-describe {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rn-footer-one .footer-left .rn-footer-describe {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rn-footer-one .footer-left .rn-footer-describe {
    padding: 0;
  }
}

.footer-list-one {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-list-one .single-list {
  margin: 11px 0;
}
.footer-list-one .single-list a {
  font-size: 16px;
  color: var(--color-body);
  font-weight: 400;
  transition: var(--transition);
  position: relative;
}
.footer-list-one .single-list a::after {
  position: absolute;
  content: "";
  left: auto;
  bottom: 0;
  background: var(--color-primary);
  width: 0;
  height: 2px;
  transition: 0.3s;
  right: 0;
}
.footer-list-one .single-list a:hover {
  color: var(--color-primary) !important;
}
.footer-list-one .single-list a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

/*-------------------------
 Footer Widget  
------------------------*/
.footer-widget .widget-title {
  font-size: 24px;
  margin-bottom: 25px;
}
.footer-widget.widget-quicklink {
  margin-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.widget-quicklink {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget.widget-quicklink {
    margin-left: 0;
  }
}
.footer-widget.widget-information {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.widget-information {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget.widget-information {
    margin-left: 0;
  }
}

.widget-content-wrapper .title {
  font-weight: 500;
  font-size: 16px;
}
.widget-content-wrapper .input-group .input-group-append {
  position: relative;
  left: -5px;
  z-index: 5;
}
.widget-content-wrapper .input-group .input-group-append button {
  border-radius: 0 5px 5px 0;
}
.widget-content-wrapper .input-group input {
  color: var(--color-body);
  position: relative;
  z-index: 1;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
  background: var(--background-color-2);
  outline: none;
  box-shadow: none;
}
.widget-content-wrapper .input-group input:focus {
  box-shadow: none;
}
.widget-content-wrapper .newsletter-dsc p {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.widget-content-wrapper .widget-bottom {
  border-top: 1px solid var(--background-color-2);
}

/*-------------------------------
    Footer Slicky Header Area  
---------------------------------*/
.footer-for-left-sticky-header {
  padding-left: 320px;
  padding-right: 420px;
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-for-left-sticky-header {
    padding-left: 320px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-for-left-sticky-header {
    padding-left: 320px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-for-left-sticky-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-for-left-sticky-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-for-left-sticky-header {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-for-left-sticky-header .logo a img {
  max-width: 120px;
}
.footer-for-left-sticky-header .inner {
  border-top: 1px solid var(--color-border);
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-for-left-sticky-header .inner p a {
  color: var(--color-body);
  transition: 0.4s;
}
.footer-for-left-sticky-header .inner p a:hover {
  color: var(--color-primary) !important;
}

/*-----------------------
    Recent Post  
---------------------------*/
.footer-recent-post {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-recent-post li.recent-post {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}
.footer-recent-post li.recent-post .thumbnail {
  margin-right: 12px;
}
.footer-recent-post li.recent-post .thumbnail a img {
  max-height: 60px;
  border-radius: 100%;
  object-fit: cover;
}
.footer-recent-post li.recent-post .content .title {
  font-size: 14px;
  margin-bottom: 4px;
}
.footer-recent-post li.recent-post .content p {
  margin-bottom: 3px;
  font-size: 13px;
}
.footer-recent-post li.recent-post .content .price {
  color: var(--color-primary);
  font-weight: 700;
}
.footer-recent-post li + li.recent-post {
  border-top: 1px solid var(--background-color-2);
}
.footer-recent-post li:first-child.recent-post {
  padding-top: 0;
}

.footer-top {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 0;
  margin-bottom: 50px;
}
.footer-top .seven-brand-area {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 30px 0;
  margin-right: -15px;
}
.subscribe-wrapper_1 .seven-brand-area {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  margin-right: 15px;
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .seven-brand-area {
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .seven-brand-area {
    margin-bottom: -15px;
  }
}
.footer-top .seven-brand-area li {
  width: 160px;
  text-align: center;
  margin: 0;
  background: var(--background-color-1);
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 6px;
  border: 1px solid var(--color-border);
  cursor: pointer;
}
.subscribe-wrapper_1 .seven-brand-area li {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-align: center;
  margin: 10px;
  background: var(--background-color-1);
  height: 90px;
  margin-right: 15px;
  border-radius: 6px;
  border: 1px solid var(--color-border);
  cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-top .seven-brand-area li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-top .seven-brand-area li {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .seven-brand-area li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .seven-brand-area li {
    margin-bottom: 15px;
  }
}
.footer-top .seven-brand-area li img {
  opacity: 0.8;
  transition: 0.3s;
 height:115px;
  width: 100%;
  object-fit: contain;
  padding:20px;
  cursor: pointer;
  transition: var(--transition);
  padding: 20px;
}
.footer-top .seven-brand-area li:hover img {
  opacity: 1;
  filter: grayscale(1);
}

/*--------------------------
    Copyright Area  
----------------------------*/
.copy-right-one {
  border-top: 1px solid var(--color-border);
}
.copy-right-one .copyright-left {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copy-right-one .copyright-left {
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .copy-right-one .copyright-left {
    display: block;
    text-align: center;
  }
}
.copy-right-one .copyright-left span {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-body);
}
.copy-right-one .copyright-left .privacy {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 18px;
  position: relative;
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .copy-right-one .copyright-left .privacy {
    padding-left: 7px;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copy-right-one .copyright-left .privacy {
    padding-left: 7px;
    margin-left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .copy-right-one .copyright-left .privacy {
    padding-left: 0;
    justify-content: center;
    margin: 10px 0;
  }
}
.copy-right-one .copyright-left .privacy::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: 25px;
  background: var(--color-border);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .copy-right-one .copyright-left .privacy::before {
    display: none;
  }
}
.copy-right-one .copyright-left .privacy li {
  margin: 0;
  padding: 0 12px;
}
.copy-right-one .copyright-left .privacy li a {
  position: relative;
  color: var(--color-body);
  font-size: 16px;
  font-weight: 400;
}
.copy-right-one .copyright-left .privacy li a::after {
  position: absolute;
  content: "";
  left: auto;
  bottom: 0;
  background: var(--color-primary);
  width: 0;
  height: 2px;
  transition: 0.3s;
  right: 0;
}
.copy-right-one .copyright-left .privacy li a:hover {
  color: var(--color-primary) !important;
}
.copy-right-one .copyright-left .privacy li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.copy-right-one .copyright-left .privacy li + li {
  position: relative;
}
.copy-right-one .copyright-left .privacy li + li::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  background: var(--color-body);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.copy-right-one .copyright-right {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copy-right-one .copyright-right {
    margin: 0;
    padding: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .copy-right-one .copyright-right {
    margin: 0;
    padding: 0;
    justify-content: center;
  }
}
.copy-right-one .copyright-right .social-copyright, .opt-socials .social-copyright {
  list-style: none;
  display: flex;
  /* margin: 0 -5px;
  padding: 0; */
}
.copy-right-one .copyright-right .social-copyright li, .opt-socials .social-copyright li {
  margin: 0 5px;
}
.copy-right-one .copyright-right .social-copyright li a {
  color: var(--color-body);
  transition: 0.4s;
  background: var(--background-color-4);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}
.opt-socials .social-copyright li a {
  color: var(--color-body);
  transition: 0.4s;
  background: var(--background-color-4);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}
.copy-right-one .copyright-right .social-copyright li a svg, .opt-socials .social-copyright li a svg {
  width: 16px;
  transition: 0.4s;
}
.opt-socials .social-copyright li a i {
  font-size:30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.copy-right-one .copyright-right .social-copyright li a:hover {
  color: var(--color-white) !important;
  background: var(--color-primary) !important;
}
.copy-right-one .copyright-right .social-copyright li a:hover svg {
  color: var(--color-white);
}

.product-style-one {
  padding: 20px;
  border-radius: 10px;
  background: var(--background-color-4);
  height: 100%;
  position: relative;
  z-index: 5;
}
.product-style-one-alt {
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  position: relative;
  z-index: 5;
}
.product-style-one::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  background-image: linear-gradient(100deg, #13131d, #0398ed);
  background-repeat: repeat-x;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.product-style-one-alt::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  background-repeat: repeat-x;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.product-style-one::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #242435;
  position: absolute;
  border-radius: 10px;
  z-index: -1;
}
.product-style-one:hover::before, .product-style-one-alt:hover::before {
  transform: rotate(2deg) translateX(-7px) translateY(11px);
}
.product-style-one.with-placeBid .card-thumbnail {
  position: relative;
}
.product-style-one.with-placeBid .card-thumbnail a.btn,
.product-style-one.with-placeBid .card-thumbnail span.btn {
  position: absolute;
  top: 50%;
  left: 33%;
  transform: scale(0);
  border-radius: 3px;
  padding: 7px 10px;
  transition: var(--transition);
}
.product-style-one.with-placeBid .card-thumbnail a.btn:hover,
.product-style-one.with-placeBid .card-thumbnail span.btn:hover {
  color: var(--color-white) !important;
}
.product-style-one.with-placeBid:hover .card-thumbnail a.btn,
.product-style-one.with-placeBid:hover .card-thumbnail span.btn {
  transform: scale(1);
}
.product-style-one .card-thumbnail {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin: -15px;
}
.product-style-one .card-thumbnail a img {
  border-radius: 5px;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.product-style-one .card-thumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, transparent, black);
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.product-style-one a .product-name {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  transition: 0.4s;
}
.product-style-one a .product-name:hover {
  color: var(--color-primary) !important;
}
.product-style-one a .product-name.large-product-title {
  font-size: 26px;
}
.product-style-one .latest-bid {
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}
.product-style-one .bid-react-area {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.product-style-one .bid-react-area .last-bid {
  font-weight: 500;
  color: var(--color-primary);
}
.product-style-one .bid-react-area .react-area {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: var(--transition);
  padding: 2px 8px;
  border-radius: 6px;
}
.product-style-one .bid-react-area .react-area span.number {
  font-size: 14px;
  position: relative;
}
.product-style-one .bid-react-area .react-area svg {
  margin-right: 3px;
  position: relative;
  width: 14px;
}
.product-style-one .bid-react-area .react-area::after {
  background: var(--color-primary-alta);
  position: absolute;
  content: "";
  top: 0;
  z-index: -1;
  border-radius: 6px;
  transition: var(--transition);
  opacity: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.product-style-one .bid-react-area .react-area:hover {
  color: var(--color-white);
}
.product-style-one .bid-react-area .react-area:hover::after {
  opacity: 1;
  background: var(--color-primary);
}
.product-style-one.no-overlay .card-thumbnail::before {
  display: none;
}
.product-style-one:hover .card-thumbnail a img {
  transform: scale(1.1);
}

.product-share-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}
.product-share-wrapper .profile-share {
  display: flex;
  align-items: center;
}
.product-share-wrapper .profile-share a {
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.product-share-wrapper .profile-share a:nth-child(2) {
  margin-left: -12px;
}
.product-share-wrapper .profile-share a:nth-child(3) {
  margin-left: -12px;
}
.product-share-wrapper .profile-share a:nth-child(4) {
  margin-left: -12px;
}
.product-share-wrapper .profile-share a:nth-child(5) {
  margin-left: -12px;
}
.product-share-wrapper .profile-share a:nth-child(6) {
  margin-left: -12px;
}
.product-share-wrapper .profile-share a img {
  max-width: 30px;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  transition: var(--transition);
}
.product-share-wrapper .profile-share a img.large {
  max-width: 43px;
}
.product-share-wrapper .profile-share a.more-author-text {
  color: var(--color-body);
  display: inline-block;
  padding-left: 7px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .product-share-wrapper .profile-share a.more-author-text {
    padding-left: 16px;
  }
}
.product-share-wrapper .profile-share a.more-author-text:hover {
  transform: none;
  color: var(--color-primary);
}
.product-share-wrapper .profile-share a:hover {
  z-index: 2;
  transform: translateY(-3px) scale(1.1);
}
.product-share-wrapper .share-btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: var(--transition);
  height: 35px;
  display: flex;
  align-items: center;
}
.product-share-wrapper .share-btn .icon {
  padding: 0;
  margin: 0;
  border: 0;
}
.product-share-wrapper .share-btn::after {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  background: var(--color-primary-alta);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  transition: var(--transition);
  opacity: 0;
}
.product-share-wrapper .share-btn:hover {
  color: var(--color-white);
}
.product-share-wrapper .share-btn:hover::after {
  opacity: 1;
}

.border-right {
  position: relative;
  padding-right: 30px !important;
}
.border-right::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 100%;
  background: #333131;
  width: 1px;
}

.product-style-one .card-thumbnail {
  position: relative;
}
.product-style-one .card-thumbnail .countdown {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  bottom: 12px;
  cursor: pointer;
  padding: 5px 8px;
  border-radius: 5px;
  z-index: 2;
}

.rn-support-read .read-card {
  padding-right: 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rn-support-read .read-card {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rn-support-read .read-card {
    padding-right: 0;
  }
}
.rn-support-read .read-card h4 {
  margin-bottom: 15px;
}
.rn-support-read .read-card .content p {
  margin-bottom: 10px;
}

.isotop-filter {
  background: transparent;
  flex-wrap: wrap;
  margin: -5px;
}
.isotop-filter button {
  font-size: 16px;
  width: auto;
  border: 1px solid var(--color-border);
  height: 47px;
  display: inline-block;
  padding: 0 26px;
  border-radius: 500px;
  min-width: 95px;
  text-align: center;
  margin: 5px;
  line-height: 42px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .isotop-filter button {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .isotop-filter button {
    font-size: 14px;
    height: 44px;
    padding: 0 14px;
    line-height: 37px;
  }
}
.isotop-filter button.is-checked, .isotop-filter button:hover, .isotop-filter button:focus {
  color: var(--color-primary) !important;
  background: var(--color-primary-alta);
  border-color: var(--color-primary-alta);
}

/*---------------------------
    Filter Exanded  
-----------------------------*/
.default-exp-wrapper {
  border-top: 1px solid var(--color-border);
}
.default-exp-wrapper .inner {
  display: flex;
  padding: 40px 0;
  justify-content: flex-end;
  margin: -10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .default-exp-wrapper .inner {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .default-exp-wrapper .inner {
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .default-exp-wrapper .inner {
    justify-content: start;
  }
}
.default-exp-wrapper .inner .filter-select-option {
  flex-basis: 20%;
  padding: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .default-exp-wrapper .inner .filter-select-option {
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .default-exp-wrapper .inner .filter-select-option {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .default-exp-wrapper .inner .filter-select-option {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .default-exp-wrapper .inner .filter-select-option {
    flex-basis: 100%;
  }
}
.default-exp-wrapper .inner .filter-select-option .filter-leble {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.default-exp-wrapper .inner .filter-select-option .nice-select {
  width: 100%;
  padding-left: 20px;
  padding-right: 40px;
}
.default-exp-wrapper .inner .filter-select-option .nice-select::after {
  right: 22px;
  height: 8px;
  width: 8px;
  opacity: 0.5;
}
.default-exp-wrapper .inner .filter-select-option .nice-select .list {
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
}

.default-exp-expand {
  display: none;
}

.product-tab-nav .nav {
  background: var(--background-color-1);
  padding: 10px;
  border-radius: 5px 5px 0 0;
  border-right: 1px solid var(--color-border);
  border-left: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}
.product-tab-nav .nav button {
  width: auto;
}
.product-tab-nav .nav button.nav-link {
  padding: 13px 30px;
  margin-right: 20px;
  border-radius: 5px;
  color: var(--color-white);
  border: 1px dashed var(--color-border);
  transition: var(--transition);
  font-size: 16px;
}
@media only screen and (max-width: 526px) {
  .product-tab-nav .nav button.nav-link {
    margin-bottom: 20px;
  }
  .product-tab-nav .nav button.nav-link:last-child {
    margin-bottom: 0;
  }
}
.product-tab-nav .nav button.nav-link.active {
  background: var(--color-primary-alta);
  border: 1px dashed transparent;
}
.product-tab-nav .nav button.nav-link:hover {
  border: 1px dashed var(--color-white);
  color: var(--color-white);
}
.product-tab-nav .nav button.nav-link:active {
  border: 1px dashed transparent;
  color: var(--color-white);
}
.product-tab-nav .nav button.nav-link:focus {
  border: 1px dashed transparent;
  color: var(--color-white);
}

.lg-product_tab-pane {
  padding: 30px;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 479px) {
  .lg-product_tab-pane {
    padding: 10px;
  }
}

.lg-product-col-2 {
  padding: 15px;
}

.lg-product-wrapper {
  padding: 15px 15px;
  background: var(--background-color-1);
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid var(--color-border);
  width: 100%;
}
.lg-product-wrapper.colum-2.two-colum-parent-product {
  margin-top: -25px;
  padding: 0;
  background: transparent;
  border: none;
  padding: 15px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content a.thumbnail img {
  max-width: 168px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content a.thumbnail img {
    max-width: 100%;
    width: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content a.thumbnail img {
    max-width: 100%;
    width: 680px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content a.thumbnail img {
    max-width: 100%;
    width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content a.thumbnail img {
    max-width: 100%;
    width: 680px;
  }
}
.lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content .read-content {
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content .read-content {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content .read-content {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content .read-content {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper.colum-2.two-colum-parent-product .inner .lg-left-content .read-content {
    margin-left: 0;
    margin-top: 30px;
  }
}
.lg-product-wrapper.colum-2 .inner {
  padding: 15px 15px;
  background: var(--background-color-1);
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid var(--color-border);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lg-product-wrapper.colum-2 .inner {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-product-wrapper.colum-2 .inner {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper.colum-2 .inner {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper.colum-2 .inner {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lg-product-wrapper.colum-2 .inner button.btn {
    margin-top: -43px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-product-wrapper.colum-2 .inner button.btn {
    margin-top: -43px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper.colum-2 .inner button.btn {
    margin-top: -43px;
  }
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper.colum-2 .inner button.btn {
    margin-top: -43px;
  }
}
.lg-product-wrapper:first-child {
  margin-top: 0;
}
.lg-product-wrapper .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper .inner {
    flex-direction: column;
    align-items: flex-end;
  }
}
.lg-product-wrapper .inner .lg-left-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper .inner .lg-left-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lg-product-wrapper .inner .thumbnail {
  overflow: hidden;
  border-radius: 5px;
}
.lg-product-wrapper .inner .thumbnail img {
  border-radius: 5px;
  transition: var(--transition);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lg-product-wrapper .inner .thumbnail img {
    max-width: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper .inner .thumbnail img {
    max-width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper .inner .thumbnail img {
    width: 430px;
    height: auto;
  }
}
.lg-product-wrapper .inner .thumbnail img:hover {
  transform: scale(1.04);
}
.lg-product-wrapper .inner .read-content {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper .inner .read-content {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper .inner .read-content {
    margin-left: 0;
    margin-top: 25px;
  }
}
.lg-product-wrapper .inner .read-content .profile-share {
  margin-right: 30px;
}
.lg-product-wrapper .inner .read-content .product-share-wrapper {
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper .inner .read-content .product-share-wrapper {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lg-product-wrapper .inner .read-content .product-share-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-product-wrapper .inner .read-content .product-share-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper .inner .read-content .product-share-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .lg-product-wrapper .inner .read-content .product-share-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lg-product-wrapper .inner .read-content .product-share-wrapper .last-bid {
  font-weight: 500;
  color: var(--color-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .lg-product-wrapper .inner .read-content .product-share-wrapper .last-bid {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-product-wrapper .inner .read-content .product-share-wrapper .last-bid {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper .inner .read-content .product-share-wrapper .last-bid {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .lg-product-wrapper .inner .read-content .product-share-wrapper .last-bid {
    margin-top: 5px;
  }
}
.lg-product-wrapper .inner .read-content a h6 {
  display: block;
  font-weight: 500;
  font-size: 18px;
  transition: var(--transition);
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lg-product-wrapper .inner .read-content a h6 {
    margin-bottom: 5px;
  }
}
.lg-product-wrapper .inner .read-content a:hover h6 {
  color: var(--color-primary);
}
.lg-product-wrapper .inner .read-content .share-wrapper {
  margin-top: 15px;
  align-items: center;
}
.lg-product-wrapper .inner .read-content .share-wrapper .share-btn {
  position: relative;
  z-index: 1;
}
.lg-product-wrapper .inner .read-content .share-wrapper .share-btn button {
  border: 0;
}
.lg-product-wrapper .inner .read-content .share-wrapper .share-btn button svg {
  color: var(--color-white);
}
.lg-product-wrapper .inner .read-content .share-wrapper .share-btn::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 34px;
  background: var(--color-primary-alta);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  transition: var(--transition);
}
.lg-product-wrapper .inner .read-content .share-wrapper .share-btn:hover::after {
  background: var(--color-primary);
}
.lg-product-wrapper .inner .read-content .share-wrapper .react-area {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: var(--transition);
  padding: 4px 10px;
  border-radius: 6px;
}
.lg-product-wrapper .inner .read-content .share-wrapper .react-area svg {
  margin-right: 3px;
  position: relative;
  width: 14px;
  color: var(--color-white);
}
.lg-product-wrapper .inner .read-content .share-wrapper .react-area span.number {
  font-size: 14px;
  position: relative;
  color: var(--color-white);
}
.lg-product-wrapper .inner .read-content .share-wrapper .react-area::after {
  background: var(--color-primary-alta);
  position: absolute;
  content: "";
  top: 0;
  z-index: -1;
  border-radius: 6px;
  transition: var(--transition);
  width: 100%;
  left: 0;
  height: 100%;
}
.lg-product-wrapper .inner .read-content .share-wrapper .react-area:hover::after {
  background: var(--color-primary);
}
.lg-product-wrapper .inner button.btn {
  border-radius: 5px;
  padding: 13px 24px;
}
@media only screen and (max-width: 767px) {
  .lg-product-wrapper .inner button.btn {
    margin-right: 0 !important;
    margin-top: -42px;
    padding: 10px 16px;
  }
}

.lg-product-col-2.active {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 479px) {
  .lg-product-col-2.active {
    padding: 0;
  }
}
.lg-product-col-2 .lg-product-wrapper {
  margin-top: 0;
}

.game-banner-slick-wrapper .product-share-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
  left: 0;
}
.game-banner-slick-wrapper .product-share-wrapper.lg-product-share a img {
  max-width: 45px;
}
.game-banner-slick-wrapper .share-react.react {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.game-banner-slick-wrapper .share-react.react .share-btn {
  margin-right: 30px;
}
.game-banner-slick-wrapper .share-react.react .share-btn button {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 8px 8px;
  outline: none;
  transition: var(--transition);
}
.game-banner-slick-wrapper .share-react.react .share-btn button:hover {
  background: var(--color-primary-alta);
  border: 1px solid transparent;
}
.game-banner-slick-wrapper .share-react.react .share-btn .share-btn-setting button {
  border: none;
}
.game-banner-slick-wrapper .share-react.react .bid-react-area {
  cursor: pointer;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 6px 8px;
  outline: none;
  transition: var(--transition);
}
.game-banner-slick-wrapper .share-react.react .bid-react-area:hover {
  background: var(--color-primary-alta);
  border: 1px solid transparent;
}
.game-banner-slick-wrapper .top-bid-price {
  padding: 7px 13px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  margin-bottom: 30px;
  max-width: max-content;
}

.tooltip-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  transform: translateY(110px);
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tooltip-bottom-wrapper {
    transform: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tooltip-bottom-wrapper {
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .tooltip-bottom-wrapper {
    transform: none;
  }
}

.product-notify-wrapper {
  width: auto;
  height: auto;
  padding: 0;
}
.product-notify-wrapper .notice-heading {
  border-radius: 5px 0 0 0;
  margin-left: -25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-product-col {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-notify-wrapper {
    margin-top: 0 !important;
  }
}

.seven-expo-filter-widget {
  background: var(--background-color-1);
  padding: 20px 30px 30px;
  border-radius: 5px;
  border: 1px solid var(--color-border);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .seven-expo-filter-widget {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seven-expo-filter-widget {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .seven-expo-filter-widget {
    padding: 20px 15px;
  }
}
.seven-expo-filter-widget .widget-title {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.seven-expo-filter-widget .content {
  margin-top: 30px;
}
.seven-expo-filter-widget .content .seven-form-check {
  position: relative;
}
.seven-expo-filter-widget .content .seven-form-check label {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.seven-expo-filter-widget input[type=checkbox]:checked ~ label::before {
  background-color: var(--color-primary);
}

.icon-Star:before {
  content: "\e9d5";
  color: #ffa41b;
  font-family: "feather" !important;
}

.off.icon-Star:before {
  font-family: "feather" !important;
  content: "\e9d5";
  color: #ffffff;
  opacity: 0.15;
}

.seven-expo-filter-widget .content .seven-form-check + .seven-form-check {
  margin-top: 15px;
}

.seven-expo-filter-widget.widget-category label {
  display: flex;
  justify-content: space-between;
}

.seven-expo-filter-widget .content .seven-form-check label svg {
  margin-right: 4px;
  color: #dd8f1d;
}
.seven-expo-filter-widget .content .seven-form-check label svg.off {
  color: #5d5d7e;
}

.product-tab-wrapper {
  position: sticky;
}
.product-tab-wrapper .pd-tab-inner {
  display: flex;
}
.product-tab-wrapper .rn-pd-nav {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-basis: 25%;
  flex-direction: column;
  margin: -10px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-tab-wrapper .rn-pd-nav {
    margin: -10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab-wrapper .rn-pd-nav {
    margin: -10px 0;
  }
}
.product-tab-wrapper .rn-pd-content {
  max-width: 100%;
  height: auto;
  flex-basis: 75%;
  padding-left: 20px;
}
.product-tab-wrapper .rn-pd-content .tab-pane {
  height: 100%;
}
.product-tab-wrapper .rn-pd-content .rn-pd-thumbnail {
  padding: 15px;
  background: var(--background-color-1);
  border-radius: 7px;
  border: 2px solid transparent;
}
@media only screen and (max-width: 575px) {
  .product-tab-wrapper .rn-pd-content .rn-pd-thumbnail {
    padding: 5px;
  }
}
.product-tab-wrapper .rn-pd-content .rn-pd-thumbnail img {
  border-radius: 7px;
  object-fit: cover;
  width: -webkit-fill-available;
}
.product-tab-wrapper .rn-pd-rt-content button {
  border-radius: 5px;
  transition: var(--transition);
  height: auto;
  width: 100%;
  margin: 10px;
}
.product-tab-wrapper .rn-pd-rt-content button.nav-link {
  background: none;
  padding: 0;
}
.product-tab-wrapper .rn-pd-rt-content button.nav-link.active .rn-pd-sm-thumbnail {
  border-color: var(--color-border);
}
.product-tab-wrapper .rn-pd-rt-content button .rn-pd-sm-thumbnail {
  padding: 7px;
  background: var(--background-color-1);
  border-radius: 5px;
  border: 2px solid transparent;
  display: block;
}
@media only screen and (max-width: 575px) {
  .product-tab-wrapper .rn-pd-rt-content button .rn-pd-sm-thumbnail {
    padding: 5px;
  }
}
.product-tab-wrapper .rn-pd-rt-content button .rn-pd-sm-thumbnail img {
  border-radius: 5px;
  height: auto;
  width: 100%;
}

.rn-pd-sm-slick h6.title {
  margin-bottom: 0;
  font-weight: 400;
}
.rn-pd-sm-slick .pd-slide-wrapper {
  margin: 0 -10px;
  margin-top: 20px;
}
.rn-pd-sm-slick .pd-slide-wrapper .slick-list .slick-track {
  margin-top: 0;
}
.rn-pd-sm-slick .pd-slide-wrapper button.slide-arrow {
  border: none;
  padding: 15px;
  height: 36px;
  width: 36px;
  border-radius: 5px;
  background: var(--color-primary-alta);
  display: flex;
  justify-content: center;
  align-items: center;
  top: -50px;
  right: 10px;
  position: absolute;
  color: var(--color-white);
  transition: var(--transition);
}
.rn-pd-sm-slick .pd-slide-wrapper button.slide-arrow:hover {
  background: var(--color-primary);
}
.rn-pd-sm-slick .pd-slide-wrapper button.prev-arrow {
  right: 65px;
}
.rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick {
  padding: 15px;
  background: var(--background-color-1);
  margin: 0 15px;
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  .rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick {
    padding: 5px;
  }
}
.rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick .rn-pd-small-thumb img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick .rn-pd-pric {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.rn-pd-sm-slick .pd-slide-wrapper .rn-pd-slick .rn-pd-pric span {
  color: var(--color-body);
  font-weight: 500;
}
.rn-pd-sm-slick .pd-slide-wrapper .slick-list {
  margin: 0px -5px;
}

.rn-pd-content-area span.bid {
  font-weight: 500;
  font-size: 14px;
}
.rn-pd-content-area span.bid span.price {
  color: var(--color-primary);
}
.rn-pd-content-area h6.title-name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 30px;
}
.rn-pd-content-area .catagory-collection {
  display: flex;
  margin-bottom: 20px;
}
.rn-pd-content-area .catagory-collection .top-seller-wrapper .thumbnail {
  max-width: 50px;
}
.rn-pd-content-area .catagory-collection .catagory {
  margin-right: 50px;
}
.rn-pd-content-area .catagory-collection .catagory span {
  color: var(--color-white);
  font-size: 16px;
}
.rn-pd-content-area .catagory-collection .catagory span span.color-body {
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .rn-pd-content-area .catagory-collection .collection {
    text-align: center;
  }
}
.rn-pd-content-area .catagory-collection .collection span {
  color: var(--color-white);
}
.rn-pd-content-area .catagory-collection .collection span span {
  font-size: 16px;
}
.rn-pd-content-area .catagory-collection .collection span span.color-body {
  font-weight: 500;
}
.rn-pd-content-area .catagory-collection .top-seller-inner-one {
  margin-top: 5px;
}
.rn-pd-content-area .pd-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .rn-pd-content-area .pd-title-area {
    display: block;
  }
}
.rn-pd-content-area .pd-title-area h4.title {
  font-size: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .rn-pd-content-area .pd-title-area h4.title {
    margin-bottom: 15px;
  }
}
.rn-pd-content-area .pd-title-area .pd-react-area {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .rn-pd-content-area .pd-title-area .pd-react-area {
    margin-bottom: 15px;
  }
}
.rn-pd-content-area .pd-title-area .pd-react-area .heart-count {
  padding: 7px 12px;
  background: var(--color-primary-alta);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px;
  transition: var(--transition);
}
.rn-pd-content-area .pd-title-area .pd-react-area .heart-count svg {
  width: 18px;
  margin-right: 5px;
  transition: var(--transition);
}
.rn-pd-content-area .pd-title-area .pd-react-area .heart-count span {
  color: var(--color-white);
  transition: var(--transition);
}
.rn-pd-content-area .pd-title-area .pd-react-area .heart-count:hover {
  background: var(--color-primary) !important;
}
.rn-pd-content-area .pd-title-area .pd-react-area .heart-count:hover svg {
  color: var(--color-white) !important;
}
.rn-pd-content-area .pd-title-area .pd-react-area .heart-count:hover span {
  color: var(--color-white) !important;
}
.rn-pd-content-area .pd-title-area .pd-react-area .count {
  padding: 7px 7px;
  background: var(--color-primary-alta);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px;
  margin-left: 15px;
  transition: var(--transition);
}
.rn-pd-content-area .pd-title-area .pd-react-area .count button {
  border: 0 none;
}
.rn-pd-content-area .pd-title-area .pd-react-area .count svg {
  width: 18px;
  transition: var(--transition);
}
.rn-pd-content-area .pd-title-area .pd-react-area .count:hover {
  background: var(--color-primary) !important;
}
.rn-pd-content-area .pd-title-area .pd-react-area .count:hover svg,
.rn-pd-content-area .pd-title-area .pd-react-area .count:hover span {
  color: var(--color-white) !important;
}

.rn-bid-details {
  margin-top: 40px;
}
.rn-bid-details .rn-bid-content {
  display: block;
}
.rn-bid-details .rn-bid-content .top-seller-inner-one {
  padding-top: 20px;
}
.rn-bid-details .rn-bid-content .top-seller-inner-one + .top-seller-inner-one {
  margin-top: 20px;
  border-top: 1px solid var(--color-border);
}
.rn-bid-details .countdown .countdown-container .countdown-value {
  background-color: var(--color-primary-alta);
  backdrop-filter: blur(15px);
}

.tab-wrapper-one {
  margin-bottom: 30px;
}
.tab-wrapper-one .top-seller-inner-one .thumbnail {
  max-width: 50px;
}

.tab-button-one {
  display: block;
  border-radius: 5px;
}
.tab-button-one .nav-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  transition: var(--transition);
  background: var(--background-color-1);
  border: 1px solid var(--color-border);
  border-radius: 6px;
}
.tab-button-one .nav-tabs button {
  width: 150px;
  height: 50px;
  border: none;
  color: var(--color-white);
  position: relative;
  margin: 6px;
  border-radius: 6px;
  border: 1px dashed var(--color-border);
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .tab-button-one .nav-tabs button {
    width: 100%;
  }
}
.tab-button-one .nav-tabs button.active {
  background: var(--color-primary-alta);
  color: var(--color-white);
  border-radius: 5px;
  border: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tab-button-one .nav-tabs button {
    width: 130px;
  }
}

.place-bet-area {
  background: var(--background-color-1);
  padding: 30px;
  border-radius: 6px;
  height: auto;
  width: 100%;
  border: 1px solid var(--color-border);
}
.place-bet-area .rn-bet-create {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: -15px;
}
.place-bet-area .rn-bet-create .bid-list {
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  .place-bet-area .rn-bet-create {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    transform: translateX(25%);
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .place-bet-area .rn-bet-create {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    transform: translateX(14%);
    text-align: center;
  }
}
.place-bet-area .winning-bid {
  flex-basis: 60%;
}
.place-bet-area .winning-bid h6 {
  font-weight: 400;
  font-size: 18px;
}
.place-bet-area .winning-bid .thumbnail {
  max-width: 50px;
}
.place-bet-area .winning-bid .thumbnail a img {
  border-radius: 50%;
}
.place-bet-area .winning-bid .top-seller-content .heighest-bid {
  font-size: 16px;
}
.place-bet-area .winning-bid .top-seller-content .count-number {
  font-size: 14px;
}
.place-bet-area .left-bid {
  flex-basis: 40%;
}
.place-bet-area .left-bid .countdown {
  justify-content: flex-start;
}
.place-bet-area .left-bid h6 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .place-bet-area .left-bid {
    margin-top: 20px;
  }
}
.place-bet-area .btn {
  display: block;
  bottom: 30px;
  width: 100%;
  margin: auto;
  padding: 15px;
}

.rn-pd-bd-wrapper {
  max-width: 450px;
}
.rn-pd-bd-wrapper .top-seller-inner-one p {
  margin-bottom: 7px;
  font-size: 16px;
}
.rn-pd-bd-wrapper .top-seller-inner-one h6.name-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--color-body);
}
@media only screen and (max-width: 479px) {
  .rn-pd-bd-wrapper .top-seller-inner-one h6.name-title {
    text-align: center;
  }
}

.rn-pd-sm-property-wrapper {
  margin-top: 30px;
}
.rn-pd-sm-property-wrapper h6.pd-property-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-body);
  margin-bottom: 10px;
}
.rn-pd-sm-property-wrapper .property-wrapper,
.rn-pd-sm-property-wrapper .catagory-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
.rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner,
.rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner {
  padding: 10px 15px;
  background: var(--background-color-1);
  border-radius: 6px;
  max-width: 200px;
  margin: 7px;
  border: 1px solid var(--color-border);
  backdrop-filter: blur(15px);
}
.rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner span,
.rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner span {
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}
.rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner span:last-child,
.rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner span:last-child {
  margin: 0;
}
.rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner span.type,
.rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner span.type {
  font-size: 12px;
}
.rn-pd-sm-property-wrapper .property-wrapper .pd-property-inner span.value,
.rn-pd-sm-property-wrapper .catagory-wrapper .pd-property-inner span.value {
  font-size: 14px;
  letter-spacing: 0.5px;
}

/*--------------------------
    Social Share  
----------------------------*/
.social-share-default {
  display: flex;
  padding: 0;
  margin: -5px;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}
.social-share-default li {
  margin: 5px;
}
.social-share-default li a {
  display: inline-block;
  text-align: center;
}
.social-share-default li a .icon {
  width: 50px;
  height: 50px;
  border: 2px solid var(--color-body);
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 0 auto;
}
.social-share-default li a .icon svg {
  color: var(--color-body);
  width: 18px;
  transition: 0.3s;
}
.social-share-default li a .text {
  display: block;
  color: var(--color-body);
  margin-top: 8px;
  text-transform: capitalize;
  transition: 0.3s;
}
.social-share-default li a:hover .icon {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.social-share-default li a:hover .icon svg {
  color: var(--color-white);
}
.social-share-default li a:hover .text {
  color: var(--color-primary) !important;
}

/*-----------------------------
 Modal Styles  
-----------------------------------*/
body.modal-open {
  padding: 0 !important;
}

.share-btn-activation .share-btn-setting {
  position: absolute;
  right: 0;
  top: 100%;
  background: var(--color-primary-alta);
  padding: 5px 0;
  border-radius: 5px;
  z-index: 2;
}
.share-btn-activation .share-btn-setting .btn-setting-text {
  border: 0;
  color: var(--color-white);
  font-weight: 400;
  font-size: 14px;
  padding: 9px 20px;
  letter-spacing: 0.5px;
  text-align: left;
  transition: 0.3s;
}
.share-btn-activation .share-btn-setting .btn-setting-text:hover {
  color: var(--color-primary);
}
.share-btn-activation .share-btn-setting .btn-setting-text + .btn-setting-text {
  border-top: 1px solid var(--color-border);
}

/*---------------------------------
    Share Modal Wrapper  
----------------------------------*/
.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.show {
  background-color: #000;
  opacity: 0.75;
}

.rn-popup-modal .modal-content {
  background-color: var(--background-color-2);
  border: 0 none;
  padding: 40px 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .rn-popup-modal .modal-content {
    padding: 20px 15px;
  }
}
.rn-popup-modal .btn-close {
  margin: 0;
  position: fixed;
  z-index: 99;
  right: 30px;
  top: 30px;
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.rn-popup-modal .btn-close svg {
  color: #fff;
  width: 18px;
}
.rn-popup-modal .modal-header {
  border: 0 none;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .rn-popup-modal .modal-dialog {
    max-width: 450px;
  }
}

/* Share Modal Popup  */
.share-modal-wrapper .modal-footer {
  border: 0 none;
}

/* Report Modal Popup  */
.report-modal-wrapper .modal-header.report-modal-header {
  justify-content: flex-start !important;
}

/*--------------------------------
    Place Bid Modal Popup  
---------------------------------*/
.placebid-modal-wrapper p {
  color: #fff;
  font-size: 16px;
}
.placebid-modal-wrapper .bid-content-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  padding: 10px 0;
}
.placebid-modal-wrapper .bid-content-top span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--color-body);
}
.placebid-modal-wrapper .bid-content-mid {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.placebid-modal-wrapper .bid-content-mid span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--color-body);
}
.placebid-modal-wrapper .bid-content-mid .bid-content-right span:last-child {
  color: var(--color-primary);
}

.report-content-wrapper .modal-body {
  padding: 0;
}
.report-content-wrapper .modal-body p {
  margin-bottom: 15px;
}

.report-modal-header {
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.report-modal-header h5 {
  margin-bottom: 10px;
}

.report-form-box h6.title {
  margin-bottom: 15px;
}
.report-form-box textarea {
  height: 100px;
  background: var(--background-color-1);
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.report-form-box textarea:focus {
  border-radius: 5px;
  border: 2px solid var(--color-primary) !important;
}

.placebid-modal-wrapper .modal-header {
  padding: 0;
  margin-bottom: 15px;
}
.placebid-modal-wrapper .modal-body p {
  margin-bottom: 15px;
}
.placebid-modal-wrapper .modal-body .placebid-form-box h5.title {
  margin-bottom: 15px;
}
.placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top {
  display: block;
  border: none;
  padding: 0;
}
.placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left {
  display: flex;
  position: relative;
  align-items: center;
}
.placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left input {
  background: var(--background-color-1);
  height: 40px;
  border-radius: 5px;
  border: 2px solid transparent;
}
.placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left input:focus {
  border: 2px solid var(--color-primary);
}
.placebid-modal-wrapper .modal-body .placebid-form-box .bid-content .bid-content-top .bid-content-left span {
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.single-activity-wrapper {
  margin-bottom: 30px;
  padding: 20px;
  background: var(--background-color-1);
  border-radius: 5px;
  position: relative;
}
.single-activity-wrapper .thumbnail {
  overflow: hidden;
  border-radius: 5px;
}
.single-activity-wrapper .thumbnail a {
  display: block;
  overflow: hidden;
}
.single-activity-wrapper .thumbnail a img {
  transition: 0.4s;
}
.single-activity-wrapper .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-activity-wrapper .inner .read-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper .inner .read-content {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper .inner .read-content img {
    width: 100%;
  }
}
.single-activity-wrapper .inner .icone-area svg {
  width: 30px;
  height: auto;
  color: var(--color-primary);
  margin-right: 10px;
  stroke-width: 1.5px;
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper .inner .icone-area {
    position: absolute;
    top: 50px;
    left: 50px;
  }
}
.single-activity-wrapper .inner .content {
  margin-left: 20px;
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper .inner .content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.single-activity-wrapper .inner .content h6.title {
  margin-bottom: 10px;
}
.single-activity-wrapper .inner .content p {
  margin-bottom: 5px;
  font-size: 20px;
  color: #7f859d;
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper .inner .content p {
    margin-bottom: 20px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .single-activity-wrapper .inner .content p {
    margin-bottom: 10px;
    padding-right: 7px;
    font-size: 18px;
    line-height: 27px;
  }
}
.single-activity-wrapper .inner .content p span {
  color: var(--color-primary);
}
.single-activity-wrapper .inner .content .time-maintane {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper .inner .content .time-maintane {
    flex-direction: column;
  }
}
.single-activity-wrapper .inner .content .time-maintane .time {
  margin-right: 10px;
}
.single-activity-wrapper .inner .content .time-maintane .data {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .single-activity-wrapper .inner .content .time-maintane .data {
    margin-bottom: 7px;
  }
}
.single-activity-wrapper .inner .content .time-maintane .data svg {
  width: 18px;
  height: auto;
  margin-right: 7px;
}
.single-activity-wrapper .inner .content .time-maintane .data a {
  color: var(--color-body);
}
.single-activity-wrapper .inner .content .time-maintane .data a:hover {
  color: var(--color-primary);
}
.single-activity-wrapper:hover .thumbnail a img {
  transform: scale(1.1);
}

.mb_dec--15 {
  margin-bottom: -15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .activity-direction {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .activity-direction {
    flex-direction: column-reverse;
  }
}

.filter-wrapper {
  height: 100%;
}
.filter-wrapper .sing-filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
  margin-right: -15px;
}
.filter-wrapper .sing-filter button {
  display: inline-block;
  padding: 10px 15px;
  background: var(--background-color-1);
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: var(--transition);
  font-size: 16px;
  max-width: fit-content;
}
.filter-wrapper .sing-filter button:hover {
  background: var(--color-primary-alta);
  color: var(--color-white);
}
.filter-wrapper .sing-filter button:focus {
  background: var(--color-primary-alta);
  color: var(--color-white);
}

.widge-wrapper {
  position: sticky;
  z-index: 10;
}
.widge-wrapper .inner {
  margin-bottom: 30px;
}
.widge-wrapper h3 {
  font-weight: 500;
  font-size: 18px;
}

.mb_dec--50 {
  margin-bottom: -50px;
}

.privacy-wrapper {
  margin-bottom: 50px;
}
.privacy-wrapper h4 {
  margin-bottom: 15px;
}
.privacy-wrapper ol {
  padding-left: 18px;
}
.privacy-wrapper ol li {
  font-size: 16px;
}

.forget-pass-wrapper {
  max-width: 400px;
  margin: auto;
  background: var(--background-color-1);
  padding: 25px;
  border-radius: 5px;
}
.forget-pass-wrapper .title {
  text-align: center;
}
.forget-pass-wrapper .form-label {
  margin-bottom: 15px;
}
.forget-pass-wrapper .form-control {
  background: var(--background-color-2) !important;
  height: 42px !important;
  border-radius: 5px !important;
  color: var(--color-white) !important;
  font-size: 18px;
  padding: 0 10px;
  border: 2px solid transparent !important;
}
.forget-pass-wrapper .form-control:focus {
  border: 2px solid var(--color-primary) !important;
  box-shadow: none;
}
.forget-pass-wrapper .form-check {
  margin-bottom: 30px;
}
.forget-pass-wrapper .form-check .form-check-input {
  margin-bottom: 10px;
}
.forget-pass-wrapper .form-check label {
  color: var(--color-body);
}
.forget-pass-wrapper .form-check label a {
  color: var(--color-primary);
  transition: var(--transition);
}
.forget-pass-wrapper .form-check label a:hover {
  text-decoration: underline;
}
.forget-pass-wrapper a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.forget-pass-wrapper .notice p {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rn-not-found-wrapper {
  max-width: 400px;
  margin: auto;
  background: var(--background-color-1);
  padding: 25px;
  border-radius: 5px;
}
.rn-not-found-wrapper .large-title {
  text-align: center;
  font-size: 150px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .rn-not-found-wrapper .large-title {
    font-size: 120px;
  }
}
.rn-not-found-wrapper p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.rn-not-found-wrapper a.btn {
  display: flex;
  justify-content: center;
}

.maintanence-area .logo a img {
  margin-bottom: 50px;
}
.maintanence-area .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 40px;
}
.maintanence-area .inner .content .sub-title {
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
}
.maintanence-area .inner .content .title {
  font-size: 60px;
  color: var(--color-primary);
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 15px 0;
}
.maintanence-area .inner .content p {
  color: var(--color-dark-alt);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.maintanence-area .inner .content p a {
  color: var(--color-lighter);
  position: relative;
}
.maintanence-area .inner .content p a::after {
  position: absolute;
  content: "";
  left: auto;
  bottom: 0;
  background: var(--color-primary);
  width: 0;
  height: 2px;
  transition: 0.3s;
  left: 0;
  transition: var(--transition);
}
.maintanence-area .inner .content p a:hover::after {
  width: 100%;
}

/*---------------------------
 Masonary Item  
-----------------------------*/
.grid-metro3 {
  margin: 0 -15px;
}
.grid-metro3 .grid-metro-item {
  width: 33.33%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro3 .grid-metro-item {
    width: 100%;
  }
}
.grid-metro3 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro3 .resizer {
    width: 100%;
  }
}

.grid-metro4 {
  margin: 0 -15px;
}
.grid-metro4 .grid-metro-item {
  width: 25%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro4 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro4 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro4 .grid-metro-item {
    width: 100%;
  }
}
.grid-metro4 .resizer {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro4 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro4 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro4 .resizer {
    width: 100%;
  }
}

.grid-metro5 {
  margin: 0 -15px;
}
.grid-metro5 .grid-metro-item {
  width: 20%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-metro5 .grid-metro-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro5 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro5 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro5 .grid-metro-item {
    width: 100%;
  }
}
.grid-metro5 .resizer {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-metro5 .resizer {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro5 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro5 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro5 .resizer {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-header .grid-metro4 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-header .grid-metro4 .resizer {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .nft-left-sidebar-nav .grid-metro4 .grid-metro-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .nft-left-sidebar-nav .grid-metro4 .resizer {
    width: 33.33%;
  }
}

/*--------------------------
    Breadcrumb Styles 
----------------------------*/
.rn-breadcrumb-inner {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-primary);
}
.rn-breadcrumb-inner .title {
  margin-bottom: 0;
}
.rn-breadcrumb-inner .breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .rn-breadcrumb-inner .breadcrumb-list {
    justify-content: center;
  }
}
.rn-breadcrumb-inner .breadcrumb-list li a {
  color: var(--color-body);
  transition: 0.4s;
}
.rn-breadcrumb-inner .breadcrumb-list li a:hover {
  color: var(--color-white);
}
.rn-breadcrumb-inner .breadcrumb-list li.separator {
  margin: 0 15px;
}
.rn-breadcrumb-inner .breadcrumb-list li.current {
  color: var(--color-white);
}

/*-------------------------------
    Slick Arrow And Dots Styles  
----------------------------------*/
button.slide-arrow {
  height: 50px;
  width: 50px;
  border-radius: 6px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
  color: var(--color-white);
  background: #1b1b27;
  border: none;
  transform: translateY(-50%) scale(1);
  top: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  button.slide-arrow {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  button.slide-arrow {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  button.slide-arrow {
    opacity: 1;
  }
}
button.slide-arrow i {
  font-size: 22px;
  color: var(--color-primary);
}
button.slide-arrow.slide-arrow {
  top: -30px !important;
  opacity: 1;
  border-radius: 6px;
}
button.slide-arrow.prev-arrow {
  right: 86px !important;
}
button.slide-arrow.next-arrow {
  right: 16px !important;
}
button.slide-arrow:hover {
  background: var(--color-primary) !important;
}
button.slide-arrow:hover.slide-arrow i {
  color: var(--color-white) !important;
}

.slick-arrow-between {
  position: relative;
}
.slick-arrow-between button.slide-arrow {
  height: 58px;
  width: 58px;
  border-radius: 50%;
}
.slick-arrow-between button.slide-arrow.prev-arrow {
  top: 50% !important;
  left: 40px !important;
}
.slick-arrow-between button.slide-arrow.next-arrow {
  top: 50% !important;
  right: 40px !important;
}

.slick-dots {
  position: relative;
  margin-top: -5px;
}
.slick-dots li.slick-active {
  background: transparent;
}
.slick-dots li.slick-active button {
  background: transparent !important;
  border: 2px solid var(--color-primary);
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: var(--color-primary-alta);
  border-radius: 50%;
}
.slick-dots li button::before {
  display: none;
}

.countdown {
  display: flex;
  margin: -4px;
  justify-content: center;
}
.countdown .countdown-container {
  margin: 4px !important;
  position: relative;
}
.countdown .countdown-container .countdown-heading {
  display: block;
  color: var(--color-body);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
}
.countdown .countdown-container .countdown-value {
  display: block;
  font-size: 20px;
  color: var(--color-white);
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  padding: 2px 10px;
  position: relative;
  background-color: #2424354d;
  backdrop-filter: blur(15px);
}
.countdown .countdown-container .countdown-value:after {
  content: ":";
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  position: absolute;
  font-size: 20px;
  color: var(--color-body);
  font-weight: 400;
}
.countdown .countdown-container:last-child .countdown-value::after {
  display: none;
}

body.count_bg--1 .countdown .countdown-container .countdown-value {
  background-color: #0407a8;
}
body.count_bg--2 .countdown .countdown-container .countdown-value {
  background-color: var(--color-danger);
}
body.count_bg--3 .countdown .countdown-container .countdown-value {
  background-color: var(--color-primary-alta);
}
body.count_bg--4 .countdown .countdown-container .countdown-value {
  background-color: var(--color-primary);
}

/*------------------------------
 Comming Soon Styles  
--------------------------------*/
.maintanance-plr {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maintanance-plr {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .maintanance-plr {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .maintanance-plr {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.single-rn-slider .inner {
  padding-top: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.single-rn-slider .inner .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
}
.single-rn-slider .inner .description {
  color: #9f9f9f;
  max-width: 80%;
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  .single-rn-slider .inner .description {
    max-width: 100%;
  }
}
.single-rn-slider .inner .button-group .btn-primary {
  margin-right: 15px;
}

.maintanance-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
}
.maintanance-inner .wrapper p {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
}
.maintanance-inner .wrapper h2 {
  font-size: 56px;
  margin-bottom: 0px;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maintanance-inner .wrapper h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .maintanance-inner .wrapper h2 {
    font-size: 32px;
  }
}
.maintanance-inner .wrapper h2 span {
  color: var(--color-primary);
}

.maintanance_countdown {
  margin-top: 30px !important;
}
.maintanance_countdown .countdown-container {
  display: flex;
  flex-direction: column-reverse;
  margin-right: 25px !important;
}
.maintanance_countdown .countdown-container span.countdown-heading {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 0;
  margin-left: 4px;
  letter-spacing: 3px;
}
.maintanance_countdown .countdown-container span.countdown-value {
  font-size: 50px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .maintanance_countdown .countdown-container span.countdown-value {
    font-size: 36px;
  }
}

.countdown.maintanance_countdown .countdown-container span.countdown-heading {
  padding: 0;
  margin: 0;
}
.countdown.maintanance_countdown .countdown-container span.countdown-value {
  margin-top: 30px;
  margin-bottom: 30px;
}

.maintanance-plr .logo img {
  max-width: 120px;
}

.upload-modal-wrapper .modal-body {
  overflow-y: visible;
}
.upload-modal-wrapper .modal-content {
  background: transparent;
}

.cta-option-title-wrapper p {
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .cta-option-title-wrapper p {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-option-title-wrapper p {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .cta-option-title-wrapper p {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .cta-option-title-wrapper p {
    width: 100%;
  }
}
.cta-option-title-wrapper p span {
  color: var(--color-white);
}

.varient .info {
  font-size: 14px;
}

.cta-option-wrapper {
  padding: 18px 20px;
  background: var(--background-color-1);
  border-radius: 5px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.cta-option-wrapper .variant-preview {
  overflow: hidden;
  border-radius: 5px;
}
.cta-option-wrapper .variant-preview img {
  border-radius: 5px;
  height:250px;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.cta-option-wrapper .variant-preview img:hover {
  transform: scale(1.02);
}
.cta-option-wrapper a {
  border-radius: 5px;
}

.table-title-area {
  margin-bottom: 30px;
}
.table-title-area svg {
  position: relative;
  top: 5px;
  width: 35px;
  margin-right: 10px;
}

.upcoming-projects tr {
  border: none;
}
.upcoming-projects tr td {
  white-space: nowrap;
  border: none;
}
.upcoming-projects tr td span {
  color: var(--color-body);
}
.upcoming-projects tr th {
  padding: 25px 23px !important;
}
@media only screen and (max-width: 575px) {
  .upcoming-projects tr th {
    padding: 25px 9px !important;
  }
}
.upcoming-projects tr th span {
  color: var(--color-heading);
  font-size: 20px;
  text-transform: none;
}
@media only screen and (max-width: 575px) {
  .upcoming-projects tr th span {
    font-size: 16px !important;
  }
}

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

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

.upcoming-projects tbody td:first-child {
  border-radius: 5px 0 0 5px;
  width: 60px;
}

.upcoming-projects tbody td:last-child {
  border-radius: 0px 5px 5px 0px;
}

thead {
  border: none;
}
thead tr th {
  border: none;
}

tbody tr td {
  padding: 25px 23px !important;
}
tbody tr td span {
  font-size: 16px;
}
tbody .color-light {
  background: var(--background-color-4);
  border-radius: 5px;
}

.box-table {
  padding: 0 20px 0 20px;
  background: var(--background-color-1);
  border-radius: 5px;
  border: 1px solid var(--color-border);
}

tbody.ranking tr td {
  padding: 10px 25px !important;
  vertical-align: middle !important;
}
tbody.ranking tr td .thumbnail img {
  max-width: 60px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid var(--color-border);
  transition: var(--transition);
}

/*-------------------------
    404 Page Style Here  
--------------------------*/
.rn-not-found-wrapper {
  text-align: center;
}
.rn-not-found-wrapper .large-title {
  text-align: center;
  font-size: 150px;
  margin-bottom: 0;
  line-height: 1;
  color: var(--color-light-body);
}
@media only screen and (max-width: 767px) {
  .rn-not-found-wrapper .large-title {
    font-size: 120px;
  }
}
.rn-not-found-wrapper .title {
  font-size: 60px;
}
@media only screen and (max-width: 767px) {
  .rn-not-found-wrapper .title {
    font-size: 30px;
  }
}
.rn-not-found-wrapper p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
/*-------------------------
    maintanance Page Style Here  
--------------------------*/
.maintanence-area .logo a img {
  margin-bottom: 50px;
  max-width: 120px;
}
.maintanence-area .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 100px 60px;
}
.maintanence-area .inner .content .sub-title {
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .maintanence-area .inner .content .sub-title {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .maintanence-area .inner .content .sub-title {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maintanence-area .inner .content .sub-title {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .maintanence-area .inner .content .sub-title {
    margin-top: 30px;
  }
}
.maintanence-area .inner .content .title {
  font-size: 45px;
  color: var(--color-primary);
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maintanence-area .inner .content .title {
    font-size: 30px;
  }
}
.maintanence-area .inner .content p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .maintanence-area .inner .content p {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .maintanence-area .inner .content p {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maintanence-area .inner .content p {
    margin-top: 60px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .maintanence-area .inner .content p {
    margin-top: 50px;
  }
}
.maintanence-area .inner .content p a {
  color: var(--color-lighter);
  position: relative;
}
.maintanence-area .inner .content p a::after {
  position: absolute;
  content: "";
  left: auto;
  bottom: 0;
  background: var(--color-primary);
  width: 0;
  height: 2px;
  transition: 0.3s;
  left: 0;
  transition: var(--transition);
}
.maintanence-area .inner .content p a:hover::after {
  width: 100%;
}

.maintanance-heignt {
  height: 100vh;
}

.comeing-soon-slick .single-rn-slider {
  height: 101vh;
}
@media only screen and (max-width: 767px) {
  .comeing-soon-slick .single-rn-slider {
    height: 50vh;
  }
}

.edit-profile-area .title-left {
  margin-bottom: 0;
}

.left-nav {
  padding-right: 10px;
  position: sticky;
}
@media only screen and (max-width: 767px) {
  .left-nav {
    padding-right: 0;
  }
}
.left-nav .nav.nav-tabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  transition: var(--transition);
  background: var(--background-color-1);
  border: 1px solid var(--color-border);
  border-radius: 6px;
}
.left-nav .nav.nav-tabs button {
  height: max-content;
  border: none;
  color: var(--color-white);
  padding: 12px 13px;
  position: relative;
  margin: 6px;
  border-radius: 6px;
  border: 1px dashed var(--color-border);
  transition: 0.4s;
  display: block;
  text-align: left;
  transition: var(--transition);
  line-height: 22px;
  outline: none;
}
.left-nav .nav.nav-tabs button i {
  margin-right: 7px;
  color: var(--color-white);
  transition: var(--transition);
}
.left-nav .nav.nav-tabs button.active, .left-nav .nav.nav-tabs button:hover {
  background: var(--color-primary-alta);
  color: var(--color-white);
  border-radius: 5px;
  border-color: transparent;
}
.left-nav .nav.nav-tabs button:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.tab-content-edit-wrapepr .tab-pane {
  padding: 30px;
  background: var(--background-color-1);
  border-radius: 8px;
  border: 1px solid var(--color-border);
}
@media only screen and (max-width: 767px) {
  .tab-content-edit-wrapepr .tab-pane {
    padding: 10px;
  }
}
.tab-content-edit-wrapepr .seven-information .profile-change {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .tab-content-edit-wrapepr .seven-information .profile-change {
    flex-wrap: wrap;
  }
}
.tab-content-edit-wrapepr .seven-information .profile-change .profile-left {
  border-right: 1px dashed var(--color-border);
}
@media only screen and (max-width: 767px) {
  .tab-content-edit-wrapepr .seven-information .profile-change .profile-left {
    border: none;
    padding: 10px;
  }
}
.tab-content-edit-wrapepr .seven-information .profile-change .profile-left.right {
  border: none;
}
@media only screen and (max-width: 767px) {
  .tab-content-edit-wrapepr .seven-information .profile-change .profile-left.right {
    margin-top: 30px;
  }
}
.tab-content-edit-wrapepr .seven-information .profile-change .profile-left .profile-image img {
  border-radius: 5px;
  border: 5px solid var(--color-border);
  height: 260px;
  max-height: 260px;
  width: 100%;
  object-fit: cover;
}
.tab-content-edit-wrapepr .seven-information .profile-change .profile-left .button-area {
  display: flex;
}
.tab-content-edit-wrapepr .seven-information .profile-change .profile-left .button-area .btn:hover {
  background: var(--color-danger);
}
.tab-content-edit-wrapepr .seven-information .profile-change .profile-left .button-area .brows-file-wrapper {
  position: relative;
  cursor: pointer;
}
.tab-content-edit-wrapepr .seven-information .profile-change .profile-left .button-area .brows-file-wrapper input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.tab-content-edit-wrapepr .seven-information .profile-change .profile-left .button-area .brows-file-wrapper label {
  width: max-content;
  padding: 0 16px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  transition: var(--transition);
  position: relative;
  z-index: 10;
}
.tab-content-edit-wrapepr .seven-information .profile-change .profile-left .button-area .brows-file-wrapper label:hover {
  background: var(--color-primary-alta);
}
.tab-content-edit-wrapepr .seven-information .profile-change .profile-right .btn {
  border-radius: 5px;
}
.tab-content-edit-wrapepr .seven-information .profile-form-wrapper label {
  margin-bottom: 10px;
}
.tab-content-edit-wrapepr .seven-information .profile-form-wrapper .input-two-wrapper {
  display: flex;
  justify-content: space-between;
}
.tab-content-edit-wrapepr .seven-information .profile-form-wrapper .input-two-wrapper input {
  min-width: 50%;
}
.tab-content-edit-wrapepr .seven-information .profile-form-wrapper .input-two-wrapper .half-wid {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .tab-content-edit-wrapepr .seven-information .profile-form-wrapper .input-two-wrapper .half-wid {
    width: 100%;
  }
}
.tab-content-edit-wrapepr .seven-information .profile-form-wrapper .input-two-wrapper .first-name {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .tab-content-edit-wrapepr .seven-information .profile-form-wrapper .input-two-wrapper .first-name {
    margin-right: 0;
  }
}
.tab-content-edit-wrapepr .seven-information .profile-form-wrapper .input-two-wrapper .last-name {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .tab-content-edit-wrapepr .seven-information .profile-form-wrapper .input-two-wrapper .last-name {
    margin-left: 0;
  }
}
.tab-content-edit-wrapepr .seven-information .profile-form-wrapper input {
  background: var(--background-color-4);
  height: 50px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: 0.3s;
}
.tab-content-edit-wrapepr .seven-information .profile-form-wrapper input:focus {
  border: 2px solid var(--color-primary);
}
.tab-content-edit-wrapepr .seven-information .profile-picture-change .thumbnail img {
  border-radius: 5px;
  border: 3px solid var(--color-border);
  max-width: 100px;
  position: relative;
  z-index: 2;
  bottom: -40px;
}
.tab-content-edit-wrapepr .seven-information .profile-picture-change .drag-drop-area {
  position: relative;
  height: 200px;
  background: var(--background-color-1);
  width: 75%;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px dashed rgba(87, 87, 87, 0.452);
}
.tab-content-edit-wrapepr .seven-information .profile-picture-change .drag-drop-area input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  left: 0;
}
.tab-content-edit-wrapepr .seven-information .profile-picture-change .drag-drop-area label {
  margin-top: 70px;
}
.tab-content-edit-wrapepr .seven-information .profile-picture-change .drag-drop-area label p {
  font-size: 15px;
}
.tab-content-edit-wrapepr .seven-information .edit-bio-area textarea {
  background: var(--background-color-4);
  height: 150px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: var(--transition);
}

.role-area input {
  background: var(--background-color-4);
  height: 50px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: 0.3s;
}
.role-area input:focus {
  border: 2px solid var(--color-primary);
}

.input-two-wrapepr-prifile {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .input-two-wrapepr-prifile {
    flex-wrap: wrap;
  }
}
.input-two-wrapepr-prifile .role-area,
.input-two-wrapepr-prifile .profile-edit-select {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .input-two-wrapepr-prifile .role-area,
.input-two-wrapepr-prifile .profile-edit-select {
    width: 100%;
  }
}
.input-two-wrapepr-prifile .role-area {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .input-two-wrapepr-prifile .role-area {
    margin-right: 0;
  }
}
.input-two-wrapepr-prifile .profile-edit-select {
  margin-top: 45px;
  margin-left: 15px;
  background: var(--background-color-4);
  height: 50px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: 0.3s;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .input-two-wrapepr-prifile .profile-edit-select {
    margin-top: 25px;
    margin-left: 0;
  }
}

.input-two-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .input-two-wrapper {
    flex-wrap: wrap;
    margin-top: 0 !important;
  }
}
.input-two-wrapper .profile-edit-select {
  margin-top: 25px;
  background: var(--background-color-4);
  height: 50px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: 0.3s;
  display: flex;
  align-items: center;
  float: none;
}
@media only screen and (max-width: 767px) {
  .input-two-wrapper .profile-edit-select {
    margin-top: 10px;
  }
}
.input-two-wrapper .phone-number {
  margin-left: 15px;
}
.input-two-wrapper .phone-number input {
  background: var(--background-color-4);
  height: 50px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: 0.3s;
}
.input-two-wrapper .currency {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .input-two-wrapper .currency {
    margin-right: 0;
  }
}
.input-two-wrapper .half-wid {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .input-two-wrapper .half-wid {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.input-two-wrapper .old-password {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .input-two-wrapper .old-password {
    margin-right: 0;
  }
}
.input-two-wrapper .new-password {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .input-two-wrapper .new-password {
    margin-left: 0;
    margin-top: 15px;
  }
}

.seven-information .save-btn-edit {
  border-radius: 5px;
  display: flex;
  max-width: max-content;
  justify-content: end;
  margin: 20px 0 0 auto;
}

.seven-information .condition p {
  margin-bottom: 25px;
  font-size: 14px;
}
.seven-information input {
  background: var(--background-color-4);
  height: 50px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: 0.3s;
}
.seven-information .save-btn-edit {
  border-radius: 5px;
  display: flex;
  max-width: max-content;
  justify-content: end;
  margin: 20px 0 0 auto;
}

.seven-information p {
  font-size: 14px;
}

.save-btn-edit {
  border-radius: 5px !important;
  display: flex !important;
  max-width: max-content;
  justify-content: end;
  margin: 20px 0 0 auto;
}
.save-btn-edit .btn {
  border-radius: 5px;
}

.seven-information .title {
  margin-bottom: 15px;
}
.seven-information label {
  margin: 0;
  margin-bottom: 10px;
}
.seven-information label::before {
  display: none;
}
.seven-information label::after {
  display: none;
}
.seven-information .single-notice-setting {
  display: flex;
  align-content: center;
}
.seven-information .single-notice-setting .input {
  margin-right: 10px;
}
.seven-information .single-notice-setting .input input {
  max-width: max-content;
}
.seven-information .single-notice-setting .content-text p {
  font-size: 18px;
  font-weight: 500;
}
/* ---------------Animation---------------- */
.slit-in-vertical {
  -webkit-animation: slit-in-vertical 0.45s ease-out both;
  animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}
/*---------------#region Alert--------------- */
#dialogoverlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: transparent;
  width: 100%;
  z-index: 10;
}

#dialogbox {
  display: none;
  position: absolute;
  background: var(--background-color-4);
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 #000;
  transition: 0.3s;
  width: 40%;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #dialogbox {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #dialogbox {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #dialogbox {
    width: 80%;
  }
}

#dialogbox:hover {
  box-shadow: 0 8px 16px 0 #000;
}

.container {
  padding: 2px 16px;
}

.pure-material-button-contained {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 0 16px;
  max-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: white;
  background-color: var(--color-primary);
  /* background-color: rgb(1, 47, 61) */
  box-shadow: 0 3px 1px -2px #000, 0 2px 2px 0 #000, 0 1px 5px 0 #000;
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.pure-material-button-contained::-moz-focus-inner {
  border: none;
}

/* ---------------Overlay--------------- */
.pure-material-button-contained::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 50%;
  width: 32px;
  /* Safari */
  height: 32px;
  /* Safari */
  background-color: #000;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
  box-shadow: 0 2px 4px -1px #000, 0 4px 5px 0 #000, 0 1px 10px 0 #000;
}

.pure-material-button-contained:hover::before {
  opacity: 0.08;
}

.pure-material-button-contained:focus::before {
  opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
  opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
  box-shadow: 0 5px 5px -3px #000, 0 8px 10px 1px #000, 0 3px 14px 2px #000;
}

.pure-material-button-contained:active::after {
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
  color: #000;
  background-color: #000;
  box-shadow: none;
  cursor: initial;
}

.pure-material-button-contained:disabled::before {
  opacity: 0;
}

.pure-material-button-contained:disabled::after {
  opacity: 0;
}

#dialogbox > div {
  background: var(--background-color-4);
  margin: 8px;
}

#dialogbox > div > #dialogboxhead {
  background: #000;
  font-size: 19px;
  padding: 10px;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#dialogbox > div > #dialogboxbody {
  background: var(--color-success);
  padding: 20px;
  color: var(--color-white) !important;
  font-size: 16px;
  border-radius: 5px;
}

#dialogbox > div > #dialogboxfoot {
  background: var(--background-color-4);
  padding: 10px;
  text-align: right;
}

/*#endregion Alert*/
.category-style-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--background-color-3);
  padding: 25px;
  border-radius: 6px;
  border: 1px solid var(--color-border);
}
.category-style-one i {
  font-size: 40px;
  transition: var(--transition);
}
.category-style-one span.category-label {
  font-size: 16px;
  margin-top: 7px;
  transition: var(--transition);
  color: var(--color-white);
}
.category-style-one:hover {
  background: var(--color-primary);
}
.category-style-one:hover i {
  color: var(--color-white);
}
.category-style-one:hover span.category-label {
  color: var(--color-white);
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid var(--color-primary);
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 55%;
}
@media only screen and (max-width: 767px) {
  .video-play-button span {
    border-left: 20px solid var(--color-primary);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
  }
}
@media only screen and (max-width: 575px) {
  .video-play-button span {
    border-left: 15px solid var(--color-primary);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000cc;
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.vedio-wrapper img {
  border-radius: 6px;
  padding: 20px;
  background: var(--background-color-1);
  max-height: 650px;
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .vedio-wrapper img {
    padding: 10px;
  }
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px #000000bf;
  z-index: 1000;
  width: 80%;
  height: 80%;
}

p.subtitle {
  max-width: 50%;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  p.subtitle {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  p.subtitle {
    max-width: 95%;
  }
}
@media only screen and (max-width: 479px) {
  p.subtitle {
    max-width: 100%;
  }
}

.video-play-button.btn-large {
  width: 80px;
  height: 80px;
  background: var(--color-white);
  border-radius: 100%;
  margin-left: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .video-play-button.btn-large {
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .video-play-button.btn-large {
    height: 40px;
    width: 40px;
  }
}
.video-play-button.with-animation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid var(--color-white);
  animation: ripple 2s linear infinite;
}
.video-play-button.with-animation::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid var(--color-white);
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.subscribe-wrapper_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 50px;
  border-radius: 6px;
  border: 10px solid var(--background-color-1);
}
@media only screen and (max-width: 479px) {
  .subscribe-wrapper_1 {
    padding: 30px 8px;
  }
}
.subscribe-wrapper_1 .subscribe-input-wrapper .input-group {
  max-width: max-content;
}
.subscribe-wrapper_1 .subscribe-input-wrapper .input-group input {
  width: 450px;
  background: var(--background-color-2);
  border: 1px solid var(--color-border);
  border-radius: 6px 0 0 6px;
  color: var(--color-body);
  padding-right: 110px;
}
@media only screen and (max-width: 767px) {
  .subscribe-wrapper_1 .subscribe-input-wrapper .input-group input {
    width: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .subscribe-wrapper_1 .subscribe-input-wrapper .input-group input {
    width: 190px;
  }
}
@media only screen and (max-width: 479px) {
  .subscribe-wrapper_1 .subscribe-input-wrapper .input-group input {
    width: 236px;
  }
}
.subscribe-wrapper_1 .subscribe-input-wrapper .input-group input:focus {
  box-shadow: none;
  border: 1px solid var(--color-primary);
}
.subscribe-wrapper_1 .subscribe-input-wrapper .input-group .input-group-append button {
  margin-left: -98px;
  position: relative;
  z-index: 100000;
  max-width: max-content;
  border-radius: 0 6px 6px 0;
}
@media only screen and (max-width: 479px) {
  .subscribe-wrapper_1 .subscribe-input-wrapper .input-group .input-group-append button {
    margin-left: -107px;
  }
}
.subscribe-wrapper_1 .subscribe-input-wrapper [data-black-overlay]:before {
  border-radius: 6px;
}

.create-collection-form-wrapper {
  display: flex;
  flex-direction: column;
  padding: 25px;
  background: var(--background-color-1);
  border: 1px solid var(--color-border);
  border-radius: 6px;
}
@media only screen and (max-width: 479px) {
  .create-collection-form-wrapper {
    padding: 10px;
  }
}
.create-collection-form-wrapper .button-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 400px) {
  .create-collection-form-wrapper .button-wrapper .btn:last-child {
    margin-top: 15px;
  }
}

.create-collection-form-wrapper .seven-information .single-notice-setting .content-text p {
  font-size: var(--font-size-b1);
  font-weight: 500;
}

.creat-collection-area h2 {
  margin-bottom: 50px;
}

.collection-single-wized {
  margin-bottom: 30px;
}
.collection-single-wized.banner {
  background: var(--background-color-1);
  padding: 25px;
  border-radius: 6px;
  border: 1px solid var(--color-border);
}
@media only screen and (max-width: 479px) {
  .collection-single-wized.banner {
    padding: 15px;
  }
}
.collection-single-wized .title {
  margin-bottom: 10px;
}
.collection-single-wized .title.required {
  position: relative;
  display: table;
}
.collection-single-wized .title.required::after {
  position: absolute;
  content: "*";
  right: -13px;
  top: 0;
  color: var(--color-danger);
  font-size: 16px;
}
.collection-single-wized span.sub {
  margin-bottom: 10px;
}
.collection-single-wized .create-collection-input.logo-image .logo-c-image img {
  border: 3px dashed var(--color-border);
  object-fit: cover;
  margin-top: 15px;
  cursor: pointer;
}
.collection-single-wized .create-collection-input.logo-image .logo-c-image.logo {
  position: relative;
  display: inline-block;
}
.collection-single-wized .create-collection-input.logo-image .logo-c-image.logo label {
  position: absolute;
  cursor: pointer;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: var(--background-color-4);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 19px;
  right: 13px;
  border: 1px solid var(--color-border);
  transition: var(--transition);
}
.collection-single-wized .create-collection-input.logo-image .logo-c-image.logo label:hover {
  background: var(--color-primary);
}
.collection-single-wized .create-collection-input .brows-file-wrapper input {
  display: none;
}
.collection-single-wized .create-collection-input.feature-image .logo-c-image img {
  object-fit: cover;
  border: 3px dashed var(--color-border);
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
}
.collection-single-wized .create-collection-input.feature-image .logo-c-image.feature {
  position: relative;
  display: inline-block;
}
.collection-single-wized .create-collection-input.feature-image .logo-c-image.feature label {
  position: absolute;
  cursor: pointer;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: var(--background-color-4);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  right: -10px;
  border: 1px solid var(--color-border);
  transition: var(--transition);
}
.collection-single-wized .create-collection-input.feature-image .logo-c-image.feature label:hover {
  background: var(--color-primary);
}
.collection-single-wized .create-collection-input.banner-image .logo-c-image img {
  width: 100%;
  object-fit: cover;
  border: 3px dashed var(--color-border);
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
}
.collection-single-wized .create-collection-input.banner-image .logo-c-image.banner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.collection-single-wized .create-collection-input.banner-image .logo-c-image.banner label {
  position: absolute;
  cursor: pointer;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: var(--background-color-4);
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1px;
  right: -10px;
  border: 1px solid var(--color-border);
  transition: var(--transition);
}
.collection-single-wized .create-collection-input.banner-image .logo-c-image.banner label:hover {
  background: var(--color-primary);
}
.collection-single-wized .create-collection-input input {
  background: var(--background-color-4);
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: 0.3s;
  margin-top: 15px;
}
.collection-single-wized .create-collection-input input:focus {
  border: 2px solid var(--color-primary);
}
.collection-single-wized .create-collection-input input.name {
  height: 50px;
}
.collection-single-wized .create-collection-input input.url {
  height: 50px;
}
.collection-single-wized .create-collection-input textarea {
  background: var(--background-color-4);
  height: 210px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: var(--transition);
  margin-top: 15px;
}
.collection-single-wized .create-collection-input .nice-select {
  margin-top: 15px;
  padding: 0px 32px 0 22px;
  width: 100%;
  background: var(--background-color-4);
  border-radius: 5px;
  color: var(--color-white);
  border: 2px solid var(--color-border);
  transition: var(--transition);
  height: 50px;
  line-height: 45px;
}
.collection-single-wized .create-collection-input .nice-select::after {
  right: 18px;
  top: 55%;
}
.collection-single-wized .create-collection-input .nice-select.open .list {
  width: 100%;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  user-select: none;
  border-radius: 8px;
}
.checkbox-group > * {
  margin: 0.5rem 1rem;
}

.checkbox-group-legend {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9c9c9c;
  line-height: 1.125;
  margin-bottom: 1.25rem;
}

.checkbox-input {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.checkbox-input:checked + .checkbox-tile {
  border-color: var(--color-primary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: var(--color-primary);
}
.checkbox-input:checked + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.checkbox-input:checked + .checkbox-tile .checkbox-icon,
.checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: var(--color-primary);
}
.checkbox-input:focus + .checkbox-tile {
  border-color: var(--color-primary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}
.checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-height: 200px;
  border-radius: 0.5rem;
  border: 2px solid #dde2f2;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}
.checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: -12px;
  left: -12px;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.checkbox-tile:hover {
  border-color: var(--color-primary);
}
.checkbox-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}
.checkbox-icon svg {
  width: 3rem;
  height: 3rem;
}

.checkbox-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
  top: 30px;
  position: relative;
}

fieldset {
  padding: 0;
  border: none;
}
fieldset.checkbox-group {
  margin: 20px 0 0 0;
  margin-left: -10px;
}

.width-50-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .width-50-wrapper {
    flex-direction: column;
  }
}
.width-50-wrapper .collection-single-wized {
  width: 48.5%;
  padding: 20px;
  background: var(--background-color-1);
  border: 1px solid var(--color-border);
  border-radius: 6px;
}
@media only screen and (max-width: 479px) {
  .width-50-wrapper .collection-single-wized {
    padding: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .width-50-wrapper .collection-single-wized {
    width: 100%;
  }
}

.newsletter-wrapper {
  padding: 25px;
  background: var(--background-color-1);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  height: 100%;
}
.newsletter-wrapper input {
  background: var(--background-color-4);
  height: 50px;
  border-radius: 5px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  border: 2px solid var(--color-border);
  transition: 0.3s;
}

.newsletter-right {
  padding: 25px;
  background: var(--background-color-1);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  height: 100%;
}
.newsletter-right img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-right {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-right {
    margin-top: 30px;
  }
}

.forum-left {
  padding-right: 100px;
}

.forum-search .input-group {
  max-width: inherit;
  position: relative;
}
.forum-search .input-group input {
  background: var(--background-color-2);
  height: 50px;
  border-radius: 6px 10px 10px 6px !important;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
  transition: 0.3s;
}
.forum-search .input-group input:focus {
  box-shadow: none;
  z-index: 1;
}
.forum-search .input-group .input-group-append {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.forum-search .input-group .input-group-append button {
  padding: 13px 15px;
  border-radius: 0 6px 6px 0;
}
hr.form-ans-separator {
  height: 1px;
  width: 100%;
  background: var(--color-border);
  margin-top: 20px !important;
  opacity: 1;
}

/* key feature style */
.single-key {
  background: var(--background-color-1);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  padding: 36px 20px 36px 20px;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: var(--transition);
  height: 100%;
}
.single-key svg {
  display: block;
  height: 40px;
  width: 40px;
  stroke-width: 2px;
  transition: var(--transition);
}
.single-key label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  transition: var(--transition);
}
.single-key:hover {
  background: var(--color-primary);
}
/*# sourceMappingURL=../maps/style.css.map */

.red-bg {
  background:#CF2027;
}
.steps i {
  font-size: 80px;
}
.about-info-img {
  width: 300px;
}
.rel-buttons {
  padding:60px;
  background:var(--color-primary);
  margin:20px 0;
  font-size: 28px;
}
.rel-buttons:hover {
  background:var(--background-color-3);
  transition-delay: 0.2s;
}
.rel-buttons span.category-label, .rel-buttons i {
  font-size:28px!important;
}
.rel-pos {
  position: relative;
  margin-top:-160px;
  z-index: 1;
}
.banner-logo {
  max-width: 400px;
}
.client-card-thumbnail img, .card-thumbnail-showcase img {
  object-fit: contain;
}
.client-card-thumbnail-alt img {
  object-fit: contain;
  height:100px;
  width:100%;
}
.hero-header button.slide-arrow.prev-arrow.slick-arrow, .hero-header button.slide-arrow.next-arrow.slick-arrow {
  display: none!important;
} 
.pulse-button {
  /* Button default styles, customize them to match your button */
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: var(--color-primary);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(#CF2027, .5);
  -webkit-animation: pulse 1.5s infinite;
  
  /* Apply the pulse animation */
  animation: pulse 1s infinite;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 50px rgba(#CF2027, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(#CF2027, 0);
  }
}

.pulse-button:hover {
  -webkit-animation: none;
}


.site-list img {
  width:55px
}
ul.submenu {
  padding:0;
}
.sitesw {
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  text-align: center;
  top: 5%;
  transition: all 0.5s ease 0s;
  z-index: 999;
  height: auto;
}

.ssw {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  border: none;
  color: var(--color-white);
  padding: 10px 16px;
  border-radius: 10px;
  transition: var(--transition);
  letter-spacing: 0.5px;
  width: auto;
  border: 0 none;
  box-shadow: none;
  outline: none;
}
.ssw::after {
  display:none;
}


.landing-area {
 min-height:100vh;
 background-size: cover;
}