:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.s-scroll {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.s-scroll.footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.s-scroll-bg-img {
  background-image: url('../images/bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.s-scroll-bg-img.is-1 {
  z-index: 1;
  opacity: .55;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/458939598_1002225001913321_1953361377280088400_n_1.avif');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img.is-2 {
  z-index: 1;
  opacity: .36;
  background-image: url('../images/457558900_954402750034441_7370642120626463375_n_1.avif');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img.is-3 {
  z-index: 1;
  opacity: .44;
  background-image: url('../images/458153364_954404533367596_6230248686028856324_n_1.avif'), linear-gradient(#0003, #0003);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  position: absolute;
  inset: 0%;
}

.content-top {
  z-index: 2;
  justify-content: space-between;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.content-top-right {
  max-width: 400px;
  font-size: 14px;
  line-height: 2em;
}

.body {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.content-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.d {
  font-size: 7.5em;
  line-height: 1.2em;
}

.number {
  margin-bottom: 30px;
  font-size: 1.6em;
}

.image {
  width: 75px;
}

.content-heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.dev-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.3em;
}

.design-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  line-height: 1em;
}

.design-letter.hero {
  font-size: 5em;
}

.interaction-letter {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  line-height: 1em;
}

.transition-block {
  z-index: 999;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 5em;
  line-height: 1em;
}

.paragraph {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.link {
  color: #c6ae94;
}

.footer-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.social-wrapper {
  justify-content: space-between;
  width: 200px;
  margin-top: 30px;
  display: flex;
}

.top-bar {
  z-index: 99;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #3b3b3b;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.top-bar-link {
  color: #fff;
}

.image-2 {
  aspect-ratio: 1;
  min-width: 150px;
}

.button {
  color: #08407f;
  background-color: #fedb5f;
  border-radius: 20px;
  margin-top: 19px;
}

@media screen and (max-width: 991px) {
  .content-top, .content-bottom {
    flex-direction: column;
    align-items: center;
  }

  .image, .content-heading-wrapper {
    margin-bottom: 25px;
  }

  .dev-letter, .design-letter, .interaction-letter {
    font-size: 5em;
  }

  .section-p {
    text-align: center;
  }

  .transition-block {
    display: block;
  }

  .heading {
    text-align: center;
    font-size: 3em;
  }

  .paragraph {
    text-align: center;
    max-width: 100%;
  }

  .footer-content-wrapper {
    max-width: 600px;
  }

  .top-bar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dev-letter, .design-letter, .interaction-letter {
    font-size: 4em;
  }

  .transition-block {
    display: block;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .footer-content-wrapper {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .s-scroll {
    height: 80vh;
  }

  .s-scroll.footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-top {
    padding: 40px;
  }

  .content-top-right {
    max-width: 100%;
  }

  .content-bottom {
    padding: 40px;
  }

  .dev-letter, .design-letter, .interaction-letter {
    font-size: 2em;
  }

  .transition-block {
    display: block;
  }

  .heading {
    font-size: 2em;
  }

  .paragraph {
    font-size: 1em;
  }

  .image-2 {
    min-width: 80px;
  }
}


