
    /****SALUT**/

    @font-face {
        font-family: suisse;
        src: url(../assets/font/suisse/suisse.ttf) format("truetype");
    }
    html{
        background-color: white;
        margin: 0 0 0 0;
        scroll-behavior: smooth;
        
    }
    body {
        width: 100vw;
        height: 100vh;
        max-width:100%;  /* added */
        z-index: 2;
        background-color: white;
        margin: 0 0 0 0;
        height: auto;
        overflow-x: scroll;
        
    }

    ::-webkit-scrollbar{
        display: none;
    }




  

   
    /*NAVBAR STYLE */
    
    
    .menubutton{
        user-select: none;
        position: fixed;
        font-family: 'suisse',sans-serif;
        font-size: 1.1rem;
        top: 0.6vh;
        right: 1vw;
        display: block;
        z-index: 1001;
        color: #ffffff;
        mix-blend-mode: difference;
    }

    .homebutton a{
        z-index: 1000;
        top: 0.6vh;
        left: 1vw;
        position: fixed;
        font-family: 'suisse',sans-serif;
        font-size: 1.1rem;
        text-decoration: none;
        color: #ffffff;
        mix-blend-mode: difference;
        
    }
    ul{
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    

    li{
        text-decoration: none;
        list-style-type: none;
        list-style: none;
    }
    
    .navbar{
        width: 100vw;
        height: 4vh;
        background-color: #ffffff;
    }
    .navbaropen {
        display: none;
        z-index: 1000;
        position: fixed;
        height: 100svh;
        width: 100vw;
        background-color: rgb(0, 0, 255);
        overflow-x: hidden;
        overflow-y: hidden;
        visibility: hidden;
    
    }
    
    .navbaropen.active {
        overflow-x: hidden;
        z-index: 1000;
        width: 100vw;
        height: 100vh;
        display: block;
        visibility: visible;
    }
    .nav-itemabout a{
        
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 9rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }
    
    .nav-itemfr a{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }
    .nav-itemfr{
        width: 100vw;
        border-bottom: #ffffff 1px solid;
        padding: 0vh 0 0vh 0vw;
    }
    .codebymetext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 100px;
        letter-spacing: -.05em;
    }

    .codebyme {
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .infonavbartext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 3rem;
        color: #fff;
        margin-left: 100px;
        letter-spacing: -.05em;
    }

    .infonavbar{
        margin-top: 10vh;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .contactnav{
        color: #ffffff;
    }
@media (max-width: 710px) {

    .nav-itemfr a{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }
    .nav-itemfr{
        width: 100vw;
        border-bottom: #ffffff 1px solid;
        padding: 0vh 0 0vh 0vw;
    }
    .codebymetext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.3rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }

    .codebyme {
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .infonavbartext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 3rem;
        color: #fff;
        margin-left: 40px;
        letter-spacing: -.05em;
    }

    .infonavbar{
        margin-top: 10vh;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
}
@media (max-width: 410px) {
    .nav-itemfr a{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.6rem;
        color: #fff;
        margin-left: 25px;
        letter-spacing: -.05em;
    }
    .nav-itemfr{
        width: 100vw;
        border-bottom: #ffffff 1px solid;
        padding: 0vh 0 0vh 0vw;
    }
    .codebymetext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size: 1.1rem;
        color: #fff;
        margin-left: 20px;
        letter-spacing: -.05em;
    }

    .codebyme {
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
    .infonavbartext{
        text-decoration: none;
        font-family: 'suisse',sans-serif;
        line-height: .910;
        font-size:2.5rem;
        color: #fff;
        margin-left: 20px;
        letter-spacing: -.05em;
    }

    .infonavbar{
        margin-top: 10vh;
        border-top: #ffffff 1px solid;
        border-bottom: #ffffff 1px solid;
        padding: 1vh 0 1vh 0vw;
    }
}




/*PART1 STYLE */



.part1ge{
    position: relative;
    z-index: 1;
    display: flex;
    top: 0vh;
    align-items: center;
    margin:0vh 0 1vh 0vw;
    padding: 0 0 0 0;
    background-color: #ffffff;
}
.logoprinc{
    z-index: 1;
    position: relative;
    width: 100vw;
    height: auto;
    align-items: center;

}
.ticker-wraphome {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    bottom: 0;
    background: linear-gradient(to right,rgb(255, 255, 255), blue, rgb(255, 255, 255));
    border-top:1px solid black ;
  }
  .tickerhome {
    display: inline-block;
    animation: marquee 100s linear infinite;
  }
  .item-collection-home1 {
    position: relative;
    left: 0%;
    animation: swap 100s linear infinite;
  }
  
  .itemhome {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 0.3rem;
    font-size: 4.5rem;
    color: rgb(0, 0, 0);   
    font-family: 'suisse',sans-serif;
  }

  .itemhomeimg img {
    margin-top: auto;
    margin-bottom: auto;
    height: 6vh; /* Ajustez cette valeur selon vos besoins */
  }

  @media (max-height: 850px) {
    .ticker-wraphome{
        z-index: 2;
        width: 100%;
        height: 50px;
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        bottom: 0;
        background-color: #ffffff; 
      }
      .tickerhome {
        display: inline-block;
        animation: marquee 40s linear infinite;
      }
      .itemhome {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 40px;
        color: rgb(0, 0, 0);   
        font-family: 'suisse',sans-serif;
      }
    
      .itemhomeimg img {
        height: 35px; /* Ajustez cette valeur selon vos besoins */
        margin-top: auto;
        margin-bottom: auto;
    }
}



@media (max-width: 830px) {
    .ticker-wraphome{
        z-index: 2;
        width: 100%;
        height: 50px;
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        bottom: 0;
        background-color: #ffffff; 
      }
      .tickerhome {
        display: inline-block;
        animation: marquee 40s linear infinite;
      }
      .itemhome {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 45px;
        color: rgb(0, 0, 0);   
        font-family: 'suisse',sans-serif;
      }
    
      .itemhomeimg img {
        height: 35px; /* Ajustez cette valeur selon vos besoins */
        margin-top: auto;
        margin-bottom: auto;
    }
}

  
  /* Transition */
  @keyframes marquee {
    0% {
      transform: translateX(0)
    }
    100% {
      transform: translateX(-100%)
    }
  }
  
  @keyframes swap {
    0%, 50% {
      left: 0%;
    }
    50.01%,
    100% {
      left: 100%;
    }
  }

.logoprinc{
    z-index: 1;
    position: relative;
    width: 99.5vw;
    height: auto;
    align-items: center;

}


.sticky {
    position: -webkit-sticky; /* Pour une compatibilité avec Safari */
    position: sticky;
    top: 0;
    z-index: 1;
    margin: 0 0 0 0;
 }





/*PART2 STYLE */

.part2{
    position: relative;
    z-index: 998;
    width: 100vw;
    border-top: 1px solid black;
    background-color: #ffffff;
    height: auto;
}
.smallpres{
    z-index: 998;
    display: inline-block;
    vertical-align: top;
    margin-left: 1vw;
    margin-top:4vh;
    font-family: 'suisse',sans-serif;
    font-size: 10em;
    color: rgb(0, 0, 0);
    background-color: #ffffff;
}
.video-and-text-container {
    display: flex;
    align-items: center;
    margin-left: 36vw;/* marge a gauche de la presentation  */
}

.video-container {
    flex: 0 0 auto; /* La vidéo ne s'étirera pas pour occuper tout l'espace disponible */
    margin-right: 20px; /* Espace à droite de la vidéo  */
}


.videoabout{
    width: auto;
    display: block;
    margin-left: 2vw;
    margin-right: 2vw;
    height: 330px;/* taille de la vidéo*/
}

.prestxt{
    z-index: 998;
    display: inline-block;
    text-transform: uppercase;
    width: 40vw;
    margin-top: 3.6vh;
    margin-bottom: 4vh; 
    font-family: 'suisse',sans-serif;
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    font-size: 3rem;
    line-height: .910;
    letter-spacing: -.075em;
}
@media (max-width: 1200px) {
    .video-and-text-container {
        display: flex;
        align-items: center;
        margin-left: 38vw;/* marge a gauche de la presentation  */
        margin-bottom: 1vh;
    }
    .prestxt{
        font-size: 1.6em;
        width: 40vw;
    }
}
@media (max-width: 1115px) {
    .video-and-text-container {
        display: flex;
        align-items: center;
        margin-left: 30vw;/* marge a gauche de la presentation  */
    }
    .prestxt{
        font-size: 1.6em;
        width: 40vw;
    }
}
@media (max-width: 980px) {
    .video-and-text-container {
        display: flex;
        align-items: center;
        margin-left: 20vw;/* marge a gauche de la presentation  */
    }
    .prestxt{
        font-size: 1.6em;
        width: 50vw;
    }
    .videoabout{
        width: auto;
        display: block;
        margin-left: 2vw;
        margin-right: 2vw;
        height: 230px;/* taille de la vidéo*/
    }
}
@media (max-width: 900px) {
    .video-and-text-container {
        display: flex;
        align-items: center;
        margin-left: 7vw;/* marge a gauche de la presentation  */
    }
    .prestxt{
        font-size: 1.6em;
        width:62vw
    }
}
@media (max-width: 650px) {/*MOBILE MODE */
    .smallpres{
        z-index: 998;
        display: inline-block;
        vertical-align: top;
        margin-left: 1vw;
        margin-top:4vh;
        font-family: 'suisse',sans-serif;
        font-size: 5em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;
    }
    .video-and-text-container {
        display: flex;
        align-items: center;
        margin-left: 1vw;/* marge a gauche de la presentation  */
    }
    .prestxt{
        font-size: 1.6em;
        width: 65vw;
    }
}
@media (max-width: 500px) {/*MOBILE MODE */
    .smallpres{
        z-index: 998;
        display: inline-block;
        vertical-align: top;
        margin-left: 1vw;
        margin-top:1vh;
        font-family: 'suisse',sans-serif;
        font-size: 5em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;
    }
    .videoabout{
        display: block;
        margin-left: 0vw;
        margin-right: 0vw;
        height: 20vh;
        width: auto;
    }
    
      .prestxt {
        margin-right: 2vw;
        width: 90vw;
        margin-top: 1em; /* Ajoutez un espacement entre la vidéo et le texte (ajustez selon vos besoins) */
        font-size: 1.2em; /* Ajustez la taille de la police en conséquence */
      }
    }

/*KEYSKILLS STYLE */

.keyskill{
    border-top: 1px solid black;
    background-color: #ffffff;
    width: 100vw;
    

}
.keyskilltitle{
    z-index: 998;
    display: inline-block;
    vertical-align: top;
    margin-left: 1vw;
    margin-top:2vh;
    margin-bottom: 2vh;
    font-family: 'suisse',sans-serif;
    font-size: 1.4em;
    color: rgb(0, 0, 0);
    background-color: #ffffff; 
   
    
}
.keyskilltext{
    z-index: 998;
    display: inline-block;
    width: 50vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: 37vw;  
    font-family: 'suisse',sans-serif;
    font-size: 1.4em;
    color: rgb(0, 0, 0);
    background-color: #ffffff;  
    
}
@media (max-width: 1115px){
    .keyskilltext{
        z-index: 998;
        display: inline-block;
        width: 40vw;
        margin-top: 1.6vh;
        margin-left: 35vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
    }  
}
@media (max-width: 980px) {
    .keyskilltext{
        z-index: 998;
        display: inline-block;
        width: 40vw;
        margin-top: 1.6vh;
        margin-left: 31vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
    }  
}  
@media (max-width: 900px) {
    .keyskilltext{
        z-index: 998;
        display: inline-block;
        width: 65vw;
        margin-top: 1.6vh;
        margin-left: 20vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
    }    
}
@media (max-width: 650px) {
    .keyskilltitle{
        z-index: 998;
        display: inline-block;
        vertical-align: top;
        margin-left: 1vw;
        margin-top:2vh;
        font-family: 'suisse',sans-serif;
        font-size: 1.8em;
        color: rgb(0, 0, 0);
        background-color: #ffffff; 
    }
    .keyskilltext{
        z-index: 2;
        display: block;
        width: 90vw;
        margin-top: 1.6vh;
        margin-left: 1vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        padding-bottom: 1.6vh;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
    }   
}
/*SOFTSKILLS STYLE */

.softskill{
    border-top: 1px solid black;
    background-color: #ffffff;
    width: 100vw;
    

}
.softskilltitle{
    z-index: 998;
    display: inline-block;
    vertical-align: top;
    margin-left: 1vw;
    margin-top:2vh;
    margin-bottom: 2vh;
    font-family: 'suisse',sans-serif;
    font-size: 1.4em;
    color: rgb(0, 0, 0);
    background-color: #ffffff; 
    
}
.softskilltext{
    z-index: 998;
    display: inline-block;
    width: 50vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: 36vw;  
    font-family: 'suisse',sans-serif;
    font-size: 1.4em;
    color: rgb(0, 0, 0);
    background-color: #ffffff;  
    
    
}
@media (max-width: 1115px){
    .softskilltext{
        z-index: 998;
        display: inline-block;
        width: 40vw;
        margin-top: 1.6vh;
        margin-left: 35vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
    }  
}
@media (max-width: 980px) {
    .softskilltext{
        z-index: 998;
        display: inline-block;
        width: 40vw;
        margin-top: 1.6vh;
        margin-left: 31vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
    }  
}  
@media (max-width: 900px) {
    .softskilltext{
        z-index: 998;
        display: inline-block;
        width: 65vw;
        margin-top: 1.6vh;
        margin-left: 20vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
    }    
}
@media (max-width: 650px) {
    .softskilltitle{
        z-index: 998;
        display: inline-block;
        vertical-align: top;
        margin-left: 1vw;
        margin-top:2vh;
        font-family: 'suisse',sans-serif;
        font-size: 1.8em;
        color: rgb(0, 0, 0);
        background-color: #ffffff; 
    }
    .softskilltext{
        z-index: 2;
        display: block;
        width: 90vw;
        margin-top: 1.6vh;
        margin-left: 1vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
        padding-bottom: 1.6vh;
    }   
}

/*FULLCV STYLE */

.fullcv{
    border-top: 1px solid black;
    background-color: #ffffff;
    width: 100vw;
    

}
.fullcvtitle{
    z-index: 998;
    display: inline-block;
    vertical-align: top;
    margin-left: 1vw;
    margin-top:2vh;
    margin-bottom: 2vh;
    font-family: 'suisse',sans-serif;
    font-size: 1.4em;
    color: rgb(0, 0, 0);
    background-color: #ffffff; 
    
}
.fullcvtextlink{
 text-decoration: none;
 color: rgb(0, 0, 255);
}
.fullcvtext{
    color: rgb(0, 0, 255);
    z-index: 998;
    display: inline-block;
    width: 50vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: 37vw;  
    font-family: 'suisse',sans-serif;
    font-size: 1.4em;
    color: rgb(0, 0, 0);
    background-color: #ffffff;  
    
    
    
}
@media (max-width: 1115px){
    .fullcvtext{
        z-index: 998;
        display: inline-block;
        width: 40vw;
        margin-top: 1.6vh;
        margin-left: 37vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
    }  
}
@media (max-width: 980px) {
    .fullcvtext{
        z-index: 998;
        display: inline-block;
        width: 40vw;
        margin-top: 1.6vh;
        margin-left: 33vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
    }  
}  
@media (max-width: 900px) {
    .fullcvtext{
        z-index: 998;
        display: inline-block;
        width: 65vw;
        margin-top: 1.6vh;
        margin-left: 23vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
    }    
}
@media (max-width: 650px) {
    .fullcvtitle{
        z-index: 998;
        display: inline-block;
        vertical-align: top;
        margin-left: 1vw;
        margin-top:2vh;
        font-family: 'suisse',sans-serif;
        font-size: 1.8em;
        color: rgb(0, 0, 0);
        background-color: #ffffff; 
    }
    .fullcvtext{
        z-index: 2;
        display: block;
        width: 90vw;
        margin-top: 1.6vh;
        margin-left: 1vw;  
        font-family: 'suisse',sans-serif;
        font-size: 1.4em;
        color: rgb(0, 0, 0);
        background-color: #ffffff;  
        padding-bottom: 1.6vh;
    }   
}


/*WORK STYLE */
a{
    text-decoration: none;
}
.worktext{
    font-family: 'suisse',sans-serif;
    font-size: 10em;
    color: rgb(255, 255, 255); 
    margin: 1vh 0 3vh 1vw;
    text-decoration: none;
}
@media (max-width: 650px) {
    .worktext{
        font-family: 'suisse',sans-serif;
        font-size: 6em;
        color: rgb(255, 255, 255); 
        margin: 1vh 0 3vh 2vw;
        text-decoration: none;
    }
}
@media (max-width: 450px) {
    .worktext{
        font-family: 'suisse',sans-serif;
        font-size: 4em;
        color: rgb(255, 255, 255); 
        margin: 1vh 0 3vh 2vw;
        text-decoration: none;
    }
}  
.work{
    position: relative;
    width: 100vw;
    z-index: 900;
    border-top: 1px solid #000000;
    margin:0vh 0vw 0 0vw;
    display: inline-block;
    background-color: black;
    overflow:hidden
}

.worklines {
    display: flex;
    flex-direction: column; /* Pour que le contenu soit empilé verticalement */
    align-items: center;    /* Centrer verticalement */
    justify-content: center; /* Centrer horizontalement */
    margin-bottom: 10vh;
    
}


/*TICKER STYLE */



/*CONTACT STYLE */
.contact {
    z-index: 999; /* You can use any value higher than the z-index of the .work div */
    position: relative;
    width: 100vw;
    height: 55vh;
    display: inline-block;
    background-color: rgb(255, 255, 255);
}
.grid-item{
    z-index: 999;
    margin-right: 0vw;
    margin-bottom: 2vh;
    background-color: rgb(255, 255, 255);
}
.contactgrid { 
    z-index: 999;
    align-items: center;
    margin: 2vh 0vw 2vh 2vw; 
    width: 90vw;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0 0 0 0;
    grid-auto-flow: row;
    background-color: rgb(255, 255, 255);
}
.mail1{
    width: 93%;
    height: auto;
    transition-duration: 0.7s;
}
.mail1:hover{
    transform: rotate(-40deg);
    transition-duration: 0.3s;
}
.phone1{
    width: 93%;
    height: auto;
    transition-duration: 0.7s;
}
.phone1:hover{
    transform: rotate(-40deg);
    transition-duration: 0.3s;
}
.instagram1{
    width: 93%;
    height: auto;
    transition-duration: 0.7s;
}
.instagram1:hover{
    transform: rotate(-40deg);
    transition-duration: 0.3s;
}
.linkedin1{
    width: 93%;
    height: auto;
    transition-duration: 0.7s;
}
.linkedin1:hover{
    transform: rotate(-40deg);
    transition-duration: 0.3s;
}

@media (max-width: 788px) {
    .contactgrid { 
        align-items: center;
        margin: 2vh 1vw 2vh 2vw; 
        width: 90vw;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 0 0 0;
        grid-auto-flow: row;
    }
    } 
@media (max-width: 1375px) {
        .contactgrid { 
            align-items: center;
            margin: 2vh 1vw 2vh 2vw; 
            width: 85vw;
            height: auto;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 0 0 0 0;
            grid-auto-flow: row;
        }
} 
@media (max-width: 950px) {
    .contactgrid {
        z-index: 1000; 
        align-items: center;
        margin: 2vh 1vw 2vh 2vw; 
        width: 90vw;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 0 0 0 0;
        grid-auto-flow: row;
    }
} 
@media (max-width: 840px) {
    .contact {
        z-index: 999; /* You can use any value higher than the z-index of the .work div */
        position: relative;
        width: 100vw;
        height: 20vh;
        display: inline-block;
        background-color: rgb(255, 255, 255);
    }
    .contactgrid {
        z-index: 1000; 
        align-items: center;
        margin: 2vh 1vw 2vh 2vw; 
        width: 90vw;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 0 0 0 0;
        grid-auto-flow: row;
    }
} 
@media (max-width: 645px) {
    .contactgrid { 
        z-index: 4;
        
        margin: 2vh 1vw 2vh 6vw; 
        width: 90vw;
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 0 0 0;
        grid-auto-flow: row;
    }
    .contact{
        position: relative;
        z-index: 3;
        width: 100vw;
        height: 40vh;
        display: inline-block;
        background-color: rgb(255, 255, 255);
    }
} 




.ticker-wrap {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    bottom: 0;
    background-color: #ffffff; 
    border-bottom: 1px solid black;
  }
  .ticker {
    display: inline-block;
    animation: marquee 105s linear infinite;
  }
  .item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 105s linear infinite;
  }
  
  .item {
    display: inline-block;
    padding: 0 1rem;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 7rem;
    color: rgb(0, 0, 0);   
    font-family: 'suisse',sans-serif;
    text-transform: uppercase;
  }
@media (max-width: 820px) {
    .ticker-wrap {
        z-index: 2;
        width: 100%;
        height: 60px;
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        bottom: 0;
        background-color: #ffffff; 
        border-bottom: 1px solid black;
      }
      .ticker {
        display: inline-block;
        animation: marquee 50s linear infinite;
      }
      .item-collection-1 {
        position: relative;
        left: 0%;
        animation: swap 105s linear infinite;
      }
      
      .item {
        display: inline-block;
        padding: 0 1rem;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 50px;
        color: rgb(0, 0, 0);   
        font-family: 'suisse',sans-serif;
        text-transform: uppercase;
      }
    } 
    @media (max-height: 780px) {
        .ticker-wrap {
            z-index: 2;
            width: 100%;
            height: 60px;
            margin: 0 auto;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
            bottom: 0;
            background-color: #ffffff; 
            border-bottom: 1px solid black;
          }
          .ticker {
            display: inline-block;
            animation: marquee 50s linear infinite;
          }
          .item-collection-1 {
            position: relative;
            left: 0%;
            animation: swap 105s linear infinite;
          }
          
          .item {
            display: inline-block;
            padding: 0 1rem;
            margin-top: auto;
            margin-bottom: auto;
            font-size: 45px;
            color: rgb(0, 0, 0);   
            font-family: 'suisse',sans-serif;
            text-transform: uppercase;
          }
        } 
    

  
  /* Transition */
  @keyframes marquee {
    0% {
      transform: translateX(0)
    }
    100% {
      transform: translateX(-100%)
    }
  }
  
  @keyframes swap {
    0%, 50% {
      left: 0%;
    }
    50.01%,
    100% {
      left: 100%;
    }
  }

