body {
    margin: 0 auto;
    width: 100%;
    /* margin: 0; */
    padding: 0;
    font-family: 'Calibre', 'Inter', 'San Francisco', 'SF Pro Text', -apple-system, system-ui, sans-serif;
    background-color: #0a192f;
}

/* Header */
.navbar {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    background-color: #0a192f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Align items vertically centered */
    z-index: 1000;
    top: 0px;
    ;
    transition: top 0.3s;
    position: fixed;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
    height: auto;
    width: 90px;
    padding-left: 25px;
    padding-top: 28px;
    margin-bottom: 10px;
}

.title-site {
    font-size: 30px;
    text-decoration: none;
    padding-left: 48px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    cursor: pointer;
}

.navbar-right {
    padding: 5px 24px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    padding-right: 50px;
}

ul li {
    position: relative;
    /* For positioning dropdowns if needed */
}

ul li a {
    text-decoration: none;
    color: #ccd6f6;
    padding: 18px;
    font-size: 15px;
}

ul li a:hover {
    color: #3c978d;
}

.chiffre {
    color: #3c978d;
    font-weight: bold;
}

.button-1 {
    cursor: pointer;
    padding: 10px 15px;
    /* Increased padding for better touch targets */
    color: #3c978d;
    background-color: #0a192f;
    border: 2px solid #55d4c6;
    border-radius: 5px;
    text-align: center;
    /* Center text */
    text-decoration: none;
    /* Ensure no underline */
}

.button-2 {
    margin-left: 0%;
    cursor: pointer;
    padding: 10px 60px;
    color: #3c978d;
    background-color: #0a192f;
    border: 2px solid #55d4c6;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}


.button-1:hover {
    color: #5cebda;
}

.close_icon_mobile {
    display: none;
}

/* Mobile styles */
@media (max-width: 768px) {
    .navbar-right {
        display: none;
        /* Hide the default menu */
    }

    .navbar-toggle {
        display: block;
        cursor: pointer;
        padding: 15px;
        color: #ccd6f6;
        font-size: 20px;
    }

    .navbar-menu {
        display: none;
        flex-direction: row;
        position: absolute;
        right: 0;
        background-color: #0a192f;
        width: 200px;
        text-align: center;
        padding: 0;
    }

    .navbar-menu ul {
        padding: 15px;
        margin: 6px;
        align-items: flex-start;
        flex-direction: column;
    }

    .navbar-menu ul li {
        margin-bottom: 10px;
    }

    .navbar-menu ul li a {
        display: block;
        padding: 18px;
        align-items: end;
    }

    .navbar-menu.show {
        top: 1px;
        display: flex;
        height: 100vh;

    }

    .navbar-toggle {
        display: block;
    }

    .close_icon_mobile {
        font-weight: bold;
        color: rgb(41, 214, 50);
        margin-bottom: 70px;

    }
}

/* Toggle button for mobile */
.navbar-toggle {
    display: none;
    /* Hide by default */
}

/* Show the toggle button on small screens */
@media (max-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}

.enterprise {
    color: #3c978d;
    list-style: none;
    text-decoration: none;
}

.enterprise:hover {
    color: #5cebda;
    list-style: none;
    text-decoration: none;
}

/* Landing Page */
section {
    margin-top: 45px;
    padding: 0px 20px;
}

.row {
    width: 100%;
    background-color: #0a192f;
    color: #ccd6f6;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.col-md-2 {
    width: 10%;
    flex-grow: 1;
    height: 100vh;
    padding: 0px;
    width: 200px;
    margin-top: auto;
}

.col-md-8 {
    width: 80%;
    flex-grow: 8;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100vh;
    height: 100vh;
    padding: 0px;
}


@media (min-width:769px) and (max-width:1200px) {
    .heading {
        margin: 0px 0px 0px 4px;
        font-family: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;
        ;
        color: #3c978d;
        font-size: 16px;
    }

    .big-heading {
        font-size: 60px;
        margin-bottom: auto;
    }

    .big2-heading {
        font-size: 80px;
        margin-top: auto;
        margin-bottom: auto;
        color: #b1b4bf;
    }

    .desc {
        width: 600px;
        margin-bottom: 43px;
        font-size: 20px;
    }
}


@media (min-width:1201px) {
    .heading {
        margin: 0px 0px 0px 4px;
        font-family: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;
        ;
        color: #3c978d;
        font-size: 16px;
    }

    .big-heading {
        margin-top: unset;
        font-size: 50px;
        margin-bottom: auto;
    }

    .big2-heading {
        font-size: 80px;
        margin-top: auto;
        margin-bottom: auto;
        color: #b1b4bf;
    }

    .desc {
        width: 70%;
        margin-bottom: 43px;
        font-size: 20px;
    }
}

/* Mobile view */

@media (max-width:386px) {

    col-md-8 {
        margin-top: 30px;
        margin-left: 20px;
        align-items: center;
    }

    .col-md-2 {
        display: none;
    }

    .heading {
        margin: 0px 0px 10px 1px;
        font-size: 20px;
        color: #3c978d;
    }

    .big-heading {
        font-size: 30px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .big2-heading {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 40px;
        color: #b1b4bf;
        text-transform: uppercase;
    }

    .desc {
        margin-bottom: 40px;
        font-size: 16px;
    }
}


@media (min-width:386px) and (max-width:768px) {

    .heading {
        margin: 0px 0px 10px 1px;
        font-size: 18px;
        color: #3c978d;
    }

    .big-heading {
        font-size: 40px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .big2-heading {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: auto;
        color: #b1b4bf;
        text-transform: uppercase;

    }

    .desc {
        font-size: 20px;
        margin-bottom: 60px;
    }
}

/* End mobile view */

/* left site */
/* Container for the social media bar */

.social-media-bar {
    margin-left: 80px;
    position: fixed;
    height: 200px;
    bottom: 0;
    width: 20px;
    margin-left: auto;
    align-items: center;
    background-color: #ccd6f6;
}

/* Styles for social media icons */
.social-media {
    position: fixed;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 80px;
}

/* Style for each icon button */
.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6px;
    height: 15px;
    margin-bottom: 12px;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s, transform 0.3s;
}

.social-icon:hover {
    background-color: #3c978d;
    /* Background color on hover */
    transform: scale(1.1);
    /* Slight zoom effect on hover */
}

/* Container for the text */
.right-side {
    display: flex;
    /* flex-direction: column; */
    justify-content: right;
    align-items: flex-end;
    height: 100vh;
    position: fixed;
    bottom: 41px;
    margin-left: 140px;
}

/* Styling for the social media link */
.social-media-link {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    /* Take full height of parent */
    transform: rotate(-90deg);
    /* Rotate text to vertical */
    transform-origin: left bottom;
    /* Adjust rotation point */
    white-space: nowrap;
    /* Prevent text from wrapping */
    margin-left: -50px;
    /* Adjust position after rotation (optional) */
}

.bar-vertical {
    width: 2px;
    height: 200px;
    background-color: #ccd6f6;
}

.social-media-link a {
    text-decoration: none;
    /* Remove underline */
    color: #ccd6f6;
    /* Text color */
    font-size: 12px;
    /* Font size */
}


.vertical-bar {
    width: 20px;
    /* Adjust the width as needed */
    height: 200px;
    /* Adjust the height as needed */
    background-color: #3498db;
    /* Adjust the color as needed */
}

/* End Landing Page */
/* =========================
        ABOUT SECTION
========================= */


#about {
    margin-bottom:80px;
}


.about-container {

    display:flex;
    align-items:center;
    gap:25px;
    padding-top:60px;
    padding-bottom: 20px;

}


.about-me {

    font-size:30px;
    font-family:'SF Mono',
    'Fira Code',
    monospace;

    white-space:nowrap;

}


.horizontal-bar {

    width:300px;
    height:1px;
    background:#737479;

}



/* MAIN CONTENT */

.container {

    padding-top:40px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:50px;

}



.left-container {

    width:60%;

}



.about-desk {

    color:#ccd6f6;

    line-height:1.8;

    font-size:16px;

}



.about-desk strong {

    color:#64ffda;

}




/* TECHNOLOGIES */

.tools-about {

    display:flex;

    flex-wrap:wrap;

    gap:15px;

    margin-top:30px;

}



.tools {


    width:35px;

    height:35px;

    padding:10px;

    color:#ccd6f6;

    cursor:pointer;

    border-radius:8px;

    transition:all .3s ease;

}



.tools:hover {


    color:#64ffda;

    transform:translateY(-5px);

    background:#112240;

}



/* IMAGE */

.about-right {


    display:flex;

    justify-content:center;

    width:40%;


}



.image-container {

    position:relative;

}



.about-image {


    width:300px;

    height:350px;

    object-fit:cover;


    border-radius:10px;


    border-left:5px solid #0a192f;

    border-right:7px solid #64ffda;


    opacity:.9;


    transition:.4s ease;


}



.about-image:hover {


    transform:translate(-10px,-10px);


    opacity:1;


}




/* RESPONSIVE */

@media(max-width:768px){


.about-container{

    padding-top:30px;

}


.container{

    flex-direction:column;

}



.left-container{

    width:100%;

}



.about-right{

    width:100%;

    margin-top:30px;

}


.about-image{

    width:250px;

    height:300px;

}



.horizontal-bar{

    width:150px;

}



.about-me{

    font-size:22px;

}



}

@media (min-width:768px) {
    section {
        margin-top: 100px;
    }
}

@media (max-width:1075px) {

    .container {
        padding-top: 20px;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .about-me {
        font-size: 25px;
        font-family: SF Mono', ' Fira Code', ' Fira Mono', ' Roboto Mono', monospace;

    }

    .about-container {
        display: flex;
        gap: 20px;
    }

    .left-container {
        width: 500px;
    }

    .about-desk {
        /* margin: 0px 0px 15px; */
        font-family: 'Calibre', 'Inter', 'San Francisco', 'SF Pro Text', -apple-system, system-ui, sans-serif;
    }

    .about-right {
        flex-grow: 4;
    }

    .horizontal-bar {
        width: 250px;
        height: 1px;
        background-color: #737479;
        /* You can change the color as needed */
        margin: 25px 0;
        /* Optional: Adds some space above and below the bar */
    }

    .about-image {
        border: 5px solid #000307;
        opacity: 0.9;
        width: 200px;
        height: auto;
        margin-left: 40px;
        margin-top: 50px;
        transition: width 3s;

    }


    .about-image:hover {
        width: 350px;
        opacity: 0.2;
    }

    .tools {
        width: 30px;
        height: 30px;
        padding: 10px;
        cursor: pointer;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .col-md-8 {
        margin-left: 20px;
    }

    .social-media {
        margin-left: 17px;
    }

    #Hero {
        padding-left: 6px;
    }

    .big-heading {
        font-size: 60px;
        margin-top: auto;
    }

    .big2-heading {
        font-size: 60px;
    }

    #about {
        padding-left: 0px;
    }

    .about-desk {
        font-size: medium;
    }
}


@media (max-width:768px) {
    .col-md-8 {
        margin-top: 10px;
    }

    .col-md-2 {
        display: none;
    }

    .container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .about-me {
        font-size: 18px;
        font-family: SF Mono', ' Fira Code', ' Fira Mono', ' Roboto Mono', monospace;

    }

    .about-container {
        display: flex;
        gap: 20px;
    }

    .left-container {
        width: 100%;
        padding: 0% 3%;
    }

    .about-desk {
        /* margin: 0px 0px 15px; */
        margin: 6px 15px 15px;
        font-size: medium;
    }

    .horizontal-bar {
        width: 150px;
        height: 1px;
        background-color: #737479;
        /* You can change the color as needed */
        margin: 15px 0;
        /* Optional: Adds some space above and below the bar */
    }

    .about-image {
        width: 50%;
        height: auto;
        margin-left: 15%;
        margin-top: 0px;
        transition: width 3s;
        border-radius: 50%;
        margin-bottom: 20px;
        margin-bottom: 20px;
    }

    .project-card {
        width: 70%;
    }

    .about-image:hover {
        width: 250px;
        opacity: 0.2;
    }

    .tools {
        width: 30px;
        height: 30px;
        padding: 10px;
        cursor: pointer;
    }

    .experience-section {
        margin-top: 10px;
        width: 100%;
        padding-left: 23px;
        display: flex;
        flex-direction: column;
    }

    .enterprise-list {
        width: 100%;
        margin-left: 0px;
    }

    .project-list {
        display: flex;
    }

    .project-card {
        width: 100%;
        background-color: #112240;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 25px;
        height: auto;
        box-sizing: border-box;
    }
    .project-card{

        position:relative;

        overflow:hidden;

        background:linear-gradient(
            145deg,
            rgba(22,38,68,.95),
            rgba(15,25,45,.95)
        );

        backdrop-filter:blur(12px);

        border:1px solid rgba(100,255,218,.08);

        border-radius:18px;

        padding:25px;

        transition:.45s;

        display:flex;

        flex-direction:column;

    }

    #experiences {
        margin-top: 0;
        margin-bottom: 0;
        height: fit-content;
    }

    #contact {
        height: auto;
    }

    .container-contact {
        display: flex;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        flex-flow: column-reverse;
    }

    .contact-info {
        margin-left: 20px;
        font-size: 13px;
    }

    .contact-info,
    .contact-form {
        padding: 10px;
    }

    .contact-info h2 {
        margin-bottom: 20px;
    }

    dd {
        font-size: smaller;
    }

    .title-site {
        padding-left: 25px;
    }

}

/* End About */

/* =========================
 EXPERIENCE SECTION
========================= */


.experience-section {

    margin-top:40px;

    display:flex;

    gap:40px;

    width:100%;

}




/* Company menu */


.enterprise-list {

    width:180px;

}



.enterprise-list ul {

    list-style:none;

    padding:0;

    margin:0;

    border-left:2px solid #233554;

}



.enterprise-list li {


    padding:15px 20px;

    cursor:pointer;

    color:#8892b0;

    font-size:15px;

    transition:all .3s ease;

    position:relative;


}




.enterprise-list li:hover {


    color:#64ffda;

    background:#112240;


}





.enterprise-list li.active {


    color:#64ffda;

    background:#112240;


}




.enterprise-list li.active::before {


    content:"";

    position:absolute;

    left:-2px;

    top:0;

    height:100%;

    width:3px;

    background:#64ffda;


}






/* Content */


.description-display {


    flex:1;

    background:#112240;

    padding:35px;

    border-radius:10px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.2);


}





.description {


    display:none;

    animation:fade .4s ease;


}



.description.active {


    display:block;


}



@keyframes fade {


from {

opacity:0;

transform:translateY(10px);

}


to {

opacity:1;

transform:translateY(0);

}


}






.description h2 {


font-size:24px;

margin-bottom:5px;


}



.enterprise {


color:#64ffda;

text-decoration:none;


}



.enterprise:hover {


text-decoration:underline;


}





.date {


font-family:'Roboto Mono', monospace;

font-size:14px;

color:#8892b0;

margin-bottom:20px;


}





.role-description {


color:#ccd6f6;

line-height:1.6;

}




.experience-list {


padding-left:0;

list-style:none;


}





.experience-list li {


margin-bottom:15px;

color:#ccd6f6;

line-height:1.5;


}





.experience-list li::before {


content:"▹";

color:#64ffda;

margin-right:12px;


}





.tech-stack {


display:flex;

flex-wrap:wrap;

gap:10px;

margin-top:25px;


}





.tech-stack span {


background:#233554;

color:#64ffda;

padding:6px 12px;

border-radius:20px;

font-size:13px;


}





/* Mobile */


@media(max-width:768px){


.experience-section {


flex-direction:column;

padding:0;


}



.enterprise-list {


width:100%;


}



.enterprise-list ul {


display:flex;

overflow-x:auto;

border-left:none;

border-bottom:2px solid #233554;


}



.enterprise-list li {


white-space:nowrap;


}



.description-display {


padding:20px;


}



.description h2 {


font-size:20px;


}


}


/* Contact */
/* #contact {
    padding-top: 20px;
} */
/* =========================
CONTACT SECTION
========================= */


.container-contact {


display:flex;

gap:40px;

background:#112240;

border-radius:12px;

overflow:hidden;

padding:20px;

margin-top:40px;


}




.contact-info,
.contact-form {


flex:1;

padding:35px;


}




.contact-info h2,
.contact-form h2 {


font-size:28px;

margin-bottom:25px;


}




.contact-description {


color:#8892b0;

line-height:1.7;

margin-bottom:35px;


}





.contact-item {


display:flex;

align-items:flex-start;

gap:20px;

margin-bottom:25px;


}





.contact-icon {


font-size:22px;

color:#64ffda;

margin-top:5px;


}





.contact-item h4 {


margin:0 0 5px;

font-size:15px;


}




.contact-item p {


margin:0;

color:#8892b0;

font-size:14px;


}




.contact-item a {


color:#ccd6f6;

text-decoration:none;


}




.contact-item a:hover {


color:#64ffda;


}







/* FORM */


.contact-form form {


display:flex;

flex-direction:column;

gap:20px;


}




.input-group {


display:flex;

flex-direction:column;

}




.input-group label {


margin-bottom:8px;

color:#ccd6f6;

font-size:14px;


}




.input-group input,
.input-group textarea {


background:#0a192f;

border:1px solid #233554;

color:#ccd6f6;

padding:14px;

border-radius:6px;

font-size:15px;

outline:none;

transition:.3s;


}




.input-group input:focus,
.input-group textarea:focus {


border-color:#64ffda;


}





.contact-form button {


margin-top:10px;

background:transparent;

border:1px solid #64ffda;

color:#64ffda;

padding:14px 25px;

border-radius:6px;

font-size:16px;

cursor:pointer;

transition:.3s;


}





.contact-form button:hover {


background:#64ffda;

color:#0a192f;


}






@media(max-width:768px){


.container-contact {


flex-direction:column;

padding:0;


}



.contact-info,
.contact-form {


padding:25px;


}



.contact-info h2,
.contact-form h2 {


font-size:22px;


}


}

@media (max-width: 768px) {
    .container {
        flex-direction: column-reverse;
    }
}

/* ==========================
WORK SECTION
========================== */


.project-list {


display:grid;

grid-template-columns:
repeat(3,1fr);

gap:20px;

margin-top:40px;


}

.project-image{

    width:100%;

    height:190px;

    object-fit:cover;

    border-radius:12px;

    margin-bottom:20px;

    transition:.5s;

}


.project-card {


background:#112240;

padding:30px;

border-radius:10px;

min-height:330px;

display:flex;

flex-direction:column;

transition:.3s ease;


}



.project-card:hover {


transform:translateY(-8px);

box-shadow:
0 15px 30px rgba(0,0,0,.25);


}




.top-card {
display:flex;
justify-content:space-between;
}




.icon-left {


font-size:35px;

color:#64ffda;


}




.icon-right {


display:flex;

gap:15px;


}



.icon-right i {


font-size:18px;

color:#ccd6f6;

transition:.3s;


}



.icon-right i:hover {


color:#64ffda;


}




.project-card h3 {


font-size:20px;

color:#ccd6f6;

margin-bottom:15px;


}




.project-card h3:hover {


color:#64ffda;


}




.desc-work {


color:#8892b0;

line-height:1.6;

font-size:15px;

flex-grow:1;


}




.tech-stack-work {


display:flex;

flex-wrap:wrap;

gap:8px;

margin-top:20px;


}




.tech-stack-work span {


background:#233554;

color:#64ffda;

padding:5px 12px;

font-size:12px;

border-radius:20px;


}




.hidden {


display:none;

}




@media(max-width:1000px){


.project-list {


grid-template-columns:
repeat(2,1fr);


}


}



@media(max-width:700px){


.project-list {


grid-template-columns:
1fr;


}


}
.project-card {
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease;
}

.project-card.show {
    opacity: 1;
    transform: translateY(0);
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#showMoreBtn,
#showLessBtn {
    min-width: 150px;
}
/* Footer Pages */
.footer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer p {
    margin-bottom: 30px;
}

.foot {
    font-size: 12px;
}


/* ==========================
        TECH STACK
========================== */


#stack {

    margin-top:100px;
    margin-bottom:100px;

}

.stack-wrapper {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}




.stack-card {


    background:#112240;

    border:1px solid rgba(100,255,218,0.1);

    border-radius:16px;

    padding:30px;


    transition:.35s ease;


}



.stack-card:hover {


    transform:translateY(-10px);

    border-color:#64ffda;

    box-shadow:
    0 20px 40px rgba(0,0,0,.3);


}





/* HEADER */

.stack-header {


    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:25px;


}



.stack-icon {


    width:50px;

    height:50px;

    display:flex;

    justify-content:center;

    align-items:center;


    background:#0a192f;

    border-radius:12px;


}



.stack-icon i {


    font-size:24px;

    color:#64ffda;


}




.stack-header h3 {


    margin:0;

    font-size:20px;


}



.stack-header span {


    font-size:12px;

    color:#8892b0;


}





.stack-card p {


    color:#ccd6f6;

    line-height:1.7;

    font-size:14px;

    margin-bottom:25px;


}




/* TECHNOLOGY LIST */


.tech-list {


    display:flex;

    flex-wrap:wrap;

    gap:12px;


}



.tech {


    display:flex;

    align-items:center;

    gap:8px;


    padding:8px 12px;


    background:#0a192f;


    border-radius:20px;


    color:#ccd6f6;


    font-size:13px;


    transition:.3s;


}



.tech i {


    color:#64ffda;

    font-size:16px;


}



.tech:hover {


    transform:scale(1.05);

    color:#64ffda;


}




/* RESPONSIVE */

@media(max-width:1000px){


.stack-wrapper{

    grid-template-columns:1fr 1fr;

}


}



@media(max-width:768px){


.stack-wrapper{

    grid-template-columns:1fr;

}


}