@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&family=Libre+Barcode+39&display=swap');


:root {
    --sudu: #F7F7F7;
    --kalu: #101010;
}


html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden; 
    cursor: none;
}

#smooth-content {
  height: fit-content;
}

.end {
  height: 1vh;
}


section.home {
    margin-top: 12rem;
    display: flex;
    position: relative;
    flex-direction: column;
}   

span.creative {
    position: relative;
    text-align: left;
    line-height: 13vw;
    font-size: 13vw;
    text-align: center;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: -1vw;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    padding: 0 0 0 0;
    padding-top: 0px;
    padding-bottom: 0;
    mix-blend-mode: difference;
}

.heading {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    padding-bottom: 0;
}

.birthday {
    font-family: 'Spline Sans Mono', monospace;
    font-weight: 400;
    font-size: 1.2vw;
    padding-left: 5vw;
    text-transform: uppercase;
    margin-bottom: -3vh;
    overflow: hidden;
}

.location {
    font-family: 'Spline Sans Mono', monospace;
    font-weight: 400;
    font-size: 0.7vw;
    padding-top: 0px;
    text-align: right;
    margin-top: -2vh;
    letter-spacing: 2vh;
    margin-right: 5vw;
    text-transform: uppercase;
}

.navbar {
    position: fixed;
    display: flex;
    top: 2vw;
    left: 2vw;
    width: 100%;
    z-index: 100000;
}

.logo {
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 2.5vw;
    letter-spacing: -0.1vw;
    width: 20%;
    mix-blend-mode: difference;
    position: relative;
}

.bar {
  font-family: "Libre Barcode 39", system-ui;;
  font-size: 2.8VW;
  font-weight: 200;
}


.nav-links {
    font-family: 'Spline Sans Mono', monospace;
    font-weight: 500;
    font-size: 1.2vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    text-transform: uppercase;
    font-weight: 200;
}

.nav-links a {
    text-decoration: none;
    display: flex;
    color: #101010;
}

.nav-link {
    cursor: pointer;
}

.nav-bracket {
    font-weight: 200;
    margin: 0 0.5vw;
    color: inherit;
    transition: margin 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease;
}

.nav-link:hover .nav-bracket {
    margin: 0 1.5vw;
    color: #888;
}

.contactme {
    width: 30%;
    font-family: 'Spline Sans Mono', monospace;
    font-weight: 500;
    font-size: 1.2vw;
    display: flex;
    text-align: right;
    justify-content: end;
    padding-right: 7vw ;
}
.contact-button {
    font-size: 1.2vw;
    text-decoration: none;
    color: var(--kalu);
    font-weight: 400;
    justify-content: space-around;
    align-items: center;
    height: auto;
    display: grid;
    border-bottom: 2px;
    padding-bottom: 0px;
    border-bottom-style: solid;
}

.contact-button:hover {
    letter-spacing: 0.2vw;
}

.photo{
    margin-top: -4vh;
    display: flex;

}
.myphoto {
    width: 20vw;
}

.intro {
    width: 45%;
    padding-top: 15%;
    display: flex;
    justify-content: right;
    margin-right: 2vw;
}

.points {
    display: flex;
    flex-direction: column
}

.intro p {
    width: max-content;
    margin: 0 0 0 0;
    position: relative;
    float: right;
    justify-content: right;
    text-align: left;
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: 2vw;
    text-transform: uppercase;
}

.blank {
    height: 100vh;
}

@media only screen and (max-width: 800px) {
  .nav-links {
    display: none;
  }

  .contactme {
    display: none;
  }

  .bar {
    font-size: 4.5vh;
  }
  .logo {
    width: 50%;
    font-size: 4vh;
  }

  span.creative {
    font-size: 25vw;
    line-height: 22vw;
  }

  section.home {
    height: 30vh;
    margin-top: 5rem;
  }

  .location {
    text-align: center;
    margin-top: 0;
    font-size: 1vh;
    letter-spacing: 1vh;
  }

  .birthday {
    visibility: none;
    text-align: center;
    margin-bottom: 1vh;
    font-size: 1.5vh;
    color: var(--sudu);
  }

  .photo {
    margin-top: -2vh;
    display: flex;
    flex-direction: row-reverse;
  }

  .myphoto {
    width: 40vw;
  }

  .intro {
    width: 50%;
    padding-top: 5%;
    margin-right: 0;
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
  }
  .points {
      position: relative;
      left: -5%;
      bottom: 0;
  }
  .intro p {
      margin-left: 0;
      float: left;
      justify-content: left;
      text-align: left;
      left: 0;
      font-size: 5vw;
  }
}

.cursor{
  position: fixed;
  width: 30px;
  height: 30px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.583);
  border: 1px black;
  transition: transform 0.3s ease;
  transform-origin: center center;
  pointer-events: none;
}

.grow, .grow-small{
  transform: scale(4);
  background: black;
  mix-blend-mode: difference; 
  border: none;
}

.grow-small{
  transform: scale(2);
}

.aboutme-topic {
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 800;
    font-size: 15vw;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 5vh;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10vh;
} 

.aboutme-topic span {
  margin: 0 0 0 0;
  line-height: 10vh;
}
div.c {
  height: 100px;
  width: 100px;
  background-color: red;
  margin: 5px 5px 5px 5px;
}

.blank {
    height: 500vh;
    display: flex;
}

.aboutme {
  margin-top: 0;
  height: 90vh;
  background-color: #101010;
  padding-top: 20vh;
  display: inline-block;
  width: 100vw;
  overflow: hidden;
}

.aboutmephoto {
  overflow: hidden;
  width: 80%;
}

.photo-container01 {
  overflow: hidden;
  width: 100%;
  height: 39vh;
  width: 30vh;
  justify-content: center;
}


.short {
  font-family: "Sofia Sans Condensed";
  position: relative;
  color: var(--sudu);
  font-size: 2.7vh;
  font-weight: 200;
  left: 2vw;
}

.myphoto01 {
    height: 39vh;
    width: 30vh;
    z-index: 100;
}

.space01 {
  height: 1000vh;
}

.filler {
  background-color: #101010;;
  width: 100%;
  position: absolute;
  top: 10vw;
  height: 60vh;
  overflow: hidden;
}

.aboutmeintro {
  margin-top: 5vh;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.645);
  position: relative;
  z-index: 100000;
  width: 50%;
  font-family: 'Spline Sans Mono', monospace;
  font-weight: 200;
  text-align: left;
  font-size: 2vh;
}

.introname {
  color: var(--sudu);
}

.important {
  color: var(--sudu);
}

.line {
  background-color: var(--sudu);
  justify-content: center;
  align-items: center;
  height: 0.5px;
  width: 90%;
  position: absolute;
  z-index: 10000;
  bottom: 15%;
  left: 5%;
}

.space {
  height: 0;
  display: none;
  overflow: hidden;
}

.barcode {
  width: 90vw;
  opacity: 0.95;
}

@media only screen and (max-width: 800px) {
  .aboutmeintro {
    margin-top: 0;
    width: 60%;
  }

  .aboutme-topic {
    padding-top: 0;
  }

  .aboutme-topic span{
    line-height: 8vh;
    font-size: 25vw;
  }

  .space {
    height: 20vh;
    display: block;
    width: 100%;
  }

  .aboutme {
    height: 90vh;
  }

  .aboutmephoto {
    width: 100%;
  }

  .line {
    bottom: 7%;
  }
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--kalu);
    display: flex;
    flex-direction: column;
    z-index: 10000000;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loading-screen.hidden {
    opacity: 0;
    visibility: hidden;
}

.loadname01, .loadname02, .loadname03 {
    opacity: 0;
}

.loading-text {
  color: var(--sudu);
  font-family: 'Sofia Sans Condensed', sans-serif;
  font-size: 10vw;
  font-weight: 600;
  padding: 2vw 0 0 2vw;
  height: 100%;
  width: 100%;
  position: absolute;
}

.loadname03 {
  font-size: 12vw;
}

.greetings {
  position: absolute;
  top: 40%;
  width: 100%;
  left: 10%;
}

.just {
  overflow: hidden;
}
.loadname01 {
  font-family: "Gemunu Libre", sans-serif;
}

.loadname02 {
  font-family: "Noto Sans Tamil", sans-serif
}
.greetings span {
  position: absolute;
  top: 0;
  left: 0;
}

.loader {
  background-color:var(--sudu);
  height: 1%;
  width: 0%;
  bottom: 0;
  position: absolute;
}

.skills {
  height: 100vh;
}

.skills .title {
  height: 15vh;
}

.skillstitle {
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 800;
    font-size: 10vh;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 0vh;
    margin-bottom: 0;
    padding-bottom: 0;
} 

.skills span {
  margin: 0 0 0 0;
}

.gallery {
  height: 70vh;
  display: flex;
  flex-direction: row;
}

.skill01_parent, .skill02_parent, .skill03_parent, .skill05_parent, .skill04_parent {
  width: 25%;
  height: 100%;
  border-top: var(--kalu) solid;
  position: relative;
  border-right: var(--kalu) solid;
}

.skill03_parent {
  border-right: none;
}

.skill01_parent {
  position: relative;
}

.skill01, .skill02, .skill03, .skill04, .skill05{
  font-family: 'Sofia Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 3.5vh;
  padding-left: 2vw;
}



.skill01 {
  position: absolute;
  top: 10%;
  font-size: 3.5vh;
}


.skill02_parent {
  position: relative;
}

.skill03 {
  position: absolute;
  top: 10%;
}
.skill02 {
  position: absolute;
  top: 10%;
}

.skill04 {
  position: absolute;
  top: 10%;
}
.skill05 {
  position: absolute;
  top: 10%;
}

.slidingfiller {
  display: absolute;
  background-color: var(--kalu);
  top: 0;
  height: 0;
  width: 100%;
}

.slidingfiller01, .slidingfiller02, .slidingfiller04, .slidingfiller05 {
  display: absolute;
  background-color: var(--kalu);
  top: 0;
  height: 0;
  width: 100%;
}
.skill01 span, .skill02 span, .skill03 span, .skill04 span, .skill05 span  {
  font-family: 'Sofia Sans Condensed', sans-serif;
  font-size: 1.5vw;
}

.skill_list01, .skill_list02, .skill_list03, .skill_list04 {
  font-family: 'Spline Sans Mono', monospace;
  text-transform: uppercase;
  font-weight: 200;
  position: absolute;
  font-size: 1.5vh;
  bottom: 10%;
  left: 1vw;
  color: var(--sudu);
} 
.list_parent{
  margin-top: 5%;
  padding: 0;
  overflow: hidden;
}

.skill_list {
  font-family: 'Spline Sans Mono', monospace;
  text-transform: uppercase;
  font-weight: 200;
  position: absolute;
  font-size: 1.5vh;
  bottom: 10%;
  left: 1vw;
  color: var(--sudu);
} 


@media only screen and (max-width: 800px){
  .gallery {
    flex-direction: column;
  }

  .skill01_parent, .skill02_parent, .skill03_parent, .skill05_parent, .skill04_parent {
    width: 100%;
    height: 20%;
  }

  .skill_list01, .skill_list02, .skill_list03, .skill_list04, .skill_list {
    top: 2vh;
    width: 50%;
    font-size: 0.8vh;
    left: 50%;
  }
 .skill03_parent {
  border-bottom: var(--kalu) solid;
 }

  
}

.topic {
  padding-left: 2ch;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 800;
  font-size: 5vh;
  width: 75%;
  text-transform: uppercase;
}

.topic p {
  font-size: 2vh;
  font-weight: 200;
  font-family: 'Spline Sans Mono', monospace;
}

.chronicle {
  font-family: 'Spline Sans Mono', monospace;
  font-weight: 200;
  font-size: 1.8vh;
  text-align: justify;
  color: var(--kalu);
  padding: 0 2vw 0 2vw;
  column-count: 1;
  column-gap: 30px;
}
.storycontainer {
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
}

.chronicle {
  width: 65%;
}

.chronicle span {
  color: black;
  font-weight: 400;

}

.images {
  position: relative;
  width: 35%;
  justify-content: center;
}

.fillerimg {
  position: absolute;
  background-color: white;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
}

.imgs {
  position: absolute;
  top: 0;
  z-index: 1;
}
   
.images img {
    height: 35vh;
    scale: 1;
    opacity: 0;
    position: absolute;
    top: 0;
   }

@media only screen and (max-width: 800px){
  .images {
    display: none;
  }

  .chronicle {
    width: 90%;
  }
}

 .form-container {
            width: 100%;
            background-color: white;
            font-family: 'Spline Sans Mono', monospace;
            padding-top: 5%;
        }

        .form-group {
            margin-bottom: 2%;
            position: relative;
            width: 50%;
        }

        label {
            display: none;
        }

        input[type="text"],
        input[type="tel"],
        input[type="email"],
        textarea {
            width: 100%;
            background: transparent;
            border: none;
            border-bottom: 1px solid var(--kalu);
            padding: 12px 0;
            font-family: 'Spline Sans Mono', monospace;
            font-size: 1.5vh;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--kalu);
            outline: none;
            transition: border-color 0.3s ease;
        }

        input[type="text"]:focus,
        input[type="tel"]:focus,
        input[type="email"]:focus,
        textarea:focus {
            border-bottom-color: #666;
        }

        textarea {
            resize: none;
            min-height: 100px;
        }

        input::placeholder,
        textarea::placeholder {
            color: var(--kalu);
            opacity: 1;
            font-family: 'Spline Sans Mono', monospace;
            font-size: 1.5vh;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        button {
            background-color: var(--sudu);
            color: var(--kalu);
            border: none;
            padding: 15px 40px;
            font-family: 'Spline Sans Mono', monospace;
            font-size: 1.5vh;
            letter-spacing: 1px;
            text-transform: uppercase;
            cursor: pointer;
            transition: background-color 0.3s ease;
            border: solid var(--kalu) 2px;
        }

        button:hover {
            background-color: var(--kalu);
            color: var(--sudu);
        }

        @media (max-width: 768px) {
            .form-container {
                padding: 20px;
            }

            .form-group {
                margin-bottom: 40px;
            }
        }


    .aboutme-topic01 {
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 800;
    font-size: 15vw;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 5vh;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10vh;
} 

.aboutme-topic01 span {
  margin: 0 0 0 0;
  line-height: 15vh;
}

.contacts {
  padding: 5%;
  justify-content: right;
  align-items: right;
  margin-bottom: 10%;
  position: relative;
}
.contacts div {
  text-align: right;
}

.phone, .email {
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-size: 3.5vw;
    font-weight: 800;
    width: 100%;

}

.media {
  padding: 0 5% 0 5%;
  display: flex;
  width: 90%;
  flex-direction: row;
  position: absolute ;
  font-family: 'Spline Sans Mono', monospace;
}

.media div {
  width: 33%;
}

.x {
  text-align: left;
}

.linkedin {
  text-align: center;
}

.github {
  text-align: right;
}


.media span {
  padding-bottom: 3%;
  font-weight: 200;
}

.footer {
  height: 40vw;
  position: relative;
  width: 100%;
  margin-bottom: 0%;
}

.footer .finalname {
  position: absolute;
  font-family: 'Sofia Sans Condensed', sans-serif;
  font-weight: 600;
  font-size: 24vw;
  bottom: 20%;
  width: 100%;
  letter-spacing: -2vw;
}

.finalname span {
  margin: 0;
}



.copyright {
  height: 100px;
  position: absolute;
  bottom: 1.5%;
  padding: 0 5% 0 5%;
  font-size: 1vw;
  font-weight: 200;
  display: flex;
  width: 90%;
  flex-direction: row;
  font-family: 'Spline Sans Mono', monospace;
}

.copyright div {
  width: 100%;
  text-align: center;
}


.finalname p {
  font-size: 10px;
}

@media only screen and (max-width: 800px){
  .media {
    width: 100%;
}

.copyright {
  display: none;
}



.footer .finalname {
  position: absolute;
  font-family: 'Sofia Sans Condensed', sans-serif;
  font-weight: 600;
  font-size: 24vw;
  bottom: 0%;
  width: 100%;
  letter-spacing: -2vw;
}
.media span {
  font-size: 2vw;
}
}


@media only screen and (max-width: 800px){
  .media {
    padding: 0 0 0 0;
    width: 100%;
}

.copyright {
  display: none;
}


}

#custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 9999;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

@media (pointer: coarse) {
    body, html {
        cursor: auto;
    }
    #custom-cursor, .cursor {
        display: none !important;
    }
}