@charset "UTF-8";
/*=====================================================================*/
:root {
  --plyr-color-main: #750537;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #616161;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  background-color: #f4f6f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  color: #0c0c0c;
  line-height: 1.3;
}

h1 {
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.375rem;
  }
}

h2 {
  font-size: calc(1.4875rem + 2.85vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.625rem;
  }
}

h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: #616161;
  text-decoration: none;
}
@media not all and (pointer: coarse) {
  a:hover {
    color: #750537;
  }
}
a::focus {
  color: #750537;
}

/*===== keyframes for banner img ====*/
@-webkit-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-moz-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-ms-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-o-keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@keyframes santa-ride {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@-webkit-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-ms-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-o-keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes rotate {
  0%, 5% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: skew(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotate {
  0%, 5% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: skew(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-ms-keyframes rotate {
  0%, 5% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: skew(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-o-keyframes rotate {
  0%, 5% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: skew(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0%, 5% {
    transform: rotate(15deg) skew(1deg);
  }
  50% {
    transform: skew(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@-moz-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@-ms-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@-o-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@-webkit-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-ms-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-o-keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-moz-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-ms-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-o-keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@keyframes light {
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 0.7;
  }
  30%, 50%, 70% {
    opacity: 0.9;
  }
  40%, 60% {
    opacity: 1;
  }
}
@-webkit-keyframes hearbeat {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes hearbeat {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes hearbeat {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes hearbeat {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hearbeat {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/*=-=-=-=-=-=====> utility classes start here <======= -=-=-=-=-=-=-=*/
.color__theme-color {
  color: #750537 !important;
}

.padding-top {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 100px;
  }
}

.padding-bottom {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 100px;
  }
}

/*=-=-=-=-=-=====> utility classes end here <======= -=-=-=-=-=-=-=*/
/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.nft-item-bottom .nft-thumb .nft-countdown, .nft-item.blog-item .nft-content .meta-info, .explore__item-content .author a, .social, .header__search button, .header__search {
  display: flex;
  flex-wrap: wrap;
}

.veryfied, .nft-item-bottom .nft-thumb, .nft-item, .default-btn, .banner__thumb, .banner__wrapper, .banner, .section-header .section-header-wrap, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a, .header__nav-menu a, .header__nav-link[data-bs-toggle=dropdown], .header__nav-item, .header__nav, .header__content {
  position: relative;
}

.nft-search-input button, .veryfied:after, .nft-item-bottom .nft-thumb .nft-countdown, .section-header .header-title, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a::before, .header__nav-link[data-bs-toggle=dropdown]:after, .header__nav-link[data-bs-toggle=dropdown]:before, .header__search button, .header__search, .header__btn {
  position: absolute;
  content: "";
}

.nft-item.collection-item .nft-coll-thumb, .nft-item, .explore__item-content .author a .author__img, .default-btn, .banner, .page-header-section.style-1, .nft-item.blog-item .nft-content h4 a, .nft-item .single-author h6 a {
  overflow: hidden;
}

.nft-item-bottom .nft-thumb img, .nft-item.collection-item .nft-coll-thumb .single-thumb img, .nft-item.blog-item .nft-thumb img, .nft-item.style-2 .nft-thumb img, .explore__item-thumb img, .explore .section-header .nft-filter .form-floating, .explore .section-header .nft-filter h3, .explore .section-header .nft-filter, .header__nav, .header__search, .header__content {
  width: 100%;
}

.header__actions, .header__logo {
  height: 100%;
}

.page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a, h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li.active {
  font-weight: 400;
}

.explore .section-header, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb, .header__search button {
  justify-content: center;
}

.header__content {
  justify-content: space-between;
}

.header__nav-menu a, .header__nav-link, .header__search, .header__logo {
  justify-content: flex-start;
}

.header__actions {
  justify-content: flex-end;
}

.nft-item-bottom .nft-thumb .nft-countdown, .nft-item.blog-item .nft-content .meta-info, .explore__item-content .author a, .social, .header__nav-menu a, .header__nav-link, .header__search button, .header__search, .wallet-btn a, .header__actions, .header__logo, .header__content {
  align-items: center;
}

.header__btn, .header {
  display: block;
}

.pagination__link, .nft-item-bottom .nft-content .nft-bid, .nft-item.style-2 .nft-content .author-thumb, .nft-item .nft-item-top .more-part .dropstart > a i, .nft-item .nft-item-top .more-part .dropstart > a, .default-btn, .social__link, .footer__about a {
  display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.nft-item.blog-item .nft-content h4 a, .nft-item .single-author h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.pagination__link, .nft-item-bottom .nft-thumb .nft-countdown li, .nft-item.style-2 .nft-content, .nft-item .nft-item-top .more-part .dropstart > a, .explore .section-header .nft-filter h3, .wallet__item, .wallet .wallet__title, .social__link, .page-header, .section-header, .page-header-section.style-1 {
  text-align: center;
}

.social, ul,
ol {
  list-style: none;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.page-header-section.style-1 {
  margin: 0;
}

.nft-item-bottom .nft-content p, .nft-item-bottom .nft-thumb .nft-countdown, .nft-item.collection-item .collection-title p, .nft-item.blog-item .nft-content .meta-info date,
.nft-item.blog-item .nft-content .meta-info p, .nft-item.style-3 .nft-content p, .nft-item.style-2 .nft-content .author-details p, .nft-item .nft-item-top .author-part .author-list, .explore__item-top h4, .social, .page-header-section.style-1 .page-header-content .page-header-inner .page-title p, ul,
ol {
  margin-bottom: 0;
}

.nft-item.collection-item .collection-title h5, .nft-item.blog-item .nft-content h4 {
  margin-bottom: 5px;
}

.nft-item.blog-item .nft-thumb, .nft-item.style-2 .nft-content .author-details h5 {
  margin-bottom: 10px;
}

.nft-item.blog-item .nft-content .meta-info, .nft-item.style-3 .nft-content h5 {
  margin-bottom: 15px;
}

.nft-item-bottom .nft-thumb, .explore__item-top p, .header__nav-item {
  margin-bottom: 20px;
}

.footer__about a {
  margin-bottom: 25px;
}

.nft-item.style-3 .nft-thumb, .wallet .wallet__title {
  margin-bottom: 30px;
}

.error__content img {
  margin-bottom: 50px;
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li.active {
  margin-left: 10px;
}

.nft-item.blog-item .nft-content .meta-info date i,
.nft-item.blog-item .nft-content .meta-info p i, .default-btn span svg, .wallet-btn a span {
  margin-right: 5px;
}

.nft-item-bottom .nft-content .currency-img {
  margin-right: 10px;
}

.header__actions {
  margin-right: 20px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.page-header-section.style-1 {
  padding: 0;
}

.nft-item.blog-item .nft-content, .nft-item.blog-item .nft-inner {
  padding: 10px;
}

.explore__item {
  padding: 15px;
}

.error__wrapper {
  padding: 50px;
}

.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb {
  padding-top: 0;
}

.social, .page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb, ul,
ol {
  padding-left: 0;
}

/*============ Header section css start here ==============*/
/*==============================
	Header
==============================*/
.header {
  width: auto;
  height: 90px;
  background-color: #fff;
}
.header.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.header__content {
  display: flex;
  height: 90px;
}
@media (min-width: 768px) {
  .header__content {
    padding-inline: 5%;
  }
}

.header__logo {
  display: inline-flex;
  border-right: 1px solid #f4f6f9;
  padding-right: 1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .header__logo {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
  }
}

.header__actions {
  display: inline-flex;
  width: 15%;
  gap: 20px;
}
@media (min-width: 768px) {
  .header__actions {
    margin-left: 5%;
  }
}

.header__action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 22px;
  position: relative;
  margin-left: 20px;
}

.header__action:first-child {
  margin-left: 0;
}

.wallet-btn {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .wallet-btn {
    padding-left: 1.5rem;
  }
}
.wallet-btn a {
  display: inline-flex;
  gap: 5px;
  color: #0c0c0c;
}
.wallet-btn a:hover {
  color: #750537;
}
.wallet-btn a span svg {
  font-size: 1.7rem;
  color: #750537;
}

.header__action-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 100%;
  background: transparent;
  border: none;
}
@media (max-width: 320px) {
  .header__action-btn {
    margin-left: 20px;
  }
}
.header__action-btn span {
  display: none;
}
.header__action-btn svg {
  color: #000000;
  font-size: 20px;
}
.header__action-btn svg:hover {
  color: #750537;
}

.header__btn {
  background: transparent;
  border: none;
  width: 22px;
  height: 22px;
  right: 0;
  top: 0;
}

/*---------test--------*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  margin-right: 1%;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#menu05.header__btn--active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  background: #750537;
}

#menu05.header__btn--active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu05-bar02 0.8s forwards;
}

@keyframes active-menu05-bar02 {
  100% {
    height: 0;
  }
}
#menu05.header__btn--active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
  background: #750537;
}

.header__search {
  left: 0;
  top: -71px;
  height: 70px;
  background-color: #f4f6f9;
  z-index: 1;
  padding: 0 15px;
  transition: top 0.5s ease;
  border-radius: 5px;
}
.header__search input {
  width: calc(100% - 30px);
  height: 50px;
  background-color: transparent;
  color: #0c0c0c;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  padding: 0 45px 0 20px;
  font-weight: 400;
  border: 1px solid #f4f6f9;
  outline: none;
}
.header__search input:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-color: rgba(117, 5, 55, 0.4);
}
.header__search input::placeholder {
  color: #0c0c0c;
}
.header__search button {
  right: 60px;
  top: 15px;
  height: 40px;
  width: auto;
  background-color: transparent;
  color: #0c0c0c;
  border: none;
  outline: none;
}
.header__search button i {
  color: #0c0c0c;
  transition: all 0.3s ease;
}
.header__search button i:hover {
  color: #750537;
}
.header__search button svg {
  width: 20px;
  height: auto;
  fill: #2c2c2c;
  transition: 0.5s ease;
}
.header__search button svg:hover {
  fill: #750537;
}

.header__search button.close {
  right: 15px;
}

.header__search--active {
  top: 0;
}

.header__menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 90px;
  right: 0;
  bottom: 0;
  background-color: #f4f6f9;
  z-index: 99;
  width: 280px;
  padding: 25px 25px 0;
  transform: translate3d(281px, 0, 0);
  transition: transform 0.5s ease;
  border-left: 1px solid #f4f6f9;
}
@media (min-width: 1200px) {
  .header__menu {
    width: auto;
  }
}

.header__menu--active {
  transform: translate3d(0, 0, 0);
}

.header__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.header__nav-link {
  font-size: 18px;
  color: #000000;
  font-family: "Rajdhani", sans-serif;
  height: 22px;
  font-weight: 500;
  display: inline-flex;
  flex-direction: row;
}
.header__nav-link[data-bs-toggle=dropdown]:before {
  width: 10px;
  height: 1.5px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  transition: all 0.3s ease;
}
.header__nav-link[data-bs-toggle=dropdown]:after {
  height: 10px;
  width: 1.5px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  transition: all 0.3s ease;
}
@media (min-width: 1440px) {
  .header__nav-link[data-bs-toggle=dropdown]:after {
    right: -11px;
  }
}
.header__nav-link[data-bs-toggle=dropdown]:hover:after, .header__nav-link[data-bs-toggle=dropdown]:hover:before {
  background: #750537;
}
.header__nav-link.active {
  color: #750537;
}
.header__nav-link.active svg {
  fill: #750537;
}
.header__nav-link.active:after, .header__nav-link.active:before {
  background-color: #750537;
}
.header__nav-link.active.home-2 {
  color: #750537;
}
.header__nav-link.active.home-2:after, .header__nav-link.active.home-2:before {
  background-color: #750537;
}

.header__nav-link svg {
  fill: #fff;
  width: 1.75rem;
  height: auto;
  transition: fill 0.5s ease;
  margin-left: 1px;
  margin-top: 2px;
}

.header__nav-link--menu svg {
  width: 20px;
  margin-top: 0;
  margin-left: 0;
}

.header__nav-link--active {
  color: #750537;
  cursor: default;
  font-weight: 500;
}

.header__nav-link--active:hover {
  color: #750537 !important;
}

.header__nav-link[aria-expanded=true] {
  color: #750537;
}
.header__nav-link[aria-expanded=true]::before {
  background-color: #750537;
}
.header__nav-link[aria-expanded=true]:after {
  transform: rotate(-90deg);
  opacity: 0;
}
.header__nav-link[aria-expanded=true]:hover {
  color: #750537;
}

.header__nav-link:hover svg,
.header__nav-link[aria-expanded=true] svg {
  fill: #750537;
}

.header__nav-menu {
  display: block;
  position: absolute !important;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  top: 0;
  background-color: #222227;
  border-radius: 5px;
  padding: 10px 20px;
  width: 200px;
  transition: opacity 0.5s ease;
  transform: translate3d(0px, 22px, 0px);
  margin-top: 10px;
  height: auto;
  border: 1px solid #f4f6f9;
}

.header__nav-menu .header__nav-menu {
  margin-top: 5px;
  margin-left: 20px;
}

.header__nav-menu li {
  position: relative;
  padding-block: 5px;
  border-bottom: 1px solid #f4f6f9;
}
.header__nav-menu li:last-child {
  border-bottom: none;
}

.header__nav-menu a {
  display: flex;
  flex-direction: row;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.5s ease;
}

.drop-down-item.active {
  color: #750537;
}

.header__nav-menu a svg {
  fill: #bdbdbd;
  width: 14px;
  height: auto;
  transition: 0.5s ease;
  margin-left: 1px;
  margin-top: 2px;
}

.header__nav-menu a:hover,
.header__nav-menu a[aria-expanded=true] {
  color: #750537;
}

.header__nav-menu a:hover svg,
.header__nav-menu a[aria-expanded=true] svg {
  fill: #6164ff;
}

.header__nav-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
}

.header__profile-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 6px 0 6px;
  height: 54px;
  border-left: 1px solid #f4f6f9;
  border-right: 1px solid #f4f6f9;
}

.header__profile-btn img {
  display: none;
  width: 40px !important;
  height: 40px;
  border-radius: 12px;
  margin-right: 6px;
}

.header__profile-btn div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 6px;
}

.header__profile-btn p {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.header__profile-btn span {
  font-size: 12px;
  color: #bdbdbd;
  line-height: 18px;
}

.header__profile-btn svg {
  fill: #bdbdbd;
  width: 16px;
  height: auto;
  transition: fill 0.5s ease;
  margin-left: 6px;
  margin-top: 2px;
}

.header__profile-btn:hover svg,
.header__profile-btn[aria-expanded=true] svg {
  fill: #6164ff;
}

.header__profile-menu {
  display: block;
  position: absolute !important;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  top: 0;
  background-color: #16151a;
  border-radius: 16px;
  padding: 20px;
  min-width: 180px;
  transition: opacity 0.5s ease;
  transform: translate3d(0px, 54px, 0px) !important;
  height: auto;
  border: 1px solid #222227;
  right: 0 !important;
  left: auto !important;
  margin-top: 2px;
}

.header__profile-menu li {
  margin-bottom: 15px;
  width: 100%;
}

.header__profile-menu li:last-child {
  margin-bottom: 0;
}

.header__profile-menu li:last-child {
  padding-top: 15px;
  border-top: 1px solid #222227;
}

.header__profile-menu a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.5s ease;
  position: relative;
}

.header__profile-menu a svg {
  fill: #fff;
  width: 20px;
  height: auto;
  transition: fill 0.5s ease;
  margin-right: 10px;
}

.header__profile-menu a:hover {
  color: #fff;
}

.header__profile-menu a:hover svg {
  fill: #6164ff;
}

.header__profile-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
}

@media (min-width: 576px) {
  .header__search {
    padding: 0 30px;
  }

  .header__search button {
    right: 75px;
  }

  .header__search button.close {
    right: 30px;
  }

  .header__profile-btn img {
    display: block;
  }

  .header__profile-btn--verified:after {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: auto;
  }

  .header__btn {
    display: none;
  }

  .header__actions {
    margin-right: 0;
  }

  .header__action--search {
    display: none;
  }

  .header__search {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .header__search input {
    padding: 0 60px 0 20px;
    width: 100%;
    background-color: #f4f6f9;
  }

  .header__search button {
    right: 20px;
  }

  .header__search button.close {
    display: none;
  }

  .header__search--active {
    top: auto;
  }

  .header__menu {
    flex-direction: row;
    align-items: center;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    background-color: transparent;
    transform: translate3d(0, 0, 0);
    border: none;
    transition: transform 0s ease;
  }

  .header__nav {
    flex-direction: row;
    align-items: center;
    width: auto;
  }

  .header__nav-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .header__nav-item {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .header__nav-menu {
    transform: translate3d(0px, 46px, 0px);
  }
}
@media (min-width: 1200px) {
  .header__nav-menu .header__nav-menu {
    transform: translate3d(0px, 22px, 0px);
  }
}
/*============ Header section css end here ==============*/
/*============ Page Header  css start here ==============*/
.page-header-section {
  background-image: url(../images/banner/page-banner.jpg);
  background-size: cover;
}
.page-header-section.style-1 {
  border: none;
  padding-top: 125px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .page-header-section.style-1 {
    padding-top: 185px;
    padding-bottom: 100px;
  }
}
.page-header-section.style-1 .page-header-content .page-header-inner .page-title h2 {
  font-weight: 600;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li {
  color: #0c0c0c;
  margin: 0 5px;
  text-transform: capitalize;
  font-size: 1.125rem;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a {
  color: #0c0c0c;
  padding: 0 5px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a:hover {
  color: #750537;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li a::before {
  background: #0c0c0c;
  width: 8px;
  height: 1px;
  transform: translateY(-50%);
  top: 50%;
  right: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header-section.style-1 .page-header-content .page-header-inner .breadcrumb li:first-child {
  margin-left: 0;
}
.page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text {
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
}
.page-header-section.style-1 .page-header-content .page-header-inner .page-title .title-text span {
  color: #750537;
}
.page-header-section.style-1 .page-header-content .page-header-inner .page-title p {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

/*=-=-=-======< Section header start here >==========-=-=-=-*/
.section-header {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }
}
.section-header .section-header-wrap {
  display: inline-block;
}
.section-header .header-title {
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
}
.section-header .header-title img {
  -webkit-animation: light 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 2s both infinite;
  -moz-animation: light 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 2s both infinite;
  -ms-animation: light 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 2s both infinite;
  -o-animation: light 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 2s both infinite;
  animation: light 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 2s both infinite;
}
.section-header h3 {
  position: inherit;
  z-index: 1;
  text-transform: uppercase;
}

/*=-=-=-======< Section header end here >==========-=-=-=-*/
/*=-=-=-======< Page header start here >==========-=-=-=-*/
.page-header {
  padding-block: 80px;
  background-image: url(../images/header/bg.jpg);
  background-size: cover;
}
@media (min-width: 992px) {
  .page-header {
    padding-block: 100px;
  }
}
.page-header .breadcrumb .breadcrumb-item {
  color: #000000;
}
.page-header .breadcrumb .breadcrumb-item a {
  color: #000000;
}
.page-header .breadcrumb .breadcrumb-item::before {
  color: #000000;
}

/*=-=-=-======< Page header end here >==========-=-=-=-*/
.banner {
  padding-bottom: 100px;
  padding-top: 100px;
  background-image: url(../images/banner/bg.jpg);
  background-size: cover;
}
@media (min-width: 992px) {
  .banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.banner__wrapper {
  z-index: 1;
}
.banner__thumb {
  z-index: 1;
}
.banner__thumb img {
  -webkit-animation: zoom 2s linear infinite alternate;
  -moz-animation: zoom 2s linear infinite alternate;
  -ms-animation: zoom 2s linear infinite alternate;
  -o-animation: zoom 2s linear infinite alternate;
  animation: zoom 2s linear infinite alternate;
}

.footer {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer__about {
  text-align: center;
}
.footer__about p {
  color: #fff;
}
.footer__copyright {
  -webkit-border-top: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-top: 1px solid rgba(0, 0, 0, 0.2);
  -ms-border-top: 1px solid rgba(0, 0, 0, 0.2);
  -o-border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: #616161;
}
.footer__copyright a {
  color: #000000;
}
.footer__copyright a:hover {
  color: #750537;
}

.social {
  gap: 10px;
}
.social__link {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  line-height: 55px;
  background-color: #fff;
}
.social__link svg {
  color: #0c0c0c;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .social__link svg {
    font-size: 1.5rem;
  }
}
@media not all and (pointer: coarse) {
  .social__link:hover {
    background-color: #750537;
  }
  .social__link:hover svg {
    color: #fff;
  }
}
.social__link--active {
  background-color: #750537;
}
.social__link--active svg {
  color: #fff;
}

.default-btn {
  font-size: 0.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  padding: 0 1.7rem;
  line-height: 40px;
  transform-origin: right;
  transition: all 0.3s ease;
  background: #750537;
  font-weight: bold;
}
@media (min-width: 768px) {
  .default-btn {
    padding: 0 2.25rem;
    line-height: 56px;
  }
}
.default-btn span {
  position: inherit;
  z-index: 1;
  text-transform: uppercase;
}
.default-btn__small {
  line-height: 46px;
  padding: 0 1.25rem;
}
.default-btn__rounded {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  border-radius: 99px;
}
.default-btn.move-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #59ffef 0%, #8531ff 100%);
  transition: transform 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 0;
}
.default-btn.move-right:hover:before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}
.default-btn.move-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #59ffef 0%, #8531ff 100%);
  transition: transform 0.5s;
  transform-origin: left;
  transform: scaleX(0);
  z-index: 0;
}
.default-btn.move-left:hover:before {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.5s;
}
.default-btn.move-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #59ffef 0%, #8531ff 100%);
  transition: transform 0.5s;
  transform-origin: bottom;
  transform: scaleY(0);
  z-index: 0;
}
.default-btn.move-bottom:hover:before {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.5s;
}
.default-btn.move-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #59ffef 0%, #8531ff 100%);
  transition: transform 0.5s;
  transform-origin: top;
  transform: scaleY(0);
  z-index: 0;
}
.default-btn.move-top:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}
.default-btn:hover {
  color: #fff;
  transform: translateY(-3px);
}
.default-btn.active {
  background: linear-gradient(-90deg, #59ffef 0%, #8531ff 100%);
}

@media (min-width: 992px) {
  .wallet .wallet__title {
    margin-bottom: 40px;
  }
}
.wallet__item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: calc(1.275rem + 0.3vw);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  display: block;
  padding: 30px;
  color: #000000;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .wallet__item {
    font-size: 1.5rem;
  }
}
@media not all and (pointer: coarse) {
  .wallet__item:hover {
    color: #000000;
    border-color: rgba(117, 5, 55, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(117, 5, 55, 0.8);
    -moz-box-shadow: 0 0 10px rgba(117, 5, 55, 0.8);
    -ms-box-shadow: 0 0 10px rgba(117, 5, 55, 0.8);
    -o-box-shadow: 0 0 10px rgba(117, 5, 55, 0.8);
    box-shadow: 0 0 10px rgba(117, 5, 55, 0.8);
    -webkit-transform: scale(1.009);
    -moz-transform: scale(1.009);
    -ms-transform: scale(1.009);
    -o-transform: scale(1.009);
    transform: scale(1.009);
  }
}

.error__wrapper {
  -webkit-border: 1px solid #f05514;
  -moz-border: 1px solid #f05514;
  -ms-border: 1px solid #f05514;
  -o-border: 1px solid #f05514;
  border: 1px solid #f05514;
  outline: 1px solid #750537;
  outline-offset: -10px;
}
@media (min-width: 992px) {
  .error__wrapper {
    padding: 70px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: #f4f6f9;
  z-index: 999;
}
.preloader img {
  -webkit-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  -moz-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  -ms-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  -o-animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
  animation: floating 1s cubic-bezier(0.4, -0.35, 0.01, 1.08) infinite alternate;
}

.explore .section-header {
  gap: 15px;
}
.explore .section-header .nft-filter {
  gap: 10px;
}
@media (min-width: 768px) {
  .explore .section-header .nft-filter {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .explore .section-header .nft-filter {
    width: auto;
  }
}
@media (min-width: 992px) {
  .explore .section-header .nft-filter h3 {
    width: auto;
    text-align: left;
  }
}
@media (min-width: 576px) {
  .explore .section-header .nft-filter .form-floating {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .explore .section-header .nft-filter .form-floating {
    width: auto;
  }
}
@media (min-width: 992px) {
  .explore .section-header {
    padding: 15px;
    justify-content: space-between;
  }
}
.explore__item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .explore__item {
    padding: 25px;
  }
}
.explore__item-thumb img {
  border-radius: 7px;
}
.explore__item-content .author {
  padding-block: 15px;
  padding-inline: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.explore__item-content .author a {
  gap: 15px;
}
.explore__item-content .author a .author__img {
  border-radius: 50%;
}
.explore__item-content .author a .author__name {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
}
.explore__item-meta {
  padding-block-start: 15px;
}
@media not all and (pointer: coarse) {
  .explore__item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    border-color: rgba(117, 5, 55, 0.4);
  }
}

/*-------- --------------nft item start here------- -------*/
.nft-item {
  transition: all 0.3s ease;
  border-radius: 10px;
}
.nft-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.nft-item .nft-inner {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.nft-item .nft-item-top {
  padding: 15px;
}
.nft-item .nft-item-top .more-part .dropstart > a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #616161;
  border-radius: 50%;
}
.nft-item .nft-item-top .more-part .dropstart > a i {
  font-size: 14px;
  transition: all 0.1s ease;
}
.nft-item .nft-item-top .more-part .dropstart > a:before {
  display: none;
}
.nft-item .nft-item-top .more-part .dropstart > a:focus-visible {
  outline: none;
}
.nft-item .nft-item-top .more-part .dropstart > a.show i {
  transform: rotate(-90deg);
}
.nft-item .nft-item-top .more-part .dropstart > a:hover {
  color: #0c0c0c;
}
.nft-item .nft-item-top .more-part .dropstart .dropdown-menu {
  min-width: 8rem;
  background: #f4f6f9;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.nft-item .nft-item-top .more-part .dropstart .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.nft-item .nft-item-top .more-part .dropstart .dropdown-menu li:last-child {
  border-bottom: none;
}
.nft-item .nft-item-top .more-part .dropstart .dropdown-menu li .dropdown-item {
  color: #616161;
}
.nft-item .nft-item-top .more-part .dropstart .dropdown-menu li .dropdown-item:hover {
  background: transparent;
  color: #750537;
}
.nft-item .single-author {
  gap: 10px;
}
.nft-item .single-author a img {
  border: 1px solid #f4f6f9;
  border-radius: 50%;
  max-width: 44px;
  object-fit: cover;
}
.nft-item .single-author:nth-child(2) {
  transform: translateX(-12px);
}
.nft-item .single-author:nth-child(3) {
  transform: translateX(-25px);
}
.nft-item .single-author h6 a {
  color: #0c0c0c;
}
.nft-item.style-2 .nft-content .author-thumb {
  transform: translateY(-50%);
}
.nft-item.style-2 .nft-content .author-thumb img {
  border-radius: 50%;
  border: 2px solid #f4f6f9;
  max-width: 65px;
}
.nft-item.style-2 .nft-content .author-thumb .veryfied:after {
  width: 18px;
  height: 18px;
  font-size: 15px;
}
.nft-item.style-2 .nft-content .author-details {
  margin-top: -20px;
  padding: 0 20px 20px;
}
.nft-item.style-2 .nft-content .author-details h5 a {
  color: #0c0c0c;
}
.nft-item.style-2 .nft-content .author-details h5:hover a {
  color: #750537;
}
.nft-item.style-2 .nft-content .author-details p {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  color: #750537;
}
.nft-item.style-3 .nft-inner {
  padding-inline: 35px;
  padding-block: 35px;
}
@media (min-width: 992px) {
  .nft-item.style-3 .nft-inner {
    padding-inline: 60px;
    padding-block: 45px;
  }
}
.nft-item.blog-item .nft-thumb img {
  transition: all 0.3s ease;
}
.nft-item.blog-item .nft-content h4 a {
  color: #0c0c0c;
}
.nft-item.blog-item .nft-content .meta-info {
  gap: 10px;
}
.nft-item.blog-item:hover .nft-content h4 a {
  color: #750537;
}
.nft-item.collection-item .badge {
  background-color: #f4f6f9;
  top: 10px;
  right: 25px;
  color: #616161;
  font-size: 14px;
}
.nft-item.collection-item .badge i {
  color: #ffffff;
}
.nft-item.collection-item .coll-thumb-wrapper {
  padding: 1rem;
}
.nft-item.collection-item .nft-coll-thumb {
  cursor: w-resize;
}
.nft-item.collection-item .nft-coll-thumb .single-thumb img {
  border-radius: 4px;
}
.nft-item.collection-item .collection-title {
  padding: 1rem;
}
.nft-item.collection-item .collection-title h5 a {
  color: #0c0c0c;
}
.nft-item.collection-item .collection-title h5 a:hover {
  color: #750537;
}
.nft-item.collection-item .author-details {
  padding: 1rem;
  border-top: 1px solid #f4f6f9;
}
.nft-item:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.nft-item-bottom .nft-thumb {
  padding-inline: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.nft-item-bottom .nft-thumb img {
  border-radius: 10px;
}
.nft-item-bottom .nft-thumb .nft-countdown {
  width: 92%;
  left: 25px;
  top: 10px;
  gap: 10px;
}
.nft-item-bottom .nft-thumb .nft-countdown span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #fff;
}
.nft-item-bottom .nft-thumb .nft-countdown li {
  background: #750537;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.nft-item-bottom .nft-thumb .badge {
  background-color: #fff;
  top: 10px;
  right: 25px;
  color: #616161;
  font-size: 14px;
}
.nft-item-bottom .nft-thumb .badge i {
  color: #ffffff;
}
.nft-item-bottom .nft-content .content-title {
  padding-inline: 15px;
}
.nft-item-bottom .nft-content .content-title h5 a {
  color: #0c0c0c;
}
.nft-item-bottom .nft-content .price-like {
  padding: 15px;
  border-top: 1px solid #f4f6f9;
}
.nft-item-bottom .nft-content .nft-status {
  padding: 10px 15px;
  font-weight: 600;
}
.nft-item-bottom .nft-content .nft-price p {
  font-size: 0.875rem;
  font-weight: 700;
}
.nft-item-bottom .nft-content .nft-bid {
  background-color: #750537;
  color: #fff;
  font-size: 0.875rem;
  line-height: 24px;
  padding-inline: 0.5rem;
  border-radius: 99px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .nft-item-bottom .nft-content .nft-bid {
    padding-inline: 1rem;
  }
}
.nft-item-bottom .nft-content .nft-bid:hover {
  background-color: #5d042c;
}

.v-player {
  --plyr-color-main: $theme-color;
}

.plyr--video {
  border-radius: 10px !important;
  background-color: #f4f6f9 !important;
}
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(117, 5, 55, 0.75));
}
.plyr__video {
  background-color: #f4f6f9;
}
.plyr__video-wrapper {
  background-color: #f4f6f9;
}

.veryfied:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  background-color: #41a3ff;
  color: #fff;
  font-size: 15px;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1;
}

/*----------------------------- nft item end here-----------*/
.form-select {
  background-color: #fff;
  color: #000000;
  border: 1px solid #f4f6f9;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-size: 25px;
  min-width: 150px;
}
@media (min-width: 992px) {
  .form-select {
    min-width: 200px;
  }
}
.form-select:focus {
  outline: none;
  border-color: rgba(117, 5, 55, 0.4);
  box-shadow: none;
}

.form-floating label {
  color: #750537;
}

.nft-search-input input {
  background: #fff;
  border: 1px solid #f4f6f9;
  color: #000000;
  padding-right: 45px !important;
}
.nft-search-input input:focus {
  border-color: rgba(117, 5, 55, 0.4);
  box-shadow: none;
  color: #000000;
  background-color: #fff;
}
.nft-search-input label {
  color: #616161;
}
.nft-search-input button {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.nft-search-input button svg {
  font-size: 1.2rem;
  color: #000000;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #750537;
  opacity: 0.8;
}

.pagination {
  gap: 10px;
}
.pagination__link {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media not all and (pointer: coarse) {
  .pagination__link:hover {
    background-color: #750537;
    color: #fff;
  }
}
.pagination__link--active {
  background-color: #750537;
  color: #fff;
}

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