:root {
  --border-radius: 5vh;

}
 /* Hide scrollbar for Chrome, Safari and Opera */
 html::-webkit-scrollbar,
 body::-webkit-scrollbar {
  display: none !important;  /* Chrome, Safari and Opera */
  width: 0 !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
html, body {
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}
.invisible-scrollbar {
  /* For Chrome, Safari, and newer versions of Edge */
  ::-webkit-scrollbar {
      width: 0.5rem;
  }
  
  ::-webkit-scrollbar-track {
      background: transparent;
  }
  
  ::-webkit-scrollbar-thumb {
      background-color: transparent;
  }
  
  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

#custom-body {
  margin: 0 !important;
  min-height: 100vh;
  padding: 2vw !important;
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  background: #0b0a07;
  color: #efebe2;
  position: relative;
  font-family: "Open Sans";
  font-weight: 300;
  padding-bottom: 100px !important;
  font-size: clamp(16px, 1.5vw, 2.5rem);
  overflow-y: scroll !important;
}

a {
  text-decoration: none;
  /* Removes the underline */
  color: inherit;
  /* Makes the link inherit the color of the parent element */
}


html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  /* Ensure scrolling is enabled */
}

.h3 {
  font-size: initial;
}


.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  width: clamp(40px, 10vw, 5vw);
  /* Responsive width */
  height: auto;
  /* Maintain the original aspect ratio */
}

.menu img {
  width: clamp(40px, 10vw, 5vw);
  /* Responsive width */
  height: auto;
  /* Maintain the original aspect ratio */
}

.dropdown-item {
  color:#efebe2;
  font-size: clamp(0.8rem, 1.5vw, 2rem);
  padding: 0;
  margin: 0;
}

.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hover effect for dropdown items */
.dropdown-item {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background-color: rgba(0,0,0,0.1);
  color: #efebe2ba ;
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.btn-group {
  display: flex;
  align-items: center;
}


.header h4 {
  font-family: "Josefin sans" !important;
  font-weight: 700;
  font-size: clamp(0.8rem, 2vw, 2rem);
  /* Responsive text size */
  text-align: center;
  margin: 0;
}


.header p {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: clamp(0.8rem, 1.5vw, 10rem);
  /* Responsive text size */
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
}


nav[aria-label="breadcrumb"] .row {
  width: 100%;
  margin: 0;
}

nav[aria-label="breadcrumb"] .col-auto {
  width: 100%;
  display: flex;
  justify-content: center;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: clamp(0.5rem, 1.5vw, 10rem);
}

.breadcrumb-item + .breadcrumb-item::before {
  width: clamp(8px, 1.5em, 16px);
  height: clamp(8px, 1.5em, 16px);
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-top: 0.2em;
}

.container-title h1 {
  font-family: "Josefin sans";
  font-weight: 600;
  font-size: clamp(2rem, 10vw, 10rem);
  /* Adjust values as needed */
  line-height: 0.9;
  /* Reduces space between lines */
  margin-bottom: -1rem;
  /* Pulls up the next element */

}

.container-title h4 {
  font-family: "Josefin sans";
  font-weight: 300;
}




.text-wrapper {
  position: relative;
  cursor: pointer;
}

.text-wrapper h1 {
  font-family: "Josefin sans";
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}

.text-wrapper .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.text-wrapper .original {
  opacity: 1;
  transition: opacity 0.7s ease;
}

.text-wrapper:hover .original {
  opacity: 0;
}

.text-wrapper:hover .hover {
  opacity: 1;
  color: #cd5900;
}

.hello_container {
  padding-top: 15vw;
  padding-bottom: 15vw;
}


.hello_container p {
  text-align: right;
}



.about-me h3 {
  font-family: "Josefin sans";
  font-weight: 600;
  text-transform: uppercase;
}


.about-me img {
  border-radius: var(--border-radius) !important;

}

.category-title {
  padding-top: 10vw;
  padding-bottom: 5vw;
}



.circle {

  display: flex;
  justify-content: center;
  /* Horizontally centers text */
  align-items: center;
  /* Vertically centers text */
  text-align: center;
  /* Text size */
  color: #efebe2;
  /* Text color */
}

.circle div {
  width: min(150px, 25vw);
  /* Larger base size, especially on mobile */
  height: min(150px, 25vw);
  line-height: min(150px, 25vw);
  border-radius: 50%;
  background-color: #efebe2;
  color: #000000;
  display: block;
  font-size: clamp(14px, 1.7vw, 2rem);

}

@media (min-width: 1400px) {
  .circle div {
    width: min(200px, 12vw);
    height: min(200px, 12vw);
    line-height: min(200px, 12vw);
  }
}

@media (min-width: 1800px) {
  .circle div {
    width: min(250px, 17vw);
    height: min(250px, 17vw);
    line-height: min(250px, 17vw);
  }
}

.overlay-text {
  position: absolute;
  /* Adjust this value to control how high above the image the text starts */
  width: 50%;
  /* This controls how wide the text container is */
  z-index: 2;
  pointer-events: none;
}

.overlay-text h1 {
  font-family: "Josefin sans";
  font-size: clamp(1.5rem, 7vw, 5rem);
  /* Responsive font size */
  text-transform: uppercase;
  font-weight: 700;
  white-space: wrap;
  /* Keeps the text on one line */
  color: #e0e0e0;

}

.image-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10vw;
}

.image-container img {
  height: 70vh;
  position: relative;
  scroll-snap-align: start;
}

.card.tea-card {
  height: 70vh;
  overflow: hidden;
  border: none;
  transition: transform 0.3s ease-out;
  width: 80%;
}

.card-body {
  padding: 0;
  height: 70vh;
  text-transform: lowercase;
}

.card-img {
  width: 100%;
  height: auto;

  object-fit: cover;
}

.card a {
  display: block;
  height: 70vh;
  position: relative;
}

.card-img-overlay {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  color: white;
  margin: 0 auto;
}

/* Override Bootstrap card background */
.card {
  --bs-card-bg: transparent !important;
  background-color: transparent !important;
}

.tea-card {
  --bs-card-bg: transparent !important;
  background-color: transparent !important;
}

.project_introduction {
  padding-top: 5vw;
}


.project_introduction h5 {
  font-size: clamp(1rem, 2.5vw, 2.5rem);
}

.container_software p {
  text-transform: lowercase;
  font-size: clamp(0.5rem, 1.5vw, 2rem);
}

.container_software .mb-1 {
  font-weight: 700;
  opacity: 0.5;
}

.brief,
.approach{
  text-transform: lowercase;
  padding-top: 10vw;

}

.brief p,
.approach p {
  text-transform: lowercase;
  font-size: clamp(1rem, 1.5vw, 2.5rem);
}

.brief h5,
.approach h5 {
  font-size: clamp(1rem, 2.5vw, 2.5rem);

}



.project_introduction h1 {
  text-transform: lowercase;
  font-size: clamp(2rem, 5vw, 4rem);
}


.container_core-values {
  padding-top: 10vw;
}


.vision {
  align-items: center;
}

.vision-text {
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  margin: 0;
  padding: 0;
}
.quote-img.start {
  align-self: flex-start;
}

.quote-img.end {
  align-self: flex-end;
}

.quote-mark {
  width: 60px;
  /* Adjust size as needed */
  height: auto;
}

.brand-guidelines {
  display: flex;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding-top: 10vw;
}
.brand-guidelines .images {
  width: 60%;
  overflow-y: scroll;
}
.brand-guidelines .text {
  width: 40%;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: start;
  box-sizing: border-box;
}
.brand-guidelines .images img {
  width: 100%;
  display: block;
}


.drawing_container {
  position: relative;
  padding-top: 100%;
  /* Creates a square aspect ratio */
  overflow: hidden;
  cursor: pointer;
}

.drawing_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This will crop the image to fill the square */
}

.placeholder-img {
  border:0;
  border-radius: var(--root-border-radius);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Make modal image responsive */
.modal-body img {
  max-width: 100%;
  height: auto;
}

.modal-content {
  border:none;
}
.contact-container {
  max-width: 2000px;
  margin: 2rem auto;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.reveal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b0a07;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 1s ease;
  z-index: 1;
}

.contact-container.visible .reveal-overlay {
  transform: scaleX(0);
}

.form-content {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(30px);
  transition: all 1s ease;
  transition-delay: 0.5s;
}

.contact-container.visible .form-content {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.form-control {
  border: 1px solid #f8f8f8;
  padding: 12px 20px;
  transition: all 0.3s ease;
  background: #ffffff2a;
  color: #c4c0b5;
  font-size: clamp(1rem, 1.5vw, 2rem);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.form-control:focus {
  border-color: #f8f8f8;
  box-shadow: 0 0 10px #efebe2;
  transform: translateY(-2px);
  color: #c4c0b5;
  clip-path: polygon(5px 0, 100% 0, 100% 100%, 0 100%);
}

.form-control::placeholder {
  color: #c4c0b5;
}

.btn-light {
  background: #ffffff2a;
  border-color: #f8f8f8;
  padding: 12px 30px;
  color: #c4c0b5;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(44, 44, 44, 0.3);
  font-size: clamp(1rem, 1.5vw, 2rem);
  position: relative;
  overflow: hidden;
}

.btn-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      90deg,
      transparent,
      rgba(239, 235, 226, 0.2),
      transparent
  );
  transition: 0.5s;
}

.btn-light:hover::before {
  left: 100%;
}

.btn-light:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px hsla(0, 0%, 7%, 0.724);
  background:#efebe2;
  color: #000000;
}

.spacer {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #efebe2;
}

@keyframes slideIn {
  from {
      transform: translateX(-100%);
      opacity: 0;
  }
  to {
      transform: translateX(0);
      opacity: 1;
  }
}

.contact-container.visible .form-control {
  animation: slideIn 0.5s ease forwards;
  animation-delay: calc(var(--delay) * 0.1s);
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-5px);}
}





@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.float {
  animation: float 3s ease-in-out infinite;
}

/* Add slight delays to create a wave effect */
.circle:nth-child(2) .float {
  animation-delay: 0.2s;
}

.circle:nth-child(3) .float {
  animation-delay: 0.4s;
}

.circle:nth-child(4) .float {
  animation-delay: 0.6s;
}

.circle:nth-child(5) .float {
  animation-delay: 0.8s;
}



@media (max-width: 768px) {
  .card {
    width: 90%;
    height: 40vh;
  }
}


.secret-button-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #0b0a07;
}

/* Hide on devices that can hover */
@media (any-hover: hover) and (any-pointer: fine) {
  .secret-button-container {
    display: none !important;
  }
}

.secret-button {
  padding: 10px 20px;
  margin: 20px 0;
  opacity: 0.8;
  background-color: #cd5900;
  border-color: #cd5900;
  color: white;
}

.secret-button:hover {
  background-color: #a94b00;
  /* Slightly darker shade for hover */
  border-color: #a94b00;
}



.hover {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover.revealed {
    color: #ff6b00;
} 


@media (min-width: 2560px) {
  
  .container-title {
    max-width: 2200px;
    margin: auto;
  }

  .container-title .display-1 {
    font-size: clamp(4rem, 15vw, 15rem);
  }

  .name {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  }

  h5 {
    font-size: clamp(1.5rem, 3vw, 3rem);
  }



  .dropdown-menu {
    padding-right: 2vw;
  }

  .brand-guidelines {
    max-width: 2400px;
  }
}
  /* All Media Queries */
  @media (min-width: 1400px) {
    .circle div {
      width: min(200px, 12vw);
      height: min(200px, 12vw);
      line-height: min(200px, 12vw);
    }
  }


  @media (min-width: 1800px) {
    .circle div {
      width: min(250px, 17vw);
      height: min(250px, 17vw);
      line-height: min(250px, 17vw);
    }
  }

  @media (max-width: 500px) {
    .project_introduction p {
      font-size: 0.7rem;
    }
  }

  @media (min-width: 1000px) {

  h3 {
    font-size: clamp(1.5rem, 4vw, 4rem);
  }
  }

 