/* Universal Css Start Here */
:root {
	--first-color: #c23127;
	--second-color: #2d2525;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "SF UI Display", sans-serif;
	overflow-x: hidden;
}

@font-face {
	font-family: "oriental";
	src: url("../fonts/oriental-bold.ttf");
}

@font-face {
	font-family: "oriental-light";
	src: url("../fonts/oriental.ttf");
}

@font-face {
	font-family: "Urbanist-Light";
	src: url("../fonts/Urbanist/static/Urbanist-Light.ttf");
}

.hide {
	display: none;
}

.show {
	display: block;
}

section {
	width: 100%;
	overflow: hidden;
}

p {
	font-size: 16px;
	font-family: var(--visby-medium);
	color: var(--para-font);
	padding-bottom: 18px;
}
.gallery-box {
    width: 100% !important;
    height: 250px;
}

.gallery-box img.img-fluid {
    width: 100% !important;
	height: 250px;
}
.profile_pic  img{
	border-radius: 50px !important;
	height: 50px !important;
    width: 50px !important;

}
@media (max-width: 1200px) {
	p {
		font-size: 14px;
		font-family: var(--visby-medium);
		color: var(--para-font);
		padding-bottom: 14px;
	}
}

@media (max-width: 575px) {
	p {
		font-size: 10px;
		font-family: var(--visby-medium);
		color: var(--para-font);
		padding-bottom: 14px;
	}
}

@media (max-width: 991px) {
	.order-res-0 {
		order: 0;
	}

	.order-res-1 {
		order: 1;
	}

	.order-res-2 {
		order: 2;
	}

	.order-res-3 {
		order: 3;
	}

	.order-res-4 {
		order: 4;
	}

	.order-res-5 {
		order: 5;
	}

	.order-res-6 {
		order: 6;
	}

	.order-res-7 {
		order: 7;
	}

	.order-res-8 {
		order: 8;
	}

	.order-res-9 {
		order: 8;
	}

	.order-res-10 {
		order: 8;
	}
}

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

h1 {
	font-family: var(--merchant-bold-expanded);
	font-size: 40px;
	list-style: 121px;
}

/* Tablet Responsive */
@media (max-width: 991px) {
	h1 {
		font-size: 50px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 38px;
	}
}

/* Tablet Responsive */

/* Mobile Responsive  */
@media (max-width: 575px) {
	h1 {
		font-size: 30px;
	}
}

@media(max-width:280px){
	h1 {
		font-size: 25px;
	}
}

/* Mobile Responsive  */

h2 {
	font-family: var(--merchant-bold-expanded);
	font-size: 50px;
	list-style: 121px;
}

/* Laptop Responsive*/
@media (max-width: 1400px) {
	h2 {
		font-size: 44px;
	}
}

/* Laptop Responsive*/

/* Mobile Responsive  */
@media (max-width: 575px) {
	h2 {
		font-size: 22px;
	}
}

/* Mobile Responsive  */

h3 {
	font-size: 32px;
	font-weight: 400;
	line-height: 32px;
}

/* Mobile Responsive  */
@media (max-width: 575px) {
	h3 {
		font-size: 21px;
	}
}

/* Mobile Responsive  */

h4 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
}

h5 {
	font-size: 22px;
	line-height: 23px;
}

h6 {
	font-size: 20px;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
	h6 {
		font-size: 17px;
	}
}

@media (max-width: 1200px) {
	h6 {
		font-size: 15px;
	}
}

/* Laptop Responsive  */

a {
	text-decoration: none;
	color: var(--btn-color);
}

@media (max-width: 1200px) {
	a {
		font-size: 11px;
	}
}

a:hover {
	color: var(--btn-color);
}

.ps-6 {
	padding-left: 12rem !important;
}

.btn-login {
	font-size: 16px;
	font-family: var(--visby-semibold);
	background-color: var(--btn-background);
	padding: 10px 40px;
	color: var(--btn-color);
	display: inline-block;
	border-radius: 1px;
	transition: 1s;
	margin-top: 18px !important;
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
	.btn-login {
		font-size: 13px;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 1200px) {
	.btn-login {
		font-size: 10px;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
	.btn-login {
		font-size: 10px;
		max-width: 100%;
		display: block;
		text-align: center;
		width: 100%;
	}
}

/* Mobile Responsive  */

.btn-login:hover {
	background-color: var(--btn-hover);
	color: var(--btn-color);
	text-decoration: none;
}

a.kigi-btn {
	background-color: #c23127;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	transition: 0.6s;
	border-radius: 50px;
}

figure {
	margin-bottom: 0;
}

/* Universal Css End Here */

/* Prelaoder */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: rgba(194, 49, 39, 0.43);
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #c23127;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.wrapper {
	border-color: rgba(orange, 1);
	/* width: 60px; */
	min-height: 192px;
	position: relative;
	/* border: 2px solid; */
	/* border-left: 40px solid; */
	/* padding: 15px; */
	/* font-size: small; */
	/* display: inline-block; */
}

.wrapper h3 {
	font-size: 1rem;
	color: #02272f;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(270deg);
	transform-origin: 0 0;
}

.scroll {
	margin-top: 178px;
}

/* Mobile Header */
.custom-container {
	margin-left: auto;
	margin-right: auto;
	width: 93%;
}

@media (min-width: 1260px) {
	.custom-container {
		max-width: 1140px;
	}
}

/* Pagination Css  */
.shop-wrapper .showing-text {
	display: flex;
	align-items: center;
}

.shop-wrapper .showing-text h6 {
	font-size: 16px;
	font-family: var(--visby-semibold);
	margin-bottom: 0px;
}

.shop-wrapper .showing-text span {
	font-size: 14px;
	font-family: var(--visby-medium);
	color: var(--privacy-color);
	padding-left: 5px;
}

li.page-item.active .page-link {
	z-index: 3;
	color: var(--default-text-color);
	background-color: var(--extra-color);
	border-color: var(--active-border);
	border-radius: 5px;
}

.pagination .page-item .page-link {
	color: var(--btn-color);
	border-radius: 5px;
	background-color: var(--btn-hover);
	border: 1px solid var(--active-border);
	padding: 5px 10px !important;
	font-size: 16px;
	font-family: var(--visby-semibold);
}

.page-link:hover {
	z-index: 2;
	color: unset;
	background-color: unset;
	border-color: unset;
}

.page-link:focus {
	z-index: 3;
	color: unset;
	background-color: unset;
	outline: 0;
	box-shadow: unset;
}

.pagination-lg .page-item:last-child .page-link {
	/*background-color: var(--default-text-color);*/
	/*border-color: var(--active-border);*/
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	justify-content: center;
	gap: 10px;
}
.single_drop_down {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}

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

/* Mobile Responsive  */
@media (max-width: 575px) {
	.pagination-lg .page-item .page-link {
		padding: 2px 6px;
		font-size: 11px;
	}

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

/* Mobile Responsive  */

/* Pagination Css  */

/* Form Code  */
.form-group label {
	font-size: 16px;
	font-family: var(--visby-regular);
	color: var(--btn-color);
	margin-bottom: 6px;
	padding-left: 6px;
}

.form-group {
	margin-bottom: 35px;
}

.form-group input.form-control {
	border: 1px solid var(--contact-border);
	border-radius: 5px;
	height: 53px;
}

.form-group textarea.form-control {
	border: 1px solid var(--contact-border);
	border-radius: 5px;
	height: 169px;
	resize: none;
}

.form-group .contact-btn button {
	border: 0;
}

/* Form Code  */

/* top-heading Css Starts Here  */
.top-heading h1 {
	text-align: center;
	padding: 70px 0px;
}

/* top-heading Css Ends Here  */

/* Header Css Starts Here  */
#header .icons-wraper a {
	margin: 0px 15px;
	position: relative;
}

#header .icons-wraper a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 22px;
	display: block;
	background: var(--icons-border);
	top: 0;
	left: -18px;
	opacity: 0.28;
}

#header .icons-wraper a:first-child:before {
	width: 0px;
}

#header .nav-wrapper ul li.nav-item a.active:before {
	content: "";
	background-image: url(../img/navbackground.png);
	position: absolute;
	left: -6px;
	top: 15px;
	background-size: 55px;
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
}

#header .shopover-text h6 {
	font-family: var(--segoe-ui);
	color: var(--extra-color);
	text-align: center;
	font-size: 17px;
}

#header .nav-email ul {
	display: flex;
	gap: 25px;
	align-items: center;
	justify-content: flex-end;
}

#header .nav-email ul li {
	display: flex;
	align-items: center;
	gap: 10px;
}

#header .nav-email ul li a {
	font-size: 14px;
	font-family: var(--visby-medium);
}

#header .nav-email ul li i {
	font-size: 14px;
}

#header .nav-wrapper ul {
	display: flex;
	align-items: center;
}

#header .nav-wrapper ul li.nav-item {
	padding: 11px 8px;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease;
}

#header .nav-wrapper ul li.nav-item a {
	font-size: 15px;
	font-family: var(--visby-medium);
	position: relative;
	color: var(--btn-color);
}

#header .nav-login .nav-icon .cart-btn {
	position: relative;
}

#header .nav-login .nav-icon .cart-btn span {
	position: absolute;
	background: #000;
	color: #fff;
	font-size: 8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	line-height: 17px;
	top: -5px;
	right: 3px;
}

#header .nav-wrapper ul li.nav-item a.active {
	font-family: var(--visby-semibold);
}

#header .header-logo {
	text-align: center;
}

#header .nav-login {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: flex-end;
}

#header .nav-login .nav-icon a i {
	color: var(--btn-color);
	font-size: 18px;
}

#header .nav-login .nav-icon a {
	padding: 0px 12px;
}

#header .nav-login .nav-icon img {
	width: 19px;
	filter: brightness(0);
}
#header .header-sub {
	background: var(--header-background);
	padding: 16px 0;
}

/* Submenu */
.submenu {
	flex-direction: column;
	position: absolute;
	top: 30px !important;
	left: 0;
	background: var(--dropdown-background);
	box-shadow: 0 0 5px #ddd;
	width: 170px;
	z-index: 1;
	border: 1px solid var(--drop-border);
	padding: 20px;
	border-radius: 10px;
	transition: 0.4s ease;
	opacity: 0;
}

.submenu li {
	width: 100%;
	margin-bottom: 7px;
}

.submenu li a {
	font-size: 12px;
	font-family: var(--visby-medium);
	color: var(--btn-color);
}

.submenu li a:hover {
    font-weight: 700;
}

#header .nav-wrapper ul li.nav-item:hover {
	overflow: visible;
	opacity: 1;
}

#header .nav-wrapper ul li.nav-item:hover .submenu {
	top: 45px;
	opacity: 1;
}

/* Submenu  */

/* Laptop Responsive*/
@media (max-width: 1400px) {
	#header .nav-wrapper ul li.nav-item a {
		font-size: 13px;
	}

	#header .shopover-text h6 {
		font-size: 14px;
	}
	#header .nav-wrapper ul li.nav-item {
		padding: 7px;
	}
}

/* Laptop Responsive*/

/* Laptop Responsive  */
@media (max-width: 1200px) {
	#header .nav-wrapper ul li.nav-item {
		padding: 6px;
	}

	#header .nav-wrapper ul li.nav-item a {
		font-size: 11px;
	}

	#header .shopover-text h6 {
		font-size: 12px;
	}

	#header .nav-email ul li a {
		font-size: 12px;
	}

	.about-artist-sec .about-text h2 {
		font-size: 42px;
		padding-bottom: 10px;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
	#header .header-sub {
		display: none;
	}

	.nav-wrapper {
		display: none;
	}

	#header .nav-login {
		display: none;
	}

	#header .header-logo {
		text-align: left;
	}

	.header-bar {
		display: block !important;
	}

	#header .logo-main {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

/* Tablet Responsive  */

/* Header Css Ends Here  */

.search-box {
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	padding: 25px 0px;
	transition: 0.6s;
	transform: translateY(-150%);
}

.search-box.show {
	transform: translateY(0%);
}

.search-box .form-group {
	display: flex;
	align-items: center;
	position: relative;
}

/* search-box Starts Here  */

.search-box .form-group button {
	border: 0;
	background: transparent;
	position: absolute;
	right: 0;
	outline: none;
	padding: 10px 20px;
}

.search-box .form-group input {
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.search-box .cancel {
	text-align: right;
	padding: 10px 0px;
}

.search-box .cancel svg {
	color: #000;
	width: 35px;
	height: 35px;
}
/* Tablet Responsive  */
@media (max-width: 991px) {
	.search-box {
		z-index: 999;
	}
	.pagination .page-item .page-link {
		color: var(--btn-color);
		border-radius: 5px;
		background-color: var(--btn-hover);
		border: 1px solid var(--active-border);
		padding: 2px 5px !important;
		font-size: 10px !important;
		font-family: var(--visby-semibold);
	}
	.pagination{
		width: 100%;
		overflow-x: scroll;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
	.search-box {
		z-index: 999;
		padding: 0px 0px;
	}
}

/* Mobile Responsive  */

/* search-box Ends Here  */

/* Mobile Header Starts Here  */
.header-bar {
	display: none;
}

.secondary-header-icon-wrapper .icons-wraper a {
	margin: 0px 15px;
	position: relative;
}

.secondary-header-icon-wrapper .icons-wraper a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 22px;
	display: block;
	background: var(--icons-border);
	top: -3px;
	left: -18px;
	opacity: 0.28;
}

.secondary-header-icon-wrapper .icons-wraper a:first-child:before {
	width: 0px;
}

.mobile-header ul.mobile-heaader-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 20px 0px;
}

.mobile-header-text .shopover-text h6 {
	font-family: var(--segoe-ui);
	color: var(--extra-color);
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}

.mobile-header ul.mobile-heaader-menu li.nav-items {
	margin-bottom: 9px;
}

.mobile-header .nav-email ul {
	display: block;
	gap: 25px;
	align-items: center;
	justify-content: flex-end;
}

.mobile-header ul.mobile-heaader-menu a.nav-anchor :hover {
	overflow: visible;
	opacity: 1;
}

.mobile-header ul.mobile-heaader-menu a.nav-anchor :hover .submenu {
	top: 45px;
	opacity: 1;
}

.mobile-header .nav-email ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.mobile-header .nav-email ul li a {
	font-size: 14px;
	font-family: var(--visby-medium);
}

.accordion-flush .accordion-item .accordion-button:focus {
	box-shadow: none;
}

.accordion-button::after {
	width: 10px;
	height: 10px;
	background-size: 100%;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
	width: 10px;
	height: 10px;
	background-size: 100%;
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
	width: fit-content;
	gap: 7px;
	padding: 0px 0px;
	outline: none;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}

button.accordion-button.nav-anchor {
	font-size: 15px;
	font-family: var(--visby-medium);
	position: relative;
	color: var(--btn-color);
}

.mobile-header ul.mobile-heaader-menu .nav-anchor {
	padding: 0px;
}

.mobile-header .nav-email ul li i {
	font-size: 14px;
}

.mobile-header .nav-email {
	margin-top: 25px;
}

.mobile-header .mobile-heaader-menu a.nav-anchor {
	font-size: 15px;
	font-family: var(--visby-medium);
	position: relative;
	color: var(--btn-color);
}

.mobile-header .accordion-body {
	padding: 0px 1.25rem;
}

.secondary-header-icon-wrapper .icons-wraper a svg {
	width: 9px;
}

.mobile-header {
	width: 75%;
	height: 100%;
	position: fixed;
	background-color: var(--default-text-color);
	top: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	z-index: 9;
	transition: 0.7s;
	padding: 78px 20px 0px 20px;
	transform: translateX(150%);
	overflow: scroll;
}

.mobile-header.active {
	transform: translateX(0%);
}

.mobile-header .close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 26px;
	cursor: pointer;
}

.mobile-header .cancel {
	background: #000000;
	width: 35px;
	text-align: center;
	height: 34px;
	line-height: 33px;
	margin: 0px 20px 20px auto;
	color: #fff;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	font-size: 26px;
}

.colse-header {
	position: absolute;
	top: 11px;
	right: 2px;
}

.mobile-header .nav-icon .cart-btn span {
	position: absolute;
	background: #000;
	color: #fff;
	font-size: 8px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	top: -7px;
	right: 1px;
}

.mobile-header .nav-icon .cart-btn {
	position: relative;
}

.mobile-header .nav-icon a {
	padding-right: 10px;
}

.mobile-header .nav-icon img {
	width: 19px;
	filter: brightness(0);
}
.mobile-header .nav-icon a i {
	color: var(--btn-color);
	font-size: 16px;
}
.mobile-header .nav-icon {
	display: flex;
	align-items: center;
	gap: 5px;
}

/* slider-sec Css Starts Here    */
section.slider-sec {
	padding: 60px 0px;
}

.banner-slider .slick-slide {
	transform: translateX(-390px) !important;
}

.banner-slider figure {
	margin-bottom: 0;
	padding: 0 3%;
}

.banner-slider img.img-fluid {
    height: 540px;
    border-radius: 5px;
    width: 100%;
}

.banner-slider .slick-arrow {
	position: absolute;
	bottom: -51px;
	z-index: 99;
	cursor: pointer;
}

.banner-slider .slick-slide {
	height: auto;
}

.slider-sec .banner-slider .slick-prev {
	right: 170px;
	background: var(--extra-color);
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	text-align: center;
}

.slider-sec .banner-slider .slick-next {
	right: 134px;
	background: var(--extra-color);
	width: 25px;
	height: 25px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-sec i.fa.fa-chevron-left {
	color: var(--body-color);
	font-size: 15px;
}

/* .banner-slider .slick-next {
    right: 10px;
} */
.slider-sec i.fa.fa-chevron-right {
	color: var(--body-color);
	font-size: 15px;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
	.banner-slider .slick-slide {
		transform: translateX(-340px) !important;
	}
}

@media (max-width: 1366px) {
	.banner-slider .slick-slide {
		transform: translateX(-304px) !important;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
	.banner-slider .slick-slide {
		transform: translateX(0px) !important;
	}
}

/* Tablet Responsive  */

/* Tablet Responsive  */
@media (max-width: 768px) {
	.banner-slider .slick-slide {
		transform: translateX(0px) !important;
	}
}

/* Tablet Responsive  */

/* mobile Responsive */
@media (max-width: 575px) {
	.banner-slider .slick-slide {
		transform: translateX(0px) !important;
	}

	.banner-slider img.img-fluid {
		height: unset;
	}
}

/* mobile Responsive */

/* slider-sec Css Ends Here    */

/* about-artist-sec Css Starts Here  */
section.about-artist-sec {
    padding-top: 90px;
    padding-bottom: 160px;
}

.about-artist-sec .about-img figure img:hover {
	transform: scale(1.07);
}

.about-artist-sec .about-img figure img {
	border-radius: 5px;
	transform-origin: center left;
	transition: 0.3s;
}

.about-artist-sec .about-text h2 {
	font-size: 50px;
	font-family: var(--merchant-bold-expanded);
	color: var(--heading-font);
	padding-bottom: 15px;
}

.about-artist-sec .about-text {
	position: relative;
}

.sidebar-img {
	right: 30px;
	position: absolute;
	bottom: -165px;
}

.sidebar-img img.img-fluid {
	width: 290px;
	height: 200px;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
	.sidebar-img {
		right: 30px;
		position: absolute;
		bottom: -88px;
	}

	.sidebar-img img.img-fluid {
		width: 240px;
		height: 121px;
	}
}

/* Laptop Responsive  */

/* Laptop Responsive  */
@media (max-width: 1200px) {
	.about-artist-sec .about-text h2 {
		font-size: 43px;
		padding-bottom: 10px;
	}

	.sidebar-img {
		right: 30px;
		position: absolute;
		bottom: -70px;
	}

	.sidebar-img img.img-fluid {
		width: 220px;
		height: 100px;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
	section.about-artist-sec {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	.about-artist-sec .about-text {
		padding-top: 35px;
		margin-bottom: 10px;
	}

	.sidebar-img {
		display: none;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
	.about-artist-sec .about-text h2 {
		font-size: 22px;
		padding-bottom: 10px;
	}

	section.about-artist-sec {
		padding-top: 0px;
	}

	.sidebar-img {
		display: none;
	}
}

/* Mobile Responsive  */

/* about-artist-sec Css Ends Here  */

/* tabs-sec Css Starts Here  */
section.tabs-sec {
    padding: 20px 0px;
}
.tabs-sec .nav-pills {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabs-sec .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: var(--body-color);
	background-color: var(--extra-color);
	font-family: var(--visby-bold);
}

.tabs-sec .nav-pills .nav-link {
	border: 0;
	border-radius: 0.25rem;
	color: var(--tab-color);
	background-color: var(--btn-background);
	margin: 0px 18px;
	font-size: 16px;
	font-family: var(--visby-regular);
	padding: 8px 40px;
	border-radius: 0;
	cursor: pointer;
}

.tabs-sec .galler-text {
	text-align: center;
	padding-bottom: 20px;
}

.tabs-sec .tabs-img {
    position: relative;
    padding-top: 3rem;
}

.tabs-sec .tabs-img .new-text span {
	position: absolute;
	top: 0;
	left: -18px;
	word-break: break-all;
	width: 19px;
	text-align: center;
	font-size: 16px;
	font-family: var(--visby-medium);
	color: var(--body-color);
	background: var(--extra-color);
}

.tabs-sec .gallery-btn {
	text-align: center;
	padding-top: 50px;
}

.tabs-sec .tabs-img .add-btn {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: 170px;
	width: 100%;
	top: 0;
	transition: 0.4s ease;
	opacity: 0;
}

.tabs-sec .tabs-img:hover .add-btn {
	opacity: 1;
	top: 101%;
}

.tabs-sec .tabs-img .add-btn .btn-add {
	color: var(--body-color);
	background: var(--heading-font);
	text-align: center;
	padding: 10px 25px;
	font-size: 16px;
	font-family: var(--visby-medium);
	border-radius: 0px 0px 10px 10px;
	transition: 0.5s;
}
.tabs-sec .tabs-img img.img-fluid {
    width: 100%;
    height: 250px !important;
}
/* Laptop Responsive  */
@media (max-width: 1200px) {
	.tabs-sec .nav-pills .nav-link {
		font-size: 14px;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
	.tabs-sec .nav-pills .nav-link {
		font-size: 11px;
		margin: 0px 8px;
		padding: 8px 30px;
	}

	/* .tabs-sec .tabs-img {
		margin-top: 40px;
	} */
}

@media (max-width: 768px) {
	.tabs-sec .nav-pills .nav-link {
		margin: 8px 8px;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
	section.tabs-sec {
		padding: 60px 0px;
	}
	.tabs-sec .nav-pills {
		display: block;
		text-align: center;
	}
}

/* Mobile Responsive  */

/* tabs-sec Css Ends Here  */

/* Exhibiton-sec Starts Here  */
.exhibition h2 {
	text-align: center;
	padding-bottom: 23px;
}

.exb__card {
	position: relative;
	padding: 1rem;
	overflow: hidden;
	height: auto;
}

.exb__card img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: 250px;
}

.exb__text-wrap {
    background: #f9f9f9;
    list-style: none;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 5px 5px;
    height: 90px;
}
.exb__text {
	color: var(--span-font);
	font-size: 15px;
	font-family: var(--visby-regular);
}

.exb__price {
    color: #000;
    font-family: var(--visby-bold);
    font-size: 15px;
}

/* .exb__card li span {
    font-size: 17px;
    font-family: var(--visby-regular);
    color: var(--extra-color);
} */

.exhibition__slider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-top: 6rem;
	cursor: pointer;
}

.exhibition__slider .slick-dots button {
	display: none;
}

.exhibition__slider .slick-dots li {
	background: var(--btn-hover);
	height: 10px;
	width: 30px;
	margin: 0 6px;
	border-radius: 30px;
	transition: 0.4s ease;
}

.exhibition__slider .slick-dots li.slick-active {
	background: var(--extra-color);
	width: 68px;
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
	.exb__text {
		font-size: 12px;
	}

	.exb__price {
		font-size: 12px;
	}
}

/* Laptop Responsive  */
/* Tablet Responsive   */
@media (max-width: 991px) {
	.exb__card {
		padding: 6px;
	}

	.exb__text-wrap {
		padding: 7px;
	}

	.exb__text {
		font-size: 10px;
	}

	.exb__price {
		font-size: 10px;
	}
}

/* Tablet Responsive   */

/* Exhibiton-sec Ends Here  */

/* explore-sec Css Satrts Here  */
section.explore-sec {
	padding-top: 150px;
}

.explore-sec .explore-first {
	text-align: center;
	padding-bottom: 50px;
	position: relative;
}

.explore-sec .sidebar-img {
	right: -100px;
	top: -11px;
	position: absolute;
}

.explore-sec .explore-first h2 {
	font-size: 58px;
	font-family: var(--merchant-bold-expanded);
	color: var(--heading-font);
}

.explore-sec .explore-first p {
	width: 60%;
	margin: auto;
}

.explore-sec .explore-text {
	text-align: center;
}

.explore-sec .explore-text h2 {
	font-size: 58px;
	font-family: var(--merchant-bold-expanded);
	color: var(--heading-font);
}

.explore-sec .explore-text p {
	width: 65%;
	margin: auto;
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
	.explore-sec .explore-text h2 {
		font-size: 43px;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
	section.explore-sec {
		padding-top: 100px;
	}
	.explore-sec .explore-text {
		padding: 50px 0px 0px;
	}
}

/* Tablet Responsive  */
/* Tablet Responsive  */
@media (max-width: 768px) {
	.explore-sec .explore-first h2 {
		font-size: 43px;
	}

	.explore-sec .explore-first p {
		width: 100%;
	}

	.explore-sec .explore-text p {
		width: 100%;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
	.explore-sec .explore-first p {
		width: 100%;
	}

	.explore-sec .explore-first h2 {
		font-size: 22px;
	}

	.explore-sec .explore-first {
		padding-bottom: 28px;
	}

	.explore-sec .explore-text h2 {
		font-size: 22px;
	}

	.explore-sec .explore-text p {
		width: 100%;
	}

	section.explore-sec {
		padding-top: 70px;
	}
}

/* Mobile Responsive  */

/* explore-sec Css Ends Here  */

/* customization-sec Css Starts Here  */

section.customization-sec {
	padding: 90px 0px;
}

.customization-sec .explore-text h2 {
	font-size: 58px;
	font-family: var(--merchant-bold-expanded);
	color: var(--heading-font);
}

/* .customization-sec .explore-text p {
    width: 65%;
    margin: auto;
} */
.customization-sec .customization-img figure img {
	border: 1px solid var(--img-border);
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
	.customization-sec .explore-text h2 {
		font-size: 43px;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
	.customization-sec .explore-text {
		padding-bottom: 60px;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
	.customization-sec .explore-text h2 {
		font-size: 22px;
	}

	section.customization-sec {
		padding: 30px 0px;
	}
}

/* Mobile Responsive  */

/* customization-sec Css Ends Here  */

/* subscribe-sec Css Starts Here  */
section.subscribe-sec {
	background: var(--header-background);
	padding: 70px 0px;
	position: relative;
}

.subscribe-sec .sec-background {
	position: absolute;
	top: -100%;
	right: 0;
}

.subscribe-sec .subscribe-text h2 {
	font-family: var(--merchant-bold-expanded);
	color: var(--heading-font);
}

.subscribe-sec .subscribe-text {
	text-align: center;
}

.subscribe-sec .subscribe-text p {
	width: 60%;
	margin: auto;
	margin-bottom: 15px;
}

.subscribe-sec .subscribe-form input {
	border: 0;
	outline: none;
	background: unset;
	width: 100%;
	padding: 15px 13px;
}

.subscribe-sec .subscribe-form button.btn-login {
	border: 0;
}

.subscribe-sec .subscribe-form input.form-control {
	height: 80px;
	width: 86%;
}

.subscribe-form form {
	border: 1px solid var(--form-border);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.subscribe-form form input[type="email"] {
	border: 0;
	outline: none;
}

section.customization-sec {
	position: relative;
}

section.customization-sec::after {
	content: "";
	position: absolute;
	display: block;
	width: 315px;
	height: 535px;
	right: -51px;
	bottom: -111px;
	background-image: url("../img/background.png");
	z-index: 999999;
}

/* Tablet Responsive  */
@media (max-width: 768px) {
	.subscribe-sec .subscribe-text p {
		width: 100%;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
	section.customization-sec::after {
		display: none;
	}
}

/* Mobile Responsive  */

/* subscribe-sec Css Ends Here  */

/* Blogs-sec Css Starts Here  */
section.blogs-sec {
	padding: 80px 0px;
}

.blogs-slider .blogs-set {
	padding: 0px 40px;
	height: auto !important;
}

.blogs-sec .latest-blog {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.blogs-sec .latest-blog h2 {
	padding-left: 40px;
}

.blogs-sec .latest-blog .blogs-btn {
	padding-right: 40px;
}

.blogs__card {
    position: relative;
    padding: 15px 15px;
    overflow: hidden;
    height: 100%;
    background-color: var(--blogs-background);
    border-radius: 15px;
}

.blogs__card .blogs-img img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.blogs__card .blogs-img {
	position: relative;
}

.blogs__card li span {
	font-size: 17px;
}

.blogs-slider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-top: 6rem;
	cursor: pointer;
}

.blogs-slider .slick-dots button {
	display: none;
}

.blogs-slider .slick-dots li {
	background: var(--btn-hover);
	height: 10px;
	width: 30px;
	margin: 0 6px;
	border-radius: 30px;
	transition: 0.4s ease;
}

.blogs-slider .slick-dots li.slick-active {
	background: var(--extra-color);
	width: 68px;
}

.blogs-slider .blogs__card h5 {
    font-family: var(--visby-bold);
    padding-top: 35px;
    font-size: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.blogs-slider .blogs__card p {
    font-size: 14px;
    font-family: var(--visby-regular);
    color: var(--para-font);
    opacity: 0.71;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
	padding: 0;
}

.blogs-slider .blogs__card .blogs-span {
	display: flex;
	align-items: center;
	gap: 10px;
}

.blogs-slider .blogs__card .blogs-span span {
	font-size: 12px;
	font-family: var(--visby-semibold);
	color: var(--heading-font);
	padding-left: 5px;
}

.blogs-slider .blogs__card .blogs-span i.fas.fa-user-alt {
	font-size: 12px;
	color: var(--heading-font);
}

.blogs-slider .blogs__card .blogs-span .blogs-date i.far.fa-calendar-alt {
	font-size: 12px;
	color: var(--heading-font);
}

.blogs-slider .blogs__card .blogs-span .span-border {
	opacity: 0.28;
}

.blogs-slider .blogs__card .blogs-img {
	position: relative;
}

.blogs__card .blogs-img .blogs-share {
	display: flex;
	align-items: center;
	gap: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: var(--body-color);
	padding: 10px 22px;
	justify-content: space-between;
	border-radius: 10px 0px 10px 0px;
	width: 42%;
}

.blogs__card .blogs-img .blogs-share h6 {
	font-size: 18px;
	font-family: var(--visby-semibold);
	margin-bottom: 0px;
}

.blogs__card .blogs-img .blogs-share i.fas.fa-share {
	font-size: 18px;
	margin-bottom: 0px;
}

.blogs-slider .blogs__card .blogs-anchor a {
	border: 2px solid var(--btn-color);
	border-radius: 100%;
	display: inline-block;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 2px;
	margin-left: auto;
}

/* laptop Responsive  */
@media(max-width:1400px){
	.blogs-slider .blogs__card .blogs-span span {
		font-size: 10px;
	}
	.blogs__card .blogs-img .blogs-share {
		gap: 11px;
	}
}
/* laptop Responsive  */


/* laptop Responsive  */
@media (max-width: 1200px) {
	.blogs-slider .blogs__card h5 {
		font-size: 18px;
	}

	.blogs-slider .blogs__card .blogs-span span {
		font-size: 7px;
	}

	.blogs-slider .blogs__card p {
		font-size: 12px;
		padding-top: 15px;
		margin-bottom: 10px;
	}

	.blogs__card .blogs-img .blogs-share {
		gap: 9px;
		right: -3px;
		width: 47%;
	}

	.blogs__card .blogs-img .blogs-share h6 {
		font-size: 14px;
	}

	.blogs__card .blogs-img .blogs-share i.fas.fa-share {
		font-size: 14px;
	}
	.blogs-slider .blogs-set {
		padding: 0px 20px;
	}
}

/* laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
	.blogs-slider .blogs-set {
		padding: 0px 10px;
	}

	.blogs-slider .blogs__card .blogs-span span {
		font-size: 8px;
	}
}

/* Tablet Responsive  */

/* Tablet Responsive  */
@media (max-width: 768px) {
	.blogs-sec .latest-blog h2 {
		font-size: 28px;
	}
	.blogs-slider .blogs__card .blogs-span {
		display: flex;
		align-items: start;
		flex-direction: column;
	}
	.blogs-slider .blogs__card .blogs-span .span-border {
		opacity: 0;
		display: none;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
	section.blogs-sec {
		padding: 0px 0px 60px 0px;
	}

	.blogs-sec .latest-blog {
		display: block;
	}

	.blogs-sec .latest-blog .blogs-btn {
		justify-content: end;
		display: flex;
	}

	.blogs-slider .blogs-set {
		padding: 0px 0px;
	}
}

/* Mobile Responsive  */

/* Blogs-sec Css Ends Here  */

/* footer Css Starts Here  */
footer.footer {
	padding-bottom: 70px;
}

.back__to-top {
	height: 95px;
	width: 95px;
	border: 2px solid #000;
	border-radius: 50%;
	text-align: center;
	line-height: 115px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer h2.foo__mail {
	font-family: var(--visby-bold);
}

.back__to-top i {
	transform: rotate(-135deg);
	font-size: 30px;
	color: #000;
}

.foo__mail a {
	color: #000;
}

.foo__list li a {
	color: var(--btn-color);
	font-size: 17px;
	font-family: var(--visby-light);
}

.footer form {
	background: #e6e6e6;
	padding: 0.6rem;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.foo__title {
	margin: 1.5rem 0;
}

h3.foo__title {
	font-size: 26px;
	font-family: var(--visby-semibold);
}

.footer form input[type="email"] {
	background: transparent;
	border: 0;
	outline: none;
	padding-left: 10px;
}

.footer form input[type="email"]::placeholder {
	color: #9f9f9f;
	font-size: 14px;
	font-family: var(--visby-semibold);
}

.footer .border-right {
	border-right: 1px solid #d8d8d8;
}

.footer form label input[type="submit"] {
	display: none;
}

.footer form button.btn-plane {
	border: 0;
	background: var(--btn-color);
	color: var(--default-text-color);
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 14px;
	transition: 0.3s ease;
	cursor: pointer;
}

.footer .icons-wraper a {
	margin: 0px 15px;
	position: relative;
}

.footer .icons-wraper a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 22px;
	display: block;
	background: var(--btn-color);
	top: 0;
	left: -18px;
	opacity: 0.28;
}

.footer .icons-wraper a:first-child:before {
	width: 0px;
}

.footer .icons-wraper {
	margin-top: 10px;
}

.footer .icons-wraper a svg {
	width: 10px;
}

/* Laptop Responsive  */
@media (max-width: 1400px) {
	.footer form {
		background: #e6e6e6;
		padding: 0.6rem;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center !important;
	}
	.footer form input[type="email"]{
		padding-left: 0px !important;
	}
	.foo__list li a {
		color: var(--btn-color);
		font-size: 17px;
		font-family: var(--visby-light);
	}

	h3.foo__title {
		font-size: 20px;
	}
}

/* Laptop Responsive  */

/* Laptop Responsive  */
@media (max-width: 1200px) {
	.foo__mail a {
		font-size: 36px;
	}

	.foo__list li a {
		font-size: 12px !important;
	}

	h3.foo__title {
		font-size: 17px;
	}

	.footer form {
		position: relative;
	}

	.footer form button.btn-plane {
		font-size: 13px;
		position: absolute;
		right: 8px;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */
@media (max-width: 991px) {
	.foo__mail a {
		font-size: 28px;
	}

	.back__to-top {
		height: 60px;
		width: 60px;
	}

	.back__to-top svg {
		width: 30px;
	}

	.footer .border-right {
		border-right: 0px;
	}

	.footer .icons-wraper a {
		margin: 0px 10px;
	}

	.footer .icons-wraper a::before {
		width: 0px;
	}

	.footer form {
		width: 206px;
	}

	.foo__title {
		margin: 1.2rem 0;
	}
}

/* Tablet Responsive  */

/* Tablet Responsive  */
@media (max-width: 768px) {
	footer.footer {
		padding-bottom: 30px;
	}

	.footer form {
		width: 100%;
	}

	.footer h2.foo__mail {
		text-align: left;
		margin-bottom: 15px;
	}

	.back__to-top {
		margin-left: unset;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 575px) {
	.footer .border-right {
		border-right: unset;
	}

	.foo__mail a {
		font-size: 20px;
	}

	.back__to-top {
		margin-left: unset;
		margin-top: 10px;
	}
}

@media(max-width:280px){
	.foo__mail a {
		font-size: 18px;
	}
}
/* Mobile Responsive  */

/* footer Css Ends Here  */

.subscribe-sec .subscribe-form {
	/* display: flex; */
	position: relative;
	text-align: center;
	max-width: 800px;
	margin: auto;
}

/* Modal Starts Here  */
#welcomeModal {
	backdrop-filter: blur(15px);
}

#welcomeModal .modal-body {
	padding: 0 100px 50px;
}

#welcomeModal .modal-body .modal-text img {
	width: 100%;
}

#welcomeModal .modal-body .modal-text {
	text-align: center;
}

#welcomeModal .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	background: #ffffff26;
	backdrop-filter: blur(10px);
}

#welcomeModal .modal-body .modal-text h3 {
	font-size: 43px;
	font-family: var(--merchant-bold-expanded);
	padding-top: 26px;
	color: var(--body-color);
}

#welcomeModal .modal-body .modal-text h4 {
	font-size: 29px;
	font-family: var(--merchant-bold-expanded);
	text-align: center;
	padding-top: 25px;
	color: var(--body-color);
}

#welcomeModal .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: end;
	padding: 0rem 1rem;
	border-bottom: 0;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

#welcomeModal .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #68686861;
	backdrop-filter: blur(30px);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	outline: 0;
}

button.close {
	border: 0;
	background: transparent;
	font-size: 40px;
	color: var(--body-color);
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 1000px;
		margin: 1.75rem auto;
	}
}

@media (max-width: 575px) {
	#welcomeModal .modal-body {
		padding: 0 2px 16px;
	}

	#welcomeModal .modal-body .modal-text h3 {
		font-size: 22px;
	}

	#welcomeModal .modal-body .modal-text h4 {
		font-size: 16px;
	}
}

/* Modal Ends Here  */
div#welcomeModal::-webkit-scrollbar {
	display: none;
}
