/*
Theme Name:   Astra Child
Template:     astra
*/

/* write custom css after this line */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

.tajawal-extralight {
	font-family: "Tajawal", serif;
	font-weight: 200;
	font-style: normal;
}

.tajawal-light {
	font-family: "Tajawal", serif;
	font-weight: 300;
	font-style: normal;
}

.tajawal-regular {
	font-family: "Tajawal", serif;
	font-weight: 400;
	font-style: normal;
}

.tajawal-medium {
	font-family: "Tajawal", serif;
	font-weight: 500;
	font-style: normal;
}

.tajawal-bold {
	font-family: "Tajawal", serif;
	font-weight: 700;
	font-style: normal;
}

.tajawal-extrabold {
	font-family: "Tajawal", serif;
	font-weight: 800;
	font-style: normal;
}

.tajawal-black {
	font-family: "Tajawal", serif;
	font-weight: 900;
	font-style: normal;
}


@font-face {
	font-family: 'ManchetteFine';
	src: url('fonts/ManchetteFine-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ManchetteFine';
	src: url('fonts/ManchetteFine-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ManchetteFine';
	src: url('fonts/ManchetteFine-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ManchetteFine';
	src: url('fonts/ManchetteFine-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ManchetteFine';
	src: url('fonts/ManchetteFine-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ManchetteFine';
	src: url('fonts/ManchetteFine-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ManchetteFine';
	src: url('fonts/ManchetteFine-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ManchetteFine';
	src: url('fonts/ManchetteFine-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.ManchetteFine {
	font-family: 'ManchetteFine', sans-serif !important;
}

body, button, input, textarea {
	font-family: "Tajawal", sans-serif !important;
}

/* scrollbar */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #047C46;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #047C46;
}

a:focus,input:focus,textarea:focus,button:focus{outline:none}

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
	padding: 24px !important;
	font-size: 13px;
	border-radius: 0;
	background-color: transparent;
}

select.wpcf7-form-control.wpcf7-select.form-select {
	border: none;
	font-size: 13px;
	border-radius: 0;
	height: 48px !important;
}

.wpcf7 form p {
	margin-bottom: 13px;
}

.wpcf7 form input[type="submit"] {
	background-color: #047C46 !important;
	border: 1px solid #FFFFFF !important;
	color: #FFFFFF;
	padding: 15px 40px;
	border-radius: 0;
}

.wpcf7 form input[type="submit"]:hover {
	color: #FFFFFF;
	background-color: #07D580 !important;
}

span.wpcf7-spinner {
	display: none;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7 ::placeholder, .wpcf7 input.wpcf7-form-control:not([type=submit]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus, .wpcf7 .form-control:focus {

}

.wpcf7 textarea {
	height: 160px;
}

.rtl .wpcf7 input[type="url"], .rtl .wpcf7 input[type="email"], .rtl .wpcf7 input[type="tel"] {
	direction: rtl;
}

article .entry-meta {
	display: none;
}

h1.page-title.ast-archive-title {
	text-align: center;
}

.ast-site-title-wrap {
	display: none;
}

.rtl .hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
	right: auto;
	left: 0;
	box-shadow: none !important;
}

.rtl .hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input {
	right: auto;
	left: 0;
}

.ast-related-post-featured-section.post-has-thumb img {
	height: 80px;
	width: auto;
}

span.ast-blog-single-element {
	display: none !important;
}

.ast-plain-container.ast-no-sidebar #primary {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* الزر المنزلق */
.elementor-button {
	position: relative;
	display: inline-block;
	border: none;
	cursor: pointer;
	overflow: hidden;
	transition: background-color 0.3s ease-in-out;
}

.elementor-button:hover {

}

.elementor-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transition: left 0.3s ease-in-out;
}

.elementor-button:hover::before {
	left: 0;
}

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
	height: 1px !important;
	width: 80% !important;
	left: 10% !important;
}

header.entry-header .entry-title {
	display: none;
}

@media (max-width: 40em) {

}