   /* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/symbols/sym-6/sym596.cur), auto !important;} /* End https://www.cursors-4u.com */
   * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: BabyDoll;
    }
    body {
      font-family: sans-serif;
      display: flex;
      min-height: 100vh;
    }

     /* Desktop sidebar */
.sidebar {
  position: sticky;
  top: 0;
  width: 300px;
  height: 100vh;
  background-color: #e3f0fa;
  padding: 20px;
  border-right: 2px solid #ccc;
}

/* Mobile stacked layout */
@media (max-width: 768px) {
  body {
    flex-direction: column; /* stack sidebar above main content */
  }

  .sidebar {
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 2px solid #ccc;
  }

  .main-content {
    padding: 20px;
  }

  img,
  iframe,
  video {
    max-width: 100%;
    height: auto;
  }
   .melody-videos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .melody-videos video {
    flex: 1 1 30%;   
    max-width: 30%;
    height: auto;
  }

  
  #aero {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

    .sidebar h1 {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .sidebar p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 20px;
    }

    .sidebar .contact {
      font-size: 14px;
      margin-top: 10px;
    }

    #giticon{
      width: 28px;
    }
    #linkicon{
      width: 30px;
    }
    
    .main-content {
      flex: 1;
      padding: 40px;
      overflow-y: auto;
    }

    .project {
      margin-bottom: 60px;
    }

    .project h2 {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .project p {
      font-size: 14px;
      line-height: 1.6;
    }

    .personal h2{
      font-size: 20px;
      margin-bottom: 10px;
      text-align: center;
      color: #F5BDD8FF;
    }

    .divider {
      margin: 40px 0;
      border-top: 2px solid #ccc;
    }

.contact label {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

.contact input,
.contact textarea {
  width: 100%;       /* makes fields responsive */
  max-width: 100%;   /* ensures no overflow on small screens */
  padding: 8px;
  margin-top: 10px;
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 90%;
}


.mySlides {
  display: none;
}


.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.row:after {
  content: "";
  align-items: center;
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 20%;
 
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.thumb-container {
  width: 100%;
  height: 100px; 
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumb-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
#kc{
  width: 1000px;
}
 .slideshow-container {
    position: relative;
    max-width: 1000px;
    margin-top: 15px;
  }
  .slide-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: opacity 0.5s ease;
  }
  .controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  .controls button {
    background: rgba(232, 144, 191, 0.5);
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: background 0.3s;
  }
  .controls button:hover {
    background: rgba(0,0,0,0.8);
  }
#strip{
  width: 200px;
  position: relative;
  left: 40px;
}

#demoimg{
  width: 500px;
  position: relative;
  left: 20px;
}
