@font-face {
  font-family: domain;
  src: url("../fonts/domain.ttf");
}

@font-face {
  font-family: canopee;
  src: url("../fonts/canopee.ttf");
}

@font-face {
  font-family: editorial;
  src: url("../fonts/editorial.otf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}


html,
body {
  min-height: 100%;
  width: 100%;
  background-color: #1d1d1b;
}

.site-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-inline: 1px solid black;
}

#main {
  background-color: #222;
  overflow-x: hidden;
}

#page1 {

  width: 100vw;
  background-color: #f0eded;
  position: relative;
  overflow: hidden;
}

.wave {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc0LjQ3MDY0IDQ2LjM0NTk0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9IndhdmUtZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj4KICAgICAgPHN0b3Agc3R5bGU9InN0b3AtY29sb3I6IzAwMDAzZjsiIG9mZnNldD0iMCIgaWQ9ImRlZXAtb2NlYW4iIC8+CiAgICAgIDxzdG9wIHN0eWxlPSJzdG9wLWNvbG9yOiM0ZTZmZmY7IiBvZmZzZXQ9IjEiIGlkPSJzaGFsbG93LW9jZWFuIiAvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+CiAgPHBhdGggc3R5bGU9ImZpbGw6dXJsKCN3YXZlLWdyYWRpZW50KTtmaWxsLXJ1bGU6ZXZlbm9kZCIgZD0ibSAwLDExLjM4NDQ4IGMgMCwwIDIxLjEzMzg1MSwxMS4zOTUzMSA0My42MTc2NjEsMTEuMzg0NDEgQyA2Ni4xMDE0NzEsMjIuNzU3OTkgMTA3Ljk2ODU2LDAuMDMyNjIgMTMwLjUwOCw3ZS01IGMgMjIuNTM5NDQsLTAuMDMyNSA0My45NjI2NCwxMS4zODQ0MSA0My45NjI2NCwxMS4zODQ0MSBWIDQ2LjM0NTk0IEggMCBaIiAvPgo8L3N2Zz4=");
  background-repeat: repeat-x;
  background-size: 500px auto;
  background-position: bottom;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 200px;
  animation: wave 5s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  z-index: 1;
  display: none;
}

.wave:nth-of-type(2) {
  opacity: 0.7;
  animation: swell 5s ease -1.25s infinite, wave 5s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite;
  z-index: 0;
}

@keyframes wave {
  0% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -500px;
  }
}

@keyframes swell {

  0%,
  100% {
    background-position: right bottom 10px;
  }

  50% {
    background-position: right bottom 0;
  }
}

.notification {
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: #1d1d1b;
  position: absolute;
  display: none;
  animation: down 1.8s;

}



.notification.notification-show {
  display: block;

}

@keyframes down {
  0% {
    y: 0%;
  }

  100% {
    y: 100%
  }
}

.notification-nav {
  width: 100%;
  padding: 15px;
  background-color: grey;
  text-align: center;
}

.notification-nav h2 {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;

  font-size: 34px;
}

.center {
  height: 100%;
  width: 100%;

  display: block;
  margin-top: 20px;

}

/*.Middle h2{
font-size: 10vw;
font-family: canopee;
text-align: center;
color: #C4BCB3;
}
*/

.Middle {
  position: relative;
}

.Middle a {

  font-family: canopee;
  text-align: center;
  color: #f0eded;
  text-decoration: none;
  display: block;
  opacity: 0;
  font-size: 34vw;

}

.line {
  position: absolute;
  top: 48%;
  left: 13%;
  background-color: #B43B12;
  width: 0%;
  height: 15px;
  z-index: 1;
  opacity: .8;
}

.Middle a:hover {}


.Social {






  margin-top: 20px;
  width: 100%;
  height: fit-content;
  padding: 20px;
  position: absolute;
  bottom: 20%;
  left: 15%;
}

.dot {


  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: white;
}

.social-handle {

  display: flex;
  gap: 10px;
  align-items: center;
}

.social-handle a {
  text-decoration: none;
  font-size: 35px;
  font-family: domain;
  color: white;
}

.navbar {
  width: 100%;
  display: flex;
  /* Allow horizontal layout for navigation elements */
  justify-content: space-between;
  /* Distribute elements evenly */
  align-items: center;
  /* Align horizontally in center */
  padding: 12px 20px;
}

.nav-center h2 {
  font-family: "UnifrakturMaguntia", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  display: none;
}

h1 {
  margin: 0;
  /* Remove default margin for cleaner layout */

}

.nav-right {
  height: 100%;
}

#nav-b {
  border: 0.5px solid black;
}

.hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.nav-left h2 {
  font-family: "PT Serif", Sans-Serif;
  font-size: 24px;
  font-weight: 300;

}

.hamburger .bar {
  width: 100%;
  height: 2px;
  background-color: #333;
  /* Adjust bar color if needed */
  transition: all 0.3s ease-in-out;
}

/* Animation styles for active hamburger state */
.hamburger.active .bar-top {
  transform: translateY(5px) rotate(-30deg);
}



.hamburger.active .bar-bottom {
  transform: translateY(-8px) rotate(30deg);
}

/* Initially hide navigation links (optional) */
nav ul {
  /* Assuming you'll eventually have navigation links within an unordered list `<ul>` */
  display: none;
}

/* This style will be applied dynamically using JavaScript */
.navbar.active nav ul {
  display: block;
}

#nav-b {
  border: 1px solid black;
}

.feature-work {
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature {
  min-height: 200px;
  width: 100%;
  /* background-color: white;*/
  color: #f0eded;
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 40px;
}

.feature h2 {
  font-size: clamp(40px, 12vw, 150px);
  font-family: canopee;
  background-color: #1C1C19;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  height: 100%;
  padding: 5px 30px;
  margin: 20px 5px;
}

#elem3 {

  /* background-color: blue; */
  margin-top: 20px;
  height: 35%;
  width: 100%;
  overflow: hidden;
}

#image-div img {

  width: 100%;
  object-fit: cover;
  transition: all ease 0.5s;
  height: 90%;
}

#elem3 #image-div {

  overflow: hidden;
  height: 65%;
  width: 100%;
  border: 1px solid black;
}

#image-div:hover img {
  scale: 1.1;
}

#elem3 h4 {

  font-family: canopee;
  font-size: clamp(16px, 3vw, 20px);
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

#elem3 h4 span {
  background-color: #B43B12;
  color: #C4BCB3;
  font-weight: 100;
  font-size: 18px;
  padding: 4px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
}

#elem3 p {
  font-size: clamp(14px, 2.5vw, 18px);
  font-family: domain;
  font-weight: 100;
  color: #656565;
}

.bordr {
  border: 1px dashed black;
  padding: 10px;
  border-radius: 10px;
}

.work {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  align-items: center;
}

.skills-container {
  margin-top: 5px;
  width: 100%;
  padding: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.skills {
  padding: 2px;
  border-radius: 5px;
  border: 1px solid black;
  font-family: domain;
}

.skills:hover {
  background-color: #1b1b1b;
  color: white;
  transition: ease-in;
}

.links {
  margin-top: 10px;
  width: 100%;
  padding: auto;

}

.links a {
  background-color: #1b1b1b;
  color: white;
  text-decoration: none;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid black;
}



.image-div {
  height: 250px;
  width: 50%;
  overflow: hidden;
  border: 2px dashed black;
}

.work-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.5s;
}

.work-img2:hover {
  scale: 1.1;
}

.work-img:hover {
  scale: 1.1;
}

.work-img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.5s;
}

.work-text {
  font-size: clamp(24px, 6vw, 60px);
  font-weight: 600;
  font-family: canopee;
  text-decoration: underline;
  color: black;
}

.work-text-center {
  height: 100%;
  width: 40%;
  display: flex;
  gap: 15px;
}

.work-date {
  font-size: clamp(16px, 3vw, 20px);
  font-family: canopee;
  color: black;
}

.work-date-right {
  height: 100%;
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.break-line {
  border: 0.9px solid grey;
  margin-bottom: 20px;
}

.lets-talk {
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.lets-talk h1 {
  font-size: clamp(60px, 20vw, 260px);
  font-family: canopee;
  color: black;
  font-weight: 250;
  letter-spacing: -10px;
}

.catch-design {
  font-size: clamp(16px, 4vw, 32px);
  font-family: domain;
  font-weight: 100;
  color: black;
}

.anda-center {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anda {
  height: 260px;
  background-color: #f0eded;
  border: 1px solid #2f2f2fc6;
  border-radius: 50%;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-top: 20px;
}

.anda h1 {
  font-size: clamp(40px, 15vw, 100px);
  font-weight: 100;
  font-family: canopee;
  width: 100%;
  height: 100%;
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-30%);
  transition: all ease 0.6s;
}

.anda a {
  font-size: clamp(40px, 15vw, 100px);
  font-weight: 100;
  font-family: canopee;
  color: black;
}

.anda img {
  height: 60px;
  transition: all ease 0.6s;

  transform: translateX(-120%);
}

.anda:hover img {
  transform: translateX(76%);

}

.anda:hover h1 {
  transform: translateX(100%);

}

.site-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #1C1C19;
}




@media only screen and (max-width: 600px) {
  .notification-nav h2 {
    font-size: 34px;
  }

  .center {
    display: block;
    margin-top: 20px;
  }



  .Middle a {
    font-size: 34vw;
  }

  .Social {
    margin-top: 20px;
    width: 100%;
    height: fit-content;
    padding: 20px;
    position: absolute;
    bottom: 20%;
    left: 15%;

  }

  .dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: white;
  }

  .social-handle {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .feature {
    height: 200px;
    flex-direction: column;
    gap: 1px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .feature h2 {
    width: fit-content;
    font-size: 100px;
    height: 60%;
    margin: 5px;
  }

  .image-div {
    width: 100%;
  }

  .work-list {
    display: block;
  }

  .work-img {
    width: 100%;
  }

  .work-img2 {
    width: 100%;
  }

  .work-text-center {
    width: 100%;
    display: block;
    text-align: center;

  }

  .work-date-right {
    width: 100%;
    justify-content: center;
  }

  .lets-talk {
    display: block;
    gap: 20px;
  }

  .lets-talk h1 {
    font-size: 130px;
    letter-spacing: -3px;
  }

  .catch-design {
    font-size: 30px;
  }

  .anda {
    width: 100%;
    height: 160px;
  }

  .anda a {
    font-size: 70px;
    transform: translateX(-41%);
  }

  .anda h1 {
    font-size: 15px;
  }

  .anda:hover img {
    transform: translateX(53%);

  }

  .anda:hover h1 {
    transform: translateX(140%);
  }

}

@media only screen and (min-width:605px) {
  .Middle a {
    font-size: 12vw;
  }

  .line {
    width: 0%;
    left: 37%;
  }

  .Social {
    display: none;
  }

  .feature {
    text-align: center;
  }

  .navbar {
    padding: 20px;
  }

  #elem3 {
    width: 30%;
    height: 100%;
  }

  #elem3 .image-div {
    height: 100%;
    width: 100%;
  }

  #elem3 .image-div img {
    height: 100%;
    width: 100%;
  }

  .work {
    flex-direction: row;
    flex-wrap: wrap;
  }

}

@media only screen and (min-width: 1440px) {

  /* Remove the #main max-width since we're using the wrapper */
  #main {
    width: 100%;
    position: relative;
  }

  /* For full-width background sections that should extend beyond the wrapper */
  .full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: inherit;
  }

  .site-wrapper {
    background-color: #1C1C19;
  }

  .Middle a {
    font-size: 9vw;
  }

  /* Ensure page1 content stays within wrapper */
  #page1 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  /* Adjust feature section for max width */
  .feature {
    max-width: 1440px;
    margin: 0 auto;
  }

  /* Keep work section contained */
  .work {
    max-width: 1440px;
    margin: 0 auto;
  }

  /* Constrain let's talk section */
  .lets-talk {
    max-width: 1440px;
    margin: 0 auto;
  }

  /* Adjust text sizes for larger screens */
  .work-text {
    font-size: clamp(2rem, 6vw, 4.5rem);
  }

  .feature h2 {
    font-size: clamp(3rem, 12vw, 10rem);
  }
}