html {
  min-height: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}

.headerTop {
  position: sticky;
  top: 0;
}

.body-bg {
  background-color: #000000;
}

.footer-halfa {
   font-family: 'Dancing Script';
   font-size: 15px;
   margin-left:3px;
}

.content-center {
  text-align: center;
}

.halfa-font {
   font-family: 'Dancing Script';
   font-size: 30px;
}

.dancing-font {
  font-family: 'Dancing Script';
}

.post-button {
  background-color: #fff;
}

h1,p {
  color: #000000;
}

.page-title {
  font-size: 50px;
}

.post-title {
  font-size: 30px;
}

.navbar {
    background-color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
    z-index: 100;
}
.navbar-nav  li a:hover {
text-decoration: underline solid #D3E4CD 5px;
}

.nav-item {
  margin-right: 40px;
  font-family: serif;
}

.nav-link {
  font-weight: bold;
  color: #000000;
}

.footer-padding {
	padding-bottom: 60px;
}

.footer {
   position: fixed;
   text-align: center;
   left: 0;
   bottom: 0;
   width: 100%;
   background: transparent;
}

.footer p {
	margin-top: 25px;
	font-size: 12px;
  color: #000000;
}

.chat-btn {
    position: absolute;
    right: 14px;
    bottom: 20px;
    cursor: pointer
}

.chat-btn .close {
    display: none
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}

.chat-btn i {
    font-size: 22px;
    color: #000000 !important
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #DAD992;
    color: #000000;
    font-size: 22px;
    border: none
}

.wrapper {
    position: absolute;
    right: 5px;
    bottom: 100px;
    width: 250px;
    background-color: #444941;
    color: #000000;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s
}

#check:checked~.wrapper {
    opacity: 1
}

.header {
    padding: 13px;
    background-color: #DAD992;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
    color: #000000
}

.chat-form {
    padding: 15px
}

.chat-form input,
textarea,
button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none
}

.form-control:focus,
.btn:focus {
    box-shadow: none
}

.btn,
.btn:focus {
    background-color: #fff;
    border: #fff;
    color: #000000;
}

.btn:hover {
    text-decoration: underline;
    background-color: #EEEEEE;
    border: #fff;
    color: #000000;
} 

#check {
    display: none !important
}

.h3a {
  background: -webkit-linear-gradient(#000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: justify;
  font-size: 60px;
  font-family: 'Domine', serif;
}

.h3ab {
  background: -webkit-linear-gradient(#000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: justify;
  font-size: 50px;
  font-family: 'Domine', serif;
}

.bottom-header {
  background: -webkit-linear-gradient(#000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: justify;
  font-size: 60px;
  font-family: 'Domine', serif;
}

@media (max-width: 767px) {
  .bottom-header {
    font-size: 30px;
  }
}

.intro1 {
  font-size: 35px;
  color: #000000;
  /* margin-left: 10px; */
}


.intro {
  font-size: 25px;
}

.skill2 {
  width: 25%;
  margin: 5px;
  float:right;
}

.himoji{
  width: 25%;
  margin: 5px;
  float:right;
  animation: shake 1s;
  animation-iteration-count: infinite;
  border-radius: 50%;
}

.skillmoji {
  animation: shake 1s;
  animation-iteration-count: infinite;
}

.skill3 {
  width: 25%;
  margin: 5px;
  float:left;
}

/* img {
  width:100%;
  height:100%;
  border-radius: 50%;
} */

.hi{
  animation: shake 1s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(20deg); }
  20% { transform: translate(-3px, 0px) rotate(-20deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(-20deg); }
  50% { transform: translate(-1px, 2px) rotate(20deg); }

}

.section1 {
  margin-top: 100px;
  margin-bottom: 200px;
}

hr {
  border-top: 7px solid #000000;
}

.centered {
  text-align: center;
}

.box {
    width:70%;
    margin-left: 20%;
    margin-right: 20%;
}

.box li {
   display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction:column;

}

.verti-img{
  height: 10%;
  width:10%;
  border-radius: 50%;
}

@keyframes myfirst {
  0%   {left:0px; top:0px;}
  25%  {left:200px; top:0px;}
  100% {left:0px; top:0px;}
}

@keyframes mysecond {
  0%   {right:0px; top:0px;}
  25%  {right:200px; top:0px;}
  100% {right:0px; top:0px;}
}

.myfirstline {
  position: relative;
  animation: myfirst 5s linear 2s infinite alternate;
}

.mysecondline {
  position: relative;
  animation: mysecond 5s linear 2s infinite alternate;
}

.line {
     border-left: 6px solid #000000;
     height: 100px;
}
ul {
    display: inline-block;
}
.line {
    display: block;
    margin: 0 auto;
}

ul li:first-child > span.line { display: none; }

.h3c {
  color: #000000;
}

.anchor {
  text-decoration: none;
}



.mySlides {
  display:none;
}

.mySlides1 {
  display:none;
}

.mySlides2 {
  display:none;
}

.mySlides3 {
  display:none;
}

.mySlides4 {
  display:none;
}

.mySlides5 {
  display:none;
}

.mySlides6 {
  display:none;
}

.mySlides7 {
  display:none;
}

.profilepic {
  border-radius: 8px;
  width: 25%;
  margin: 5px;
  float:right;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 16%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 150px;
}
.logos {
    width: 100px;
    height: 100px;
    /* background-color: #000000; */
}
.caption {
    display: block;
}

.skilltop{
  margin-top:20px;
}

.skilltop1{
  margin-top:30px;
}

.mysongs {
  display:none;
}

.copy{
    margin:20px;
    padding:20px;
    border-style:solid;
    border-width:1px;
    border-color: #ddd;
    -webkit-border-radius:3px;
    border-radius:3px;
    font-size:18px;
}
.panel {
   margin: 20px;
   padding:0px;
   height:34px;
 }
.audio-panel {
  border:none !important;
}
#playlist,audio {
  width:100%;
}
/* .active a {
  color:#000000;
  text-decoration:none;
}
ul {
  list-style:none;
  margin:0px;
  padding:20px;
}
li {
  margin:0px;
  padding:0px;
}
li, a {
  transition:all 0.5s;
}
.list-group-item.active a{
   text-decoration:none;
   color:#000000;
 }
a {
  display:block;
  position:relative;
  width:100%;
}
li a {
  display:block;
  text-decoration:none;
}
 li:hover {
  background-color:#333;
}
li a:hover {
  text-decoration:none;
  color: #000000;
}
a {
  color:#000000;
  text-decoration:none;
} */
.last {
  display:none;
}

.black-font {
  color:#000000;
}


.visible-scrollbar, .invisible-scrollbar, .mostly-customized-scrollbar {
  display: block;
  width: 50px;
  overflow: auto;
  height: 183px;
}

.invisible-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.mostly-customized-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 13px;
  background-color: #aaa; /* or add it to the track */
}

/* Add a thumb */
.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
    background: blue;
}


* {
  box-sizing: border-box;
}

.column1 {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row1::after {
  content: "";
  clear: both;
  display: table;
}

.row-margin{
  margin-top:3%;
  margin-left:10%;
  margin-bottom: 8%;
}

.skills-div{
  margin-bottom:5%;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .box {
      width:100%;
      margin-left: 0%;
      margin-right: 00%;
  }
  .skills-div{
    margin-bottom:5%;
  }
  .column1 {
    width: 100%;
  }
}

.seriesweb{
  animation: shake 5s;
  animation-iteration-count: infinite;
}

/* wip */

.containers1 {
  position: relative;
  width: 50%;
}

.images1 {
  display: block;
  width: 100%;
  height: auto;
}

.overlays1 {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #2B2B2B;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
  border-radius: 8px;
}

.containers1:hover .overlays1 {
  bottom: 0;
  height: 100%;
}

.texts1 {
  color: white;
  font-size: 20px;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.wipnav {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.wipnav:hover {
  background-color: #ddd;
  color: black;
}

.previous1 {
  background-color: #f1f1f1;
  color: black;
}

.next1 {
  background-color: #04AA6D;
  color: white;
}

.round1 {
  border-radius: 50%;
}

.section2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.projectborder {
  border-radius: 8px;
  width:100%;
}

.border-btn{
border: 2px solid #000000;
}

.domine-font {
    font-family: 'Domine', serif;
    text-decoration: underline;
}

.gradients {
  background: -webkit-linear-gradient(#000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradientLogo {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bold{
  font-weight: 400;
}

.weblink{
  color: black;
  font-size: 20px;
}

.weblink:hover, .weblink:active{
  color: black;
  text-decoration: none;
}

.anchor-line {
  text-decoration: underline solid #D3E4CD 5px;
}

.h2a {
  background: -webkit-linear-gradient(#D3E4CD, #DAD992);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: justify;
  font-size: 50px;
  font-family: 'Domine', serif;
}

.btn-primary:active {
  background-color: #9A3B3B !important;
}

/* ===== New classes for 2-column skills layout (append these to your existing styles.css) ===== */

/* Parent grid that places skill sections into two columns on desktop and one column on small screens */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;               /* space between the two columns and rows */
  align-items: start;
  /* keep existing spacing from .skills-div */
}

/* Each logical skill section (wrapper for the h3 + its row-margin) */
.skill-section {
  /* no disruptive changes to inner layout — keep existing classes intact */
  padding: 0.25rem 0;
}

/* Make the AI Integration section span full width of the grid */
.skill-full {
  grid-column: 1 / -1;
}

/* Small-screen behaviour: stack sections vertically */
@media (max-width: 767px) {
  .skills-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  /* restore any mobile-specific spacing needs for inner rows */
  .skill-section {
    padding: 0.25rem 0;
  }
}

/* Contextual overrides so existing .row-margin left offset doesn't visually misalign grid columns.
   These overrides only affect .row-margin elements INSIDE .skill-section (do not change the original .row-margin globally). */
.skill-section > .row-margin {
  margin-left: 0; /* remove the 10% left offset inside the grid columns */
  margin-top: 1rem; /* slightly smaller top gap inside each grid cell */
  margin-bottom: 1.25rem;
}

/* Make sure the inner floating .column blocks behave inside their grid cell — prevent overflow */
.skill-section .column {
  float: left; /* keep original behavior */
  /* allow each column to size based on its content while keeping consistent spacing */
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
}

/* Ensure .item elements remain centered within each column */
.skill-section .item {
  width: 150px; /* match existing expectation from original .item */
  text-align: center;
  display: inline-block;
}

/* Small-screen adjustment for inner columns to wrap naturally */
@media (max-width: 500px) {
  .skill-section .column,
  .skill-section .item {
    /* width: 100%; */
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}