* {
    margin: 0%;
    font-family: 'Helvetica Neue', sans-serif;
    overflow-x: hidden;
    
}

body {
    overflow-x: hidden;
    background-color: #EAFFDA;
}
        .mobile-show {
            display: block!important;
        }
    
        .mobile-hide {
            display: none!important;
        }
li {
    margin-top: 4px;
}
 .sections-outer {
    height: 100%;
    scroll-behavior: smooth!important;
 }

.section {
    height: auto;
    min-height: 90vh;
    width: 92vw;
    position: relative;
    padding: 4vw;
    overflow: hidden;
}

.section2 {
    z-index: 10;
        background-color: #00312c;
        display: flex;
        flex-direction: column;
        gap: 2em;
        overflow: visible!important;
}

.section3 {
    /* background-color: #EAFFDA; */
        z-index: 10;
        
        
}
.section4 {
    height: 110vh;


}

img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}





/* .back {
    background-color: #FCFFE8;
    position: fixed;
    height: 100vh;
    width: 100vw;
} */

.btn-primary, .btn-disabled {
    width: 100%;
    display: block;
    font-weight: 500;
    padding:  12px 0px 12px 0px;
    font-size: 1em;
    background-color: #006166;
    color: #EAFFDA;
    border: none;
    transition: ease-in-out 100ms;
    cursor: pointer;
    text-align: center;
}
.btn-primary:hover {
    background-color: #A3F514;
    color: #006166;
    transition: ease-in-out 100ms;
    cursor: pointer;
}

.mob-nav {
    width: 92vw;
    height: 8vh;
    position: fixed;
    z-index: 90;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #EAFFDA;
    padding: 0vw 4vw ;
    color: #006166;
}





#leftShadow,  #rightShadow {
    opacity: 0.5;
}
#leftFront, #leftShadow,  #rightShadow, #rightFront, #leftBack  ,#rightMiddle, #rightBack,  #leftMiddle, #leftFrontMiddle, #leftFrontMiddleOne, #leftFrontOne {
    display: none;

}
.behind { 
    width: 100%;
    height: 100%;
    background-color: #EAFFDA;
    z-index: -1;
}
.mobile-back {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
#leftBackMobile {
    display: block;
    position: fixed;
    width: 150vw;
    height: auto;
    rotate: 20deg;
    translate: -70% 0vh;
    z-index: 5;
}
#rightMiddleMobile {
    z-index: 0;
    display: block;
    position: fixed;
    width: 150vw;
    height: auto;
    rotate: -15deg;
    right: -100vw;
    top: 50vh;
}



.name {
    position: absolute;
    height: 4vh;
    width: fit-content;
    display: flex;
    align-items: center;
    overflow-y: hidden;
    margin: 2vh;
    margin-left: 4vw;
    left: 0px;
    top: 0px;
}

.container {
    position: absolute;
    /* left: 10vw; */
    margin-top: 20vh;
    width: 92vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 32px;
}



.cont-text {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin-top: 0vh;
    overflow-x: visible;
}

.self-image {
    height: 45vw;
    width: 45vw;
    max-height: 350px;
    max-width: 350px;
    border-radius: 50%;
    overflow: hidden;
}
.self-image img {
    width: 100%;
    height: auto;
}

.text-title {
    /* margin-top: 3vh; */
    margin-top: 8vh;
    overflow-y: hidden;
        color: #00312C;
    font-size: 1.25em;
    font-weight: 500;
    width: 100%;
    display: flex;
    text-align: left;
    align-items: flex-start;
    gap: 8px;
}
.iAmOuter {
    height: 100%;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    
}

.iAm {
    position: absolute;
    display: block;
    overflow-y: hidden;
    transform: translateY(-10px);
    opacity: 0;
    transition: 0s linear;
    font-weight: 600;
    color: #006166;
}

.iAm.show {
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s ease;

}

.iAm.leave {
    transform: translateY(5px);
    transition: 0.2s ease;
    opacity: 0;
}

.text {
    color: #00312C;
    font-size: 1.25em;
    font-weight: 400;
    margin-top: .5em;
    width: 100%;
    display: flex;
    text-align: left;
    overflow-y: hidden!important;
}

.about-col {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 2em;
    width: 40vw;
    min-width: 270px;
    max-width: 1000px;
}

.about-text-title{
    overflow-y: hidden;
    font-size: 1.5em;
    font-weight: 500;
    width: 100%;
    display: flex;
    text-align: left;
    align-items: flex-start;
}

.about-text{
    position: relative;
    color: #EAFFDA;
    font-size: 1em;
    font-weight: 400;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    overflow-y: hidden!important;
}


.outer-work {
    width: 120vw;
    min-width: calc(260px * 7);
    height: 60vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 32px;
    overflow-y: visible !important;
}



.work-card {
    perspective: 1000px;
    overflow: visible!important;
}

.work-card-inner {
    position: relative;
    width: 20vw;
    min-width: 260px;
    height: 60vh;
    transition: transform 1s;
    transform-style: preserve-3d !important;
    overflow: visible !important;
}

.work-card:hover .work-card-inner {
    transform: rotateY(180deg);
}

.work {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 8px;
    background-color: #EFFFE3;
    /* background-color: #F4FFEC; */
    box-shadow: 4px 4px 8px 4px #00312C25;

    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    overflow: hidden!important;
}

.work-back {
    transform: rotateY(180deg);

}



.work-image {
    width: 100%;
    height: 55%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    opacity: 95%;

}
.work-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-card-base {
    padding: 16px;
    padding-top: 0px;
    width: calc(100% - 32px);
    height: calc(45% - 16px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.work-company-name {
    font-size: 1.25em;
    width: 100%;
    font-weight: 600;
    color: #006166;
    overflow: hidden;
}

.work-type {
    font-size: 1em;
    width: 100%;
    font-weight: 500;
    color: #00312C;
    overflow: hidden;
}

.work-software {
    font-size: 1em;
    width: 100%;
    font-weight: 400;
    color: #00312C;
    overflow: hidden;
    /* margin-top: -8px; */
}

.work-text {
    font-size: 1em;
    padding: 16px;
    padding-bottom: 0px;
    color: #00312C;
    overflow: hidden;
    height: calc(55% - 16px);
}


.contact-info {
    height: 60vh;
    width: 70%;
    padding: 4vh;
    padding-top: 8vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
}

.contact-info p {
    color: #00312C;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
    text-align: right;

}
.material-symbols-outlined{
    transition: ease-in-out 300ms;
    opacity: 1;
    position: absolute;
}

.hideMe{
    opacity: 0;
}

.navbtn {
    display: flex;
    align-items: center;
    height: 2em;
    width: 2em;
    cursor: pointer;
}

.navigation {
    position: fixed;
    background-color: #EAFFDA;
    width: 92vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    gap: 1em;
    padding: 0vw 4vw 8vw 4vw ;
    margin-top: 8vh;
    z-index: 89;
    transform: translateY(-150%);
    transition: ease-in-out 500ms;
    opacity: 0;
}
.nav-on {
    transform: translateY(0%);
    transition: ease-in-out 500ms;
    opacity: 1;
}
.navigation p {
    color: #006166;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
/* 
.name-hide {
    opacity: 1;
}

.name-show { 
    opacity: 0;
} */

.projects:hover p  {
    color: #A3F514;
    transition: ease-in-out 200ms;
}
.home:hover p  {
    color: #A3F514;
    transition: ease-in-out 200ms;
}
.contact:hover p  {
    color: #A3F514;
    transition: ease-in-out 200ms;
}
.about:hover p  {
    color: #A3F514;
    transition: ease-in-out 200ms;
}

a {
    text-decoration: none;
}

a:hover {
    color: #A3F514;
    transition: ease-in-out 200ms;
}

a p:hover {
    color: #A3F514!important;
    transition: ease-in-out 200ms;
}
.link:hover {
    color: #A3F514;
    transition: ease-in-out 200ms;
    cursor: pointer;
}

.link p:hover {
    color: #A3F514 !important;
    transition: ease-in-out 200ms;
        cursor: pointer;
}

.active p{
    color: #A3F514 !important;
}

/* #contact {
    height
} */

.footer {
    position: absolute;
    /* height: 120vh; */
    width: 100vw;
    display: flex;
    align-items: flex-end;
    bottom: 0;
    left: 0;
}
.footer-inner {
    position: relative;
    height: auto;
    width: 100%;
    padding: 4vh 4vw;
    background-color: #00312C;
    z-index: 200;
}
.footer-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #EAFFDA;
    gap: 2em;
}
.footer-links {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 2em;
}
.footer-link p {
    color: #EAFFDA;
    font-size: 0.9em;
    font-weight: 500;
}

.footer-name {
    width: auto;
    height: 15vh;
            overflow: hidden;
            display: flex;
            align-items: flex-end;
            justify-content: center;
        
}

.calendly-badge-content {
    border-radius: 0px!important;
    font-weight: 500!important;
    padding: 4px 24px  !important;
    font-size: 1.2rem!important;
    background-color: #006166!important;
    color: #EAFFDA!important;
    border: none!important;
    transition: ease-in-out 100ms!important;
    cursor: pointer!important;
    text-align: center!important;
    font-family: 'Helvetica Neue', sans-serif!important;
    display: flex!important;
    align-items: center;
    scale: 0.8;
}
.cal-t {
    margin-right: 4px;
    font-weight: 500 !important;
    font-size: 1.25rem !important;
    color: #006166 !important;
    transition: ease-in-out 100ms !important;
}

.calendly-badge-content:hover {
    background-color: #A3F514!important;
    color: #006166!important;
    transition: ease-in-out 100ms!important;
    cursor: pointer!important;
}

.btn-disabled {
    /* opacity: 0!important; */
    opacity: 75%;
    cursor:default!important;
}

.earl-is-watching {
    position: absolute;
        height: 150px;
        width: 150px;
        right: 5vw;
        bottom: 5px;
        z-index: 2000;
        overflow: visible !important;
        object-fit: contain;
        color:#EAFFDA;
        font-size: 0.75em;
}
.earl-is-watching img {
    object-fit: cover;
    height: 100px;
    width: auto;
    transition: ease-in-out 200ms;
    overflow: visible !important;
    float: right;
}
.earl-is-watching:hover img {
    scale: 1.5;
}
.earl-is-watching p {
    opacity: 0;
}

.w-50{
    width: 50%;
}
.text-title {
    /* margin-top: 3vh; */
    margin-top: 0vh;
    overflow-y: hidden;
    color: #00312C;
    font-size: 1.25em;
    font-weight: 500;
    width: 75%;
    display: flex;
    text-align: left;
    align-items: flex-center;
    gap: 8px;
}
.project-cont {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2em;
    padding: 16px;
    overflow: visible;
}
.mobile-projects-title {
    width: 100%;
    margin-top: 8vh;
    display: flex!important;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
}

.card {
    display: flex;
    overflow: hidden;
    width: 90%;
    height: 45vh;
    object-fit: fill;
    box-shadow: 4px 4px 8px 4px #00312C25;
    justify-content: center;
    align-items: center;
    background-color: #00312C;
}

.card img {
    min-width: 175%;
    min-height: 90vh;
    opacity: 80%;
}

