@font-face {
    font-family: 'IRANYekanEn';
    src: url('../../fonts/IRANYekanWebRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekanEn';
    src: url('../../fonts/IRANYekanWebBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekanFa';
    src: url('../../fonts/iranyekanwebregularfanum.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekanFa';
    src: url('../../fonts/iranyekanwebboldfanum.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF UI';
    src: url('../../fonts/sf-ui-display-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: iranyekanFa;
}
h1, h2, h3, h4, h5, h6,input, textarea, .e-paragraph-base, .elementor .e-button-base {
	font-family: iranyekanFa;
}

span.headdate {
    font-family: SF UI !important;
}

.codevz-search-trending,article .cz_post_icon{color:white}


.cz_contact_info_list {
    list-style: none !important;
    margin: 0 !important;
    direction: rtl;
}

.cz_contact_info_item {
    margin: 0 0 14px 0 !important;
}

.cz_contact_info_link {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
}

span.cz_contact_info_icon {
    display: contents;
}

.cz_contact_info_text {
    display: inline-block;
}

.cz_contact_info_icon img {
    width: 24px;
    height: 24px;
}

.codevz_about-3.tar, #custom_html-4 {
    width: 80%;
}

.col.s3.sidebar_footer-2.clr {
    margin-right: 7%;
    width: 15%;
}

.col.s3.sidebar_footer-3.clr {
    margin-right: 5%;
    width: 25%;
}

.s3 {
    width: 16%;
}

a.cz_grid_link:hover img {
    filter: blur(3px);
}

.page_cover_image img {
    height: 750px;
    object-fit: cover;
}

@media (max-width: 768px) {
.page_cover_image img {
    height: 300px;
}
.cz_contact_info_link {
    flex-direction: column-reverse;
    gap: 0px;
}
	.codevz_about-3.tar, #custom_html-4 {
    width: auto;
	margin-bottom: 20px;
}
	.cz_stylish_list li > a {
    justify-items: anchor-center;
}
	.cz_elm.icon_footer_2_left_9.inner_icon_footer_2_left_0 {
    margin-bottom: 0 !important;
}
	.cz_elm.icon_footer_2_right_10.inner_icon_footer_2_right_0 {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
}

.cz_elm.image_header_2_center_2.inner_image_header_2_center_2 {
    width: 163px;
}

.elementor-widget-cz_gallery {
    width: 100%;
}

.elementor .converted-class-1.e--selected span {
    color: #BC8E2D;
}

#btn-arrow:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/arrow-btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 12px;
    display: inline-block;
}

#btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}



.custom-video-banner {
	position: relative;
	width: 100vw;
	height: calc(100dvh - 200px);
	min-height: calc(100vh - 200px);
	overflow: hidden;
	background: #000;
}

.custom-video-banner__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.custom-video-banner__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.18);
	pointer-events: none;
	z-index: 1;
}

.custom-video-banner__buttons {
	position: absolute;
	right: 50%;
	bottom: 32px;
	transform: translateX(50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	z-index: 2;
	direction: rtl;
}

.custom-video-banner__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	min-width: 14px;
	height: 14px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-family: iranyekanFa, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
	--progress-scale: 0;
	transition:
		width 0.65s cubic-bezier(0.16, 1, 0.3, 1),
		min-width 0.65s cubic-bezier(0.16, 1, 0.3, 1),
		height 0.55s cubic-bezier(0.16, 1, 0.3, 1),
		padding 0.55s cubic-bezier(0.16, 1, 0.3, 1),
		background 0.35s ease,
		border-color 0.35s ease,
		box-shadow 0.35s ease;
}

.custom-video-banner__button::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	opacity: 1;
	transform: scale(1);
	z-index: 2;
	transition:
		opacity 0.25s ease,
		transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-video-banner__progress {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: rgba(255, 255, 255, 0.22);
	pointer-events: none;
	z-index: 1;
	transform: scaleX(var(--progress-scale, 0));
	transform-origin: left center;
	will-change: transform;
	transition: transform 0.08s linear;
}

.custom-video-banner__label {
	position: relative;
	display: inline-block;
	max-width: 0;
	opacity: 0;
	transform: translateX(8px);
	overflow: hidden;
	direction: ltr;
	line-height: normal;
	z-index: 2;
	transition:
		max-width 0.55s cubic-bezier(0.16, 1, 0.3, 1),
		opacity 0.28s ease,
		transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-video-banner__button:hover {
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.75);
}

.custom-video-banner__button.is-active {
	width: auto;
	min-width: 120px;
	height: 32px;
	padding: 0 18px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}

.custom-video-banner__button.is-active::after {
	opacity: 0;
	transform: scale(0.4);
}

.custom-video-banner__button.is-active .custom-video-banner__label {
	max-width: 220px;
	opacity: 1;
	transform: translateX(0);
}

.custom-video-banner__button:not(.is-active) {
	--progress-scale: 0 !important;
}

@media (max-width: 768px) {
	.custom-video-banner {
		height: auto;
		min-height: auto;
	}

	.custom-video-banner__buttons {
		bottom: 20px;
		gap: 8px;
		max-width: calc(100% - 32px);
		overflow-x: auto;
		justify-content: flex-start;
		scrollbar-width: none;
	}

	.custom-video-banner__buttons::-webkit-scrollbar {
		display: none;
	}

	.custom-video-banner__button.is-active {
		min-width: auto;
		height: 20px;
		padding: 0 14px;
		font-size: 9px;
	}
}

#full-width-custom {
	width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
}

.e-tabs-content-area-base, .e-tabs-menu-base {
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
}

#inner-body {
	width: 100% !important;
	max-width: 1440px !important;
	margin: 50px auto !important;
}

li#menu-header_4-1462, li#menu-header_4-1850, li#menu-header_4-1847, li#menu-header_4-1849 {
    border-top: 2px solid #dad5cf;
    margin-top: 20px;
}


.custom-logo-link {
    display: inline-block;
}

.custom-logo-img {
    width: 110px;
    margin: auto auto 20px auto;
    max-width: 100%;
    height: auto;
    display: block;
}

li#menu-header_4-1463, li#menu-header_4-1851, li#menu-header_4-1846, li#menu-header_4-1848 {
    border-bottom: 2px solid #dad5cf;
    margin-bottom: 20px;
}




.custom-svg-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.svg-link {
    display: inline-flex;
    transition: all 0.3s ease;
    text-decoration: none;
}

.svg-icon {
    width: 26px;
    height: 26px;
    display: block;
}

@media (max-width: 768px) {
    .custom-svg-links {
        gap: 10px;
    }
    
    .svg-icon {
        width: 26px;
        height: 26px;
    }
}





.rav-pll-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 999;
    font-family: inherit;
}

.rav-pll-toggle {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #292521;
    cursor: pointer;
    font: inherit;
    line-height: 1;
}

.rav-pll-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #292521;
    text-transform: uppercase;
	font-size: 14px;
	line-height: normal;
}

.rav-pll-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 0;
}

.rav-pll-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 2px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .22s ease;
}

.rav-pll-switcher.is-open .rav-pll-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rav-pll-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #292521;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease;;
}

.rav-pll-item:hover span {
    color: #bc8e2d;
	transition: all 0.3s ease;;
}

html[dir="rtl"] .rav-pll-menu {
    left: auto;
    right: 0;
}










/* Arabic */
html[lang="ar"] body {
    
}

/* English */
html[lang="en-US"] body {
    .codevz_about-3 .codevz-widget-about-content {
    text-align: left;
	}
	.col.s3.sidebar_footer-3.clr {
    width: 22%;
    margin-right: 0%;
}
	.cz_contact_info_link {
    flex-direction: row;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
	#btn-arrow:after {
    transform: rotate(180deg);
}
	input#e-form-mobile, .custom-video-banner__label {
    font-family: Arial, Helvetica, sans-serif;
}
}

/* Turkey */
html[lang="tr-TR"] body {
    .codevz_about-3 .codevz-widget-about-content {
    text-align: left;
	}
	.col.s3.sidebar_footer-3.clr {
    width: 22%;
    margin-right: 0%;
}
	.cz_contact_info_link {
    flex-direction: row;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
	#btn-arrow:after {
    transform: rotate(180deg);
}
	input#e-form-mobile, .custom-video-banner__label {
    font-family: Arial, Helvetica, sans-serif;
}
}