html,
body,
#main {
  overflow-y: auto !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
#main::-webkit-scrollbar {
  display: none;
}

body {
  overflow-y: scroll !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: auto;
  display: flex;
  justify-content: center;
}

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

#main {
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  width: 90vw;
  margin: 0 auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.left {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.snap-section {
  scroll-snap-align: start;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}

.snap-section .container {
  height: 70vh;
  min-height: unset;
  margin-bottom: 0;
}

.header {
  position: fixed;
}

.container {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 70vh;
}

.left {
  width: 25%;
  padding: 0px 10px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.left img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}

.left video {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}

.video-progress-bar {
  display: none;
}

.right {
  width: 75%;
  height: 100%;
}

.right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  font-size: 4vw;
  font-weight: 600;
  font-family: "noka", sans-serif;
}


.desc {
  margin: 0 25% 0 25%;
  max-width: 70%;
  padding: 2vw 0 2vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
}

.d-right {
  margin: 0 50% 0 0;
}

#bottom {
  width: 40%;
  padding-top: 50px;
  margin: auto;
  top: 50vh !important;
  letter-spacing: .1em;
  text-align: center
}

footer {
  margin-top: 50vh;
  position: unset;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

.container .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.container .right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: 0;
}

.container .desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.container .right img,
.container .right .parallax-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

h1 {
  margin-top: 5vh;
  text-align: center;
  color: var(--second-color);
}

p {
  color: var(--second-color);
}