

:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

body {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 300;
    background-color: #000909;
    color: #e4e4e4;
    margin: 0;
    padding: 0;
}



a:hover {


    text-underline-offset: 2px;
    text-decoration-thickness: 1px;

}

.text a {
     transition: -webkit-text-underline-offset 0.28s ease-in-out, text-underline-offset 0.28s ease-in-out,  text-decoration-thickness 0.28s ease-in-out; 
}

.text a:hover {

    -webkit-text-underline-offset: 2px;
    text-underline-offset: 2px;
/*    text-decoration-thickness: 1px;*/
/*    text-decoration: underline;*/
}



header, footer {
    max-width: 1240px;
    padding: 30px 20px 0 20px;
    margin: 0 auto;
}

header nav, footer {
    display: flex;
    color: #e4e4e4;
    justify-content: space-between;
    align-items: flex-end;
}

header nav {
  display: flex;
  color: #e4e4e4;
  justify-content: space-between; /* Align items at the start and end of the container */
  align-items: flex-end; /* Align items to the bottom of the container */
}

.linksList a {
   color: #75adff;
}

.active {
    color: #999999;
}

.linksList {
    list-style: none; /* Remove bullet points */
    padding-left: 0; /* Remove left padding */
}

.linksList li {
    margin-bottom: 20px; /* Adjust the margin to control spacing between list items */
}

.author {
    display: block;
    font-size: 14px; /* You can adjust the font size as needed */
    margin-top: 4px; /* Adjust the margin to control the space between the book title and author */
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}

.left-item {
  margin-right: auto; /* Push the item to the left */
}

.spacer {
    margin-right: 14px;
}

a {
    color: #e4e4e4;
/*    text-decoration: none;*/
}

p {
/*    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;*/
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}

h3 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #e4e4e4;
    margin: 0;
/*    text-transform: uppercase;  */
}

h4 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #e4e4e4;
    margin: 0;
/*    text-transform: uppercase;  */
}

.logo {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #000909;
    transition: text-underline-offset 0.28s ease-in-out, text-decoration-thickness 0.28s ease-in-out, -webkit-text-decoration-color 0.4s ease-in-out, text-decoration-color 0.4s ease-in-out;  
}

.logo:hover {
    -webkit-text-decoration-color: #e4e4e4;
    text-decoration-color: #e4e4e4;
    -webkit-text-underline-offset: 2px;
    text-underline-offset: 2px;

}


main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    min-height: 100vh;
}

.projects {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.projects .button {
max-width: 1140px;
align-self: center;
margin-top: 10px; /* Adjust as needed for spacing */
}

.intro {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Vertically center the content */    
    max-width: 1240px;
    width: 100%;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.intro li {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    list-style: none;
    padding-left: 0;
}

.intro ul {
    padding-left: 0;
}

.contactP {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    max-width: 1240px;
    width: 100%;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.contactP h1 {
    margin-bottom: 0;
}

.intro .button {
width: fit-content ;
align-self: center;
margin-top: 10px; /* Adjust as needed for spacing */
}

.inlineLink {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
/*    color: #82c5ff;*/
    color: #75adff;
 transition: text-underline-offset 0.28s ease-in-out, -webkit-text-underline-offset 0.28s ease-in-out, text-decoration-thickness 0.28s ease-in-out;    
}

.inlineLink:hover {

    -webkit-text-underline-offset: 2px;   
    text-underline-offset: 2px; 
    text-decoration-thickness: 1px;
    text-decoration: underline;
}

.introP {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
    margin: 60px 0;
    flex-wrap: wrap;
    background-color: #000909;
}

.introP .buttonP {
max-width: 1140px;
align-self: center;
margin-top: 10px; /* Adjust as needed for spacing */
}

.caseSection {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
    padding-bottom: 60px;
    flex-wrap: wrap;
}


.text {
    width: 58%;
}

.text img{
    width: 100%%;
}

.textProject {
    width: 38%;
    padding: 20px 0;
}



.textProjectWide {
    width: 57%;
    padding: 20px 0;
}

.textProject h2 {
margin: 0;
font-size: 51px;
}

.textProjectWide h2 {
margin: 0;
font-size: 51px;
}



.textProjectBack {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 1240px;
}

.textProjectBack a {
    text-decoration: underline;
}

    .textProject66 {
        width: 66%;
        padding: 0;
    }

    .textProject40 {
        width: 40%;
    }    

.textProject .button {
    display: block;
    background: none;
    color: #e4e4e4;
    padding: 0 0 40px 0;
    text-decoration: underline;
    border-radius: 5px;
    border: 1px none #000909;
    max-width: 180px;
    font-weight: 500;
    margin: 0;
    text-align: left;
    font-size: 18px;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
transition: text-underline-offset 0.28s ease-in-out, -webkit-text-underline-offset 0.28s ease-in-out, text-decoration-thickness 0.28s ease-in-out;       

}




.text .button {
    display: block;
    background-color: #000909;
    padding: 0;
    text-decoration: underline;
    border-radius: 5px;
    border: 1px solid #000909;
    color: #75adff;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
 transition: text-underline-offset 0.28s ease-in-out, -webkit-text-underline-offset 0.28s ease-in-out, text-decoration-thickness 0.28s ease-in-out;    

}

.text .button:hover {
    -webkit-text-underline-offset: 2px; 
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.textProject .button:hover {

/*    -webkit-text-underline-offset: 2px;  */
    text-underline-offset: 2px;   

}


.arrowText{
    margin-left: 8px; 
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
    font-size: 13px;
    font-weight: 600;

}

.textProjectBack a {
    transition: text-underline-offset 0.28s ease-in-out, text-decoration-thickness 0.28s ease-in-out;
}

.image {
    width: 39%;
}

.imageP {
    width: 39%;
}

.image img {
    width: 100%;
}

.imageP img {
    width: 100%;
}

.imageProject {
    width: 40%;
    padding: 0px;
    display: flex;
    justify-content: space-evenly;
}
.imageProject img {
    width: 46%;
}

.imageProject video {
    width: 46.1%;
}

.imageProjectFull {
    width: 60%;
    display: flex;
    justify-content: flex-start;
}

.imageProjectFull video {
    width: 96.8%;
    padding: 0;
}

.imageProjectFull img {
    width: 96%;
    padding: 0;
}

.imageProjectCase40 {
    width: 40%;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
}
.imageProjectCase40 img {
    width: 98%;
}

.imageProjectFullCase {
    width: 60%;
    padding: 0 0 30px 0;
    display: flex;
    justify-content: flex-start;
}

.imageProjectFullCase100 {
    width: 100%;
    padding: 60px 0 0 0;
    display: flex;
    justify-content: flex-start;
}

.imageProjectFullCase100nopadding{
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.imageProjectFullCase100nopadding img {
    width: 100%;
    padding: 0 0 30px 0;
}

.imageProjectFullCase100 img {
    width: 100%;
    padding: 0 0 30px 0;
}

.imageProjectFullCase img {
        width: 100%;
    }    

.imageProject100 {
    width: 100%;
}
.imageProject100 img {
    width: 96%;
}

.button {
    display: block;
    background-color: #000909;
    color: #e4e4e4;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #e4e4e4;
    margin-top: 20px;
    align-self: flex-start;
}

.email-link {
    display: block;
    background-color: #000909;
    color: #e4e4e4;
    padding: 0 0 10px 0;
    text-decoration: underline;
    font-family: 'Inter', Arial, sans-serif;    
    border-radius: 5px;
    margin-top: 0;
    font-size: 50px;
    align-self: flex-start;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    transition: text-underline-offset 0.28s ease-in-out, -webkit-text-underline-offset 0.28s ease-in-out, text-decoration-thickness 0.28s ease-in-out;
}

.email-link:hover {
    -webkit-text-underline-offset: 2px;
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
}


hr {
    border: none;
    height: 1px;
    background-color: #e4e4e4;
    width: 100%;
    max-width: 1240px;
    margin: 40px auto 10px auto;
}

.hrCase {
    border: none;
    height: 1px;
    background-color: #e4e4e4;
    width: 100%;
    max-width: 1240px;
    margin: 0px auto 10px auto;
}

h1 {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 50px;
    max-width: 730px;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-weight: 500;
}

h2 {

    font-size: 26px;
/*    margin: 7px 0 2px 6px;*/
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 500;
}

.sections-container {
    margin: 30px 0;
}

.sections-containerP {
    padding: 0;
}

.sections-containerIndex {
    margin: 12% 0;
}

.button-spinner-wrapper {
    display: flex;
    align-items: center; /* Aligns the spinner and button vertically */
}

.spinner {
    margin-left: 10px; /* Adjust as needed for spacing */
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-status {
    margin-left: 10px;
    font-size: 18px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 300;    
}

.contact {
    width: 540px; /* Set the width to 50% */
    align-self: flex-start; /* Align to the left */
}

.contact .caseTitle {
    width: 540px; /* Set the width to 50% */
    align-self: flex-start; /* Align to the left */
}

.projects {
    width: 540px; /* Set the width to 50% */
    align-self: flex-start; /* Align to the left */
}


.contact h2 {
    padding-bottom: 120px;
}

.contact form {
    display: flex;
    flex-direction: column;
    width: 100%; /* Remove max-width */
    margin: auto;
}

.contact input, .contact textarea {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
}

.contact button {
    background-color: #000909;
    color: #e4e4e4;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    width: 160px;
}

.caseTitle h1 {
    margin: 0;
}

.caseTitle h2 {
    padding-bottom: 0;
}

.caseTitle h3 {
    padding-bottom: 50px;
}

footer {
  display: flex;
  justify-content: right;
  background-color: #000909;
  margin: 20px auto 40px auto;
  font-family: Inter, sans-serif;;
  font-size: 18px;
}

footer span {
    margin-right: 60px;
}

footer a, footer span {
/*  text-decoration: none;*/
  color: #e4e4e4;
    font-weight: 500;
    font-size: 16px;
    text-underline-offset: 8px;  
    text-decoration-thickness: 1px;  
}

a {
/*      text-decoration: none;*/
  color: #e4e4e4;
    font-weight: 500;
    font-size: 16px;
    text-underline-offset: 8px;  
    text-decoration-thickness: 1px;  
}

@media (max-width: 1024px) {

    main {
        width: 100%;
        padding: 0;
    }

    header {
        margin: 20px 10px;
        padding: 0;
    }

    footer {
        padding: 30px 20px;
    }

    .intro {
        flex-direction: column;
    }

    .introP {
        flex-direction: column;
    }

.empowerment {
    padding: 0 10px;
}

.sections-containerIndex {
    margin: 0;
}

.sections-container {
    margin: 0;
}

.sections-containerP {
    padding: 0 10px;
}
    .caseSection {
        flex-direction: column;
    }

    .projects {
        flex-direction: column;
    }

    .text, .image .button {
        width: 100%;
    }

/*.text {
    padding-bottom: 70px;
}*/

.text .button {
    margin: 20px 10px;

}


.email-link {
    margin-left: 10px;
    font-size: 33px;
}

    .button {
        align-self: center;
    }

    h1 {
        font-size: 33px;
        margin: 30px 10px;
    }

    h2 {
/*        margin: 2px 0 2px 4px;*/
        font-size: 26px;
    }

.logo {
    font-size: 16px;
    font-weight: 600;

}

/*.left-item {
    margin-right: 0;
}*/

/*.spacer {
    margin-right: 0;
}*/

.textProjectBack {
        width: 88%;
        padding: 20px 10px;
        margin: 0;
    }

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

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

    .textProject66 {
        width: 100%;
        padding: 0;
    }

    .textProject40 {
        width: 100%;
        padding: 0;
    }

    .imageProject {
        width: 100%;
        justify-content: space-evenly;
    }

.imageProjectFullCase{
    width: 100%;
}

.imageProjectCase40 {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: unset;
}

.imageProjectCase40 img{
    width: 100%;
}

    .imageProjectFull {
        width: 100%;
        padding: 20px 0;
    }

    .imageProjectFull img {
        width: 100%;
    }    

.imageProjectFull video {
    width: 100%;
}

.imageProjectFullCase100 img {
    width: 100%;
    padding: 0;
}

    .image {
        width: 100%;

    }

    .imageP {
        width: 100%;

    }

  .contactP {
    display: grid;
    grid-template-columns: 1fr; /* Single column layout */
  }

  .imageP {
    grid-row: 2; /* Move image below text on smaller screens */
  }



/*  .image img {
    content: url(Profile-Pic.jpg);
  }*/


    .contact {
    width: 100%; /* Set the width to 50% */
    }

    .contact h2 {
    padding-bottom: 60px;
}


footer {
  display: flex;
  justify-content: space-between;
  background-color: #000909;
/*  margin: 20px auto 120px auto;*/
  font-family: Inter, sans-serif;;
  font-size: 18px;
}


  footer a {
    order: 2; /* Move LinkedIn icon down */
  }

footer a, footer span {
  font-size: 18px;
}

}
}
