/* Media Queries */
/* Extra Small Devices (phones, less than 576px) */
@media (min-width: 360px) and (max-width: 400px) {
    .container {
        margin-top: 1rem;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 3%;
        margin-right: 3%;
    }
    /* Card Main */
    .main-card{
        order: 1;
        margin-bottom: 16px;
        max-height: none;
    }

    .profile-card {
        width: auto;
    }

    .profile-handle {
        font-size: 10px;
    }
    
    .profile-username {
        font-size: 16px;
    }

    .badge span {
        font-size: 10px;
    }

    .badge img {
        width: 10px;
        height: 10px;
    }

    .profile-bio {
        font-size: 11px;
    }

    .connections-header{
        font-size: 12px;
    }

    .connection-name{
        font-size: 10px;
    }
    /* Card Main */
    /* Card Left */
    .wrapper-left-card{
        order: 2;
        padding-left: 0;
        overflow-y: visible;
        max-height: none;
    }

    .container-discord{
        margin-bottom: 1px;
    }

    .wrapper-profile-discord {
        max-width: none;
        min-width: 0;
    }
    
    .description-discord {
        max-width: 190px;
        min-width: 190px;
    }

    .state {
        font-size: .9rem;
    }
    
    .details {
        font-size: .9rem;
    }
    
    .elapsed {
        font-size: .9rem;
    }

    .img-activity {
        max-height: 80px;
        min-height: 80px;
        max-width: 80px;
        min-width: 80px;
        margin-right: 20px;
    }
    
    .activity-discord {
        height: 80px;
        width: 80px;
    }
    
    .imgSmall {
        bottom: -2%;
        height: 25%;
    }
    
    .imgSmall .tooltip-wrapper .activity-discord-small {
        height: 25px;
        border : 5px solid var(--primary);
    }
    /* Card Left */
    /* Card Right */
    .right-card{
        order: 3;
        margin-right: 0;
        margin-bottom: 16px;
        max-height: none;
        overflow-y: visible;
    }

    .card-project{
        width: 100%;
    }

    .card-project img{
        width: 100%;
        height: 100%;
    }

    .title-project{
        left: 6%;
    }

    .title-project h1{
        font-size: 14px;
    }

    .description-project{
        width: auto;
        margin-left: 3%;
        margin-right: 3%;
    }

    .description-project h1{
        font-size: 14px;
    }

    .tag-item{
        font-size: 14px;
    }
    /* Card Right */
    /* BG Video dan Control Volume Video */
    #mute-toggle img {
        width: 34px;
        height: 34px;
    }
    .video-controls {
        padding: 10px 30px;
    }
    /* BG Video dan Control Volume Video */

    .music-player-box {
        min-width: 270px;
        max-width: 270px;
    }

    /* Shimmer */
    .shimmer {
        min-width: 350px;
    }
}
@media (min-width: 401px) and (max-width: 475.98px) {
    .container {
        margin-top: 1rem;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 3%;
        margin-right: 3%;
    }
    /* Card Main */
    .main-card{
        order: 1;
        margin-bottom: 16px;
        max-height: none;
    }

    .profile-card {
        width: auto;
    }

    .profile-handle {
        font-size: 12px;
    }
    
    .profile-username {
        font-size: 18px;
    }

    .badge span {
        font-size: 11px;
    }

    .badge img {
        width: 16px;
        height: 16px;
    }

    .profile-bio {
        font-size: 11px;
    }

    .connections-header{
        font-size: 13px;
    }

    .connection-name{
        font-size: 11px;
    }
    /* Card Main */
    /* Card Left */
    .wrapper-left-card{
        order: 2;
        padding-left: 0;
        overflow-y: visible;
        max-height: none;
    }

    .container-discord{
        margin-bottom: 1px;
    }

    .wrapper-profile-discord {
        max-width: none;
        min-width: 0;
    }
    
    .description-discord {
        max-width: 200px;
        min-width: 200px;
    }

    .state {
        font-size: .9rem;
    }
    
    .details {
        font-size: .9rem;
    }
    
    .elapsed {
        font-size: .9rem;
    }

    .img-activity {
        max-height: 100px;
        min-height: 100px;
        max-width: 100px;
        min-width: 100px;
        margin-right: 20px;
    }
    
    .activity-discord {
        height: 100px;
        width: 100px;
    }
    
    .imgSmall {
        bottom: -2%;
        height: 30%;
    }
    
    .imgSmall .tooltip-wrapper .activity-discord-small {
        height: 30px;
        border : 5px solid var(--primary);
    }
    /* Card Left */
    /* Card Right */
    .right-card{
        order: 3;
        margin-right: 0;
        margin-bottom: 16px;
        max-height: none;
        overflow-y: visible;
    }

    .card-project{
        width: 100%;
    }

    .card-project img{
        width: 100%;
        height: 100%;
    }

    .title-project{
        left: 11.5%;
    }

    .title-project h1{
        font-size: 14px;
    }

    .description-project{
        width: auto;
        margin-left: 3%;
        margin-right: 3%;
    }

    .description-project h1{
        font-size: 14px;
    }

    .tag-item{
        font-size: 14px;
    }
    /* Card Right */
    /* BG Video dan Control Volume Video */
    #mute-toggle img {
        width: 34px;
        height: 34px;
    }
    .video-controls {
        padding: 10px 30px;
    }
    /* BG Video dan Control Volume Video */
    .music-player-box {
        min-width: 290px;
        max-width: 290px;
    }

    .shimmer {
        min-width: 370px;
    }
}
  
@media (min-width: 476px) and (max-width: 575.98px) {
    .container {
        margin-top: 1rem;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 3%;
        margin-right: 3%;
    }
    /* Card Main */
    .main-card{
        order: 1;
        margin-bottom: 16px;
        max-height: none;
    }

    .profile-card {
        width: auto;
    }

    .profile-handle {
        font-size: 13px;
    }
    
    .profile-username {
        font-size: 19px;
    }

    .badge img {
        width: 20px;
        height: 20px;
    }

    .profile-bio {
        font-size: 11px;
    }

    .connections-header{
        font-size: 14px;
    }

    .connection-name{
        font-size: 12px;
    }
    /* Card Main */
    /* Card Left */
    .wrapper-left-card{
        order: 2;
        padding-left: 0;
        overflow-y: visible;
        max-height: none;
    }

    .container-discord{
        margin-bottom: 1px;
    }

    .wrapper-profile-discord {
        max-width: none;
        min-width: 0;
    }
    
    .description-discord {
        max-width: 250px;
        min-width: 250px;
    }

    .state {
        font-size: 1rem;
    }
    
    .details {
        font-size: 1rem;
    }
    
    .elapsed {
        font-size: 1rem;
    }

    .img-activity {
        max-height: 100px;
        min-height: 100px;
        max-width: 100px;
        min-width: 100px;
        margin-right: 20px;
    }
    
    .activity-discord {
        height: 100px;
        width: 100px;
    }
    
    .imgSmall {
        bottom: -2%;
        height: 30%;
    }
    
    .imgSmall .tooltip-wrapper .activity-discord-small {
        height: 30px;
        border : 5px solid var(--primary);
    }
    /* Card Left */
    /* Card Right */
    .right-card{
        order: 3;
        margin-right: 0;
        margin-bottom: 16px;
        max-height: none;
        overflow-y: visible;
    }

    .card-project{
        width: 100%;
    }

    .card-project img{
        width: 100%;
        height: 100%;
    }

    .title-project{
        left: 18.5%;
    }

    .title-project h1{
        font-size: 14px;
    }

    .description-project{
        width: auto;
        margin-left: 3%;
        margin-right: 3%;
    }

    .description-project h1{
        font-size: 14px;
    }

    .tag-item{
        font-size: 14px;
    }
    /* Card Right */
    /* BG Video dan Control Volume Video */
    #mute-toggle img {
        width: 34px;
        height: 34px;
    }
    .video-controls {
        padding: 10px 30px;
    }
    /* BG Video dan Control Volume Video */
    .shimmer {
        min-width: 450px;
    }
  }
  
  /* Small Devices (phones, 576px and up) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        margin-top: 1rem;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 3%;
        margin-right: 3%;
    }
    /* Card Main */
    .main-card{
        order: 1;
        margin-bottom: 16px;
        max-height: none;
    }

    .profile-card {
        width: auto;
    }

    .profile-handle {
        font-size: 13px;
    }
    
    .profile-username {
        font-size: 19px;
    }

    .badge img {
        width: 20px;
        height: 20px;
    }

    .profile-bio {
        font-size: 11px;
    }

    .connections-header{
        font-size: 14px;
    }

    .connection-name{
        font-size: 12px;
    }
    /* Card Main */
    /* Card Left */
    .wrapper-left-card{
        order: 2;
        padding-left: 0;
        overflow-y: visible;
        max-height: none;
    }

    .container-discord{
        margin-bottom: 1px;
    }

    .wrapper-profile-discord {
        max-width: none;
        min-width: 0;
    }
    
    .description-discord {
        max-width: 250px;
        min-width: 250px;
    }

    .state {
        font-size: 1rem;
    }
    
    .details {
        font-size: 1rem;
    }
    
    .elapsed {
        font-size: 1rem;
    }

    .img-activity {
        max-height: 100px;
        min-height: 100px;
        max-width: 100px;
        min-width: 100px;
        margin-right: 20px;
    }
    
    .activity-discord {
        height: 100px;
        width: 100px;
    }
    
    .imgSmall {
        bottom: -2%;
        height: 30%;
    }
    
    .imgSmall .tooltip-wrapper .activity-discord-small {
        height: 30px;
        border : 5px solid var(--primary);
    }
    /* Card Left */
    /* Card Right */
    .right-card{
        order: 3;
        margin-right: 0;
        margin-bottom: 16px;
        max-height: none;
        overflow-y: visible;
    }

    .card-project{
        width: 100%;
    }

    .card-project img{
        width: 100%;
        height: 100%;
    }

    .title-project{
        left: 18.5%;
    }

    .title-project h1{
        font-size: 14px;
    }

    .description-project{
        width: auto;
        margin-left: 3%;
        margin-right: 3%;
    }

    .description-project h1{
        font-size: 14px;
    }

    .tag-item{
        font-size: 14px;
    }
    /* Card Right */
    /* BG Video dan Control Volume Video */
    #mute-toggle img {
        width: 34px;
        height: 34px;
    }
    .video-controls {
        padding: 10px 30px;
    }
    /* BG Video dan Control Volume Video */

     .shimmer {
        min-width: 450px;
    }
  }
  
  /* Medium Devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        margin-top: 1rem;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 3%;
        margin-right: 3%;
    }
    /* Card Main */
    .main-card{
        order: 1;
        margin-bottom: 16px;
        max-height: none;
    }

    .profile-card {
        width: auto;
    }

    .profile-handle {
        font-size: 13px;
    }
    
    .profile-username {
        font-size: 19px;
    }

    .badge img {
        width: 20px;
        height: 20px;
    }

    .profile-bio {
        font-size: 11px;
    }

    .connections-header{
        font-size: 14px;
    }

    .connection-name{
        font-size: 12px;
    }
    /* Card Main */
    /* Card Left */
    .wrapper-left-card{
        order: 2;
        padding-left: 0;
        overflow-y: visible;
        max-height: none;
    }

    .container-discord{
        margin-bottom: 1px;
    }

    .wrapper-profile-discord {
        max-width: none;
        min-width: 0;
    }
    
    .description-discord {
        max-width: 250px;
        min-width: 250px;
    }

    .state {
        font-size: 1rem;
    }
    
    .details {
        font-size: 1rem;
    }
    
    .elapsed {
        font-size: 1rem;
    }

    .img-activity {
        max-height: 100px;
        min-height: 100px;
        max-width: 100px;
        min-width: 100px;
        margin-right: 20px;
    }
    
    .activity-discord {
        height: 100px;
        width: 100px;
    }
    
    .imgSmall {
        bottom: -2%;
        height: 30%;
    }
    
    .imgSmall .tooltip-wrapper .activity-discord-small {
        height: 30px;
        border : 5px solid var(--primary);
    }
    /* Card Left */
    /* Card Right */
    .right-card{
        order: 3;
        margin-right: 0;
        margin-bottom: 16px;
        max-height: none;
        overflow-y: visible;
    }

    .card-project{
        width: 100%;
    }

    .card-project img{
        width: 100%;
        height: 100%;
    }

    .title-project{
        left: 18.5%;
    }

    .title-project h1{
        font-size: 14px;
    }

    .description-project{
        width: auto;
        margin-left: 3%;
        margin-right: 3%;
    }

    .description-project h1{
        font-size: 14px;
    }

    .tag-item{
        font-size: 14px;
    }
    /* Card Right */
    /* BG Video dan Control Volume Video */
    #mute-toggle img {
        width: 34px;
        height: 34px;
    }
    .video-controls {
        padding: 10px 30px;
    }
    /* BG Video dan Control Volume Video */
     .shimmer {
        min-width: 450px;
    }
  }
  
  /* Large Devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    /* CSS untuk laptop */
  }
  
  /* Extra Large Devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    /* CSS untuk desktop besar */
  }
  
  /* Extra Extra Large Devices (very large screens, 1400px and up) */
  @media (min-width: 1400px) {
    .container {
        margin-top: 5rem;
    }
    /* Card Right */
    .right-card {
        max-height: 750px;
    }

    .card-project{
        width: 425px;
    }

    .card-project img{
        width: 425px;
        height: 215px;
    }

    .title-project{
        left: 16%;
    }

    .title-project h1{
        font-size: 14px;
    }

    .description-project{
        width: 400px;
        height: auto;
    }

    .description-project h1{
        font-size: 14px;
    }

    .tag-item{
        background-color: rgba(0, 0, 0, 0.8);
        color: #b9bbbe;
        padding: 5px 10px;
        margin: 2px;
        border-radius: 5px;
        font-size: 16px;
    }
    /* Main Card */
    .main-card {
        max-height: 590px;        
    }

    .profile-card {
        width: 600px;
    }

    .profile-banner {
        height: 150px;
    }

    .avatar {
        height: 100px;
    }


    .profile-avatar {
        width: 100px;
        height: 100px;
    }

    .profile-handle {
        font-size: 16px;
        margin-right: 10px;
    }

    .profile-username {
        font-size: 20px;
    }

    .badge span {
        font-size: 14px;
    }

    .badge img {
        width: 20px;
        height: 20px;
    }

    .badge:hover {
        transform: scale(1.1);
    }

    .profile-bio {
        margin: 30px 0;
        padding: 20px;
        border-radius: 5px;
        font-size: 14px;
    }

    .connections-header{
        font-size: 16px;
    }

    .connection{
        height: 30px;
        padding: 10px;
    }

    .connection .icon{
        width: 30px;
        height: 30px;
    }

    .connection-name{
        font-size: 14px;
    }
    /*Left Card*/
    .wrapper-left-card {
        max-height: 765px;
        min-width: 425px;
    }

    .img-activity {
        position: relative;
        max-height: 90px;
        min-height: 90px;
        max-width: 90px;
        min-width: 90px;
        margin-right: 20px;
    }

    .activity-discord {
        height: 90px;
        width: 90px;
        margin-right: 20px;
    }

    .imgSmall {
        bottom: 3%;
        height: 25%;
    }

    .imgSmall .tooltip-wrapper .activity-discord-small {
        height: 25px;
    }

    .state {
        font-size: 1rem;
    }

    .details {
        font-size: 1rem;
    }

    .elapsed {
        font-size: 1rem;
        color: #ccc;
        margin-top: 1px;
        margin-bottom: 1.5px;
        text-align: center;
    }

    .description-discord {
        max-width: 250px;
        min-width: 250px;
    }

     .shimmer {
        min-width: 410px;
    }
  }
/* Media Queries */  