/*
Theme Name: قالب اختصاصی Bionda
Theme URI: https://seo90.ir/
Author: گروه برنامه نویسی سئو 90
Author URI: https://seo90.ir/
Description: قالب اختصاصی وردپرس طراحی شده توسط گروه طراحی و برنامه نویسی سئو 90
Version: 1.0
License URI: https://seo90.ir/
Text Domain: my-custom-theme
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

@font-face {
	font-family: 'tamir24';
	src: url('fonts/Yekan\ Bakh.ttf');
}

@font-face {
	font-family: 'En_f';
	src: url('fonts/ReagaVintage-Regular.ttf');
}

.En_f {
	font-family: 'En_f';
}

body,
html {
	font-family: 'tamir24';
	font-size: 17px;
}

.tooltip-inner {
	font-family: 'tamir24';
	font-size: 13px;
}

:root {
	--fb-dark: #3a3838;
	--fb-dark-s: #c7c5c5;
	--fb-white: #ffffff;
	--fb-light: #f7f3f3;
	--fb-light-s: #f9f9f9;
	--fb-light-d: #ede9e9;
}

/* Root Bg Colors */

.bg-fb-dark {
	background-color: var(--fb-dark) !important;
}

.bg-fb-dark-s {
	background-color: var(--fb-dark-s) !important;
}

.bg-fb-white {
	background-color: var(--fb-white) !important;
}

.bg-fb-light {
	background-color: var(--fb-light) !important;
}

.bg-fb-light-s {
	background-color: var(--fb-light-s) !important;
}

.bg-fb-light-d {
	background-color: var(--fb-light-d) !important;
}

/* Root Text Colors */

.text-fb-dark {
	color: var(--fb-dark) !important;
}

.text-fb-white {
	color: var(--fb-white) !important;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

/* Form Elements */

::placeholder {
	font-size: 15px;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form select {
	border: 1px solid #dddbdb;
	height: 45px;
	padding: 0 12px;
	border-radius: 6px;
	color: #717171;
	width: 100%;
	margin: 2px 0;
}

form button,
form input[type="submit"] {
	width: auto;
	height: 45px;
	border: 0;
	background-color: var(--bs-dark);
	color: var(--bs-white);
	text-align: center;
	font-size: 15px;
	padding: 0 20px;
	border-radius: 6px;
}

textarea {
	width: 100%;
	border: 1px solid #dddbdb;
	height: 100px;
	padding: 10px;
	background-color: #fff;
	resize: none;
	margin: 2px 0;
	border-radius: 6px;
}

.search-form-site form {
	height: 45px;
}

/* fs */

.fs-11,
.fs-12,
.fs-13,
.fs-14 {
	font-size: 15px;
}

.fs-17 {
	font-size: 17px;
}

.rounded-16 {
	border-radius: 16px;
}

.rounded-40 {
	border-radius: 40px;
}

.text-justify {
	text-align: justify !important;
}

.search-form-site input,
.search-form-site button {
	background-color: var(--fb-light);
}

.search-form-site input,
.search-form-site button {
	color: var(--fb-dark-s);
}

.search-form-button {
	font-size: 18px;
	top: 4px !important;
}

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

img.log_M_H {
	filter: brightness(0.7);
}

.btn-close:focus {
	box-shadow: none !important;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rounded-8 {
	border-radius: 6px;
}

.opacity-90 {
	opacity: 0.9;
}

.py-10 {
	padding: 10px 0;
}

/* Nav Menu */

.nav-menu ul li {
	display: inline-block;
	position: relative;
	margin-left: 24px;
}

.nav-menu ul li::before {
	content: "";
	position: absolute;
	right: -14px;
	bottom: 28px;
	width: 3px;
	height: 3px;
	background-color: #5695f1;
}

.nav-menu ul li:first-child::before {
	background-color: transparent;
}

.nav-menu ul li a {
	display: inline-block;
	position: relative;
	padding: 16px 0;
	color: var(--fb-dark);
	font-size: 18px;
}

.nav-menu-wh>nav ul li a {
	color: #faf4f4;
}

.nav-menu .Nv-Items a {
	width: 24px;
	height: 29px;
}

.nav-menu .Nv-Items-Mini a {
	width: 30px;
	height: 30px;
}

.social-top-footer-abs .Nv-Items a {
	width: 31px;
	line-height: 44px;
	font-size: 18px;
	opacity: 0.75;
}

.nav-menu ul li ul {
	position: absolute;
	width: 220px;
	right: 0;
	top: 59px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	z-index: 10;
	background-color: var(--fb-light-s);
	padding: 0;
	margin: 0;
	padding: 16px 8px 16px 0;
}

.nav-menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease;
}

.nav-menu ul li ul li {
	display: block;
	margin: 0;
}

.nav-menu ul li ul li::before {
	background-color: transparent;
}

.nav-menu ul li ul li a {
	display: block;
	padding: 8px 15px 8px 8px;
	position: relative;
	right: 0;
	transition: all 0.4s ease;
	opacity: 0.8;
	font-size: 15px;
}

.nav-menu-wh ul li ul li a {
	color: var(--fb-dark);
}

.nav-menu ul li ul li a:hover {
	right: 8px;
	transition: all 0.4s ease;
}

.nav-menu ul li ul li a::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 3px;
	width: 0;
	height: 2px;
	background-color: var(--fb-dark);
	transition: all 0.4s ease;
	opacity: 0.5;
}

.nav-menu ul li ul li a:hover::after {
	width: 4px;
	transition: all 0.4s ease;
}

.nav-menu ul>li>ul>li>ul {
	right: 100%;
	top: -16px;
	padding: 16px 8px 16px 0 !important;
}

/* Responsive Menu */

.offcanvasExample_ReM i {
	top: 3px;
	font-size: 23px;
}

.responsive-menu-body ul li {
	position: relative;
}

.responsive-menu-body ul li a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid var(--fb-light-d);
	color: var(--fb-dark);
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
	position: relative;
	right: 0;
}

.responsive-menu-body ul li a:hover {
	right: 3px;
	transition: all 0.3s ease-in-out;
}

.responsive-menu-body>ul>li:last-child>a {
	border-color: transparent !important;
}

.responsive-menu-body>ul>li>:last-child a {
	border-bottom: 0;
}

.responsive-menu-body ul li span.responsive-menu-span {
	position: absolute;
	left: 0;
	top: 3px;
	text-align: center;
	color: var(--fb-dark);
	width: 40px;
	height: 40px;
	line-height: 48px;
	cursor: pointer;
	z-index: 5;
}

.responsive-menu-body ul li ul {
	display: none;
}

.services-wrp {
	min-height: 195px;
	z-index: 2;
}

.title-wr>span.position-relative::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 20px;
	background-color: var(--bs-primary);
	right: 0;
	top: 8px;
}

.bg-light-t {
	background-color: #faf4f4;
}

footer.footer .footer-textbox p {
	line-height: 2;
	font-size: 14px;
	color: #6e6c6c;
	text-align: justify;
}

.Ftw_Txt .logo-wrap img {
	height: 45px;
	filter: sepia(1);
}

.Ftr__Cn i::before {
	content: "\f5c1";
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #7a7a7a;
	text-align: center;
	color: #fff;
	border-radius: 6px;
}

.Nv-Items a {
	width: 24px;
	height: 29px;
}

.blog-card {
	height: 470px;
}

.blog-card figure {
	height: 255px;
}

.blog-card img.w-100 {
	height: 255px;
	object-fit: cover;
	opacity: 0.9;
}

.blog-card h4::before,
.blog-card h4::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 10px;
	height: 2px;
	width: 10px;
	background-color: var(--fb-dark);
}

.blog-card h4::after {
	top: 15px;
	width: 4px;
}

.blog-card p {
	height: 70px;
	color: #818181;
}

.blog-card p::after {
	content: "...";
	position: absolute;
	width: 13%;
	height: 35px;
	background-color: #fff;
	bottom: -13px;
	left: -3px;
	line-height: 15px;
}

.blog-card a.blog-card-read-more {
	width: 36px;
	height: 36px;
	line-height: 39px;
}

/* slider-nav-top */

.slider-nav-top .owl-nav {
	position: absolute;
	top: -64px;
	left: 89px;
}

.slider-nav-top .owl-nav button {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50% !important;
}

.slider-nav-top .owl-nav button.owl-prev::after,
.slider-nav-top .owl-nav button.owl-next::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ebe7e7 !important;
	color: #aba7a7 !important;
	border-radius: 12px;
	font-family: bootstrap-icons !important;
	font-size: 20px;
	line-height: 40px;
}

.slider-nav-top .owl-nav button.owl-prev::after {
	content: "\f135" !important;
}

.slider-nav-top .owl-nav button.owl-next::after {
	content: "\f12c" !important;
}

.slider-nav-top .owl-nav button.owl-next {
	right: 45px;
}

.line-clamp-2 {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 2;
	height: 60px;
}

/* textarea-box */
.textarea-box h1,
.textarea-box h2,
.textarea-box h3,
.textarea-box h4,
.textarea-box h5,
.textarea-box h6 {
	margin: 0;
	padding: 0;
}

.textarea-box p {
	line-height: 2;
	margin: 16px 0;
	color: #717171;
	text-align: justify;
	font-size: 17px;
}

.textarea-box img {
	display: table;
	margin: 8px auto;
	border-radius: 6px;
}

.textarea-box a {
	display: inline-block;
	border-bottom: 1px dashed #a78ff1;
	color: #a78ff1;
}

.textarea-box ul,
.textarea-box ol {
	margin-bottom: 0;
}

.textarea-box ul li,
.textarea-box ol li {
	line-height: 1.8;
	list-style: circle;
	font-size: 16px;
}

.textarea-box ul li::marker {
	opacity: 0.5;
	color: #5a5a5a;
}

.textarea-box ol li {
	list-style: auto;
}

.Avatar-Mini {
	height: 45px;
	object-fit: contain;
}

span.section-title::after {
	content: "";
	position: absolute;
	top: 12px;
	right: -35px;
	width: 40px;
	height: 40px;
	background-image: url(img/arrow_handwrite.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(264deg);
}

.Bread_Cr a,
.Bread_Cr span {
	font-size: 16px;
    margin-left: 9px;
    position: relative;
}

.Bread_Cr a::after {
	content: "..";
	position: absolute;
	bottom: 2px;
	left: -11px;
	font-size: 11px;
}

.Paginatino-Box span,
.Paginatino-Box a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	background-color: #faf4f4;
	color: #515151;
	font-size: 19px;
}

.Paginatino-Box span {
	color: #faf4f4;
	background-color: #515151;
}

/* contact-us-form */

.contact-us-form-3-shapes>span.shapess:nth-child(1) {
	content: "";
	top: 50px;
	left: -15px;
	background-color: #064b9f;
	display: inline-flex;
	width: 50px;
	height: 13px;
	border-radius: 20px;
}

.contact-us-form-3-shapes>span.shapess:nth-child(2) {
	content: "";
	top: 63px;
	left: -15px;
	background-color: var(--fb-light);
	display: inline-flex;
	width: 50px;
	height: 13px;
	border-radius: 20px;
}

.contact-us-form-3-shapes>span.shapess:nth-child(3) {
	content: "";
	top: 76px;
	left: -35px;
	background-color: #064b9f;
	display: inline-flex;
	width: 50px;
	height: 13px;
	border-radius: 20px;
}

@media only screen and (max-width: 767px) {
	.row-reverse-md {
		flex-direction: column-reverse;
	}
}

.mh-100vh {
	min-height: 100vh;
}

@media only screen and (max-width: 576px) {

	.csm-form button,
	.csm-form input[type="submit"] {
		width: 100%;
		font-size: 16px;
		height: 45px;
	}
}

.footer__wrp img {
	filter: invert(1);
}

.srvc i::before {
	font-size: 45px;
}

.after-rd::before {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	top: -5px;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #9ea0e5;
	border: 2px solid #fff;
	outline: 1px solid #b0c1f3;
	outline-offset: 0px;
}

.iconbox-shadow {
	box-shadow: 0 25px 70px rgba(0, 0, 0, .03);
}

.iconbox-shadow i::before {
	font-size: 42px;
}

span.TTL_span::before,
span.TTL_span::after {
	content: "";
	position: absolute;
	right: -65px;
	height: 5px;
	background-color: #71aaf1;
	top: 15px;
	width: 50px;
}

span.TTL_span::after {
	background-color: var(--bs-primary);
	top: 25px;
	width: 15px;
}

.Srv__tm img {
	height: 110px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.7;
	transition: all 0.4s ease;
	z-index: 1;
}

.Srv__tm:hover img {
	opacity: 0.9;
	transition: all 0.4s ease;
}

.Srv__tm span.stu::before {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 0;
	background-color: var(--bs-primary);
	width: 50px;
	height: 2px;
	opacity: 0.5;
}

.Srv__tm span.stu::after {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 8px;
	background-color: #fff;
	width: 3px;
	height: 2px;
}

.IN__vf::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 80%;
	background: #dcefff;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}

.hin__sctn::before {
	content: "";
	position: absolute;
	height: 70%;
	width: 100%;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto 0;
	background-color: #6ba7ff;
	z-index: -1;
	border-radius: 0 4px 4px 0;
}


.hin__sctn::after {
	content: "";
	position: absolute;
	height: 70%;
	width: 2px;
	bottom: 0;
	top: 0;
	right: 10%;
	margin: auto 0;
	background-color: #ffffff;
	z-index: -1;
}

/* Styles Bionda */

.z-3 {
	z-index: 3;
}

.text-color-one {
	color: #064b9f;
}

.bg-primary-2 {
	background-color: #064b9f;
}

.Pr__W {
	background-color: #064b9f;
}

.Pr__W::before {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -15px;
    width: 120%;
    height: 30px;
    background-color: #fff;
    transform: rotate(2deg);
}

.Pr__W_B {
	background-image: url(img/freshPattern.svg);
	background-repeat: repeat;
	background-size: cover;
	background-position: left center;
}

img.Hea__main___logo {
	filter: invert(1);
}

#carouselExampleFade img {
	object-fit: contain;
}

.Hea__main {
	background-color: #064b9f;
	z-index: 2;
	background-image: url(img/istockphoto.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

@media only screen and (min-width: 1200px) {
	.Hea__main span.r__line,
	.Hea__main span.l__line,
	.l_r_lines span.r__line,
	.l_r_lines span.l__line {
		height: 100%;
		width: 1px;
		background-image: linear-gradient(to bottom, #2975d3, transparent);
		left: auto;
		right: 48px;
	}

	.Hea__main span.l__line,
	.l_r_lines span.l__line {
		right: auto;
		left: 48px;
	}
}

img.Hea__main_bottom {
	transform: rotate(180deg);
	z-index: 0;
}

img.Sld__Shp {
	max-height: 370px;
}

.Mn__BTn::before,
.Mn__BTn::after {
	content: "";
	position: absolute;
	height: 22px;
	width: 8px;
	top: 1px;
	right: -14px;
	background-color: #5695f1;
	border-radius: 50% 0 0 50%;
}

.Mn__BTn::after {
	right: -25px;
}

.rounded-12 {
	border-radius: 12px;
}

.Srvc__Tm {
	background-color: #064b9f;
	border-radius: 20px;
}

img.Ct__pic {
	max-height: 212px;
}

.Srvcs .Sld__Shp {
	filter: contrast(0.6);
}

.Bnr_p {
	border-radius: 50%;
	transition: all 0.4s ease;
}

.Bnr_p:hover {
	opacity: 0.7;
	transition: all 0.4s ease;
}

.Bnr_p+figcaption {
	bottom: 0px;
	background: #ffffff !important;
	z-index: 3;
}

.holder-pr {
	background-color: #0a3a72;
}

.Pg__Hdr {
	background-color: #0a62c9;
}

.holder-pr-top-right {
	border-radius: 20px;
	top: 0;
	z-index: 1;
	background: #064b9f;
}

.holder-pr-top-right span {
	position: absolute;
	width: 20px;
	height: 30px;
	right: 0;
	bottom: -18px;
	background: #064b9f;
	z-index: -2;
}

.holder-pr-top-right span:nth-child(1) {
	bottom: -14px;
	right: 0;
	background-color: #064b9f;
	z-index: -2;
	height: 40px;
}

.holder-pr-top-right span:nth-child(2) {
	right: 0;
	background-color: #0a3a72;
	border-radius: 0 12px 0 0;
	bottom: -30px;
	z-index: 1;
}

.holder-pr-top-right span:nth-child(3) {
	top: -2px;
	left: -20px;
	right: auto;
	background-color: #064b9f;
	z-index: -1;
}

.holder-pr-top-right span:nth-child(4) {
	right: auto;
	left: -20px;
	background-color: #0a3a72;
	border-radius: 0 24px 0 0;
	top: 0;
	z-index: 1;
}

.holder-pr-top-right span:nth-child(5) {
	width: 100%;
	height: 50%;
	top: 0px;
	right: 0;
	background-color: #064b9f;
}

.holder-pr-bottom-left {
	width: 35px;
	height: 35px;
	bottom: 0;
	background: #064b9f;
	border-radius: 12px;
}

.holder-pr-bottom-left span:nth-child(1) {
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 0;
	right: -14px;
	background-color: #064b9f;
	height: 19px;
}

.holder-pr-bottom-left span:nth-child(2) {
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 0px;
	right: -18px;
	background-color: #0a3a72;
	height: 19px;
	border-radius: 0 0 0 16px;
}

.holder-pr-bottom-left span:nth-child(3) {
	width: 18px;
	height: 26px !important;
	position: absolute;
	top: -15px;
	left: 0px;
	background-color: #064b9f;
}

.holder-pr-bottom-left span:nth-child(4) {
	width: 18px;
	position: absolute;
	top: -19px;
	left: 0;
	background-color: #0a3a72;
	height: 19px;
	border-radius: 0 0 0 14px;
}

.holder-pr-bottom-left span:nth-child(5) {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0px;
	right: 0;
	background-color: #064b9f;
}

.holder-pr-bottom-left span.holder-pr-latest-span {
	width: 29px;
	height: 29px;
	background-color: #0a3a72;
	z-index: 3;
	text-align: center;
	font-size: 17px;
	border-radius: 10px;
	line-height: 32px;
	right: 3px;
}

.product-item {
	height: 318px;
	position: relative;
}

.product-item::before {
	content: "";
	position: absolute;
	top: 77px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background-color: #f5f4f4;
	border-radius: 50%;
}

.product-item h4 {
	font-size: 19px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-item img {
	height: 170px;
	object-fit: contain;
	z-index: 2;
	position: relative;
}

.product-item .prices-pr {
	height: 60px;
}

.owl-theme .owl-nav button {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 10px !important;
}

.owl-theme .owl-nav button.owl-prev::after,
.owl-theme .owl-nav button.owl-next::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff !important;
	color: #aba7a7 !important;
	border-radius: 4px;
	font-family: bootstrap-icons !important;
	font-size: 20px;
	line-height: 39px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.owl-theme .owl-nav button.owl-next {
	right: auto;
	left: 0;
}

.owl-theme .owl-nav button.owl-prev::after {
	content: "\f285";
}

.owl-theme .owl-nav button.owl-next::after {
	content: "\f284";
}

@media only screen and (max-width:767px) {
	.row-reverse-md {
		flex-direction: column-reverse;
	}
}

.owl-theme .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
}

@media only screen and (min-width:768px) {

	.hsr__sctn::after,
	.hsr__sctn__hr::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
		background-image: url("img/cho_prt.png");
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: contain;
		z-index: -1;
	}

}

.hsr__sctn__hr::after {
	background-image: url("img/cho_prt-hr.png");
	background-position: bottom right;
}

footer {
	background-image: url(img/Tile_Bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

footer .footer-menu ul {
	padding: 0;
	margin: 0;
}

footer .footer-menu ul li {
	margin: 2px 0 0 0;
}

footer .footer-menu ul li a {
	padding: 10px 0 0 0;
	display: block;
	color: #7e7e7e;
}

footer .footer-menu-hr ul li {
	display: inline-block;
	padding: 0;
	margin-left: 8px;
}

footer .footer-menu-hr ul li a {
	display: inline-block;
	padding-top: 16px;
}

footer .footer-textbox h1,
footer .footer-textbox h2,
footer .footer-textbox h3,
footer .footer-textbox h4,
footer .footer-textbox h5,
footer .footer-textbox h6 {
	font-size: 18px;
	color: var(--sm-dark);
	margin: 0 0 12px 0;
}

footer .Footer_Nemad img {
	height: 100px;
	object-fit: contain;
	filter: saturate(0.5);
}

.mh-100vh {
	min-height: 100vh;
}

.display-14 {
	font-size: calc(1.625rem + 12vw);
	color: #185bad;
	letter-spacing: 40px;
	opacity: 0.4;
}

@media only screen and (max-width:767px) {
	.display-14 {
		font-size: calc(1.625rem + 6vw);
		color: #185bad;
		letter-spacing: 15px;
	}
}

.Pic__Pr figure {
	height: 400px;
}

.Pic__Pr figure img {
	height: 345px;
	object-fit: contain;
}

.SP__Dt span:first-child::before {
	content: "\f52f";
	font-family: bootstrap-icons !important;
	font-size: 25px;
	position: relative;
	top: 3px;
	color: #b7b3b3;
}

.Pic__Pr .carousel-control-prev-icon,
.Pic__Pr .carousel-control-next-icon {
	filter: brightness(0.5);
}
.Brnd__Item img{
	height: 80px;
	object-fit: contain;
	filter: grayscale(1);
} 