/* 
    Theme Name: Designer Portfolio
    Description: A portfolio website
    Author: Zessta
    Author URI: https://zessta.com/
    Version: 1.1

*/

.page-overlay {
    position: fixed;
    top: 0%; /* Initially hide the overlay at the bottom of the page */
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #9723F6;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease-out;
}
.elementor-21 .elementor-element.elementor-element-8cfe0fe{
	position: fixed;
	background: rgba(246, 245, 250, 0.75);
	backdrop-filter: blur(10px);
	width:100%;
	top: 0px;
	left: 0;
	padding: 16px 64px 0px 64px;
	animation: slide-down 0.5s;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.elementor-21 .elementor-element.elementor-element-3e59d55 .menu-item {
    position: relative;
}

.elementor-21 .elementor-element.elementor-element-3e59d55 .menu-item a.hfe-menu-item,
.elementor-21 .elementor-element.elementor-element-3e59d55 .menu-item a.hfe-sub-menu-item {
    color: #000; /* Change to your desired text color */
    position: relative; /* Keep the menu item position relative */
    display: inline-block;
}

.elementor-21 .elementor-element.elementor-element-3e59d55 .menu-item:before {
    content: '\2197'; /* Unicode arrow character */
	color: #9163FF;
    margin-right: 5px;
    opacity: 0; 
    transition: opacity 0.3s ease; /* Add transition for a smooth effect */
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
	font-weight: bold;
	font-size: 16px;
}
.elementor-21 .elementor-element.elementor-element-3e59d55 .menu-item:hover:before {
    opacity: 1; /* Show the arrow on hover */
}
.elementor-341 .elementor-element.elementor-element-68d1f68 .menu-item:before {
	content: '\2197'; /* Unicode arrow character */
	color: #9163FF;
    margin-right: 5px;
    opacity: 0; 
    transition: opacity 0.3s ease;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
	font-weight: bold;
	font-size: 16px;
}
.elementor-341 .elementor-element.elementor-element-68d1f68 .menu-item:hover:before {
	opacity: 1;
}
.elementor-341 .elementor-element.elementor-element-635925b .menu-item:before {
	content: '\2197'; /* Unicode arrow character */
	color: #9163FF;
    margin-right: 5px;
    opacity: 0; 
    transition: opacity 0.3s ease;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
	font-weight: bold;
	font-size: 16px;
}
.elementor-341 .elementor-element.elementor-element-635925b .menu-item:hover:before {
	opacity: 1;
}
.cky-consent-container .cky-consent-bar {
    padding: 30px 100px;
    border-radius: 20px 20px 0px 0px;
}

.dynamic-text {
    display: inline-block;
    background: linear-gradient(to right, #9163FF, #6669FF);
    border-radius: 100px;
    padding: 0px 40px 16px 40px;
	overflow: hidden;
    white-space: nowrap;
	animation: dynamicTextAnimation 8s infinite;
}
@keyframes dynamicTextAnimation {
    0%, 33%, 66% {
        width: 12%;
    }
    16.5% {
        width: 55%;
    }
    49.5% {
        width: 82%;
    }
    82.5% {
        width: 150%;
    }
	100% {
		width: 13%;
	}
}
.btn-animation:before {
	background: linear-gradient(to right, #F6F5FA 50%, #1F1F1F 50%);
    background-size: 200%;
    background-position: 100% 0;
    transition: background-position 0.5s ease-in-out;
}
.btn-animation:hover {
	background-position: 0 0;
}
.hover-container {
    position: relative;
}

.your-heading-class,
.your-image-class {
    position: relative;
    z-index: 1;
}

.your-image-class {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    display: none; /* Hide the image by default */
}

.hover-container:hover .your-image-class {
    display: block; /* Display the image on hover */
}
.scrolling-container {
    overflow: hidden;
}
.image-boxes-left-scroll {
	display: flex;
	animation: scrollImages 14s linear infinite;
}
@keyframes scrollImages {
    0% {
        transform: translateX(0%);
    }
    12.5% {
        transform: translateX(-10%);
    }
    25% {
        transform: translateX(-17.5%);
    }
    37.5% {
        transform: translateX(-25%);
    }
    50% {
        transform: translateX(-32%);
	}
	75% {
		transform: translateX(-17.5%);
	}
    100% {
        transform: translateX(0%);
    }
}
.image-boxes-right-scroll {
	display: flex;
	animation: scrollRightImages 14s linear infinite;
}
@keyframes scrollRightImages {
    0% {
        transform: translateX(-32%);
    }
    12.5% {
        transform: translateX(-25%);
    }
    25% {
        transform: translateX(-17.5%);
    }
    37.5% {
        transform: translateX(-10%);
    }
    50% {
        transform: translateX(0%);
	}
	75% {
		transform: translateX(-17.5%);
	}
    100% {
        transform: translateX(-32%);
    }
}
.footer-text {
    background: var(--12-Gradient, linear-gradient(91deg, #9163FF 12.7%, #6669FF 98.03%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
overflow: hidden;
height: 50%;
flex-shrink: 0;
}
.footer-section {
	overflow: hidden;
}
.testimonials-section {
	overflow: hidden;
}
.testimonials-container-up {
	height: 570px;
	position: relative;
	animation: scrollTestimonials 18s linear infinite;
}
@keyframes scrollTestimonials {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
.testimonials-container-down {
	height: 570px;
	position: relative;
	animation: scrollDownTestimonials 26s linear infinite;
}
@keyframes scrollDownTestimonials {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0%);
  }
}
.elementor-442 .elementor-element.elementor-element-bba50b6 {
	background-color: #F6F5FA;
}
/* pricing page */
.elementor-444 .elementor-element.elementor-element-39fc608 .elementor-accordion-item {
	border-bottom: 1px solid #F6F5FA;
}
.single-post-alignment {
	margin: 6% 5.5% 2% 5.5%;
}
.elementor-442 .elementor-element.elementor-element-b2a3cb2 input[type="search"].hfe-search-form__input {
	padding-left: 14px;
}
.custom-post-wrappper {
    display: flex;
    flex-wrap: wrap;
    font-family: Inter;
	gap: 30px;
}
.custom-post-box {
    flex: 0 0 31.33%;
	background-color: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
}
.blog-detail-wrapper .custom-post-box {
	flex: 0 0 40%!important;
}
.reading-time {
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 19.84px;
	padding-top: 6px;
	text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.clap-container {
    display: flex;
    align-items: center; /* Vertically center the elements */
    margin-left: 10px; /* Add spacing between minutes read and clap container */
}

.post-contents {
    padding: 16px 18px 16px 24px;
}
.post-contents .post-meta {
	width: 90%;
}
.custom-post-box:hover .post-contents {
	background-color: #1B1B1D;
	border-radius: 40px;
	margin-top: -4px;
	padding-top: 20px;
}
.post-image img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #E0E0E0;
}
.post-image .img-responsive {
	width: 95%;
}
.custom-post-box:hover {
	background-color: transparent !important;
	border-radius: 40px;
	box-shadow: none;
}
.custom-post-box:hover .post-image img {
    border-radius: 40px;
	border: 2px solid var(--12-Gradient, #9163FF);
}
.blog-detail-wrapper .post-image img {
	width: 70%;
	height: auto!important;
	border-bottom: none;
}
.post-image-recommended img {
	width: 100%;
	height: auto!important;
	border-bottom: none;
}
.recommended-heading {
	font-family: 'Kumbh Sans';
	font-size: 36px;
	font-weight: 500;
	color: #3D3947;
	line-height: 44.65px;
	letter-spacing: 0.01em;
	padding: 20px 0px;
}
.custom-post-box:hover .post-image-recommended img {
    border-radius: 40px;
	border: 2px solid var(--12-Gradient, #9163FF);
}
.post-contents .post-meta {
	width: 100%;
    display: flex;
	justify-content: space-between;
    align-items: center;
    color: #6F6B7B;,
	font-family: "Kumbh Sans";
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}
.custom-post-box:hover .post-contents .post-meta {
    color: #999;
}
.category-title {
	display: flex;
	padding: 4px 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
    border-radius: 100px;
	border: 1px solid #3D3947;
	background: #F6F5FA;
	color: #3D3947;
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.custom-post-box:hover .category-title {
	background-color: #3D3947;
	color: #F6F5FA;
}
.post-title {
    color: var(--Text-Dark, #3D3947);
	font-family: "Kumbh Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
	line-clamp:2;
    -webkit-box-orient: vertical;
}
.custom-post-box:hover .post-title {
	color: #F6F5FA;
}
.post-title-1 {
	color: var(--1-Primary, #9723F6);
	font-family: "Kumbh Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.48px;
}
.post_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #E0E0E0;
    opacity: 0.6;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post_desc-1 {
    color: var(--Text-Dark, #3D3947);
	font-family: "Kumbh Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.2px;
}
.read-more-btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
	font-family: 'Kumbh Sans';
    color: #1B1B1D; /* Set your text color */
    border: 1px solid #1B1B1D; /* Set your border color */
    background-color: transparent; /* Initial background color */
	border-radius: 50px;
	padding: 10px 30px 10px 24px;
}
.arrow-icon {
    display: inline-block;
    margin-left: 5px; /* Adjust the spacing between text and arrow as needed */
}
.custom-post-box:hover .read-more-btn {
    background-color: #F6F5FA;
	color: #3D3947;
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.first-box {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: none;
    margin: 17px 0px;
}
.first-box .post-image {
    width: 50%;

}
.first-box .post-image img {
    border-bottom: none;
    width: 100%;
    height: auto;
}
.first-box .post-contents {
    width: 50%;
    padding-left: 0px;
    padding-right: 50px;
}
.resource-cats {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	list-style: none;
	flex-wrap: wrap;
}
.resource-cats div {
	color: var(--2-Black, #1B1B1D);
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 8px 16px;
	
}
.resource-cats div:hover, .resource-cats div.active {
	display: flex;
	padding: 8px 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 50px;
	background: var(--1-Primary, #9723F6);
	cursor: pointer;
	color: var(--3-White, #F6F5FA);
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.resource-cats li {
	border-right: 1px solid #BEBBCA;
	list-style: none;
	padding: 0px 8px;
}
.resource-cats li:last-child {
	border-right: none;
}
.pagination {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	gap: 4px;
	width: 100%;
	height: auto;
	margin: auto;
}
.page-numbers.current {
	display: flex;
	width: 50px;
	padding: 15px 0px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: var(--2-Black, #1B1B1D);
	color: var(--3-White, #F6F5FA);
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.page-numbers {
	display: flex;
	width: 50px;
	padding: 15px 18px 15px 22px;
	justify-content: flex-end;
	align-items: center;
	border-radius: 50px;
	margin-right: 16px;
	border: 1px solid var(--2-Black, #1B1B1D);
	background: var(--3-White, #F6F5FA);
	color: var(--2-Black, #1B1B1D);
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.page-numbers.next {
	display: flex;
	width: 100px;
	height: 50px;
	padding-left: 30px;
	justify-content: center;
	align-items: center;
	gap: 54px;
	flex-shrink: 0;
	border-radius: 50px;
	border: 1px solid var(--1-Primary, #9723F6);
	box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.08);
}
.page-numbers.prev {
	display: flex;
	width: 100px;
	height: 50px;
	padding-left: 30px;
	justify-content: center;
	align-items: center;
	gap: 54px;
	flex-shrink: 0;
	border-radius: 50px;
	border: 1px solid var(--1-Primary, #9723F6);
	box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.08);
}
.price-text-container {
    display: flex;
    align-items: center;
}
.larger-text {
    margin-right: 10px;
	color: #3D3947;
	font-family: "Kumbh Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.4px;
}
.smaller-text {
	color: #3D3947;
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.16px;
}
.larger-text-custom {
	color: #3D3947;
	font-family: "Kumbh Sans";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.28px;
}
.elementor-element.elementor-element-f7660c4:hover .elementor-element.elementor-element-2a2fdf3 .elementor-heading-title,
.elementor-element.elementor-element-f7660c4:hover .elementor-element.elementor-element-8a6fb61 .larger-text,
.elementor-element.elementor-element-f7660c4:hover .elementor-element.elementor-element-8a6fb61 .smaller-text,
.elementor-element.elementor-element-f7660c4:hover .elementor-element.elementor-element-663c44a .elementor-heading-title,
.elementor-element-f7660c4:hover .elementor-widget-text-editor ul li {
    color: #F6F5FA !important;
}
.elementor-element.elementor-element-f7660c4:hover .elementor-button {
	background-color: #9723F6 !important;
}
.elementor-element-f7660c4:hover .elementor-button-text,
.elementor-element-f7660c4:hover .elementor-button-icon svg path {
    color: #f6f5fa !important;
	fill: #f6f5fa !important;
}
.elementor-element.elementor-element-9ff0b1a:hover .elementor-element.elementor-element-6da2610 .elementor-heading-title,
.elementor-element.elementor-element-9ff0b1a:hover .elementor-element.elementor-element-f72fac0 .larger-text-custom,
.elementor-element.elementor-element-9ff0b1a:hover .elementor-element.elementor-element-f72fac0 .smaller-text,
.elementor-element.elementor-element-9ff0b1a:hover .elementor-element.elementor-element-d5a328b .elementor-heading-title,
.elementor-element-9ff0b1a:hover .elementor-widget-text-editor ul li {
    color: #F6F5FA !important;
}
.elementor-element.elementor-element-9ff0b1a:hover .elementor-button {
	background-color: #9723F6 !important;
}
.elementor-element-9ff0b1a:hover .elementor-button-text,
.elementor-element-9ff0b1a:hover .elementor-button-icon svg path {
    color: #f6f5fa !important;
	fill: #f6f5fa !important;
}
.contact-form-wrapper {
    position: relative;
}
.contact-title {
	color: var(--Text-Dark, #3D3947);
	text-align: center;
	font-family: "Kumbh Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.24px;
}
.c-field {
	width: 88%;
    margin: 10px 20px 10px 20px;
}
.c-field.full {
    width: 88%;
    margin: 10px 20px 10px 20px;
}
.c-field label {
    font-family: 'Kumbh Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 8px;
    color: #1B1B1D;
    margin: 0px 0px 10px 8px;
    display: block;
}
.c-field input[type="text"], .c-field input[type="email"], .c-field input[type="tel"], .c-field select {
	font-family: "Kumbh Sans";
	color: #333;
    width: 100%;
    height: 46px;
    border-radius: 50px;
	border: 1px solid #333;
	background: #F6F5FA;
    padding: 13px 16px;
}
.c-field textarea {
	font-family: "Kumbh Sans";
	width: 100%;
    height: 92px;
	border-radius: 16px;
	border: 1px solid #333;
	background: #F6F5FA;
	padding: 13px 16px;
}
.c-field input[type="submit"] {
    display: flex;
	width: 458px;
	height: 50px;
	padding: 15px 141px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 50px;
	background: var(--1-Primary, #9723F6);
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border: none;
	color: var(--3-White, #F6F5FA);
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.privacy-text {
	font-family: 'Kumbh Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 17.36px;
	text-align: center;
	color: #1B1B1D;
}
a {
	color: #9723F6;
	font-weight: 600;
}
.subscribe-field {
	width: 100%;
	margin: 0px;
}
.subscribe-field input[type="text"], input[type="email"] {
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 19.84;
	color: #F6F5FA;
    width: 88%;
    height: 50px;
    border-radius: 50px;
	border: none;
	background: #313135;
    padding: 15px 20px;
}
.subscribe-field input[type="submit"] {
	background: #ECE8F3;
	width: 60%;
	border-radius: 50px;
	border: none;
	font-family: "Kumbh Sans";
	font-size: 16px;
	font-weight: 500;
	line-height: 19.84px;
	color: #3D3947;
	padding: 15px 20px;
}
.contact-text {
	color: var(--Text-Light, #6F6B7B);
	text-align: center;
	font-family: "Kumbh Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}
.wpcf7-not-valid-tip {
    color: red;
    font-size: 1.2em;
    font-weight: normal;
    display: block;
	padding-top: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    color: transparent;
}
.newsletter-wrapper .c-field {
	width: 100%;
	position: relative;
}
.newsletter-wrapper .c-field input[type="submit"] {
	position: absolute;
	top: 9px;
	right: 10px;
	left: auto;
	margin: auto;
	width: 160px;
	padding: 13px 23.6094px 13px 24px;
	height: 50px;
}
.newsletter-wrapper .c-field input[type="email"] {
	height: 67.19px;
	outline: none;
	padding-left: 50px;
}
.newsletter-wrapper .c-field i {
	position: absolute;
	top: 26px;
	bottom: 0;
	left: 20px;
	z-index: 10;
	margin: auto;
	color: #969696;
}
.random-posts {
	width: 70%;
	margin-left: 100px;
}
@media (max-width: 767px) {
	.elementor-21 .elementor-element.elementor-element-8cfe0fe{
		padding: 2px 10px 0px 10px;
	}
	.dynamic-text {
		padding: 0px 16px 8px 16px;
		animation: dynamicTextAnimation 6s infinite;
	}
	@keyframes dynamicTextAnimation {
		0% {
			width: 12%;
		}
		33% {
			width: 68%;
		}
		66% {
			width: 12%;
		}
		100% {
			width: 100%;
		}
	}
	.image-boxes-left-scroll {
		display: flex;
		animation: scrollImages 20s linear infinite;
	}
	@keyframes scrollImages {
		0% {
			transform: translateX(0%);
		}
		12.5% {
			transform: translateX(-50%);
		}
		25% {
			transform: translateX(-100%);
		}
		37.5% {
			transform: translateX(-150%);
		}
		50% {
			transform: translateX(-200%);
		}
		75% {
			transform: translateX(-100%);
		}
		100% {
			transform: translateX(0%);
		}
	}
	.image-boxes-right-scroll {
		display: flex;
		animation: scrollRightImages 20s linear infinite;
	}
	@keyframes scrollRightImages {
		0% {
			transform: translateX(-200%);
		}
		12.5% {
			transform: translateX(-150%);
		}
		25% {
			transform: translateX(-100%);
		}
		37.5% {
			transform: translateX(-50%);
		}
		50% {
			transform: translateX(0%);
		}
		75% {
			transform: translateX(-100%);
		}
		100% {
			transform: translateX(-200%);
		}
	}
	@keyframes scrollTestimonials {
	  0% {
		transform: translateY(0);
	  }
	  100% {
		transform: translateY(-250%);
	  }
	}
	.custom-post-box  {
		flex: 0 0 100%;
	}
	.random-posts {
		margin: 0px 6px;
		width: 100%;
	}
	.recommended-heading {
		font-size: 20px;
		padding: 10px 0px;
		line-height: normal;
	}
	.blog-detail-wrapper .custom-post-box {
		flex: 0 0 97%!important;
	}
	.post-contents {
		padding: 16px 10px 16px 18px;
	}
	.single-post-alignment {
		margin: 22% 5.5% 2% 5.5%;
	}
	.post-title-1 {
		font-size: 32px;
	}
	.c-field input[type="submit"] {
		width: 100%;
		padding: 15px 59px;
	}
}
@media (min-width: 768px)
.elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
    width: 122%;
}
