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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.hero {
  width: 100%;
  max-width: 1240px;
  height: 100vh;
  padding: 30px;
  display: flex;
  position: relative;
}

.col {
  background-color: #cc00008c;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.col._2 {
  background-color: #c29b3e8c;
  position: relative;
}

.s-wrapper {
  height: 100vh;
  display: flex;
  position: relative;
}

.s-col {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.s-col.s-1 {
  z-index: 1;
  background-image: url('../images/francois-hurtaud-718494-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 50%;
  position: relative;
}

.s-col.s-2 {
  background-image: linear-gradient(#454545ba, #454545ba), url('../images/photo-1517976547714-720226b864c1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.s-before {
  filter: grayscale();
  background-image: url('../images/francois-hurtaud-718494-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.wrapper {
  height: 100vh;
  display: flex;
}

.column {
  color: #fff;
  letter-spacing: -.5vw;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 8vw;
  display: flex;
}

.column.col-1 {
  background-image: linear-gradient(#00ffe499, #00ffe499), url('../images/francois-hurtaud-718494-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.column.col-2 {
  background-image: linear-gradient(#0101019e, #0101019e), url('../images/photo-1517976547714-720226b864c1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.comparison-wrapper {
  height: 100vh;
  position: relative;
}

.before {
  filter: grayscale();
  background-image: url('../images/sambazon-63913-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0;
}

.after {
  z-index: 1;
  background-image: url('../images/sambazon-63913-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0;
}

.heading {
  color: var(--black);
  font-size: 55px;
  font-weight: 500;
}

.heading.black {
  color: var(--white);
  font-size: 36px;
  line-height: 1.2em;
}

.heading-2 {
  color: var(--black);
  letter-spacing: 10px;
  font-size: 55px;
}

.heading-3 {
  text-align: center;
  position: static;
  inset: 0%;
}

.welcome {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.subtext {
  color: var(--black);
  letter-spacing: 5px;
  font-family: futura-pt;
  font-weight: 600;
}

.subtext.black {
  color: var(--white);
}

.heading-wrapper-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 60px 34px;
  text-decoration: none;
  display: flex;
}

.heading-wrapper-1:hover {
  box-shadow: none;
}

.heading-wrapper-2 {
  background-color: var(--black);
  color: var(--black);
  text-align: center;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-width: 1px;
  height: 300px;
  padding: 11px;
  transition: opacity .35s;
  display: flex;
  box-shadow: 0 1px 12px -3px #000;
}

.heading-wrapper-2:hover {
  filter: invert();
}

.telex-logo {
  width: 100%;
  height: 101%;
}

.arrow-link-block-right {
  color: var(--white);
  background-color: #ac8129;
  margin-top: 50%;
  padding: 15px 20px;
  position: absolute;
  inset: auto -2% auto auto;
}

.arrow-r {
  filter: invert();
}

.arrow-link-block-left {
  background-color: #c00;
  margin-top: 50%;
  padding: 15px 20px;
  position: absolute;
  inset: auto auto auto -2%;
}

.arrow-l {
  filter: invert();
}

.credits {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 1%;
}

.logos {
  width: 200px;
}

.body {
  background-color: var(--black);
  justify-content: center;
  display: flex;
}

.my-shop {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.shop_link {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .hero {
    max-width: 100%;
    padding: 0;
  }

  .after {
    width: 50%;
  }

  .middle-bar {
    z-index: 2;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10px;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
  }

  .circle {
    background-color: #fff;
    border-radius: 50%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 75px;
    height: 75px;
    font-size: 30px;
    display: flex;
  }

  .image {
    filter: saturate(0%);
  }

  .heading {
    margin-top: 13px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .subtext {
    font-size: 12px;
  }

  .heading-wrapper-1 {
    padding: 10px 25px 20px;
  }

  .heading-wrapper-2 {
    width: 170px;
    height: 170px;
  }

  .arrow-link-block-right, .arrow-link-block-left {
    top: 60%;
  }
}

@media screen and (max-width: 767px) {
  .col {
    width: 100%;
  }

  .heading.black {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .heading-wrapper-2 {
    width: 200px;
    height: 200px;
  }

  .arrow-link-block-right, .arrow-link-block-left {
    display: none;
    top: auto;
  }

  .logos {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 10px;
  }

  .heading.black {
    font-size: 24px;
  }

  .subtext {
    letter-spacing: 3px;
  }

  .heading-wrapper-1 {
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .arrow-link-block-right {
    top: 80%;
  }

  .arrow-link-block-left {
    top: 9%;
  }
}


