* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}
html {
  height: 100vh;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
body {
  height: 100vh;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.navColor {
  background-color: #000000d2;
}
.navBtnColor {
  background-color: rgba(198, 198, 198, 0.893);
}

section {
  padding-top: 70px;
  height: 100vh;
  width: 100%;
  scroll-snap-align: start;
}
.w-80 {
  width: 80% !important;
}

@media screen and (min-width: 768px) {
  .w-auto {
    width: 80% !important;
  }
}

.page1 {
  background-image: url("/assets/img/img2\ \(1\).png");

  /* Full height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page2 {
  background: url("/assets/img/Screenshot\ 2025-06-10\ 162858.png");
  /* Full height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page3 {
  background: url("/assets/img/img5\ \(1\).png");
  /* Full height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page4 {
  background: url("/assets/img/img15\ \(1\).jpg");
  /* Full height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page5 {
  background: url("/assets/img/Screenshot\ 2025-06-10\ 162858.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page7 {
  background: url("/assets/img/img5\ \(1\).png");
  /* Full height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page8 {
  background: url("/assets/img/img2\ \(1\).png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcomeTxt {
  font-size: clamp(3rem, 7vh, 10rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #324575;
}
.companyName {
  font-size: clamp(2rem, 5vh, 5rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #236386;
}
.blurContainer {
  background-color: rgba(194, 194, 194, 0.765);
  backdrop-filter: blur(5px);
}
.headingColor {
  color: #30498a;
}
.textColor {
  color: #236386;
}
.scrollTable {
  max-height: 500px;
  overflow-y: auto;
}
