﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.font-Roboto {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 100;
}

footer a {
    text-decoration: underline;
    color: inherit;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

    a:hover {
        text-decoration: none;
    }

.yellow-link {
    text-decoration: underline;
    color: #FDD54F;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

    .yellow-link:hover {
        text-decoration: underline;
        color: inherit;
    }

.common-link {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-bottom: 13px;
    display: block;
}

    .common-link:hover {
        text-decoration: underline;
        color: #FDD54F;
    }

.learn-how-link {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.3;
    font-style: italic;
    text-underline-offset: 6px;
    font-family: "Times New Roman", Times, serif;
    text-decoration: underline;
    text-decoration-color: #FDD54F;
    transition: color 0.3s ease;
    padding-top: 20px;
}

    .learn-how-link:hover {
        color: #FDD54F;
        text-decoration: none;
    }

footer {
    background-color: #767676;
}

    footer p {
        font-size: 17.5px;
        color: white;
        line-height: 1.3;
    }

.footerContainer {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    color: white;
    width: 80%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.footerLeft {
    flex: 1;
    padding: 18px 0% 33px 0px;
    background-color: transparent;
}

.footerRight {
    padding: 18px 0% 33px 0%;
    width: 50%;
    font-size: 17px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}


.appContainer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    text-align: right;
    gap: 10px;
    padding-top: 15px;
    background-color: transparent;
    width: 80%;
}

.appContainerLower {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
    background-color: transparent;
    width: 100%;
}

.appSmallContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40 px;
    border-radius: 0%;
    text-align: center;
    padding-top: 4px;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

    .appSmallContainer a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    .appSmallContainer svg {
        width: 80%;
        height: 80%;
        fill: white;
        transition: fill 0.3s ease-in-out;
    }

    .appSmallContainer:hover svg {
        fill: #FDD54F;
    }

.ContainerUW {
    display: grid;
    grid-template-columns: minmax(20%, auto) minmax(10%, auto) minmax(10%, auto) minmax(10%, auto) minmax(20%, auto);
    grid-template-rows: auto 50px 50px 50px 40px;
    gap: 0px;
    background-color: #000000;
    box-sizing: border-box;
    font-family: 'Segoe UI Variable', 'Segoe UI', sans-serif;
    text-align: left;
    color: white;
    column-gap: 40px;
    width: 79%;
    margin: 0 auto;
    padding: 30px 0px 70px 0px;
}

.portion1 {
    display: flex;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    align-items: flex-start;
    gap: 8px;
    margin-right: 40px;
    padding-top: 40px;
}
/* column 1 x row 1 */
.location-icon {
    fill: #676767;
    width: 16px;
    height: 16px;
}

.portion2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    padding-top: 40px;
}
/* column 2 x row 1 */
.portion3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    margin-left: 10px;
    padding-top: 40px;
}
/* column 3 x row 1 */
.portion4 {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
    margin-left: 10px;
    padding-top: 40px;
}
/* column 4 x row 1 */
.portion6 {
    grid-column: 1 / 4;
    grid-row: 2 / 4;
    padding-top: 40px;
}
    /* column 1-4 x row 2 */
    .portion6 p {
        font-size: 13px !important;
    }

.portion7 {
    display: flex;
    grid-column: 4 / 5;
    grid-row: 2 / 3;
    justify-content: center;
    align-items: center;
    padding-top: 55px;
}

.portion8 {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
    text-align: center;
    padding-top: 20%;
    margin-bottom: 70px;
    font-size: 12px;
}

.portion5 {
    grid-column: 5 / 6;
    grid-row: 1 / 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    border-left: 0.3px solid white;
    padding-left: 20px;
    position: relative;
    width: 100%;
    height: 300px;
}

.overlap-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -40%);
    align-items: center;
    justify-content: center;
    width: 400px;
    height: auto;
    opacity: 0.3;
    z-index: 1;
}

.overlap-txt {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 30px;
    text-align: center;
    background: transparent; /* No background */
}

.portion9 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    text-align: left;
    padding-top: 100px;
    margin-bottom: 80px;
    font-size: 12px;
}
