/* Global Styles */
@font-face {
  font-family: "THE_LAST_SHURIKEN"; /* Use the actual name of your font */
  src: url("../fonts/THE_LAST_SHURIKEN.OTF") format("opentype"),
    url("../fonts/THE_LAST_SHURIKEN.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

h2 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  margin-top: 2em;
  margin-bottom: 1em;
  @media screen and (max-width: 1180px) {
    font-size: 3rem;
  }
  @media screen and (max-width: 768px) {
    font-size: 3rem;
  }
}

h4 {
  font-family: Helvetica, sans-serif;
  letter-spacing: 0.2rem;
  font-style: bold;
  font-weight: 400;
  font-size: 1rem;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", Helvetica, Arial, sans-serif; /* Changed to Inter */
  scroll-behavior: smooth;
  max-width: 100%;
}
p {
  font-size: 1em;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  @media screen and (max-width: 768px) {
    font-size: 1rem;
  }
}

/* Fullscreen section styles */
section {
  height: 100vh; /* Each section will take the full height of the viewport */
  width: 100%;
}

/* Header Section */
header {
  display: flex;
  align-items: center;
  /*background: url('../images/main_samurai.png') no-repeat center center/cover;*/
  height: 200vh; /* Ensure header takes full viewport height */
}

.large-text {
  font-family: "THE_LAST_SHURIKEN", Helvetica, Arial, sans-serif; /* Use your custom font here */
}

:root {
  --samurai-sticky-header-width: 23vw;
  --sticky-flexbox-padding: 5rem;

  /* Colors */
  --sand: #e9e4bd;
  --background-darker: #b2c2cf;
  --background-light: #f8f9fa;
  --background-dark: #2c2c2c;
  --text-white: white;
  --text-light: rgb(223, 220, 220);
  --text-dark: black;
}

.sliding-header {
  position: sticky;
  top: 0;
  height: 0;
  width: 0;
  z-index: 10;
}

.sliding-header h1 .large-text {
  font-size: 8rem;
  margin-left: 17px;
  @media screen and (max-width: 1180px) {
    font-size: 5rem;
  }
  @media screen and (max-width: 768px) {
    font-size: 3.5rem;
  }
}

span.small-text.navbar-brand {
  font-family: helvetica;
  font-size: 47px;
  margin-bottom: 15px;
  margin-left: 30px;
}

.sliding-header h1 .small-text {
  @media screen and (max-width: 1180px) {
    font-size: 3rem;
  }
  @media screen and (max-width: 768px) {
    font-size: 2rem;
  }
}

.sliding-header-content {
  background-color: var(--background-darker);
  height: 100vh;
  width: calc(
    99vw - (var(--samurai-sticky-header-width) / 2) -
      var(--sticky-flexbox-padding)
  );
  color: var(--text-dark);
  display: flex;
  align-items: center;
  overflow-x: hidden;
  h1 {
    padding-left: 5rem;
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 2rem;
    h1 {
      padding: 0;
    }
  }
}

.sticky-flexbox-wrapper {
  position: sticky;
  max-width: calc(100% - var(--sticky-flexbox-padding));
  top: 0;
  @media screen and (max-width: 768px) {
    max-width: 100%;
  }
}

.sticky-flexbox {
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  padding-left: var(--sticky-flexbox-padding);
  @media screen and (max-width: 768px) {
    padding: 0;
  }
}
.sticky-flexbox-text {
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 65%;
  padding-right: 150px;
  @media screen and (max-width: 768px) {
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
}
.sticky-flexbox-vertical {
  position: relative;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  @media screen and (max-width: 1180px) {
    left: 125%;
  }
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.rotated-container {
  padding: 0;
  transform: rotate(90deg);
  transform-origin: left;
  white-space: nowrap; /* Prevent line breaks inside rotated text */
  display: inline-block;
  padding-bottom: 100px;
  translate: 0% -100px 0rem;
  h3 {
    letter-spacing: 0.3rem;
  }
  p {
    letter-spacing: 0.2rem;
  }
  h3,
  p {
    color: var(--text-dark);
    font-size: small;
  }
}

.sticky-flexbox-image {
  flex-basis: 35%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-self: center;
  padding-left: var(--sticky-flexbox-padding);
  img {
    width: var(--samurai-sticky-header-width);
  }
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.site-url {
  margin-top: 5rem;
  letter-spacing: 0.3rem;
  p {
    padding: 0;
    margin-bottom: 0.1rem;
  }
  hr {
    width: 7rem;
    border: 0.1rem solid var(--text-light);
    float: left;
    padding: 0;
    margin: 0;
  }
}

.header-content {
  display: flex;
  width: 100%;
  height: 100%;
}

/* Information Section */
.contact-left,
.footer-left {
  width: 55%;
  padding: 5rem 5rem;
}

.contact-center {
  width: 15%;
  padding: 0vh;
}

/* Contact Section */
#contact {
  display: flex;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    height: 200vh;
  }
}

.contact-content {
  display: flex;
  background-color: var(--background-light); /* Light background */
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.contact-left {
  height: 100vh;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: var(--text-dark); /* Dark text */
  h2 {
    font-size: 4rem;
  }
  @media screen and (max-width: 1180px) {
    width: 60%;
    h2 {
      font-size: 3rem;
    }
  }
  @media screen and (max-width: 768px) {
    width: 100%;
    max-width: calc(100% - 2rem);
    padding: 2rem;
    h2 {
      font-size: 3rem;
    }
  }
}

.contact-center {
  width: 30%;
  padding: 25px 0px 25px 25px;
  background-color: var(--background-dark); /* Dark gray */
  color: var(--text-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: relative;
  @media screen and (max-width: 1180px) {
    padding: 0;
    width: 40%;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
    height: 100vh;
    padding: auto;
  }
}

.contact-center .rotated-container {
  transform: rotate(90deg);
  transform-origin: center;
  color: var(--sand);
  display: inline-block;
  white-space: nowrap; /* Prevents wrapping of text */
  padding: 0 15vw 28vw 0;
  translate: 0% 0px 0rem;
  @media screen and (max-width: 1180px) {
    padding: 0 15vw 15vw 0;
  }
}

.contact-center h1 {
  font-size: xx-large;
  font-weight: normal;
  margin: 0;
  @media screen and (min-width: 768px) {
    color: transparent;              /* Make the fill transparent */
    -webkit-text-stroke: 1px red;  /* Outline the text */
    font-size: 48px;
    font-weight: bold;
  }
}

.contact-center h1:first-of-type {
  color: var(--text-dark);
  @media screen and (min-width: 768px) {
    color: transparent;              /* Make the fill transparent */
    -webkit-text-stroke: 1px black;  /* Outline the text */
    font-size: 48px;
    font-weight: bold;
    }
}

.contact-center form {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
}

.form-group {
  flex-basis: 90%;
  margin: 0;
  font-weight: bold;
  input {
    background-color: var(--background-dark);
    border-radius: 0;
    border: 2px solid white;
    padding: 1rem;
    margin: 0;
    color: var(--text-light);
  }
}

.contact-center button {
  all: initial;
  flex-basis: 10%;
  padding: 10px 20px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  background-color: var(--background-dark);
  color: var(--text-white);
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  height: 1rem;
  text-align: center;
}

.contact-center button:hover {
  background-color: var(--sand);
  color: var(--text-dark);
  border: 1px solid transparent;
}
/* Footer Section */
footer {
  display: flex;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  background: var(--background-dark); /* Dark gray background */
}

/* Left Section */
.footer-left {
  width: 65%;
  background-image: url("../images/samurai_footer.png");
  background-repeat: no-repeat;
  background-size: 26rem;
  background-blend-mode: normal; /* Ensures the color overlays the image */
  background-position: -11rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 15rem;
  padding-bottom: 11rem;
  @media screen and (min-width: 768px) {
    background-size: 30rem;
    background-position: -15rem;
    width: 50vw;
    padding-left: 12rem;
  }
  @media screen and (max-width: 768px) {
    background-size: 15rem;
    background-position: -7.5rem;
    width: 35vw;
    padding-left: 2rem;
  }
}

.footer-left h1 {
  align-self: flex-end;
  font-size: 4rem;
  color: var(--text-white);
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  @media screen and (max-width: 1180px) {
    font-size: 3rem;
  }
  @media screen and (max-width: 768px) {
    font-size: 3rem;
    padding-left: 6rem;
  }
}

/* Right Section */
.footer-right {
  align-self: flex-end;
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: right;
  color: var(--text-white);
  text-align: left;
  padding-bottom: 11rem;
  @media screen and (max-width: 768px) {
    align-self: center;
  }
}

.footer-right > p,
h6 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5rem;
  font-weight: 200;
}

.footer-right h6 {
  font-size: 2rem;
}

.footer-right hr {
  width: 60%;
  border: 0;
  border-top: 2px solid rgb(57, 57, 57);
  margin: 0 0; /* Space around the separator */
}

.footer-right a {
  color: var(--text-white);
  text-decoration: none;
}
