@font-face {
	font-family: ar_bold;
	src: url(/themes/nutrisaine/assets/fonts/DroidKufi-Bold.ttf);
}
@font-face {
	font-family: ar_normal;
	src: url(/themes/nutrisaine/assets/fonts/DroidKufi-Regular.ttf);
}

html {
	scroll-behavior: smooth;
}

.rtl {
	direction: rtl;
	font-family: ar_normal;
}

.rtl p {
	font-size: 18px;
}

.rtl #settings-card {
	left: 0px;
	right: unset;
}

.rtl .before\:empty::before {
	content: "";
	display: none;
}

.rtl .before\:empty::after {
	content: "/";
	margin-right: 15px;
}

.text-sm {
	font-size: 14px !important;
}

.slider_header_1 {
	background-image: url('/storage/app/media/header_5.png');
	height: initial;
	background-size: cover;
	background-position: 94% center;
}

@media (min-width: 1500px) {
	.slider_header_1 {
		background-position: center bottom !important;
	}
}

.swiper-wrapper {
	height: 85vh;
}

@media (max-width: 788px) {
	.slider_header_1 {
		background-image: url('/storage/app/media/header_mob.png');
	}

	.slider_header_1 .swiper-wrapper {
		height: 70vh;
	}

	.swiper-wrapper {
		height: 57vh;
	}
}

@media (max-width: 1080px) {
	.swiper-wrapper {
		height: 61vh;
	}
}

@media (min-width: 1500px) {
	.swiper-wrapper {
		height: 95vh;
	}
}

.slider_header_2 {
	background-image: url('/storage/app/media/header/header_web.jpg');
	height: initial;
	background-size: 100%;
	background-position: 50% 70%;
}

@media (max-width: 788px) {
	.slider_header_2 {
		background-image: url('/storage/app/media/header/header_mob.jpg');
		background-size: cover;
		background-position: bottom;
	}

	.slider_header_2 .swiper-wrapper {
		height: 70vh;
	}

	.menu_footer {
		display: block !important;
		margin: auto;
	}
}

.menu_footer {
	display: flex;
	overflow: hidden;
	justify-content: start;
}

@media (max-width: 788px) {
	.menu_footer {
		justify-content: space-around;
		display: block;
	}
}

@media (min-width: 768px) {
	.md66 {
		width: 66% !important;
	}
}

.map {
}

.map .info {
	position: absolute;
	background: white;
	padding: 18px;
	margin: 13px;
}

.map img {
	height: 497px;
	object-fit: cover;
	width: 100%;
}

.cer {
	align-items: center;
}

.ul {
	display: block !important;
	list-style-type: disc !important;
	margin-block-start: 1em !important;
	margin-block-end: 1em !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding-inline-start: 40px !important;
}

.sticky {
	position: sticky;
	top: 94px;
	width: 100%;
	max-height: 96vh;
	overflow: auto;
}

#myHeader {
	background: #eaeaea;
	padding: 0 9px 9px 9px;
	border-radius: 10px;
}

.scroll {
	display: block;
	height: 86px;
	margin-top: -86px;
	visibility: hidden;
}

.sticky::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.sticky::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.sticky::-webkit-scrollbar-thumb {
	background-color: #000000;
}

.scrollspy-nav .scrollspy-indicator {
	position: absolute;
	height: 3px;
	width: 0;
	background: red;
	bottom: 0;
	left: 0;
	transition: width 0.3s, left 0.1s;
}

.ol {
	display: block !important;
	list-style-type: decimal !important;
	margin-block-start: 1em !important;
	margin-block-end: 1em !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding-inline-start: 40px !important;
}

table {
	width: 750px;
	border-collapse: collapse;
	margin: 50px auto;
}

tr:nth-of-type(odd) {
	background: #eee;
}

th {
	background: #3498db;
	color: white;
	font-weight: bold;
}

td,
th {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 18px;
}

@media only screen and (max-width: 760px),
			 (min-device-width: 768px) and (max-device-width: 1024px) {

	table {
		width: 100%;
	}

	table,
	thead,
	tbody,
	th,
	td,
	tr {
		display: block;
	}

	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr {
		border: 1px solid #ccc;
	}

	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
	}

	td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}
}

.blog h2,
.blog h2 {
	font-size: 24px;
	color: rgb(234 163 5/var(--tw-text-opacity));
}

.blog ol,
.blog ul,
.blog .menu {
	list-style: unset;
	margin: unset;
	padding: revert;
}

.blog-carousel-section .swiper-wrapper {
	height: auto;
}

@media (min-width: 1280px) {
	li.main-menu__item a {
		font-size: 16px;
	}
}
