/* Reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #434343;
}
body::-webkit-scrollbar-thumb {
  background: #ffc5e7;
  border-radius: 3px;
}

ol, ul, button {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus, a:hover, a:active, a:focus, button:focus {
  text-decoration: none;
  outline: none;
}

button, a {
  border: none;
  font-size: unset;
  padding: 0;
  margin: 0;
  background: transparent;
  background-color: none;
  outline: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  background-image: url("../images/BG.jpg");
  color: white;
  text-align: center;
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: heavy;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
body #tsparticles {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body header {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  font-weight: 300;
}
body header .mainTitle {
  position: relative;
  font-size: clamp(2rem, 3vw, 3rem);
  margin-left: -25vw;
}
@media only screen and (max-width: 480px) {
  body header .mainTitle {
    margin-left: -35vw;
  }
}
body header .mainTitle1 {
  position: relative;
  color: #ffc5e7;
  font-size: clamp(3.3rem, 8vw, 10rem);
  display: flex;
  justify-content: center;
  overflow: hidden;
}
body header .mainTitle2 {
  font-size: clamp(2rem, 3.5vw, 4rem);
  margin-left: 25vw;
}
@media only screen and (max-width: 480px) {
  body header .mainTitle2 {
    margin-left: 40vw;
  }
}
body header .scrollDown {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
body header .scrollDown::after {
  content: "";
  position: absolute;
  bottom: -10px;
  transform: translateX(-50%);
  left: 52%;
  width: 11px;
  height: 52px;
  pointer-events: none;
  background: url(../images/scroll.png) no-repeat 0% 0%;
  background-size: contain;
}
body header .scrollDown div {
  height: 25px;
  overflow: hidden;
}
body header .scrollDown div p {
  position: relative;
  font-size: 1.5rem;
  -webkit-background-clip: text;
          background-clip: text;
  animation: scrollAni 1s ease-out infinite;
  text-fill-color: transparent;
}
body header .scrollDown div p:nth-child(2) {
  top: 23px;
}
@keyframes scrollAni {
  0% {
    top: -30px;
  }
  100% {
    top: 0px;
  }
}

section {
  margin-top: 15vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section {
    margin-top: 10vh;
  }
}
section h2 {
  color: white;
  margin: 3% 0;
}
section h1.secTitle {
  font-size: clamp(2rem, 3vw, 4rem);
  margin: 3%;
}
section span {
  border: unset;
  font-size: clamp(1.1rem, 1.3vw, 2rem);
}
section p {
  font-size: clamp(1.3rem, 2vw, 2rem);
  text-align: start;
  color: #ffc5e7;
}
section p.time {
  border: unset;
  color: white;
  font-size: clamp(1.1rem, 1.2vw, 2rem);
}
section label {
  text-align: center;
  color: white;
  padding: 5px 20px;
  font-size: 1rem;
  border: 1px solid white;
  border-radius: 5px;
  font-weight: 1500;
}
section label.seemore {
  border: unset;
  color: #000000;
  background-color: #ffc5e7;
}
section label.uiuxBut {
  margin: 10px 0;
  border: unset;
  color: #000000;
  background-color: #ffffff;
  transition: 0.3s all;
}
section label.uiuxBut:hover {
  transform: scale(1.1);
  cursor: pointer;
}
section label.uiuxBut.uiuxBut4, section label.uiuxBut.uiuxBut5 {
  display: none;
}
section .project {
  width: 85%;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffc5e7;
  justify-content: center;
  padding: 10vh 0;
  flex-wrap: wrap;
}
section .project:nth-child(odd) {
  flex-direction: row-reverse;
}
section .project:nth-last-child(1) {
  border: none;
}
@media only screen and (max-width: 991px) {
  section .project {
    padding: 5vh 0;
  }
}
section .project a {
  text-decoration: none;
}
section .project_s1 {
  width: 65%;
  border: none;
  padding: 5vh 0;
}
@media only screen and (max-width: 991px) {
  section .project_s1 {
    width: 85%;
  }
}
section .secText {
  width: 40%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  padding: 5vh 20px;
}
@media only screen and (max-width: 991px) {
  section .secText {
    width: 100%;
    align-content: flex-start;
    padding: unset;
  }
}
section .secText_s1 {
  width: 100%;
  text-align: start;
}
section .secText_s1 .list li {
  list-style-type: disc;
  margin-left: 15px;
  line-height: 2.5rem;
}
section .secText_s1 .secTitleWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  section .secText_s1 .secTitleWrap {
    flex-direction: column;
  }
}
section .secTextUiux, section .secTextVisual {
  width: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  padding: 2vh 20px;
}
@media only screen and (max-width: 991px) {
  section .secTextUiux, section .secTextVisual {
    width: 100%;
    align-content: flex-start;
    padding: unset;
  }
}
section .secTextVisual {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  section .secTextVisual {
    width: 100%;
    align-content: flex-start;
    padding: unset;
  }
}
@media only screen and (max-width: 991px) {
  section {
    width: 100%;
    align-content: flex-start;
    padding: unset;
  }
}
section .skillWrap {
  margin: 10px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
section .linkWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
section .githubIcon, section .figmaIcon {
  text-align: center;
  color: #000000;
  background-color: #fff;
  padding: 5px 20px;
  border: 1px solid white;
  border-radius: 5px;
  transition: 0.3s all;
  font-size: 1rem;
  font-weight: 1500;
}
section .githubIcon:hover, section .figmaIcon:hover {
  transform: scale(1.1);
}
section .githubIcon img, section .figmaIcon img {
  width: 24px;
  height: 24px;
}
section .banner {
  position: relative;
  overflow: hidden;
  width: 45%;
  border-radius: 20px;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 991px) {
  section .banner {
    width: unset;
    margin: 5vh 0;
    border-radius: 10px;
  }
}
section .banner a {
  z-index: 3;
  cursor: pointer;
}
section .banner a img {
  transition: 0.2s linear;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
section .banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s linear;
  font-size: 24px;
  pointer-events: none;
}
section .banner:hover .mask {
  opacity: 1;
}
section .banner:hover img {
  transform: scale(1.1);
}
section .bannerUiux, section .bannerVisual {
  width: 65%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 991px) {
  section .bannerUiux, section .bannerVisual {
    width: unset;
    margin: 5vh 0;
  }
}
section .bannerUiux:hover img, section .bannerVisual:hover img {
  transform: unset;
}
section .bannerVisual {
  width: 45%;
}
@media only screen and (max-width: 991px) {
  section .bannerVisual {
    width: unset;
    margin: 5vh 0;
  }
}
section .bannerVisual:hover img {
  transform: unset;
}

footer {
  width: 85%;
  margin: 5rem auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 0;
}
footer .footerImg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin: 10px;
}

.svgImg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
}
.svgImg_nav {
  width: 2rem;
  fill: #fff;
  height: 2rem;
  transition: 0.3s all;
}
.svgImg_nav:hover {
  transform: scale(1.2);
}
.svgImg_sec {
  width: 1.5rem;
  height: 1.5rem;
  fill: #000000;
}

.navbar {
  background: linear-gradient(0deg, rgba(36, 36, 36, 0) 15.05%, rgba(77, 77, 77, 0.6862745098) 85.34%) !important;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 11;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .navbar {
    background: linear-gradient(0deg, rgba(36, 36, 36, 0.8823529412) 15.05%, rgba(77, 77, 77, 0.6862745098) 85.34%) !important;
  }
}
.navbar .logo {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .navbar .logo {
    position: unset;
  }
}
.navbar .logo a {
  transition: 0.2s all;
}
.navbar .logo a:hover {
  filter: brightness(1.5);
}
.navbar .navbar-collapse {
  justify-content: center;
  gap: 30px;
}
.navbar .navbar-collapse .navbar-nav li {
  position: relative;
  padding: 25px 0px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav li {
    font-size: 18px;
  }
}
.navbar .navbar-collapse .navbar-nav li:last-child .nav-link {
  border: 0px;
}
.navbar .navbar-collapse .navbar-nav li .nav-link {
  border-right: 1px solid #ffc5e7;
  padding: 0 40px;
  color: white;
  cursor: pointer;
}
.navbar .navbar-collapse .navbar-nav li .nav-link:hover {
  color: white;
  position: relative;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.6), 0 0 15px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav li .nav-link {
    border: 0px;
  }
}

.s4 .swiper {
  overflow-x: hidden;
  width: 100%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .s4 .swiper {
    padding-top: 0;
  }
}
.s4 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 600px;
  height: auto;
  text-align: center;
}
.s4 .swiper-slide img {
  display: inline-block;
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .s4 .swiper-slide img {
    border-radius: 10px;
  }
}
.s4 .swiper .swiper-button-prev, .s4 .swiper .swiper-button-next {
  top: 50%;
  width: 55px;
  height: 55px;
  z-index: 9;
  transition: 0.3s all;
  color: #ffc5e7;
  background: rgba(0, 0, 0, 0.7529411765);
  border-radius: 20px;
  opacity: 0.5;
  border: 2px solid #ffffff;
}
.s4 .swiper .swiper-button-prev:after, .s4 .swiper .swiper-button-next:after {
  font-size: 25px;
}
.s4 .swiper .swiper-button-prev:hover, .s4 .swiper .swiper-button-prev:focus, .s4 .swiper .swiper-button-prev.active, .s4 .swiper .swiper-button-next:hover, .s4 .swiper .swiper-button-next:focus, .s4 .swiper .swiper-button-next.active {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .s4 .swiper .swiper-button-prev, .s4 .swiper .swiper-button-next {
    display: none;
  }
}

.s5 .swiper, .s7 .swiper, .s8 .swiper {
  overflow-x: hidden;
  width: 100%;
  max-width: 800px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .s5 .swiper, .s7 .swiper, .s8 .swiper {
    padding-top: 0;
  }
}
.s5 .swiper-slide, .s7 .swiper-slide, .s8 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 600px;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.s5 .swiper-slide img, .s7 .swiper-slide img, .s8 .swiper-slide img {
  display: inline-block;
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .s5 .swiper-slide img, .s7 .swiper-slide img, .s8 .swiper-slide img {
    border-radius: 10px;
  }
}
.s5 .swiper .swiper-button-prev, .s5 .swiper .swiper-button-next, .s7 .swiper .swiper-button-prev, .s7 .swiper .swiper-button-next, .s8 .swiper .swiper-button-prev, .s8 .swiper .swiper-button-next {
  top: 50%;
  width: 55px;
  height: 55px;
  z-index: 9;
  transition: 0.3s all;
  color: #ffc5e7;
  background: rgba(0, 0, 0, 0.7529411765);
  border-radius: 20px;
  opacity: 0.5;
  border: 2px solid #ffffff;
}
.s5 .swiper .swiper-button-prev:after, .s5 .swiper .swiper-button-next:after, .s7 .swiper .swiper-button-prev:after, .s7 .swiper .swiper-button-next:after, .s8 .swiper .swiper-button-prev:after, .s8 .swiper .swiper-button-next:after {
  font-size: 25px;
}
.s5 .swiper .swiper-button-prev:hover, .s5 .swiper .swiper-button-prev:focus, .s5 .swiper .swiper-button-prev.active, .s5 .swiper .swiper-button-next:hover, .s5 .swiper .swiper-button-next:focus, .s5 .swiper .swiper-button-next.active, .s7 .swiper .swiper-button-prev:hover, .s7 .swiper .swiper-button-prev:focus, .s7 .swiper .swiper-button-prev.active, .s7 .swiper .swiper-button-next:hover, .s7 .swiper .swiper-button-next:focus, .s7 .swiper .swiper-button-next.active, .s8 .swiper .swiper-button-prev:hover, .s8 .swiper .swiper-button-prev:focus, .s8 .swiper .swiper-button-prev.active, .s8 .swiper .swiper-button-next:hover, .s8 .swiper .swiper-button-next:focus, .s8 .swiper .swiper-button-next.active {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .s5 .swiper .swiper-button-prev, .s5 .swiper .swiper-button-next, .s7 .swiper .swiper-button-prev, .s7 .swiper .swiper-button-next, .s8 .swiper .swiper-button-prev, .s8 .swiper .swiper-button-next {
    display: none;
  }
}

.s6 .swiper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.s6 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 600px;
  height: auto;
  text-align: center;
  margin: auto -20px;
}
@media only screen and (max-width: 767px) {
  .s6 .swiper-slide {
    width: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .s6 .swiper-slide {
    width: 280px;
  }
}
.s6 .swiper-slide img {
  display: inline-block;
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  height: 5px;
  border-radius: 20%;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffc5e7;
}

.mainTitle1 b {
  transform: scaleY(0);
  animation: textTransform_in 6s infinite cubic-bezier(0.76, 0, 0.24, 1);
}
.mainTitle1 b:nth-child(1) {
  animation-delay: 0s;
}
.mainTitle1 b:nth-child(2) {
  animation-delay: 0.1s;
}
.mainTitle1 b:nth-child(3) {
  animation-delay: 0.2s;
}
.mainTitle1 b:nth-child(4) {
  animation-delay: 0.3s;
}
.mainTitle1 b:nth-child(5) {
  animation-delay: 0.4s;
}
.mainTitle1 b:nth-child(6) {
  animation-delay: 0.5s;
}
.mainTitle1 b:nth-child(7) {
  animation-delay: 0.6s;
}
.mainTitle1 b:nth-child(8) {
  animation-delay: 0.7s;
}
.mainTitle1 b:nth-child(9) {
  animation-delay: 0.8s;
}
.mainTitle1 b:nth-child(10) {
  animation-delay: 0.9s;
}
.mainTitle1 b:nth-child(11) {
  animation-delay: 1s;
}
.mainTitle1 b:nth-child(12) {
  animation-delay: 1.1s;
}
.mainTitle1 b:nth-child(13) {
  animation-delay: 1.2s;
}
.mainTitle1 b:nth-child(14) {
  animation-delay: 1.3s;
}
.mainTitle1 b:nth-child(15) {
  animation-delay: 1.4s;
}
.mainTitle1 b:nth-child(16) {
  animation-delay: 1.5s;
}
.mainTitle1 b:nth-child(17) {
  animation-delay: 1.6s;
}
.mainTitle1 b:nth-child(18) {
  animation-delay: 1.7s;
}
.mainTitle1 b:nth-child(19) {
  animation-delay: 1.8s;
}
@keyframes textTransform_in {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  25% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  75% {
    transform-origin: 50% 0%;
    transform: scaleY(1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scaleY(0);
  }
}/*# sourceMappingURL=app.css.map */