*{margin:0;}


    @font-face {
        font-family: 'saans';
        src: url('SaansSemiMono-TRIAL-VF.woff2') format('woff2'),
             url('SaansSemiMono-TRIAL-VF.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'saansM';
        src: url('SaansSemiMono-TRIAL-Regular.woff2') format('woff2'),
             url('SaansSemiMono-TRIAL-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }

    @font-face{ 
        font-family: 'saansL';
        src: url('Saans-TRIAL-VF.woff') format('woff');
        font-weight : normal;
    }





    
.boxheader{
    width: 15.5vw;
    height: 3vh;
    position: fixed;
    display: flex;
    right: 0;
    margin-right: 1vw;
    align-items: center;
    justify-content: space-between;
    font-family: 'saansM';
    font-size: 1.9vh;
    letter-spacing: -1px;
    z-index: 2;
}


.boxheader p{
    mix-blend-mode: difference;

}

@keyframes slideUp {
    to {
      transform: translateY(-100%);
    }
  }
  
  .hide-header {
    animation: slideUp 0.5s forwards;
  }

.page{
    height: 100vh;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(8, 1fr);
    display: grid;
    gap: 0.5vw;
    height: 100vh;
    background-color: white; 
}





.top{
    margin-left: 1vw;
    margin-top: 1vh;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 8
}

.texttop{
    letter-spacing: -3px;
    font-family: 'saansM';
    font-size: 5vh;
    line-height: 50px;
    z-index: 99;
}

.texttop p{
    mix-blend-mode: difference;

}


.mid {
    height: 44vh;
    margin-top: 10.7vh;
    width: 97.8vw;
    margin-left: 1.1vw;
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 8;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    display: grid;
    gap: 0.5vw;
}



.img1{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
}


.img2{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
}


.img3{
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
}

.img4{
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
}

.img5{
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
}


.img6{
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 2;
}




.page img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5%;
    transform-origin: bottom;
}


 


.carre1{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    background-color: white;
  transform-origin: top;
}


.carre2{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    background-color: white;
    transform-origin: top;
}


.carre3{
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    background-color: white;
        transform-origin: top;
}

.carre4{
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    background-color: white;

    transform-origin: top;
}

.carre5{
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    background-color: white;
    transform-origin: top;
}


.carre6{
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 2;
    background-color: white;
    transform-origin: top;
}




.bottom{
    display: grid;
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 8;
    margin-top: 52vh;
}

.bottom p{
    font-size: 30.5vw;
    font-family: 'saansM';
    letter-spacing: -37px;
    line-height: 1;
}

.spana{
    letter-spacing: -40px;
}

.spanb{
    letter-spacing: -58px;
}


/* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 */
/* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 */
/* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 */
/* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 *//* PAGE2 */

.page2{
    height: 117vh;
    width: 100vw;
    background-color: white;
}


.textpage2{
    font-family: 'saansM';
    font-size: 7.5vh;
    letter-spacing: -5.7px;
    margin-top: 20vh;
    line-height: 70px;
    margin-left: 1vw;
    
}



.imgpage2{
    margin-top: 4vh;
    z-index: 0;
}


.page2 img{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

/* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 */
/* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 */
/* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 *//* PAGE3 */

.page3{
    height: 99vh;
    width: 100vw;
    background-color: white;
    display: flex;
    justify-content: space-between;
}


.boxleft{
    height: 96vh;
    width:  45%;
    margin-left: 1vw;
    margin-top: 1vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.boxtoppage3{
    height: 16vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.lefttop3{
    height: 100%;
    letter-spacing: -3px;
    font-family: 'saansM';
    font-size: 5vh;
    line-height: 50px;
}


.righttop3{
    height: 100%;
    width: 20vw;
    display: flex;
    justify-content: flex-end;
    align-items: last baseline;  
    letter-spacing: -3px;
    font-family: 'saansM';
    font-size: 5vh;
}



.request{
    color: #9A9A9A;
    text-decoration: none;
}


.request:hover{
    color: black;
    text-decoration: none;

}


.request:visited{
    text-decoration: none;
}

.boxbottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
}

.boxbottomtop{
    height: 11vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vh;
}


.leftbot3{
    height: 100%;
    letter-spacing: -3px;
    font-family: 'saansM';
    font-size: 5vh;
    line-height: 50px;
}


.rightbot3{
    height: 100%;
    width: 20vw;
    display: flex;
    justify-content: flex-end;
    align-items: last baseline;  
    letter-spacing: -3px;
    font-family: 'saansM';
    font-size: 5vh;
}

.boxbottombottom p{
    font-family: 'saansL';
    letter-spacing: -0.02vw;
    font-weight: 100;
    font-size: 1.75vh
}


.desc{
    font-size: 1.9vh
}


.slash{
    color: #9A9A9A;
}

/* RIGHTPAGE3 */

.boxright{
    height: 97vh;
    width:  45%;
    margin-right: 1vw;
    margin-top: 1vh;
}

.righttop{
    width: 100%;
    height: 67vh;    
    margin-bottom: 1vh;

}

.imgtop{
    display: flex;
    object-fit: cover;
    height: 100%;
    width: 100%; 
    border-radius: 3%;
}

.rightbottom{
    height: 28vh;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.rightbottom img {
    cursor: pointer;
}

.toprow{
    height: 48.4%;
    width: 100%;
    display: flex;
}

.botrow{
    height: 48.4%;
    width: 100%;
    display: flex;
}

.topimg1{
    height:100% ;
    width: 24.5%;
}

.topimg1 img{
    height:100% ;
    width: 100%;
    object-fit: cover;
    border-radius: 5%;
}

.topimg2{
    height:100% ;
    width: 24.5%;
    margin-left: 0.5vw;
}

.topimg2 img{
    height:100% ;
    width: 100%;
    object-fit: cover;
    border-radius: 5%;
}


.topimg3{
    height:100% ;
    width: 24.5%;
    margin-left: 0.5vw;
}

.topimg3 img{
    height:100% ;
    width: 100%;
    object-fit: cover;
    border-radius: 5%;
}


.topimg4{
    height:100% ;
    width: 24.5%;
    margin-left: 0.5vw;
}

.topimg4 img{
    height:100% ;
    width: 100%;
    object-fit: cover;
    border-radius: 5%;
}

/* BOTTOMIMG */

.botimg1{
    height:100% ;
    width: 24%;
}

.botimg1 img{
    height:100% ;
    width: 100%;
    object-fit: cover;
    border-radius: 5%;
}


.botimg2{
    height:100% ;
    width: 24%;
    margin-left: 0.5vw;
}

.botimg2 img{
    height:100% ;
    width: 100%;
    object-fit: cover;
    border-radius: 5%;
}


header a{
    text-decoration: none;
    color: black;
}


header a:visited{
    text-decoration: none;
    color: black;
}