/*-------------------------------------------------------------
Template Name: NFT Crazy
Template URL: 
Author Name: Theme_Crazy
Author URL: https://themeforest.net/user/theme_crazy/portfolio
Version: 1.0
Description: 
Tags: nft
Text Domain: nftcrazy
-------------------------------------------------------------*/


/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Variable
>> Mixin
>> Theme Defualt
>> Spacing
>> Preloader
>> Header
>> Footer
>> Breadcrumb
>> Homepage
>> Auction
>> Wallet
>> Create Item
>> Authors
>> Register
>> Contact
>> Activity
>> Explore
>> Blog

--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800&display=swap");

/* Author CSS */

* {
	margin: 0;
}

body {
	margin: 0;
	color: #7B7B7B;
	font-family: "Jost", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Jost", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2;
	color: #1F1F2C;
	margin-bottom: 0;
}

p {
	color: #7B7B7B;
	margin-bottom: 10px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

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

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
	outline: none;
}

button {
	cursor: pointer;
	border: 0;
	background-color: transparent;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

section {
	overflow: hidden;
}

.container {
	max-width: 1200px;
}

.scroll-top-btn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 10;
	background-color: #F4462E;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 14px;
	border-radius: 50%;
	display: none;
}

.nft-primary-btn {
	display: inline-block;
	padding: 15px 29px;
	background-color: #F4462E;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	z-index: 1;
}

.nft-primary-btn span {
	margin-left: 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-primary-btn::before {
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	top: 0;
	height: 100%;
	background-color: #FFBB00;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.nft-primary-btn:hover {
	color: #fff;
}

.nft-primary-btn:hover span {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.nft-primary-btn:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.nft-btn-style-2 {
	display: inline-block;
	padding: 7px 8px;
	color: #ffffff;
	font-weight: 600;
	border: 1px solid #F4462E;
	border-radius: 50%;
	text-transform: capitalize;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-btn-style-2::before {
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	top: 0;
	height: 100%;
	background-color: #FFBB00;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: -1;
}

.nft-btn-style-2:hover {
	color: #fff;
	border-color: #FFBB00;
}

.nft-btn-style-2:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.nft-btn-style-3 a,
.nft-btn-style-3 button {
	display: inline-block;
	border: 1px solid #707070;
	border-radius: 30px;
	color: #707070;
	padding: 12px 30px;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	z-index: 1;
}

.nft-btn-style-3 a::before,
.nft-btn-style-3 button::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #F4462E;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-btn-style-3 a:hover,
.nft-btn-style-3 button:hover {
	color: #fff;
	border-color: #F4462E;
}

.nft-btn-style-3 a:hover::before,
.nft-btn-style-3 button:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}


/********* Theme Title Style *********/

.nft-title-style-1 .title-heading {
	display: inline-block;
}

.nft-title-style-1 .title-desc {
	display: inline-block;
	margin-left: 60px;
	max-width: 350px;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.nft-title-style-1 h3 {
	color: #fff;
	position: relative;
}

.nft-title-style-1 h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -36px;
	width: 200px;
	height: 30px;
	background-image: url(../images/home1/graphic-shape.png);
	background-repeat: no-repeat;
	background-size: 180px;
}

.nft-title-style-1 h3::after {
	content: "";
	position: absolute;
	left: calc(100% + 30px);
	top: 0px;
	width: 4px;
	height: 50px;
	background-color: #F4462E;
}

.nft-title-style-1 p {
	display: inline-block;
	color: #fff;
}

@media (max-width: 767.98px) {
	.nft-title-style-1 .title-heading h3::after {
		display: none;
	}
	.nft-title-style-1 .title-desc {
		display: block;
		margin-left: 0;
		margin-top: 30px;
	}
}


/**** Modal Style ************/

.modal .modal-content {
	background-color: #1F1F2C;
	border-radius: 4px;
}

.modal .modal-header {
	border: 0;
	position: relative;
}

.modal .modal-header button {
	color: #fff;
	position: absolute;
	right: 15px;
	top: 10px;
}

.modal .modal-body {
	text-align: center;
	padding-bottom: 30px;
}

.modal .modal-body h4 {
	color: #fff;
}

.modal .modal-body .social-share {
	margin-top: 20px;
}

.modal .modal-body .social-share a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.modal .modal-body .social-share a+a {
	margin-left: 8px;
}

.modal .modal-body .social-share a span {
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.modal .modal-body .social-share a span.icon-wrapper {
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 60px;
	font-size: 26px;
	color: #fff;
	margin-bottom: 6px;
}

@media (max-width: 500px) {
	.modal .modal-body .social-share a span.icon-wrapper {
		width: 45px;
		height: 45px;
		font-size: 20px;
		line-height: 45px;
	}
}

.modal .modal-body .social-share a:hover span.icon-wrapper {
	border-color: #F4462E;
	background-color: #F4462E;
	color: #fff;
}

.modal .modal-body .social-share a:hover span {
	color: #F4462E;
}

.modal#report-modal .modal-body {
	text-align: left;
}

.modal#report-modal .modal-body p {
	margin-top: 15px;
	color: #fff;
}

.modal#report-modal .modal-body .report-form {
	margin-top: 20px;
}

.modal#report-modal .modal-body .report-form label {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 600;
}

.modal#report-modal .modal-body .report-form textarea {
	width: 100%;
	display: block;
	padding: 15px;
	margin-top: 6px;
	background-color: #242435;
	color: #fff;
	border: 0;
}

.modal#report-modal .modal-body .report-form input[type="submit"] {
	padding: 10px 25px;
	background-color: #F4462E;
	border: 1px solid #F4462E;
	color: #fff;
	border-radius: 4px;
	text-transform: capitalize;
	font-weight: 600;
	margin-top: 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.modal#report-modal .modal-body .report-form input[type="submit"]:hover {
	background-color: transparent;
	color: #F4462E;
}


/******************* Animations ***************/

@-webkit-keyframes nft-fadeInUp {
	0% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes nft-fadeInUp {
	0% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
	}
	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes nft-ups-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	45% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes nft-ups-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	45% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes nft-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes nft-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes nft-zoomInZoomOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes nft-zoomInZoomOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* Theme Default */

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-105 {
	padding-top: 105px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

@media (max-width: 575.98px) {
	.pt-120 {
		padding-top: 80px;
	}
}

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
	.pb-90 {
		padding-bottom: 50px;
	}
}

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

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

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

@media (max-width: 575.98px) {
	.pb-110 {
		padding-bottom: 80px;
	}
}

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

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

@media (max-width: 575.98px) {
	.pb-120 {
		padding-bottom: 80px;
	}
}

.padding-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padding-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.padding-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padding-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding-105 {
	padding-top: 105px;
	padding-bottom: 105px;
}

.padding-115 {
	padding-top: 115px;
	padding-bottom: 115px;
}

.padding-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

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

.margin-top-40 {
	margin-top: 40px;
}

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

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-100 {
	margin-top: 100px;
}

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

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

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

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

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-right-30 {
	margin-right: 30px;
}

.margin-right-40 {
	margin-right: 40px;
}

.margin-right-50 {
	margin-right: 50px;
}

.margin-right-60 {
	margin-right: 60px;
}

.margin-right-70 {
	margin-right: 70px;
}

.margin-right-80 {
	margin-right: 80px;
}

.margin-right-90 {
	margin-right: 90px;
}

.margin-right-100 {
	margin-right: 100px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-left-40 {
	margin-left: 40px;
}

.margin-left-50 {
	margin-left: 50px;
}

.margin-left-60 {
	margin-left: 60px;
}

.margin-left-70 {
	margin-left: 70px;
}

.margin-left-80 {
	margin-left: 80px;
}

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

.margin-left-100 {
	margin-left: 100px;
}

.margin-10 {
	margin: 10px 0;
}

.margin-20 {
	margin: 10px 0;
}

.margin-30 {
	margin: 10px 0;
}

.margin-40 {
	margin: 10px 0;
}

.margin-50 {
	margin: 10px 0;
}

.margin-60 {
	margin: 10px 0;
}

.margin-70 {
	margin: 10px 0;
}

.margin-80 {
	margin: 10px 0;
}

.margin-90 {
	margin: 10px 0;
}

.margin-100 {
	margin: 10px 0;
}

@media (max-width: 500px) {
	.pb-m-110 {
		padding-bottom: 110px;
	}
}

@media (max-width: 500px) {
	.pb-m-160 {
		padding-bottom: 160px;
	}
}

.preload-wrapper {
	background-color: #1F1F2C;
	-webkit-perspective: 600px;
	perspective: 600px;
	z-index: 200;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
}

.preload-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.preload-shape {
	width: 100px;
	height: 100px;
	border: 1px solid #444;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
}

.flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.preload-shape span:first-child {
	-webkit-animation: shape-load-style-1 2s infinite ease-in-out alternate;
	animation: shape-load-style-1 2s infinite ease-in-out alternate;
}

.preload-shape span {
	width: 50%;
	height: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: -webkit-gradient(linear, left top, right top, from(#8d0eff), to(#e20049));
	background: -webkit-linear-gradient(left, #8d0eff, #e20049);
	background: -o-linear-gradient(left, #8d0eff, #e20049);
	background: linear-gradient(to right, #8d0eff, #e20049);
}

.preload-shape span:nth-child(2) {
	-webkit-animation: shape-load-style-4 2s 1.6s infinite ease-in-out alternate;
	animation: shape-load-style-4 2s 1.6s infinite ease-in-out alternate;
}

.preload-shape span:nth-child(3) {
	-webkit-animation: shape-load-style-2 2s .6s infinite ease-in-out alternate;
	animation: shape-load-style-2 2s .6s infinite ease-in-out alternate;
}

.preload-shape span:last-child {
	-webkit-animation: shape-load-style-3 2s 1.1s infinite ease-in-out alternate;
	animation: shape-load-style-3 2s 1.1s infinite ease-in-out alternate;
}

@-webkit-keyframes shape-load-style-1 {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	100% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

@keyframes shape-load-style-1 {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	100% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

@-webkit-keyframes shape-load-style-2 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	100% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@keyframes shape-load-style-2 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	100% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-transform-origin: right;
		transform-origin: right;
	}
}

@-webkit-keyframes shape-load-style-3 {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	100% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

@keyframes shape-load-style-3 {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	100% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

@-webkit-keyframes shape-load-style-4 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	100% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}

@keyframes shape-load-style-4 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	100% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}


/* Header Section */

.nft-header-area {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-header-area .nft-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nft-header-area .nft-navigation nav {
	text-align: right;
	margin-left: 60px;
}

.nft-header-area .nft-navigation nav ul li {
	display: inline-block;
	position: relative;
}

.nft-header-area .nft-navigation nav ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 30px 20px;
	display: block;
	text-transform: capitalize;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-header-area .nft-navigation nav ul li.has-submenu>a::after {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0px;
}

.nft-header-area .nft-navigation nav ul li:hover a {
	color: #F4462E;
}

.nft-header-area .nft-navigation nav ul li.has-submenu ul {
	position: absolute;
	top: 90px;
	left: 0;
	min-width: 220px;
	background-color: #fff;
	z-index: 10;
	border-radius: 4px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.05);
}

.nft-header-area .nft-navigation nav ul li.has-submenu ul li {
	display: block;
}

.nft-header-area .nft-navigation nav ul li.has-submenu ul li+li a {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nft-header-area .nft-navigation nav ul li.has-submenu ul li a {
	display: block;
	color: #1F1F2C;
	padding: 10px 15px;
}

.nft-header-area .nft-navigation nav ul li.has-submenu ul li:hover>a {
	color: #F4462E;
}

.nft-header-area .nft-navigation nav ul li.has-submenu ul li.has-submenu>a::after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	right: 15px;
}

.nft-header-area .nft-navigation nav ul li.has-submenu ul li.has-submenu ul {
	left: 100%;
	top: 0;
}

.nft-header-area .nft-navigation nav ul li.has-submenu:hover>ul {
	top: 85px;
	opacity: 1;
	visibility: visible;
}

.nft-header-area .nft-navigation .nft-header-search {
	margin-left: 70px;
	text-align: right;
	padding-right: 10px;
}

.nft-header-area .nft-navigation .nft-header-search button svg {
	fill: #fff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-header-area .nft-navigation .nft-header-search button:hover svg {
	fill: #F4462E;
}

.nft-header-area .nft-navigation .nft-header-search .dropdown-menu {
	top: 10px !important;
	left: -250px !important;
}

.nft-header-area .nft-navigation .nft-header-search .search-form {
	background-color: #1F1F2C;
	padding: 15px 20px;
	-webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
}

.nft-header-area .nft-navigation .nft-header-search .search-form form {
	width: 100%;
}

.nft-header-area .nft-navigation .nft-header-search .search-form form input[type='text'] {
	padding: 6px 12px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px 0 0 4px;
	color: #7B7B7B;
}

.nft-header-area .nft-navigation .nft-header-search .search-form form input[type='text']::-webkit-input-placeholder {
	color: #7B7B7B;
}

.nft-header-area .nft-navigation .nft-header-search .search-form form input[type='text']:-ms-input-placeholder {
	color: #7B7B7B;
}

.nft-header-area .nft-navigation .nft-header-search .search-form form input[type='text']::-ms-input-placeholder {
	color: #7B7B7B;
}

.nft-header-area .nft-navigation .nft-header-search .search-form form input[type='text']::placeholder {
	color: #7B7B7B;
}

.nft-header-area .nft-navigation .nft-header-search .search-form form input[type='submit'] {
	padding: 6px 12px;
	border: 1px solid #F4462E;
	border-radius: 0 4px 4px 0;
	text-transform: capitalize;
	background-color: #F4462E;
	color: #fff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-header-area .nft-navigation .nft-header-search .search-form form input[type='submit']:hover {
	background-color: #FFBB00;
	border-color: #FFBB00;
}

.nft-header-area .nft-header-btn {
	text-align: right;
	position: relative;
}

.nft-header-area .nft-header-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background-color: #6581AB;
}

@media (max-width: 1024.98px) {
	.nft-header-area .nft-header-btn::before {
		display: none;
	}
}

.nft-header-area .nft-header-btn a {
	display: inline-block;
	padding: 20px 30px;
	color: #fff;
	background-color: #FFBB00;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	z-index: 1;
}

.nft-header-area .nft-header-btn a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 0;
	background-color: #F4462E;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-header-area .nft-header-btn a:hover::before {
	height: 100%;
	bottom: 0;
	top: auto;
}

.nft-header-area .mobile-header {
	display: none;
}

.nft-header-area .mobile-header .nft-header-btn .search-form {
	background-color: #1F1F2C;
	padding: 15px 20px;
	-webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
}

.nft-header-area .mobile-header .nft-header-btn .search-form form {
	width: 100%;
}

.nft-header-area .mobile-header .nft-header-btn .search-form form input[type='text'] {
	padding: 6px 12px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px 0 0 4px;
	color: #7B7B7B;
}

.nft-header-area .mobile-header .nft-header-btn .search-form form input[type='text']::-webkit-input-placeholder {
	color: #7B7B7B;
}

.nft-header-area .mobile-header .nft-header-btn .search-form form input[type='text']:-ms-input-placeholder {
	color: #7B7B7B;
}

.nft-header-area .mobile-header .nft-header-btn .search-form form input[type='text']::-ms-input-placeholder {
	color: #7B7B7B;
}

.nft-header-area .mobile-header .nft-header-btn .search-form form input[type='text']::placeholder {
	color: #7B7B7B;
}

.nft-header-area .mobile-header .nft-header-btn .search-form form input[type='submit'] {
	padding: 6px 12px;
	border: 1px solid #F4462E;
	border-radius: 0 4px 4px 0;
	text-transform: capitalize;
	background-color: #F4462E;
	color: #fff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-header-area .mobile-header .nft-header-btn .search-form form input[type='submit']:hover {
	background-color: #FFBB00;
	border-color: #FFBB00;
}

.nft-header-area .mobile-header .nft-header-btn .mobile-menu-open {
	vertical-align: middle;
	margin-left: 25px;
	background-color: #F4462E;
	padding: 13px;
	border-radius: 4px;
}

.nft-header-area .mobile-header .nft-header-btn .mobile-menu-open span {
	width: 35px;
	height: 2px;
	background-color: #fff;
	display: block;
	-webkit-transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
	-o-transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
	transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
}

.nft-header-area .mobile-header .nft-header-btn .mobile-menu-open span+span {
	margin-top: 10px;
}

.nft-header-area .mobile-header .nft-header-btn .mobile-menu-open.active span:first-child {
	-webkit-transform: rotate(45deg) translate(6px, 7px);
	-ms-transform: rotate(45deg) translate(6px, 7px);
	transform: rotate(45deg) translate(6px, 7px);
}

.nft-header-area .mobile-header .nft-header-btn .mobile-menu-open.active span:nth-child(2) {
	opacity: 0;
}

.nft-header-area .mobile-header .nft-header-btn .mobile-menu-open.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(10px, -10px);
	-ms-transform: rotate(-45deg) translate(10px, -10px);
	transform: rotate(-45deg) translate(10px, -10px);
}

@media (max-width: 1200px) {
	.nft-header-area .nft-navigation {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.nft-header-area .nft-navigation nav {
		margin-left: 0;
	}
	.nft-header-area .nft-navigation .nft-header-search {
		padding-right: 0;
	}
}

@media (max-width: 1170px) {
	.nft-header-area .nft-logo a {
		max-width: 220px;
		display: inline-block;
	}
	.nft-header-area .nft-navigation .nft-header-search {
		margin-left: 40px;
	}
	.nft-header-area .nft-header-btn a {
		padding: 15px 25px;
		font-size: 15px;
	}
}

@media (max-width: 1024.98px) {
	.nft-header-area .desktop-header {
		display: none;
	}
	.nft-header-area .mobile-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nft-header-area .mobile-header .nft-header-btn a {
		margin-left: 15px;
	}
}

@media (max-width: 991.98px) {
	.nft-header-area .container {
		max-width: 800px;
	}
}

@media (max-width: 767.98px) {
	.nft-header-area .mobile-header .nft-header-btn a {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.nft-header-area .container {
		max-width: 500px;
	}
}

.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #1F1F2C;
	z-index: 100;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	-webkit-animation: 0.3s fadeInDown;
	animation: 0.3s fadeInDown;
}

@media (max-width: 1024.98px) {
	.sticky-header {
		position: relative;
		background-color: transparent;
	}
}


/********************* Mobile Menu ********************/

.nft-mobile-menu {
	position: fixed;
	width: 260px;
	height: 100vh;
	overflow-y: scroll;
	top: 0;
	left: -280px;
	background-color: #fff;
	padding: 30px 0;
	z-index: 110;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-box-shadow: 20px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 20px 10px 30px rgba(0, 0, 0, 0.1);
}

.nft-mobile-menu .mobile-menu-logo {
	width: 200px;
	display: block;
	margin-left: 13px;
}

.nft-mobile-menu ul {
	margin-top: 40px;
}

.nft-mobile-menu ul li {
	display: block;
}

.nft-mobile-menu ul li a {
	display: block;
	padding: 8px 8px 8px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: 500;
	color: #1F1F2C;
	text-transform: capitalize;
}

.nft-mobile-menu ul li.has-submenu {
	position: relative;
}

.nft-mobile-menu ul li.has-submenu>a {
	position: relative;
}

.nft-mobile-menu ul li.has-submenu>a::after {
	content: '+';
	position: absolute;
	top: 6px;
	right: 10px;
	background-color: #eaeaea;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 2px;
	cursor: pointer;
}

.nft-mobile-menu ul li.has-submenu ul {
	margin-top: 0;
	display: none;
}

.nft-mobile-menu ul li.has-submenu ul li a {
	padding-left: 25px;
}

.nft-mobile-menu ul li.has-submenu ul li.has-submenu ul li a {
	padding-left: 35px;
}

.nft-mobile-menu .search-form {
	margin-top: 30px;
	padding: 0 15px;
}

.nft-mobile-menu .search-form form {
	width: 100%;
	position: relative;
}

.nft-mobile-menu .search-form form input {
	width: 100%;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #DEDEDE;
}

.nft-mobile-menu .search-form form button {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #F4462E;
	color: #fff;
	padding: 6px 12px;
	border-radius: 0 4px 4px 0;
}

.mobile-menu-active {
	left: 0;
}


/* Footer Section */

.nft-footer-area {
	background-size: cover;
	background-repeat: no-repeat;
}

.nft-footer-area .footer-logo {
	text-align: center;
}

.nft-footer-area .footer-logo a img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.nft-footer-area .nft-footer-top {
	padding: 100px 0;
}

.nft-footer-area .nft-footer-widget.ml-50 {
	margin-left: 50px;
}

.nft-footer-area .nft-footer-widget.pr-60 {
	padding-right: 60px;
}

.nft-footer-area .nft-footer-widget .nft-footer-title h4 {
	color: #fff;
}

.nft-footer-area .nft-footer-widget .nft-footer-nav {
	margin-top: 30px;
}

.nft-footer-area .nft-footer-widget .nft-footer-nav ul li+li {
	margin-top: 8px;
}

.nft-footer-area .nft-footer-widget .nft-footer-nav ul li a {
	color: #fff;
	text-transform: capitalize;
	position: relative;
	margin-left: -15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-footer-area .nft-footer-widget .nft-footer-nav ul li a::before {
	content: '//';
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-right: 5px;
}

.nft-footer-area .nft-footer-widget .nft-footer-nav ul li a:hover {
	margin-left: 0;
	color: #F4462E;
}

.nft-footer-area .nft-footer-widget .nft-footer-nav ul li a:hover::before {
	opacity: 1;
	color: #F4462E;
}

.nft-footer-area .nft-footer-widget .nft-footer-address {
	margin-top: 30px;
}

.nft-footer-area .nft-footer-widget .nft-footer-address p {
	color: #fff;
}

.nft-footer-area .nft-footer-widget .nft-sub-txt {
	margin-top: 20px;
}

.nft-footer-area .nft-footer-widget .nft-sub-txt p {
	color: #fff;
}

.nft-footer-area .nft-footer-widget .nft-footer-sb-form {
	margin-top: 20px;
}

.nft-footer-area .nft-footer-widget .nft-footer-sb-form form {
	width: 100%;
	position: relative;
}

.nft-footer-area .nft-footer-widget .nft-footer-sb-form form input[type="email"] {
	width: 100%;
	padding: 21px 20px;
	color: #B4B4B4;
	font-size: 14px;
	background-color: #373744;
	border-radius: 4px;
	border: 0;
}

.nft-footer-area .nft-footer-widget .nft-footer-sb-form form button {
	background-color: #F4462E;
	border-radius: 4px;
	color: #fff;
	padding: 8px 15px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-footer-area .nft-footer-widget .nft-footer-sb-form form button:hover {
	background-color: #FFBB00;
}

.nft-footer-area .nft-footer-info {
	border: 1px solid #58586A;
	border-right: 0;
	border-left: 0;
	padding: 25px 0;
}

.nft-footer-area .nft-footer-info .currency-info a {
	color: #fff;
}

.nft-footer-area .nft-footer-info .currency-info a i {
	margin-right: 6px;
}

.nft-footer-area .nft-footer-info .nft-footer-social-info {
	text-align: center;
}

.nft-footer-area .nft-footer-info .nft-footer-social-info a {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: 1px solid #7B7B7B;
	color: #7B7B7B;
	border-radius: 50%;
	line-height: 30px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-footer-area .nft-footer-info .nft-footer-social-info a:hover {
	background-color: #F4462E;
	color: #fff;
	border: 1px solid #F4462E;
}

.nft-footer-area .nft-footer-info .nft-footer-social-info a+a {
	margin-left: 8px;
}

.nft-footer-area .nft-footer-info .nft-footer-info-links {
	text-align: right;
}

.nft-footer-area .nft-footer-info .nft-footer-info-links a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-footer-area .nft-footer-info .nft-footer-info-links a:hover {
	color: #F4462E;
}

.nft-footer-area .nft-footer-info .nft-footer-info-links a+a {
	margin-left: 15px;
}

.nft-footer-area .nft-footer-copyright {
	padding: 30px;
	text-align: center;
}

.nft-footer-area .nft-footer-copyright p {
	color: #fff;
	font-weight: 500;
}

.nft-footer-area .nft-footer-copyright p a {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-footer-area .nft-footer-copyright p a:hover {
	color: #F4462E;
}

@media (max-width: 991.98px) {
	.nft-footer-area .container {
		max-width: 800px;
	}
	.nft-footer-area .nft-footer-top {
		padding-bottom: 40px;
	}
	.nft-footer-area .nft-footer-widget {
		margin-bottom: 60px;
	}
	.nft-footer-area .nft-footer-widget.ml-50 {
		margin-left: 0;
	}
}

@media (max-width: 767.98px) {
	.nft-footer-area .nft-footer-info .nft-footer-social-info {
		text-align: right;
	}
	.nft-footer-area .nft-footer-info .nft-footer-social-info a {
		text-align: center;
	}
	.nft-footer-area .nft-footer-info .nft-footer-info-links {
		text-align: left;
	}
}

@media (max-width: 575.98px) {
	.nft-footer-area .container {
		max-width: 500px;
	}
	.nft-footer-area .nft-footer-info .currency-info {
		text-align: left;
	}
	.nft-footer-area .nft-footer-info .nft-footer-social-info {
		text-align: left;
		margin-top: 15px;
	}
	.nft-footer-area .nft-footer-info .nft-footer-info-links {
		text-align: left;
		margin-top: 10px;
	}
	.nft-footer-area .nft-footer-copyright {
		text-align: left;
		padding: 30px 15px;
		max-width: 500px;
		margin: 0 auto;
	}
}


/* Breadcrumb Section */

.nft-breadcrumb {
	padding: 205px 0 55px 0;
	margin-top: -150px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}

.nft-breadcrumb .container {
	position: relative;
}

.nft-breadcrumb .breadcrumb-shape {
	position: absolute;
}

.nft-breadcrumb .breadcrumb-shape.shape-1 {
	left: 80px;
	bottom: 0px;
	-webkit-animation: 20s nft-rotate linear infinite;
	animation: 20s nft-rotate linear infinite;
}

.nft-breadcrumb .breadcrumb-shape.shape-2 {
	left: 140px;
	bottom: 25px;
	-webkit-animation: 10s nft-ups-down linear infinite;
	animation: 10s nft-ups-down linear infinite;
}

.nft-breadcrumb .breadcrumb-shape.shape-3 {
	right: 130px;
	width: 100px;
	-webkit-animation: 10s nft-zoomInZoomOut linear infinite;
	animation: 10s nft-zoomInZoomOut linear infinite;
}

.nft-breadcrumb .breadcrumb-shape.shape-4 {
	right: -200px;
	top: -100px;
	-webkit-animation: 20s nft-rotate linear infinite;
	animation: 20s nft-rotate linear infinite;
}

@media (max-width: 575.98px) {
	.nft-breadcrumb .breadcrumb-shape.shape-2,
	.nft-breadcrumb .breadcrumb-shape.shape-3,
	.nft-breadcrumb .breadcrumb-shape.shape-4 {
		display: none;
	}
}

.nft-breadcrumb .breadcrumb-title h2 {
	color: #fff;
	font-weight: 600;
	font-size: 44px;
}

.nft-breadcrumb .breadcrumb-meta {
	margin-top: 12px;
}

.nft-breadcrumb .breadcrumb-meta p {
	color: #fff;
	text-transform: capitalize;
}

.nft-breadcrumb .breadcrumb-meta p a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-breadcrumb .breadcrumb-meta p a:hover {
	color: #F4462E;
}


/******* Hero Section **************/

.nft-hero-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 230px 0 100px 0;
	margin-top: -130px;
	overflow: hidden;
}

.nft-hero-section .nft-hero-left .nft-hero-title {
	-webkit-animation: 1.5s nft-fadeInUp;
	animation: 1.5s nft-fadeInUp;
}

.nft-hero-section .nft-hero-left .nft-hero-title h1 {
	color: #fff;
	line-height: 90px;
}

.nft-hero-section .nft-hero-left .nft-hero-title h1 mark {
	position: relative;
	background-color: transparent;
	color: #fff;
}

.nft-hero-section .nft-hero-left .nft-hero-title h1 mark::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 300px;
	height: 35px;
	background-image: url(../images/home1/graphic-shape.png);
	background-repeat: no-repeat;
}

.nft-hero-section .nft-hero-left .nft-hero-desc {
	margin-top: 20px;
	-webkit-animation: 2s nft-fadeInUp;
	animation: 2s nft-fadeInUp;
}

.nft-hero-section .nft-hero-left .nft-hero-desc p {
	color: #fff;
	font-size: 18px;
}

.nft-hero-section .nft-hero-left .nft-hero-btns {
	margin-top: 40px;
}

.nft-hero-section .nft-hero-left .nft-hero-btns a {
	-webkit-animation: 2.5s nft-fadeInUp;
	animation: 2.5s nft-fadeInUp;
}

.nft-hero-section .nft-hero-left .nft-hero-btns a.nft-btn-style-2 {
	margin-left: 30px;
	-webkit-animation: 3.2s nft-fadeInUp;
	animation: 3.2s nft-fadeInUp;
}

.nft-hero-section .nft-hero-right img {
	width: auto;
	-webkit-animation: 8s nft-ups-down linear infinite;
	animation: 8s nft-ups-down linear infinite;
}

@media (max-width: 991.98px) {
	.nft-hero-section .container {
		max-width: 800px;
	}
	.nft-hero-section .nft-hero-left {
		margin-top: 60px;
	}
	.nft-hero-section .nft-hero-left .nft-hero-desc {
		max-width: 500px;
		margin-top: 30px;
	}
	.nft-hero-section .nft-hero-right img {
		width: auto;
		max-width: 100%;
		display: inline-block;
	}
}

@media (max-width: 767.98px) {
	.nft-hero-section .nft-hero-left .nft-hero-title h1 {
		font-size: 56px;
		line-height: 1.1em;
	}
}

@media (max-width: 575.98px) {
	.nft-hero-section .container {
		max-width: 500px;
	}
	.nft-hero-section .nft-hero-left .nft-hero-title h1 {
		font-size: 46px;
		line-height: 1.1em;
	}
}


/********* Feature Section ***********/

.nft-feature-section {
	background-color: #fff;
}

.nft-feature-section .nft-feature-box {
	background-color: #F8F8F8;
	border-radius: 6px;
	padding: 40px 0 10px 0;
}

.nft-feature-section .nft-feature-box .nft-feature-column {
	position: relative;
}

.nft-feature-section .nft-feature-box .nft-feature-column:nth-child(2)::before {
	content: '';
	position: absolute;
	left: -50px;
	top: 30px;
	width: 90px;
	height: 40px;
	background-image: url(../images/home1/arrow-1.png);
	background-repeat: no-repeat;
}

.nft-feature-section .nft-feature-box .nft-feature-column:nth-child(3)::before {
	content: '';
	position: absolute;
	left: -50px;
	top: 30px;
	width: 90px;
	height: 40px;
	background-image: url(../images/home1/arrow-2.png);
	background-repeat: no-repeat;
}

.nft-feature-section .nft-feature-box .nft-feature-item {
	text-align: center;
	padding: 0 50px;
	margin-bottom: 30px;
}

.nft-feature-section .nft-feature-box .nft-feature-item .icon-wrapper span {
	width: 55px;
	height: 55px;
	background-color: #FFBB00;
	display: inline-block;
	border-radius: 4px;
	line-height: 55px;
}

.nft-feature-section .nft-feature-box .nft-feature-item .icon-wrapper.color-2 span {
	background-color: #F4462E;
}

.nft-feature-section .nft-feature-box .nft-feature-item .icon-wrapper.color-3 span {
	background-color: #307F6B;
}

.nft-feature-section .nft-feature-box .nft-feature-item .item-title {
	margin-top: 15px;
}

.nft-feature-section .nft-feature-box .nft-feature-item .item-title h5 {
	font-weight: 600;
}

.nft-feature-section .nft-feature-box .nft-feature-item .item-desc {
	margin-top: 15px;
}

@media (max-width: 991.98px) {
	.nft-feature-section .container {
		max-width: 800px;
	}
}

@media (max-width: 575.98px) {
	.nft-feature-section .container {
		max-width: 500px;
	}
	.nft-feature-section .nft-feature-box .nft-feature-column::before {
		display: none;
	}
}


/********** Live Auction **************/

.nft-live-auction {
	overflow: hidden;
}

.nft-live-auction .nft-title-style-1 {
	padding-right: 50px;
}

.nft-live-auction .nft-title-style-1 h3 {
	color: #1F1F2C;
}

.nft-live-auction .nft-title-style-1 p {
	color: #7B7B7B;
}

.nft-live-auction .nft-auction-slider .nft-auction-item {
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .img-wrapper {
	overflow: hidden;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .img-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content {
	border: 1px solid #CECECE;
	border-top: 0;
	padding: 25px 20px 20px 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 0 0 6px 6px;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-title h4 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-title h4:hover {
	color: #F4462E;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-title .auction-category {
	color: #1F1F2C;
	font-weight: 600;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .user-artist {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .user-artist .auction-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .user-artist .auction-user .user-thumb img {
	border-radius: 50%;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .user-artist .auction-user .user-tagline {
	margin-left: 10px;
	font-weight: 500;
	color: #1F1F2C;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .user-artist .auction-clock ul {
	background-color: #F4462E;
	display: inline-block;
	border-radius: 4px;
	padding: 8px 12px;
	color: #fff;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .user-artist .auction-clock ul li {
	display: inline-block;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .user-artist .auction-clock ul li.timer-clock {
	position: relative;
	margin-right: 8px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .user-artist .auction-clock ul li.timer-clock::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #fff;
	right: -8px;
	top: calc(50% + 2px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-meta .bid-amount span {
	display: block;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-meta .bid-amount span.currency-amount {
	font-weight: 600;
	color: #1F1F2C;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-meta .auction-like {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-meta .auction-like a {
	display: inline-block;
	cursor: pointer;
	color: #7B7B7B;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-meta .auction-like a i {
	margin-right: 4px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #7B7B7B;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-meta .auction-like a:hover i {
	color: #F4462E;
	-webkit-text-stroke-color: #F4462E;
}

.nft-live-auction .nft-auction-slider .nft-auction-item .auction-content .auction-meta .auction-like a:focus i {
	color: #F4462E;
	-webkit-text-stroke-color: #F4462E;
}

.nft-live-auction .nft-auction-slider .nft-auction-item:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.nft-live-auction .nft-auction-slider .nft-auction-item:hover .img-wrapper img {
	-webkit-transform: scale(1.05) rotate(1deg);
	-ms-transform: scale(1.05) rotate(1deg);
	transform: scale(1.05) rotate(1deg);
}

.nft-live-auction .nft-auction-slider .nft-auction-item:hover .auction-content {
	border-color: transparent;
}

.nft-live-auction .nft-auction-slider .slick-list {
	margin: 0 -15px;
	padding: 100px 380px 60px 380px !important;
}

.nft-live-auction .nft-auction-slider .slick-list .slick-slide {
	margin: 0 15px;
	opacity: 0.2;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.nft-live-auction .nft-auction-slider .slick-list .slick-slide.slick-active {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-live-auction .nft-auction-slider .slick-arrow {
	position: absolute;
	top: -50px;
	right: 19%;
	width: 50px;
	height: 50px;
	background-color: transparent;
	color: #7B7B7B;
	border: 1px solid #7B7B7B;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-live-auction .nft-auction-slider .slick-arrow:hover {
	background-color: #F4462E;
	border: 1px solid #F4462E;
	color: #fff;
}

.nft-live-auction .nft-auction-slider .slick-arrow.prev-btn {
	right: calc(19% + 66px);
}

@media (max-width: 1800px) {
	.nft-live-auction .nft-auction-slider .slick-list {
		padding: 100px 250px 60px 250px !important;
	}
}

@media (max-width: 1550px) {
	.nft-live-auction .nft-auction-slider .slick-list {
		padding: 100px 180px 60px 180px !important;
	}
}

@media (max-width: 1350px) {
	.nft-live-auction .nft-auction-slider .slick-list {
		padding: 100px 80px 60px 80px !important;
	}
}

@media (max-width: 1200px) {
	.nft-live-auction .nft-auction-slider .slick-list {
		padding: 100px 50px 60px 50px !important;
	}
	.nft-live-auction .nft-auction-slider .slick-list .slick-slide {
		opacity: 1;
	}
	.nft-live-auction .nft-auction-slider .slick-arrow {
		right: 15px;
	}
	.nft-live-auction .nft-auction-slider .slick-arrow.prev-btn {
		right: 90px;
	}
}

@media (max-width: 991.98px) {
	.nft-live-auction .container {
		max-width: 800px;
	}
}

@media (max-width: 767.98px) {
	.nft-live-auction .nft-auction-slider .slick-list {
		padding: 70px 150px 60px 150px !important;
	}
	.nft-live-auction .nft-auction-slider .slick-arrow {
		top: -100px;
	}
}

@media (max-width: 650px) {
	.nft-live-auction .nft-auction-slider .slick-list {
		padding: 100px 90px 60px 90px !important;
	}
}

@media (max-width: 500px) {
	.nft-live-auction .nft-auction-slider .slick-list {
		padding: 70px 30px 60px 30px !important;
	}
	.nft-live-auction .nft-auction-slider .slick-arrow {
		right: auto;
		left: 105px;
		top: auto;
		bottom: -30px;
	}
	.nft-live-auction .nft-auction-slider .slick-arrow.prev-btn {
		left: 30px;
	}
}


/********** Top Seller *******/

.nft-top-sellers {
	background-size: cover;
	background-repeat: no-repeat;
}

.nft-top-sellers .nft-tps-top .nft-tps-sort-btn {
	text-align: right;
}

.nft-top-sellers .nft-tps-top .nft-tps-sort-btn .nice-select {
	background-color: #292934;
	border: 0;
	color: #80808A;
	height: auto;
	padding: 6px 45px;
}

.nft-top-sellers .nft-tps-top .nft-tps-sort-btn .nice-select .current {
	font-size: 16px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
}

.nft-top-sellers .nft-tps-top .nft-tps-sort-btn .nice-select ul {
	background-color: #292934;
}

.nft-top-sellers .nft-tps-top .nft-tps-sort-btn .nice-select ul li {
	background-color: #292934;
}

.nft-top-sellers .nft-tps-list {
	margin-top: 70px;
}

.nft-top-sellers .nft-tps-list .nft-tps-single {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	padding-bottom: 25px;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .follow-btn {
	position: absolute;
	right: 10px;
	top: 25px;
	display: inline-block;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .follow-btn a {
	display: block;
	background-color: #FFBB00;
	border-radius: 30px;
	font-size: 12px;
	padding: 4px 12px;
	color: #1F1F2C;
	font-weight: 500;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .profile-pic {
	margin-top: -56px;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .profile-pic .thumb-wrapper {
	display: inline-block;
	position: relative;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .profile-pic .thumb-wrapper::after {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: 20px;
	right: 0;
	background-color: #327DF9;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .profile-pic img {
	width: auto;
	max-width: 100%;
	display: inline-block;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .seller-name {
	margin-top: 15px;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .seller-name h6 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .seller-name h6:hover {
	color: #F4462E;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .earning-amount {
	margin-top: 3px;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .earning-amount span {
	font-size: 14px;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .social-profiles {
	margin-top: 15px;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .social-profiles a {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: 1px solid #7B7B7B;
	display: inline-block;
	border-radius: 50%;
	line-height: 30px;
	color: #7B7B7B;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .social-profiles a+a {
	margin-left: 3px;
}

.nft-top-sellers .nft-tps-list .nft-tps-single .social-profiles a:hover {
	background-color: #F4462E;
	color: #fff;
	border: 1px solid #F4462E;
}

.nft-top-sellers .nft-tps-list .slick-list {
	margin: 0 -15px;
}

.nft-top-sellers .nft-tps-list .slick-slide {
	margin: 0 15px;
}

@media (max-width: 991.98px) {
	.nft-top-sellers .container {
		max-width: 800px;
	}
}

@media (max-width: 767.98px) {
	.nft-top-sellers .nft-tps-top .nft-tps-sort-btn {
		margin-top: 40px;
	}
	.nft-top-sellers .nft-tps-list {
		margin-top: 25px;
	}
}

@media (max-width: 575.98px) {
	.nft-top-sellers .container {
		max-width: 480px;
	}
}


/********* Popular Collection ***********/

.nft-pp-collection .nft-title-style-1 h3 {
	color: #1F1F2C;
}

.nft-pp-collection .nft-title-style-1 p {
	color: #7B7B7B;
}

.nft-pp-collection .pp-collection-slider .collection-box {
	width: 354px;
	padding: 15px;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-pp-collection .pp-collection-slider .collection-box .pc-bottom {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nft-pp-collection .pp-collection-slider .collection-box .pc-bottom .pc-title h6 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-pp-collection .pp-collection-slider .collection-box .pc-bottom .pc-count span {
	font-size: 14px;
	color: #7B7B7B;
	display: inline-block;
	position: relative;
}

.nft-pp-collection .pp-collection-slider .collection-box .pc-bottom .pc-count span::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 7px;
	width: 8px;
	height: 8px;
	background-color: #7B7B7B;
	border-radius: 50%;
}

.nft-pp-collection .pp-collection-slider .collection-box:hover {
	-webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.nft-pp-collection .pp-collection-slider .collection-box:hover .pc-bottom .pc-title h6 {
	color: #F4462E;
}

.nft-pp-collection .pp-collection-slider .slick-list {
	margin: 0 -15px;
	padding: 85px 0 60px 0;
}

.nft-pp-collection .pp-collection-slider .slick-list .slick-slide {
	margin: 0 15px;
}

.nft-pp-collection .pp-collection-slider .slick-arrow {
	position: absolute;
	top: -50px;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: transparent;
	color: #7B7B7B;
	border: 1px solid #7B7B7B;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-pp-collection .pp-collection-slider .slick-arrow:hover {
	background-color: #F4462E;
	border: 1px solid #F4462E;
	color: #fff;
}

.nft-pp-collection .pp-collection-slider .slick-arrow.prev-btn {
	right: 65px;
}

@media (max-width: 1200px) {
	.nft-pp-collection .container {
		max-width: 1000px;
	}
	.nft-pp-collection .pp-collection-slider .collection-box .collection-gallery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nft-pp-collection .pp-collection-slider .collection-box .collection-gallery .gallery-left {
		width: 80%;
	}
}

@media (max-width: 991.98px) {
	.nft-pp-collection .container {
		max-width: 800px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.nft-pp-collection .pp-collection-slider .slick-arrow {
		top: auto;
		bottom: -30px;
		left: 85px;
		right: auto;
	}
	.nft-pp-collection .pp-collection-slider .slick-arrow.prev-btn {
		left: 15px;
	}
}

@media (max-width: 767.98px) {
	.nft-pp-collection .container {
		max-width: 600px;
	}
	.nft-pp-collection .pp-collection-slider .slick-list {
		padding-top: 60px;
	}
	.nft-pp-collection .pp-collection-slider .slick-arrow {
		top: -90px;
	}
}

@media (max-width: 575.98px) {
	.nft-pp-collection .container {
		max-width: 500px;
	}
}

@media (max-width: 500px) {
	.nft-pp-collection .pp-collection-slider .slick-arrow {
		top: auto;
		bottom: -30px;
		left: 85px;
		right: auto;
	}
	.nft-pp-collection .pp-collection-slider .slick-arrow.prev-btn {
		left: 15px;
	}
}


/************ Artwork Filter **************/

.nft-artwork-section {
	overflow: hidden;
}

.nft-artwork-section .container {
	position: relative;
}

.nft-artwork-section .artwork-shape {
	position: absolute;
}

.nft-artwork-section .artwork-shape.shape-1 {
	top: 280px;
	left: -250px;
}

.nft-artwork-section .artwork-shape.shape-2 {
	bottom: 30px;
	right: -270px;
}

.nft-artwork-section .artwork-shape.shape-3 {
	bottom: -10px;
	left: -100px;
	-webkit-animation: 10s nft-rotate linear infinite;
	animation: 10s nft-rotate linear infinite;
}

.nft-artwork-section .artwork-shape.shape-4 {
	top: 40px;
	right: -200px;
	-webkit-animation: 6s nft-ups-down linear infinite;
	animation: 6s nft-ups-down linear infinite;
}

.nft-artwork-section .nft-artwork-filter {
	margin-top: 60px;
}

.nft-artwork-section .nft-artwork-filter .artwork-filter-nav .filter-button-group button {
	display: inline-block;
	padding: 10px 20px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	color: #7B7B7B;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-right: 6px;
}

.nft-artwork-section .nft-artwork-filter .artwork-filter-nav .filter-button-group button i {
	margin-left: 3px;
}

.nft-artwork-section .nft-artwork-filter .artwork-filter-nav .filter-button-group button.active {
	background-color: #F4462E;
	color: #fff;
}

.nft-artwork-section .nft-artwork-filter .artwork-filter-nav .filter-button-group button:hover {
	background-color: #F4462E;
	color: #fff;
}

.nft-artwork-section .nft-artwork-filter .nft-artwork-sort-btn {
	text-align: right;
}

.nft-artwork-section .nft-artwork-filter .nft-artwork-sort-btn .nice-select {
	background-color: #292934;
	border: 0;
	color: #80808A;
	height: auto;
	padding: 6px 45px 6px 30px;
	min-width: 190px;
	text-align: center;
}

.nft-artwork-section .nft-artwork-filter .nft-artwork-sort-btn .nice-select .current {
	font-size: 16px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
}

.nft-artwork-section .nft-artwork-filter .nft-artwork-sort-btn .nice-select ul {
	background-color: #292934;
}

.nft-artwork-section .nft-artwork-filter .nft-artwork-sort-btn .nice-select ul li {
	background-color: #292934;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns {
	margin-top: 60px;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item {
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background-color: #fff;
	margin-bottom: 30px;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .img-wrapper {
	overflow: hidden;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .img-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content {
	padding: 25px 20px 20px 20px;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-title h6 {
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-title h6:hover {
	color: #F4462E;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-title .auction-category {
	color: #1F1F2C;
	font-weight: 600;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .auction-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .auction-user .user-thumb img {
	border-radius: 50%;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .auction-user .user-tagline {
	margin-left: 10px;
	font-weight: 600;
	color: #1F1F2C;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .share-report {
	position: relative;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .share-report>a {
	color: #1F1F2C;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .share-report .dropdown-menu {
	border: 0;
	min-width: 90px;
	background-color: #1F1F2C;
	padding: 0;
	-webkit-transform: translate(-65px, 28px) !important;
	-ms-transform: translate(-65px, 28px) !important;
	transform: translate(-65px, 28px) !important;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .share-report ul {
	border-radius: 3px;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .share-report ul li {
	display: block;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .share-report ul li+li {
	border-top: 1px solid #f8f8f841;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .share-report ul li button {
	color: #fff;
	text-transform: capitalize;
	padding: 6px 10px;
	display: block;
	width: 100%;
	text-align: left;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .user-artist .share-report ul li button:hover {
	color: #FFBB00;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-meta .bid-amount span {
	display: block;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-meta .bid-amount span.currency-amount {
	font-weight: 600;
	color: #1F1F2C;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-meta .auction-like {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-meta .auction-like a {
	display: inline-block;
	cursor: pointer;
	color: #7B7B7B;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-meta .auction-like a i {
	margin-right: 4px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #7B7B7B;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-meta .auction-like a:hover i {
	color: #F4462E;
	-webkit-text-stroke-color: #F4462E;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item .auction-content .auction-meta .auction-like a:focus i {
	color: #F4462E;
	-webkit-text-stroke-color: #F4462E;
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item:hover .img-wrapper img {
	-webkit-transform: scale(1.05) rotate(1deg);
	-ms-transform: scale(1.05) rotate(1deg);
	transform: scale(1.05) rotate(1deg);
}

.nft-artwork-section .nft-artwork-filter .nft-filter-columns .nft-auction-item:hover .auction-content {
	border-color: transparent;
}

@media (max-width: 1200px) {
	.nft-artwork-section .container {
		max-width: 1000px;
	}
}

@media (max-width: 991.98px) {
	.nft-artwork-section .container {
		max-width: 800px;
	}
	.nft-artwork-section .nft-artwork-filter .artwork-filter-nav button {
		margin-bottom: 15px;
	}
	.nft-artwork-section .nft-artwork-filter .nft-artwork-sort-btn {
		margin-top: 45px;
	}
	.nft-artwork-section .nft-artwork-filter .nft-filter-columns {
		margin-top: 30px;
	}
}

@media (max-width: 575.98px) {
	.nft-artwork-section .container {
		max-width: 500px;
	}
}


/*********** Testimonial Area ************/

.nft-ts-area {
	overflow: hidden;
}

.nft-ts-area .nft-title-style-1 h3 {
	color: #1F1F2C;
	text-transform: none;
}

.nft-ts-area .nft-title-style-1 p {
	color: #7B7B7B;
}

.nft-ts-area .nft-ts-slide-wrapper {
	position: relative;
}

.nft-ts-area .nft-ts-slide-wrapper .ts-shape {
	position: absolute;
	left: -118px;
	top: 88px;
}

.nft-ts-area .nft-ts-slide-wrapper .ts-shape.ts-shape-2 {
	left: auto;
	right: -118px;
}

.nft-ts-area .nft-ts-slider .nft-ts-item {
	width: 570px;
	text-align: right;
}

.nft-ts-area .nft-ts-slider .nft-ts-item .ts-bottom {
	width: 90%;
	display: inline-block;
	text-align: left;
	padding: 30px 25px 10px 40px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
	margin-top: -140px;
	border-radius: 4px;
}

.nft-ts-area .nft-ts-slider .nft-ts-item .ts-bottom .clients-info {
	position: relative;
}

.nft-ts-area .nft-ts-slider .nft-ts-item .ts-bottom .clients-info .info-content {
	margin-top: 15px;
}

.nft-ts-area .nft-ts-slider .nft-ts-item .ts-bottom .clients-info .quote-icon {
	position: absolute;
	right: 25px;
	bottom: 20px;
}

.nft-ts-area .nft-ts-slider .slick-list {
	padding: 90px 0 60px 0;
	margin: 0 -15px;
}

.nft-ts-area .nft-ts-slider .slick-list .slick-slide {
	margin: 0 15px;
}

.nft-ts-area .nft-ts-slider .slick-arrow {
	position: absolute;
	top: -50px;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: transparent;
	color: #7B7B7B;
	border: 1px solid #7B7B7B;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-ts-area .nft-ts-slider .slick-arrow:hover {
	background-color: #F4462E;
	border: 1px solid #F4462E;
	color: #fff;
}

.nft-ts-area .nft-ts-slider .slick-arrow.prev-btn {
	right: 65px;
}

@media (max-width: 1200px) {
	.nft-ts-area .container {
		max-width: 1000px;
	}
	.nft-ts-area .nft-ts-slide-wrapper .ts-shape {
		max-width: 230px;
	}
}

@media (max-width: 991.98px) {
	.nft-ts-area .nft-ts-slider .slick-list {
		padding-top: 70px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.nft-ts-area.pb-60 {
		padding-bottom: 130px;
	}
	.nft-ts-area .nft-ts-slider .slick-arrow {
		top: auto;
		bottom: -30px;
		left: 85px;
		right: auto;
	}
	.nft-ts-area .nft-ts-slider .slick-arrow.prev-btn {
		left: 15px;
	}
}

@media (max-width: 767.98px) {
	.nft-ts-area .container {
		max-width: 600px;
	}
}

@media (max-width: 500px) {
	.nft-ts-area .nft-ts-slider .slick-arrow {
		top: auto;
		bottom: -30px;
		left: 85px;
		right: auto;
	}
	.nft-ts-area .nft-ts-slider .slick-arrow.prev-btn {
		left: 15px;
	}
	.nft-ts-area.pb-60 {
		padding-bottom: 130px;
	}
}


/********* Blog Area *******/

.nft-blog-area .nft-title-style-1 h3 {
	color: #1F1F2C;
}

.nft-blog-area .nft-title-style-1 p {
	color: #1F1F2C;
}

.nft-blog-area .nft-blogs {
	margin-top: 85px;
}

.nft-blog-area .nft-blogs .blogs-slide-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nft-blog-area .nft-blogs .blog-slide-part-left {
	width: 59%;
}

.nft-blog-area .nft-blogs .blog-slide-part-right {
	width: 50%;
	margin-left: 30px;
}

.nft-blog-area .nft-blogs .nft-blog-content .blog-title h4 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .nft-blogs .nft-blog-content .blog-title h4:hover {
	color: #F4462E;
}

.nft-blog-area .nft-blogs .nft-blog-content .blog-desc {
	margin-top: 20px;
}

.nft-blog-area .nft-blogs .nft-blog-content .blog-meta {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nft-blog-area .nft-blogs .nft-blog-content .blog-meta .blog-date {
	width: 50px;
	display: inline-block;
	background-color: #F4462E;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 6px 0 3px 0;
}

.nft-blog-area .nft-blogs .nft-blog-content .blog-meta .blog-date span {
	line-height: 1em;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}

.nft-blog-area .nft-blogs .nft-blog-content .blog-meta .blog-readmore {
	margin-left: 15px;
}

.nft-blog-area .nft-blogs .nft-blog-content .blog-meta .blog-readmore a {
	color: #1F1F2C;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .nft-blogs .nft-blog-content .blog-meta .blog-readmore a:hover {
	color: #F4462E;
}

.nft-blog-area .nft-blogs .nft-blog-column {
	position: relative;
}

.nft-blog-area .nft-blogs .nft-blog-column .nft-blog-thumb {
	overflow: hidden;
	border-radius: 6px;
}

.nft-blog-area .nft-blogs .nft-blog-column .nft-blog-thumb img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .nft-blogs .nft-blog-column .blog-readmore {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .nft-blogs .nft-blog-column .blog-readmore span {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
	text-transform: capitalize;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .nft-blogs .nft-blog-column:hover .nft-blog-thumb img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.nft-blog-area .nft-blogs .nft-blog-column:hover .blog-readmore {
	-webkit-transform: translate(-50%, -30px);
	-ms-transform: translate(-50%, -30px);
	transform: translate(-50%, -30px);
}

.nft-blog-area .nft-blogs .nft-blog-column:hover .blog-readmore span {
	color: #F4462E;
}

.nft-blog-area .nft-blogs .slick-list {
	margin: 0 -15px;
}

.nft-blog-area .nft-blogs .slick-list .slick-slide {
	margin: 0 15px;
}

.nft-blog-area .nft-blogs .slick-arrow {
	position: absolute;
	top: -142px;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: transparent;
	color: #7B7B7B;
	border: 1px solid #7B7B7B;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .nft-blogs .slick-arrow:hover {
	background-color: #F4462E;
	border: 1px solid #F4462E;
	color: #fff;
}

.nft-blog-area .nft-blogs .slick-arrow.prev-btn {
	right: 65px;
}

@media (max-width: 991.98px) {
	.nft-blog-area .container {
		max-width: 800px;
	}
	.nft-blog-area .nft-blogs .blogs-slide-item {
		display: block;
	}
	.nft-blog-area .nft-blogs .blog-slide-part-left {
		width: 100%;
	}
	.nft-blog-area .nft-blogs .blog-slide-part-right {
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
	}
}

@media (max-width: 767.98px) {
	.nft-blog-area .container {
		max-width: 600px;
	}
}

@media (max-width: 575.98px) {
	.nft-blog-area .container {
		max-width: 500px;
	}
	.nft-blog-area .nft-blogs .nft-blog-content {
		margin-top: 25px;
	}
}

@media (max-width: 500px) {
	.nft-blog-area .nft-blogs .slick-arrow {
		top: auto;
		bottom: -80px;
		left: 70px;
		right: auto;
	}
	.nft-blog-area .nft-blogs .slick-arrow.prev-btn {
		left: 0px;
	}
}

.nft-auction-area.auction-page .nft-auction-item {
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.nft-auction-area.auction-page .nft-auction-item .img-wrapper {
	overflow: hidden;
}

.nft-auction-area.auction-page .nft-auction-item .img-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content {
	border: 1px solid #CECECE;
	border-top: 0;
	padding: 25px 20px 20px 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 0 0 6px 6px;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-title h4 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-title h4:hover {
	color: #F4462E;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-title .auction-category {
	color: #1F1F2C;
	font-weight: 600;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .user-artist {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .user-artist .auction-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .user-artist .auction-user .user-thumb img {
	border-radius: 50%;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .user-artist .auction-user .user-tagline {
	margin-left: 10px;
	font-weight: 500;
	color: #1F1F2C;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .user-artist .auction-clock ul {
	background-color: #F4462E;
	display: inline-block;
	border-radius: 4px;
	padding: 8px 12px;
	color: #fff;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .user-artist .auction-clock ul li {
	display: inline-block;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .user-artist .auction-clock ul li.timer-clock {
	position: relative;
	margin-right: 8px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .user-artist .auction-clock ul li.timer-clock::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #fff;
	right: -8px;
	top: calc(50% + 2px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-meta .bid-amount span {
	display: block;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-meta .bid-amount span.currency-amount {
	font-weight: 600;
	color: #1F1F2C;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-meta .auction-like {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-meta .auction-like a {
	display: inline-block;
	cursor: pointer;
	color: #7B7B7B;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-meta .auction-like a i {
	margin-right: 4px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #7B7B7B;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-meta .auction-like a:hover i {
	color: #F4462E;
	-webkit-text-stroke-color: #F4462E;
}

.nft-auction-area.auction-page .nft-auction-item .auction-content .auction-meta .auction-like a:focus i {
	color: #F4462E;
	-webkit-text-stroke-color: #F4462E;
}

.nft-auction-area.auction-page .nft-auction-item:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.nft-auction-area.auction-page .nft-auction-item:hover .img-wrapper img {
	-webkit-transform: scale(1.05) rotate(1deg);
	-ms-transform: scale(1.05) rotate(1deg);
	transform: scale(1.05) rotate(1deg);
}

.nft-auction-area.auction-page .nft-auction-item:hover .auction-content {
	border-color: transparent;
}

.nft-auction-area.auction-page .nft-btn-style-3 {
	margin-top: 40px;
}

@media (max-width: 991.98px) {
	.nft-auction-area.auction-page .container {
		max-width: 800px;
	}
}

@media (max-width: 767.98px) {
	.nft-auction-area.auction-page .container {
		max-width: 600px;
	}
}


/************ Auction Details *************/

.nft-auction-details .auction-details-right {
	padding-left: 10px;
}

.nft-auction-details .auction-details-right .nft-title-style-1 .title-heading h3 {
	color: #1F1F2C;
}

.nft-auction-details .auction-details-right .nft-title-style-1 .title-heading h3::after {
	display: none;
}

.nft-auction-details .auction-details-right .nft-title-style-1 .title-desc {
	display: block;
	margin-left: 0;
	max-width: 100%;
	margin-top: 50px;
}

.nft-auction-details .auction-details-right .nft-title-style-1 .title-desc p {
	color: #7B7B7B;
}

.nft-auction-details .auction-details-right .user-artist {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nft-auction-details .auction-details-right .user-artist .auction-clock ul {
	background-color: #F4462E;
	display: inline-block;
	border-radius: 4px;
	padding: 8px 12px;
	color: #fff;
}

.nft-auction-details .auction-details-right .user-artist .auction-clock ul li {
	display: inline-block;
}

.nft-auction-details .auction-details-right .user-artist .auction-clock ul li.timer-clock {
	position: relative;
	margin-right: 8px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.nft-auction-details .auction-details-right .user-artist .auction-clock ul li.timer-clock::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #fff;
	right: -8px;
	top: calc(50% + 2px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nft-auction-details .auction-details-right .user-artist .auction-user {
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nft-auction-details .auction-details-right .user-artist .auction-user .user-thumb img {
	border-radius: 50%;
}

.nft-auction-details .auction-details-right .user-artist .auction-user .user-tagline {
	margin-left: 10px;
	font-weight: 500;
	color: #1F1F2C;
}

.nft-auction-details .auction-details-right .auction-details-meta {
	margin-top: 30px;
}

.nft-auction-details .auction-details-right .auction-details-meta table tr td {
	padding: 0 0 18px;
	font-size: 18px;
}

.nft-auction-details .auction-details-right .auction-details-meta table tr td strong {
	font-weight: 600;
	color: #1F1F2C;
}

.nft-auction-details .auction-details-right .auction-details-meta table tr td span {
	margin-left: 30px;
	position: relative;
	display: inline-block;
}

.nft-auction-details .auction-details-right .auction-details-meta table tr td span::before {
	content: ':';
	position: absolute;
	top: 50%;
	left: -25px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 500;
}

.nft-auction-details .auction-details-right .auction-details-btn {
	margin-top: 10px;
}

@media (max-width: 991.98px) {
	.nft-auction-details .container {
		max-width: 800px;
	}
	.nft-auction-details .auction-details-right {
		margin-top: 60px;
	}
}

@media (max-width: 767.98px) {
	.nft-auction-details .container {
		max-width: 600px;
	}
}

@media (max-width: 575.98px) {
	.nft-auction-details .container {
		max-width: 480px;
	}
}


/************ Wallets **********/

.nft-wallets .nft-wallet-item {
	background-color: #fff;
	border: 1px solid #CECECE;
	border-radius: 4px;
	padding: 35px 15px 35px 30px;
	-webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.07);
	margin-bottom: 30px;
}

.nft-wallets .nft-wallet-item .wallet-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nft-wallets .nft-wallet-item .wallet-top .wallet-title {
	margin-left: 20px;
}

.nft-wallets .nft-wallet-item .wallet-top .wallet-title h4 {
	font-weight: 600;
}

.nft-wallets .nft-wallet-item .wallet-desc {
	margin-top: 20px;
}

.nft-wallets .nft-wallet-item .wallet-connect-btn {
	margin-top: 15px;
}

.nft-wallets .nft-wallet-item .wallet-connect-btn a {
	color: #7B7B7B;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-wallets .nft-wallet-item .wallet-connect-btn a i {
	margin-left: 5px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-wallets .nft-wallet-item .wallet-connect-btn a:hover {
	color: #F4462E;
}

.nft-wallets .nft-wallet-item .wallet-connect-btn a:hover i {
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}

@media (max-width: 991.98px) {
	.nft-wallets .container {
		max-width: 800px;
	}
}

@media (max-width: 575.98px) {
	.nft-wallets .container {
		max-width: 480px;
	}
}


/************* Create Item **************/

.nft-create-item .img-wrapper {
	padding-right: 15px;
}

.nft-create-item .img-wrapper img {
	border-radius: 6px;
}

.nft-create-item .item-form {
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 50px 45px 50px 55px;
	-webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.07);
}

.nft-create-item .item-form .form-title h4 {
	font-weight: 600;
}

.nft-create-item .item-form .form-desc {
	margin-top: 10px;
}

.nft-create-item .item-form form {
	margin-top: 40px;
}

.nft-create-item .item-form form .input-field {
	margin-bottom: 20px;
}

.nft-create-item .item-form form .input-field input,
.nft-create-item .item-form form .input-field textarea {
	width: 100%;
	padding: 17px 25px;
	border: 1px solid #CECECE;
	background-color: #F8EEED;
	border-radius: 4px;
}

.nft-create-item .item-form form .input-field button.file-upload {
	width: 100%;
	border: 1px solid #CECECE;
	background-color: #F8EEED;
	padding: 17px 25px;
	text-align: left;
	color: #7B7B7B;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nft-create-item .item-form form .input-field input[type="file"] {
	display: none;
}

.nft-create-item .item-form form .input-field.message-field {
	margin-bottom: 10px;
}

.nft-create-item .item-form form .input-field label {
	margin-right: 20px;
}

.nft-create-item .item-form form .input-field label input {
	display: inline-block;
	width: auto;
	margin-right: 6px;
}

.nft-create-item .item-form form .input-field.submit-btn {
	margin-bottom: 0;
	margin-top: 10px;
}

.nft-create-item .item-form form .input-field input[type="submit"] {
	background-color: #F4462E;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-create-item .item-form form .input-field input[type="submit"]:hover {
	background-color: #FFBB00;
}

@media (max-width: 991.98px) {
	.nft-create-item .container {
		max-width: 800px;
	}
	.nft-create-item .img-wrapper {
		padding-right: 0;
	}
}

@media (max-width: 767.98px) {
	.nft-create-item .container {
		max-width: 600px;
	}
}

@media (max-width: 500px) {
	.nft-create-item .item-form {
		padding-right: 20px;
		padding-left: 25px;
	}
}


/********************* Authors **************************/

.authors-area .authors-filter .authors-filter-left .select-item {
	display: inline-block;
}

.authors-area .authors-filter .authors-filter-left .select-item .nice-select {
	border: 0;
}

.authors-area .authors-filter .authors-filter-left .select-item .nice-select span {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	color: #7B7B7B;
}

.authors-area .authors-filter .authors-filter-left .select-item .nice-select .list {
	min-width: 130px;
}

.authors-area .authors-filter .authors-filter-left .select-item .nice-select::after {
	right: 20px;
}

.authors-area .authors-filter .authors-filter-search {
	text-align: right;
}

.authors-area .authors-filter .authors-filter-search form label {
	position: relative;
}

.authors-area .authors-filter .authors-filter-search form label::before {
	content: '\f002';
	position: absolute;
	left: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	z-index: 1;
}

.authors-area .authors-filter .authors-filter-search form input[type="text"] {
	padding: 8px 15px 8px 40px;
	border: 1px solid #CECECE;
	border-radius: 30px;
	position: relative;
}

.authors-area .authors-lists {
	margin-top: 40px;
}

.authors-area .authors-lists .authors-single {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	padding-bottom: 25px;
	border: 1px solid #CECECE;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.authors-area .authors-lists .authors-single .cover-photo img {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.authors-area .authors-lists .authors-single .follow-btn {
	position: absolute;
	right: 10px;
	top: 25px;
	display: inline-block;
}

.authors-area .authors-lists .authors-single .follow-btn a {
	display: block;
	background-color: #FFBB00;
	border-radius: 30px;
	font-size: 12px;
	padding: 4px 12px;
	color: #1F1F2C;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.authors-area .authors-lists .authors-single .follow-btn a:hover {
	background-color: #F4462E;
	color: #fff;
}

.authors-area .authors-lists .authors-single .profile-pic {
	margin-top: -56px;
}

.authors-area .authors-lists .authors-single .profile-pic .thumb-wrapper {
	display: inline-block;
	position: relative;
}

.authors-area .authors-lists .authors-single .profile-pic .thumb-wrapper::after {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: 20px;
	right: 0;
	background-color: #327DF9;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.authors-area .authors-lists .authors-single .profile-pic img {
	width: auto;
	max-width: 100%;
	display: inline-block;
	border-radius: 50%;
}

.authors-area .authors-lists .authors-single .seller-name {
	margin-top: 15px;
}

.authors-area .authors-lists .authors-single .seller-name h6 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.authors-area .authors-lists .authors-single .seller-name h6:hover {
	color: #F4462E;
}

.authors-area .authors-lists .authors-single .earning-amount {
	margin-top: 3px;
}

.authors-area .authors-lists .authors-single .earning-amount span {
	font-size: 14px;
}

.authors-area .authors-lists .authors-single .social-profiles {
	margin-top: 15px;
}

.authors-area .authors-lists .authors-single .social-profiles a {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: 1px solid #7B7B7B;
	display: inline-block;
	border-radius: 50%;
	line-height: 30px;
	color: #7B7B7B;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.authors-area .authors-lists .authors-single .social-profiles a+a {
	margin-left: 3px;
}

.authors-area .authors-lists .authors-single .social-profiles a:hover {
	background-color: #F4462E;
	color: #fff;
	border: 1px solid #F4462E;
}

.authors-area .authors-lists .authors-single:hover {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.authors-area .authors-lists .nft-btn-style-3 {
	margin-top: 40px;
}

@media (max-width: 991.98px) {
	.authors-area .container {
		max-width: 800px;
	}
}

@media (max-width: 575.98px) {
	.authors-area .container {
		max-width: 400px;
	}
	.authors-area .authors-filter .authors-filter-left {
		text-align: center;
	}
	.authors-area .authors-filter .authors-filter-search {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 15px;
	}
}


/******************** Author Details *******************/

.author-details .profile-info {
	text-align: center;
	margin-top: -140px;
	max-width: 711px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.author-details .profile-info .profile-thumb {
	display: inline-block;
	position: relative;
}

.author-details .profile-info .profile-thumb::after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	bottom: 60px;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: #327DF9;
	border-radius: 50%;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.author-details .profile-info .profile-thumb img {
	border-radius: 50%;
}

.author-details .profile-info .profile-title h3 {
	font-weight: 600;
}

.author-details .profile-info .profile-title span {
	margin-top: 6px;
	display: block;
}

.author-details .profile-info .profile-title span strong {
	font-weight: 500;
}

.author-details .profile-info .profile-desc {
	margin-top: 30px;
}

.author-details .profile-info .profile-follow {
	margin-top: 15px;
}

.author-details .profile-info .profile-follow .follower-txt {
	display: inline-block;
}

.author-details .profile-info .profile-follow .follower-txt p {
	font-size: 18px;
	font-weight: 500;
	color: #1F1F2C;
}

.author-details .profile-info .profile-follow .follower-txt p span {
	margin-left: 10px;
}

.author-details .profile-info .profile-follow .follow-btn {
	display: inline-block;
	margin-left: 20px;
}

.author-details .profile-info .profile-follow .follow-btn .dropdown>button {
	border: 1px solid #CECECE;
	border-radius: 3px;
	padding: 4px 17px;
	color: #7B7B7B;
}

.author-details .profile-info .profile-follow .follow-btn .dropdown .dropdown-menu {
	border: 0;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.08);
	box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.08);
}

.author-details .profile-info .profile-follow .follow-btn .dropdown .dropdown-menu ul li+li {
	border-top: 1px solid #cecece94;
}

.author-details .profile-info .profile-follow .follow-btn .dropdown .dropdown-menu ul li button {
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.author-details .profile-info .profile-follow .follow-btn .dropdown .dropdown-menu ul li button:hover {
	color: #F4462E;
}

@media (max-width: 991.98px) {
	.author-details .profile-info {
		margin-top: -90px;
	}
	.author-details .profile-info .profile-thumb {
		max-width: 200px;
	}
}

@media (max-width: 767.98px) {
	.author-details .profile-info {
		margin-top: -50px;
	}
	.author-details .profile-info .profile-thumb {
		max-width: 150px;
	}
}


/********** Author's NFTs **************/

.authors-nft {
	padding-top: 70px;
}

.authors-nft .filter-tab ul {
	display: block;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #CECECE;
}

.authors-nft .filter-tab ul li {
	float: left;
	margin-right: 10px;
}

.authors-nft .filter-tab ul li button {
	color: #7B7B7B;
	font-size: 18px;
	font-weight: 500;
}

.authors-nft .filter-tab ul li button.active {
	color: #1F1F2C;
}

.authors-nft .filter-tab ul li button i {
	margin-left: 6px;
}

.authors-nft .filter-tab ul li:last-child {
	float: right;
	margin-right: 0;
}

.authors-nft .nft-items-list {
	margin-top: 40px;
}

.authors-nft .nft-items-list .nft-auction-item {
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 30px;
}

.authors-nft .nft-items-list .nft-auction-item .img-wrapper {
	overflow: hidden;
}

.authors-nft .nft-items-list .nft-auction-item .img-wrapper img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content {
	border: 1px solid #CECECE;
	border-top: 0;
	padding: 25px 20px 20px 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 0 0 6px 6px;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-title h4 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-title h4:hover {
	color: #F4462E;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-title .auction-category {
	color: #1F1F2C;
	font-weight: 600;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .user-artist {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .user-artist .auction-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .user-artist .auction-user .user-thumb img {
	border-radius: 50%;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .user-artist .auction-user .user-tagline {
	margin-left: 10px;
	font-weight: 500;
	color: #1F1F2C;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .user-artist .auction-clock ul {
	background-color: #F4462E;
	display: inline-block;
	border-radius: 4px;
	padding: 8px 12px;
	color: #fff;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .user-artist .auction-clock ul li {
	display: inline-block;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .user-artist .auction-clock ul li.timer-clock {
	position: relative;
	margin-right: 8px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .user-artist .auction-clock ul li.timer-clock::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #fff;
	right: -8px;
	top: calc(50% + 2px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-meta .bid-amount span {
	display: block;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-meta .bid-amount span.currency-amount {
	font-weight: 600;
	color: #1F1F2C;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-meta .auction-like {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-meta .auction-like a {
	display: inline-block;
	cursor: pointer;
	color: #7B7B7B;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-meta .auction-like a i {
	margin-right: 4px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #7B7B7B;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-meta .auction-like a:hover i {
	color: #F4462E;
	-webkit-text-stroke-color: #F4462E;
}

.authors-nft .nft-items-list .nft-auction-item .auction-content .auction-meta .auction-like a:focus i {
	color: #F4462E;
	-webkit-text-stroke-color: #F4462E;
}

.authors-nft .nft-items-list .nft-auction-item:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.authors-nft .nft-items-list .nft-auction-item:hover .img-wrapper img {
	-webkit-transform: scale(1.05) rotate(1deg);
	-ms-transform: scale(1.05) rotate(1deg);
	transform: scale(1.05) rotate(1deg);
}

.authors-nft .nft-items-list .nft-auction-item:hover .auction-content {
	border-color: transparent;
}

@media (max-width: 991.98px) {
	.authors-nft .container {
		max-width: 800px;
	}
}

@media (max-width: 767.98px) {
	.authors-nft .container {
		max-width: 600px;
	}
}

@media (max-width: 575.98px) {
	.authors-nft .filter-tab ul {
		text-align: center;
	}
	.authors-nft .filter-tab ul li {
		float: none;
		display: inline-block;
	}
	.authors-nft .filter-tab ul li:last-child {
		float: none;
	}
}


/**************** Register Form *************/

.register-area {
	padding: 115px 0;
	position: relative;
}

.register-area .account-bg {
	position: fixed;
	right: 0;
	top: 0;
	width: 50%;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.register-area .account-md-bg {
	display: none;
}

.register-area .container {
	position: relative;
}

.register-area .graphic-shape {
	position: absolute;
	left: -200px;
	bottom: -80px;
}

.register-area .register-form {
	overflow: hidden;
	max-width: 515px;
}

.register-area .register-form .form-title h2 {
	font-size: 44px;
}

.register-area .register-form .form-subtitle {
	margin-top: 15px;
}

.register-area .register-form form {
	margin-top: 30px;
}

.register-area .register-form form label {
	display: block;
	font-weight: 500;
	color: #232323;
	margin-bottom: 10px;
}

.register-area .register-form form label input {
	display: block;
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #D4D4D4;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.register-area .register-form form label input::-webkit-input-placeholder {
	text-transform: capitalize;
}

.register-area .register-form form label input:-ms-input-placeholder {
	text-transform: capitalize;
}

.register-area .register-form form label input::-ms-input-placeholder {
	text-transform: capitalize;
}

.register-area .register-form form label input::placeholder {
	text-transform: capitalize;
}

.register-area .register-form form label input[type="password"] {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.register-area .register-form form label input[type="password"]::-webkit-input-placeholder {
	font-size: 6px;
	letter-spacing: 0.8em;
	color: #7B7B7B;
	opacity: 0.8;
}

.register-area .register-form form label input[type="password"]:-ms-input-placeholder {
	font-size: 6px;
	letter-spacing: 0.8em;
	color: #7B7B7B;
	opacity: 0.8;
}

.register-area .register-form form label input[type="password"]::-ms-input-placeholder {
	font-size: 6px;
	letter-spacing: 0.8em;
	color: #7B7B7B;
	opacity: 0.8;
}

.register-area .register-form form label input[type="password"]::placeholder {
	font-size: 6px;
	letter-spacing: 0.8em;
	color: #7B7B7B;
	opacity: 0.8;
}

.register-area .register-form form label.checkbox-wrapper {
	display: inline-block;
	width: 100%;
}

.register-area .register-form form label.checkbox-wrapper a {
	float: right;
	color: #232323;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}

.register-area .register-form form label.checkbox-wrapper a:hover {
	color: #F4462E;
}

.register-area .register-form form label input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	-webkit-transform: translateY(1.5px);
	-ms-transform: translateY(1.5px);
	transform: translateY(1.5px);
}

.register-area .register-form form input[type="submit"] {
	background-color: #F4462E;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 4px;
	padding: 15px 0;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.register-area .register-form form input[type="submit"]:hover {
	background-color: rgba(244, 70, 46, 0.7);
}

.register-area .register-form .form-devider {
	text-align: center;
	margin: 25px 0;
}

.register-area .register-form .form-devider span {
	display: inline-block;
	font-weight: 500;
	color: #141420;
	font-size: 14px;
	position: relative;
}

.register-area .register-form .form-devider span::before {
	content: '';
	position: absolute;
	left: calc(100% + 25px);
	top: 11px;
	width: 300px;
	height: 1px;
	background-color: #D4D4D4;
}

.register-area .register-form .form-devider span::after {
	content: '';
	position: absolute;
	right: calc(100% + 25px);
	top: 11px;
	width: 300px;
	height: 1px;
	background-color: #D4D4D4;
}

.register-area .register-form .social-signup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.register-area .register-form .social-signup a {
	display: inline-block;
	padding: 18px 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	width: 50%;
	text-align: center;
}

.register-area .register-form .social-signup a span {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	margin-right: 10px;
}

.register-area .register-form .social-signup a.facebook-signup {
	background-color: #3F6DC7;
	margin-right: 20px;
}

.register-area .register-form .social-signup a.facebook-signup span {
	background-color: #648FE4;
}

.register-area .register-form .social-signup a.twitter-signup {
	background-color: #009DED;
}

.register-area .register-form .social-signup a.twitter-signup span {
	background-color: #4DC0FB;
}

.register-area .register-form .login-btn {
	margin-top: 32px;
	text-align: center;
}

.register-area .register-form .login-btn p {
	font-weight: 500;
}

.register-area .register-form .login-btn p a {
	color: #F4462E;
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.register-area .register-form {
		max-width: calc(100% - 30px);
	}
}

@media (max-width: 991.98px) {
	.register-area {
		padding-top: 0;
	}
	.register-area .account-bg {
		display: none;
	}
	.register-area .account-md-bg {
		display: block;
		margin-bottom: 100px;
	}
	.register-area .container {
		max-width: 800px;
	}
	.register-area .register-form {
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.register-area .register-form .social-signup {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.register-area .register-form .social-signup a {
		width: 100%;
	}
	.register-area .register-form .social-signup a.facebook-signup {
		margin-right: 0;
		margin-bottom: 25px;
	}
}


/************ Login Area ************/

.login-area {
	padding: 230px 0;
}

@media (max-width: 991.98px) {
	.login-area {
		padding: 0 0 100px 0;
	}
}


/************ 404 Area ************/

.not-found-content {
	padding: 335px 0;
}

.not-found-content .graphic-shape {
	bottom: -300px;
}

.not-found-content .not-found-content-wrapper h1 {
	font-size: 150px;
	font-weight: 600;
}

.not-found-content .not-found-content-wrapper h3 {
	font-weight: 600;
}

.not-found-content .not-found-content-wrapper p {
	margin-top: 20px;
}

.not-found-content .not-found-content-wrapper a {
	margin-top: 20px;
	border-radius: 30px;
	text-transform: initial;
}

@media (max-width: 991.98px) {
	.not-found-content {
		padding: 0 0 120px 0;
	}
	.not-found-content .not-found-content-wrapper {
		text-align: center;
	}
	.not-found-content .graphic-shape {
		bottom: -100px;
		left: 70px;
	}
}


/*************** Contact Page ***************/

.contact-form-area .contact-form .img-wrapper {
	padding-right: 15px;
}

.contact-form-area .contact-form .input-field-wrapper .form-title {
	margin-bottom: 30px;
}

.contact-form-area .contact-form .input-field-wrapper .form-title h6 {
	font-weight: 600;
}

.contact-form-area .contact-form .input-field-wrapper label {
	display: block;
	font-weight: 500;
	color: #232323;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.contact-form-area .contact-form .input-field-wrapper label input {
	display: block;
	width: 100%;
	padding: 18px 20px;
	border: 1px solid #D4D4D4;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.contact-form-area .contact-form .input-field-wrapper label input::-webkit-input-placeholder {
	text-transform: capitalize;
}

.contact-form-area .contact-form .input-field-wrapper label input:-ms-input-placeholder {
	text-transform: capitalize;
}

.contact-form-area .contact-form .input-field-wrapper label input::-ms-input-placeholder {
	text-transform: capitalize;
}

.contact-form-area .contact-form .input-field-wrapper label input::placeholder {
	text-transform: capitalize;
}

.contact-form-area .contact-form .input-field-wrapper label:last-child {
	margin-bottom: 0;
}

.contact-form-area .contact-form .input-field-wrapper label:last-child input {
	margin-bottom: 0;
}

.contact-form-area .contact-form .form-message-wrapper {
	padding-left: 15px;
}

.contact-form-area .contact-form .form-message-wrapper label {
	display: block;
	font-weight: 500;
	color: #232323;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.contact-form-area .contact-form .form-message-wrapper textarea {
	display: block;
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #D4D4D4;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.contact-form-area .contact-form .form-message-wrapper textarea::-webkit-input-placeholder {
	text-transform: default;
}

.contact-form-area .contact-form .form-message-wrapper textarea:-ms-input-placeholder {
	text-transform: default;
}

.contact-form-area .contact-form .form-message-wrapper textarea::-ms-input-placeholder {
	text-transform: default;
}

.contact-form-area .contact-form .form-message-wrapper textarea::placeholder {
	text-transform: default;
}

.contact-form-area .contact-form .form-message-wrapper button {
	margin-top: 10px;
	padding-top: 19px;
	padding-bottom: 19px;
}

@media (max-width: 991.98px) {
	.contact-form-area .container {
		max-width: 800px;
	}
	.contact-form-area .contact-form .form-message-wrapper {
		margin-top: 40px;
		padding-left: 0;
	}
}

@media (max-width: 767.98px) {
	.contact-form-area .container {
		max-width: 600px;
	}
	.contact-form-area .contact-form .img-wrapper {
		padding-right: 0;
		margin-bottom: 40px;
	}
}

@media (max-width: 575.98px) {
	.contact-form-area .container {
		max-width: 500px;
	}
}


/********** Contact Details ***********/

.contact-details {
	padding-top: 70px;
}

.contact-details .contact-column {
	border: 1px solid #cecece;
	border-radius: 4px;
	padding: 45px 30px 55px 55px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
}

.contact-details .contact-column .column-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-details .contact-column .column-top .icon-wrapper span {
	width: 60px;
	height: 60px;
	background-color: #FBE4E1;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 57px;
}

.contact-details .contact-column .column-top .column-title {
	margin-left: 20px;
}

.contact-details .contact-column .column-content {
	margin-top: 20px;
}

.contact-details .contact-column .column-content p {
	margin: 0;
}

@media (max-width: 991.98px) {
	.contact-details .container {
		max-width: 800px;
	}
}

@media (max-width: 767.98px) {
	.contact-details .container {
		max-width: 600px;
	}
	.contact-details .contact-column {
		padding: 30px 20px 35px 35px;
	}
}

@media (max-width: 575.98px) {
	.contact-details .container {
		max-width: 500px;
	}
}

.google-map-frame {
	margin-top: -100px;
}

.google-map-frame iframe {
	width: 100%;
	height: 560px;
	display: inherit;
}

@media (max-width: 575.98px) {
	.google-map-frame iframe {
		height: 400px;
	}
}

.activity-area .activity-filter .filter-nav ul {
	border: 1px solid #7B7B7B;
	border-radius: 4px;
}

.activity-area .activity-filter .filter-nav ul li {
	display: inline-block;
}

.activity-area .activity-filter .filter-nav ul li button {
	padding: 24px 50px;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #1F1F2C;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.activity-area .activity-filter .filter-nav ul li button.active::before {
	content: '';
	position: absolute;
	left: 1px;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background-color: #F4462E;
}

.activity-area .activity-filter .filter-content {
	margin-top: 40px;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane {
	background-color: #1F1F2C;
	padding: 50px;
	border-radius: 4px;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item+.activity-item {
	margin-top: 40px;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item+.activity-item::before {
	content: '';
	position: absolute;
	width: calc(100% - 105px);
	height: 1px;
	background-color: #9E9EAA;
	top: -20px;
	left: 105px;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .featured-img {
	width: 18%;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .featured-img img {
	border-radius: 5px;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .activity-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .activity-content .activity-left {
	margin-left: 15px;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .activity-content .activity-left h4 {
	color: #fff;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .activity-content .activity-left h4:hover {
	color: #F4462E;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .activity-content .activity-left span {
	font-size: 18px;
	color: #9E9EAA;
	display: block;
	margin-top: 15px;
}

.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .activity-content .activity-left span strong {
	font-weight: 500;
}

.activity-area .activity-sidebar .sidebar-title h4 {
	font-weight: 600;
}

.activity-area .activity-sidebar .activity-tag {
	margin-top: 30px;
}

.activity-area .activity-sidebar .activity-tag a {
	padding: 12px 29px;
	display: inline-block;
	border: 1px solid #7B7B7B;
	border-radius: 4px;
	color: #7B7B7B;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-right: 6px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.activity-area .activity-sidebar .activity-tag a:hover {
	background-color: #F4462E;
	color: #fff;
	border-color: #F4462E;
}

@media (max-width: 1200px) {
	.activity-area .activity-filter .filter-nav ul li button {
		padding: 20px 40px;
	}
}

@media (max-width: 991.98px) {
	.activity-area .container {
		max-width: 800px;
	}
	.activity-area .activity-sidebar {
		margin-top: 60px;
	}
}

@media (max-width: 767.98px) {
	.activity-area .container {
		max-width: 680px;
	}
	.activity-area .activity-filter .filter-nav ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.activity-area .activity-filter .filter-content .tab-content .tab-pane {
		padding: 50px 20px 10px 25px;
		text-align: center;
	}
	.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item {
		display: inline-block;
		text-align: center;
		margin-bottom: 40px;
	}
	.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item+.activity-item {
		margin-top: 0;
	}
	.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .featured-img {
		display: inline-block;
		width: auto;
	}
	.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .activity-content {
		display: inline-block;
	}
	.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .activity-content .activity-left {
		margin-left: 0;
		margin-top: 20px;
	}
	.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .activity-content .activity-left span {
		margin-top: 8px;
	}
	.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item .activity-content .activity-timing {
		margin-top: 10px;
	}
	.activity-area .activity-filter .filter-content .tab-content .tab-pane .activity-item::before {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.activity-area .container {
		max-width: 480px;
	}
}

@media (max-width: 500px) {
	.activity-area .activity-filter .filter-nav ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.activity-area .activity-filter .filter-nav ul li button {
		padding: 15px 20px;
	}
}


/********** Explore Artwork *********/

.explore-artwork {
	background-color: #fff;
}

.explore-artwork .nft-artwork-filter {
	margin-top: 0;
}

.explore-artwork .nft-artwork-filter .filter-btns .filter-box {
	display: inline-block;
	margin-right: 6px;
}

.explore-artwork .nft-artwork-filter .filter-btns .filter-box .nice-select {
	background-color: #292934;
	border: 0;
	color: #fff;
	height: auto;
	padding: 6px 45px 6px 30px;
	min-width: 190px;
	text-align: center;
}

.explore-artwork .nft-artwork-filter .filter-btns .filter-box .nice-select .current {
	font-size: 16px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
}

.explore-artwork .nft-artwork-filter .filter-btns .filter-box .nice-select ul {
	background-color: #292934;
}

.explore-artwork .nft-artwork-filter .filter-btns .filter-box .nice-select ul li {
	background-color: #292934;
}

.explore-artwork .nft-artwork-filter .filter-btns .filter-box:last-child {
	float: right;
	margin-right: 0;
}

.explore-artwork .nft-auction-item {
	-webkit-box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.07);
	box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.07);
}

@media (max-width: 991.98px) {
	.explore-artwork .nft-artwork-filter .filter-btns {
		text-align: center;
	}
	.explore-artwork .nft-artwork-filter .filter-btns .filter-box {
		margin-bottom: 15px;
	}
	.explore-artwork .nft-artwork-filter .filter-btns .filter-box:last-child {
		float: none;
	}
}


/************ Blog *************/

.nft-blog-area .blog-content-part .blog-item+.blog-item {
	margin-top: 40px;
}

.nft-blog-area .blog-content-part .blog-item .nft-blog-thumb {
	padding-right: 5px;
	overflow: hidden;
	border-radius: 6px;
}

.nft-blog-area .blog-content-part .blog-item .nft-blog-thumb img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .blog-content-part .blog-item .nft-blog-thumb:hover img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.nft-blog-area .blog-content-part .blog-item .blog-title h4 {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-weight: 600;
	text-transform: initial;
}

.nft-blog-area .blog-content-part .blog-item .blog-title h4:hover {
	color: #F4462E;
}

.nft-blog-area .blog-content-part .blog-item .blog-desc {
	margin-top: 20px;
}

.nft-blog-area .blog-content-part .blog-item .blog-meta {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nft-blog-area .blog-content-part .blog-item .blog-meta .blog-date {
	width: 50px;
	display: inline-block;
	background-color: #F4462E;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 6px 0 3px 0;
}

.nft-blog-area .blog-content-part .blog-item .blog-meta .blog-date span {
	line-height: 1em;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}

.nft-blog-area .blog-content-part .blog-item .blog-meta .blog-readmore {
	margin-left: 15px;
}

.nft-blog-area .blog-content-part .blog-item .blog-meta .blog-readmore a {
	color: #1F1F2C;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .blog-content-part .blog-item .blog-meta .blog-readmore a:hover {
	color: #F4462E;
}

.nft-blog-area .blog-content-part .blog-pagination {
	margin-top: 70px;
}

.nft-blog-area .sidebar-area .sidebar-widget .widget-title {
	margin-bottom: 25px;
}

.nft-blog-area .sidebar-area .sidebar-widget .widget-title h5 {
	font-weight: 600;
}

.nft-blog-area .sidebar-area .sidebar-widget+.sidebar-widget {
	margin-top: 50px;
}

.nft-blog-area .sidebar-area .search-widget .search-form form {
	width: 100%;
	position: relative;
}

.nft-blog-area .sidebar-area .search-widget .search-form form input {
	width: 100%;
	padding: 20px 60px 20px 30px;
	border-radius: 4px;
	background-color: #EDEDED;
	border: 1px solid #EDEDED;
}

.nft-blog-area .sidebar-area .search-widget .search-form form button {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	color: #7B7B7B;
}

.nft-blog-area .sidebar-area .category-widget ul li {
	display: block;
}

.nft-blog-area .sidebar-area .category-widget ul li a {
	display: block;
	color: #7B7B7B;
	padding: 8px 12px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .sidebar-area .category-widget ul li a span {
	float: right;
}

.nft-blog-area .sidebar-area .category-widget ul li a:hover {
	background-color: #EDEDED;
}

.nft-blog-area .sidebar-area .post-widget ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.nft-blog-area .sidebar-area .post-widget ul li+li {
	margin-top: 40px;
}

.nft-blog-area .sidebar-area .post-widget ul li+li::before {
	content: '';
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 1px;
	background-color: #D4D4D4;
}

.nft-blog-area .sidebar-area .post-widget ul li .post-thumb {
	width: 105px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 6px;
}

.nft-blog-area .sidebar-area .post-widget ul li .post-thumb img {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .sidebar-area .post-widget ul li .post-thumb:hover img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.nft-blog-area .sidebar-area .post-widget ul li .post-content {
	margin-left: 20px;
}

.nft-blog-area .sidebar-area .post-widget ul li .post-content h6 {
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .sidebar-area .post-widget ul li .post-content h6:hover {
	color: #F4462E;
}

.nft-blog-area .sidebar-area .post-widget ul li .post-content span {
	display: inline-block;
	background-color: #EDEDED;
	font-size: 14px;
	padding: 6px 10px;
	border-radius: 4px;
	margin-top: 18px;
}

.nft-blog-area .sidebar-area .tags-widget .tags a {
	background-color: transparent;
	border: 1px solid #7B7B7B;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 6px;
	padding: 7px 25px;
	color: #7B7B7B;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nft-blog-area .sidebar-area .tags-widget .tags a:hover {
	background-color: #F4462E;
	color: #fff;
	border-color: #F4462E;
}

@media (max-width: 991.98px) {
	.nft-blog-area .container {
		max-width: 800px;
	}
	.nft-blog-area .sidebar-area {
		margin-top: 60px;
	}
	.nft-blog-area .sidebar-area .post-widget {
		max-width: 400px;
	}
}

@media (max-width: 575.98px) {
	.nft-blog-area .container {
		max-width: 480px;
	}
	.nft-blog-area .blog-content-part .blog-item .nft-blog-thumb {
		padding-right: 0;
	}
	.nft-blog-area .blog-content-part .blog-item .nft-blog-content {
		margin-top: 30px;
	}
}


/************** Blog Details **************/

.blog-details .blog-content-part .blog-title h4 {
	font-weight: 600;
}

.blog-details .blog-content-part .blog-date span {
	font-size: 14px;
	background-color: #EDEDED;
	display: inline-block;
	padding: 5px 12px;
	border-radius: 4px;
}

.blog-details .blog-content-part .blog-semi-title h6 {
	font-weight: 600;
}

.blog-details .blog-content-part .blog-content-bottom {
	margin-top: 30px;
}

.blog-details .blog-content-part .blog-content-bottom ul li {
	display: inline-block;
}

.blog-details .blog-content-part .blog-content-bottom ul li strong {
	font-size: 18px;
	font-weight: 600;
	color: #1F1F2C;
}

.blog-details .blog-content-part .blog-content-bottom ul li a {
	color: #7B7B7B;
	font-weight: 500;
	padding: 0 5px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-details .blog-content-part .blog-content-bottom ul li a:hover {
	color: #F4462E;
}

.blog-details .blog-content-part .blog-comment-area {
	margin-top: 30px;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li {
	padding-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li+li {
	margin-top: 60px;
	position: relative;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li+li::before {
	content: '';
	position: absolute;
	top: -30px;
	right: 0;
	width: 87%;
	height: 1px;
	background-color: #D4D4D4;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .clients_thumb {
	width: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .clients_thumb img {
	border-radius: 50%;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .comment-content {
	margin-left: 20px;
	overflow: hidden;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .comment-content .top-content {
	overflow: hidden;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .comment-content .top-content h6 {
	font-weight: 600;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .comment-content .top-content span {
	margin-top: 6px;
	display: inline-block;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .comment-content .top-content .reply-btn {
	float: right;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .comment-content .top-content .reply-btn a {
	font-size: 14px;
	color: #1F1F2C;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .comment-content .top-content .reply-btn a span {
	margin-right: 6px;
}

@media (max-width: 575.98px) {
	.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li {
		display: block;
		padding-right: 0;
	}
	.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li+li::before {
		width: 100%;
	}
	.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .clients_thumb {
		margin-bottom: 20px;
	}
	.blog-details .blog-content-part .blog-comment-area .blog-comment-list ul li .comment-content {
		margin-left: 0;
	}
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-form .blog-semi-title h6 {
	color: #232323;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-form form {
	margin-top: 20px;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-form form label {
	display: block;
	text-transform: capitalize;
	font-weight: 500;
	color: #232323;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-form form input,
.blog-details .blog-content-part .blog-comment-area .blog-comment-form form textarea {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 23px;
	padding: 22px 25px;
	border-radius: 4px;
	border: 1px solid #D4D4D4;
	font-size: 14px;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-form form button:hover {
	background-color: #FFBB00;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.blog-details .blog-content-part .blog-comment-area .blog-comment-form form button::before {
	display: none;
}