:root {
    --grey-1: #F4F4F2;
    --grey-2: #E8E8E8;
    --grey-3: #BBBFCA;
    --grey-4: #495464;

    --black: #090C02;
    --grey: #333232;
    --white: #F5F5F5;
    --red: #cf0101;
    font-size: 16px;

    --gradient: linear-gradient(to bottom, var(--grey-3), var(--grey-2))
}

/* Resetting default browser styles */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
ol,
li,
form,
label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Box-sizing border-box for all elements */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Default font and background color */
body {
    font-family: "Helvetica", "Arial", sans-serif;
    background-color: var(--grey-1);
    color: var(--black);
    font-size: 1rem;
    position: relative;
    min-height: 100vh;
    font-size: 18px;
}

/* Container to center content */
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px;
}

/* Paragraphs */
p {
    margin-bottom: 10px;
}

/* Links */
a {
    color: var(--black);
    text-decoration: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: var(--red);
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 4px solid var(--grey-4);
    background: linear-gradient(to left, var(--grey-1), var(--grey-3));
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 20px;
}

.logo img {
    width: 3.5rem;
}

.hero {
    /* border-block: 1px solid var(--red); */
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #33323241, #090c0241);
    padding: 15rem 20px;
    position: relative;
    color: var(--grey-1)
        /* min-height: 40rem; */
}

.hero h1 {
    font-size: 7rem;
    text-align: center;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 500px) {
    .hero h1 {
        font-size: 4rem;
    }
}

.hero img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.aboutus {
    border-top: 4px solid var(--grey-4);
}

.aboutus h2 {
    padding: .5rem;
    font-size: 2rem;
}

.aboutus p {
    padding: .5rem;
}


.hiring {
    background: var(--white);
    color: var(--black);
    border-bottom: 3px solid var(--grey-4);
}

.images .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.images .imgcontainer {
    width: 50%;
    height: 0;
    padding-bottom: 30.25%;
    position: relative;
    overflow: hidden;
}

.imgcontainer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2 {
    padding: .5rem;
    font-size: 2rem;
}

p {
    padding: .5rem;
}



/* .contact p {
    text-align: start;
    padding: .5rem;
}

.infoholder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactinfo {
    display: inline-block;
} */

/* .contact h2 {
    padding: .5rem 0;
    font-size: 2rem;
}

.contact p {
    padding: .5rem;
} */

/* footer {
    border-top: 3px solid var(--grey-4);
    margin-top: 3rem;
    background: linear-gradient(to right, var(--grey-3), var(--grey-1));
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1rem;
} */

footer {
    border-top: 3px solid var(--grey-3);
    margin-top: 3rem;
    background: linear-gradient(to right, var(--grey-4), var(--grey));
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    /* padding: 1rem; */
    color: var(--grey-2);
}
footer a {
    color: var(--grey-2);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 5rem;
    row-gap: .5rem;
}

.final {
    padding: 1rem;
    text-align: center;
    margin-bottom: 0;
    background-color: #090C02;
    border-radius: 30px;
    color: var(--white);
    background: linear-gradient(to left, var(--grey-4), var(--grey));
}

/* .pillar3 a {
    color: var(--red); */
/* } */

.spacing {
    padding-top: 3rem;
}

.contact hr {
    margin-left: 0;
    width: 350px;
    max-width: 100%;
}

/* .contactinfo {
    padding-left: 0 !important;
} */

/* footer .container {
    max-width: 1500px;
} */




.hiring {
    /* color: var(--white); */
    background: linear-gradient(to top right, var(--grey-3), var(--grey-1));
}

.images {
    background-color: var(--grey-4);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2), 0px -5px 10px rgba(0, 0, 0, 0.2);
}

hr {
    border: none;
    height: 2px;
    background-color: var(--black);
    
}

.hero-hr {
    background-color: var(--red);
    height: 3px;
    border-radius: 50px;
}

.contact-button {
    background-color: var(--grey-4);
    color: var(--grey-1);
    padding: .5rem 1rem;
    border-radius: 4px;
    text-decoration: none;
}

.contact-button:hover {
    color: var(--grey-1);
}



.hero {
    /* margin-top: 76px; */
    max-height: 60vh;
}

body {
    padding-top: 76px;
}