
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Albert Sans", sans serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.fade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade.show {
  opacity: 1;
}

.fade2 {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 0s;
}

.fade2.show {
  opacity: 1;
  transition-delay: 0.4s;
}

.sidebar {
position: fixed;
left: 0;
top: 0;
background-color: #C9F6B1;
width: 33%;
height: 100%;
padding: 3%;
}

.content {
    margin-left: 42%;
    width: 60%;
    height: 100%;
}

.projectPreview{
    width: 100%;
    padding-right: 5%;
    flex-direction: column;
}


.projectCover {
    width: 95%;
    max-width: 95%;
    background-color: white;
    height: 300px; 
    position: relative;  
    overflow: hidden;
    border-radius: 16px;
}

.projectCoverImg {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
    display: block;
}

.tagRow {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    row-gap: 8px;
}

.tag {
    all: unset;
    display: block;
    margin: 0;
    background-color: #C9F6B1;
    font-weight: 700;
    color: #2779A7;
    border-radius: 32px;
    padding: 8px 16px;
    margin: 0 8px 0 0;
}

.tagText{
    margin: 0;
}

.tagRow2 {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    row-gap: 8px;
    padding: 0 0 0 9%;
    width: 80%;
}

.tag2 {
    background-color: #C9F6B1;
    font-weight: 700;
    color: #2779A7;
    border-radius: 32px;
    padding: 8px 16px;
    margin-right: 8px;
}

a {
    text-decoration: none; 
    color: inherit;
}

.nav1 {
    display: inline-block;
    background-color: white;
    border-radius: 32px;
    padding: 8px 8px 8px 0px;
}



.navList {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.navList li{
    float: left;
}

.navItem {
    margin-right: 0px;
    padding: 8px 16px;
    border-radius: 24px;
}

#about {
    margin-right: -8px;
}

a:is(:link, :active, :visited).active {
    background-color: #2779A7;
    height: 48px;
    font-weight: 700;
    color: white;
}

#linkedinicon {
    max-width: 16px;
    max-height: px;
}

button {
    height: 32px;
    font-size: 17px;
    background-color: white;
    border: none;
    font-weight: 700;
    color: #2779A7;
    border-radius: 32px;
    padding: 8px 16px;
    margin-right: 8px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}

#hiimdeniz {
    font-size: 4rem;
    color: #2779A7;
    border: none;
    margin: 32px 0px 0px 0px;
}

#thisiswhatido {
    margin: 0px;
    font-size: 1.5rem;
}

#indexintrotext {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

#container1 {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.paragraph1 {
    font-size: 28px;
    line-height: 140%;
}

#selectionofwork {
    margin: 2rem 0 0 0;
    font-size: 21px;
    font-weight: 700;
    color: #2779A7;
}

h2 {
    font-size: 36px;
    font-style: italic;
    color: #2779A7;
    margin: 1em 0px 0.3em 0px;
}

.paragraph2 {
    font-size: 20px;
    line-height: 130%;
}

.projectdetails {
    text-wrap: wrap;
    max-width: 95%;
}

.projectparagraph1 {
    text-wrap: wrap;
    max-width: 95%;
    font-family: "Gayathri", sans-serif;
    color: #2779A7;
    font-size: 1.75rem;
    line-height: 140%;
}

.divprojectparagraph1 {
    margin-top: 3rem;
    max-width: 95%;
}

.casepageCover {
    width: 95%;
    max-width: 95%;
    background-color: white;
    height: 32rem; 
    position: relative;  
    overflow: hidden;
    border-radius: 16px;
    margin-top: 3rem;
}

.experienceBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    padding: 0 0 0 10%;
}

.experienceLine {
    display: flex;
    align-items: left;
    gap: 1em;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.experienceColumnLeft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    width: 12em;
}

.experienceColumnRight {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin: 0px;
    width: 65%;
}

.highlighter {
    background-color: #C9F6B1;
    display: inline-block;
    line-height: 1;
    font-weight: 800;
    padding-top: 4px;
}

.bold {
    font-weight: 700;
    color: #2779A7;
}

.experienceTitle{
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    align-items: baseline;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

.experienceDate{
    font-size: 16px;
    font-weight: 500;
    align-items: baseline;
    font-style: italic;
    margin: 0px;
    padding: 0px;
}

.experienceTitleDiv {
    height: wrap;
    align-items: baseline;
    text-wrap: wrap;
}

.dateDescription{
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    text-wrap: wrap;
}

.resumeSection{
    display: flex;
    flex-direction: column;
    gap: 2em;
    margin-bottom: 2rem;
}

#languageSection {
    margin-bottom: 5rem;
}


.line-with-circles {
    width: 85%;
    margin: 0  0 0 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.line {
  height: 2px;
  background-color:#C9F6B1;
  width: 80%;
}

.circle {
  width: 8px;
  height: 8px;
  background-color: #C9F6B1;
  border-radius: 50%;
}

.projectsummary {
    width: 90%;
    background-color: #FCFAFA;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    gap: 1em;
   
}

.infocolumn1{
    width: 34%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-wrap: wrap;
}

.infocolumn2{
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.infotitle {
    margin: 0 0 8px 0;
    padding: 0;
    color: #2779A7;
}

.info1 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    text-wrap: wrap;
}

.info2 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    text-wrap: wrap;
}

.info3 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
    text-wrap: wrap;
}

.infoline{
    width: 4%;
}

.line2 {
  height: 100%;
  background-color:#2779A7;
  width: 1px;
  opacity: 10%;
}

.projectSection{
    width: 92%;
    margin-top: 2rem;
}

.projectTitle{
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-style: normal;
    margin: 1rem 0 0.5rem 0;
}

.projectText{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-style: normal;
    text-wrap: wrap;
    margin: 1rem 0 0 0;
    list-style-position: inside;
}

li::marker {
  color:#2779A7;
}

.ProjectMedia {
    width: 100%;
    max-width: 100%;
    background-color: white;
    height: auto; 
    position: relative;  
    overflow: hidden;
    border-radius: 16px;
    margin: 4rem 0 4rem 0;
}

.projectMediaImg {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
    display: block;
}

.projectName {
    font-size: 48px;
    color: #2779A7;
    border: none;
    margin: 32px 0px 0px 0px;
}

.projectDesc1{
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    text-wrap: wrap;
    margin: 1rem 0 0 0;
    list-style-position: inside;
}

.projectDesc2{
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-style: normal;
    text-wrap: wrap;
    margin: 1rem 0 0 0;
    list-style-position: inside;
}

.tagRow3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    row-gap: 8px;
    padding: 0;
}

.tag3 {
    background-color: #ffffff;
    font-weight: 700;
    margin: 0;
    color: #2779A7;
    border-radius: 32px;
    padding: 8px 16px;
    margin-right: 8px;
    font-size: 17px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.tag3text {
    font-weight: 700;
    margin: 0;
    color: #2779A7;
    font-size: 17px;
}

.projectVideo {
    margin: 2em 0 2em 0;
    width: 100%;
    height: 30rem;
    border-radius: 16px;
}

.selfVideo {
    height: auto;
}

.selfVideo2 {
    width: 100%;
    height: auto;
    display: block;
    clip-path: inset(2% 0 2% 0);
}

.nav2{
    padding: 0;
    list-style: none;
    list-style-position: inside;
}

.selectionWorkTag {
    margin: 10rem 0 2rem 0;
}

.projectPreview2{
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.projectPreviewImg {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    overflow: hidden;
    display: block;
    border-radius: 16px;
}

.detailsTitle{
    margin-top: 0;
    font-weight: 700;
    font-size: 2rem;
}

.detailsDescription{
    margin-top: 1em;
    font-size: 15px;
}

.projectPreview3 {
    all: unset;
    display: inline-block;
    cursor: pointer;
}

.SelectionWorkRow {
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    width: 92%;
    gap: 1em;
    padding: 0 1em 0 1em;
    margin: 0 0 10rem 0;
}

.contactButtonsRow {
    display: flex;
    gap: 2em;
}

.contactButton {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2779A7;
}

.storyPitchDiv {
    background-color: #C9F6B1;
    border-radius: 16px;
    padding: 2em;
    margin: 1rem 0 1rem 0;
}

#storyPitch {
    font-size: 1.4rem;
    line-height: 135%;
    color: #2779A7;
    margin: 0;
    font-weight: 500;
}

#storypitchMedia {
    margin-top: 0;
}

.homeProjects {
    margin-bottom: 3rem;
}

@media (max-width: 999px) {
  /* Global Reset */
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html, body {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 90%;
  }

  /* Sidebar repositioned on top */
  .sidebar {
    position: relative;
    width: 100vw;
    height: auto;
    padding: 2em 1.5em;
    background-color: #C9F6B1;
  }

  /* Main scrollable content */
  .content,
  .fade,
  .homeProjects {
    margin-left: 0;
    width: 100%;
    padding: 1.5em;
  }

  /* Section spacing and stacking */
  .SelectionWorkRow {
    width: 100%;
    flex-direction: column;
    padding: 0 1em;
    margin: 0;
    gap: 2em;
  }

  .ProjectPreview3 {
    width: 100%;
    display: block;
  }

  .projectPreview2 {
    width: 100%;
    padding: 0;
  }

  .projectdetails {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  /* Cover image area */
  .projectPreview,
  .projectCover,
  .projectCoverImg,
  .casepageCover {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  /* Intro and buttons layout */
  #container1 {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }

  .contactbuttons,
  .contactButtonsRow {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }

  /* Resume & experience sections */
  .resumeSection,
  .experienceBlock,
  .experienceColumnLeft,
  .experienceColumnRight,
  .experienceLine,
  .projectsummary,
  .infocolumn1,
  .infocolumn2,
  .divprojectparagraph1,
  .projectparagraph1 {
    width: 100%;
    max-width: 100%;
  }

  .experienceLine {
    flex-direction: column;
    gap: 1em;
    margin-bottom: 2em;
  }

  /* Tag rows (About + Project pages) */
  .tagRow2,
  .tagRow3 {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 1em;
    gap: 0.5em;
  }

  .tag2,
  .tag3 {
    font-size: 0.9rem;
    padding: 6px 12px;
  }

  /* Project case content */
  .projectSection,
  .projectText,
  .projectTitle {
    width: 100%;
    max-width: 100%;
    padding: 0 1em;
  }

  .ProjectMedia,
  .projectMediaImg,
  .projectVideo {
    width: 100%;
    max-width: 100%;
  }

  .projectVideo {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .projectsummary {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding: 2em 1em;
}

.infocolumn1,
.infocolumn2,
.infoline {
  width: 100%;
  max-width: 100%;
}

.infoline {
  display: none; /* hide decorative vertical lines on small screens */
}

.projectTitle,
.projectText {
  padding: 0;
}

.projectdescription {
    font-size: 1.3rem;
}

.tag {
    font-size: 1.1rem;
}

.navItem {
    font-size: 1.3rem;
}

#marmaraCover{
    width: 100%;
    height: auto;
}
}