.hero-section {
    height: 90vh;
    background: url('../images/participate_hero-banner.png') center center / cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 700px;
}
.hero-section .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.hero-section .overlay .hero-content {
    color: #fff;
}
.hero-section .overlay .hero-content h1 {
    font-family: Lora;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    max-width: 744px;
    width: 100%;
    margin-bottom: 16px;
}

.hero-section .overlay .hero-content p {
    max-width: 544px;
    margin: 0 auto;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}
.contact-form-wr{
    margin-top: -200px !important;
}
.form-field-wrapper{
    border: 1px solid #298BE3 !important;
    background-color: #fff !important;
    border-radius: 16px !important;
    padding: 40px 30px 5px !important;
    z-index: 999;
    position: relative;
}
.demo-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    transition: background-color 0.3s ease;
}

.demo-button:hover {
    background-color: #0056b3;
}

.left-box{
	position: relative !important;
        z-index: 999 !important;
}

@media only screen and (max-width:1024px){
	.hero-section .overlay .hero-content h1{
    	font-size: 48px;
    	line-height: 62px;
    }
    .hero-section .overlay .hero-content p{
    	font-size: 16px;
    	line-height: 26px;
    }
    .form-field-wrapper{
    	padding:24px !important;
    }
}
@media only screen and (max-width:768px){
	.hero-section .overlay .hero-content h1{
    	font-size: 32px;
    	line-height: 42px;
    }
    .hero-section .overlay .hero-content{
    	padding: 180px 0 280px;
    }
    .form-field-wrapper{
    	padding:20px 16px !important;
    }
}

