/*Usual*/
html,body{
    height: 100%;
    margin: 0;
}
body {
    font-family: 'Baskerville','Inter';
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
    body.noscroll {
        overflow: hidden;
        height: 100vh;
        filter: brightness("40%");
    }

/*Navigation & Cover Section*/
.cover-section {
    position: relative;
    max-width: 100%;
    height: 100vh;
    box-sizing: border-box;
}

.upper-navigation-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    justify-content: space-around;
    align-items: center;
    background-color: none;
    z-index: 2;
}

.cover-section img:first-of-type {
    position: relative;
    width: 500px;
    height: auto;
    filter: brightness(125%);
}

#cover-image {
    object-fit: cover;
    height: 100vh !important;
    width: 100%;
    filter: brightness(70%);
}

.upper-navigation-bar a {
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    transition: 0.3s;
}

    .upper-navigation-bar a:hover {
        background-color: white;
        color: black;
    }

.right-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 5px;
}

    .right-navigation a:last-child {
        background-color: ivory;
        color: black;
        transition: 0.3s;
    }

        .right-navigation a:last-child:hover {
            background-color: rgba(255,255,240,0.6);
        }

#nav-list-right-full-screen {
    display: none;
}

    #nav-list-right-full-screen button {
        border-collapse: collapse;
        border: none;
        background-color: ivory;
        color: black;
        padding: 12px 20px 10px 20px;
        cursor: pointer;
        font-size: 26px;
        transition: 0.3s;
    }

        #nav-list-right-full-screen button:hover {
            background-color: transparent;
            outline: 1px solid white;
            color: white;
        }

.cover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: space-around;
    gap: 5px;
    z-index: 3;
}

    .cover-text span {
        padding: 10px;
    }

        .cover-text span:first-child {
            font-size: 80px;
            font-weight: bold;
            font-style: italic;
        }

        .cover-text span:last-of-type {
            font-size: 28px;
            margin-bottom: 10px;
        }

    .cover-text a {
        font-size: 20px;
        align-self: center;
        width: fit-content;
        text-decoration: none;
        background-color: ivory;
        padding: 13px 19px;
        color: black;
        transition: 0.3s;
        font-family: 'Cormorant Garamond';
    }

        .cover-text a:hover {
            background-color: rgba(255,255,240,0.6);
        }

        /*Side Navigation Bar*/
.side-bar {
    top:0;
    left: -100% ;
    width: 100vw;
    height: 100vh;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    transition: left 0.5s ease-in;
    background-color: black;
    color: white;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
}

.side-upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: inherit;
    padding: 20px;
}

    .side-upper img {
        max-width: 100px;
        height: auto;
    }

    .side-upper button {
        border-collapse: collapse;
        border: none;
        color: grey;
        cursor: pointer;
        font-size: 30px;
        padding: 12px;
        transition: 0.4s;
        background-color: transparent;
        height: fit-content;
        position: relative;
        margin-right: 5px;
    }

        .side-upper button:hover {
            color: white;
        }

.list-of-links {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .list-of-links a {
        text-decoration: none;
        font-size: 50px;
        color: white;
        transition: 0.5s;
        padding: 20px 25px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .list-of-links a:hover {
            font-weight: bold;
        }
.full-screen-down {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
    text-align: center;
    padding: 30px 10px;
}

    .full-screen-down span {
        background: linear-gradient(to bottom, white,silver,white);
        font-family: DM Sans;
        font-size: 20px;
        -webkit-background-clip:text;
        background-clip: text;
        color: transparent;
    }
.icons-full-screen{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.icons-full-screen a{
    text-decoration: none;
    padding: 2px;
    transition: 0.4s;
    color: grey;
}
    .icons-full-screen a svg {
        width: 28px;
        height: 28px;
        transition: filter 0.4s ease-in, color 0.4s ease-in;
    }
    .icons-full-screen a:hover svg {
        color: white;
    }


/*Accomplishments*/
.accomplishments {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 20px;
}

.accomplishment-column {
    background: linear-gradient(to bottom right, rgb(139, 139, 139), rgb(227, 226, 226), rgb(139,139,139));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 20px;
}

.border, .border-row , .border-foot {
    width: 2px;
    background: linear-gradient(to bottom, #c0c0c0, #e0e0e0, #c0c0c0);
    margin: 0 20px;
}

.border-row {
    height: 2px !important;
    width: inherit !important;
}

.accomplishment-column span:first-child {
    font-size: 70px;
}

.accomplishment-column span:last-child {
    font-size: 21px;
    letter-spacing: 7.5px;
}

/*Services Section*/
.services {
    font-family: 'DM Sans';
}

.service-header {
    position: relative;
    background-image: linear-gradient(to bottom right, grey, silver);
    color: white;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    padding: 30px;
}

.services-rows {
    display: flex;
    flex-direction: column;
}

.service-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent;
    max-height: 400px;
    position: relative;
}

    .service-row img:last-child {
        object-fit: cover;
        position: relative;
        width: 100%;
        height: 400px;
        filter: brightness(40%);
    }

.service-row-content {
    position: absolute;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -20px;
    z-index: 1;
    padding: 0 20px;
}

    .service-row-content.reverse {
        flex-direction: row-reverse !important;
    }

.left-hand-serv-row {
    flex: 55%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: 'DM Sans' !important;
    padding: 25px;
    justify-content: space-around;
    gap: 7px;
    background-color: transparent
}

    .left-hand-serv-row span {
        color: white;
    }

        .left-hand-serv-row span:first-child {
            font-size: 70px;
            font-weight: lighter;
            font-family: 'DM Sans';
            line-height: 60px;
            font-weight: bold;
        }

        .left-hand-serv-row span:last-child {
            font-size: 17px;
        }

.right-hand-serv-row {
    flex: 40%;
    background-color: transparent;
    text-align: center;
    position: relative;
}

.right-hand-serv-row-attributes {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    width: 300px;
    gap: 10px;
}

    .right-hand-serv-row-attributes img {
        width: 20px !important;
        height: 20px !important;
    }

.right-hand-serv-row span:first-child {
    object-fit: cover;
    font-size: calc(400px * 0.75);
    font-family: 'Fraunces' !important;
    font-weight: 100 !important;
    color: rgba(255,255,240,0.45);
    position: relative;
}

.attribute-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: inherit;
    border-radius: 7px;
    width: auto;
    background-color: rgba(0, 0, 0,0.25);
    padding: 10px 15px;
    outline: 1px solid black;
}

.custom-icon svg {
    height: 26px !important;
    width: 26px !important;
    filter: brightness(0) saturate(100%) invert(100%) opacity(70%) drop-shadow(0 0 6px ivory);
}

.attribute-row span {
    color: rgba(255,255,240,0.7);
    text-align: center;
    padding-top: 2px;
}
/*Locations Section*/
.locations {
    position: relative;
}

    .locations img {
        object-fit: cover;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        filter: brightness(50%);
    }

.locations-cover-text {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(to bottom right, rgb(139, 139, 139), rgb(227, 226, 226), rgb(139,139,139));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 20px;
}

    .locations-cover-text span:first-child {
        font-size: 70px;
        font-weight: 900;
        text-shadow: 0 0 6px #c0c0c0;
    }

    .locations-cover-text span:last-child {
        font-size: 30px;
        letter-spacing: 7px;
    }

    .locations-cover-text a {
        width: fit-content;
        text-decoration: none;
        color: white;
        margin-top: 10px;
        padding: 15px 25px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        background-image: linear-gradient(to bottom right,silver,grey,silver);
        transition: 0.7s;
        align-self: center;
        font-weight: bold;
        border-radius: 7px;
    }

        .locations-cover-text a:hover {
            background-image: linear-gradient(to bottom right,rgba(192,192,192,0.4),rgba(128,128,128,0.4),rgba(192,192,192,0.4));
            outline: 1px solid grey;
        }

/*Footer Section*/
.footer {
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    display: flex;
    flex-direction: row;
    height: fit-content;
    margin-top: auto;
}

.left-side-footer {
    flex: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 45px;
    padding: 10px;
    font-size: 18px;
    background: linear-gradient(to bottom right, rgb(139, 139, 139), rgb(227, 226, 226), rgb(139,139,139));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.right-side-footer {
    flex: 50%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-self: center;
    gap: 10px;
}

    .right-side-footer a {
        color: white
    }

/*Non-Homepage Navigation Bar*/
.upper-navigation-bar-1 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    padding: 10px 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

    .upper-navigation-bar-1 a {
        text-decoration: none;
        color: white;
        padding: 10px 15px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        transition: 0.3s;
    }

        .upper-navigation-bar-1 a:hover {
            background-color: ivory;
            color: black;
        }

.left-navigation-1 img {
    position: relative;
    width: 300px;
    -webkit-filter: brightness(125%);
    height: auto;
    filter: brightness(125%);
}

.right-navigation-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 5px;
}

    .right-navigation-1 a:last-child {
        background-color: ivory;
        color: black;
        transition: 0.3s;
    }

        .right-navigation-1 a:last-child:hover {
            background-color: rgba(255,255,240,0.6);
        }
 /*Shared Blocks*/
.about-us-header, .contact-header {
    position: relative;
    max-height: 400px;
    width: 100%;
    font-family: 'Cormorant Garamond';
    font-weight: 300;
}

    .about-us-header img, .contact-header img {
        position: relative;
        object-fit: cover;
        width: inherit;
        height: 400px;
        filter: brightness(85%);
    }

.about-us-header-content, .contact-header-content {
    width: 100%;
    position: absolute;
    color: white;
    height: 100%;
    background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

    .about-us-header-content span, .contact-header-content span {
        margin-left: 30px;
    }

        .about-us-header-content span:first-child, .contact-header-content span:first-child {
            font-size: 70px;
            font-family: "Cormorant Garamond";
            font-weight: bold;
        }

            .about-us-header-content span:first-child::after, .contact-header-content span:first-child::after {
                text-align: left;
                content: "";
                display: block;
                height: 2px;
                width: 100px;
                background-color: silver;
            }

/*About Us Page*/
.about-us-who {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 5px;
    background-color: black;
    color: white;
}

.about-us .accomplishments {
    padding: 0;
}

.about-us-para {
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Cormorant Garamond';
    gap: 20px;
}

#who {
    font-size: 50px;
    font-weight: bold;
    margin: 5px 0;
}

    #who::after {
        text-align: left;
        content: "";
        display: block;
        height: 2px;
        width: 100px;
        margin: 12px;
        background-color: silver;
    }

#who-descr {
    font-size: 25px;
    font-family: 'DM Sans';
}

.img-container {
    width: 40%;
    padding: 30px;
    box-sizing: border-box;
    align-self: center;
}

.about-us-who img {
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
}

.accomplishment-column-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 30%;
    box-sizing: border-box;
    background: linear-gradient(to bottom right, rgb(155, 132, 0), black);
    border-radius: 5px;
    margin: 15px 0;
    outline: 2px solid rgb(155,132,0);
}

.accomplishment-icon {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

    .accomplishment-icon svg {
        margin-top: -10px;
        width: 50px !important;
        height: 50px !important;
        color: gold !important;
    }

#last svg {
    margin-top: 0;
    width: 70px !important;
    height: 70px !important;
}

.accomplishment-column.gold {
    background-image: linear-gradient(180deg, #F7E08A 0%, #D9B55A 45%, #A8741A 100%);
    background-clip: text;
    color: transparent;
    padding: 10px;
}

    .accomplishment-column.gold span:first-child {
        font-size: 30px !important;
    }

    .accomplishment-column.gold span:last-child {
        font-size: 15px !important;
    }

#laster {
    margin-top: -10px;
}

.main-services, .distinguishment {
    padding: 20px 5px;
    color: white;
    background-color: black;
}

#service-the-header, #distinguish-title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Cormorant Garamond';
    margin-bottom: 20px;
}

    #service-the-header::after, #distinguish-title::after {
        content: "";
        display: block;
        height: 2px;
        width: 100px;
        margin: 12px auto 0;
        background-color: silver;
    }

.services-columns, .distinguish-columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    padding: 10px;
}

.service-column {
    padding: 20px;
    width: 26%;
    outline: 2px solid grey;
    border-radius: 5px;
    text-align: center;
    background: linear-gradient(to bottom right,lightgrey,silver,lightgrey);
    color: black;
}

.service-icon {
    width: 100% !important;
    text-align: center;
    padding: 20px 0;
}

    .service-icon svg, .accomplishment-icon svg {
        width: 100px;
        height: 100px;
        stroke: black;
    }

.service-text {
    display: flex;
    flex-direction: column;
    font-family: 'Cormorant Garamond';
    font-weight: 400;
}

    .service-text span:first-child {
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
    }

        .service-text span:first-child::after {
            content: "";
            display: block;
            height: 2px;
            width: 50px;
            margin: 8px auto 0;
            margin-bottom: 10px;
            background-color: black;
        }

.distinguish-column {
    width: 20%;
    background-color: rgb(41, 41, 41);
    color: rgb(164, 164, 164);
    padding: 25px;
    text-align: center;
    outline: 2px solid grey;
    border-radius: 5px;
}

    .distinguish-column .service-text span:first-child::after {
        background-color: rgb(164,164,164) !important;
    }

.about-us .locations {
    margin-bottom: -5px;
}
/*Work Display Page*/
.work-container {
    font-family: 'DM Sans';
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    background-color: Ivory;
}

.works-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}

.work-column {
    width: 30%;
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

    .work-column img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        box-sizing: border-box;
    }

.work-column-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    gap: 10px;
}

    .work-column-content span:first-child {
        font-size: 32px;
        font-weight: bold;
        color: white;
    }

    .work-column-content span {
        font-size: 16px;
        color: rgb(213, 213, 213);
    }

.work-pin {
    width: fit-content;
    font-size: 13px !important;
    outline: 1px solid ivory;
    color: ivory;
    background-color: rgba(128,128,128,0.6) !important;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 7px;
    height: fit-content;
    padding: 4px;
}

    .work-pin .page-icon svg {
        width: 26px;
        height: 26px;
        filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(200%) hue-rotate(10deg);
    }

.button-class {
    margin-top: 14px;
    width: 100%;
    text-align: center;
}

    .button-class a {
        padding: 10px 15px;
        color: black;
        background-color: ivory;
        text-decoration: none;
        transition: 0.3s;
        display: block;
        margin-top: auto;
    }

        .button-class a:hover {
            outline: 1px solid ivory;
            background-color: rgba(255,255,240,0.45);
            color: ivory;
        }

.pagination-e5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px;
}
    .pagination-e5 a {
        text-decoration: none;
        background-color: black;
        color: white;
        padding: 10px 15px;
        transition: 0.3s;
    }
.pagination-e5 a:hover {
    background-color: white;
    color: black;
}
.pagination-e5 .active {
    background-image: linear-gradient(to bottom right, silver,white);
    color: black;
    padding: 10px 15px;
    outline: 1px solid black;
}

/*Careers Page*/
.careers-cover {
    position: relative;
    font-family: 'DM Sans';
}

    .careers-cover img {
        object-fit: cover;
        width: 100%;
        height: auto;
        filter: brightness(60%);
    }

.careers-cover-text {
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: -30px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-family: 'DM Sans';
}

    .careers-cover-text span:first-child {
        font-size: 80px;
        font-weight: 600;
    }

#tem-join {
    font-size: 30px;
    margin-bottom: 10px;
}

#jointer {
    display: flex;
    flex-direction: row;
    width: 90%;
    text-align: center;
    gap: 10px;
}

.careers-cover-text input[type = "text"] {
    width: 80% !important;
    height: fit-content;
    padding: 10px 15px;
}

.careers-cover-text button {
    border-collapse: collapse;
    background-color: black;
    outline: 1px solid white;
    border-radius: 5px;
    padding: 5px;
    height: fit-content !important;
    cursor: pointer;
    transition: 0.3s;
}

    .careers-cover-text button:hover {
        filter: brightness(160%);
        outline: 2px solid white;
    }

    .careers-cover-text button span {
        height: fit-content !important;
    }

        .careers-cover-text button span svg {
            margin: 0;
            display: block;
            height: 34px !important;
            width: 34px !important;
            filter: brightness(0) saturate(100%) invert(100%) opacity(100%);
        }

.careers-cover-text a {
    text-decoration: none;
    background-color: none;
    color: white;
    padding: 0;
    margin-top: 10px;
    transition: 0.3s;
}

    .careers-cover-text a:hover {
        font-weight: bold;
    }

/*Contact Us*/
.contact-container {
    font-family: 'DM Sans' !important;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.contact-flexer {
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
}

.contact-information {
    padding: 35px;
    flex: 60%;
    text-align: left;
    padding-left: 30px;
    outline: 1px solid grey;
}

.contact-information, .careers-section {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

#cont-info-text, #cont-info-paragraph {
    display: block;
}

#cont-info-text {
    font-size: 50px;
    font-weight: bold;
    font-family: "Cormorant Garamond";
    margin-bottom: 5px;
}

#cont-info-paragraph {
    font-size: 19px;
    margin-bottom: 20px;
}

.contact-information-rows {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    gap: 30px;
}

.contact-info-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

    .contact-info-row svg {
        width: 50px;
        height: 50px;
        filter: brightness(0) contrast(100%);
    }
    #abnormal-globe {
        margin-right: 5px;
        scale: 120%;
    }

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    text-align: left;
    gap: 5px;
}

    .contact-info div {
        display: flex;
        flex-direction: column;
        font-weight: normal !important;
    }

        .contact-info div span:first-child {
            font-weight: normal !important;
        }

    .contact-info span:first-child {
        font-weight: bold;
    }

.icons {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around;
    gap: 5px;
}

    .icons a {
        text-decoration: none;
        background-color: black;
        transition: 0.3s;
        padding: 2px 4px 7px 4px;
        transition: 0.4s;
    }

        .icons a:hover {
            background-color: rgba(0,0,0,0.6);
            filter: brightness(130%);
        }

    .icons svg {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(100%);
    }

.careers-section {
    padding: 30px;
    flex: 35%;
    outline: 1px solid grey;
}

#head-1 {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.careers-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

    #contact-icon svg, .careers-heading svg {
        height: 60px;
        width: 60px;
        filter: brightness(0) contrast(100%);
    }

    .careers-heading span:last-child {
        font-size: 50px;
        font-family: "Cormorant Garamond";
        font-weight: bold;
    }

.careers-paragraph {
    font-size: 20px;
}

#button-career {
    position: relative;
    margin-top: 30px;
    width: inherit;
    text-align: center;
}

.careers-section a {
    outline: 1px solid black;
    text-decoration: none;
    position: relative;
    overflow: hidden !important;
    padding: 10px 15px;
    font-weight: 700;
    background: black;
    background-clip: text;
    color: transparent;
    transition: background 0.4s ease;
    z-index: 1;
}

    .careers-section a div {
        position: absolute;
        top: 0;
        left: 0;
        background-color: black;
        width: 0%;
        height: 100%;
        opacity: 0;
        transition: width 0.5s ease-in-out;
        z-index: -1;
        box-sizing: border-box;
    }

    .careers-section a span, .careers-section a {
        position: relative;
        z-index: 1;
        transition: color 0.5s ease-in-out;
    }

        .careers-section a span {
            margin-left: 5px;
        }

        .careers-section a:hover {
            background: linear-gradient(to bottom, black, gold, black);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

            .careers-section a:hover div {
                width: 100%;
                opacity: 1;
            }

            .careers-section a:hover span {
                opacity: 1;
            }

/*Project Pages*/
.project-document {
    padding: 15px;
    font-family: 'DM Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#return-link {
    text-decoration: none;
    font-weight: bold;
    width: fit-content;
    color: black;
    padding: 10px 15px;
    margin: 10px 0;
    transition: 0.3s;
}

    #return-link:hover {
        box-shadow: 0 4px 8px 0 black;
    }

.project-document-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cover-image-project {
    max-height: 650px;
    width: 100%;
    object-fit: cover;
    align-self: center;
}

.project-title, .project-pins, .featured-images {
    padding: 0 10px;
}

.project-title {
    font-size: 60px;
    font-weight: bold;
}

.project-pins {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.pin-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

    .pin-item span:first-child svg {
        width: 24px;
        height: 24px;
        fill: #000000;
        filter: none;
        opacity: 1;
    }

    .pin-item span:last-child {
        font-style: italic;
        font-size: 17px;
    }

.paragraph-project {
    max-width: 1400px;
    margin-top: 15px;
    font-size: 20px;
    align-self: center;
}

.featured-images {
    box-sizing: border-box;
}

.gallery-images {
    width: 100%;
    position: relative;
    height: fit-content;
    box-sizing: border-box;
    background-color: black;
    overflow: hidden;
}

.gallery-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width: 100%;
    transition: transform 0.5s ease;
    will-change: transform;
    padding: 40px 0;
}

    .gallery-list span {
        flex: 0 0 33.33%;
        height: 300px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        cursor: pointer;
        background-color: rgb(44,44,44);
        padding: 10px;
        box-sizing: border-box;
    }

        .gallery-list span img {
            position: relative;
            box-sizing: border-box !important;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .gallery-list span:hover > img {
            filter: brightness(120%);
            outline: 1px solid white;
        }

.gallery-arrows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 100%;
    box-sizing: border-box !important;
}

    .gallery-arrows a {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-weight: bold;
        padding: 0 32px;
        color: white;
        transition: 0.3s;
        background-color: rgba(0,0,0,0.65);
        height: 100%;
        align-items: center;
        text-align: center;
    }

        .gallery-arrows a span {
            align-self: center;
        }

        .gallery-arrows a:hover {
            background-color: rgba(255,255,255,0.4);
        }
/*Coming Soon*/
.soon-container::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../Cover_Soon.png') center/cover no-repeat;
    z-index: 0;
}
.soon-container {
    width: 100%;
    min-height: 100vh;
    background-image: url('../Cover_Soon.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.soon-container img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    filter: brightness(70%);
}
.soon-content{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.9));
    overflow: hidden;
}
.soon-top, .soon-text, .social-media-icons, .phone-no, .footer-of-this-site {
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
}
.soon-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.soon-top img{
    margin: 30px 50px;
    max-width: 150px;
    height: auto;
}
.soon-top a{
    font-family: 'DM Sans';
    text-decoration: none;
    padding: 10px 15px;
    background-color: black;
    color: white;
    transition: 0.3s;
    align-self: flex-end;
}
.soon-top a:hover{
    background-color: white;
    color: black;
}
.soon-text{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.coming-soon {
    display: flex;
    flex-direction: column;
    width: inherit;
    font-size: 140px;
    color: white;
    font-family: 'Cormorant Garamond' !important;
}
    .coming-soon span:first-child {
        background-image: linear-gradient( 180deg, #f2f2f2 0%, #cfd3d8 35%, #8a9097 70%, #f0f0f0 100% );
        background-clip: text;
        color: transparent !important;
    }
    .coming-soon span:last-child {
        background-image: linear-gradient( 180deg, #e2c98f 0%, #c89a4a 40%, #9f7432 75%, #e0bf7a 100% ) !important;
        background-clip: text;
        color: transparent !important;
        margin-top: -90px;
        font-family: 'Cormorant Garamond' !important;
    }
    .coming-soon::after{
        content:'';
        width: 150px;
        height: 3px;
        margin: -20px auto 20px;
        background-image: linear-gradient(to bottom left, black, darkgoldenrod,black);

    }
.soon-text span:last-of-type{
    background-image: linear-gradient(to bottom left, white, silver, white);
    background-clip: text;
    color: transparent;
    font-family: 'DM Sans';
}
.social-media{
    display: flex;
    flex-direction: column;
}
.connection-text {
    width: inherit;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 27px;
    background-image: linear-gradient(to bottom left, grey, silver, grey);
    background-clip: text;
    color: transparent;
    letter-spacing: 5px;
}
.connection-text::after{
    content:'';
    width: 70px;
    height: 2px;
    margin: 12px auto 5px;
    background-image: linear-gradient(to bottom left, black, darkgoldenrod,black);
}
.social-media-icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}
.social-media-icons a{
    padding: 12.5px 9px 16px 7.5px;
    border-radius: 50%;
    background-color: transparent;
    transition: 0.3s;
    outline: 1px solid darkgoldenrod;
}
.social-media-icons a:hover{
    background-color: rgba(184,134,11,0.3);
    color: white;
    outline: 1px solid gold;
}
.social-media-icons svg {
    width: 30px;
    height: 30px;
    color: darkgoldenrod;
}
.phone-no{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.phone-1 span:first-child{
    padding: 13px 8px 16px 10px;
    border-radius: 10px;
    outline: 1px solid darkgoldenrod;
}
.phone-1 span:last-child{
    background-image: linear-gradient(to bottom, white,silver,white);
    background-clip: text;
    color: transparent;
    font-size: 20px;
    padding: 10px 15px;
    font-family: 'Baskerville Old Face';
    font-weight: bold;
}
.phone-1 svg{
    height: 30px;
    width: 30px;
    color: darkgoldenrod;
}
.footer-of-this-site::before{
    content:'';
    display: block;
    max-width: 600px;
    height: 2px;
    background-image: linear-gradient(to bottom left,black,silver,black);
    margin: 12px auto 10px;
}
.footer-of-this-site {
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, white,silver,white);
    font-family: DM Sans;
    font-size: 20px;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
/*Size Modifications*/
@media only screen and (max-width: 1180px) {
    .accomplishment-column.gold span:first-child {
        font-size: 30px !important;
    }

    .accomplishment-column.gold span:last-child {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 1030px) {
    .cover-section img:first-of-type {
        width: 350px;
    }
    .accomplishments.gold {
        flex-direction: column;
        justify-content: stretch;
    }

    .accomplishment-column-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .accomplishment-icon {
        padding: 20px 0 !important;
        text-align: left;
        margin: 15px;
        max-width: 70px;
    }

        .accomplishment-icon svg {
            height: 40px !important;
            width: 40px !important;
        }

    #last {
        padding: 10px 0 !important;
    }

        #last svg {
            height: 50px !important;
            width: 50px !important;
        }

    .accomplishment-icon svg, .accomplishment-column.gold, #laster {
        margin: 0 !important;
    }

    .accomplishment-column.gold {
        width: 70%;
        text-align: center;
    }
}

/*Tablet View*/
@media only screen and (max-width: 1000px) {
    .work-column {
        width: 48%;
    }
}

@media only screen and (max-width: 930px) {
    .cover-text {
        width: 100%;
        scale: 100%;
        top: 50%;
        left: 50%;
        width: 70%;
        transform: translate(-50%,-50%);
    }

        .cover-text span:first-child {
            font-size: 50px;
            font-weight: bold;
            font-style: italic;
        }

        .cover-text span:last-of-type {
            font-size: 21px;
            margin-bottom: 10px;
        }

        .cover-text a {
            font-size: 25px;
            width: 100%;
        }

    .left-side-footer {
        flex-direction: column;
    }
    .distinguish-columns {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .distinguish-column {
        width: 40%;
    }
}

@media only screen and (max-width:1000px) {
    .gallery-list span {
        flex: 0 0 50%;
    }
    #cont-info-text, .careers-heading span:last-child {
        font-size: 40px;
    }
}

@media only screen and (max-width: 870px) {
    .right-navigation, .right-navigation-1 {
        display: none;
    }

    #nav-list-right-full-screen {
        display: block;
    }
    .side-bar{
        display: flex;
    }

    .accomplishment-column span:first-child {
        font-size: 50px;
    }

    .accomplishment-column span:last-child {
        font-size: 17px;
        letter-spacing: 7.5px;
    }

    .left-hand-serv-row span:first-child {
        font-size: 50px;
    }

    .locations-cover-text span:first-child {
        font-size: 50px;
    }

    .right-side-footer {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .contact-flexer {
        flex-direction: column;
    }
    #who-descr {
        margin-top: -12px;
        font-size: 16px;
    }

    .about-us-para {
        width: 50%;
    }

    .img-container {
        width: 50%;
    }
    .coming-soon{
        font-size: 100px;
    }
    .coming-soon span:last-child{
        margin-top: -60px;
    }
}

@media only screen and (max-width:750px) {
    .service-row {
        max-height: 700px !important;
    }

        .service-row img:last-child {
            height: 700px !important;
        }

    .service-row-content {
        flex-direction: column;
        margin-top: 0;
    }

        .service-row-content.reverse {
            flex-direction: column !important;
        }

        .service-row-content, .service-row-content.reverse {
            justify-content: space-around;
        }
    .right-hand-serv-row {
        margin-top: -40px;
    }

    .accomplishments {
        flex-direction: column;
    }

    .border {
        height: 2px;
        width: inherit;
    }

    .gallery-arrows a {
        padding: 0 25px;
    }
    .services-columns {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .service-column {
        width: 90%;
        align-self: center;
    }
}

/*Mobile View*/
@media only screen and (max-width: 680px) {
    .locations{
        min-height: 550px;
    }
    .locations img{
        height: 550px;
    }
    .locations-cover-text span:first-child {
        font-size: 35px;
    }

    .cover-text span:first-child {
        padding: 10px 0;
        font-size: 29px;
        font-weight: bold;
        font-style: italic;
    }

    .cover-text span:last-of-type {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .cover-text a {
        font-size: 18px;
        width: 100%;
        padding: 5px 8px;
    }
    .service-header{
        font-size: 40px;
    }

    .work-column {
        width: 100%;
    }

    .project-title {
        font-size: 45px;
    }
    .left-hand-serv-row span:first-child {
        font-size: 30px;
        line-height: 40px;
    }
    .about-us-who {
        flex-direction: column-reverse;
    }

    .about-us-para {
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .img-container {
        width: 100%;
        padding: 0;
    }

    .distinguish-column {
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .gallery-list {
        gap: 0;
    }

        .gallery-list span {
            flex: 0 0 100%;
        }
    #cont-info-text, .careers-heading span:last-child {
        font-size: 35px;
    }
    .connection-text{
        font-size: 22px;
    }
}

@media only screen and (max-width: 510px) {
    .cover-section img:first-of-type {
        width: 180px;
    }

    #nav-list-right-full-screen button {
        font-size: 17px;
        padding: 6px 10px 3px 10px;
    }

    .left-side-footer {
        flex: 55%;
        font-size: 14px;
    }
    .right-side-footer{
        flex: 45%;
    }

    .locations-cover-text span:first-child {
        font-size: 24px;
    }

    .locations-cover-text span:last-child {
        font-size: 20px;
    }

    .project-pins {
        flex-direction: column;
    }

    .gallery-arrows a {
        padding: 0 15px;
    }
    #contact-icon svg, .careers-heading svg {
        height: 40px;
        width: 40px;
    }
    .coming-soon{
        font-size: 80px;
        margin-bottom: 10px;
    }
        .coming-soon::after {
            width: 100px;
            margin: -5px auto 20px;
        }
    .coming-soon span:last-child{
        margin-top: -50px;
    }
    .phone-no{
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .left-side-footer img{
        width: 100px !important;
        height: 100px !important;
    }
    .right-side-footer a{
        font-size: 14px;
    }
}

@media only screen and (max-width: 470px) {
    .project-title {
        font-size: 34px;
    }
    .left-navigation-1 img{
        width: 200px;
    }
    .contact-header-content span:first-child{
        font-size: 50px;
    }
    .contact-header-content span{
        margin-left: 35px;
    }
    #cont-info-text, .careers-heading span:last-child {
        font-size: 23px;
    }
    #cont-info-paragraph, .careers-paragraph{
        font-size: 15px;
    }
    .soon-top img {
        width: 80px;
    }
    .coming-soon{
        font-size: 60px;
    }
    .coming-soon span:last-child {
        margin-top: -40px;
    }
    .connection-text{
        font-size: 16px;
    }
    .soon-top a{
        font-size: 12px;
    }
    .cover-section .left-navigation img:first-of-type {
        width: 150px !important;
    }
    .careers-section a{
        font-size: 14px;
    }
}
@media only screen and (max-height:870px) and (min-width: 700px){
    .cover-text span:first-child {
        margin-top: 30px;
        font-size: 45px;
        line-height: 50px;
    }
    .cover-text a{
        font-size: 20px;
        padding: 10px 15px;
    }

    .cover-text span:last-of-type {
        font-size: 23px;
    }
}
@media only screen and (max-height: 870px){

    .side-bar {
        overflow-y: scroll;
    }
    .list-of-links a{
        font-size: 35px;
    } 
}
@media only screen and (max-height: 820px){
    .soon-content {
        overflow-y: scroll;
    }
}

@media only screen and (max-height: 600px) {
    .cover-section img:first-of-type {
        width: 300px;
    }

    .cover-text {
        margin-top: 40px;
    }

        .cover-text span:first-child {
            font-size: 27px;
            line-height: 29px;
        }

        .cover-text span:last-of-type {
            font-size: 13px;
        }

        .cover-text a {
            font-size: 14px;
        }
    #nav-list-right-full-screen button {
        font-size: 16px;
        padding: 9px 13px 8px 13px;
    }
}
@media only screen and (max-height: 400px){
    .cover-section img:first-of-type {
        width: 150px;
    }
    .cover-text a {
        font-size: 10px;
        margin-top: -20px;
    }
}
