/* 
#262626
#171717
 */

/* ----- imports ----- */
@font-face {
  font-family: DukeBig;
  src: url("/assets/fonts/DUKE_BIG.otf");
}
@font-face {
  font-family: Duke;
  src: url("/assets/fonts/DUKE_textschrift.ttf");
}
@font-face {
  font-family: Metropolis;
  src: url("/assets/fonts/Metropolis/Metropolis-Black.otf");
  font-weight: 800;
}
@font-face {
  font-family: Metropolis;
  src: url("/assets/fonts/Metropolis/Metropolis-ExtraBold.otf");
  font-weight: 700;
}
@font-face {
  font-family: Metropolis;
  src: url("/assets/fonts/Metropolis/Metropolis-Bold.otf");
  font-weight: 600;
}
@font-face {
  font-family: Metropolis;
  src: url("/assets/fonts/Metropolis/Metropolis-SemiBold.otf");
  font-weight: 500;
}
@font-face {
  font-family: Metropolis;
  src: url("/assets/fonts/Metropolis/Metropolis-Medium.otf");
  font-weight: 400;
}
@font-face {
  font-family: Metropolis;
  src: url("/assets/fonts/Metropolis/Metropolis-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: Metropolis;
  src: url("/assets/fonts/Metropolis/Metropolis-ExtraLight.otf");
  font-weight: 200;
}

/* ----- global ----- */
body {
  /* background-color: #0f0e0e; */
  background-color: black;
  color: white;
  margin: 0;
  padding: 0;
}

/* ----- fonts ----- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
h1 {
  font-family: Metropolis;
  font-weight: 600;
  text-transform: uppercase;
  /* font-size: 40px; */
  letter-spacing: 0.25em;
}
h2,
h3,
h4,
h5 {
  font-family: Metropolis;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

/* ----- subtitle/overtitle ----- */
h6 {
  font-family: Metropolis;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  /* font-size: 13px; */
  font-size: 9px;

  color: #c0c0c0;
}
h6.hdescription {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  line-height: 1.7;
}

/* alt */
.alt {
  font-family: "Raleway";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
}

/* ----- paragraph & list ----- */
p {
  font-family: "Red Hat Display";
}
ul,
li {
  font-family: "Red Hat Display";
}

/* ----- link ----- */
a {
  color: white;
  text-decoration: none;
  /* transition-duration: 0.3s; */
  transition: all 0.3s;
}
a:hover {
  color: white;
  text-decoration: none;
  color: #c0c0c0;
  /* transition-duration: 0.3s; */
}

/* ----- font margins ----- */
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 20px;
}
h6 {
  margin-bottom: 20px;
}
h6.m-sm {
  margin-bottom: 10px;
}
p {
  margin-bottom: 20px;
}
.jbtn {
  margin-top: 20px;
}

/* ----- font colors ----- */
.duke-light {
  color: #c0c0c0;
}
.duke-dark {
  color: #0d0d0d;
}

/* ----- buttons ----- */
.jbtn {
  cursor: pointer;
  font-family: Metropolis;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 9px;

  padding: 9px 30px 8px 30px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 50px;
  color: white;
  text-decoration: none;

  width: fit-content;
  transition: all 0.3s;
}

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

/* jbtn icon */
.jbtn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: Metropolis;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 9px;

  background-color: transparent;
  border: 1px solid white;
  border-radius: 50px;
  color: white;
  text-decoration: none;
}
.jbtn-icon-lg {
  width: 60px;
  height: 60px;
}
.jbtn-icon-xl {
  width: 80px;
  height: 80px;
}
.jbtn-icon-xxl {
  width: 90px;
  height: 90px;
}

/* jbtn dark */
.jbtn-dark {
  background-color: #5d5d5d;
  border: 1px solid #5d5d5d;
}
.jbtn-dark:hover {
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
}
/* jbtn black */
.jbtn-black {
  background-color: #000;
  border: 1px solid #000;
  color: white !important;
}
.jbtn-black:hover {
  background-color: white;
  border: 1px solid black;
  color: black !important;
}
/* jbtn white */
.jbtn-white {
  background-color: white;
  border: 1px solid white;
  color: black;
}
.jbtn-white:hover {
  background-color: #c0c0c0;
  border: 1px solid #c0c0c0;
}
/* jbtn balck outlined */
.jbtn-black-outlined{
  background-color: white;
  border: 1px solid #000;
  color: black;
}
.jbtn-black-outlined:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.jbtn-active{
  background-color: #000;
  border: 1px solid #000;
  color: #fff !important;
}

/* ----- lines ----- */
.underline {
  background-color: white;
  height: 5px;
  width: 100px;
}
.underline-sm {
  width: 50px;
}
.underline-100 {
  height: 1px;
  width: 100%;
}
.vline {
  width: 1px;
  background-color: white;
  height: 100%;
  max-height: 155px;
}
.hline {
  height: 1px;
  background-color: white;
  width: 100%;
}

/* ----- jpadding ----- */
.jpadding {
  padding-left: 10%;
  padding-right: 10%;
}
.jpadding-15 {
  padding-left: 15%;
  padding-right: 15%;
}
.jpadding-20 {
  padding-left: 20%;
  padding-right: 20%;
}
.jpadding-25 {
  padding-left: 25%;
  padding-right: 25%;
}
.jpadding-30 {
  padding-left: 30%;
  padding-right: 30%;
}
.jpadding-35 {
  padding-left: 35%;
  padding-right: 35%;
}

/* showcase */
.showcase-title {
  padding: 150px 0;
  text-align: center;
}

/* ----- sections ----- */
.section {
  min-height: 100vh;
  /* min-height: 100dvh; */
}

.section-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.section-content {
  display: grid;
  align-content: center;
  padding: 50px;
}
.section-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
}

.section-dark-4 {
  background-color: #0d0d0d;
}
.section-dark-3 {
  background-color: #141414;
}
.section-dark-2 {
  background-color: #101010;
}
.section-dark {
  background-color: #5d5d5d;
}

.bg-modal-dark{
  background-color: #393d47;
}

/* ----- section overlays ----- */
.img-bg {
  position: relative;
}
.img-overlay {
  position: absolute;
  background-color: #000000;
  height: 100vh;
  /* height: 100dvh; */
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: 2;
}

.z4 {
  z-index: 4;
}

/* ----- section gradient ----- */
.img-gradient {
  position: absolute;
  background: linear-gradient(-90deg, rgb(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  z-index: 2;
  left: 50%;
  height: 101vh;
  /* height: 100%; */
  width: 50%;
}

.img-gradient.gradient-right {
  background: linear-gradient(90deg, rgb(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  left: 0;
}

/* section img bg with gradient */
.section-img-wg {
  background-image: linear-gradient(
      90deg,
      rgb(0, 0, 0, 0) 50%,
      rgb(0, 0, 0) 100%
    ),
    url("/assets/photos/about/DSC_4252.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----- separator ----- */
.separator {
  padding: 80px 100px;
  min-height: 35vh;
  /* min-height: 35dvh; */
  display: grid;
  justify-content: center;
  align-content: center;

  background-color: #000000;
}
/* ----- separator colors ----- */
.separator-dark {
  background-color: #0d0d0d;
}
.separator-dark-gold {
  background-color: #201f17;
}
.separator-black {
  background-color: #000000;
}

/* ----- separator quote ----- */
.separator-quote {
  min-height: 60vh;
  /* min-height: 60dvh; */
  padding: 150px 25%;
}
.separator-quote p {
  font-size: 18px;
}
.quote-author h6 {
  font-size: 12px;
  margin-bottom: 0;
}
.quote-author {
  text-align: right;
}

/* ----- separator highlight ----- */
.separator-highlight {
  padding: 120px 25%;
  min-height: 50vh;
  /* min-height: 50dvh; */
  text-align: center;
  /* new */
  justify-items: center;
}

.separator-lg {
  min-height: 70vh;
  /* min-height: 70dvh; */
}

/* ----- separator next ----- */
.separator-next {
  display: flex;
  align-items: center;
  gap: 50px;
}
.separator-next h2,
.separator-next h4 {
  margin: 0;
}

/* chevrons */
.next-chevrons {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.separator-next .chevron-one {
  transition-duration: 0.4s;
}
.separator-next .chevron-two {
  transition-duration: 0.5s;
  margin-left: -2px;
}
.separator-next:hover .chevron-one {
  scale: 1.15;
  transform: translateX(10px);
  transition-duration: 0.4s;
}
.separator-next:hover .chevron-two {
  scale: 1.3;
  transform: translateX(14px);
  transition-duration: 0.5s;
}
.separator-next:hover {
  background-color: #141414;
}

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

/* ---------- MEDIA QUERIES ---------- */

/* font set 1 xl monitor */
/* font set 2 monitor */
h2 {
  font-size: 2.2rem;
}
h6 {
  font-size: 13px;
}
p {
  font-size: 18px;
}
/* font set 3 notebook */
/* font set 4 sm notebook */
/* font set 5 tablet */
/* font set 6 xl phone */
/* font set 7 phone */

/* 
1400
1200
992
768
576
*/

@media (max-width: 1600px) {
}

@media (max-width: 1400px) {
  /* ----- separator quote ----- */
  .separator-quote {
    padding: 150px 20%;
  }
}

@media (max-width: 1200px) {
  /* ----- separator quote ----- */
  .separator-quote {
    padding: 150px 20%;
  }
}

@media (max-width: 1100px) {
  /* ----- separator quote ----- */
  .quote-author {
    margin-top: 10px;
  }
}

@media (max-width: 992px) {
  /* ----- separator quote ----- */
  .quote-author {
    margin-top: 30px;
  }
  /* ----- separator highlight ----- */
  .separator-highlight {
    padding: 120px 20%;
  }
}

@media (max-width: 768px) {
  /* ----- separator highlight ----- */
  .separator-highlight {
    padding: 120px 15%;
  }
}
@media (max-width: 576px) {
  /* ----- separator quote ----- */
  .separator-quote {
    padding: 150px 15%;
  }
  .quote-author {
    margin-top: 40px;
  }
}

@media (max-width: 460px) {
  /* ----- fonts ----- */
  p {
    font-size: 16px;
  }
  .separator-quote p {
    font-size: 16px;
  }
  .quote-author h6 {
    font-size: 11px;
  }

  /* ----- separator quote ----- */
  .separator-quote {
    padding: 150px 10%;
  }
}
@media (max-width: 400px) {
  /* ----- separator quote ----- */
  .separator-quote {
    padding: 150px 30px;
  }
  /* ----- separator highlight ----- */
  .separator-highlight {
    padding: 120px 30px;
  }
}
@media (max-width: 300px) {
  /* ----- separator quote ----- */
  .separator-quote {
    padding: 150px 15px;
  }
}
