@font-face {
  font-family: "Nord";
  src: url(/assets/font/nord/Nord-Regular.woff);
}

/* ----------------------- global ----------------------- */

body {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

* {
  transition-duration: 0.4s;
  /* transition-timing-function: ease-in-out; */
}

.bg-blue {
  background-color: #4d6575;
  min-height: 100vh;
}

.jgradient {
  padding: 0 20px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.jnavbar {
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
  justify-content: center;
}

.jnavbar-menu {
  padding-left: 20px;
  padding-right: 20px;

  display: grid;
  grid-template-columns: 15px 1fr 15px;
}

.jnavbar-logout {
  grid-template-columns: 103px 1fr 103px;
}

.back-btn a {
  color: #cead64;
}

.back-btn a:hover {
  color: #d0a13b;
  text-decoration: none;
}
.jnavbar-menu .brand {
  justify-self: center;
}

.jnavbar img {
  height: 22px;
  width: auto;
}

.footer {
  padding: 8px 20px;
  /* background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 100%
  ); */
  text-align: center;
}

.footer p {
  padding: 0;
  margin: 0;
  font-family: Nord;
  font-style: normal;
  color: #cead64;
  font-size: 0.8em;
}

.footer a {
  color: #cead64;
  text-decoration: none;
}

.footer a:hover {
  color: #d0a13b;
  text-decoration: none;
}

/* ----------------------- global text -----------------------  */

h1,
h2,
h3,
h4,
h5 {
  font-family: Nord;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.1em;
}
p {
  font-family: "Lato";
  font-size: 0.9em;
  margin: 0;
}
.menu p {
  font-style: italic;
}
.gold {
  color: #cead64 !important;
}
.uppercase {
  text-transform: uppercase;
}
.wht {
  color: #fff;
}
.blue {
  color: #6b8ca0;
}
.center {
  text-align: center;
}

/* ----------------------- global utilities -----------------------  */

hr.hr-small {
  width: 50%;
}

hr.hr-white {
  /* border-color: white; */
}

hr.hr-gold {
  border-color: #cead64 !important;
}

.grid-2 {
  grid-column: span 2;
}

.parallax-ukiyo {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ukiyo-content {
  /* ukiyo */
  min-height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 1;
}

/* ----------------------- jbtn -----------------------  */

.jbtn {
  font-family: Nord;
  font-size: 0.95em;
  border-radius: 20px;
  padding: 3px 15px;
  border: solid 2px #cead64;
  color: white;
  margin-bottom: 1px;
  cursor: pointer;
}

.jbtn-outline-gold {
  border: solid 2px #cead64;
  color: #cead64;
  background: transparent;
}

.jbtn-outline-blue {
  border: solid 2px #4d6575;
  color: #4d6575;
  background: transparent;
}

.jbtn:hover {
  background-color: #cead64;
  text-decoration: none;
  color: white;
}

.jbtn-text {
  background: transparent;
}

.jbtn-text:hover {
  background-color: white;
  color: #cead64;
}

.jbtn-outline-blue:hover {
  background-color: #4d6575;
  text-decoration: none;
  color: white;
}

.jbtn.jbtn-active {
  background-color: #cead64;
}

.menu-selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

  padding: 0 20%;
}

.jbtn-menu {
  border-radius: 20px;
  border: solid 1px #cead64;
  background-color: #cead64;
  color: white;
  height: 200px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.jbtn-menu:hover {
  transform: scale(1.025);
}

a.jbtn-menu {
  color: white;
  text-decoration: none;
}
a:hover.jbtn-menu {
  color: white;
  text-decoration: none;
}

.jbtn-menu h2 {
  font-size: 1.8em;
  margin: 0;
}

.title-big {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.title-big h1 {
  color: white;
  font-size: 2.2em;
  margin: 0;
}

.jbtn-round {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 3px solid #cead64;
  color: #cead64;

  transition-duration: 0.3s;
}

.jbtn-round:hover {
  border: 3px solid #cead64;
  color: white;
  background-color: #cead64;

  transition-duration: 0.3s;
}

.swiper-image .jbtn-round {
  margin-top: 30px;
}

/* ----------------------- gallery -----------------------  */
.ug-gallery-wrapper{
  font-family: Nord;
}
.ug-lightbox .ug-lightbox-numbers{
  font-size: 16px;
}
.ug-lightbox .ug-textpanel-title, .ug-lightbox .ug-textpanel-description{
  font-family: Nord;
  color: #cead64;
  font-size: 20px;
  text-align: center !important;
}
/* ----------------------- coming soon -----------------------  */
.grid-wrapper {
  display: grid;
  /* align-items: center; */
}

/* .comingsoon-bg {
  min-height: 100vh;
  background-image: url("/assets/bg/bonds-bg-4k.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  grid-area: 1/1;
}

.comingsoon-content {
  height: inherit;
  background-color: #68879c;
  grid-area: 1/1;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  margin: 50px;
}

.comingsoon-content img {
  height: auto;
  width: 60%;
} */

/* a{
  display: inline-block;
} */

.comingsoon-content img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.comingsoon-content #mobile {
  display: none;
}

@media (max-device-width: 1000px) {
  .comingsoon-content #desktop {
    display: none;
  }
  .comingsoon-content #mobile {
    display: block;
  }

  .menu-selection {
    padding: 0 10%;
  }
}

@media (max-device-width: 576px) {
  .comingsoon-content {
    margin: 35px;
  }
  .menu-selection {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .jnavbar-logout {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .btn-logout {
    margin-top: 20px;
  }
}

@media (max-device-width: 476px) {
  .comingsoon-content {
    margin: 30px;
  }
}
