.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.text-black {
	color: #000;
}

.hidden {
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}

.display-none {
	display: none !important;
}

.popup {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	max-height: 80vh;
}

.close-icon {
	height: 40px;
	width: 40px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
}
.close-icon:hover {
	transform: scale(1.1);
	opacity: 1;
}

.popup-content {
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 10px;
}

.close-button {
	position: absolute;
	top: -60px;
	right: 0px;
	align-self: flex-end;
}

#video-container {
	align-self: center;
	max-width: 1200px;
}

.age-gate-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-image: linear-gradient(to right, #1d1d1d, #293e99, #1d1d1d);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card {
	background-color: white;
	border-radius: 4px;
	width: 30%;
	max-width: 600px;
	padding: 60px 30px;
}

.text-center {
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}

.card .title {
	color: #041e42;
	margin-bottom: 15px;
}
.card h1.title {
	font-size: 45px !important;
}

.card p {
	color: #333;
	margin-bottom: 10px;
}

.cursor-pointer {
	cursor: pointer;
}

.choices {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.choice-over {
	background-image: linear-gradient(to right, #188142, #dae23b);
	padding: 10px 20px;
	color: #ffffff;
	border-radius: 4px;
}

.choice-under {
	border: 1.5px solid #293e99;
	padding: 10px 20px;
	color: #293e99 !important;
	border-radius: 4px;
}

@media screen and (max-width: 1201px) {
	#video-container {
		max-width: 80%;
	}
}

@media screen and (max-width: 640px) {
	.overlay {
		transform-origin: bottom left;
		transform: rotate(90deg);
		height: 100vw;
		width: 100vh;
		margin-top: -100vw;
	}
	.close-button {
		position: absolute;
		display: block;
		right: 30px;
		top: -10px;
	}
}

@media screen and (max-height: 640px) {
	.close-button {
		top: 10px;
		right: 25px;
	}
	.card {
		width: 60%;
		padding: 20px 30px;
	}
	#video-container {
		max-width: 60%;
	}
}

@media screen and (max-width: 640px) {
	.card {
		width: 90%;
	}
body .technoKs-contact-form-wrap {
		width: 90% !important;
	}
	body .technoKs-contact-form-wrap.aos-init.aos-animate {
		width: 90%;
	} 
	body .technoKs-input-wrap input, 
	body .technoKs-input-wrap select,
	body .technoKs-input-wrap textarea{
		padding: 14px 16px 16px 16px !important;
	}
   body select#gender, 
   body select#age {
        padding: 14px 16px 16px 16px !important;
        height: 52px !important;
    }		
}

@media screen and (max-width: 375px) {
	.choices {
		flex-direction: column;
		justify-items: center;
		align-items: center;
	}
}

.flex {
	display: flex;
}
.flex-col {
	flex-direction: column;
}
.items-center {
	align-items: center;
}
.gap-1 {
	gap: 10px;
}
.gap-10 {
	gap: 5rem;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-1 {
	margin-top: 10px;
}
.mb-1 {
	margin-bottom: 10px;
}
.mb-2 {
	margin-bottom: 20px;
}

.justify-center {
	justify-content: center;
}
.align-center {
	align-items: center;
}
.order-0 {
	order: 0;
}

input[type="checkbox"] {
	height: 20px;
	width: 20px;
}
input:not([type="checkbox"], [type="submit"]), select {
	background-color: rgb(2, 15, 33);
}

input:not([type="checkbox"]):focus {
	border-color: #188142 !important;
}
.relative {
	position: relative;
}
.w-100 {
	width: 100%;
}

.w-6 {
	width: 4rem;
}
.h-6 {
	height: 4rem;
}
.fill-white {
	fill: white;
}
.opacity-50 {
	opacity: 0.4;
}
.player {
	opacity: 0;
	transition: all 300ms ease-in-out 1s;
}
.is-active .player {
	opacity: 1;
}
.play-button > svg {
	transition: opacity 300ms ease-in-out;
}
.play-button:hover > svg {
	opacity: 1;
}
.text-gradient {
	background: linear-gradient(to right, #188142, #dae23b);
	background: -webkit-linear-gradient(to right, #188142, #dae23b);
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}
.bg-gradient-hover {
	transition: all 300ms ease-in-out 2s !important;
}
.border-green {
	border-color: #188142 !important;
}
.bg-gradient-hover:hover {
	background: linear-gradient(to right, #dae23b, #188142) !important;
}
.custom-caption {
	display: flex;
	align-items: flex-start;
}
.custom-caption > p {
	opacity: 0.6;
}
.technoKs-fullscreen-menu-wrap {
	background-color: #041e42;
}
.align-self-center {
	align-self: center;
}

.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}

.terms-overlay {
	position: fixed;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	background-color: #041e42;
	color: #fff;
	display: flex;
	flex-flow: column nowrap;
	border-radius: 4px;
	padding: 40px 20px;
	overflow-y: scroll;
}
.terms-overlay .content {
	max-width: 640px;
	margin: 0 auto;
}
.align-self-end {
	align-self: flex-end;
}
.w-6 {
	width: 3em;
}
.h-6 {
	height: 3em;
}
/* NEW CSS START  */
#age-gate h4:first-child{
	font-size: 25px;
}
#age-gate h4 p:first-child{
	font-weight: 100;
}
#age-gate a#choice-over{
	font-weight: 300;
}
.technoKs-contact-form-wrap h5:first-child{
	font-size: 25px;
}
.technoKs-contact-form-wrap .technoKs-contact-form div:nth-child(5).gap-1 label{
	font-size: 20px;
}
 @media only screen and (min-width: 200px) and (max-width: 767px)  {
	body .technoKs-contact-form-wrap {
		width: 90% !important;
	}
	body .technoKs-contact-form-wrap.aos-init.aos-animate {
		width: 90%;
	} 
	body .technoKs-input-wrap input, 
	body .technoKs-input-wrap select,
	body .technoKs-input-wrap textarea{
		padding: 14px 16px 16px 16px !important;
	}
   body select#gender, 
   body select#age {
        padding: 14px 16px 16px 16px !important;
        height: 52px !important;
    }	
} 
/* NEW CSS END  */