html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  
  .page-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
    
  /* Header starts here */
  
  .Navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      background-color: rgba(255,255,255,0.1);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 1vw;
      height: 30px;
      box-sizing: border-box;
      }
  
  #Navbar-left {
      display: flex;
      justify-content: flex-start;
  }
  
  #Navbar-right {
      display: flex;
      gap: 12px;
  }
  
  #Navbar-home, #Navbar-photos, #Navbar-blogs, #Navbar-diary {
      color: rgb(181, 181, 181);
      font-size: 1.3rem;
      font-family: 'Suisseintl Webxl', Arial, sans-serif; 
      cursor: pointer;
      transition: color 0.2s;
      padding: 8px 10px;
      border-radius: 4px;
      font-weight: 700;
      letter-spacing: -0.08rem;
  }
  
  .links {
    text-decoration: none;
    color: rgb(181, 181, 181);
  }
  
  #Navbar-photos:hover, #Navbar-blogs:hover, #Navbar-diary:hover {
      text-decoration: underline;
      color: #ff5555;
  }
  
  @media (max-width: 768px) {
      .Navbar {
          height: 30px;
          padding: 0 1vw;
      }
      #Navbar-home, #Navbar-photos, #Navbar-blogs, #Navbar-diary {
          font-size: 1.3rem;
          padding: 6px 8px;
      }
      #Navbar-right {
          gap: 8px;
      }
  }
  
  @media (max-width: 480px) {
      .Navbar {
          height: auto;
          padding: 6px 3vw;
      }
      #Navbar-left {
          justify-content: flex-start;
      }
      #Navbar-right {
          justify-content: space-between;
          gap: 2px;
          margin-top: 4px;
      }
      #Navbar-home, #Navbar-photos, #Navbar-blogs, #Navbar-diary {
          font-size: 0.7rem;
          padding: 3px 5px;
      }
  }
  
  
  /* Header Ends here */
  
  
  
    /* footer starts here  */
  
    footer {
      bottom: 0;
      left: 0;
      width: 100%;
      margin-top : auto;
      margin-bottom : 5vh;
      height: fit-content;
      background-color: transparent;
      font-family: 'Suisseintl Webxl', Arial, sans-serif;
      display: flex;
      justify-content : space-between
    }
  
    .footer-left {
      padding-left : 5vw;
    }
  
    .footer-left1 {
          display: flex;
          font-size: clamp(1.2rem, 1.5vw + 0.5rem, 1.8rem); 
      font-weight: 700;
      letter-spacing: clamp(-0.1rem, -0.1vw - 0.05rem, -0.05rem);
    }
    #footer-black {
       color : gray;
       filter: blur(1px);
    }
    #footer-red {
      color : #ff0000e0;
    }
  
    .footer-left-red2 {
      color : #ff0000e0;
      font-size: clamp(1rem, 1.2vw + 0.3rem, 1.5rem); 
      font-weight: 700;
      letter-spacing: clamp(-0.07rem, -0.07vw - 0.02rem, -0.03rem);
    } 
  
    .footer-right {
      padding-right : 5vw;
    }
  
    .footer-right-1 {
      padding-top : 0;
      display: flex;
      flex-direction: column;
      font-size: clamp(1.2rem, 1.5vw + 0.5rem, 1.8rem); 
      font-weight: 700;
      letter-spacing: clamp(-0.1rem, -0.1vw - 0.05rem, -0.05rem);
    }
  
    #footer-right-1-1 {
      display : flex;
      gap : 5px;
      height : fit-content;
      margin-top : -33px;
    }
  
    .footer-links {
      margin-top : -2vh;
      
    }
    .link {
      color: rgb(181, 181, 181);
      font-family: 'Suisseintl Webxl', Arial, sans-serif; 
      cursor: pointer;
      transition: color 0.2s;
      font-size: clamp(1rem, 1.2vw + 0.3rem, 1.5rem); 
      font-weight: 700;
      letter-spacing: clamp(-0.07rem, -0.07vw - 0.02rem, -0.03rem);
      padding-right : 10px;
    }
  
      .link:hover {
          text-decoration: underline;
          color: #ff5555;
      }
  
  
      @media(max-width:600px) {
          footer {
              display : flex;
              flex-direction: column;
          }
          .footer-left {
            display: none;
        }
          .footer-right {
              margin-left : 6vw;
              text-align: right;
          }
          #footer-right-1-1 {
              display : flex;
  
              justify-content: right;
          }
      }
  
    /* footer ends here   */



/*about starts here*/

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px; 
    max-width: 800px;
    margin: 40px auto;   
    margin-top : 100px;
    border-radius: 16px;
    font-family: 'Suisseintl Webxl', Arial, sans-serif;
    gap: 36px;  
    font-weight: 600;
  }
  
  .image-container {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #profile-pic {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #f60000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: relative;
  }
  
  #profile-pic::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: conic-gradient(
      transparent 270deg, 
      #ff0000, /* Start color */
      transparent 360deg
    );
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  #profile-pic:hover::after {
    opacity: 1;
    animation: single-rotation 1.5s linear 1 forwards;
  }
  
  @keyframes single-rotation {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  
  .about-content {
    font-size: 1.1rem;
    color: gray;
    line-height: 1.7;
    max-width: 500px;
  }
  

  @media (max-width: 600px) {
    .about {
      flex-direction: column;
      padding: 24px 8px;
      gap: 18px;
    }
    .image-container {
      margin-bottom: 8px;
    }
    #profile-pic {
      width: 120px;
      height: 120px;
    }
    .about-content {
      font-size: 1rem;
      text-align: center;
    }
  }
  
/*about ends here*/
