* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
}

html {
    background-color: #000440;


}

body {
    background-color: #000440;
    overflow-x: hidden;

}




h4 {
    color: white;
}

p {
    font-weight: 400;
}

a {
    color: #F5B3C4;
    transition: 0.2s ease;
}

a:hover {

    color: #e25c7e;
    transition: 0.2s ease;
}

.white {
    color: white;
}




.intro {
    width: 100%;
    height: 0vh;
    position: fixed;
    z-index: 4000;
    background-color: #000227;
    animation: 3s ease 0s 1 intro;
    overflow-y: hidden;
    overflow-y: hidden;
    transform: scale(1);


}

@keyframes intro {
    0% {
        height: 100vh;
        transform: scale(1);
        overflow-y: hidden;

    }

    85% {
        height: 100vh;
        opacity: 1;
        transform: scale(1);
        overflow-y: hidden;
    }

    100% {
        height: 100vh;
        opacity: 0;
        transform: scale(1.5);
        overflow-y: hidden;



    }
}

.occamload {
    background-image: url(../assets/intro-zoom3.svg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    z-index: 4002;
    position: absolute;
    animation: 3s ease 0s 1 occamload;
}

@keyframes occamload {
    90% {
        height: 100vh;
    }

    100% {
        height: 100vh;


    }
}

.occamtime {
    height: 100vh;
    width: 100%;
    background-color: #F5B3C4;
    animation: 3s cubic-bezier(.17, .67, .83, .67) 0s 1 introload;
    position: absolute;
    z-index: 4001;

}

@keyframes introload {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
        display: none;


    }
}

.socialmedia img:hover {
    transform: scale(1.2);
    transition: .2s ease;
}

.headermid .midbut img:hover {
    transform: scale(1.2);
    transition: .2s ease;
}

.headermid .midbut img {
    transition: .2s ease;
}

.socialmedia img {
    transition: .2s ease;
}


.somefooter img {
    transition: .2s ease;
}


.somefooter img:hover {
    transform: scale(1.2);
    transition: .2s ease;
}

.gradient {
    /* bgg gradi */

    position: absolute;
    width: 100%;
    height: 60vh;
    bottom: -2px;
    z-index: 50;
    background: linear-gradient(180deg, #000440 8.33%, rgba(0, 4, 64, 0) 100%);
    transform: rotate(180deg);

}

.topheadercontent a {
    color: #f5b3c4;
    transition: 0.2s ease;

}

.topheadercontent a:hover {
    color: #e25c7e;
    transition: 0.2s ease;
}

header {
    width: 100%;
    height: 100vh;
    background-image: url(../assets/occam_bgg_top.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;

}



@keyframes slideInFromtop {
    0% {
        transform: translatey(20%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.entrylogo {
    display: flex;
    justify-content: center;
}

.entrylogo img {
    width: 100%;
    margin-bottom: 24px;
    transition: 2s ease;
    animation: 0.7s ease 0s 1 slideInFromtop;
    animation-delay: 2.5s;
}

.midtop h2 {
    animation: 0.7s ease 0s 1 introh2;
    animation-delay: 2.5s;
}

@keyframes introh2 {
    0% {
        transform: translatey(20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

header .topheader {
    width: 100%;
    height: 100px;
    display: flex;
    position: fixed;
    mix-blend-mode: difference;
    z-index: 3000;
    animation: 0.7s ease 0s 1 slidemenu;
    animation-delay: 2.5s;
    transform: translatey(0px);
}

@keyframes slidemenu {
    0% {
        transform: translatey(-100px);
        opacity: 0;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

header .topheader .topheadercontent {
    width: 30%;
    height: 100px;
    margin-left: 5%;
    display: flex;

}

.topheadercontent h3 {
    font-size: 24px;
    line-height: 24px;
    color: white;
    align-self: center;
}

.topheadercontent h1 {
    align-self: center;
    color: #F5B3C4;
    font-weight: 400;
}

header .topheader .topheadercontent img {
    height: 56px;
    align-self: center;

}

header .topheader .topheadercontent p {
    align-self: center;
    text-align: right;
    width: 100%;
    color: #f5b3c4;
}

header .topheader .topheadercontent:nth-child(2) {
    width: 100%;
    height: 100px;
    margin-right: 5%;
}

header .headermid {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.headermid .midtop {
    height: 100%;
    align-content: center;
    display: flex;
    margin: auto;
    width: 80%;



}

.midtop h4 {
    text-align: center;
    width: 80%;
    height: auto;
    font-size: 24px;
    line-height: 32px;
    margin: auto;
    font-weight: 300;
    color: white;
}

.midtop h2 {
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 80px;
    line-height: 88px;
    margin: auto;
    font-weight: 300;
    color: white;
}

.midtopcontent {
    align-self: center;
    margin: auto;
}

.midtopcontent h2 {
    font-size: 11vw;
    line-height: 88px;
    font-weight: 100;
}



.headermid .midbut img {
    align-self: center;
    margin-left: 16px;
    margin-right: 16px;
}



.midbut {
    height: 20%;
    display: flex;
    opacity: 1;
    animation: 0.5s ease 0s 1 slideInFrombt;
    animation-delay: 2.5s;
}

@keyframes slideInFrombt {
    0% {
        transform: translatey(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.midimg {
    margin: auto;
}

#wrapper {
    height: auto;
    width: 90%;
    margin: auto;

}


.statement {
    height: auto;
    display: flex;
    width: 100%;
    flex-direction: column;
    opacity: 0;
    transition: .5s ease;
    padding-top: 30px;
}

.statement.show {
    opacity: 1;
    transition: .5s ease;
    padding-top: 0px;
}


.statement h3 {
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 32px;
    margin: auto;
    font-weight: 300;
    color: #7EC5DC;
    margin-top: 104px;
}

.statement h2 {
    text-align: center;
    width: 80%;
    height: auto;
    font-size: 56px;
    line-height: 64px;
    margin: auto;
    font-weight: 300;
    color: white;
    margin-bottom: 140px;
}

#wrapper .who {

    height: 600px;
    width: 100%;
    background-image: url(../assets/cells.jpg);
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.5));
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: .5s ease;

}


#wrapper .who.show {
    opacity: 1;
    transition: .5s ease;

}

.about {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: .5s ease;
    padding-top: 30px;
}


.about.show {
    opacity: 1;
    transition: .5s ease;
    padding-top: 1px;

}

.about h1 {
    font-size: 64px;
    line-height: 72px;
    color: white;
    font-weight: 300;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 104px;
    margin-bottom: 64px;
    z-index: 100;
}

.about strong {
    color: #F5B3C4;
}

.about h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: white;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 56px;
    font-weight: 300;
    text-align: center;
    z-index: 100;
    position: relative;

}

.about li {
    z-index: 100;
    margin-bottom: 140px;
    z-index: 2000;
}

.about h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: white;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 24px;
    position: relative;

}

.about p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    color: white;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 24px;
    z-index: 100;
    font-weight: 300;
    position: relative;
}

.about p:nth-child(6) {}


.productcta {
    width: 100%;
    position: relative;
    z-index: 500;
    margin-bottom: 104px;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    opacity: 0;
    transition: .5s ease;
    top: 24px;
}


.productcta.show {
    opacity: 1;
    transition: .5s ease;
    top: 0px;
}


.cta-big {
    width: auto;
    height: auto;
    margin-bottom: 104px;
    border-radius: 400px;
    display: flex;
    justify-content: center;
    border: 2px solid #F5B3C4;
    box-sizing: border-box;
    border-radius: 64px;
    transition: .5s ease;


}

.cta-big:hover {
    background-color: #F5B3C4;
    transition: .5s ease;

}

.cta-big h2 {
    text-align: center;
    color: white;
    margin: 20px 40px 20px 40px;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.circle {
    width: 20px;
    height: 20px;
    background-color: #F5B3C4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    border-radius: 20px;
    margin-left: 12px;
    margin-bottom: 12px;
    transform: scale(1);
    transition: 0.2s ease;

}

.circle:hover {
    transform: scale(10);
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    ;
    opacity: 0.2;
    z-index: 4000;
    position: relative;

}

.aboutpic {
    width: 100%;
    height: 100vh;
    background-image: url(../assets/aboutpicture.jpg);
    background-size: cover;
    background-position: center;
    z-index: 20;
    position: absolute;
    left: 0;
    margin-top: -280px;
}

.somepics {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 600px;
    margin-top: 64px;

}

.somepics .someleft {
    width: 50%;
    background-color: yellow;
    height: 80%;
    align-self: flex-end;
    margin-right: 2%;
    background-image: url(../assets/1.jpg);
    background-position: top;
    background-size: cover;
}

.somepics .someright {
    width: 50%;
    background-color: greenyellow;
    height: 100%;
    margin-left: 2%;
    background-image: url(../assets/2.jpg);
    background-position: top;
    background-size: cover;
}

.whitespace {

    width: 90%;
    height: 100px;
    margin-bottom: 100px;
    padding-left: 2%;


}

.about:nth-child(4) h3 {
    margin-top: -50px;
    padding-top: 48px;
    width: 70%;

}





.topimage {
    height: 300px;
    width: 100%;
    margin-top: -20%;
    z-index: 200;
    position: absolute;
    /* float: left; */
    left: 0;
}

.topimage img {
    width: 100%;

}

.bimage {
    position: absolute;
    z-index: 200;
    width: 100%;
}

.bimage img {
    width: 100%;
    margin-top: -2px;
}

#publications {
    width: 100%;
    height: auto;
    background-color: white;
    position: absolute;
    left: 0;
    z-index: 200;


}



#publications h1 {
    color: #1D2426;
    margin-right: 14%;
    margin-left: 14%;
    font-size: 64px;
    line-height: 72px;
    font-weight: 300;
    margin-bottom: 64px;
    z-index: 1000;
    margin-top: 48px;
    width: 72%;

}

#publications .publicationcards {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    margin-top: 120px;
    transition: .5s ease;


}

#publications .publicationcards .card {
    width: 45%;
    height: auto;
    background-color: #E0F7FF;
    margin-left: 5%;
    padding-bottom: 32px;
    padding-right: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s ease;

}

#publications .publicationcards.show {
    opacity: 1;
    transition: 0.7s ease;
    margin-top: 0px;
}

#publications .publicationcards .card:nth-child(2) {
    background-color: #E0F7FF;
    margin-right: 5%;


}

.card .cardcorner {}

.textcard {
    margin-top: -40px;
}

.card img {
    z-index: 5;
}

.card h2 {
    z-index: 10;
    margin-left: 32px;

}

.card h5 {
    z-index: 10;
    margin-left: 32px;
    margin-top: 8px;
    font-weight: 300;
}

.card p {
    z-index: 10;
    margin-left: 32px;
    margin-top: 16px;
}

.card .cardcta {
    height: 24px;
    width: 100%;
    margin-left: 32px;
    margin-right: 32px;
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;



}

.cardcta .ctatext {
    display: flex;
    align-items: center;
}

.cardcta .ctatext h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #1D2426;
}

.cardcta .cta {
    margin-left: 8px;
    margin-right: 32px;
}

.cardcta .ctatext a:hover {
    color: #F5B3C4;
}

.cardcta .ctatext h5:hover {
    color: #F5B3C4;
}

.cta img {
    transform: scale(1);
    transition: .5s ease;
}

.cta img:hover {
    transform: scale(1.2);
    transition: .5s ease;
}




#employees {
    background-color: #000440;



}

.employees-content {
    padding-bottom: 104px;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 200;

}

.employees-content strong {
    color: #F5B3C4;
}

.employees-content h2 {
    color: white;
    margin-right: 14%;
    margin-left: 14%;
    font-size: 64px;
    line-height: 72px;
    font-weight: 300;
    margin-bottom: 64px;
    z-index: 1000;
    padding-top: 366px;
    width: 72%;


}


.employees-content .employees-info {
    display: flex;
    width: 75%;
    margin-left: 14%;
    margin-right: 14%;
    position: relative;
    z-index: 200;
    opacity: 1;
    transition: 0.2s;
}

.employees-info:nth-child(3) {
    opacity: 0;
    transition: .5s ease;
}

.employees-info:nth-child(3).show {
    opacity: 1;
    transition: .5s ease;
}

.employees-info:nth-child(3) .employees-photo {
    padding-top: 104px;
    transition: .5s ease;
}

.employees-info:nth-child(3) .employees-photo.show {
    padding-top: 0;
    transition: .7s ease;
}

.employees-info:nth-child(3) .employees-photo p{
    color: #ffffff61;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.employees-info:nth-child(3) .employees-text {
    padding-top: 40px;
    transition: .5s ease;
}

.employees-info:nth-child(3) .employees-text.show {
    padding-top: 0;
    transition: .5s ease;
}

.employees-info:nth-child(4) {
    flex-direction: row-reverse;
    opacity: 0;
    transition: .5s ease;
    margin-top: 104px;
}

.employees-info:nth-child(4).show {
    opacity: 1;
    transition: .5s ease;
}




.employees-info:nth-child(4) .employees-photo {
    padding-top: 104px;
    transition: .5s ease;
}

.employees-info:nth-child(4) .employees-photo.show {
    padding-top: 0;
    transition: .7s ease;
}

.employees-info:nth-child(4) .employees-text {
    padding-top: 40px;
    transition: .5s ease;
}

.employees-info:nth-child(4) .employees-text.show {
    padding-top: 0;
    transition: .5s ease;
}



.employees-content .employees-photo {
    width: 30%;
}

.employees-content .employees-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    width: 70%;

}

.employees-content .employees-text h3 {

    font-size: 56px;
    line-height: 64px;
    font-weight: 300;

    color: #FFFFFF;


}

.employees-content .employees-text h5 {

    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #F5B3C4;
    margin-top: 8px;


}

.employees-content .employees-text p {

    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #7EC5DC;
    margin-top: 16px;


}

.employees-photo img {
    width: 100%;
}

.people-top-img {
    background-image: url(../assets/teampic-top2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: absolute;
}

.fade-employees {
    height: 100vh;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, #000224 0%, rgba(0, 2, 36, 0) 100%);
    transform: rotate(180deg);
    margin-top: -100vh;


}

.socialmedia {
    display: flex;
    margin-top: 24px;


}



.socialmedia img {
    margin-right: 24px;
}

#footer {
    width: 100%;
    height: auto;
    background-color: #FFECEC;
    display: flex;
    align-items: center;
    padding-top: 104px;
    padding-bottom: 104px;

    opacity: 1;

}

.footertext.show {
    transition: .5s ease;
    opacity: 1;

}



.footertext {
    margin-left: 14%;
    width: 50%;
    height: auto;
    opacity: 0;
    transition: .5s ease;

}

.footertext h2 {
    font-size: 72px;
    line-height: 80px;
    color: #1D2426;
    font-weight: 300;


}

address {
    margin-top: 64px;
    font-style: normal;

}

address p {
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #1D2426;
}


.somefooter {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -5%;
    width: auto;
    justify-content: space-around;
    opacity: 0;
    transition: .5s ease;
}

.somefooter.show {
    opacity: 1;
    transition: .5s ease;
    left: 5%;

}

.somefooter a {
    height: 24px;
    width: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
}


.footerblobs {
    width: 20%;
    display: flex;
    height: 200px;
    position: relative;
    align-items: center;


}


/*

.footerblobs img:nth-child(1) {
    mix-blend-mode: multiply;
    position: absolute;
    animation: 3s ease 0s 1 blob1;
    width: 230px;
    height: auto;
    animation-iteration-count: infinite;
}

@keyframes blob1 {
    0% {
        width: 230px;
    }

    25% {width: 230px;}

    50% {width: 210px;}

    100% {width: 230px;}
}

*/





.footerblobs img:nth-child(2) {
    mix-blend-mode: multiply;
    position: absolute;
    top: 120px;
}

.footerblobs img:nth-child(3) {
    position: absolute;
    top: 150px;
    left: 140px;
}








/* Mobile Queries */
@media screen and (max-width: 724px) {

    .occamload {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .footerblobs {
        display: none;
    }

    .circle {
        display: none;
    }


    .topimage img {
        width: 100%;
    }

    .midtopcontent h2 {
        font-size: 11vw;
        line-height: 44px;
    }

    .gradient {
        bottom: 32px;
    }

    header {
        height: 80vh;
    }

    header .topheader .topheadercontent:nth-child(2) {
        display: none;
    }

    header .topheader .topheadercontent p {
        width: 70%;
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        margin-top: 4px;
    }

    header .topheader {
        flex-direction: column;

    }

    .entrylogo img {
        width: 100%;
    }

    .statement h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 64px;
        width: 100%;

    }

    .statement h3 {
        margin-top: 24px;
    }

    #wrapper .who {
        height: 400px;
        transition: .5s ease;
        opacity: 0;
    }
    
    #wrapper .who.show {
    opacity: 1;
    transition: .5s ease;
 }

    .about h1 {
        font-size: 40px;
        line-height: 48px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 24px;
    }

    .about h4 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 20px;
        line-height: 28px;

    }

    .about p {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .about h3 {
        margin-top: 40px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .productcta {
        margin-bottom: 0px;
    }

    #publications h1 {
        font-size: 40px;
        line-height: 48px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 24px;
    }

    #publications .publicationcards {
        flex-direction: column;

    }

    #publications .publicationcards.show {}

    #publications .publicationcards .card {
        width: 85%;
        margin: auto;
        margin-left: 5%;
        padding-right: 5%;
    }

    #publications .publicationcards .card:nth-child(1) {
        margin-left: 0;
        margin- right: 0;
        margin: auto;
    }

    .employees-content h2 {
        padding-top: 116px;
        margin-right: 5%;
        margin-left: 5%;
        width: 90%;
        font-size: 40px;
        line-height: 48px;
    }

    .card .cardcta {
        margin-right: 0;
    }

    #publications .publicationcards .card:nth-child(2) {
        margin-top: 32px;
        margin- right: 0;
    }

    .employees-content .employees-info {
        flex-direction: column;
        width: 80%;
        margin-left: 10%;
    }

    .employees-content .employees-text {
        width: 90%;
        margin: 0;

    }

    .employees-content .employees-photo {
        width: 70%;
    }

    .employees-info:nth-child(3) .employees-photo p{
    color: #ffffff61;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    bottom: 8px;
}
    
    .employees-content .employees-text h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .employees-photo img {
        margin-bottom: 8px;
    }

    .employees-info:nth-child(4) {
        margin-top: 40px;
    }

    .employees-content .employees-text h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .socialmedia img {
        transform: scale(1.2);
        margin-right: 48px;
    }


    .bimage img {
        margin-top: -2px;
        z-index: 20;
        width: 100%;
    }

    .bimage {
        z-index: 20;
    }

    .somefooter {
        bottom: 16px;
        flex-direction: row;
        height: auto;
        width: 90%;
    }

    .footertext h2 {
        font-size: 40px;
        line-height: 48px;
    }

    #footer {
        padding-top: 64px;
    }

    .somefooter {
        bottom: -24px;
        transition: .5s ease;

    }

    .somefooter.show {
        opacity: 1;
        transition: .5s ease;
        bottom: 24px;

    }


    .occamload {
        background-image: url(../assets/intro-zoom3a.svg);
    }





}


/* Tablet Queries */
@media screen and (max-width: 1024px) {

    .employees-content h2 {
        padding-top: 200px;
    }

    .employees-info:nth-child(4) {
        margin-top: 24px;
    }
}