html {
    background-color: #080808 !important;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    /* Ensure the body itself is transparent to show the html color */
    background-color: transparent; 
}

/* ================= BACKGROUND ================= */
.bg-shift {
  /* Use absolute to move with scroll as you requested previously */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-color: transparent; 
  background-image: 
    linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05)), 
    linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05));
  
  background-size: 60px 60px;
  background-repeat: repeat;
  
  /* Ensure this animation is defined below */
  animation: slowShift 80s linear infinite;
}

@keyframes slowShift {
  from { background-position: 0 0, 30px 30px; }
  to { background-position: 1000px 1000px, 1030px 1030px; }
}

body::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, transparent 80%, #000000 100%);
  pointer-events: none;
  z-index: -2;
}

.main-wrapper{
    color:white;
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-size:16px;
    margin:auto auto;
    max-width:1200px;
    display: grid;
    place-items: center; /* Centers both horizontally and vertically */
  }
  

.about-box-info-title{
    font-size: 55px;
}

.about-box-info-description{
    font-size: 16px;
}

.about-box-info-animation{
    font-size: 26px;
}

.about-box-img-box{
    width: 100%;
    display: flex;
    order: 2;
    justify-content: center;
    gap: 12px;
}

.about-box-img-box-img{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 320px;
    max-height: 320px;
    border-radius: 10px;
    border: 2px solid black;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
}

@media screen and (min-width: 880px) {
    .about-box{
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 1100px;
        position: relative;
        display: flex;
    }
}

@media screen and (max-width: 880px) {
    .about-box{
        gap: 50px;
        justify-content: center;
        align-items: center;
        width: 100%;
        display: grid;
        text-align: center;
        font-size: 48px;
        align-items: center;
    }
}

@media screen and (min-width: 880px) {
    .about-box-info{
        min-width: 500px;
        width: 100%;
        order: 1;
    }
}
@media screen and (max-width: 880px) {
    .about-box-info{
        max-width: 100%;
        width: 100%;
        order: 1;
    }
}


@media screen and (min-width: 880px) {
    .about{
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 880px) {
    .about{
        padding-top: 40px;
        max-width: 100%;
    }
}

.title{
    font-size: 42px;
    text-align: center;
}

.description{
    text-align: center;
}

.section{
    padding-top: 60px;
    max-width: 100vw !important;
}

@media screen and (max-width: 600px) {
    .skills-box{
        display: grid;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .skills-box-skills{
        margin-top: 40px;
        text-align: center;
        justify-content: center !important;
        max-width: 100vw;
    }
}
@media screen and (max-width: 600px) {
    .skills-box-skills{
        display: grid;
        gap: 20px;
        max-width: 100%;
        margin-top: 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}


@media screen and (min-width: 600px) {
    .skills-box-skills-box{
        padding: 5px;
        margin: 15px;
        max-width: 800px;
        background: linear-gradient(145deg, #1c1c1c, #242424);
        border-radius: 10px;
        box-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
        color: white;
        text-align: center;
    }    
}

@media screen and (max-width: 600px) {
    .skills-box-skills-box{
        padding: 5px;
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        background: linear-gradient(145deg, #1c1c1c, #242424);
        border-radius: 10px;
        box-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
        color: white;
        text-align: center;

    }
    
}

@media screen and (min-width: 600px) {
    .skills-box-skills-box-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        row-gap: 20px;
        padding: 10px;
        
    }
}
@media screen and (max-width: 600px) {
    .skills-box-skills-box-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
        padding: 10px;
    }
}


.skills-box-skills-box-container-skill{
    padding: 10px;
    border-radius: 10px;
    background: rgb(11, 11, 11);
    text-align: left;
    transition: all 0.2s ease-in-out;
}

/*
.skills-box-skills-box-container-skill:hover{
    transform: translateY(-4px);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 1);
}
*/

.skills-box-skills-box-container-skill-container{

}

.skills-box-skills-box-container-skill-container-skill{

}

.skills-box-skills-box-container-skill-container-image{
    height: 18px;
    width: auto;
    max-width: 18px;
}

.work_experience-ul{
    padding:0px;
}

.work_experience-li{
    align-items: center;
    justify-content: center;
    list-style: none;
    display: flex;
    position: relative;
    min-height: 70px;
    }

@media screen and (min-width: 880px) {
    .work_experience-li-box-inner{
        width: 650px;
        border-radius: 10px;
        padding: 12px 16px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 12px;
        background: linear-gradient(145deg, #1c1c1c, #242424);
        box-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
        border: 6px double #000000;
        transition: all 0.3s ease-in-out;
    }
}

@media screen and (max-width: 880px) {
    .work_experience-li-box-inner{
        max-width: 100%;
        border-radius: 10px;
        padding: 12px 16px;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 12px;
        background: linear-gradient(145deg, #1c1c1c, #242424);
        box-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
        border: 6px double #000000;
        transition: all 0.3s ease-in-out;
    }
}

.work_experience-li-box-inner:hover{
    transform: translateY(-8px);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 1);
}
.work_experience-li-box-inner-title{
    width: 100%;
    display: flex;
    gap: 12px;
}

.work_experience-li-box-inner-box{

}

.work_experience-li-box-inner-box-description{
    overflow: hidden;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.work_experience-li-box-inner-box-skills{
    width: 100%;
    display: flex;
    gap: 12px;
    margin-top: -10px;
}

.work_experience-li-box-inner-box-skills-box{
    margin-top: 1px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.work_experience-li-box-inner-box-skills-box-skill{
    font-size: 15px;
    font-weight: 400;
    color: #F2F3F499;
}

.work_experience-li-box-inner-title-img{
    height: 75px;
    background: #0f0f0f;
    border-radius: 10px;
    margin-top: 4px;
    border: 2px solid #000000;
}

.work_experience-li-box-inner-title-info{

}

.work_experience-li-box-inner-title-info-role{
    font-size: 20px;
    font-weight: 600;
    /*color: #F2F3F499;*/
    color: white;
}

.work_experience-li-box-inner-title-info-company{
    font-size: 16px;
    font-weight: 500;
    color: #F2F3F499
}

.work_experience-li-box-inner-title-info-date{
    font-size: 14px;
    font-weight: 400;
    color: #F2F3F499
}

@media screen and (min-width: 880px) {
    .work_experience-li-box{
        color: #f2f3f4d2;
        margin: 0;
        font-family: "Roboto","Helvetica","Arial",sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5;
        flex: 1;
        text-align: left;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media screen and (max-width: 880px) {
    .work_experience-li-box{
        max-width: 90%;
        color: #f2f3f4d2;
        margin: 0;
        font-family: "Roboto","Helvetica","Arial",sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5;
        flex: 1;
        text-align: left;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
    }
}


.projects-box-projects{
    display: flex;
    padding-top: 28px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.projects-box-projects-project{
    width: 330px;
    height: 490px;
    background: linear-gradient(145deg, #1c1c1c, #242424);
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;


}

.projects-box-projects-project:hover{
    transform: translateY(-8px);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 1);
    filter: brightness(1.4);
}

.projects-box-projects-project-image{
    width: 100%;
    height: 240px;
}

.projects-box-projects-project-info{
    padding:15px;
}

.projects-box-projects-project-info-title{
    font-size: 24px;
    
}

.projects-box-projects-project-info-description{
    padding-top: 20px;
}


/* MODAL ___________________________________---*/


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.644);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
/*     transform: translateY(-25%); */

@media screen and (min-height: 1200px) {
    .modal-content {
        background: linear-gradient(145deg, #1c1c1c, #242424);
        padding: 20px;
        max-width: 760px;
        max-height: 670px;
        width: 90%;
        height: 90%;
        text-align: center;
        position: relative;
        border-radius: 8px;
        transform: translateY(-20%);
    }
}
@media screen and (max-height: 1200px) {
    .modal-content {
        background: linear-gradient(145deg, #1c1c1c, #242424);
        padding: 20px;
        max-width: 760px;
        max-height: 670px;
        width: 90%;
        height: 90%;
        text-align: center;
        position: relative;
        border-radius: 8px;
    }
}


.modal-close {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 38px;
    cursor: pointer;
    color: white;
}

#modal-image {
    max-width: 100%;
    max-height: 400px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#modal-title {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    color: white;
    font-family: 'Poppins', sans-serif;
}

#modal-description {
    color:white;
    text-align: left;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

#modal-link-div {
    margin-top: 20px;
    text-align: left;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}


.no-scroll {
    overflow: hidden;
}


/* Contact_details __________________*/


.contact_details-box-info-box{
    color: #f2f3f4d2;
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    flex: 1;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (min-width: 600px) {
    .contact_details-box-info-box-inner{
        width: 350px;
        height: 80px;
        border-radius: 10px;
        padding: 12px 16px;
        -webkit-box-pack: justify;
        position: relative;
        overflow: hidden;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(145deg, #1c1c1c, #242424);
        box-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
        border: 6px double #000000;
        text-align: center;
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .contact_details-box-info-box-inner{
        max-width: 100%;
        height: 80px;
        border-radius: 10px;
        padding: 12px 16px;
        -webkit-box-pack: justify;
        position: relative;
        overflow: hidden;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
        background: linear-gradient(145deg, #1c1c1c, #242424);
        box-shadow: 7px 7px 10px rgba(0, 0, 0, 1);
        border: 6px double #000000;
        text-align: center;
        font-size: 20px;
    }
}

.contact_details-box-info-box-inner:hover{
    transform: translateY(-8px);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 1);
}

.contact_details-box-info-box-inner-info{
    text-align:center; 
    height:50px; 
    display:flex;
    align-items: center; /* Vertical alignment */
    justify-content: center; /* Horizontal alignment */
    margin-left: -20px;
}


@media screen and (min-width: 415px) {
    .contact_details-box-info-box-inner-info-number{
        font-size: 30px;
    }
    .contact_details-box-info-box-inner-info-icon{
        margin-top:4px;
    }
    
}
@media screen and (max-width: 415px) {
    .contact_details-box-info-box-inner-info-icon{
        margin-top:-20px;
    }
    
    .contact_details-box-info-box-inner-info-number{
        margin-top: -20px;
        font-size: 20px;
    }
}



.material-symbols-outlined {

    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 40
}

.footer{
    color:#6e6e6e80;
    text-align: center;
    max-width: 900px;
    margin: 0;
    padding: 0;
    width: 90%;
    margin-top: 300px;
    margin-bottom: 30px;
    border-top: 1px solid #6e6e6e3f;
}

@media screen and (min-width: 980px) {
    #translate {
        user-select:none;
        cursor:pointer;
        position:fixed;
        top:13px;
        right:13px;
        border:0;
        padding:2px 5px;
        background: none;
        color: white;
    }

    .lol{
        min-width: 650px;
    }
}

@media screen and (max-width: 980px) {
    #translate {
        user-select:none;
        cursor:pointer;
        position:absolute;
        top:13px;
        right:13px;
        border:0;
        padding:2px 5px;
        background: none;
        color: white;
    }
}