.services {
  position: relative;
  width: 100%;
  min-height: 100vh;
  scroll-margin-top: 10vh;
  background-color: #18304b;
  color: white;
  backdrop-filter: blur(8px);
}
.services #what-we-do {
  padding: 2rem 0 1rem 0;
  margin: 0;
  background: linear-gradient(to bottom, #0b151f 0%, rgba(11, 21, 31, 0.5058823529) 100%);
}
.services h1 {
  font-size: 2.5rem;
  text-align: left;
  padding-left: 1rem;
  margin: 0;
}
.services h2 {
  font-size: 2rem;
  padding-left: 1rem;
}
.services h3 {
  font-size: 1.5rem;
  margin: 0;
}
.services p {
  font-size: 1.2rem;
  text-align: left;
}
.services .portfolio {
  display: flex;
  overflow-y: auto;
  gap: 1rem;
}
.services .portfolio .portfolio-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: scroll-left 200s linear infinite;
}
.services .portfolio img {
  height: 90vh;
  width: auto;
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  object-fit: cover;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.services .design, .services .modelling, .services .fabrication, .services h3 {
  width: 40%;
  background-color: rgba(11, 21, 31, 0.8);
  color: white;
  padding: 2rem;
}
.services .design-container, .services .modelling-container, .services .fabrication-container {
  padding: 4rem;
  background-size: cover;
  min-height: 80vh;
}
.services .design-container {
  background-image: image-set(url("/data/staircase1.avif") type("image/avif"));
  margin-bottom: 2rem;
}
.services .design-container h3 {
  padding-bottom: 0;
}
.services .modelling-container {
  background-image: image-set(url("/data/spiral.avif") type("image/avif"));
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2rem;
}
.services .modelling-container h3 {
  padding-bottom: 0;
}
.services .fabrication-container {
  background-image: image-set(url("/data/landing.avif") type("image/avif"));
  display: flex;
  flex-direction: column;
}
.services .fabrication-container h3 {
  padding-bottom: 0;
  margin-top: auto;
}
.services .fabrication-container .fabrication {
  margin-top: 0;
}

@media (max-width: 1400px) {
  #services h1 {
    font-size: 2.4rem;
  }
  #services h2 {
    font-size: 1.9rem;
  }
  #services h1, #services h2 {
    padding: 0 3rem;
  }
}
@media (max-width: 1000px) {
  .design-container .design {
    width: 50%;
  }
  .modelling-container .modelling {
    width: 50%;
  }
  .fabrication-container .fabrication {
    width: 50%;
  }
  .services h3 {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .design-container {
    background-position-x: -5rem;
  }
  .design-container .design {
    width: 55%;
  }
  .modelling-container {
    background-position-x: center;
  }
  .modelling-container .modelling {
    width: 55%;
  }
  .fabrication-container .fabrication {
    width: 55%;
  }
  #services h1 {
    font-size: 2.3rem;
  }
  #services h2 {
    font-size: 1.7rem;
  }
  #services h3 {
    width: 55%;
  }
}
@media (max-width: 800px) {
  .services .design-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 100vh;
  }
  .services .design-container .design {
    width: 80vw;
  }
  .services .modelling-container {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-position-x: -15rem;
  }
  .services .modelling-container .modelling {
    width: 80vw;
  }
  .services .fabrication-container {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-position-x: center;
  }
  .services .fabrication-container .fabrication {
    width: 80vw;
  }
  #services h1 {
    font-size: 2.2rem;
  }
  #services h2 {
    font-size: 1.5rem;
  }
  #services h3 {
    width: 80vw;
    margin-top: 0;
  }
}
@media (max-width: 780px) {
  #services h1 {
    font-size: 2.1rem;
  }
  #services h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .services .design-container {
    background-position: center;
  }
  .services .design-container .design {
    width: 70vw;
    background-color: #0b151f;
  }
  .services .modelling-container {
    background-image: url(/data/new/spiral.PNG);
    background-position: center;
  }
  .services .modelling-container .modelling {
    width: 70vw;
    background-color: rgba(11, 21, 31, 0.9450980392);
  }
  .services .fabrication-container {
    background-position: center;
  }
  .services .fabrication-container .fabrication {
    width: 70vw;
    bottom: auto;
    background-color: rgba(11, 21, 31, 0.9450980392);
  }
  #services h1 {
    font-size: 2rem;
  }
  #services h2 {
    font-size: 1.3rem;
  }
  #services h3 {
    width: 70vw;
    background-color: rgba(11, 21, 31, 0.9450980392);
  }
  #services p {
    font-size: 1.1rem;
  }
}
@media (max-width: 500px) {
  #services h1 {
    font-size: 2rem;
    padding: 0 1rem;
  }
  #services h2 {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
  #services h3 {
    font-size: 1.4rem;
  }
  #services p {
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  .services .design-container {
    background-position: center;
  }
  .services .design-container .design {
    width: auto;
    padding: 2rem 3rem;
    background-color: rgba(11, 21, 31, 0.8823529412);
    margin-top: auto;
  }
  .services .modelling-container {
    background-image: url(/data/new/spiral.PNG);
    background-position-x: -14rem;
  }
  .services .modelling-container .modelling {
    width: auto;
    padding: 2rem 3rem;
    background-color: rgba(11, 21, 31, 0.9254901961);
    margin-top: auto;
  }
  .services .fabrication-container {
    background-position: center;
  }
  .services .fabrication-container .fabrication {
    width: auto;
    padding: 2rem 3rem;
    background-color: rgba(11, 21, 31, 0.8823529412);
    margin-top: auto;
  }
  #services h1 {
    font-size: 2rem;
  }
  #services h2 {
    font-size: 1.3rem;
  }
  #services h3 {
    width: 100vw;
    padding: 1rem;
    background-color: rgba(11, 21, 31, 0.5568627451);
    box-sizing: border-box;
  }
}
@media (max-width: 350px) {
  .services .design-container .design {
    padding: 2rem 2rem;
  }
  .services .modelling-container .modelling {
    padding: 2rem 2rem;
  }
  .services .fabrication-container .fabrication {
    padding: 2rem 2rem;
  }
}
@media (max-width: 300px) {
  #services h1 {
    font-size: 1.7rem;
  }
  #services h2 {
    font-size: 1rem;
  }
  #services h3 {
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=services.css.map */
