ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  color: var(--bs-gray-400);
}

h1 {
  font-size: 150px;
}

a {
  text-decoration: none;
}

.grid__item-img {
  will-change: transform, opacity;
}

/* LOADING SCREEN */
.loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: var(--bs-gray-900);
  width: 0%;
  height: 100%;
}

.load-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
}

/* NAVIGATION */
nav.main-nav {
  position: absolute;
  z-index: 15;
}

.menu-icon {
  position: fixed;
  right: 24px;
  top: 24px;
  z-index: 5;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.2s;
}

.text-menu {
  color: var(--bs-gray-100);
  font-size: 18px;
  font-weight: 600;
  margin-right: 12px;
  margin-bottom: 2px;
}

.wrap-nav {
  cursor: pointer;
  position: fixed;
  top: 48px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.icon-nav {
  display: inline-block;
  height: 10px;
}

.icon-nav-1 {
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--bs-gray-100);
  transition-duration: 0.2s;
}

.icon-nav-2 {
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--bs-gray-100);
  margin-top: 6px;
  transition-duration: 0.2s;
}

.full-nav {
  display: flex;
  justify-content: start;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translateY(-110%);
  transition: all 0.4s cubic-bezier(0.6, 0.05, 0.4, 1);
  background-color: #0c0c0c;
}

.top-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  bottom: auto;
  right: auto;
  transition: all 0.4s cubic-bezier(0.6, 0.05, 0.4, 0.5);
  z-index: 1;
}

.full-nav-links {
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.full-nav-links a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 48px;
  letter-spacing: 6px;
  color: #fff;
  text-transform: uppercase;
  line-height: 72px;
  font-weight: 500;
}

.full-nav-links a:hover {
  color: #fff;
  transition-duration: 0.5s;
}

.nav-img>a {
  position: relative;
}

.nav-img>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  transition-duration: 0.3s;
}

.nav-img>a:hover:before {
  width: 100%;
  transition-duration: 0.3s;
}

.full-nav .section-scrollbar-demo-menu {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -5%;
}

.full-nav-links {
  width: 100%;
}

/* BUTTON */
.button {
  display: inline-block;
}

.button-pos {
  text-align: center;
  color: #000;
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border: 1px solid currentColor;
  border-radius: 100px;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 0 24px;
  font-size: 18px;
  transition-duration: 0.3s;
  font-weight: 400;
}

.button-pos span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #0c0c0c;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.button-pos:hover {
  color: #fff;
}

.button-pos:hover span {
  width: 220%;
  height: 565px;
}

.button-pos:active {
  background-color: #0c0c0c;
}

.white-button {
  display: inline-block;
}

.white-button>a {
  color: #000;
}

.white-button>a:hover {
  color: #0c0c0c;
  border-color: transparent;
}

.white-button .button-pos span {
  background-color: #926650;
}

.white-button .button-pos:active {
  background-color: #fff;
}

.wrap-content {
  overflow-x: hidden;
  height: 100%;
  transition-duration: 5s;
}

/* BROWN BUTTON */
/* BLACK BUTTON */
/* BASIC STYLES FOR PROJECTS */
#app {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

/* PAGE LOADER */
.grid__item-img {
  max-width: 100%;
  display: block;
  cursor: pointer;
}

.grid__item-img--large {
  top: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  opacity: 0;
}

/* HOME CORPORATE */
/* ABOUT SECTION */
.section {
  padding: 144px 0;
  position: relative;
  z-index: 3;
}

/* SERVICES SECTION */
/* FUN FACTS SECTION */
/* PORTFOLIO STACK */
#app {
  z-index: 5;
  top: 0;
  left: 0;
}

/* TAGLINE SECTION */
/* Tagline Section */
/* FOOTER */
.social-link a {
  text-decoration: none;
  margin-right: 6px;
}

.wrap-button-link {
  height: 24px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.wrap-button-link .button-link-hover {
  font-size: 14px;
  position: absolute;
  display: inline-block;
  top: 26px;
  left: 0;
  width: 100%;
  height: 26px;
  transition-duration: 0.5s;
}

.wrap-button-link:hover span {
  -webkit-transform: translateY(-26px);
  transform: translateY(-26px);
  transition-duration: 0.5s;
}

.wrap-button-link span {
  color: #000;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  transition-duration: 0.5s;
}

/* SINGLE PROJECT */
/* PERSONAL PAGE */

.line-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  pointer-events: none;
}

.p-line {
  position: relative;
  width: 1px;
  height: 100%;
  background: rgba(146, 102, 80, 0.2);
  overflow: hidden;
}

/* MULTIPLE MOVING LIGHTS */
.p-square {
  position: absolute;
  width: 100%;
  height: 120px;
  top: -120px;
  background: linear-gradient(to bottom,
      transparent,
      rgba(255, 255, 255, 0.6),
      rgba(0, 0, 0, 0.7),
      transparent);
  animation: smoothSlide 6s linear infinite;
  filter: blur(0.5px);
  opacity: 0;
}

/* DIFFERENT SPEEDS */
.p-line:nth-child(1) .p-square {
  animation-duration: 5s;
  animation-delay: 0s;
}

.p-line:nth-child(2) .p-square {
  animation-duration: 7s;
  animation-delay: 1s;
}

.p-line:nth-child(3) .p-square {
  animation-duration: 6s;
  animation-delay: 2s;
}

@keyframes smoothSlide {
  0% {
    top: -120px;
    opacity: 0;
  }

  10% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  90% {
    opacity: 0.6;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

/* IMAGE FIX */
.p-img {
  width: 100%;
  transform: scale(1.2);
  transition: transform 0.6s ease;
}

.p-img:hover {
  transform: scale(1.3);
}

/* ABOUT PAGE */
.head-page {
  position: relative;
  padding-bottom: 98px;
  pointer-events: none;
}

.head-page-text h1 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -5px;
  line-height: 120px;
  color: var(--bs-gray-100);
}

.des-page {
  margin-top: 48px;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: -1px;
  font-weight: 200;
  color: var(--bs-gray-500);
}

/* PROCESS CARD */
/* HOME HORIZONTAL SCROLL */
.h-scrollbar {
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
}

.hz-wrap-header {
  display: flex;
}

/* MARQUEE TEXT */
/* HORIZONTAL PORTFOLIO SECTION */
.hrz-img-wrap {
  position: relative;
}

.hrz-portfolio-section {
  position: relative;
  z-index: 4;
  background-color: #926650;
}

.hrz-portfolio-section .items-wrapper {
  display: flex;
  height: 100vh;
}

.hrz-project-link {
  display: flex;
  justify-content: flex-end;
  height: 101vh;
}

.hrz-project-link .p-img {
  height: 100%;
  width: auto;
  transform: unset;
}

.hrz-project-link .grid__item-img {
  max-width: unset;
}

.hrz-img-box {
  width: 800px;
  overflow: hidden;
}

.hrz-row-works {
  display: flex;
  margin-right: 25px;
  align-items: center;
  justify-content: center;
}

.hz-wrap-header .head-page {
  position: relative;
  padding-left: 144px;
  padding-right: 144px;
  height: 100%;
  width: 1150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hz-wrap-header .des-page {
  width: 80%;
}

.hz-wrap-header .social-link {
  pointer-events: auto;
}

.hz-wrap-header .button {
  margin-top: 48px;
  pointer-events: auto;
}

.htl-scroll {
  pointer-events: auto;
}

.htl-scroll div {
  display: flex;
  align-items: center;
  color: #926650;
  font-weight: 600;
  font-size: 18px;
}

.htl-scroll div span {
  margin-left: 12px;
  width: 70px;
  height: 2px;
  background-color: #926650;
}

.social-link-container {
  display: flex;
  justify-content: space-between;
}

/* Horizontal Scroll */
.scroll-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  will-change: transform;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.scroll-section {
  flex: none;
  width: fit-content;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizontal-scroll {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.horizontal-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.horizontal-scroll #app {
  z-index: 5 !important;
}




.scroll-container {
  top: 0;
  display: flex;
  flex-direction: row;
  will-change: transform;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

@media (hover: hover) and (pointer: fine) {
  .scroll-container {
    overflow-x: hidden;
    min-width: min-content;
    z-index: 3;
  }
}

@media (hover: none) and (pointer: coarse) {
  .scroll-container {
    z-index: 3;
    pointer-events: unset;
  }

  .hrz-project-link {
    transition-duration: 0.15s;
  }
}

/* BLOG PAGE */
/* CONTACT PAGE */
/* MEDIA QUERIES FOR RESPONSIVE DESIGN */
@media (max-width: 1199.9px) {
  .hz-wrap-header .head-page {
    width: 100vw;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 991.9px) {
  .full-nav-links a {
    font-size: 36px;
    line-height: 1.2;
  }

  h1 {
    font-size: 120px;
  }

  .head-page-text h1 {
    margin-top: 96px;
  }

  .hrz-img-box {
    width: 700px;
  }

  .des-page {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .section {
    padding: 48px 0;
  }

  .head-page-text h1 {
    letter-spacing: 0;
    line-height: 1;
  }
}

@media (max-width: 767.9px) {
  .full-nav .section-scrollbar-demo-menu {
    width: 100%;
    text-align: center;
  }

  .hz-wrap-header .des-page {
  width: 100%;
  padding-top: 30px;
}

  h1 {
    font-size: 72px;
  }

  .hrz-img-box {
    width: 600px;
  }

  .hrz-project-link {
    justify-content: center;
  }
}

@media (max-width: 575.9px) {
  h1 {
    font-size: 72px;
    margin-bottom: 24px;
  }

  .hrz-img-box {
    width: 500px;
  }

  .hrz-project-link {
    justify-content: center;
  }

  .head-page-text h1 {
    font-size: 48px;
  }

  .hz-wrap-header .head-page {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 449.9px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-height: 480px) {
  .hrz-img-box {
    width: 500px;
  }

  .head-page-text h1 {
    font-size: 48px;
  }
}

@media (max-height: 340px) {
  .hz-wrap-header .button {
    margin-top: 24px;
  }
}

/* Light Version */










/* NAVIGATION */
nav.main-nav {
  position: absolute;
  z-index: 15;
}

.menu-icon {
  position: fixed;
  right: 24px;
  top: 24px;
  z-index: 5;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.2s;
}

.text-menu {
  color: #926650;
  font-size: 18px;
  font-weight: 600;
  margin-right: 12px;
  margin-bottom: 2px;
}

.wrap-nav {
  cursor: pointer;
  position: fixed;
  top: 48px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.icon-nav {
  display: inline-block;
  height: 10px;
}

.icon-nav-1 {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #926650;
  transition-duration: 0.2s;
}

.icon-nav-2 {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #926650;
  margin-top: 6px;
  transition-duration: 0.2s;
}

.icon-nav-3 {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #926650;
  margin-top: 8px;
  transition-duration: 0.2s;
}

.full-nav {
  display: flex;
  justify-content: start;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translateY(-110%);
  transition: all 0.4s cubic-bezier(0.6, 0.05, 0.4, 1);
  background-color: #0c0c0c;
}

.top-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  bottom: auto;
  right: auto;
  transition: all 0.4s cubic-bezier(0.6, 0.05, 0.4, 0.5);
  z-index: 1;
}

.full-nav-links {
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.full-nav-links a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 48px;
  letter-spacing: 6px;
  color: #fff;
  text-transform: uppercase;
  line-height: 72px;
  font-weight: 500;
}

.full-nav-links a:hover {
  color: #fff;
  transition-duration: 0.5s;
}

.nav-img>a {
  position: relative;
}

.nav-img>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  transition-duration: 0.3s;
}

.nav-img>a:hover:before {
  width: 100%;
  transition-duration: 0.3s;
}

.full-nav .section-scrollbar-demo-menu {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -5%;
}

.full-nav-links {
  width: 100%;
}

/* BUTTON */
/* BROWN BUTTON */
/* BLACK BUTTON */
/* BASIC STYLES FOR PROJECTS */
/* PAGE LOADER */
/* HOME CORPORATE */
/* ABOUT SECTION */
/* SERVICES SECTION */
/* FUN FACTS SECTION */
/* PORTFOLIO STACK */
/* TAGLINE SECTION */
/* Tagline Section */
/* FOOTER */
/* SINGLE PROJECT */
/* PERSONAL PAGE */
/* WORKS SECTION */
/* ABOUT PAGE */
/* PROCESS CARD */
/* HOME HORIZONTAL SCROLL */
/* MARQUEE TEXT */
/* HORIZONTAL PORTFOLIO SECTION */

/* sticky container */
/* BLOG PAGE */
/* CONTACT PAGE */
/* MEDIA QUERIES FOR RESPONSIVE DESIGN */
@media (max-width: 991.9px) {
  .full-nav-links a {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media (max-width: 767.9px) {
  .full-nav .section-scrollbar-demo-menu {
    width: 100%;
    text-align: center;
  }
}

/* Light Version */