@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.page-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100svh;
  max-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-beam {
  height: 100%;
  min-height: 100%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.right-beam {
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.outer-container {
  min-width: 60%;
  padding: 12rem 4rem;
  position: relative;
  overflow: hidden;
}

.h1 {
  z-index: 98;
  text-align: center;
  letter-spacing: -8px;
  font-size: 160px;
  line-height: 92%;
  position: relative;
}

.title-wrap {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.traka {
  z-index: 99;
  max-width: 18%;
  position: absolute;
  inset: auto auto auto 50%;
  transform: translate(-50%);
}

.top2right {
  transform-origin: 0 0;
  border: 1px solid #363636;
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 7rem;
  padding-left: 7rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(90deg);
}

.top2bot {
  border: 1px solid #363636;
  border-top-left-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
  width: 7rem;
  height: 32rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bot2top {
  border: 1px solid #363636;
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
  width: 7rem;
  height: 32rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bot2left {
  transform-origin: 100% 100%;
  border: 1px solid #363636;
  border-top-left-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 7rem;
  padding-right: 7rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(90deg);
}

.top-left--inner {
  background-color: #a93131;
  background-image: linear-gradient(#352e2e, #7a4c47);
  border-radius: 1rem;
  margin: 14%;
  position: absolute;
  inset: 0%;
}

.top-right--inner {
  background-color: #a93131;
  background-image: linear-gradient(#352e2e, #7a4c47);
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  min-height: 100%;
  margin: 14%;
  position: absolute;
  inset: 0%;
}

.tagline {
  z-index: 12;
  color: #fdfdfd;
  font-family: Geist, Georgia, sans-serif;
  position: relative;
}

.inner-dotted--top {
  background-image: radial-gradient(circle, #17151500, #120d0d4d);
  border: 1px dashed #fdfdfd47;
  border-radius: 12px;
  margin: .8rem .8rem .8rem 7.8rem;
  position: absolute;
  inset: 0%;
}

.inner-dotted--bot {
  border: 1px dashed #fdfdfd47;
  border-radius: 12px;
  margin: .8rem 7.8rem .8rem .8rem;
  position: absolute;
  inset: 0%;
}

.body-exp {
  background-color: #1b1b1b;
}

.dimmed {
  color: #fdfdfd57;
}

.inner-dotted--bot2 {
  background-image: radial-gradient(circle, #17151500, #120d0d4d);
  border: 1px dashed #fdfdfd47;
  border-radius: 12px;
  margin: .8rem 7.8rem .8rem .8rem;
  position: absolute;
  inset: 0%;
}

.new-website {
  text-align: center;
  font-family: Geist, Georgia, sans-serif;
  font-size: 16px;
}

.contact-box {
  position: absolute;
  inset: auto auto 0% 0%;
}

.contact-txt {
  color: #a1a1a1;
  text-align: center;
  font-family: Geist, Georgia, sans-serif;
  font-size: 16px;
}

.hello-span {
  color: #f96300;
}

.email-rest--span {
  color: #f1f1f1;
}

@media screen and (min-width: 1920px) {
  .outer-container {
    min-width: 52%;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .traka {
    max-width: 17%;
    margin-top: 1%;
  }
}

@media screen and (max-width: 991px) {
  .outer-container {
    min-width: 90%;
    min-height: 80svh;
  }

  .h1 {
    font-size: 100px;
  }

  .contact-txt {
    position: relative;
    bottom: -3rem;
  }
}

@media screen and (max-width: 767px) {
  .outer-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 50svh;
    display: flex;
  }

  .h1 {
    font-size: 120px;
  }

  .traka {
    max-width: 40%;
  }

  .top2right {
    order: -9999;
    width: 100%;
    padding-left: 0;
    position: relative;
    transform: rotate(0);
  }

  .top2bot, .bot2top {
    display: none;
  }

  .bot2left {
    border-top-right-radius: 1.4rem;
    width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-right: 0;
    position: relative;
    transform: rotate(0);
  }

  .inner-dotted--top {
    margin-left: .8rem;
  }

  .inner-dotted--bot2 {
    margin-right: .8rem;
  }

  .contact-box {
    position: relative;
  }

  .contact-txt {
    bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .outer-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100vw;
    min-height: 40svh;
    padding-top: 5rem;
    padding-bottom: 10rem;
    overflow: visible;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 24vw;
  }

  .traka {
    max-width: 44vw;
    top: 30%;
    transform: translate(-50%);
  }

  .top2right {
    border-radius: 18px;
    height: 7rem;
    min-height: 7rem;
    margin-bottom: 0;
  }

  .bot2left {
    height: 7rem;
    min-height: 7rem;
    margin-top: 0;
  }

  .tagline {
    text-align: center;
    max-width: 20ch;
    font-size: 16px;
    line-height: 1.1;
  }

  .tagline.matrix-text {
    font-size: 16px;
  }

  .contact-box {
    order: 9999;
    margin-top: 3rem;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}