@font-face {
  font-family: "miso";
  src: url("/font/miso.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* * {
    outline: 1px solid #00000030;
  } */

.hero {
  display: grid;
  grid-template-rows: repeat(3, 1fr) 0.5fr;
  grid-template-columns: 1fr;
  padding-top: 80px;
  background-color: #e6e6e6;
  @media (width>=760px) {
    overflow: hidden;
    display: grid;
    grid-template-rows: repeat(10, 1fr);
    grid-template-columns: 1fr 1fr 6fr;
    padding-top: 80px;
  }
}

.angle {
  background-color: #28b3b7;
  grid-row: 3/5;
  grid-column: 1/-1;
  display: flex;
  align-items: flex-end;
  @media (width>=760px) {
    grid-row: 6/11;
    grid-column: 2/-1;
  }
}

.angle .tointro {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 5;
}

.hero .title {
  grid-row: 1/2;
  grid-column: 1/-1;
  @media (width>=760px) {
    z-index: 1;
    grid-row: 3/9;
    grid-column: 1/3;
    position: relative;
  }
}

.hero .title::before {
  content: "";
  position: absolute;
  width: 28vw;
  height: 28vw;
  border-radius: 100%;
  background-color: #d34159;
  z-index: -1;
  left: -20;
  top: 0;
  @media (width<=760px) {
    display: none;
  }
}

.hero .title .limitcont {
  width: 40%;
  margin: auto;
  @media (width>=760px) {
    width: 80%;
    margin-left: auto;
  }
}

.hero .title .appflex {
  display: flex;
  align-items: center;
}
.hero .title .appflex .app {
  transform: rotate(90deg);
  @media (width>=760px) {
    transform: translateX(-15px) rotate(90deg);
  }
}
.applink {
  background-color: #28b3b7;
  width: 5vw;
  height: 5vw;
  display: flex;
  @media (width<=760px) {
    width: 5vw;
    height: 5vw;
  }
}

.link {
  background-color: #28b3b7;
  width: 5vw;
  height: 5vw;
  display: flex;
  @media (width<=760px) {
    width: 5vw;
    height: 5vw;
  }
}

.link img {
  transform: rotate(180deg);
}

.computer {
  z-index: 1;
  grid-row: 2/4;
  grid-column: 1/-1;
  text-align: center;

  @media (width>=760px) {
    grid-row: 1/-1;
    grid-column: 2/4;
  }
}

.hero .title h1 {
  color: #24282c;
  font-family: Miso;
  font-size: 12vw;
  text-transform: uppercase;
  @media (width>=760px) {
    font-size: 6vw;
  }
}

.hero .title p {
  color: #000;
  font-family: Miso;
  font-size: 4vw;
  font-weight: 400;
}

.computer img {
  width: 70%;
  @media (width>=760px) {
    width: 90%;
    transform: translateX(300px);
  }
}

.app {
  font-size: 3vw;
  font-family: "miso";
  margin-left: 1px;
}

.trans {
  height: 100px;
  background-color: #000;
}

/* intro */

.intro {
  display: flex;
  flex-direction: row;
  background-image: linear-gradient(90deg, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%);
}

.navgationcon {
  display: flex;
  flex-direction: column;
}

.verticalline {
  display: flex;
  flex-direction: row;
  margin-left: 200px;
  border-left: 1px solid #333;

  @media (width<=760px) {
    margin-left: 20px;
    height: 200vw;
  }

  @media (width<=447px) {
    margin-left: 20px;
    height: 312vw;
  }
}

.verticalline.transfr {
  display: flex;
  flex-direction: row;
  margin-left: 200px;
  border-left: 1px solid #333;
  height: 10vw;
  @media (width<=760px) {
    margin-left: 10px;
    height: 243vw;
  }
}

.description {
  margin-top: 160px;
  transform: translateX(-13px);
  display: flex;
  align-items: flex-start;
  @media (width<=960px) {
    flex-wrap: wrap;
  }
}

.description .des_title {
  display: flex;
  align-items: center;
}

.description .des_title h1 {
  color: #d34159;
  font-family: Miso;
  font-size: 62px;
  @media (width<=460px) {
    font-size: 42px;
  }
}

.description p {
  color: #151515;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 133.333% */
  width: 60%;
  padding-left: 40px;
  margin-bottom: 42px;
  @media (width<=960px) {
    width: 90%;
  }
}

.description .des_title .dot {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #000;
  margin-right: 40px;
}

.image {
  text-align: center;
  margin-bottom: 40px;
}

.image img {
  width: 80%;
  margin-top: 40px;
}

.totopcon {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  position: sticky;
}

.totop {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: #28b3b7;
  justify-content: center;
  @media (width<=1128px) {
    width: 80px;
    height: 80px;
  }
}

/* userjurney */

/* .description .des_title.userjurney h1 {
    color: #867e7e;
    font-family: Miso;
    font-size: 62px;
  }
  
  .description .des_title .dot.userjurney {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #867e7e;
    margin-right: 40px;
  } */

.appcont {
  display: flex;
  flex-direction: column;
}

.mapp {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mapp .app {
  cursor: pointer;
}

#apcontent {
  width: 90%;
}

.aboutapp {
  background-color: #28b3b7;
  display: flex;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  border-radius: 100px;
  padding: 8px 8px;
  cursor: pointer;
  @media (width<=960px) {
    margin-left: 42px;
  }
}

.aboutapp:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.aboutapp img {
  width: 20%;
  transform: rotate(180deg);
}

.aboutapp p {
  color: #151515;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 133.333% */
  margin: 0;
  width: 100%;
  padding: 12px 12px;

  @media (width<=960px) {
    width: 100%;
  }
}

.moreaa {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
