/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    background-color: #010f2b;
    margin: 0;
    padding: 0;
    font-family: "montserrat", sans-serif;
}

#particles-js canvas {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

p {
    line-height: 1.5;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

/* end of global */

@media(min-width: 1366px) {
    .first-section {
        background: #fff;
        margin: 100px auto 0 auto;
        padding: 100px 0;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .first-left {
        margin: 0 auto;
    }
    .first-right {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .first-left img,
    .first-left svg {
        margin: 0 auto;
        width: 500px;
        height: auto;
    }
    .first-right h1 {
        text-align: center;
        margin: 0 auto;
        font-size: 35px;
        font-weight: 600;
        color: #313131;
        letter-spacing: 0.5px;
    }
    .first-right h2 {
        text-align: center;
        margin: 20px auto;
        font-size: 20px;
        font-weight: 600;
        color: #616161;
        letter-spacing: 0px;
    }
    .first-right h3 {
        text-align: left;
        margin: 5px auto;
        font-size: 14px;
        font-weight: 5  00;
        color: #666666;
        font-style: italic;
        letter-spacing: 0px;
    }
    .progress-bar {
        display: none;
        height: 20px;
    }
    #progress-background {
        margin: 5px 0 0 0;
        background: #e6e6e6;
        width: 100%;
    }
    #progress-itself {
        margin: -20px 0 0 0;
        z-index: 2;
        background: linear-gradient(90deg, #31E67B, #28BF67);
        width: 0%;
    }
    .audit-input {
        margin: 0 auto;
        font-size: 15px;
        font-weight: 5  00;
        color: #666666;
        font-style: italic;
        letter-spacing: 0px;
        display: flex;
        flex-direction: row;
    }
    .audit-input p {
        line-height: 1.2;
        display: block;
        font-size: 16px;
        color: #00ad1d;
        margin: 5px auto;
    }
    .audit-input input {
        box-sizing: border-box;
        font-size: 15px;
        padding: 5px;
        width: 250px;
        height: 40px;
        border: 1px solid #afafaf;
        border-radius: 2px;
        background: #f9f9f9;
    }
    #consultation-button {
        border-radius: 2px;
        display: none;
        font-weight: 700;
        box-sizing: border-box;
        width: 300px;
        height: 40px;
        border: none;
        background: linear-gradient(90deg, #CB356B, #DB5050);
        color: #fff;
        font-size: 15px;
        letter-spacing: 0px;
        cursor: pointer;
        margin: 0 auto;
    }
    .input-fields {
        height: 90px;
        width: 250px;
        margin: 0 15px;
    }
    .input-button {
        height: 90px;
        width: 250px;
        margin: 0 15px;
    }
    .input-fields input {
        margin: 5px 0;
    }
    .input-button button {
        margin: 5px 0;
    }
    .audit-input button {
        font-weight: 700;
        box-sizing: border-box;
        width: 250px;
        height: 40px;
        border: 1px solid #1da1f2;
        border-radius: 3px;
        background: #1da1f2;
        color: #fff;
        font-size: 15px;
        letter-spacing: 1px;
        cursor: pointer;
    }
    .spincontainer {
        margin: 10px auto 25px auto;
        width: 160px;
        height: 160px;
        position: relative;
    }
    .small-spincontainer {
        margin: 0 auto;
        width: 120px;
        height: 120px;
        position: relative;
    }
    .second-section {
        background: #fff;
        margin: 0 auto 50px auto;
        padding: 0;
        width: 80%;
    }
    .audit-title {
        margin: 50px auto 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #414141, #414141);
        border: 1px solid #414141;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .audit-title h2 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .radar-section {
        border-left: 1px solid #bbbbbb;
        border-right: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
        box-sizing: border-box;
        background: #fff;
        margin: 0 auto;
        padding: 30px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .radar-section-div {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .radar-section-div h2 {
        text-align: center;
        margin: 20px auto;
        font-size: 18px;
        font-weight: 700;
        color: #414141;
        font-style: italic;
        letter-spacing: 0px;
    }
    #chartdiv {
        width: auto;
        height: 250px;
    }
    .sub-section {
        display: none;
        margin: 20px auto;
        padding: 0;
        width: 80%;
        border: 1px solid #bbbbbb;
        background: #fff;
        box-sizing: border-box;
    }
    .sub-section-title {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #414141, #414141);
        border: 1px solid #414141;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .sub-section-title h2 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .sub-section-content {
        height: 500px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .sub-section-header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 50px;
        width: 100%;
        box-sizing: border-box;
    }
    .summary-spinner {
        margin: 0 25px;
        width: 160px;
        height: 160px;
        position: relative;
    }
    .sub-section-summary {
        width: 70%;
        margin: 0 25px;
    }
    .sub-section-summary h2 {
        font-size: 30px;
        color: #3f4642;
        width: 70%;
        margin: 0;
    }
    .sub-section-summary h3 {
        font-size: 16px;
        color: #57615c;
        width: 90%;
        margin: 25px 0;
        font-weight: 5  00;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
    .sub-section-container {
        width: 95%;
        margin: 25px auto;
    }
    .sub-section-container-title {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #57615c, #57615c);
        border: 1px solid #57615c;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .sub-section-container-content {
        box-sizing: border-box;
        padding: 25px;
        margin: 15px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .content-result {
        max-width: 90%;
    }
    .content-result h2 {
        font-size: 20px;
        color: #3f4642;
        margin: 0;
    }
    .content-result p {
        font-size: 15px;
        color: #57615c;
        width: 90%;
        margin: 15px 0;
        font-weight: 5  00;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
    .content-detail-button {
        border: none;
        background: #db5050;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        padding: 10px;
        border-radius: 2px;
        margin: 10px 0;
        cursor: pointer;
    }
    .content-checkmark {
        min-width: 50px;
    }
    .content-checkmark img {
        width: 50px;
        height: auto;
        max-height: 60px;
    }
    .metrics-table {
        display: grid;
        max-width: 100%;
        margin: 20px 0;
        /* overflow-x: scroll; */
    }
    .metrics-cell {
        padding: 10px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .metrics-cell img {
        height: 15px;
        width: auto;
    }
    .metrics-header {
        font-size: 16px;
        font-weight: 600;
    }
    .metrics-header {
        font-size: 16px;
        font-weight: 600;
        color: #db5050;
    }
    .metrics-text {
        font-size: 14px;
        font-weight: 5  00;
        color: #57615c;
    }
    .row-back-1 {
        background: #f9f9f9;
    }
    .row-back-2 {
        background: #e6e6e6;
    }
    .solid-bar {
        height: 15px;
        border: none;
        background: #db5050;
    }
    .device-renderings {
        margin: 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .device-renderings svg {
        margin: 0 50px;
        height: 400px;
        width: auto;
    }
    .chartjs-div {
        flex-wrap: wrap;
        margin: 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .chartjs-special {
        margin: 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .perf-chart {
        margin: 0 10px;
        width: auto;
        height: auto;
        max-width: 350px;
    }
    .perf-chart-1 {
        margin: 0 10px;
        width: 450px;
        min-width: 450px;
        max-width: 450px;
        height: auto;
    }
    .pie-div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .legend-con {
        /* max-width: 300px; */
    }
    .legend-con ul {
        list-style: none;
        padding: 0;
    }
    .legend-con li {
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }
    .legend-con li span {
        display: inline-block;
    }
    .legend-con li span.chart-legend {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .resources-flex {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin: 10px 0;
    }
    .resources-flex-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0 10px;
    }
    .resources-flex-item img {
        height: 64px;
        width: auto;
        margin: 0 auto;
    }
    .resources-flex-item h3 {
        font-size: 20px;
        font-weight: 600;
        color: #494949;
        margin: 5px auto;
        text-align: center;
    }
    .resources-flex-item p {
        font-size: 15px;
        font-weight: 5  00;
        color: #57615c;
        margin: 0 auto;
        text-align: center;
    }
    #bottom-button {
        border-radius: 2px;
        display: none;
        font-weight: 700;
        box-sizing: border-box;
        width: 300px;
        height: 50px;
        border: none;
        background: linear-gradient(90deg, #CB356B, #DB5050);
        color: #fff;
        font-size: 15px;
        letter-spacing: 0px;
        cursor: pointer;
        margin: 0 auto 50px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .portfolio-item {
        margin: 0 auto;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }
    .portfolio-item svg {
        cursor: grab;
        width: 250px;
    }
    .portfolio-item svg:active {
        cursor: grabbing;
    }
    .portfolio-item a {
        text-decoration: none;
        color: #db5050;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        margin: 25px auto 0 auto;
    }
    .portfolio-item a:hover {
        text-decoration: underline;
    }
    .portfolio-container {
        padding: 0;
        margin: 50px auto;
        width: 77.5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .portfolio-filter {
        margin: 50px auto;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .portfolio-filter h4 {
        font-size: 18px;
        font-weight: 600;
        color: #313131;
        margin: 0;
        text-align: left;
    }
    .portfolio-filter select {
        font-size: 18px;
        font-weight: 600;
        color: #313131;
        margin: 0;
        text-align: left;
        background: none;
        border-bottom: 2px solid #313131;
        border-top: none;
        border-left: none;
        border-right: none;
    }
}

@media(min-width: 1024px) and (max-width: 1366px) {
    .first-section {
        background: #fff;
        margin: 100px auto 0 auto;
        padding: 50px 0;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .first-left {
        margin: 0 auto;
    }
    .first-right {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .first-left img,
    .first-left svg {
        margin: 0 auto;
        width: 400px;
        height: auto;
    }
    .first-right h1 {
        text-align: center;
        margin: 0 auto;
        font-size: 30px;
        font-weight: 600;
        color: #313131;
        /* font-style: italic; */
        letter-spacing: 0px;
        max-width: 500px;
    }
    .first-right h2 {
        text-align: center;
        margin: 20px auto;
        font-size: 18px;
        font-weight: 600;
        color: #616161;
        /* font-style: italic; */
        letter-spacing: 0px;
    }
    .first-right h3 {
        text-align: left;
        margin: 5px auto;
        font-size: 14px;
        font-weight: 5  00;
        color: #666666;
        font-style: italic;
        letter-spacing: 0px;
    }
    .progress-bar {
        display: none;
        height: 20px;
    }
    #progress-background {
        margin: 5px 0 0 0;
        background: #e6e6e6;
        width: 100%;
    }
    #progress-itself {
        margin: -20px 0 0 0;
        z-index: 2;
        background: linear-gradient(90deg, #31E67B, #28BF67);
        width: 0%;
    }
    .audit-input {
        margin: 0 auto;
        font-size: 15px;
        font-weight: 5  00;
        color: #666666;
        font-style: italic;
        letter-spacing: 0px;
        display: flex;
        flex-direction: row;
    }
    .audit-input p {
        line-height: 1.2;
        display: block;
        font-size: 16px;
        color: #00ad1d;
        margin: 5px auto;
    }
    .audit-input input {
        box-sizing: border-box;
        font-size: 15px;
        padding: 5px;
        width: 250px;
        height: 40px;
        border: 1px solid #afafaf;
        border-radius: 2px;
        background: #f9f9f9;
    }
    #consultation-button {
        border-radius: 2px;
        display: none;
        font-weight: 700;
        box-sizing: border-box;
        width: 300px;
        height: 40px;
        border: none;
        background: linear-gradient(90deg, #CB356B, #DB5050);
        color: #fff;
        font-size: 15px;
        letter-spacing: 0px;
        cursor: pointer;
        margin: 0 auto;
    }
    .input-fields {
        height: 90px;
        width: 250px;
        margin: 0 15px;
    }
    .input-button {
        height: 90px;
        width: 250px;
        margin: 0 15px;
    }
    .input-fields input {
        margin: 5px 0;
    }
    .input-button button {
        margin: 5px 0;
    }
    .audit-input button {
        font-weight: 700;
        box-sizing: border-box;
        width: 250px;
        height: 40px;
        border: 1px solid #1da1f2;
        border-radius: 3px;
        background: #1da1f2;
        color: #fff;
        font-size: 15px;
        letter-spacing: 1px;
        cursor: pointer;
    }
    .spincontainer {
        margin: 10px auto 25px auto;
        width: 160px;
        height: 160px;
        position: relative;
    }
    .small-spincontainer {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        position: relative;
    }
    .second-section {
        background: #fff;
        margin: 0 auto 50px auto;
        padding: 0;
        width: 80%;
    }
    .audit-title {
        margin: 50px auto 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #414141, #414141);
        border: 1px solid #414141;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .audit-title h2 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .radar-section {
        border-left: 1px solid #bbbbbb;
        border-right: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
        box-sizing: border-box;
        background: #fff;
        margin: 0 auto;
        padding: 30px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .radar-section-div {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .radar-section-div h2 {
        text-align: center;
        margin: 20px auto;
        font-size: 17px;
        font-weight: 700;
        color: #414141;
        font-style: italic;
        letter-spacing: 0px;
    }
    #chartdiv {
        width: auto;
        height: 200px;
    }
    .sub-section {
        display: none;
        margin: 20px auto;
        padding: 0;
        width: 80%;
        border: 1px solid #bbbbbb;
        background: #fff;
        box-sizing: border-box;
    }
    .sub-section-title {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #414141, #414141);
        border: 1px solid #414141;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .sub-section-title h2 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .sub-section-content {
        height: 500px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .sub-section-header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 50px;
        width: 100%;
        box-sizing: border-box;
    }
    .summary-spinner {
        margin: 0 25px;
        width: 160px;
        height: 160px;
        position: relative;
    }
    .sub-section-summary {
        width: 70%;
        margin: 0 25px;
    }
    .sub-section-summary h2 {
        font-size: 25px;
        color: #3f4642;
        width: 70%;
        margin: 0;
    }
    .sub-section-summary h3 {
        font-size: 15px;
        color: #57615c;
        width: 90%;
        margin: 25px 0;
        font-weight: 5  00;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
    .sub-section-container {
        width: 95%;
        margin: 25px auto;
    }
    .sub-section-container-title {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #57615c, #57615c);
        border: 1px solid #57615c;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .sub-section-container-content {
        box-sizing: border-box;
        padding: 20px;
        margin: 10px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .content-result {
        max-width: 90%;
    }
    .content-result h2 {
        font-size: 20px;
        color: #3f4642;
        margin: 0;
    }
    .content-result p {
        font-size: 15px;
        color: #57615c;
        width: 90%;
        margin: 15px 0;
        font-weight: 5  00;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
    .content-detail-button {
        border: none;
        background: #db5050;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        padding: 10px;
        border-radius: 2px;
        margin: 10px 0;
        cursor: pointer;
    }
    .content-checkmark {
        min-width: 50px;
    }
    .content-checkmark img {
        width: 50px;
        height: auto;
        max-height: 60px;
    }
    .metrics-table {
        display: grid;
        max-width: 100%;
        margin: 20px 0;
        /* overflow-x: scroll; */
    }
    .metrics-cell {
        padding: 10px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .metrics-cell img {
        height: 15px;
        width: auto;
    }
    .metrics-header {
        font-size: 16px;
        font-weight: 600;
    }
    .metrics-header {
        font-size: 16px;
        font-weight: 600;
        color: #db5050;
    }
    .metrics-text {
        font-size: 14px;
        font-weight: 5  00;
        color: #57615c;
    }
    .row-back-1 {
        background: #f9f9f9;
    }
    .row-back-2 {
        background: #e6e6e6;
    }
    .solid-bar {
        height: 15px;
        border: none;
        background: #db5050;
    }
    .device-renderings {
        margin: 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .device-renderings svg {
        margin: 0 50px;
        height: 400px;
        width: auto;
    }
    .chartjs-div {
        flex-wrap: wrap;
        margin: 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .chartjs-special {
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .perf-chart {
        margin: 0 10px;
        width: auto;
        height: auto;
        max-width: 300px;
    }
    .perf-chart-1 {
        margin: 0 10px;
        height: auto;
        width: auto;
        max-width: 500px;
    }
    .pie-div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 90%;
        overflow: hidden;
        margin: 10px 0;
    }
    .legend-con {
        /* max-width: 300px; */
    }
    .legend-con ul {
        list-style: none;
        padding: 0;
    }
    .legend-con li {
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }
    .legend-con li span {
        display: inline-block;
    }
    .legend-con li span.chart-legend {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .resources-flex {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin: 10px 0;
    }
    .resources-flex-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0 10px;
    }
    .resources-flex-item img {
        height: 64px;
        width: auto;
        margin: 0 auto;
    }
    .resources-flex-item h3 {
        font-size: 20px;
        font-weight: 600;
        color: #494949;
        margin: 5px auto;
        text-align: center;
    }
    .resources-flex-item p {
        font-size: 15px;
        font-weight: 5  00;
        color: #57615c;
        margin: 0 auto;
        text-align: center;
    }
    #bottom-button {
        border-radius: 2px;
        display: none;
        font-weight: 700;
        box-sizing: border-box;
        width: 300px;
        height: 50px;
        border: none;
        background: linear-gradient(90deg, #CB356B, #DB5050);
        color: #fff;
        font-size: 15px;
        letter-spacing: 0px;
        cursor: pointer;
        margin: 0 auto 50px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .portfolio-item {
        margin: 0 auto;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }
    .portfolio-item svg {
        cursor: grab;
        width: 250px;
    }
    .portfolio-item svg:active {
        cursor: grabbing;
    }
    .portfolio-item a {
        text-decoration: none;
        color: #db5050;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        margin: 25px auto 0 auto;
    }
    .portfolio-item a:hover {
        text-decoration: underline;
    }
    .portfolio-container {
        padding: 0;
        margin: 50px auto;
        width: 77.5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .portfolio-filter {
        margin: 50px auto;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .portfolio-filter h4 {
        font-size: 18px;
        font-weight: 600;
        color: #313131;
        margin: 0;
        text-align: left;
    }
    .portfolio-filter select {
        font-size: 18px;
        font-weight: 600;
        color: #313131;
        margin: 0;
        text-align: left;
        background: none;
        border-bottom: 2px solid #313131;
        border-top: none;
        border-left: none;
        border-right: none;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .first-section {
        background: #fff;
        margin: 100px auto 0 auto;
        padding: 50px 0;
        width: 80%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .first-left {
        margin: 10px auto;
    }
    .first-right {
        margin: 10px auto;
        display: flex;
        flex-direction: column;
    }
    .first-left img,
    .first-left svg {
        margin: 0 auto;
        width: 300px;
        height: auto;
    }
    .first-right h1 {
        text-align: center;
        margin: 0 auto;
        font-size: 30px;
        font-weight: 600;
        color: #313131;
        /* font-style: italic; */
        letter-spacing: 0.5px;
        max-width: 500px;
    }
    .first-right h2 {
        text-align: center;
        margin: 20px auto;
        font-size: 18px;
        font-weight: 600;
        color: #616161;
        /* font-style: italic; */
        letter-spacing: 0px;
    }
    .first-right h3 {
        text-align: left;
        margin: 5px auto;
        font-size: 14px;
        font-weight: 5  00;
        color: #666666;
        font-style: italic;
        letter-spacing: 0px;
    }
    .progress-bar {
        display: none;
        height: 20px;
    }
    #progress-background {
        margin: 5px 0 0 0;
        background: #e6e6e6;
        width: 100%;
    }
    #progress-itself {
        margin: -20px 0 0 0;
        z-index: 2;
        background: linear-gradient(90deg, #31E67B, #28BF67);
        width: 0%;
    }
    .audit-input {
        margin: 0 auto;
        font-size: 15px;
        font-weight: 5  00;
        color: #666666;
        font-style: italic;
        letter-spacing: 0px;
        display: flex;
        flex-direction: column;
    }
    .audit-input p {
        line-height: 1.2;
        display: block;
        font-size: 16px;
        color: #00ad1d;
        margin: 5px auto;
    }
    .audit-input input {
        box-sizing: border-box;
        font-size: 15px;
        padding: 5px;
        width: 250px;
        height: 40px;
        border: 1px solid #afafaf;
        border-radius: 2px;
        background: #f9f9f9;
    }
    #consultation-button {
        border-radius: 2px;
        display: none;
        font-weight: 700;
        box-sizing: border-box;
        width: 300px;
        height: 40px;
        border: none;
        background: linear-gradient(90deg, #CB356B, #DB5050);
        color: #fff;
        font-size: 15px;
        letter-spacing: 0px;
        cursor: pointer;
        margin: 0 auto;
    }
    .input-fields {
        height: 90px;
        width: 250px;
        margin: 5px 15px;
    }
    .input-button {
        height: 90px;
        width: 250px;
        margin: 5px 15px;
    }
    .input-fields input {
        margin: 5px 0;
    }
    .input-button button {
        margin: 5px 0;
    }
    .audit-input button {
        font-weight: 700;
        box-sizing: border-box;
        width: 250px;
        height: 40px;
        border: 1px solid #1da1f2;
        border-radius: 3px;
        background: #1da1f2;
        color: #fff;
        font-size: 15px;
        letter-spacing: 1px;
        cursor: pointer;
    }
    .spincontainer {
        margin: 10px auto 25px auto;
        width: 160px;
        height: 160px;
        position: relative;
    }
    .small-spincontainer {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        position: relative;
    }
    .second-section {
        background: #fff;
        margin: 0 auto 50px auto;
        padding: 0;
        width: 80%;
    }
    .audit-title {
        margin: 50px auto 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #414141, #414141);
        border: 1px solid #414141;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .audit-title h2 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .radar-section {
        border-left: 1px solid #bbbbbb;
        border-right: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
        box-sizing: border-box;
        background: #fff;
        margin: 0 auto;
        padding: 30px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .radar-section-div {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .radar-section-div h2 {
        text-align: center;
        margin: 10px auto;
        font-size: 15px;
        font-weight: 700;
        color: #414141;
        font-style: italic;
        letter-spacing: 0px;
    }
    #chartdiv {
        width: auto;
        height: 200px;
    }
    .sub-section {
        display: none;
        margin: 20px auto;
        padding: 0;
        width: 80%;
        border: 1px solid #bbbbbb;
        background: #fff;
        box-sizing: border-box;
    }
    .sub-section-title {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #414141, #414141);
        border: 1px solid #414141;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .sub-section-title h2 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .sub-section-content {
        height: 500px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .sub-section-header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 50px;
        width: 100%;
        box-sizing: border-box;
    }
    .summary-spinner {
        margin: 0 25px;
        width: 160px;
        height: 160px;
        position: relative;
    }
    .sub-section-summary {
        width: 70%;
        margin: 0 25px;
    }
    .sub-section-summary h2 {
        font-size: 25px;
        color: #3f4642;
        width: 70%;
        margin: 0;
    }
    .sub-section-summary h3 {
        font-size: 15px;
        color: #57615c;
        width: 90%;
        margin: 25px 0;
        font-weight: 5  00;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
    .sub-section-container {
        width: 95%;
        margin: 25px auto;
    }
    .sub-section-container-title {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #57615c, #57615c);
        border: 1px solid #57615c;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .sub-section-container-content {
        box-sizing: border-box;
        padding: 20px;
        margin: 10px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .content-result {
        max-width: 90%;
    }
    .content-result h2 {
        font-size: 20px;
        color: #3f4642;
        margin: 0;
    }
    .content-result p {
        font-size: 15px;
        color: #57615c;
        width: 90%;
        margin: 15px 0;
        font-weight: 5  00;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
    .content-detail-button {
        border: none;
        background: #db5050;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        padding: 10px;
        border-radius: 2px;
        margin: 10px 0;
        cursor: pointer;
    }
    .content-checkmark {
        min-width: 50px;
    }
    .content-checkmark img {
        width: 50px;
        height: auto;
        max-height: 60px;
    }
    .metrics-table {
        display: grid;
        max-width: 100%;
        margin: 20px 0;
        /* overflow-x: scroll; */
    }
    .metrics-cell {
        padding: 10px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .metrics-cell img {
        height: 15px;
        width: auto;
    }
    .metrics-header {
        font-size: 16px;
        font-weight: 600;
    }
    .metrics-header {
        font-size: 16px;
        font-weight: 600;
        color: #db5050;
    }
    .metrics-text {
        font-size: 14px;
        font-weight: 5  00;
        color: #57615c;
    }
    .row-back-1 {
        background: #f9f9f9;
    }
    .row-back-2 {
        background: #e6e6e6;
    }
    .solid-bar {
        height: 15px;
        border: none;
        background: #db5050;
    }
    .device-renderings {
        margin: 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .device-renderings svg {
        margin: 0 50px;
        height: 300px;
        width: auto;
    }
    .chartjs-div {
        flex-wrap: wrap;
        margin: 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }
    .chartjs-special {
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .perf-chart {
        margin: 0 10px;
        width: auto;
        height: auto;
        max-width: 300px;
    }
    .perf-chart-1 {
        margin: 0 10px;
        height: auto;
        width: auto;
        max-width: 450px;
    }
    .pie-div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 90%;
        overflow: hidden;
        margin: 10px 0;
    }
    .legend-con {
        /* max-width: 300px; */
    }
    .legend-con ul {
        list-style: none;
        padding: 0;
    }
    .legend-con li {
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }
    .legend-con li span {
        display: inline-block;
    }
    .legend-con li span.chart-legend {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .resources-flex {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin: 10px 0;
    }
    .resources-flex-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0 10px;
    }
    .resources-flex-item img {
        height: 64px;
        width: auto;
        margin: 0 auto;
    }
    .resources-flex-item h3 {
        font-size: 20px;
        font-weight: 600;
        color: #494949;
        margin: 5px auto;
        text-align: center;
    }
    .resources-flex-item p {
        font-size: 15px;
        font-weight: 5  00;
        color: #57615c;
        margin: 0 auto;
        text-align: center;
    }
    #bottom-button {
        border-radius: 2px;
        display: none;
        font-weight: 700;
        box-sizing: border-box;
        width: 300px;
        height: 50px;
        border: none;
        background: linear-gradient(90deg, #CB356B, #DB5050);
        color: #fff;
        font-size: 15px;
        letter-spacing: 0px;
        cursor: pointer;
        margin: 0 auto 50px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .portfolio-item {
        margin: 0 auto;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }
    .portfolio-item svg {
        cursor: grab;
        width: 250px;
    }
    .portfolio-item svg:active {
        cursor: grabbing;
    }
    .portfolio-item a {
        text-decoration: none;
        color: #db5050;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        margin: 25px auto 0 auto;
    }
    .portfolio-item a:hover {
        text-decoration: underline;
    }
    .portfolio-container {
        padding: 0;
        margin: 50px auto;
        width: 75.5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .portfolio-filter {
        margin: 50px auto;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .portfolio-filter h4 {
        font-size: 18px;
        font-weight: 600;
        color: #313131;
        margin: 0;
        text-align: left;
    }
    .portfolio-filter select {
        font-size: 18px;
        font-weight: 600;
        color: #313131;
        margin: 0;
        text-align: left;
        background: none;
        border-bottom: 2px solid #313131;
        border-top: none;
        border-left: none;
        border-right: none;
    }
}

@media(max-width: 768px) {
    .first-section {
        background: #fff;
        margin: 75px auto 0 auto;
        padding: 25px 0;
        width: 90%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .first-left {
        margin: 10px auto;
    }
    .first-right {
        margin: 10px auto;
        display: flex;
        flex-direction: column;
    }
    .first-left img,
    .first-left svg {
        margin: 0 auto;
        width: 300px;
        height: auto;
    }
    .first-right h1 {
        text-align: center;
        margin: 0 auto;
        font-size: 20px;
        font-weight: 600;
        color: #313131;
        /* font-style: italic; */
        letter-spacing: 0.5px;
        line-height: 1.1;
        max-width: 100%;
    }
    .first-right h2 {
        text-align: center;
        margin: 10px auto;
        font-size: 15px;
        font-weight: 600;
        color: #616161;
        /* font-style: italic; */
        letter-spacing: 0px;
        max-width: 100%;
    }
    .first-right h3 {
        text-align: center;
        margin: 5px auto;
        font-size: 14px;
        font-weight: 5  00;
        color: #666666;
        font-style: italic;
        letter-spacing: 0px;
        max-width: 100%;
    }
    .progress-bar {
        display: none;
        height: 20px;
    }
    #progress-background {
        margin: 5px 0 0 0;
        background: #e6e6e6;
        width: 100%;
    }
    #progress-itself {
        margin: -20px 0 0 0;
        z-index: 2;
        background: linear-gradient(90deg, #31E67B, #28BF67);
        width: 0%;
    }
    .audit-input {
        margin: 0 auto;
        font-size: 15px;
        font-weight: 5  00;
        color: #666666;
        font-style: italic;
        letter-spacing: 0px;
        display: flex;
        flex-direction: column;
    }
    .audit-input p {
        line-height: 1.2;
        display: block;
        font-size: 14px;
        color: #00ad1d;
        margin: 5px auto;
        text-align: center;
    }
    .audit-input input {
        margin: 5px auto;
        box-sizing: border-box;
        font-size: 15px;
        padding: 5px;
        width: 100%;
        height: 35px;
        border-radius: 2px;
        border: 1px solid #afafaf;
        background: #f9f9f9;
    }
    #consultation-button {
        border-radius: 2px;
        display: none;
        font-weight: 700;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        border: none;
        background: linear-gradient(90deg, #CB356B, #DB5050);
        color: #fff;
        font-size: 14px;
        letter-spacing: 0px;
        cursor: pointer;
        margin: 0 auto;
    }
    .input-fields {
        height: 90px;
        width: 250px;
        margin: 0 15px;
    }
    .input-button {
        height: 90px;
        width: 250px;
        margin: 0 15px;
    }
    .input-fields input {
        margin: 5px 0;
    }
    .input-button button {
        margin: 5px 0;
    }
    .audit-input button {
        font-weight: 700;
        margin: 5px auto;
        box-sizing: border-box;
        width: 100%;
        height: 35px;
        border: 1px solid #1da1f2;
        border-radius: 3px;
        background: #1da1f2;
        color: #fff;
        font-size: 15px;
        letter-spacing: 1px;
        cursor: pointer;
    }
    .spincontainer {
        margin: 10px auto 15px auto;
        width: 130px;
        height: 130px;
        position: relative;
    }
    .small-spincontainer {
        margin: 0 auto;
        width: 120px;
        height: 120px;
        position: relative;
    }
    .second-section {
        background: #fff;
        margin: 0 auto 50px auto;
        padding: 0;
        width: 90%;
    }
    .audit-title {
        margin: 50px auto 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #414141, #414141);
        border: 1px solid #414141;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .audit-title h2 {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0px;
        color: #fff;
    }
    .radar-section {
        border-left: 1px solid #bbbbbb;
        border-right: 1px solid #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
        box-sizing: border-box;
        background: #fff;
        margin: 0 auto;
        padding: 30px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .radar-section-div {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .radar-section-div h2 {
        text-align: center;
        margin: 10px auto;
        font-size: 15px;
        font-weight: 700;
        color: #414141;
        font-style: italic;
        letter-spacing: 0px;
    }
    #chartdiv {
        width: 100%;
        height: auto;
    }
    .sub-section {
        display: none;
        margin: 20px auto;
        padding: 0;
        width: 90%;
        border: 1px solid #bbbbbb;
        background: #fff;
        box-sizing: border-box;
    }
    .sub-section-title {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #414141, #414141);
        border: 1px solid #414141;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .sub-section-title h2 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .sub-section-content {
        height: 500px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .sub-section-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .summary-spinner {
        margin: 10px auto;
        width: 130px;
        height: 130px;
        position: relative;
    }
    .sub-section-summary {
        width: 90%;
        margin: 10px auto;
    }
    .sub-section-summary h2 {
        font-size: 17px;
        color: #3f4642;
        width: 90%;
        margin: 0 auto;
    }
    .sub-section-summary h3 {
        font-size: 14px;
        color: #57615c;
        width: 90%;
        margin: 10px auto;
        font-weight: 5  00;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
    .sub-section-container {
        width: 95%;
        margin: 25px auto;
    }
    .sub-section-container-title {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        background: linear-gradient(90deg, #57615c, #57615c);
        border: 1px solid #57615c;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }
    .sub-section-container-content {
        box-sizing: border-box;
        padding: 10px;
        margin: 10px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .content-result {
        max-width: 90%;
    }
    .content-result h2 {
        font-size: 15px;
        color: #3f4642;
        margin: 0;
    }
    .content-result p {
        font-size: 13px;
        color: #57615c;
        max-width: 90%;
        margin: 15px 0;
        font-weight: 5  00;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
    .content-detail-button {
        border: none;
        background: #db5050;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        padding: 10px;
        border-radius: 2px;
        margin: 10px 0;
        cursor: pointer;
    }
    .content-checkmark {
        min-width: 30px;
    }
    .content-checkmark img {
        width: 30px;
        height: auto;
        max-height: 60px;
    }
    .metrics-table {
        display: grid;
        max-width: 90%;
        margin: 20px 0;
        overflow-x: scroll;
        box-sizing: border-box;
    }
    .metrics-cell {
        padding: 5px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
    }
    .metrics-cell img {
        height: 12px;
        width: auto;
    }
    .metrics-header {
        font-size: 14px;
        font-weight: 600;
    }
    .metrics-header {
        font-size: 14px;
        font-weight: 600;
        color: #db5050;
    }
    .metrics-text {
        font-size: 12px;
        font-weight: 5  00;
        color: #57615c;
    }
    .row-back-1 {
        background: #f9f9f9;
    }
    .row-back-2 {
        background: #e6e6e6;
    }
    .solid-bar {
        height: 12px;
        border: none;
        background: #db5050;
    }
    .device-renderings {
        margin: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .device-renderings svg {
        margin: 20px auto;
        height: 200px;
        width: auto;
    }
    .chartjs-div {
        flex-wrap: wrap;
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .chartjs-special {
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .perf-chart {
        margin: 10px 0;
        width: auto;
        height: auto;
        max-width: 90%;
    }
    .perf-chart-1 {
        margin: 10px 0;
        height: auto;
        width: auto;
        max-width: 90%;
    }
    .pie-div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 90%;
        overflow: hidden;
        margin: 10px 0;
    }
    .legend-con {
        /* max-width: 90%; */
    }
    .legend-con ul {
        list-style: none;
        padding: 0;
    }
    .legend-con li {
        font-size: 14px;
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }
    .legend-con li span {
        display: inline-block;
    }
    .legend-con li span.chart-legend {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .resources-flex {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 10px 0;
    }
    .resources-flex-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin: 10px;
        width: 80px;
    }
    .resources-flex-item img {
        height: 30px;
        width: auto;
        margin: 0 auto;
    }
    .resources-flex-item h3 {
        font-size: 15px;
        font-weight: 600;
        color: #494949;
        margin: 5px auto;
        text-align: center;
    }
    .resources-flex-item p {
        font-size: 13px;
        font-weight: 5  00;
        color: #57615c;
        margin: 0 auto;
        text-align: center;
    }
    #bottom-button {
        border-radius: 2px;
        display: none;
        font-weight: 700;
        box-sizing: border-box;
        width: 90%;
        height: 40px;
        border: none;
        background: linear-gradient(90deg, #CB356B, #DB5050);
        color: #fff;
        font-size: 13px;
        letter-spacing: 0px;
        cursor: pointer;
        margin: 0 auto 50px auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .portfolio-item {
        margin: 0 auto;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }
    .portfolio-item svg {
        cursor: grab;
        width: 240px;
    }
    .portfolio-item svg:active {
        cursor: grabbing;
    }
    .portfolio-item a {
        text-decoration: none;
        color: #db5050;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        margin: 15px auto 0 auto;
    }
    .portfolio-item a:hover {
        text-decoration: underline;
    }
    .portfolio-container {
        padding: 0;
        margin: 25px auto;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .portfolio-filter {
        margin: 25px auto;
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .portfolio-filter h4 {
        font-size: 15px;
        font-weight: 600;
        color: #313131;
        margin: 0;
        text-align: left;
    }
    .portfolio-filter select {
        font-size: 15px;
        font-weight: 600;
        color: #313131;
        margin: 0;
        text-align: left;
        background: none;
        border-bottom: 2px solid #313131;
        border-top: none;
        border-left: none;
        border-right: none;
    }
}
