.nav-item .nav-link {
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 2px;
}

.nav-item .nav-link:hover {
	color: var(--gray-color);
}

#navbarSupportedContent {
	position: relative;
	bottom: 23px;
}

.offcanvas-body ul li {
	text-align: start;
	background-color: #000000;
}

.navbar-mobile-logo img {
	width: 50px;
}

.navbar {
	position: relative;
	top: 10px;
	z-index: 1;
	background-color: var(--light-color);
}

.navbar-custom {
	background-color: var(--light-color);
	border-radius: 50px;
	padding: 10px 20px;
}

.navbar-custom .navbar-brand {
	font-weight: bold;
}

.navbar-custom .nav-link {
	color: #000 !important;
	text-transform: capitalize;
	margin: auto;
}

.navbar-custom .nav-link:hover {
	color: var(--primary-color) !important;
}

.create-account-btn {
	background-color: var(--primary-color);
	border-radius: 20px;
	padding: 10px 10px;
	color: #fff;
	font-family: var(--secondary-regular-font);
	font-size: 12px;

}

.create-account-btn:hover {
	background-color: var(--primary-color);
}

.mobile_menu {
	display: none;
}

.icon_box {
	background: var(--gray-color);
	border-radius: 30px;
	padding: 8px;
	display: flex;
	justify-content: center;
	width: 31px;
	height: 31px;
	margin: 0 10px;
	position: relative;
}

.icon_box img {
	width: 25px;

}

.icon_box div {
	background: black;
	border-radius: 30px;
	width: 18px;
	height: 18px;
	border: 1px solid #303030;
	color: white;
	padding: 3px 6px;
	position: absolute;
	bottom: 15px;
	left: 21px;
	font-size: 7px;
}



/* navbar end */

/* hero section */
.banner {
	height: 850px;
}

.slider-section {}

.banner__wrapp {
	position: relative;
}

.banner__wrapp .banner_img {
	width: 100%;
	position: absolute;
	margin-top: -91px;
	height: 890px;
}

.images_collage img {
	height: 50px;

}

.comment_line_long {
	/* width: 0.5px; */
	width: 1px;
	height: 33rem;
	padding: 0;
	border-left: 1px solid var(--gray-color);
	position: absolute;
	top: 17%;
	left: 3%;
}

.hr_dark {
	width: 100%;
	height: 1px;
	padding: 0;
	border-bottom: 1px solid var(--dark-color);
	margin: 20px 0px;
}

.comment_line_short {
	/* width: 0.5px; */
	width: 1px;
	height: 8rem;
	padding: 0;
	border-left: 1px solid var(--gray-color);
	position: absolute;
	top: 34%;
	left: 95px;
}

.vertical-text {
	position: relative;
	right: 17px;
	top: 47%;
	font-family: var(--primary-regular-font);
	display: flex;
	flex-direction: column;
	gap: 54px;
}



/* custom  button */

.custom-btn {
	background-color: #3b3bff;
	color: white;
	border-radius: 50px;
	padding: 5px 5px 5px 22px;
	display: inline-flex;
	align-items: center;
	border: none;
	transition: background-color 0.3s ease;
	position: relative;
	font-family: var(--secondary-regular-font);
	font-size: 12px;
}

.custom-btn:hover {
	background-color: #ffffff;
	/* Darker color on hover */
	color: var(--primary-color);
	font-family: var(--secondary-regular-font);

}

.btn-arrow {
	margin-left: 10px;
	/* Space between text and arrow */
	background-color: white;
	/* Background of the circle */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: background-color 0.3s ease;
	position: relative;
}

.btn-arrow img {
	width: 13px;
	height: auto;
	position: absolute;
	top: 9px;
}

/* end custom button */

.social-media-links {
	margin: 10px 0;
	position: relative;
}

.social-media-links span i {
	color: white;
	margin: 0 5px;

}

.banner_content {
	margin-top: 90px;
}



/* arrow down */


.scroll-down span {
	letter-spacing: 5px;
	position: absolute;
	left: 29px;
	top: 70%;
	transform: translateY(-50%);
	writing-mode: vertical-lr;
	text-orientation: mixed;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: white;
	cursor: pointer;
	font-family: var(--secondary-regular-font);
	text-transform: capitalize;
	transform: rotate(540deg);
	height: 140px;
}

.arrow_down {
	position: relative;
	width: 12px;
	height: 20px;
	top: 270px;
	right: 94px;
}


.arrow_down img {
	width: 15px;
	height: 15px;
}

@keyframes bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(10px);
	}
}

/* Main container */
.video-card {
	max-width: 700px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Video container */
.video-container {
	position: relative;
}

/* Play button */
.play-btn {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px 15px;
	background-color: #007bff;
	color: white;
	border-radius: 50%;
	border: none;
	font-size: 24px;
	text-decoration: none;
}

.play-btn:hover {
	background-color: #0056b3;
	color: #fff;
}

/* Text overlay on video */
.video-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 5px 10px;
	border-radius: 5px;
	margin: 10px;
	font-size: 14px;
}

.embed-responsive-item {
	border-radius: 30px;
	margin: 20px;
	height: 186px;
	width: 330px;
}

.embed-responsive-item source {
	border-radius: 20px;
}


.video_play_icon {
	position: absolute;
	top: 25px;
	right: 10px;
}

.play_icon {
	width: 30px;
	height: 30px;
	background-color: var(--primary-color);
	border-radius: 90px;
	text-align: center;
}

.play_icon .fa-play:before {
	font-size: 10px;
	color: white;

}

.text_and_global {
	position: absolute;
	bottom: 40px;
	left: 38px;
	display: flex;
}

.global_icon {
	width: 30px;
	height: 30px;
	background-color: var(--primary-color);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.global_icon .fa-globe:before {
	font-size: 15px;
	color: white;

}

.text_overlay {
	font-size: 12px;
	color: black;
	font-family: var(--secondary-medium-font);
	border-radius: 20px;
	background-color: var(--light-color);
	padding: 0px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.star-rating .fa-star:before {
	font-size: 12px;
}

/*  brand logo */
.brands_logo {
	width: 200px;
	margin: 10px;
}

/*  brand lo{go End */
/* Star rating styling */
.star-rating .fa-star {
	font-size: 18px;
}

.star-rating .checked {
	color: #ffc107;
}

/* Reviewer images styling */
.rounded-circle {
	border: 2px solid #fff;
}

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


/* slider dots */






.slick-dots {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	color: var(--light-color);
	text-transform: uppercase;
	position: absolute;
	left: -1200px !important;
}

.slick-dots li.slick-active button:before {
	color: white !important;
}

.slick-dots li button:before {
	color: white !important;
}

.slick-dots li button:before {
	color: white !important;
}

.slick-dots li button::after {
	color: white !important;
}

.slick-dots li button::before {
	font-family: slick;
	font-size: 7px !important;
	line-height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px !important;
	height: 10px !important;
	content: "•";
	text-align: center;
	margin: 5px;
	opacity: 0.25;
	color: rgb(255, 255, 255);
	-webkit-font-smoothing: antialiased;
}

/* slider dots */

.social_icon_box {
	position: absolute;
	right: 60px;
	width: 315px;
	margin-left: auto;
	bottom: -21px;
	background-color: var(--dark-color);
}

.social_icon_box ul {
	display: flex;
	justify-content: center;
	align-items: center;
}


.social_icon_box ul li a {
	color: var(--light-color);
	font-family: var(--primary-medium-font);
	text-decoration: none;
	list-style: none;
	font-size: 14px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 80%;
}


.social_icon_box ul li {
	height: 40px;
	width: 60px;
	list-style: none;
}

.vertical-line {
	width: 0.5px;
	height: 40px;
	border-left: 1px solid var(--light-color);
}

.content_box {
	position: absolute;
	width: 482px;
	height: 159px;
	background-color: var(--dark-color);
	bottom: -21px;
	left: 80px;
	padding: 20px;


}

.vertical-line-2 {
	width: 0.5px;
	height: 90px;
	border-left: 1px solid var(--gray-color);
}

.vertical-line-dark {
	width: 0.5px;
	height: 90px;
	border-left: 1px solid var(--dark-color);
}

#Exhibition_img img {
	height: 415px;
}


.art-inner {
	display: flex;
	justify-content: center;
	width: 150px;
}

/* .product_card {
	max-width: 300px;
	height: 300px;
	margin: 50px auto;
} */
.product_card {
	max-width: 403px;
	/* height: 300px; */
	margin: 50px 10px;
}

.product_card img {
	height: 308px;
	width: 411px;
}

.product_img {


	width: 65px;
	height: 65px;
	background: white;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.product_img img {
	border-radius: 0px !important;
}

.card_body {
	height: 70px;
	/* overflow: auto; */
}

.footer_logo {
	display: flex;
	justify-content: start;
}

.footer_logo img {
	width: 180px;
}


/* about Start*/
.book_Escher_slider {
	position: relative;
	bottom: 180px;
	margin: 50px 0px 0px 0px;
}

.book_escher img {

	height: 261px;
	display: block;
	width: 191px;
}

.plane_line {
	width: 95%;
	border-bottom: 1px solid white !important;
	border-top: 1px solid white !important;
	margin: 30px 10px;
}

.plane_line_black {
	width: 100%;
	border-bottom: 1px solid rgb(0, 0, 0) !important;
	/* border-top: 1px solid rgb(0, 0, 0) !important; */
	margin: 5px 0px 10px 0px;
}



/* Video Sec  */
.vid__toggler {
	border-radius: 50%;
	width: 86px;
	height: 85.5px;
	display: grid;
	place-content: center;
	box-shadow: 0 0 0 8px #ffffff47;
	transition: 0.3s ease;
	animation: blink 2s forwards infinite;
	cursor: pointer;
}

.fa-play:before {
	font-size: 30px;
	content: "\f04b";
}

.text__wrap {
	display: none;
}

.video__wrapp:hover .text__wrap {
	display: block;
	transition: all 2s ease-in;

}

/* .video__wrapp:hover .video_btn {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);

} */

@keyframes blink {
	0% {
		box-shadow: 0 0 0 0px #ffffff47;
	}

	100% {
		box-shadow: 0 0 0 8px #ffffff47;
	}
}

.vid__toggler:hover {
	background: var(--gray-color) !important;
	color: #fff;
}

.video__wrapp {
	border-radius: 0px;
	overflow: hidden;
}

.full__vid {
	width: 100%;
	height: 100%;
}

.video__wrapp:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background: linear-gradient(0deg, #000000bf, #00000057, transparent);
}

.video_btn {
	position: absolute;
	bottom: 35%;
	left: 50%;
	transform: translate(-50%, -50%);

}

/* Video Sec  */
.testimonials {
	max-width: 1030px;
	height: 280px;
}

.testimonials p {
	font-style: italic;
	font-weight: 500;
	text-transform: capitalize;

	margin: 20px auto;
}

.testimonials::before {
	content: "";
	display: block;
	background-image: url("../img/qoutes.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 40px;
	position: absolute;
	left: 25px;
	top: 15px;

}

.testimonials::after {
	content: "";
	display: block;
	background-image: url("../img/qoutes_after.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 40px;
	position: absolute;
	right: 50px;
	bottom: 20px;
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 1px;
	padding: 0;
	cursor: pointer;
}

/* about End*/

/* >>>>>>thank you */
.thank_you_box {
	max-width: 800px;
	margin: 30px auto;
	background-color: var(--light-gray);
	padding: 20px;
	text-align: center;
	overflow-x: hidden;
}

.black_box {
	max-width: 250px;
	display: flex;
	padding: 5px 0px;
	background: black;
	align-items: center;
	justify-content: center;
	margin: auto;

}

.order_list_confirm {
	max-width: 400px;
	margin: 20px auto 0px auto;
}

.payment_summary {

	max-width: 400px;
	margin: auto;
}

.order_list_confirm {
	height: 300px;
	overflow-y: scroll;
}


.paragraph_order_details {
	max-width: 600px;
	margin: auto;
}

/* thank you <<<<<<*/

/* signin */

.auth-section {
	height: 100vh;
	overflow: hidden;
}

.sign_up_sec {
	height: 100vh;
	overflow: hidden;
}

.auth_banner {
	background: url("../img/banner.webp");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100% !important;
	height: 100vh !important;
	position: relative;
}

.auth_content_box {
	position: absolute;
	width: 400px;
	height: 115px;
	background-color: var(--dark-color);
	bottom: 0px;
	left: 18px;
	padding: 15px;
}

.otp_wrapper {
	padding: 45px;
}

/* .otp_wrapper  .col{
	padding: 0px;
} */
.otp_wrapper .col .form-group input {
	width: 56px;
	height: 50px;
	padding: 0px;
}

/* Hide banner on small screens (mobile devices) */
@media (max-width: 768px) {

	.otp_wrapper .col .form-group input {
		width: 100%;
		height: 42px;
		padding: 0px;
	}

	.auth_banner {
		display: none;
	}

	.sign_up_sec {
		height: 100vh;
		overflow-y: s;
	}

	.sign_up_sec {
		height: 100%;
		overflow-y: scroll;
	}

	.otp_wrapper {
		padding: 10px;
	}

	.banner {
		height: 275px;
	}

}


/* signin */

/*<<<<<<<<<<<<<<, gallery */
.gallery_list li:first-child {
	border-top: 1px solid var(--dark-color);
	padding: 10px 0;
}

.gallery_list li {

	border-top: 1px solid var(--dark-color);
	padding: 10px 0;
}

.gallery_list {
	position: relative;
}

.gallery_inside_img_1 {
	position: absolute;
	top: -50px;
	right: 100px;
}

.gallery_inside_img_1 img {
	width: 250px;
}

.gallery_inside_img_2 {
	position: absolute;
	top: -50px;
	right: 300px;
}

.gallery_inside_img_2 img {
	width: 250px;
}


.gallery_inside_img_3 {
	position: absolute;
	top: -50px;
	right: 100px;
}

.gallery_inside_img_3 img {
	width: 250px;
}

.gallery_list li:last-child {
	padding: 10px 0;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 20px;
	padding: 20px;
}

.gallery a {
	margin: 10px;
	text-decoration: none;
	list-style: none;
	transition: transform 0.2s;
}



.gallery img {
	max-width: 100%;
	/* height: 500px; */
	height: auto;
	display: block;
	border-radius: none;
}

.gallery a:hover {
	transform: scale(1.05);
}



.search-input {
	margin-bottom: 10px;
	position: relative;
	max-width: 100%;

}

.search-input__text-field {
	font-family: var(--secondary-regular-font);
	max-width: 400px;
	padding: 10px 30px 10px 20px;
	margin: auto;
	background-color: var(--light-gray);
	border: none;
}

.search-input__search {
	color: var(--gray-color);
	position: absolute;
	top: 50%;
	right: 33%;
	transform: translateY(-50%);
	padding: 5px 10px;

}

.search-input__text-field:focus+.search-input__search {
	color: var(--gray-color);
	background-color: var(--light-gray);
	font-family: var(--secondary-regular-font);
	transition: 1s all ease-in-out;
}

.pagination {
	display: flex;
	justify-content: center;
}

.page-link {
	padding: 5px;
}

.pagination .page-link {
	border: none;
	/* Remove borders */
	color: #000000;
	/* Change color if necessary */
}

.pagination .page-item {
	margin: 0 5px;
	/* Adjust spacing if necessary */
}

.pagination .page-link:hover {
	text-decoration: none;
	background-color: transparent;
	/* Remove background on hover */
}

/* gallery>>>>>>>>>>>> */


/* <<<<<<<<<<<<<<<<copy_write_license */

.list_copy_write_license li {
	list-style-image: url("../img/check-circle.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5px 0;
	color: black;
}


/* list_copy_write_license>>>>>>>>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<exhibition */
.exhibition_card {
	max-width: 350px;
	margin: 10px;
}

.exhibition_img {
	max-width: 350px;

}

.exhibition_img img {
	height: 300px;
	max-width: 100%;
	aspect-ratio: 2;

}

.exhibition_footer {
	height: 90px;
	width: 300px;
	padding: 10px 0;
}

/*  exhibition >>>>>>>>>>>>>>>>>>>>..*/



/* <<<<<<<<<<<<News */
.news_card {
	max-width: 350px;
	margin: 10px;
}

.news_img {
	max-width: 350px;

	position: relative;
}

.inner_news_date {
	position: absolute;
	bottom: 8px;
	left: 8px;
	background: #000000;
	color: white;
	font-family: var(--secondary-regular-font);
	font-size: 13px;
	padding: 5px;
}

/* .news_vertical_line{
	
} */

.news_img img {
	height: 150px;
	max-width: 330px;
	aspect-ratio: 2;

}

.vertical-line-news {
	/* width: 0.5px; */
	width: 1px;
	height: 20rem;
	padding: 0;
	border-left: 1px solid var(--dark-color);
	position: relative;
	left: 63px;
}

.news_footer {
	height: 125px;
	width: 330px;
	padding: 10px 0;
	margin: 5px 0;
}

/*  exhibition >>>>>>>>>>>>>>>>>>>>..*/

/* <<<<<<<Contct us  */

.contact_info_box {
	background-color: var(--dark-color);
	padding: 40px;
	width: 100%;
	height: 550px;
}

.hr-light {
	width: 24rem;
	height: 2px;
	padding: 0;
	margin: 20px 0 0 0;
	border-top: 1px solid var(--light-color);
}

/*contact us  >>>>>>>>>>>>>>>> */
/* Faqs sec >>>>>>>>>>>> */

.faqs__wrapp .accordion-button::after {
	content: "+";
	font-size: 20px;
	background: var(--light-color);
	color: #000;
	width: 74px;
	border: 1px solid black;
	height: 30px;
	width: 30px;
	border-radius: 0;
	text-align: center;
	line-height: 26px;
	transition: 0.3s ease;
	font-family: var(--secondary-bold-font);
}

.faqs__wrapp .accordion-button:not(.collapsed)::after {
	content: "-";
	transform: rotate(0deg);
	transition: 0.3s ease;
	font-size: 20px;
	background: transparent;
	color: #000;
	border: 1px solid black;
	height: 30px;
	width: 30px;
	border-radius: 0;
	text-align: center;
	line-height: 27px;
	font-family: var(--secondary-bold-font);
}

.accordion-flush .accordion-item .accordion-button {
	background-color: transparent;
}

.accordion-flush .accordion-item .accordion-button:focus {
	color: inherit;
	/* Or any color you prefer */
	outline: none;
	box-shadow: none;
	/* This removes the focus ring */
}

.accordion-item {
	border-bottom: 1px solid #000 !important;
}

/* Faqs sec >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.. */


/* <<<<<<<<<<<<<<<<<<<<<< Forum */
.nav-pills {
	background: white;
	border-radius: 20px;
	display: flex;
	justify-content: end;
	transition: all 1s ease-out;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: var(--dark-color);
	border-radius: 60px;
	font-size: 14px;
	color: var(--light-color);
	text-align: center;
	font-family: var(--primary-bold-font);
	text-transform: uppercase;
	padding: 10px 40px;
	transition: 0.8s;

}

.nav-pills .nav-link {
	background-color: white;
	color: var(--dark-color);
	border-radius: 60px;
	font-size: 14px;
	text-align: center;
	border: 1px solid var(--dark-color);
	font-family: var(--primary-bold-font);
	text-transform: uppercase;
	padding: 10px 40px;
	transition: 0.8s;
}

.border-1 {
	border: 1px solid var(--gray-color);
	position: relative;
}

#dots_position {
	position: relative;
}

.inner_add_post {
	height: 70px;
}

.edit_delete_box {
	background-color: var(--dark-color);
	height: 89.83px;
	width: 110px;
	display: flex;
	justify-content: center;
	flex-direction: column;

}

/*Forum >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<cart  */
.table td {
	border-bottom-width: 0;

}

.product-icon-figure {
	background-color: var(--light-gray);
	border-radius: 0;
	padding: 10px !important;
}

.sub_total_modal {
	background-color: var(--light-gray);
	width: 340px;
	float: right;
	padding: 30px;
}


/* arrows */
.art-slider-main .slick-prev:before {
	background: url("../img/left_arrow.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 11111;
	left: 17px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;
}

button.slick-prev.slick-arrow {
	z-index: 999;
}

.art-slider-main .slick-next:before {
	background: url("../img/right_arrow.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 11111;
	right: 50px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;

}

.art-slider .slick-prev:before {
	background: url("../img/dark_left_arrow.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 11111;
	left: 17px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;
}

.art-slider .slick-next:before {
	background: url("../img/dark_right_arrow.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 11111;
	right: 50px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;

}


.video-slider .slick-prev:before {
	background: url("../img/left_arrow.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 11111;
	left: 17px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;
}

.video-slider .slick-next:before {
	background: url("../img/right_arrow.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 11111;
	right: 50px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;

}

.slider-for .slick-prev:before {
	background: url("../img/arrowLeft.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 37px;
	height: 37px;
	position: relative;
	z-index: 11111;
	left: 17px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;
}

.slider-for .slick-next:before {
	background: url("../img/arrowRight.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 37px;
	height: 37px;
	position: relative;
	z-index: 11111;
	right: 25px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;

}

.exhibition-slider .slick-prev:before {
	background: url("../img/arrowLeft.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 37px;
	height: 37px;
	position: relative;
	z-index: 11111;
	left: 17px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;
}

.exhibition-slider .slick-next:before {
	background: url("../img/arrowRight.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 37px;
	height: 37px;
	position: relative;
	z-index: 11111;
	right: 35px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;

}

/* featured-slider */

.featured-slider .slick-prev:before {
	background: url("../img/arrowLeft.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 37px;
	height: 37px;
	position: relative;
	z-index: 11111;
	left: 17px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;
}

.featured-slider .slick-next:before {
	background: url("../img/arrowRight.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 37px;
	height: 37px;
	position: relative;
	z-index: 11111;
	right: 50px;
	bottom: 56px;
	background-color: #D9D9D9;
	border-radius: 50px;

}

/* arrows end */

/* .art-slider .slick-prev {
	top: 45%;
	left: 10px;
	width: 40px;
	height: 40px;
	background:url("../img/left_arrow.png");
	border-radius: 30px;
	z-index: 1;
}

.art-slider .slick-next {
	top: 45%;
	right: 10px;
	width: 40px;
	height: 40px;
	background: #d9d9d9;
	border-radius: 30px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: #d9d9d9;
}

.slick-prev:before {
	content: '';
	background:url("../img/left_arrow.png");

} */

/* .slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #ffffff;
	background-color: #d9d9d9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */
.mobile_header {
	display: none;
}

@media (min-width:200px)and (max-width:992px) {
	#dots_position {
		position: absolute;
	}

	.gallery_image_box {
		width: 100px;
		height: 150px;
		margin: 5px;
	}

	.position {
		position: relative;
		bottom: unset !important;
	}

	.gallery_image_box #gallery_img {
		width: 100px;
		height: -webkit-fill-available;
	}

	.gallery_image_box p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 1;
	}

	.gallery_inside_img_1,
	.gallery_inside_img_2,
	.gallery_inside_img_3 {
		position: absolute;
		top: 266px;
		margin: auto;
		right: unset;
	}

	.gallery_inside_img_1 img,
	.gallery_inside_img_2 img,
	.gallery_inside_img_3 img {
		width: 130px;
	}

	.gallery_list {
		position: relative;
		height: 450px;
	}


	.order_list_confirm {
		height: auto !important;
		overflow-y: scroll;
	}

	.mobile_header {
		display: block;
	}

	.auth-section {
		height: auto !important;
		overflow: hidden;
	}

	.fa-play:before {
		font-size: 20px;
		content: "\f04b";
	}

	.video-slider .slick-prev:before {
		background-color: transparent;
		bottom: 28px;
	}

	.video-slider .slick-next:before {
		background-color: transparent;
		bottom: 28px;
	}

	.vid__toggler {
		border-radius: 50%;
		width: 60px;
		height: 60px;
		display: grid;
		place-content: center;
		box-shadow: 0 0 0 8px #ffffff47;
		transition: 0.3s ease;
		animation: blink 2s forwards infinite;
		cursor: pointer;
	}

	.slick-dots {
		position: absolute;
		bottom: -25px;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}

	.accordion-body {
		padding: 0px 30px;
	}

	.search-input__search {
		color: var(--gray-color);
		position: absolute;
		top: 50%;
		right: 0%;
		transform: translateY(-50%);
		padding: 5px 10px;

	}

	.news_card {
		max-width: 350px;
		margin: 10px auto;
	}

	.news_img img {
		height: auto;
		max-width: 100%;
		aspect-ratio: 2;
	}

	#Exhibition_img img {
		height: 100%;
		width: 100%;
	}

	.comment_line_long {
		display: none;
	}

	.comment_line_short {
		display: none;
	}

	.sub_total_modal {
		background-color: var(--light-gray);
		width: 300px;
		float: none;
		padding: 30px;
		margin: 15px auto;
	}

	.contact_info_box {
		background-color: var(--dark-color);
		padding: 40px;
		width: 100%;
		height: auto;
	}

	.product-image {
		height: 300px !important;
	}

	.vertical-line-dark {
		width: 0.5px;
		height: 40px;
		border-left: 1px solid var(--dark-color);
	}

	.vertical-line-2 {
		width: 0.5px;
		height: 40px;
		border-left: 1px solid var(--light-color);
	}

	.card_body {
		height: 70px;
		overflow: auto;
	}

	.product_img {
		width: 50px;
	}

	.vertical-line-news {
		display: none;
	}

	.social_icon_box {
		position: absolute;
		right: 0px;
		width: 310px;
		margin-left: auto;
		bottom: 0;
		background-color: var(--dark-color);
	}

	.content_box {
		display: none;
	}

	.mobile_menu {
		display: block;
		background-color: #000000;
	}

	.banner__wrapp .banner_img {
		width: 100%;
		height: fit-content;
		position: relative;
	}

	.vertical-text {
		display: none;
	}

	.footer_logo img {
		width: 100px;
	}

	.footer_logo {
		display: flex;
		justify-content: center;
	}

	.social-here {
		display: flex;
		justify-content: center;
	}

	.book_Escher_slider {
		position: relative;
		bottom: auto;
		margin: 0;
	}

	.book_escher {
		display: flex;
		justify-content: center;
		margin: 10px 0px;
	}


	.testimonials::before {
		content: "";
		display: none;

	}

	.testimonials::after {
		content: "";
		display: none;
	}

	.exhibition_card {
		max-width: 300px;
		margin: auto;
	}


	.hr-light {
		width: 100%;
	}

	.nav-pills {
		width: 100%;
	}

	.nav-pills .nav-link.active,
	.nav-pills .show>.nav-link {
		padding: 10px 18px;

	}

	.nav-pills .nav-link {
		padding: 10px 18px;
	}
}

@media (min-width:200px)and (max-width:375px) {
	.banner {
		height: 230px;
	}

	.footer_logo_center {
		width: 100%;
	}

}

@media (min-width:375px)and (max-width:390px) {
	.banner {
		height: 230px;
	}

	.footer_logo_center {
		width: 100%;
	}

}

@media (min-width:390px)and (max-width:414px) {
	.banner {
		height: 258px;
	}

	.banner__wrapp img {
		width: 100%;
		height: fit-content;
		position: relative;
		top: 22px;
	}

	.social_icon_box {
		position: relative;
		right: 0px;
		width: 290px;
		margin-left: auto;
		bottom: 8px;
		background-color: var(--dark-color);
	}

	.footer_logo_center {
		width: 100%;
	}
}

@media (min-width:414px)and (max-width:430px) {
	.banner {
		height: 251px;
	}

	.footer_logo_center {
		width: 100%;
	}

}

@media (min-width:430px)and (max-width:520px) {
	.footer_logo_center {
		width: 100%;
	}

}

@media (min-width:520px)and (max-width:768px) {
	.footer_logo_center {
		width: 100%;
	}

}

@media (min-width:768px)and (max-width:992px) {}

/*  */

.service_card_1 {
	background: url("../img/service_01.png");
	border-radius: 30px;
	height: 500px;
	/* width: 600px; */
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
}

.service_card_inner_content {
	position: absolute;
	bottom: 50px;
	padding: 20px;
	left: 10px;
}
.service_inner_label_1 {
    border-radius: 20px;
    border: 2px solid white;
    background-color: #ffffff73;
    width: 123px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 5px;
}

.service_inner_label_2 {
    border-radius: 20px;
    border: 2px solid white;
    background-color: #ffffff73;
    width: 145px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 5px;
}
.service_inner_label_2 p{
   font-family: var(--secondary-regular-font);
   color: black;
   text-align: center;
   margin: 0;
   font-size: 14px;
   display: block;
}
.service_inner_label_1 p{
	font-family: var(--secondary-regular-font);
	color: black;
	text-align: center;
	margin: 0;
	font-size: 14px;
	display: block;
 }
.service_label_box {
    position: absolute;
    right: 24px;
    top: 19px;
}
.service_label_box_2 {
    position: absolute;
    right: 19px;
    top: 78px;
}

/*  */
.service_card_2{
	background: url("../img/service_02.png");
	border-radius: 30px;
	height: 455px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.service_card_3{
		background: url("../img/service_03.png");
	border-radius: 30px;
	height: 455px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.rounded_arrow_btn {
    border-radius: 70px;
    background: var(--primary-color);
    padding: 17px 25px;
    margin-left: 60px;
    width: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.rounded_arrow_btn_2 {
    border-radius: 70px;
    background: var(--primary-color);
    padding: 17px 25px;
    margin-left: 30px;
    width: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.service_card_inner{
	position: absolute;
	bottom: 50px;
	padding: 10px;
	left: 15px;
	width: 100px;
	display: flex;
	align-items: center;
}

/* routes_section */
.routes_section{
	background: url("../img/routes.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 400px;
}

/* explore_section*/

.explore_section{
	background-color: var(--primary-color);
	height: 900px;
}
.explore_section::before{
	content: "";
	background: url("../img/slider_img.png");
	
}