#belowTheFold {
	display: block !important;
	z-index: 10;
}

#cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgb(0,0,0,0.85);
	z-index: 500;
}

/*#smooth-wrapper {
	z-index:100; 
	position:relative;
}*/

#mobileMenu {
	display: none;
	position: fixed;
    text-align: center;
    left: 42px;
    z-index: 600;
    font-size: 1.8em;
    top: 42px;
    max-width: 80vw;
    text-align: center;
    left: 42px;
    padding: 20px;
    background: black;
    border-radius: 10px;
    border-style: solid;
    border-color: white;
    border-width: 3px;
}

.mobileLink {
    padding-bottom: 16px;
    border-bottom: solid;
    border-color: white;
    border-width: 2px;
    padding-top: 10px;
}

.mobileLinkBottom {
	padding-bottom: 10px;
	border-width: 0;
}

.mobileLink:hover {
    cursor: pointer;
}

/* The Shine/Flash Effect */
.glassy {
  position: relative;
  overflow: hidden;
  color: white;
  border-radius: 12px;
  border: 1px solid #CC0894;
  cursor: pointer;
}

.glassyAlt {
	background: #464361;
}

/* The glass flash */
.glassy::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 80%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255,255,255,0.1),
    transparent 90%
  );
  transform: skewX(-25deg);
  filter: blur(25px);
  opacity: 0;
}

/* Animate on hover */
.glassy:hover::before {
  	left: 150%;
  	opacity: 1;
  	transition:
    left 1s ease,
    opacity 0.1s ease;
}

.redGlassy {
  position: relative;
  overflow: hidden;
  color: white;
  border: 1px solid #CC0894;
}

.noUnderline {
	text-decoration: none;
}

/* The glass flash */
.redGlassy::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 80%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 30%,
    #CC089411,
    transparent 90%
  );
  transform: skewX(-25deg);
  filter: blur(25px);
  opacity: 0;
}

/* Animate on hover */
.redGlassy:hover::before {
  	left: 150%;
  	opacity: 1;
  	transition:
    left 1s ease,
    opacity 0.1s ease;
}

/* Optional subtle lift */
.redGlassy:hover {
  	background: rgb(24, 35, 41, 0.95);
}


button:hover {
    background: #464361;
}



.half-oval-bottom {
  	width: 200vw;
    height: 200px;
    border-top-left-radius: 100vw;
    border-top-right-radius: 100vw;
    background: radial-gradient(ellipse at bottom, #CC089433 0%, #635E8899 20%, transparent 53%);
    margin-left: -50vw;
    display: block;
    flex-direction: column;
    transition: all .4s;
    position: relative;
    text-align: center;
}

#authentication_section {
	z-index: 10;
	position: relative;
	margin-top: 45vh;
	padding-top: 0vh;
	display: block !important;
}

.secondary_title {
	font-family: titleFont, serif;
    font-size: 3em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    line-height: 1em;
    margin-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.secondary_subtitle {
	font-family: oswald, sans-serif;
    font-size: 1.9em;
    position: relative;
    margin: auto;
    text-align: center;
    z-index: 80;
    font-weight: 300;
    padding-bottom: 46px;
    padding-left: 20px;
    padding-right: 20px;
}

#iframeHolder {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    z-index: 101;
    position: absolute;
}

.ifHidden {
	opacity: 0;
    transition: opacity 1s ease-in-out; 
}

.ifVisible {
    opacity: 1;
}

#iframeVideo {
	width: 1000px;
	height: 563px;
	position: relative;
}

#authTitle {
	will-change: transform;
}

#authSubtitle {
	will-change: transform;
}

.authentication_description {
	position: relative;
}

.cardHolder {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-template-columns: auto auto auto;
	margin: 19px;
}

.card {
	margin: 10px;
    background: rgb(24, 35, 41, 0.8);
    padding: 15px;
    border-color: #00000000;
    border-width: 1px;
    border-style: solid;
}

.cardImage {
	background-image: url(/static/imgFiles/roundButtonMagenta.svg);
	height: 60px;
	width: 60px;
	background-size:cover;
	border-radius: 10px;
}

.authIcon {
	height: 36px;
    width: 36px;
    left: 12px;
    top: 12px;
	background-size:cover;
	opacity: 0.73;
	position: relative;
}

.brickWallIcon {
	background-image: url(/static/imgFiles/brickwallWhite.svg);
}

.idIcon {
	background-image: url(/static/imgFiles/idWhite.svg);
}

.gearIcon {
	background-image: url(/static/imgFiles/gearWhite.svg);
}

.wifiIcon {
	background-image: url(/static/imgFiles/wifiWhite.svg);
}

.pwIcon {
	background-image: url(/static/imgFiles/pwWhite.svg);
}

.auditIcon {
	background-image: url(/static/imgFiles/auditWhite.svg);
}

.aiIcon {
	background-image: url(/static/imgFiles/aiWhite.svg);
}

#secureCards{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#secureTitle {
	will-change: transform;
}

#secureSubtitle {
	will-change: transform;
}

.card_title {
	font-size: 1.5em;
	font-family: titleFont, serif;
	padding-bottom: 10px;
}

.card_description {
	font-size: 1.2em;
	font-family: oswald, sans-serif;
	max-width: 300px;
	font-weight: 100;
}

#integrationSection {
	position: relative;
	z-index: 10;
	padding-top: 35vh;
}

#integrationTitle {
	will-change: transform;
}

#integrationSubtitle {
	will-change: transform;
}

#integrationTools {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#integrationToolsInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.integrationTool {
	background: #464361;
	padding: 10px 30px;
	margin: 10px;
	font-family: oswald, sans-serif;
	font-weight: 300;
	letter-spacing: 0.0em;
	font-size: 1.1em;
}

.entraIdLogo {
	background-image: url(/static/imgFiles/entraIdWhite.svg);
}

.googleLogo {
	background-image: url(/static/imgFiles/googleLogoWhite.svg);
}

.openIdLogo {
	background-image: url(/static/imgFiles/openId.svg);
}

.ldapLogo {
	background-image: url(/static/imgFiles/lockWhite.svg);
}

.samlLogo {
	background-image: url(/static/imgFiles/plugWhite.svg);
}

.passkeyLogo {
	background-image: url(/static/imgFiles/fingerprintWhite.svg);
}

.integrationToolText {
	display: inline-block;
}

.integrationIcon {
	display: block;
	position: relative;
	width:35px;
	height: 35px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#realTimeSection {
	position: relative;
	z-index: 10;
	padding-top: 35vh;
}

#realTimeTitle {
	will-change: transform;
}

#realTimeSubtitle {
	will-change: transform;
}

.realTimeTool {
	background: #464361;
    padding: 10px 30px;
    margin: 10px;
    font-family: oswald, sans-serif;
    font-weight: 300;
    letter-spacing: 0.0em;
    font-size: 1.1em;
    display: flex;
    align-items: center;
}

.realTimeIcon {
	display: inline-block;
	position: relative;
	width:35px;
	height: 35px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 12px;
}

.realTimeToolText {
	background: #464361;
    padding: 10px 10px 10px 0px;
    margin: 10px;
    font-family: oswald, sans-serif;
    font-weight: 300;
    letter-spacing: 0.0em;
    font-size: 1.1em;
}

#realTimeBenefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.atomIcon {
	background-image: url(/static/imgFiles/atomWhite.svg);
}

.paperIcon {
	background-image: url(/static/imgFiles/paperWhite.svg);	
}

.clockIcon {
	background-image: url(/static/imgFiles/clockWhite.svg);
}

.graphIcon {
	background-image: url(/static/imgFiles/graphWhite.svg);
}

.bookIcon {
	background-image: url(/static/imgFiles/bookWhite.svg);
}

.switchIcon {
	background-image: url(/static/imgFiles/switchWhite.svg);
}

#howSection {
	padding-top: 35vh;
	z-index: 10;
	position: relative;
}

#pricingSection {
	position: relative;
	z-index: 3;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25vh;
}

#pricingTitle {
	will-change: transform;
}

#pricingSubtitle {
	will-change: transform;
}

#pricingPlans {
	max-width: 1000px;
	margin-left: auto;
	margin-right:auto;
	display: flex;
	flex-wrap: wrap;
}

.pricingPlan {
	position:relative;
    margin-left: 10px;
    margin-right: 10px;
    font-family: oswald, sans-serif;
    flex: 1;
}

.innerPlan {
	position: relative;
	padding: 37px;
    border: gray;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 24px;
    background-color: rgb(24, 35, 41, 0.8);
}

.innerPlan-even {
	background: #635E88;
}


.planName {
	font-size: 1.4em;
}

.planCost {
	font-size: 4em;
	display: inline-block;
}

.planTimePeriod {
	display: inline-block;
	color: #EAEAF6;
}

.benefit {
	font-size: 1.15em;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
}

.benefit::before {
  content: "✓";
    position: absolute;
    left: -20px;
    top: 7px;
    color: #DCDDFE;
}




.planFor {
	padding-top: 32px;
    padding-bottom: 43px;
    font-style: italic;
    font-size: 1.2em;
    color: #DCDDFE;
}

.planButton {
	text-align: center;
}

#contactUs {
	position: relative;
	z-index: 80;
	padding-top: 35vh;
}

#contact_us_form_div {
	border-color: grey;
	background-color: rgb(42, 50, 58);
    border-style: solid;
    border-width: 1px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 31px 23px;
    font-family: oswald, sans-serif;
    font-weight: 300;
}

#contactUsTitle {
	will-change: transform;
}

#contactUsSubtitle {
	will-change: transform;
}

.formRow {
	padding-bottom: 20px;
}

.formLabel {
	display:block;
	display: block;
    font-size: 1.3em;
    padding-bottom: 7px;
    color: white;
}

.formInput {
	border-radius: 10px;
	border-width: 0;
    padding: 5px;
    width: 96%;
    font-size: 1.25em;
    color: black;
    background-color:whitesmoke;
}

.formButtonRow{
	text-align: center;
	padding-top: 28px;
}

#bottom {
    position: relative;
    z-index: 100;
    overflow: hidden;
}

footer {
	display: flex;
    text-align: center;
    width: 100%;
    background: rgb(0, 0, 0, 1);
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    z-index: 100;
}

#copywrite {
	font-family: oswald, sans-serif;
	color: gray;
}

.linkedIn {
	width: 31px;
    height: 31px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.socialLogoImg {
	width: 35px;
	height: 35px;
}

.rightFooter {
	font-family: oswald, sans-serif;
	color: white;
	text-decoration: none;
	padding-right: 24px;
}

.leftFooter {
	font-family: oswald, sans-serif;
	color: white;
	text-decoration: none;
	padding-left: 24px;
}

.bottomLogoAndText {
	padding-top: 50px;
	position: relative;
	margin-left: auto;
    margin-right: auto;
}

.bottomLogo {
	height: 55px;
	width: 55px;
	display: inline-block;
}

.bottomText {
	font-family: titleFont, serif;
	font-size: 1.6em;
	padding-top: 10px;
	padding-left: 5px;
	display: inline-block;
	vertical-align: top;
}

.bottomLinks {
	padding-top: 27px;
    padding-bottom: 27px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: oswald, sans-serif;
    font-weight: 300;
    display: flex;
    gap: 30px;
}

.bottomLink:hover {
  cursor: pointer;
}

.tele {
	padding-bottom: 10px;
}

#mobileEmail {
	display: none;
	text-align: center;
	font-family: oswald, sans-serif;
	color: white;
	text-decoration: none;
	padding-top: 5px;
}

#mobileTele {
	display: none;
	text-align: center;
	font-family: oswald, sans-serif;
	color: white;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
}


#elevatorParent {
	scroll-behavior: smooth;
	position:relative;
	height: 400vh;
	display: flex;
	flex: none;
	z-index:10;
}

#elevator {
	position: absolute;
	display:flex;
  	line-height: 1;
  	top:0;
  	inset: 0;
  	overflow: hidden;
  	z-index: 10;
  	width: 100vw;
  	height: 100vh;
  	will-change: transform;
}

/* Doors */
.door {
  	position: absolute;
  	top: 0;
  	width: 51vw;
  	height: 100vh;
  	background: white;
  	z-index: 9;
}

#leftDoor {
  	left: -51vw;
  	will-change: transform;
}

#rightDoor {
  	left: 100vw;
  	will-change: transform;
}

/* Content behind doors */
#elevatorContent {
  	position: absolute;
  	inset: 0;
  	display: grid;
  	place-content: center;
  	text-align: center;
  	z-index: -1;
  	font-size: 1.7em;
  	color: #fff; 
  	mix-blend-mode: difference;
  	z-index: 10;
  	height: 100vh;
  	will-change: scale;
}

#behindDoors {
	font-family: titleFont, serif;
	font-size: 2.0;
	transform: scale(1.5);
}

/* popup */
#popup {
	left: 50%;
    margin-left: -175px;
    width: 350px;
    top: 50%;
    margin-top: -125px;
    position: fixed;
    background: #efefef;
    display: none;
    border-style: solid;
    border-width: 3px;
    border-color: #CC0894;
    border-radius: 3px;
    z-index: -100;
    color: black;
}

#popupTextAreaDivLabel {
	display: none;
	margin-left: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

#popupTextAreaDiv2Label {
    display: none;
    margin-left: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 15px;
}

#popupTextAreaDiv2 {
    display: none;
}

#popupTextArea {
    position: relative;
    left: 5%;
    width: 89%;
    height: 175px;
}

#popupTextArea2 {
    position: relative;
    left: 5%;
    width: 89%;
    height: 136px;
}

#popupTextAreaDiv {
	display: none;
}

#popupTextArea {
	position: relative;
    left: 5%;
    width: 89%;
    height: 175px;
}

#popupTitle {
	text-align: center;
    padding: 20px;
    font-size: 1.7em;
    font-family: titleFont;
}

#popupMessage {
	padding: 16px;
    top: 3px;
    position: relative;
    font-family: 'oswald';
    font-size: 1.3em;
    font-weight: 300;
}

#popupButtons {
	position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 27px;
}

.popupButtonsTall {
	display: block;
}

#adminCode {
	width: 95%;
    margin-left: 5px;
    margin-right: 5px;
}

.popupButton {
	font-size: 1.2em;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.popupButton:hover{
	cursor:pointer;
}

#popupX {
	position: absolute;
    font-size: 1.4em;
    right: 0;
    text-align: right;
    padding-right: 6px;
    font-family: sans-serif;
}

#popupX:hover{
	cursor:pointer;
}

#popupIcon {
	height: 47px;
    background-size: contain;
    width: 47px;
    background-image: url('/static/imgFiles/NearAuthLogoSquircle3d.svg');
    position: absolute;
    left: 10px;
    top: 10px;
}

.popupInput {
	width: 202px;
    margin-right: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 7px;
}

.popupInputRow {
	text-align: right;
}

.popupInputRow {
	display: none;
}


/* end popup */

@media screen and (min-width : 1025px) {
	
}

@media screen and (max-width : 1024px) {
	#contactUs {
		max-width: 80vw;
        margin-left: auto;
        margin-right: auto;
	}
	
	#iframeVideo {
		width: 700px;
		height: 349px;
	}
}

@media screen and (max-width : 768px) {
	#authentication_section {
		padding-top: 0px;
		margin-top: 33vh;
	}
	
	#howSection {
		padding-top: 20vh;
	}
	
	#elevatorContent {
		font-size: .8em;
	}
	
	.half-oval {
		width: 100vw;
	    height: 100px;
	    background: radial-gradient(ellipse at bottom, #CC089433 0%, #635E8899 20%, transparent 53%);
	    margin-top: -100px;
	    margin-left: 0;
	}
	
	.rightFooter {
		display: none;
	}
	
	.leftFooter {
		display: none;
	}
	
	.bottomLinks {
		display: none;
	}
	
	.bottomLogoAndText {
		padding-top: 26px;
	}
	
	#mobileEmail {
		display: block;
	}
	
	#mobileTele {
		display: block;
	}
	
	.secondary_title {
	    top: 0;
	}

	.secondary_subtitle {
	    top: 0;
	}
	
	#iframeVideo {
		width: 90vw;
		height: 51vw;
	}
}

@media screen and (min-width : 481px) {
	@font-face {
	  	font-family: titleFont, serif;
	  	font-style: normal;
	  	src: url(/static/fonts/DidotTitle.otf);
	}
}

@media screen and (max-width : 480px) {
	@font-face {
		font-family: titleFontMobile;
		font-style: normal;
		src: url(/static/fonts/Didot.otf);
	}
	
	
	.bottomText {
		font-family: titleFontMobile, serif;
		font-weight: bolder;
	}
	
	.secondary_title {
		font-family: titleFontMobile, serif;
		font-weight: bolder;
	}
	
	.card_title {
		font-family: titleFontMobile, serif;
		font-weight: bolder;
	}
	
	#behindDoors {
		font-family: titleFontMobile, serif;
		font-weight: bolder;
	}
	
	#popupTitle {
		font-family: titleFont;
	}
	
	#iframeVideo {
		width: 90vw;
		height: 51vw;
	}
	
}

 * {
  /* outline: 1px solid red; */
}
	
	
	
