@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
:root {
    --main-bg-color: #f2e8cd;
    --text-color: #493129; 
    --highlight-color: #1c30a9; 
    --secondary-color: #f2e8cd; 
    --tertiary-color: #18a6c6; 
    --roller-height: 5vw;
}

.fixed-bg {
  background-image: url('highquality-final-big-screen-bg.webp');
  background-size: cover;
  background-position:left;
  background-repeat: no-repeat;
  
  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  
  z-index: -1;
}

.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 5vh;
  color: #299cef;
  padding-top: 15%;
}

body::-webkit-scrollbar {
  width: 12px;               
}

body::-webkit-scrollbar-track {
  background-color: #c4c4c4;
}

body::-webkit-scrollbar-thumb {
  background-color: #ff90e8;    
  border-radius: 20px;      
  border: 3px solid #000000; 
}

#experience, .skills, #portfolio, #contact, footer {
    background-color: var(--main-bg-color); 
  }

  .paytone-one-regular {
    font-family: "Paytone One", sans-serif;
    font-weight:100;
    font-style:normal;
  }

  .glacial-indifference{
  font-family:'Glacial Indifference', sans-serif;
  font-weight:bold;
  font-size: larger;
  }

  /*.roboto-font{
    font-family:'Roboto';
    
  }

  .encode-sans-condensed-font{
    font-family: "Encode Sans Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
  }*/

  .nunito-font {
    font-family: "Nunito", sans-serif;
    font-optical-sizing:auto;
    font-weight:1000;
    font-style:normal;
  }


.fade-in-section {
    opacity: 0; 
    transform: translateY(50px); 
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .fade-in-section.visible {
    opacity: 1;
    transform: translateY(0); 
  }

.custom-cursor {
    position: fixed;
    width: 35px; 
    height: 35px; 
    background-size: cover;
    border-radius: 50%;
    background-color: rgba(255, 105, 180, 0.8); 
    box-shadow: 3px 3px 0 -2px #000000;
     border: 2px solid #000000;
    pointer-events: none; 
    z-index: 10000; 
    transform: translate(-50%, -50%); 
    transition: transform 0.1s ease-out; 
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
    font-size: 3.5rem;
    color: #fe5c1d; 
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 2rem;
    color: #ff9b09; 
    margin-bottom: 0.5rem;
}

p{
    font-size:1.8rem;
    color: #fe5c1d; 
    margin-bottom: 0.5rem;
}

#pink{
    color:#de398f;

}
#bold{
    font-weight:bold;
}
#blue{
  color:#299cef;
}

#navbar {
  background-color: white; 
  border-radius: 1vw;
  position: fixed; 
  top: 0;
   width:calc(100vw - 52px);
  transition: top 0.3s; 
  justify-content: right;
  z-index: 9999;
  margin-top:2vh;
  animation: navdisplay 7.2s;
  margin-left:20px;
  margin-right:20px;
}


#navbar a {
  float: left;
  background-color: transparent;
  display: block;
  gap:2vw;
  color: gray;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  border-radius: 2vh;
  font-size: 1.2rem;
  
}

#navbar a:hover {
  background-color: #ff90e8;
  color: white;
  border: 1px solid #000000;
}

/*@media screen and (max-width: 768px) {
  #navbar {
      flex-wrap: wrap;
      justify-content: center;
  }
  #navbar a {
      font-size: 1rem;
      padding: 10px;
      flex: 1 1 auto;
  }
}*/


/*HELLO STUFF*/


.hello-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed51a9;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 5vw;
    padding-top: 15vw;
    align-items: center;
    z-index: 9999;
    animation: fadeOutHello 0.3s ease-in forwards 2.7s;
}

.hello-text {
    font-size: 240px;
    color: #fbf7ea;
    font-weight: bold;
    display: flex;
    
}

.hello-text span {
    opacity: 0;
    display: inline-block;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    
}

.hello-text span:nth-child(1) {
    animation: slideInTopOutTop 0.5s forwards, 
               slideOutTopOutTop 0.5s forwards 2.2s;
}

.hello-text span:nth-child(2) {
    animation: slideInRightOutRight 0.5s forwards 0.1s, 
               slideOutRightOutRight 0.5s forwards 2.3s;
}

.hello-text span:nth-child(3) {
    animation: slideInTopOutTop 0.5s forwards 0.2s, 
               slideOutTopOutTop 0.5s forwards 2.4s;
}

.hello-text span:nth-child(4) {
    animation: slideInTopOutTop 0.5s forwards 0.3s, 
               slideOutTopOutTop 0.5s forwards 2.5s;
}

.hello-text span:nth-child(5) {
    animation: slideInBottomLeftOutBottomLeft 0.5s forwards 0.4s, 
               slideOutBottomLeftOutBottomLeft 0.5s forwards 2.6s;
}

/*@media screen and (max-width: 768px) {
  .hello-text {
      font-size: 20vw; 
  }
}*/

/*Home stuff*/

.home, .about {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: transparent;
  }

  .home::before, .about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(242, 232, 205, 0.8);*/
    z-index: 0;
  }
  
  .home, .about {
    position: relative;
  }
  
  .container {
    position: relative;
    z-index: 1;
  }

.home {
    display: flex;
    flex-direction: row;
    height:60vh;
    width:100%;
    opacity: 0;
    animation: fadeInHome 0.3s ease-in forwards 2.6s;
    align-items: flex-start;
  
    text-align: left;

}

.home-text {
    width:50%;
    display:flex;
    justify-content:flex-start;
    flex-direction:column;
    align-items:left;
    
    padding-top:20%;
    padding-left:10%;
    
    text-align:left;
    margin-left:-2%;
    color:#ed51a9;
    position:relative;
    z-index:1;
    box-sizing:border-box;
    
}

.home-text.in-view, .about-content.in-view {
    animation: slideIn 1s forwards;
}
.home-image {
    height:100vh;
    width:100%;
    top: 0;
    right:5%;
    left:5%;
    object-fit: cover;
    object-position: center;
    z-index:-1; 
}

.home-image img {
    width: 100%; 
    height: 100vh; 
    object-fit: cover; 
    margin: 0; 
}

.home-text h1{
    color:#ed51a9;
    margin:0;
    box-shadow: #ed51a9;

}
.home-text h3{
    font-size: 2rem;
    color: #98bd06; 
    margin-bottom: 0.5rem;
}
.home-text p {
    font-size: 1.8rem;
    color: #98bd06; 
    margin:0;
}

.home-text, .about-content {
    position: relative;
    z-index: 1;
}

/*@media screen and (max-width: 768px) {
  .home {
      flex-direction: column;
      align-items: center;
      height: auto;
  }
  .home-text {
      width: 100%;
      padding-top: 10%;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
  }
}*/

.container {
    display: flex;
    height: 100vh; 
    width:100vw;
    padding: 0;
    margin: 0;
}

.about-t-1{
  position: absolute; 
  top: 30%; 
  left:10%; 
  z-index: 1; 
  background-color: #ffffff;
  border-radius: 12px;
  max-width:20vw;
  
  
  
  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 16px;

}

.about-t-2{
  position: absolute; 
  top: -10%; 
  right: 15%; 
  z-index: 1; 
  background-color: #ffffff;
  border-radius: 12px;
  max-width:20vw;
  
  
  
  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 16px;

}

/*about stuff*/

.about {
   
     width:100%;
     height: 100vh;
     display: flex;
     align-items: baseline;
     justify-content: center;
     /*background-color: #f2e8cd;*/
     padding: 0 5%;
    

 }
 
 .about-content.about-h{
     padding-left:0;
     margin-left:-5%;
 }


 .about-content.about-p{
  padding-left:0;
  margin-left:-5%;
}

 .about-content h3{
     
     font-size:2rem;
    
 }
 
 .about-content p{
 
 font-size:1.8rem;
 }



 .about-content.about-h {
  position: absolute; 
  bottom: 44%; 
  right: 12%; 
 
  z-index: 1; 
  background-color: #ffffff;
  border-radius: 12px;
  max-width:20vw;
  
  
  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 16px;
}

.about-content.about-p {
  position: absolute; 
  top: -20%; 
  left: 8%;
  z-index: 1; 
  max-width:20%;
  background-color:#ffffff;
  border-radius: 12px;
  

  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    flex-direction:column;

    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    
    padding: 12px 16px;
    text-decoration: none;
    
}

/*@media screen and (max-width: 768px) {
  .about {
      flex-direction: column;
      align-items: center;
      height: auto;
  }
  .about-content.about-t-1,
  .about-content.about-t-2,
  .about-content.about-h,
  .about-content.about-p {
      position: static;
      margin: 10px auto;
      max-width: 90%;
  }
}*/


.interests{
  
  width:100%;  
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  
}
.interests h1{
  text-align:center;
  
  color: #ee3394; 
  font-size: 4vw;
  font-weight: lighter;
}

.roller{
  height: 5vw; 
  line-height: 4.5vw;
  position: relative;
  overflow: hidden; 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  color: #1D3557;
}


#spare-time{
  font-size: 2.5vw;
  font-weight:lighter ;
  letter-spacing: 0.5vw;
  margin-top: 0;
  color: #000;
  
}

.roller #rolltext {
  position: absolute;
  top: 0;
  animation: slide 5s infinite;  
}


@keyframes slide {
  0% {
    top: 0;
  }
  16.6% {
    top: calc(-1 * var(--roller-height));
  }
  33.3% {
    top: calc(-2 * var(--roller-height));
  }
  50% {
    top: calc(-3 * var(--roller-height));
  }

  66%{
    top:calc(-4*var(--roller-height));
  }
}

/*@media screen and (max-width: 600px){
  h1{
  text-align:center;
  text-transform: uppercase;
  color: #F1FAEE; 
  font-size: 6vw;
}
  
  .roller{
  height: 7vw; 
  line-height: 6vw;  
  }
  
  #spare-time {
    font-size: 2vw;
    letter-spacing: 0.2vw;
  }
  
  .roller #rolltext {  
  animation: slide-mob 5s infinite;  
}}
  
@media screen and (max-width: 600px) {
  :root {
    --roller-height: 7vw; 
  }

  @keyframes slide-mob {
    0% {
      top: 0;
    }
    16.6% {
      top: calc(-1 * var(--roller-height));
    }
    33.3% {
      top: calc(-2 * var(--roller-height));
    }
    50% {
      top: calc(-3 * var(--roller-height));
    }
  
    66%{
      top:calc(-4*var(--roller-height));
    }
}
}*/


.softwares-text ul{
    padding-left:20%;
    list-style-type: none;
    
}

.softwares-text li {
    
    color: #68a746;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 1.5rem;
}

.marquee-section{
  position:relative;
}

.marquee-image {
  position: absolute; 
  z-index: 1; 
  width:10vw;
  left:-4%;
  top: 40%;
  transform: translateY(-50%);
}

.marquee-image-end {
  position: absolute; 
  z-index: 1; 
  width: 10vw;
  right: -4%;
  top: 40%;
  transform: translateY(-50%);
 }




.marquee-content:hover {

    color: #ffffff;
    cursor:var(--tertiary-color);
}

.marquee-content{
  display:inline;
  
  
}

.marquee {
  position: relative;
  
  max-width: 100%;
  height: 12vh;
  overflow: hidden;
  font-size: 2.7rem;
  font-weight: bold;
  color: #ff9500;
  /*padding-top: 2%;*/
  background-color: #98bd0600;
  z-index: 0; 
}



.softwares-text ul li:nth-child(1) {
  margin-left: 69vw; 
  width:60vw;
  margin-right:-5%;
}

.softwares-text ul li:nth-child(2) {
  margin-left: 60vw; 
  margin-right:2%;
  width:60vw;
}

.softwares-text ul li:nth-child(3) {
  margin-left: 85vw; 
  margin-right:-10%;
  width:60vw;
}

.softwares-text ul li:nth-child(4) {
  margin-left: 65vw; 
  margin-right: 20%;
  width:60vw;
}

.softwares-text ul li:nth-child(5) {
  margin-left: 75vw;
  margin-right: -8%;
  width:60vw;
}

.softwares-text ul li:nth-child(6) {
  margin-left: 65vw;
  margin-right:-5%;
  width:60vw;
}

.marquee-pd{
  color: rgb(255, 145, 0);
  
}

.marquee-vd{
  color: rgb(255, 51, 150);
}
.marquee-dd{
  color: rgb(0, 153, 254);
}
.marquee-fs{
  color: rgb(134, 189, 15);
}
.marquee-cd{
  color: #922bce;
}
.marquee-sm{
  color: #f53030;
}


.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 50s linear infinite;
}

.stroke-text-pd{
-webkit-text-stroke: 3px rgb(255, 145, 0);
color: #ff950000;
display:inline;
margin:0;
padding:0;
}

.stroke-text-vd{
  -webkit-text-stroke: 3px rgb(255, 51, 150);
  color: #ff950000;
  display:inline;
  margin:0;
  padding:0;
  
  }
  .stroke-text-dd{
    -webkit-text-stroke: 3px rgb(0, 153, 254);
    color: #ff950000;
    display:inline;
    margin:0;
    padding:0;
   
    }
    .stroke-text-fs{
      -webkit-text-stroke: 3px rgb(134, 189, 15);
      color: #ff950000;
      display:inline;
      margin:0;
      padding:0;
     
      }
      .stroke-text-cd{
        -webkit-text-stroke: 3px #922bce;
        color: #ff950000;
        display:inline;
        margin:0;
        padding:0;
       
        }
        .stroke-text-sm{
          -webkit-text-stroke: 3px #f53030;
          color: #ff950000;
          display:inline;
          margin:0;
          padding:0;
          
          }

.stroke-text-pd:hover,.stroke-text-vd:hover,.stroke-text-dd:hover,.stroke-text-dd:hover,.stroke-text-fs:hover,.stroke-text-cd:hover,.stroke-text-sm:hover {

  -webkit-text-stroke: 3px #ffffff;
  cursor:var(--tertiary-color);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}



.checks-border {
  height: 7vh; 
  width: 100vw; 
  background-image: url('checks-2-min.jpg'); 
  background-size: auto calc(7vh / 4 * 21); 
  background-repeat: repeat-x; 
  background-position: top; 
  overflow: hidden;
}


.checks-border-1 {
  height: 7vh; 
  width: 100vw; 
  background-image: url('checks-1-min.jpg'); 
  background-size: auto calc(7vh / 4 * 21); 
  background-repeat: repeat-x; 
  background-position: top; 
  overflow: hidden;

 
}


#softwares{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    background-color: #ffde59;
    font-family: "Paytone One", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* margin-top:100vh; */
}
.softwares-text{
    width:50%;
    display:flex;
    align-content: flex-start;
    justify-content:center;
    text-align:flex-start;
    margin-left:-10%;
}
.softwares-logos{
    display:flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: space-around;

}
.softwares-logos img{
    width:100%;
    max-width:200px;
    border-radius:8px;
    margin:25px 25px;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
    font-family:"Glacial Indifference", sans-serif, "Paytone One", sans-serif, 'Outfit','Optima','Courier', 'San Francisco', 'SF Pro Text', -apple-system, system-ui, sans-serif;
    background-color: #f2e8cd00;
    color: var(--text-color);
    line-height: 1.6;
    position: relative;
    /*padding-left: 50px;  
    padding-right: 50px;*/
    margin:0;
    cursor:none;
    
    
    /*background-image: url('Untitled_Artwork-2_page-0001.jpg');
    background-size:cover;
    background-attachment:fixed;
    background-position:center;
    background-repeat: no-repeat;
    padding: 0;*/
      
}

body::before,
body::after {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body::before {
    left: 0;
}

body::after {
    right: 0;
}


.swiper-button-next,
.swiper-button-prev {
    
color:#ff00cc !important;
}

.swipe-image{
  max-width:5vw;
  border-radius: 2vw;
  bottom: 0;
  left:0;
}

#portfolio {
    background-color: #96ecff;
    padding-bottom: 50vh;
    padding-top: 10vh;
    /*max-width: 1200px;*/
    margin: 0 auto;
    font-family: "Paytone One", sans-serif, 'Optima','Trebuchet MS', Arial, sans-serif;
    height:30vh;
}

/*#portfolio .mySwiper-menu{
  overflow-x:scroll;
}

#portfolio .mySwiper-menu::-webkit-scrollbar {
  height: 8px;
}
#portfolio .mySwiper-menu::-webkit-scrollbar-thumb {
  background-color: #c4a1ff; 
  border-radius: 10px;
}*/

#portfolio h2 {
    text-align: left;
    padding-left:5%;
    font-size: 3.5rem;
    margin-bottom: 40px;
    color: #ee27c0;
    
}

/* Navigation Styling */
#portfolio .swiper-slide {
    display: flex;
    justify-content: center;
    list-style: none;
    background-color: #96ecff;
    
    
}

#portfolio  li a {
    text-decoration: none;
    color: yellow;
    font-size: 2.8rem;
    border-radius: 1.8vw;
    transition: background-color 0.3s ease;
}

.portfolio-card{
outline: 0;
grid-gap: 8px;
align-items: center;
box-shadow: 20px 20px 0 -5px #000000;
border: 2px solid #000000;
background-color: #c4a1ff;
/*cursor: pointer;*/
display: flex;
flex-shrink: 0;
gap: 8px;
justify-content: center;
line-height: 1.5;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
transition: all .14s ease-out;
transition: transform 0.3s ease, box-shadow 0.3s ease;
height:35%;

padding-top: 6vw;
padding-bottom: 6vw;
color: var(--highlight-color); 

}

.swiper-slide :focus-visible{
    outline-offset: 1px;
}


.mySwiper-thumbnail .swiper-wrapper {
    width: 50%;
    height: 100%;
  }


.mySwiper-thumbnail .swiper-slide {
    width: 65vw; 
    height: 65vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px; 
    background-color: #96ecff;
    overflow: hidden;
    transition: transform 0.3s ease;

}


.mySwiper-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px​ 0;
    width:100%;
    height:100%;
}

.mySwiper-thumbnail .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide li {
    width:80%;
    height:85%;

}

.swiper-slide li a {
    font-family: "Paytone One", sans-serif, 'Pacifico', cursive; 
    font-size: 5rem; 
    color: var(--text-color); 
    text-decoration: none;
    align-items:center;
    
    border-radius: 8px;
    transition: color 0.3s ease, transform 0.3s ease;
}

 .swiper-slide li:hover{
  
  transform: scale(1.1);
}

.swiper-slide li a:hover{
  background-color: #ff00cc;
  color:white
}

.swiper-slide li a {
    opacity: 0;
    animation: fadeIn 0.6s ease-in-out forwards;
}


.hidden {
    display: none;
}


.thumbnail-section {
    /*margin-top: 20px;*/
    padding-bottom: 20px;
    gap: 20px;
    justify-content: center;
    /*background-color: #ffffff;*/
    padding-bottom: 15vh;
    padding-top: 10vh;
    text-align:center;
    color:#000000;
    font-size: 2vh;

   
}


#pd-thumbnails{
  background-color: #f5c6f5;
}

#sd-thumbnails{
  background-color: #fbe7a0;
}
#wd-thumbnails{
  background-color: #ea9cff;
}
#s-thumbnails{
  background-color: #ffc971;
}
#b-thumbnails{
  background-color: #fff2cc;
}

.thumbnails {
  position: relative; 
  width: 100%; 
  
}


.thumbnails .project-logo {
  display: block; 
  width: 100%; 
  height: auto; 
}

.clickme-button {
  position: absolute; 
  
  max-width: 5vw;
  max-height:2.5vw;
  object-fit:scale-down; 
  z-index: 2; 
  top:80%;
  right:5%;
}
.close-thumbnails {


    outline: 0;
    grid-gap: 8px;
    align-items: center;
    background-color: #ff90e8;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    /*cursor: pointer;*/
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden;
    padding: 12px 16px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .14s ease-out;
    white-space: nowrap;
    
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 2%;

}

.close-thumbnails:hover {
    box-shadow: 4px 4px 0 #000;
    transform: translate(-4px,-4px);
}
.close-thumbnails:focus-visible{
    outline-offset: 1px;
}

.project-carousel{
    background-color: #ffffff;
    text-align:center;
    padding-top: 0.5rem;
    padding-bottom:10vh;

}


.close-carousel {

    outline: 0;
    grid-gap: 8px;
    align-items: center;
    background-color: #ff90e8;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    /*cursor: pointer;*/
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden;
    padding: 12px 16px;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all .14s ease-out;
    white-space: nowrap;

    padding-left: 4%;
    padding-right: 4%;
    margin-top: 2%;
}

.close-carousel:hover {
    box-shadow: 4px 4px 0 #000;
    transform: translate(-4px,-4px);
}
.close-carousel:focus-visible{
    outline-offset: 1px;
}

.swiper {
    width: 100%;
    height: 150%;
    
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    user-drag: none;         
    -webkit-user-drag: none;
    margin-right:0;
    margin-left:0;
  }

.rolling-text-page{

  background-image: url(Unknown.jpg);
  background-size: contain ;
  height: 100vh;
  justify-content: center;
  display: flex;
  align-items: center;

}

.roll-page{
  height:64vh;
  width:64%;  
  display:flex;
  align-items:left;
  justify-content:left;
  padding-left: 2%;
  text-align:left;
  background-color: #f1d4ff;
  
  outline: 0;
grid-gap: 8px;
align-items: center;
box-shadow: 20px 20px 0 -5px #f1d4ff,22px 22px 0 -5px #000000,40px 40px 0 -10px #f1d4ff,42px 43px 0 -10px #000000,60px 60px 0 -15px #000000;
border: 2px solid #000000;
border-radius: 3vw;


gap: 8px;
line-height: 1.5;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
transition: all .14s ease-out;
transition: transform 0.3s ease, box-shadow 0.3s ease;


padding-bottom: 6vw;
color: var(--highlight-color); 
}

.roll-page h1{
  text-align:left;
  
  color: #ee3394; 
  font-size: 6vw;
}

.roller-page{
  --roller-height:6vw;
  height: var(--roller-height);
  line-height: var(--roller-height);
  position: relative;
  overflow: hidden; 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  color: #1D3557;
}


.roller-page #rolltext-page {
  position: absolute;
  top: 0;
  animation: slide-page 5s infinite;  
}

@keyframes slide-page {
  0% {
    top: 0;
  }
  25% {
    top: calc(-1 * var(--roller-height));
  }
  50% {
    top: calc(-2 * var(--roller-height));
  }
  75% {
    top: calc(-3 * var(--roller-height));
  }
  100% {
    top: 0;
  }
}
/*
@media screen and (max-width: 600px){
  h1{
  text-align:center;
  text-transform: uppercase;
  color: #F1FAEE; 
  font-size: 6vw;
}
  
  .roller-page{
  height: 7vw; 
  line-height: 6vw;  
  }
  
 
  .roller-page #rolltext-page {  
  animation: slide-mob-page 5s infinite;  
}}
  
@media screen and (max-width: 600px) {
  :root {
    --roller-height: 7vw; 
  }

  @keyframes slide-mob-page {
    0% {
      top: 0;
    }
    25% {
      top: calc(-1 * var(--roller-height));
    }
    50% {
      top: calc(-2 * var(--roller-height));
    }
    75% {
      top: calc(-3 * var(--roller-height));
    }
    100% {
      top: 0;
    }
  }
}*/


#brands{
height:40vh;
background-color:#96ecff;
align-items: center;
justify-content: center;
text-align:center;

  }

  #brands h2{
padding-top:3%;
margin-block-start: 0;

  }

.brands-container
  {
    
    width:100%;
    height:40%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-left:5%;
    gap:5% 9%;
  }

  .brand-logo{
    width: 10%;
    height:50%;
    
    object-fit: scale-down;
  }

#contact {
    background-color: #ecb8ff; 
    color: #de398f; 
    text-align: center;
    
    justify-content: center;
    display:flex;
    flex-direction:row;
    align-items:center;
    height:86vh;

    position:relative;
    overflow: hidden;
  }

  .contact-text{

    width:50%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }

  
  #contact h2 {
    font-size: 7.5vh;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;

    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    
  }

  .contact-part1{
    font-size:10vh; letter-spacing:5px; color:#ffffff;

  }
  .contact-part2{
      color:#ff399b; 
  }

  


  .contact-links {
    display: flex;
    justify-content: center;
    
    
    width: 50%;
    height:100%;

    background-image: url(Hand.png);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size:contain; 
  }
  

  .contact-links-wrapper{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2%;
    flex-wrap: wrap;
    
    
    
    position: relative;
    width: 34%;
    height: 60%;
    left: -4.5%;
    top: 15%;
    
  }

  
  
.contact-link {
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    padding-top: 12%;
    padding-left: 5%;   
    gap: 10px;              
    color: rgb(84, 84, 84);

    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    height:19%
    

    
}

/*@media screen and (max-width: 480px) {

  #contact{
    display: flex;
    flex-direction: column;
    height:172vh;

  }
  .contact-text{
    width:100%;

  }
  .contact-links {

      flex-direction: column;
      width:100%;
      align-items: center;
      background-image: none; 
  }
  .contact-links-wrapper {
      flex-direction: column;
      align-items: center;
      width: 100%;
      left: 0;
      top: 0;
  }
  .contact-link {
      width: auto;
      height: auto;
  }
}*/

.insta-gradient{
  
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; 
  
}
  
  .contact-link img{
    height:6vh;
    width:6vh;
  }  

  .contact-link i {
    font-size: 6vh;
    transition: transform 0.3s ease, color 0.3s ease;
    opacity:0.9;
  }

  .contact-link img{
    transition:transform 0.3s ease;
    opacity:0.9;
  }
  
  /* Hover Animation */
  .contact-link:hover {
    transform: translateY(5px);
     
  }
  
  .contact-link:hover i {
    transform: translateY(5px); 
     
    transform: scale(1.25);
  }
  .contact-link:hover img{
    transform: translateY(5px);
    transform: scale(1.25) ;
  }

  .contact-link:hover span{
    transform: translateY(5px);
    
  }
  
  .contact-link span {
    font-size: 1.2rem;     
    text-align: center;     
    color: inherit;     
    
    font-weight: bold;
}

.resume-icon:hover{
color:#ba43ff;
}

 
  /*@media (max-width: 768px) {
    .contact-links {
      flex-direction: column;
      gap: 1.5rem;
    }
  }*/


footer {
    background-color: #3c1959;
    height:10vh;
    text-align: center;
    padding: 20px 0;
}
footer p{
    color: #ffcfe6;
}

  
  .typing-demo {
    width: 11ch;
    animation: typing 2s steps(11), blink .5s step-end infinite alternate;
    animation-delay:3s;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: "Paytone One", sans-serif;
    
  }

  .typing-demo h3{animation-delay:5s;}
  
  .typing-demo p{animation-delay:7s;}
  
  @keyframes typing {
    from {
      width: 0
    }
  }
      
  @keyframes blink {
    50% {
      border-color: transparent
    }
  }


/*
@media (max-width: 768px) {
    .home, .about {
        background-attachment: scroll;
    }
}

@media (max-width: 768px) {
    .home-image {
        width: 100%;
        height: 50vh;
        position: relative;
    }

    .home-text, .about-content {
        width: 100%;
        padding: 20px;
    }
}
*/
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes slideInTopOutTop {
    0% { transform: translateY(-50px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes slideOutTopOutTop {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(-50px); opacity: 0; }
}

@keyframes slideInRightOutRight {
    0% { transform: translateX(50px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutRightOutRight {
    0% { transform: translateX(0); opacity: 1; }
    100% { transform: translateX(50px); opacity: 0; }
}

@keyframes slideInBottomLeftOutBottomLeft {
    0% { transform: translate(-50px, 50px); opacity: 0; }
    100% { transform: translate(0, 0); opacity: 1; }
}

@keyframes slideOutBottomLeftOutBottomLeft {
    0% { transform: translate(0, 0); opacity: 1; }
    100% { transform: translate(-50px, 50px); opacity: 0; }
}

@keyframes fadeOutHello {
    0% { opacity: 1; }
    100% { opacity: 0; visibility: hidden; }
}


@keyframes fadeInHome {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes popIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
/*
@media (max-width: 768px) {
    .experience-logos {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 480px) {
    .experience-logos {
        grid-template-columns: 1fr; 
    }
}
@media (max-width: 768px) {
    .swiper-slide {
        width: 250px; 
    }
}*/

@keyframes navdisplay{
  0%,66%{
    opacity:0;
  }
  100%{
    opacity:1;
  }

}

.pop-in {
    opacity: 0;
    transform: scale(0.8);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.pop-in-visible {
    animation: popIn 0.5s forwards ease-in-out;
}


body.no-scroll {
    overflow: hidden;
}



.timeline{

  /*display: flex;
  flex-direction: column;*/
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 20px;
  scroll-behavior: smooth; 
  justify-content: center;
  height: 110vh;
  background-color: #dbe15f;
  
}

.timeline h1{
  text-align: left;
  padding-left:5%;
    font-size: 2.5rem;
    margin-bottom: 40px; 
    color: #f055a5;
    margin-top: 80px;
}


.timeline-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 20px;
  height:80vh;
  scroll-behavior: smooth;
  justify-content: flex-start;
  gap:30px;

 


}


.timeline-item {
  position: relative;
  width: 15vw;
  height:88%;
  flex-shrink: 0;
  margin: 0 15px;
  background-color: #ffefef;
  border-radius: 10px;
  padding: 20px;
  
  /*transition: transform 0.3s ease-in-out;*/
  text-align:center;
  will-change:transform;
  /*cursor:pointer*/
  box-shadow: 20px 20px 0 -5px #000000;
  border: 2px solid #000000;
}

.timeline-content #bold{
  padding-left: 1%;
  font-size: large;
  color:#299cef;
}
.timeline-item:hover {
  transform: scale(1.05) !important;
  background-color:#ffde59;
  box-shadow: 25px 25px 0 -5px #000000;
  border: 2px solid #000000;
}

.timeline-date {
  
  margin-bottom: 10px;
  color: #299cef;
  font-size:1.5rem;
  font-family:"Paytone One", sans-serif,;
}

/* Styling for images */
.timeline-item img {
  width: 100%;
  
  object-fit: cover;
  min-height: 18vw;
  max-height: 18vw;
  border-radius: 10px;
  margin-bottom: 10px;/*
  transition: transform 0.5s ease;*/
  /*transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, filter 0.4s ease-in-out;
  */  
  transform-origin: center center;
  z-index: 1; 
}


.timeline-content {
  text-align: left;
  white-space: normal; 
  margin-top: 10px;
  display:block;
  color:#fd61c1;
  font-size:1.5rem;
  overflow:hidden;

  height: 90%;
  }

  .timeline-content p,.timeline-content ul li{
    font-size:0.9vw;
  }

  .timeline-content ul{
    list-style:none;
    padding-left:0;
  }

.timeline-item {
  
  transform: translateY(30px); 
    transition: opacity 0.6s ease, transform 0.6s ease;

}
.timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0); /* Items appear by sliding upwards */
}
.timeline-wrapper::-webkit-scrollbar {
  height: 8px;
}
.timeline-wrapper::-webkit-scrollbar-thumb {
  background-color: #fd61c1; /* Stylish scrollbar thumb */
  border-radius: 10px;
}

/*@media screen and (max-width: 768px) {
  .timeline-wrapper {
      flex-direction: column;
      overflow-x: visible;
      overflow-y: auto;
      align-items: center;
      height: auto;
  }
  .timeline-item {
      width: 90%;
      margin: 20px 0;
  }
}*/

.scroll-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

/*.lazy {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy-loaded {
  opacity: 1;
}
*/



/*consolidated media query for phones*/
@media only screen and (max-width: 767px){

  .hello-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed51a9;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    padding-left: 5vw;
    align-items:flex-start;
    z-index: 9999;
    animation: fadeOutHello 0.3s ease-in forwards 2.7s;
}

.hello-text {
    font-size: 22vw;
    color: #fbf7ea;
    font-weight: bold;
    display: flex;
    padding-bottom: 10vh;
    
}

.fixed-bg {
  background-image: url('phonebgfinal.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  
  z-index: -1;
}



/*body{
  background-image: url('mobileWALLPAPER.png');
    background-size:80vh;
    background-attachment:fixed;
    background-position:center;
    background-repeat: no-repeat;
    padding: 0;
}*/

#navbar {
  background-color: white; 
  border-radius: 6vw;
  position: fixed; 
  top: 0;
   width:calc(100vw - 52px);
  transition: top 0.3s; 
  justify-content: right;
  z-index: 9999;
  margin-top:2vh;
  animation: navdisplay 7.2s;
  margin-left:20px;
  margin-right:20px;
}


#navbar a {
  float: left;
  background-color: transparent;
  display: block;
  gap:0.5vw;
  color: gray;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  border-radius: 2vh;
  font-size: 1.2vh;
  
}

#navbar a:hover {
  background-color: #ff90e8;
  color: white;
  border: 1px solid #000000;
}


  /* Hello text size adjustment */
  .hello-text {
      font-size: 20vw; 
  }
.home {
  display: flex;
  flex-direction: row;
  height:60vh;
  width:100%;
  opacity: 0;
  animation: fadeInHome 0.3s ease-in forwards 2.6s;
  align-items: flex-start;

  text-align: left;

}
.container{
  height:100%;
}

.home-text {
  width:100%;
  display: block;
  
  padding-top:38%;
  padding-left:10%;
  
  text-align:left;
  margin-left:-2%;
  color:#ed51a9;
  position:relative;
  z-index:1;
  box-sizing:border-box;
  
}

.home-text.in-view, .about-content.in-view {
  animation: slideIn 1s forwards;
}
.home-image {
  height:100vh;
  width:100%;
  top: 0;
  right:5%;
  left:5%;
  object-fit: cover;
  object-position: center;
  z-index:-1; 
}

.home-image img {
  width: 100%; 
  height: 100vh; 
  object-fit: cover; 
  margin: 0; 
}

.home-text h1{
  color:#ed51a9;
  margin:0;
  box-shadow: #ed51a9;

}
.home-text h3{
  font-size: 2rem;
  color: #98bd06; 
  margin-bottom: 0.5rem;
}
.home-text p {
  font-size: 1.8rem;
  color: #98bd06; 
  margin:0;
}

.home-text, .about-content {
  position: relative;
  z-index: 1;
}


.about-t-1{
  position: absolute; 
  top: 40%; 
  left:10%; 
  z-index: 1; 
  background-color: #ffffff;
  border-radius: 12px;
  max-width:44vw;
  
  
  
  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 16px;

}

.about-t-2{
  position: absolute; 
  top: -10%; 
  right: 15%; 
  z-index: 1; 
  background-color: #ffffff;
  border-radius: 12px;
  max-width:46vw;
  
  
  
  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 16px;

}

.home,.about{
  min-height: 60vh;
}

/*about stuff*/

.about {
   
     width:100%;
     height: 100vh;
     display: flex;
     align-items: baseline;
     justify-content: center;
     /*background-color: #f2e8cd;*/
     padding: 0 5%;
    

 }
 
 .about-content.about-h{
     padding-left:0;
     margin-left:-5%;
 }


 .about-content.about-p{
  padding-left:0;
  margin-left:-5%;
}

 .about-content h3{
     
     font-size:1.2rem;
     font-weight:100;
    
 }
 
 .about-content p{
 
 font-size:1.2rem;
 }



 .about-content.about-h {
  position: absolute; 
  bottom: 44%; 
  right: 42%; 
 
  z-index: 1; 
  background-color: #ffffff;
  border-radius: 12px;
  max-width:44vw;
  
  
  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 16px;
}

.about-content.about-p {
  position: absolute; 
  top: -16%; 
  left: 60%;
  z-index: 1; 
  max-width:20%;
  background-color:#ffffff;
  border-radius: 12px;
  

  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    flex-direction:column;

    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    
    padding: 12px 16px;
    text-decoration: none;
    
}


.softwares-text ul{
  padding-left:20%;
  list-style-type: none;
  
}

.softwares-text li {
  
  color: #68a746;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 1.5rem;
}

.marquee-section{
position:relative;
}

.marquee-image {
position: absolute; 
z-index: 1; 
width:18vw;
left:-4%;
top: 40%;
transform: translateY(-84%);
}

.marquee-image-end {
position: absolute; 
z-index: 1; 
width: 18vw;
right: -6%;
top: 40%;
transform: translateY(-75%);
}




.marquee-content:hover {

  color: #ffffff;
  cursor:var(--tertiary-color);
}

.marquee-content{
display:inline;


}

.marquee {
position: relative;

max-width: 100%;
height: 12vh;
overflow: hidden;
font-size: 7.7vw;
font-weight: 100;
letter-spacing: 1px;
color: #ff9500;
/*padding-top: 2%;*/
background-color: #98bd0600;
z-index: 0; 
}



.softwares-text ul li:nth-child(1) {
margin-left: 69vw; 
width:60vw;
margin-right:-5%;
}

.softwares-text ul li:nth-child(2) {
margin-left: 60vw; 
margin-right:2%;
width:60vw;
}

.softwares-text ul li:nth-child(3) {
margin-left: 85vw; 
margin-right:-10%;
width:60vw;
}

.softwares-text ul li:nth-child(4) {
margin-left: 65vw; 
margin-right: 20%;
width:60vw;
}

.softwares-text ul li:nth-child(5) {
margin-left: 75vw;
margin-right: -8%;
width:60vw;
}

.softwares-text ul li:nth-child(6) {
margin-left: 65vw;
margin-right:-5%;
width:60vw;
}

.marquee-pd{
color: rgb(255, 145, 0);

}

.marquee-vd{
color: rgb(255, 51, 150);
}
.marquee-dd{
color: rgb(0, 153, 254);
}
.marquee-fs{
color: rgb(134, 189, 15);
}
.marquee-cd{
color: #922bce;
}
.marquee-sm{
color: #f53030;
}


.track {
position: absolute;
white-space: nowrap;
will-change: transform;
animation: marquee 50s linear infinite;
}

.stroke-text-pd{
-webkit-text-stroke: 3px rgb(255, 145, 0);
color: #ff950000;
display:inline;
margin:0;
padding:0;
letter-spacing: 2px;
}

.stroke-text-vd{
-webkit-text-stroke: 3px rgb(255, 51, 150);
color: #ff950000;
display:inline;
margin:0;
padding:0;
letter-spacing: 2px;

}
.stroke-text-dd{
  -webkit-text-stroke: 3px rgb(0, 153, 254);
  color: #ff950000;
  display:inline;
  margin:0;
  padding:0;
  letter-spacing: 2px;
 
  }
  .stroke-text-fs{
    -webkit-text-stroke: 3px rgb(134, 189, 15);
    color: #ff950000;
    display:inline;
    margin:0;
    padding:0;
    letter-spacing: 2px;
   
    }
    .stroke-text-cd{
      -webkit-text-stroke: 3px #922bce;
      color: #ff950000;
      display:inline;
      margin:0;
      padding:0;
      letter-spacing: 2px;
     
      }
      .stroke-text-sm{
        -webkit-text-stroke: 3px #f53030;
        color: #ff950000;
        display:inline;
        margin:0;
        padding:0;
        letter-spacing: 2px;
        
        }

.stroke-text-pd:hover,.stroke-text-vd:hover,.stroke-text-dd:hover,.stroke-text-dd:hover,.stroke-text-fs:hover,.stroke-text-cd:hover,.stroke-text-sm:hover {

-webkit-text-stroke: 3px #ffffff;
cursor:var(--tertiary-color);
}

  /* Experience logos grid adjustment */
  .experience-logos {
      grid-template-columns: 1fr; 
  }

  /* Swiper slide width adjustment */
  .swiper-slide {
      width: 250px; 
  }



.timeline{

  /*display: flex;
  flex-direction: row;*/
  overflow-x: hidden;
  overflow-y:hidden;
  white-space: nowrap;
  padding: 0;
  scroll-behavior: smooth; 
  justify-content: center;
  height: 100vh;
  background-color: #dbe15f;
  
}

.timeline h1{
  text-align: left;
  padding-left:5%;
    font-size: 7.5vw;
    margin-bottom: 40px; 
    color: #f055a5;
    margin-top: 80px;
    font-weight: 100;
}


.timeline-wrapper {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 20px;
  height:70vh;
  scroll-behavior: smooth;
  justify-content: flex-start;
  gap:30px;
  flex-wrap: nowrap;

 


}

.timeline-item {
  position: relative;
  width: 42vw;
  height:53vh;
  flex-shrink: 0;
  margin: 0 15px;
  background-color: #ffefef;
  border-radius: 10px;
  padding: 20px;
  
  /*transition: transform 0.3s ease-in-out;*/
  text-align:center;
  will-change:transform;
  /*cursor:pointer*/
  box-shadow: 20px 20px 0 -5px #000000;
  border: 2px solid #000000;
}

.timeline-content #bold{
  padding-left: 1%;
  font-size: large;
  color:#299cef;
}
.timeline-item:hover {
  transform: scale(1.05) !important;
  background-color:#ffde59;
  box-shadow: 25px 25px 0 -5px #000000;
  border: 2px solid #000000;
}

.timeline-date {
  
  margin-bottom: 10px;
  color: #299cef;
  font-size:4.5vw;
  font-weight: 800;
  font-family:"Paytone One", sans-serif,;
}

/* Styling for images */
.timeline-item img {
  width: 100%;
  height: 400;
  object-fit: cover;
  min-height: 48vw;
  max-height: 48vw;
  border-radius: 10px;
  margin-bottom: 10px;/*
  transition: transform 0.5s ease;*/
  /*transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, filter 0.4s ease-in-out;
  */  
  transform-origin: center center;
  z-index: 1; 
}


.timeline-content {
  text-align: left;
  white-space: normal; 
  margin-top: 10px;
  display:block;
  color:#fd61c1;
  font-size:1.5rem;
  overflow:hidden;
  height:90%;
  }

  .timeline-content p,.timeline-content ul li{
    font-size:2vw;
    font-weight: 800;
  }

  .timeline-content ul{
    list-style:none;
    padding-left:0;
  }

.timeline-item {
  
  transform: translateY(30px); 
    transition: opacity 0.6s ease, transform 0.6s ease;

}
.timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0); /* Items appear by sliding upwards */
}
.timeline-wrapper::-webkit-scrollbar {
  height: 8px;
}
.timeline-wrapper::-webkit-scrollbar-thumb {
  background-color: #fd61c1; /* Stylish scrollbar thumb */
  border-radius: 10px;
}


.rolling-text-page{

  background-image: url(Unknown.jpg);
  background-size: contain ;
  height: 66vh;
  justify-content: center;
  display: flex;
  align-items: center;

}

.roll-page{
  height:35vh;
  width:64%;  
  display:flex;
  align-items:left;
  justify-content:left;
  padding-left: 2%;
  text-align:left;
  background-color: #f1d4ff;
  
  outline: 0;
grid-gap: 8px;
align-items: center;
box-shadow: 20px 20px 0 -5px #f1d4ff,22px 22px 0 -5px #000000,40px 40px 0 -10px #f1d4ff,42px 43px 0 -10px #000000,60px 60px 0 -15px #000000;
border: 2px solid #000000;
border-radius: 3vw;


gap: 8px;
line-height: 1.5;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
transition: all .14s ease-out;
transition: transform 0.3s ease, box-shadow 0.3s ease;


padding-bottom: 6vw;
color: var(--highlight-color); 
}

.roll-page h1{
  text-align:left;
  
  color: #ee3394; 
  font-size: 6vw;

  font-weight: lighter;
}

.roller-page{
  --roller-height:6vw;
  height: var(--roller-height);
  line-height: var(--roller-height);
  position: relative;
  overflow: hidden; 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  color: #1D3557;
}


#portfolio {
  background-color: #96ecff;
  padding-bottom: 50vh;
  padding-top: 10vh;
  /*max-width: 1200px;*/
  margin: 0 auto;
  font-family: "Paytone One", sans-serif, 'Optima','Trebuchet MS', Arial, sans-serif;
  height:30vh;
}

/*#portfolio .mySwiper-menu{
overflow-x:scroll;
}

#portfolio .mySwiper-menu::-webkit-scrollbar {
height: 8px;
}
#portfolio .mySwiper-menu::-webkit-scrollbar-thumb {
background-color: #c4a1ff; 
border-radius: 10px;
}*/

#portfolio h2 {
  text-align: left;
  padding-left:5%;
  font-size: 3.5rem;
  margin-bottom: 40px;
  color: #ee27c0;
  font-weight: lighter;

  align-items:flex-end;
  
}

/* Navigation Styling */
#portfolio .swiper-slide {
  display: flex;
  justify-content: center;
  list-style: none;
  background-color: #96ecff;
  
  
}

#portfolio  li a {
  text-decoration: none;
  color: yellow;
  font-size: 7.8vw;
  border-radius: 1.8vw;
  transition: background-color 0.3s ease;
  height: 28vh;
}

.portfolio-card{
outline: 0;
grid-gap: 8px;
align-items: center;
box-shadow: 20px 20px 0 -5px #000000;
border: 2px solid #000000;
background-color: #c4a1ff;
/*cursor: pointer;*/
display: flex;
flex-shrink: 0;
gap: 8px;
justify-content: center;
line-height: 1.5;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
transition: all .14s ease-out;
transition: transform 0.3s ease, box-shadow 0.3s ease;
height:35%;

padding-top: 6vw;
padding-bottom: 6vw;
color: var(--highlight-color); 

}

.swiper-slide :focus-visible{
  outline-offset: 1px;
}


.mySwiper-thumbnail .swiper-wrapper {
  width: 50%;
  height: 100%;
}


.mySwiper-thumbnail .swiper-slide {
  width: 65vw; 
  height: 19vh; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px; 
  background-color: #96ecff;
  overflow: hidden;
  transition: transform 0.3s ease;

}


.mySwiper-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px​ 0;
  width:100%;
  height:100%;
}

.mySwiper-thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide li {
  width:64%;
  height:90%;

}

.swiper-slide li a {
  font-family: "Paytone One", sans-serif, 'Pacifico', cursive; 
  font-size: 5rem; 
  color: var(--text-color); 
  text-decoration: none;
  align-items:center;
  
  border-radius: 8px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.swiper-slide li:hover{

transform: scale(1.1);
}

.swiper-slide li a:hover{
background-color: #ff00cc;
color:white
}

.swiper-slide li a {
  opacity: 0;
  animation: fadeIn 0.6s ease-in-out forwards;
}


.hidden {
  display: none;
}

.project-carousel h2{
  font-size: 4.5vw;
  font-weight: 300;
}

.thumbnail-section {
  /*margin-top: 20px;*/
  
  gap: 20px;
  justify-content: center;
  /*background-color: #ffffff;*/
  padding-bottom: 7vh;
  padding-top: 10vh;
  text-align:center;
  color:#000000;
  font-size: 2vh;

 
}


#pd-thumbnails{
background-color: #f5c6f5;
}

#sd-thumbnails{
background-color: #fbe7a0;
}
#wd-thumbnails{
background-color: #ea9cff;
}
#s-thumbnails{
background-color: #ffc971;
}
#b-thumbnails{
background-color: #fff2cc;
}

.thumbnails {
position: relative; 
width: 100%; 

}


.thumbnails .project-logo {
display: block; 
width: 100%; 
height: auto; 
}

.clickme-button {
position: absolute; 

max-width: 5vw;
max-height:2.5vw;
object-fit:scale-down; 
z-index: 2; 
top:80%;
right:5%;
}
.close-thumbnails {


  outline: 0;
  grid-gap: 8px;
  align-items: center;
  background-color: #ff90e8;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  /*cursor: pointer;*/
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  gap: 8px;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  padding: 12px 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: all .14s ease-out;
  white-space: nowrap;
  
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 12%;

}

.close-thumbnails:hover {
  box-shadow: 4px 4px 0 #000;
  transform: translate(-4px,-4px);
}
.close-thumbnails:focus-visible{
  outline-offset: 1px;
}

.project-carousel{
  background-color: #ffffff;
  text-align:center;
  padding-top: 4.5vh;
  padding-bottom:6vh;

}


.close-carousel {

  outline: 0;
  grid-gap: 8px;
  align-items: center;
  background-color: #ff90e8;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  /*cursor: pointer;*/
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  gap: 8px;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  padding: 12px 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: all .14s ease-out;
  white-space: nowrap;

  padding-left: 4%;
  padding-right: 4%;
  margin-top: 12%;
}

.close-carousel:hover {
  box-shadow: 4px 4px 0 #000;
  transform: translate(-4px,-4px);
}
.close-carousel:focus-visible{
  outline-offset: 1px;
}

.swiper {
  width: 100%;
  height: 150%;
  
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  user-drag: none;         
  -webkit-user-drag: none;
  margin-right:0;
  margin-left:0;
}


#brands{
  height:40vh;
  background-color:#96ecff;
  align-items: center;
  justify-content: center;
  text-align:center;
  
    }
  
    #brands h2{
  padding-top:3%;
  margin-block-start: 0;
  font-size: 1.6vh;
  font-weight: 500;
  
    }
  
  .brands-container
    {
      
      width:100%;
      height:40%;
      display:flex;
      flex-direction:row;
      flex-wrap:wrap;
      justify-content: center;
      margin-left:0;
      gap:5% 9%;
    }
  
    .brand-logo{
      width: 16%;
      height:50%;
      
      object-fit: contain;
    }
  




  


#contact {
  background-color: #ecb8ff; 
  color: #de398f; 
  text-align: center;
  
  justify-content: center;
  display:flex;
  flex-direction:column;
  align-items:center;
  

  position:relative;
  overflow: hidden;
}

.contact-text{

  width:100%;
  height:32%;
  display: flex;
  justify-content: flex-start;
  gap: 0vh;
  align-items: center;
  flex-direction: column;

}


#contact h2 {
  font-size: 7.5vh;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;

  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  
}

.contact-part1{
  font-size:10vh !important; letter-spacing:5px; color:#ffffff;

}
.contact-part2{
    color:#ff399b; 
    font-size: 4vh !important;
    font-weight: 100;
}




.contact-links {
  display: flex;
  justify-content: center;
  
  
  width: 100%;
  height:60%;

  background-image: url(Hand.png);
  background-position: center; 
  background-repeat: no-repeat; 
  background-size:cover; 
}


.contact-links-wrapper{
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2%;
  flex-wrap: wrap;
  
  
  
  position: relative;
  width: 45%;
  height: 75%;
  left: -5.5%;
  top: 11%;
  
}



.contact-link {
  text-decoration: none;
  font-size: 1.5vh;
  transition: all 0.3s ease;
  padding-top: 12%;
  padding-left: 5%;   
  gap: 10px;              
  color: rgb(84, 84, 84);

  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  height:19%
  

  
}


.insta-gradient{

  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; 

}

.contact-link img{
  height:4.5vh;
  width:4.5vh;
}  

.contact-link i {
  font-size: 4.5vh;
  transition: transform 0.3s ease, color 0.3s ease;
  opacity:0.9;
}

.contact-link img{
  
  transition:transform 0.3s ease;
  opacity:0.9;
}

/* Hover Animation */
.contact-link:hover {
  transform: translateY(5px);
   
}

.contact-link:hover i {
  transform: translateY(5px); 
   
  transform: scale(1.25);
}
.contact-link:hover img{
  transform: translateY(5px);
  transform: scale(1.25) ;
}

.contact-link:hover span{
  transform: translateY(5px);
  
}

.contact-link span {
  font-size: 1.1vh;     
  text-align: center;     
  color: inherit;     
  
  font-weight: bold;
}



footer {
  background-color: #3c1959;
  height:10vh;
  text-align: center;
  padding: 20px 0;
}
footer p{
  color: #ffcfe6;
  font-size: 4.5vw;
  font-weight: 600;
}

.resume-icon:hover{
color:#ba43ff;
}

  /* Roller adjustments */
  h1{
    text-align: center;
    text-transform: uppercase;
    color: #F1FAEE; 
    font-size: 6vw;
  }

  .roller, .roller-page {
    height: 7vw; 
    line-height: 6vw;  
  }

  #spare-time {
    font-size: 2vw;
    letter-spacing: 0.2vw;
  }

  /* Update CSS variable for roller height */
  :root {
    --roller-height: 7vw; 
  }

  /* Adjust animations */
  .roller #rolltext {  
    animation: slide-mob 5s infinite;  
  }

  .roller-page #rolltext-page {  
    animation: slide-mob-page 5s infinite;  
  }
}

/* Adjusted keyframes for mobile */
@keyframes slide-mob {
  0% {
    top: 0;
  }
  16.6% {
    top: calc(-1 * var(--roller-height));
  }
  33.3% {
    top: calc(-2 * var(--roller-height));
  }
  50% {
    top: calc(-3 * var(--roller-height));
  }
  66%{
    top: calc(-4 * var(--roller-height));
  }
}

@keyframes slide-mob-page {
  0% {
    top: 0;
  }
  25% {
    top: calc(-1 * var(--roller-height));
  }
  50% {
    top: calc(-2 * var(--roller-height));
  }
  75% {
    top: calc(-3 * var(--roller-height));
  }
  100% {
    top: 0;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {


 

  .hello-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed51a9;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    padding-left: 5vw;
    align-items:flex-start;
    z-index: 9999;
    animation: fadeOutHello 0.3s ease-in forwards 2.7s;
}

.hello-text {
    font-size: 22vw;
    color: #fbf7ea;
    font-weight: bold;
    display: flex;
    padding-bottom: 10vh;
    
}


/*body{
  background-image: url('mobileWALLPAPER.png');
    background-size:80vh;
    background-attachment:fixed;
    background-position:center;
    background-repeat: no-repeat;
    padding: 0;
}*/

.fixed-bg {
  background-image: url('phonebgfinal.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  
  z-index: -1;
}


#navbar {
  background-color: white; 
  border-radius: 6vw;
  position: fixed; 
  top: 0;
   width:calc(100vw - 52px);
  transition: top 0.3s; 
  justify-content: right;
  z-index: 9999;
  margin-top:2vh;
  animation: navdisplay 7.2s;
  margin-left:20px;
  margin-right:20px;
}


#navbar a {
  float: left;
  background-color: transparent;
  display: block;
  gap:0.5vw;
  color: gray;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  border-radius: 2vh;
  font-size: 1.2vh;
  
}

#navbar a:hover {
  background-color: #ff90e8;
  color: white;
  border: 1px solid #000000;
}


  /* Hello text size adjustment */
  .hello-text {
      font-size: 20vw; 
  }
.home {
  display: flex;
  flex-direction: row;
  height:60vh;
  width:100%;
  opacity: 0;
  animation: fadeInHome 0.3s ease-in forwards 2.6s;
  align-items: flex-start;

  text-align: left;

}
.container{
  height:100%;
}

.home-text {
  width:100%;
  display:block;
  
  padding-top:15%;
  padding-left:55%;
  
  text-align:left;
  margin-left:-2%;
  color:#ed51a9;
  position:relative;
  z-index:1;
  box-sizing:border-box;
  
}

.home-text.in-view, .about-content.in-view {
  animation: slideIn 1s forwards;
}
.home-image {
  height:100vh;
  width:100%;
  top: 0;
  right:5%;
  left:5%;
  object-fit: cover;
  object-position: center;
  z-index:-1; 
}

.home-image img {
  width: 100%; 
  height: 100vh; 
  object-fit: cover; 
  margin: 0; 
}

.home-text h1{
  color:#ed51a9;
  margin:0;
  box-shadow: #ed51a9;

}
.home-text h3{
  font-size: 2rem;
  color: #98bd06; 
  margin-bottom: 0.5rem;
}
.home-text p {
  font-size: 1.8rem;
  color: #98bd06; 
  margin:0;
}

.home-text, .about-content {
  position: relative;
  z-index: 1;
}


.about-t-1{
  position: absolute; 
  top: 40%; 
  left:10%; 
  z-index: 1; 
  background-color: #ffffff;
  border-radius: 12px;
  max-width:44vw;
  
  
  
  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 16px;

}

.about-t-2{
  position: absolute; 
  top: -10%; 
  right: 15%; 
  z-index: 1; 
  background-color: #ffffff;
  border-radius: 12px;
  max-width:46vw;
  
  
  
  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 16px;

}

.home,.about{
  min-height: 60vh;
}

/*about stuff*/

.about {
   
     width:100%;
     height: 100vh;
     display: flex;
     align-items: baseline;
     justify-content: center;
     /*background-color: #f2e8cd;*/
     padding: 0 5%;
    

 }
 
 .about-content.about-h{
     padding-left:0;
     margin-left:-5%;
 }


 .about-content.about-p{
  padding-left:0;
  margin-left:-5%;
}

 .about-content h3{
     
     font-size:1.2rem;
     font-weight:100;
    
 }
 
 .about-content p{
 
 font-size:1.2rem;
 }



 .about-content.about-h {
  position: absolute; 
  bottom: 44%; 
  right: 42%; 
 
  z-index: 1; 
  background-color: #ffffff;
  border-radius: 12px;
  max-width:44vw;
  
  
  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    
    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 16px;
}

.about-content.about-p {
  position: absolute; 
  top: -16%; 
  left: 60%;
  z-index: 1; 
  max-width:20%;
  background-color:#ffffff;
  border-radius: 12px;
  

  outline: 0;
    grid-gap: 8px;
    align-items: center;
    
    
    border: 2px solid #000;
    box-shadow: 2vh 2vh 0 #000;
    
    /*cursor: pointer;*/
    display: flex;
    flex-direction:column;

    font-size: 16px;
    gap: 8px;
    justify-content: center;
    line-height: 1.5;
    
    padding: 12px 16px;
    text-decoration: none;
    
}


.softwares-text ul{
  padding-left:20%;
  list-style-type: none;
  
}

.softwares-text li {
  
  color: #68a746;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 1.5rem;
}

.marquee-section{
position:relative;
}

.marquee-image {
position: absolute; 
z-index: 1; 
width:18vw;
left:-4%;
top: 60%;
transform: translateY(-84%);
}

.marquee-image-end {
position: absolute; 
z-index: 1; 
width: 18vw;
right: -10%;
top: 60%;
transform: translateY(-75%);
}




.marquee-content:hover {

  color: #ffffff;
  cursor:var(--tertiary-color);
}

.marquee-content{
display:inline;


}

.marquee {
position: relative;

max-width: 100%;
height: 12vh;
overflow: hidden;
font-size: 7.7vw;
font-weight: 100;
letter-spacing: 1px;
color: #ff9500;
/*padding-top: 2%;*/
background-color: #98bd0600;
z-index: 0; 
}



.softwares-text ul li:nth-child(1) {
margin-left: 69vw; 
width:60vw;
margin-right:-5%;
}

.softwares-text ul li:nth-child(2) {
margin-left: 60vw; 
margin-right:2%;
width:60vw;
}

.softwares-text ul li:nth-child(3) {
margin-left: 85vw; 
margin-right:-10%;
width:60vw;
}

.softwares-text ul li:nth-child(4) {
margin-left: 65vw; 
margin-right: 20%;
width:60vw;
}

.softwares-text ul li:nth-child(5) {
margin-left: 75vw;
margin-right: -8%;
width:60vw;
}

.softwares-text ul li:nth-child(6) {
margin-left: 65vw;
margin-right:-5%;
width:60vw;
}

.marquee-pd{
color: rgb(255, 145, 0);

}

.marquee-vd{
color: rgb(255, 51, 150);
}
.marquee-dd{
color: rgb(0, 153, 254);
}
.marquee-fs{
color: rgb(134, 189, 15);
}
.marquee-cd{
color: #922bce;
}
.marquee-sm{
color: #f53030;
}


.track {
position: absolute;
white-space: nowrap;
will-change: transform;
animation: marquee 50s linear infinite;
}

.stroke-text-pd{
-webkit-text-stroke: 3px rgb(255, 145, 0);
color: #ff950000;
display:inline;
margin:0;
padding:0;
letter-spacing: 2px;
}

.stroke-text-vd{
-webkit-text-stroke: 3px rgb(255, 51, 150);
color: #ff950000;
display:inline;
margin:0;
padding:0;
letter-spacing: 2px;

}
.stroke-text-dd{
  -webkit-text-stroke: 3px rgb(0, 153, 254);
  color: #ff950000;
  display:inline;
  margin:0;
  padding:0;
  letter-spacing: 2px;
 
  }
  .stroke-text-fs{
    -webkit-text-stroke: 3px rgb(134, 189, 15);
    color: #ff950000;
    display:inline;
    margin:0;
    padding:0;
    letter-spacing: 2px;
   
    }
    .stroke-text-cd{
      -webkit-text-stroke: 3px #922bce;
      color: #ff950000;
      display:inline;
      margin:0;
      padding:0;
      letter-spacing: 2px;
     
      }
      .stroke-text-sm{
        -webkit-text-stroke: 3px #f53030;
        color: #ff950000;
        display:inline;
        margin:0;
        padding:0;
        letter-spacing: 2px;
        
        }

.stroke-text-pd:hover,.stroke-text-vd:hover,.stroke-text-dd:hover,.stroke-text-dd:hover,.stroke-text-fs:hover,.stroke-text-cd:hover,.stroke-text-sm:hover {

-webkit-text-stroke: 3px #ffffff;
cursor:var(--tertiary-color);
}

  /* Experience logos grid adjustment */
  .experience-logos {
      grid-template-columns: 1fr; 
  }

  /* Swiper slide width adjustment */
  .swiper-slide {
      width: 250px; 
  }



.timeline{

  /*display: flex;
  flex-direction: row;*/
  overflow-x: hidden;
  overflow-y:hidden;
  white-space: nowrap;
  padding: 0;
  scroll-behavior: smooth; 
  justify-content: center;
  height: 110vh;
  background-color: #dbe15f;
  
}

.timeline h1{
  text-align: left;
  padding-left:5%;
    font-size: 6.5vw;
    margin-bottom: 40px; 
    color: #f055a5;
    margin-top: 80px;
    font-weight: 100;
}


.timeline-wrapper {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 20px;
  height:75vh;
  scroll-behavior: smooth;
  justify-content: flex-start;
  align-items: center;
  gap:30px;
  flex-wrap: nowrap;

 


}

.timeline-item {
  position: relative;
  width: 42vw;
  height:85%;
  flex-shrink: 0;
  margin: 0 15px;
  background-color: #ffefef;
  border-radius: 10px;
  padding: 20px;
  
  /*transition: transform 0.3s ease-in-out;*/
  text-align:center;
  will-change:transform;
  /*cursor:pointer*/
  box-shadow: 20px 20px 0 -5px #000000;
  border: 2px solid #000000;
}

.timeline-content #bold{
  padding-left: 1%;
  font-size: large;
  color:#299cef;
}
.timeline-item:hover {
  transform: scale(1.05) !important;
  background-color:#ffde59;
  box-shadow: 25px 25px 0 -5px #000000;
  border: 2px solid #000000;
}

.timeline-date {
  
  margin-bottom: 10px;
  color: #299cef;
  font-size:3.2vw;
  font-weight: 800;
  font-family:"Paytone One", sans-serif,;
  white-space: normal;
}

/* Styling for images */
.timeline-item img {
  width: 100%;
  height: 400;
  object-fit: cover;
  min-height: 40vw;
  max-height: 40vw;
  border-radius: 10px;
  margin-bottom: 10px;/*
  transition: transform 0.5s ease;*/
  /*transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, filter 0.4s ease-in-out;
  */  
  transform-origin: center center;
  z-index: 1; 
}


.timeline-content {
  text-align: left;
  white-space: normal; 
  margin-top: 10px;
  display:block;
  color:#fd61c1;
  font-size:1.5rem;
  overflow:hidden;
  }

  .timeline-content p,.timeline-content ul li{
    font-size:2vw;
    font-weight: 800;
  }

  .timeline-content ul{
    list-style:none;
    padding-left:0;
  }

.timeline-item {
  
  transform: translateY(30px); 
    transition: opacity 0.6s ease, transform 0.6s ease;

}
.timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0); /* Items appear by sliding upwards */
}
.timeline-wrapper::-webkit-scrollbar {
  height: 8px;
}
.timeline-wrapper::-webkit-scrollbar-thumb {
  background-color: #fd61c1; /* Stylish scrollbar thumb */
  border-radius: 10px;
}


.rolling-text-page{

  background-image: url(Unknown.jpg);
  background-size: contain ;
  height: 66vh;
  justify-content: center;
  display: flex;
  align-items: center;

}

.roll-page{
  height:35vh;
  width:64%;  
  display:flex;
  align-items:left;
  justify-content:left;
  padding-left: 2%;
  text-align:left;
  background-color: #f1d4ff;
  
  outline: 0;
grid-gap: 8px;
align-items: center;
box-shadow: 20px 20px 0 -5px #f1d4ff,22px 22px 0 -5px #000000,40px 40px 0 -10px #f1d4ff,42px 43px 0 -10px #000000,60px 60px 0 -15px #000000;
border: 2px solid #000000;
border-radius: 3vw;


gap: 8px;
line-height: 1.5;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
transition: all .14s ease-out;
transition: transform 0.3s ease, box-shadow 0.3s ease;


padding-bottom: 6vw;
color: var(--highlight-color); 
}

.roll-page h1{
  text-align:left;
  
  color: #ee3394; 
  font-size: 6vw;

  font-weight: lighter;
}

.roller-page{
  --roller-height:6vw;
  height: var(--roller-height);
  line-height: var(--roller-height);
  position: relative;
  overflow: hidden; 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  color: #1D3557;
}


#portfolio {
  background-color: #96ecff;
  padding-bottom: 50vh;
  padding-top: 10vh;
  /*max-width: 1200px;*/
  margin: 0 auto;
  font-family: "Paytone One", sans-serif, 'Optima','Trebuchet MS', Arial, sans-serif;
  height:30vh;
}

/*#portfolio .mySwiper-menu{
overflow-x:scroll;
}

#portfolio .mySwiper-menu::-webkit-scrollbar {
height: 8px;
}
#portfolio .mySwiper-menu::-webkit-scrollbar-thumb {
background-color: #c4a1ff; 
border-radius: 10px;
}*/

#portfolio h2 {
  text-align: left;
  padding-left:5%;
  font-size: 5.5vh;
  margin-bottom: 40px;
  color: #ee27c0;
  font-weight: lighter;

  align-items:flex-end;
  
}

/* Navigation Styling */
#portfolio .swiper-slide {
  display: flex;
  justify-content: center;
  list-style: none;
  background-color: #96ecff;
  
  
}

#portfolio  li a {
  text-decoration: none;
  color: yellow;
  font-size: 5.8vw;
  border-radius: 1.8vw;
  transition: background-color 0.3s ease;
  height: 28vh;
}

.portfolio-card{
outline: 0;
grid-gap: 8px;
align-items: center;
box-shadow: 20px 20px 0 -5px #000000;
border: 2px solid #000000;
background-color: #c4a1ff;
/*cursor: pointer;*/
display: flex;
flex-shrink: 0;
gap: 8px;
justify-content: center;
line-height: 1.5;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
transition: all .14s ease-out;
transition: transform 0.3s ease, box-shadow 0.3s ease;
height:35%;

padding-top: 6vw;
padding-bottom: 6vw;
color: var(--highlight-color); 

}

.swiper-slide :focus-visible{
  outline-offset: 1px;
}


.mySwiper-thumbnail .swiper-wrapper {
  width: 50%;
  height: 100%;
}


.mySwiper-thumbnail .swiper-slide {
  width: 65vw; 
  height: 19vh; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px; 
  background-color: #96ecff;
  overflow: hidden;
  transition: transform 0.3s ease;

}


.mySwiper-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px​ 0;
  width:100%;
  height:100%;
}

.mySwiper-thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide li {
  width:64%;
  height:90%;

}

.swiper-slide li a {
  font-family: "Paytone One", sans-serif, 'Pacifico', cursive; 
  font-size: 5rem; 
  color: var(--text-color); 
  text-decoration: none;
  align-items:center;
  
  border-radius: 8px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.swiper-slide li:hover{

transform: scale(1.1);
}

.swiper-slide li a:hover{
background-color: #ff00cc;
color:white
}

.swiper-slide li a {
  opacity: 0;
  animation: fadeIn 0.6s ease-in-out forwards;
}


.hidden {
  display: none;
}

.project-carousel h2{
  font-size: 4.5vw;
  font-weight: 300;
}

.thumbnail-section {
  /*margin-top: 20px;*/
  
  gap: 20px;
  justify-content: center;
  /*background-color: #ffffff;*/
  padding-bottom: 7vh;
  padding-top: 10vh;
  text-align:center;
  color:#000000;
  font-size: 2vh;

 
}


#pd-thumbnails{
background-color: #f5c6f5;
}

#sd-thumbnails{
background-color: #fbe7a0;
}
#wd-thumbnails{
background-color: #ea9cff;
}
#s-thumbnails{
background-color: #ffc971;
}
#b-thumbnails{
background-color: #fff2cc;
}

.thumbnails {
position: relative; 
width: 100%; 

}


.thumbnails .project-logo {
display: block; 
width: 100%; 
height: auto; 
}

.clickme-button {
position: absolute; 

max-width: 5vw;
max-height:2.5vw;
object-fit:scale-down; 
z-index: 2; 
top:80%;
right:5%;
}
.close-thumbnails {


  outline: 0;
  grid-gap: 8px;
  align-items: center;
  background-color: #ff90e8;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  /*cursor: pointer;*/
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  gap: 8px;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  padding: 12px 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: all .14s ease-out;
  white-space: nowrap;
  
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 12%;

}

.close-thumbnails:hover {
  box-shadow: 4px 4px 0 #000;
  transform: translate(-4px,-4px);
}
.close-thumbnails:focus-visible{
  outline-offset: 1px;
}

.project-carousel{
  background-color: #ffffff;
  text-align:center;
  padding-top: 4.5vh;
  padding-bottom:6vh;

}


.close-carousel {

  outline: 0;
  grid-gap: 8px;
  align-items: center;
  background-color: #ff90e8;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  /*cursor: pointer;*/
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  gap: 8px;
  justify-content: center;
  line-height: 1.5;
  overflow: hidden;
  padding: 12px 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: all .14s ease-out;
  white-space: nowrap;

  padding-left: 4%;
  padding-right: 4%;
  margin-top: 12%;
}

.close-carousel:hover {
  box-shadow: 4px 4px 0 #000;
  transform: translate(-4px,-4px);
}
.close-carousel:focus-visible{
  outline-offset: 1px;
}

.swiper {
  width: 100%;
  height: 150%;
  
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  user-drag: none;         
  -webkit-user-drag: none;
  margin-right:0;
  margin-left:0;
}


#brands{
  height:40vh;
  background-color:#96ecff;
  align-items: center;
  justify-content: center;
  text-align:center;
  
    }
  
    #brands h2{
  padding-top:3%;
  margin-block-start: 0;
  font-size: 1.6vh;
  font-weight: 500;
  
    }
  
  .brands-container
    {
      
      width:100%;
      height:40%;
      display:flex;
      flex-direction:row;
      flex-wrap:wrap;
      justify-content: center;
      margin-left:0;
      gap:5% 9%;
    }
  
    .brand-logo{
      width: 16%;
      height:50%;
      
      object-fit: contain;
    }
  




  


#contact {
  background-color: #ecb8ff; 
  color: #de398f; 
  text-align: center;
  
  justify-content: center;
  display:flex;
  flex-direction:column;
  align-items:center;
  

  position:relative;
  overflow: hidden;
  height: 88vh;
}

.contact-text{

  width:100%;
  height:32%;
  display: flex;
  justify-content: flex-start;
  gap: 0vh;
  align-items: center;
  flex-direction: column;

  padding-bottom: 10px;

}


#contact h2 {
  font-size: 7.5vh;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;

  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  
}

.contact-part1{
  font-size:10vh !important; letter-spacing:5px; color:#ffffff;

}
.contact-part2{
    color:#ff399b; 
    font-size: 4vh !important;
    font-weight: 100;
}




.contact-links {
  display: flex;
  justify-content: center;
  
  
  width: 100%;
  height:100%;

  background-image: url(Hand.png);
  background-position: center; 
  background-repeat: no-repeat; 
  background-size:cover; 
}


.contact-links-wrapper{
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2%;
  flex-wrap: wrap;
  
  
  
  position: relative;
  width: 45%;
  height: 75%;
  left: -5.5%;
  top: 11%;
  
}



.contact-link {
  text-decoration: none;
  font-size: 1.5vh;
  transition: all 0.3s ease;
  padding-top: 12%;
  padding-left: 5%;   
  gap: 10px;              
  color: rgb(84, 84, 84);

  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  height:19%
  

  
}


.insta-gradient{

  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; 

}

.contact-link img{
  height:5.5vh;
  width:5.5vh;
}  

.contact-link i {
  font-size: 5.5vh;
  transition: transform 0.3s ease, color 0.3s ease;
  opacity:0.9;
}

.contact-link img{
  
  transition:transform 0.3s ease;
  opacity:0.9;
}

/* Hover Animation */
.contact-link:hover {
  transform: translateY(5px);
   
}

.contact-link:hover i {
  transform: translateY(5px); 
   
  transform: scale(1.25);
}
.contact-link:hover img{
  transform: translateY(5px);
  transform: scale(1.25) ;
}

.contact-link:hover span{
  transform: translateY(5px);
  
}

.contact-link span {
  font-size: 1.1vh;     
  text-align: center;     
  color: inherit;     
  
  font-weight: bold;
}



footer {
  background-color: #3c1959;
  height:10vh;
  text-align: center;
  padding: 20px 0;
}
footer p{
  color: #ffcfe6;
  font-size: 4.5vw;
  font-weight: 600;
}

.resume-icon:hover{
color:#ba43ff;
}

  /* Roller adjustments */
  h1{
    text-align: center;
    text-transform: uppercase;
    color: #F1FAEE; 
    font-size: 6vw;
  }

  .roller, .roller-page {
    height: 7vw; 
    line-height: 6vw;  
  }

  #spare-time {
    font-size: 2vw;
    letter-spacing: 0.2vw;
  }

  /* Update CSS variable for roller height */
  :root {
    --roller-height: 7vw; 
  }

  /* Adjust animations */
  .roller #rolltext {  
    animation: slide-mob 5s infinite;  
  }

  .roller-page #rolltext-page {  
    animation: slide-mob-page 5s infinite;  
  }
}

/* Adjusted keyframes for mobile */
@keyframes slide-mob {
  0% {
    top: 0;
  }
  16.6% {
    top: calc(-1 * var(--roller-height));
  }
  33.3% {
    top: calc(-2 * var(--roller-height));
  }
  50% {
    top: calc(-3 * var(--roller-height));
  }
  66%{
    top: calc(-4 * var(--roller-height));
  }
}

@keyframes slide-mob-page {
  0% {
    top: 0;
  }
  25% {
    top: calc(-1 * var(--roller-height));
  }
  50% {
    top: calc(-2 * var(--roller-height));
  }
  75% {
    top: calc(-3 * var(--roller-height));
  }
  100% {
    top: 0;
  }
}