/*Nav Bar*/
.navbar{
    background-color: #33333300;
    color: #eeeeee;
    padding: 10px 0;
}

.container{
    display: flex;
    justify-content: space-between;
    align-items: right;
}

.navbar-brand{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-stretch: expanded;
    font-size: 24px;
}

.navbar-nav{
    list-style-type:none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-item{
    margin-right: 20px;
}

.nav-link{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.4s;
}

.nav-link:hover{
    color: #04bbf3;
}

.custom-divider{
    border: none;
    height: 1px;
    width: 33%;
    background-color: #ffffff;
    margin: 0px 0;
    position: absolute;
    right: 0;
}

/*Text Animation*/

.animation{
    text-align: center;
    margin-top: 100px;
    position: relative;
    height: calc(100vh - 200px);
    overflow-y: auto;
    scroll-behavior: smooth;
}

.animated-text {
    font-size: 27px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .typing-animation {
    animation: typing 6s steps(29) infinite;
  }

/*@keyframes typing{
    from{
        width: 0;
    }to{
        width: 50%;
    }
}
*/


@keyframes typing {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }

.subtitle{
    margin-top: 200px;
    font-size: 60px;
    text-align: center;
    color: #ffffff;
}

.about-me-container {
    background-color: #ffffff13;
    border-radius: 5px;
    margin-top: 20px;
    padding: 40px;
  }
  
  .about-me {
    text-align: center;
  }
  
  .about-me h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #ffffff;
  }
  
  .about-me-content {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
  }
  
  .vertical-line {
    width: 3px;
    height: 100%;
    background-color: #000000;
  }
  
  .profile-info {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .profile-pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  
  .basic-info {
    color: #ffffff;
    text-align: left;
  }
  
  .basic-info h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  .basic-info p {
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
  }
  
  .about-me-paragraph {
    flex-grow: 1;
  }
  
  .about-me-paragraph p {
    color: #ffffff;
    font-size: 18px;
    text-align: justify;
  }
  
  .services {
    background-color: #58bcff00;
    padding: 40px;
    text-align: center;
  }
  
  .services h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffffff;
  }
  
  .service-container {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  
  .service {
    flex: 1;
    max-width: 300px;
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff13;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .service img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    transition: transform 0.3s, filter 0.3s;
    filter: invert(80%);
  }
  
  .service img:hover {
    transform: scale(1.3);
    filter: brightness(1.2);
    cursor: pointer;
    filter: invert(80%);

  }
  

  .service h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
  }
  
  .service p {
    font-size: 16px;
    color: #ffffff;
  }
 
  .scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(67, 163, 241, 0.514);
    color: #0000009c;
    font-size: 24px;
    border: none;
    cursor: pointer;
    display: block;
  }

  .scroll-to-top-btn.show {
    display: block;
  }
  

  .circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  
  .circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 0px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .circle-1 {
    background-color: #088ce4;
    width: 180px;
    height: 180px;
  }
  
  .circle-2 {
    background-color: rgb(3, 194, 76);
    width: 130px;
    height: 130px;
  }
  
  .circle-3 {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: linear-gradient(to left,#2f00ff 0%, #2f00ff 50%, #a200ff 50%, #a200ff 100%);
    
  }

.techstack{
    background-color: #58bcff00;
    padding: 0px;
    text-align: center;
}
.techstack h1 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 0px;
}
.techstack-container {
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.stack {
  flex: 1;
  max-width: 1500px;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff13;
}

.slideshow-container h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffffff;
}

/* Media Queries for responsiveness */
@media screen and (max-width: 768px) {
  body {
    background-image: url('Resources/Tumblr2.gif');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .navbar {
    padding: 5px 0;
  }

  .navbar-brand {
    font-size: 20px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .nav-item {
    margin: 10px 0;
  }

  .subtitle {
    font-size: 40px;
  }

  .about-me-content {
    flex-direction: column;
  }

  .profile-info {
    flex-direction: column;
    align-items: center;
  }

  .profile-pic {
    width: 150px;
    height: 150px;
  }

  .basic-info {
    text-align: center;
  }

  .about-me-paragraph p {
    font-size: 16px;
  }

  .service-container {
    flex-direction: column;
  }

  .service {
    max-width: 100%;
  }

  .service img {
    width: 40px;
    height: 40px;
  }

  .services h2 {
    font-size: 28px;
  }

  .slideshow-container h2 {
    font-size: 28px;
  }

  .stack {
    max-width: 100%;
  }
}