@font-face {
  font-family: 'samsung_med';
  src: url('assets/font/samsungsharpsans-medium.otf') format('opentype');
}
@font-face {
  font-family: 'samsung_bold';
  src: url('assets/font/samsungsharpsans-bold.otf') format('opentype');
}
@font-face {
  font-family: 'samsung_lit';
  src: url('assets/font/samsungsharpsans.otf') format('opentype');
}

@font-face {
  font-family: 'uber_bold';
  src: url('assets/font/UberMoveBold.otf') format('opentype');
}
@font-face {
  font-family: 'uber_med';
  src: url('assets/font/UberMoveMedium.otf') format('opentype');
}
@font-face {
  font-family: 'uber_reg';
  src: url('assets/font/UberMoveTextRegular.otf') format('opentype');
}
@font-face {
  font-family: 'uber_lit';
  src: url('assets/font/UberMoveTextLight.otf') format('opentype');
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html,
  body {
    width: 100%;
    height: 100%;
  }
  
  body {
    color: #ffffff;
    font-family: "Neue Montreal", sans-serif;
    background: #ffffff;
  }
  
  /* Navbar */
  

  .nav-sep {
    height: 100%;
    width: 2px;
    background: #fff;
  }
  
  .navbar {
    position: fixed;
    top: 1em;
    width: 50%;
    height: 55px;
    padding: 0 1em;
    color: var(--color-text-primary);
    z-index: 100000;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .navbar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    backdrop-filter: blur(30px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(30px) saturate(120%) !important;
    border: 1px solid var(--color-border);
    z-index: -1;
    border-radius: 2em;
  }
  
  .navbar .container {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 2em;
    width: 100%;
    max-width: 1200px;
    padding: 0 !important;
  }
  
  .hamburger-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    line-height: 55px;
  }
  
  .hamburger-icon i {
    position: relative;
    top: 1.25px;
  }
  
  #hamburger-toggle {
    display: none;
  }
  
  .navbar-logo {
    font-size: 17px;
    font-weight: 600;
  }
  
  .navbar-logo i {
    position: relative;
    font-size: 30px;
    top: 2px;
  }
  
  .navbar-items ul {
    display: flex;
    gap: 0.25em;
    list-style: none;
  }
  
  .navbar-items ul li {
    line-height: 55px;
    font-size: 14px;
    font-weight: 500;
  }
  
  .navbar-items ul li a {
    padding: 1em;
    cursor: pointer;
  }
  
  .navbar-items .btn {
    line-height: 55px;
    margin-left: 1em;
  }
  
  .navbar-items .btn a {
    padding: 10px 20px !important;
    background: var(--color-brand-bg);
    border-radius: 40px;
  }
  
  @media screen and (max-width: 1000px) {
    .navbar {
      width: 100%;
      top: 0;
      border-radius: 0;
    }
  
    .navbar:before {
      border-radius: 0;
    }
    .navbar-links {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      position: fixed;
      width: 100%;
      height: calc(100vh - 51px);
      padding-top: 55px;
      top: 55px;
      left: 100%;
      border-top: 1px solid var(--color-border);
      background: rgba(0, 2, 18, 0.35);
      backdrop-filter: blur(30px) saturate(120%) !important;
      -webkit-backdrop-filter: blur(30px) saturate(120%) !important;
      text-align: center;
      transition: all 0.5s;
      z-index: 10000;
    }
  
    .navbar .container {
      justify-content: space-between;
    }
  
    .hamburger-icon {
      display: block;
    }
  
    #hamburger-toggle:checked ~ ul {
      left: 0%;
    }
  
    .navbar .container {
      padding: 0;
    }
  
    .navbar-items .btn {
      line-height: 55px;
      margin-left: 0px;
      margin-top: 30px;
    }
  }
  









  .wrapper {
    width: 100%;
    height: 100vh;
  }
  

  nav {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 2em;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  
  nav > div {
    flex: 1;
  }
  
  .pages {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  
  .shop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2em;
  }
  
  .nav_container{
    margin-left: 6rem;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row;
    
  }
  
  a {
    text-decoration: none;
    color: #0f0f0f;
  }
  
  .footer {
    position: sticky;
  
    bottom: 0;
    padding: 4em 2em;
    color: #000000;
  }
  
  .transition {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #000000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  
  .container {
    padding: 1rem;
    overflow: hidden;  
  }
  
  
/* Hero */


/* typing effect */
h1 span::before {
  content: "";
  /* height: 80px;
  width: 4px; */
  position: absolute;
  top: 50%;
  right: -8px;
  background: #000000;
  transform: translateY(-45%);
  animation: blink 0.7s infinite;
}
h1 span.stop-blinking::before {
  animation: none;
}
@keyframes blink {
  50% { opacity: 0 }
}






.v_container{
  position: relative;
  top: 0;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  display: grid;
  background-color: #000000;
  background-image: url('./assets/hero/bg_cover_jay.jpeg');
  background-size: cover;
  grid-template-columns: 2fr 1fr;
  /* opacity: 0; */
}

.vid-container{
  position: relative;
  top: 0;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  display: grid;
  background-color: #000000;
  background-image: url('./assets/hero/gifs/jayportfolio-ezgif.com-loop-count.gif');
  background-size: cover;
  grid-template-columns: 2fr 1fr;
  /* opacity: 0; */
}

.left-side{
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5rem;
  position: absolute; /* Position absolutely within the v_container */
  bottom: 0; /* Align to the bottom of the v_container */
  left: 0;  /* Align to the left of the v_container */
}

.tv{
  display: flex;
  text-transform: capitalize;
}

.bottom{
  transform: translateY(70px);
}


button{
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    vertical-align: middle;
    font-family: inherit;

  
}





button.herobtn {
  width: 12rem;
  height: auto;
}

button.herobtn .circle {
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #B6FF29;
  border-radius: 1.625rem;
  transition: all 0.46s cubic-bezier(0.65, 0, 0.076, 1);
  -webkit-transition: all 0.46s cubic-bezier(0.65, 0, 0.076, 1);
  -moz-transition: all 0.46s cubic-bezier(0.65, 0, 0.076, 1);
  -ms-transition: all 0.46s cubic-bezier(0.65, 0, 0.076, 1);
  -o-transition: all 0.46s cubic-bezier(0.65, 0, 0.076, 1);
}
button.herobtn .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

button.herobtn .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
}

button.herobtn .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #111;
  border-right: 0.125rem solid #111;
  transform: rotate(45deg);
}

button.herobtn .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  width: 10rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -moz-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -ms-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  -o-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #111;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #111;
}

.text-container{
  width: 460px;
display: flex;  /* margin-bottom: 6rem; */

}
#bio-container {
  margin: 20px;
  width: 800px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.text-container p{
  padding-bottom: 2rem;
  line-height: 1.4;
  flex-direction: column;
  color: #000;
  display: flex;
  justify-content: flex-end;
  opacity: .8;
}


.fa-arrow-right-long{
  transform: translateX(20px);
}

.bg{
  font-size: 100px;
}

.sm{
  font-size: 35px;
  height: 40px;
}


/* Scribble */
.preview-container {
  width: 100%; /* Set width as per your requirement */
  height: auto; /* Set height as per your requirement */
  background-color: #000000; /* Example background color */
  margin-top: 10px; /* Adjust margin as needed */
  overflow: auto; /* Enable scroll if content overflows */
}


  .title{
    position: relative;
    line-height: 1;
    font-size: 120px;
    font-weight: 400;
    color: #000000;
    /* top: 120px; */
    width: auto;
  }
  .typewriter{
    font-size: 120px;
  }
  
  
  .hero {
    bottom: 0;
    left: 0;
    margin: 1rem 0;
    border-radius: 8px;

    /* padding: 2em 2.5em; */
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 80vh;
    background-color: #999E9F;
    border: solid 1px black;
  }

  .hero h1{
    position: relativee;
    /* top: 100; */
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    left: 0;
    margin: 1rem;
  }
  .about {
    padding: 2em 2.5em;
    display:flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    border-radius: 8px;

    border: solid 1px black;
  
  }
  .canvas-container {
    width: 400px; /* Set width as per your requirement */
    height: 600px; /* Set height as per your requirement */
    background-color: #ccc; /* Example background color */
    margin-left: auto; /* Pushes the canvas-container to the right */
    margin-top: 1px; /* Adjust margin as needed */
    border: #000 2px solid;
    display: flex;
  }




  .containercanvas {
    display: flex;
    margin-left: auto; /* This will push the .containercanvas div to the right */
    border: #000 1px solid;
    justify-content: right;
    align-items: center;
    height: 100%;
    }
    


  .projects {
    margin: 1rem 0;
    padding: 2em 2.5em;
    background: #657192;
    display:flex;
    position: relative;
    flex-direction: column;
    border-radius: 8px;
    width: 100%;
    height: auto;
    border: solid 1px black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
  
  .research {
    border-radius: 8px;

    overflow: hidden;
    padding: 2rem;
    margin: 1rem 0;
    display:flex;
    position: relative;
    width: 100%;
    flex-direction: column;
  
    height: 100vh;
    border: solid 1px black;
  
  }

  
  .certificates {
    padding: 2em 2.5em;
  
    display:flex;
    position: relative;
    flex-direction: column;
    margin: 1rem 0;

    width: 100%;
    height: auto;
    border: solid 1px black;
  
  }
  
  .scrible {
    border-radius: 8px;
    margin: 1rem 0;

    display:flex;
    position: relative;
    flex-direction: column;
  background-color: #000000;
    width: 100%;
    height: 100vh;
    border: solid 1px black;
  
  }

  .jaygpt {
    border-radius: 8px;
    margin: 1rem 0;
    color: #000;
    display:flex;
    position: relative;
    flex-direction: column;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    border: solid 1px black;
  
  }
  .jaygpt h1{
    position: absolute;
    top: 0;
  }
  
  .about p{
    width: auto;
    font-size: 1.5rem;
  }
  .projects p,
  .research p,
  .certificates p,
  .scrible p{
    width: 50%;
    color: #000000;
    line-height: 22px;
  }
  
  
  
  .header-revealer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .header-revealer:after {
    content: "";
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: auto;
    background: #ffffff;
  }
  
  
  .roundedButton {
    margin-top: 2rem;

    width: 600px;
    border-radius: 3em;
    border: 1px solid rgb(136, 136, 136);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 1rem 0;
  }
  
  .roundedButton p {
    position: relative;
    z-index: 1;
    transition: color 0.4s linear;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
}
  .roundedButton:hover {
    background:"#455CE9";
  }
  .roundedButton:hover p {
    color: white;
  }
  
  .circle {
    width: auto;
    height: 150%;
    position: absolute;
    border-radius: 50%;
    top: 100%;
  }
  
  
  
  
  .article-text{
    margin: 1rem;
    padding: 1rem 0;
  }
  
  
/* Add this to your CSS file */

/* Add this to your CSS file */


/* Research  */

.recontainer {
  margin-top: 5rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
}




.items {
  position: absolute;
  width: 52%;
  display: flex;
  flex-direction: column;
}

.item {
  display: flex;
  padding: 1rem 1em;
  cursor: pointer;
}

.item-index {
  flex: 1;
}

.item-name {
  flex: 3;
  line-height: 2rem;
}

.item-year {
  padding-top: 1em;
  flex: 2;
}

.overlay {
  position: absolute;
  bottom: -1200px;
  right: 0;
  width: 45%;
  height: 650px;
  padding: 2em;
  margin: 0 0.5em 0 2em;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 2;
  will-change: top;
  transform: translateZ(0) rotate(20deg);
  transform-origin: bottom center;
}
.topleft {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 350px;
  
}
.topright {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 90px;
  height: 100px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.overlay::-webkit-scrollbar {
  display: none;
}

.img-container {
  width: 100%;
  padding-bottom: 2em;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1em 0;
}

.col:nth-child(1) {
  flex: 3;
}



#close-btn {
  cursor: pointer;
  opacity: 0.4;
  align-items: end;
}

.item-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1em 0 4em 0;
}

.item-details p:nth-child(1) {
  flex: 3;
}

.item-details p:nth-child(2) {
  flex: 2;
}

@media (max-width: 900px) {
  .items {
    width: 100%;
  }

  .overlay {
    width: 100%;
    height: 100vh;
  }
  .topright{
    margin-top: 50px;
  }

  
}

/* new video */

.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}













/* Video for larger screens (like laptops/desktops) */


/* Video for mobile phones (vertical video) */













/* Projects */


.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.projectfooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2em;
  display: flex;
  justify-content:space-evenly;
  align-items: center;
  z-index: 2;
}

.procontainer {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 2rem 0;
  overflow: hidden;
  opacity: 1;
  border-radius: 8px;
  transition: opacity 0.5s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.slider {
  
  position: absolute;
  top: 7vh;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  perspective: 200px;
  perspective-origin: 50% 100%;
}

.card {
  position: absolute;
  top: 50%;
  cursor: pointer;

  left: 50%;
  width: 50%;
  height: 500px;
  border-radius: 10px;
  transform: translate3d(-50%, -50%, 0px);
  overflow: hidden;
  background: #000;
}

.card img {
  position: absolute;

  opacity: 0.75;
  object-fit: fill;

}

.copy {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.proclass {
  position: relative;
  text-align: center;
  font-family: "samsung_bold";
  font-size: 4vw;
  font-weight: 300;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #dfe1c8;
  text-shadow: 1px 1px 2px black, 0 0 25px rgb(27, 27, 27), 0 0 5px rgb(59, 59, 60);

}
#barcode {
  margin-top: 20px;
}
.proclasssub {
  position: relative;
  text-align: center;
  font-family: "uber_lit";
  color: #dfe1c8;
}

.proclass h1 span {
  position: relative;
  display: inline-block;
}

@media (max-width: 900px) {
  .pages {
    display: none;
  }
}

.link--arrowedleft {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: #000;
  
  left: 1em;
  /* transform: rotate(180deg); */
  /*EqualtorotateZ(45deg)*/cursor: pointer;
  z-index: 3;
  display: inline-block;
}
.link--arrowedleft .arrow-icon {
  position: relative;
  margin-right: 2rem;

  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowedleft .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset .3s ease;
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowedleft:hover .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
.link--arrowedleft:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}





.link--arrowedright {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: #f1e6e6;
  right: 1em;
  margin-left: 2rem;
  cursor: pointer;
  z-index: 3;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.link--arrowedright .arrow-icon {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowedright .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset .3s ease;
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowedright:hover .arrow-icon {
          -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
          -moz-transform: translate3d(5px, 0, 0);
          -ms-transform: translate3d(5px, 0, 0);
          -o-transform: translate3d(5px, 0, 0);
}
.link--arrowedright:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

/* About */
.about_container {
  display: flex;
  border-radius: 8px;

  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  color: #000;
  font-family:  sans-serif;

}

.about-items:nth-child(1) {
  width: 100%;
  height: 200px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  padding: 2rem;
  order: 0;
  font-size: 3rem;
  font-weight: 400;
}

.about-items b{
  font-family: "uber_bold";
  
}



.about-items:nth-child(2) {
  display: flex;
  height: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  color: #000;
  font-family:  "uber_reg";


}
.about-items-2:nth-child(1) {
  width: 100%;
  height: 500px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  padding: 2rem;
  font-size: 1.5rem;
  order: 0;
}
.about-items-2:nth-child(2) {
  display: block;
  width: 100%;
  height: 500px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  padding: 2rem;
  order: 0;
}




.about-items:nth-child(3) {
  display: flex;
  height: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  color: #000;
  font-family:  "uber_reg";
}

.about-items-3:nth-child(1) {
  display: block;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  padding: 2rem;
  font-size: 1.5rem;
  overflow-wrap: anywhere;
  order: 0;
}
.about-items-3:nth-child(2) {
  display: block;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  padding: 2rem;
  order: 0;
}
.smallProjects{
  margin-right: 2rem;
  text-align: center;
}

.subProjects{
  margin-left: 2rem;
  width: 50%;
}


/* phone */
@media (max-width: 768px) {



  


  .counter {
    position: fixed;
    left: 50px;
    bottom: 50px;
    display: flex;
    height: 100px;
    font-size: 50px;
    line-height: 52px;
    clip-path: polygon(0 0, 100% 0, 100% 100px, 0 100px);
    font-weight: 200;
  }



  .topleft {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 180px;
    
  }

  .typewriter{
    font-size: 60px;
  }
  

  .about-items:nth-child(1){
    height: 0;
    display: none;
  }

  .vid-container{
    position: absolute;
    top: 0;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    display: grid;
    background-color: #000000;
    background-image: url('./assets/hero/gifs/jayportfolio_vertical.gif');
    background-size: cover;
    grid-template-columns: 2fr 1fr;
    /* opacity: 0; */
  }

  .v_container{
    position: absolute;
    top: 0;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    display: grid;
    background-color: #000000;
    background-image: url('./assets/hero/bg_jay_cover_portrait.png');
    background-size: cover;
    grid-template-columns: 2fr 1fr;
    /* opacity: 0; */
  }
  
  
  
  .left-side{
    margin: 0;
    display: flex;
    margin-top: 50%;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8rem;
  }

  .type-effect{
    font-size: 6rem;
  }
  
  .overlay-toggle{
    /* visibility: hidden; */
    top:1px;
    
  }

  .about{
    padding: 0;
  }

  .about-items-2:nth-child(2){
    padding: 1rem;
  }
  #canvas_container{
    background-color: #ffffff;
    width: 300px;
    align-items: end;
    border: #000 2px solid;
    height: 500px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }


  .canvas-container {
    width: 804px;
    /*Setwidthasperyourrequirement*/height: 300px;
    /*Setheightasperyourrequirement*/background-color: #ccc;
    /*Examplebackgroundcolor*/margin-left: auto;
    /*Pushesthecanvas-containertotheright*/margin-top: 1px;
    /*Adjustmarginasneeded*/border: #000 2px solid;
    display: flex;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  

  .smallProjects{
    font-size: 6rem;
    margin-right: 2rem;
    text-align: center;
  }

  
  .subProjects{
    margin-left: 2rem;
    width: 50%;
    z-index: 100;

  }
  .abutton{
    position: relative;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 250px;
    padding: 10px 10px 10px 10px;
    display: flex;
    border: 1px solid rgb(136, 136, 136);
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 55px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }



  .about-items:nth-child(2){
    display: block;
  }
  .about-items-2:nth-child(1) {
    width: 100%;

  }
  .about-items-2:nth-child(2) {
    display: block;
    width: 100%;
    height: 600px;
    padding-top: 5rem;


  }
  .no-wrap {
    white-space: normal; /* Allow line breaks */
    overflow-wrap: normal; /* Default value to avoid breaking words */
    word-break: normal; /* Default value to avoid breaking words */
  }

  .roundedButton {
    margin-top: 2rem;

    width: 300px;
    border-radius: 3em;
    border: 1px solid rgb(136, 136, 136);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 1rem 0;
  }
  

  .about-items:nth-child(3){
    display: block;
  }
}


    


/* about button downlaod resume  */
.abutton{
  margin: 2rem 0 2rem  12rem;
  position: relative;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 250px;
  padding: 10px 10px 10px 10px;
  display: flex;
  border: 3px solid rgb(0, 0, 0);
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 55px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.abutton.active{
  height: 2px;
  width: 120px;
}
.abutton::before{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: #000000;
  border-radius: 55px;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
}
.abutton.active::before{
  animation: layer 2s ease-in-out forwards;
  -webkit-animation: layer 2s ease-in-out forwards;
}
@keyframes layer {
  100%{
    left: 0%;
  }
}
.abutton .acontent{
  height: 100%;
  width: 100%;
  color: #020B44;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
}
.abutton.active .acontent{
  transform: translateY(60px);
}
.abutton .acontent i,
.abutton .acontent .abutton-text{
  color: #000000;
}
.abutton .acontent .abutton-text{
  margin-left: 8px;
}




/* Sidebar in Hero for nav */

.overlay-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 60px;
  margin: 0.75em;
  padding: 1em;
  border-radius: 0.5em;
  background: #fff;
align-items: center;  color: #000;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.herosidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100vh;
  padding: 0.75em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  overflow: hidden;
  pointer-events: none;
}

.herocard {
  position: relative;
  right: -110%;
  padding: 1em;
  flex: 1;
  background: #fff;
  color: #000;
  border-radius: 0.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
}

.herocard:nth-child(1) .card-title {
  display: flex;
  justify-content: space-between;
}

.projects_top_container {
  display: flex;
  align-items: center;
}
.heroclose-btn {
  position: relative;
  font-size: 60px;
  transform: scale(0);
  transition: transform 0.3s;
  transform-origin: center;
}

.herocard:nth-child(1):hover .close-btn {
  transform: scale(1);
}

.herocard-title {
  font-size: 50px;
  letter-spacing: -0.035em;
}

.herocard-copy {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  font-size: 15px;
  transition: transform 0.3s, opacity 0.3s;
}

.herocard:hover {
  background: #020B44;
  color: #fff;
}

.herocard:hover .herocard-copy {
  opacity: 1;
  transform: translateY(0px);
}

@media(max-width: 900px) {
  .hero {
      top: 25%;
      width: 100%;
  }

  .herosidebar {
      width: 100vw;
  }
}

/* Certificates */


.certcontainercanvas {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background: #000;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  border: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background-color: #f0f0f0;
  transform: scale(1.1);
}

.close-btn:active {
  transform: scale(0.9);
}
.straighten-btn {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: white;
  color: black;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

.straighten-btn:hover {
  background-color: #f0f0f0;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
}

.straighten-btn:active {
  transform: translateX(-50%) scale(0.95);
}

#certcanvas_container {
  width: 100%;
  height: 100%;
  background-color: #000;
}


/* scrible */

.certheader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
} 

 .certheader h1 {
  font-family: "Circular Std", sans-serif;
  font-size: 12vw;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 175%;
  color: #fff;
  text-align: center;
} 

.certitem {
  position: absolute;
  border-radius: 5px;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  /*padding: 0.5em 0.5em 4em 0.5em;
  */width: 250px;
  height: 200px;
  margin: 4rem;
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.certitem button {
  background: white;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
}


.certitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.canvas-container {
  width: 804px;
  /*Setwidthasperyourrequirement*/height: 300px;
  /*Setheightasperyourrequirement*/background-color: #ccc;
  /*Examplebackgroundcolor*/margin-left: auto;
  /*Pushesthecanvas-containertotheright*/margin-top: 1px;
  /*Adjustmarginasneeded*/border: #000 2px solid;
  display: flex;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#canvas_container{
  background-color: #ffffff;
  width: 100%;
  align-items: end;
  border: #000 2px solid;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}




.containercanvas {
  display: flex;
  margin-left: auto;
  /*Thiswillpushthe.containercanvasdivtotheright*/border: #ffffff 1px solid;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}




  /* jaygpt */
  .jaygptheader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } 

  .jaygpt_container{
    align-items: center;
    justify-content: center;
    display: flex;
  }

 .jaygptheader h1 {
  font-family: "Circular Std", sans-serif;
  font-size: 12vw;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 175%;
  margin: 0 2rem;
  color: #000000;
  text-align: center;

} 
.jaygptheader h3 {
  width: 1000px;
  font-family: "Circular Std", sans-serif;
  font-size: 2vw;
  font-weight: 500;
  color: #000000;
  text-align: center;

} 
.subheader h3 {
  width: 1000px;
  font-family: "Circular Std", sans-serif;
  font-size: 2vw;
  font-weight: 500;
  color: #ffffff;
  text-align: center;

} 

  .absolute {
    position: absolute;
    top: 50px !important;
    inset: 0;
    justify-content: center;
    display: inline-flex;
    flex-direction: row;
  }
  .bg-shape1 {
    width: 400px;
    height: 400px;
    border-radius: 9999px;
    position: relative;
    animation: one 10s infinite;
  }
  
  .bg-shape2 {
    width: 300px;
    height: 300px;
    border-radius: 9999px;
    position: relative;
    animation: two 10s infinite ;
}



  @keyframes one {
    0% {
      left: 0px;
      top: 0px;
    }
    25% {
      left: -100px;
      top: 70px;
    }
    50% {
      left: 20px;
      top: 150px;
    }
    75% {
      left: 50px;
      top: 100px;
    }
    100% {
      left: 0px;
      top: 0px;
    }
  }
  @keyframes two {
    0% {
      left: 0px;
      top: 0px;
    }
    25% {
      left: 50px;
      top: 10px;
    }
    50% {
      left: 100px;
      top: 50px;
    }
    75% {
      left: 50px;
      top: 100px;
    }
    100% {
      left: 0px;
      top: 0px;
    }
  }

  /* Background shape styles */
  .bg-shape1 {
    width: 400px;
    height: 400px;
    border-radius: 9999px;
    position: relative;
    animation: one 5s infinite;
    -webkit-animation: one 5s infinite;
}
  
  .bg-shape2 {
    width: 300px;
    height: 300px;
    border-radius: 9999px;
    animation: two 4s infinite;
    -webkit-animation: two 4s infinite;
}
  
  /* Utility classes */
  .opacity-50 {
    opacity: 0.5;
  }
  
  .bg-blur {
    filter: blur(90px);

}
  
  .bg-primary {
    background-color: lightblue; /* Replace with your desired primary color */
  }
  
  .bg-teal {
    background-color: teal;
  }
  
  .bg-purple {
    background-color: rgb(140, 0, 215);
  }
  .bg-green {
    background-color: rgb(144, 192, 42);
  }

  .bg-green {
    background-color: rgb(189, 163, 19);
  }
    
  .gpt_load_wrapper {
    column-gap: 10px;
    display:flex;
  }

.gpt_load_wrapper .dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #008ae6;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: animate 1s ease-in-out infinite alternate;
}

.dot:nth-child(1) {
    animation-delay: -0.25s;
}

.dot:nth-child(2) {
    background: #e60000;
    animation-delay: -0.5s;

}

.dot:nth-child(3) {
    background: #ffcc00;
    animation-delay: -0.75s;

}

.dot:nth-child(4) {
    background: #008800;
    animation-delay: -1s;

}

@keyframes animate {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(5px);
    }

}






/* loader */
  /* Loader CSS*/
  .loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DAD5D8;
    color: rgb(255, 255, 255);
    pointer-events: none;
  }
  
  .counter {
    position: fixed;
    left: 50px;
    bottom: 50px;
    display: flex;
    height: 100px;
    font-size: 100px;
    line-height: 102px;
    clip-path: polygon(0 0, 100% 0, 100% 100px, 0 100px);
    font-weight: 400;
  }
  
  .counter-1,
  .counter-2,
  .counter-3 {
    position: relative;
    top: -15px;
  }
  .header_name {
    display: flex;
    width: 500px;
    height: 50px;
    position: absolute;
    top:40%;
    left: 30%;
    text-align: center;
    font-size: 3em;
}
  .num1offset1 {
    position: relative;
    right: -25px;
  }
  
  .num1offset2 {
    position: relative;
    right: -10px;
  }

  .loader {
    position: absolute;
    top: 70%;
    z-index: 3;

    left: 50%;
    width: 300px;
    height: 50px;
    transform: translate(-50%, -50%);
    display: flex;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
  
  .loader-1 {
    position: relative;
    background: rgb(255, 255, 255);
    width: 200px;
  }
  .loader-2 {
    position: relative;
    background: rgb(255, 255, 255);
    width: 100px;
  }
  
  .bar {
    height: 25px;
  }
  
  .website-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  

 









