
body {
    margin: 0;
    /* font-family: sans-serif; */
    line-height: 1.6;
    padding: 0;    
    overflow-x: hidden;
    /* background-color: rgb(0, 16, 39); */
    /* background: radial-gradient(circle, rgb(0, 10, 44), #0729e97c, rgb(25, 94, 242)); */
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  
}




body {
    margin: 0;
    /* font-family: sans-serif; */
    line-height: 1.6;
    padding: 0;    
    overflow-x: hidden;
    /* background-color: rgb(0, 16, 39); */
    /* background: radial-gradient(circle, rgb(253, 253, 253), #cad3f2, rgb(161, 161, 255)); */
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  
}




h1{
    font-size: 4vw;
}

.main-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container {
    width: 100%;
    text-align: center;
    margin-top: 12%;
    margin-bottom: 12%; 
    display: flex;
    flex-direction: column;
    align-items: center;

    /* background-color: rebeccapurple; */

}

h1 {
    margin-top: 0;
}

/* --------------profile Bio---------- */

.profile-section{
    /* background-color: #e5e0e0; */
    width: 100%;
    height: auto;
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.bio_section{
    width: 90%;
    /* background-color: orange; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    gap: 10px;
}

.bioPic_div{
    height: 360px; 
    /* border: 2px solid transparent ; */
    
}
.bio_pic{
    width:90%;
    height:99%;
    object-fit: cover;
    border:1px solid rgb(34, 33, 33) ;
    border-radius: 360px;
    /* rotate: -4deg; */
    filter: blur(0.4px);
    transform: translateX(10px);
    /* filter:  saturate(120%) contrast(110%); */
}

.bio_content{
    /* background-color: rgb(13, 41, 252); */
    width: 50%;
    padding: 1px;
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */

}

#portfolio_title{
    font-size: 6vw;
    /* font-size: 160px; */
    font-weight:500;
    line-height: 100px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    /* letter-spacing: 10px; */
}

.last_name{
    background: black;
    color: white;
    width: max-content;
    padding: 1%;
}

#portfolio_Desc{
    width: 70%;
    padding: 5%;
    font-size: 22px;
    color: #333;
}


/* .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
} */

.nav-bar {
    display: flex;
    justify-content: center;
    gap: 20px;
    background-color: rgba(4, 0, 0, 4);
    /* Blur effect for the glass look */
    padding: 20px 40px;
    width: 70%;
    height: 30%;
    margin-top: 15%;
    transition: top 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
}


.nav-bar button {
    background-color: #ffffff;
    color: black;
    border: none;
    padding: 12px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight:bolder;
    cursor: pointer;
    margin: 2px 2px;
    transition: transform 0.3s ease-in;
}

.nav-bar button:hover {
    background-color: rgb(215, 208, 208);    
    /* color: white; */
    transform: scale(1.001);
}

.content {
    margin-top: 0;
    display: none;
}

.content.active {
    display: flex;
}


/* ---------------------- */

.contact-info{
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

.contact-info .email,
.contact-info .discord {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.contact-info .icon {
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    margin-right: 10px;
    /* Adjust spacing as needed */
}

.email, .discord{
    background-color: white;
    border-radius: 4px;
    padding: 8px;
    width: max-content;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);   
}



/* ------------------------ */


.highlight {
    background-color: rgb(32, 243, 21);
    /* Background color for h   ighlighting */
    color: black;
    /* Text color */
    padding: 1px 1px;
    /* Optional: Add some padding */
    border-radius: 3px;
    /* Optional: Add rounded
    
    
    
    corners */
}

/* ---------------- HOBBIIES Section------------------*/

.hobbies-section {
   width: 90%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   margin-top: 40px;
   overflow-x: hidden       ;
   font-size: 3vw;
}


.imagebox{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 500px; /* Adjust height as needed */
    background-image: url('./Assets/profiles/desksetup2.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Creates the parallax effect */
}

.setup_pic{

    overflow: auto; /* Allows content to scroll */
}


.setup_pic{
    width: 100%;
    /* height: 100%; */
    background-attachment: fixed;
    z-index: -1;
    border: 2px transparent;
    /* object-fit: cover;     */
}

.icon_box{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 12%;
}

.icon{
    width: 8%;
    padding: 10px;
    object-fit: cover;
    will-change: transform;
    border: 1px solid rgba(255, 255, 255, 0.3); /* Semi-transparent border */
    border-radius: 100px; /* Rounded corners */
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
    backdrop-filter: blur(10px); /* Background blur effect */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s ease-in-out;
}

.icon:hover{
    transform: rotate(360deg);
    /* transform: scale(1.1); */
}




/* ---------------- HOBBIIES Section------------------*/


/* ----------Services =-------------------- */


.skills-section{
    width: 95%;
    margin: 20px;
    padding: 20px;
    text-align: center;
    line-height: 60px;
}

.skills-section{
    font-size: 30px;
    margin-bottom: 10px;
}

.services{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 20px;
}

.services div{
    background-color: #0a0808;
    /* border: 1px solid #ccc; */
    border-radius: 12px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.services div:hover {
    background-color: #ddd;
    border-color: #bbb;
    color:#0a0808;
    transform: scale(1.02);
}

.content{
    margin: -20px;
}   

.contact{
    padding: 2px;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    width: 60%;
    border-width: 1px 0 4px 0;
    border-style: solid;
    border-color: #100d0d;
    border-radius: 4px;
    background-color: rgb(242, 237, 237);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-message{
    width: 60%;
    opacity: 80%;
}

/* ---------------------section for Logos --------------------- */


.image-container {
    display: flex; /* Enable flexbox */
    flex-wrap: wrap; /* Allow wrapping of images */
    justify-content: center; /* Center align images */
    gap: 10px; /* Space between images */
    margin: 20px; /* Margin around the container */
}

.image-container img {
    height: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Ensure images are responsive */
    flex: 1 1 300px; /* Allow images to grow and shrink with a base width */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Add some shadow for better visibility */
}



/* ---------------------section for Logos --------------------- */




@media (max-width: 1000px) {
    .profile-section {
        /* height: 50%; */
        padding: 4%;
        left: 0;
        transform: none;
        width: 100%;
    }

    .profile-pic {
        width: 90%;
    }

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


    .skill-tag {
        font-size: 18px;
    }

    /* .fixed-nav {
        position: fixed;
        top: 0px;
    } */

    .hobbies-section {
        width: 100%;
        height: 300px;
    }

    .contact{
      padding: 10px;
      width: 80%;
    }

    .contact-message{
    width: 80%;
    }

    /* ----------- */
    .bio_section{
        flex-direction: column-reverse;
    }
.bio_content{
    width:90%;
    text-align: center;
}

    #portfolio_Desc{
        width: 100%;
        padding: 0;
        text-align: left;
    }

    #portfolio_title{
        line-height: 100px;
        font-size: 11vw;
        flex-direction: column;
        
    }

    .services div{
        padding: 6px;
    }
    .nav-bar{
        justify-content: center;
        gap: 2px;
    }

    .nav-bar button{
        font-size: 12px;
        padding: 15px;
    }


}

@media (max-width: 700px) {
    .profile-section {
        padding: 2%;
    }

    #portfolio_title{   
        font-size: 13vw;
    }

    .contact-message{
    width: 95%;
    }
}



/* Media query for mobile devices */
@media (max-width: 768px) {
    #portfolio_title{
        line-height: 70px;
    }

    h1{
        font-size: 6vw;
    }
    .services{
        font-size: 16px;
    }
    .services div{
        padding:4px;
        font-size: 16px;
    }
    .skills-section{
        width: 90%;
        padding: 10px;
    }
    .bioPic_div{
        height: 250px; 
    }
    .icon_box{
        gap: 8px;
    }
   
}


/* -----


------------------- */

#galleryTable{
    /* background-color: yellow; */
    /* width: 95%; */
    /* background-color: rgb(70, 70, 72);
    */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 5%; */
    /* box-shadow: 0 0px 32px 11px rgb(97, 96, 96); */
}

#thumbnailsContent{
    width: 90%;
    /* background-color: blueviolet; */
}


td{
    width: 100%;
/* border-color: #cad3f2; */
/* border: 2px solid #cad3f2; */
    border-radius: 2px;
    height: auto;
    /* margin: 20px auto;  */
    /* background: #f90808; */
    display:  flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding: 1px;
}



 td{
    margin: 1px;
    /* max-width:100px; */
    padding:4px;
    max-width: 550px;
} 

#galleryTable{
    padding: 1px;
    text-align: center; 
    vertical-align: top; 
}

.medium-thumbnail,.small-thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
    /* margin-right: 4vw; */
    border-radius: 2px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* border: 1px solid  ; */
}

.medium-thumbnail:hover,.small-thumbnail:hover{
    transform: scale(1.01);
}

/* Media query for responsive design */
@media (max-width: 830px) {
    #galleryTable {
        display: block;
        gap: 2px;
        
        }
    
    #galleryTable td{
             width: 100%; /* Use 48% width to have two columns */
        display: inline-block; /* Display cells inline */
        box-sizing: border-box; /* Ensure padding is included in width */
    }

    .medium-thumbnail, .small-thumbnail {
        width: 80%;
    }
}                                                                                                                                  

@media (min-width: 769px) {
    #galleryTable td {
        width: 80%; /* Each cell takes half the width for larger screens */
    }
}
