@font-face {
	font-family:'Vida31';
    src: url('../fonts/VidaPro/vida31pro.otf');
}
@font-face {
    font-family:'Vida32';
    src: url('../fonts/VidaPro/vida32pro.otf');
}
@font-face {
    font-family:'Vida33';
    src: url('../fonts/VidaPro/vida33pro.otf');
}

* {
    box-sizing: border-box;
}

html, body {
    margin: 0 auto;
    padding: 0;
    background-color: black;
    color:white;
    max-width: 1400px;
    font: normal normal normal 16px/18px 'Vida33';
}
.global-wrapper {
    background-color: black;
}

.vida31 {
    font-family: 'Vida31';
    font-weight: normal;
    font-stretch: normal;
    font-variant: normal;
}

.vida32 {
    font-family: 'Vida32';
    font-weight: normal;
    font-stretch: normal;
    font-variant: normal;
}

.vida33 {
    font-family: 'Vida33';
    font-weight: normal;
    font-stretch: normal;
    font-variant: normal;
}

.color-blue {
    color: #2270BC;
}

.opacity {
    opacity: 0.7;
}

.d-none {
    display: none !important;
}
/* HEADER */
header {
    display: flex;
    flex: 2;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
    margin: 0 80px;
    padding-top: 38px;
}

.logo {
    flex:1;
    position: fixed;
    cursor: pointer;
    z-index: 6;
    margin-top: 3px;
}

.navigation {
    flex: 1;
    text-align: end;
}

.navigation > a {
    font-size: 18px;
    padding-left: 27px;
    text-decoration: none;
    cursor: pointer;
}

.navigation > a:visited {
    color: white;
}

#menu-btn {
    position: fixed;
    display: none;
    cursor: pointer;
    margin-left:-42px;
    font-size: 18px;
    z-index: 66;
}

.show {
    display: inline-block !important;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 1);
    overflow: hidden;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: start;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.left > a, .right > a {
    text-decoration: none;
}

.left > .nav-anim1, .right > .nav-anim3, .left > .nav-anim2, .right > .nav-anim4 {
    padding-bottom: 70px;
}

.left {
    display: flex;
    flex-direction: column;
}

.right {
    display: flex;
    flex-direction: column;
}

.nav-anim1, .nav-anim2, .nav-anim3, .nav-anim4, .nav-anim5 {
    font-size: 64px;
    position: relative;
}
    
.nav-anim1 img, .nav-anim2 img, .nav-anim3 img, .nav-anim4 img {
    position: relative;
    top: 40px;
    left: 20px;
    opacity: 0;
    transition: all ease-out 600ms;
    height: 120px;
    rotate: -10deg;
}

.nav-anim1:hover img {
    top: 40px;
    left: 0px;
    opacity: 1;
    transform: rotate(10deg);
}

.nav-anim1 a, .nav-anim2 a, .nav-anim3 a, .nav-anim4 a, .nav-anim5 a {
    position: relative;
    text-decoration: none;
    transition: top ease 600ms;
    z-index: 2;
}

.nav-anim1:hover a, .nav-anim2:hover a, .nav-anim3:hover a, .nav-anim4:hover a, .nav-anim5:hover a{
    color: #2270BC;
    text-decoration: none;
}

.nav-anim1 a::after, .nav-anim2 a::after, .nav-anim3 a::after, .nav-anim4 a::after, .nav-anim5 a::after {
    content: '';
    position: absolute;
    top: 75px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color:#2270BC;
    transition: all 600ms, transform 600ms;
    opacity: 1;
    transform: scale(0);
    transform-origin: left;
}

.nav-anim1:hover a::after, .nav-anim1 :focus a::after, .nav-anim2:hover a::after, .nav-anim2 :focus a::after, .nav-anim3:hover a::after, .nav-anim3 :focus a::after, .nav-anim4:hover a::after, .nav-anim4 :focus a::after, .nav-anim5:hover a::after, .nav-anim5 :focus a::after {
    transform: scale(1);
}

.nav-anim2:hover img, .nav-anim5:hover img {
    top: 40px;
    left: 0px;
    opacity: 1;
    transform: rotate(10deg);
}

.nav-anim3:hover img {
    top: 40px;
    left: 30px;
    opacity: 1;
    transform: rotate(10deg);
}

.nav-anim4:hover img {
    top: 40px;
    left: 40px;
    opacity: 1;
    transform: rotate(10deg);
}

.nav-anim5 img {
    position: relative;
    top: 40px;
    left: 0px;
    opacity: 0;
    transition: all ease-out 600ms;
    height: 120px;
    rotate: -10deg;
}


/* HOME PAGE */
.section {
    margin: 0 181px;
}

.banner {
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner > h2 {
    font-size: 123px;
    margin: 0;
    padding-bottom: 51px;
    line-height: 143px;
}

.banner > h5 {
    font-size: 50px;
    margin: 0;
    line-height: 67px;
}

.head-subtitle {
    margin-bottom: 120px;
}

.head-subtitle > h4 {
    font-size: 84px;
    margin: 0;
    line-height: 99px;
}

.title {
    font-size: 16px;
}

.cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 297px;
}

.cards-text {
    padding-right: 101px;
    padding-top: 80px;
}

.cards-text > h4 {
    font-size: 36px;
    margin: 0;
    line-height: 42px;
}

.cards-text > p {
    font-size: 20px;
    letter-spacing: 0.8px;
}

.line-height {
    line-height: 30px;
}

.cards-img {
    position: relative;
}

.cards-img > img {
    background-color: #E6E6F2;
    height: 607px;
    width: 449px;
}

.circle-blue {
    background-color: #2270BC;
    height: 118px;
    width: 118px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 3px 40px #00000057;
}

.circle1 {
    bottom: 80px;
    left: 371px;
}

.circle2 {
    bottom: 70px;
    right: 0px;
}

.circle3 {
    bottom: 90px;
    left: 50px;
}

.circle4 {
    left: 272px;
    bottom: 400px;
}

.circle5 {
    bottom: 100px;
    left: 90px;
}

.circle6 {
    bottom: 450px;
    left: 50px;
}

.circle7 {
    bottom: 265px;
    left: -50px;
}

.circle8 {
    bottom: 20px;
    left: 40px;
}

.circle9 {
    bottom: -30px;
    left: 365px;
}

.circle10 {
    bottom: 100px;
    left: 275px;
}

.view {
    font-size: 20px;
    padding-top: 15px;
    cursor: pointer;
}

.view a, .view a:hover {
    position: relative;
    text-decoration: none;
}

.view a:hover {
    color: #2270BC;
}

.view a::after {
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: 0.5px;
    background-color:#2270BC;
    transition: opacity 800ms, transform 800ms;
    opacity: 1;
    transform: scale(0);
    transform-origin: left;
}

.view a:hover::after, .view a:focus::after{
    transform: scale(1);
}

a, a:visited {
    color: white;
}

.join-anim {
    font-size: 84px;
    line-height: 97px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 2;
    margin-top: 392px;
}

.join-anim img {
    position: relative;
    left: 80px; 
    opacity: 0;
    transition: all ease-out 800ms;
    width: 268px;
    rotate: -20deg;
    flex: 1;
}

.join-anim:hover img {
    opacity: 1;
    transform: rotate(20deg) scale(1.5);
}

.home-join-text {
    flex:1;
    text-align: end;
    margin: auto 0;
    z-index: 1;
}

.home-join-text > p {
    margin: 0;
}

.join-anim a::after {
    content: '';
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:#2270BC;
    transition: opacity 800ms, transform 800ms;
    opacity: 1;
    transform: scale(0);
    transform-origin: left;
}

.join-anim:hover a::after, .join-anim:focus a::after{
    transform: scale(1);
}

.join-anim a, .join-anim:hover a {
    position: relative;
    text-decoration: none;
}

.join-anim:hover a{
    color: #2270BC;
}

.join-anim > p {
    margin:0;
}

/* PROJECTS */

.projects {
    margin: 125px 181px 0 181px;
    display: flex;
    flex-direction: column;
}

.projectDetails {
    display: none;
}

.projects-title > p {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.5px;
}

.projects-title > h2 {
    font-size: 71px;
    line-height: 83px;;
    margin: 0;
}

.first-paragraph {
    margin: 107px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 3;
}

.side-text {
    flex:1;
}

.side-text p:nth-child(even) {
    line-height: 39px;
}

.side-text p:nth-child(odd) {
    line-height: 30px;
}

.side-img {
    flex:2;
}

.mp{
    font-size: 20px;
    margin: 0;
}

.pm{
    font-size: 26px;
    margin: 0 0 32px 0;
}

.side-img > img {
    width: 1000px;
    margin-right: -227px;
}

.side-img2 > img {
    height: 442px;
    text-align: end;
    margin-right: -90px;
}

.side-img3 {
    margin-right: -35px;
}

.side-img3 > img {
    width: 780px;
}

.side-img4 > img {
    width: 755px;
    margin-right: -60px;
    margin-top: -75px;
}

.side-img5 > img {
    width: 850px;
    margin-bottom: 125px;
}

.second-paragraph {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 3;
    margin-bottom: 99px;
}

.second-paragraph2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 3;
    margin-bottom: 99px;
    margin-top: 79px;
}

.second-title {
    font-size: 30px;
    line-height: 42px;
    flex: 1;
    letter-spacing: 1.5px;
}

.second-text {
    font-size: 20px;
    line-height: 30px;
    flex: 2;
    padding-top: 20px;;
}

.second-paragraph-img > img {
    width: 1070px;
    margin-bottom: 99px;
    margin-left: -20px;
}

.second-paragraph-img2 > img {
    width: 1030px;
    margin-bottom: 99px;
}

.second-paragraph-img3 > img {
    width: 1170px;
    margin-left: -65px
}

.second-paragraph-img4 > img {
    width: 1220px;
    margin-bottom: 99px;
    margin-left: -135px;
}

.second-paragraph-img5 > img {
    width: 1055px;
    margin-bottom: 160px;
}

.third-paragraph {
    display: flex;
    flex-direction: row;
    flex: 3;
    margin-bottom: 99px;
}

.third-paragraph3 {
    display: flex;
    flex-direction: row;
    flex: 3;
}

.third-title {
    font-size: 30px;
    line-height: 42px;
    flex: 1;
    letter-spacing: 1.5px;
}

.third-text {
    font-size: 20px;
    line-height: 30px;
    flex: 2;
    padding-top: 20px;
}

.third-paragraph-img > img {
    width: 1085px;
    margin-bottom: 148px;
}

.third-paragraph-img2 > img {
    width: 1070px;
    margin-bottom: 99px;
}

.third-paragraph-img3 > img {
    width: 1137px;
}

.third-paragraph-img4 > img {
    width: 1160px;
    margin-bottom: 125px;
    margin-left: -65px;
}

.third-paragraph-photos {
    display: flex;
    flex-direction: row;
    flex: 2;
    justify-content: space-between;
}
.third-paragraph-photos10 {
    display: flex;
    flex-direction: column;
}

.third-paragraph-first-photo > img {
    width: 609px;
}

.third-paragraph-second-photo > img {
    width: 401px;
}

.third-paragraph-first-photo10 > img {
    width: 1049px;
}

.third-paragraph-second-photo10 {
    margin-top: -130px;
}

.third-paragraph-second-photo10 > img {
    width: 1049px;
    margin: 0 auto;
}

.third-paragraph-third-photo {
    position: relative;
}

.third-paragraph-third-photo > img {
    width: 400px;
    position: absolute;
    bottom: 20px;
    left: 315px;
}

.forth-paragraph {
    display: flex;
    flex-direction: row;
    flex: 3;
    margin-bottom: 99px;
}

.forth-paragraph5 {
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    flex: 3;
    margin-bottom: 99px;
}

.forth-title {
    font-size: 30px;
    line-height: 42px;
    flex: 2; 
    letter-spacing: 1.5px;
}

.forth-text {
    flex: 1;
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
}

.fifth-paragraph {
    display: flex;
    flex-direction: row;
    flex: 3;
}

.fifth-paragraph5 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 227px;
}

#first-photo {
    flex: 2;
}

#first-photo > img {
    height: 568px;
    margin-left: -35px;
}

#first-photo2 {
    flex: 3;
}

#first-photo2 > img {
    width: 1030px;
    margin-bottom: 145px;
}

#first-photo3 {
    flex: 3;
}

#first-photo3 > img {
    width: 1135px;
    margin-bottom: 145px;
    margin-left: -105px;
}

#first-photo4 {
    flex: 3;
}

#first-photo4 > img {
    height: 673px;
}

#first-photo5 > img {
    width: 1030px;
    margin-bottom: 70px;
}

#second-photo {
    flex: 1;
}

#second-photo > img {
    height: 568px;
    text-align: end;
    margin-right: -35px;
}

#second-photo5 > img {
    width: 1030px;
}

#forth-photo5 > img {
    position: absolute;
    bottom: 730px;
    left: -40px;
}

.third-photo > img {
    width: 1065px;
    margin-bottom: 145px;
    margin-left: -35px;
}

.third-photo5 > img {
    position: absolute;
    width: 370px;
    bottom: 455px;
}

#proj {
    height: 607px;
    width: 449px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
} 

#proj6 {
    height: 607px;
    width: 449px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 89% 100%;
}

#proj7 {
    height: 607px;
    width: 449px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 48% 100%;
}

#proj8 {
    height: 607px;
    width: 449px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 100%;
}

#proj9 {
    height: 607px;
    width: 449px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 100%;
}

.project-img {
    text-align: end;
}

.project-img > img {
    width: 900px;
    margin-bottom: 99px;
}

/* .people {
    display: flex;
    flex-direction: row;
    flex: 4;
    margin-bottom: 84px;
}

.people-text {
    display: flex;
    flex-direction: column;
    flex: 2
}

.people-photos {
    flex:2;
    display: flex;
    flex-direction: row;
    margin-right: -60px;
}
.people-text > h4 {
    font-size: 30px;
    line-height: 42px;
    margin-top: 0;
    letter-spacing: 1.5px;
}

.people-text > p {
    font-size: 20px;
    line-height: 30px;
}

.people-wrapper {
    text-align: center;
    margin-bottom: 61px;
}

.sec-one, .sec-two {
    flex: 1;
}

.people-img {
    height: 134px;
    width: 134px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    margin: 0 auto;
}

.people-wrapper > h5 {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
}

.people-wrapper > p {
    font-size: 11px;
    line-height: 13px;
} */

.next-anim {
    font-size: 84px;
    line-height: 97px;
    position: relative;
    cursor: pointer;
}

.next-anim img {
    position: relative;
    top: 0;
    right: 60px;
    opacity: 0;
    transition: all ease-out 800ms;
    height: 200px;
    rotate: -25deg;
}

.next-anim:hover img {
    top: 130px;
    right: 60px;
    opacity: 1;
    transform: rotate(25deg) scale(1.5);
}

.next-anim a {
    position: relative;
    text-decoration: none;
    top: 0;
    transition: top ease 800ms;
    z-index: 2;
}

.next-anim:hover a{
    color: #2270BC;
    text-decoration: none;
    top: 50px;
}

.next-anim a::after {
    content: '';
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:#2270BC;
    transition: all 800ms, transform 800ms;
    opacity: 1;
    transform: scale(0);
    transform-origin: left;
}

.next-anim:hover a::after, .next-anim :focus a::after{
    transform: scale(1);
}

/* SERVICES */
.services {
    margin: 80px 181px 71px 100px; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex:2;
    position: relative;
}

.services-images {
    flex:1;
    display: block;
}

.services-images-mobile {
    display: none;
}

.services-images > img {
    height:535px;
    margin-top: -505px;
    margin-left: 90px; 
    opacity: 1; 
    background:linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    position: relative;
    z-index: 3;
}

.services-text {
    display: flex;
    flex-direction: column;
    flex:1;
    margin-left: 213px
}

.head-title > h1{
    font-size: 84px;
    margin: 0;
    padding-bottom: 45px;
    line-height: 99px;
}

.text-swap > h5 {
    font-size: 36px !important;
    margin: 0 !important;;
    line-height: 45px !important;
}

.text-swap > p {
    font-size: 20px;
    line-height: 35px;
}

.text-swap > a {
    font-size: 20px;
}

.link {
    padding-top: 40px;
    line-height: 24px;
}

.layer1 {
    height:535px;
    width: 449px;
    border: 1px solid #2270BC;
    background: transparent linear-gradient(137deg, #2270BC 0%, #000000 100%) 0% 0% no-repeat padding-box;;
    opacity: 0.4;
    position: relative;
    z-index: 0;
}

.layer2 {
    margin-top: -505px;
    margin-left: 30px;  
    height:535px;
    width: 449px;
    background: transparent radial-gradient(closest-side at 50% 50%, #0077FF 0%, #0077FF 100%) 0% 0% no-repeat padding-box;
    opacity: 0.22;
    position: relative;
    z-index: 1;
}

.layer3 {
    margin-top: -505px;
    margin-left: 60px;  
    height:535px;
    width: 449px;
    border: 1px solid #2270BC;
    background: transparent linear-gradient(142deg, #2270BC 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.4;
    position: relative;
    z-index: 2;
}

.circle-white {
    background-color: white;
    height: 118px;
    width: 118px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 461px;
    left: 475px;
    cursor: pointer;
    box-shadow: 0px 3px 40px #00000057;
    z-index: 5;
}

#div1 {
    display: flex;
}

#div2, #div3, #div4 {
    display: none;
}

@keyframes transition{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.transitioned  {
    animation-name: transition;
    animation-duration: 1.6s;
    animation-fill-mode: linear;
}


/* ABOUT US */
.about-us {
    margin: 0 181px;
    padding-top: 160px;
}

.intro-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.intro-title {
    font-size: 30px;
    color: #2270BC;
    flex-wrap: nowrap;
}

.intro-text, .second-text-box {
    width: 635px;
    font-size: 20px;
    line-height: 40px;
}

.group-img > img{
    width: 100%;
}

.group-img {
    margin: 20px 0;
}

.second-text-box {
    float: right;
}

.container {
    width: 100%;
    margin-bottom: 319px;
}

.middle-title h2 {
    font-size: 30px;
    color: #2270BC;
    margin-top: 367px;
    flex-wrap: nowrap;
    line-height: 42px;
    letter-spacing: 1.5px;
}
 
.image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(11, 1fr);
    grid-row-gap: 101px;
    grid-column-gap: 103px;
}

.name {
    font-size: 36px;
    padding-left: 32px;
    margin: 0;
    line-height: 42px;
}

.name-position-wrapper p:nth-child(even) {
    line-height: 18px;
    letter-spacing: 0.8px;
}

.position {
    font-size: 16px;
    padding-left: 32px;
    padding-bottom: 27px;
    margin:0;
}
  
.image-stack__item--bottom {
    grid-row: 1;
    grid-column: 1 / 7;
    padding-top: 25%;
    position: relative;
}

.shad2 {
    height: 165px;
    width: 449px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.86;
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}
  
.image-stack__item--top {
    grid-row: 1;
    grid-column: 5 / 10;
    z-index: 1;
    position: relative;
}

.shad1 {
    width: 433px;
    height: 150px;
    background: transparent linear-gradient(179deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.86;
    position: absolute;
    z-index: 2;
    top: 118px;
    display: flex;
    align-items: flex-end;
}

.image-stack__item--separate {
    grid-row: 1;
    grid-column: 7 / 12;
    padding-top: 90%;
    position: relative;
}

.shad3 {
    height: 142px;
    width: 356px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.86;
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.image-stack__item--bottom1 {
    grid-row: 2;
    grid-column: 6 / 11;
    padding-top: 25%;
    position: relative;
}

.shad4 {
    width: 356px;
    height: 96px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.86;
    z-index: 2;
    position: absolute;
    top: 172px;
    display: flex;
    align-items: flex-end;
}
  
.image-stack__item--top1 {
    grid-row: 2;
    grid-column: 3 / 8;
    z-index: 1;
    position: relative;
}

.shad5 {
    width: 449px;
    height: 151px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.86;
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.image-stack__item--separate1 {
    grid-row: 2;
    grid-column: 1 / 7;
    padding-top: 68%;
    position: relative;
}

.shad6 {
    width: 356px;
    height: 112px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.86;
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.image-stack__item--bottom2 {
    grid-row: 3;
    grid-column: 1 / 7;
    padding-top: 25%;
    position: relative;
}

.image-stack__item--top2 {
    grid-row: 3;
    grid-column: 5 / 10;
    z-index: 1;
    position: relative;
}


.image-stack__item--separate2 {
    grid-row: 3;
    grid-column: 7 / 12;
    padding-top: 90%;
    position: relative;
}

.image-stack__item--bottom3 {
    grid-row: 4;
    grid-column: 6 / 11;
    padding-top: 25%;
    position: relative;
}
  
.image-stack__item--top3 {
    grid-row: 4;
    grid-column: 3 / 8;
    z-index: 1;
    position: relative;
}

.image-stack__item--separate3 {
    grid-row: 4;
    grid-column: 1 / 7;
    padding-top: 68%;
    position: relative;
}
  
.image-stack__item--top4 {
    grid-row: 5;
    grid-column: 5 / 10;
    z-index: 1;
    position: relative;
}
.image-stack__item--bottom4 {
    grid-row: 5;
    grid-column: 1 / 7;;
    padding-top: 25%;
    position: relative;
}

#img1, #img7, #img13 {
    width: 433px;
    height: 268px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#img2, #img5, #img8, #img11, #img14 {
    height: 510px;
    width: 448px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

#img3, #img4, #img6, #img9, #img10, #img12 {
    width: 356px;
    height: 268px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}

/* CONTACT PAGE */
.contact-page-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0px 181px;
    height: 100vh;
    justify-content: center;
}

.contact-page-wrapper > h4 {
    font-size: 30px;
    color: #2270BC;
    text-align: left;
    line-height: 42px;
    letter-spacing: 1.5px;
}

.contact-page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-form {
    display: flex;
    flex-direction: column;
    width: 449px;
    margin-right: 152px;
}

.invalid {
    color: #F44336;
    font-size: 14px;
    display: none;
}

.valid {
    font-size: 14px;
    color:#2270BC;
    margin-left: 5px;
    display: none;
}

.input, textarea, select {
    outline: none;
    width: 449px;
    height: 58px;
    background-color: transparent;
    border: 1px solid #2270BC;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    color: white;
}

select {
    color: rgba(255, 255, 255, .5);
    appearance: none;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

select option {
    background-color: black;
}
  
.select-wrapper {
    position: relative;
  }
  
.select-wrapper::after {
content: "˅";
font-size: 1rem;
bottom: 22px;
right: 97px;
position: absolute;
color: #2270BC;
cursor: pointer;
z-index: 0;
}

textarea {
    height: 148px;
    color: white;
    max-width: 449px;
}

/* .save { 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 449px;
}

.box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.box > span {
    font-size: 10px;
    flex-wrap: wrap;
    padding-left: 10px;
    line-height: 15px;
    max-width: 229px;
}

#checkbox {
    appearance: none;
    outline: none;
    border: 1px solid #2270BC;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

#checkbox:checked {
    appearance: auto;
    accent-color: #2270BC;
} */

.button {
    border: none;
    background-color: transparent;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
}

.contact-text {
    max-width: 272px;
}

.contact-text > h5 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 20px;
    line-height: 36px;
}

.phone > p, .email > p, .address > p {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.7px;

}

.phone, .email, .address {
    margin-bottom: 20px;
}

hr { 
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #2270BC;
    margin-top: 50px;
    margin-bottom: 35px;
}

.icons {
    margin-top:28px;
}

.icons > a {
    padding-right: 43px;
    height: 29px;
}

/* FOOTER */
.footer {
    margin: 0px 181px 0 181px;
    display: flex;
    flex-direction: column;
    padding-bottom: 22px;
}

.footer-text {
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-text > h1 {
    margin:0;
    font-size: 84px;
    line-height: 99px;
}

.tell a, .tell a:hover {
    position: relative;
    text-decoration: none;
    font-size: 84px;
    cursor: pointer;
    line-height: 97px;
}

.tell a:hover {
    color: #2270BC;
}

.tell a::after {
    content: '';
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:#2270BC;
    transition: opacity 800ms, transform 800ms;
    opacity: 1;
    transform: scale(0);
    transform-origin: left;
}

.tell a:hover::after, .tell a:focus::after{
    transform: scale(1);
}

.footer-bottom {
    align-items: baseline;
    display: flex;
    bottom: 0;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    height: 60px;
}

.social > p {
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 0.7px;
}

.social1 > a{
    padding-right: 35px;
    font-size: 29px;
}

/* JOIN OUR TEAM */
.join-wrapper {
    margin: 0 181px;
    padding-top: 156px;
}

.join-top {
    margin-bottom: 136px;
}

.join-top > h4 {
    font-size: 30px;
    margin: 0;
    line-height: 35px;
    letter-spacing: 1.5px;
}

.join-top > h3 {
    font-size: 71px;
    line-height: 83px;
    margin: 13px 0 0 0;
}

.join-top-p {
    font-size: 26px;
    line-height: 39px;
}

#underline {
    border-bottom: 3px solid white;
}

.join-section {
    margin: 58px 0 227px 0;
}

.join-box {
    display: flex;
    flex-direction: row;
    flex: 2;
    margin-bottom: 183px;
}

.join-img {
    flex: 1;
}

.join-text {
    flex: 1;
    margin: auto 0;
}

.join-text > h4 {
    font-size: 36px;
    line-height: 42px;
    margin: 0;
}

.join-text > p {
    font-size: 20px;
    line-height: 30px;
}

.join-img > img {
    width: 449px;
    height: 239px;
}

.right-align {
    text-align: right;
}

.bottom-join {
    display: flex;
    flex-direction: row;
    flex: 2;
}

.bottom-join-text {
    flex: 1;
}

.bottom-join-img {
    flex: 1;
    margin-left: 37px;
}

.bottom-join-img > img {
    padding-top: 15px;
    height: 585px;
    padding-left: 95px;
}

.bottom-join-text > h2 {
    font-size: 84px;
    line-height: 97px;
    margin: 0;
    width: 518px;
}

#underline-blue {
    border-bottom: 2px solid #2270BC;
}

#join-form {
    margin-top: 48px;
}


input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #2270BC;
    display: inline-block;
    width: 449px;
    height: 58px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, .5);
    font-family: 'Vida31';
    padding: 20px;
}

.custom-file-upload > p {
    margin: auto 0;
    padding: 0px;
}

.file-img {
    border-left: 1px solid #2270BC;
    height: 57px;
    margin-top: -20px;
    padding-top: 15px;
    padding-left: 20px;
}

.file-img > img {
    height: 23px;
    width: 23px;
}


pre {
    padding: 0;
    margin: 0;
  }
  .load {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
    background: black;
  }  
  
  .term {
    -webkit-box-align: center;
    justify-content: center;
    display: contents;
    height: 100%;
    font-family: monospace;
    color: #fff;
    opacity: 0.8;
    font-size: 2em;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
    padding-left: 20px;
    line-height: 1.4;
  }
  
  .term:after {
    content: "_";
    opacity: 1;
    animation: cursor 1s infinite;
  }
  
  @keyframes cursor {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
.mb-50{
    margin-bottom: 50px;
}
