.zoom-image-head.custom-head-1 .zoom-image-head__title{
	margin-top: 300px !important;
}
.header__container{
	padding-top: 25px;
}
@media(max-width:768px){
	.zoom-image-head__title{
		margin-top: 350px !important;
	}
	.zoom-image-head__title{
		font-size: 32px !important;
	}
	.zoom-image-head__content img{
		max-width: 200px;
		object-fit: contain;
	}
	.zoom-image-head__content{
		margin-bottom: 250px;
	}
	.zoom-image-head{
		height: calc(100vh - 120px);
		overflow: hidden;
	}
}

.custom-form-1{
	background: linear-gradient(180deg, rgba(4, 47, 61, 0.74) -2.37%, rgba(6, 76, 98, 0.74) 100%);
	border-radius: 41px;
	backdrop-filter: blur(4px);
	padding: 30px 60px;
	color: #fff;
}
.custom-form-1 h2{
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.custom-form-1 .form-control{
	box-shadow: 0px 2px 4px 0px #00000040 inset;
	background: #F3EDED;
	border-radius: 12px;
}
.custom-form-1 label{
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}
.custom-form-1 .btn{
	padding: 12px 20px;
	background: #f0edf6;
	box-shadow: 0px 1px 2px 0px #0000004D;
	color: #6750A4;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 12px;
	margin-left: auto;
}
.custom-form-1 .form-group{
	margin-bottom: 25px;
}
.main-slide__container{
	flex-wrap: wrap;
}
@media(max-width: 768px){
	.main-slide__container{
		padding-top: 140px;
	}
	.custom-form-1 h2{
		line-height: 1.2;
		font-size: 24px;
		text-align: left;
		border-bottom: none;
		margin-bottom: 15px;
	}
	.custom-form-1{
		padding: 30px;
	}
	.custom-form-1 .btn{
		margin-left: 0;
	}
}