* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: helvetica;
  color: rgb(212, 206, 206);
  background-color: transparent;
  scroll-behavior: smooth;
}

html {
  background-color: rgb(10, 10, 44);
}

.root {
  padding: 20px 50px 20px 50px;
  background-color: rgb(10, 10, 44);
}

.filler {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: 100000000;
  background-color: transparent;
  display: none;
}

.intro-blur {
  filter: blur(6px);
}

.filler-open {
  display: block;
}

.menu-pad {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: rgb(2, 31, 66);
  width: 70vw;
  height: 100vh;
  z-index: 999999999999999900000000000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 20% 8%;
  transition: 0.7s;
}

#res-box {
  border: 2px solid rgb(18, 241, 241);
  border-radius: 5px;
  padding: 20px 25%;
}

#res-box:hover {
  background-color: rgba(18, 241, 241, 0.16);
}

.menu-open {
  top: 0;
  right: 0;
}

.close-btn {
  font-size: 45px;
  font-weight: 300;
  cursor: pointer;
  color: rgb(18, 241, 241);
  position: absolute;
  top: 2%;
  right: 10%;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60%;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 40px;
  flex-direction: column;
  margin: 0 40px 0 0;
  z-index: 200;
}

.socials::after {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 130px;
  margin-top: 15px;
  background-color: rgb(212, 206, 206);
}

.social-div {
  padding: 8px;
  margin-top: 10px;
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
}

.socials .social-div svg {
  width: 100%;
  height: 100%;
  stroke: rgb(212, 206, 206);
  transition: 0.2s;
}

.socials .social-div svg:hover {
  stroke: rgb(18, 241, 241);
  transform: translateY(-5px);
}

.socials-down {
  display: none;
}

.sect1 {
  min-height: 90vh;
}

.top {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 75px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px 50px 10px 50px;
  position: absolute;
  transition: 0.3s;
  z-index: 2000;
}

.scroll-up {
  position: fixed;
  background-color: rgb(4, 34, 71);
  top: 0;
  right: 0;
}

.scroll-down {
  top: -35%;
  right: 0;
}

.logo {
  width: 45px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: xx-large;
  color: rgb(18, 241, 241);
}

#Layer_1 {
  height: 80%;
  width: auto;
}

#logo-rect {
  fill: none;
  transition: 0.3s;
}

#logo-rect:hover {
  fill: rgba(18, 241, 241, 0.16);
}

.topLeft {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 35%;
  height: 100%;
}

.topLinks {
  color: rgb(18, 241, 241);
  font-family: helvetica;
  transition: 0.3s;
  margin-right: 30px;
  padding: 15px;
}

.topLinks:last-of-type {
  margin-right: 0;
  border: 1px solid rgb(18, 241, 241);
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.topLinks:hover {
  background-color: rgba(18, 241, 241, 0.16);
  border-radius: 7px;
}

.menu {
  stroke: rgb(18, 241, 241);
  width: 40px;
  height: 40px;
  display: none;
}

.topLinks:last-of-type:hover {
  background-color: rgba(18, 241, 241, 0.16);
}

.hi {
  color: rgb(18, 241, 241);
  font-family: "Trebuchet MS";
  margin-top: 40px;
}

.name {
  color: white;
  font-family: "Trebuchet MS";
  font-size: clamp(40px, 8vw, 80px);
}

.job {
  color: rgb(212, 206, 206);
  font-family: "Trebuchet MS";
  font-size: clamp(40px, 8vw, 60px);
}

.intro {
  margin: 90px 70px 0px 40px;
}

.realIntro {
  width: 60%;
  margin-top: 20px;
}

.introText {
  color: rgb(212, 206, 206);
  font-family: helvetica;
  font-size: 18px;
  line-height: 25px;
}

.cta {
  border: 1.5px solid rgb(18, 241, 241);
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cta-text {
  font-size: 18px;
  background-color: transparent;
  color: rgb(18, 241, 241);
  display: inline-block;
  padding: 20px;
}

.cta:hover {
  background-color: rgba(18, 241, 241, 0.16);
}

.ctaDiv {
  margin-top: 60px;
}

.about {
  margin-top: 75px;
  text-align: justify;
  padding: 30px 70px 0 0px;
}

.about-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 25px;
}

.about-right {
  position: relative;
}

.my-pic-div {
  margin-top: 50px;
  width: 100%;
  border-radius: 9px;
  position: relative;
  z-index: 10;
}

.my-pic-div::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  right: 50%;
  width: 240%;
  height: 100%;
  border: 1.5px solid rgb(18, 241, 241);
  border-radius: 0 9px 0 0;
  border-bottom: 0;
  border-left: 0;
  z-index: -1;
}

.my-pic {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1.5px solid rgb(18, 241, 241);
  border-radius: 9px;
}

.about-me {
  font-size: 21px;
  font-weight: bold;
  margin-top: 50px;
}

.about-intro {
  font-size: 18px;
  margin-top: 15px;
  line-height: 25px;
  text-align: left;
}

.about-header {
  color: rgb(18, 241, 241);
  font-size: 30px;
}

.last-cen {
  text-align: center;
}

#recent-header {
  opacity: 0;
  transform: translateY(40px);
}

#logo, #socials, #menu {
  opacity: 0;
}

#top-1, #top-2, #top-3, #top-4 {
  opacity: 0;
  transform: translateY(-20px);
}

#hi, #name, #job, #real-intro, #cta-div {
  opacity: 0;
  transform: translateY(20px);
}

.work-1, .work-2, .work-3, .work-4, .work-5{
  opacity: 0;
  transform: translateY(60px);
}

.mini-heading {
  color: white;
  font-size: large;
  margin-top: 40px;
  line-height: 25px;
}

.tech-stacks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.stack {
  border: 1px solid rgb(18, 241, 241);
  border-radius: 5px;
  background-color: rgba(18, 241, 241, 0.16);
  display: flex;
  align-items: center;
  color: rgb(18, 241, 241);
  padding: 20px;
  height: 35px;
  margin: 8px;
}

.work {
  margin: 210px 0px 90px 0px;
  padding: 0 70px 0 0px;
  padding-top: 30px;
}

.work-card-wrapper {
  padding-top: 90px;
}

.work-card-wrapper:nth-of-type(1) {
  padding-top: 50px;
}

.project-header {
  color: white;
  font-size: x-large;
}

.work-card {
  margin-top: 20px;
  border-radius: 10px;
  width: 100%;
  position: relative;
}

.work-on {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: inherit;
  background-color: transparent;
}

.work-on:hover {
  background-color: rgba(72, 240, 240, 0.16);
}

.work-pic {
  width: 70%;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.work-pic-img {
  width: 100%;
  border-radius: 10px;
}

.work-desc {
  background-color: rgb(10, 50, 82);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 45%;
  padding: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}

.work-techs {
  height: 20%;
  width: 100%;
  font-size: medium;
  padding-top: 20px;
  position: relative;
  z-index: 20;
  line-height: 25px;
}

.visit-each {
  position: absolute;
  right: 0;
  font-weight: bold;
  transition: 0.3s;
  color: white;
  text-align: center;
}

.visit-each:hover {
  color: rgb(18, 241, 241);
}

.actual-work-desc {
  height: 80%;
  width: 100%;
  font-size: 14px;
  padding-top: 15px;
  line-height: 25px;
}

.contact {
  margin: 210px 0px 90px 0px;
  padding: 0 70px 0 0px;
  padding-left: 50px;
  padding-right: 50px;
  opacity: 0;
  transform: translateY(40px);
}

.contact-talk {
  margin-top: 20px;
  line-height: 25px;
  text-align: center;
}

.ready-to-talk {
  display: block;
  font-size: medium;
  border: 1.5px solid rgb(18, 241, 241);
  border-radius: 6px;
  padding: 1.05rem 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  color: rgb(18, 241, 241);
  transition: 0.4s;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ready-to-talk:hover {
  background-color: rgba(18, 241, 241, 0.16);
}

.end-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 40px;
  padding: 10px;
  padding-right: 70px;
}

.end-talk {
  font-size: medium;
  transition: 0.4s;
}

.end-talk:hover {
  color: rgb(18, 241, 241);
}

@media only screen and (max-width: 1200px) {
  .name,
.job {
    margin-top: 7px;
  }
  .realIntro {
    margin-top: 40px;
  }
  .ctaDiv {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 998px) {
  .about {
    padding: 0 50px 0 0;
  }
  .realIntro {
    margin-top: 20px;
  }
  .work-pic {
    width: 80%;
  }
  .work-desc {
    width: 65%;
  }
}
@media only screen and (max-width: 992px) {
  .about {
    padding: 0 50px 0 0;
  }
  .realIntro {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about {
    margin-top: 160px;
  }
  .about-grid {
    display: block;
  }
  .about-left {
    width: 100%;
  }
  .my-pic-div {
    width: 45%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .my-pic-div::before {
    border-top: 0;
    border-left: 0;
    border-bottom: 1.5px solid rgb(18, 241, 241);
    border-right: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -50%;
    width: 90vw;
  }
  .topLinks {
    display: none;
  }
  .menu {
    display: block;
    height: 100%;
    width: auto;
  }
  #layer_1 {
    height: 100%;
    width: auto;
  }
  .logo {
    height: 115%;
  }
  .root {
    padding-top: 0;
  }
  .small-link {
    display: inline;
  }
  .top {
    padding: 14px;
    height: 75px;
  }
  .topLinks {
    margin: 0;
    font-size: large;
  }
  .sect1 {
    margin-top: 75px;
  }
  .intro {
    margin: 0;
    padding: 50px 0 0 20px;
  }
  .realIntro {
    width: 100%;
  }
  .about {
    padding: 0;
  }
  .work {
    padding: 0;
  }
  .work-techs {
    font-size: small;
  }
  .contact {
    padding: 0;
  }
  .socials {
    display: none;
  }
  .socials-down {
    display: flex;
  }
  .socials-down {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 40px;
  }
  .social-div-down {
    padding: 5px;
    margin-left: 35px;
    height: 100%;
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-div-down:first-of-type {
    margin-left: 0;
  }
  .socials-down .social-div-down svg {
    width: 100%;
    height: 100%;
    stroke: rgb(212, 206, 206);
    transition: 0.2s;
  }
  .end-div {
    padding: 10px;
  }
  .work-desc {
    position: unset;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .work-pic {
    width: 100%;
  }
  .work-card {
    border-radius: 10px;
  }
  .work-pic-img {
    border-radius: 10px 10px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .sect1 {
    min-height: unset;
    padding-bottom: 155px;
  }
  .root {
    padding: 0px 20px 0px 20px;
  }
  .name {
    font-size: clamp(40px, 8vw, 80px);
    margin-top: 10px;
  }
  .job {
    font-size: clamp(40px, 8vw, 80px);
    margin-top: 10px;
  }
  .ctaDiv {
    margin-top: 70px;
  }
  .intro {
    padding: 30px 0 0 0px;
  }
  .about {
    margin: 0;
    padding-top: 30px;
  }
  .about-me {
    margin-top: 20px;
  }
  .about-header {
    font-size: x-large;
  }
  .about-intro {
    font-size: medium;
  }
  .tech-stacks {
    margin-top: 20px;
  }
  .stack {
    height: 18px;
    margin: 9px;
  }
  .work {
    margin: 0;
    padding: 90px 0px 20px 0px;
  }
  .work-techs {
    font-size: medium;
  }
  .visit-each {
    position: unset;
    display: block;
    margin-top: 5px;
  }
  .actual-work-desc {
    font-size: medium;
  }
  .work-card-wrapper {
    padding-top: 40px;
  }
  .work-card {
    border-radius: 6px;
  }
  .work-pic {
    width: 100%;
  }
  .work-card {
    border-radius: 6px;
  }
  .work-pic-img {
    border-radius: 6px 6px 0 0;
  }
  .work-desc {
    width: 100%;
    position: unset;
  }
  .contact {
    margin: 0;
    padding: 135px 10px 60px 10px;
  }
  .ready-to-talk {
    margin-top: 50px;
  }
  .end-div {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 960px) and (orientation: landscape) {
  .socials {
    height: 65%;
  }
  .socials::after {
    display: none;
  }
}
@media only screen and (max-width: 300px) {
  .about {
    margin-top: 50px;
  }
}