/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

Inside media queries 1em is always 16px i.e 1em = 16px at every screen size only inside media queries
*/

@font-face {
  font-family: 'Epilogue';
  src: url('../assets/fonts/Epilogue-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../assets/fonts/Epilogue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../assets/fonts/Epilogue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Epilogue';
  src: url('../assets/fonts/Epilogue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

[data-single-word] em {
  display: inline-block;
  position: relative;
  transform: translateY(-0.0075em);
}

:is(.display, h1, .h1, h2, .h2, h3, .h3, h4, .h4) em {
  font-family: 'Lora', 'Times New Roman', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Epilogue', Arial, sans-serif;
  font-weight: 900;
  margin: 0;
  padding: 0;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  font-stretch: condensed;
}

h1, .h1 {
  font-size: 8rem;
  line-height: 0.85;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  font-weight: 900;
  font-stretch: condensed;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: inherit; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 59%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 56%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 65%; } }

body {
  box-sizing: border-box;
  position: relative;
  line-height: 1.2;
  font-family: sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Epilogue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  color: inherit; }

li {
  list-style: none; }

input:focus,
button:focus,
a:focus,
textarea:focus {
  outline: none; }

button {
  border: none;
  cursor: pointer; }

textarea {
  resize: none; }

.heading-primary {
  font-size: 8rem;
  text-transform: lowercase;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 900;
  line-height: 0.85;
  font-family: 'Epilogue', Arial, sans-serif;
  color: #F5F5DC;
  font-stretch: condensed; }
  @media only screen and (max-width: 37.5em) {
    .heading-primary {
      font-size: 4.5rem; } }

.heading-sec__mb-bg {
  margin-bottom: 11rem; }
  @media only screen and (max-width: 56.25em) {
    .heading-sec__mb-bg {
      margin-bottom: 8rem; } }

.heading-sec__mb-med {
  margin-bottom: 9rem; }
  @media only screen and (max-width: 56.25em) {
    .heading-sec__mb-med {
      margin-bottom: 8rem; } }

.heading-sec__main {
  display: block;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative; }
  .heading-sec__main--lt {
    color: #F5F5DC;
    font-family: 'Epilogue', Arial, sans-serif;
    font-weight: 900;
    text-transform: lowercase;
    letter-spacing: -0.02em; }
    .heading-sec__main--lt::after {
      content: '';
      background: #fff !important; }
  .heading-sec__main::after {
    content: '';
    position: absolute;
    top: calc(100% + 1.5rem);
    height: 5px;
    width: 3rem;
    background: #201a16;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px; }
    @media only screen and (max-width: 37.5em) {
      .heading-sec__main::after {
        top: calc(100% + 1.2rem); } }

.heading-sec__sub {
  display: block;
  text-align: center;
  color: #777;
  font-size: 2rem;
  font-weight: 500;
  max-width: 80rem;
  margin: auto;
  line-height: 1.6; }
  @media only screen and (max-width: 37.5em) {
    .heading-sec__sub {
      font-size: 1.8rem; } }
  .heading-sec__sub--lt {
    color: #F5F5DC;
    font-family: 'Epilogue', Arial, sans-serif;
    font-weight: 500; }

.heading-sm {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.main-container {
  max-width: 120rem;
  margin: auto;
  width: 92%; }

.btn {
  background: #fff;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  transition: transform .3s; }
  .btn:hover {
    transform: translateY(-3px); }
  .btn--bg {
    padding: 1.5rem 8rem;
    font-size: 2rem; }
  .btn--med {
    padding: 1.5rem 5rem;
    font-size: 1.6rem; }
  .btn--theme {
    background: #201a16;
    color: #fff; }
  .btn--theme-inv {
    color: #201a16;
    background: #fff;
    border: 2px solid #201a16;
    box-shadow: none;
    padding: calc(1.5rem - 2px) calc(5rem - 2px); }

.sec-pad {
  padding: 12rem 0; }
  @media only screen and (max-width: 56.25em) {
    .sec-pad {
      padding: 8rem 0; } }

.text-primary {
  color: #F5F5DC;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: 'Epilogue', Arial, sans-serif; }

.text-italic {
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0px; }
  @media only screen and (max-width: 37.5em) {
    .text-primary {
      font-size: 2rem; } }

.d-none {
  display: none; }

.home-hero {
  color: #fff;
  background: #0a0a0a;
  height: 100vh;
  min-height: 80rem;
  max-height: 120rem;
  position: relative; }
  @media only screen and (max-width: 37.5em) {
    .home-hero {
      height: unset;
      min-height: unset; } }
  .home-hero__socials {
    position: fixed;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    overflow: visible;
    border-radius: 8px; }
    @media only screen and (max-width: 56.25em) {
      .home-hero__socials {
        display: none; } }
  .home-hero__mouse-scroll-cont {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    @media only screen and (max-width: 37.5em) {
      .home-hero__mouse-scroll-cont {
        display: none; } }
  .home-hero__social {
    width: 3.5rem; }
  .home-hero__social-icon-link {
    width: 100%;
    display: block;
    padding: 0.8rem;
    transition: all 0.3s ease;
    overflow: visible; }
    .home-hero__social-icon-link:hover {
      background: rgba(255, 255, 255, 0.1);
      transform: scale(1.3);
      z-index: 10; }
    .home-hero__social-icon-link--bd-none {
      border-bottom: 0; }
  .home-hero__social-icon {
    width: 100%;
    filter: sepia(100%) saturate(200%) hue-rotate(30deg) brightness(1.1); }
  .home-hero__content {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100rem;
    width: 92%;
    z-index: 2;
    padding: 2rem 4rem; }
    @media only screen and (max-width: 37.5em) {
      .home-hero__content {
        bottom: 0.5rem;
        padding: 2rem 1.5rem;
        margin: auto;
        transform: translateX(-50%); } }
  .home-hero__info {
    margin: 3rem auto 0 auto;
    max-width: 80rem; }
  .home-hero__cta {
    margin-top: 5rem;
    text-align: center; }

.home-hero__video-container {
  position: absolute;
  top: 2rem;
  left: 4rem;
  right: 4rem;
  bottom: 0;
  width: calc(100% - 8rem);
  height: calc(100vh - 2rem);
  overflow: hidden;
  z-index: 0;
  border-radius: 16px 16px 0 0;
  background: #000;
}

.home-hero__video-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.2) 70%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.home-hero__video-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.15) 60%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
  @media only screen and (max-width: 56.25em) {
    .home-hero__video-container {
      top: 0;
      left: 2rem;
      right: 2rem;
      bottom: 0;
      width: calc(100% - 4rem);
      height: 100%;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .home-hero__video-container {
      top: 0;
      left: 1rem;
      right: 1rem;
      bottom: 0;
      width: calc(100% - 2rem);
      height: 100%;
    }
  }

.home-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

.home-hero__video.muted {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="%23F5F5DC" stroke="%23F5F5DC" stroke-width="2"><polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line></svg>') 16 16, pointer;
}

.home-hero__video.unmuted {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="%23F5F5DC" stroke="%23F5F5DC" stroke-width="2"><polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path></svg>') 16 16, pointer;
}

.home-hero__unmute {
  position: absolute;
  bottom: 8rem;
  left: 8rem;
  background: rgba(0, 0, 0, 0.5);
  color: #F5F5DC;
  border: 2px solid rgba(245, 245, 220, 0.8);
  border-radius: 50px;
  padding: 1.2rem 2rem;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 10;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  backdrop-filter: blur(10px);
}

.home-hero__unmute:hover {
  background: #F5F5DC;
  color: black;
}

.vertical-video {
  object-fit: contain;
  background-color: #000;
}



.about {
  background: #000;
  color: #F5F5DC; }
  .about__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem; }
    @media only screen and (max-width: 56.25em) {
      .about__content {
        grid-template-columns: 1fr;
        grid-gap: 8rem; } }
    .about__content-title {
      font-weight: 900;
      font-size: 3.2rem;
      margin-bottom: 3rem;
      color: #F5F5DC;
      font-family: 'Epilogue', Arial, sans-serif;
      text-transform: lowercase;
      letter-spacing: -0.02em; }
      @media only screen and (max-width: 37.5em) {
        .about__content-title {
          font-size: 2.4rem; } }
    .about__content-details-para {
      font-size: 1.8rem;
      color: #F5F5DC;
      max-width: 60rem;
      line-height: 1.4;
      margin-bottom: 1rem;
      font-family: 'Epilogue', Arial, sans-serif;
      font-weight: 500;
      letter-spacing: -0.01em; }
      .about__content-details-para--hl {
        font-weight: 700;
        margin: 0 3px; }
      .about__content-details-para:last-child {
        margin-bottom: 4rem; }

.projects {
  background: #000;
}

.experience {
  background: #000;
  color: #F5F5DC;
}

.experience__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 90rem;
  margin: 0 auto;
}

.experience__card {
  background: rgba(245, 245, 220, 0.05);
  border-radius: 16px;
  padding: 3rem;
  border: 1px solid rgba(245, 245, 220, 0.1);
  transition: all 0.3s ease;
}

.experience__card:hover {
  background: rgba(245, 245, 220, 0.08);
  transform: translateY(-4px);
}

.experience__card-header {
  margin-bottom: 2rem;
}

.experience__card-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #F5F5DC;
  font-family: 'Epilogue', Arial, sans-serif;
  text-transform: lowercase;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.experience__card-subtitle {
  font-size: 1.8rem;
  color: #F5F5DC;
  font-family: 'Epilogue', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}

.experience__card-duration {
  font-size: 1.4rem;
  color: #F5F5DC;
  font-family: 'Epilogue', Arial, sans-serif;
  font-weight: 500;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.experience__card-body {
  font-family: 'Epilogue', Arial, sans-serif;
}

.experience__card-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.experience__card-body li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #F5F5DC;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  font-weight: 400;
}

.experience__card-body li:before {
  content: '•';
  color: #F5F5DC;
  font-weight: bold;
  position: absolute;
  left: 0;
  opacity: 0.6;
}

.experience__card-body p {
  font-size: 1.6rem;
  color: #F5F5DC;
  margin-bottom: 1rem;
  font-weight: 500;
}

@media only screen and (max-width: 56.25em) {
  .experience__content {
    gap: 3rem;
  }
  
  .experience__card {
    padding: 2rem;
  }
  
  .experience__card-title {
    font-size: 2rem;
  }
}

.projects__row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 5rem;
  margin-bottom: 11rem; }
  @media only screen and (max-width: 56.25em) {
    .projects__row {
      grid-template-columns: 1fr;
      grid-gap: 2rem;
      margin-bottom: 8rem; } }
  @media only screen and (max-width: 56.25em) {
    .projects__row {
      text-align: center; } }
  .projects__row:last-child {
    margin-bottom: 0; }
  .projects__row-img-cont {
    overflow: hidden; }
  .projects__row-img {
    width: 100%;
    display: block;
    object-fit: cover;
    filter: brightness(0.6) contrast(0.9) saturate(0.8);
    transition: filter 0.3s ease; }
  .projects__row-img:hover {
    filter: brightness(0.8) contrast(1) saturate(0.95); }
  .projects__row-content {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start; }
    @media only screen and (max-width: 56.25em) {
      .projects__row-content {
        align-items: center; } }
    .projects__row-content-title {
      font-weight: 700;
      font-size: 2.8rem;
      margin-bottom: 2rem;
      color: #F5F5DC;
      font-family: 'Epilogue', Arial, sans-serif; }
      @media only screen and (max-width: 37.5em) {
        .projects__row-content-title {
          font-size: 2.4rem; } }
    .projects__row-content-desc {
      font-size: 1.6rem;
      color: #F5F5DC;
      font-family: 'Epilogue', Arial, sans-serif;
      max-width: 60rem;
      line-height: 1.7;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 37.5em) {
        .projects__row-content-desc {
          font-size: 1.5rem; } }

.projects__row-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border: 2px solid rgba(245, 245, 220, 0.1);
  border-radius: 12px;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
}

.projects__row-img--placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 40%, rgba(245, 245, 220, 0.05) 50%, transparent 60%);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.placeholder-content {
  text-align: center;
  color: #F5F5DC;
  font-family: 'Epilogue', Arial, sans-serif;
  z-index: 1;
  position: relative;
}

.placeholder-content h4 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  text-transform: lowercase;
  letter-spacing: -0.02em;
}

.placeholder-content p {
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tinify-placeholder {
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
  border-color: rgba(59, 130, 246, 0.2);
}

.searchy-placeholder {
  background: linear-gradient(135deg, #1a0f19 0%, #32231a 100%);
  border-color: rgba(168, 85, 247, 0.2);
}

.plants-placeholder {
  background: linear-gradient(135deg, #0f1914 0%, #1a3223 100%);
  border-color: rgba(34, 197, 94, 0.2);
}

.resume-hero {
  color: #F5F5DC;
  background: #000;
  padding: 15rem 0 10rem 0;
  text-align: center;
  position: relative;
}

.resume-hero__content {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.resume-hero__cta .btn {
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  margin-top: 2rem;
}

.resume-content {
  background: #000;
  color: #F5F5DC;
  padding: 8rem 0;
}

.resume-content__main {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.resume-pdf-container {
  background: rgba(245, 245, 220, 0.05);
  border: 1px solid rgba(245, 245, 220, 0.1);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(245, 245, 220, 0.1);
}

.resume-pdf-viewer {
  width: 100%;
  height: 120vh;
  border: none;
  border-radius: 12px;
  background: #fff;
}

.resume-pdf-fallback {
  text-align: center;
  padding: 4rem;
  color: #F5F5DC;
  font-family: 'Epilogue', Arial, sans-serif;
}

.resume-pdf-fallback p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

@media only screen and (max-width: 56.25em) {
  .resume-hero {
    padding: 12rem 0 8rem 0;
  }
  
  .resume-pdf-viewer {
    height: 80vh;
  }
  
  .resume-content {
    padding: 6rem 0;
  }
}

.contact {
  background: #000;
  color: #F5F5DC; }
  .contact__form-container {
    box-shadow: 0 0 20px rgba(245, 245, 220, 0.1);
    background: rgba(245, 245, 220, 0.05);
    border: 1px solid rgba(245, 245, 220, 0.1);
    padding: 4rem;
    margin-top: 6rem;
    max-width: 80rem;
    text-align: right;
    width: 95%;
    border-radius: 16px;
    margin: 5rem auto 0 auto; }
    @media only screen and (max-width: 37.5em) {
      .contact__form-container {
        padding: 3rem; } }
  .contact__form-field {
    margin-bottom: 4rem; }
    @media only screen and (max-width: 37.5em) {
      .contact__form-field {
        margin-bottom: 3rem; } }
  .contact__form-label {
    color: #F5F5DC;
    font-family: 'Epilogue', Arial, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    text-align: left; }
  .contact__form-input {
    color: #F5F5DC;
    font-family: 'Epilogue', Arial, sans-serif;
    padding: 2rem;
    width: 100%;
    border: 1px solid rgba(245, 245, 220, 0.2);
    font-size: 1.6rem;
    letter-spacing: 0px;
    background: rgba(245, 245, 220, 0.05);
    border-radius: 12px;
    font-weight: 500;
    transition: all 0.3s ease; }
  .contact__form-input:focus {
    outline: none;
    border-color: rgba(245, 245, 220, 0.4);
    background: rgba(245, 245, 220, 0.08);
    box-shadow: 0 0 0 3px rgba(245, 245, 220, 0.1); }
    .contact__form-input::placeholder {
      color: rgba(245, 245, 220, 0.4);
      font-weight: 500;
      font-size: 1.6rem; }
    .contact__form-input::-webkit-input-placeholder {
      color: rgba(245, 245, 220, 0.4);
      font-weight: 500;
      font-size: 1.6rem; }
    .contact__form-input:-ms-input-placeholder {
      color: rgba(245, 245, 220, 0.4);
      font-weight: 500;
      font-size: 1.6rem; }
    .contact__form-input::-ms-input-placeholder {
      color: rgba(245, 245, 220, 0.4);
      font-weight: 500;
      font-size: 1.6rem; }
    .contact__form-input:-moz-placeholder {
      opacity: 1;
      color: rgba(245, 245, 220, 0.4);
      font-weight: 500;
      font-size: 1.6rem; }
    .contact__form-input::-moz-placeholder {
      opacity: 1;
      color: rgba(245, 245, 220, 0.4);
      font-weight: 500;
      font-size: 1.6rem; }
  .contact__btn {
    width: 30%;
    padding: 2rem 4rem;
    font-size: 1.6rem; }
    @media only screen and (max-width: 37.5em) {
      .contact__btn {
        width: 100%; } }

.project-cs-hero {
  color: #F5F5DC;
  background: #000;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 37.5em) {
    .project-cs-hero {
      height: unset;
      min-height: unset; } }
  .project-cs-hero__video-container {
    position: absolute;
    top: 2rem;
    left: 4rem;
    right: 4rem;
    bottom: 0;
    border-radius: 4rem;
    overflow: hidden;
    z-index: 0; }
  .project-cs-hero__video-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    pointer-events: none; }
  .project-cs-hero__video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
    pointer-events: none;
    z-index: 1; }
  @media only screen and (max-width: 56.25em) {
    .project-cs-hero__video-container {
      top: 0;
      left: 2rem;
      right: 2rem;
      bottom: 0;
      width: calc(100% - 4rem);
      border-radius: 2rem; } }
  @media only screen and (max-width: 37.5em) {
    .project-cs-hero__video-container {
      top: 0;
      left: 1rem;
      right: 1rem;
      bottom: 0;
      width: calc(100% - 2rem);
      border-radius: 1rem; } }
  .project-cs-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer; }
  .project-cs-hero__video.muted {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="%23F5F5DC" stroke="%23F5F5DC" stroke-width="2"><polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line></svg>') 16 16, pointer; }
  .project-cs-hero__video.unmuted {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="%23F5F5DC" stroke="%23F5F5DC" stroke-width="2"><polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon><path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path></svg>') 16 16, pointer; }
  .project-cs-hero__content {
    padding: 25rem 0 17rem 0;
    max-width: 90rem;
    width: 92%;
    margin: auto;
    position: relative;
    z-index: 1;
    pointer-events: none; }
  .project-cs-hero__content .btn,
  .project-cs-hero__content a {
    pointer-events: auto; }
    @media only screen and (max-width: 37.5em) {
      .project-cs-hero__content {
        padding: 19rem 0 13rem 0;
        margin: auto;
        position: static;
        transform: translate(0, 0); } }
  .project-cs-hero__info {
    margin: 3rem auto 0 auto;
    max-width: 80rem; }
  .project-cs-hero__cta {
    margin-top: 5rem;
    text-align: center; }
  .project-cs-hero__unmute {
    position: absolute;
    bottom: 3rem;
    right: 5rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(245, 245, 220, 0.3);
    color: #F5F5DC;
    padding: 0.8rem 1.5rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease; }
  .project-cs-hero__unmute:hover {
    background: rgba(245, 245, 220, 0.1);
    border-color: rgba(245, 245, 220, 0.5); }
  @media only screen and (max-width: 37.5em) {
    .project-cs-hero__unmute {
      bottom: 2rem;
      right: 2rem; } }

.project-details {
  background: #000;
  color: #F5F5DC;
}

.built-with-tinify {
  background: #000;
  color: #F5F5DC; }
  .built-with-tinify__carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem; }
  .built-with-tinify__carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 600px;
    border-radius: 12px; }
    .built-with-tinify__carousel::-webkit-scrollbar {
      display: none; }
  .built-with-tinify__slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem; }
    .built-with-tinify__slide iframe {
      border-radius: 8px;
      max-width: 100%; }
  .built-with-tinify__embed-label {
    text-align: center;
    margin-bottom: 1.5rem; }
    .built-with-tinify__embed-label h3 {
      font-size: 1.8rem;
      font-weight: 600;
      color: #F5F5DC;
      margin-bottom: 0.5rem; }
    .built-with-tinify__embed-label p {
      font-size: 1.4rem;
      color: rgba(245, 245, 220, 0.7); }
  .carousel__btn {
    background: rgba(245, 245, 220, 0.1);
    border: 1px solid rgba(245, 245, 220, 0.3);
    color: #F5F5DC;
    font-size: 3rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .carousel__btn:hover {
      background: rgba(245, 245, 220, 0.2);
      border-color: rgba(245, 245, 220, 0.5); }
    @media only screen and (max-width: 37.5em) {
      .carousel__btn {
        width: 4rem;
        height: 4rem;
        font-size: 2.5rem; } }
  .carousel__dots {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem; }
  .carousel__dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: rgba(245, 245, 220, 0.3);
    cursor: pointer;
    transition: all 0.3s ease; }
    .carousel__dot:hover {
      background: rgba(245, 245, 220, 0.5); }
    .carousel__dot.active {
      background: #F5F5DC;
      transform: scale(1.2); }
  .built-with-tinify__projects {
    display: flex;
    flex-direction: column;
    gap: 3rem; }
  .built-with-tinify__project h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #F5F5DC; }
  .built-with-tinify__project p {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(245, 245, 220, 0.8);
    margin-bottom: 1.5rem;
    line-height: 1.5; }
  .built-with-tinify__links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap; }
    .built-with-tinify__links .btn {
      font-size: 1.3rem; }

.project-details__content {
  padding: 8rem 0;
  max-width: 90rem;
  margin: auto; }
  .project-details__content-title {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 3rem;
    color: #F5F5DC;
    font-family: 'Epilogue', Arial, sans-serif; }
    @media only screen and (max-width: 37.5em) {
      .project-details__content-title {
        font-size: 2.4rem; } }

.project-details__showcase-img-cont {
  width: 100%;
  margin-bottom: 6rem; }

.project-details__showcase-img {
  width: 100%; }

.project-details__content-main {
  width: 100%;
  max-width: 70rem;
  margin: auto; }

.project-details__desc {
  margin: 0 0 7rem 0; }
  .project-details__desc-para {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #F5F5DC;
    font-family: 'Epilogue', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem; }

.project-details__desc-list {
  margin: 2rem 0;
  padding-left: 2rem; }
  .project-details__desc-list li {
    color: #F5F5DC;
    font-family: 'Epilogue', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1rem; }
.project-details__tools-used {
  margin: 0 0 7rem 0; }
  .project-details__tools-used-list {
    display: flex;
    flex-wrap: wrap; }
  .project-details__tools-used-item {
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    font-weight: 600;
    color: #777; }

.project-details__links {
  margin: 0 0; }
  .project-details__links-btn {
    margin-right: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .project-details__links-btn {
        margin-right: 0;
        width: 70%;
        margin-bottom: 2rem;
        text-align: center; } }
    .project-details__links-btn:last-child {
      margin: 0; }
      @media only screen and (max-width: 37.5em) {
        .project-details__links-btn:last-child {
          margin: 0; } }

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: transparent;
  box-shadow: none;
  transition: transform 0.3s ease-in-out;
  top: 1rem; }
  .header--hidden {
    transform: translateY(-100%); }
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 8rem; }
    @media only screen and (max-width: 56.25em) {
      .header__content {
        padding: 0 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .header__content {
        padding: 0 3rem; } }
  .header__logo-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    transition: color .3s; }
    .header__logo-container:hover {
      color: #201a16; }
  .header__logo-img-cont {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 1.5rem;
    background: #201a16; }
    @media only screen and (max-width: 56.25em) {
      .header__logo-img-cont {
        width: 3rem;
        height: 3rem;
        margin-right: 1.2rem; } }
  .header__logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .header__logo-sub {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #F5F5DC; }
  .header__links {
    display: flex; }
    @media only screen and (max-width: 37.5em) {
      .header__links {
        display: none; } }
  .header__link {
    padding: 2.2rem 2rem;
    display: inline-block;
    font-size: 1.6rem;
    color: #F5F5DC;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: color .3s; }
    .header__link:hover {
      color: #201a16; }
    @media only screen and (max-width: 56.25em) {
      .header__link {
        padding: 3rem 1.8rem;
        font-size: 1.5rem; } }
  .header__main-ham-menu-cont {
    display: none;
    width: 3rem;
    padding: 2.2rem 0; }
    @media only screen and (max-width: 37.5em) {
      .header__main-ham-menu-cont {
        display: block; } }
  .header__main-ham-menu {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(95%) sepia(10%) saturate(736%) hue-rotate(13deg) brightness(107%) contrast(94%); }
  .header__main-ham-menu-close {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(95%) sepia(10%) saturate(736%) hue-rotate(13deg) brightness(107%) contrast(94%); }
  .header__sm-menu {
    background: rgba(0, 0, 0, 0.95);
    position: absolute;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
    .header__sm-menu--active {
      visibility: hidden;
      opacity: 0; }
      @media only screen and (max-width: 37.5em) {
        .header__sm-menu--active {
          visibility: visible;
          opacity: 1; } }
  .header__sm-menu-link a {
    display: block;
    text-decoration: none;
    padding: 2.5rem 3rem;
    font-size: 1.6rem;
    color: #fff;
    text-align: right;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color .3s; }
    .header__sm-menu-link a:hover {
      color: #201a16; }
  .header__sm-menu-link:first-child a {
    border-top: 1px solid #eee; }
  .header__sm-menu-link-last {
    border-bottom: 0; }

.main-footer {
  background: #000;
  color: #fff; }
  .main-footer__upper {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__upper {
        padding: 6rem 0; } }
    @media only screen and (max-width: 37.5em) {
      .main-footer__upper {
        display: block; } }
  .main-footer__row-1 {
    order: 2;
    text-align: center; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__row-1 {
        margin-bottom: 5rem; } }
  .main-footer__row-2 {
    width: 40%;
    order: 1;
    max-width: 50rem; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__row-2 {
        width: 100%; } }
  .main-footer__short-desc {
    margin-top: 2rem;
    color: #eee;
    font-size: 1.5rem;
    line-height: 1.7; }
  .main-footer__social-cont {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .main-footer__icon {
    margin-right: 1rem;
    width: 2.5rem; }
    .main-footer__icon--mr-none {
      margin-right: 0; }
  .main-footer__lower {
    padding: 4rem 0;
    border-top: 1px solid #444;
    color: #eee;
    font-size: 1.2rem;
    text-align: left;
    text-align: center; }
    .main-footer__lower a {
      text-decoration: underline;
      font-weight: bold;
      margin-left: 2px; }
    @media only screen and (max-width: 56.25em) {
      .main-footer__lower {
        padding: 3.5rem 0; } }

.skills {
  display: flex;
  flex-wrap: wrap; }
  .skills__skill {
    padding: 0.8rem 1.5rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    font-size: 1.4rem;
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    font-weight: 600;
    color: #e5e5e5; }

.md-document {
  background: #000;
  color: #F5F5DC;
  font-family: 'Epilogue', Arial, sans-serif;
  padding: 15rem 5rem 8rem 5rem;
  min-height: 100vh; }
  @media only screen and (max-width: 768px) {
    .md-document {
      padding: 15rem 2rem 8rem 2rem; } }

.md-container {
  max-width: 90rem;
  margin: 0 auto; }

.md-h1 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 3rem;
  text-align: center;
  color: #F5F5DC;
  font-family: 'Epilogue', Arial, sans-serif;
  text-transform: lowercase;
  letter-spacing: -0.02em; }
  @media only screen and (max-width: 768px) {
    .md-h1 {
      font-size: 3rem; } }

.md-h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 4rem 0 2rem 0;
  color: #F5F5DC;
  font-family: 'Epilogue', Arial, sans-serif; }

.md-p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #F5F5DC;
  font-family: 'Epilogue', Arial, sans-serif;
  margin-bottom: 2rem; }

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 3rem;
  margin-top: 3rem; }
  @media only screen and (max-width: 768px) {
    .video-grid {
      grid-template-columns: 1fr; } }

.video-grid__item {
  background: rgba(245, 245, 220, 0.05);
  border: 1px solid rgba(245, 245, 220, 0.1);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(245, 245, 220, 0.1); }

.video-grid__video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem; }
  .video-grid__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px; }

.mouse {
  width: 25px;
  height: 40px;
  border: 2px solid #eee;
  border-radius: 60px;
  position: relative;
  overflow: hidden; }
  .mouse::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 1.3s infinite;
    -webkit-animation: wheel 1.3s infinite; }

@keyframes wheel {
  to {
    opacity: 0;
    top: 27px; } }

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 27px; } }




    .resume {
      color: #fff;
      background: linear-gradient(to right, rgba(32, 26, 22, 0.8), rgba(32, 26, 22, 0.8)), url(../../assets/svg/common-bg.svg);
      background-size: cover;
      background-position: center;
      position: relative;
      display: flex;
      flex-direction: column; 
      margin: auto;
    }

      .titleee{
        margin-top: 12rem;
        width: 100%;
        font-size: 6rem;
        margin-bottom: -6rem;
        text-align: center;
      }

      #framee{
        min-height: 14.5in;
        width:60%;
        margin: 150px;
        margin: 10rem auto;
      }

      /* @media only screen and (max-width: 37.5em) {
        .project-cs-hero {
          height: unset;
          min-height: unset; } }
      .project-cs-hero__content {
        padding: 25rem 0 17rem 0;
        max-width: 90rem;
        width: 92%;
        margin: auto;
        align-content: center; }
        @media only screen and (max-width: 37.5em) {
          .project-cs-hero__content {
            padding: 19rem 0 13rem 0;
            margin: auto;
            position: static;
            transform: translate(0, 0); } }
      .project-cs-hero__info {
        margin: 3rem auto 0 auto;
        max-width: 80rem; }
      .project-cs-hero__cta {
        margin-top: 5rem;
        text-align: center; } */
      

.blog_row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 5rem;
  margin-bottom: 11rem; }
  @media only screen and (max-width: 56.25em) {
    .blog_row {
      grid-template-columns: 1fr;
      grid-gap: 2rem;
      margin-bottom: 8rem; } }
  @media only screen and (max-width: 56.25em) {
    .blog_row {
      text-align: center; } }
  .blog_row:last-child {
    margin-bottom: 0; }
  .blog_row-img-cont {
    overflow: hidden; }
  .blog_row-img {
    width: 40rem; ;
    height: 25rem;
    display: block;
    object-fit: cover; }
  .blog_row-content {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start; }
    @media only screen and (max-width: 56.25em) {
      .blog_row-content {
        align-items: center; } }
    .blog_row-content-title {
      font-weight: 700;
      font-size: 2.8rem;
      margin-bottom: 2rem;
      color: #F5F5DC;
      font-family: 'Epilogue', Arial, sans-serif; }
      @media only screen and (max-width: 37.5em) {
        .blog_row-content-title {
          font-size: 2.4rem; } }
    .blog_row-content-desc {
      font-size: 1.8rem;
      color: #F5F5DC;
      font-family: 'Epilogue', Arial, sans-serif;
      max-width: 60rem;
      line-height: 1.7;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 37.5em) {
        .blog_row-content-desc {
          font-size: 1.7rem; } }
