@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;800&display=swap');

#bkg-animation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 100%;
    min-height: 100%;
    filter:brightness(60%);
    /* display: none; */
}

#mobile-nav-container {
    display: none;
}

#menu-section {
    display: none;
}

.nav-container {
    position: fixed;
    top: 45px;
    right: 6.9vw;
    z-index: 9999;
}

.top-start-project-btn {
    position: fixed;
    top: 45px;
    left: 6.9vw;
    z-index: 9999;
    cursor: pointer;
}

.black-rounded-rectangle-bkg {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    padding-left: 30px;
    padding-right: 30px;
    height: 35px;
    z-index: 10;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);          
    -webkit-backdrop-filter: blur(3px);
    background-color: #00000080;
    border-radius: 100px;
    white-space: nowrap;
    border: 1px solid #00EEFF10;
    transition: 0.2s ease-in-out;
}

.black-rounded-rectangle-bkg:hover {
    border: 1px solid #00EEFF;
}

header a {
    display: flex;
    align-items: center;
    height: 100%;
}

.top-start-project-btn div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

header a, .top-start-project-btn div p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

header a, .top-start-project-btn div img {
    height: 12px;
}

header a:hover, .top-start-project-btn div:hover {
    color: #00EEFF;
    cursor: pointer;
}

.nav-link-active {
    color: #00EEFF;
}

.home-section, .about-section, .projects-section, .contact-section {
    position: relative;
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
    padding-left: 6.9vw;
    padding-right: 6.9vw;
    padding-top: 18.2vh;
}

.home-section {
    height: 100vh;
    margin-bottom: 150px;
    padding-top: 0;
}

.contact-section {
    padding-bottom: 100px;
}

#home div {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
}

#hello {
    font-family: 'Poppins', sans-serif;
    font-size: 100px;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
    white-space: nowrap;
}

#mobile-start-project-btn {
    display: none;
}

#scroll-down-group {
    position: absolute;
    top: 90vh;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-height: fit-content;
    max-width: fit-content;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    color: transparent;
    z-index: 9999;
}

#scroll-down-group:hover {
    gap: 22px;
    color: #FFFFFF;
}

#scroll-down-group img {
    width: 12px;
}

.gradient-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: opacity 0.3s ease-in-out;
    display: inline-block;
}

.about-column-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

#about-header-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    width: 100%;
    max-width: 644px;
}

.about-header-span {
    color: #00EEFF;
}

.horiz-line {
    margin-top: 35px;
    height: 2px;
    width: 70px;
    background-color: #ffffff;
}

#about-desc {
    margin-top: 35px;
    width: 100%;
    max-width: 644px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

#about-social-media-container {
    margin-top: 55px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

#about-photo {
    display: none;
}

.about-left-group {
    height: 100%;
    order: 1;
    display: flex;
    align-items: center;
}

.about-serv-column-group {
    display: grid;
    grid-template-columns: 0.06fr 0.93fr;
    gap: 27px;
}

.about-serv-img {
    width: 75px;
    height: 75px;
}

.about-serv-desc-group {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.about-serv-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #000000;
}

.about-serv-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #101010;
    line-height: 28px;
    width: 100%;
    max-width: 300px;
}

.section-header-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-bottom: 75px;
    width: 100%;
}

.section-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #00EEFF;
    white-space: nowrap;
}

.section-subtext {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}

#about-steps-column-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    align-items: stretch;
    width: 100%;
}

.about-step-container {
    background-color: #000000;
    width: 100%;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #00EEFF10;
    border-radius: 5px;
    transition: border 0.3s ease-in-out;
}

.about-step-container:hover {
    border: 1px solid #00EEFF;
}

.about-step-number-container {
    background-color: #101010;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 45px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20;
    color: #00EEFF;
    margin-bottom: 48px;
}

.about-step-img {
    height: 35px;
    margin-bottom: 46px;
}

.about-step-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 34px;
}

.about-step-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    width: 205px;
    text-align: center;
}

#about-tool-row {
    display: flex;
    flex-direction: row;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.about-tool-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.about-tool-img {
    width: 60px;
    height: 60px;
}

.about-tool-group:hover {
    gap: 26px;
}

.about-tool-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
}

#projects-column-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

#projects-column-lef, #projects-column-rig {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #00EEFF10;
    transition: 0.3s ease-in-out;
}

.project-container:hover {
    border: 1px solid #00EEFF20;
}

.project-img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.project-bottom-row-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #000000;
    transition: border 0.3s ease-in-out;
    min-height: 86px;
    align-items: center;
    padding: 20px 30px;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.project-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.project-bottom-row-rig-group {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.project-bubble-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.project-bubble {
    background-color: #000000;
    border: 1px solid #00EEFF10;
    border-radius: 100px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    transition: border 0.3s ease-in-out;
}

.project-bubble:hover {
    border: 1px solid #00EEFF;
    cursor: default;
}

.project-bubble p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #FFFFFF;
    white-space: nowrap;
}

.project-expand-btn {
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.project-desc-container {
    padding: 11px 30px 44px;
    background-color: #000000;
    margin-top: -40px;
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.3s ease-in-out, max-height 0.2s ease-in-out;
    border-left: 1px solid #00EEFF10;
    border-bottom: 1px solid #00EEFF10;
    border-right: 1px solid #00EEFF10;
}

.project-desc-container:hover {
    border-left: 1px solid #00EEFF20;
    border-bottom: 1px solid #00EEFF20;
    border-right: 1px solid #00EEFF20;
}

.project-desc-container.active {
    transform: scaleY(1);
    max-height: 500px;
}

.project-desc-container p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.83;
    color: #FFFFFF;
}

#projects-see-more-group {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

#projects-see-more-group p {
    transition: 0.1s ease-in-out;
}

#projects-see-more-group p:hover {
    color: #00EEFF;
    cursor: pointer;
}

#projects-see-more-group p:active {
    color: #101010;
    cursor: pointer;
}

#projects-see-more-txt {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

#projects-see-more-btn {
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

#contact-input-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

#contact-column-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: stretch;
    width: 100%;
}

.contact-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-input {
    background-color: #101010;
    border-radius: 10px;
    height: 60px;
    width: 100%;
    border: none;
    padding-left: 30px;
    resize: none;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
}

input::placeholder, textarea::placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #A0A0A099;
}

input:focus, textarea:focus {
    outline: none;
    background-color: #333333;
    color: #FFFFFF;
}

#contact-message {
    padding-top: 18px;
    height: 193px;
}

.round-rect-button {
    background-color: #000000;
    border-radius: 100px;
    padding: 0 65px;
    max-width: 245px;
    height: 49px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    border: 1px solid #00EEFF80;
}

.round-rect-button:hover {
    border: 1px solid #ffffff;
    padding: 0 70px;
}

.round-rect-button p {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #00EEFF;
    white-space: nowrap;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 800;
}

#footer-txt {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #00EEFF;
    margin: 0;
}

.footer-top-btn {
    width: 40px;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

#start-project {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    z-index: 9000;
    position: fixed;
    opacity: 0%;
}

#start-project-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 70px;
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 70px;
    align-items: center;
}

.start-project-nav-button {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.start-project-nav-button:hover {
    cursor: pointer;
}

.start-project-nav-button img {
    width: 10px;
    height: 20px;
    object-fit: contain;
}

.start-project-nav-button p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

#start-project-skip-btn img {
    transform: rotate(180deg);
}

#start-project-progressbar-container {
    width: 100%;
    height: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.start-project-progress {
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    flex-direction: row;
}

.start-project-progressbar-fill {
    width: 0%;
    height: 100%;
    background-color: #00EEFF;
    align-items: flex-start;
    transition: width 0.1s ease-in-out;
}

#start-project-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}

.start-project-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}

#service-buttons-column-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    width: 100%;
    min-width: 1200px;
    padding-left: 350px;
    padding-right: 350px;
}

#service-buttons-column-container div {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
    width: 100%;
}

#service-buttons-column-container div button {
    background-color: #101010;
    border-radius: 100px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25),
                0 0 4px 0 rgba(0, 0, 0, 0.25);
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #00EEFF;
    transition: 0.1s ease-in-out;
    cursor: pointer;
}

#service-buttons-column-container div button:hover {
    border: 1px solid #00EEFF;
    /* color: #FFFFFF; */
}

#service-buttons-column-container div button.service-btn-clicked {
    background-color: #000000;
    border: 1px solid #101010;
}

.start-project-next-btn {
    width: calc(100% - 1400px);
    min-width: 300px;
    margin-left: 700px;
    margin-right: 700px;
    border: 1px solid transparent;
    background-color: #101010;
    height: 45px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 3px;
    font-family: 'Nunito', sans-serif;
    font-weight: bolder;
    font-size: 15px;
    color: #00EEFF;
    margin-top: auto;
    margin-bottom: 75px;
    transition: 0.1s ease-in-out;
    opacity: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25),
                0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.start-project-next-btn:hover {
    border: 1px solid #FFFFFF;
}

.start-project-next-btn:active {
    opacity: 0%;
}

.start-project-next-btn img {
    width: 26px;
    height: 13px;
    object-fit: contain;
}

#start-project-details-input-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#start-project-textarea {
    padding-top: 18px;
    width: 58.3vw;
    height: 18vh;
}

.upload-wrap input[type="file"] {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  white-space: nowrap; border: 0;
}

.upload-btn {
  display: flex;
  flex-direction: row;
  align-items: left;
  background: transparent;
  color: #FFFFFF;
  padding-left: 10px;
  font: 600 14px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
  transition: .1s ease-in-out;
}

.upload-btn:hover { 
    color: #A0A0A0;
}

.upload-btn:active { 
    color: transparent; 
}

.upload-note {
  margin-left: 12px;
  color: #cfcfcf;
  font: 400 14px/1.4 Inter, system-ui, sans-serif;
}

#start-project-info-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 28.1vw;
}

#start-project-info-container input {
    width: 100%;
    height: 50px;
}

#review-page {
    padding-left: 100px;
    padding-right: 100px;
}

.start-project-review-horiz-line {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
}

.start-project-review-row {
    padding-top: 15px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.start-project-review-row h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #00EEFF;
}

.start-project-review-row p  {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 430px;
    display: flex;
    justify-content: start;
}

.start-project-review-row p span{
    color: #00EEFF;
}

#start-project-review-service p, #start-project-review-details p {
    padding-left: 5px;
    padding-right: 5px;
}

.start-project-review-row a {
    font-family: 'Nunito', sans-serif;
    font-weight: bolder;
    font-size: 14px;
    color: #00EEFF;
    text-decoration: underline;
    text-underline-offset: 23%;
    cursor: pointer;
}

.start-project-review-info-group span {
    color: #00EEFF;
}

#start-project-review-info-group p {
    max-width: 500px;
}

/* ===== RESPONSIVE STYLES ===== */

/* Tablets and smaller (below 1024px) */
@media (max-width: 1024px) {

    #scroll-down-group img, #scroll-down-group p {
        display: none;
    }
    
    #about-photo {
        display: inline;
        /* background-color: #000000; */
        border: 1px solid #00EEFF10;
        background-image: linear-gradient(to top, #001d1f, #000000);
        width: 100%;
        max-width: 338px;
        height: 400px;
        order: 2;
        margin-left: auto;
        border-radius: 10px;
    }

    #bkg-animation {
        display: none;
    }

    .home-section {
        margin-bottom: 0;
    }

    .start-project-review-row h1 {
        display: none;
    }

    #start-project-review-details p {
        max-width: 500px;
    }

    .start-project-review-row p {
        width: fit-content;
    }

    #start-project-review-service p, #start-project-review-details p {
        padding-left: 0px;
        padding-right: 0px;
    }

    #start-project-info-container {
        width: 100%;
        padding-left: 150px;
        padding-right: 150px;
    }

    .home-section, .about-section, .projects-section, .contact-section {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    #about-header-desc {
        font-size: 26px;
    }

    #about-desc {
        font-size: 18px;
    }

    #about-steps-column-container {
        grid-template-columns: repeat(2, 1fr);
    }

    #projects-column-container {
        grid-template-columns: 1fr;
    }

    .projects-see-more-group {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    #service-buttons-column-container {
        min-width: 0px;
        grid-template-columns: 1fr;
        width: 50%;
        padding-left: 50px;
        padding-right: 50px;
    }

    #start-project-page {
        padding-left: 100px;
        padding-right: 100px;
    }

    .start-project-next-btn {
        min-width: 0px;

        width: calc(50% - 100px);

        margin-left: 50px;
        margin-right: 50px;
    }

    #start-project-details-input-group {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    #start-project-textarea {
        width: 100%;
    }
}

/* Mobile devices (below 768px) */
@media (max-width: 768px) {

    #top-start-project-btn, #scroll-down-group {
        display: none;
    }

    #hello {
        font-size: 50px;
        font-weight: 600;
        margin-top: 150px;
        margin-bottom: 150px;
    }

    #mobile-start-project-btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0 50px;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        height: 55px;
        backdrop-filter: blur(3px);          
        -webkit-backdrop-filter: blur(3px);
        background-color: #00000080;
        border-radius: 10px;
        white-space: nowrap;
        border: 2px solid #00EEFF80;
        transition: 0.2s ease-in-out;

        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #00EEFF;
    }
    
    #service-buttons-column-container {
        min-width: 0px;
        grid-template-columns: 1fr;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .start-project-next-btn {
        min-width: 0px;
        
        width: calc(100% - 100px);
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 150px;
    }

    #start-project-header {
        gap: 15px;
        padding-top: 40px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .start-project-nav-button {
        gap: 8px;
    }

    .start-project-nav-button img {
        width: 8px;
        height: 16px;
    }

    .start-project-nav-button p {
        display: none;
    }

    #start-project-progressbar-container {
        width: 75%;
        height: 8px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    #start-project-review-details p {
        max-width: 275px;
    }

    #review-page {
        padding-left: 50px;
        padding-right: 50px;
    }

    #start-project-review-first-horiz-line {
        margin-top: 20px;
    }

    #start-project-info-container {
        width: 100%;
        padding-top: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

    #mobile-nav-container {
        position: fixed;
        z-index: 9999;
        top: 50px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #hamburger {
        width: 20px;
        z-index: 900;
    }

    #menu-section {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding-top: 150px;
        z-index: 10000;
        position: fixed;
        background-color: #000000;
        opacity: 0%;
    }

    #menu-close-img {
        position: fixed;
        z-index: 10;
        top: 50px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
    }

    .menu-row {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu-row a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .menu-row a:active {
        filter: invert(1);
    }

    .menu-row a p {
        font-weight: 600;
        font-size: 15px;
    }

    .menu-row a img {
        width: 11px;
        height: 11px;
    }

    .nav-container {
        display: none;
    }

    .black-rounded-rectangle-bkg {
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
        height: 30px;
    }

    header a {
        font-size: 13px;
    }

    .home-section, .about-section, .projects-section, .contact-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 100px;
    }

    #projects-see-more-group {
        margin-top: 0px;
    }

    .about-column-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #about-photo {
        order: 1;
        margin: 0 auto;
        max-width: 280px;
        height: 400px;
        border: 1px solid #00EEFF10;
    }

    .about-left-group {
        order: 2;
        margin-bottom: 100px;
    }

    #about-header-desc {
        font-size: 22px;
        text-align: center;
    }

    #about-desc {
        font-size: 16px;
        text-align: center;
    }

    .horiz-line {
        margin-left: auto;
        margin-right: auto;
    }

    #about-social-media-container {
        justify-content: center;
        margin-top: 35px;
    }

    .about-social-media-icon {
        width: 35px;
        height: 35px;
    }

    .about-serv-column-group {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }

    .about-serv-img {
        margin: 0 auto;
    }

    .about-serv-header {
        font-size: 22px;
    }

    .about-serv-desc {
        font-size: 14px;
        margin: 0 auto;
        max-width: 400px;
    }

    .section-header {
        font-size: 20px;
        white-space: normal;
    }

    .section-subtext {
        font-size: 14px;
        padding: 0 20px;
    }

    .section-header-group {
        padding-bottom: 50px;
    }

    .about-tool-img {
        width: 50px;
        height: 50px;
    }

    #about-steps-column-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .about-step-container {
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 320px;
        padding-bottom: 70px;
        border: 1px solid #00EEFF20;
    }

    .project-bottom-row-group {
        border: 1px solid #00EEFF20;
    }

    .about-step-container:hover {
        border: 1px solid #00EEFF50;
    }

    .project-bottom-row-rig-group {
        justify-content: space-between;
        gap: 15px;
    }

    .project-bubble-group {
        display: none;
    }

    .project-title {
        font-size: 15px;
    }

    #projects-see-more-group {
        justify-content: center;
        gap: 10px;
    }

    #projects-see-more-txt {
        font-size: 15px;
    }

    #projects-see-more-btn {
        height: 10px;
    }

    #contact-column-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-input {
        padding-left: 20px;
    }

    .round-rect-button {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    footer {
        flex-direction: row;
        height: auto;
        padding: 20px;
        gap: 15px;
        text-align: center;
    }

    #footer-txt {
        font-size: 12px;
    }
}

/* Small mobile (below 480px) */
@media (max-width: 480px) {
    .black-rounded-rectangle-bkg {
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    header a {
        font-size: 12px;
    }

    #home-name-txt {
        font-size: 28px;
    }

    #home-hello-txt {
        font-size: 20px;
    }

    #about-header-desc {
        font-size: 20px;
        line-height: 28px;
    }

    #about-desc {
        font-size: 15px;
        line-height: 25px;
    }

    .about-social-media-icon {
        width: 30px;
        height: 30px;
    }

    .section-header {
        font-size: 18px;
    }

    .about-tool-title {
        font-size: 13px;
    }

    .project-bubble p {
        font-size: 11px;
    }
}