@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p, a, h1, h3, div {
  font-family: "Inter", sans-serif;
  color: black;
  text-decoration: none;
}

body {
  background-color: rgba(253, 245, 230, 0.7960784314);
  overflow-x: hidden;
  margin-top: 80px;
}

.nav-list a {
  transition: color 0.2s, font-size 0.2s;
  font-size: 20px;
}

.nav-list a:hover {
  color: #4A4947;
  font-size: 30px;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 40px;
  height: 40px;
}

.lists, .name-logo {
  align-self: center;
}

.name-logo {
  font-size: 20px;
}

.nav-obj-afterScrll {
  margin: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-bar-shadownav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #f0f0f0;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: rgba(253, 245, 230, 0.7960784314);
  animation: dropdown 0.8s forwards;
}

@keyframes dropdown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.first-content {
  text-align: center;
  margin-top: 25vh;
}
.first-content p {
  color: #939395;
  font-size: 30px;
}
.first-content h1 {
  font-size: 100px;
  line-height: 200px;
}

.text-one {
  opacity: 0;
  position: relative;
  top: 50px;
}

.text-two {
  opacity: 0;
}

#AboutMe {
  display: flex;
  align-items: center;
  height: 700px;
  width: 1000px;
  margin: 300px auto;
  border: dashed 4px #D8D2C2;
  border-radius: 25px;
}
#AboutMe .aboutme-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px;
}
#AboutMe .aboutme-content #text-part {
  text-align: right;
  font-size: 22px;
  transition: transform 0.5s;
  background-color: #D8D2C2;
  border-radius: 25px;
  width: 70%;
}
#AboutMe .aboutme-content #text-part h3 {
  font-size: 50px;
  line-height: 150px;
  margin-right: 30px;
}
#AboutMe .aboutme-content #text-part p {
  font-size: 20px;
  margin: 0 30px 20px 90px;
}
#AboutMe .aboutme-content #vid-part {
  align-items: center;
  position: relative;
  display: flex;
  justify-content: center;
  width: 30%;
  height: 315px;
  border-radius: 15px;
  transition: transform 0.5s;
}
#AboutMe .aboutme-content #vid-part video {
  position: absolute;
  left: 50px;
  z-index: 2;
  border-radius: 25px;
}

.vid-partOverAbout {
  transform: scale(1.1);
  transition: transform 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.text-partOverAbout {
  transform: scale(0.9);
}

.outer {
  overflow-x: hidden;
}

.slider {
  display: flex;
  width: 1100vw;
  height: 100vh;
  margin-left: 30%;
}

section {
  display: flex;
  align-items: center;
}
section .inner #stackText {
  padding: 0 200px 0 0;
  position: relative;
  height: auto;
  font-size: 7em;
  line-height: 0.9em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
section .inner p {
  font-size: 7em;
}
section .inner .stackLogo {
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}
section .inner .in-view {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
section #introText {
  position: relative;
  text-align: center;
  font-size: 90px;
}
section .flexLogo {
  display: flex;
  height: auto;
  width: 400vw;
  justify-content: space-evenly;
}
section .flexLogo .stackLogo {
  width: 300px;
}
section .lastGiphy {
  justify-self: end;
}
section #endText {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding: 0 600px 0 0;
}

#stackText .char {
  transform: translateY(115px);
  transition: transform 0.5s;
}

.spacer {
  width: 100%;
  height: 50vh;
  text-align: center;
  font-size: 90px;
}
.spacer h3 {
  margin: 190px 0;
}

.gallery {
  display: flex;
}

.left {
  width: 50%;
}

.detailsWrapper {
  margin: auto;
  width: 80%;
}

.details {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.details .card {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.details .card .headline {
  height: 2em;
  width: 100%;
  font-size: 45px;
}
.details .card .text {
  margin: 0.8em 0 0 0;
  width: 100%;
  font-size: 20px;
}
.details .card button {
  border: solid #B17457 1px;
  background-color: rgba(240, 240, 240, 0);
  height: 40px;
  border-radius: 20px;
  margin: 20px 0 0 0;
}
.details .card button a {
  margin: 30px 30px;
}
.details .card button:hover {
  background-color: #B17457;
}
.details .card button:hover a {
  color: #f0f0f0;
}

.right {
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photos {
  width: 40vw;
  height: 46vh;
  position: relative;
  margin: auto;
  overflow: hidden;
  border-radius: 25px;
}

.photo {
  position: absolute;
  width: 100%;
  height: auto;
}
.photo img {
  width: 100%;
  height: auto;
}

#container {
  width: 100%;
  height: 100vh;
  position: relative;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.find-me-container {
  width: 100%;
  height: 100vh;
  background-color: #4A4947; /* Your background color here */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row-reverse;
}
.find-me-container p {
  color: #939395;
  line-height: 100px;
  height: 50%;
}
.find-me-container a {
  color: #D8D2C2;
  font-weight: 500;
  font-size: 60px;
}
.find-me-container h3 > a {
  line-height: 200px;
}
.find-me-container h3 > a:hover {
  color: #b7b4ab;
}
.find-me-container .right-side {
  display: flex;
  align-items: end;
  width: 20%;
}
.find-me-container .right-side .socials {
  text-align: right;
}
.find-me-container .right-side .socials h3 {
  color: #939395;
  font-size: 20px;
  font-weight: 600;
  line-height: 200px;
}
.find-me-container .right-side .socials ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  color: #D8D2C2;
}
.find-me-container .right-side .socials ul li > a {
  font-size: 15px;
}
.find-me-container .right-side .socials ul > li > a:hover {
  color: #b7b4ab;
}

.emptydiv {
  height: 100vh;
  width: 100%;
  background-color: #fdf5e6;
}
.emptydiv .litNote {
  text-align: center;
  font-size: 90px;
}
.emptydiv .litNote p {
  margin: auto;
}
.emptydiv > div {
  font-size: 60px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin: auto;
}

.panel {
  position: absolute;
  will-change: transform;
  width: 100%;
}

.panel:first-child {
  z-index: 1;
}

@media not (min-width: 1023px) {
  body {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */