/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Fjalla+One&family=Great+Vibes&family=Jost:ital,wght@0,100..900;1,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Syne:wght@400..800&family=Teko:wght@300..700&display=swap');

/* ================= inner page css ======================= */
body:not(.home):not(.page-id-2) .elementor-11 .elementor-element.elementor-element-6fc3549 {
    --margin-top: 0px !important;
}
body:not(.home):not(.page-id-2) .elementor-11 .elementor-element.elementor-element-6fc3549:not(.elementor-motion-effects-element-type-background) {
	background: #000000 !important;
}
#txt-er a {
	color: unset !important;
	text-decoration: none !important;
}
.elementor-54 .elementor-element.elementor-element-b9538de .glsr:not([data-theme]) .glsr-review {
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 15px 10px;
}
/* ================= inner page css ======================= */

/* =================  ======================= */
#g-color-lex-1 {
    background: linear-gradient(180deg, #515151 37%, #030303 86%) !important;
	background: #000 !important;
}
#txt-1 {
	background: #F9E356;
	background: linear-gradient(to bottom, #F9E356 0%, #D93600 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* =================  ======================= */

/* ================= Home 2 CSS ======================= */
.elementor-2 .elementor-element.elementor-element-34e6dd5 {
	width: 100% !important;
	max-width: 1224px !important;
}
/* ================= Home 2 CSS ======================= */

/* ================= Home 4 CSS ======================= */
.elementor-2 .elementor-element.elementor-element-eb4bb79 .bdt-ep-static-carousel-content {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    flex-direction: column-reverse !important;
}
/* ================= Home 4 CSS ======================= */

/* ================= Contact Form inner CSS ======================= */
#c-form-inner #cf-1 .cf-1-f-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0px;
}
#c-form-inner #cf-1 label {
	width: 100%;
	color: rgba(0, 0, 0, 0);
}
#c-form-inner #cf-1 span.wpcf7-list-item-label {
	color: #000;
}
/* ================= Contact Form inner CSS ======================= */

/* ================= Contact Form CSS ======================= */
#cf-1 {
	width: 100%;
}
#cf-1 label {
	width: 100%;
}
#cf-1 .cf-1-f-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 20px;
}
#cf-1 input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
	
	border-bottom: 1px solid #fff;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #E9E9E9;
	
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #444444;
	font-weight: 400;
}
#cf-1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	height: 59px;
}
#cf-1 textarea {
    height: 169px;
}
#cf-1 ::placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #444444;
	font-weight: 400;
}
#cf-1 span.wpcf7-list-item-label {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-family: 'Poppins', sans-serif;
}
#cf-1 .cf-1-f-2 {
	padding: 20px 0;
}
#cf-1 .cf-1-b {
	padding: 20px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cf-1 [type=submit] {
    display: inline-block;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
	
	background: #F9E356;
	background: linear-gradient(180deg, rgba(249, 227, 86, 1) 1%, rgba(217, 54, 0, 1) 100%);
	font-size: 17px;
	font-weight: 700;
	border-radius: 35px;
	padding: 15px 48px;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
}
#cf-1 [type=submit]:hover {
	transform: scale(1.07);
}
#cf-1 span.wpcf7-spinner {
    display: none !important;
}
/* ================= Contact Form CSS ======================= */

/* ================= mobile menu CSS ======================= */
#mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical {
	width: 100% !important;
	max-width: 1024px !important;
}
#wprmenu_bar {
	background: #F9E356 !important;
	background: linear-gradient(180deg, rgba(249, 227, 86, 1) 1%, rgba(217, 54, 0, 1) 100%) !important;
}
/* ================= mobile menu CSS ======================= */


/* ======================================== */
@media (max-width: 1024px) {
	#cf-1 .cf-1-f-1 {
		flex-direction: column;
		gap: 0px;
	}
}
/* ======================================== */