@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
body {
	font-family: "Poppins", sans-serif;
}

.top-bar a {
	font-weight: 300;
	font-size: 14px;
	text-align: right;
	color: #303030;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.top-bar a i {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: inherit;
}

.header {
	background: #3e3e3e;
	box-shadow: 0px -5px 25px rgba(0, 0, 0, 0.08);
}

.header a {
	font-weight: 300;
	font-size: 14px;
	text-align: right;
	color: #303030;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.header a i {
	font-weight: bold;
}

.header .menu {
	display: flex;
}

.header .menu a {
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #f5f5f5;
	padding: 10px 30px;
}

.header .menu a:last-child {
	border: 1px solid #707070;
}

.header .menu a.active {
	font-weight: bold;
}

.carousel-control-next,
.carousel-control-prev {
	color: black;
}

.logo-img {
	height: 100px;
	object-fit: contain;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown .dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

.menu-area a {
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: #303030;
}

.menu-area .menu {
	display: flex;
	gap: 20px;
	align-items: center;
}

.carousel .slider-texts {
	position: absolute;
	left: 0;
	top: 0%;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	padding: 60px;
}

.carousel .slider-texts .sub-heading {
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
	text-align: left;
	color: #000;
}

.carousel .slider-texts .heading {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	text-align: left;
	color: #000;
}

.carousel .slider-texts .desc {
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	color: #6d6d6d;
	margin-top: 10px;
	max-width: 250px;
}

.carousel .slider-texts a {
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	border: 1px solid #000;
	padding: 8px 20px;
}

.swiper {
	width: 100%;
	height: 100%;
	max-width: 1600px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: start;
	height: 475px;
}

.swiper-slide .img-wrap {
	height: 435px;
	width: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.swiper-slide .img-wrap:hover {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06) !important;
}

.swiper-slide .img-wrap img {
	width: 336px;
	height: 358px;
	object-fit: contain;
}

.swiper-slide .info {
	position: absolute;
	bottom: 85px;
	display: flex;
	width: 100%;
	flex-direction: column;
}

.swiper-slide .info .name {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #4e4e4e;
}

.swiper-slide .info .price {
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	color: #4e4e4e;
}

.swiper-slide .buttons {
	position: absolute;
	bottom: 5px;
	background-color: #585858;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
}

.swiper-slide .buttons:hover {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06) !important;
}

.swiper-slide .buttons .slider-button:first-child {
	border-right: 1px solid #e9e9e9;
}

.swiper-slide .buttons .slider-button:last-child {
	border-left: 1px solid #e9e9e9;
}

.swiper-slide .buttons .yith-wcwl-add-to-wishlist {
	position: static !important;
	padding: 0;
	margin-top: 0;
	height: 35px;
	width: 45px;
	background-color: transparent;
}

.swiper-slide .buttons:hover {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06) !important;
}

.swiper-slide .buttons i {
	color: white;
}

.slider-button {
	height: 35px;
	width: 45px;
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide-active .img-wrap {
	background: white;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease;
}

.swiper-slide-next,
.swiper-slide-prev {
	opacity: 0.5;
}

.swiper-slide-next .img-wrap,
.swiper-slide-prev .img-wrap {
	transition: all 0.5s ease;
	transform: scale(0.8);
}

.swiper-slide-next .img-wrap:hover,
.swiper-slide-prev .img-wrap:hover {
	box-shadow: none !important;
}

.swiper-slide-next .buttons,
.swiper-slide-prev .buttons {
	opacity: 0;
}

.swiper-slide-next .info,
.swiper-slide-prev .info {
	opacity: 0;
}

.button-next {
	position: absolute;
	width: 35px;
	font-size: 24px;
	height: 35px;
	color: black;
	background: #fff;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.185));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	right: 10px;
	cursor: pointer;
	z-index: 9999;
}

.button-prev {
	position: absolute;
	width: 35px;
	font-size: 24px;
	height: 35px;
	color: black;
	background: #fff;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.185));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 10px;
	cursor: pointer;
	z-index: 9999;
}

.bg-main-page {
	position: relative;
}

.bg-main-page img {
	width: 100%;
	object-fit: cover;
	height: 400px;
}

.bg-main-page .texts {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	top: 0;
}

.bg-main-page .texts .heading {
	font-weight: bold;
	font-size: 35px;
	text-align: left;
	color: #fff;
}

.bg-main-page .texts .desc {
	font-weight: 100;
	font-size: 16px;
	text-align: left;
	color: #fff;
	max-width: 80%;
}

.bg-main-page .texts a {
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	padding: 10px 30px;
	border: 1px solid #ffffff;
	display: flex;
	max-width: 180px;
}

.bg-main-page a {
	font-weight: 300;
	font-size: 14px;
	text-align: right;
	color: #303030;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.bg-main-page a i {
	font-weight: bold;
}

.masonary-area a {
	font-weight: 300;
	font-size: 14px;
	text-align: right;
	color: #303030;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.masonary-area a i {
	font-weight: bold;
}

.masonary-area img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.masonary-area .product-wrap {
	position: relative;
}

.masonary-area .texts-link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	flex-direction: column;
	background-color: #303030c4;
	padding: 15px;
	transition: all 0.3s ease;
}

.masonary-area .texts-link:hover {
	height: 100%;
	opacity: 1;
	transition: all 0.3s ease;
}

.masonary-area .texts-link span {
	color: white;
	display: block;
	text-align: center;
}

.masonary-area .texts-link .heading {
	font-weight: bold;
	font-size: 20px;
}

.masonary-area .texts-link .desc {
	font-weight: 300;
	font-size: 12px;
}

.masonary-area .texts-link button {
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	padding: 8px 20px;
	border: 1px solid #ffffff;
	display: flex;
	max-width: 180px;
	background-color: transparent;
	margin-top: 10px;
}

a {
	transition: all 0.2s ease;
}

a:hover {
	opacity: 0.8;
	transition: all 0.2s ease;
}

.blog-list {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	transition: all 0.2s ease;
}

.blog-list:hover {
	opacity: 0.8;
	transition: all 0.2s ease;
}

.blog-list a {
	font-weight: 300;
	font-size: 14px;
	text-align: right;
	color: #303030;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.blog-list a i {
	font-weight: bold;
}

.blog-list span {
	display: block;
}

.blog-list img {
	aspect-ratio: 1;
	object-fit: cover;
	height: 275px;
	width: 100%;
}

.blog-list .heading {
	font-size: 18px;
	text-align: left;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

.blog-list .desc {
	text-align: left;
	font-weight: 300;
	font-size: 12px;
	margin: 8px 0;
	display: block;
}

.blog-list .desc p {
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
	max-height: 32px;
	/* fallback */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.blog-list .call-to-action {
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	color: #747474;
	margin: 10pxs;
}

.footer-wrap {
	padding: 100px 0;
	background: #303030;
	color: white;
}

.footer-wrap .menu-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	gap: 10px;
	height: 100%;
}

.footer-wrap .menu-wrap .menu-heading {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
}

.footer-wrap .menu-wrap a {
	font-weight: 300;
	font-size: 14px;
	text-align: left;
	color: #acacac;
}

.footer-wrap .footer-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}

.footer-wrap .footer-info .heading {
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 20px 0;
}

.footer-wrap .footer-info .desc {
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	color: #dbdbdb;
}

.footer-wrap .footer-info img {
	height: 140px;
}

.copyright {
	background-color: #000;
}

.copyright span {
	color: white;
	font-size: 14px;
}

.product-image-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product-image-wrap img {
	width: 100%;
}

.product-info .yith-wcwl-add-to-wishlist {
	position: static !important;
}

.product-info .yith-wcwl-add-to-wishlist span {
	display: none;
}

.product-info .product-heading {
	display: block;
	font-weight: 600;
	font-size: 24px;
	text-align: left;
	color: #2a2d3f;
}

.product-info .product-info {
	background: #fafafa;
}

.product-info .product-price {
	font-weight: bold;
	font-size: 32px;
	color: #303030;
}

.product-info .form-area {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}

.product-info .quantity-wrap {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 15px;
}

.product-info .info-text {
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #2a2d3f;
}

.product-info .info-img {
	width: 70.72px;
	height: 55px;
	max-width: 100%;
}

.product-info .dot-text {
	display: block;
	position: relative;
}

.product-info .dot-text::after {
	content: "";
	width: 7px;
	height: 100%;
	border-radius: 3px;
	background: #303030;
	position: absolute;
	left: 0;
	top: 0;
}

.fav-btn {
	width: 45.81px;
	height: 44.97px;
	justify-content: center;
	align-items: center;
	display: flex;
	background-color: white;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.08));
	border: none;
	border-radius: 50%;
}

.fav-btn i {
	color: #000;
	opacity: 0.33;
	font-size: 18px;
	line-height: 18px;
}

.form-select {
	border-radius: 0;
	border: none;
	font-weight: 600;
	font-size: 14px;
	color: #31313186;
}

.quantity-btn {
	width: 29.89px;
	height: 29.89px;
	justify-content: center;
	align-items: center;
	display: block;
	background-color: white;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.08));
	border: none;
	border-radius: 50%;
}

.quantity-btn i {
	color: #000;
	font-size: 18px;
	line-height: 18px;
}

.buy-now-btn {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #303030;
	background: transparent;
	width: 100%;
	padding: 10px;
	background-color: transparent;
	position: relative;
	border: 1px solid #404040;
}

.buy-now-btn i {
	font-weight: bold;
	left: 12%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 16px;
}

.accordion-item:first-of-type .accordion-button {
	border-radius: 0;
	border: none !important;
}

.accordion-item:first-of-type {
	border-radius: 0;
	border: none !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0;
	border: none !important;
}

.accordion-button:not(.collapsed) {
	background: #fafafa;
	border: none !important;
	box-shadow: none;
}

.accordion-item,
.accordion-header,
.accordion-button {
	background: #fafafa;
	border: none;
}

.accordion-button {
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #2a2d3f;
}

.accordion-body {
	background-color: white;
	border: none !important;
}

*:hover,
*:focus,
*:active {
	outline: none;
	box-shadow: none !important;
	-webkit-appearance: none;
}

.product-info-wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

.alert-box {
	position: fixed;
	bottom: 50px;
	right: 50px;
	margin: 0 auto;
	z-index: 9999;
	background: #3e3e3e;
	color: white;
	padding: 10px;
	width: 300px;
	text-align: center;
	font-weight: 600;
}

.count {
	font-size: 14px;
}

.entry-title {
	font-size: 32px;
	margin: 20px 0 40px;
	text-align: center;
}

.woocommerce table.shop_table tr {
	padding: 40px 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
#respond
input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
#respond
input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
input.button.alt {
	background-color: transparent;
	border: 2px;
	border: 2px solid #404040;
	color: black;
	font-size: 1.25em;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #303030;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size: 20px;
	font-weight: 400;
	color: #303030;
	margin-bottom: 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
#respond
input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
#respond
input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
input.button {
	background-color: transparent;
	border: 1px solid #404040;
	color: black;
	font-size: 1.25em;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #303030;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	border: 1px solid #404040;
	color: black;
	font-size: 1.25em;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #303030;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
#respond
input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
#respond
input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
input.button.alt:hover {
	color: white;
	background-color: #303030;
}

.woocommerce-message {
	border-top-color: rgba(0, 0, 0, 0.575);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.03);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top-color: #404040;
}

.woocommerce-message::before {
	color: #404040;
}

.woocommerce-info::before {
	color: #404040;
}

.product-cart {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: start;
	position: relative;
	transition: all 0.3s ease;
}

.product-cart a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.product-cart img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1;
	margin-bottom: 10px;
}

.product-cart:hover {
	opacity: 0.8;
	transition: all 0.3s ease;
}

.product-cart .product-price {
	font-size: 14px;
	text-align: center;
	color: #000;
	display: block;
	width: 100%;
	margin-top: 5px;
	padding: 0 15px;
}

.product-cart .product-name {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #000;
	width: 100%;
	padding: 0 15px;
	display: block;
}

.product-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
#respond
input#submit,
.product-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
a.button,
.product-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button,
.product-cart .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
input.button,
.product-cart :where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
#respond
input#submit,
.product-cart :where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
a.button,
.product-cart :where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
button.button,
.product-cart :where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce
input.button {
	padding: 0 !important;
	width: 30.8px;
	height: 30.08px;
}

.entry-area {
	background-image: url(./assets/entry.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
	width: 100%;
}

.entry-area span {
	font-weight: 600;
	font-size: 32px;
	text-align: center;
	color: #f5f5f5;
}

.wpc-filter-title {
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	color: #4e4b4b;
}

.wpc-filters-main-wrap li.wpc-term-item input {
	display: none;
	opacity: 0;
}

.wpc-filters-main-wrap li.wpc-term-item a {
	font-weight: normal;
	font-size: 17px;
	text-align: left;
	color: #303030;
	opacity: 0.9;
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list {
	flex-wrap: wrap;
}

.wpc-filters-main-wrap ul.children {
	margin-left: 10px !important;
}

.wc-block-product-categories-list-item-count {
	display: none !important;
}

.wp-block-heading {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #4e4b4b;
	margin: 40px 0 20px;
	display: block;
}

.wc-block-product-categories-list-item a {
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	color: #4e4b4b;
	text-decoration: none;
}

.yith-wcwl-add-to-wishlist {
	position: absolute !important;
	right: 8px !important;
	top: 8px !important;
}

.yith-wcwl-add-to-wishlist span {
	display: none;
}

.woocommerce a.add_to_wishlist.button.alt {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	padding: 0 !important;
	width: 30.8px;
	height: 30.08px;
}

.wishlist-title a.show-title-form i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.yith-wcwl-add-button > a i,
.yith-wcwl-wishlist-new button i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
	margin: 0 !important;
	padding: 0;
}

.woocommerce .wishlist-title h2 {
	font-size: 20px;
}

.no-scroll {
	height: 100vh;
	overflow: hidden;
}

.collapse-button {
	background-color: transparent;
	font-size: 20px;
	padding: 5px;
	color: white;
	border: 1px white solid;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 20px;
}

.wc-block-components-price-slider--is-input-inline
.wc-block-components-price-slider__controls
.wc-block-components-price-slider__amount {
	max-width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #2a2d3f;
}

.wp-block-search__label {
	display: none !important;
}

.wp-block-search__input {
	font-size: 14px;
	border-right: 0;
}

.wp-block-search__button {
	margin-left: 0;
	border: 1px solid #949494;
	font-size: 14px;
}

.wp-block-heading {
	margin-top: 25px;
}

@media (max-width: 991.98px) {
	.top-bar a {
		font-size: 12px;
	}
	.mobile-menu {
		position: fixed;
		top: 200px;
		left: 0;
		width: 100%;
		height: calc(100vh - 200px);
		background-color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		z-index: 9;
		opacity: 0;
		pointer-events: none;
		transition: all 0.3s ease;
	}
	.mobile-menu.active {
		opacity: 1;
		pointer-events: auto;
		transition: all 0.3s ease;
	}
	.carousel .slider-texts {
		top: unset;
		bottom: 0;
		justify-content: end;
		align-items: center;
		padding: 30px;
	}
	.carousel .slider-texts .desc {
		display: none;
	}
	.carousel .slider-texts .heading {
		font-size: 16px;
		line-height: 20px;
	}
	.carousel .slider-texts .sub-heading {
		font-size: 16px;
		line-height: 20px;
	}
	.menu-area {
		gap: 20px;
	}
	.row > * {
		padding-right: 20px;
		padding-left: 20px;
	}
	.bg-main-page .texts .heading {
		font-size: 24px;
	}
	.masonary-area .texts-link .heading {
		font-size: 14px;
	}
	.masonary-area .texts-link .desc {
		font-size: 10px;
	}
	.wp-pagenavi span {
		display: inline-block !important;
	}
	.blog-list img {
		width: 100%;
		height: 180px;
	}
	.bg-main-page img {
		opacity: 0;
	}
	.bg-main-page {
		background-color: #2a2d3f;
	}
	.bg-main-page span {
		display: block;
		text-align: center !important;
		max-width: 100% !important;
	}
	.bg-main-page .texts a {
		margin: 10px auto;
	}
}

.label {
	font-weight: 300;
	font-size: 17px;
	color: #000;
}

.wpcf7-form-control {
	border: none;
	border-bottom: 1px solid #b8b8b8;
	margin-top: 5px;
	width: 100%;
}

.wpcf7 label {
	width: 90%;
}

.wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-submit {
	background: white;
	border: 2px solid #b8b8b8;
	max-width: 90%;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000;
	padding: 10px;
}

.blog-img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	filter: brightness(0.3);
}

.carousel-control-next,
.carousel-control-prev {
	width: 5%;
}

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