/* white white red #F26157 grey #707070 black #383631 */

body {
    background-color: white;
    font-family: "neue-haas-unica", sans-serif;;
    font-weight: 300;
    font-style: normal;
    font-optical-sizing: auto;
    font-size: 1.125rem;
    min-height: 100vh;
    
}

p {
    font-size: 1rem;
}

.myContainer {
    padding: 0 1rem;
}



.canvasGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.canvas1x1 {
    grid-column: 1;
    grid-row: 1;
}


.vh100 {
    height: 100vh !important;
    overflow: auto;
}

.container-fluid,  .navbar {
    background-color: white !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    
}
.container-fluid {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.logoNav {
    margin-bottom: -3px;
    margin-left: -3rem;
    z-index: 99;
    transition: margin 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    
}


.navbar-brand {    
    line-height: 110%;
    letter-spacing: 0.05rem;
    border-left: solid 4px;
    padding: 0px;
    transition: 0.2s cubic-bezier(0.215, 0.610, 0.355, 1);
    display: flex;
    align-items: center;   
}

.navbar-brand:hover {
    
    color: #F26157;
}

.navbar-brand-image {
    width: 38px;
    height: 38px;
    margin-left: 0.6rem;
    opacity: 0%;
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav-link {
    color: #383631;
    font-size: 1rem;
}
.nav-link:hover {
    color: #F26157;
}




.collapse {
    justify-content: end !important;
    flex-direction: row-reverse !important;
}

.dropdown-menu {
    transform: translate(-12rem);
    background-color: white;
    
}

.dropdown-item:hover {
    color:#F26157;
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: white;
}








.sections {
    margin-left: 1rem;
    position: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1000;
}
.jump-inactive-dark {
    background-color: white;
}
.jump-inactive-light {
    background-color: #383631;
}
.jumpHome.jump-inactive-dark {
    color: white;
    background-color: transparent;
}
.jumpHome.jump-inactive-light {
    color: #383631;
    background-color: transparent;
}

.jump {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    transition: background-color 0.3s;
    cursor:pointer;
    margin: 0 auto;
    margin-top: 1rem;
}
.jumpHome {
    
    font-size: 0.9rem;
    border-radius: 100%;
    padding: 0;
    transition: color 0.3s;
    cursor:pointer;
}
.jump:hover {
    background-color: #aa635e;
}

.jump:hover .jumpText {
    color: #f2615784;
}
.jumpHome:hover {
    color: #a44a44;
}
.onSection {
    background-color: #F26157 !important;
    
}
.onSection .jumpText {
    color: #F26157 !important;
    
}
.jumpHome.onSection {
    color: #F26157 !important;
    background-color: transparent !important;
    
}
.jumpText {
    color: rgba(245, 245, 220, 0);
    font-size: 0.75rem;
    padding-left: 1rem;
    line-height: 1;
    transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}









.heroContainer {
    width: 100%;
    margin: 0px auto;
    padding-top: 15rem;
    
    text-align: center;
    word-spacing: 0rem;
        
}

.ls {
    letter-spacing: 0.1rem;
}
.logoContainer{
    height: 4.5rem; 
    margin-bottom: 2rem;
    
    
}

.logoHover {
    word-spacing: 0rem;
    transition: word-spacing 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    
    
}


.heroImg {
    width: 5rem;
    transform: translate(3.8rem, -5.75rem);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.wrap {
    margin: auto 0px;
}

.hero {
    padding-top: 7rem;
    
    display: flex;
    height: 100vh;
}

.cv {
    height: 100vh;
    overflow: scroll;
    text-align: center;
    padding-top: 5rem;
}
.cvGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 6rem;
}

.cvWrapper1 {
    grid-column: 2/4;
    grid-row: 1;
    border-left: solid 5px #F26157;
    text-align: left;
}
.cvWrapper1last {
    grid-column: 2/4;
    grid-row: 2;
    border-left: dashed 5px #F26157;
    margin-top: -4rem;
}
.cvWrapper2 {
    grid-column: 1;
    grid-row:1;
    text-align: end;
    
    
}

.cvCard {
    padding: 0rem 2.5rem 2.5rem 2.5rem;
}

.cvWrapper2 .cvCard {
    padding: 0.2rem 1.7rem 2.5rem 2.5rem;
}

.cardHeading {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    
}

.circle {
    height: 2.5rem;
    width: 2.5rem;
    border: solid 5px #F26157;
    border-radius: 100%;
    background-color: white;
    margin-right: 1.4rem;
    margin-left: -3.94rem;
    
}






.carouselP {
    
    
    transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    overflow: hidden;
}
  


.portfolio {
    padding-top: 5rem;
    text-align: center;
     
}

.portfolioGridNew {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    text-align: left;
    
}
.portfolio h2{ 
    display: inline-block;
    white-space: nowrap;
    vertical-align: baseline;
    
}

.portfolioH a{ 
    font-size: 1rem;
    color: #242424;
    
}

.portfolioCardFooter .f-24 {
    font-size: 1.125rem!important;
}
.portfolioCardFooter .f-18 {
    font-size: 1rem!important;
}

.bottomLine {
    border-bottom: solid 2px black;
}

.portfolioImg{
    
    width: 100%;
    height:100%;
    object-fit: cover;

}
.portfolioImg img:hover {
    scale: 102%;
    transition: 0.3s ;
}


.grid3x3 {
    display: grid;
    grid-template-columns: repeat(3 ,1fr);
    gap: 1rem;
    width: 100%;
    
}














.tags {
    border: solid 2px #242424;
    border-radius: 100px;
    margin: 0.5rem 0.5rem 0.5rem 0rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.6rem;
    color: #242424;
    box-shadow: inset  0px 0px 3px rgba(255, 255, 255, 0.141);
}

.dashedLines {
    margin: 0 auto;
    width:0px;
    height: 100px;
    border-left: dashed 5px #F26157;
}









.aboutMe {
    padding-top: 5rem;
    text-align: center;
    margin-bottom: 5rem;
    min-height: 100vh;
}

.aboutMe h2:hover{
    color: #F26157;
    transition: 0.2s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.meGrid {
    display: grid;
    grid-template-columns: repeat(3 ,1fr);
    gap: 2rem;
    margin-top: 5rem;
}

.meText {
    grid-column: span 2;
    
    text-align: left;
}
.mePic {
    grid-column: 3;
    width: 100%;
    
}









.contact {
    padding-top: 5rem;
    text-align: center;
    
    height: 100vh;
}

.contact a:hover {
    color: #F26157;
}









.projectSection {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.pImg {
    width:100%;
}

.imgGrid {
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    gap: 2rem;
}

.projectTag .tags {
    border: solid 2px #F26157;
    color: #F26157;
}


.grid4x4 {
    display: grid;
    grid-template-columns: repeat(4 ,1fr);
    gap: 0.5rem;
}




.thumbnail {
    width: 100%;
    cursor: pointer;
    transition: transform 0.2s ease;
    overflow: hidden;
}

.thumbnail:hover {
    transform: scale(1.02);
}



.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    padding-top: 15vh;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-height: 80vh ;
    
}

.close {
    position: absolute;
    top: 15vh;
    right: 5vw;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #F26157;
    text-decoration: none;
    cursor: pointer;
}

.span-two-columns {
    grid-column: span 2;
}

.parent {
    display: flex;
    flex-direction: column;
    
  }

  .flex-g-1 {
    flex-grow: 1; /* Makes this div take up the remaining space */
  }




footer {
    border-top: solid 5px #383631;
    min-height:15rem;
}


a:hover {
    color: #F26157 !important;
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

.btn-solid {
    
    padding: 0.5rem 1rem;
    border-radius: 50px;
    color: #ffffff;
    background-color: #383631;
    text-decoration: none;
    font-weight: 300;
    white-space: nowrap;
}
.btn-solid:hover {
    
    color: white !important;
    background-color: #F26157;
    
}
.btn-primary {
    border: solid 2px #383631;
    padding: 0.6rem 1rem 0.6rem 1rem;
    border-radius: 50px;
    color: #383631;
    text-decoration: none;
    font-weight: 300;
    white-space: nowrap;
    font-size: 1rem;
   
}
.btn-secondary {
    border: solid 2px #ffffff;
    padding: 0.6rem 1rem 0.6rem 1rem;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
    white-space: nowrap;
    font-size: 1rem;

}
.btn-primary:hover{
    border: solid 2px #F26157;
    color: #F26157;
    transition: 0.2s ease-out;
    cursor: pointer;
    
}
.btn-secondary:hover{
    border: solid 2px #F26157;
    color: #F26157;
    transition: 0.2s ease-out;
    cursor: pointer;
}




.hide {
    display: none;
}

.active {
    color:#F26157 !important;
}





.snapBottom {
    position: absolute;
    bottom: 1rem;
}

.popModal {  
    position: fixed;
    top: 0px;
    background-color: #000000d0;
    height: 100%;
    width:100%;
    z-index: 100!important;
    padding-top: 5rem;
    
    
}

.modalText {
    background-color: transparent!important;
    color: white;
    font-size: 1rem;
    height: 70vh;
    overflow:auto;
    text-align: center;
    

}










.ease {
    transition: 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.ease2 {
    transition: 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}


.animateDisabled1{
    opacity: 0;
    transform: translateY(20rem);
}
.animateActive1 {
    opacity: 1;
    transform: translateY(0);
}

video.portfolioImg {
    width: 49.5%;
    display: inline-block;
    height: auto;
}








.dot {
    border-radius: 100%;
    height: 0.8rem ;
    min-width: 0.8rem ;
    background-color: #707070;
    
}

.ta-j {
    text-align: justify;
}

.bg-beige {
    background-color: white;
}

.c-beige {
    color: white;
}

.c-white {
    color: white !important;
}
.c-white2 {
    color: white !important;
}
.c-white2:hover {
    color: #F26157 !important;
}

.c-red {
    color: #F26157;
}

.c-green {
    color: #61D095;
}

.c-grey {
    color: #707070;
}
.c-red2 {
    color: #fad7d6;
}

.c-black {
    color: #383631 !important;
}

.c-black2 {
    color: #383631 !important;
}
.c-black2:hover {
    color: #F26157 !important;
}

.f-light {
    font-weight: 300;
}

.f-regular {
    font-weight: 400;
}

.f-bold {
    font-weight: 600;
}

.f-black {
    font-weight: 600;
}

.f-72 {
    font-size: 4.5rem !important;
}
.f-16 {
    font-size: 1rem !important;
}
.f-12 {
    font-size: 0.75rem !important;
}
.f-18 {
    font-size: 1.125rem !important;
}
.f-24 {
    font-size: 1.5rem !important; 
}

.f-32 {
    font-size: 2rem !important;
}
.f-42 {
    font-size: 2.625rem !important;
}

.mb-6 {
    margin-bottom: 10rem;
}
.mt-6 {
    margin-top: 7rem;
}
.mt-7 {
    margin-top: 10rem;
}

.my-2px {
    margin: 2px 0;
}

.py-6 {
    padding: 5rem 0;
}

.p-absolute {
    position: absolute;
}

.z99 {
    z-index: 99;
}
.z99- {
    z-index: -99;
}

.d-mode {
    color: rgb(0, 0, 0);
    border: none;
    background-color: rgb(255, 255, 255);
    border: 2px solid white;
    
}
.imgInactive{
    display: none!important; 
}

.imgActive {
    display: block!important;
}



@media screen and (max-width: 1400px) {
    .sections {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .f-72 {
        font-size: 3rem !important;
    }
   
    .sections {
        margin-left: 0.5rem;
    }    
    .portfolioGrid {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        margin-bottom: 5rem;
    }
    .navbar-collapse {
        text-align: start;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.267);
        margin-top: 1rem; 
        padding: 1rem;
    }
    
   
    
    .dropdown-menu {
        transform: translate(0rem);
        margin-right: 0px;
    }

    .meGrid {
        grid-template-columns: repeat(2 ,1fr);
    }

    .meText {
        grid-column: span 1;
    }

    .portfolioGridNew {
        display: grid;
        grid-template-columns: repeat(1 ,1fr);
        gap: 2rem;
    }

    .jump {
        width: 0.4rem;
        height: 0.4rem;
    }
    .jumpText {
        font-size: 0.6rem;
    }

    .f-16 {
        font-size: 0.8rem !important;
    }
    .heroContainer p {
        font-size: 1.3rem !important;
    }
    .logoContainer {
        margin-bottom: 0rem;
    }
}



@media screen and (max-width: 772px) {
    .heroContainer p {
        font-size: 1.1rem !important;
    }
    video.portfolioImg {
        width: 49%;
    }
    .heroContainer p {
        padding: 0rem 1rem;
        padding-bottom: 2rem;
    }
    .cvCard {
        padding: 0rem 0rem 2.5rem 2.5rem;
    }
    .sections {
        margin-left: 0.3rem;
    }
    .f-72 {
        font-size: 2rem !important;
    }
    
    .f-18 {
        font-size: 0.9rem;
    }
    .f-24 {
        font-size: 1.2rem !important; 
    }
    
    .f-32 {
        font-size: 1.6rem !important;
    }
    .f-42 {
        font-size: 2rem !important;
    }

    p {
        font-size: .9rem;
    }

    a {
        font-size: .9rem;
    }
    .logoContainer {
        margin-bottom: 0rem;
    }
    .cvWrapper1 {
        grid-column: 1;
        grid-row: 1;
        border-left: solid 5px #F26157;
        
        
    }
    .cvWrapper1last {
        grid-column: 1;
        grid-row: 2;
        border-left: dashed 5px #F26157;
        margin-top: -4rem;
    }
    .cvWrapper2 {
        grid-column: 1;
        grid-row:3;
        text-align: start;
    }
    .cvGrid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        margin-bottom: 6rem;
    }
    .portfolioGrid {
        width: 85%;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        margin-bottom: 5rem;
    }
    .imgGrid {
        display: grid;
        grid-template-columns: repeat(1 ,1fr);
        gap: 2rem;
    }
    .meGrid {grid-template-columns: repeat(1 ,1fr);}
    .meText {
        
        grid-row: 1;
        text-align: left;
    }
    .mePic {
        margin: 0 auto;
        width: 80%;
        grid-row: 2;
    }
    .f-p-small {
        font-size: 0.8rem!important;
    }
    .grid4x4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 576px){
    .sections {
        display: none;
    }
    .portfolioText video {
        width: 100%!important;
    }
    .grid4x4 {
        grid-template-columns: repeat(3, 1fr);
    }
    .circle {
        width: 20px;
        height: 20px;
        margin-right: 2rem;
        margin-left: -2.3rem;
        margin-top: -0.2rem;
    }
    .cvCard {
        padding: 0rem 0rem 1.5rem 1.5rem;
    }
    .heroContainer p {
        font-size: 1rem !important;
    }
    .heroContainer {
        padding-top: 14rem;
    }
}


@media screen and (max-width: 470px){
   .logoContainer {
    margin-bottom: 0rem;
   }
   .cvGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin: 0 auto;
    margin-bottom: 6rem;
    width: 85%;
    
    }
    .heroContainer p {
        font-size: 0.9rem !important;
    }
    .f-72 {
        font-size: 1.6rem !important;
    }
    .aboutMe {
        width: 90%;
        margin: 0 auto;
    }
    .dropdown-menu {
        transform: translate(-2rem);
    }
    .grid4x4 {
        grid-template-columns: repeat(2, 1fr);
    }
}