

@font-face {
	font-family: 'Glacial Indifference';
	src: url('./assets/fonts/GlacialIndifference-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Glacial Indifference';
	src: url('./assets/fonts/GlacialIndifference-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

h1.signup-heading {
	font-family: 'Glacial Indifference', Arial, sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	margin: 20px 0;
}


.logo-width {
	width: 25px !important;
	height: 25px !important;
}

.header-logo {
	       width: 235px !important;
	       /* width: px !important; */
    height: auto !important;
}

.footer-ancher {
	text-decoration: none;
	color: white;
	color: inherit !important;
}

.sign-up-h1 h1 {
	font-size: 54px;
	font-weight: lighter !important;
	margin-bottom: 65px;
	padding-top: 1.75rem;
}

.main-img-width {
	/* width: 25%; */
	width: 67%;
}

.submit-buttan button {
	padding: 5px 120px 5px 120px !important;
	border-radius: 20px;
	margin-bottom: 65px;
	margin-top: 25px;
	background-color: #00A9F5;
	border: unset !important;
	border-radius: 0.375rem;
}

.footer-links span {
	display: inline !important;
}

.footer-links {
	padding-bottom: 20px !important;

}

.footer-copyright {
	padding-bottom: 20px !important;

}

.form-control {
	border-radius: 0px !important;
}

.add-new-margin {
	margin-bottom: 80px;
	margin-top: 105px;
}

.text-center.add-new-margin {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50vh !important;
}

.prvicay-page {
	color: black;
}

.terms-page {
	color: black;
}

.list-style {
	list-style: none !important;
	line-height: 40px;
}

.terms-page-container {
	padding-bottom:65px;
}
.prvicay-page{
	padding-bottom:65px;

}



@media (min-width:320px) and (max-width:768px) {
	.main-img-width {
		width: 52% !important;
	}

	.sign-up-h1 h1 {
		font-size: 28px;
		font-weight: lighter !important;
		margin-bottom: 35px;
	}

	.submit-buttan button {
		margin-bottom: 35px;
	}

	.footer-links span {
		display: block !important;
	}

	.footer-links {
		padding-bottom: 25px !important;

	}

	.logo-width {
		width: 27px !important;
		height: 27px !important;
	}

	.text-center.add-new-margin {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 20vh !important;
	}


}

.error {
	color: red;
	display: none;
	position: absolute;
	font-size: 12px;
}


.privacy-popup {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #000;
	border-top: 1px solid #ccc;
	padding: 1rem 1.5rem;
	padding-left: 60px;
	padding-right: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.privacy-text {
	max-width: 70%;
	font-size: 15px;
	line-height: 1.4;
	color: #ffffff;
	font-family: 'Glacial Indifference', sans-serif;
}

.privacy-button {
	height: 38px;
	margin-top: 0;
	align-self: center;
	background-color: #00A9F5;
	border: unset !important;
}

.privacy-button.btn:hover {
	background-color: #00A9F5;
	border: unset !important;
}


.hidden {
	display: none;
}

.container_width {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

}

.bottom_text {
	text-align: start;
	color: white;
	font-size: 12px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
	.disclaimer {
		margin-top: 0px !important;
		padding-top: 0px;
	}


	.bottom_text {
		text-align: center;
		color: white;
		font-size: 12px;
		margin-top: 12px;
	}

	.container_width {
		width: 100%;
		margin: 0 auto;
		display: block;
		justify-content: space-between;
	}

	.privacy-popup {
		padding: 10px !important;
	}

	.privacy-text {
		max-width: 100%;
	}

	.privacy-button {
		margin-top: 15px;
	}
}

  .recaptcha_center_aligned{
    justify-content: center;
    align-items: center;
    display: flex;
    
   }

    html,
body{
    margin:0;
    padding:0;
    min-height:100%;
    background:#000;
}

/* Main Wrapper */
.back-img{
    position:relative;
    width:100%;
    min-height:100vh;
    overflow:hidden;
    z-index:1;
}

/* Single Full Page Background */
.back-img::before{
    content:"";
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;

}

html {
   scroll-behavior: auto;
}

h2.font-same {
    cursor: pointer;
    color: #fff;
    margin-bottom: 0px;
    transition: 0.3s;
    font-size: 54px;
    font-weight: lighter !important;
    padding-top: 1.75rem;
}
.sign-up-h1 h1{
        font-size: 54px;
}


.lxam-header {
    width: 100%;
    padding: 22px 34px;
}

.lxam-header-inner {
    position: relative;
    min-height: 100px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}

.lxam-brand {
    justify-self: center;
    grid-column: 2;
}

.lxam-nav-left {
    grid-column: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lxam-nav-left a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Glacial Indifference', Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
}

.lxam-nav-left a:hover {
    color: #00A9F5;
}

.lxam-socials {
    grid-column: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* gap: 10px; */
    flex-wrap: wrap;
}

.lxam-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 991px) {
    .lxam-header {
        padding: 18px 16px;
    }

    .lxam-header-inner {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .lxam-brand {
        order: 1;
    }

    .lxam-nav-left {
        order: 2;
        justify-content: center;
        gap: 8px;
    }

    .lxam-socials {
        order: 3;
        justify-content: center;
    }
}

nav .m-2{
    margin: .3rem !important;
}
