* {
    box-sizing: border-box;
}

/* body {
    background: url(img/home-background.png) rgb(0, 0, 0) top center / 100% 700px  no-repeat;
    width: 1280px;
    height: 874px;
    flex-shrink: 0;
    color: white;
    font-family: "Zain", sans-serif;
} */



body {
    /* background: rgb(0, 0, 0);  */
    /* Set a solid background color^^ */
    background: linear-gradient(to bottom, #10133D, #461B75) no-repeat;
    /* width: fit-content;
    height: 1317px; */
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-shrink: 0;
    color: white;
    font-family: "Zain", sans-serif;
    position: relative;
}

body::before {
    content: '';
    position: absolute;
    background-position: top center;
    width: 100%;
    height: 670px; /* Set the height to 700px */
    background: url(img/home-background.png) 50% / cover  no-repeat;
    overflow: hidden;
    z-index: -1; /* Ensure the image stays behind the content */
}

.header {
    display: grid;
    grid-template-columns: repeat(4, 70% 25% 30%);
    margin:10px;
    gap: 0px;
 }

















.burger {
    font-size: 30px;
    cursor: pointer;
    /* position: fixed; */
    /* top: 20px;
    left: 20px; */
    width: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    z-index: 2;
    color: #ffffff;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-content a {
    padding: 15px;
    text-decoration: none;
    font-size: 36px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content a:hover, .overlay-content a:focus {
    color: #f4f4f4;
    background-color: #575757;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #f1f1f1;
    transition: 0.3s;
    z-index: 9;
}

.closebtn:hover {
    color: #ffffff;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}





















.logo {
    height: 83px;
    margin: 10px;
}

.first {
    display: grid;
    grid-template-columns: repeat(2, 66%);
}

.end {
    display: grid;
    grid-template-columns: repeat(3, 400px 400px 400px);
    margin-top: 5px;
    margin: 60px;
}

.mission-1 {
    display: grid;
    justify-content: center;
    gap: 30px;
    /* width: 1400px; */
}

.mission {
    background: linear-gradient(to right, #492174, rgb(241, 241, 241, 0)) no-repeat;
    padding: 30px;
    display: flex;
    gap: 30px;
}

.rev-mission {
    background: linear-gradient(to left, #461B75, rgb(16, 19, 61, 0)) no-repeat;
    padding: 30px;
    display: flex;
    gap: 30px;
}

.immerse {
    width: 50%;
    height: 67%;
    flex-shrink: 0;
    background-color: blue;
    padding: 30px;
    border-radius: 10%;
}

.article {
    width: 100%;
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.145%;
}

footer {
    background-color: #10133D;
    margin-top: 100px;
    padding: 32px; 
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.footer-nav {
    display: grid;
}

.footer-links {
    color: #ffffff;
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    
}

#tech-jobs {
    display: flex;
    justify-content: center;
    margin-top: 130px;
    margin-bottom: 60px;
}
















h1 {
    color: #FFF;
    font-family: Zain;
    font-size: 160px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%; /* 180px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    /* background-color: black; */
    margin: 30px;
}

h2 {
    color: #FFF;
    font-family: Zain;
    font-size: 108px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 128px */
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin-right: 40px;
    /* margin-left: 40PX; */
}

h3 {
    color: #FFF;
    font-family: Zain;
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 96px */
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin: 0;
}

h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 40px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0;
}

h5 {
    font-size: 24px;
    font-weight: 200;
    margin: 0;
}

p {
    /* width: 529px; */
    color: #FFF;
    font-family: "Avenir Next";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.145%; /* 35.566px */
}

.ended {
    margin-top: 250px;
    width: 370px;
}

.img {
    margin-top: 80px;
}

button {
    margin-right: 5px;
    text-align: center;
    font-family: "Avenir Next";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
}




















































































@media screen and (max-width: 1200px) {
    body {
        /* background: rgb(0, 0, 0);  */
        /* Set a solid background color^^ */
        background: linear-gradient(to bottom, #10133D, #461B75) no-repeat;
        /* width: fit-content;
        height: 1317px; */
        min-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        flex-shrink: 0;
        color: white;
        font-family: "Zain", sans-serif;
        position: relative;
    }
    
    body::before {
        content: '';
        position: absolute;
        background-position: top center;
        width: 100%;
        height: 600px; /* Set the height to 700px */
        background: url(img/home-background.png) 50% / cover  no-repeat;
        overflow: hidden;
        z-index: -1; /* Ensure the image stays behind the content */
    }
    
    .header {
        display: grid;
        grid-template-columns: repeat(3, 68% 27% 40%);
        margin:10px;
        gap: 0px;
     }
    
    .logo {
        height: 83px;
        margin: 10px;
    }













    
    .first {
        display: grid;
        grid-template-columns: repeat(2, 66%);
    }
    
    .end {
        display: grid;
        grid-template-columns: repeat(3, 35% 35% 30%);
        margin-top: 5px;
        margin: 30px;
    }
    
    .mission-1 {
        display: grid;
        justify-content: center;
        gap: 30px;
        margin: 30px;
        /* width: 1400px; */
    }
    
    .mission {
        background: linear-gradient(to right, #492174, rgb(241, 241, 241, 0)) no-repeat;
        padding: 30px;
        display: flex;
        gap: 30px;
    }
    
    .rev-mission {
        background: linear-gradient(to left, #461B75, rgb(16, 19, 61, 0)) no-repeat;
        padding: 30px;
        display: flex;
        gap: 30px;
    }
    
    .immerse {
        width: 312px;
        height: 370px;
        flex-shrink: 0;
        background-color: blue;
        padding: 30px;
        border-radius: 10%;
    }
    
    .article {
        width: 258px;
        color: #FFF;
        font-family: "Avenir Next";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.145%;
    }
    
    footer {
        background-color: #10133D;
        margin-top: 100px;
        padding: 32px; 
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }
    
    .footer-nav {
        display: grid;

    }
    
    .footer-links {
        color: #ffffff;
        font-size: 60px;
        font-style: normal;
        font-weight: 900;
        line-height: 80%;
        
    }

    .footer-logo {
        display: grid;
        grid-template-columns: repeat(2, 50% );
    }
    
    #tech-jobs {
        display: flex;
        justify-content: center;
        margin-top: 130px;
        margin-bottom: 60px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    h1 {
        color: #FFF;
        font-family: Zain;
        font-size: 120px;
        font-style: normal;
        font-weight: 900;
        line-height: 80%; /* 180px */
        letter-spacing: 1.8px;
        text-transform: uppercase;
        /* background-color: black; */
        margin: 30px;
    }
    
    h2 {
        color: #FFF;
        font-family: Zain;
        font-size: 83px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 128px */
        letter-spacing: 1.28px;
        text-transform: uppercase;
        margin-right: 40px;
        /* margin-left: 40PX; */
    }
    
    h3 {
        color: #FFF;
        font-family: Zain;
        font-size: 72px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 96px */
        letter-spacing: 0.96px;
        text-transform: uppercase;
        margin: 0;
    }
    
    h4 {
        color: #FFF;
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 40px */
        letter-spacing: 0.4px;
        text-transform: uppercase;
        margin: 0;
    }
    
    h5 {
        font-size: 24px;
        font-weight: 200;
        margin: 0;
    }
    
    p {
        /* width: 529px; */
        color: #FFF;
        font-family: "Avenir Next";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 111.145%; /* 35.566px */
    }
    
    .ended {
        margin-top: 250px;
        width: 80%;
    }
    
    .img {
        margin-top: 80px;
    }
    
    button {
        margin-right: 5px;
        text-align: center;
        font-family: "Avenir Next";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 10px;
        border-radius: 20px;
        background: #FFF;
    }
}






































































































@media screen and (max-width: 900px) {
    body {
        /* background: rgb(0, 0, 0);  */
        /* Set a solid background color^^ */
        background: linear-gradient(to bottom, #10133D, #461B75) no-repeat;
        /* width: fit-content;
        height: 1317px; */
        min-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        flex-shrink: 0;
        color: white;
        font-family: "Zain", sans-serif;
        position: relative;
    }
    
    body::before {
        content: '';
        position: absolute;
        background-position: top center;
        width: 100%;
        height: 550px; /* Set the height to 700px */
        background: url(img/home-background.png) 50% / cover  no-repeat;
        overflow: hidden;
        z-index: -1; /* Ensure the image stays behind the content */
    }
    
    .header {
        display: grid;
        grid-template-columns: repeat(3,45% 47% 40%);
        margin:10px;
        gap: 10px;
     }
    
    .logo {
        height: 70px;
        margin: 10px;
    }













    
    .first {
        display: grid;
        grid-template-columns: repeat(1, 66%);
    }

    .immerse {
        width: 150%;
        /* height: 270px; */
        flex-shrink: 0;
        background-color: rgb(0, 0, 255, 0);
        padding: 30px;
        border-radius: 5%;
    }

    .article {
        width: 100%;
        color: #FFF;
        font-family: "Avenir Next";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 111.145%;
    }
    
    .end {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        margin-bottom: 0px;
        margin-top: 0px;
        margin: 30px;
        gap: 20px; /* Adds space between the elements */
    }

    .mission-1 {
        display: grid;
        justify-content: center;
        gap: 30px;
        margin: 30px;
        /* width: 1400px; */
    }
    
    .mission {
        background: linear-gradient(to right, #492174, rgb(241, 241, 241, 0)) no-repeat;
        padding: 30px;
        display: flex;
        gap: 30px;
    }
    
    .rev-mission {
        background: linear-gradient(to left, #461B75, rgb(16, 19, 61, 0)) no-repeat;
        padding: 30px;
        display: flex;
        gap: 30px;
    }
    
    footer {
        background-color: #10133D;
        margin-top: 100px;
        padding: 24px; 
        display: grid;
        grid-template-columns: repeat(2, 55%);
    }
    
    .footer-nav {
        display: grid;

    }
    
    .footer-links {
        color: #ffffff;
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 80%;
        
    }

    .footer-logo {
        display: grid;
        grid-template-columns: repeat(2, 70% );
    }
    
    #tech-jobs {
        display: flex;
        justify-content: center;
        margin-top: 130px;
        margin-bottom: 60px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    h1 {
        color: #FFF;
        font-family: Zain;
        font-size: 120px;
        font-style: normal;
        font-weight: 900;
        line-height: 80%; /* 180px */
        letter-spacing: 1.8px;
        text-transform: uppercase;
        /* background-color: black; */
        margin: 30px;
    }
    
    h2 {
        color: #FFF;
        font-family: Zain;
        font-size: 83px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 128px */
        letter-spacing: 1.28px;
        text-transform: uppercase;
        margin-right: 40px;
        /* margin-left: 40PX; */
        order: 1;
    }
    
    h3 {
        color: #FFF;
        font-family: Zain;
        font-size: 64px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 96px */
        letter-spacing: 0.96px;
        text-transform: uppercase;
        margin: 0;
    }
    
    h4 {
        color: #FFF;
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 40px */
        letter-spacing: 0.4px;
        text-transform: uppercase;
        margin: 0;
    }
    
    h5 {
        font-size: 24px;
        font-weight: 200;
        margin: 0;
    }
    
    p {
        /* width: 529px; */
        color: #FFF;
        font-family: "Avenir Next";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 111.145%; /* 35.566px */
        order: 2;
    }
    
    .ended {
        margin-top: 0px;
        width: 100%;
    }
    
    .img {
        margin-top: 0px;
        display: none;
    }
    
    button {
        margin-right: 5px;
        text-align: center;
        font-family: "Avenir Next";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 10px;
        border-radius: 20px;
        background: #FFF;
    }
}





















































































@media screen and (max-width: 530px) {
    body {
        /* background: rgb(0, 0, 0);  */
        /* Set a solid background color^^ */
        background: linear-gradient(to bottom, #10133D, #461B75) no-repeat;
        /* width: fit-content;
        height: 1317px; */
        min-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        flex-shrink: 0;
        color: white;
        font-family: "Zain", sans-serif;
        position: relative;
    }
    
    body::before {
        content: '';
        position: absolute;
        background-position: top center;
        width: 100%;
        height: 340px; /* Set the height to 700px */
        background: url(img/home-background.png) 50% / cover  no-repeat;
        overflow: hidden;
        z-index: -1; /* Ensure the image stays behind the content */
    }
    
    .header {
        display: grid;
        grid-template-columns: repeat(3,190px 180px 100px);
        margin:10px;
        gap: 0px;
     }
    
    .logo {
        height: 50px;
        margin: 10px;
    }













    
    .first {
        display: grid;
        grid-template-columns: repeat(1, 66%);
        /* justify-content: end; */
        /* align-items: end; */
        margin-right: 80px;
    }

    .immerse {
        width: auto;
        height: auto;
        flex-shrink: 0;
        background-color: rgb(0, 0, 255, 0);
        padding: 30px;
        border-radius: 5%;
    }

    .immerse-nav {
        display: flex;
        width: max-content;
    }




    .article {
        width: 300px;
        color: #FFF;
        font-family: "Avenir Next";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 111.145%;
    }
    
    /* .end {
        display: grid; */
        /* grid-template-columns: repeat(1, 300px); */
        /* grid-template-rows: repeat(2, 100px 100px);
        margin-top: 5px;
        margin: 30px;
    } */

    .end {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        margin-top: 5px;
        margin: 30px;
        gap: 20px; /* Adds space between the elements */
    }

    .mission-1 {
        display: grid;
        justify-content: center;
        gap: 30px;
        margin: 30px;
        /* width: 1400px; */
    }
    
    .mission {
        background: linear-gradient(to right, #492174, rgb(241, 241, 241, 0)) no-repeat;
        padding: 30px;
        display: flex;
        gap: 30px;
    }
    
    .rev-mission {
        background: linear-gradient(to left, #461B75, rgb(16, 19, 61, 0)) no-repeat;
        padding: 30px;
        display: flex;
        gap: 30px;
    }
    
    footer {
        background-color: #10133D;
        margin-top: 100px;
        padding: 24px; 
        display: grid;
        grid-template-columns: repeat(2, 55%);
    }
    
    .footer-nav {
        display: grid;

    }
    
    .footer-links {
        color: #ffffff;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 80%;
        
    }

    .footer-logo {
        display: grid;
        grid-template-columns: repeat(2, 70% );
    }
    
    #tech-jobs {
        display: flex;
        justify-content: center;
        margin-top: 130px;
        margin-bottom: 60px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    h1 {
        color: #FFF;
        font-family: Zain;
        font-size: 64px;
        font-style: normal;
        font-weight: 900;
        line-height: 80%; /* 180px */
        letter-spacing: 1.8px;
        text-transform: uppercase;
        /* background-color: black; */
        margin: 30px;
        
    }
    
    h2 {
        color: #FFF;
        font-family: Zain;
        font-size: 24px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 128px */
        letter-spacing: 1.28px;
        text-transform: uppercase;
        /* margin-right: 40px; */
        /* margin-left: 40PX; */
        margin-right: 0;
        margin-bottom: 20px; 
        order: 1;
    }
    
    h3 {
        color: #FFF;
        font-family: Zain;
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 96px */
        letter-spacing: 0.96px;
        text-transform: uppercase;
        margin: 0;
    }
    
    h4 {
        color: #FFF;
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 40px */
        letter-spacing: 0.4px;
        text-transform: uppercase;
        margin: 0;
    }
    
    h5 {
        font-size: 16px;
        font-weight: 200;
        margin: 0;
    }
    
    p {
        /* width: 529px; */
        color: #FFF;
        font-family: "Avenir Next";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 111.145%; /* 35.566px */
        text-align: left;
         /* Aligns the text to the left */
        margin-bottom: 20px;
        order: 2;
    }
    
    .ended {
        margin-top: 0px;
        width: auto;
    }
    
    .img {
        margin-top: 0px;
        display: none;
    }
    
    button {
        margin-right: 5px;
        text-align: center;
        font-family: "Avenir Next";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 10px;
        border-radius: 20px;
        background: #FFF;
    }
}