@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url("https://use.typekit.net/tjd2kuh.css");


:root{
    --tiffany: #81D8D0;
    --darklilac:#000000;
    --white2: #FFFFFF;
    --white3: red;

}


html, body {
  margin: 0;
  padding: 0;
  font-family: 'Anton', sans-serif;
  height: 100%; /* Add this to ensure the body covers the entire viewport height */

}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensure body covers the entire viewport height */
  overflow-x:hidden;

}

main {
  flex: 1; /* Fill the remaining vertical space */
  position: relative; /* Add position: relative to establish a new stacking context */
  z-index: 1; /* Ensure main content is above footer */
}



section{
    min-height:100vh;
}

.container-this{
  padding:0 2vw 0 2vw;
}

/** HEADER PART **/

.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color:#FFF;
    padding: 10px;
    transition: top 0.5s ease-in-out;
}


.logo p {
    font-size: calc(clamp(1.5em, 5vw, 3em) * .875);
    font-weight: bold;
    padding-top: 25px;
  }
.logo a{
  color: var(--darklilac);
  text-decoration: none;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 15px;
}

.menu ul li {
    display: inline-block;
    margin-right: 50px;
    
}

.menu ul li a {
    text-decoration: none;
    color:var(--darklilac);
    padding: 5px;
    font-size: calc(clamp(1.5em, 5vw, 3em) * .875);

    box-shadow: inset 0 0 0 0 var(--tiffany);
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.menu ul li a:hover {
    box-shadow: inset 140px 0 0 0 var(--tiffany);
    color: white;
}


.menu-toggle {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    background-color: var(--tiffany);
    border-radius: 50%;
    z-index: 999;
    text-align: center;
    line-height: 70px;
    color: var(--darklilac);
    cursor: pointer;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    letter-spacing: 1.2px;
    font-size: 1.5rem;
  }

.menu-toggle span{
  letter-spacing: 1.2px;
  font-size: 1.5rem;
}
  
  .menu-toggle.show {
    opacity: 1;
    max-height: 70px;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    letter-spacing: 1.2px;
    font-size: 1.2rem;
  }
  
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--darklilac);
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
    z-index: 998;
}

.mobile-menu.open {
    transform: translateX(0%);
}

.mobile-menu ul {
    list-style: none;
    text-align: center;
    padding: 20px; /* Add padding */

    /* Center the menu items */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

.mobile-menu ul li {
    margin: 10px;
    padding: 10px; /* Add padding */
}

.mobile-menu ul li a {
    color: var(--white2);
    text-decoration: none;
    font-weight: bold;
    font-size:2rem;
    margin: 0 -.25rem;
padding: 0 .25rem;
transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
font-size:3.5rem;
}

.mobile-menu ul li a:hover {
  box-shadow: inset 200px 0 0 0 var(--tiffany);
}

.headerpart{
    background: var(--white2);
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;

}

.headerpart p{
    color:var(--white2);
}

.header-text p {
    text-align: center;
}

.upper-text {
  position: absolute;
  top: 25vh;
  left: 5vw;
}

.lower-text {
  position: absolute;
  bottom: 10vh;
  right: 20vw;
}

.show-this2{
  display:none;
}
.upper-text2 p{
  font-size: calc(clamp(3rem, 15vw, 7rem) * .875);
  font-weight: bold;
  margin: 0;
  color: var(--darklilac);
}
.lower-text2 p  {
    font-size: calc(clamp(3rem, 15vw, 7rem) * .875);
    font-weight: bold;
    margin: 0;
    color:var(--darklilac);
  }


.upper-text p{
  font-size: calc(clamp(2.5rem, 15vw, 18rem) * .875);
  font-weight: bold;
  margin: 0;
  color: var(--darklilac);
}
.lower-text p  {
    font-size: calc(clamp(2rem, 15vw, 15rem) * .875);
    font-weight: bold;
    margin: 0;
    color:var(--darklilac);
  }

  .design-list{
    position: absolute;
    bottom: 0;
    left: 5vw;
    font-size: calc(clamp(3em, 5vw, 5em) * .875);
  }

  
/**about me**/
.abt-me {
    background: #FFF;
    position:relative;
  }
.edges{
  height: 120vh;
  background: var(--darklilac);
  border-radius: 5vw 5vw 0 0;
}
  .abt-me h2 {
    padding-top: 15vh;
    font-size: calc(clamp(3em, 5vw, 10em) * .875);
    color: var(--white2);
  }

.name-change p{
    position:absolute;
    top:-30vh;
}

.section-header{
        display: flex;
        justify-content: flex-end;
        position:relative;
}


.line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 2px;
  background-color: var(--white2);
  transition: width 0.3s ease-in-out;
}

.footer-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 2px;
  background-color: var(--white2);
  transition: width 0.3s ease-in-out;
}

.abt-me p {
  position: absolute;
  width: 80%;
  bottom: 30vh;
  color: var(--white2);
  font-size: calc(clamp(2rem, 5vw, 2.5rem) * .875);
}

.move-this-text {
    position: relative;
    display: inline-block; /* Ensures the span takes up the necessary space */
    color:var(--tiffany);
  }
  



/**Recent work**/

.recent-work {

    overflow-x:hidden;
  }
  .work-edges {
    height: 110vh;
    border-radius: 0vw 0vw 5vw 5vw;
    background: #FFF;
    transition: border-radius 0.3s ease-in-out; /* Adjust transition timing as needed */
  }
  
.recent-work h2{
        padding-top: 15vh;
        padding-left:2vw;
        color: var(--darklilac);
        font-size: calc(clamp(3em, 5vw, 10em) * .875);

  }

  .portfolio {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px; /* Optional padding for spacing */
    /* Add other styles for your portfolio items */
    min-height:150px;
  }

#workworkwork ul{
  list-style-type: none;
  padding: 0;

}

#workworkwork ul li{
position: relative;
display: block;
padding: var(--margin) 0;
border-top: 1px solid black;
border-bottom: 1px solid black;
z-index: 0;
}

.article {
  margin-top: 5vh;
}
.article--projects ul li a {
  display: flex;
  text-decoration: none;
  color: var(--black);
}

.article--projects ul li a .index {
  position: relative;
  flex: 0.666;
  font-family: var(--font-sans);
  font-size: 6rem;
  line-height: 1em;
  overflow: hidden;
}

.article--projects ul li a .thumbnail {
  flex: 0.3;
  position: relative;
  overflow: hidden;
}

.article--projects ul li a .title {
  flex: 1.5;
  display: flex;
  justify-content: space-between;
  margin-left: var(--margin);
}

.article--projects ul li a .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  transition: transform 1s var(--transition-curve);
}

.article--projects ul li a .title .client {
  line-height: 0.8em;
  transform: translateY(0.11em);
  font-size: calc(clamp(5em, 7vw, 12em) * .875);
  padding-left: 2vw;
}

.article--projects ul li a .title .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  height: 100%;
  padding-right: 2vw;
}

.project h4{
  padding-top: 20px;
}

/* Add a new class to target the thumbnail on hover */
.article--projects ul li a:hover .thumbnail {
  transform: translateX(30px);
  opacity: 1;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
}

/* Reset the transform and opacity when not hovering */
.article--projects ul li a .thumbnail {
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
}

.article--projects ul li a .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  transition: transform 1s var(--transition-curve);
}


  /**FOOTER**/
  footer {
    position: sticky;
    bottom: 0;
    z-index: 0;
    background-color: var(--darklilac); /* Add a background color to distinguish the footer */
    min-height:100vh;
  }

  footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: auto; /* Make the pseudo-element clickable */
    z-index: -1; /* Place the pseudo-element behind the footer content */
  }


  footer h2{
    padding-top: 15vh;
    font-size: calc(clamp(3em, 5vw, 10em) * .875);
    color: var(--white2);
  }


  .footer-message {
    font-size: calc(clamp(3em, 5vw, 10em) * .875);
    color: var(--white2);
    text-align: left;
  }
  /* Add necessary styling to the span element */
span.tiffany {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  color:var(--tiffany);
}

/* Define the shake animation on hover */
span.tiffany:hover {
  animation: shake 0.5s infinite;
}

/* Keyframes for the shake animation */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(5px); }
}

  .footer-socials p{
    text-align:right;
  }

  .footer-socials {
    padding-top: 100px;
  }

  .footer-socials a {
  font-size: calc(clamp(2em, 3vw, 2.5em) * .875);
    color: var(--tiffany);
    text-align: right;
    box-shadow: inset 0 0 0 0 var(--tiffany);
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    text-decoration:none;
  }


  .footer-socials a:hover {
    box-shadow: inset 200px 0 0 0 var(--tiffany);
    color: white;
}


  /**BUTTONS for footer**/
  .my-button {
    width: 350px;
    height: 85px;
    background: #000;
    border-radius: 35px;
    margin: 50px;
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s ease-in-out;
    color: var(--tiffany);
    z-index: 2;
    pointer-events: auto;
  }

.my-button::before {
  content: '';
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tiffany);
  transition: bottom 0.5s ease-in-out;
  z-index:-1;
}

.my-button:hover {
  background: var(--tiffany);
  color:#000;
}

.my-button:hover::before {
  bottom: 0;
}

.footer-button a {
  font-size: calc(clamp(1.5em, 1vw, 3em) * .875);
  text-decoration:none;
}

/**CURSOR**/
.cursor {
  pointer-events: none;
  position: fixed;
  display: block;
  border-radius: 0;
  top: 0;
  left: 0;
  z-index: 9999999999999999;  
  width: 250px; /* Adjust this width to match your cursor image size */
  height: 200px; /* Adjust this height to match your cursor image size */

}


/**INNER PAGES**/
.chroma-image{
  padding-top:100px;
}

.first-part{
  padding-bottom:25px;
}
.second-part{
  padding-bottom:25px;
}
.third-part{
  padding-bottom:25px;
}

.edges-chroma{
  background: var(--darklilac);
  border-radius: 5vw 5vw 0 0;
}

.edges-chroma img{
  width:100%;
}

.chroma h2 {
  padding-top: 15vh;
  font-size: calc(clamp(3em, 5vw, 10em) * .875);
  color: var(--white2);
  opacity: 1 !important;
  padding-right: 3vw;
}

.chroma p {
  color: var(--white2);
  font-size: calc(clamp(2rem, 5vw, 2.5rem) * .875);
  position: absolute;
  bottom: 35vh;
}

.chroma-text{
  position: relative;
  height: 100vh;
}





/**REPONSIVE CODES**/
/* Media query for screens up to 600px wide */

@media (max-width: 600px) {
  .show-this2 {
    display: block;
    transform: rotate(90deg);

  }

  .show-this2 .upper-text2{
    position: absolute;
    top: 30vw;
    left: 75vw;
  }
  .show-this2 .lower-text2{
    position: absolute;
    top: 30vw;
    left: 160vw;
  }


  .show-this{display:none;}
  
  .upper-text {
    top: 25vh;
  }
  .lower-text {
    top: 50vh;
  }

  .abt-me h2 {
    opacity: 1 !important;
    transform: translate(0px) !important;
  }

.abt-me span {
  opacity: 1 !important;
}

.abt-me p{
  top:40vh;
}

#changing-text{
  transform: translate(0px, 0px) !important;
}

.index {
  display: none;
}
#workworkwork h2{
  padding-left: 5vw;
}

footer h2{
  opacity: 1 !important;
transform: translate(0px) !important;
}


.menu-toggle {
  right: 20px;
}

.my-button {
  width: 250px;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 20px;
}
.footer-socials p {
  text-align: center;
}
.footer-socials {
  padding-top: 20px;
}

.footer-message {
  margin-top: 50px;
}
.footer-message {
  text-align: center;
}
}

@media (max-width: 480px) {
 .thumbnail{
  display:none;
 }


 .header-menu .menu{
  display:none;
 }

 .show-this2 .upper-text2{
  position: absolute;
  top: 25vw;
  left: 75vw;
}
.show-this2 .lower-text2{
  position: absolute;
  top: 25vw;
  left: 160vw;
}


}


