@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.header {
	width: 1200px;
	height: 574px;
	background: url('images/header.jpg');
    background-size: cover;
    background-position: center;
	display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Aligns content to the bottom */
    align-items: center; /* Centers content horizontally */
    min-height: 200px; /* Adjust height as needed */
    text-align: center; /* Ensures text alignment for the link */
}
.button a{ 
	display: inline-block; /* Ensures the link behaves like a button */
    padding: 10px 75px; /* Optional: styling for better appearance */
    background-color: #232633; /* Optional: button-like styling */
    color: #b99443;
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 50px;
	text-decoration: none !important;
    /*border-radius: 5px;*/ /* Optional: rounded corners */
		
}
.button a:visited,
.button a:hover,
.button a:active,
.button a:focus {
	text-decoration: none !important;
}
.form {
	width: 1200px;
	height: 700px;
	display: flex;
	background-color: #23335e;
    flex-direction: column;
    align-items: center; /* Centers content horizontally */
    min-height: 200px; /* Adjust height as needed */
    text-align: center; /* Ensures text alignment for the link */
}
.mid-head{
	margin-top: 40px;
	color: #b99443;
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 36px;
}
.mid-head2{
	margin-top: 20px;
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 32px;
}
.form-input{
	width: 500px;
    padding: 18px 45px;
	margin: 20px auto;
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 36px;
}
.form-input::placeholder {
    color: #b99443; /* Default gray, adjust as needed */
    opacity: 1;
}
.sub-now{
	height: 50px !important;
	padding: 10px 75px !important;
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 36px !important;
	color: #ffffff;
	background-color: #b99443 !important;
	margin: 0px auto !important;
}
.after{
	
	width: 1200px;
	height: 600px;
	background: url('images/bottom.jpg');
	background-size: cover;
    background-position: center;
	display: flex;
    flex-direction: column;
}
.footer{
	padding-top: 20px;
	width: 1200px;
	min-height: 50px;
	background-color: #b99443;
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 18px;
	flex-direction: column;
    align-items: center; /* Centers content horizontally */
    text-align: center; /* Ensures text alignment for the link */
}




















