/**
* Theme Name: Antra Child
* Description: This is a child theme of Antra, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: antra
* Version: 1.0.7
*/

@font-face {
	font-family: 'Encode Sans';
	src: url('/fonts/EncodeSans-Light.woff2') format('woff2'), url('/fonts/EncodeSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('/fonts/MyriadPro-Semibold.woff2') format('woff2'), url('/fonts/MyriadPro-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Encode Sans';
	src: url('/fonts/EncodeSans-Regular.woff2') format('woff2'), url('/fonts/EncodeSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('/fonts/MyriadPro-Regular.woff2') format('woff2'), url('/fonts/MyriadPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Encode Sans';
	src: url('/fonts/EncodeSans-Medium.woff2') format('woff2'), url('/fonts/EncodeSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

:root {
	--e-global-typography-secondary-text-transform: normal;
}

.elementor-kit-7 {
	--e-global-typography-primary-font-family: 'Encode Sans';
	--e-global-typography-secondary-font-family: 'Encode Sans';
	--e-global-typography-text-font-family: 'Myriad Pro';
	--e-global-typography-accent-font-family: 'Encode Sans';
	--e-global-typography-secondary-font-weight: 500;
	--e-global-color-primary-alpha: #b9904f80;
}

.site-content {
	background-color: var(--e-global-color-secondary);
}

a {
	color: var(--e-global-color-primary);
}

.elementor-widget-antra-heading b {
	color: var(--e-global-color-primary);
}

.antra-canvas-info {
	background-color: var(--e-global-color-secondary);
}

.main-navigation ul.menu > li.menu-item > a > span:before {
	top: calc(100% - 6px);
}

li b {
	font-weight: 700 !important;
}

.elementor-canvas-info-wrapper .antra-info-button,
.elementor-widget-antra-search .site-header-search .button-search-popup {
	background-color: transparent !important;
	border: none !important;
}

.elementor-widget-antra-project .project-block .project-category {
	bottom: unset;
	top: 31px;
}

.hp-experiences .project-block .project-category {
	bottom: 31px;
	top: unset !important;
}

.elementor-widget-antra-project .project-style-4 .project-text-box,
.elementor-widget-antra-project .project-style-3 .project-text-box {
	padding: 0 37px 37px !important;
}

.hp-experiences .project-block .project-text-box {
	padding: 0 37px 80px !important;
}

.elementor-widget-antra-project .project-style-4 .project-content,
.elementor-widget-antra-project .project-style-3 .project-content {
	color: #fff;
	width: 22rem;
}

.elementor-widget-antra-project .project-category:not(:hover) i {
	color: var(--e-global-color-primary);
}

.about-accordion .e-n-accordion-item {
	border-width: 1px 0 0 0;
	border-color: #fff;
	border-style: solid;
}

.wpcf7 form .wpcf7-response-output {
	float: right;
	color: #fff;
	padding: 14px 20px;
	border-radius: 24px;
}

.wpcf7-form .row p {
	margin: 0 0 1rem;
}

.wpcf7 .experiences {
	display: none;
	visibility: hidden;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: 20px;
	left: 22px;
	user-select: none;
	pointer-events: none;
}

.wpcf7-not-valid:not(:focus) {
	border-color: #dc3232 !important;
	-webkit-text-fill-color: transparent !important;
}

.wpcf7-form-control:focus + .wpcf7-not-valid-tip,
.wpcf7-not-valid::placeholder,
.wpcf7-not-valid > option:first-child {
	opacity: 0;
}

.wpcf7 form .wpcf7-button {
	margin-top: 2rem;
}

.wpcf7-spinner {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
}

.wpcf7 .form-2 {
	position: relative;
}

.wpcf7-spinner {
	width: 45px;
	height: 40px;
	background: linear-gradient(#0000 calc(1 * 100% / 6), #fff 0 calc(3 * 100% / 6), #0000 0), linear-gradient(#0000 calc(2 * 100% / 6), #fff 0 calc(4 * 100% / 6), #0000 0),
		linear-gradient(#0000 calc(3 * 100% / 6), #fff 0 calc(5 * 100% / 6), #0000 0);
	background-size: 10px 400%;
	background-repeat: no-repeat;
	animation: matrix 1s infinite linear;
}

@keyframes matrix {
	0% {
		background-position: 0% 100%, 50% 100%, 100% 100%;
	}

	100% {
		background-position: 0% 0%, 50% 0%, 100% 0%;
	}
}

.wpcf7-spinner::before {
	content: none;
}

.antra-mobile-nav {
	background-color: var(--e-global-color-secondary);
}

.antra-mobile-nav .mobile-nav-tabs {
	background-color: unset;
	border-bottom: 1px solid #fff;
}

.antra-mobile-nav .mobile-menu-tab li.menu-item > a {
	color: #fff;
}

.privacy-container .privacy-item:not(:last-child) {
	border-bottom: 1px solid #ffffff80;
}

.privacy-container .privacy-item p {
	margin: 0;
}

/* Checkbox */

.wpcf7 .wpcf7-acceptance .wpcf7-list-item input {
	--bg-color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	background-color: var(--bg-color);
	border-radius: 100%;
	box-shadow: 4px 4px #000;
	-webkit-appearance: none;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item input:checked {
	background-color: var(--e-global-color-primary);
}

.wpcf7 .wpcf7-acceptance .input {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
}

.wpcf7 .wpcf7-acceptance label {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
	font-weight: 400;
	width: 85%;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item > label:active input {
	box-shadow: 0px 0px var(--main-color);
	transform: translate(3px, 3px);
}

.sound-div {
	position: absolute;
	bottom: 0;
	right: 0;
}

#volume-button {
	position: absolute;
	z-index: 99999;
	bottom: 35px;
	right: 35px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: var(--e-global-color-primary-alpha);
}

.scrollup {
	background-color: var(--e-global-color-primary-alpha);
}

.volume-icon {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	position: relative;
}

.volume-input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 999;
}

.volume-icon:before {
	content: '';
	display: flex;
	width: 0px;
	height: 0px;
	border-radius: 100%;
	transition: all 0.2s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--e-global-color-primary);
}

.volume-input:checked + .volume-icon:before,
.volume-input:hover + .volume-icon:before {
	width: 100%;
	height: 100%;
}

.no-volume-svg,
.volume-input:checked + .volume-icon .volume-svg {
	display: none;
}

.volume-icon .volume-svg {
	fill: #fff;
}

.volume-svg,
.no-volume-svg {
	z-index: 2;
	fill: #fff;
	height: 20px;
	width: 20px;
}
.volume-input:checked + .volume-icon .no-volume-svg {
	display: block;
}

.elementor-widget-antra-testimonials .content {
	-webkit-line-clamp: 7;
}

.hp-experiences ul.antra-project {
	display: flex;
	gap: 0;
}

.hp-experiences ul.antra-project li.antra-item.project {
	flex-basis: calc(100% * 1 / 4);
	flex-basis: 25%;
	max-width: calc(100% * 1 / 4);
	max-width: 25%;
}

.hp-experiences li.antra-item.project .project-block {
	width: 100%;
	transition: none;
}

.hp-experiences .elementor-widget-antra-project .project-style-4 .project-block:hover {
	width: 100%;
}

.hp-experiences .antra-project li.antra-item.project {
	flex-grow: 1;
	max-width: none;
}

.hp-experiences ul.antra-project.antra-list-wrapper:hover:has(li.antra-item.project:hover) li.antra-item.project:not(:hover) {
	flex-basis: calc(100% * 1 / 5);
	flex-basis: 20%;
	max-width: calc(100% * 1 / 5);
	max-width: 20%;
}

.hp-experiences ul.antra-project.antra-list-wrapper li.antra-item.project {
	transition-property: all;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.hp-experiences ul.antra-project.antra-list-wrapper li.antra-item.project.project-style-4:hover {
	flex-basis: calc(100% * 2 / 5);
	flex-basis: 40%;
	max-width: calc(100% * 2 / 5);
	max-width: 40%;
}

@media only screen and (max-width: 992px) {
	.hp-experiences ul.antra-project {
		flex-direction: column;
	}

	.hp-experiences ul.antra-project.antra-list-wrapper li.antra-item.project.project-style-4 {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.antra-item.project .project-block .project-loop-title {
		margin-bottom: 1rem !important;
	}

	.antra-effect-insufficient-image-yes .project-style-3 .project-image a:after {
		width: 100%;
	}

	.elementor-20 .elementor-element.elementor-element-1a42303 .project-text-box,
	.elementor-8799 .elementor-element.elementor-element-d850b21 .project-text-box {
		padding: 0px 15px 60px 15px;
	}

	br.brhidden {
		display: none;
	}
	.elementor-widget-antra-project .project-style-4 .project-block:after {
		height: 100%;
	}
}

@media only screen and (max-width: 1368px) {
	.elementor-widget-antra-project .project-style-3 .project-image img {
		aspect-ratio: 3;
	}

	.elementor-widget-antra-project .project-style-4 .project-text-box,
	.elementor-widget-antra-project .project-style-3 .project-text-box {
		padding: 0 37px 10px !important;
	}

	.elementor-widget-antra-project .project-block .project-category {
		right: 30px;
		bottom: 31px;
		left: unset;
		top: unset;
	}

	.hp-experiences .project-block .project-category {
		top: 31px !important;
		width: 100%;
		left: 10px;
		bottom: unset !important;
	}
}
