@charset "UTF-8";
/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS
    03. SLIDER CSS
    04. Bid CSS
    05. Collection CSS
    06. Features CSS
    07. CTA CSS
    08. App CSS
    09. Blog CSS
    10. Footer CSS
    11. Marque CSS
    12. Auction CSS
    13. Process CSS
    14. Creator CSS
    15. Shop CSS
    16. Activity CSS
    17. Create CSS
    18. Wallet CSS
    19. Contact CSS
    20. Login CSS
    21. About CSS
    22. Mission CSS
    23. Video CSS
    24. Team CSS
    25. Join CSS
    26. Privacy CSS
    27. Error CSS
    28. Faq CSS
    29. Coming CSS
    30. Upcoming CSS
    31. Light Dark CSS



**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&amp;display=swap");
.wallet__item::before,
.create__item::before,
.create__preview .nft__box::before,
.app__wrapper::before,
.subscribe__wrapper::before,
.features__item::before,
.collection__item::before,
.bid__item::before,
.seller__item::after,
.seller__item::before {
    position: absolute;
    content: "";
}

:root {
    /**
  @font family declaration
  */
    --tp-ff-body: "Be Vietnam Pro", sans-serif;
    --tp-ff-heading: "Be Vietnam Pro", sans-serif;
    --tp-ff-p: "Be Vietnam Pro", sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --tp-common-white: #ffffff;
    --tp-common-black: #0c1939;
    --tp-common-black-2: #0f1333;
    --tp-common-black-3: #10192f;
    --tp-common-black-4: #05092b;
    --tp-common-black-5: #191c3c;
    --tp-common-black-6: #102453;
    --tp-common-black-7: #0f1333;
    --tp-common-green: #3cb86c;
    --tp-common-green-2: #0bbf5e;
    --tp-common-orange: #ff6838;
    --tp-common-red: #ff485d;
    --tp-common-purple: #914eff;
    --tp-common-yellow: #ffa153;
    --tp-common-yellow-2: #feda03;
    --tp-common-pink: #fe5e78;
    --tp-heading-primary: #0c1939;
    --tp-grey-1: #f1f1f1;
    --tp-grey-2: #f5f6f8;
    --tp-text-body: #565d6d;
    --tp-text-1: #565d6d;
    --tp-text-2: #a8b0c3;
    --tp-text-3: #8d95a8;
    --tp-text-4: #818395;
    --tp-text-5: #c1c8db;
    --tp-text-6: #a1a3b2;
    --tp-text-7: #8991a5;
    --tp-text-8: #757d93;
    --tp-text-9: #bec4d2;
    --tp-text-10: #727694;
    --tp-text-11: #a5a7b6;
    --tp-text-12: #949cae;
    --tp-text-13: #999eaa;
    --tp-text-14: #8d8d8d;
    --tp-theme-1: #3771fe;
    --tp-theme-2: #007bff;
    --tp-theme-dark: #05092b;
    --tp-theme-dark-2: #05092b;
    --tp-theme-white: #fff;
    --tp-border-1: #191b1d;
    --tp-border-2: #121636;
    --tp-border-3: #dedede;
    --tp-border-4: #2d314b;
    /**
  @font weight declaration
  */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /**
  @font size declaration
  */
    --tp-fz-body: 14px;
    --tp-fz-p: 14px;
    --tp-fz-h1: 40px;
    --tp-fz-h2: 36px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 16px;
    --tp-fz-h6: 14px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
    typography css start
---------------------------------*/
body {
    font-family: var(--tp-ff-body);
    font-size: var(--tp-fz-body);
    font-weight: normal;
    color: var(--tp-text-body);
    line-height: 26px;
}

/* tp custom container */
.tp-container {
    max-width: 1380px;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-ff-body);
    color: var(--tp-heading-primary);
    margin-top: 0px;
    font-weight: var(--tp-fw-sbold);
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1 {
    font-size: var(--tp-fz-h1);
}

h2 {
    font-size: var(--tp-fz-h2);
}

h3 {
    font-size: var(--tp-fz-h3);
}

h4 {
    font-size: var(--tp-fz-h4);
}

h5 {
    font-size: var(--tp-fz-h5);
}

h6 {
    font-size: var(--tp-fz-h6);
}

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

p {
    font-family: var(--tp-ff-p);
    font-size: var(--tp-fz-p);
    font-weight: var(--tp-fw-normal);
    color: var(--tp-text-body);
    margin-bottom: 15px;
    line-height: 26px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg,
label,
svg path,
tr,
td,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    outline: none;
}

input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--tp-common-white);
    color: var(--tp-common-black);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tp-common-white);
    color: var(--tp-common-black);
    text-shadow: none;
}

::selection {
    background: var(--tp-common-white);
    color: var(--tp-common-black);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1;
}

*::placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1;
}

/*---------------------------------
    common classes css start
---------------------------------*/
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*----------------------------------------
    Body Overlay
-----------------------------------------*/
.body-overlay {
    background-color: rgba(var(--tp-common-black), 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
    cursor: pointer;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }
}
.progress-wrap:hover {
    background-color: var(--tp-theme-1);
}
.progress-wrap:hover svg path {
    stroke: var(--tp-theme-1);
}
.progress-wrap:hover::after {
    color: var(--tp-common-white);
}

.basic-pagination ul li {
    display: inline-block;
}
.basic-pagination ul li:not(:last-child) {
    margin-right: 10px;
}
.basic-pagination ul li a,
.basic-pagination ul li span {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.06);
}
.basic-pagination ul li a:hover,
.basic-pagination ul li a.current,
.basic-pagination ul li span:hover,
.basic-pagination ul li span.current {
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

.basic-pagination ul li span.disabled {
    cursor: not-allowed;
}

.basic-pagination ul li span.disabled:hover {
    color: rgba(255, 255, 255, 0.6) !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
}
/*--
    - Background color
-----------------------------------------*/
.grey-bg {
    background: var(--tp-grey-1);
}

.grey-bg-2 {
    background: var(--tp-grey-2);
}

.white-bg {
    background: var(--tp-common-white);
}

.black-bg {
    background: var(--tp-common-black);
}

.theme-bg-dark {
    background: var(--tp-theme-dark);
}

.body__wrapper {
    background-color: #05092b;
}

/*--
    - Spacing
-----------------------------------------*/
.pt-275 {
    padding-top: 275px;
}

.pb-275 {
    padding-bottom: 275px;
}

/* pulse btn */
.pulse-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--tp-common-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tp-common-black);
    animation: pulse 2s infinite;
}
.pulse-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-black);
}
.pulse-btn i {
    padding-left: 2px;
}

/* hambur btn */
.hamurger-btn {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
}
.hamurger-btn span {
    display: inline-block;
    width: 100%;
    background: var(--tp-common-black);
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    z-index: 1;
}
.hamurger-btn span:nth-child(1) {
    top: 0;
}
.hamurger-btn span:nth-child(2) {
    top: 10px;
}
.hamurger-btn span:nth-child(3) {
    top: 20px;
}

/* theme btn */
.tp-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    height: 60px;
    line-height: 62px;
    text-align: center;
    padding: 0 38px;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tp-btn i {
    padding-left: 5px;
}
.tp-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}
.tp-btn:focus {
    color: var(--tp-common-white);
}

/* theme btn border */
.tp-btn-border {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    padding: 3px 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    text-transform: capitalize;
}
.tp-btn-border:hover {
    color: var(--tp-common-black-4);
    background-color: var(--tp-common-white);
    border-color: var(--tp-common-white);
}
.tp-btn-border.square {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

/* load more btn */
.tp-load-more {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: var(--tp-common-black-4);
    background-color: var(--tp-common-white);
    border: 2px solid var(--tp-common-white);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 8px 85px;
    -webkit-box-shadow: 0px 6px 20px rgba(255, 255, 255, 0.24);
    -moz-box-shadow: 0px 6px 20px rgba(255, 255, 255, 0.24);
    -ms-box-shadow: 0px 6px 20px rgba(255, 255, 255, 0.24);
    -o-box-shadow: 0px 6px 20px rgba(255, 255, 255, 0.24);
    box-shadow: 0px 6px 20px rgba(255, 255, 255, 0.24);
}
.tp-load-more i {
    margin-right: 5px;
}
.tp-load-more:hover {
    background-color: transparent;
    color: var(--tp-common-white);
    border-color: var(--tp-common-white);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 575px) {
    .tp-load-more {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* humurger-btn */
.hamurger-btn {
    width: 30px;
    height: 24px;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
    opacity: 0.6;
}
.hamurger-btn span {
    display: inline-block;
    width: 100%;
    background: var(--tp-common-white);
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.hamurger-btn span:nth-child(1) {
    top: 0;
}
.hamurger-btn span:nth-child(2) {
    top: 10px;
}
.hamurger-btn span:nth-child(3) {
    top: 20px;
}
.hamurger-btn:hover {
    opacity: 1;
}

/* gradinet btn */
.tp-btn-gradient {
    text-transform: capitalize;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-dark);
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    padding: 7px 15px;
    text-align: center;
    background: linear-gradient(-90deg, #61c6ff 0%, #283dfc 100%);
    background: -webkit-linear-gradient(-90deg, #61c6ff 0%, #283dfc 100%);
    background: -moz-linear-gradient(-90deg, #61c6ff 0%, #283dfc 100%);
    background: -ms-linear-gradient(-90deg, #61c6ff 0%, #283dfc 100%);
}
.tp-btn-gradient::after {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    z-index: -1;
    background-color: var(--tp-theme-dark);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.tp-btn-gradient:hover {
    color: var(--tp-common-white);
}
.tp-btn-gradient:hover::after {
    visibility: hidden;
    opacity: 0;
}
.tp-btn-gradient.active {
    color: var(--tp-common-white);
}
.tp-btn-gradient.active::after {
    visibility: hidden;
    opacity: 0;
}
.tp-btn-gradient.active:hover::after {
    visibility: visible;
    opacity: 1;
}

.tp-btn-square {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    padding: 5px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid var(--tp-theme-1);
}
.tp-btn-square:hover {
    background-color: transparent;
    color: var(--tp-common-white);
}

.tp-btn-3 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    padding: 7px 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid var(--tp-theme-1);
}
.tp-btn-3:hover {
    background-color: transparent;
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

.tp-btn-4 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    padding: 7px 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    border: 2px solid var(--tp-theme-1);
}
.tp-btn-4:hover {
    background-color: transparent;
    color: var(--tp-common-white);
    border-color: var(--tp-common-white);
}

.tp-btn-2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    padding: 5px 30px;
    border: 2px solid rgba(55, 113, 254, 0.6);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    text-transform: capitalize;
    background-color: rgba(55, 113, 254, 0.04);
    min-width: 100px;
}
.tp-btn-2:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}
.tp-btn-2.active {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}
.tp-btn-2.active:hover {
    background-color: transparent;
}

.tp-btn-transparent {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    background-color: transparent;
    padding: 7px 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    text-transform: capitalize;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.tp-btn-transparent:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    border-color: var(--tp-common-white);
}

/* link btn */
.link-btn {
    font-size: 15px;
    font-weight: 500;
    color: var(--tp-common-white);
    display: inline-block;
}
.link-btn i {
    margin-left: 2px;
}
.link-btn:hover {
    color: var(--tp-common-white);
}

/* more btn */
.nft-more-btn {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.6);
}
.nft-more-btn.dropdown-toggle::after {
    display: none;
}

/* range slider css start */
#slider-range {
    position: relative;
    margin-bottom: 7px;
    border-radius: 12px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: var(--tp-theme-1);
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

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

.ui-widget-content {
    background: rgba(255, 255, 255, 0.08);
}

.ui-widget-header {
    background: var(--tp-theme-1);
    height: 100%;
    position: relative;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -13px;
}

.ui-slider .ui-slider-handle {
    height: 15px;
    width: 15px;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    display: inline-block;
    position: absolute;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%) translateX(-15px);
}

.ui-slider .ui-slider-handle::before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    background: var(--tp-theme-1);
    border: 4px solid var(--tp-common-white);
    top: 50%;
    left: 0;
    -webkit-transform: translate(-7px, -50%);
    -moz-transform: translate(-7px, -50%);
    -ms-transform: translate(-7px, -50%);
    -o-transform: translate(-7px, -50%);
    transform: translate(-7px, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.slider-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    margin: 0 5px;
}
.slider-dot .swiper-pagination-bullet-active {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    width: 14px;
    height: 14px;
}
.slider-dot-3 {
    height: 15px;
}

/* tp range slider css */
.tp-range-slider .inside-slider {
    padding-left: 7px;
    padding-right: 17px;
}
.tp-range-slider .noUi-target {
    background-color: #191c3c;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    border: 0;
    box-shadow: none;
}
.tp-range-slider .noUi-connect {
    background-color: var(--tp-theme-1);
}
.tp-range-slider .noUi-horizontal {
    height: 6px;
}
.tp-range-slider .noUi-handle {
    height: 24px;
    width: 24px;
    background-color: var(--tp-theme-1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid var(--tp-common-white);
    box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
    top: -9px;
}
.tp-range-slider .noUi-handle:hover {
    cursor: pointer;
}
.tp-range-slider .noUi-handle::before,
.tp-range-slider .noUi-handle::after {
    display: none;
}
.tp-range-slider-dark .noUi-handle {
    border: 4px solid #2d314b;
}

/*----------------------------------------*/
/*  OFFCANVAS CSS START
/*----------------------------------------*/
@media (max-width: 575px) {
    .offcanvas__area {
        width: 290px;
    }
}
.offcanvas__area .modal.show .modal-dialog {
    transform: none !important;
}
.offcanvas__area .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(100px, 0px);
}
.offcanvas__area .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 450px;
    width: 100%;
    height: 100%;
    margin: 0;
    background: var(--clr-common-white);
}
.offcanvas__area .modal-content {
    border: 0;
}
.offcanvas__wrapper {
    position: relative;
    padding: 45px;
}
@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}
.offcanvas__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 46px;
    background: var(--tp-theme-1);
    color: #fff;
    border-radius: 50%;
}
.offcanvas__close-btn:hover {
    background: var(--tp-common-black);
}
.offcanvas__top {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--tp-border-3);
}
.offcanvas__search {
    position: relative;
}
.offcanvas__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--tp-border-3);
    font-size: 14px;
}
.offcanvas__search input::placeholder {
    color: var(--tp-text-1);
}
.offcanvas__search input:focus {
    border-color: var(--tp-common-black);
}
.offcanvas__search button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--tp-text-1);
}
.offcanvas__text p {
    margin-bottom: 25px;
}
.offcanvas__contact h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
.offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 20px;
}
.offcanvas__contact ul li:hover i {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}
.offcanvas__contact ul li:hover a {
    color: var(--tp-common-black);
}
.offcanvas__contact-icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(--tp-border-3);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
.offcanvas__contact-text a {
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-text-1);
}
.offcanvas__wallet-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-white);
    padding: 0;
    background-color: var(--tp-theme-1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 22px;
    padding-right: 24px;
}
.offcanvas__wallet-btn svg {
    width: 16px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-right: 2px;
}
.offcanvas__wallet-btn svg path {
    fill: none;
}
.offcanvas__wallet-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}
.offcanvas__wallet-btn:hover svg path {
    stroke: var(--tp-common-white);
}
.offcanvas__map iframe {
    width: 100%;
    height: 200px;
    border: none;
}
.offcanvas__social ul li {
    display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
    margin-right: 5px;
}
.offcanvas__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: var(--tp-grey-1);
    color: var(--tp-theme-1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.offcanvas__social ul li a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
}
.offcanvas__notification-icon a {
    font-size: 14px;
    color: var(--tp-common-black);
    position: relative;
}
.offcanvas__notification-icon a .notification-count {
    position: absolute;
    top: -4px;
    right: -13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--tp-theme-1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tp-common-white);
    text-align: center;
}
.offcanvas__notification-text p {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--tp-common-black);
    font-size: 14px;
}
.offcanvas__notification-text p .notification-number {
    color: var(--tp-theme-1);
}
.offcanvas__notification-text p a {
    color: var(--tp-theme-1);
}

/* share modal css start */
.share__modal .modal-content {
    padding: 50px 60px;
    background-color: var(--tp-common-black-7);
    border: 0;
    border-radius: 20px;
}
@media (max-width: 575px) {
    .share__modal .modal-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.share__thumb {
    margin-bottom: 15px;
}
.share__thumb img {
    border-radius: 20px;
    width: 100%;
}
.share__title {
    font-size: 24px;
    color: var(--tp-common-white);
}
.share__title a:hover {
    color: var(--tp-theme-1);
}
.share__social h3 {
    font-size: 20px;
    color: var(--tp-common-white);
    margin-bottom: 20px;
}
.share__social h3 a:hover {
    color: var(--tp-theme-1);
}
.share__social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--tp-common-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}
.share__social a:hover {
    background-color: var(--tp-theme-1);
}

.report__close {
    position: absolute;
    top: 30px;
    right: 30px;
}
.report__close-btn {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}
.report__modal .modal-content {
    padding: 50px 60px;
    background-color: var(--tp-common-black-7);
    border: 0;
    border-radius: 20px;
}
@media (max-width: 575px) {
    .report__modal .modal-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.report__title {
    font-size: 20px;
    color: var(--tp-common-white);
    margin-bottom: 5px;
}
.report__title-2 {
    margin-bottom: 20px;
}
.report__input {
    margin-bottom: 15px;
}
.report__input textarea {
    width: 100%;
    height: 200px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--tp-common-white);
    resize: none;
}
.report__input textarea::-webkit-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.report__input textarea:-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.report__input textarea::-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.report__input textarea:-ms-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.report__input-box h4 {
    font-size: 15px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.report__input-box h4 span {
    color: var(--tp-theme-1);
}
.report__input-box p {
    font-size: 13px;
    color: var(--tp-common-white);
    opacity: 0.7;
    margin-bottom: 10px;
}
.report__wrapper > p {
    font-size: 13px;
    color: var(--tp-common-white);
    opacity: 0.7;
    margin-bottom: 15px;
}

.bid__modal .modal-content {
    padding: 50px 60px;
    background-color: var(--tp-common-black-7);
    border: 0;
    border-radius: 20px;
}
.bid__modal-title {
    font-size: 22px;
    color: var(--tp-common-white);
}
.bid__modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
}
.bid__modal-close-btn {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}
.bid__modal-input {
    position: relative;
    margin-bottom: 20px;
}
.bid__modal-input input {
    width: 100%;
    height: 54px;
    line-height: 54px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 0 28px;
    padding-right: 60px;
    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--tp-common-white);
}
.bid__modal-input input::-webkit-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.bid__modal-input input:-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.bid__modal-input input::-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.bid__modal-input input:-ms-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.bid__modal-price {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-theme-1);
}
.bid__modal-info {
    margin-bottom: 20px;
}
.bid__modal-info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-bottom: 10px;
}
.bid__modal-info p span {
    float: right;
}
.bid__modal-info p span.color-theme {
    color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  SECTION TITLE CSS START
/*----------------------------------------*/
.section__title {
    font-size: 36px;
    font-weight: 700;
    color: var(--tp-common-white);
    /* section title stye 2*/
    /* section title stye 3*/
    /* section title stye 4 */
}
@media (max-width: 575px) {
    .section__title {
        font-size: 30px;
    }
}
.section__title-2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .section__title-2 {
        font-size: 30px;
    }
}
.section__title-3 {
    font-size: 36px;
    font-weight: 700;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .section__title-3 {
        font-size: 30px;
    }
}
.section__title-4 {
    font-size: 40px;
    font-weight: 600;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .section__title-4 {
        font-size: 30px;
    }
}
.section__title-5 {
    font-size: 24px;
    font-weight: 600;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .section__title-5 {
        font-size: 30px;
    }
}
.section__title-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.section__title-pre {
    font-size: 20px;
    font-weight: 700;
    color: var(--tp-text-4);
}
.section__title-pre-2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-theme-1);
    margin-bottom: 5px;
}
.section__title-pre-4 {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-theme-1);
    margin-bottom: 5px;
    text-transform: uppercase;
}
.section__title-stroke {
    font-size: 140px;
    -webkit-text-fill-color: #05092b;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 20%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 20%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 20%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 20%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #232d2d;
    opacity: 0.3;
    position: absolute;
    left: -90px;
    top: -75px;
    z-index: -1;
    /* if its centered */
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .section__title-stroke {
        font-size: 105px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-stroke {
        font-size: 105px;
        left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-stroke {
        font-size: 80px;
        left: 0;
    }
}
@media (max-width: 575px) {
    .section__title-stroke {
        font-size: 45px;
        left: 0;
        top: -40px;
    }
}
.section__title-stroke-2 {
    font-size: 100px;
}
.section__title-stroke.center {
    left: -20%;
    right: -20%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .section__title-stroke.center {
        right: 0;
        left: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .section__title-stroke.center {
        right: 0;
        left: 0;
        font-size: 85px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section__title-stroke.center {
        right: 0;
        left: 0;
        font-size: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section__title-stroke.center {
        right: 0;
        left: 0;
        font-size: 90px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-stroke.center {
        right: 0;
        left: 0;
        font-size: 44px;
        top: -25px;
    }
}
@media (max-width: 575px) {
    .section__title-stroke.center {
        right: 0;
        left: 0;
        font-size: 30px;
        top: -25px;
    }
}
.section__title-wrapper {
    position: relative;
}
.section__title-wrapper-3 {
    position: relative;
}

/*----------------------------------------*/
/*  24. BREADCRUMB CSS START
/*----------------------------------------*/
.breadcrumb__border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.breadcrumb__title {
    font-size: 50px;
    color: var(--tp-common-white);
    font-weight: 600;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .breadcrumb__title {
        font-size: 35px;
    }
}
.breadcrumb__list span {
    font-size: 14px;
    color: var(--tp-common-white);
    font-weight: 500;
    padding-right: 3px;
    margin-right: 3px;
    text-transform: capitalize;
    opacity: 0.6;
    display: inline-block;
}
.breadcrumb__list span:hover {
    opacity: 1;
}
.breadcrumb__list span.dvdr.tp-dot {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.breadcrumb__overlay {
    position: relative;
}
.breadcrumb__overlay::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
}
.breadcrumb__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
#loading {
    background-color: var(--tp-theme-dark);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}

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

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tp-preloader {
    display: none !important;
    /* Finally, a use for "groove"! */
    border: 24px groove #241f5b;
    display: table-cell;
    border-radius: 999px;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    -ms-animation: spin 15s linear infinite;
    -o-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
@media (max-width: 575px) {
    .tp-preloader {
        border-width: 16px;
    }
}

.tp-preloader-2 {
    display: none;
}
.tp-preloader-2 svg {
    transform: rotate(45deg);
}
.tp-preloader-2 .stroke-still {
    stroke: var(--tp-theme-dark-2);
}
.tp-preloader-2 .stroke-animation {
    -webkit-animation: stroke-spacing 1.2s ease-in, stroke-color 4.8s linear;
    animation: stroke-spacing 1.2s ease-in, stroke-color 4.8s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.tp-preloader-3 .loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}
.tp-preloader-3 .loader-1 .loader-outter {
    position: absolute;
    border: 4px solid var(--tp-theme-1);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
        infinite;
    animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.tp-preloader-3 .loader-1 .loader-inner {
    position: absolute;
    border: 4px solid var(--tp-theme-1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
        infinite;
    animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-moz-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-ms-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@-moz-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@-ms-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
/* preloader style 1*/
@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* preloader style 2*/
@-webkit-keyframes stroke-spacing {
    0% {
        stroke-dasharray: 0 200;
    }
    45% {
        stroke-dashoffset: 0;
        stroke-dasharray: 200 200;
    }
    90% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }
    100% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }
}
@keyframes stroke-spacing {
    0% {
        stroke-dasharray: 0 200;
    }
    45% {
        stroke-dashoffset: 0;
        stroke-dasharray: 200 200;
    }
    90% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }
    100% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }
}
@-webkit-keyframes stroke-color {
    0% {
        stroke: #1abc9c;
    }
    24% {
        stroke: #2ecc71;
    }
    25% {
        stroke: #3498db;
    }
    49% {
        stroke: #9b59b6;
    }
    50% {
        stroke: #f1c40f;
    }
    74% {
        stroke: #e67e22;
    }
    75% {
        stroke: #e74c3c;
    }
    99% {
        stroke: #1b1464;
    }
}
@keyframes stroke-color {
    0% {
        stroke: #1abc9c;
    }
    24% {
        stroke: #2ecc71;
    }
    25% {
        stroke: #3498db;
    }
    49% {
        stroke: #9b59b6;
    }
    50% {
        stroke: #f1c40f;
    }
    74% {
        stroke: #e67e22;
    }
    75% {
        stroke: #e74c3c;
    }
    99% {
        stroke: #1b1464;
    }
}
/* preloader style 3*/
@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
/* theme settings css start */
.theme__settings {
    position: fixed;
    top: 15%;
    left: -290px;
    width: 290px;
    height: auto;
    background-color: var(--tp-theme-dark-2);
    padding: 20px 20px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.theme__settings.theme-setting-opened {
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.theme__settings.theme-setting-opened .theme__settings-expand {
    visibility: hidden;
    opacity: 0;
}
.theme__settings.theme-setting-opened .theme__settings-close {
    visibility: visible;
    opacity: 1;
}
.theme__settings-btn {
    position: absolute;
    top: 0;
    left: 100%;
    width: 40px;
    height: 40px;
    color: var(--tp-common-white);
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    background-color: var(--tp-theme-dark-2);
}
.theme__settings-expand {
    width: 40px;
    height: 40px;
    color: var(--tp-common-white);
    -webkit-animation: tp-spin 1.5s linear infinite;
    -moz-animation: tp-spin 1.5s linear infinite;
    -ms-animation: tp-spin 1.5s linear infinite;
    -o-animation: tp-spin 1.5s linear infinite;
    animation: tp-spin 1.5s linear infinite;
}
.theme__settings-close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 40px;
    height: 40px;
    color: var(--tp-common-white);
}
.theme__settings-title {
    font-size: 16px;
    color: var(--tp-common-white);
    opacity: 0.8;
    margin-bottom: 20px;
}
.theme__settings-color-input input,
.theme__settings-color-input button {
    width: 80px;
    height: 30px;
    border: 0;
    outline: 0;
}
.theme__settings-color-input button.theme-red {
    background-color: red;
}
.theme__settings-color-input button.theme-blue {
    background-color: blue;
}

/* switcher btn style */
.theme__switcher-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-common-white);
    padding: 0 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.theme__switcher-btn.dark {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}
.theme__switcher-btn.dark:hover {
    color: var(--tp-common-black);
}
.theme__switcher-btn.light:hover {
    color: var(--tp-common-white);
}

/* switcher style */
.my_switcher ul {
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    width: 154px;
    margin: auto;
}
.my_switcher ul li {
    display: inline-block;
    list-style: none;
}
.my_switcher-sm {
    display: none;
    position: static;
    top: 0;
    -webkit-transform: translateY(0%) rotate(0);
    -moz-transform: translateY(0%) rotate(0);
    -ms-transform: translateY(0%) rotate(0);
    -o-transform: translateY(0%) rotate(0);
    transform: translateY(0%) rotate(0);
}

@-webkit-keyframes tp-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes tp-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes tp-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes tp-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
.active-dark-mode {
    background-color: var(--tp-theme-dark);
}

.header {
    /* header style 2 css start */
}
.header__sticky.header-sticky {
    position: fixed !important;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: var(--tp-theme-dark);
}
.header__transparent {
    position: fixed !important;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
}
@media (max-width: 575px) {
    .header__padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.header__search-input {
    width: 250px;
    position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header__search-input {
        width: 190px;
    }
}
.header__search-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    padding-left: 45px;
    color: var(--tp-common-white);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.header__search-input input::-webkit-input-placeholder {
    color: var(--tp-text-3);
}
.header__search-input input:-moz-placeholder {
    color: var(--tp-text-3);
}
.header__search-input input::-moz-placeholder {
    color: var(--tp-text-3);
}
.header__search-input input:-ms-input-placeholder {
    color: var(--tp-text-3);
}
.header__search-input input:focus {
    border-color: var(--tp-common-white);
}
.header__search-input button {
    font-size: 16px;
    position: absolute;
    top: 48%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--tp-common-white);
}
.header__border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header__border-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__notification a {
    font-size: 16px;
    color: var(--tp-text-2);
    position: relative;
}
.header__notification a svg {
    width: 16px;
    height: auto;
    fill: none;
}
.header__notification a .notification-count {
    position: absolute;
    top: -4px;
    right: -13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    background-color: var(--tp-theme-1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tp-common-white);
    text-align: center;
}
.header__notification a:hover {
    color: var(--tp-theme-1);
}
.header__notification a:hover svg path {
    stroke: var(--tp-common-white);
    stroke-opacity: var(--tp-common-white);
}
.header__wallet-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.header__wallet-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-white);
    padding: 0;
    background-color: var(--tp-theme-1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 22px;
    padding-right: 24px;
    border: 2px solid var(--tp-theme-1);
}
.header__wallet-btn svg {
    width: 16px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-right: 2px;
}
.header__wallet-btn svg path {
    fill: none;
}
.header__wallet-btn:hover {
    color: var(--tp-common-white);
    background-color: transparent;
}
.header__wallet-btn:hover svg path {
    stroke: var(--tp-common-white);
}
.header__wallet-btn-2 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.header__wallet-thumb img {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.header__user {
    padding: 20px 0;
}
.header__user > a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: var(--tp-common-white);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.header__user > a img {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.header__user:hover .wallet__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(300px) rotateX(0deg);
    -moz-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
}
.header__user-login {
    display: none;
    position: relative;
    padding: 20px 0;
}
.header__user-login:hover .wallet__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(300px) rotateX(0deg);
    -moz-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
}
.header__logo .logo-black {
    display: none;
}
.header__bg {
    background-color: rgba(255, 255, 255, 0.04);
}
.header__style-2 {
    /* main menu css start */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__style-2 .main-menu {
        margin-left: 50px;
    }
}
.header__style-2 .header__wallet-btn {
    background: linear-gradient(177.5deg, #61c6ff 1.9%, #283dfc 97.74%);
    border: none;
    position: relative;
    z-index: 1;
}
.header__style-2 .header__wallet-btn::after {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    z-index: -1;
    background-color: var(--tp-theme-dark);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
}
.header__style-2 .header__wallet-btn:hover {
    color: var(--tp-common-white);
    background: linear-gradient(177.5deg, #61c6ff 1.9%, #283dfc 97.74%);
}
.header__style-2 .header__wallet-btn:hover svg path {
    stroke: var(--tp-common-white);
}
.header__style-2 .header__wallet-btn:hover::after {
    visibility: visible;
    opacity: 1;
}

/* main menu css */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu {
        margin-left: 50px;
    }
}
.main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 27px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li {
        margin-right: 20px;
    }
}
.main-menu ul li a {
    display: inline-block;
    font-size: 14px;
    color: var(--tp-text-2);
    padding: 26px 0;
    font-weight: 500;
}
.main-menu ul li.has-dropdown > a {
    position: relative;
}
.main-menu ul li.has-dropdown > a::after {
    content: "\f107";
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 14px;
    color: var(--tp-text-2);
    font-family: var(--tp-ff-fontawesome);
    font-weight: 400;
    margin-left: 5px;
    display: inline-block;
}
.main-menu ul li .submenu {
    padding: 15px 0;
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 220px;
    background: #181c3b;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    -moz-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    -ms-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    -o-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    transform-origin: top;
    -webkit-transform: perspective(300px) rotateX(-18deg);
    -moz-transform: perspective(300px) rotateX(-18deg);
    -ms-transform: perspective(300px) rotateX(-18deg);
    -o-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg);
}
.main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 10px;
}
.main-menu ul li .submenu li.has-dropdown > a::after {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li a {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #a8b0c3;
    padding: 5px 15px;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.main-menu ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
    color: var(--tp-theme-1);
    background-color: #242845;
}
.main-menu ul li .submenu li:hover > a::after {
    color: var(--tp-theme-1);
}
.main-menu ul li .submenu li:hover > .submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}
.main-menu ul li.megamenu-full {
    position: static;
}
.main-menu ul li .megamenu {
    width: 100%;
    position: absolute;
    top: 120%;
    left: 0;
    background: #181c3b;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    -moz-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    -ms-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    -o-box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    transform-origin: top;
    -webkit-transform: perspective(300px) rotateX(-18deg);
    -moz-transform: perspective(300px) rotateX(-18deg);
    -ms-transform: perspective(300px) rotateX(-18deg);
    -o-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg);
    padding: 28px 25px;
    visibility: hidden;
    opacity: 0;
}
.main-menu ul li .megamenu li {
    float: left;
    width: 25%;
    margin: 0;
}
.main-menu ul li .megamenu li a {
    display: block;
    font-size: 14px;
    color: #a8b0c3;
    padding: 5px 20px;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.main-menu ul li .megamenu li:hover > a {
    color: var(--tp-theme-1);
    background-color: #242845;
}
.main-menu ul li:hover > a {
    color: var(--tp-theme-1);
}
.main-menu ul li:hover > a::after {
    color: var(--tp-theme-1);
}
.main-menu ul li:hover > .submenu,
.main-menu ul li:hover > .megamenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(300px) rotateX(0deg);
    -moz-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
}

/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.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 a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--tp-common-black);
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
    color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
    line-height: 14px;
    border: 1px solid #ebebeb !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: var(--clr-common-black);
    line-height: 30px;
    top: 0;
    font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    border-color: var(--clr-theme-1);
}

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

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

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

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--clr-common-black);
}

.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);
    color: var(--clr-common-black);
}

/*----------------------------------------*/
/*  03. SLIDER CSS START
/*----------------------------------------*/
.slider__bg {
    background-color: rgba(255, 255, 255, 0.04);
}
.slider__bg-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.slider__item {
    padding: 25px 30px 460px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}
.slider__item-sm {
    padding: 25px 25px 192px 25px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}
.slider__item-sm:hover .slider__thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.slider__item:hover > .slider__thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.slider__item-3 {
    padding-top: 70px;
}
.slider__title {
    font-size: 30px;
    font-weight: 700;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.slider__title-sm {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--tp-common-white);
}
.slider__title-2 {
    font-size: 60px;
    color: var(--tp-common-white);
    font-weight: 400;
    margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider__title-2 {
        font-size: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__title-2 {
        font-size: 35px;
    }
}
@media (max-width: 575px) {
    .slider__title-2 {
        font-size: 30px;
    }
}
.slider__title-2 span {
    font-weight: 700;
}
.slider__title-2 span.has-shape {
    position: relative;
}
.slider__title-2 span.has-shape .slider-title-shape {
    position: absolute;
    top: 85%;
    left: 0;
}
.slider__content {
    position: relative;
}
.slider__content span {
    font-weight: 600;
    color: var(--tp-common-white);
    opacity: 0.8;
}
.slider__content-sm {
    position: relative;
}
.slider__content-sm span {
    font-weight: 500;
    color: var(--tp-common-white);
    opacity: 0.8;
}
.slider__content-2 {
    position: relative;
    z-index: 1;
}
.slider__content-2 > p {
    font-size: 16px;
    color: var(--tp-common-white);
    opacity: 0.6;
    margin-bottom: 40px;
}
.slider__content-3 {
    padding-top: 30px;
}
.slider__purchase {
    border: 2px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 2px;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 10px;
}
@media (max-width: 575px) {
    .slider__purchase {
        display: none;
    }
}
.slider__purchase-thumb {
    margin-right: 10px;
    float: left;
}
.slider__purchase-thumb img {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.slider__purchase-content {
    float: right;
}
.slider__purchase-content p {
    margin-bottom: 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}
.slider__purchase-content p .purchase-notification {
    color: var(--tp-common-white);
    font-weight: 600;
}
.slider__purchase-content p .purchase-time {
    color: var(--tp-theme-1);
    font-weight: 600;
    margin-left: 15px;
}
.slider__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.slider__thumb-2 img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.slider__thumb-3 img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.slider__thumb-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .slider__thumb-shape-3 {
        top: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .slider__thumb-shape-3 img {
        width: 90%;
    }
}
.slider__bid-area .slick-arrow {
    position: absolute;
    bottom: 10%;
    right: 40%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 15px;
    color: var(--tp-common-white);
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .slider__bid-area .slick-arrow {
        right: 38%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__bid-area .slick-arrow {
        bottom: 6%;
        right: 55%;
    }
}
.slider__bid-area .slick-arrow:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}
.slider__bid-area .slick-arrow.slick-prev {
    right: 43%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider__bid-area .slick-arrow.slick-prev {
        right: 46%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__bid-area .slick-arrow.slick-prev {
        right: 63%;
    }
}
.slider__bid-item {
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .slider__bid-item {
        margin-top: 30px;
        padding-left: 0;
    }
}
.slider__bid-item .slider-bid-btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    padding: 0 25px;
    padding-right: 6px;
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.slider__bid-item .slider-bid-btn img {
    display: inline-block;
    margin-right: 5px;
}
.slider__bid-item .slider-bid-btn i {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 15px;
    color: var(--tp-theme-1);
    background-color: var(--tp-common-white);
    margin-left: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.slider__bid-item .slider-bid-btn:hover i {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}
.slider__bid-thumb img {
    clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%, 0 42%);
}
.banner-img {
    animation: mymove 5s linear infinite;
}
@keyframes mymove {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 575px) {
    .slider__bid-thumb img {
        width: 100%;
    }
}
.slider__bid-content {
    position: absolute;
    right: 0;
    bottom: -30%;
    background: #202246;
    clip-path: polygon(100% 0, 100% 58%, 58% 100%, 0 100%, 0 0);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__bid-content {
        bottom: -20%;
    }
}
@media (max-width: 575px) {
    .slider__bid-content {
        bottom: -35%;
        clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
    }
}
.slider__bid-top {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    padding: 8px 30px;
}
.slider__bid-top h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.slider__bid-title {
    font-size: 22px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.slider__bid-title a:hover {
    color: var(--tp-theme-1);
}
.slider__bid-info {
    padding: 15px 30px 0;
    padding-right: 110px;
}
.slider__bid-collection {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(57, 112, 254, 0.3);
}
.slider__bid-collection p {
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-common-white);
    margin-bottom: 3px;
}
.slider__bid-user-thumb img {
    height: 34px;
    width: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.slider__bid-user-content h3 {
    font-size: 16px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.slider__bid-highest {
    margin-bottom: 23px;
}
.slider__bid-highest p {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}
.slider__bid-highest h4 {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}
.slider__bid-highest h4 span {
    font-size: 20px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.slider__bid-popularity {
    position: absolute;
    top: 60px;
    right: 30px;
}
.slider__bid-popularity a {
    font-size: 13px;
    display: inline-block;
    padding: 9px 6px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: var(--tp-common-black-4);
    text-align: center;
    border: 1px solid #ffffff;
    backdrop-filter: 8px;
    text-align: center;
    height: 54px;
}
.slider__bid-popularity a i {
    color: var(--tp-common-red);
    display: block;
}
.slider__bid-popularity a:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}
.slider__height-2 {
    min-height: 850px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__height-2 {
        min-height: 1250px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .slider__height-2 {
        min-height: 1000px;
    }
}
.slider__height-3 {
    min-height: 905px;
}
.slider__search > span {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-white);
    display: inline-block;
}
.slider__search h3 {
    font-size: 66px;
    font-weight: 400;
    color: var(--tp-common-white);
    margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__search h3 {
        font-size: 50px;
    }
}
@media (max-width: 575px) {
    .slider__search h3 {
        font-size: 55px;
    }
}
.slider__search-input {
    width: 670px;
    margin: auto;
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__search-input {
        width: 480px;
    }
}
@media (max-width: 575px) {
    .slider__search-input {
        width: 270px;
    }
}
.slider__search-input input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 185px;
    padding-right: 80px;
    background-color: rgba(255, 255, 255, 0.14);
    border: 0;
    outline: 0;
    color: var(--tp-common-white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.slider__search-input input::-webkit-input-placeholder {
    color: var(--tp-text-3);
}
.slider__search-input input:-moz-placeholder {
    color: var(--tp-text-3);
}
.slider__search-input input::-moz-placeholder {
    color: var(--tp-text-3);
}
.slider__search-input input:-ms-input-placeholder {
    color: var(--tp-text-3);
}
@media (max-width: 575px) {
    .slider__search-input input {
        padding-left: 15px;
    }
}
.slider__search-input button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 70px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}
.slider__search-box {
    position: relative;
    z-index: 11;
}
.slider__search-category {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider__search-category .nice-select {
    background-color: transparent;
    color: var(--tp-common-white);
    border: 0;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
}
.slider__search-category .nice-select::after {
    border: 0;
    height: inherit;
    width: inherit;
    content: "\f0d7";
    font-family: var(--tp-ff-fontawesome);
    font-size: 14px;
    color: var(--tp-common-white);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    margin: 0;
    font-weight: 700;
}
.slider__search-category .nice-select::before {
    position: absolute;
    content: "";
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.14);
}
.slider__search-category .nice-select .list {
    z-index: 11;
}
.slider__search-category .nice-select.open::after {
    background-color: transparent;
}
.slider__btn-2 .tp-btn-gradient {
    padding-left: 30px;
    padding-right: 30px;
}
.slider__btn-2 .tp-btn-border {
    padding: 7px 30px;
    color: var(--tp-theme-1);
    background-color: var(--tp-theme-dark-2);
}
.slider__btn-2 .tp-btn-border:hover {
    color: var(--tp-theme-1);
    background-color: var(--tp-common-white);
}
.slider__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.slider__shape-2 {
    position: absolute;
    bottom: 10%;
    left: 0;
}
.slider__shape-3 {
    position: absolute;
    top: -53%;
    left: -59%;
    z-index: -1;
    opacity: 0.8;
    transform: scale(0.8);
}
.slider__nav button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 20px);
    left: -20px;
    border: 3px solid var(--tp-theme-dark);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .slider__nav button {
        left: 0;
    }
}
.slider__nav button.slider-button-next {
    left: auto;
    right: -15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .slider__nav button.slider-button-next {
        right: 0;
    }
}
.slider__user-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 20px 30px;
    background: rgba(5, 9, 43, 0.6);
    box-shadow: 0px -1px 0px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 8px 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .slider__user-wrapper {
        position: relative;
    }
}
@media (max-width: 575px) {
    .slider__user-thumb {
        margin-bottom: 15px;
    }
}
.slider__user-thumb ul {
    flex: 0 0 auto;
}
@media (max-width: 575px) {
    .slider__user-thumb ul {
        margin-bottom: 15px;
    }
}
.slider__user-thumb ul li {
    display: inline-block;
}
.slider__user-thumb ul li:not(:first-child) {
    margin-left: -15px;
}
.slider__user-thumb ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--tp-common-black);
}
.slider__user-thumb > p {
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    padding-right: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .slider__user-thumb > p {
        padding-right: 0;
    }
}
.slider__user-more {
    flex: 0 0 auto;
}

/*----------------------------------------*/
/*  04. SELLER CSS START
/*----------------------------------------*/
.seller__item {
    position: relative;
    background-clip: padding-box;
    border: 2px solid transparent;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}
.seller__item.clr-green .seller__rank span {
    background-color: var(--tp-common-green);
}
.seller__item.clr-green .seller__revenue-icon i {
    color: var(--tp-common-green);
}
.seller__item.clr-green .seller__revenue-ammount p {
    color: var(--tp-common-green);
}
.seller__item.clr-orange .seller__rank span {
    background-color: var(--tp-common-orange);
}
.seller__item.clr-orange .seller__revenue-icon i {
    color: var(--tp-common-orange);
}
.seller__item.clr-orange .seller__revenue-ammount p {
    color: var(--tp-common-orange);
}
.seller__item.clr-purple .seller__rank span {
    background-color: var(--tp-common-purple);
}
.seller__item.clr-purple .seller__revenue-icon i {
    color: var(--tp-common-purple);
}
.seller__item.clr-purple .seller__revenue-ammount p {
    color: var(--tp-common-purple);
}
.seller__item.clr-yellow .seller__rank span {
    background-color: var(--tp-common-yellow);
}
.seller__item.clr-yellow .seller__revenue-icon i {
    color: var(--tp-common-yellow);
}
.seller__item.clr-yellow .seller__revenue-ammount p {
    color: var(--tp-common-yellow);
}
.seller__item.clr-pink .seller__rank span {
    background-color: var(--tp-common-pink);
}
.seller__item.clr-pink .seller__revenue-icon i {
    color: var(--tp-common-pink);
}
.seller__item.clr-pink .seller__revenue-ammount p {
    color: var(--tp-common-pink);
}
.seller__item::after {
    left: 0;
    top: 0;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
    margin: -2px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    opacity: 0.1;
}
.seller__item::before {
    left: 0;
    top: 0;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin: -2px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}
.seller__item:hover::after {
    visibility: hidden;
    opacity: 0;
}
.seller__item:hover::before {
    visibility: visible;
    opacity: 1;
}
.seller__content {
    padding-top: 35px;
    padding-bottom: 20px;
}
.seller__top {
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 13px 18px 13px;
}
.seller__rank span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.seller__rank span svg {
    fill: none;
    width: 14px;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}
.seller__rank span i {
    font-size: 13px;
    margin-right: 5px;
}
.seller__action ul li {
    display: inline-block;
    list-style: none;
    margin-right: 9px;
}
.seller__action ul li:last-child {
    margin-right: 0;
}
.seller__action ul li a {
    position: relative;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.seller__action ul li a svg {
    fill: none;
    width: 16px;
}
.seller__action ul li a:hover {
    color: var(--tp-common-white);
}
.seller__action ul li a:hover svg path {
    stroke: var(--tp-common-white);
}
.seller__action ul li a.plus-minus i:last-child {
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.seller__action ul li a.plus-minus:hover i {
    opacity: 0;
    visibility: hidden;
}
.seller__action ul li a.plus-minus:hover i:last-child {
    visibility: visible;
    opacity: 1;
}
.seller__thumb {
    margin-bottom: 20px;
}
.seller__thumb img {
    width: 65px;
    height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.seller__name {
    font-size: 16px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.seller__name a:hover {
    color: var(--tp-theme-1);
}
.seller__revenue-icon i {
    font-size: 13px;
    color: var(--tp-theme-1);
    margin-right: 5px;
}
.seller__revenue-ammount p {
    font-size: 12px;
    font-weight: 500;
    color: var(--tp-theme-1);
    margin-bottom: 0;
}
.seller__revenue-ammount p span {
    font-weight: 700;
    color: var(--tp-common-white);
    text-transform: uppercase;
    margin-left: 5px;
}
@media (max-width: 575px) {
    .seller__date {
        margin-left: 0;
        margin-bottom: 50px;
    }
}
.seller__date-select h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.seller__date-select .nice-select {
    float: none;
    width: 100%;
    height: 40px;
    line-height: 36px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-left: 22px;
}
.seller__date-select .nice-select .current {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.seller__date-select .nice-select::after {
    border: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.14);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 4px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
}
.seller__date-select .nice-select .list {
    width: 100%;
    margin-top: 0;
}
.seller__date-select .nice-select .list .option:hover {
    color: var(--tp-theme-1);
}
.seller__date-select .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  05. BID CSS START
/*----------------------------------------*/
.bid__item {
    width: 100%;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    padding: 25px 25px;
    position: relative;
    margin-top: 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.bid__item-wrapper {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bid__item-wrapper::after {
    position: absolute;
    content: "";
    top: -25px;
    left: -25px;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    z-index: -1;
}
.bid__item::before {
    left: 0;
    top: 0;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin: -2px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
}
.bid__item:hover::after {
    visibility: hidden;
    opacity: 0;
}
.bid__item:hover::before {
    visibility: visible;
    opacity: 1;
}
.bid__user ul li {
    display: inline-block;
    margin-left: -8px;
}
.bid__user ul li:first-child {
    margin-left: 0;
}
.bid__user ul li a {
    display: inline-block;
}
.bid__user ul li a img {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--tp-border-1);
}
.bid__popularity a {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    padding: 5px 12px;
    background-color: rgba(255, 255, 255, 0.14);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: var(--tp-common-white);
}
.bid__popularity a i {
    margin-right: 5px;
    color: var(--tp-common-red);
}
.bid__popularity a:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}
.bid__thumb img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .bid__thumb img {
        width: 100%;
    }
}
.bid__title {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 15px;
}
.bid__title a:hover {
    color: var(--tp-theme-1);
}
.bid__content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 24px;
}
.bid__highest p {
    color: var(--tp-text-5);
}
.bid__highest p span {
    color: var(--tp-theme-1);
    font-weight: 500;
}
.bid__stock p {
    color: var(--tp-text-5);
}
.bid__btn {
    display: inline-block;
    padding: 3px 24px;
    color: var(--tp-common-white);
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid var(--tp-theme-1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background-color: var(--tp-theme-1);
}
@media (max-width: 575px) {
    .bid__btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.bid__btn:hover {
    color: var(--tp-common-white);
    background-color: transparent;
    border-color: var(--tp-common-white);
}
.bid__btn-border {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
}
.bid__btn-border:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}
.bid__trending-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: var(--tp-theme-1);
    background-color: rgba(55, 113, 254, 0.14);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    flex: 0 0 auto;
}
.bid__slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}
.bid__slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 575px) {
    .bid__slider .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.bid__slider-2 .slick-dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    height: 15px;
}
.bid__slider-2 .slick-dots li {
    list-style: none;
    line-height: 1;
}
.bid__slider-2 .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    margin: 0 5px;
}
.bid__slider-2 .slick-dots li.slick-active button {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    width: 14px;
    height: 14px;
}
.bid__slider-3 .slick-dots {
    height: 15px;
}
@media (max-width: 575px) {
    .bid__nav,
    .bid__nav-2 {
        margin-bottom: 50px;
    }
}
.bid__nav .slick-arrow,
.bid__nav-2 .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.08);
    color: var(--tp-common-white);
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.bid__nav .slick-arrow:hover,
.bid__nav-2 .slick-arrow:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    border-color: var(--tp-common-white);
}
.bid__list-left {
    width: 30%;
}
@media (max-width: 575px) {
    .bid__list-left {
        width: auto;
    }
}
.bid__list-right {
    width: 70%;
}
@media (max-width: 575px) {
    .bid__list-right {
        width: auto;
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    .bid__bottom.d-flex {
        margin-bottom: 15px;
        display: block !important;
    }
}
@media (max-width: 575px) {
    .bid__bottom.d-flex .bid__btn-wrapper {
        margin-bottom: 15px;
        margin-right: 15px;
    }
}

.nft__overlay {
    position: relative;
}
.nft__overlay::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 20%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 20%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 20%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 20%,
        #fff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0.03;
    z-index: -1;
}
.nft__nav .nav-tabs {
    border: 0;
    margin: 0;
}
.nft__nav .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-theme-1);
    padding: 5px 20px;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 0;
    color: var(--tp-common-white);
    text-transform: capitalize;
    margin-right: 10px;
    margin-bottom: 10px;
}
.nft__nav .nav-tabs .nav-link:hover,
.nft__nav .nav-tabs .nav-link.active {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black-3);
}
.nft__nav .nav-tabs .nav-link img {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-right: 5px;
}
.nft__select {
    position: relative;
}
.nft__select .sort-text {
    position: absolute;
    top: 0;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 5px;
    padding-right: 5px;
    background-color: #0f1333;
    text-transform: uppercase;
    display: none;
}
.nft__select .nice-select {
    height: 38px;
    line-height: 34px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    color: var(--tp-common-white);
    padding-left: 48px;
    padding-right: 25px;
}
.nft__select .nice-select::after {
    content: "\e410";
    border: 0;
    font-family: var(--tp-ff-fontawesome);
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    margin-top: 0;
    left: 25px;
    right: auto;
    width: inherit;
    height: inherit;
    margin-top: 3px;
}
.nft__select .nice-select .list {
    width: 100%;
    margin-top: 0;
}
.nft__select .nice-select.open::after {
    background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .nft__filter-wrapper {
        margin-bottom: 40px;
    }
}
.nft__filter-wrapper-2 {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.nft__filter-wrapper-2 .nft__filter-accordion .accordion-item {
    margin-bottom: 0;
}
.nft__filter-wrapper-2 .nft__filter-accordion .accordion-button {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background-color: var(--tp-theme-dark);
}
.nft__filter-wrapper-2 .nft__filter-accordion .accordion-button::after {
    background-color: rgba(255, 255, 255, 0.03);
}
.nft__filter-wrapper-2 .nft__filter-accordion .accordion-body {
    background-color: rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: -1px;
}
.nft__filter-wrapper-2 .nft__filter-categories {
    padding-top: 10px;
}
.nft__filter-title {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}
.nft__filter-item .nice-select {
    float: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding-left: 24px;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 600;
}
.nft__filter-item .nice-select .current {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.nft__filter-item .nice-select::after {
    border: none;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background-color: #05092b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 10px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
}
.nft__filter-item .nice-select .list {
    width: 100%;
    margin-top: 0;
}
.nft__filter-item .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}
.nft__filter-input {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: var(--tp-common-white);
    font-weight: 500;
}
.nft__filter-slider {
    margin-top: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .nft__filter-slider #slider-range {
        width: 90%;
    }
}
.nft__filter-slider-box input {
    background-color: transparent;
    color: var(--tp-common-white);
    font-weight: 500;
    outline: 0;
    border: 0;
    width: 50px;
    font-size: 12px;
}
.nft__filter-slider-box span {
    font-size: 12px;
    color: var(--tp-common-white);
    font-weight: 600;
}
.nft__filter-slider-input {
    margin-top: 12px;
}
.nft__filter-accordion .accordion-item {
    background-color: transparent;
    border: 0;
    margin-bottom: 5px;
}
.nft__filter-accordion .accordion-button {
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.04);
    font-size: 15px;
    font-weight: 500;
    color: var(--tp-common-white);
}
.nft__filter-accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.nft__filter-accordion .accordion-button::after {
    border: none;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background-color: #05092b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: 0;
    right: 10px;
    content: "\f105";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
    background-image: none;
}
.nft__filter-accordion .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.nft__filter-accordion .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nft__filter-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nft__filter-accordion .accordion-body {
    padding: 10px 20px 5px;
    background-color: rgba(255, 255, 255, 0.04);
}
.nft__filter-categories-item span {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    color: var(--tp-common-white);
}
.nft__filter-categories-item span svg {
    width: 19px;
    height: 19px;
}
.nft__filter-categories-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.nft__filter-categories-item p:hover {
    color: white;
}
.nft__filter-categories-item:hover span {
    border-color: var(--tp-theme-1);
}
.nft__filter-top {
    padding: 15px 17px;
    background-color: rgba(255, 255, 255, 0.1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.nft__filter-top-icon span svg {
    width: 18px;
}
.nft__filter-top-result p {
    font-size: 13px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.nft__filter-check {
    margin-bottom: 6px;
}
.nft__filter-check input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--tp-theme-dark);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}
.nft__filter-check input:checked {
    position: relative;
    background-color: var(--tp-theme-1);
    border-color: transparent;
}
.nft__filter-check input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--tp-ff-fontawesome);
    font-size: 11px;
    color: var(--tp-common-white);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nft__filter-check input:hover {
    cursor: pointer;
}
.nft__filter-check label {
    padding-left: 13px;
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-common-white);
    opacity: 0.6;
}
.nft__filter-check label:hover {
    cursor: pointer;
    opacity: 1;
}
.nft__filter-price #slider-range {
    width: calc(100% - 22px);
    margin: auto;
    margin-bottom: 18px;
}
.nft__filter-price .ui-slider .ui-slider-handle::before {
    height: 20px;
    width: 20px;
    background: var(--tp-theme-1);
    border: 4px solid var(--tp-border-4);
}
.nft__filter-price-box {
    width: 95px;
    position: relative;
}
.nft__filter-price-box input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-dark-2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 15px;
    padding-right: 25px;
    pointer-events: none;
    font-size: 12px;
}
.nft__filter-price-box span {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--tp-common-white);
    opacity: 0.4;
    text-transform: lowercase;
}
.nft__filter-price-to span {
    color: var(--tp-common-white);
    opacity: 0.6;
    margin: 0 10px;
}
.nft__filter-price-inner {
    margin-bottom: 15px;
}
.nft__filter-collection-search {
    position: relative;
    margin-bottom: 15px;
}
.nft__filter-collection-search input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: var(--tp-theme-dark-2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--tp-common-white);
    font-size: 13px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding-left: 40px;
    padding-right: 15px;
}
.nft__filter-collection-search input::-webkit-input-placeholder {
    color: var(--tp-text-3);
    font-size: 13px;
}
.nft__filter-collection-search input:-moz-placeholder {
    color: var(--tp-text-3);
    font-size: 13px;
}
.nft__filter-collection-search input::-moz-placeholder {
    color: var(--tp-text-3);
    font-size: 13px;
}
.nft__filter-collection-search input:-ms-input-placeholder {
    color: var(--tp-text-3);
    font-size: 13px;
}
.nft__filter-collection-search button {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--tp-common-white);
}
.nft__box {
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.nft__box:hover {
    border-color: var(--tp-theme-2);
}
.nft__box-square {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.nft__box-popularity {
    position: absolute;
    right: 35px;
    bottom: 15px;
}
.nft__box-popularity a {
    font-size: 13px;
    display: inline-block;
    padding: 9px 6px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: var(--tp-common-black-4);
    text-align: center;
    border: 1px solid #ffffff;
    backdrop-filter: 8px;
    text-align: center;
    height: 54px;
}
.nft__box-popularity a i {
    color: var(--tp-common-red);
    display: block;
}
.nft__box-popularity a:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}
.nft__box-user ul {
    position: relative;
}
.nft__box-user ul::after {
    position: absolute;
    content: "\f336";
    font-family: var(--tp-ff-fontawesome);
    font-size: 13px;
    color: var(--tp-common-yellow-2);
    font-weight: 700;
    right: 0;
    bottom: -4px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.nft__box-user ul li {
    display: inline-block;
    margin-left: -8px;
}
.nft__box-user ul li:first-child {
    margin-left: 0;
}
.nft__box-user ul li a {
    display: inline-block;
}
.nft__box-user ul li a img {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--tp-border-1);
}
.nft__box-more button {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.6);
}
.nft__box-top {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.nft__box-thumb {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.nft__box-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .nft__box-thumb img {
        width: 100%;
    }
}
.nft__box-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--tp-common-white);
}
.nft__box-title a:hover {
    color: var(--tp-theme-1);
}
.nft__box-content {
    padding-left: 20px;
    padding-right: 20px;
}
.nft__box-content-top {
    margin-bottom: 5px;
}
.nft__box-trending-icon span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: var(--tp-theme-2);
    border: 1.5px solid rgba(0, 123, 255, 0.2);
    background-color: rgba(0, 123, 255, 0.04);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.nft__box-info {
    margin-bottom: 2px;
}
.nft__box-price p {
    font-weight: 600;
    font-size: 13px;
    color: var(--tp-theme-2);
    border: 1px solid rgba(0, 123, 255, 0.2);
    background-color: rgba(0, 123, 255, 0.1);
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 15px;
    line-height: 1;
}
.nft__box-stock p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}
.nft__box-highest p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.nft__box-bid p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}
.nft__box-bottom {
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.03);
}
@media (max-width: 575px) {
    .nft__more {
        margin-bottom: 20px;
    }
}
.nft__more-content {
    background-color: var(--tp-common-black-6);
    padding: 10px 15px;
}
.nft__more-content ul li {
    list-style-type: none;
}
.nft__more-content ul li button {
    color: var(--tp-common-white);
    font-size: 14px;
}
.nft__more-content ul li button:hover {
    color: var(--tp-theme-1);
}
.nft__search-input {
    width: 270px;
    position: relative;
}
.nft__search-input input {
    width: 100%;
    height: 46px;
    padding: 0 25px;
    padding-left: 48px;
    color: var(--tp-common-white);
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    outline: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.nft__search-input input::-webkit-input-placeholder {
    color: var(--tp-text-3);
}
.nft__search-input input:-moz-placeholder {
    color: var(--tp-text-3);
}
.nft__search-input input::-moz-placeholder {
    color: var(--tp-text-3);
}
.nft__search-input input:-ms-input-placeholder {
    color: var(--tp-text-3);
}
.nft__search-input button {
    color: var(--tp-common-white);
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nft__sm-item:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nft__sm-thumb img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.nft__sm-title {
    font-size: 14px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.nft__sm-title a:hover {
    color: var(--tp-theme-1);
}
.nft__sm-content {
    flex: 0 0 auto;
}
.nft__sm-revenue-icon i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--tp-common-white);
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.nft__sm-revenue-text p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  06. COLLECTION CSS START
/*----------------------------------------*/
.collection__item {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    position: relative;
    background-clip: padding-box;
    border: 2px solid transparent;
    padding: 20px 18px 13px;
}
.collection__item-inner {
    position: relative;
    z-index: 1;
}
.collection__item-inner::after {
    position: absolute;
    content: "";
    top: -20px;
    left: -18px;
    width: calc(100% + 36px);
    height: calc(100% + 50px);
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    z-index: -1;
}
.collection__item::before {
    left: 0;
    top: 0;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin: -2px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}
.collection__item:hover::after {
    visibility: hidden;
    opacity: 0;
}
.collection__item:hover::before {
    visibility: visible;
    opacity: 1;
}
.collection__title {
    font-size: 18px;
    font-weight: 800;
    color: var(--tp-common-white);
    margin-bottom: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .collection__title {
        font-size: 16px;
    }
}
.collection__title a:hover {
    color: var(--tp-theme-1);
}
.collection__content p {
    color: var(--tp-text-5);
    font-weight: 500;
}
.collection__thumb img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .collection__thumb img {
        width: 100%;
    }
}
.collection__profile {
    margin-top: -55px;
    margin-bottom: 13px;
}
.collection__profile img {
    width: 83px;
    height: 83px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid var(--tp-border-2);
}
@media (max-width: 575px) {
    .collection__select {
        margin-bottom: 15px;
    }
}
.collection__select-item .nice-select {
    background-color: transparent;
    border: 0;
    height: 30px;
    line-height: 30px;
    color: var(--tp-theme-2);
    font-weight: 700;
    font-size: 36px;
    height: 35px;
    float: none;
    padding-left: 0;
    padding-right: 35px;
    font-size: 36px;
}
@media (max-width: 575px) {
    .collection__select-item .nice-select {
        font-size: 30px;
    }
}
.collection__select-item .nice-select::after {
    width: 12px;
    height: 12px;
    right: 0;
    margin-top: -10px;
    border-color: var(--tp-theme-2);
}
.collection__select-item .nice-select .option {
    font-size: 14px;
}
.collection__select-item .nice-select.open::after {
    background-color: transparent;
}
.collection__counter {
    counter-reset: count;
}
.collection__list {
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
}
.collection__list:hover {
    border-color: var(--tp-theme-2);
}
.collection__list-thumb img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.collection__list-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-white);
    margin-bottom: 5px;
}
.collection__list-title a:hover {
    color: var(--tp-theme-1);
}
.collection__list-revenue-icon span {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: var(--tp-theme-2);
    background-color: rgba(0, 123, 255, 0.12);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.collection__list-revenue-text p {
    color: var(--tp-common-white);
    font-weight: 700;
    margin-bottom: 0;
}
.collection__list-revenue-text p span {
    color: var(--tp-theme-2);
}
.collection__list-rank {
    position: relative;
}
.collection__list-rank::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: var(--tp-common-black-4);
    font-size: 12px;
    font-weight: 400;
    counter-increment: count;
    content: counter(count);
    background-color: var(--tp-common-white);
    border: 2px solid var(--tp-common-black-4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .collection__right {
        margin-bottom: 50px;
    }
}
.collection__nav {
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 3px;
}
@media (max-width: 575px) {
    .collection__nav {
        margin-bottom: 15px;
    }
}
.collection__nav .nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}
.collection__nav .nav-tabs .nav-link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    padding: 0px 15px;
    background-color: transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.collection__nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background-color: var(--tp-common-white);
    z-index: -1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.collection__nav .nav-tabs .nav-link.active,
.collection__nav .nav-tabs .nav-link:hover {
    color: var(--tp-common-black-4);
}
.collection__nav .nav-tabs .nav-link.active::after,
.collection__nav .nav-tabs .nav-link:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 575px) {
    .collection__more {
        margin-left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .collection__more-3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.collection__box {
    padding: 30px 30px;
    padding-bottom: 380px;
    z-index: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.collection__box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.collection__box-bottom {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}
.collection__box-tag a {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgba(1, 5, 43, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--tp-common-white);
    line-height: 1.2;
    padding: 6px 18px;
}
.collection__box-thumb {
    padding: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgba(1, 5, 43, 0.2);
    backdrop-filter: blur(30px);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.collection__box-thumb img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.collection__box-title {
    font-size: 26px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.collection__box-info p {
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.collection__box-user {
    padding: 6px 8px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgba(1, 5, 43, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 50px;
}
.collection__box-user-thumb img {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.collection__box-user-content h5 {
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

/*----------------------------------------*/
/*  07. FEATURES CSS START
/*----------------------------------------*/
.features__item {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 40px 30px 20px;
    padding-right: 20px;
    position: relative;
}
.features__item::before {
    right: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(135deg, #0f1333 47%, #25cfaa 100%);
    z-index: -1;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -o-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
}
.features__item.yellow-bg::before {
    background: linear-gradient(135deg, #0f1333 56%, #fdf07d 100%);
}
.features__item.yellow-bg .features__item-inner::after {
    background: linear-gradient(
        133.22deg,
        rgba(253, 240, 125, 0) 27.05%,
        rgba(253, 240, 125, 0.15) 92.71%
    );
}
.features__item.green-bg::before {
    background: linear-gradient(135deg, #0f1333 56%, #28aa2d 100%);
}
.features__item.green-bg .features__item-inner::after {
    background: linear-gradient(
        133.22deg,
        rgba(116, 231, 120, 0) 27.05%,
        rgba(116, 231, 120, 0.15) 92.71%
    );
}
.features__item.pink-bg::before {
    background: linear-gradient(135deg, #0f1333 56%, #e468c9 100%);
}
.features__item.pink-bg .features__item-inner::after {
    background: linear-gradient(
        133.22deg,
        rgba(228, 104, 201, 0) 27.05%,
        rgba(228, 104, 201, 0.15) 92.71%
    );
}
.features__item-inner {
    position: relative;
    z-index: 1;
}
.features__item-inner::after {
    position: absolute;
    content: "";
    top: -35px;
    left: -30px;
    width: calc(100% + 50px);
    height: calc(100% + 70px);
    background: linear-gradient(
        133.22deg,
        rgba(37, 207, 170, 0) 37.05%,
        rgba(37, 207, 170, 0.15) 92.71%
    );
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    z-index: -1;
}
.features__title {
    font-size: 22px;
    line-height: 28px;
    color: var(--tp-common-white);
}
.features__content p {
    color: rgba(255, 255, 255, 0.7);
}
.features__icon {
    margin-bottom: 35px;
}
.features__icon img.light {
    display: none;
}

/*----------------------------------------*/
/*  08. CTA CSS START
/*----------------------------------------*/
.cta__wrapper-2 {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    -webkit-box-shadow: 0px 20px 50px rgba(1, 5, 43, 0.2);
    -moz-box-shadow: 0px 20px 50px rgba(1, 5, 43, 0.2);
    -ms-box-shadow: 0px 20px 50px rgba(1, 5, 43, 0.2);
    -o-box-shadow: 0px 20px 50px rgba(1, 5, 43, 0.2);
    box-shadow: 0px 20px 50px rgba(1, 5, 43, 0.2);
    backdrop-filter: blur(30px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 65px 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cta__wrapper-2 {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__wrapper-2 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 575px) {
    .cta__wrapper-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .cta__content-2 {
        margin-top: 20px;
    }
}
.cta__content-2 h3 {
    font-size: 44px;
    font-weight: 700;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta__content-2 h3 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__content-2 h3 {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .cta__content-2 h3 {
        font-size: 30px;
    }
}
.cta__content-2 p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}
.cta__content-2 .tp-btn-gradient {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 8px;
    padding-top: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.cta__content-2 .tp-btn-gradient::after {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.cta__shape-1 {
    position: absolute;
    bottom: -13%;
    right: -10%;
    z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .cta__shape-1 {
        right: -8%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cta__shape-1 {
        right: -2%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .cta__shape-1 {
        right: 0;
    }
}
.cta__shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    left: -14%;
    top: -15%;
    opacity: 0.2;
    mix-blend-mode: luminosity;
}
@media (max-width: 575px) {
    .cta__shape-2 {
        left: -40%;
    }
}
.cta__shape-3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    border-top-left-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .cta__shape-3 {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .cta__thumb-2 img {
        width: 100%;
    }
}
.cta__box {
    position: relative;
    z-index: 1;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.06);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .cta__box {
        margin-bottom: 20px;
    }
}
.cta__box-wrapper {
    padding: 35px 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 575px) {
    .cta__box-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.cta__box-inner {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
    box-shadow: 0px 20px 50px rgba(1, 5, 43, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 20px;
    padding: 40px 75px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta__box-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 575px) {
    .cta__box-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.cta__box-content span {
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5px;
}
.cta__box-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--tp-common-white);
    margin-bottom: 25px;
}
.cta__box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

/* subscribe css start */
.subscribe__wrapper {
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .subscribe__wrapper {
        margin-right: 0;
        margin-bottom: 40px;
    }
}
.subscribe__wrapper::before {
    left: 0;
    top: 0;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #ffb2a1 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #ffb2a1 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #ffb2a1 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #ffb2a1 100%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
    margin: -2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.subscribe__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.subscribe__inner {
    position: relative;
    z-index: 1;
    padding: 70px 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
@media (max-width: 575px) {
    .subscribe__inner {
        padding: 45px 15px;
    }
}
.subscribe__inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(228, 250, 215, 0.03);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    z-index: -1;
}
.subscribe__inner h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--tp-common-white);
    margin-bottom: 17px;
}
.subscribe__input {
    position: relative;
}
.subscribe__input input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    outline: 0;
    padding: 0 50px;
    padding-right: 135px;
    color: var(--tp-common-white);
}
.subscribe__input input::-webkit-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.subscribe__input input:-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.subscribe__input input::-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.subscribe__input input:-ms-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.subscribe__input i {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--tp-common-white);
    opacity: 0.5;
}
.subscribe__input-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    height: 44px;
    line-height: 40px;
    text-align: center;
    padding: 0 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 600;
    background-color: var(--tp-theme-1);
    border: 2px solid var(--tp-theme-1);
}
.subscribe__input-btn:hover {
    background-color: transparent;
    color: var(--tp-common-white);
}
@media (max-width: 575px) {
    .subscribe__input-btn {
        position: static;
        margin-top: 20px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/* community css start */
.community__wrapper {
    border: 2px solid rgba(255, 255, 255, 0.06);
    padding: 60px 60px 75px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 575px) {
    .community__wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.community__content h3 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 26px;
}
@media (max-width: 575px) {
    .community__content h3 {
        font-size: 23px;
    }
}
.community__content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}
.community__social a {
    display: inline-block;
    height: 54px;
    width: 54px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: var(--tp-common-white);
    border: 2px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-right: 5px;
}
@media (max-width: 575px) {
    .community__social a {
        margin-bottom: 10px;
    }
}
.community__social a:last-child {
    margin-right: 0;
}
.community__social a:hover {
    border-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  09. APP CSS START
/*----------------------------------------*/
.app__wrapper {
    z-index: 1;
    margin-left: -45px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .app__wrapper {
        margin-left: 0;
    }
}
.app__wrapper::before {
    left: 0;
    top: 0;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #e4fad7 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #e4fad7 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #e4fad7 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #e4fad7 100%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
    margin: -2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.app__inner {
    position: relative;
    z-index: 1;
    padding: 33px 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .app__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.app__inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(228, 250, 215, 0.03);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    z-index: -1;
}
.app__qr {
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .app__qr {
        margin-right: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .app__qr {
        margin-bottom: 25px;
    }
}
.app__info h3 {
    font-size: 18px;
    font-weight: 800;
    color: var(--tp-common-white);
    margin-bottom: 25px;
    line-height: 1.6;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .app__content {
        flex-wrap: wrap;
    }
}
.app__download-item {
    padding: 4px 20px 6px;
    padding-right: 15px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-right: 8px;
}
@media (max-width: 575px) {
    .app__download-item {
        margin-bottom: 20px;
    }
}
.app__download-item:hover,
.app__download-item.active {
    border-color: var(--tp-common-white);
    background-color: var(--tp-common-white);
}
.app__download-item:hover .app__download-icon i,
.app__download-item.active .app__download-icon i {
    color: var(--tp-common-black);
}
.app__download-item:hover .app__download-text p,
.app__download-item:hover .app__download-text h5,
.app__download-item.active .app__download-text p,
.app__download-item.active .app__download-text h5 {
    color: var(--tp-common-black);
}
.app__download-icon {
    line-height: 1;
}
.app__download-icon i {
    color: var(--tp-common-white);
    font-size: 20px;
    margin-right: 5px;
}
.app__download-text h5 {
    font-size: 11px;
    font-weight: 600;
    color: var(--tp-common-white);
    opacity: 0.6;
    margin-bottom: 2px;
}
.app__download-text p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--tp-common-white);
    line-height: 1;
}

/*----------------------------------------*/
/*  10. BLOG CSS START
/*----------------------------------------*/
.blog__item {
    min-height: 340px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}
.blog__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog__content {
    background: rgba(5, 9, 43, 0.2);
    border: 1px solid rgba(5, 9, 43, 0.05);
    backdrop-filter: blur(16px);
    width: 90%;
    z-index: 1;
    padding: 35px 30px 25px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog__content {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .blog__content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.blog__content-wrapper {
    padding: 35px 40px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}
@media (max-width: 575px) {
    .blog__content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.blog__title {
    font-size: 24px;
    color: var(--tp-common-white);
    margin-bottom: 7px;
}
@media (max-width: 575px) {
    .blog__title {
        font-size: 20px;
    }
}
.blog__tag {
    margin-bottom: 5px;
}
.blog__tag span {
    line-height: 1;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--tp-common-white);
    background: linear-gradient(-90deg, #61c6ff 1.9%, #283dfc 97.74%);
    background: -webkit-linear-gradient(-90deg, #61c6ff 1.9%, #283dfc 97.74%);
    background: -moz-linear-gradient(-90deg, #61c6ff 1.9%, #283dfc 97.74%);
    background: -ms-linear-gradient(-90deg, #61c6ff 1.9%, #283dfc 97.74%);
    text-transform: uppercase;
    padding: 5px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.blog__author-thumb img {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog__author-name {
    font-size: 17px;
    font-weight: 800;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.blog__author-content span {
    font-size: 12px;
    font-weight: 500;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .blog__more {
        margin-bottom: 20px;
    }
}
.blog__grid-item {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.blog__grid-thumb {
    margin-bottom: 15px;
}
.blog__grid-thumb img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.blog__grid-tag {
    margin-bottom: 5px;
}
.blog__grid-tag a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--tp-theme-1);
    text-transform: uppercase;
    position: relative;
    padding-left: 8px;
    line-height: 1;
}
.blog__grid-tag a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 100%;
    width: 2px;
    background-color: var(--tp-theme-1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog__grid-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 15px;
    line-height: 1.3;
}
.blog__grid-title a:hover {
    color: var(--tp-theme-1);
}
.blog__grid-author-thumb img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.blog__grid-author-info h4 {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--tp-common-white);
}
.blog__grid-author-info p {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

.postbox__thumb .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.postbox__thumb img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.postbox__audio {
    height: 455px;
    width: 100%;
}
.postbox__audio iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.postbox__item-single:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.postbox__item .blog__grid-tag a {
    text-transform: capitalize;
}
.postbox__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none;
}
.postbox__title {
    font-size: 44px;
    margin-bottom: 20px;
    color: var(--tp-common-white);
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__title {
        font-size: 33px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__title {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .postbox__title {
        font-size: 25px;
    }
}
.postbox__title a:hover {
    color: var(--tp-theme-1);
}
.postbox__meta {
    margin-bottom: 5px;
}
.postbox__meta span {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-black);
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
}
.postbox__meta span:last-child {
    margin-right: 0;
}
.postbox__meta span i {
    color: var(--tp-theme-1);
    margin-right: 3px;
}
.postbox__meta span:hover {
    color: var(--tp-theme-2);
}
.postbox__meta span:hover i {
    color: var(--tp-theme-2);
}
.postbox__text img {
    max-width: 100%;
}
.postbox__text p {
    margin-bottom: 35px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.postbox__text h3 {
    font-size: 30px;
    color: var(--tp-common-white);
}
.postbox__text-single p {
    margin-bottom: 15px;
}
.postbox__slider button {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: var(--tp-common-white);
}
.postbox__slider button.postbox-slider-button-next {
    left: auto;
    right: 50px;
}
@media (max-width: 575px) {
    .postbox__slider button.postbox-slider-button-next {
        right: 10px;
    }
}
@media (max-width: 575px) {
    .postbox__slider button {
        left: 10px;
    }
}
.postbox__comment ul > li {
    margin-bottom: 20px;
    list-style: none;
}
.postbox__comment ul > li:first-child .postbox__comment-box::before {
    display: none;
}
.postbox__comment ul > li.children {
    margin-left: 100px;
    position: relative;
}
@media (max-width: 575px) {
    .postbox__comment ul > li.children {
        margin-left: 15px;
    }
}
.postbox__comment ul > li.children::after {
    position: absolute;
    content: "";
    top: 0;
    left: -55px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.06);
}
.postbox__comment ul > li .postbox__comment-box {
    position: relative;
}
.postbox__comment ul > li .postbox__comment-box::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -55px;
    width: 55px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.06);
}
.postbox__comment ul ul {
    margin-top: 20px;
}
.postbox__comment ul ul li:nth-child(1) .postbox__comment-box::before {
    display: block;
}
.postbox__comment-form {
    margin-bottom: 20px;
}
.postbox__comment-form-title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    padding-left: 14px;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--tp-common-white);
}
.postbox__comment-form-title::after {
    left: 0px;
    height: 22px;
    width: 2px;
    background: var(--tp-theme-1);
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.postbox__comment-input {
    position: relative;
    margin-bottom: 20px;
}
.postbox__comment-input > span {
    font-weight: 600;
    color: var(--tp-common-black);
    margin-bottom: 12px;
    display: block;
}
.postbox__comment-input-box h4 {
    font-size: 15px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.postbox__comment-input-box h4 span {
    color: var(--tp-theme-1);
}
.postbox__comment-input input,
.postbox__comment-input textarea {
    width: 100%;
    height: 54px;
    line-height: 54px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 0 28px;
    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--tp-common-white);
}
.postbox__comment-input input::-webkit-input-placeholder,
.postbox__comment-input textarea::-webkit-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.postbox__comment-input input:-moz-placeholder,
.postbox__comment-input textarea:-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.postbox__comment-input input::-moz-placeholder,
.postbox__comment-input textarea::-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.postbox__comment-input input:-ms-input-placeholder,
.postbox__comment-input textarea:-ms-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.postbox__comment-input textarea {
    line-height: 1.5;
    padding-top: 15px;
    resize: none;
    height: 170px;
}
.postbox__comment-input .nice-select {
    float: none;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-left: 24px;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}
.postbox__comment-input .nice-select .current {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.postbox__comment-input .nice-select::after {
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #05092b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 5px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
}
.postbox__comment-input .nice-select .list {
    width: 100%;
    margin-top: 0;
}
.postbox__comment-input .nice-select .list .option {
    color: var(--tp-text-1);
}
.postbox__comment-input .nice-select .list .option:hover {
    color: var(--tp-theme-2);
}
.postbox__comment-input .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}
.postbox__comment-btn button {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 15px;
    font-weight: 600;
}
.postbox__comment-title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    padding-left: 14px;
    margin-bottom: 25px;
    font-weight: 700;
    color: var(--tp-common-white);
}
.postbox__comment-title::after {
    left: 0px;
    height: 22px;
    width: 2px;
    background: var(--tp-theme-1);
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.postbox__comment-box {
    padding: 30px;
    padding-right: 40px;
    padding-top: 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
}
.postbox__comment-avater img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.postbox__comment-name {
    margin-bottom: 5px;
}
.postbox__comment-name h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    color: var(--tp-common-white);
}
.postbox__comment-name span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 575px) {
    .postbox__comment-text {
        margin-left: 0;
        margin-top: 15px;
    }
}
.postbox__comment-text p {
    font-size: 16px;
    color: var(--tp-text-11);
    margin-bottom: 15px;
}
.postbox__comment-reply {
    margin-top: 10px;
}
.postbox__comment-reply a {
    display: inline-block;
    color: var(--tp-theme-1);
    font-weight: 500;
    font-size: 14px;
}
.postbox__comment-reply a i {
    margin-right: 2px;
}
.postbox__comment-reply a:hover {
    color: var(--tp-common-white);
}
.postbox__comment-agree {
    padding-left: 5px;
}
.postbox__comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--tp-common-white);
    border: 1px solid #b9bac1;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    flex: 0 0 auto;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}
.postbox__comment-agree input:checked {
    position: relative;
    background-color: var(--tp-theme-1);
    border-color: transparent;
}
.postbox__comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--tp-ff-fontawesome);
    font-size: 10px;
    color: var(--tp-common-white);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
    cursor: pointer;
}
.postbox__comment-agree label {
    padding-left: 8px;
    color: var(--tp-text-1);
    line-height: 1;
}
.postbox__comment-agree label a {
    color: var(--tp-common-black);
    font-weight: 600;
    padding-left: 4px;
}
.postbox__comment-agree label a:hover {
    color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
    cursor: pointer;
}
.postbox__tag-wrapper {
    padding-top: 25px;
    border-top: 2px dashed rgba(255, 255, 255, 0.14);
}
.postbox__tag span {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 17px;
    color: var(--tp-common-white);
    margin-right: 10px;
}
.postbox__share span {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 17px;
    color: var(--tp-common-white);
    margin-right: 10px;
}
.postbox__share a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 2px;
}
.postbox__share a:hover {
    border-color: var(--tp-theme-1);
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}
.postbox__quote {
    position: relative;
    margin-left: 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    z-index: 1;
}
.postbox__quote::after {
    position: absolute;
    content: "";
    left: -4px;
    top: 0;
    width: 10%;
    height: 100%;
    background-color: var(--tp-theme-1);
    z-index: -1;
    border-radius: 20px;
}
.postbox__quote blockquote {
    background: #121636;
    padding: 25px 35px;
    margin-bottom: 35px;
    border-radius: 20px;
    z-index: -1;
}
@media (max-width: 575px) {
    .postbox__quote blockquote {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.postbox__quote blockquote p {
    line-height: 1.8;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 400;
    margin-bottom: 0;
}
.postbox__quote blockquote cite {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #070337;
    font-style: inherit;
    font-weight: 600;
    position: relative;
}
.postbox__quote blockquote cite::before {
    content: "";
    font-size: 28px;
    color: var(--tp-theme-1);
    padding-bottom: 0px;
    display: inline-block;
    background: var(--tp-theme-1);
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}
.postbox__list ul li {
    list-style: none;
    position: relative;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 15px;
    margin-bottom: 5px;
}
.postbox__list ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.postbox__author {
    padding: 30px 35px;
    padding-right: 120px;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox__author {
        padding-right: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox__author-thumb {
        margin-bottom: 20px;
    }
}
.postbox__author-thumb img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.postbox__author-content h4 {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 5px;
}
.postbox__author-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}
.postbox__more {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.postbox__more-item.next {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .postbox__more-item.next {
        border: none;
    }
}
.postbox__more-icon a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.postbox__more-icon a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}
.postbox__more-content span {
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}
.postbox__more-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.postbox__more-title a:hover {
    color: var(--tp-theme-1);
}
.postbox__recent .blog__grid-tag a {
    text-transform: uppercase;
}
.postbox__recent .blog__grid-title {
    font-size: 17px;
}
.postbox__recent-title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    padding-left: 14px;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--tp-common-white);
}
.postbox__recent-title::after {
    left: 0px;
    height: 22px;
    width: 2px;
    background: var(--tp-theme-1);
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rc__post {
    margin-bottom: 10px;
}
.rc__post:last-child {
    margin-bottom: 0;
}
.rc__post ul li:not(:last-child) {
    margin-bottom: 15px;
}
.rc__post-thumb img {
    width: 93px;
    height: 93px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.rc__post-title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-white);
    line-height: 22px;
}
.rc__post-title a:hover {
    color: var(--tp-theme-1);
}
.rc__meta span {
    font-size: 14px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6);
}
.rc__meta span i {
    margin-right: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .sidebar__wrapper {
        margin-top: 50px;
    }
}
.sidebar__widget {
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.sidebar__widget-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding-left: 12px;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.sidebar__widget-title::after {
    left: 0px;
    height: 22px;
    width: 2px;
    background: var(--tp-theme-1);
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar__widget ul li {
    list-style: none;
}
.sidebar__widget ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidebar__widget ul li:last-child {
    padding-bottom: 0;
}
.sidebar__widget ul li:first-child {
    padding-top: 0;
}
.sidebar__widget ul li a {
    padding: 15px 0;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding-left: 13px;
}
.sidebar__widget ul li a:hover {
    color: var(--tp-theme-1);
}
.sidebar__widget ul li a .category-number {
    float: right;
}
.sidebar__widget ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.sidebar__widget ul li ul {
    padding-left: 15px;
}
.sidebar__search {
    position: relative;
}
.sidebar__search input {
    width: 100%;
    height: 50px;
    line-height: 46px;
    background: transparent;
    padding: 0 25px;
    text-transform: capitalize;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    outline: none;
    padding-right: 60px;
    color: var(--tp-common-white);
}
.sidebar__search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.sidebar__search input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.sidebar__search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.sidebar__search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.sidebar__search input:focus {
    border-color: rgba(255, 255, 255, 0.5);
}
.sidebar__search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tp-theme-1);
}
.sidebar__banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.sidebar__banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: var(--tp-common-white);
}
.sidebar__banner-content h4 {
    padding: 15px 20px;
    font-size: 24px;
    color: var(--tp-common-black);
    text-transform: uppercase;
    margin-bottom: 0;
}

.tagcloud a {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 21px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: capitalize;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.tagcloud a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  11. FOOTER CSS START
/*----------------------------------------*/
.footer__widget-title {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 18px;
    font-weight: 700;
}
.footer__widget ul li {
    list-style: none;
    margin-bottom: 6px;
}
.footer__widget ul li a {
    font-size: 14px;
    color: var(--tp-text-6);
    font-weight: 500;
}
.footer__widget ul li a:hover {
    color: var(--tp-theme-1);
}
.footer__logo a img {
    width: 80px;
}
.footer__logo a img.logo-black {
    display: none;
}
.footer__top-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer__bottom {
    padding-top: 15px;
    padding-bottom: 20px;
}
.footer__lang {
    margin-top: 24px;
}
.footer__lang .nice-select {
    width: 100%;
    height: 40px;
    line-height: 38px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-left: 22px;
    float: none;
}
.footer__lang .nice-select .current {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}
.footer__lang .nice-select::after {
    border: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.14);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 4px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
}
.footer__lang .nice-select .list {
    width: 100%;
    margin-top: 0;
}
.footer__lang .nice-select .list .option:hover {
    color: var(--tp-theme-1);
}
.footer__lang .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}
.footer__lang .nice-select:hover::after {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}
.footer__lang-certificate img.light {
    display: none;
}
.footer__logo {
    margin-bottom: 23px;
}
.footer__info p {
    color: var(--tp-common-white);
    opacity: 0.6;
    line-height: 22px;
    margin-bottom: 30px;
}
.footer__social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--tp-common-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}
.footer__social a:hover {
    background-color: var(--tp-theme-1);
}
.footer__social-2 a {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.08);
    line-height: 36px;
}
.footer__social-2 a:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
    background-color: var(--tp-theme-1);
}
.footer__copyright p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}
.footer__copyright p a {
    color: var(--tp-theme-1);
}
.footer__copyright p a:hover {
    color: var(--tp-common-white);
}
.footer__menu a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-right: 25px;
}
.footer__menu a:last-child {
    margin-right: 0;
}
.footer__menu a:hover {
    color: var(--tp-theme-2);
}
.footer__menu-2 a {
    position: relative;
    padding-right: 25px;
}
.footer__menu-2 a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.5);
}
.footer__menu-2 a:last-child {
    padding-right: 0;
}
.footer__menu-2 a:last-child::after {
    display: none;
}
.footer__subscribe p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--tp-text-11);
    margin-right: 45px;
}
.footer__subscribe .info {
    font-weight: 400;
}
@media (max-width: 575px) {
    .footer__subscribe .info {
        margin-top: 15px;
    }
}
.footer__subscribe-input {
    position: relative;
    margin-bottom: 5px;
}
.footer__subscribe-input input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    outline: 0;
    padding: 0 50px;
    padding-right: 135px;
    color: var(--tp-common-white);
}
.footer__subscribe-input input::-webkit-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.footer__subscribe-input input:-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.footer__subscribe-input input::-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.footer__subscribe-input input:-ms-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.footer__subscribe-input i {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--tp-common-white);
    opacity: 0.5;
}
.footer__subscribe-input-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    height: 44px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(-180deg, #61c6ff 1.9%, #283dfc 97.74%);
    z-index: 1;
}
.footer__subscribe-input-btn::after {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    z-index: -1;
    background-color: var(--tp-theme-dark);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
}
.footer__subscribe-input-btn:hover {
    color: var(--tp-common-white);
}
.footer__subscribe-input-btn:hover::after {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 575px) {
    .footer__subscribe-input-btn {
        position: static;
        margin-top: 20px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.footer__subscribe-2 p {
    font-size: 13px;
}
.footer__subscribe-2 input {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.08);
}
.footer__subscribe-2 .footer__subscribe-input-btn {
    background: var(--tp-theme-1);
}
.footer__gradient {
    position: relative;
}
.footer__gradient::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.06) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
}
.footer__gradient-border {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__overlay {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__overlay::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.02);
    z-index: -1;
}

.footer-col-2 {
    padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-2 {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-col-2 {
        padding-left: 20px;
    }
}
@media (max-width: 575px) {
    .footer-col-2 {
        padding-left: 0;
    }
}

.footer-col-3 {
    padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-3 {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-3 {
        padding-left: 0;
    }
}

.footer-col-4 {
    padding-left: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-4 {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-4 {
        padding-left: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .footer-col-4 {
        padding-left: 0;
    }
}

.footer-col-5 {
    padding-left: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-col-5 {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-5 {
        padding-left: 0px;
    }
}

.footer__style-2 .footer__widget ul li {
    margin-bottom: 8px;
}
.footer__style-2 .footer__copyright p a:hover {
    color: #3771fe;
}
.footer__style-2 .footer__menu a {
    position: relative;
    padding-right: 25px;
    margin-right: 25px;
}
.footer__style-2 .footer__menu a:last-child {
    padding-right: 0;
    margin-right: 0;
}
.footer__style-2 .footer__menu a:last-child::after {
    display: none;
}
.footer__style-2 .footer__menu a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 15px;
}

.footer__style-3 .footer__widget-title {
    margin-bottom: 23px;
}
.footer__style-3 .footer__logo {
    margin-bottom: 20px;
}
.footer__style-3 .footer__widget ul li {
    margin-bottom: 8px;
}
.footer__style-3 .footer__copyright p {
    color: var(--tp-text-11);
}
.footer__style-3 .footer__copyright p a:hover {
    color: #3771fe;
}
.footer__style-3 .footer__menu a {
    position: relative;
    padding-right: 25px;
    margin-right: 25px;
}
.footer__style-3 .footer__menu a:last-child {
    padding-right: 0;
    margin-right: 0;
}
.footer__style-3 .footer__menu a:last-child::after {
    display: none;
}
.footer__style-3 .footer__menu a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 15px;
}
.footer__style-3 .footer__subscribe-input input {
    height: 54px;
    line-height: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.footer__style-3 .footer__subscribe-input-btn {
    height: 38px;
    line-height: 34px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: var(--tp-theme-1);
    border: 2px solid var(--tp-theme-1);
}
.footer__style-3 .footer__subscribe-input-btn::after {
    display: none;
}
.footer__style-3 .footer__subscribe-input-btn:hover {
    color: var(--tp-common-white);
    background-color: transparent;
}

.footer-col-2-1 {
    padding-right: 145px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-col-2-1 {
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-2-1 {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-col-2-2 {
        padding-left: 30px;
    }
}

.footer-col-2-3 {
    padding-left: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-2-3 {
        padding-left: 0;
    }
}

.footer-col-2-4 {
    padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-2-4 {
        padding-left: 0;
    }
}

.footer-col-3-1 {
    padding-right: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-3-1 {
        padding-right: 0;
    }
}

.footer-col-3-2 {
    padding-left: 35px;
}
@media (max-width: 575px) {
    .footer-col-3-2 {
        padding-left: 0;
    }
}

.footer-col-3-3 {
    padding-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-3-3 {
        padding-left: 0;
    }
}

.footer-col-3-4 {
    padding-left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 575px) {
    .footer-col-3-4 {
        padding-left: 0;
    }
}

.footer-col-4-1 {
    padding-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-col-4-1 {
        padding-right: 0;
    }
}

/*----------------------------------------*/
/*  12. MARQUE CSS START
/*----------------------------------------*/
.marque__area {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.marque__area-2 {
    background-color: var(--tp-common-white);
    border: 0;
}
.marque__inner {
    overflow: hidden;
    position: relative;
    height: 50px;
}
.marque__inner::after,
.marque__inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 382px;
    height: 100%;
    background: linear-gradient(90deg, #05092b 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 11;
}
@media (max-width: 575px) {
    .marque__inner::after,
    .marque__inner::before {
        opacity: 0;
    }
}
.marque__inner::before {
    left: auto;
    right: 0;
    background: linear-gradient(
        -90deg,
        #05092b 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 11;
}
.marque__inner-2::after {
    background: linear-gradient(
        90deg,
        rgb(255, 255, 255) 0%,
        rgba(5, 9, 43, 0) 100%
    );
}
.marque__inner-2::before {
    background: linear-gradient(
        -90deg,
        rgb(255, 255, 255) 0%,
        rgba(5, 9, 43, 0) 100%
    );
}
.marque__wrapper {
    display: block;
    width: 200%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.marque__wrapper p {
    margin-bottom: 0;
    color: var(--tp-common-white);
    margin-right: 15px;
    display: inline-block;
    float: left;
    position: relative;
    padding-right: 30px;
    flex: 0 0 auto;
}
.marque__wrapper p::after {
    position: absolute;
    content: "\e28b";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--tp-common-yellow-2);
    font-family: var(--tp-ff-fontawesome);
    font-size: 16px;
}
.marque__wrapper-2 p {
    color: var(--tp-theme-dark-2);
}

/*----------------------------------------*/
/*  13. AUCTION CSS START
/*----------------------------------------*/
.auction__border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.auction__thumb img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .auction__thumb img {
        width: 100%;
    }
}
.auction__title {
    font-size: 20px;
    color: var(--tp-common-white);
}
.auction__title a:hover {
    color: var(--tp-theme-1);
}
.auction__item {
    padding: 30px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
@media (max-width: 575px) {
    .auction__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.auction__item-bg {
    background-color: rgba(255, 255, 255, 0.06);
}
.auction__item-2 {
    padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px) {
    .auction__item-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.auction__item-2 .auction__countdown .cdown {
    width: 60px;
    height: 60px;
    margin-right: 25px;
    position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .auction__item-2 .auction__countdown .cdown {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .auction__item-2 .auction__countdown .cdown {
        margin-right: 15px;
    }
}
@media (max-width: 575px) {
    .auction__item-2 .auction__countdown .cdown {
        margin-right: 15px;
    }
}
.auction__item-2 .auction__countdown .cdown::after {
    position: absolute;
    content: ":";
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: var(--tp-ff-fontawesome);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 575px) {
    .auction__item-2 .auction__countdown .cdown::after {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .auction__item-2 .auction__countdown .cdown::after {
        right: -8px;
    }
}
.auction__item-2 .auction__countdown .cdown:last-child::after {
    display: none;
}
.auction__item-2 .auction__bid-current h5 span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px) {
    .auction__item-2 .auction__btn a {
        margin-bottom: 15px;
    }
}
.auction__author-thumb img {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.auction__author-content h4 {
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.auction__author-content h4 span {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.auction__author-content h4 a {
    color: var(--tp-theme-2);
    font-weight: 500;
    opacity: 1;
}
.auction__bid-current p {
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-common-white);
    opacity: 0.5;
    margin-bottom: 3px;
    line-height: 1;
}
.auction__bid-current h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.auction__bid-ammount p {
    font-size: 15px;
    color: var(--tp-common-white);
    opacity: 0.5;
    margin-bottom: 0;
}
.auction__countdown {
    flex-wrap: wrap;
}
.auction__countdown .cdown {
    margin-right: 20px;
    width: 66px;
    height: 66px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(12, 107, 57, 0.4);
    box-sizing: border-box;
    box-shadow: inset 0px -4px 10px #04a038;
    backdrop-filter: blur(10px);
    text-align: center;
    padding-top: 11px;
}
.auction__countdown .cdown:last-child {
    margin-right: 0;
}
.auction__countdown .cdown span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--tp-common-white);
}
.auction__countdown .cdown p {
    font-size: 12px;
    font-weight: 500;
    color: var(--tp-common-white);
    opacity: 0.6;
    margin-bottom: 0;
    line-height: 1;
    text-transform: lowercase;
}
.auction__countdown .cdown.hour {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(211, 51, 255, 0.4);
    box-sizing: border-box;
    box-shadow: inset 0px -4px 10px #d333ff;
    backdrop-filter: blur(10px);
}
.auction__countdown .cdown.minutes {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(0, 123, 255, 0.4);
    box-sizing: border-box;
    box-shadow: inset 0px -4px 10px #007bff;
    backdrop-filter: blur(10px);
}
.auction__countdown .cdown.second {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 142, 47, 0.4);
    box-sizing: border-box;
    box-shadow: inset 0px -4px 10px #ff8e2f;
    backdrop-filter: blur(10px);
}
.auction__btn .tp-btn-gradient {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}
.auction__btn .tp-btn-gradient::after {
    background: #141737;
}
@media (max-width: 575px) {
    .auction__btn.d-sm-flex {
        margin-bottom: 15px;
        display: block !important;
    }
}
.auction__btn.d-sm-flex a {
    margin-right: 15px;
}
.auction__sm-item {
    padding: 15px 15px;
    background-color: rgba(255, 255, 255, 0.06);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
@media (max-width: 575px) {
    .auction__sm-thumb {
        margin-bottom: 20px;
        margin-right: 0;
    }
}
.auction__sm-thumb img {
    width: 150px;
    height: 130px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
}
@media (max-width: 575px) {
    .auction__sm-thumb img {
        width: 100%;
        height: auto;
    }
}
.auction__sm-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--tp-common-white);
    margin-bottom: 7px;
}
.auction__sm-title a:hover {
    color: var(--tp-theme-1);
}
.auction__sm-author {
    flex-wrap: wrap;
}
.auction__sm-author-thumb img {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.auction__sm-price p {
    font-weight: 600;
    font-size: 13px;
    color: var(--tp-theme-2);
    border: 1px solid rgba(0, 123, 255, 0.2);
    background-color: rgba(0, 123, 255, 0.1);
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 3px 10px 4px 10px;
    line-height: 1;
    margin-bottom: 0;
}
.auction__sm-show p {
    font-size: 12px;
    color: var(--tp-common-white);
    opacity: 0.5;
    margin-bottom: 0;
    font-weight: 500;
}
.auction__sm-btn .tp-btn-gradient {
    padding: 3px 30px;
    font-size: 13px;
}
.auction__sm-btn .tp-btn-gradient::after {
    background: #141737;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .auction__more {
        margin-bottom: 25px;
    }
}
.auction__slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}
.auction__slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 575px) {
    .auction__slider .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.auction__slider .auction__countdown .cdown {
    margin-right: 18px;
}
@media (max-width: 575px) {
    .auction__slider .auction__countdown .cdown {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
.auction__slider .auction__countdown .cdown::after {
    right: -12px;
}
@media (max-width: 575px) {
    .auction__slider .auction__countdown .cdown::after {
        display: none;
    }
}
.auction__slider-2 .slick-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.auction__slider-2 .slick-dots li {
    list-style: none;
    line-height: 1;
}
.auction__slider-2 .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    margin: 0 5px;
}
.auction__slider-2 .slick-dots li.slick-active button {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    width: 14px;
    height: 14px;
}
@media (max-width: 575px) {
    .auction__nav,
    .auction__nav-2 {
        margin-bottom: 50px;
    }
}
.auction__nav .slick-arrow,
.auction__nav-2 .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.08);
    color: var(--tp-common-white);
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.auction__nav .slick-arrow:hover,
.auction__nav-2 .slick-arrow:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    border-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  14. PROCESS CSS START
/*----------------------------------------*/
.process__item:hover .process__icon span {
    border-color: rgba(255, 255, 255, 0.5);
}
.process__icon span {
    display: inline-block;
    color: var(--tp-common-white);
    height: 60px;
    width: 60px;
    line-height: 56px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.process__icon span svg {
    width: 24px;
    height: 24px;
}
.process__title {
    font-size: 20px;
    color: var(--tp-common-white);
    margin-bottom: 7px;
}
.process__title a:hover {
    color: var(--tp-theme-1);
}
.process__content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

/*----------------------------------------*/
/*  15. CREATOR CSS START
/*----------------------------------------*/
.creator__item {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 20px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid transparent;
}
.creator__item:hover {
    background-color: var(--tp-theme-dark-2);
    border-color: var(--tp-theme-1);
}
.creator__thumb img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.creator__active {
    position: relative;
}
.creator__active::after {
    position: absolute;
    content: "";
    right: -5px;
    top: -5px;
    width: 14px;
    height: 14px;
    background-color: var(--tp-common-green-2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.creator__title {
    font-size: 18px;
    color: var(--tp-common-white);
}
.creator__title a:hover {
    color: var(--tp-theme-1);
}
.creator__content-more a {
    color: var(--tp-common-white);
    opacity: 0.6;
    font-size: 18px;
}
.creator__revenue-icon i {
    display: inline-block;
    font-size: 14px;
    color: var(--tp-theme-1);
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.creator__revenue-text p {
    color: var(--tp-common-white);
    opacity: 0.7;
    margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .creator__more {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.creator__banner {
    padding-top: 185px;
}
.creator__user-thumb {
    margin-top: -67px;
    text-align: center;
    margin-bottom: 20px;
}
.creator__user-thumb img {
    width: 134px;
    height: 134px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid var(--tp-theme-dark);
}
.creator__user-title {
    font-size: 24px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.creator__user-copyright {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 30px;
    padding: 2px;
    margin-bottom: 20px;
}
.creator__user-copyright-icon {
    margin-right: 8px;
}
.creator__user-copyright-icon i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    background-color: var(--tp-theme-dark);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tp-theme-1);
}
.creator__user-copyright-text {
    margin-right: 8px;
}
.creator__user-copyright-text span {
    font-size: 13px;
    color: var(--tp-common-white);
    opacity: 0.6;
}
.creator__follow {
    margin-bottom: 30px;
}
.creator__follow p {
    color: var(--tp-text-12);
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
    font-weight: 500;
}
.creator__follow p:last-child {
    padding-right: 0;
    margin-right: 0;
}
.creator__follow p::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: var(--tp-text-12);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.creator__follow p span {
    color: var(--tp-common-white);
}
.creator__action {
    margin-bottom: 25px;
}
.creator__action ul li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
}
@media (max-width: 575px) {
    .creator__action ul li {
        margin-bottom: 15px;
    }
}
.creator__action ul li:last-child {
    margin-right: 0;
}
.creator__action ul li a {
    display: inline-block;
    height: 35px;
    line-height: 31px;
    text-align: center;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tp-common-white);
    border: 2px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.creator__action ul li a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}
.creator__action ul li a.more {
    width: 35px;
    padding: 0;
}
.creator__action ul li .nft__more-content ul li {
    display: block;
}
.creator__border {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}
.creator__tab .nav-tabs {
    border: 0;
    margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .creator__tab .nav-tabs {
        flex-wrap: wrap;
    }
}
.creator__tab .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    padding: 5px 40px;
    border: 0;
    margin: 0;
    position: relative;
    background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .creator__tab .nav-tabs .nav-link {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .creator__tab .nav-tabs .nav-link {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.creator__tab .nav-tabs .nav-link .number {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px 20px 20px 0px;
    font-size: 11px;
    color: var(--tp-common-white);
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .creator__tab .nav-tabs .nav-link .number {
        right: 0;
    }
}
.creator__tab .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--tp-theme-1);
}
.creator__tab .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(55, 113, 254, 0) 0%,
        rgba(55, 113, 254, 0.14) 100%
    );
    filter: drop-shadow(0px 2px 0px #3771fe);
    opacity: 0;
}
.creator__tab .nav-tabs .nav-link.active::before {
    opacity: 1;
}
.creator__tab .nav-tabs .nav-link.active::after {
    width: 100%;
    left: 0;
    right: auto;
}
.creator__tab .nav-tabs .nav-link.active .number {
    opacity: 1;
    background-color: var(--tp-theme-1);
}
.creator__grid-item {
    padding: 15px 15px 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.creator__grid-bg img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.creator__grid-thumb {
    margin-top: -45px;
    margin-bottom: 10px;
}
.creator__grid-thumb img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 7px solid var(--tp-theme-dark);
}
.creator__grid-title {
    font-size: 18px;
    color: var(--tp-common-white);
}
.creator__grid-title a:hover {
    color: var(--tp-theme-1);
}
.creator__grid-social {
    margin-bottom: 8px;
}
.creator__grid-social a {
    display: inline-block;
    color: var(--tp-common-white);
    opacity: 0.6;
    margin: 0 5px;
}
.creator__grid-social a:hover {
    opacity: 1;
    color: var(--tp-theme-1);
}
.creator__grid-content p {
    color: var(--tp-common-white);
    opacity: 0.5;
}

/* profile edit css start */
@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .profile__tab {
        margin-right: 0;
        margin-bottom: 50px;
    }
}
.profile__tab .nav-tabs {
    padding: 0;
    border: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.profile__tab .nav-tabs .nav-link {
    padding: 15px 30px;
    border: 0;
    border-radius: 0;
    margin: 0;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}
.profile__tab .nav-tabs .nav-link:last-child {
    border: 0;
}
.profile__tab .nav-tabs .nav-link i {
    margin-right: 5px;
}
.profile__tab .nav-tabs .nav-link.active {
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .profile__cover img {
        height: 125px;
    }
}
.profile__cover-edit input {
    display: none;
}
.profile__cover-edit label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: var(--tp-common-white);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--tp-theme-1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.profile__cover-edit label:hover {
    cursor: pointer;
    color: var(--tp-theme-dark);
    background-color: var(--tp-common-white);
}
.profile__cover-edit label:hover:hover {
    cursor: pointer;
    color: var(--tp-theme-dark);
    background-color: var(--tp-common-white);
}
.profile__thumb {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.profile__thumb img {
    border: 10px solid var(--tp-theme-dark);
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.profile__thumb-edit input {
    display: none;
}
.profile__thumb-edit label {
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: var(--tp-common-white);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--tp-theme-1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.profile__thumb-edit label:hover {
    cursor: pointer;
    color: var(--tp-theme-dark);
    background-color: var(--tp-common-white);
}
.profile__info-title {
    font-size: 20px;
    color: var(--tp-common-white);
    margin-bottom: 25px;
}
.profile__input {
    margin-bottom: 25px;
    position: relative;
}
.profile__input-box h4 {
    font-size: 15px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.profile__input-box h4 span {
    color: var(--tp-theme-1);
}
.profile__input-box p {
    font-size: 13px;
    color: var(--tp-common-white);
    opacity: 0.7;
    margin-bottom: 10px;
}
.profile__input i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    color: var(--tp-common-white);
}
.profile__input input,
.profile__input textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 0 28px;
    padding-left: 50px;
    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--tp-common-white);
}
.profile__input input::-webkit-input-placeholder,
.profile__input textarea::-webkit-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.profile__input input:-moz-placeholder,
.profile__input textarea:-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.profile__input input::-moz-placeholder,
.profile__input textarea::-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.profile__input input:-ms-input-placeholder,
.profile__input textarea:-ms-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.profile__input textarea {
    line-height: 1.5;
    padding: 20px;
    resize: none;
    height: 200px;
    resize: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.profile__input .nice-select {
    float: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-left: 24px;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 600;
    padding-right: 65px;
}
.profile__input .nice-select .current {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.profile__input .nice-select::after {
    border: none;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background-color: #05092b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 12px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
}
.profile__input .nice-select .list {
    width: 100%;
    margin-top: 0;
    z-index: 111;
}
.profile__input .nice-select .list .option {
    color: var(--tp-text-1);
}
.profile__input .nice-select .list .option:hover {
    color: var(--tp-theme-2);
}
.profile__input .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}
.profile__password input {
    padding: 0 20px;
}
.profile__ticket {
    border: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .profile__ticket {
        overflow-x: scroll;
    }
}
.profile__ticket table thead tr {
    background-color: var(--tp-theme-dark-2);
}
.profile__ticket table th {
    color: var(--tp-common-white);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}
.profile__ticket table td {
    color: var(--tp-common-white);
}
.profile__ticket table tbody > tr:first-child {
    background-color: transparent;
}
.profile__ticket table tbody > tr:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.profile__ticket table tbody > tr td,
.profile__ticket table tbody > tr th,
.profile__ticket table tbody > tr .link-btn {
    color: rgba(255, 255, 255, 0.6);
}
.profile__ticket table tbody > tr:hover {
    background-color: var(--tp-theme-dark-2);
}
.profile__ticket table tbody > tr:hover td,
.profile__ticket table tbody > tr:hover th,
.profile__ticket table tbody > tr:hover .link-btn {
    color: white;
}
.profile__ticket table tbody > tr > th {
    padding-left: 15px;
    padding-right: 15px;
}
.profile__ticket .table {
    margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .profile__ticket .table {
        width: 600px;
    }
}
.profile__ticket .table > :not(:first-child) {
    border-color: rgba(255, 255, 255, 0.08);
}
.profile__ticket .table > :not(caption) > * > * {
    padding: 1rem 1.5rem;
    border: 0;
    box-shadow: none;
}
.profile__notification-title {
    font-size: 24px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.profile__notification-top p {
    color: rgba(255, 255, 255, 0.6);
}
.profile__notification-item .form-check-input {
    margin-top: 0;
    width: 40px;
    height: 20px;
    box-shadow: none;
}
.profile__notification-item .form-check-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 10px;
}
.profile__notification-item .form-check-label:hover {
    cursor: pointer;
    color: var(--tp-common-white);
}
.profile__notification-item .form-check-input:checked {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}

.copiedtext {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(-1em);
    color: #000;
    transition: all 0.5s;
}

.copied .copiedtext {
    opacity: 1;
    transform: translateY(-2em);
}

/*----------------------------------------*/
/*  16. SHOP CSS START
/*----------------------------------------*/
.shop__filter-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .shop__filter-top-right {
        margin-bottom: 20px;
    }
}
.shop__filter-btn p {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 0;
    display: inline-block;
}
.shop__filter-btn p > i {
    margin-right: 10px;
}
.shop__filter-btn button {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.shop__filter-btn button > i {
    margin-right: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .shop__filter-tab {
        margin-bottom: 15px;
    }
}
.shop__filter-tab .nav-tabs {
    border: 0;
    margin: 0;
}
.shop__filter-tab .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    padding: 5px 20px;
    border: 0;
    margin: 0;
    position: relative;
    background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop__filter-tab .nav-tabs .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.shop__filter-tab .nav-tabs .nav-link span {
    color: var(--tp-text-12);
}
.shop__filter-tab .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--tp-theme-1);
}
.shop__filter-tab .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(55, 113, 254, 0) 0%,
        rgba(55, 113, 254, 0.14) 100%
    );
    filter: drop-shadow(0px 2px 0px #3771fe);
    opacity: 0;
}
.shop__filter-tab .nav-tabs .nav-link.active span {
    color: var(--tp-common-white);
}
.shop__filter-tab .nav-tabs .nav-link.active::before {
    opacity: 1;
}
.shop__filter-tab .nav-tabs .nav-link.active::after {
    width: 100%;
    left: 0;
    right: auto;
}
.shop__filter-sort {
    flex: 0 0 auto;
}
.shop__filter-sort p {
    color: var(--tp-text-13);
    margin-bottom: 0;
}
.shop__filter-sort .nice-select {
    color: var(--tp-common-white);
    font-weight: 500;
    background-color: transparent;
    border: 0;
    height: 36px;
    line-height: 36px;
}
.shop__filter-sort .nice-select::after {
    border: none;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 10px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
    right: 0;
}
.shop__filter-sort .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .shop__product-wrapper .nft__box-thumb img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .product__details-thumb {
        padding-right: 0;
        margin-bottom: 20px;
    }
}
.product__details-thumb img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .product__details-thumb-tab {
        margin-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .product__details-thumb-btn {
        margin-right: 0;
    }
}
.product__details-thumb-btn .nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}
.product__details-thumb-btn .nav-tabs .nav-link {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .product__details-thumb-btn .nav-tabs .nav-link {
        margin-right: 20px;
    }
}
.product__details-thumb-btn .nav-tabs .nav-link:last-child {
    margin-right: 0;
}
.product__details-thumb-btn .nav-tabs .nav-link img {
    width: 115px;
    height: 115px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 575px) {
    .product__details-thumb-btn .nav-tabs .nav-link img {
        width: 85px;
        height: 85px;
    }
}
.product__details-thumb-btn .nav-tabs .nav-link.active {
    background-color: transparent;
}
.product__details-thumb-content img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    max-width: 100%;
}
.product__details-thumb-grid {
    margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .product__details-thumb-grid {
        margin-bottom: 50px;
        margin-right: 0;
    }
}
.product__details-thumb-grid img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.product__details-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.product__details-bid-info p {
    color: var(--tp-text-12);
    display: inline-block;
    position: relative;
    padding-right: 9px;
    margin-right: 3px;
    margin-bottom: 20px;
}
.product__details-bid-info p:last-child {
    padding-right: 0;
    margin-right: 0;
}
.product__details-bid-info p:last-child::after {
    display: none;
}
.product__details-bid-info p::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--tp-text-12);
}
.product__details-bid-info p span {
    color: var(--tp-theme-1);
    font-weight: 500;
}
.product__details-meta {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.product__details-meta a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.6);
    padding: 0 13px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
}
.product__details-meta a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}
.product__details-meta a.more {
    width: 30px;
    padding: 0;
    float: right;
    margin: 0;
}
.product__details-info-item > p {
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-common-white);
    opacity: 0.6;
    margin-bottom: 5px;
}
.product__details-creator-thumb img {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.product__details-creator-thumb.verified {
    position: relative;
}
.product__details-creator-thumb.verified::after {
    position: absolute;
    content: "\f336";
    font-weight: 700;
    bottom: -3px;
    right: -3px;
    font-size: 15px;
    color: var(--tp-common-yellow-2);
    font-family: var(--tp-ff-fontawesome);
}
.product__details-creator-content h3 {
    font-size: 15px;
    color: var(--tp-common-white);
    font-weight: 600;
    margin-bottom: 0;
}
.product__details-collection-thumb img {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.product__details-collection-content h3 {
    font-size: 15px;
    color: var(--tp-common-white);
    font-weight: 600;
    margin-bottom: 0;
}
.product__details-info-top {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    border-radius: 13px 13px 0px 0px;
    padding: 15px 25px;
}
.product__details-info-bottom {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    border-radius: 0px 0px 13px 13px;
    padding: 25px 25px;
}
.product__details-info-tab .nav-tabs {
    padding: 0;
    margin: 0;
    border: 0;
}
.product__details-info-tab .nav-tabs .nav-link {
    padding: 0px 22px;
    background: var(--tp-theme-dark);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize;
    margin-right: 10px;
}
@media (max-width: 575px) {
    .product__details-info-tab .nav-tabs .nav-link {
        margin-bottom: 15px;
    }
}
.product__details-info-tab .nav-tabs .nav-link.active {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}
.product__details-info-tab-content {
    padding: 20px 25px 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.product__details-info-btn a {
    padding-left: 68px;
    padding-right: 68px;
    margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product__details-info-btn a {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 575px) {
    .product__details-info-btn a {
        margin-bottom: 10px;
    }
}
.product__details-info-btn a:last-child {
    margin-right: 0;
}
.product__details-properties > h3 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}
.product__details-properties-wrapper {
    flex-wrap: wrap;
}
.product__details-properties-item {
    padding: 6px 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
}
.product__details-properties-item:last-child {
    margin-right: 0;
}
.product__details-properties-item span {
    font-size: 12px;
    font-weight: 600;
    color: var(--tp-theme-1);
}
.product__details-properties-item h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--tp-common-white);
}
.product__details-properties-item p {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}
.product__details-category > h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    opacity: 0.6;
}
.product__details-category a {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    padding: 0 17px;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
}
.product__details-category a i,
.product__details-category a svg {
    margin-right: 5px;
}
.product__details-category a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}
.product__details-category a:hover svg path {
    fill: var(--tp-common-white);
}
.product__details-bid-status {
    position: relative;
}
.product__details-bid-status::after {
    position: absolute;
    content: "";
    right: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 46px;
    background-color: rgba(255, 255, 255, 0.1);
}
.product__details-bid-status p {
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-common-white);
    opacity: 0.6;
    margin-bottom: 0;
}
.product__details-bid-status h4 {
    font-size: 20px;
    color: var(--tp-common-white);
}
.product__details-bid-status h4 span {
    font-size: 14px;
    color: var(--tp-text-12);
}
.product__details-bid-countdown .cdown {
    margin-right: 20px;
}
.product__details-bid-countdown .cdown:last-child {
    margin-right: 0;
}
.product__details-bid-countdown .cdown span {
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.product__details-bid-countdown .cdown p {
    font-size: 12px;
    font-weight: 500;
    color: var(--tp-text-12);
    margin-bottom: 0;
}
.product__bid .activity__thumb img {
    width: 50px;
    height: 50px;
}

/*----------------------------------------*/
/*  17. ACTIVITY CSS START
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .activity__wrapper {
        margin-right: 0;
    }
}
.activity__item {
    padding: 25px 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0px 1px 2px rgba(4, 18, 38, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(4, 18, 38, 0.1);
    -ms-box-shadow: 0px 1px 2px rgba(4, 18, 38, 0.1);
    -o-box-shadow: 0px 1px 2px rgba(4, 18, 38, 0.1);
    box-shadow: 0px 1px 2px rgba(4, 18, 38, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.activity__thumb {
    position: relative;
}
.activity__thumb img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.activity__tag {
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: linear-gradient(110.22deg, #00c6fb 6.52%, #005bea 91%);
}
.activity__tag.heart {
    background: linear-gradient(114.39deg, #ff8244 -14.53%, #ff4247 96.56%);
}
.activity__tag.check {
    background: linear-gradient(226.64deg, #6dbc00 -4.34%, #0bbf5e 89.49%);
}
.activity__tag.bid {
    background: linear-gradient(148.71deg, #ba59ff 8.78%, #810bfa 86.35%);
}
.activity__tag.eth {
    background: linear-gradient(64.93deg, #ff5858 8.54%, #f09819 100.47%);
}
.activity__title {
    font-size: 17px;
    color: var(--tp-common-white);
    margin-bottom: 3px;
}
.activity__title a:hover {
    color: var(--tp-theme-1);
}
.activity__content > p {
    color: var(--tp-text-14);
    margin-bottom: 0;
}
.activity__content > p a {
    color: var(--tp-theme-1);
    font-weight: var(--tp-fw-medium);
}
.activity__content > p span {
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-medium);
}
.activity__status {
    flex: 0 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .activity__status {
        margin-top: 20px;
    }
}
.activity__status p {
    margin-bottom: 0;
    color: var(--tp-text-14);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .activity__widget {
        margin-top: 50px;
    }
}
.activity__widget-title {
    font-size: 16px;
    color: var(--tp-common-white);
    margin-bottom: 20px;
}
.activity__filter-tag a {
    display: inline-block;
    padding: 5px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    color: var(--tp-text-14);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 10px;
}
.activity__filter-tag a svg {
    margin-right: 3px;
}
.activity__filter-tag a:hover,
.activity__filter-tag a .active {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}
.activity__filter-tag a:hover svg path,
.activity__filter-tag a .active svg path {
    stroke: var(--tp-common-white);
    fill: var(--tp-common-white);
}
.activity__filter-reset button {
    font-size: 13px;
    color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  18. CREATE CSS START
/*----------------------------------------*/
.create__item {
    position: relative;
    background-color: var(--tp-theme-dark);
    padding: 45px 15px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-top: 2px;
}
.create__item::before {
    left: 0;
    top: 0;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
    margin: -2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
}
.create__item-inner {
    position: relative;
    z-index: 1;
}
.create__item-inner::after {
    position: absolute;
    content: "";
    top: -45px;
    left: -18px;
    width: calc(100% + 36px);
    height: calc(100% + 65px);
    background-color: rgba(55, 113, 254, 0.06);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    z-index: -1;
}
.create__item:hover::before {
    visibility: visible;
    opacity: 1;
}
.create__title {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.create__content p {
    color: var(--tp-common-white);
    opacity: 0.6;
    margin-bottom: 20px;
}
.create__preview {
    margin-top: -85px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .create__preview {
        margin-right: 0;
    }
}
.create__preview-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 17px;
    padding-top: 35px;
}
.create__preview .nft__box {
    position: relative;
    border: none;
    overflow: visible;
    padding-left: 30px;
    padding-right: 30px;
}
.create__preview .nft__box::before {
    left: 0;
    top: 0;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(
        -90deg,
        rgb(255, 255, 255) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        -90deg,
        rgb(255, 255, 255) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        -90deg,
        rgb(255, 255, 255) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        -90deg,
        rgb(255, 255, 255) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
    margin: -2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.2;
}
.create__preview .nft__box-bottom {
    background-color: transparent;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.create__preview .nft__box-top,
.create__preview .nft__box-thumb,
.create__preview .nft__box-content {
    padding-left: 0;
    padding-right: 0;
}
.create__preview .nft__box-top {
    padding-bottom: 18px;
}
.create__preview .nft__box-popularity {
    right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .create__form {
        margin-top: 25px;
    }
}
.create__input {
    margin-bottom: 25px;
    position: relative;
}
.create__input-box h4 {
    font-size: 15px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.create__input-box h4 span {
    color: var(--tp-theme-1);
}
.create__input-box p {
    font-size: 13px;
    color: var(--tp-common-white);
    opacity: 0.7;
    margin-bottom: 10px;
}
.create__input input,
.create__input textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 0 28px;
    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--tp-common-white);
}
.create__input input::-webkit-input-placeholder,
.create__input textarea::-webkit-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.create__input input:-moz-placeholder,
.create__input textarea:-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.create__input input::-moz-placeholder,
.create__input textarea::-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.create__input input:-ms-input-placeholder,
.create__input textarea:-ms-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.create__input textarea {
    line-height: 1.5;
    padding-top: 15px;
    resize: none;
    height: 80px;
}
.create__input .nice-select {
    float: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-left: 24px;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 600;
    padding-right: 65px;
}
.create__input .nice-select .current {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.create__input .nice-select::after {
    border: none;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background-color: #05092b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 65px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
}
.create__input .nice-select .list {
    width: 100%;
    margin-top: 0;
}
.create__input .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}
.create__input .refresh-btn {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--tp-common-white);
    opacity: 0.5;
}
.create__input-check {
    flex-wrap: wrap;
}
.create__input-check-item {
    margin-right: 40px;
}
.create__input-check-item input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--tp-theme-dark);
    border: 1px solid rgba(255, 255, 255, 0.14);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}
.create__input-check-item input:checked {
    position: relative;
    background-color: var(--tp-theme-1);
    border-color: transparent;
}
.create__input-check-item input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--tp-ff-fontawesome);
    font-size: 11px;
    color: var(--tp-common-white);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.create__input-check-item input:hover {
    cursor: pointer;
}
.create__input-check-item label {
    padding-left: 9px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-white);
    opacity: 0.6;
}
.create__input-check-item label:hover {
    cursor: pointer;
    opacity: 1;
}
.create__upload {
    padding: 35px 35px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px dashed rgba(255, 255, 255, 0.14);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 25px;
}
.create__upload label {
    cursor: pointer;
    outline: 0;
    user-select: none;
    color: var(--tp-theme-1);
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    height: 38px;
    line-height: 32px;
    padding: 0 30px;
    border: 2px solid rgba(55, 113, 254, 0.3);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.create__upload label:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}
.create__upload input[type="file"] {
    display: none;
}
.create__nav {
    position: relative;
    z-index: 1;
    margin-bottom: -35px;
    padding-top: 10px;
}
@media (max-width: 575px) {
    .create__nav {
        margin-bottom: 20px;
        padding-top: 0;
    }
}
.create__nav .nav-tabs {
    border: 0;
    margin: 0;
}
.create__nav .nav-tabs .nav-link {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.create__nav .nav-tabs .nav-link:first-child {
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}
.create__nav .nav-tabs .nav-link:last-child {
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}
.create__nav .nav-tabs .nav-link.active {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}
.create__btn .tp-btn-3 {
    padding-top: 5px;
}

/* keyframe */
@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
/*----------------------------------------*/
/*  19. WALLET CSS START
/*----------------------------------------*/
.wallet__item {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    position: relative;
    margin-top: 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--tp-theme-dark);
}
.wallet__item::before {
    left: 0;
    top: 0;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #f6851b 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #f6851b 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #f6851b 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #f6851b 100%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
    margin: -2px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}
.wallet__item.wallet-blue-bg::before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #3771fe 100%,
        rgba(255, 255, 255, 0) 100%
    );
}
.wallet__item.wallet-blue-bg .wallet__item-inner::after {
    background: linear-gradient(
        180deg,
        rgba(0, 82, 255, 0.08) 0%,
        rgba(0, 82, 255, 0.008) 128.67%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(0, 82, 255, 0.08) 0%,
        rgba(0, 82, 255, 0.008) 128.67%
    );
    background: -moz-linear-gradient(
        180deg,
        rgba(0, 82, 255, 0.08) 0%,
        rgba(0, 82, 255, 0.008) 128.67%
    );
    background: -ms-linear-gradient(
        180deg,
        rgba(0, 82, 255, 0.08) 0%,
        rgba(0, 82, 255, 0.008) 128.67%
    );
}
.wallet__item.wallet-cyan-bg::before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #00afff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #00afff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #00afff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #00afff 100%,
        rgba(255, 255, 255, 0) 100%
    );
}
.wallet__item.wallet-cyan-bg .wallet__item-inner::after {
    background: linear-gradient(
        180deg,
        rgba(0, 175, 255, 0.1) 0%,
        rgba(0, 175, 255, 0) 128.67%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(0, 175, 255, 0.1) 0%,
        rgba(0, 175, 255, 0) 128.67%
    );
    background: -moz-linear-gradient(
        180deg,
        rgba(0, 175, 255, 0.1) 0%,
        rgba(0, 175, 255, 0) 128.67%
    );
    background: -ms-linear-gradient(
        180deg,
        rgba(0, 175, 255, 0.1) 0%,
        rgba(0, 175, 255, 0) 128.67%
    );
}
.wallet__item.wallet-red-bg::before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #c1234b 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #c1234b 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #c1234b 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #c1234b 100%,
        rgba(255, 255, 255, 0) 100%
    );
}
.wallet__item.wallet-red-bg .wallet__item-inner::after {
    background: linear-gradient(
        180deg,
        rgba(193, 35, 75, 0.08) 0%,
        rgba(193, 35, 75, 0) 128.67%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(193, 35, 75, 0.08) 0%,
        rgba(193, 35, 75, 0) 128.67%
    );
    background: -moz-linear-gradient(
        180deg,
        rgba(193, 35, 75, 0.08) 0%,
        rgba(193, 35, 75, 0) 128.67%
    );
    background: -ms-linear-gradient(
        180deg,
        rgba(193, 35, 75, 0.08) 0%,
        rgba(193, 35, 75, 0) 128.67%
    );
}
.wallet__item.wallet-purple-bg::before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #6852ff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #6852ff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #6852ff 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #6852ff 100%,
        rgba(255, 255, 255, 0) 100%
    );
}
.wallet__item.wallet-purple-bg .wallet__item-inner::after {
    background: linear-gradient(
        180deg,
        rgba(104, 82, 255, 0.1) 0%,
        rgba(103, 82, 255, 0) 128.67%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(104, 82, 255, 0.1) 0%,
        rgba(103, 82, 255, 0) 128.67%
    );
    background: -moz-linear-gradient(
        180deg,
        rgba(104, 82, 255, 0.1) 0%,
        rgba(103, 82, 255, 0) 128.67%
    );
    background: -ms-linear-gradient(
        180deg,
        rgba(104, 82, 255, 0.1) 0%,
        rgba(103, 82, 255, 0) 128.67%
    );
}
.wallet__item.wallet-orange-bg::before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #e84018 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #e84018 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #e84018 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #e84018 100%,
        rgba(255, 255, 255, 0) 100%
    );
}
.wallet__item.wallet-orange-bg .wallet__item-inner::after {
    background: linear-gradient(
        180deg,
        rgba(232, 64, 24, 0.08) 0%,
        rgba(232, 64, 24, 0.008) 128.67%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(232, 64, 24, 0.08) 0%,
        rgba(232, 64, 24, 0.008) 128.67%
    );
    background: -moz-linear-gradient(
        180deg,
        rgba(232, 64, 24, 0.08) 0%,
        rgba(232, 64, 24, 0.008) 128.67%
    );
    background: -ms-linear-gradient(
        180deg,
        rgba(232, 64, 24, 0.08) 0%,
        rgba(232, 64, 24, 0.008) 128.67%
    );
}
.wallet__item.wallet-navy-bg::before {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #024bf4 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #024bf4 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #024bf4 100%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #024bf4 100%,
        rgba(255, 255, 255, 0) 100%
    );
}
.wallet__item.wallet-navy-bg .wallet__item-inner::after {
    background: linear-gradient(
        180deg,
        rgba(2, 75, 244, 0.08) 0%,
        rgba(2, 75, 244, 0) 128.67%
    );
    background: -webkit-linear-gradient(
        180deg,
        rgba(2, 75, 244, 0.08) 0%,
        rgba(2, 75, 244, 0) 128.67%
    );
    background: -moz-linear-gradient(
        180deg,
        rgba(2, 75, 244, 0.08) 0%,
        rgba(2, 75, 244, 0) 128.67%
    );
    background: -ms-linear-gradient(
        180deg,
        rgba(2, 75, 244, 0.08) 0%,
        rgba(2, 75, 244, 0) 128.67%
    );
}
.wallet__item-fix {
    position: relative;
    padding: 30px 25px 25px;
    overflow: hidden;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}
.wallet__item-inner {
    position: relative;
    z-index: 1;
}
.wallet__item-inner::after {
    position: absolute;
    content: "";
    top: -30px;
    left: -25px;
    width: calc(100% + 50px);
    height: calc(100% + 80px);
    background: linear-gradient(
        -90deg,
        rgba(246, 133, 27, 0.1) 0%,
        rgba(228, 118, 27, 0) 128.67%
    );
    background: -webkit-linear-gradient(
        -90deg,
        rgba(246, 133, 27, 0.1) 0%,
        rgba(228, 118, 27, 0) 128.67%
    );
    background: -moz-linear-gradient(
        -90deg,
        rgba(246, 133, 27, 0.1) 0%,
        rgba(228, 118, 27, 0) 128.67%
    );
    background: -ms-linear-gradient(
        -90deg,
        rgba(246, 133, 27, 0.1) 0%,
        rgba(228, 118, 27, 0) 128.67%
    );
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    z-index: -1;
}
.wallet__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.wallet__title a:hover {
    color: var(--tp-theme-1);
}
.wallet__popular {
    position: absolute;
    top: 25px;
    right: -38px;
    font-size: 13px;
    font-weight: 600;
    color: #f6851b;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: lowercase;
    background: rgba(228, 118, 27, 0.2);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    min-width: 135px;
}
.wallet__des p {
    color: #bec4d2;
    margin-bottom: 40px;
}
.wallet__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    z-index: 11;
    background: #181c3b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    border-radius: 10px;
    transform-origin: top;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: perspective(300px) rotateX(-18deg);
    -moz-transform: perspective(300px) rotateX(-18deg);
    -ms-transform: perspective(300px) rotateX(-18deg);
    -o-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg);
}
.wallet__dropdown-cover img {
    width: 100%;
}
.wallet__dropdown-top {
    margin-top: -22px;
    padding: 0 20px;
    margin-bottom: 15px;
}
.wallet__dropdown-user img {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--tp-theme-dark);
}
.wallet__dropdown-user-content h4 {
    font-size: 16px;
    color: var(--tp-common-white);
    margin-bottom: 5px;
    font-weight: 600;
}
.wallet__dropdown-user-content .wallet-id {
    font-size: 14px;
    color: var(--tp-common-white);
    opacity: 0.6;
    margin-bottom: 0;
}
.wallet__dropdown-id {
    padding: 0 20px;
}
.wallet__dropdown-id h5 {
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.wallet__dropdown-id p {
    font-size: 14px;
    font-weight: 500;
    color: #a8b0c3;
    margin-bottom: 3px;
}
.wallet__dropdown-id p button {
    float: right;
}
.wallet__dropdown-balance {
    padding: 0 20px;
}
.wallet__dropdown-balance p {
    font-size: 15px;
    font-weight: 500;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.wallet__dropdown-balance p span {
    font-weight: 400;
    color: var(--tp-theme-1);
}
.wallet__dropdown-action {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 20px;
}
.wallet__dropdown-action ul li {
    list-style: none;
    margin-bottom: 2px;
}
.wallet__dropdown-action ul li:last-child {
    margin-bottom: 0;
}
.wallet__dropdown-action ul li a {
    display: block;
    font-size: 14px;
    color: #a8b0c3;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.wallet__dropdown-action ul li a i {
    margin-right: 3px;
}
.wallet__dropdown-action ul li a:hover {
    color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  20. CONTACT CSS START
/*----------------------------------------*/
.contact__content h3 {
    font-size: 44px;
    color: var(--tp-common-white);
}
@media (max-width: 575px) {
    .contact__content h3 {
        font-size: 35px;
    }
}
.contact__content p {
    color: var(--tp-common-white);
    opacity: 0.6;
    padding: 0 80px;
}
@media (max-width: 575px) {
    .contact__content p {
        padding: 0;
    }
}
.contact__wrapper {
    padding: 65px 90px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 70px;
    margin-right: 70px;
    position: relative;
    background-color: var(--tp-theme-dark);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact__wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact__wrapper {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.contact__input {
    margin-bottom: 20px;
    position: relative;
}
.contact__input-box h4 {
    font-size: 15px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.contact__input-box h4 span {
    color: var(--tp-theme-1);
}
.contact__input-box p {
    font-size: 13px;
    color: var(--tp-common-white);
    opacity: 0.7;
    margin-bottom: 10px;
}
.contact__input input,
.contact__input textarea {
    width: 100%;
    height: 54px;
    line-height: 54px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 0 28px;
    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--tp-common-white);
}
.contact__input input::-webkit-input-placeholder,
.contact__input textarea::-webkit-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.contact__input input:-moz-placeholder,
.contact__input textarea:-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.contact__input input::-moz-placeholder,
.contact__input textarea::-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.contact__input input:-ms-input-placeholder,
.contact__input textarea:-ms-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.contact__input textarea {
    line-height: 1.5;
    padding-top: 15px;
    resize: none;
    height: 170px;
}
.contact__input .nice-select {
    float: none;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-left: 24px;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}
.contact__input .nice-select .current {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.contact__input .nice-select::after {
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #05092b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 5px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
}
.contact__input .nice-select .list {
    width: 100%;
    margin-top: 0;
}
.contact__input .nice-select .list .option {
    color: var(--tp-text-1);
}
.contact__input .nice-select .list .option:hover {
    color: var(--tp-theme-2);
}
.contact__input .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}
@media (max-width: 575px) {
    .contact__agree {
        margin-bottom: 20px;
    }
}
.contact__agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--tp-theme-dark);
    border: 1px solid rgba(255, 255, 255, 0.14);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}
.contact__agree input:checked {
    position: relative;
    background-color: var(--tp-theme-1);
    border-color: transparent;
}
.contact__agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--tp-ff-fontawesome);
    font-size: 11px;
    color: var(--tp-common-white);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact__agree input:hover {
    cursor: pointer;
}
.contact__agree label {
    padding-left: 9px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-white);
    opacity: 0.5;
}
.contact__agree label:hover {
    cursor: pointer;
    opacity: 1;
}
.contact__icon span {
    display: inline-block;
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 63, 63, 0.1) 100%
    );
}
.contact__icon.contact-discord span {
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(255, 255, 255, 0) 0%,
        rgba(88, 100, 241, 0.1) 100%
    );
}
.contact__icon.contact-location span {
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 174, 53, 0.1) 100%
    );
}
.contact__text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}
.contact__text h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.contact__text h4 a:hover {
    color: var(--tp-theme-1);
}
.contact__info-wrapper {
    padding-left: 120px;
    padding-right: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact__info-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
.contact__shape-1 {
    position: absolute;
    left: -12%;
    bottom: 17%;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact__shape-1 {
        display: none;
    }
}
.contact__shape-2 {
    position: absolute;
    z-index: -1;
    left: -15%;
    bottom: 34%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact__shape-2 {
        display: none;
    }
}
.contact__shape-3 {
    position: absolute;
    z-index: -1;
    top: 42%;
    right: -26%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__shape-3 {
        right: -10%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact__shape-3 {
        display: none;
    }
}
.contact__shape-4 {
    position: absolute;
    z-index: -1;
    top: 33%;
    right: -30%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact__shape-4 {
        right: -25%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__shape-4 {
        right: -10%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact__shape-4 {
        display: none;
    }
}
.contact__shape-5 {
    position: absolute;
    z-index: -1;
    top: 22%;
    right: -21%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact__shape-5 {
        right: -10%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact__shape-5 {
        display: none;
    }
}

/*----------------------------------------*/
/*  21. LOGIN CSS START
/*----------------------------------------*/
.login__wrapper {
    position: relative;
    padding: 40px 50px 50px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    background-color: var(--tp-theme-dark);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 575px) {
    .login__wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.login__shape-1 {
    position: absolute;
    z-index: 1;
    right: -77px;
    top: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .login__shape-1 {
        display: none;
    }
}
.login__shape-2 {
    position: absolute;
    z-index: -1;
    left: -16%;
    bottom: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .login__shape-2 {
        display: none;
    }
}
.login__shape-3 {
    position: absolute;
    z-index: -1;
    left: -10%;
    bottom: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .login__shape-3 {
        display: none;
    }
}
.login__shape-4 {
    position: absolute;
    z-index: -1;
    right: -85%;
    top: 20%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .login__shape-4 {
        right: -44%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .login__shape-4 {
        right: -40%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login__shape-4 {
        right: -25%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .login__shape-4 {
        display: none;
    }
}
.login__top {
    margin-bottom: 30px;
}
.login__top h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 2px;
}
.login__top p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}
.login__top p a {
    color: var(--tp-theme-1);
    opacity: 0.6;
}
.login__top p a:hover {
    opacity: 1;
}
.login__input {
    position: relative;
    margin-bottom: 20px;
}
.login__input-title h4 {
    font-size: 15px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.login__input-title h4 span {
    color: var(--tp-theme-1);
}
.login__input-title .forgot-password a {
    font-size: 14px;
    color: var(--tp-theme-1);
    font-weight: 500;
    display: inline-block;
    margin-bottom: 6px;
}
.login__input input,
.login__input textarea {
    width: 100%;
    height: 54px;
    line-height: 54px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 0 28px;
    padding-left: 55px;
    border: 0;
    outline: 0;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.1) 0.01%,
        rgba(255, 255, 255, 0.03) 100%
    );
    color: var(--tp-common-white);
    font-size: 15px;
}
.login__input input::-webkit-input-placeholder,
.login__input textarea::-webkit-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.login__input input:-moz-placeholder,
.login__input textarea:-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.login__input input::-moz-placeholder,
.login__input textarea::-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.login__input input:-ms-input-placeholder,
.login__input textarea:-ms-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.login__input textarea {
    line-height: 1.5;
    padding-top: 15px;
    padding-left: 28px;
    resize: none;
    height: 170px;
}
.login__input .nice-select {
    float: none;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-left: 24px;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}
.login__input .nice-select .current {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.login__input .nice-select::after {
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #05092b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 5px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
}
.login__input .nice-select .list {
    width: 100%;
    margin-top: 0;
}
.login__input .nice-select .list .option {
    color: var(--tp-text-1);
}
.login__input .nice-select .list .option:hover {
    color: var(--tp-theme-2);
}
.login__input .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}
.login__input-icon {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login__input-password-visible {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
}
.login__btn button {
    padding-top: 11px;
    padding-bottom: 11px;
}
.login__signup {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.login__signup::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    width: 100%;
    z-index: -1;
}
.login__signup p {
    color: rgba(255, 255, 255, 0.6);
    background-color: var(--tp-theme-dark);
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 0;
}
.login__signup p a:hover {
    color: var(--tp-theme-1);
}
.login__option-btn {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    padding: 0 25px;
    height: 50px;
    line-height: 48px;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
}
.login__option-btn img {
    margin-right: 7px;
}
.login__option-btn:hover {
    background-color: var(--tp-common-white);
    border-color: var(--tp-common-white);
    color: var(--tp-theme-dark);
}

/*----------------------------------------*/
/*  22. ABOUT CSS START
/*----------------------------------------*/
.about__title {
    font-size: 60px;
    color: var(--tp-common-white);
}
@media (max-width: 575px) {
    .about__title {
        font-size: 30px;
    }
}
.about__title-pre {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-theme-1);
}
.about__title-wrapper {
    padding: 0 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about__title-wrapper {
        padding: 0;
    }
}
.about__thumb {
    margin-bottom: 30px;
}
.about__thumb img {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
}
.about__marque {
    position: relative;
    overflow: hidden;
    height: 315px;
}
.about__marque::after {
    position: absolute;
    content: "";
    top: 25%;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.06);
}
.about__marque-inner {
    position: absolute;
    height: 80px;
    width: 100%;
}
.about__marque-wrapper {
    padding: 25px 0;
    display: block;
    width: 200%;
    position: absolute;
    overflow: hidden;
    left: -10px;
    top: 170%;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: 1;
    background: linear-gradient(
        270.03deg,
        #ffa84b 7.32%,
        #ff6068 40.11%,
        #b06cea 85.92%
    );
}
.about__marque-wrapper p {
    animation: marquee 12s linear infinite;
    margin-bottom: 0;
    color: var(--tp-common-white);
    margin-right: 15px;
    display: inline-block;
    float: left;
    position: relative;
    padding-right: 30px;
    flex: 0 0 auto;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about__marque-wrapper p {
        font-size: 24px;
    }
}
.about__shape-1 {
    position: absolute;
    z-index: -1;
    top: 33%;
    left: 13%;
}
.about__shape-2 {
    position: absolute;
    z-index: -1;
    left: 16%;
    top: 40%;
}
.about__shape-3 {
    position: absolute;
    z-index: -1;
    right: 36%;
    top: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about__shape-3 {
        right: 10%;
        top: 25%;
    }
}
.about__shape-4 {
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 38%;
}

/*----------------------------------------*/
/*  23. MISSION CSS START
/*----------------------------------------*/
.mission__title-pre {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-theme-1);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mission__title-wrapper p {
    font-size: 21px;
    font-weight: 500;
    color: var(--tp-common-white);
    line-height: 36px;
    margin-bottom: 45px;
}
.mission__counter-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.mission__counter-icon {
    margin-top: 3px;
}
.mission__counter-content h4 {
    font-size: 36px;
    color: var(--tp-common-white);
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 1;
}
.mission__counter-content p {
    color: var(--tp-common-white);
    opacity: 0.6;
    margin-bottom: 0;
}
.mission__counter-vr-br {
    position: absolute;
    left: 30%;
    top: 0;
    width: 1px;
    height: 200px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.08) 51.04%,
        rgba(255, 255, 255, 0) 100%
    );
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .mission__counter-vr-br {
        display: none;
    }
}
.mission__counter-vr-br-2 {
    left: auto;
    right: 30%;
}
.mission__counter-hr-br {
    position: absolute;
    left: 0;
    top: 34%;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.08) 51.04%,
        rgba(255, 255, 255, 0) 100%
    );
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .mission__counter-hr-br {
        display: none;
    }
}

/*----------------------------------------*/
/*  24. VIDEO CSS START
/*----------------------------------------*/
.video__content {
    position: relative;
}
.video__thumb img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 30px 50px rgba(4, 18, 38, 0.2);
    backdrop-filter: blur(6px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 575px) {
    .video__play {
        padding: 15px;
    }
}
.video__play-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tp-theme-1);
    background-color: var(--tp-common-white);
    font-size: 22px;
    position: relative;
}
.video__play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: videoBtn 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: videoBtn 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    z-index: -2;
}

@-webkit-keyframes videoBtn {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
    }
}
@-moz-keyframes videoBtn {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
    }
}
@-ms-keyframes videoBtn {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
    }
}
@keyframes videoBtn {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3);
    }
}
/*----------------------------------------*/
/*  25. TEAM CSS START
/*----------------------------------------*/
.team__item {
    padding: 40px 30px 35px;
    border: 2px solid transparent;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}
.team__item:hover {
    border-color: var(--tp-theme-1);
}
.team__thumb {
    margin-bottom: 20px;
}
.team__thumb img {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.team__title {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 3px;
}
.team__title a:hover {
    color: var(--tp-theme-1);
}
.team__position {
    font-size: 15px;
    color: var(--tp-common-white);
    opacity: 0.6;
}
.team__social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 2px;
}
.team__social a:hover {
    border-color: var(--tp-theme-1);
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}
.team__line {
    height: 1px;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 2.77%,
        rgba(255, 255, 255, 0.08) 47.92%,
        rgba(255, 255, 255, 0) 97.79%
    );
}

/*----------------------------------------*/
/*  29. JOIN CSS START
/*----------------------------------------*/
.join__thumb {
    height: 45px;
}
.join__title {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
}
.join__title span {
    font-weight: 700;
    color: var(--tp-common-white);
}
.join__social a {
    display: inline-block;
    height: 45px;
    width: 60px;
    line-height: 45px;
    text-align: center;
    color: var(--tp-common-white);
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.1) 0.01%,
        rgba(255, 255, 255, 0.03) 100%
    );
    border-right: 1px solid var(--tp-theme-dark);
}
.join__social a:first-child {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}
.join__social a:last-child {
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    border: none;
}
.join__social a:hover {
    color: var(--tp-theme-1);
}
.join__btn .tp-btn-4 {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.join__btn-gradient .tp-btn-4 {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 55px;
    padding-right: 55px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.1) 0.01%,
        rgba(255, 255, 255, 0.03) 100%
    );
}
.join__btn-gradient .tp-btn-4:hover {
    color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  30. PRIVACY CSS START
/*----------------------------------------*/
.privacy__item {
    margin-bottom: 30px;
}
.privacy__item p {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.privacy__item ul {
    padding-left: 15px;
}
.privacy__item ul li {
    color: var(--tp-common-white);
    opacity: 0.5;
}
.privacy__title {
    font-size: 24px;
    color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  31. ERROR CSS START
/*----------------------------------------*/
.error__title {
    font-size: 24px;
    color: var(--tp-common-white);
    margin-bottom: 10px;
}
.error__content p {
    color: var(--tp-common-white);
    opacity: 0.6;
    margin-bottom: 20px;
    padding: 0 85px;
}

/*----------------------------------------*/
/*  32. FAQ CSS START
/*----------------------------------------*/
.faq__tab {
    margin-right: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq__tab {
        margin-right: 25px;
    }
}
@media (max-width: 575px) {
    .faq__tab {
        margin-right: 0px;
    }
}
.faq__tab .nav {
    display: block;
}
.faq__tab .nav-tabs {
    border: none;
    position: relative;
    padding-top: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__tab .nav-tabs {
        padding-bottom: 0px;
    }
}
@media (max-width: 575px) {
    .faq__tab .nav-tabs {
        padding-bottom: 0px;
    }
}
.faq__tab .nav-tabs::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 250px;
    background: var(--tp-theme-dark-2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__tab .nav-tabs::after {
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        height: 2px;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .faq__tab .nav-tabs::after {
        display: none;
    }
}
.faq__tab .nav-tabs .nav-item {
    display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__tab .nav-tabs .nav-item {
        display: inline-block;
        margin-right: 30px;
    }
}
@media (max-width: 575px) {
    .faq__tab .nav-tabs .nav-item {
        display: inline-block;
        margin-right: 20px;
    }
}
.faq__tab .nav-tabs .nav-item .nav-link {
    text-align: right;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 7px 0;
    padding-right: 30px;
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__tab .nav-tabs .nav-item .nav-link {
        padding: 7px 0;
    }
}
@media (max-width: 575px) {
    .faq__tab .nav-tabs .nav-item .nav-link {
        padding: 7px 0;
    }
}
.faq__tab .nav-tabs .nav-item .nav-link::after {
    position: absolute;
    content: "";
    right: 0;
    top: auto;
    bottom: 0;
    width: 2px;
    height: 0%;
    background: var(--tp-theme-1);
    z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__tab .nav-tabs .nav-item .nav-link::after {
        right: 0;
        left: auto;
        top: auto;
        bottom: 0;
        height: 2px;
        width: 0%;
    }
}
@media (max-width: 575px) {
    .faq__tab .nav-tabs .nav-item .nav-link::after {
        right: 0;
        left: auto;
        top: auto;
        bottom: 0;
        height: 2px;
        width: 0%;
    }
}
.faq__tab .nav-tabs .nav-item .nav-link.active {
    background-color: transparent;
    color: var(--tp-theme-1);
}
.faq__tab .nav-tabs .nav-item .nav-link.active::after {
    top: 0;
    bottom: auto;
    height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__tab .nav-tabs .nav-item .nav-link.active::after {
        left: auto;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 2px;
    }
}
@media (max-width: 575px) {
    .faq__tab .nav-tabs .nav-item .nav-link.active::after {
        left: auto;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 2px;
    }
}
.faq__tab .nav-tabs .nav-item .nav-link:hover {
    color: var(--tp-theme-1);
}
.faq__tab .nav-tabs .nav-item .nav-link:hover::after {
    top: 0;
    bottom: auto;
    height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__tab .nav-tabs .nav-item .nav-link:hover::after {
        left: 0;
        right: auto;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 2px;
    }
}
@media (max-width: 575px) {
    .faq__tab .nav-tabs .nav-item .nav-link:hover::after {
        left: 0;
        right: auto;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 2px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__tab-content {
        margin-top: 40px;
    }
}
@media (max-width: 575px) {
    .faq__tab-content {
        margin-top: 40px;
    }
}
.faq__tab-content .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.faq__tab-content .accordion-item {
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.08);
}
.faq__tab-content .accordion-item .accordion-header .accordion-button {
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    padding: 17px 70px;
    padding-bottom: 20px;
    border: none;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    position: relative;
    color: var(--tp-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq__tab-content .accordion-item .accordion-header .accordion-button {
        padding-left: 60px;
        padding-right: 60px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__tab-content .accordion-item .accordion-header .accordion-button {
        padding-left: 60px;
        padding-right: 60px;
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .faq__tab-content .accordion-item .accordion-header .accordion-button {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 16px;
        text-align: left;
    }
}
.faq__tab-content .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    background-image: none;
    top: 42%;
    left: 30px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    color: var(--tp-theme-1);
    width: auto;
    height: auto;
    font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq__tab-content
        .accordion-item
        .accordion-header
        .accordion-button::after {
        left: 20px;
    }
}
@media (max-width: 575px) {
    .faq__tab-content
        .accordion-item
        .accordion-header
        .accordion-button::after {
        left: 15px;
    }
}
.faq__tab-content
    .accordion-item
    .accordion-header
    .accordion-button.collapsed {
    color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.faq__tab-content
    .accordion-item
    .accordion-header
    .accordion-button.collapsed::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    color: rgba(255, 255, 255, 0.6);
}
.faq__tab-content .accordion-item .accordion-header .accordion-button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.faq__tab-content .accordion-item .accordion-header .accordion-button:hover {
    color: var(--tp-theme-1);
}
.faq__tab-content
    .accordion-item
    .accordion-header
    .accordion-button:hover::after {
    color: var(--tp-theme-1);
}
.faq__tab-content .accordion-item .accordion-body {
    background: transparent;
    padding: 45px 70px;
    padding-top: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq__tab-content .accordion-item .accordion-body {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq__tab-content .accordion-item .accordion-body {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 575px) {
    .faq__tab-content .accordion-item .accordion-body {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.faq__tab-content .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.faq__tab-content .accordion-item .accordion-collapse {
    border: none;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(0, 0, 41, 0.1);
    -moz-box-shadow: 0px 30px 50px 0px rgba(0, 0, 41, 0.1);
    -ms-box-shadow: 0px 30px 50px 0px rgba(0, 0, 41, 0.1);
    -o-box-shadow: 0px 30px 50px 0px rgba(0, 0, 41, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 41, 0.1);
}

/*----------------------------------------*/
/*  33. COMING CSS START
/*----------------------------------------*/
.coming__soon {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: var(--tp-theme-dark);
    padding-left: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .coming__soon {
        padding-left: 90px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .coming__soon {
        padding-left: 50px;
    }
}
@media (max-width: 575px) {
    .coming__soon {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.coming__soon-2 {
    padding-left: 350px;
}
@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .coming__soon-2 {
        padding-left: 250px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .coming__soon-2 {
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .coming__soon-2 {
        padding-left: 150px;
        padding-right: 150px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .coming__soon-2 {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming__soon-2 {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .coming__soon-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.coming__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .coming__bg {
        display: none;
    }
}
.coming__title {
    font-size: 30px;
    color: var(--tp-common-white);
    margin-bottom: 15px;
}
.coming__content > p {
    color: var(--tp-common-white);
    opacity: 0.6;
    margin-bottom: 30px;
}
.coming__countdown {
    margin-bottom: 30px;
}
.coming__countdown-inner .cdown {
    position: relative;
    padding-right: 25px;
    margin-right: 25px;
    text-align: center;
}
.coming__countdown-inner .cdown:last-child {
    margin-right: 0;
    padding-right: 0;
}
.coming__countdown-inner .cdown:last-child::after {
    display: none;
}
.coming__countdown-inner .cdown::after {
    position: absolute;
    content: ":";
    font-family: var(--tp-ff-fontawesome);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--tp-common-white);
    opacity: 0.3;
}
.coming__countdown-inner .cdown .time-count {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--tp-common-white);
}
.coming__countdown-inner .cdown p {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-text-10);
    text-transform: capitalize;
    margin-bottom: 0;
}
.coming__subscribe {
    margin-bottom: 35px;
}
.coming__subscribe-input input,
.coming__subscribe-input textarea {
    width: 300px;
    height: 54px;
    line-height: 54px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 0 28px;
    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.06);
    color: var(--tp-common-white);
    margin-right: 15px;
}
.coming__subscribe-input input::-webkit-input-placeholder,
.coming__subscribe-input textarea::-webkit-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.coming__subscribe-input input:-moz-placeholder,
.coming__subscribe-input textarea:-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.coming__subscribe-input input::-moz-placeholder,
.coming__subscribe-input textarea::-moz-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
.coming__subscribe-input input:-ms-input-placeholder,
.coming__subscribe-input textarea:-ms-input-placeholder {
    color: var(--tp-common-white);
    opacity: 0.4;
}
@media (max-width: 575px) {
    .coming__subscribe-input input,
    .coming__subscribe-input textarea {
        width: 100%;
        margin-bottom: 15px;
    }
}
.coming__subscribe-input textarea {
    line-height: 1.5;
    padding-top: 15px;
    resize: none;
    height: 170px;
    width: 100%;
}
.coming__subscribe-input .nice-select {
    float: none;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding-left: 24px;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}
.coming__subscribe-input .nice-select .current {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.coming__subscribe-input .nice-select::after {
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #05092b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    right: 5px;
    content: "\f107";
    font-family: var(--tp-ff-fontawesome);
    transform-origin: center;
    color: var(--tp-common-white);
    font-weight: 500;
}
.coming__subscribe-input .nice-select .list {
    width: 100%;
    margin-top: 0;
}
.coming__subscribe-input .nice-select .list .option {
    color: var(--tp-text-1);
}
.coming__subscribe-input .nice-select .list .option:hover {
    color: var(--tp-theme-2);
}
.coming__subscribe-input .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}
.coming__subscribe-input button {
    height: 54px;
    line-height: 50px;
    padding: 0 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.coming__social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--tp-common-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}
.coming__social a:hover {
    background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  34. UPCOMING CSS START
/*----------------------------------------*/
.upcoming__title {
    font-size: 22px;
    color: var(--tp-common-white);
    margin-bottom: 35px;
}
.upcoming__title i {
    margin-right: 5px;
}
.upcoming__table {
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .upcoming__table {
        overflow-x: scroll;
    }
}
.upcoming__table table thead tr {
    background-color: transparent;
}
.upcoming__table table th {
    color: var(--tp-common-white);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}
.upcoming__table table td {
    color: var(--tp-common-white);
}
.upcoming__table table td.color-green {
    color: var(--tp-common-green);
}
.upcoming__table table td.color-red {
    color: var(--tp-common-red);
}
.upcoming__table table td.color-theme {
    color: var(--tp-theme-1);
}
.upcoming__table table tbody > tr:first-child {
    background-color: transparent;
}
.upcoming__table table tbody > tr:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.upcoming__table table tbody > tr:nth-child(2n + 1) {
    background-color: var(--tp-theme-dark-2);
}
.upcoming__table table tbody > tr td,
.upcoming__table table tbody > tr th,
.upcoming__table table tbody > tr .link-btn {
    color: rgba(255, 255, 255, 0.6);
}
.upcoming__table table tbody > tr:hover {
    background-color: var(--tp-theme-dark-2);
}
.upcoming__table table tbody > tr:hover td,
.upcoming__table table tbody > tr:hover th,
.upcoming__table table tbody > tr:hover .link-btn {
    color: white;
}
.upcoming__table .table {
    margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .upcoming__table .table {
        width: 800px;
    }
}
.upcoming__table .table > :not(:first-child) {
    border-color: rgba(255, 255, 255, 0.08);
}
.upcoming__table .table > :not(caption) > * > * {
    padding: 1rem 0.5rem;
    border: 0;
    box-shadow: none;
    vertical-align: middle;
}
.upcoming__thumb img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

/*----------------------------------------*/
/*  LIGHT MODE ACTIVE CSS START
/*----------------------------------------*/
.active-light-mode {
    /* theme dark bg change css start*/
    /* header logo change css start */
    /* main menu change css start */
    /* slider change css start */
    /* section title color change css start*/
    /* seller area change css  start */
    /* bid area change css start */
    /* nft area change css start  */
    /* collection area change css start */
    /* featurea area start */
    /* subscribe area change css start */
    /* app area change css start */
    /* footer area change css start */
    /* cta area change css start */
    /* auction area change css start */
    /* marquee area change css start */
}
.active-light-mode *::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}
.active-light-mode ::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}
.active-light-mode ::selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}
.active-light-mode .my_switcher {
    background-color: rgba(5, 9, 43, 0.1);
    -webkit-box-shadow: 0px 1px 2px rgba(5, 9, 43, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(5, 9, 43, 0.1);
    -ms-box-shadow: 0px 1px 2px rgba(5, 9, 43, 0.1);
    -o-box-shadow: 0px 1px 2px rgba(5, 9, 43, 0.1);
    box-shadow: 0px 1px 2px rgba(5, 9, 43, 0.1);
}
.active-light-mode .my_switcher ul li {
    display: inline-block;
    list-style: none;
}
.active-light-mode .body__wrapper {
    background-color: #fff;
}
.active-light-mode #loading {
    background-color: var(--tp-common-white);
}
.active-light-mode .nft__filter-slider-box input {
    color: var(--tp-text-1);
}
.active-light-mode .nft__filter-slider-box span {
    color: var(--tp-common-black);
}
.active-light-mode .ui-slider .ui-slider-handle::before {
    border-color: #f5f6f7;
}
.active-light-mode .tp-preloader {
    border-color: var(--tp-common-white);
}
.active-light-mode .tp-preloader-3 .loader-1 .loader-outter,
.active-light-mode .tp-preloader-3 .loader-1 .loader-inner {
    border-color: var(--tp-theme-1);
}
@-webkit-keyframes stroke-color {
    0% {
        stroke: #1abc9c;
    }
    24% {
        stroke: #2ecc71;
    }
    25% {
        stroke: #3498db;
    }
    49% {
        stroke: #9b59b6;
    }
    50% {
        stroke: #f1c40f;
    }
    74% {
        stroke: #e67e22;
    }
    75% {
        stroke: #e74c3c;
    }
    99% {
        stroke: #1b1464;
    }
}
@keyframes stroke-color {
    0% {
        stroke: #1abc9c;
    }
    24% {
        stroke: #2ecc71;
    }
    25% {
        stroke: #3498db;
    }
    49% {
        stroke: #9b59b6;
    }
    50% {
        stroke: #f1c40f;
    }
    74% {
        stroke: #e67e22;
    }
    75% {
        stroke: #e74c3c;
    }
    99% {
        stroke: #1b1464;
    }
}
.active-light-mode .theme__switcher-btn.light {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}
.active-light-mode .theme__switcher-btn.dark {
    background-color: transparent;
    color: var(--tp-common-white);
}
.active-light-mode .tp-btn-gradient {
    color: var(--tp-common-black-4);
}
.active-light-mode .tp-btn-gradient::after {
    background-color: #f3f3f5;
}
.active-light-mode .tp-btn-gradient:hover {
    color: var(--tp-common-white);
}
.active-light-mode .tp-btn-gradient.active {
    color: var(--tp-common-white);
}
.active-light-mode .tp-btn-gradient.active:hover {
    color: var(--tp-common-black-4);
}
.active-light-mode .tp-btn-3:hover {
    border-color: var(--tp-common-black);
    background-color: transparent;
    color: var(--tp-common-black);
}
.active-light-mode .tp-btn-border {
    border-color: rgba(12, 25, 57, 0.1);
    color: var(--tp-common-black-4);
    background-color: transparent;
}
.active-light-mode .tp-btn-border:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black-4);
    border-color: var(--tp-common-black-4);
}
.active-light-mode .hamurger-btn span {
    background-color: var(--tp-common-black);
}
.active-light-mode .ui-widget-content {
    background-color: rgba(15, 19, 51, 0.1);
}
.active-light-mode .theme-bg-dark {
    background-color: var(--tp-common-white);
}
.active-light-mode .nft-more-btn {
    color: var(--tp-common-black);
}
.active-light-mode .nice-select .list {
    background-color: var(--tp-common-white);
}
.active-light-mode .nice-select .option {
    color: var(--tp-common-black);
}
.active-light-mode .nice-select .option:hover,
.active-light-mode .nice-select .option.selected {
    background-color: rgba(9, 40, 116, 0.06);
    color: var(--tp-theme-1);
}
.active-light-mode .tp-range-slider .noUi-target {
    background-color: rgba(9, 40, 116, 0.06);
}
.active-light-mode .collection__nav .nav-tabs .nav-link::after {
    background-color: var(--tp-common-black);
}
.active-light-mode .collection__nav .nav-tabs .nav-link:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-white);
}
.active-light-mode .header__sticky.header-sticky {
    background-color: var(--tp-common-white);
}
.active-light-mode .header__border {
    border: 1px solid rgba(9, 40, 116, 0.06);
}
.active-light-mode .header__bg {
    background-color: rgba(55, 113, 254, 0.06);
}
.active-light-mode .header__logo .logo-black {
    display: block;
}
.active-light-mode .header__logo .logo-white {
    display: none;
}
.active-light-mode .header__search-input input {
    background-color: rgba(12, 25, 57, 0.1);
    color: var(--tp-common-black);
}
.active-light-mode .header__search-input input::-webkit-input-placeholder {
    color: var(--tp-text-7);
}
.active-light-mode .header__search-input input:-moz-placeholder {
    color: var(--tp-text-7);
}
.active-light-mode .header__search-input input::-moz-placeholder {
    color: var(--tp-text-7);
}
.active-light-mode .header__search-input input:-ms-input-placeholder {
    color: var(--tp-text-7);
}
.active-light-mode .header__search-input button {
    color: var(--tp-common-black);
}
.active-light-mode .header__notification a svg path {
    stroke: var(--tp-common-black);
}
.active-light-mode .header__notification a:hover svg path {
    stroke: var(--tp-common-black);
}
.active-light-mode .header__wallet-btn:hover {
    color: var(--tp-common-black);
    background-color: transparent;
}
.active-light-mode .header__wallet-btn:hover svg path {
    stroke: var(--tp-common-black);
}
.active-light-mode .header .hamurger-btn span {
    background-color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .active-light-mode .main-menu {
        margin-left: 50px;
    }
}
.active-light-mode .main-menu ul li a {
    color: var(--tp-common-black);
}
.active-light-mode .main-menu ul li.has-dropdown > a::after {
    color: var(--tp-common-black);
}
.active-light-mode .main-menu ul li .submenu,
.active-light-mode .main-menu ul li .megamenu {
    background: var(--tp-common-white);
}
.active-light-mode .main-menu ul li .submenu li a,
.active-light-mode .main-menu ul li .megamenu li a {
    color: var(--tp-common-black);
}
.active-light-mode .main-menu ul li .submenu li a::before,
.active-light-mode .main-menu ul li .megamenu li a::before {
    background-color: var(--tp-theme-1);
}
.active-light-mode .main-menu ul li .submenu li:hover > a,
.active-light-mode .main-menu ul li .megamenu li:hover > a {
    color: var(--tp-theme-1);
    background-color: rgba(5, 9, 43, 0.06);
}
.active-light-mode .main-menu ul li .submenu li:hover > a::after,
.active-light-mode .main-menu ul li .megamenu li:hover > a::after {
    color: var(--tp-theme-1);
}
.active-light-mode .main-menu ul li:hover > a {
    color: var(--tp-theme-1);
}
.active-light-mode .main-menu ul li:hover > a::after {
    color: var(--tp-theme-1);
}
.active-light-mode .main-menu ul li .submenu li:not(:last-child) {
    border-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .slider__bg {
    background-color: rgba(55, 113, 254, 0.06);
}
.active-light-mode .slider__bid-area .slick-dots li button {
    border-color: rgba(5, 9, 43, 0.5);
}
.active-light-mode .slider__bid-area .slick-dots li.slick-active button {
    border-color: var(--tp-theme-2);
}
.active-light-mode .slider__bid-creator-content p {
    color: var(--tp-text-10);
}
.active-light-mode .slider__bid-creator-content h4 {
    color: var(--tp-common-black-4);
}
.active-light-mode .slider__bid-price-content p {
    color: var(--tp-text-10);
}
.active-light-mode .slider__bid-price-content h4 {
    color: var(--tp-common-black-4);
}
.active-light-mode .slider__bid-countdown {
    background-color: rgba(12, 25, 57, 0.04);
}
.active-light-mode .slider__bid-countdown-state {
    border-color: rgba(5, 9, 43, 0.08);
}
.active-light-mode .slider__bid-countdown-state span {
    color: var(--tp-text-8);
}
.active-light-mode .slider__bid-countdown-state h3 {
    color: var(--tp-common-black-4);
}
.active-light-mode .slider__bid-countdown-state p {
    color: var(--tp-text-1);
}
.active-light-mode .slider__bid-countdown-wrapper h5 {
    color: var(--tp-common-black-4);
}
.active-light-mode .slider__bid-countdown-item .cdown span {
    color: var(--tp-common-black-4);
}
.active-light-mode .slider__bid-countdown-item .cdown p {
    color: var(--tp-text-1);
}
.active-light-mode .slider__nav button {
    border-color: var(--tp-common-white);
}
.active-light-mode .slider__search-category .nice-select::after {
    color: var(--tp-common-black);
}
.active-light-mode .slider__search-category svg path {
    fill: var(--tp-common-black);
}
.active-light-mode .section__title {
    color: var(--tp-common-black);
}
.active-light-mode .section__title-blue {
    color: var(--tp-theme-1);
}
.active-light-mode .section__title-pre {
    color: var(--tp-text-1);
}
.active-light-mode .section__title-stroke {
    -webkit-text-fill-color: #fff;
    background: linear-gradient(
        90deg,
        rgb(255, 255, 255) 10%,
        rgb(12, 25, 57) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgb(255, 255, 255) 10%,
        rgb(12, 25, 57) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgb(255, 255, 255) 10%,
        rgb(12, 25, 57) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgb(255, 255, 255) 10%,
        rgb(12, 25, 57) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #fff;
    opacity: 0.3;
}
.active-light-mode .section__title-border {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .section__title-2 {
    color: var(--tp-common-black-4);
}
.active-light-mode .seller__name {
    color: var(--tp-common-black);
}
.active-light-mode .seller__revenue-ammount p span {
    color: var(--tp-text-1);
}
.active-light-mode .seller__item::before {
    background-color: var(--tp-theme-1);
    height: calc(100% + 4px);
}
.active-light-mode .seller__item::after {
    background: linear-gradient(
        90deg,
        rgb(255, 255, 255) 0%,
        rgb(12, 25, 57) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgb(255, 255, 255) 0%,
        rgb(12, 25, 57) 100%
    );
    background: -moz-linear-gradient(
        90deg,
        rgb(255, 255, 255) 0%,
        rgb(12, 25, 57) 100%
    );
    background: -ms-linear-gradient(
        90deg,
        rgb(255, 255, 255) 0%,
        rgb(12, 25, 57) 100%
    );
}
.active-light-mode .seller__action ul li a {
    color: var(--tp-text-1);
}
.active-light-mode .seller__action ul li a:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .seller__top {
    background-color: rgba(12, 25, 57, 0.04);
}
.active-light-mode .seller__date h3 {
    color: var(--tp-text-1);
}
.active-light-mode .seller__date .nice-select {
    color: var(--tp-common-black);
    border-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .seller__date .nice-select .current {
    color: var(--tp-common-black);
}
.active-light-mode .seller__date .nice-select::after {
    background-color: rgba(12, 25, 57, 0.06);
    color: var(--tp-common-black);
}
.active-light-mode .bid__nav .slick-arrow,
.active-light-mode .bid__nav-2 .slick-arrow {
    border-color: rgba(12, 25, 57, 0.1);
    color: rgba(12, 25, 57, 0.4);
}
.active-light-mode .bid__nav .slick-arrow:hover,
.active-light-mode .bid__nav-2 .slick-arrow:hover {
    border-color: var(--tp-theme-1);
    color: var(--tp-theme-1);
}
.active-light-mode .bid__item {
    border: 2px solid rgba(24, 37, 67, 0.12);
}
.active-light-mode .bid__item:hover {
    border-color: var(--tp-theme-1);
}
.active-light-mode .bid__title {
    color: var(--tp-common-black);
}
.active-light-mode .bid__content {
    border-bottom: 1px solid rgba(12, 25, 57, 0.08);
}
.active-light-mode .bid__user ul li a img {
    border-color: var(--tp-common-white);
}
.active-light-mode .bid__popularity a {
    background-color: rgba(12, 25, 57, 0.04);
    color: var(--tp-text-1);
}
.active-light-mode .bid__highest p {
    color: var(--tp-text-8);
}
.active-light-mode .bid__stock p {
    color: var(--tp-text-8);
}
.active-light-mode .bid__btn-border {
    border-color: rgba(12, 25, 57, 0.08);
    color: var(--tp-common-black);
}
.active-light-mode .bid__btn:hover {
    background-color: transparent;
    color: var(--tp-common-black);
    border-color: var(--tp-common-black);
}
.active-light-mode .bid__slider-2 .slick-dots li button {
    border-color: rgba(0, 0, 0, 0.2);
}
.active-light-mode .bid__slider-2 .slick-dots li.slick-active button {
    border-color: var(--tp-theme-1);
}
.active-light-mode .nft__overlay::after {
    background: linear-gradient(
        0deg,
        rgb(255, 255, 255) 0%,
        rgb(55, 113, 254) 100%
    );
    opacity: 0.05;
}
.active-light-mode .nft__nav .nav-tabs .nav-link {
    background-color: rgba(12, 25, 57, 0.04);
    border: 2px solid transparent;
    color: var(--tp-common-black);
}
.active-light-mode .nft__nav .nav-tabs .nav-link.active {
    border-color: var(--tp-theme-1);
    background-color: var(--tp-common-white);
}
.active-light-mode .nft__select .sort-text {
    background-color: transparent;
    color: var(--tp-text-1);
}
.active-light-mode .nft__select .nice-select {
    border-color: rgba(12, 25, 57, 0.1);
    color: var(--tp-common-black);
}
.active-light-mode .nft__select .nice-select::after {
    color: var(--tp-common-black);
}
.active-light-mode .nft__select .nice-select .current {
    color: var(--tp-common-black);
}
.active-light-mode .nft__tab .bid__item-wrapper::after {
    background-color: rgba(12, 25, 57, 0.04);
}
.active-light-mode .nft__more .tp-load-more {
    background-color: #f5f6f7;
}
.active-light-mode .nft__more .tp-load-more:hover {
    color: var(--tp-common-black);
    background-color: transparent;
    border-color: var(--tp-common-black);
}
.active-light-mode .nft__filter-title {
    color: var(--tp-common-black-4);
}
.active-light-mode .nft__filter-item .nice-select {
    background-color: rgba(12, 25, 57, 0.04);
}
.active-light-mode .nft__filter-item .nice-select .current {
    color: var(--tp-common-black-4);
}
.active-light-mode .nft__filter-item .nice-select::after {
    background-color: rgba(15, 19, 51, 0.1);
    color: var(--tp-common-black-4);
}
.active-light-mode .nft__filter-input {
    color: var(--tp-common-black-4);
}
.active-light-mode .nft__box {
    background-color: rgba(12, 25, 57, 0.04);
    border-color: rgba(15, 19, 51, 0.06);
}
.active-light-mode .nft__box:hover {
    border-color: var(--tp-theme-2);
}
.active-light-mode .nft__box-title {
    color: var(--tp-common-black-4);
}
.active-light-mode .nft__box-title a:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .nft__box-user ul li a img {
    border-color: rgba(12, 25, 57, 0.04);
}
.active-light-mode .nft__box-stock p {
    color: var(--tp-text-10);
}
.active-light-mode .nft__box-more button {
    color: var(--tp-common-black-4);
}
.active-light-mode .nft__box-bottom {
    background-color: rgba(15, 19, 51, 0.1);
}
.active-light-mode .nft__box-highest p {
    color: var(--tp-common-black);
}
.active-light-mode .nft__box-bid p {
    color: var(--tp-common-black);
}
.active-light-mode .nft__more-content ul li button {
    color: var(--tp-common-white);
}
.active-light-mode .nft__more-content ul li button:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .collection__more .tp-btn-border {
    border-color: rgba(12, 25, 57, 0.08);
    color: var(--tp-common-black);
}
.active-light-mode .collection__more .tp-btn-border:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    border-color: var(--tp-common-black);
}
.active-light-mode .collection__item::before {
    background-color: var(--tp-theme-1);
    height: calc(100% + 4px);
}
.active-light-mode .collection__item-inner::after {
    background-color: rgba(12, 25, 57, 0.03);
}
.active-light-mode .collection__title {
    color: var(--tp-common-black);
}
.active-light-mode .collection__content p {
    color: var(--tp-text-1);
}
.active-light-mode .collection__nav {
    border-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .collection__nav .nav-tabs .nav-link {
    color: var(--tp-common-black);
}
.active-light-mode .collection__nav .nav-tabs .nav-link.active {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}
.active-light-mode .collection__list {
    background-color: rgba(12, 25, 57, 0.04);
}
.active-light-mode .collection__list-title {
    color: var(--tp-common-black);
}
.active-light-mode .collection__list-rank::after {
    border-color: rgba(12, 25, 57, 0.04);
}
.active-light-mode .collection__list-revenue-text p {
    color: var(--tp-common-black-4);
}
.active-light-mode .features__item::before {
    background: linear-gradient(135deg, #fff 56%, #25cfaa 100%);
}
.active-light-mode .features__item.yellow-bg::before {
    background: linear-gradient(135deg, #fff 56%, #fdf07d 100%);
}
.active-light-mode .features__item.yellow-bg .features__item-inner::after {
    background: linear-gradient(
        133.22deg,
        rgba(253, 240, 125, 0) 0%,
        rgba(253, 240, 125, 0.15) 92.71%
    );
}
.active-light-mode .features__item.green-bg::before {
    background: linear-gradient(135deg, #fff 56%, #28aa2d 100%);
}
.active-light-mode .features__item.green-bg .features__item-inner::after {
    background: linear-gradient(
        133.22deg,
        rgba(116, 231, 120, 0) 5%,
        rgba(116, 231, 120, 0.15) 92.71%
    );
}
.active-light-mode .features__item.pink-bg::before {
    background: linear-gradient(135deg, #fff 56%, #e468c9 100%);
}
.active-light-mode .features__item.pink-bg .features__item-inner::after {
    background: linear-gradient(
        133.22deg,
        rgba(228, 104, 201, 0) 0%,
        rgba(228, 104, 201, 0.15) 92.71%
    );
}
.active-light-mode .features__item-inner::after {
    background: linear-gradient(
        133.22deg,
        rgba(37, 207, 170, 0) 0%,
        rgba(37, 207, 170, 0.15) 92.71%
    );
}
.active-light-mode .features__icon img.dark {
    display: none;
}
.active-light-mode .features__icon img.light {
    display: block;
}
.active-light-mode .features__title {
    color: var(--tp-common-black-4);
}
.active-light-mode .features__content p {
    color: var(--tp-text-1);
}
.active-light-mode .subscribe__input i {
    color: var(--tp-text-7);
}
.active-light-mode .subscribe__input input {
    background-color: rgba(12, 25, 57, 0.06);
    color: var(--tp-common-black);
}
.active-light-mode .subscribe__input input::-webkit-input-placeholder {
    color: var(--tp-text-7);
}
.active-light-mode .subscribe__input input:-moz-placeholder {
    color: var(--tp-text-7);
}
.active-light-mode .subscribe__input input::-moz-placeholder {
    color: var(--tp-text-7);
}
.active-light-mode .subscribe__input input:-ms-input-placeholder {
    color: var(--tp-text-7);
}
.active-light-mode .subscribe__input-btn:hover {
    background-color: transparent;
    color: var(--tp-common-black);
}
.active-light-mode .subscribe__inner h3 {
    color: var(--tp-common-black);
}
.active-light-mode .subscribe__inner::after {
    background-color: rgba(20, 31, 57, 0.03);
}
.active-light-mode .footer__subscribe p {
    color: var(--tp-text-1);
}
.active-light-mode .footer__subscribe-input-btn::after {
    background-color: var(--tp-common-white);
}
.active-light-mode .footer__subscribe-input-btn:hover {
    color: var(--tp-common-black);
}
.active-light-mode .header__style-2 .header__wallet-btn::after {
    background-color: var(--tp-common-white);
}
.active-light-mode .app__inner::after {
    background-color: rgba(20, 31, 57, 0.04);
}
.active-light-mode .app__info h3 {
    color: var(--tp-common-black);
}
.active-light-mode .app__qr {
    background-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .app__download-item {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .app__download-item:hover,
.active-light-mode .app__download-item.active {
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}
.active-light-mode .app__download-item:hover .app__download-icon i,
.active-light-mode .app__download-item.active .app__download-icon i {
    color: var(--tp-common-white);
}
.active-light-mode .app__download-item:hover .app__download-text h5,
.active-light-mode .app__download-item.active .app__download-text h5 {
    color: var(--tp-common-white);
    opacity: 1;
}
.active-light-mode .app__download-item:hover .app__download-text p,
.active-light-mode .app__download-item.active .app__download-text p {
    color: var(--tp-common-white);
}
.active-light-mode .app__download-icon i {
    color: var(--tp-common-black);
}
.active-light-mode .app__download-text h5 {
    color: var(--tp-text-8);
}
.active-light-mode .app__download-text p {
    color: var(--tp-common-black);
}
.active-light-mode .footer__widget-title {
    color: var(--tp-common-black);
}
.active-light-mode .footer__widget ul li a {
    color: var(--tp-text-1);
}
.active-light-mode .footer__widget ul li a:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .footer__logo a img.logo-black {
    display: block;
}
.active-light-mode .footer__logo a img.logo-white {
    display: none;
}
.active-light-mode .footer__info p {
    color: var(--tp-text-1);
    opacity: 1;
}
.active-light-mode .footer__social a {
    background-color: rgba(12, 25, 57, 0.04);
    color: var(--tp-text-8);
}
.active-light-mode .footer__social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}
.active-light-mode .footer__lang {
    margin-top: 24px;
}
.active-light-mode .footer__lang .nice-select {
    border: 2px solid rgba(12, 25, 57, 0.08);
}
.active-light-mode .footer__lang .nice-select .current {
    color: rgba(12, 25, 57, 0.8);
}
.active-light-mode .footer__lang .nice-select::after {
    background-color: rgba(12, 25, 57, 0.06);
    color: var(--tp-common-black);
}
.active-light-mode .footer__lang .nice-select .list .option:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .footer__lang .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg) !important;
    -moz-transform: translateY(-50%) rotate(-180deg) !important;
    -ms-transform: translateY(-50%) rotate(-180deg) !important;
    -o-transform: translateY(-50%) rotate(-180deg) !important;
    transform: translateY(-50%) rotate(-180deg) !important;
}
.active-light-mode .footer__lang .nice-select:hover::after {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}
.active-light-mode .footer__lang-certificate img.light {
    display: block;
}
.active-light-mode .footer__lang-certificate img.dark {
    display: none;
}
.active-light-mode .footer__copyright p {
    color: var(--tp-text-1);
}
.active-light-mode .footer__copyright p a:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .footer__menu a {
    color: var(--tp-text-1);
}
.active-light-mode .footer__menu a:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .footer__top-border {
    border-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .footer__style-2 .footer__menu a::after {
    background-color: rgba(12, 25, 57, 0.05);
}
.active-light-mode .footer__style-2 .footer__subscribe-input input {
    background-color: rgba(12, 25, 57, 0.05);
}
.active-light-mode
    .footer__style-2
    .footer__subscribe-input
    input::-webkit-input-placeholder {
    color: var(--tp-text-10);
}
.active-light-mode
    .footer__style-2
    .footer__subscribe-input
    input:-moz-placeholder {
    color: var(--tp-text-10);
}
.active-light-mode
    .footer__style-2
    .footer__subscribe-input
    input::-moz-placeholder {
    color: var(--tp-text-10);
}
.active-light-mode
    .footer__style-2
    .footer__subscribe-input
    input:-ms-input-placeholder {
    color: var(--tp-text-10);
}
.active-light-mode .footer__style-2 .footer__subscribe-input i {
    color: var(--tp-text-10);
}
.active-light-mode .cta__content-2 h3 {
    color: var(--tp-common-black-4);
}
.active-light-mode .cta__content-2 p {
    color: var(--tp-text-10);
}
.active-light-mode .cta__wrapper-2 {
    background-color: rgba(15, 19, 51, 0.07);
}
.active-light-mode .auction__border {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .auction__item-bg {
    background-color: rgba(15, 19, 51, 0.05);
}
.active-light-mode .auction__title {
    color: var(--tp-common-black);
}
.active-light-mode .auction__author-content h4 span {
    color: var(--tp-text-10);
}
.active-light-mode .auction__bid-current p {
    color: var(--tp-common-black-4);
}
.active-light-mode .auction__bid-current h5 {
    color: var(--tp-common-black-4);
}
.active-light-mode .auction__bid-ammount p {
    color: var(--tp-common-black);
}
.active-light-mode .auction__countdown .cdown span {
    color: var(--tp-text-10);
}
.active-light-mode .auction__countdown .cdown p {
    color: var(--tp-text-10);
}
.active-light-mode .auction__sm-item {
    background-color: rgba(15, 19, 51, 0.05);
}
.active-light-mode .auction__sm-title {
    color: var(--tp-common-black-4);
}
.active-light-mode .auction__sm-title a:hover {
    color: var(--tp-theme-2);
}
.active-light-mode .auction__sm-show p {
    color: var(--tp-text-10);
}
.active-light-mode .auction__nav .slick-arrow,
.active-light-mode .auction__nav-2 .slick-arrow {
    border-color: rgba(12, 25, 57, 0.1);
    color: rgba(12, 25, 57, 0.4);
}
.active-light-mode .auction__nav .slick-arrow:hover,
.active-light-mode .auction__nav-2 .slick-arrow:hover {
    border-color: var(--tp-theme-1);
    color: var(--tp-theme-1);
}
.active-light-mode .auction__slider-2 .slick-dots li button,
.active-light-mode .auction__slider-2 .slick-dots li button {
    border-color: rgba(0, 0, 0, 0.2);
}
.active-light-mode .auction__slider-2 .slick-dots li.slick-active button,
.active-light-mode .auction__slider-2 .slick-dots li.slick-active button {
    border-color: var(--tp-theme-1);
}
.active-light-mode .marque__area {
    border-color: rgba(12, 25, 57, 0.05);
}
.active-light-mode .marque__inner::after {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.active-light-mode .marque__inner::before {
    background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.active-light-mode .marque__item p {
    color: var(--tp-common-black-4);
}
.active-light-mode .header__border-2 {
    border-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .slider__search > span {
    color: var(--tp-text-10);
}
.active-light-mode .slider__search h3 {
    color: var(--tp-common-black);
}
.active-light-mode .slider__search-category .nice-select {
    color: var(--tp-common-black);
}
.active-light-mode .slider__search-input input {
    background-color: rgba(12, 25, 57, 0.04);
    color: var(--tp-common-black);
}
.active-light-mode .slider__search-category .nice-select::before {
    background-color: rgba(0, 0, 0, 0.14);
}
.active-light-mode .slider-dot .swiper-pagination-bullet {
    border-color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .slider-dot .swiper-pagination-bullet {
    border-color: var(--tp-theme-1);
}
.active-light-mode .section__title-3 {
    color: var(--tp-common-black);
}
.active-light-mode .process__icon span {
    color: var(--tp-common-black);
    border-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .process__icon span svg path {
    fill: var(--tp-theme-1);
}
.active-light-mode .process__icon span svg .tp-svg {
    fill: var(--tp-common-white);
}
.active-light-mode .process__item:hover .process__icon span {
    border-color: var(--tp-common-black);
}
.active-light-mode .process__title {
    color: var(--tp-common-black);
}
.active-light-mode .process__content p {
    color: var(--tp-text-1);
}
.active-light-mode .nft__search-input input {
    background-color: rgba(12, 25, 57, 0.04);
    color: var(--tp-common-black);
}
.active-light-mode .nft__search-input button {
    color: var(--tp-text-1);
}
.active-light-mode .nft__filter-accordion .accordion-button {
    color: var(--tp-common-black);
    background-color: rgba(12, 25, 57, 0.04);
}
.active-light-mode .nft__filter-accordion .accordion-body {
    background-color: rgba(12, 25, 57, 0.04);
}
.active-light-mode .nft__filter-categories-item span {
    border-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .nft__filter-categories-item p {
    color: var(--tp-text-1);
}
.active-light-mode .nft__filter-categories-item span {
    fill: var(--tp-text-1);
}
.active-light-mode .nft__filter-categories-item span svg path {
    fill: var(--tp-text-1);
}
.active-light-mode .nft__filter-accordion .accordion-button::after {
    background-color: rgba(12, 25, 57, 0.09);
    color: var(--tp-common-black);
}
.active-light-mode .creator__item {
    background-color: rgba(12, 25, 57, 0.04);
    border-color: rgba(15, 19, 51, 0.06);
}
.active-light-mode .creator__item:hover {
    background-color: transparent;
    border-color: var(--tp-theme-1);
}
.active-light-mode .creator__title {
    color: var(--tp-common-black);
}
.active-light-mode .creator__title:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .creator__revenue-text p,
.active-light-mode .creator__content-more a {
    color: var(--tp-text-1);
}
.active-light-mode .creator__revenue-icon i {
    border-color: rgba(12, 25, 57, 0.09);
}
.active-light-mode .cta__box {
    border-color: rgba(12, 25, 57, 0.07);
}
.active-light-mode .community__content h3 {
    color: var(--tp-common-black);
}
.active-light-mode .community__content p {
    color: var(--tp-text-10);
}
.active-light-mode .community__wrapper {
    border-color: rgba(12, 25, 57, 0.07);
}
.active-light-mode .community__social a {
    color: var(--tp-text-10);
    border-color: rgba(12, 25, 57, 0.07);
}
.active-light-mode .community__social a:hover {
    color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}
.active-light-mode .footer__gradient::after {
    background: linear-gradient(
        180deg,
        rgba(12, 25, 57, 0.06) 0%,
        rgba(12, 25, 57, 0) 100%
    );
}
.active-light-mode .footer__subscribe-input input {
    background-color: rgba(12, 25, 57, 0.04);
    color: var(--tp-common-black);
}
.active-light-mode .footer__subscribe-input input::-webkit-input-placeholder {
    color: var(--tp-text-1);
}
.active-light-mode .footer__subscribe-input input:-moz-placeholder {
    color: var(--tp-text-1);
}
.active-light-mode .footer__subscribe-input input::-moz-placeholder {
    color: var(--tp-text-1);
}
.active-light-mode .footer__subscribe-input input:-ms-input-placeholder {
    color: var(--tp-text-1);
}
.active-light-mode .footer__subscribe-input i {
    color: var(--tp-text-1);
}
.active-light-mode .nft__sm-title {
    color: var(--tp-common-black);
}
.active-light-mode .nft__sm-title:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .nft__sm-revenue-text p {
    color: var(--tp-text-1);
}
.active-light-mode .nft__sm-revenue-icon i {
    color: var(--tp-theme-1);
    background-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .about__title {
    color: var(--tp-common-black);
}
.active-light-mode .about__marque::after {
    background: rgba(12, 25, 57, 0.06);
}
.active-light-mode .mission__title-wrapper p {
    color: var(--tp-text-10);
}
.active-light-mode .mission__counter-content h4 {
    color: var(--tp-common-black);
}
.active-light-mode .mission__counter-content p {
    color: var(--tp-text-1);
}
.active-light-mode .section__title-4 {
    color: var(--tp-common-black);
}
.active-light-mode .team__title {
    color: var(--tp-common-black);
}
.active-light-mode .team__social a {
    color: rgba(12, 25, 57, 0.8);
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .team__social a:hover {
    color: var(--tp-common-white);
}
.active-light-mode .team__position {
    color: var(--tp-text-10);
}
.active-light-mode .mission__counter-vr-br {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.08) 51.04%,
        rgba(0, 0, 0, 0) 100%
    );
}
.active-light-mode .mission__counter-hr-br {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.08) 51.04%,
        rgba(0, 0, 0, 0) 100%
    );
}
.active-light-mode .join__title {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .join__title span {
    color: var(--tp-common-black);
}
.active-light-mode .join__social a {
    color: var(--tp-common-black);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.1) 0.01%,
        rgba(0, 0, 0, 0.03) 100%
    );
    border-color: transparent;
}
.active-light-mode .join__social a:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .join__btn .tp-btn-4:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}
.active-light-mode .join__btn-gradient .tp-btn-4 {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.1) 0.01%,
        rgba(0, 0, 0, 0.03) 100%
    );
    color: var(--tp-common-black);
}
.active-light-mode .activity__item {
    border-color: rgba(12, 25, 57, 0.08);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.active-light-mode .activity__title {
    color: var(--tp-common-black);
}
.active-light-mode .activity__content > p span {
    color: var(--tp-common-black);
}
.active-light-mode .activity__widget-title {
    color: var(--tp-common-black);
}
.active-light-mode .activity__filter-tag a {
    border-color: rgba(12, 25, 57, 0.08);
    color: var(--tp-text-10);
}
.active-light-mode .activity__filter-tag a:hover {
    color: var(--tp-common-white);
}
.active-light-mode .activity__filter-tag a svg path {
    fill: var(--tp-text-10);
}
.active-light-mode .breadcrumb__border {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .breadcrumb__title {
    color: var(--tp-common-black);
}
.active-light-mode .breadcrumb__list span {
    color: var(--tp-common-black);
}
.active-light-mode .auction__item-2 .auction__bid-current h5 span {
    color: var(--tp-text-1);
}
.active-light-mode .auction__item-2 .auction__countdown .cdown::after {
    color: rgba(12, 25, 57, 0.3);
}
.active-light-mode .auction__item-2 .tp-btn-2 {
    color: var(--tp-text-1);
}
.active-light-mode .auction__item-2 .tp-btn-2.active {
    color: var(--tp-common-white);
}
.active-light-mode .auction__item-2 .tp-btn-2:hover {
    color: var(--tp-common-white);
}
.active-light-mode .auction__item-2 .tp-btn-2.active:hover {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__title {
    color: var(--tp-common-black);
}
.active-light-mode .blog__grid-author-info h4 {
    color: var(--tp-text-1);
}
.active-light-mode .blog__grid-author-info h4:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .blog__grid-author-info p {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__text p {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__text h3 {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__list ul li {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__list ul li::after {
    background-color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__tag-wrapper {
    border-color: rgba(12, 25, 57, 0.14);
}
.active-light-mode .postbox__tag span {
    color: var(--tp-common-black);
}
.active-light-mode .tagcloud a {
    color: rgba(12, 25, 57, 0.6);
    border-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .tagcloud a:hover {
    color: var(--tp-common-white);
}
.active-light-mode .postbox__share span {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__share a {
    color: rgba(12, 25, 57, 0.6);
    border-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .postbox__share a:hover {
    color: var(--tp-common-white);
}
.active-light-mode .postbox__author {
    background-color: rgba(12, 25, 57, 0.05);
}
.active-light-mode .postbox__author-content h4 {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__author-content p {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__more-content span {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__more-title {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__more-icon a {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .postbox__more-item.next {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .postbox__more {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .postbox__recent-title {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__recent .blog__grid-title {
    color: var(--tp-common-black);
}
.active-light-mode .blog__grid-item {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .postbox__comment-title {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__comment ul li .postbox__comment-box::before {
    background-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .postbox__comment ul li.children::after {
    background-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .postbox__comment-box {
    background-color: rgba(12, 25, 57, 0.05);
}
.active-light-mode .postbox__comment-name h5 {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__comment-name span {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__comment-reply a:hover {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__comment-text p {
    color: var(--tp-text-10);
}
.active-light-mode .postbox__comment-form-title {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__comment-input-box h4 {
    color: var(--tp-text-1);
}
.active-light-mode .postbox__comment-input input,
.active-light-mode .postbox__comment-input textarea {
    background-color: rgba(12, 25, 57, 0.06);
    color: var(--tp-common-black);
}
.active-light-mode .postbox__comment-input input::-webkit-input-placeholder,
.active-light-mode .postbox__comment-input textarea::-webkit-input-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__comment-input input:-moz-placeholder,
.active-light-mode .postbox__comment-input textarea:-moz-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__comment-input input::-moz-placeholder,
.active-light-mode .postbox__comment-input textarea::-moz-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__comment-input input:-ms-input-placeholder,
.active-light-mode .postbox__comment-input textarea:-ms-input-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .postbox__comment-btn .tp-btn-4:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}
.active-light-mode .sidebar__widget-title {
    color: var(--tp-common-black);
}
.active-light-mode .sidebar__widget {
    background-color: rgba(12, 25, 57, 0.05);
}
.active-light-mode .sidebar__search input {
    border-color: rgba(12, 25, 57, 0.1);
    color: var(--tp-common-black);
}
.active-light-mode .sidebar__search input:focus {
    border-color: rgba(12, 25, 57, 0.5);
}
.active-light-mode .sidebar__search input::-webkit-input-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .sidebar__search input:-moz-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .sidebar__search input::-moz-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .sidebar__search input:-ms-input-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .sidebar__search button:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}
.active-light-mode .sidebar__widget ul li a {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .sidebar__widget ul li a:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .sidebar__widget ul li a:hover::after {
    background-color: var(--tp-theme-1);
}
.active-light-mode .sidebar__widget ul li:not(:last-child) a {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .sidebar__widget ul li a::after {
    background-color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .rc__post-title {
    color: var(--tp-common-black);
}
.active-light-mode .rc__post-title:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .rc__meta span {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .blog__grid-title {
    color: var(--tp-common-black);
}
.active-light-mode .basic-pagination ul li a,
.active-light-mode .basic-pagination ul li span {
    color: rgba(12, 25, 57, 0.6);
    background-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .basic-pagination ul li a:hover,
.active-light-mode .basic-pagination ul li a.current,
.active-light-mode .basic-pagination ul li span:hover,
.active-light-mode .basic-pagination ul li span.current {
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}
.active-light-mode .contact__wrapper {
    border-color: rgba(12, 25, 57, 0.1);
    background-color: white;
}
.active-light-mode .contact__content h3 {
    color: var(--tp-common-black);
}
.active-light-mode .contact__content p {
    color: var(--tp-common-black);
}
.active-light-mode .contact__input input,
.active-light-mode .contact__input textarea {
    background-color: rgba(12, 25, 57, 0.1);
    color: var(--tp-common-black);
}
.active-light-mode .contact__input input:focus,
.active-light-mode .contact__input textarea:focus {
    border-color: rgba(12, 25, 57, 0.5);
}
.active-light-mode .contact__input input::-webkit-input-placeholder,
.active-light-mode .contact__input textarea::-webkit-input-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .contact__input input:-moz-placeholder,
.active-light-mode .contact__input textarea:-moz-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .contact__input input::-moz-placeholder,
.active-light-mode .contact__input textarea::-moz-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .contact__input input:-ms-input-placeholder,
.active-light-mode .contact__input textarea:-ms-input-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .contact__input .nice-select {
    background-color: rgba(12, 25, 57, 0.05);
    color: var(--tp-text-1);
}
.active-light-mode .contact__input .nice-select .current {
    color: var(--tp-text-1);
}
.active-light-mode .contact__input .nice-select::after {
    background-color: rgba(12, 25, 57, 0.5);
}
.active-light-mode .contact__input-box h4 {
    color: var(--tp-text-1);
}
.active-light-mode .contact__agree label {
    color: var(--tp-text-1);
}
.active-light-mode .contact__agree input:checked {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}
.active-light-mode .contact__agree input:checked::after {
    color: var(--tp-common-white);
}
.active-light-mode .contact__agree input {
    background: transparent;
    border-color: rgba(12, 25, 57, 0.5);
}
.active-light-mode .contact__btn .tp-btn-4:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}
.active-light-mode .contact__text p {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .contact__text h4 {
    color: var(--tp-common-black);
}
.active-light-mode .create__preview .nft__box::before {
    background: linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(
        -90deg,
        black 0%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -moz-linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.active-light-mode .create__preview .nft__box {
    background-color: #fff;
}
.active-light-mode .create__preview-title {
    color: var(--tp-common-black);
}
.active-light-mode .create__preview .nft__box-bottom {
    background-color: transparent;
    border-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .create__input-box h4 {
    color: var(--tp-common-black);
}
.active-light-mode .create__input-box p {
    color: var(--tp-common-black);
}
.active-light-mode .create__nav .nav-tabs .nav-link {
    border-color: rgba(12, 25, 57, 0.1);
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .create__nav .nav-tabs .nav-link.active {
    color: var(--tp-common-white);
}
.active-light-mode .create__upload {
    border-color: rgba(12, 25, 57, 0.14);
    background-color: rgba(12, 25, 57, 0.05);
}
.active-light-mode .create__input input,
.active-light-mode .create__input textarea {
    background-color: rgba(12, 25, 57, 0.1);
    color: var(--tp-common-black);
}
.active-light-mode .create__input input:focus,
.active-light-mode .create__input textarea:focus {
    border-color: rgba(12, 25, 57, 0.5);
}
.active-light-mode .create__input input::-webkit-input-placeholder,
.active-light-mode .create__input textarea::-webkit-input-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .create__input input:-moz-placeholder,
.active-light-mode .create__input textarea:-moz-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .create__input input::-moz-placeholder,
.active-light-mode .create__input textarea::-moz-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .create__input input:-ms-input-placeholder,
.active-light-mode .create__input textarea:-ms-input-placeholder {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .create__input .nice-select {
    background-color: rgba(12, 25, 57, 0.05);
    color: var(--tp-text-1);
}
.active-light-mode .create__input .nice-select .current {
    color: var(--tp-text-1);
}
.active-light-mode .create__input .nice-select::after {
    background-color: rgba(12, 25, 57, 0.5);
}
.active-light-mode .create__input .refresh-btn {
    color: var(--tp-common-black);
}
.active-light-mode .create__input-check-item label {
    color: var(--tp-text-1);
}
.active-light-mode .create__input-check-item input {
    background-color: transparent;
    border-color: rgba(12, 25, 57, 0.3);
}
.active-light-mode .create__input-check-item input:checked {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}
.active-light-mode .create__input-check-item input:checked::after {
    color: var(--tp-common-white);
}
.active-light-mode .create__btn .tp-btn-3:hover {
    color: var(--tp-common-black);
    background-color: transparent;
}
.active-light-mode .create__item {
    background-color: #fff;
}
.active-light-mode .create__title {
    color: var(--tp-common-black);
}
.active-light-mode .create__content p {
    color: var(--tp-common-black);
}
.active-light-mode .creator__user-thumb img {
    border-color: var(--tp-common-white);
}
.active-light-mode .creator__user-title {
    color: var(--tp-common-black);
}
.active-light-mode .creator__user-copyright {
    background-color: rgba(12, 25, 57, 0.04);
}
.active-light-mode .creator__user-copyright-icon i {
    background-color: #fff;
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .creator__user-copyright-text span {
    color: var(--tp-common-black);
}
.active-light-mode .creator__user-copyright-text svg path {
    fill: var(--tp-common-black);
}
.active-light-mode .creator__follow p span {
    color: var(--tp-common-black);
}
.active-light-mode .creator__tab .nav-tabs .nav-link {
    color: var(--tp-common-black);
}
.active-light-mode .creator__tab .nav-tabs .nav-link .number {
    color: var(--tp-common-white);
    background-color: rgba(12, 25, 57, 0.9);
}
.active-light-mode .creator__tab .nav-tabs .nav-link.active .number {
    background-color: var(--tp-theme-1);
}
.active-light-mode .creator__action ul li a {
    color: var(--tp-common-black);
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .creator__action ul li a:hover {
    color: var(--tp-common-white);
}
.active-light-mode .creator__border {
    background-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .shop__filter-top {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .shop__filter-btn p {
    color: var(--tp-common-black);
}
.active-light-mode .shop__filter-btn button {
    color: var(--tp-common-black);
}
.active-light-mode .shop__filter-tab .nav-tabs .nav-link {
    color: var(--tp-common-black);
}
.active-light-mode .shop__filter-tab .nav-tabs .nav-link.active span {
    color: var(--tp-common-black);
}
.active-light-mode .shop__filter-sort .nice-select {
    color: var(--tp-common-black);
}
.active-light-mode .shop__filter-sort .nice-select::after {
    color: var(--tp-common-black);
}
.active-light-mode
    .nft__filter-wrapper-2
    .nft__filter-accordion
    .accordion-button,
.active-light-mode .nft__filter-wrapper-2 {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .creator__grid-item {
    border-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .creator__grid-title {
    color: var(--tp-common-black);
}
.active-light-mode .creator__grid-social a,
.active-light-mode .creator__grid-content p {
    color: var(--tp-common-black);
}
.active-light-mode .creator__grid-thumb img {
    border-color: var(--tp-common-white);
}
.active-light-mode .product__details-title {
    color: var(--tp-common-black);
}
.active-light-mode .product__details-meta a {
    color: rgba(12, 25, 57, 0.6);
    background-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .product__details-meta {
    border-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .product__details-meta a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}
.active-light-mode .product__details-info-item > p {
    color: var(--tp-common-black);
}
.active-light-mode .product__details-creator-content h3,
.active-light-mode .product__details-collection-content h3 {
    color: var(--tp-common-black);
}
.active-light-mode .product__details-creator-content h3 a:hover,
.active-light-mode .product__details-collection-content h3 a:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .product__details-info-top,
.active-light-mode .product__details-info-bottom {
    background-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .product__details-info-tab .nav-tabs .nav-link {
    border-color: rgba(12, 25, 57, 0.14);
    color: rgba(12, 25, 57, 0.6);
    background-color: #fff;
}
.active-light-mode .product__details-info-tab .nav-tabs .nav-link.active,
.active-light-mode .product__details-info-tab .nav-tabs .nav-link:hover {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}
.active-light-mode .product__details-info-tab-content {
    border-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .product__details-properties > h3 {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .product__details-properties-item h4 {
    color: var(--tp-common-black);
}
.active-light-mode .product__details-properties-item p {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .product__details-properties-item {
    border-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .product__details-category > h4 {
    color: var(--tp-common-black);
}
.active-light-mode .product__details-category a {
    color: rgba(12, 25, 57, 0.6);
    border-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .product__details-category a svg path {
    fill: rgba(12, 25, 57, 0.6);
}
.active-light-mode .product__details-category a:hover {
    color: var(--tp-common-white);
}
.active-light-mode .product__details-category a:hover svg path {
    fill: currentColor;
}
.active-light-mode .product__details-bid-status p {
    color: var(--tp-common-black);
}
.active-light-mode .product__details-bid-status h4 {
    color: var(--tp-common-black);
}
.active-light-mode .product__details-bid-status::after {
    background-color: rgba(12, 25, 57, 0.1);
}
.active-light-mode .product__details-bid-countdown .cdown span {
    color: var(--tp-common-black);
}
.active-light-mode .product__details-info-btn .tp-btn-2 {
    color: var(--tp-common-black);
}
.active-light-mode .product__details-info-btn .tp-btn-2.active {
    color: var(--tp-common-white);
}
.active-light-mode .product__details-info-btn .tp-btn-2.active:hover {
    color: var(--tp-common-black);
}
.active-light-mode .product__details-info-btn .tp-btn-2:hover {
    color: var(--tp-common-white);
}
.active-light-mode .nft__filter-check label {
    color: var(--tp-common-black);
    opacity: 0.8;
}
.active-light-mode .nft__filter-check input {
    background-color: transparent;
    border-color: rgba(12, 25, 57, 0.4);
}
.active-light-mode .nft__filter-check input:checked {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}
.active-light-mode .nft__filter-check input:checked::after {
    color: var(--tp-common-white);
}
.active-light-mode .nft__filter-price .ui-slider .ui-slider-handle::before {
    border-color: rgba(12, 25, 57, 0.09);
}
.active-light-mode .nft__filter-price-box input {
    color: var(--tp-common-black);
    background-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .nft__filter-price-box span {
    color: var(--tp-common-black);
}
.active-light-mode .nft__filter-collection-search input {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}
.active-light-mode .nft__filter-collection-search button {
    color: var(--tp-common-black);
}
.active-light-mode .nft__filter-categories-item span {
    color: var(--tp-text-1);
}
.active-light-mode .nft__filter-categories-item p a:hover {
    color: var(--tp-theme-1);
}
.active-light-mode .wallet__des p {
    color: var(--tp-text-10);
}
.active-light-mode .wallet__item {
    background-color: var(--tp-common-white);
}
.active-light-mode .wallet__title {
    color: var(--tp-common-black);
}
.active-light-mode .postbox__quote blockquote {
    background-color: #f3f3f5;
}
.active-light-mode .postbox__quote blockquote p {
    color: rgba(12, 25, 57, 0.8) !important;
}
.active-light-mode .slider__purchase {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .slider__purchase-content p {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .slider__purchase-content p .purchase-notification {
    color: var(--tp-common-black);
}
.active-light-mode .slider__title-2 {
    color: var(--tp-common-black);
}
.active-light-mode .slider__content-2 > p {
    color: var(--tp-common-black);
}
.active-light-mode .slider__bid-area .slick-arrow {
    color: var(--tp-common-black);
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .slider__bid-area .slick-arrow:hover {
    color: var(--tp-common-white);
}
.active-light-mode .error__title {
    color: var(--tp-common-black);
}
.active-light-mode .error__content p {
    color: var(--tp-common-black);
}
.active-light-mode .share__modal .modal-content {
    background-color: var(--tp-common-white);
}
.active-light-mode .share__social h3 {
    color: var(--tp-common-black);
}
.active-light-mode .share__social a {
    background-color: rgba(12, 25, 57, 0.04);
    color: var(--tp-text-8);
}
.active-light-mode .share__social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}
.active-light-mode .report__modal .modal-content {
    background-color: var(--tp-common-white);
}
.active-light-mode .report__title {
    color: var(--tp-common-black);
}
.active-light-mode .report__wrapper > p,
.active-light-mode .report__close-btn {
    color: var(--tp-common-black);
}
.active-light-mode .report__input-box h4 {
    color: var(--tp-common-black);
}
.active-light-mode .report__input textarea {
    background-color: rgba(12, 25, 57, 0.06);
    color: var(--tp-common-black);
}
.active-light-mode .report__input textarea::-webkit-input-placeholder {
    color: var(--tp-common-black);
}
.active-light-mode .report__input textarea:-moz-placeholder {
    color: var(--tp-common-black);
}
.active-light-mode .report__input textarea::-moz-placeholder {
    color: var(--tp-common-black);
}
.active-light-mode .report__input textarea:-ms-input-placeholder {
    color: var(--tp-common-black);
}
.active-light-mode .profile__tab .nav-tabs .nav-link {
    color: var(--tp-common-black);
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .profile__tab .nav-tabs .nav-link.active {
    background-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .profile__tab .nav-tabs {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .profile__info-title,
.active-light-mode .profile__input-box h4,
.active-light-mode .profile__input i {
    color: var(--tp-common-black);
}
.active-light-mode .profile__input input,
.active-light-mode .profile__input textarea {
    color: var(--tp-common-black);
    background-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .profile__input input::-webkit-input-placeholder,
.active-light-mode .profile__input textarea::-webkit-input-placeholder {
    color: var(--tp-common-black);
}
.active-light-mode .profile__input input:-moz-placeholder,
.active-light-mode .profile__input textarea:-moz-placeholder {
    color: var(--tp-common-black);
}
.active-light-mode .profile__input input::-moz-placeholder,
.active-light-mode .profile__input textarea::-moz-placeholder {
    color: var(--tp-common-black);
}
.active-light-mode .profile__input input:-ms-input-placeholder,
.active-light-mode .profile__input textarea:-ms-input-placeholder {
    color: var(--tp-common-black);
}
.active-light-mode .profile__input .nice-select {
    background-color: rgba(12, 25, 57, 0.05);
    color: var(--tp-text-1);
}
.active-light-mode .profile__input .nice-select .current {
    color: var(--tp-text-1);
}
.active-light-mode .profile__input .nice-select::after {
    background-color: rgba(12, 25, 57, 0.5);
}
.active-light-mode .profile__thumb img {
    border-color: var(--tp-common-white);
}
.active-light-mode .profile__ticket table tbody > tr:not(:last-child) {
    border-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .profile__ticket table tbody > tr td,
.active-light-mode .profile__ticket table tbody > tr th,
.active-light-mode .profile__ticket table tbody > tr .link-btn {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .profile__ticket {
    border-color: rgba(12, 25, 57, 0.08);
}
.active-light-mode .profile__ticket table thead tr {
    background-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .profile__ticket table th {
    color: var(--tp-common-black);
}
.active-light-mode .profile__ticket table tbody > tr:hover td,
.active-light-mode .profile__ticket table tbody > tr:hover th,
.active-light-mode .profile__ticket table tbody > tr:hover .link-btn {
    color: var(--tp-common-white);
}
.active-light-mode .profile__notification-title {
    color: var(--tp-common-black);
}
.active-light-mode .profile__notification-top p {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .profile__notification-item .form-check-label {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .privacy__title,
.active-light-mode .privacy__item p {
    color: var(--tp-common-black);
}
.active-light-mode .upcoming__title,
.active-light-mode .upcoming__table table th {
    color: var(--tp-common-black);
}
.active-light-mode .upcoming__table table tbody > tr:nth-child(2n + 1) {
    background-color: transparent;
}
.active-light-mode .upcoming__table table tbody > tr td,
.active-light-mode .upcoming__table table tbody > tr th,
.active-light-mode .upcoming__table table tbody > tr .link-btn {
    color: rgba(12, 25, 57, 0.6);
}
.active-light-mode .upcoming__table table td.color-red {
    color: var(--tp-common-red);
}
.active-light-mode .upcoming__table table td.color-green {
    color: var(--tp-common-green);
}
.active-light-mode .upcoming__table table tbody > tr:hover {
    background-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .upcoming__table table tbody > tr:not(:last-child),
.active-light-mode .upcoming__table {
    border-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode .footer__style-3 .footer__menu a::after {
    background-color: var(--tp-text-1);
}
.active-light-mode .collection__profile img {
    border-color: #f7f8f9;
}
.active-light-mode .bid__modal-btn .tp-btn-3 {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}
.active-light-mode .report__button .tp-btn-square:hover {
    color: var(--tp-common-black);
    background-color: transparent;
    border-color: var(--tp-theme-1);
}
.active-light-mode .coming__subscribe-input button:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}
.active-light-mode .faq__tab-content .accordion-item {
    border-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode
    .faq__tab-content
    .accordion-item
    .accordion-header
    .accordion-button.collapsed {
    border-color: rgba(12, 25, 57, 0.06);
}
.active-light-mode
    .faq__tab-content
    .accordion-item
    .accordion-header
    .accordion-button {
    color: var(--tp-common-black);
}
.active-light-mode
    .faq__tab-content
    .accordion-item
    .accordion-header
    .accordion-button::after {
    color: var(--tp-common-black);
}
.active-light-mode
    .faq__tab-content
    .accordion-item
    .accordion-header
    .accordion-button:hover {
    color: var(--tp-theme-1);
}
.active-light-mode
    .faq__tab-content
    .accordion-item
    .accordion-header
    .accordion-button:hover::after {
    color: var(--tp-theme-1);
}

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