html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  background-color: black;
  background-image: linear-gradient(
    180deg,
    rgb(93, 10, 107) 35%,
    rgb(217, 0, 255) 45%,
    rgb(121, 36, 121) 65%,
    rgba(0, 0, 0, 0.718) 85%
  );
  background-repeat: no-repeat;
  text-decoration: none;
  min-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "MonteCarlo";
  src: url("Other/Fonts/MonteCarlo/MonteCarlo-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "CarterOne";
  src: url("Other/Fonts/CarterOne/CarterOne-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Pacifico";
  src: url("Other/Fonts/Pacifico/Pacifico-Regular.ttf") format("truetype");
}

/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

/* Thumb */
::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    rgb(217, 0, 255),
    rgba(106, 0, 133, 0.765)
  );
  border-radius: 80px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 255, 255);
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 24px;
  box-sizing: border-box;
  background: hsla(0, 0%, 0%, 0.798);
  backdrop-filter: blur(10px);
  z-index: 99999999;
}

.unihome {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.bing {
  height: 70px;
  margin-left: 10px;
  transition: 0.2s ease;
  margin-top: 5px;
  display: block;
}

.bing:hover {
  transform: scale(1.1);
}

.navlink {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 10px;
  margin: 0 28px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.navlink:hover {
  background: rgba(255, 255, 255, 0.12);
}

.Top {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: black;
  overflow: hidden;
}

.Top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(93, 10, 107, 0) 0%,
    rgba(93, 10, 107, 0.35) 30%,
    rgba(93, 10, 107, 0.68) 58%,
    rgba(93, 10, 107, 0.9) 82%,
    rgb(93, 10, 107) 100%
  );
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.Titledocuments {
  position: absolute;
  inset: 0;
  margin-left: 80px;
  color: rgb(221, 0, 255);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-top: 110px;
  font-size: 50px;
  letter-spacing: -0.02em;
  z-index: 1111;
  text-shadow: 0 4.5px 100px rgb(221, 0, 255);
}

.Titledocuments h1 {
  margin: 0;
}

.wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.38) 38%,
    rgba(93, 10, 107, 0.42) 60%,
    rgba(93, 10, 107, 0.6) 72%,
    rgba(93, 10, 107, 0.78) 82%,
    rgba(93, 10, 107, 0.92) 90%,
    rgb(93, 10, 107) 100%
  );
}

.vidback {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.subtitle h5 {
  color: white;
  font-size: 60px;
  margin-left: 70px;
  font-family: "MonteCarlo", cursive;
  margin-top: 6px;
  margin-bottom: 20px;
  text-shadow: white 0px 0px 10px;
}

.Wrap {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  width: 100%;
  background-color: #49166b88;
  margin-top: -6px;

  /* Firefox timeline scrollbar */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
}

.Wrap::-webkit-scrollbar {
  height: 8px;
}

.Wrap::-webkit-scrollbar-track {
  background: transparent;
}

.Wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 4px;
}

.Wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.65);
}

.Timeline {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  margin-left: 40px;
  margin-right: 40px;
  min-width: max-content;
  gap: 150px;
  padding: 30px;
}

.icon {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.Dot {
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  align-self: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin: 0;
}

.Line2 {
  width: 3px;
  height: 50px;
  background-color: white;
  align-self: center;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin: 0;
}

.Milestone:nth-child(even) {
  transform: translateY(-21px);
  flex-direction: column-reverse;
}

.Milestone:nth-child(even) .Content p {
  margin-top: -10px;
}

.Milestone:nth-child(odd) {
  transform: translateY(8px);
  flex-direction: column;
}

.Milestone:nth-child(odd) .Content p {
  margin-bottom: -10px;
}

.Milestone:nth-child(odd) .Icon {
  margin-bottom: -25px;
}

.Content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.Content p {
  font-style: italic;
}

.Milestone:nth-child(odd) .Content {
  flex-direction: column-reverse;
}

.Line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 5px;
  background-color: white;
  transform: translateY(-50%);
}

.docs {
  margin-top: 200px;
}

.scroll-indicator {
  position: relative;
  margin-top: -510px;
  margin-bottom: 12px;
  left: auto;
  text-align: center;
  font-family: "CarterOne", cursive;
  transform: none;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.462);
  pointer-events: none;
  z-index: 20;
}

.scroll-arrow {
  display: inline-block;
  animation: swayHorizontal 1.6s ease-in-out infinite;
}

@keyframes swayHorizontal {
  0% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-15px);
  }
}

.Cards {
  display: flex;
  gap: 120px;
  justify-content: center;
  align-items: stretch;
  margin-top: 550px;
  margin-bottom: 30px;
  padding: 40px 50px 50px;
}

.Stuff {
  position: relative;
  display: flex;
  gap: 20px;
  width: min(100%, 560px);
  min-height: 360px;
  padding: 30px;
  background-color: #26252591;
  border-radius: 20px;
  box-shadow: 0 15px 10px #ea00ff;
}

.Left {
  font-size: 30px;
  font-family: "MonteCarlo", cursive;
  text-shadow: white 0px 0px 10px;
  color: white;
  margin-top: -20px;
  min-width: 190px;
}

.Left h1 {
  margin-left: 12px;
  margin-bottom: 20px;
  margin-top: -10px;
}

.Right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
  margin-top: 20px;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  flex: 1;
}

.Right .cuss1,
.Right .cuss2 {
  margin-top: 0;
  margin-left: 0;
}

.Right .cuss1 p,
.Right .cuss2 p {
  margin-bottom: 28px;
  line-height: 1.55;
}

.Right .cuss2 p {
  margin-left: -26px;
}

.download-btn {
  display: block;
  padding: 10px 20px;
  background: #c300ff;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  width: fit-content;
  min-width: 130px;
}

.cuss2 .download-btn {
  margin-left: -26px;
}

.preview-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100000000;
  padding: 20px;
}

.preview-content {
  width: min(100%, 1100px);
  height: min(88vh, 900px);
  background: black;
  border-radius: 10px;
  overflow: hidden;
}

.preview-content iframe {
  width: 100%;
  height: 90%;
  border: none;
}

.close-btn {
  width: 100%;
  padding: 12px;
  border: none;
  background: #c300ff;
  color: white;
  cursor: pointer;
}

.doc-thumb {
  width: 180px;
  border-radius: 0px;
  cursor: pointer;
  transition: transform 0.2s ease;
  border: 3px solid;
  border-color: #ff00e13f;
}

.doc-thumb:hover {
  transform: scale(1.02);
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0.769);
}

.download-btn:hover {
  background-color: #000000;
}

.footer {
  background: rgba(35, 35, 35, 0.84);
  color: white;
  padding: 50px 60px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgb(217, 0, 255);
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-weight: 550;
  font-size: 17px;
}

/* 3 equal sections */
.footerLeft,
.footerCenter,
.footerSocial {
  flex: 1;
  display: flex;
  align-items: center;
}

/* Left */
.footerLeft {
  justify-content: flex-start;
  opacity: 0.8;
}

/* Center (THIS is the fix) */
.footerCenter {
  justify-content: center;
}

/* Right */
.footerSocial {
  justify-content: flex-end;
  gap: 40px;
}

/* Links */
.footerLinks {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Anchor styling */
.footer a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 550;
  transition: opacity 0.2s ease;
}

.footer a:hover {
  opacity: 0.75;
}

.logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.logo2 {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-right: -14px;
  flex-shrink: 0;
}

/* ----------- Large tablets / smaller laptops ----------- */
@media (max-width: 1200px) {

  @media (max-width: 1200px) {
    .subtitle,
    .Wrap,
    .scroll-indicator {
      display: none !important;
    }

    .Cards {
      margin-top: -10px !important;
    }
  }
  .topbar {
    justify-content: center;
    padding: 12px 18px;
    min-height: 90px;
    height: auto;
    gap: 8px;
  }

  .unihome {
    margin-right: 0;
  }

  .bing {
    margin-left: 0;
  }

  .navlink {
    margin: 0 12px;
    padding: 10px 10px;
    font-size: 15px;
  }

  .Top {
    height: 430px;
  }

  .Top::after {
    height: 145px;
  }

  .Titledocuments {
    margin-left: 60px;
    margin-top: 85px;
  }

  .Titledocuments h1 {
    font-size: 88px;
    line-height: 1;
  }

  .subtitle h5 {
    font-size: 36px;
    margin-left: 44px;
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .Wrap {
    margin-top: -2px;
  }

  .Timeline {
    gap: 100px;
    padding: 26px 20px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .icon {
    width: 160px;
    height: 160px;
  }

  .scroll-indicator {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .Cards {
    gap: 40px;
    padding: 32px 24px 40px;
  }

  .Stuff {
    width: min(100%, 500px);
    min-height: 330px;
    padding: 24px;
  }

  .Left {
    min-width: 160px;
    font-size: 26px;
  }

  .doc-thumb {
    width: 155px;
  }

  .preview-content {
    width: 92%;
    height: 84vh;
  }

  .footer {
    padding: 50px 60px;
  }
}

/* ----------- iPad Pro / Surface Pro portrait ----------- */
@media (max-width: 1100px) and (min-width: 850px) and (min-height: 1000px) {
  .Top {
    height: 470px;
  }

  .Top::after {
    height: 150px;
  }

  .Titledocuments {
    margin-left: 45px;
    margin-top: 150px;
  }

  .Titledocuments h1 {
    font-size: 76px;
    line-height: 1;
  }

  .subtitle h5 {
    font-size: 50px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .Wrap {
    margin-top: 0;
  }

  .Timeline {
    gap: 80px;
    padding: 22px 16px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon {
    width: 140px;
    height: 140px;
  }

  .scroll-indicator {
    font-size: 18px;
    margin-top: -425px;
    margin-bottom: 10px;
    margin-left: 150px;
  }

  .Cards {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 28px 20px 34px;
    margin-top: 470px;
  }

  .Stuff {
    width: min(100%, 720px);
    min-height: 300px;
  }

  .Left {
    min-width: 160px;
    font-size: 26px;
  }

  .doc-thumb {
    width: 150px;
  }

  .preview-content {
    width: 94%;
    height: 86vh;
  }
}

/* ----------- Nest Hub Max ----------- */
@media (max-width: 1280px) and (min-width: 1000px) and (max-height: 850px) {
  .topbar {
    justify-content: center;
    padding: 10px 18px;
    min-height: 90px;
    height: auto;
    gap: 8px;
  }

  .unihome {
    margin-right: 0;
  }

  .bing {
    margin-left: 0;
    height: 62px;
    margin-top: 0;
  }

  .navlink {
    margin: 0 10px;
    padding: 9px 10px;
    font-size: 14px;
  }

  .Top {
    height: 470px;
  }

  .Top::after {
    height: 155px;
  }

  .Titledocuments {
    margin-left: 50px;
    margin-top: 145px;
  }

  .Titledocuments h1 {
    font-size: 80px;
    line-height: 1;
  }

  .subtitle h5 {
    font-size: 50px;
    margin-left: 34px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .Wrap {
    margin-top: 0;
  }

  .Timeline {
    gap: 78px;
    padding: 20px 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .icon {
    width: 132px;
    height: 132px;
  }

  .scroll-indicator {
    font-size: 17px;
    margin-top: -410px;
    margin-bottom: 10px;
  }

  .Cards {
    gap: 60px;
    padding: 26px 18px 30px;
    margin-top: 425px;
  }

  .Stuff {
    width: min(100%, 470px);
    min-height: 290px;
    padding: 20px;
  }

  .Left {
    min-width: 150px;
    font-size: 24px;
  }

  .doc-thumb {
    width: 140px;
  }

  .preview-content {
    width: 94%;
    height: 86vh;
  }

  .footer {
    padding: 38px 40px;
  }

  .footerLinks {
    gap: 26px;
  }

  .footerSocial {
    gap: 26px;
  }

  .Dot {
    opacity: 0;
  }
}

/* ----------- Nest Hub ----------- */
@media (max-width: 1050px) and (max-height: 650px) {
  .Top {
    height: 420px;
  }

  .Top::after {
    height: 145px;
  }

  .Titledocuments {
    margin-left: 30px;
    margin-top: 135px;
  }

  .Titledocuments h1 {
    font-size: 62px;
    line-height: 1;
  }

  .subtitle h5 {
    font-size: 50px;
    margin-left: 22px;
    margin-top: -12px;
    margin-bottom: 15px;
  }

  .Wrap {
    margin-top: 0;
  }

  .Timeline {
    gap: 62px;
    padding: 16px 14px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .icon {
    width: 105px;
    height: 105px;
  }

  .scroll-indicator {
    font-size: 15px;
    margin-top: -375px;
    margin-bottom: 10px;
  }

  .Cards {
    gap: 50px;
    padding: 22px 12px 28px;
    margin-top: 400px;
  }

  .Stuff {
    width: min(100%, 430px);
    min-height: 250px;
    padding: 18px;
  }

  .Left {
    min-width: 125px;
    font-size: 22px;
  }

  .doc-thumb {
    width: 112px;
  }

  .Right {
    gap: 20px;
    margin-top: 8px;
  }

  .Right .cuss1 p,
  .Right .cuss2 p {
    margin-bottom: 18px;
    line-height: 1.45;
    font-size: 14px;
  }

  .download-btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .preview-content {
    width: 95%;
    height: 88vh;
  }
}

/* ----------- Tablets ----------- */
@media (max-width: 900px) {
  .topbar {
    position: fixed;
    justify-content: center;
    gap: 6px;
    padding: 12px 14px;
  }

  .unihome {
    width: 100%;
    justify-content: center;
  }

  .bing {
    height: 62px;
    margin-top: 0;
  }

  .navlink {
    font-size: 14px;
    padding: 8px 10px;
    margin: 0 6px;
  }

  .Top {
    height: 440px;
  }

  .Top::after {
    height: 150px;
  }

  .Titledocuments {
    margin-left: 40px;
    margin-top: 155px;
  }

  .Titledocuments h1 {
    font-size: 70px;
    line-height: 1;
  }

  .subtitle h5 {
    font-size: 50px;
    margin-left: 24px;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .scroll-indicator {
    font-size: 16px;
    margin-top: -390px;
    margin-bottom: 8px;
    margin-left: 130px;
  }

  .Wrap {
    margin-top: -10px;
  }

  .Timeline {
    gap: 68px;
    padding: 18px 14px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .icon {
    width: 116px;
    height: 116px;
  }

  .Cards {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 24px 14px 30px;
    margin-top: 420px;
  }

  .Stuff {
    width: min(100%, 680px);
    min-height: 270px;
    padding: 16px 18px 18px;
  }

  .Left {
    min-width: 130px;
    font-size: 24px;
    margin-top: -6px;
  }

  .Left h1 {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .doc-thumb {
    width: 120px;
  }

  .Right {
    gap: 20px;
    margin-top: 4px;
  }

  .Right .cuss1 p,
  .Right .cuss2 p {
    margin-bottom: 18px;
    font-size: 15px;
    margin-top: 40px;
  }

  .download-btn {
    font-size: 14px;
  }

  .preview-content {
    width: 96%;
    height: 88vh;
  }

  .footer {
    padding: 35px 30px;
    flex-direction: column;
    text-align: center;
  }

  .footerLinks,
  .footerSocial {
    justify-content: center;
  }
}

/* ----------- Phones ----------- */
@media (max-width: 600px) {
  .topbar {
    padding: 10px 10px 14px;
    gap: 4px;
  }

  .bing {
    height: 54px;
  }

  .navlink {
    font-size: 13px;
    padding: 7px 8px;
    margin: 0 4px;
  }

  .Top {
    height: 400px;
  }

  .Top::after {
    height: 160px;
  }

  .Titledocuments {
    margin-left: 20px;
    margin-top: 165px;
  }

  .Titledocuments h1 {
    font-size: 50px;
    line-height: 1;
  }

  .subtitle h5 {
    font-size: 36px;
    margin-left: 18px;
    margin-top: -10px;
    margin-bottom: 26px;
  }

  .scroll-indicator {
    font-size: 13px;
    margin-top: -236px;
    margin-bottom: 8px;
    margin-left: 100px;
  }

  .Wrap {
    margin-top: -18px;
  }

  .Timeline {
    gap: 28px;
    padding: 8px 10px 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .icon {
    width: 62px;
    height: 62px;
  }

  .Dot {
    width: 8px;
    height: 8px;
    align-self: center;
    margin: 0;
  }

  .Line2 {
    width: 2px;
    height: 28px;
    align-self: center;
    margin: 0;
  }

  .Line {
    height: 3px;
  }

  .Content {
    gap: 10px;
  }

  .Content h2 {
    font-size: 13px;
    margin: 0;
    line-height: 1.3;
    max-width: 95px;
  }

  .Content p {
    font-size: 11px;
    margin: 0;
    line-height: 1.35;
  }

  .Milestone:nth-child(even) {
    transform: translateY(-10px);
  }

  .Milestone:nth-child(odd) {
    transform: translateY(4px);
  }

  .Milestone:nth-child(odd) .Icon {
    margin-bottom: -10px;
  }

  .Cards {
    gap: 50px;
    padding: 20px 10px 26px;
    margin-top: 240px;
  }

  .Stuff {
    width: 100%;
    min-height: 0;
    padding: 10px 16px 16px;
    gap: 14px;
  }

  .Left {
    min-width: 112px;
    font-size: 20px;
    margin-top: -8px;
  }

  .Left h1 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .doc-thumb {
    width: 100px;
  }

  .Right {
    gap: 14px;
    margin-top: 0;
  }

  .Right .cuss1 p,
  .Right .cuss2 p {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 60px;
  }

  .download-btn {
    padding: 8px 14px;
    font-size: 13px;
    min-width: 110px;
  }

  .preview-modal {
    padding: 10px;
  }

  .preview-content {
    width: 100%;
    height: 90vh;
  }

  .close-btn {
    padding: 10px;
  }

  .footer {
    padding: 28px 20px;
    gap: 18px;
    font-size: 15px;
  }

  .footerLeft {
    font-size: 15px;
  }

  .footerLinks {
    gap: 18px;
  }

  .footerSocial {
    gap: 18px;
  }

  .logo2 {
    width: 48px;
    height: 48px;
    margin-right: -8px;
  }
}

/* ----------- Surface Duo ----------- */
@media (max-width: 540px) and (max-height: 720px) {
  .subtitle h5 {
    font-size: 36px;
    margin-left: 16px;
    margin-top: -8px;
    margin-bottom: 30px;
  }

  .scroll-indicator {
    font-size: 12px;
    margin-top: -230px;
    margin-bottom: 8px;
  }

  .Wrap {
    margin-top: -22px;
  }

  .Timeline {
    gap: 24px;
    padding: 8px 8px 12px;
  }

  .Dot {
    width: 7px;
    height: 7px;
    align-self: center;
    margin: 0;
  }

  .Line2 {
    height: 24px;
    align-self: center;
    margin: 0;
  }

  .Content {
    gap: 12px;
  }

  .Content h2 {
    font-size: 12px;
    max-width: 82px;
    line-height: 1.35;
  }

  .Content p {
    font-size: 10px;
    line-height: 1.4;
  }

  .icon {
    width: 56px;
    height: 56px;
  }

  .Stuff {
    padding-top: 8px;
  }

  .Left {
    margin-top: -10px;
  }

  .Right .cuss1 p,
  .Right .cuss2 p {
    font-size: 12px;
    margin-top: 55px;
  }

  .Cards {
    gap: 40px;
    padding: 20px;
  }
}

/* ----------- Very small phones ----------- */
@media (max-width: 380px) {
  .Titledocuments h1 {
    font-size: 42px;
  }

  .subtitle h5 {
    font-size: 34px;
    margin-left: 12px;
    margin-top: -8px;
    margin-bottom: 25px;
  }

  .navlink {
    font-size: 12px;
    padding: 6px 7px;
  }

  .Wrap {
    margin-top: -10px;
  }

  .Timeline {
    gap: 22px;
    padding: 8px 8px 10px;
  }

  .icon {
    width: 52px;
    height: 52px;
  }

  .Dot {
    width: 7px;
    height: 7px;
    align-self: center;
    margin: 0;
    opacity: 0;
  }

  .Line2 {
    height: 22px;
    align-self: center;
    margin: 0;
  }

  .Content {
    gap: 12px;
  }

  .Content h2 {
    font-size: 9px;
    max-width: 75px;
    line-height: 1.35;
  }

  .Content p {
    font-size: 10px;
    line-height: 1.4;
  }

  .scroll-indicator {
    font-size: 12px;
    margin-top: -220px;
    margin-bottom: 8px;
    margin-left: 80px;
  }

  .Left {
    min-width: 95px;
    font-size: 18px;
    margin-top: -10px;
  }

  .Left h1 {
    margin-bottom: 6px;
  }

  .doc-thumb {
    width: 88px;
  }

  .Right .cuss1 p,
  .Right .cuss2 p {
    font-size: 12px;
    margin-top: 55px;
  }

  .Cards {
    margin-top: 240px;
    padding: 25px;
    gap: 40px;
  }

  .Milestone:nth-child(even) .Line2 {
    margin-top: 75px;
  }

  .Milestone:nth-child(odd) .Line2 {
    margin-top: -40px;
  }

  .Milestone:nth-child(even) .Content p {
    margin-top: 0px;
  }

  .Milestone:nth-child(odd) .Content h2 {
    padding: 10px;
    margin-bottom: 10px;
  }

  .Milestone:nth-child(odd) .Content p {
    margin-bottom: -10px;
  }

  .Milestone:nth-child(even) .Icon {
    margin-bottom: -60px;
  }
  
}