@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500&display=swap');

* {
	box-sizing: border-box;
}

body {
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 170vh;
	margin: 0;
}

.container {
	background-color: rgba(255, 255, 255, 0.7); /* Adjust the last value (alpha) to change transparency */

	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	width: 500px;
	max-width: 100%;
}


.header {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f7f7f7;
	padding: 20px 40px;
}

.header h2 {
	margin: 0;
	text-align: center;
}

.form {
	padding: 30px 40px;	
}

.form-control {
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
}

.form-control label {
	display: inline-block;
	margin-bottom: 5px;
}

.form-control input {
	border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}
.selection{

    border: 2px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 10px;
	width: 100%;

}
.form-control input:focus {
    outline: none;
    border-color: #ffcc01;
}

.form-control.success input {
	border-color: #2ecc71;
}

.form-control.error input {
	border-color: #e74c3c;
}

.form-control i {
	visibility: hidden;
	position: absolute;
	top: 40px;
	right: 10px;
}

.form-control.success i.fa-check-circle {
	color: #2ecc71;
	visibility: visible;
}

.form-control.error i.fa-exclamation-circle {
	color: #e74c3c;
	visibility: visible;
}

.form-control small {
	color: #e74c3c;
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.form-control.error small {
	visibility: visible;
}

.form button {
	cursor: pointer;
	background-color: #ffcc01;
	border: 2px solid #ffcc01;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-family: inherit;
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
	width: 100%;
}

button:hover {
    background-color: #f3b400;
}

.btn-s {
	text-align: center;
	background-color: #ffcc01;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	color: #fff;
	display: block;
	font-family: inherit;
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
	width: 100%;
}



/* Add a new CSS rule for the video container */
.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Place the video behind other content */
    overflow: hidden;
}

/* Style the video element */
video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.contact-button {
    position: fixed;
    top: 20%;
    /* Adjust as needed */
    right: 0px;
    /* Adjust as needed */
    transform: translateY(-50%) rotate(180deg);
    background-color: #ffcc01;
    padding: 20px 20px;
    border-radius: 5px;
    z-index: 1000;
    /* Ensure the button is above other content */
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 9000;

}

.contact-button a {
    text-decoration: none;
    color: #fff;
    writing-mode: vertical-lr;
}

.contact-button2 {
    position: fixed;
    top: 50%;
    /* Adjust as needed */
    right: 0px;
    /* Adjust as needed */
    transform: translateY(-50%) rotate(180deg);
    background-color: #ffcc01;
    padding: 20px 20px;
    border-radius: 5px;
    z-index: 1000;
    /* Ensure the button is above other content */
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 9000;

}

.contact-button2 a {
    text-decoration: none;
    color: #fff;
    writing-mode: vertical-lr;
}

.contact-button3 {
    position: fixed;
    top: 80%;
    /* Adjust as needed */
    right: 0px;
    /* Adjust as needed */
    transform: translateY(-50%) rotate(180deg);
    background-color: #ffcc01;
    padding: 20px 20px;
    border-radius: 5px;
    z-index: 1000;
    /* Ensure the button is above other content */
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 9000;

}

.contact-button3 a {
    text-decoration: none;
    color: #fff;
    writing-mode: vertical-lr;
}
