/**
* Theme Name: Eze-Frame
* Template: twentytwentyfour
*
*/

/** Global **/

/* IntersectionObserver animation */

.hidden-ef {
	opacity: 0;
	filter: blur(5px);
	transform: translateX(-100%);
	transition: all 1s;
}


.show-ef {
	opacity: 1;
	filter: blur(0);
	transform: translateX(0);
}

@media(prefers-reduced-motion) {
	.hidden-ef {
		transition: none;
	}
}


/* Header */
header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 1000;
}

header.wp-block-template-part.active {
	background: #59c2f1ad;
}

.wp-block-group.ef-logo {
	background: transparent;
}

img.custom-logo {
	filter: drop-shadow(4px 4px 4px #535353);
}


/* Hero */
.slider-wrap {
	position: relative;
}

.image-slider {
	height: 100dvh;
	overflow: hidden;
}

.img-wrap {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.img-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: 1;
}

.img-wrap img {
	position: absolute;
	display: block;
	top: 50% !important;
	left: 50% !important;
	width: auto;
	height: 100%;
	min-width: 100%;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;

}





.ef-tagline {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto !important;
}

.ef-tagline h2 {
	padding: 0 !important;
}

.hero-subheadings {
	margin-top: 50px;
	text-shadow: 2px 2px 2px #000;
}

.hero-subheadings span {
	margin-right: 10px;

}



/** Counters **/
.count {
	font-weight: 700;
	color: red;
}

/** Contact Form **/

.contact-wrap {
	box-shadow: 4px 4px 4px #000;
}

.contact_form {
	color: #fff;
}

.contact_form :where(input, textarea) {
	margin: 5px 0;
}

.wp-block-separator.is-style-wide {
	width: 100%;
}

.contact-name input[type="text"],
.contact-email input[type="email"],
.contact-phone input[type="tel"],
.contact-organization input[type="text"] {
	height: 30px;
	border-radius: 20px;
	color: #000;
	width: 80%;

}

.contact-message textarea#message {
	width: 90%;
	min-height: 300px;
	border-radius: 5px;
}

.required:after {
	content: " *";
	color: red;
}

/** About Us page **/
.about-hero-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -25%);
	z-index: 100;
}

.about-page-title {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.about-contact-section {
	margin-block-start: 0;
}

@media screen and (max-width: 728px) {

	.about-banner-container {
		min-height: fit-content !important;
	}

	.about-hero-image {
		display: none !important;
	}

	.about-page-title {
		top: 50%;
	}
}

@media screen and (max-width: 1024px) {
	.about-img .card {
		width: 100%;
	}
}

.about-img:nth-child(1) {
	transition-delay: 500ms;
}

.about-img:nth-child(2) {
	transition-delay: 1000ms;
}

.about-img:nth-child(3) {
	transition-delay: 1500ms;
}




/* Product slider */
.wrapper {
	width: 100%;
	height: 100vh;
	min-height: 750px;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 992px) {
	.wrapper {
		height: auto;
		min-height: 100vh;
	}
}

.content {
	min-height: 500px;
	/* margin: 100px auto; */
	width: 100%;
	max-width: 1050px;
	/* display: flex; */
	align-items: center;
	position: relative;
	background-color: unset;
}

@media screen and (max-width: 1200px) {
	.content {
		max-width: 920px;
	}
}

@media screen and (max-width: 992px) {
	.content {
		max-width: 920px;
		margin-top: 100px;
		height: auto;
		min-height: 100vh;
	}
}

@media screen and (max-width: 767px) {
	.content {
		margin-top: 20px;
	}
}

@media screen and (max-width: 576px) {
	.content {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.bg-shape {
	height: 100%;
	background-image: linear-gradient(169deg, #59c2f1 0%, #102631 100%);
	box-shadow: 2px 30px 139px 0px rgba(10, 22, 31, 0.26);
	border-radius: 30px;
	padding: 45px 40px;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	border: 2px solid #fff;
	filter: drop-shadow(2px 4px 2px #000);
}

@media screen and (max-width: 1200px) {
	.bg-shape {
		width: 45%;
	}
}

@media screen and (max-width: 992px) {
	.bg-shape {
		width: 90%;
		height: 290px;
		align-items: flex-start;
		padding: 50px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 767px) {
	.bg-shape {
		padding: 30px;
		width: 95%;
		border-radius: 20px;
	}
}

@media screen and (max-width: 576px) {
	.bg-shape {
		height: 200px;
		padding: 30px;
	}
}

.bg-shape img {
	object-fit: contain;
	width: 510px;
	display: block;
	object-position: left center;
	opacity: 0.8;
	transform: rotate(-90deg) translateY(-50%);
	max-width: inherit;
	left: 10px;
	position: absolute;
}

@media screen and (max-width: 1200px) {
	.bg-shape img {
		width: 430px;
		left: 10px;
	}
}

@media screen and (max-width: 992px) {
	.bg-shape img {
		transform: none;
		width: 100%;
		position: relative;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		object-fit: contain;
		height: 100%;
		object-position: top center;
	}
}

.wrapper {
	width: 100%;
	height: 100vh;
	min-height: 750px;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	color: #fff;
}

.next,
.prev {
	background-color: #fff;
	z-index: 22;
	display: block;
	border: none;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	position: absolute;
	top: 50%;
	outline: none;
	cursor: pointer;
	background-image: linear-gradient(169deg, #59c2f1 0%, #102631 100%);
	filter: drop-shadow(2px 2px 2px #000);

}

.next.disabled,
.prev.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.next:focus,
.prev:focus {
	outline: none;
}

:where(.next, .prev):hover .icon {
	color: #59c2f1;


}

:where(.next, .prev):hover {
	border: 1px solid #fff;
}

@media screen and (max-width: 992px) {

	.next,
	.prev {
		top: 170px;
	}
}

.prev {
	left: -30%;
	transform: translate(-100%, -50%);
}

@media screen and (max-width: 1200px) {
	.prev {
		left: -21%;
	}
}

@media screen and (max-width: 992px) {
	.prev {
		left: 0;
		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width: 576px) {
	.prev {
		transform: translate(20%, -50%);
	}
}

.next {
	right: 0;
	transform: translate(50%, -50%);
}

@media screen and (max-width: 576px) {
	.next {
		transform: translate(-20%, -50%);
	}
}

.product-slider {
	width: 75%;
	height: 85%;
	border-radius: 30px;
	box-shadow: 0 28px 79px 0 rgba(10, 22, 31, 0.35);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin-top: 0;
	background-color: unset;
}

@media screen and (max-width: 1200px) {
	.product-slider {
		width: 80%;
	}
}

@media screen and (max-width: 992px) {
	.product-slider {
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
		height: auto;
		position: relative;
		top: 0;
		/* margin-top: 170px; */
		margin-bottom: 100px;
	}

	.product-slider br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.product-slider {
		border-radius: 20px;
	}
}

@media screen and (max-width: 576px) {
	.content {
		min-height: fit-content;
		min-height: -moz-fit-content;
	}

	.product-slider {
		width: 100%;
		/* margin-top: 130px; */
		transform: translate(-50%, 40%);
	}

	.product-img__item .product-img__img {
		width: 300px;
		height: 300px;
		border-radius: 50%;
	}
}

.wp-block-group:where(.product-slider__wrap, .product_slider__item) {
	background-color: unset;
}

.product-slider__wrp {
	height: 100%;
	margin-top: 0;
	background-color: unset;
}

.product-slider__item {
	position: relative;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 992px) {
	.product-slider__item {
		height: auto;
	}
}

.product-slider__item.swiper-slide-active .product-slider__content>* {
	opacity: 1;
	transform: none;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(1) {
	transition-delay: 0s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(2) {
	transition-delay: 0.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(3) {
	transition-delay: 0.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(4) {
	transition-delay: 0.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(5) {
	transition-delay: 0.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(6) {
	transition-delay: 1s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(7) {
	transition-delay: 1.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(8) {
	transition-delay: 1.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(9) {
	transition-delay: 1.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(10) {
	transition-delay: 1.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(11) {
	transition-delay: 2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(12) {
	transition-delay: 2.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(13) {
	transition-delay: 2.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(14) {
	transition-delay: 2.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(15) {
	transition-delay: 2.8s;
}

.product-slider__item.swiper-slide-active circle {
	animation: progress 1s ease-out forwards;
	animation-delay: 0.5s;
	opacity: 0.75;
}

.product-slider__card {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
	background: linear-gradient(136deg, #101010, #232121);
	border-radius: 30px;
	border: 1px solid #ffffff59;
}

@media screen and (max-width: 992px) {
	.product-slider__card {
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.product-slider__card {
		border-radius: 20px;
	}
}

.product-slider__cover {
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.product-slider__cover {
		border-radius: 20px;
	}
}

.product-slider__content {
	color: #fff;
	padding-top: 1px;
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.product-slider__content {
		padding-left: 220px;
	}
}

@media screen and (max-width: 992px) {
	.product-slider__content {
		padding: 20px 60px 100px;
		padding-top: 280px;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.product-slider__content {
		padding: 20px 30px 50px;
		padding-top: 300px;
	}
}

@media screen and (max-width: 576px) {
	.product-slider__content {
		padding-top: 220px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.product-slider__title {
	margin: 0;
	margin-bottom: 10px;
	font-weight: 900;
	font-size: 41px;
	line-height: 1.2em;
	letter-spacing: 2px;
	opacity: 0;
	transform: translateY(55px);
	transition: all 0.5s;
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.product-slider__title {
		font-size: 34px;
	}
}

@media screen and (max-width: 576px) {
	.product-slider__title {
		font-size: 24px;
	}
}

.product-slider__price {
	display: block;
	font-size: 42px;
	opacity: 0;
	transform: translateY(55px);
	transition: all 0.5s;
}

@media screen and (max-width: 1200px) {
	.product-slider__price {
		font-size: 36px;
	}
}

@media screen and (max-width: 576px) {
	.product-slider__price {
		font-size: 30px;
	}
}

.product-slider__price sup {
	top: -20px;
	font-size: 65%;
}

.product-slider__cart {
	box-shadow: 0 7px 99px 0 rgba(204, 51, 66, 0.6);
	/* background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%); */
	background-image: linear-gradient(169deg, #59c2f1 0%, #102631 100%);
	border: none;
	color: #fff;
	padding: 10px 30px;
	border-radius: 50px;
	min-height: 40px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
	margin-right: 40px;
	cursor: pointer;
}

.product-slider__bottom a:hover {
	color: #59c2f1;
	background: #ffffff;
}

@media screen and (max-width: 768px) {
	.product-slider__cart {
		margin-right: 30px;
	}
}

@media screen and (max-width: 576px) {
	.product-slider__cart {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
}

.product-slider__fav {
	color: #888e94;
	background: none;
	border: none;
	position: relative;
	padding-left: 25px;
	outline: none;
	cursor: pointer;
}

.product-slider__fav:focus {
	outline: none;
}

.product-slider__fav .heart {
	display: block;
	position: absolute;
	left: 0;
	transform: translate(-50%, -50%) scale(0.7);
	top: 50%;
	pointer-events: none;
	width: 100px;
	height: 100px;
	background: url("https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png") no-repeat;
	background-position: 0 0;
	cursor: pointer;
	transition: background-position 1s steps(28);
	transition-duration: 0s;
}

.product-slider__fav .heart.is-active {
	transition-duration: 1s;
	background-position: -2800px 0;
}

.product-slider__bottom {
	margin-top: 30px;
	opacity: 0;
	transform: translateY(55px);
	transition: all 0.5s;
}

.product-ctr {
	display: flex;
	align-items: center;
	min-height: 150px;
	margin-top: 40px;
	opacity: 0;
	transform: translateY(55px);
	transition: all 0.5s;
}

@media screen and (max-width: 992px) {
	.product-ctr {
		justify-content: center;
	}
}

.product-ctr .hr-vertical {
	width: 1px;
	background: #9fa3a7;
	align-self: stretch;
	margin: 0 35px;
	flex-shrink: 0;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.product-ctr {
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.product-ctr .hr-vertical {
		width: 100%;
		margin: 35px 0;
		height: 1px;
	}
}

@media screen and (max-width: 767px) {
	.product-labels {
		width: 100%;
	}
}

.product-labels__checkbox {
	display: none;
}

.product-labels__checkbox:checked+.product-labels__txt {
	border-color: #cc3743;
	padding: 10px 13px;
}

.product-labels__title {
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 16px;
	margin-bottom: 10px;
}

.product-labels__group {
	display: flex;
	margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
	.product-labels__group {
		justify-content: center;
	}
}

.product-labels__group:last-child {
	margin-bottom: 0;
}

.product-labels__item {
	margin: 5px;
	cursor: pointer;
}

.product-labels__item:first-child {
	margin-left: 0;
}

.product-labels__txt {
	display: block;
	border: 2px solid transparent;
	font-size: 14px;
	padding: 10px 20px;
	padding-left: 0;
	border-radius: 50px;
	transition: all 0.3s;
	letter-spacing: 2px;
}

@keyframes progress {
	0% {
		stroke-dasharray: 0 100;
	}
}

.product-inf {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.product-inf {
		width: 100%;
	}
}

.product-inf__percent {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 12px;
	font-family: 'Dosis', sans-serif;
	position: relative;
}

.product-inf__percent circle {
	transform: rotate(180deg) scaleY(-1);
	transform-origin: 50%;
}

.product-inf__percent-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-inf__title {
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 18px;
}

.product-img {
	position: absolute;
	z-index: 2;
	width: 500px;
	left: 25%;
	transform: translateX(-45%);
	max-height: 500px;
	height: 100%;
	pointer-events: none;
}

@media screen and (max-width: 1200px) {
	.product-img {
		width: 430px;
		left: 20%;
	}
}

@media screen and (max-width: 992px) {
	.product-img {
		width: 430px;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		height: 350px;
	}
}

@media screen and (max-width: 767px) {
	.product-img {
		width: 100%;
		max-width: 400px;
		top: 30px;
		height: 390px;
	}
}

@media screen and (max-width: 576px) {
	.product-img {
		max-width: 300px;
		height: 300px;
	}
}

.product-img__item {
	display: flex;
	align-items: center;
	position: absolute;
	pointer-events: none;
	user-select: none;
	top: 50%;
	right: 0;
	transform: translateY(-50%) translateX(-130px);
	opacity: 0;
	transition: all 0.3s;
}

.product-img__item.active {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
	transition-delay: 0.3s;
}

.product-img__item img {
	object-fit: contain;
	object-position: center right;
	filter: drop-shadow(2px 2px 4px #535353);
	border-radius: 10px;
	border: 2px solid #fff;
}

.social {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 100%;
	display: flex;
	padding: 20px 55px;
	justify-content: space-between;
}

@media screen and (max-width: 576px) {
	.social {
		flex-direction: column;
		bottom: 0;
	}
}

.social__item {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1em;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.social__item:hover {
	color: #fff;
}

@media screen and (max-width: 576px) {
	.social__item {
		margin-bottom: 10px;
	}
}

.social__img {
	width: 24px;
	margin-right: 15px;
}

.cta-button {
	padding: 10px 30px;
	filter: drop-shadow(2px 2px 6px #000000fa);
	border-radius: 3px;
	border: 1px solid #ffffff99;
	color: #ffffff;
	font-size: 32px;
	text-decoration: none;
	background: linear-gradient(169deg, #59c2f1 0%, #102631 100%);
}

.cta-button:hover {
	background: linear-gradient(-45deg, #59c2f1 0%, #102631 100%);
}

/** Products Page **/
/* Search Form */
.svg-icon.search-icon {
	display: flex;
	width: 25px;
	height: 25px;
}

.product-details {
	margin-top: 0;
}

.contact-message textarea {
	color: #000;
	padding: 10px;
}


/** Loader Ring **/

.loader-dots {
	position: absolute;
	z-index: 99;
	top: calc(50% - 10px);
	left: calc(50% - 40px);
}

/* Demo specific style end */

.loader-dots:before,
.loader-dots:after {
	height: 20px;
	width: 45px;
	background-image: radial-gradient(closest-side, #59c2f1 100%, transparent), radial-gradient(closest-side, #59c2f1 100%, transparent);
	background-position: 0%, 100%;
	background-size: 20px 20px, 20px 20px;
	background-repeat: no-repeat;
	position: absolute;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-name: spin, onOff;
	content: '';
}

.loader-dots:before {
	animation-direction: normal, reverse;
}

.loader-dots:after {
	right: 0px;
	animation-direction: reverse, normal;
}

.loader-dots {
	height: 20px;
	width: 70px;
	background-image: radial-gradient(closest-side, #59c2f1 100%, transparent), radial-gradient(closest-side, #59c2f1 100%, transparent);
	background-position: 0%, 100%;
	background-size: 20px 20px, 20px 20px;
	background-repeat: no-repeat;
	position: absolute;
	animation: toggle 0.8s ease-in-out infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(180deg)
	}
}

@keyframes onOff {
	0% {
		opacity: 0;
	}

	49% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

@keyframes toggle {
	0% {
		background-size: 0px 0px, 20px 20px
	}

	49.9% {
		background-size: 0px 0px, 20px 20px
	}

	50% {
		background-size: 20px 20px, 0px 0px
	}

	100% {
		background-size: 20px 20px, 0px 0px
	}
}

.steps {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	overflow: hidden;
	width: clamp(90%, 90%, 100%);
	max-width: 1200px;
	/* width: calc(100% - 20px); */
	/* height: 400px */
}





.steps .step {
	position: relative;
	overflow: hidden;
	min-width:100px;
	min-height: 100px;
	max-height: 120px;
	margin: 10px;
	background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
	background-size: auto 120%;
	background-position: center;
	cursor: pointer;
	transition: .5s cubic-bezier(0.05,0.61,0.41,0.95);
	border-radius: 10px;
	
}

.steps .step > * {
	pointer-events: none;
}

.steps .step:is(.is-active) .label {
	display: flex;
	column-gap: 10px;
	align-items: center;
	
}

/* *:[text-orientation:upright] *:[writing-mode:vertical-lr] */
.steps .step:not(.is-active) .label {
	display: flex;
	/* grid-auto-flow: column; */
	max-width: 100px;
	
	justify-items: center;

}




.steps .step:is(.is-active) {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	min-height: 400px;
	flex-grow: 10000;
	transform: scale(1);
	margin: 0;
	border-radius: 10px;
	background-size: auto 100%;
	/* transition: .5s cubic-bezier(0.05,0.61,0.41,0.95); */

}



.steps .step:not(.is-active) {
	flex-grow: 1;
	/* border-radius: 30px */
}

.steps .step:not(.is-active) > .step-description {
	display: none;
}

@media screen and (min-width: 640px) {
	.steps {
		flex-direction: row;
	}
	
	.steps .step {
		min-height: 620px;
		border-radius: 40px;
	}



	.steps .step:is(.is-active) {
		row-gap: 50px;
		min-height: 620px;
		border-radius: 40px;
	}

	.steps .step:not(.is-active) .label {
		grid-auto-flow: row;
		justify-content: center;
		display: grid;
	}

	.steps .step:not(.is-active) .label .step-title  {
		/* width: 100px; */
		writing-mode: vertical-lr;
		text-orientation: upright;
		letter-spacing: -5px;
	
	}

}

.card{
	position:relative;
	margin:20px 0;
	width:400px;
	height:500px;
	background: #0b0e10;
	transform-style:preserve-3d;
	transform:perspective(2000px);
	transition:1s;
	/* box-shadow:inset 100px 0 50px rgba(0,0,0,0.5); */
  }
  
  .card:hover{
	z-index:1111;
	transform:perspective(2000px) rotate(-10deg);
	/* transition: 1s;
	transition-delay: 1s; */
	/* box-shadow:inset 20px 0 50px rgba(0,0,0,0.5); */
  }

  .about-img:has(.card:hover) {
	z-index: 999;
  }

  .card .img-container{
	position:relative;
	width:100%;
	height:100%;
	/* border:1px solid #000; */
	box-sizing:border-box;
	transform-origin:left;
	z-index:1;
	transition:1s;
  }

  .img-container .card-title {
	z-index: 11;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
  }

  .card .img-container img{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	object-fit:cover;
  }

  .card:hover .img-container{
	transform:rotateY(-135deg);
  }
  
  .card .card-details{
	position:absolute;
	left:0;
	top:0;
	box-sizing:border-box;
	padding:20px;
	color:#000;
  }
  
   .card .card-details h4{
	margin:0;
	padding:0.5em 0;
	text-transform:uppercase;
	font-size:2em;
	color:#ed363a;
  }
  
  .card .card-details p{
	margin:0;
	padding:0;
	line-height:25px;
	font-size:1.1em;
  }


  /** Projects Page/Posts **/
  .port-imgs-column figure {
	height: fit-content;
  }