* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #F4F6F5;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  font-size: 10px;
}
a {
  font-size: 10px;
}
.main-page {
  padding: 15px 20px;
  overflow-x: hidden;
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 39px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 13px;
  }
  p {
    font-size: 12px;
  }
  a {
    font-size: 12px;
  }
  .main-page {
    padding: 15px 30px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 68px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  a {
    font-size: 14px;
  }
  .main-page {
    padding: 16px 50px;
    overflow-x: hidden;
  }
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.main-page {
  padding: 16px 50px;
}
body {
  background-color: #F4F5F5;
}
#moreprojects {
  scroll-margin-top: 100px;
}
.text-image .white {
  font-family: "Alice", serif;
  text-align: center;
  color: white;
}
.text-image .para {
  padding-top: 10px;
}
.mobile-banner-v {
  display: none;
}
/* 2nd sections starts */
/* banner */
.main-info {
  width: 100%;
  height: auto;
  /* Let height expand with content */
  padding: 60px 80px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 80px;
  /* This creates spacing between paragraphs */
}
.main-info p {
  width: 881px;
  color: #919191;
  font-family: "Spartan", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin: 0;
}
.main-info p .highlight123 {
  opacity: 50%;
  font-family: "Epilogue", sans-serif;
  font-weight: 250;
  font-style: italic;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #919191;
}
.endless {
  color: black;
}
.hero {
  height: 100vh;
  position: relative;
}
.banner-video {
  max-width: 1920px;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.banner-img {
  display: none;
}
.home-header {
  display: none;
}
.mobile-banner-img img {
  width: 100%;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1920px;
  width: 100%;
}
.banner-text a {
  animation: scrolldown 1.2s ease-in-out infinite;
}
.banner-text img {
  top: -5px;
  position: absolute;
  width: 418px;
  height: 32px;
  transform: translate(-50%, 600%);
  max-width: 100%;
  left: 50%;
}
.banner-text .scroll {
  position: sticky;
}
@keyframes scrolldown {
  0% {
    transform: translateY(20%) rotate(0deg);
    opacity: 0.7;
  }
  50% {
    transform: translateY(0%) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
}
.locate {
  position: relative;
}
.locate #image {
  position: relative;
  top: -80px;
}
.banner-text h1, h4 {
  color: #fff;
  text-align: center;
  width: 100%;
  align-items: center;
}
.banner-text h1 {
  font-family: Spartan, serif;
  font-weight: 500;
  font-size: 200px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: -12px;
  text-align: center;
  text-transform: uppercase;
}
.banner-text img {
  width: 418px;
  height: 32px;
}
/* 2nd sections ends */
/* banner */
/* 2nd sections Starts */
/* Images */
.main-image-div {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.home-text-image img {
  width: 100%;
  height: auto;
}
.main-body {
  padding-top: 0vh;
}
.main-body h1 {
  font-family: "Alice", serif;
  padding-bottom: 20px;
}
.banner-text .arrow-logo {
  top: 150px;
}
.body {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap;
  cursor: pointer;
}
.img-container {
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
}
video {
  width: 100%;
}
.project-title {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.project-title h2 {
  font-family: "Alice", serif;
  transition: all 0.4s ease;
  z-index: 1;
  font-weight: 400;
  padding-bottom: 10px;
  letter-spacing: 5px;
}
.project-title h5 {
  font-family: "Spartan", sans-serif;
  transition: all 0.4s ease;
  font-weight: 500;
}
.single-video {
  filter: brightness(0.8);
  transition: all 0.5s ease;
}
.img-container:hover .single-video {
  filter: brightness(1);
}
.img-container:hover .project-title {
  display: none;
}
@media screen and (min-width: 2560px) {
  .banner-text .arrow-logo {
    top: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-text h1 {
    font-size: 100px;
    letter-spacing: -6px;
  }
  .main-info {
    width: 100%;
    padding: 40px 30px;
  }
  .main-info p {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  padding: 40px 20px;
  p {
    font-size: 18px;
    line-height: 160%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .banner-text .arrow-logo {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main-page {
    padding: 16px 20px;
  }
  .banner-text h1 {
    font-size: 60px;
    letter-spacing: -3px;
  }
  .banner-text h4 {
    font-size: 16px;
  }
  .banner-text img {
    width: 262px;
    height: 20px;
    transform: translate(-50%, 350%);
  }
  .main-body {
    margin: 10px 15px;
  }
  .body {
    display: flex;
    flex-direction: column;
  }
  .img-container video {
    height: auto;
  }
  .project-title h2 {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .project-title h5 {
    font-size: 14px;
  }
  .main-info {
    padding: 30px 20px;
    gap: 30px;
  }
  .main-info p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    height: auto;
  }
  .desktop-banner {
    display: none;
  }
  .mobile-banner-v {
    display: block;
  }
  video {
    width: 100%;
    height: 799px;
    object-fit: fill;
  }
  .banner-text .arrow-logo {
    top: 265px;
  }
  .banner-text h1 {
    font-size: 40px;
  }
  .banner-text h4 {
    font-size: 14px;
  }
  .project-title h2 {
    font-size: 16px;
  }
  .highlight123 {
    font-size: 16px !important;
  }
  .main-info p {
    print-color-adjust: exact;
    font-size: 16px;
  }
}
