@import url('https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,500,600,700,800,900&display=swap');

* {
  font-family: 'Prompt', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background: #656667;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
    background: #818181;
}

.navbar {
  cursor: pointer;
  border-radius: 9999px;
  margin-bottom: 1.4rem;
  margin-left: 40rem;
  margin-right: 40rem;
  z-index: 1;
  transition: all 0.3s ease;
}

@media (max-width: 1830px) {
  .navbar {
    margin-left: 25rem;
    margin-right: 25rem;
  }
}

@media (max-width: 1530px) {
  .navbar {
    margin-left: 20rem;
    margin-right: 20rem;
  }
}

@media (max-width: 1230px) {
  .navbar {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}

@media (max-width: 1030px) {
  .navbar {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

.navbar::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 9999px;
    -webkit-box-shadow: inset 3px 3px 0px -3px rgba(255, 255, 255, 0.2), inset 0 0 3px 2px rgba(255, 255, 255, 0.1);
            box-shadow: inset 3px 3px 0px -3px rgba(255, 255, 255, 0.2), inset 0 0 3px 2px rgba(255, 255, 255, 0.1);
    background-color: rgb(255 255 255 / 5%);
}

.navbar::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 9999px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    -webkit-filter: url(#container-glass);
            filter: url(#container-glass);
    overflow: hidden;
    isolation: isolate;
}

.navbar:hover {
    transform: scale(1.02); 
}

.navbar:active {
    transform: scale(0.98); 
}

.nav-logo {
	display: inline-block;
	width: 38px;
	height: 30px;
	vertical-align: middle;
	background-image: url(../../images/logo-pic.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	overflow: hidden;
}

.logo {
	display: inline-block;
	width: 60px;
	height: 50px;
	vertical-align: middle;
	background-image: url(../../images/logo-pic.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	overflow: hidden;
}

/*
.background {
  background: linear-gradient(transparent,rgba(0, 0, 0, 1)), url(../../images/share_image_s1074944.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
*/

.glassContainer {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 450px;
  height: 600px;
  border-radius: 65px;
  transition: all 0.3s ease;
}

@media (max-width: 540px) {
  .navbar {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .glassContainer {
    width: 400px;
    height: 550px;
  }
}

@media (max-width: 375px) {
  .navbar {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .glassContainer {
    width: 350px;
    height: 550px;
  }
}

.glassContainer::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 65px;
    -webkit-box-shadow: inset 3px 3px 0px -3px rgba(255, 255, 255, 0.2), inset 0 0 3px 2px rgba(255, 255, 255, 0.1);
            box-shadow: inset 3px 3px 0px -3px rgba(255, 255, 255, 0.2), inset 0 0 3px 2px rgba(255, 255, 255, 0.1);
    background-color: rgb(255 255 255 / 5%);
}

.glassContainer::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 65px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    -webkit-filter: url(#container-glass);
            filter: url(#container-glass);
    overflow: hidden;
    isolation: isolate;
}

.glassBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 86%;
  padding: 10px;
  background: transparent;
  border-radius: 9999px;
  outline: none;
  border: none;
  transition: all 0.3s ease;
  z-index: 0;
}

@media (max-width: 540px) {
  .glassBtn {
    width: 84%;
  }
}

@media (max-width: 375px) {
  .glassBtn {
    width: 83%;
  }
}

.glassBtn::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 9999px;
    -webkit-box-shadow: inset 3px 3px 0px -3px rgba(255, 255, 255, 0.2), inset 0 0 3px 2px rgba(255, 255, 255, 0.1);
            box-shadow: inset 3px 3px 0px -3px rgba(255, 255, 255, 0.2), inset 0 0 3px 2px rgba(255, 255, 255, 0.1);
    background-color: rgb(54 134 255 / 95%);
}

.glassBtn::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 9999px;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    overflow: hidden;
    isolation: isolate;
}

.glassBtnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 12%;
  padding: 10px;
  background: transparent;
  border-radius: 9999px;
  outline: none;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 0;
}

@media (max-width: 540px) {
  .glassBtnt {
    width: 14%;
  }
}
@media (max-width: 375px) {
  .glassBtnt {
    width: 15%;
  }
}

.glassBtnt::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 9999px;
    -webkit-box-shadow: inset 3px 3px 0px -3px rgba(255, 255, 255, 0.2), inset 0 0 3px 2px rgba(255, 255, 255, 0.1);
            box-shadow: inset 3px 3px 0px -3px rgba(255, 255, 255, 0.2), inset 0 0 3px 2px rgba(255, 255, 255, 0.1);
    background-color: rgb(255 255 255 / 5%);
}

.glassBtnt::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 9999px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    overflow: hidden;
    isolation: isolate;
}
/*
.glassBtn:hover, .glassBtnt:hover {
  transform: scale(1.02);
}
*/
.glassBtn:active, .glassBtnt:active {
  transform: scale(0.97);
}

.glassBtn, .glassBtnt, span {
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}

.navbar-show {
  font-size: 1rem;
  font-weight: 500;
}

.form {
  z-index: 1;
  width: 450px;
}

.wrap {
  width: 450px;
  overflow: hidden;
  padding: 100px 30px 100px 30px;
}

@media (max-width: 540px) {
  .wrap {
    padding: 100px 35px 100px 35px;
  }
}

@media (max-width: 375px) {
  .wrap {
    padding: 100px 15px 100px 15px;
  }
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  z-index: 1;
}

.pic-logo {
	display: inline-block;
	width: 74px;
	height: 40px;
	vertical-align: middle;
	background-image: url(../../images/logo-pic.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	overflow: hidden;
}

.text-center span {
  font-size: 0.95rem;
  font-weight: 300;
}

.glassBtnt, .text-center {
  font-size: 1rem;
  font-weight: 500;
}

.my-popup {
    width: 420px;
    height: 250px;
    background: #fff;
    border-radius: 40px !important;
    -webkit-box-shadow: inset 3px 3px 0px -3px rgba(255, 255, 255, 0.2), inset 0 0 3px 2px rgba(255, 255, 255, 0.1);
            box-shadow: inset 3px 3px 0px -3px rgba(255, 255, 255, 0.2), inset 0 0 3px 2px rgba(255, 255, 255, 0.1);
    background-color: rgb(255 255 255 / 5%);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}

.my-icon {
    border-width: 3px !important;
    transform: scale(0.9);
}

.my-image {
    border-radius: 10px;
    margin: 20px auto 10px !important;
}

.my-title {
    top: 15%;
    color: #fff;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

.my-html-container {
    color: #fff;
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    margin: 1rem 2.3rem 0 !important;
}

.my-confirm-button {
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding: 0.50em 0.50em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 9999px;
  opacity: var(--bs-btn-close-opacity);
  transition: all 0.3s ease;
}
.my-confirm-button::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 9999px;
    -webkit-box-shadow: inset 2px 2px 0px -2px rgba(0, 0, 0, 0.3), inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 0px -2px rgba(0, 0, 0, 0.3), inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
    background-color: rgb(0 0 0 / 10%);
}
.my-confirm-button::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 9999px;
    overflow: hidden;
    isolation: isolate;
}

.my-confirm-button:hover {
  background-color: rgb(0 0 0 / 0%);
  text-decoration: none;
  transform: scale(1.02); 
}
.my-confirm-button:active  {
  background-color: rgb(0 0 0 / 0%);
  transform: scale(0.95); 
}

.my-footer {
    border-top: 1px solid rgb(0 0 0 / 0%);
    color: #fff;
    font-size: 0.9rem !important;
}

.grecaptcha-badge {
  position: fixed;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0% !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}
.grecaptcha-badge {
    visibility: hidden;
}

div[style*="z-index: 2000000000"] {
    display: flex !important;
    height: 90vh !important;
    background-color: rgb(0 0 0 / 0) !important;
    border: rgb(0 0 0 / 0) !important;
    align-items: center !important;
    justify-content: center !important;
}

.back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1;
  filter: brightness(0.5);
  overflow: hidden;
  z-index: -1;
}

@media (min-aspect-ratio:16/9) {
  .back-video{
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio:16/9) {
  .back-video{
    width: auto;
    height: 100%;
  }
}