  
      .bi.bi-instagram  {
        font-size: 36px; /* Adjust the size as needed */
        color: black;
      }
      
      .bi.bi-facebook  {
        font-size: 36px; /* Adjust the size as needed */
        color: black;
      }

      .bi.bi-behance  {
        font-size: 36px; /* Adjust the size as needed */
        color: black;
      }
      html {
        scroll-behavior: smooth;
      }

      .link-container {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
      }

      .align-logo{
        margin-right: 10px;
        margin-left: 5px;
      }

      .hidden-brand {
        display: block;
      }
      
      .navbar.expanded .hidden-brand {
        display: none;
      }
      
      .nav {
        padding-left: 8px;
      }

      .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
      }

      .navbar-light .navbar-toggler {
        border: none;
      }

      .navbar-light .navbar-nav .nav-link {
        font-family: 'Raleway', sans-serif;
        font-weight: 900;
        font-size: calc(10px + 1vw);
        color: black;
        padding: 10px;
        margin-right: 10px;
      }
      
      .navbar.expanded .navbar-nav .nav-link{
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: calc(30px + 1vw);
        color: black;
        text-decoration: underline;
        text-transform: capitalize;
        padding: 10px;
        margin-right: 10px;
      }
      

      .dropdown-menu {
        background-color: rgb(252, 91, 172);
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
      }
      
      
      .dropdown-item {
        color: black;
      }
      
      .dropdown-item:hover {
        background-color: yellow;
      }

      .sizerLogo {
        width: calc(30px + 2vw);
        height: calc(30px + 2vw);
      }

      .sizerLogo:hover{
        content: url('https://cdn.glitch.global/05a6afd2-01ef-4ef8-835f-d29a66e7e52b/logo_hover.png?v=1681902817934');
        width: calc(30px + 2vw);
        height: calc(30px + 2vw);
      }

      .aboutLogo{
        margin-top: 10vw;
        margin-bottom: 10vw;
        width: 15vw;
        height: 15vw;
        align-self: center;
        animation: rotate 5s infinite cubic-bezier(0.7, 0.2, 0.3, 0.8);
      }

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

      .carrousel-portfolio-height {
        height: 85vh;
      }

      .contact-us {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: calc(10px + 1vw);
        color: black;
        text-decoration: none;
        background-color: rgb(252, 91, 172);
        padding: 10px;
        margin-right: 10px;
      }

      .navbar-light .navbar-nav .nav-link:hover,
      .navbar-light .navbar-nav .nav-link:active {
        transform: scale(0.9);
        background-color: yellow;
      }

      .carousel-item img {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
      }
      @media (max-width: 767px) {
        .d-md-block {
          display: none !important;
        }
      }

      @media (max-width: 767px) {
        .carousel-item img {
          object-fit: cover;
          width: 100vw;
          height: 100vh;
        }
        .carrousel-portfolio-height {
          height: 90vh;
        }
      }

      .logo {
        max-width: calc(50px + 2vw);
        position: absolute;
        z-index: 3;
        transition: all 0.2s ease-in-out;
        margin: 3px;
      }
      
      .logo:hover {
        content: url('https://cdn.glitch.global/05a6afd2-01ef-4ef8-835f-d29a66e7e52b/logo_hover.png?v=1681902817934');
        max-width: calc(50px + 2vw);
      }

      .hide-navbar {
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
      }

      .navbar.expanded {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        display: flex;
        justify-content: left;
        align-items: left;
        background-color: #BF87FF;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s, visibility 0.5s;
      }

      body.no-scroll {
        overflow: hidden;
      }
    
      .navbar.expanded .navbar-collapse {
        /* margin-top: 100px; */
        display: flex;
        justify-content: left;
        align-items: left;
      }
    
      .navbar.expanded .my-navbar-nav {
        flex-direction: column;
        align-items: left;
        margin-top: inherit;
      }
    
      .navbar.expanded .nav-item {
        margin: 1rem 0;
      }
    
      .navbar.expanded .nav-brand {
        display: flex;
        align-items: left;
        justify-content: left;
        margin-bottom: 0rem;
      }
      

      .WorkWithUsButton {
        right: 0px;
        bottom: 0px;
        max-width: calc(67px + 1vw);
        position: absolute;
        z-index: 4;
        transition: all 0.2s ease-in-out;
        margin: 5px;
      }
      
      .WorkWithUsButton:hover {
        content: url('https://cdn.glitch.global/05a6afd2-01ef-4ef8-835f-d29a66e7e52b/WorkWithUs_Button-01.png?v=1691667179140');
        max-width: calc(70px + 1vw);
      }

      .container {
        padding-top: 100px ;
        padding-bottom: 100px ;
        margin: 0%;
      }


      .container2 {
        padding-top: 50px ;
        padding-bottom: 50px ;
        margin: 0%;
      }

      .separadores-portfolio {
        text-transform: capitalize;
        padding-top: 20px ;
        padding-bottom: 30px ;
        margin: 0%;
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-size: calc(5px + 1vw);
        color: black;
      }
      .txt-form p{
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-size: calc(15px + 1vh);
        color: black;
        padding-left: 5vw;
        padding-right: 5vw;
      }
      .txt-form h2{
        text-transform: capitalize;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: calc(30px + 1vw);
        color: black;
      }

      .txt-index h1{
        text-transform: capitalize;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: calc(50px + 1vw);
        color: black;
      }

      .txt-index h2{
        text-transform: capitalize;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: calc(30px + 1vw);
        color: black;
      }

      .txt-index p{
        /* text-transform: capitalize; */
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-size: calc(10px + 1vh);
        color: black;
      }

      .txt-index-esq {
        text-align: right;
      }

      .contact-text{
        padding-top: 5vh;
        padding-bottom: 20vh;
        padding-left: 20vw;
        padding-right: 20vw;
      }

      .contact-text p{
        text-align: left;
        padding-top: 20px ;
        padding-bottom: 30px ;
        margin: 0%;
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-size: calc(15px + 1vw);
        color: black;
      }

      .contact-text h1{
        padding-top: initial;
        padding-right: 0;
        padding-bottom: 10px ;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: calc(30px + 1vw);
        color: black;
      }
      





      .about-text{
        padding-top: 120px;
        padding-bottom: 30px;
        padding-left: 20vw;
        padding-right: 20vw;
      }

      .about-text p{
        text-align: left;
        padding-top: 20px ;
        padding-bottom: 30px ;
        margin: 0%;
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-size: calc(15px + 1vw);
        color: black;
      }

      .about-text h1{
        padding-top: initial;
        padding-right: 0;
        padding-bottom: 10px ;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: calc(30px + 1vw);
        color: black;
      }

      .about-text h3{
        padding-top: 20px ;
        padding-bottom: 25px ;
        margin: 0%;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: calc(30px + 1vw);
        color: black;
        text-decoration: underline;
      }

      .about-text h4{
        padding-top: 5px ;
        padding-bottom: 5px ;
        margin: 0%;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: calc(15px + 1vw);
        color: black;
      }

      .separadores-portfolio h2{
        padding-top: 10px ;
        padding-bottom: 10px ;
        padding-left: 5vw;
        margin: 0%;
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-size: calc(5px + 1vw);
        color: black;
      }

      .separadores-portfolio h1{
        padding-top: initial;
        padding-right: 0;
        padding-bottom: 10px ;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 4vw;
        color: black;
      }

      

      .footer_st{
        padding-top: 1vw;
        padding-bottom: 2vw;
      }
      
      .align-footerL{
        text-align: left;
      }

      .align-footerR{
        text-align: right;
      }

      .align-footerC{
        text-align: center;
      }

      .footer_st h1{
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: calc(10px + 1vw);
        color: black;
      }

      .footer_st h2{
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        font-size: calc(10px + 1vw);
        color: black;
      }

      .footer_st a{
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: calc(10px + 1vw);
        color: black;
        text-decoration: none;
      }
      
      .location_date{
        align-self:flex-start;
      }
      
      .row {
        display: flex;
        align-items: center;
      }

      .navbar-toggler-icon {
        display: none;
      }

      select {
        -webkit-appearance: none; /* for Chrome, Safari and Opera */
        -moz-appearance: none; /* for Firefox */
        appearance: none; /* for IE and Edge */
        /* add other styles as needed */
      }
      .padding-header{
        padding-left: 10px;
      }

      @media (max-width: 767px) {
        .separadores-portfolio h2{
          padding-left: 0;
        }
        .padding-header{
          padding-left: 0px;
        }

        .separadores-portfolio h1{
          font-size: 7vw;
        }

        .row {
          display: flex;
          align-items: center;
          text-align: center;
        }
        .text_mobile {
          padding-top: 50px;
        }
        .txt-mobile {
          order: 2;
          padding-top: 50px;
        }
        .txt-index-esq {
          text-align: center;
        }
        .img-mobile {
          order: 1;
        }
        .align-footerL{
          padding-top: 20px;
          text-align: center;
        }
        .align-footerR{
          text-align: center;
        }
      }

      img {
        border-left: none;
        max-width: 100%;
      }      

      .contact-form {
        padding: 20px;
        max-width: 600px;
        margin: 0 auto;
        opacity: 0; /* Start hidden */
        transform: translateY(20px); /* Start slightly below */
        transition: all 0.5s ease-in-out;
      }

      .contact-form.hidden-form {
        display: none;
      }

      /* When form is visible */
      .contact-form:not(.hidden-form) {
        opacity: 1;
        transform: translateY(0);
      }

      .button-group {
        display: block;
        gap: 1rem;
        justify-content: center;
        margin: 20px auto;
    }

      .gobackBtn {
        position: relative;
        text-decoration: none;
        background-color: #FF7869 !important;
        color: #000;
        padding: 12px 30px;
        border: none;
        border-radius: 25px;
        font-weight: 700;
        text-transform: uppercase;
        transition: all 0.3s ease;
        margin: 20px auto;
        display: inline-block;
        opacity: 1 !important;
        overflow: hidden;
        cursor: pointer;
    }
      .goportfolioBtn{
        position: relative;
        text-decoration: none;
        background-color: #FFFF54;
        color: #000;
        padding: 12px 30px;
        border: none;
        border-radius: 25px;
        font-weight: 700;
        text-transform: uppercase;
        transition: all 0.3s ease;
        margin: 20px auto;
        display: inline-block;
        opacity: 1 !important;
        overflow: hidden;
        cursor: pointer;
      }
      .portfolio_btn{
        text-align: center;
      }
      
      #showFormBtn {
        position: relative;
        background-color: #FFFF54 !important;
        color: #000;
        padding: 12px 30px;
        border: none;
        border-radius: 25px;
        font-weight: 700;
        text-transform: uppercase;
        transition: all 0.3s ease;
        margin: 20px auto;
        display: block;
        opacity: 1 !important;
        overflow: hidden;
        cursor: pointer;
      }

      #showFormBtn::before {
        content: "☺";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        width: 100%;
        height: 100%;
      }

      #showFormBtn:hover {
        color: transparent;
      }

      #showFormBtn:hover::before {
        opacity: 1;
        color: #000;
      }

      .contact-form .btn-submit {
        background-color: #FFFF54 !important; /* Force yellow background */
        color: #000;
        padding: 12px 30px;
        border: none;
        border-radius: 25px;
        font-weight: 700;
        text-transform: uppercase;
        transition: all 0.3s ease;
        margin: 0 auto;
        display: block;
        opacity: 1 !important; /* Force full opacity */
      }

      .contact-form .btn-submit:hover {
        background-color: #FF7869 !important;
        transform: translateY(-2px);
      }

      /* Mobile responsiveness */
      @media (max-width: 768px) {
        .contact-form {
          padding: 15px;
        }
        
        .contact-form .btn-submit {
          width: 100%;
        }
      }

/*
      .circle-button {
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: calc(8px + 1vw);
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        line-height: 25px;
        border-radius: 50px;
        background-color: rgb(252, 91, 172);
        color: black;
        text-align: center;
  }
*/

.rotating-logo {
    animation: rotate 5s infinite cubic-bezier(0.7, 0.2, 0.3, 0.8);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact-form {
    transition: all 0.3s ease;
}

/* Update gallery styles */
.gallery {
    background-color: #FCA9F4;
    padding: 2rem 0;
    transition: background-color 0.3s ease;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.gallery-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Overlay styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    cursor: pointer;
}

.image-expanded {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    max-width: 90vw;
    max-height: 90vh;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    object-fit: contain;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.image-expanded.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* Navigation arrows */
.nav-arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    z-index: 1001;
    font-size: 24px;
    transition: background-color 0.3s ease;
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}

.prev-arrow {
    left: 20px;
}

.next-arrow {
    right: 20px;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .nav-arrow {
        padding: 10px 15px;
        font-size: 20px;
    }
}

.project-description {
    padding: 2rem;
    line-height: 1.8;
    font-size: 1.1rem;
    text-align: justify;
    max-width: 1200px;
    margin: 0 auto;
    white-space: pre-line;
}


@media (max-width: 768px) {
    .project-description {
        padding: 1.5rem;
        font-size: 1rem;
    }
}

/* Theme sections */
.top-bar-section,
.title-section,
.description-section,
.gallery {
    transition: background-color 0.3s ease;
}

.hero-section {
    position: sticky;
    z-index: -2;
    top: 0;
    padding: 0;
    transition: background-color 0.3s ease;
    width: 100%;
    max-height: 70vh;
    overflow: hidden; /* Ensure content doesn't overflow */
}

.hero-image-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative; /* Add positioning context */
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    display: block; /* Remove any potential spacing */
    max-height: 70vh;
}

@media (max-width: 768px) {
    .hero-section {
        max-height: 40vh;
    }
    
    .hero-image {
        max-height: 40vh;
    }
}

.contact-container {
    padding: 4rem 0;
    transition: background-color 0.3s ease;
}

.hidden-form {
    display: none;
}

.contact-form {
    max-width: 600px;
    margin: 2rem auto 0;
}

.btn-submit {
    background-color: #333;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #555;
    color: white;
}

.form-control {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .contact-container {
        padding: 2rem 0;
    }
}

.masonry-gallery {
    padding: 20px;
}

.masonry-grid {
    columns: 3;
    column-gap: 20px;
}

.masonry-grid > div {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    break-inside: avoid;
}

.masonry-grid img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
    margin: 20px auto;
}

.masonry-grid img:first-of-type {
    margin-top: 0;
}

@media (max-width: 991px) {
    .masonry-grid {
        columns: 2;
    }
}

@media (max-width: 576px) {
    .masonry-grid {
        columns: 1;
    }
}

.masonry-grid img:hover {
    transform: none;
}

.txt-index .client-name {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: calc(30px + 1vh);
    color: black;
}

.txt-index .project-description {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: calc(10px + 1vh);
  color: black;
}

.footer-link {
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: none;
}

.project-container {
    position: relative;
    width: 100%;
    break-inside: avoid;
    margin-bottom: 20px;
}

.project-link {
    display: block;
    position: relative;
    width: 100%;
    text-decoration: none;
    overflow: hidden; /* Add this to contain the scaled image */
}

.project-link img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.project-link:hover img {
    transform: scale(1.02);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.project-link:hover .project-overlay {
    opacity: 1;
}

.project-info {
    text-align: center;
    color: white;
    padding: 20px;
}

.project-info h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: calc(16px + 1vw);
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.project-info p {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: calc(12px + 0.5vw);
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Mobile-specific gallery adjustments */
@media (max-width: 768px) {
    .project-overlay {
        /* Remove always-on overlay */
        opacity: 0;
    }

    .project-info {
        /* Position text at bottom for better readability */
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 15px;
        text-align: left;
    }

    .project-info h3 {
        font-size: calc(14px + 1vw);
        margin-bottom: 5px;
    }

    .project-info p {
        font-size: calc(10px + 0.5vw);
    }

    /* Add touch feedback */
    .project-link:active img {
        transform: scale(0.98);
        transition: transform 0.2s ease;
    }

    .project-link:active .project-overlay {
        opacity: 0.8;
        transition: opacity 0.2s ease;
    }
}

/* Add loading animation for images */
.project-link img {
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Add these styles for the sticky scroll gallery */
@media (max-width: 768px) {
    .masonry-gallery {
        overflow: auto;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    }

    #portfolioGrid {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
    }

    .project-container {
        position: sticky;
        top: 0px; /* Adjust based on your navbar height */
        height: 85vh;
        margin-bottom: 1rem;
        transition: opacity 0.3s ease;
    }

    .project-link {
        height: 100%;
        display: block;
    }

    .project-link img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Optional: Add fade effect for images not in focus */
    .project-container.out-of-view {
        opacity: 0.5;
    }
    
}
