/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/
Description:  A lightweight child theme of Hello Elementor
Author:       emma42 - Issam : Dev Tem 
Author URI:   https://emma42.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

@font-face {
	font-family: 'ABChanel Corpo Extra Light';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/ABChanel-Corpo-Extra-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'ABChanel Corpo Light';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/ABChanel-Corpo-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'ABChanel Corpo Regular';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/ABChanel-Corpo-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'ABChanel Corpo Semi Bold';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/ABChanel-Corpo-Semi-Bold.ttf') format('truetype');
}
footer, header{display:none !important;}
.heading h2{
	color: #FFFFFF !important;
	text-align: center;
	font-family: "ABChanel Corpo Extra Light" !important;
	font-size: 42px !important;
	font-style: normal !important;
	font-weight: 300 !important; 
	text-transform: uppercase;
}
.heading h2 span{
	font-family: "ABChanel Corpo Semi Bold" !important;

}

.subheading h2{
	color: #FFF !important;
	text-align: center !important;
	font-family: "ABChanel Corpo Semi Bold" !important;
	font-size: 34px !important;
	font-style: normal !important;
	font-weight: 600 !important; 
	text-transform: uppercase;
}
.subheading h2 span{
	font-family: "ABChanel Corpo Extra Light" !important;

}
.btn a {
	background :transparent !important;
	color: #FFF !important; 
font-family: "ABChanel Corpo Extra Light" !important;
font-size: 22px !important;
font-style: normal !important;
font-weight: 300 !important;
line-height: 30px !important; 
	border-bottom:1px solid #fff;
	padding:5px 40px 1px 0px !important;
}
.btn a:after {
	content:'';
	background-image:url(/wp-content/uploads/2025/08/btn-after.svg);
	background-repeat:no-repeat;
	background-size:cover;
	position: absolute;
	width:14px;
	height:14px;
	top:40%;
	right:0px;
}
@media (max-width: 768px) {
	.heading h2{
		font-size: 20px !important;
	}
	.subheading h2{
		font-size: 18px !important;
	}
	.btn a {
		font-size:18px;
	}
}