 * {
  box-sizing: border-box;
}

body {
  margin: 0;
}

* {
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

.pwb-scene>canvas {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
}

#pwb-loading-wrap {
  background-color: #000000;
}

#i4fit3,#loadingfixed {
  display: block;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  z-index: 9999;
}

.pw-scene-style>canvas {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

b,
strong {
  font-weight: bolder;
}

i,
em {
  font-style: italic;
}

@font-face {
  font-family: neuehaasdisplayroman;
  src: url("../font/neuehaasdisplayroman.ttf");
}

@font-face {
  font-family: centurygothic;
  src: url("../font/centurygothic.ttf");
}

@font-face {
  font-family: espacion-regular;
  src: url("../font/espacion-regular.otf");
}

@font-face {
  font-family: gothic;
  src: url("../font/gothic.TTF");
}

#pwb-body-wrap {
  opacity: 0;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

div#pwb-loading-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 1;
  transition: opacity 0.3s;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}


* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
}

.pw-promo-image {
  width: 162px;
  position: fixed;
  z-index: 9999;
  bottom: 16px;
  right: 16px;
  box-shadow: 0px -2px 22px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.auraoslogo{
	position:fixed;top:20px;left:30px;z-index:10000;
}

.auraoslogo img{
	height:40px;
	pointer-events:auto;
}

.headerBtn{
      display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 12px;
    background-color: #38f2cb;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 99px;
    transition: all 300ms ease 0ms;
    height: 100%;
}

.headerBtnTxt{
    display: block;
    font-family: "centurygothic";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #000000;
    line-height: 1.1em;
}

.headerBtnArrow{
    width: 26px;
}

.my-loading-page {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 12px;
  width: 300px;
  min-height: 200px;
  box-sizing: border-box;
  z-index: 99999;
}

.my-loading-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-family: 'Century-Gothic', sans-serif;
  font-size: 32px;
  text-align: center;
  line-height: 1em;
  /* Closer vertical spacing */
  gap: 4px;
  /* Minimal vertical gap */
}

.my-logo-inline{
    height:70px;
    margin-top:16px;
    position: relative;
  top: 2px; 
}

.my-logo-inline{
    height:70px;
    margin-top:16px;
    position: relative;
  top: 2px; 
}

.entering-text {
  color: #38F2CB;
  font-family: 'Gothic', sans-serif;
}


.my-spinner-wrapper {
  position: relative;
  width: 164px;
  height: 164px;
}

.my-loading-spinner {
  width: 164px;
  height: 164px;
  border: 3px solid #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: my-rotation 1s linear infinite;
}

.my-loading-spinner::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 172px;
  height: 172px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #58EFFE;
  box-sizing: border-box;
}

.my-logo-static {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fade-in-logo 1.0s ease forwards;
  pointer-events: none;
}

@keyframes my-rotation {
  0% {
	transform: rotate(0deg);
  }

  100% {
	transform: rotate(360deg);
  }
}

@keyframes fade-in-logo {
  to {
	opacity: 1;
  }
}

#socail_linkbtn {
  color: inherit;
  display: flex;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
  height: 56px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #38f2cb33;
}

#socail_navlist{
	display: flex;
    flex-direction: row;
    gap: 16px;
}

#socail_linktxt {
  display: block;
  font-family: "centurygothic";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 24px;
  color: #38f2cb;
}
#footer_nav_li_one {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
#footer_nav_li_two {
  display: flex;
  width: 50%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
#footer_nav_li_third {
  display: flex;
  width: 60%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
#footer_nav_li_four {
  display: flex;
  width: 35%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
#footer_li_txt {
  color: #ffffff;
  display: block;
  font-size: 40px;
  font-family: "centurygothic";
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.05em;
  transition: all 500ms ease 0ms;
}
#footer_li_txt:hover {
  color: #38f2cb;
  margin-right: 50px;
}
#iwqcp7h{
	width:280px;
}
#fnav_libox {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

#fnav_libox_dots {
  display: block;
  width: 8px;
  height: 8px;
  border: 1.5px solid #38f2cb;
  border-radius: 999px;
}
#fnav_libox_line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #38f2cb;
}
#footer_nav_li_grid{
	display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
#footer_nav_li_placeholder70 {
  display: flex;
  width: 70%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
#footer_nav_li_placeholder65 {
  display: flex;
  width: 65%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
#footer_nav_li_placeholder40 {
  display: flex;
  width: 40%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
#footer_line_placeholder {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #202020;
  margin-top: 80px;
  margin-bottom: 80px;
}

#footer_copyright_con {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  padding-left: 5dvw;
  padding-right: 5dvw;
  height: 200px;
}

#footer_logo {
  display: flex;
  min-height: 75px;
  width: 100%;
  flex-direction: column;
  align-items: end;
  padding-right: 5vw;
  padding-bottom: 16px;
}

#footer_content {
  display: block;
  width: 100%;
  background-color: #000000;
  padding-right: 0px;
}

#footer_content_wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-left: 5dvw;
  padding-top: 80px;
}

#footer_content_wrap_grid {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

#footer_content_socail_grid {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0px;
}

#footer_copyright_slogan {
  color: #ffffff;
  display: block;
  font-size: 40px;
  font-family: "centurygothic";
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.05em;
}

#footer_copyright_email {
  display: block;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

#footer_copyright_email_txt {
  color: #ffffff;
  display: block;
  font-size: 40px;
  font-family: "centurygothic";
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.05em;
}
#footer_copyright_bottom {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: start;
  padding-left: 5dvw;
  padding-right: 5dvw;
  padding-top: 120px;
  padding-bottom: 24px;
  padding: 40px clamp(40px,8%,80px) 20px; 
  border-top: 1px solid rgba(255,255,255,0.1);
}
#footer_copyright_bottom_grid {
  display: flex;
  width: 330px;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  margin-bottom: 15px;
}
#footer_copyright_bottom_title {
  color: #ffffff80;
  display: block;
  font-size: 16px;
  font-family: "centurygothic";
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.05em;
  font-size: 14px; 
  color: rgba(255,255,255,0.7);
}
#footer_copyright_bottom_navwrap {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: start;
  gap: 24px;
  width: 400px;
  width: 100%; margin-bottom: 15px; display: flex; justify-content: center; gap: 10px;
}
#footer_copyright_bottom_navli {
  color: #ffffff80;
  display: block;
  font-size: 16px;
  font-family: "centurygothic";
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.05em;
  font-size: 14px; color: rgba(255,255,255,0.7); cursor: pointer;
}

@media (max-width: 992px) {
  .headerBtn{
    gap: 5px;
    padding-left: 16px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}
  .headerBtnTxt{
    font-size: 14px;
 }
	#footer_li_txt {
		width: 80%;
	}
	#footer_nav_li_one {
		justify-content: end;
    }
	
	#footer_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0px;
    align-items: center;
    padding-bottom: revert;
  }
  
  #footer_content_wrap_grid {
    flex-direction: column;
  }
  
  #footer_content_socail_grid {
    margin-bottom: 40px;
  }
  #footer_line_placeholder {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  #footer_copyright_grid {
    flex-direction: column;
    height: revert;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer_copyright_slogan {
    font-size: 24px;
  }
   #footer_copyright_email_txt {
    font-size: 24px;
  }
  #socail_navlist{
	  width:100%;
	      flex-wrap: wrap;
  }
}


@media (max-width: 480px) {
  .headerBtnTxt{
    font-size: 16px;
 }
	#footer_nav_li_four {
		width: 75%;
	}
	#footer_li_txt {
		gap: 0px;
		justify-content: end;
	}
	#footer_nav_li_one {
		justify-content: end;
	}
	#footer_nav_li_two {
		width: 100%;
	}
	#footer_nav_li_third {
		width: 100%;
	}
	#footer_content_wrap {
	padding-left: 20px;
	padding-right: revert;
  }
  #footer_nav_li_placeholder70 {
	width: 30%;
  }
  #footer_nav_li_placeholder40 {
    width: 50%;
  }
	  
	#footer_line_placeholder {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#footer_copyright_slogan {
		font-size: 24px;
		display: block;
	  }
	  #footer_copyright_email_txt {
    font-size: 24px;
    display: block;
  }
  #footer_copyright_bottom {
    flex-direction: column;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    gap: 12px;
  }
  #footer_copyright_bottom_title {
    display: block;
    font-size: 12px;
  }
   #footer_copyright_bottom_navli {
    display: block;
    font-size: 12px;
  }
  #footer_copyright_con{
	  flex-direction: column;
    align-items: center;
    height: auto;
    margin: 20px 0px;
  }
  #footer_copyright_grid{
	  margin:40px 0px;
  }
  
	
}