.home {
  height: 100vh;
  /* background-color: pink; */
  position: relative;
  z-index: 0;
}

/* Home background------------------------------------------------- */

.home-bg-decor {
  width: 100%;
  height: 100%;
  /* background-color: yellow; */
  z-index: -1;
  position: absolute;
  display: flex;
  justify-content: center;
}

.home-obj-1 {
  position: absolute;
  display: block;
  width: 21vw;
  height: 21vw;
  filter: blur(30px);
  border-radius: 20vh;
  background-color: #50d8d7;
  left: -15vw;
  top: 10vh;
}

.home-obj-2 {
  position: absolute;
  display: block;
  width: 20vw;
  height: 20vw;
  filter: blur(35px);
  /* border-radius: 20vh; */
  transform: rotate(45deg);
  background-color: #ff9900;
  bottom: 10vh;
}

.home-obj-3 {
  position: absolute;
  display: block;
  width: 25vw;
  height: 25vw;
  filter: blur(30px);
  border-radius: 20vh;
  background-color: #50d8d7;
  right: -18vw;
  top: 20vh;
}

/* Home Content_______________________________________________ */

.home-content {
  width: 100%;
  height: 100%;
  z-index: 10;
  /* background-color: red; */
  display: grid;
  grid-template-columns: 3fr 5fr 7fr;
  position: absolute;
}

/* Left Side Content */

.home-left {
  /* background-color: red; */
  position: relative;
}

.home-left .left-content-wrapper {
  display: flex;
  position: absolute;
  width: max-content;
  height: max-content;
  transform: rotate(-90deg);
  transform-origin: left top;
  bottom: 0;
  left: 0;
  padding-top: 20px;
}

.left-content-wrapper a {
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  color: #101010;
}

.left-content-wrapper .accent {
  /* background-color: pink; */
  width: max-content;
  height: max-content;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.ell1 {
  width: 25px;
  height: 25px;
  display: block;
  background-color: #50d8d7;
  border-radius: 50%;
}

.ell2 {
  width: 25px;
  height: 25px;
  display: block;
  background-color: #000000ce;
  border-radius: 50%;
  position: absolute;
  right: -10px;
}

/* Mid Content */
.home-mid {
  background-color: #101010;
  position: relative;
}

.home-mid .home-picture {
  width: 100%;
  height: 100%;
  background-image: url(/thir.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  position: absolute;
}

.home-mid .picture-cover {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.box {
  height: 100%;
  width: 20%;
  background-color: transparent;
}

.blue1 {
  background: rgba(80, 216, 215, 0.47);
}

.gap {
  width: 40%;
  background-color: transparent;
}

.org1 {
  background: rgba(255, 153, 0, 0.38);
}

.org2 {
  background: rgba(255, 153, 0, 0.83);
}

.text-container {
  height: 35%;
  width: 100%;
  background-color: #101010;
  position: absolute;
  bottom: 0px;
  padding: 0px 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.2rem;
}

.text-container p {
  color: white;
  size: 0.9rem;
  /* background-color: blue; */
  padding: 1.2rem 0px;
}

.text-container p span {
  font-weight: bold;
  font-size: 1.4em;
}

.about-button {
  width: 100%;
  height: 25%;
  background-image: linear-gradient(to right, #50d8d7, #ff9900);
  padding: 1%;
}

.about-button a {
  width: 100%;
  height: 100%;
  background-color: #101010;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;

  /* background-color: brown; */
}

.about-button a:active {
  color: #ff9900;
}

/* Right Content */

.home-right {
  /* background-color: powderblue; */
  width: 100%;
}

.home-right .tho {
  -webkit-text-stroke: 3px #101010;
  color: transparent;
  font-size: 10em;
  font-weight: 900;
  /* background-color: pink; */
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

.home-right .riq {
  color: #101010;
  font-size: 10em;
  font-weight: 900;
  /* background-color: powderblue; */
  text-align: center;
}

.home-rec-right {
  width: 70px;
  height: 70px;
  background-color: #101010;
  display: block;
  position: absolute;
  bottom: 3vh;
  right: 5vh;
}

.home-rec-right span {
  width: 50%;
  height: 50%;
  background-color: #ff9900;
  display: block;
}
