img.img-fluid.w-100.blogfeatured {
    width: 40% !important;
}
.main-top-navbar.second-navbar-main {
	position: unset !important;
}
section.ourproduct-slider {
	padding-top: 60px;
	padding-bottom: 100px;
}
.hero-content {
	top: -80px;
	left: 0;
	transform: translate(0%, 80%);
	width: 100% !important;
	color: #fff;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.blogs-main-image-content {
	background: #14252a;
	padding: 40px 20px;
}
.img-name-content h5 {
	color: #fff;
	font-size: 19px;
}
.img-name-content h6 {
    color: #fff;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-size: 13px;
    font-style: inherit;
    margin: 0;
    text-transform: uppercase;
}
.blogs-main-image-content h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0px;
}
.img-blogs {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 28px;
	margin-bottom: 30px;
}
.blogs-btn a.btn {
	padding: 12px 31px;
	letter-spacing: 1px;
	margin-top: 10px;
}
.date-blogs {
	background: #14252a;
	position: absolute;
	top: 0;
	width: 70px;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	right: 0;
}
.position-blogs {
	position: relative;
}
.date-blogs h6 {
	color: #fff;
	color: #fff;
	font-family: "Space Mono", monospace;
	font-weight: 400;
	font-size: 14px;
	font-style: inherit;
}
.date-blogs h5 {
	color: #fff;
	margin: 0;
}
.blogs-headind-para-wrapper h3 {
	font-size: 47px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.home-showcase {
	margin-top: 60px;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	align-items: center;
	justify-content: center;
}
.pagination li.page-item {
	margin: 0px 0px;
}
.pagination .page-link {
	position: relative;
	display: block;
	padding: 11px 10px;
	margin-left: -1px;
	line-height: 1.25;
	color: #14252a;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	/* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
	font-size: 22px;
	/* font-family: "poppins"; */
	/* font-weight: 500; */
	font-family: "Space Mono", monospace;
	font-weight: 400;
}
.page-link:focus {
	border-color: var(--first-color);
	box-shadow: 0 0 5px 0 var(--first-color) !important;
}

.page-item:first-child .page-link {
	padding: 11px 15px !important;
	border-radius: 6px !important;
}
.page-item:last-child .page-link {
	padding: 11px 4px !important;
	border-radius: 6px !important;
}
a.page-link.pagelink-second span i {
	font-size: 25px;
	font-weight: 700;
}
a.page-link.active {
	background-color: var(--first-color);
	color: #fff;
	padding: 11px 21px;
}
#order-main {
	display: none;
}
.pagination li.page-item .page-link:focus {
	border-color: transparent;
}
.page-item.active .page-link {
	background-color: #14252a;
	color: #fff !important;
	padding: 8px 17px !important;
	border: none;
	border-radius: 22px;
}
.slider-heading h4 {
    font-family: var(--bold-font-family);
    font-size: 19px;
    margin: 0;
    text-transform: capitalize;
}
.new-fashion-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px 55px;
	position: absolute;
	width: 88%;
	bottom: 0px;
	z-index: 11;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
	color: #000;
}
.swiper-image {
    position: relative;
    padding-bottom: 30px;
}
.swiper-backface-hidden .swiper-slide p {
    margin: 20px 0 50px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
:root {
	--swiper-navigation-color: #ffffff;
	--swiper-theme-color: #ef233c;
}
.swiper {
	width: 100%;
	/* height: 80vh; */
	/* height: 80svh; */
	/* min-height: 320px; */
	/* background-color: #46677b; */
	position: relative;
}
.swiper-slide {
	font-size: 18px;
	background: #fff;
	display: flex;
}

.home-showcase {
	position: relative;
}

.swiper-button-prev.showcaseSlider-next {
	color: black !important;
}

.swiper-button-prev.showcaseSlider-prev {
	color: black !important;
}

/*
  Title Text
*/
.title {
	padding: 0 10vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
	color: #ffffff;
}

.title__text {
	letter-spacing: -2px;
	font-size: clamp(3rem, 0.3864rem + 13.0682vw, 7rem);
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
}

.title__text::after {
	position: absolute;
	top: 100%;
	content: "";
	display: block;
	width: 100px;
	height: 0.25em;
	background-color: #ef233c;
}

/*
  Style up the image behind each slide
*/
.background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-content {
	translate: none !important;
	rotate: none !important;
	scale: none !important;
	transform: translate(0px, 80px) !important;
	opacity: 1 !important;
}
nav {
	opacity: 1 !important;
}
div#stick-navbar {
	opacity: 1 !important;
}
.background-image__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0.8;
	mix-blend-mode: luminosity;
}
.showcaseSlider-nav {
	position: absolute;
	bottom: 41px;
	width: 100%;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "\f053 ";
	font-family: "FontAwesome";
	font-weight: 400;
	color: #14252a;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "\f054 ";
	font-family: "FontAwesome";
	font-weight: 400;
	color: #14252a;
}
.position-blogs img {
    width: 100%;
    height: 300px;
    object-fit: fill;
}
@media (max-width: 1367px) {
	.img-name-content h5 {
		font-size: 17px;
	}
	.hero-content h2 {
		font-size: 50px;
	}
}
@media (max-width: 1025px) {
	.new-fashion-heading {
		width: 83%;
	}
}

@media (max-width: 913px) {
	.main-read-blogs {
		margin-top: 20px;
	}
	.new-fashion-heading {
		width: 85%;
	}
}
@media (max-width: 581px) {
	.img-name-content h5 {
		font-size: 17px;
	}
	.main-read-blogs {
		margin-top: 20px;
	}
	.position-blogs {
		position: relative;
		display: flex;
		flex-direction: column-reverse;
	}
	.date-blogs {
		position: relative;
	}
	.blogs-headind-para-wrapper h3 {
		font-size: 27px;
	}
	p {
		font-size: clamp(12px, 5vw, 12px);
	}
	.swiper {
		height: unset;
	}
	.new-fashion-heading {
		margin: 0px 0px;
		width: 80%;
		position: absolute;
		margin: 10px 35px;
	}
	.swiper-button-prev.showcaseSlider-prev {
		color: black !important;
		left: 0;
	}
	.swiper-button-next.showcaseSlider-next {
		right: 0;
	}
	.swiper-image {
        position: relative;
        height: unset;
    }
	.slider-heading h4 {
		font-size: 12px;
	}
	.slider-heading p {
		font-size: 10px;
	}
	section.ourproduct-slider {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.date-blogs {
		width: 50px;
		height: 50px;
	}
	.bog-slide-images {
		margin-bottom: 20px;
	}
	.date-blogs h5 {
		font-size: 15px;
	}
	.date-blogs h6 {
		font-size: 12px;
		margin: 0;
	}
}
@media (min-width: 520px) and (max-width: 541px) {
	.swiper {
		height: 160vh;
	}
	.new-fashion-heading {
		width: 85%;
	}
}
@media (max-width: 376px) {
	.swiper {
        height: unset;
    }
}
@media (max-width: 361px) {
	.swiper {
		height: 129vh;
	}
	.slider-heading p {
		font-size: 9px;
	}
	.slider-heading h4 {
		font-size: 11px;
	}
	.new-fashion-heading {
		width: 78%;
		margin: 11px 38px;
	}
}
@media (max-width: 281px) {
	.swiper {
		height: 139vh;
	}
}
