@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --background: #FCFCFC;
    --background-grey: #F3F5F7;
    --text-primary: #262628; 
    --text-secondary: #737373; 
    --primary: #0070EA; 
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #040404;
    --background-grey: #2B2C2E;
    --text-primary: #F0F0F0; 
    --text-secondary: #adabab; 
    --text-normal: #e4e4e4;
    --text-bold: #ffffff;
    --primary: #0A84FF;
    --red: #db4f4f; 
}

p {
    color: var(--text-normal);
}

b {
    color: var(--text-bold);
}
}



html {
    background-color: var(--background);
} 

body {
    font-family: "Inter", serif;
    font-size: 16px;
    color: var(--text-primary);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}




h1 {
    font-family: "Big Shoulders Display", serif;
    font-size: 3rem !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: -0.3px;
}

h2, h3, h4, h5, h6, p{
    font-family: 'Inter', sans-serif;
}   


h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: -0.3px;
}

h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.6rem;
}

a:link {
    text-decoration: none;
    color: var(--primary);
}

a:visited {
    text-decoration: none;
    color: var(--primary);
  }
a:hover {
    text-decoration: none;
    color: var(--red);
}

.footer {
    margin-top: 80px;
    margin-left: 10px;
}

.footer a {
    color: var(--primary);
}

p a:visited {
    color: var(--primary);
}

p a:hover {
    text-decoration: underline;
    color: var(--red);
}

a:hover {
 
    color: var(--red);
}


li {
    line-height: 1.5;
    margin-top: 0.5rem;
}

p {
    line-height: 1.5;
    margin-top: 0rem;
}


 .red  {
    color: var(--red);
}




.back-button {
    position: relative;
    top: 2rem;
    left: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    color: var(--text-primary) !important;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    z-index: 100;
    white-space: nowrap;
}

.back-button:hover {
    transform: translateY(-1px);
    color: var(--primary) !important;
}

@media only screen and (max-width: 768px) {
    .back-button {
        position: relative;
        display: inline-flex;
    }
}

@media only screen and (max-width: 768px) {
    .back-button {
        top: 1rem;
        left: 1rem;
    }
}











.headtag {
    display: inline-flex;
    height: 20px;
  }
  
  .arr {
    display: none;
    color: var(--red);
  }
  
  .headtag:hover .arr {
    display: flex;
    margin-left: 10px;
  }
  
  .headtag:hover {
    color: var(--red);
  }

  footer: :hover {
    text-decoration: none !important;
  }

pre {
    font-size: 0.8rem;
    line-height: 1.6rem;
    margin: 0;
    padding: 0;
    background-color: #1E1E1E;
    border-radius: 8px;
    width: 100%;
    margin: 1.5rem 0;
}

code {
    padding: 1.5rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: visible;
    font-family: 'Monaco', 'Menlo', 'Consolas', monospace;
    color: #D4D4D4;
    display: block;
    border-radius: 8px;
}

pre > code {
    margin: 0;
}

.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
    .container {
        width: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: 95%;
    }
}










.blink {
    animation: blink 0.5s infinite;
  }
  
  @keyframes blink {
    to { opacity: 0; }
  }
  
  .flex {
    display: flex;
    margin: 0;
  }
  
  .header-sub-title {
    position: relative;

    font-family: "Big Shoulders Display", serif;
    letter-spacing: -0.04em;
    height: 80px;
    font-size: 80px;
    font-weight: 650;
    font-style: normal;
    text-align: left;
    margin: 0px 0px 30px 0px;
  }









  /* -------------  introduction  ------------- */
.introduction {
    margin-top: 2rem;

  }
  .introduction-text {
    width: 60%;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
  }
  
  @media only screen and (max-width: 768px) and (min-width: 481px) {
    .introduction-text {
        width: 60%;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .introduction-text {
        width: 100%;
    }
  }
  
  .section-t {
    color: var(--red);
    font-weight: 600;
    margin-top: 8rem;
  }
  
  
  
  /* -------------  Header  ------------- */

  
  
  .uh-bee {
    font-size: 16px;
    color: var(--red);
    font-weight: 500;
    margin: 5px 0px 20px 0px;
  }
  
  .logo a {
    font: big-shoulders-display;
    margin: 0px;
    color: var(--text-light);
  }
  
  .logo {
    
    display: flex-column;
    height: ;
    align-items: center;
    gap: 0px;
  }
  
  .introduction-text {
    
    font-size: 16px;
    max-width: 500px;
  }
  
  .introduction-text a {
    color: var(--text-primary);
  }
  
  .introduction-text a:hover {
    color: var(--hover-text);
    cursor: pointer;
  }
  
  .social-icons {
    display: flex;
    gap: 16px;
    margin-bottom: ;
  }
  
  .social-icons a {
    margin-top: 20px;
    font-size: 20px;
    text-decoration: none;
    color: var(--text-primary);
  }
  
  .social-icons a:hover {
    color: #0A84FF;
  }
  
  
  
  /* -------------  ------------- */
  .display {
    display: flex;
    gap: 100px;
  }
  
  #linked  {
    font-size: 16px;
  }
  
  #linkedin {
    display: flex;
    gap: 15px;
    height: 16px;
    margin: 0;
  }
  
  #linklog {
    margin-top: 3px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 20px;
  }
  
  #blue {
    color: var(--red);
  }
  
  .social-icons:hover #blue{
    color: var(--primary);
  }
  
  
  
  
  
  /* -------------  ------------- */
  
  
  .card {
    /* color used to softly clip top and bottom of the .words container */
    background-color: var(--bg-color);
    overflow-y: hidden;
  }
  .loader {
    color: --text-primary;
    font-family: "inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 26px;
    
    display: flex;
    border-radius: 8px;
  }
  
  .words {
    overflow: hidden;
    position: relative;
  }
  .words::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 20;
  }
  
  .ploader {
    overflow: visible;
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: var());
  }
  
  .dark-mode .ploader {
    color: var(--text-light);
  }
  
  .word {
    display: block;
    height: 100%;
    padding-left: 6px;
    margin-top: 1px;
    color: #fc4a4a;
    animation: spin_4991 3.3s infinite;
  }
  
  @keyframes spin_4991 {
    10% {
      -webkit-transform: translateY(-102%);
      transform: translateY(-102%);
    }
  
    25% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  
    35% {
      -webkit-transform: translateY(-202%);
      transform: translateY(-202%);
    }
  
    50% {
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%);
    }
  
    60% {
      -webkit-transform: translateY(-302%);
      transform: translateY(-302%);
    }
  
    75% {
      -webkit-transform: translateY(-300%);
      transform: translateY(-300%);
    }
  
    85% {
      -webkit-transform: translateY(-402%);
      transform: translateY(-402%);
    }
  
    100% {
      -webkit-transform: translateY(-400%);
      transform: translateY(-400%);
    }
  }
  
  /* -------------  ------------- */
  
  .headtag {
    display: inline-flex;
    height: 20px;
  }
  
  .arr {
    display: none;
    color: var(--red);
  }
  
  .headtag:hover .arr {
    display: flex;
    margin-left: 10px;
  }
  
  .headtag:hover {
    color: var(--red);
  }
  
  
  



  /* -------------  KEYNOTES  ------------- */
.section-keynotes {
    margin-top: 6rem;
    width: 75%;
  }
  
  .keynotes {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .video {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  
  .play {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 99px;
    background-color: var(--background);
    overflow: hidden;
    opacity: 0;
    will-change: transform opacity;
    transition: transform 50ms;
  }
  
  .play svg {
    color: var(--primary)!important;
  }
  
  .video:hover .play{
    transition: transform 825ms;
    transform: scale(1.1);
    transform: rotate(-45deg);
    opacity: 1;
  }
  
  .video:visited {
    color: var(--text-primary);
  }
  
  .video-title {
    color: var(--text-primary);
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  
  .video-text {
    /* width: 80%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
  }
  
  .video:hover .video-title{
    color: var(--primary)
  }
  
  
  .video-description {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 0;
  }
  
  .video:hover .video-description{
    color: var(--primary);
  }
  
  
  .image-background {
    width: 252px;
    min-width: 252px;
    height: 150px;
    background-size: cover;
    background-color: var(--background-grey);
    background-position: center center;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  .bg1 {
    background-image: url("side-quests/product-adoption/Abhishek\ Sethuraman\ -\ certificate.jpg");;
  }
  
  .bg2 {
    background-image: url("side-quests/RCR/certificate.png");
  }
  
  .bg3 {
    background-image: url("img/droidcon22thumbnail.png");
  }
  
  .bg4 {
    background-image: url("img/interview.png");
  }
  
  .bg5 {
    background-image: url("img/designmatters.png");
  }
  
  @media only screen and (max-width: 1050px) and (min-width: 769px) {
    .section-keynotes {
        width: 100%;
    }
    .video {
        gap: 16px;
    }
  }
  
  
  @media only screen and (max-width: 768px) and (min-width: 481px) {
    .section-keynotes {
        width: 100%;
    }
    .video {
        gap: 16px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .section-keynotes {
        width: 100%;
    }
  
    .video {
        flex-direction: column;
        gap: 8px;
    }
    .image-background{
        width: 100%;
        height: 200px;
    }
  }
  









  

/* -------------  other things that i am working ong  ------------- */

  
  .other-projects {
    margin-top: 5rem;
    position: relative;
    width: 100%;
  }
  
  .other-projects h2 {
    margin-bottom: 2rem;
  }
  
  .columns-container {
    display: flex;
    gap: 32px;
  }
  
  /* Left column with project rows */
  .projects {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 50%;
  }
  
  /* Preview container - right column */
  .preview-container {
    position: sticky;
    top: 0;
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;  /* For absolute positioning context */
  }
  
  .project-preview {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: var(--background-grey);
    border-radius: 12px;
    visibility: hidden;
    left: 0;
    /* Center vertically within container */
    top: 50%;
    transform: translateY(-50%);
  }
  
  .project-preview img, 
  .project-preview video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    display: block;
  }
  
  /* Mobile and tablet styles */
  @media only screen and (max-width: 800px) {
    .columns-container {
        flex-direction: column;
    }
    
    .projects {
        width: 100%;
    }
    
    .preview-container {
        display: none;
    }
  }
  
  .project-row {
    text-decoration: none!important;
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: start;
    margin: 0 -12px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
  }
  
  .project-row:hover{
    cursor: pointer;
  }
  
  .project-row:hover .project-row-title {
    color: var(--primary);
  }
  
  .project-row:hover .project-tag {
    color: var(--primary);
  }
  
  .project-row-title {
    margin-bottom: 0px;
    flex-grow: 1;
    color: var(--text-primary);
  }
  
  .project-row-sub-title{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: start;
  }
  
  .project-tag {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 0px;
  }