@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  background: #ffffff;
  padding: 0;
  margin: 0;
  overscroll-behavior: none;
  font-family: "Inter";
  overflow-x: hidden;
}
a{
  text-decoration: none;
}

.header {
  padding: 4em;
  opacity: 0.75;
  position: relative;

}


#first {
  background-color: #000000;
  height: 100vh;
  width: 100%;
  position: relative; /* Ensure it acts as a positioning context */
}


.glassy-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Full viewport height */
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  pointer-events: none;
  z-index: 9999; /* Ensure it sits above other elements */
}
/* magnetic btn */
.award-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}


.magnetic-area {
  padding: 100px;
  display: inline-block;
  border-radius: 50%;
}

.btn {
  position: relative;
  background-color: var(--color-bg);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 1px dashed var(--color-accent);
  cursor: pointer;
}

.btn:hover p {
  color: var(--color-bg);
}

footer .btn:hover p {
  position: relative;
  color: var(--color-accent) !important;
}

footer.light .btn:hover p {
  position: relative;
  z-index: 2;
  color: var(--color-bg) !important;
}

.btn p {
  position: relative;
  z-index: 2;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: var(--color-accent);
  mix-blend-mode: difference;
  z-index: 0;
  border-radius: 50%;
  clip-path: circle(0% at 50% 50%);
  transition: 0.3s all;
}

.btn:hover::after {
  clip-path: circle(50% at 50% 50%);
}
.button-container {
  position: absolute;
  top: 0;
  z-index: 10000;
}
.hero-container {
  position: absolute;
  z-index: 10000;
}
.this-container{

  position: relative;
  top: 0;
}
.about-hero-header {
  position: relative;
  z-index: 1;
}

.about-hero-header h1 {
  font-size: 200px;
}

.about-hero-header h1:nth-child(2) {
  padding-left: 2em;
}

.about-hero-header h1:nth-child(3) {
  padding-left: 1em;
}

.about-hero-img {
  position: relative;
  top: -24em;
}

.about-hero-img .container {
  display: flex;
  gap: 4em;
}

.about-hero-copy {
  flex: 1;
}

.about-hero-img-wrapper {
  flex: 2;
  max-height: 800px;
}

.about-info-header-row {
  width: 100%;
  display: flex;

}

.about-info-header-row:nth-child(1) {
  padding-left: 12em;
}

.about-info-header-row:nth-child(2) {
  justify-content: space-around;
}

.about-info-header-row:nth-child(3) {
  justify-content: center;
}

.about-info-copy .container {
  display: flex;
  margin: 2em 0 8em 0;
}

.about-info-copy-col:nth-child(1) {
  flex: 3;
}

.about-info-copy-col:nth-child(2) {
  flex: 4;
}

.about-info-copy-col:nth-child(2) {
  display: flex;
  gap: 4em;
}

.about-info-copy-col:nth-child(2) p {
  width: 200px;
  font-size: var(--font-small);
}

.about-feature-header {
  margin: 2em 0 4em 0;
}

.about-feature-header-row {
  display: flex;
  justify-content: space-between;
}

.about-feature-header-row:nth-child(2) {
  padding-left: 12em;
}

.about-feature-copy-row {
  width: 75%;
  display: flex;
  gap: 20em;
}

.about-feature-copy-row p {
  width: 300px;
  font-size: var(--font-small);
}

.about-feature-img {
  width: 100%;
  height: 1200px;
  margin-bottom: 10em;
}

.about-more .container {
  width: 70%;
  display: flex;
  gap: 16em;
  margin-bottom: 8em;
}

.about-more-col:nth-child(1) {
  flex: 2;
}

.about-more-col:nth-child(1) p {
  font-size: var(--font-small);
}

.about-more-col:nth-child(2) {
  flex: 5;
}

.about-more-col:nth-child(2) p {
  font-size: 40px;
  text-align: justify;
}

.about-info-copy-col:nth-child(1) p {
  font-size: 100px;
  font-family: "PP Acma";
  font-weight: lighter;
}

@media (max-width: 900px) {
  .about-hero-img {
    top: 0;
  }

  .about-hero-header h1 {
    font-size: 64px;
  }

  .about-hero-img .container {
    flex-direction: column;
    gap: 2em;
  }

  .about-info-header-row:nth-child(1) {
    padding-left: 2em;
  }

  .about-info-copy .container {
    flex-direction: column;
    gap: 4em;
  }

  .about-info-copy-col:nth-child(2) p {
    width: 100%;
  }

  .about-feature-header-row:nth-child(2) {
    padding-left: 2em;
  }

  .about-feature-copy-row {
    width: 100%;
    gap: 2em;
    flex-direction: column;
  }

  .about-feature-copy-row p {
    width: 100%;
  }

  .about-more .container {
    width: 100%;
    flex-direction: column;
    gap: 4em;
  }

  .about-more-col:nth-child(2) p {
    font-size: 28px;
  }
}
/* New Section Styles */
/* Ensure the container for the full-screen navbar occupies the full viewport height */

#hover-effect-section {
  /* Adjust as needed to push the new section further down */
 padding: 20px; /* Add padding for spacing */
 background-color: #f9f9f9; /* Optional: Add background color */
}

.new-container {
 width: 100%;
 max-width: 1200px; /* Set a max-width to keep content aligned */
 margin: 0 auto;
 padding: 20px;
 height: 100%;
}


.menu {
 width: 100%;
 margin-top: 17.5em 0;
}

.menu-item {
 width: 100%;
 padding: 0 2em;
 display: flex;
 cursor: pointer;
 position: relative; 
 border-bottom: 2px dashed var(--color-accent);/* Ensure positioning is relative */
}

p {
 position: relative;
 top: 0%;
 width: 100%;
 font-family: "PP Neue Montreal";
 font-weight: 500;
 text-transform: uppercase;
 line-height: 100%;
 letter-spacing: -0.025em;
 transition: color 0.25s;
}

.info,
.tag,
.name {
 position: relative;
 overflow: hidden;
}

.info,
.tag {
 flex: 1;
 height: 14px;
 font-size: 14px;
}

.tag {
 text-align: right;
}

.name {
 flex: 4;
 height: 55px;
 font-size: 60px;
 text-align: center;
}

.info p:nth-child(2),
.name p:nth-child(2),
.tag p:nth-child(2) {
 top: 100%;
 color: #ffffff;
}

.menu:hover .info p:nth-child(1),
.menu:hover .name p:nth-child(1),
.menu:hover .tag p:nth-child(1) {
 color: rgb(165, 165, 165);
}


.preview {
 position: relative;
 width: 225px;
 height: 275px;
 z-index: 2;
 pointer-events: none;


}



.preview-img-2 {
 top: 20px;
 left: 20px;
}
a{
 text-decoration: none;
}


.preview-img img {
 position: absolute;
 top: 0;
 left: 0;
}


.preview-img {
 position: absolute;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
/* preview-img small screen */
@media (max-width: 900px) {
  .skill p{
    font-size: 11px;
    margin-left: -16px;

  }
  
}
/* skills */
.skills {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.skills-row {
  width: 100%;
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
}

.skills-row:nth-child(1) p {
  font-size: var(--font-small);
}

.skill {
  position: relative;
  flex: 1;
  aspect-ratio: 8/5;
  background-color: var(--color-accent);
  padding: 1em;
  overflow: hidden;
  transition: all 0.5s;
}

.skill::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125%;
  height: 125%;
  background: var(--color-accent);
  mix-blend-mode: difference;
  clip-path: circle(0% at 50% 50%);
  transition: all 0.5s;
}

.skill:hover::after {
  clip-path: circle(100% at 50% 50%);
}

.skill p {
  color: var(--color-bg);
}

.skill p:nth-child(2) {
  font-size: var(--font-tiny);
  padding-top: 1em;
  line-height: 120%;
}

.skill p:nth-child(3) {
  position: absolute;
  left: 1em;
  bottom: 1em;
}
/* marquee */
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  font-size: 140px;
  text-transform: uppercase;
  overflow-x: hidden;
  color: var(--color-accent);
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.awards-info-header {
  padding: 8em 0;
}

.awards-info-header .about-info-header-row:nth-child(1) {
  padding-left: 2em;
}

.awards-info-header .about-info-header-row:nth-child(3) {
  justify-content: flex-start;
  padding-left: 3em;
}

.awards-list .container {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 6em;
  margin: 0 auto;
}

.awards-list-row {
  display: flex;
  gap: 2em;
}

.awards-list-col {
  flex: 1;
}

.awards-list-col:nth-child(2) {
  flex: 0.25;
}

p.award-list-title {
  font-size: var(--font-regular);
  padding-bottom: 1.5em;
}

.award-item {
  width: 100%;
  display: flex;
  gap: 0.5em;
  padding: 0.5em 0;
}

.award-item p {
  font-size: var(--font-small);
}

.award-item p:nth-child(1) {
  flex: 1;
}

.award-item p:nth-child(2) {
  flex: 3;
}

.award-item p:nth-child(3) {
  flex: 4;
}

@media (max-width: 900px) {
  .awards-info-header {
    padding: 12em 0;
  }

  .awards-list-row {
    flex-direction: column;
    gap: 4em;
  }

  .whitespace-col {
    display: none;
  }
}
.award {
  width: 100%;
  display: flex;
  padding: 1.5em 0;
  border-bottom: 2px dashed var(--color-accent);
}