@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap");

.secondSection {
    width: 100%;
    height: 80px;
    flex-shrink: 0;
    background: linear-gradient(190deg, #e6dbcd -107.38%, #c5a986 168.6%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconLinks {
    display: flex;
    width: 100%;
    height: 64.222px;
    justify-content: center;
    z-index: 1;
    max-width: max-content;
}

.homeQuickActions {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(28px, 8vw, 96px);
    width: min(100%, 360px);
}

.homeQuickAction {
    flex: 1 1 0;
    min-width: 0;
    max-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    cursor: pointer;
    touch-action: manipulation;
}

.links {
    width: 41.244px;
    height: 41.244px;
    flex-shrink: 0;
    border-radius: 10.667px;
    background: #fdf7ef;
    z-index: 999999999999999;
}

.linksActive {
    width: 41.244px;
    height: 41.244px;
    flex-shrink: 0;
    border-radius: 10.667px;
    background: #432918;
}

.linksActive .p {
    all: unset;
    display: block;
    color: #432918;
    font-family: Plus Jakarta Sans;
    font-size: 16.222px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.284px;
    width: 140px;
    margin-left: -23px;
    text-wrap: nowrap;
}

.secondSection .iconLinks .homeQuickAction > .p {
    all: unset;
    display: block;
    width: 140px;
    margin: 5px 0 0;
    color: #432918;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16.222px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.284px;
    text-align: center;
    white-space: nowrap;
}

.homeQuickAction .linksActive {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 160ms ease, transform 160ms ease;
}

.homeSocialActionIcon svg {
    display: block;
    width: 25px;
    height: 25px;
}

.homeQuickAction:hover .linksActive,
.homeQuickAction:focus-visible .linksActive {
    background: #e78b18;
}

.homeQuickAction:hover .homeSocialActionIcon path,
.homeQuickAction:hover .homeSocialActionIcon circle,
.homeQuickAction:focus-visible .homeSocialActionIcon path,
.homeQuickAction:focus-visible .homeSocialActionIcon circle {
    stroke: #432918;
}

.homeQuickAction:hover > .p,
.homeQuickAction:focus-visible > .p {
    color: #e78b18;
}

.homeQuickAction:focus-visible {
    outline: 2px solid #432918;
    outline-offset: 4px;
    border-radius: 6px;
}

.projectProfile {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    padding: 7.3px;
}

.links:hover {
    background-color: #432918;
}
.projectProfile:hover path {
    /* fill: #432918; */
    stroke: #f1e1cd;
}

.no-active-link {
    z-index: 99999;
}

.no-active-link .p {
    all: unset;
    display: block;
    color: #fdf7ef;
    font-family: Plus Jakarta Sans;
    font-size: 14.222px;
    font-weight: 600;
    letter-spacing: 0.284px;
    margin-left: -23px;
    width: 130px;
    margin-top: 5px;
}

.links:hover + .p {
    color: #432918;
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .secondSection {
        height: 65px;
    }
    .iconLinks {
        transform: scale(0.75);
    }
}

@media (min-width: 850px) and (max-width: 1000px) {
    .secondSection {
        height: 60px;
    }
    .iconLinks {
        transform: scale(0.65);
    }
}

@media (max-width: 850px) {
    .secondSection {
        height: 60px;
    }
    .iconLinks {
        transform: scale(0.75);
    }
}
