/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*MY CODE ------------------------------------------------------------------------------------------------*/ 

* {
    text-decoration: none;
}

main {
    padding-top: 100px;
}

header {
    position: fixed !important;
    background-color: #fff;
    width: 100%;
    height: 100px;
    z-index: 200 !important; /* Increase the z-index value */
}

header .header-brand {
    font-family: catamaran;
    font-size: 30px;
    font-weight: 900;
    color: #111;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    z-index: 100; 
}


header nav ul {
    display: block;
    margin: 0 auto;
    width: fit-content; 
    z-index: 200; 

}

header nav ul li {
    display: block;
    float: left;
    list-style: none;
    padding: 0 16px; 
    text-transform: uppercase;
    margin: 0 auto;
    z-index: 200; 
}

header nav ul li a {
    font-family: catamaran;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    z-index: 200; 
}
nav ul li:hover {
    background-color: #f0f0f0;

}
header .header-contact {
    display: none;
    padding: 10px 16px;
    cursor: pointer;
    border: 2px solid #0f172a;
    box-shadow: 3px 3px 0 0 #e0e0e0,
    5px 5px 0 0 #0f172a;
    transition-duration: 200ms;
    
}
.header-contact:hover {
    box-shadow: 3px 3px #fff, 6px
    6px 0 0 #0f172a;
    transform: translate(-4px, -4px);
    
}
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.825);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 60px;
    

    
}
.sidebar li {
    width: 100%;
    

}
.sidebar a {
    width: 100%;
    font-size: 30px;
    font-family: catamaran;
    font-weight: 600;
    

}
.menu {
    padding-top: 14px; 
}
.close {
    cursor: pointer;
    padding-top: 15px;
    padding-right: 25px;
    
}

@media only screen and (min-width: 1000px) {
    header .header-brand {
    margin:30px 0;
    text-align: left;
    line-height: 40px;
    padding: 0px 20px 0px 40px;
    border-right: 3px solid #111;
    float: left;
    
    }
    header nav ul {
        margin: 20px 0 0 20px; 
        float: left;
        z-index: 200;   
    }
    
    
    header nav ul li a {
        line-height: 60px;
        z-index: 200; 
        
    }
    header .header-contact { /*Contact button at the top of page*/
        display: none;
        font-family: catamaran;
        font-size: 24px;
        font-weight: 600;
        color: #111;
        text-transform: uppercase;
        line-height: 40px;
        border: 2px solid #111;
        float: right;
        margin-right: 40px;
        margin-top: 29px;
        padding: 0px 15px;

    }


}

@media only screen and (min-width: 1100px) {
    header .header-contact { /*Contact button at the top of page*/
    display: block;
    font-family: catamaran;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    line-height: 40px;
    border: 2px solid #111;
    float: right;
    margin-right: 40px;
    margin-top: 29px;
    padding: 0px 15px;

}
}

@media only screen and (max-width: 699px) {
    header .header-brand {
        margin:30px 0;
        text-align: left;
        line-height: 40px;
        padding: 0px 20px 0px 40px;
        border-right: 3px solid #111;
        float: left;
    }
    header nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header nav ul li a {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
        z-index: 200; 
    
        
    }
    .hideOnMobile {
        display: none;
    }
    .sidebar {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 250px;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.825);
        backdrop-filter: blur(10px);
        box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        font-weight: 600;

    
        
    }
    .sidebar li {
        width: 100%;
    }
    .sidebar a {
        width: 100%;
    }
    .menu {
        padding-top: 32px; 
    }
   
       
    }

    @media only screen and (max-width: 450px) {
        .sidebar {
            width: 100%;
        }
       
           
        }
    @media only screen and (min-width: 699px) {
        .menu {
            display: none;
        }
       
           
        }
           
        
    




/*INDEX PAGE---------------------------------------------------------------------------------------*/



.index-banner {
    width: 100%;
    height: calc(100vh - 100px);
    background-image: url(../IMG/hollywood.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
}



.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.index-banner h2 {
    font-family: Catamaran, sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    color: #fff;
    text-align: center;
    text-shadow: 3px 3px 8px #4d4d4d;
}

.index-banner h1 {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 34px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 3px #1f1f1f;
}

/* Index links (boxes) */
.index-links div { 
    margin: 16px 16px 0; 
    width: calc(100% - 32px);
    height: 100px;
    background-color: #f2f2f2; /* Keep the original color */
    position: relative;
    overflow: hidden;
    z-index: 0; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.index-links div h3 {
    font-family: Catamaran, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 100px;
    color: #111;
    text-align: center;
    text-transform: uppercase;
    z-index: 2; /* Ensure the text stays on top */
    position: relative;
}

/* Hover animations for the boxes */
.index-links div::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(0.5);
    z-index: 1; /* Behind text but inside box */
}

.index-links div:hover {
    transform: scale(1.02); /* Slightly scale the box */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Enhance shadow */
}

.index-links div:hover::before {
    opacity: 1;
    transform: scale(1); /* Expand radial gradient on hover */
}

/* Media Queries */
@media only screen and (min-width: 1000px) {
    .wrapper {
        width: 1000px;
        margin: 0 auto;
    }

    .index-banner {
        height: 550px;
    }

    .index-banner h1 {
        display: block;
        width: 600px;
        margin: 0 auto;
    }

    .index-links { 
        padding-bottom: 10px;
        overflow: hidden;
        left: 130px;
        margin: 0 auto;        position: relative;
    }

    .index-links div {
        margin: 20px 10px 0px 10px; 
        height: 230px;
        background-color: #f2f2f2;        float: left;
    }
    
    .index-box-square {
        width: calc(25% - 20px) !important;        z-index: -3;
    }

    .index-box-rectangle {        width: calc(50% - 20px) !important;    }
    .index-box-rectangle-2 {
        width: calc(75% - 20px) !important;
    }

    .index-links div h3 {
        line-height: 230px;
        z-index: -1;
        margin: 0 auto;
        z-index: 999;
    }

    .analytics h3 {
        display: block;
        z-index: 3;
    }

    .analytics-box {        display: block;
    }
}

/*FOOTER SECTION----------------------------------------------------------------------------------*/




/* General Footer Styling */
/* General Footer Styling */
footer {
    text-align: center; /* Center all text in the footer */
    margin-top: 30px;
    padding: 20px 0;
    background-color: #f9f9f9;
    color: #333;
    font-family: 'Inter', sans-serif; /* Set the Inter font */
}

/* Footer Links Main Styling */
.footer-links-main, .footer-links-projects {
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center links horizontally */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    padding: 0;
    margin: 0;
    list-style-type: none; /* Remove default list bullets */
}

.footer-links-main li, .footer-links-projects li {
    margin: 10px 20px; /* Add padding between links for better readability */
    font-size: 16px; /* Adjust font size for readability */
    line-height: 1.5; /* Add spacing between lines */
    font-weight: bold; /* Make all text bold */
}

/* Anchor Link Styling */
.footer-links-main li a, .footer-links-projects li a {
    text-decoration: none; /* Remove underline */
    color: #333; /* Neutral color for natural readability */
    font-weight: bold; /* Make links bold */
    padding: 5px 10px; /* Add padding for clickable areas */
    border-radius: 4px; /* Slight rounding for better aesthetics */
    transition: background-color 0.3s, color 0.3s; /* Smooth hover effects */
}

.footer-links-main li a:hover, .footer-links-projects li a:hover {
    background-color: #0078D7; /* Highlight link with brand color */
    color: #fff; /* Contrast text for hover */
}

/* "View Projects" Section Styling */
.footer-links-projects li p {
    margin: 15px 0; /* Add spacing above and below "View Projects" text */
    font-size: 18px;
    font-weight: bold; /* Make text bold */
    color: #555;
}

/* Footer Social Media Icons */
.footer-sm {
    display: flex; /* Align social media icons horizontally */
    justify-content: center; /* Center icons in the footer */
    margin-top: 20px;
}

/* Keyframes for the new animation */
@keyframes rotateBounce {
    0%, 100% {
        transform: scale(1) rotate(0deg); /* Default size and rotation */
    }
    50% {
        transform: scale(1.1) rotate(10deg); /* Slight enlargement and tilt */
    }
    75% {
        transform: scale(0.95) rotate(-10deg); /* Slight shrink and opposite tilt */
    }
}

.footer-sm img {
    margin: 0 10px;
    width: 50px; /* Default icon size */
    height: 50px;
    transition: transform 0.3s, opacity 0.3s; /* Smooth transitions */
}

.footer-sm img:hover {
    transform: scale(1.3) rotate(0deg); /* Hover enlarges icon and resets rotation */
    opacity: 1;
}


@media only screen and (min-width: 1150px) {
    .footer-links-projects {
        display: block;
        margin: 0 auto;
    }

    footer ul {
        padding-right: 30px;
    
    }
    
    footer ul li p {
        font-family: Inter;
        font-size: 24px;
        font-weight: 500;
        color: #fff;   
        line-height: 40px;
        text-transform: uppercase;  

}
}
    */
/*CONTACT PAGE ------------------------------------------------------------------------------------*/
.contact-heading h1 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 900;
    color: #3a3a3a;
    margin-bottom: 20px;
    text-align: center;
}
.contact-section {
    margin: 10px 10px;
    padding: 20px 20px;
    background-color: #c2c2c2;
    text-align: center;
    font-size: 36px;

}
.contact-section h2 {
    font-family: catamaran;
    font-size: 36px;
    font-weight: 900;
    color: #444444;
    margin-bottom: 20px;
}
.contact-form {
    max-width: 310px;
    margin: 0 auto;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 25px;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contact-form textarea {
    height: 150px;
}
.contact-form button {
    width: 100%;
    padding: 10px;
    background-color: #202020;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    left: 10px;
}
.contact-form button:hover {
    background-color: #222;
}
.bi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 2em;
    background-color: #c2c2c2;
}
.dashboard-text {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: #363636;
    background-color: #f3f3f3;
    margin: 4em 1em;
    font-style: italic;
    text-indent: 50px;
    padding: 15px;
    border: 4px solid #1f1f1f;
}

@media only screen and (min-width: 1000px) {
    .bi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 2em;
    background-color: #c2c2c2;
}
    


}
    


/*PORTFOLIO PAGE----------------------------------------------------------------------------*/
/*YT Embedded video at the top of page*/
.project-description {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 2px solid #1f1f1f;
    width: fit-content;
    margin: 20px 15px;
    padding: 35px 35px 35px 35px;
    font-family: inter;
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
}
   

.portfolio-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:430px;
    margin: 10px 120px;

}

/*YT Video Text*/ 
.portfolio-text {
    padding: 15px 15px;
    
}
.portfolio-text p {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: #292929;
    margin: 20px 15px;
    font-style: italic;
    text-indent:10px;
    padding: 15px 15px;
    border: 4px solid #1f1f1f;
}

.containerlinkedin { 
    
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
    }

.braves { 
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: #292929;
    margin: 20px 15px;
    font-style: italic;
    text-indent:10px;
    padding: 15px 15px;
    border: 4px solid #1f1f1f;
}



/*Responsive YT video Setting*/
       @media only screen and (min-width: 1000px) {
            .portfolio-video {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                height: 430px;
                margin: 10px 120px;
            }
            
        }

        @media only screen and (max-width: 999px) {
            .portfolio-video {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                height: 300px;
                margin: 10px 40px;
            }
        }

        @media only screen and (max-width: 599px) {
            .portfolio-video {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                height: 200px;
                margin: 10px 20px;
            }
        }


    .portfolio-instagram {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin: 30px 0;
        gap:1em; 
    }
   
   /*PROJECTS PAGE -----------------------------------------------------------------------------*/
   /* Projects Container */ 
.projects-container {
    overflow-x: scroll;
    padding: 20px 20px;
}

/* Projects Section */
.projects {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content; /* Adjusted width to fit content */
    margin: 0 auto; /* Center the projects container */
  
}

.project {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px; /* Reduced padding */
    width:300px; /* Set width to 300 pixels */
    border-top: 2px solid #292929;
}

.project img {
    margin-bottom: 10px;
    max-width: 200px; /* Adjusted image size */
    height: auto;

}

.project p {
    margin-top: 10px; /* Adjusted margin */
    font-family: catamaran;
}

.project-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: catamaran;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 16px;
    cursor: pointer;
    border: 2px solid #0f172a;
    box-shadow: 3px 3px 0 0 #e0e0e0,
    5px 5px 0 0 #0f172a;
    transition-duration: 200ms;
    
}
.project-button:hover {
    box-shadow: 3px 3px #fff, 6px
    6px 0 0 #0f172a;
    transform: translate(-4px, -4px);
    
}

.project:nth-child(1) .project-image {
    width: 35%;
    max-width: 35%;
    height: auto;
    margin-bottom: 20px;
}
.project:nth-child(1) p {
    margin: 0 auto; 
    text-align: center;
    padding-top: 10px;
    padding-bottom: 35px;

}
.project:nth-child(2) .project-image {
    width: 40%;
    max-width: 40%;
    height: auto;
    margin-bottom: 20px;
}



/* Additional CSS for Adjusting China Image Size */
.project-china .project-image {
    max-width: 50%; /* Adjusted image width */
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}


/* Additional CSS for Adjusting Private Prisons Section */
.project:nth-child(4) {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 300px;
}

.project:nth-child(4) .project-image {
    width: 70%;
    max-width: 70%;
    height: auto;
    margin-bottom: 20px;
}

.project:nth-child(4) .project p {
    margin-top: 60px; /* Adjusted margin to align vertically */
    text-align: left; /* Align text to left; adjust as needed */
}

.project:nth-child(4) .project-button {
    margin-top: 25px; /* Adjusted margin to align with other buttons */
    padding: 8px 16px; /* Adjusted padding */
}
.project:nth-child(5) {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 300px;
    height: 400px;
}

.project:nth-child(5) .project-image {
    width: 30%;
    max-width: 30%;
    height: auto;
    margin-bottom: 10px;
}


.project:nth-child(5) .project-button {
    margin-top: 30px; /* Adjusted margin to align with other buttons */
    padding: 8px 16px; /* Adjusted padding */
}
.project:nth-child(3) .project-button {
    margin-top: 30px; /* Adjusted margin to align with other buttons */
    
}

.project:nth-child(2) .project-button {
    margin-top: 20px; /* Adjusted margin to align with other buttons */
    
}
.project:nth-child(5) .project-button {
    position: relative;
    top:10px;
}

.project:nth-child(5) p {
    margin-top: 40px; /* Adjusted margin to align vertically */
    
    
}
#box-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    margin: 20px 0px;
}

/*Bogner Paragraph*/
.bogner-p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: #292929;
    margin: 20px 10px;
    font-style: italic;
    padding: 15px 15px;
    border: 4px solid #1f1f1f;
    background-image: space-evenly;
}

    
 .column .wrapper {
    max-width: 1224px;
    width: 100%;
    margin: auto; 
    padding: 50px 20px; 
    object-fit: cover;
}
.shoot img  {
    width: 100%;
        display: flex;
        object-fit: cover;
        border-radius: 5px;
        background-image: space-evenly;
        padding-bottom: 20px;
   
    }

    .sign img  {
        width: 100%;
        display: flex;
        flex-direction: row;
        object-fit: cover;
        border-radius: 5px;
        background-image: space-evenly;
        
       
    }
    .column {
        display: flex;
        flex-direction: column;
        background-image: space-evenly;

    }
    .dew img {
        width: 100%;
        display: flex;
        object-fit: cover;
        border-radius: 5px;
        background-image: space-evenly;
       
    }

    @media only screen and (min-width: 1000px) {
        .shoot {
            display: flex;
            flex-direction: row;
            justify-content: center; /* Add this line to center the images horizontally */
            gap: 20px;
            background-image: space-evenly;
            margin: 0 auto;
        }
        .column img { 
            width: 100%;
            display: flex;
            object-fit: cover;
            border-radius: 5px;
            background-image: space-evenly;
        }
        .sign img {
            display: block;
            width: 50%;
            justify-content: center; /* Add this line to center the images horizontally */
            padding-top: 20px;
            background-image: space-evenly;
            margin: 0 auto;
            border-radius: 5px;

            
        }
        .dew img {
            display: block;
            width: 65%;
            justify-content: center; /* Add this line to center the images horizontally */
            padding-top: 20px;
            background-image: space-evenly;
            margin: 0 auto;
            border-radius: 5px;

        }
    }
        
/*GALLERY PAGE --------------------------------------------------------------------------------------------------*/

body { 
    text-align: center;
}

.gal-main-contain { 
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 200px 300px;
    grid-gap: 10px;
    grid-auto-flow: dense;
}

.gal-item {
    width: 100%;
    height: 100%;
    position: relative;

}

.gal-item .gal-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gal-item .gal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    cursor: pointer;
    transition: .5s ease-in-out;

}

.gal-item:hover .gal-img img {
    transform: scale(1.5);

}


.gal-item .gal-text {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 25px;
    pointer-events: none;
    z-index: 4;
    transition: .3s ease-in-out;
    -webkit-backdrop-filter: blur(5px) saturate(1.8);
    backdrop-filter: blur(5px) saturate(1.8);
    text-shadow: 3px 3px 8px #4d4d4d;
    border: 1px solid #ccc;
    border-radius: 50px;
    

    
}

.gal-item:hover .gal-text {
    opacity: 1;
    animation: move-down .3s linear;
    padding: 1em;
    width: 60%;
    
}

.w-1 {
    grid-column: span 1 ;
}

.w-2 {
    grid-column: span 2 ;
}

.w-3 {
    grid-column: span 3 ;
}

.w-4 {
    grid-column: span 4 ;
}

.h-2 {
    grid-row: span 2;
}
.h-3 {
    grid-row: span 3;
}
.h-4 {
    grid-row: span 4;
}

@media screen and (max-width: 500px){
    .gal-main-contain {
        grid-template-columns: repeat(1,1fr);
    }
     .w-1 {
        grid-column: span 1;
     }
     .w-2 {
        grid-column: span 1;
     }
     .w-3 {
        grid-column: span 1;
     }
     .w-4 {
        grid-column: span 1;
     }
    
}

@keyframes move-down {
    0% {
        top: 10%;
    }
    50% {
        top: 35%;
    }
    100% {
        top: 50%;
    }
    
}






/*ABOUT PAGE --------------------------------------------------------------------------------------------------*/
.profile {
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.about {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: #292929;
    margin: 20px 15px;
    font-style: italic;
    text-indent:50px;
    padding: 15px 15px;
    border: 4px solid #1f1f1f;
    
}
.resume { 
    padding: 10px 16px;
    cursor: pointer;
    background-color: #ffffff;
    border: 2px solid #0f172a;
    box-shadow: 3px 3px 0 0 #e0e0e0,
    5px 5px 0 0 #0f172a;
    transition-duration: 200ms;
    display: block;
    margin: 0 auto;
    font-family: catamaran;
    text-transform: uppercase;
    font-size: 20px;
    
    
}
.resume:hover {
    box-shadow: 3px 3px #fff, 6px
    6px 0 0 #0f172a;
    transform: translate(-4px, -4px);
}

.btn {
    color: #e0e0e0;
}
button {
    background-color: #e0e0e0;
}

.me {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 2px solid #1f1f1f;
    width: fit-content;
    margin: 0 auto;
    padding: 35px;
    font-family: inter;
    font-size: 22px;

}

@media only screen and (min-width: 1000px) {
    .contain {
        display: flex;
        align-items: center;
    }
    .about { 
        display: flex
        
    }
    .resume { 
        background-color: #ffffff;
        
        
    }

    }


    /*INTERACTIVE PAGE --------------------------------------------------------------------------------------------------*/
/* Scoped styling for the resume section */
/* Updated styling */
.slime {
    font-family: 'Inter', sans-serif;
    background-color: #1a1a2e; /* Match your website's background color */
    color: #ffffff;
    line-height: 1.2;
  }
  
  .resume-section {
    text-align: center;
    padding: 1.5rem;
  }
  
  .resume-section h1 {
    color: #bad4e2; /* Accent color */
    margin-bottom: 1.5rem;
    font-size: 30px;
  }
  .cta-buttons {
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}
  
 /* Center the buttons in the cta-buttons section */
.resume-section .cta-buttons {
    display: flex;
    justify-content: center; /* Horizontally center the buttons */
    gap: 20px; /* Add spacing between buttons */
    margin-top: 1rem; /* Add space above the buttons */
  }
  
  /* Style for individual buttons */
  .resume-section .cta-buttons button,
  .resume-section .details .back-button button {
    display: inline-block; /* Ensure buttons retain proper spacing */
    font-family: 'Catamaran', sans-serif; /* Use the Catamaran font */
    font-size: 24px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    line-height: 40px;
    border: 2px solid #111;
    padding: 0px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  /* Hover effect for buttons */
  .resume-section .cta-buttons button:hover,
  .resume-section .details .back-button button:hover {
    box-shadow: 3px 3px #fff, 6px
    6px 0 0 #0f172a;
    transform: translate(-4px, -4px);
    background-color: #5bafd9;
  }
  
  /* Center the back button */
  .resume-section .details .back-button {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
.back-button {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.resume-section .back-button button {
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    line-height: 40px;
    border: 2px solid #111;
    padding: 0px 15px;
    cursor: pointer;
    transition: all 0.3s ease; }

    .resume-section .back-button button:hover {
    box-shadow: 3px 3px #fff, 6px
    6px 0 0 #0f172a;
    transform: translate(-4px, -4px);
    background-color: #5bafd9;
      }
    
  
  .resume-section .tiles-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two tiles per row */
    gap: 0.75rem; /* Reduced from 1rem */
    padding: 0.25rem; /* Further tighten the spacing inside the tiles container */
   

  }
  
  .resume-section .tiles-container .tile {
    background-color: #33334d;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2);
    text-align: left;
    justify-content: center;

  }
  
  .resume-section .tiles-container .tile h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  
  
  .resume-section .tiles-container .tile p {
    margin: 0.25rem 0;
    line-height: 115%;
  }
        
     
  :root {
    --accent-color: #00c896; /* Green from Ski Analytics CTA */
    --button-bg: transparent; /* Default button background */
    --button-text: #00c896; /* Text color matching the border */
    --button-hover-bg: #00c896; /* Green hover background */
    --button-hover-text: #ffffff; /* White text on hover */
  }
  /* Default styling for desktop remains untouched */

  .sidebar li {
    width: 100%;
}

.sidebar a {
    width: 100%;
    font-size: 30px;
    font-family: Catamaran, sans-serif;
    font-weight: 600;
}




/* Mobile-first styling for screens smaller than 768px */
@media (max-width: 768px) {

    .resume-section .tiles-container {
        
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* Updated min width */
        gap: 1.5rem; /* Adjust gap for better spacing */
        margin: 0 auto; /* Center container */
        max-width: 1200px; /* Limit max width for responsiveness */
        padding: 1rem;
      }

    /* Make the buttons stack vertically */
    .resume-section .cta-buttons {
      flex-direction: column; /* Stack buttons vertically */
      align-items: center; /* Center the buttons */
      gap: 10px; /* Reduce spacing between buttons */
      margin-top: 1.5rem;
    }
  
    /* Adjust button styling for mobile */
    .resume-section .cta-buttons button,
    .resume-section .details .back-button button {
      font-size: 20px; /* Slightly smaller font size for mobile */
      padding: 10px 10px; /* Increase padding for touch-friendly buttons */
      line-height: 32px; /* Adjust for smaller button height */
      width: 80%; /* Full-width buttons for a mobile-friendly look */
    }
  
    /* Ensure tiles stack nicely in a single column */
    .resume-section .tiles-container {
      grid-template-columns: 1fr; /* One column layout */
      gap: 1rem; /* Keep consistent spacing */
    }
  
    /* Adjust tile padding for mobile */
    .resume-section .tiles-container .tile {
      padding: 1.0rem; /* Slightly larger padding for better readability */
      
      
      
    }
  
    /* Adjust font sizes for better readability on small screens */
    .resume-section .tiles-container .tile h3 {
      font-size: 1.2rem; /* Reduce heading size slightly */
    }
  
    .resume-section .tiles-container .tile p {
      font-size: 0.95rem; /* Adjust paragraph text size */
      line-height: 125%;
    }
  
    /* Center the "Why Hire Me?" heading */
    .resume-section h1 {
      font-size: 24px; /* Adjust the font size for mobile */
      text-align: center; /* Ensure the heading remains centered */
      margin-bottom: 1rem; /* Adjust spacing below the heading */
    }
  
    /* Adjust the "Back" button for mobile */
    .resume-section .details .back-button {
      margin-top: 1.5rem; /* Add spacing above the back button */
      margin-bottom: 2rem; /* Ensure enough spacing below */
    }
  
    .resume-section .details .back-button button {
      width: 80%; /* Full-width back button */
    }
  
    /* Footer icons - stack vertically on mobile */
    .footer-sm {
      display: flex;
      flex-direction: row; /* Stack icons vertically */
      align-items: center; /* Center align icons */
      gap: 1rem; /* Add spacing between icons */
    }
  
    .footer-links-main,
    .footer-links-projects {
      text-align: center; /* Center align footer links */
    }
  
    /* Ensure sidebar covers the screen on mobile */
    .sidebar {
      display: none; /* Hide sidebar by default */
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.825);
      backdrop-filter: blur(10px);
      box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      line-height: 60px;
      z-index: 1000;
    }
  
    
  }

  @media only screen and (min-width: 1000px) {
    .resume-section .tiles-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Two tiles per row */

        gap: 1.5rem; /* Adjust gap for better spacing */
        margin: 0 auto; /* Center container */
        max-width: 1200px; /* Limit max width for responsiveness */
        padding: 1rem;
      }


  }
/* Scroll Depth Indicator Bar */
#scroll-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px; /* Adjust thickness */
    background: linear-gradient(90deg, #1a1a2e, #3f64c2); /* Gradient for a gamified look */
    width: 0%; /* Initially hidden */
    z-index: 9999; /* Ensure it stays on top of all content */
    transition: width 0.2s ease-out; /* Smooth width transitions */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Optional shadow for depth */
  }

  #scroll-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #2e2e69, #3361d4);
    width: 0%;
    z-index: 9999;
    transition: width 0.2s ease-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  #scroll-percentage-label {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 8px; /* Adjust spacing for label */
  }
  

  .tiles-container .tile {
    width: 326px; /* Fixed width */
    height: 130px; /* Fixed height */
    background-color: #33334d;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: transform 0.3s ease; /* Smooth transition for interaction */
    display: block; /* Flexbox for consistent alignment */
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .tiles-container .tile-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
  }
  
  .tiles-container .tile.flipped .tile-inner {
    transform: rotateY(180deg);
  }
  
  .tiles-container .tile-front,
  .tiles-container .tile-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  
  .tiles-container .tile-back {
    transform: rotateY(180deg);
  }
  
  
  
  .resume-section .tile {
    background-color: #33334d;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .resume-section .tile:hover {
    transform: translateY(-10px); /* Add hover effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  }
  
  .tile-inner {
    position: relative;
    width: 100%;
    height: 100%;
    
  }
  
  .tile.flipped .tile-inner {
    transform: rotateY(180deg);
  }
  
  .tile-front,
  .tile-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px; /* Ensure rounded corners are consistent */
  }
  
  .tile-back {
    transform: rotateY(180deg);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  .tiles-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem; /* Increased spacing between tiles */
    margin: 0 auto;
    padding: 0.5rem;
}

.tiles-container .tile {
    width: 290px; /* Fixed width for consistency */
    min-height: 170px; /* Increased from 140px for more vertical space */
    background-color: #33334d;
    border-radius: 8px;
    padding: 1.5rem; /* Ensure enough padding within the tile */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tiles-container .tile:hover {
    transform: translateY(-10px); /* Add hover effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}
  
  .resume-section.details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: .5rem;
  }
  
  .tiles-container .tile {
    width: 290px; /* Fixed width for consistency */
    height: 140px; /* Optional: Ensure consistent height */
    
  }

 /* Resume Download CTA Styling */
/* Resume Download CTA Styling */
.resume-download {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.download-btn {
    position: relative;
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background: #6a11cb; /* Default background color */
    padding: 15px 40px 10px; /* Adjust padding for oval shape */
    border-radius: 50px; /* Oval shape */
    overflow: hidden;
    transition: color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.download-btn:hover {
    color: #fff; /* Keep text color white on hover */
    background: #2575fc; /* Background color change happens after progress bar */
}

/* Progress Text */
.download-btn .progress-text {
    position: relative;
    z-index: 2;
}

/* Progress Bar Animation */
.download-btn .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    transition: width 0.8s ease-in-out, background 0.8s ease 0.8s; /* Smooth animation */
    z-index: 1;
    opacity: 0.6;
    border-radius: 50px; /* Match oval shape */
}

/* Hover State for Progress Bar */
.download-btn:hover .progress-bar {
    width: 100%; /* Fill the button width */
    background: linear-gradient(90deg, #2575fc, #6a11cb); /* Reverse gradient after fill */
}

/* Sequential Animation Order */
.download-btn:hover {
    background: #6a11cb; /* Background animation starts after progress bar completes */
    transition: background 0.6s ease 0.8s; /* Delay background color animation */
}

/* Hide Resume Download Button */
.hidden {
    display: none;
}
/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .resume-section .cta-buttons {
        margin-bottom: 0.75rem; /* Reduce spacing below CTA buttons */
    }

    .resume-section .tiles-container {
        gap: 0.5rem; /* Reduced space between tiles on mobile */
    }
}
.section-heading {
    font-family: "Inter", sans-serif;
    font-size: 1.5rem; /* Heading size */
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    display: flex; /* Allow additional text layout */
    flex-direction: column; /* Stack the elements vertically */
    align-items: center; /* Center text */
}

/* Style for the "Recently Viewed" text */
.section-heading .recently-viewed {
    font-size: 1.0rem; /* Recently viewed size */
    font-weight: 400; /* Lighter font weight */
    color: #bad4e2; /* Accent color */
    margin-top: 0.5rem; /* Add spacing below heading */
}
.resume-preview {
    text-align: center;
}

.resume-preview iframe {
    width: 100%;
    height: 700px; /* Ensure it takes up 80% of the viewport height */
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .resume-preview iframe {
        width: 100%; /* Take full width */
        height: 700px; /* Fit vertically */
        border: none; /* Remove border */
        transform: scale(0.9); /* Scale down to 80% */
        transform-origin: center; /* Scale from the top-left corner */
    }
}

@media (max-width: 480px) {
    .resume-preview iframe {
        width: 100%; /* Take full width */
        height: 700px; /* Fit vertically */
        border: none; /* Remove border */
        transform: scale(0.9); /* Scale down to 80% */
        transform-origin: center; /* Scale from the top-left corner */
    }
}

.resume-preview .resume-note {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}