* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: black;
}
body {
    display: flex;
    height: 100vh;
    overflow-y: scroll; /* Enable scrolling */
    position: relative;
    /* background-image: radial-gradient(circle, #50bef461, #8dc1f07d, #b2c5e866, #c9ccdf91, #d6d6d600); */
    font-family: "Kanit", sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 400;
}
p{
    font-weight: 300;
}
.ptag{
    border: 2.481px solid #FFF;
    padding: 5px;
    padding-left: 12px;
    border-radius: 16.537px;
    padding-right: 12px;
}
.left-box {
    width: 400px;
    height: 100%;
    padding: 20px;
    position: none;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: transform 0.3s ease;
}
.navDiv{
    position: relative;
    top: 21%;
    left: 80%;
    display: none;
}
.left-box .main{
    width: 280px;
    height: 93%;
    border-radius: 20px;
    border: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(13.800000190734863px);
    position: absolute;
}
.profileContainer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
}
.profile_elipse{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff38;
    border: solid 2px white;
    display: grid;
    place-items: center;
}
.parent {
    display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 18px;
    }
    
    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 2 / 1 / 3 / 2; }
    .div4 { grid-area: 2 / 2 / 3 / 3; }
    .div5 { grid-area: 3 / 1 / 4 / 2; }
    .div6 { grid-area: 3 / 2 / 4 / 3; }
    
    .parentIcon {
        display: grid
        ;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: 1fr;
            grid-column-gap: 10px;
            margin-top: 20px;
            position: absolute;
            bottom: 15px;
        }
        
        .div1Icon { grid-area: 1 / 1 / 2 / 2; }
        .div2Icon { grid-area: 1 / 2 / 2 / 3; }
        .div3Icon { grid-area: 1 / 3 / 2 / 4; }
        .div4Icon { grid-area: 1 / 4 / 2 / 5; }
.subHead{
    color: #94949E;
}
.left-box .image_container{
    width: 150px;
height: 150px;
flex-shrink: 0;
border-radius: 20px;
border: 1px solid #FFF;
background: url(./assets/image.png) lightgray 50% / cover no-repeat;
}
.left-box.hidden {
    transform: translateX(-100%);
}

.right-box {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
    /* background-color: #ffffff; */
    width: 100%;
    position: relative;
}

.content {
    border-radius: 20px;
    border: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(13.800000190734863px);
    padding-bottom: 20px;
}

.burger-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    /* background-color: #007bff; */
    color: #ffffff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 2000;
}

.close-button {
    display: none;
    margin-top: 10px;
    color: #94949E;
    cursor: pointer;
    position: relative;
    left: 244px;
    top: 10px;
}
.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_heading{
display: block;
margin: 33px;
}
.forsmallH2{
    display: none;
}
.navlist{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 70px;
    border-radius: 0px 20px;
    border: 3px solid #FFF;
    border-top: none;
    border-right: none;
    backdrop-filter: blur(16.200000762939453px);
    /* background: rgba(255, 255, 255, 0.20); */
    position: absolute;
    /* right: 47px; */
    right: 0px;
    top: 0px;
}
.profile_img{
    display: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
   border: 1.921px solid #FFF;
   object-fit: cover;
   margin: 9px;
   z-index: 2;
   
}
.profile-container {
    display: none;
    justify-content: center;
    align-items: center;
  }
  
  
  .sound-wave {
    display: none;
    position: absolute;
    width: 50px; /* Same as container */
    height: 50px; /* Same as container */
    border-radius: 50%;
    background: radial-gradient(circle, rgba(12, 141, 0, 0.226) 50%, transparent 100%);
    animation: pulse 2s infinite;
    z-index: 1;
  }
  

  
.aboutPara{
   color: #666;
   font-family: Kanit;
   font-style: normal;
   font-weight: 300;
   line-height: 35px;
}
.skillsCont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
border: 2px solid #FFF;

background: rgba(255, 255, 255, 0.30);

backdrop-filter: blur(13.5px);
gap: 6px;
}
.fwBold{
    font-weight: 400;
}
  

  
 .skillIcons{
    width: 50px;
    height: 50px;
    border-radius: 10px;
 }
  canvas {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-top: 50px;
    border-radius: 20px;
}

.tabs-buttons .btn {
    cursor: pointer;
  }

  .tab-content {
    display: none;
  }

  .tab-content.active {
    display: block;
  }
.btn{
    border-radius: 80px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(13.5px);
    color: black;
    width: 180px;
    height: 67px;
    flex-shrink: 0;
}
  .btn.active {
    border-radius: 80px;
border: 2px solid #FFF;
background: #263238;
color: #FFF;
backdrop-filter: blur(13.5px);

  }
  .workCol{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .elipse1, .elipse2, .elipse3, .elipse4, .elipse5, .elipse6 {
    position: fixed; /* Keep the ellipses fixed in place */
    pointer-events: none; /* Prevent interference with scrolling or clicks */
    z-index: -1; /* Place behind all other content */
}

.elipse1 {
    width: 400px;
    height: 400px;
    flex-shrink: 0;
    border-radius: 472.165px;
    background: rgba(141, 198, 141, 0.40);
    filter: blur(150px);
    top: 20px;
    left: 100px;
}

.elipse2 {
    width: 400px;
    height: 400px;
    flex-shrink: 0;
    border-radius: 386.317px;
    background: rgba(12, 84, 255, 0.30);
    filter: blur(150px);
    top: 198px;
    left: 133px;
}

.elipse3 {
    border-radius: 472.165px;
    background: rgba(141, 198, 141, 0.40);
    filter: blur(150px);
    width: 400px;
    height: 400px;
    flex-shrink: 0;
    top: 54%;
    left: 29%;
}

.elipse4 {
    background: #ff000085;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    flex-shrink: 0;
    top: 9%;
    left: 50%;
    filter: blur(150px);
}

.elipse5 {
    border-radius: 472.165px;
    background: rgba(141, 198, 141, 0.40);
    width: 400px;
    height: 400px;
    flex-shrink: 0;
    top: 9%;
    right: 0%;
    filter: blur(150px);
}

.elipse6 {
    border-radius: 386.317px;
    background: rgba(12, 84, 255, 0.35);
    width: 400px;
    height: 400px;
    flex-shrink: 0;
    top: 53%;
    right: 0%;
    filter: blur(150px);
}

 .workImg{
    border-radius: 20px;
    border: 3px solid #FFF;
    width: 200px;
    height: 200px;
    object-fit: cover;
 }
 .workingCol{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
 }
 .workP{
    font-weight: 400;
 }
  @media (max-width: 1191px) {
    .btn{
        width: 140px;
        height: 54px;
    }
  }
  @media (max-width: 992px) {
    .btn{
        width: 112px;
        height: 47px;
    }
  }
@media (max-width: 768px) {
    .profile-container{
        display: flex;
    }
    .sound-wave{
        display: block;
    }
    .burger-button {
        display: block;
    }
    .nav_heading{
        display: none;
        }
        .forsmallH2{
            display: block;
        }

    .left-box {
        transform: translateX(-100%);
        position: absolute;
    }

    .left-box.active {
        transform: translateX(0);
    }

    .close-button {
        display: block;
    }
    .navDiv{
        display: block;
    }
    .profile_img{
        display: block;
    }
    .navlist{
        padding: 15px;
        gap: 25px;
    }
    .skillsCont{
        justify-content: normal;
        gap: 33px;
    }
    .btn{
        width: 112px;
        height: 47px;
    }
    .workImg{
        height: 110px;
        width: 110px;
    }
   
}

@keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(2.5);
      opacity: 0;
    }
  }