@import url(font/nunito.css);
@import url(icon/style-iconsax.css);

* {
    direction: ltr;
    font-family: 'Nunito-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    transition: .2s cubic-bezier(.54, -.01, .6, 1.01);
    cursor: none;
    font-weight: normal;
    letter-spacing: -0.03em;
    line-height: 1.2em;
    -webkit-user-select: none;
    user-select: none;
}

body,
html {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #000;
}

.cursor {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s, background-color 0.3s;
    background: rgba(39, 39, 39, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    z-index: 99;
}



/* component */
.reading-progressbar {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    color: black;
    pointer-events: none;
    display: none;
    border-radius: 0;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  
  .reading-progressbar--is-out {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  
  .reading-progressbar--is-active {
    display: block;
  }
  
  .reading-progressbar::-webkit-progress-bar {
    background-color: transparent;
  }
  
  .reading-progressbar::-webkit-progress-value {
    background-color: currentColor;
  }
  
  .reading-progressbar::-moz-progress-bar {
    background-color: currentColor;
  }
  
  .reading-progressbar__fallback {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: currentColor;
  }



.custom-container {
    max-width: 860px;
}

.hello-user{
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 100vh;
    justify-content: center;
    max-height: 800px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.img-user {
    width: 140px;
    aspect-ratio: auto 140 / 140;
    height: 140px;
}

h1 {
    margin-top: 20px;
    color: #222;
    font-family: 'Nunito-Medium', sans-serif;
    font-size: 2rem;
}

.description-user {
    font-size: larger;
}








.curriculum-vitae {
    margin: 30px 0 20px;
}
.curriculum-vitae .title {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: capitalize;
    margin: 2rem 0 2.5rem;
  }
  
  .curriculum-vitae .title::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: hsla(230, 13%, 9%, 0.1);
  }
.curriculum-vitae .desc{
    margin: 20px 0;
    padding: 10px;
    font-size: medium;
}
.curriculum-vitae .desc2{
    margin: 20px 0;
    padding: 10px;
    font-size: medium;
}
.curriculum-vitae .desc .loc{
    margin-top: 6px;
    font-size: small;
}
.curriculum-vitae .desc:hover {
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
}



.Skill {
    display: inline-block;
    width: auto;
    border-radius: 2rem;
    padding: .5rem 1rem;
    margin-right: .375rem;
    margin-bottom: .375rem;
    background-color: #eee;
    font-size: small;
}

.Skill:not(.hover):hover, .Skill:not(.hover):focus {
    scale: 1.1;
}







.dock {
    width: auto;
    height: 60px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.dock-container {
    padding: 3px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(83, 83, 83, 0.25);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.dock-container a {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    vertical-align: bottom;
    transition: 0.2s;
    transform-origin: 50% 100%;
}

.dock-container a:hover {
    margin: 0px 13px 0px 13px;
}

.dock-container .name {
    position: absolute;
    top: -60px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    height: 10px;
    padding: 12px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0s;
    -moz-transition: opacity 0.3s, visibility 0s;
    transition: opacity 0.3s, visibility 0s;
}

.dock-container .name::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.5);
}

.dock-container a:hover .name {
    visibility: visible !important;
}

.dock-container .ico {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
    display: inline-flex;
    transition: transform 0.3s ease;
}


























.cover {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 400px;
    padding: 15px;
    border-radius: 8px;
}

@media screen and (max-width: 700px) {
    .cover {
        display: block;
        width: 100%;
        height: 300px;
        margin: 10px;
    }
}

.atvImg {
    border-radius: 8px;
    transform-style: preserve-3d;
    -webkit-tap-highlight-color: rgba(#000, 0);
}

.atvImg img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(14, 21, 47, 0.25);
}

.atvImg-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all 0.2s ease-out;
}

.atvImg-container.over .atvImg-shadow {
    box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4), 0 16px 40px rgba(14, 21, 47, 0.4);
}

.atvImg-layers {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    transform-style: preserve-3d;
}

.atvImg-rendered-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
    transition: all 0.1s ease-out;
    overflow: hidden;
    border-radius: 8px;
}

.atvImg-shadow {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    transition: all 0.2s ease-out;
    box-shadow: 0 8px 30px rgba(14, 21, 47, 0.6);
}

.atvImg-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 60%);
}

.responsive {
    width: 100%;
    height: auto;
}


/** LIGHTBOX MARKUP **/
.lightbox {
    /* Default to hidden */
    display: none;

    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /* A bit of padding around image */
    padding: 1em;

    /* Translucent background */
    background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
    display: block;
}

.lightbox span {
    /* Full width and height */
    display: block;
    width: 100%;
    height: 100%;

    /* Size and position background image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}





































  @media (max-width: 620px) {
    body {
        overflow: hidden;
    }
}

#post-gallery {
    width: 100%;
    max-width: 990px;
    display: flex;
    flex-direction: column;
    padding-top: 150px;
    padding-bottom: 150px;
}

#post-gallery,
#post-gallery * {
    box-sizing: border-box;
}

#post-gallery ul,
#post-gallery li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#post-gallery .card-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 20px;
}

#post-gallery .card {
    position: relative;
    padding: 0px;
    height: 420px;
    flex: 0 0 40%;
    box-sizing: border-box;
}

#post-gallery .card:nth-child(4n + 1),
#post-gallery .card:nth-child(4n + 4) {
    flex: 0 1 calc(60% - 20px);
}

.dark .h3,
.dark span {
    color: var(--black);
}

.card-content {
    pointer-events: auto;
    position: relative;
    border-radius: 20px;
    background: var(--layer);
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.card-image-container {
    overflow: hidden;
    height: 420px;
    display: flex;
    justify-content: stretch;
    flex-direction: column;
    position: relative;
}

.card-image {
    width: 100%;
    position: absolute;
}

.title-container {
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 300px;
}

.title-container h2 {
    color: #fff;
    margin: 8px 0;
}

@media only screen and (max-width: 990px) {
    #sandbox {
        align-items: stretch;
    }

    body {
        overflow: hidden;
    }

    #post-gallery {
        padding: 60px 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #post-gallery .card-list {
        gap: 10px;
    }

    #post-gallery .card {
        flex: 0 1 calc(50% - 5px);
        height: 280px;
    }

    li .card-image {
        top: unset !important;
        bottom: -10px !important;
        left: 0 !important;
        right: 0 !important;
        min-width: 250px;
        min-height: 300px;
    }

    li .title-container {
        visibility: hidden;
    }

    .card-image-container {
        height: 280px;
    }

    #post-gallery .card:nth-child(4n + 1),
    #post-gallery .card:nth-child(4n + 4) {
        flex: 0 1 calc(50% - 5px);
        max-width: 100%;
    }
}