.morph-section {
  height: 100vh;
  background-color: #141212;
  overflow: hidden;
  color: #fff;
  pointer-events: none;
}

.morph-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}

.morph-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.morph-card {
  position: absolute;
  width: 180px;
  height: 80px;
  background: #1F1D1D;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-family: "EB Garamond", serif;
}

.morph-card[data-id="1"] {
  margin-top: -150px;
  margin-left: -600px;
  font-size: 60px;
  width: 500px;
  height: 200px;
  filter: blur(6px);
}
@media (max-width: 1700px) {
  .morph-card[data-id="1"] {
    width: 450px;
    margin-left: -400px;
  }
}

.morph-card[data-id="2"] {
  margin-top: -150px;
  margin-left: 400px;
  font-size: 45px;
  width: 390px;
  height: 140px;
  filter: blur(1px);
}
@media (max-width: 1700px) {
  .morph-card[data-id="2"] {
    margin-left: 300px;
  }
}

.morph-card[data-id="3"] {
  margin-top: 250px;
  margin-left: -350px;
  font-size: 40px;
  width: 370px;
  height: 135px;
  filter: blur(2px);
}

.morph-card[data-id="4"] {
  margin-top: 300px;
  margin-left: 450px;
  font-size: 38px;
  width: 330px;
  height: 125px;
  filter: blur(6px);
}
@media (max-width: 1700px) {
  .morph-card[data-id="4"] {
    margin-left: 300px;
  }
}

.morph-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
  width: 300px;
}

.morph-center h2 {
  font-size: 40px;
  margin-top: 15px;
  line-height: 40px;
}

.final-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1180px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  z-index: 50;
}
.final-container-title {
  transition: opacity 0.2s;
  opacity: 0;
}

.full-card {
  background: #1F1D1D;
  padding: 25px;
  border-radius: 24px;
  border: 0.5px solid rgba(13, 7, 20, 0.04);
  transform-origin: center center;
  opacity: 0;
  width: 100%;
  will-change: transform, background-color;
  overflow: hidden;
  min-height: 100px;
  pointer-events: none;
  transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  transform: translateZ(0);
  contain: paint;
  transition: background-color 0.2s;
}
.full-card-arrow {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.full-card-arrow svg {
  transition: all 0.2s;
}
.full-card h3 {
  color: #fff;
  transition: all 0.2s;
}
.full-card p {
  color: #BFBFBF;
  transition: all 0.2s;
}
.full-card:hover {
  text-decoration: none !important;
  background-color: #242221 !important;
}
.full-card:hover .full-card-arrow {
  background-color: #F7F7F5;
}
.full-card:hover .full-card-arrow svg {
  transform: rotate(45deg);
}
.full-card:hover .full-card-arrow svg path {
  stroke: #111;
}

.full-card h3, .full-card p {
  opacity: 1 !important;
  will-change: transform, opacity;
  transform: translateZ(0) rotate(0.02deg);
}

.transition_mobile_item {
  border-radius: 20px;
  background-color: #1F1D1D;
  padding: 24px 16px;
  margin-bottom: 20px;
}

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