html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  position: relative;
}

html {
  overflow: hidden;
}

body {
  background-color: black;
  scroll-behavior: smooth;
  overflow: hidden;
  scroll-snap-type: y mandatory;
}

* {
  user-select: none;
}

button {
  cursor: none !important;
}

a {
  text-decoration: none !important;
}

section {
  height: 100%;
  width: 100%;
}

.section2 {
  height: 100%;
  background-color: black;
}

.grid_container {
  display: flex;
  height: 100%;
}

hr {
  background-color: white;
  color: white;
}

header {
  background-color: #000000 !important;
}

@font-face {
  font-display: swap;
  font-family: Akira;
  src: url("../fonts/Akira.ttf") format("truetype");
}
.welcoming {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 1;
  display: grid;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  transform: translateY(0%);
  transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.welcoming.hide {
  transform: translateY(-150%);
}

.sect_welcoming {
  background-color: transparent;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5000;
}

.socials_icon {
  font-size: 4em;
}

.nav-item-with-icon a {
  display: flex;
  align-items: center;
}

.center-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.socials i {
  color: white;
  display: inline;
  margin: 1em 0 0 0.5em;
  text-align: center;
}

.buttons {
  width: 100%;
  display: flex;
  font-family: Helvetica;
  gap: 1%;
  justify-content: center;
  margin-bottom: 3%;
  margin-right: -2%;
}

.cover {
  z-index: 1002;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.titles {
  height: 100%;
}

.title_heading_1 {
  color: white;
}

.my_portfolio,
.aryan_randeriya {
  display: flex;
  height: 100%;
  justify-content: center;
  transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.my_portfolio {
  font-size: clamp(1.3em, 5vw, 3em);
  font-family: Times;
  transform: translateY(-100%);
  font-family: IllusionSerif;
}

.my_portfolio_container,
.aryan_randeriya_container {
  overflow: hidden;
}

.my_portfolio.show,
.aryan_randeriya.show {
  transform: translateY(0%);
}

.aryan_randeriya {
  transform: translateY(100%);
  font-size: clamp(3.5em, 10vw, 8em);
  font-family: "Times New Roman", Times, serif;
}

.section_content1 {
  opacity: 0;
}

.content1_title {
  justify-content: center;
  color: white;
  font-family: Helvetica;
  font-size: 3.5em;
  transition: opacity 0.5s ease,
    transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: opacity 0.5s ease,
    transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
  transform: translateY(100%);
  opacity: 0;
}

.content1_title_container {
  overflow: hidden;
}

.content1_title:hover {
  color: #00bbff;
}

.content1_title.show {
  opacity: 1;
  transform: translateY(0%);
}

#span_designer:hover,
#span_dev:hover,
#span_entre:hover {
  color: white;
}

#hey_container {
  margin-left: -10%;
}

#hey {
  margin-bottom: 40px;
}
#imaryan {
  margin-bottom: 25px;
}

#description {
  line-height: 120%;
}

.subcontent1 {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
  padding: 10px;
  z-index: 1;
  background: transparent;
}

.content1,
.content2 {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content2 {
  background: black;
  height: 100%;
  width: 100%;
}

.cursor_glow_two {
  width: 1200px !important;
  height: 1300px !important;
}

.content1 {
  background: black;
  margin-top: 0.1%;
}

.subcontent3 {
  height: 70%;
  width: 100%;
  margin: 4em;
  border-radius: 5em;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

.zoom-out {
  transform: scale(1);
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
}

.zoom-in {
  transform: scale(3);
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
}

#ontop-gradient {
  border-radius: 5em;
}

#ontop-gradient,
#ontop-gradient-main {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
  outline-color: white;
  outline-style: solid;
  outline-width: 1px;
  transition: box-shadow 0.5s ease;
  -webkit-transition: box-shadow 0.5s ease;
}

#gradient-canvas {
  border-radius: 5em;
  rotate: 180deg;
  position: absolute;
}

#gradient-canvas-main,
#gradient-canvas {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;

  --gradient-color-1: #ffffff;
  --gradient-color-2: #34b4fe;
  --gradient-color-3: #000000;
  --gradient-color-4: #00bbff;
  background-color: black;
}

/* ! Scroll button */

.scroll_btn {
  bottom: 5%;
  width: 47px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline-color: white;
  outline-width: 2px;
  outline-style: solid;
  background-color: rgb(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  -webkit-transition: opacity 1.5s ease-in-out;
}

.svgArrow {
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  align-items: center;
  fill: white;
}

.scroll_btn:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  background-color: rgb(0, 0, 0, 0.2);

  align-items: center;
}

.scroll_btn:hover .svgArrow {
  width: 20px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transform: translateY(200%);
}

.scroll_btn::before {
  position: absolute;
  bottom: -20px;
  content: "View Website";
  color: white;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  font-size: 0px;
  background: transparent;
  font-family: Timesi;
}

.scroll_btn:hover::before {
  font-size: 18px;
  opacity: 1;
  bottom: unset;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}

.grid_container {
  display: flex;
  height: 100%;
  align-items: center;
}

.bento_grid {
  width: 100%;
  display: grid;
  height: 700px;
  padding: 5% 5%;
  gap: 2%;
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 320px);
}

.bento_card {
  height: 100%;
  width: 100%;
  background-color: grey;
  backdrop-filter: blur(30px);
  border-radius: 30px;
  color: white;
  outline: 1px solid rgba(255, 255, 255, 0.2);
}

.bento_card_content {
  height: 100%;
  width: 100%;
  display: grid;
  justify-content: center;
  position: relative;
  text-align: center;
  font-family: Helvs;
  padding: 3%;
}

.bento_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  align-self: flex-end;
  border-radius: 30px;
  z-index: 1;
}

.bento_shadow.half {
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 80%);
}

.bento_shadow.topdown {
  background-image: linear-gradient(rgba(0, 0, 0, 1) 10%, transparent 40%);
}

.alignstart {
  align-self: start;
}

.alignend {
  align-self: end;
}
.aligncenter {
  align-self: center;
}

.lighter_card {
  background-color: rgb(0, 187, 255, 0.7);
}
.columns1to3 {
  grid-column: 1/3;
}

.columns3to4 {
  grid-column: 3/5;
}

.columns2 {
  grid-column: 1/3;
}

.rows2 {
  grid-row: 1/3;
}

h1,
h6 {
  z-index: 1;
}

#year {
  font-weight: bold;
  font-size: 5em;
}

#reponum {
  font-size: 6em;
  font-weight: bold;
  margin-top: 10px;
  text-shadow: 0px 0px 50px white;
}

.card_title {
  font-weight: bold;
  font-size: 2.3em;
}

.bento_icon_tool {
  height: 50px;
}

.service {
  font-size: 1.7em;
  line-height: 90%;
  font-family: Helvs;
}

#github_logo,
#javapython {
  justify-self: center;
  align-self: center;
  position: absolute;
}

#github_logo {
  margin-bottom: 30px;
  height: 250px;
}

#javapython {
  height: 230px;
  margin-bottom: 50px;
}

/*! Responsive Styles */

/* !Responsive */
@media screen and (max-width: 600px) {
  .button_primary .icon,
  .button_blue .icon,
  .button_secondary .icon {
    height: auto;
    width: auto;
  }

  hr {
    width: 60%;
  }

  .welcoming.hide {
    transform: translateY(-170%);
  }

  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .button_blue {
    margin-top: 10px !important;
    width: 100% !important;
  }

  .button_blue .icon {
    border-radius: 7px !important;
  }

  .socials {
    margin-top: 5%;
  }

  .cursor_glow_two {
    width: 500px !important;
    height: 1000px !important;
  }

  .words_rotating_span {
    font-size: 50px;
    margin-bottom: 1px;
  }

  #gradient-canvas {
    border-radius: 2em;
  }

  #ontop-gradient {
    border-radius: 2em;
  }

  .subcontent3 {
    height: 70%;
    width: 90%;
    margin: 4em;
    margin-top: 5em;
  }

  .socials_icon {
    font-size: 2em;
  }

  .subcontent1 p {
    font-size: 2em;
    margin-bottom: 10px !important;
  }

  #description {
    text-align: end;
  }
  .marquee__part {
    font-size: 2em;
  }
}
@font-face {
  font-display: swap;
  font-family: IllusionSerif;
  src: url("../fonts/IllusionSerif-Regular.ttf") format("truetype"),
    url("../fonts/IllusionSerif-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-display: swap;
  font-family: TimesDisplay;
  src: url("../fonts/times.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: TimesBD;
  src: url("../fonts/timesbd.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: TimesI;
  src: url("../fonts/timesi.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: TimesBI;
  src: url("../fonts/timesbi.ttf") format("truetype");
}

.custom-shape-divider-top-1707225707 .shape-fill {
  fill: black;
}
.custom-shape-divider-top-1707225707 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 500px;
}
.custom-shape-divider-top-1707225707 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: rotate(180deg) translateY(-99%);
}

#description_container {
  width: 130%;
  margin-left: 10%;
}

.snapchat_sticker {
  height: 40%;
}
