/*
Template Name: Eatsle - Pick Up & Delivery Food Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 0.1
*/

/*
- Body
- Search Page
- Listing Detail
- Product Page
- Contact Page
- Custom Bootstrap
- Header
- footer
- Cart
- Mobile Media
*/

/* Body */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&amp;display=swap');

body {
	font-family: 'IBM Plex Sans Arabic', sans-serif;
	font-size: 13px;
}

:root {
	--theme: #008900;
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

::-webkit-scrollbar-corner {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar {
	width: 4px;
	background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, 0.4);
}

/* Search Page */
.tab-pane.fade {
	backdrop-filter: unset;
}

.homepage-products-range .border:hover, .homepage-products-range .border:focus {
	border-color: #02aabd !important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.listing-card {
	border: 1px solid #ffffff !important;
}

	.listing-card:hover {
		border: 1px solid #02aabd !important;
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.095) !important;
	}

.trending-badge {
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	padding: 9px 14px;
}

.badge-soft-success {
	border: 1px solid rgb(2 170 189 / 21%);
	background: rgb(2 170 189 / 7%) !important;
	color: #02aabd !important;
}

	.badge-soft-success:hover {
		border: 1px solid #02aabd;
		background: #02aabd !important;
		color: #ffffff !important;
	}

.badge-soft-light {
	background: #e7e7e7 !important;
}

:hover {
	transition: 0.4s;
}

/* Listing Detail */
.offer-box-title {
	padding: 4px 10px;
	border-radius: 8px;
	position: absolute;
	top: -13px;
}

.listing-detail-info img.img-fluid.rounded-3 {
	height: 140px;
}

.product-list .img-fluid {
	height: 75px;
	width: 75px;
	border-radius: 10px;
	padding: 6px;
	border: 1px solid #cce9ee;
	background: #f0f9fa;
}

.product-list .btn {
	min-width: 78px;
	min-height: 30px;
}

.listing-detail-tabs .nav-link {
	border: none;
	text-align: left;
	padding: 6px 0;
	color: #222;
	font-size: 14px;
	position: relative;
	background: none;
}

	.listing-detail-tabs .nav-link.active {
		color: #02aabd;
		font-weight: bold;
	}

	.listing-detail-tabs .nav-link:after {
		content: "";
		position: absolute;
		right: -25px;
		top: 0;
		bottom: 0;
		width: 5px;
		background: transparent;
	}

	.listing-detail-tabs .nav-link.active:after {
		content: "";
		position: absolute;
		right: -25px;
		top: 0;
		bottom: 0;
		width: 5px;
		background: #02aabd;
	}

.listing-detail-fixed-sidebar {
	position: sticky;
	top: 214px;
}

/* Product Page */
.rounded-icon-50 {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fixed-sidebar {
	position: sticky;
	top: 105px;
}

.success-dot {
	width: 6px;
	height: 6px;
	background: #008e27;
	border-radius: 50px;
}

.cart-quantity {
	width: 73px;
	min-width: 72px;
	background: #f1a514;
	border-radius: 5px;
	margin-top: 3px;
	height: 25px;
}

	.cart-quantity .form-control {
		font-size: 12px;
		font-weight: 500;
		height: 20px;
		padding: 0px;
		background: #f1a514;
	}

.cart-quantity-btn {
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 50px;
	background: #f1a514;
}

	.cart-quantity-btn:hover {
		background: rgb(2 170 189 / 7%) !important;
	}

.cart-box-item-price {
	min-width: 38px;
}

.product2.slick-current .border {
	border-color: #02aabd !important;
	border: 2px solid !important;
}

/* Contact Page */
.feature {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	width: 3rem;
	font-size: 1.5rem;
}

/* Custom Bootstrap */
.h-40 {
	height: 40px;
}

.ch-100 {
	height: 100px;
}

.h-200 {
	height: 200px;
}

.svg-border-rounded svg {
	height: 3rem;
	width: 100%;
}

.fade {
	backdrop-filter: blur(7px);
}

.fs-14 {
	font-size: 14px;
}

.bg-light {
	background-color: #f0f5f7 !important;
}

.border-bottom, .border-top, .border, .border-end, .border-start {
	border-color: #eaeff1 !important;
	position: relative;
}

hr {
	border-top: 1px solid #eaeff1;
	opacity: unset;
}

.accordion-button::after {
	width: 20px;
	height: 20px;
	background-size: 11px;
	background-color: #f0f9fa;
	background-position: center center;
	border-radius: 50px;
	border: 1px solid #c9e8ed;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "\eaca";
	font-family: IcoFont !important;
}

.form-control {
	box-shadow: none !important;
	border-radius: 7px;
	/* margin-bottom: 13px; */
}

.form-select {
	border-radius: 12px;
}

.form-control:focus {
	border-color: #0ea8bd;
}

.btn {
	font-size: 14px;
	font-weight: 500;
	border-radius: 12px;
}

.btn-lg {
	font-size: 16px;
	text-transform: uppercase;
}

.btn-sm {
	font-size: 12px;
}

.rounded, .rounded-3, .card, .modal-content {
	border-radius: 12px !important;
}

.dropdown-menu {
	border: none;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
	border-radius: 0.5rem;
	padding: 8px;
}

	.dropdown-menu .dropdown-item {
		font-size: 13px;
		padding: 7px 13px;
		border-radius: 7px;
	}

		.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
			background-color: #02aabd;
			color: #fff;
		}

.bg-success {
	background: rgb(25 97 72);
	background: -moz-linear-gradient(45deg, rgba(2,170,189,1) 0%, rgba(0,205,172,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(2,170,189,1) 0%,rgba(0,205,172,1) 100%);
	background: linear-gradient(45deg, rgb(33 148 106) 0%, rgb(21 95 70) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aabd', endColorstr='#00cdac',GradientType=1 );
}

.text-success {
	color: #196148 !important;
}

.text-warning {
	color: #ff9a40 !important;
}

.text-warning-light {
	color: #ffca9b !important;
}

.btn-warning {
	background-color: #ff9a40 !important;
	border-color: #ff9a40;
	color: #fff;
}

	.btn-warning:hover {
		background-color: #ff922f !important;
		border-color: #ff922f;
		color: #fff;
	}

.btn-success, .btn-outline-success:hover {
	background: rgb(2,170,189);
	background: -moz-linear-gradient(45deg, rgba(2,170,189,1) 0%, rgba(0,205,172,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(2,170,189,1) 0%,rgba(0,205,172,1) 100%);
	background: linear-gradient(45deg, rgb(19 93 68) 0%, rgb(33 164 120) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aabd', endColorstr='#00cdac',GradientType=1 );
	border-color: #1f9c72;
	transition: 0.9s;
}

	.btn-success:hover {
		border-color: #02aabd;
		transition: 0.9s;
		background: rgb(0,205,172);
		background: -moz-linear-gradient(45deg, rgba(0,205,172,1) 0%, rgba(2,170,189,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(0,205,172,1) 0%,rgba(2,170,189,1) 100%);
		background: linear-gradient(45deg, rgba(0,205,172,1) 0%,rgba(2,170,189,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdac', endColorstr='#02aabd',GradientType=1 );
	}

	.btn-success:focus, .btn-outline-success:focus {
		background: rgb(2,170,189);
		background: -moz-linear-gradient(45deg, rgba(2,170,189,1) 0%, rgba(0,205,172,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(2,170,189,1) 0%,rgba(0,205,172,1) 100%);
		background: linear-gradient(45deg, rgba(2,170,189,1) 0%,rgba(0,205,172,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aabd', endColorstr='#00cdac',GradientType=1 );
		border-color: #02aabd;
	}

.btn-outline-success {
	border-color: #02aabd;
	color: #02aabd;
}

.bg-warning {
	background-color: #ff9a40 !important;
}

	.bg-warning.bg-opacity-10 {
		background-color: rgb(255 154 64 / 10%) !important;
	}

.border-warning {
	border-color: #ff9a3f !important;
}

.accordion-button {
	box-shadow: none !important;
}

	.accordion-button:not(.collapsed) {
		background: #ffffff;
		color: #0ea8bd;
	}

.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #0aa9bd;
	border-radius: 50px;
	background-size: 17px;
}

/* Header */
.osahan-header {
	z-index: 1040;
}

	.osahan-header .navbar-brand img {
		/* height: 36px; */
	}

.rounded-icon {
	width: 30px;
	height: 30px;
	line-height: 28px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border: 1px solid rgb(7 130 86 / 56%);
	background: rgb(2 170 189 / 7%) !important;
	color: #155f46 !important;
}

	.rounded-icon .position-absolute {
		font-size: 11px;
		font-weight: 500;
		padding: 4px 0;
		min-width: 20px;
		height: 20px;
	}

.osahan-header .navbar-nav .nav-link {
	color: #000000;
	font-size: 13px;
	padding: 30px 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.bg-image1 {
	background-image: url('../img/login1.png');
	background-size: cover;
	background-position: center;
}

.login-popup-main {
	max-width: 650px;
}

	.login-popup-main button.btn-close.position-absolute {
		right: 0;
		margin: 16px;
	}

/* footer */
.footer-logo {
	height: 90px;
}

.bg-footer {
	background-color: #001233;
}

	.bg-footer hr {
		border-color: #182b4b;
	}

#footer-link a {
	color: white;
	text-decoration: none;
}

	#footer-link a:hover {
		text-decoration: underline;
		color: white;
	}

.mobile-nav-bottom {
	z-index: 9;
	bottom: 0;
	background-color: #f1a514;
}

	.mobile-nav-bottom a {
		position: relative;
		font-size: 13px;
		padding: 10px;
		display: flex;
		flex-direction: column;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		width: 100%;
	}

		.mobile-nav-bottom a span {
			font-size: 27px;
			color: #ffffff;
		}

		.mobile-nav-bottom a b {
			position: absolute;
			background: #fff;
			width: 18px;
			height: 18px;
			color: #000;
			border-radius: 50px;
			font-size: 11px;
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 0 auto 0 auto;
			left: 20px;
			right: 0;
			top: 17px;
		}

/* Cart */
.col-tip img {
	height: 16px;
}

.col-tip .btn {
	font-size: 11px;
	padding: 6px 10px;
	border: 1px solid #e8e8e8 !important;
	background: #fff;
}

	.col-tip .btn-check:active + .btn, .col-tip .btn-check:checked + .btn, .col-tip .btn.active, .col-tip .btn.show, .col-tip .btn:active {
		border-color: #0aa9bd !important;
		color: #0aa9bd !important;
		background: #f0f9fa;
		font-weight: 700;
	}

.col-tip {
	display: inline-block;
	margin: 3px 0;
}

.osahan-btn-group .small {
	font-size: 12px;
}

.osahan-btn-group h6 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-bottom: 8px !important;
}

.osahan-btn-group .btn {
	border: 1px solid #e3e4e4;
	color: #6f7880;
}

.osahan-btn-group .btn-check:active + .btn-outline-light,
.osahan-btn-group .btn-check:checked + .btn-outline-light,
.osahan-btn-group .btn-outline-light.active,
.osahan-btn-group .btn-outline-light.dropdown-toggle.show,
.osahan-btn-group .btn-outline-light:active {
	border-color: #02aabd;
	color: #02aabd;
	background-color: rgb(2 170 189 / 7%) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.of-cover {
	object-fit: scale-down;
}

.delivery-tabs .nav-link {
	border: none;
	background: none;
	text-align: left;
	color: #000;
	display: flex;
	align-items: center;
}

	.delivery-tabs .nav-link.active {
		background: #fff;
		border-radius: 10px 0 0 10px;
		font-weight: bold;
		color: #0aa9bd;
	}

	.delivery-tabs .nav-link i {
		width: 26px;
		height: 26px;
		display: flex;
		background: #fff;
		align-items: center;
		justify-content: center;
		margin-right: 9px;
		border-radius: 50px;
		color: #06aabd;
	}

	.delivery-tabs .nav-link.active i {
		background: #06aabd;
		color: #fff;
	}

.icon-sm {
	width: 26px;
	height: 26px;
	display: flex;
	background: #ff9a3f;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #ffffff;
}

.accordion-payment {
	position: relative;
}

	.accordion-payment .accordion-item-line1::before {
		content: "";
		position: absolute;
		border-left: 2px dotted #c2c2c2;
		top: 48px;
		bottom: -18px;
		left: -35px;
	}

	.accordion-payment .accordion-item-line2::before {
		content: "";
		position: absolute;
		border-left: 2px dotted #c2c2c2;
		top: 0px;
		bottom: -61px;
		left: -35px;
	}

	.accordion-payment .accordion-item:after {
		width: 24px;
		height: 24px;
		border-radius: 100px;
		content: "";
		background: #ffffff;
		top: 37px;
		margin: auto;
		position: absolute;
		border: 3px solid #c2c2c2;
		left: -46px;
	}

	.accordion-payment .accordion-item .accordion-collapse.show:after {
		width: 14px;
		height: 14px;
		border-radius: 100px;
		content: "";
		top: 42px;
		margin: auto;
		position: absolute;
		left: -41px;
		z-index: 9;
		background: rgb(2,170,189);
		background: -moz-linear-gradient(45deg, rgba(2,170,189,1) 0%, rgba(0,205,172,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(2,170,189,1) 0%,rgba(0,205,172,1) 100%);
		background: linear-gradient(45deg, rgba(2,170,189,1) 0%,rgba(0,205,172,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aabd', endColorstr='#00cdac',GradientType=1 );
	}

.listing-card-body h6.card-title.fw-bold.mb-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pb5 {
	padding-bottom: 3rem
}

.mobimg {
	margin-top: 20px;
	background: #faf1d1;
	padding: 22px 0px 22px;
	/* border: 1px solid #d0cfcf; */
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

	.mobimg img {
		/* padding: 7px; */
		/* width: 100%; */
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		/* background: #fff; */
		/* width: 89px; */
		/* height: 88px; */
		/* border-radius: 50%; */
	}

/* Mobile Media */
@media(max-width: 576px) {
	.osahan-header .navbar-brand img {
		height: 40px;
	}

	.dnone {
		display: block !important;
	}

	.dblock {
		display: none !important;
	}

	#navbarSupportedContent {
		position: absolute;
		top: 68px;
		background: #fff;
		width: 94%;
		z-index: 9;
	}
}

@media(max-width: 767px) {
	.pb5 {
		margin-bottom: 40px;
	}
	/* .osahan-header .navbar-brand img { */

	/* width: 230px; */
	/* } */
}

@media(max-width: 992px) {
	.osahan-header {
		padding: 12px 0 !important;
	}

		.osahan-header .navbar-toggler {
			padding: 3px 4px;
		}

		.osahan-header .navbar-nav .nav-link {
			/* text-align: center; */
			padding: 12px 11px;
		}

		.osahan-header .me-3.top-link {
			margin: 11px 0 0 0px !important;
		}

		.osahan-header .navbar-collapse .d-flex.align-items-center.gap-2 {
			/* justify-content: center; */
			margin: 8px 0 7px 0;
		}

		.osahan-header .dropdown-menu .dropdown-item {
			text-align: center;
		}

	.btn-group.gap-3.osahan-btn-group.d-flex {
		display: unset !important;
		width: 100%;
	}

		.btn-group.gap-3.osahan-btn-group.d-flex label {
			width: 100%;
			margin: 6px 0;
		}

	.history-card .d-flex {
		display: unset !important;
	}

	.history-card img {
		width: 100%;
		height: 90px;
		margin-bottom: 14px;
		object-fit: cover;
	}

	.history-card .ms-auto.text-end {
		border-top: 1px solid #ccc;
		padding-top: 9px;
		margin-top: 10px;
		text-align: left !important;
	}

	.delivery-tabs .nav-link.active {
		border-radius: 10px;
	}

	body.bg-light {
		/* padding-bottom: 80px !important; */
	}

	.container, .container-md, .container-sm {
		max-width: 100%;
	}
}

@media(min-width: 992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 100%;
	}
}

@media(min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1100px;
	}
}

@media(min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1200px;
	}
}

.Copyryt {
	background: #145e45;
	padding: 12px 0px;
}

	.Copyryt p {
		color: #fff;
		font-size: 16px;
		margin-bottom: 0rem;
	}

	.Copyryt a {
		color: #f0a517;
		text-decoration: underline;
	}

.mob_icon {
	list-style: none;
	padding-left: 0px;
}

	.mob_icon i {
		font-size: 18px;
		color: #f1a616;
	}

	.mob_icon li {
		font-size: 16px;
		padding: 4px 0px;
	}

.mob_privacy p {
	font-size: 16px;
}

.mobcontact a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
}

.bgcolor {
	background: #f1a514;
	padding: 10px 0px;
}

	.bgcolor i {
		background: #f1a514;
		padding: 7px;
		color: #fff;
		border-radius: 4px;
	}

	.bgcolor .input-group {
		padding: 0px 0px 0px 12px;
	}

input {
	font-size: 13px !important;
}

.dnone {
	display: none !important;
}

.mobtext h6 {
	text-align: center;
	margin-top: 8px;
	font-size: 20px;
}

.card {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 3px;
	position: relative;
}

	.card img {
		width: 100%;
		border-radius: 8px;
	}

.favorite-icon {
	position: absolute;
	top: 6px;
	left: 6px;
	background: green;
	border-radius: 50%;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.favorite-icon i {
		font-size: 12px;
		color: #fff;
	}

.card-content {
	padding: 9px 3px;
}

.card h3 {
	font-size: 16px;
	font-weight: bold;
}

.card p {
	font-size: 12px;
	color: #000000;
	margin: 5px 0;
}

.price {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.old-price {
	text-decoration: line-through;
	color: gray;
	font-size: 13px;
	margin-right: 8px;
}

.new-price {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.add-to-cart {
	background: green;
	color: white;
	font-size: 16px;
	padding: 6px;
	width: 25px;
	height: 26px;
	border-radius: 33% 5% 10% 5%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.product-list-body p {
	font-size: 12px;
}

.delete-icon {
	position: absolute;
	top: 15px;
	right: 6px;
	background: #c11010;
	border-radius: 50%;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.delete-icon i {
		color: #fff;
	}

.mobform span {
	color: red;
}

.mobform {
	padding: 0px 5px;
}

.mobinput .form-control {
	margin-bottom: 13px;
}

@media(max-width:991px) {
	.dblock {
		display: none !important
	}
}

.bg-footer a, p {
	font-size: 16px;
}

.pl90 {
	padding-left: 90px;
}

.mob_offer {
	padding-left: 0px;
	list-style: none;
}

	.mob_offer li {
		font-size: 16px;
		padding: 7px 0px;
	}

	.mob_offer i {
		color: #f1a514;
	}

.features-slider-wrapper {
	background: rgba(0, 0, 0, 0) url(../img/mobile-slider.png) no-repeat scroll top center / cover;
}

.features-slider-wrapper {
	/* padding: 75px 13px 65px 0px; */
	background-size: 100%;
	max-width: 313px;
	margin: 0 auto;
	z-index: 999;
	position: relative;
	height: 638px;
}

#carouselExampleAutoplaying .carousel-item img {
	padding: 97px 37px 49px;
}

.work-area .single-work {
	position: relative;
}

.avatar-md {
	height: 4rem;
	width: 4rem;
}

.work-area .single-work::after {
	position: absolute;
	content: '\e903'; /* Replace with the correct Unicode from IcoFont */
	font-size: 45px;
	font-weight: 900;
	color: #000;
	font-family: 'IcoFont'; /* Ensure this matches the correct font name */
	top: 50%;
	right: 0;
	margin-right: -50px;
	transform: translateY(-50%);
	transition: transform 0.3s ease-in-out;
}

.single-work {
	background: rgb(242 166 18);
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.download-area {
	background: rgba(0, 0, 0, 0) url(../img/download-bg.jpg) no-repeat fixed center center / cover;
}

.overlay-dark {
	position: relative;
	z-index: 0;
}

.button-group {
	margin-top: 30px;
}

store-buttons a {
	text-align: left;
}

.button-group a {
	margin-right: 10px;
}

.store-buttons img {
	max-width: 190px;
	width: 100%;
	/* background: #ffffff; */
	border-radius: 10px;
}

child {
	margin-right: 0;
}

.overlay-dark::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgb(16 16 45);
	opacity: 0.80;
	z-index: -1;
}

.font-italic {
	font-style: italic !important;
}

.h3, h3 {
	font-size: 1.5rem;
}

@media(max-width:991px) {
	.h3, h3 {
		font-size: 20px;
	}

	.py-5 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

}

@media(max-width:767px) {
	.single-work {
		margin-top: 10px
	}

	.pl90 {
		padding-left: 15px;
	}

	.py-5 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.mobtext h6 {
		font-size: 19px;
	}
}
