@charset "UTF-8";

#contact_section-1 {
	background-color: rgb(255, 179, 0);
	width: 60%;
	height: 400px;
	background-repeat: no-repeat;
	object-fit: cover;
	clip-path: polygon(
		0% 0%,
		100% 0%,
		100% 75%,
		75% 75%,
		75% 100%,
		50% 75%,
		0% 75%
	);
	font-family: "Vazir";
	position: relative;
}
#contact_section-1 #content_section-1 {
	position: absolute;
	width: 70%;
	top: 80px;
	right: 18%;
	transform: translateX(5%);
}

#contact_section-2 {
	font-family: "Vazir";
}

#contact_section-3 {
	width: 100%;
	height: fit-content;
	border-radius: 30px;
}

#contact_section-4 img {
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#contact_section-4 img:hover {
	transform: rotateY(30deg); /* چرخش در محور Y */
} /*# sourceMappingURL=contact.css.map */

.social {
	display: flex;
	justify-content: start;
	flex-flow: wrap;
	gap: 1rem;
	width: 100%;
}
.social li {
	position: relative;
	flex-basis: 2.25rem;
}
.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 li:has(a:hover, a:focus-visible)::after {
	opacity: 1;
	visibility: visible;
	inset-block-start: -70%;
}
.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;
}
.social a > i {
	position: relative;
	z-index: 1;
}
.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 a:hover,
.social a:focus-visible {
	color: #fff;
}
.social a:hover::after,
.social a:focus-visible::after {
	inset-block-start: 0;
} /*# sourceMappingURL=footer.css.map */

@media (max-width: 568px) {
	#contact_section-1 {
		width: 80%;
		height: 300px;
	}

	#contact_section-1 #content_section-1 {
	width: 80%;
	top: 50px;
	right: 15%;
	transform: translateX(5%);
}

}
