@font-face {
  font-family: inspiration;
  src: url(./Inspiration-Regular-r57MPnmi.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.navbar {
  position: fixed;
  left: 0;
  width: 100%;
  height: 15vh;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  animation: navbar 1s ease 3.5s;
}
.three-dot {
  display: none;
}
@keyframes navbar {
  0% {
    top: -15vh;
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.right-text {
  display: flex;
  position: relative;
  gap: 2.5vw;
  z-index: 3;
}
a {
  text-decoration: none;
  color: inherit;
}
.mode {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 20px;
  height: 20px;
}
.left-text .showe {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #de1d8d;
  --tw-gradient-to: #de1d8d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding-bottom: 16px;
  background-repeat: no-repeat;
  background-position: 0px 100%;
  background-size: 100% 0.2em;
}
.hovere {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #de1d8d;
  --tw-gradient-to: #de1d8d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding-bottom: 16px;
  background-repeat: no-repeat;
  background-position: 0px 100%;
  background-size: 0% 0.2em;
}
.hovere:hover {
  background-size: 100% 0.2em;
  cursor: pointer;
}
.left-text h1 {
  font-family: inspiration, cursive;
  cursor: pointer;
  opacity: 0;
  animation: initialfade 2s ease-in-out forwards;
  animation-delay: 6s;
}
.hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #de1d8d;
  --tw-gradient-to: #de1d8d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration-line: none;
  background-position: 0px 100%;
  background-size: 0% 0.2em;
}
.hover:hover {
  background-size: 100% 0.2em;
  cursor: pointer;
}
.mode img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s ease;
}
.mode img:hover {
  scale: 1.4;
  cursor: pointer;
}
.rotat {
  transform: rotate(360deg);
}
.show {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #de1d8d;
  --tw-gradient-to: #de1d8d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration-line: none;
  background-position: 0px 100%;
  background-size: 100% 0.2em;
}
.right-text.change-style {
  right: 0;
  opacity: 1;
}
@keyframes initialfade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 790px) {
  .right-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    justify-content: start;
    z-index: 9999;
    top: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 80px 30px 0 50px;
    opacity: 0;
    right: -100vw;
    transition: all 0.5s ease-in-out;
  }
  .three-dot {
    display: block;
    position: absolute;
    z-index: 9999;
    right: 40px;
    top: 40px;
  }
  .mode {
    position: absolute;
  }
  .right-text h3 {
    margin-top: 20px;
    font-size: larger;
    width: 25vw;
  }
  .right-text a:first-child {
    margin-top: 50px;
  }
}
.Home {
  position: relative;
  font-family: Mukta, sans-serif;
  z-index: 9;
  overflow-x: hidden;
}
.name {
  padding: 0 10%;
  width: 100%;
  position: static;
  height: 100vh;
}
.about {
  position: relative;
  width: 80%;
  height: 83vh;
  z-index: 1;
}
@keyframes text {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about h1 {
  font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 9.3vw;
  top: 40%;
  transform: perspective(1000px);
}
.about h2 {
  font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 5vw;
  top: 39%;
}
.link h4 {
  font-family: Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 2vw;
  z-index: 99;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #de1d8d;
  --tw-gradient-to: #de1d8d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration-line: none;
  background-position: 0px 100%;
  background-size: 100% 0.2em;
}
.link h4 a {
  text-decoration: none;
  color: #fff;
  z-index: 2;
}
.link h4:hover {
  background-size: 100% 2em;
}
.link h4:hover {
  cursor: pointer;
}
.eyes {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 80vh;
  display: flex;
  align-items: center;
  z-index: 2;
}
.center {
  width: 70%;
  height: 40%;
  position: relative;
  display: flex;
  padding: 0 5%;
  justify-content: space-between;
  top: 0;
  overflow: hidden;
  left: 15%;
}
.left-eye {
  width: 20vw;
  height: 13vw;
  position: relative;
  transform: rotate(2deg);
  border-radius: 20% 100% 10% 50%;
  box-shadow: inset #d4d1d1 0 0 30px 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.right-eye {
  width: 20vw;
  height: 13vw;
  position: relative;
  transform: rotate(-2deg);
  box-shadow: inset #d4d1d1 0 0 30px 10px;
  border-radius: 100% 20% 50% 10%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.img-container {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 10%;
  border-radius: 50%;
}
.img-container img {
  scale: 0.6;
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.505)) drop-shadow(0 0 50px red);
  transition: 0.4s ease-in;
}
.hide {
  opacity: 0;
}
span {
  color: transparent;
}
.line {
  position: absolute;
  width: 100%;
  height: 50%;
  position: relative;
  top: 25%;
}
.abs {
  position: absolute;
  top: 0;
  z-index: 4;
}
.abs h1,
.abs h2 {
  -webkit-text-stroke: 2px;
  color: transparent;
}
.cursor {
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  padding-top: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px #1918181a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all cubic-bezier(0.41, 0.2, 0.75, 0.78);
  z-index: 9;
  cursor: pointer;
}
.about-btn {
  position: relative;
  height: 50px;
  width: 50px;
  background-color: transparent;
  text-align: center;
  padding-top: 12px;
  left: 47vw;
  bottom: 10vh;
  z-index: 999;
  transition: scale 0.5s ease-in-out;
  cursor: pointer;
  animation: bounce infinite linear 6s;
}
.about-btn:hover {
  scale: 1.5;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0);
  }
}
.link {
  position: absolute;
  width: auto;
  bottom: 30vh;
}
.rotate {
  transform: rotate(180deg);
  animation: spinscale 0.5s;
}
@keyframes spinscale {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.about h1 span {
  display: inline-block;
  animation: flip 2s ease 3s forwards;
  transform-style: preserve-3d;
}
@keyframes flip {
  0% {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(360deg);
  }
}
@media only screen and (max-width: 790px) {
  .link h4 {
    font-size: 3vw;
  }
  .link {
    bottom: 44%;
  }
  .cursor {
    scale: 0.8;
  }
  .about {
    bottom: -7vh;
  }
  .abs {
    top: 7vh;
  }
  .about h1 {
    font-size: 9.6vw;
  }
  .about h2 {
    font-size: 6vw;
  }
}
.text,
.text2 {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15vh 20vw;
  overflow-x: hidden;
  cursor: none;
}
.container {
  height: 100%;
  width: 100%;
}
.container h1 {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 95px;
}
.blend {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  mix-blend-mode: difference;
  transition: transform 0.2s ease;
}
.text:hover .blend {
  transform: scale(5);
}
.text2 {
  position: absolute;
  top: 0;
  margin-top: 10px;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container h1 {
  font-size: 5vw;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 6vw;
}
@media only screen and (max-width: 790px) {
  .container h1 {
    font-size: 6vw;
    line-height: 7vw;
    letter-spacing: -1px;
  }
}
.marque {
  width: 100vw;
  height: 100vh;
  z-index: 99;
  position: relative;
  scale: 0.75;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  scrollbar-width: none;
  align-items: center;
}
.design,
.design2 {
  position: absolute;
  width: 15vw;
  height: 15vw;
  background-color: #de1d8e;
  border-radius: 50% 50% 49% 51%/30% 47% 53% 70%;
  bottom: 4vw;
  right: 5vw;
  filter: blur(40px);
}
.design2 {
  animation: br infinite ease-in-out;
  background-color: #e055abac;
  animation-duration: 10s;
}
@keyframes br {
  20% {
    transform: translateY(-10px);
    border-radius: 73% 27% 49% 51%/38% 9% 91% 62%;
  }
  40% {
    transform: translateY(-60px);
    border-radius: 83% 17% 100% 0%/100% 0%;
    rotate: -30deg;
  }
  50% {
    transform: translateY(-100px);
    border-radius: 100% 0% 49% 51%/88% 77% 23% 12%;
  }
  60% {
    transform: translateY(-60px);
    border-radius: 73% 27% 49% 51%/38% 9% 91% 62%;
    rotate: 30deg;
  }
  80% {
    transform: translateY(-10px);
    border-radius: 15% 85% 49% 51%/88% 77% 23% 12%;
  }
  to {
    transform: translateY(0);
    border-radius: 50% 50% 49% 51%/30% 47% 53% 70%;
  }
}
.img {
  position: relative;
  height: 40vw;
  width: 30vw;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img #itachi {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}
.bigtext,
.bigtext-stroke {
  position: absolute;
  width: 100vw;
  text-wrap: nowrap;
  height: 50vh;
  transform: translate(80%);
  display: flex;
  align-items: center;
}
.bigtext {
  z-index: 7;
}
.bigtext h1,
.bigtext-stroke h1 {
  text-transform: uppercase;
  position: absolute;
  width: 100vw;
  cursor: none;
  text-wrap: nowrap;
  height: 50vh;
  transform: translate(80%);
  display: flex;
  align-items: center;
  font-size: 30vw;
  letter-spacing: -2px;
}
.overlay,
svg {
  position: absolute;
  display: flex;
  padding: 1vh 3vh;
  justify-content: center;
  align-items: center;
  width: 90vw;
  bottom: -1vh;
}
.overlay {
  height: 20vh;
  z-index: 99;
}
#sharingan {
  position: relative;
  top: -13vw;
  left: 0;
  object-fit: cover;
  z-index: -2;
  filter: drop-shadow(0 0 7px rgba(255, 0, 0, 1))
    drop-shadow(0 0 50px rgba(255, 0, 0, 0.9))
    drop-shadow(0 0 100px rgba(255, 0, 0, 0.7));
  rotate: 0;
}
@media only screen and (max-width: 490px) {
  .img #itachi {
    scale: 1.5;
  }
  .design {
    right: 5vw;
    bottom: 10vw;
    background-color: #de1d8e;
    filter: blur(20px);
  }
  .design2 {
    filter: blur(30px);
  }
}
.footer {
  height: 13vh;
  width: 100vw;
  padding: 4vh 16vw;
  display: flex;
  justify-content: space-between;
  overflow-x: hidden;
}
.left {
  text-align: center;
}
.right {
  width: auto;
  height: auto;
}
.right .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6vw;
}
.image-contain {
  height: 20px;
  width: 20px;
}
.image-contain img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 790px) and (min-width: 492px) {
  .footer {
    padding: 4vh 5vw;
  }
  .right .icon {
    gap: 3.5vw;
  }
}
@media only screen and (max-width: 490px) {
  .footer {
    padding: 10% 1.5vw 15% 0vw;
  }
  .right .icon {
    gap: 3.5vw;
  }
  .left,
  .right {
    scale: 0.8;
  }
}
.banner {
  width: 100%;
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  scale: 0.8;
  animation: fadestart 0.5s ease-in-out;
}
.banner .slider {
  position: absolute;
  width: 350px;
  height: 250px;
  top: 30%;
  left: calc(45% - 100px);
  transform-style: preserve-3d;
  transform: perspective(1000px);
}
.banner .slider .item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotateY(
      calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
    )
    translateZ(550px);
}
.banner .slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.large-controls {
  position: absolute;
  bottom: 0;
  height: 5vh;
  width: 50%;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: center;
}
.large-nav-icon {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.large-nav-icon:hover {
  transform: scale(1.2);
  opacity: 0.8;
}
.large-nav-icon:active {
  transform: scale(1.1);
}
.slider {
  transition: transform 0.5s ease-in-out;
}
@media only screen and (max-width: 790px) {
  .banner {
    scale: 0.5;
    margin-left: -6vw;
  }
  .banner .slider {
    scale: 0.5;
  }
  .large-nav-icon {
    width: 40px;
    height: 40px;
  }
}
.Project {
  padding: 15vh 18vw;
  height: auto;
  width: 100vw;
  margin: 0 auto;
  animation: fadestart 0.5s ease-in-out;
}
.Project-absolute {
  padding: 15vh 18vw;
  height: auto;
  width: 100vw;
  top: 0;
  z-index: 99;
  position: absolute;
}
.Project-absolute .proj-list {
  margin-top: 30px;
}
.Project h1 {
  font-weight: 900;
  font-size: 3vw;
  letter-spacing: -2px;
}
.Project h4 {
  margin-bottom: 2rem;
}
.proj-list {
  display: flex;
  padding: 7vh 0;
  flex-direction: column;
  gap: 1rem;
}
.proj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24vh;
  border-bottom: 1px solid;
  transition: color 0.3s ease, scale 0.4s ease-in-out;
}
.proj h2 {
  font-size: 3.7vw;
  font-weight: 400;
}
.proj h3 {
  font-size: 1.2vw;
  color: #6b7280;
}
.outerdiv {
  position: absolute;
  height: 20vw;
  z-index: 6;
  width: 25vw;
  border-radius: 10px;
  background-size: cover;
  transition: transform 0.5s ease-in-out, top 0.001ms ease-in-out,
    left 0.001ms ease-in-out;
  background-position: center;
}
.Project-absolute .proj-list .proj {
  border: none;
}
@media only screen and (max-width: 790px) {
  .Project {
    padding: 17vh 15vw 0 15vw;
  }
  .Project h1 {
    font-size: 5vw;
  }
}
:root {
  --img--: 0;
}
.About {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 9vw 18vw;
  overflow: hidden;
  display: flex;
  gap: 15vw;
  overflow-x: hidden;
  flex-direction: column;
  animation: fadestart 0.5s ease-in-out;
}
@keyframes fadestart {
  0% {
    opacity: 0;
    margin-left: 8vw;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
.aabout {
  width: 100%;
  height: 100%;
}
.myname {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.lefttext {
  width: 50%;
  height: 100%;
}
.myname h1 {
  font-size: 3vw;
  font-weight: 600;
  letter-spacing: -2px;
}
.myname h4 {
  overflow: hidden;
  display: flex;
  align-items: center;
  font-weight: 500;
}
#clg {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #de1d8d;
  --tw-gradient-to: #de1d8d;
  margin-left: 5px;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration-line: none;
  background-position: 0px 100%;
  background-size: 100% 0.2em;
}
#clg:hover {
  background-size: 100% 100%;
}
a {
  text-decoration: none;
}
.righttext {
  border-radius: 50%;
  width: 4cm;
  height: 4cm;
  filter: none;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.37, 0.14, 0.19, 1.05);
}
.righttext:after {
  content: "CLICK";
  background: linear-gradient(to top, #0f0f0fad, transparent);
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: var(--img--);
  z-index: 1;
  pointer-events: none;
  transition: top 0.5s cubic-bezier(0.37, 0.14, 0.19, 1.05);
}
.righttext:hover:after {
  top: 0%;
}
.righttext img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.37, 0.14, 0.19, 1.05);
}
.para {
  margin: 3vw 0;
  width: 100%;
  height: auto;
}
.para p {
  font-weight: 500;
  font-size: 1.7vw;
}
.skills ul {
  margin-top: 12px;
}
.skills h4 {
  font-size: 1.5vw;
}
.skills h3 {
  font-size: 2vw;
  margin-top: 30px;
}
li {
  font-size: 1.4vw;
  margin-top: 3px;
}
#imghoveredp {
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  transform-origin: center;
  padding: 2% 25%;
  transform: translate(-50%, -50%);
}
#imghoveredc:hover {
  scale: 1.05;
  overflow: hidden;
}
#imghoveredc {
  border-radius: 20%;
}
@media only screen and (max-width: 790px) {
  .About {
    padding-top: 15vh;
  }
  .myname {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    align-items: center;
  }
  .lefttext {
    width: auto;
  }
  .lefttext h1 {
    text-align: center;
    font-size: larger;
    letter-spacing: 0px;
  }
  .lefttext h4 {
    text-align: center;
    justify-content: center;
  }
  .para p {
    margin-top: 20px;
    font-size: 2.5vw;
  }
  .skills h3 {
    font-size: 4vw;
  }
  .year h4 {
    font-size: large;
  }
  .year ul li {
    font-size: 2.3vw;
  }
  .skills ul li {
    font-size: large;
  }
  #imghoveredp {
    padding: 0;
  }
}
.outerLand {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  transform: translate(0);
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  animation: smooth 3s ease-in-out forwards, disppear 2s ease-in-out forwards;
  animation-delay: 3s, 6s;
  pointer-events: auto;
}
.outerLand svg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.outerLand svg path {
  fill: #000;
  transform-origin: center;
  transform: scale(0.4);
  fill: transparent;
  stroke: #000;
  stroke-width: 0.1;
  stroke-dasharray: 72;
  stroke-dashoffset: 0;
  animation: textanimation 4s ease-in-out forwards;
}
@keyframes textanimation {
  0% {
    stroke-dashoffset: 72;
  }
  80% {
    fill: transparent;
  }
  to {
    fill: #000;
    stroke-dashoffset: 0;
  }
}
@keyframes smooth {
  50% {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  to {
    transform: scale(0.15);
    transform-origin: top;
    top: -1.1vh;
    left: -39.7vw;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
}
@keyframes disppear {
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes smoothMobile {
  50% {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  to {
    transform: scale(0.15);
    transform-origin: top;
    top: -1.1vh;
    left: -38.7vw;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
}
@media (max-width: 640px) {
  .outerLand {
    animation: smoothMobile 3s ease-in-out forwards,
      disppear 2s ease-in-out forwards;
    animation-delay: 3s, 6s;
  }
}
.outbox {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10vh 10vw 15vh 16vw;
  animation: fadestart 0.5s ease-in-out;
}
.innerbox {
  position: relative;
  width: 74vw;
  margin-top: 5vh;
  color: inherit;
}
.innerbox .backarrow {
  position: absolute;
  top: 5vh;
  left: -5vw;
  scale: 3;
  width: 3vw;
  height: 3vw;
  z-index: 1000;
  cursor: pointer;
}
.innerbox h1 {
  font-weight: 900;
  font-size: 3vw;
  letter-spacing: -2px;
}
.innerbox .imgdiv {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 25px;
  margin: 3vh 0;
  overflow: hidden;
  transition: scale 0.3s ease-in-out;
  box-shadow: 0 4px 8px #0000001a;
}
.innerbox .li {
  display: flex;
  height: auto;
}
.innerbox .li .lin {
  position: relative;
  width: 50%;
}
.innerbox .imgdiv:hover {
  scale: 0.98;
  box-shadow: inset 0 0 15px #00000080;
}
.innerbox .li .tools {
  width: 50%;
  height: auto;
  text-wrap: wrap;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}
.innerbox .imgdiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerbox .description {
  margin-top: 5vh;
}
@media screen and (max-width: 768px) {
  .outbox {
    flex-direction: column;
    padding: 14vh 5vw 0 5vw;
  }
  .innerbox {
    width: 90vw;
    margin-top: 3vh;
  }
  .innerbox .backarrow {
    top: -5vh;
    left: 0vw;
    scale: 2;
    width: 6vw;
    height: 6vw;
  }
  .innerbox .description {
    margin-top: -0.1px;
    font-size: 2.5vw;
  }
  .innerbox h1 {
    font-size: 6vw;
  }
  .innerbox .li {
    flex-direction: column;
  }
  .innerbox .li .lin h2 {
    font-size: 4vw;
  }
  .innerbox .li .lin {
    margin-bottom: 2vh;
  }
  .innerbox .li .tools {
    font-size: 3vw;
    margin-top: -1vw;
    margin-bottom: 2vh;
  }
  .outbox .overlay {
    display: none;
  }
  .innerbox .li .lin,
  .innerbox .li .tools {
    width: 100%;
  }
}
