@font-face {
  font-family: 'dameronbold';
  src: url('fonts/dameronbold.ttf') format('truetype');
  font-style: normal;
}
h1{
	font-family: 'dameronbold' !important;
}
a{
	text-decoration: none !important;
}
.cus-btn .elementor-button,.wpforms-submit{
	clip-path: polygon(
    0 0, 
	calc(100% - 40px) 0, 
	calc(100% - 40px) 5px, 
	calc(100% - 30px) 5px,
	calc(100% - 25px) 0,
    100% 0, 
	100% calc(100% - 7px),	
	calc(100% - 7px) 100%,
	60px 100%,	
	60px calc(100% - 5px),	
	50px calc(100% - 5px),
	50px 100%,	
	7px 100%,
	0 calc(100% - 7px)
  );
}
.fancy-sec-div{
	height: 80px;
	clip-path: polygon(
    0 0, 
	calc(50% - 150px) 0, 
	calc(50% - 100px) 50px, 
	calc(50% + 100px) 50px,
	calc(50% + 150px) 0,
    100% 0, 
    100% 100%, 
    0 100%
  );
}
/*----------custom popup----------*/
.custom-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	background-color: rgba(0, 0, 0, .9);
	display: none;
	align-items: center;
	justify-content: center;
}
.custom-popup.opened{
	display: flex;
}
.cp-wrapper{
	width: 100%;
	max-width: 700px;
	background-image: url("/wp-content/uploads/2025/07/footer.jpg");
	padding: 30px;
	position: relative;
	border: 1px solid #FFB61A;
}
.close-popup{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.close-popup img{
	width: 15px;
	height: 15px;
}
.close-popup:hover img{
	width: 14px;
	height: 14px;
}
.cp-title{
	font-family: "Chakra Petch", Sans-serif;
    font-size: 2rem;
    font-weight: 700;
	text-align: center;
	color: #FFB61A;
	text-transform: uppercase;
}
label.wpforms-field-label{
	color: #fff !important;
}
.wpforms-field input[type="text"],.wpforms-field input[type="email"],.wpforms-field select,.wpforms-form textarea{
	background-color: #494653 !important;
	color: #fff !important;
}
.wpforms-field input[type="text"]::placeholder,.wpforms-field input[type="email"]::placeholder,
.wpforms-form textarea::placeholder{
	color: rgba(255, 255, 255, 0.5) !important;
}
.wpforms-submit{
	width: 120px !important;
	margin-top: 15px !important;
	background-color: #FFB61A !important;
	color: #000 !important;
	transition: 0.5s all ease !important;
}
.wpforms-submit:hover{
	background-color: #FFE638 !important;
}
.textarea-limit textarea{
	height: 100px !important;
}
.sponsor-popup,.contact-popup{
	cursor: pointer;
}
@media (max-width: 767px){
	.cp-wrapper{
		max-width: 90%;
	}
	.cp-title{
    	font-size: 1.7rem;
	}
}
@media (max-width: 500px){
	.wpforms-one-half{
		width: 100% !important;
		margin: 0 !important;
	}
}