* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter";
}
a {
  color: transparent !important;
  text-decoration: none !important;
}
a:hover {
  color: transparent !important;
}
.background-img {
  /* background-image: url("../bg.png") !important; */
  background: #fffaf5;
  background-repeat: no-repeat;
  background-size: 100% 100vh;
  background-position: fixed;
  width: 100%;
  height: 100vh;
  /* overflow-x: hidden; */
}
.action-tessa-logo {
  position: absolute;
  top: 20px;
  left: 16%;
}

.welcome-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 25px;
  text-align: center;
  color: #212121;
}
.app-homepage-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 25px;
  text-align: center;
  color: #f58220;
  margin-top: 28px;
}
.thanks-text span {
  color: #f58220;
}
.action-tessa-logo img {
  width: 15%;
}
.action-right-logo {
  width: 50%;
  text-align: center;
}
.left-side img {
  width: 90%;
  height: 96vh;
}
.launching-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 35px;
  text-align: center;
  color: #212121;
  margin-top: 40px;
  margin-left: 42px;
}
.thanks-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
  margin-top: -10px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.right-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.right-side-content {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .action-tessa-logo {
    position: absolute;
    top: 15px;
    left: 25%;
  }

  .action-tessa-logo img {
    width: 65%;
  }
  .left-side img {
    width: 100%;
    height: 60vh;
  }
  .launching-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    color: #212121;
    margin-top: 15px;
    margin-right: 45px;
  }
  .thanks-text {
    margin-top: 0px !important;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #212121;
    display: flex;
    justify-content: center;
    gap: 0px !important;
  }
  .welcome-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #212121;
  }
  .app-homepage-text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    /* identical to box height, or 125% */

    text-align: center;

    color: #f58220;
  }

  .right-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .right-side-content {
    margin-top: 100px;
  }
  .footer-bg {
    background-color: #d9d9d9;
    padding: 20px;
  }
}
