@font-face {
  font-family: SfDisplayPro-bold;
  src: url("../fonts/SF-Pro-Display-Bold.ttf");
}

@font-face {
  font-family: SfDisplayPro-regular;
  src: url("../fonts/SF-Pro-Display-Regular.ttf");
}

.font-sf-rpo {
  font-family: SfDisplayPro-regular;
}

html,
body {
  background-color: black;
  color: white;
  width: 100%;
}

body {
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s; /* Safari */
}

body.loaded {
  opacity: 1;
}

nav.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

nav a {
  text-decoration: none;
}
.navbar-nav .dropdown-menu {
  border: 1px solid;
}

.dropdown-item {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: black;
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  border-right: 1px solid rgba(255, 255, 255, 0.42);
}

section.banner {
  overflow: hidden;
}

section.banner::before {
  content: "夜";
  position: absolute;
  top: -10%;
  left: 0;
  font-family: Gorditas;
  font-size: 40rem;
  color: #ffffff1a;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

section.banner .banner-background {
  width: 99%;
  height: 100%;
  position: absolute;
  font-family: Gorditas;
  font-size: 40vw;
  color: #ffffff1a;
  text-align: center;
  line-height: 1.2;
}

section.banner .banner-title {
  /* max-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute; */
}

section.banner .banner-title h1 {
  font-family: SfDisplayPro-bold;
  color: white;
  font-size: 10.4vw;
  background: transparent;
  text-align: center;
  letter-spacing: 0.75em;
  margin: 0;
  margin-right: -0.75em;
  margin-top: 100px;
}

section.banner .banner-images {
  position: relative;
  width: 100%;
  /* height: 100%; */
  text-align: center;
  vertical-align: middle;
  align-content: center;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: -120px; */
}

body.loading section.banner .banner-images img {
  transform: translateY(110%) scale(0.9);
  position: relative;
}

section.banner .banner-images img {
  margin-top: 0px;
  /* width: 450px; */
  width: 40vh;
  max-width: 50%;
}

section.banner .banner-images img:first-of-type {
  margin-bottom: 100px;
  margin-right: -5%;
  z-index: 1;
  transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.banner .banner-images img:last-of-type {
  margin-left: -5%;
  z-index: 0;
  transform: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

section.jumbotron .banner-hero p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(255 255 255 / 69%);
}

.p-6 {
  padding: 4rem !important;
}

.px-50 {
  padding-left: 40px;
  padding-right: 40px;
}

.mt-50 {
  margin-top: 200px;
}

.mb-30 {
  margin-bottom: 100px;
}

.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 14px;
}
.fs-16 {
  font-size: 14px;
}

.text-muted-white {
  color: rgb(255 255 255 / 69%);
}

.left-border {
  border-left: 1px solid white;
  padding-left: 15px;
}

.separator-hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Chart */

.chart-eclipse {
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: relative;
  background-image: url("../img/parts/chart-eclipse.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body.loading .chart-eclipse:after {
  height: 0;
}

.chart-eclipse:after {
  content: "";
  position: absolute;
  /* background-size: contain; */
  background-position: top left;
  background-attachment: local;
  background-repeat: no-repeat;
  transform: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.chart-eclipse[data-value="55%"]:after {
  background-image: url("../img/parts/55-percent.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  /* top: -6px;
  left: 40px; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.chart-eclipse[data-value="40%"]:after {
  background-image: url("../img/parts/40-percent.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  /* left: 40px;
  top: 18px; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.chart-eclipse[data-value="10%"]:after {
  background-image: url("../img/parts/10-percent.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  /* top: 64%;
  left: 52px; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.chart-eclipse[data-value="90%"]:after {
  background-image: url("../img/parts/90-percent.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  /* left: 40px;
  top: -4px; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* End Chart */

footer .social-menu .list-group-horizontal a {
  padding-left: 6px;
  padding-right: 6px;
}
footer .social-menu .list-group-horizontal a img {
  width: 32px;
  height: 32px;
  filter: invert(1);
}

footer .social-menu .list-group-horizontal a span {
  display: none;
}

footer .footer-menu ul {
  justify-content: center;
}

footer .footer-menu ul a {
  margin-right: 1rem;
  color: white;
}

footer .footer-legal-menu a {
  text-decoration: none;
}

h1.page-title {
  /* margin-left: -25px; */
  /* border-left: 1px solid #ffffff;
  padding-left: 10px; */
  padding-bottom: 50px;
  line-height: 0.8;
  color: white;
  font-family: SfDisplayPro-regular;
  max-width: 280px;
  word-wrap: break-word;
}

div.page-content {
  color: #d8d8d8;
  font-family: SfDisplayPro-regular;
}

div.page-content a {
  color: #d8d8d8;
}

#applicationModal .close {
  right: 44px;
  position: absolute;
  border: 1px solid;
  padding: 4px;
  line-height: 1;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 0.1;
  border-color: black;
  color: black;
}

#applicationModal .close i {
  font-size: 16px;
}

#applicationModal .modal-content,
#applicationModal .modal input {
  border-radius: 15px;
}

.bg-darker {
  background: rgba(255, 255, 255, 0.1);
}

.vr {
  border-left: 1px solid rgba(255, 255, 255);
  height: 100%;
  width: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.post-content a {
  color: white;
}
@media screen and (min-width: 1080px) {
  section.banner .banner-images {
    margin-top: -6%;
  }
  section.banner .banner-title h1 {
    /* font-size: 10vw; */
  }
}

@media screen and (max-width: 1080px) {
  section.banner::before {
    top: 0;
    font-size: 27rem;
  }
}

@media screen and (min-width: 720px) {
  .bg-lg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  .border-lg-0 {
    border: none !important;
  }

  .rounded-lg-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
}

@media screen and (max-width: 720px) {
  footer .social-menu ul {
    display: grid;
    grid-template-rows: 46px auto 0 1fr;
    grid-template-columns: repeat(6, 44px [col-start]);
  }
  nav.navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  #applicationModal .close {
    right: 26px;
    top: 26px;
  }

  h1.page-title {
    margin-left: 0 !important;
  }

  section.banner .banner-background {
    font-size: 80vw;
  }

  .left-border {
    border-left: none;
    padding: 0;
  }

  .navbar-nav .dropdown-menu {
    border: none !important;
  }

  section.banner .banner-images {
    margin-top: -20px;
  }

  section.banner .banner-title h1 {
    margin-top: 20px;
  }

  section.banner::before {
    top: 20%;
    font-size: 14rem;
  }

  section.banner .banner-images img:first-of-type {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 380px) {
  section.banner::before {
    top: 0;
    font-size: 20rem;
  }
}

@media all and (orientation: landscape) {
  section.banner {
    height: 80vh;
  }

  @media screen and (max-width: 1080px) {
    /* section.banner {
      height: 86vh !important;
    }
    section.banner img {
      width: auto !important;
    }
    section.banner::before {
      font-size: 62rem;
    } */
  }
}

@media all and (orientation: portrait) {
}
