@charset "UTF-8";

@import url(reset.css);



html {
	scroll-behavior: smooth;
}

@font-face {
	font-family: "Iranian-Sans";
	src: url(../../fonts/IRANSansWeb.woff) format("woff"),
		url(../../fonts/IRANSansWeb.woff2) format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto";
	src: url(../../fonts/Roboto-Light.woff) format("woff"),
		url(../../fonts/Roboto-Light.woff2) format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Shabnam";
	src: url(../../fonts/Shabnam.woff) format("woff"),
		url(../../fonts/Shabnam.woff2) format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} /*# sourceMappingURL=public.css.map */
@font-face {
	font-family: "Vazir";
	src: url(../../fonts/Vazir.woff) format("woff"),
		url(../../fonts/Vazir.woff2) format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	direction: rtl;
	box-sizing: border-box;
}

.title {
	font-family: "Shabnam" !important;
	font-weight: 500;
	color: #cfa92f; /* طلایی ملایم */
	position: relative;
	line-height: 1.4;
	font-size: 24px;
}


.title::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 100%;
	height: 4px;
	background: linear-gradient(to left, #cfa92f, #f3e9c2);
	border-radius: 2px;
}


.btn-bass {
	border: 0;
	background-size: 200% auto;
	transition: 0.5s;
	padding: 10px;
	will-change: background-position;
}

.btn-blue {
	background-image: linear-gradient(
		to right,
		#16222a 0%,
		#3a6073 51%,
		#16222a 100%
	);
	background-color: #16222a;
}
.btn-blue:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

.btn-yellow {
	background-image: linear-gradient(
		to right,
		#ff8008 0%,
		#ffc837 51%,
		#ff8008 100%
	);
	background-color: #ff8008;
}
.btn-yellow:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

.btn-red {
	background-image: linear-gradient(to left, #870000, #190a05, #870000);
	background-color: #870000;
}
.btn-red:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

.btn-halfRed {
	background-image: linear-gradient(
		to right,
		#c21500 0%,
		#ffc500 51%,
		#c21500 100%
	);
	background-color: #c21500;
}
.btn-halfRed:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

.btn-seeMore {
	background-image: linear-gradient(
		to right,
		#fe8c00 0%,
		#f83600 51%,
		#fe8c00 100%
	);
	background-color: #fe8c00;
}
.btn-seeMore:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

/* استایل پایه */
.btn_link {
	font-size: 16px;
	font-weight: 600;
	padding: 20px 24px 20px 64px;
	display: flex;
	align-items: center;
	border-radius: 99px;
	position: relative;
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn_link .text {
	color: #fff;
	line-height: 1;
	position: relative;
	z-index: 5;
	margin-right: 16px;
	transition: 0.5s color ease-in-out;
}
.btn_link i {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 5;
	font-size: 16px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #fff !important;
}
.btn_link::before {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn_link:hover i {
	transform: translateY(-50%) rotate(45deg);
}
.btn_link:hover::before {
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 99px;
}

/* رنگ‌بندی مخصوص بخش سنگ */
.btn_link--stone {
	background-color: #2f2f2f;
}

.btn_link--stone .text {
	color: #fff;
}

.btn_link--stone i {
	color: #000;
}

.btn_link--stone::before {
	background-color: #cfa92f;
}

/* رنگ‌بندی مخصوص بخش آجر */
.btn_link--brick {
	background-color: #8b3a1a; /* آجری تیره */
}

.btn_link--brick .text {
	color: #fff;
}

.btn_link--brick i {
	color: #fff;
}

.btn_link--brick::before {
	background-color: #f7c04a; /* طلایی روشن */
}

/* حالت پیش‌فرض (مثلاً طلایی معمولی سایت) */
.btn_link--default {
	background-color: #cfa92f;
}

.btn_link--default .text {
	color: #fff;
}

.btn_link--default i {
	color: #000 !important;
}

.btn_link--default::before {
	background-color: #f3e9c2;
}

.btn_link--default:hover .text {
	color: #000 !important;
	transition: 0.5s color ease-in-out;
} /*# sourceMappingURL=btn.css.map */

/* دکمه حذف - قرمز */
.btn_link--delete {
	background-color: #e74d3c8b; /* قرمز اصلی */
}

.btn_link--delete .text {
	color: #fff;
	transition: 0.5s color ease-in-out;
}

.btn_link--delete i {
	color: #fff !important;
}

.btn_link--delete::before {
	background-color: #e74c3c; /* قرمز روشن‌تر */
}

/* دکمه ویرایش - آبی */
.btn_link--edit {
	background-color: #3498db88; /* آبی اصلی */
}

.btn_link--edit .text {
	color: #fff;
}

.btn_link--edit i {
	color: #fff !important;
}

.btn_link--edit::before {
	background-color: #3498db; /* آبی روشن‌تر */
}



.outer-div,
.inner-div {
  height: 400px;
  max-width: 300px;
  /* margin: 0 auto; */
  position: relative;
  font-family: "Iranian-Sans";
}

.outer-div {
  perspective: 900px;
  perspective-origin: 50% calc(50% - 18em);
}

.inner-div {
  border-radius: 5px;
  font-weight: 400;
  color: #071011;
  font-size: 1rem;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.8, -0.4, 0.2, 1.7);
  transform-style: preserve-3d;
}
.inner-div:hover .social-icon {
  opacity: 1;
  top: 0;
}

.outer-div:hover .inner-div {
  transform: rotateY(180deg);
}

.front,
.back {
  position: relative;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}

.front {
  cursor: pointer;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.front__bkg-photo {
  position: relative;
  height: 150px;
  width: 100%;
  background: url("../../images/banners/nav_banner_1.jpg") no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.front__face-photo {
  position: relative;
  top: -60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #fff;
  background: url("../../images/avatar/nody-عکس-پروفایل-مخصوص-واتساپ-؛-؛-1717325475.jpg") no-repeat;
  background-size: cover;
  border-color: #fff;
}

.front__text {
  position: relative;
  top: -55px;
  margin: 0 auto;
  font-size: 18px;
}
.front__text .front__text-header {
  font-family: "Shabnam";
  text-transform: uppercase;
  font-size: 18px;
}
.front__text .front__text-para {
  position: relative;
  top: -5px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.front__text .front-icons {
  margin-right: 6px;
  color: gray;
}
.front__text .front__text-hover {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 2px solid tomato;
  padding: 8px 15px;
  border-radius: 30px;
  background: tomato;
  color: #fff;
}

.back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #071011;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-wrapper {
  width: 90%;
  font-size: 26px;
  display: flex;
  justify-content: space-evenly;
}
.social-media-wrapper .social-icon {
  position: relative;
  top: 20px;
  margin: 0 5px;
  opacity: 0;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.3, 0.7, 0.1, 1.9);
}
.social-media-wrapper .social-icon:nth-child(1) {
  transition-delay: 0.6s;
}
.social-media-wrapper .social-icon:nth-child(2) {
  transition-delay: 0.7s;
}
.social-media-wrapper .social-icon:nth-child(3) {
  transition-delay: 0.8s;
}
.social-media-wrapper .social-icon:nth-child(4) {
  transition-delay: 0.9s;
}
.social-media-wrapper i {
  transition: all 200ms ease-in-out;
}
.social-media-wrapper .social {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 1rem;
  width: 100%;
}
.social-media-wrapper .social li {
  position: relative;
  flex-basis: 2.25rem;
}
.social-media-wrapper .social li::after {
  position: absolute;
  /* content: "Tooltip"; */
  content: attr(data-tooltip);
  inset: -45% auto auto 50%;
  z-index: -1;
  translate: -50%;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  color: #fff;
  /* background: #070707; */
  background: var(--bg, #070707);
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* transition: all 0.3s ease-in-out; */
  transition: inset 0.4s cubic-bezier(0.47, 2, 0.41, 1.5), visibility 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.social-media-wrapper .social li:has(a:hover, a:focus-visible)::after {
  opacity: 1;
  visibility: visible;
  inset-block-start: -70%;
}
.social-media-wrapper .social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid;
  border-radius: 100%;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
.social-media-wrapper .social a > i {
  position: relative;
  z-index: 1;
}
.social-media-wrapper .social a::after {
  position: absolute;
  content: "";
  inset: 100% 0 0;
  /* background: #070707; */
  background: var(--bg, #070707);
  pointer-events: none;
  transition: inset 0.3s ease-in-out;
}
.social-media-wrapper .social a:hover,
.social-media-wrapper .social a:focus-visible {
  color: #fff;
}
.social-media-wrapper .social a:hover::after,
.social-media-wrapper .social a:focus-visible::after {
  inset-block-start: 0;
}/*# sourceMappingURL=cards.css.map */


header {
	background-color: #f5f5f5;
	padding-top: 10px !important;
}

#first_row {
	background-color: #b2b2b2;
	width: 90%;
	margin: 0 auto;
	border-radius: 50px;
	font-family: "Iranian-Sans";
	padding: 0.8rem 0;
}
#first_row .logo img {
	width: 12rem;
}
#first_row .nav a {
	font-size: 16px;
	font-weight: 500;
	color: #2c2c2c;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
}
#first_row .nav a:hover {
	color: #9c7b16;
}
@media (max-width: 992px) {
	#first_row .nav a {
		padding: 0.5rem 0.25rem;
		font-size: 13px;
	}
	#first_row .logo img {
		width: 8rem;
	}
}
@media (max-width: 768px) {
	#first_row .logo img {
		width: 10rem;
	}
}

#first_row .nav img {
	width: 25px;
	height: 25px;
	margin-left: 5px;
	object-fit: cover;
}
#first_row .nav .dropdown-menu {
	width: 200px;
	border-radius: 12px;
	border: none;
	background-color: #b2b2b2;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 0;
	overflow: hidden;
}
#first_row .nav .dropdown-menu a.dropdown-item {
	font-size: 16px;
	padding: 0.5rem 1rem;
	color: #2c2c2c;
}
#first_row .nav .dropdown-menu a.dropdown-item:hover {
	background-color: #f9f6ef;
	color: #9c7b16;
}
#first_row .nav .hover-dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
@media (max-width: 992px) {
	#first_row {
		width: 95%;
	}
}

.dropdown-toggle::after {
	display: none !important;
}

#second_row {
	border-radius: 12px;
	font-family: "Iranian-Sans";
}
#second_row .nav-link {
	color: #2c2c2c;
	transition: color 0.3s;
}
#second_row .nav-link:hover {
	color: #c6902e;
}
#second_row .hover-dropdown {
	position: relative;
}
#second_row .hover-dropdown .dropdown-menu {
	display: flex;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	width: 900px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.4s ease;
}
#second_row .hover-dropdown .dropdown-menu .dropdown-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#second_row .hover-dropdown .dropdown-menu .dropdown-item:hover {
	color: #9c7b16;
}
#second_row .hover-dropdown .dropdown-menu .dropdown-item:active {
	background-color: transparent !important;
}
#second_row .hover-dropdown .dropdown-menu .dropdown-item img {
	width: 25px;
	margin-left: 5px;
}
@media all and (max-width: 1200px) {
	#second_row .hover-dropdown .dropdown-menu {
		width: 750px;
		font-size: 15px;
	}
}
@media all and (max-width: 992px) {
	#second_row .hover-dropdown .dropdown-menu {
		width: 530px;
		font-size: 14px;
	}
}
#second_row .hover-dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
	pointer-events: auto;
}
#second_row i.bi-search {
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	#second_row nav,
	#second_row form {
		display: none;
	}
}

i {
	display: flex;
}

i::before {
	display: flex;
	align-items: center;
}

.icon-hover {
	transition: transform 0.3s ease, color 0.3s ease;
	display: inline-flex;
	align-items: center;
}
.icon-hover:hover {
	transform: scale(1.1) rotate(-5deg);
}

.nav-link:hover .icon-hover,
.dropdown-item:hover .icon-hover {
	transform: scale(1.2) rotate(-5deg);
}

.rotate-icon {
	transition: all 0.3s ease;
	position: relative;
	top: 0;
	font-size: 14px !important;
}

.hover-dropdown:hover .rotate-icon {
	transform: rotate(180deg);
	top: -3px;
	color: #9c7b16 !important;
}

@media (max-width: 766px) {
	#nav_1 .search-box {
		display: none !important;
	}
	#nav_1 .nav_menu {
		text-align: right;
	}
	#nav_1 .nav_menu a {
		font-size: 20px;
	}
}
.search-overlay {
	font-family: "Shabnam";
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-overlay .overlay-bg {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
}
.search-overlay .search-box {
	z-index: 10000;
	background-color: #fffdf8;
	padding: 2rem;
	border-radius: 1.5rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	width: 90%;
	max-width: 900px;
	animation: fadeInUp 0.3s ease-out;
}
.search-overlay button#closeSearch {
	background: none;
	border: none;
	color: #333;
}
.search-overlay #search_text {
	width: 50%;
}
.search-overlay #search_text input {
	padding: 0.7rem 1.5rem !important;
}
@media (max-width: 766px) {
	.search-overlay #search_text {
		width: 90%;
	}
}
@media (max-width: 576px) {
	.search-overlay #search_text {
		width: 100%;
		margin: 0 10px;
	}
}
.search-overlay i::before {
	display: flex;
	align-items: center;
}
.search-overlay button {
	outline: none;
	border: none;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
select.form-select {
	background-color: #f9f9f9;
	border: 2px solid #c5a846;
	color: #2c2c2c;
	font-size: 15px;
	padding: 0.6rem 2rem;
	border-radius: 2rem;
	transition: all 0.3s ease;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill="%239c7b16" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: left 1rem center;
	background-size: 1rem;
	text-align: center;
}

select.form-select:focus {
	border-color: #9c7b16;
	box-shadow: 0 0 6px rgba(156, 123, 22, 0.3);
	outline: none;
}

.choices {
	width: 30%;
	direction: rtl;
	margin-bottom: 0px !important;
}
.choices .choices__inner {
	background-color: #fffdf8;
	border: 2px solid #c5a846;
	border-radius: 2rem;
	padding: 0.7rem 1.5rem !important;
	font-size: 16px;
	color: #2c2c2c;
	min-height: auto;
	transition: all 0.3s ease;
}
.choices .choices__list--dropdown {
	border-radius: 12px;
	border: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-color: #fefefa;
	margin-top: 5px;
}
.choices .choices__item--choice {
	padding: 0.5rem 1rem;
	font-size: 15px;
	color: #2c2c2c;
	transition: all 0.3s ease;
}
.choices .choices__item--choice:hover {
	background-color: #fdf6d0;
	color: #9c7b16;
}
.choices .choices__placeholder {
	color: #888 !important;
	opacity: 0.7;
}
.choices .choices__list--single {
	padding: 0;
}
.choices.is-open .choices__inner {
	border-radius: 2rem 2rem 0 0 !important;
}
@media (max-width: 766px) {
	.choices {
		width: 50%;
	}
}
@media (max-width: 576px) {
	.choices {
		width: 95%;
	}
}

.bi-search:hover {
	transition: 0.3s ease-in-out all;
	color: #9c7b16 !important;
} /*# sourceMappingURL=header.css.map */

.mobile-menu.show {
	transform: translateX(0%) !important;
}
.mobile-menu {
	background-image: url(../../images/banners/about_banner.webp);
	background-size: cover;
	background-position: center;
	color: white !important;
	padding: 0px !important;

	width: 250px;
	z-index: 1050;
	transform: translateX(100%);
	transition: transform 0.3s ease;

	position: fixed;
	top: 0;
	right: 0; /* برای حالت RTL */
	height: 100%;
	overflow-y: auto; /* مهم */
}
.mobile-menu-bg {
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px); /* برای Safari */
	padding: 20px;
}
.mobile-menu-bg ul li {
	background-color: rgba(175, 175, 175, 0.293);
	padding: 10px 5px;
	transition: 0.4s;
	border: none;
	border-radius: 9px;
}
.submenu-mobile li {
	background-color: #2c2c2c00 !important;
}

.rotate-icon {
	transition: transform 0.3s ease;
}

.submenu-mobile {
	height: 0;
	overflow: hidden;
	transition: height 0.4s ease;
}


footer {
  background-color: #eae7db;
  position: relative;
  font-family: "Iranian-Sans";
  font-size: 16px;
}
footer .footer-bg-image {
  background-image: url("../../images/banners/footer_banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  z-index: 0;
}
footer #footer {
  position: relative;
  z-index: 2;
}
footer .title-footer {
  font-family: "Shabnam";
  color: #6b4e1f;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s ease-in-out color;
}
@media (max-width: 576px) {
  footer .title-footer {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  footer .title-footer {
    font-size: 16px;
  }
}
footer p {
  text-align: justify;
}
@media (max-width: 768px) {
  footer p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  footer p {
    font-size: 13px;
  }
}
footer .footer-links li {
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}
footer .footer-links li a {
  color: #4a4a4a;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 576px) {
  footer .footer-links li a {
    font-size: 13px;
  }
}
footer .footer-links li a i {
  font-size: 0.8rem;
  color: #c6902e;
  transition: margin 0.3s ease;
}
footer .footer-links li a:hover {
  color: #9c7b16;
}
footer .footer-links li a:hover i {
  margin-right: 5px;
}
footer .footer-links li:hover {
  transform: translateX(-5px);
}
footer .btn-grad--green {
  background-image: linear-gradient(to right, #02aab0 0%, #00cdac 51%, #02aab0 100%);
}
footer .btn-grad {
  padding: 15px 45px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .btn-grad img {
  width: 25px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  footer .btn-grad {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  footer .btn-grad {
    font-size: 13px;
  }
}
footer .btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
footer .btn-grad--red {
  background-image: linear-gradient(to right, #eb3349 0%, #f45c43 51%, #eb3349 100%);
}
footer .btn-grad--blue {
  background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
}
footer .copy-right {
  font-family: "Shabnam", sans-serif;
  font-size: 14px;
  color: #777;
}
@media (max-width: 576px) {
  footer .copy-right {
    border-top: 1px solid rgba(69, 206, 247, 0.6352941176);
    font-size: 13px;
  }
  footer .copy-right p {
    text-align: center;
  }
}
footer .copy-right img {
  width: 10px !important;
  margin: 0 5px;
}
footer .copy-right a:hover {
  color: #6f5811;
}
footer .developer {
  color: #9c7b16;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  footer {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  footer {
    font-size: 13px;
  }
}
footer .social {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 1rem;
  width: 100%;
}
footer .social li {
  position: relative;
  flex-basis: 2.25rem;
}
footer .social li::after {
  position: absolute;
  /* content: "Tooltip"; */
  content: attr(data-tooltip);
  inset: -45% auto auto 50%;
  z-index: -1;
  translate: -50%;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  color: #fff;
  /* background: #070707; */
  background: var(--bg, #070707);
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* transition: all 0.3s ease-in-out; */
  transition: inset 0.4s cubic-bezier(0.47, 2, 0.41, 1.5), visibility 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
footer .social li:has(a:hover, a:focus-visible)::after {
  opacity: 1;
  visibility: visible;
  inset-block-start: -70%;
}
footer .social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  font-size: 1.2rem;
  color: #070707;
  border: 1px solid;
  border-radius: 100%;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
footer .social a > i {
  position: relative;
  z-index: 1;
}
footer .social a::after {
  position: absolute;
  content: "";
  inset: 100% 0 0;
  /* background: #070707; */
  background: var(--bg, #070707);
  pointer-events: none;
  transition: inset 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus-visible {
  color: #fff;
}
footer .social a:hover::after,
footer .social a:focus-visible::after {
  inset-block-start: 0;
}/*# sourceMappingURL=footer.css.map */

