@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'Soligant';
    src: url('../font/Soligant.ttf') format('truetype'),
         url('../font/Soligant.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Host Grotesk", serif;
    overflow-x: hidden;
    overflow-y: hidden;
  background-color: #141414;
     color:white;
    background-image: url('/img/bkg-contact.webp'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
   
}
@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}


.hideUnicorn{
    width: 100%;
    height: 100px;
    position: fixed;
    bottom:0;
    left:0;
    background-image: url('/img/jojo-2HvOckcQaUw-unsplash.png');
   background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.UnicornStudio {
    position: fixed;
    top: 0;
    left: 0;
  width: 100%;   
    height: 100%;  
    z-index: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 2.5s ease;
   
}
.UnicornStudio.visible {
    opacity: 1;
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
}
.containerContact h1{
    display: none; 
}


.containerContact {
    margin: auto;
    width: 100%;
    justify-content: center;
     display: flex;

}

.containerContact h2 {
   width: 92%;
    font-family: "Host Grotesk", serif;
    font-weight: 300;
    font-size: 2.5em;
    text-align: left;
    position: absolute;
    top: 20%;
    line-height: 1;
    margin: 0 auto;
   left:4%;
}


.containerContact h3 {
width: 80%;
    font-family: "Host Grotesk", serif;
    font-weight: 300;
    font-size: 2.5em;
    text-align: left;
    position: absolute;
    top: 32%;
    line-height: 1;
    margin: 0 auto;
    left:4%;
}


.containerOverview {
     width: 100%;
    margin: auto;
    position: absolute;
    top: 64%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: wrap;
    Z-index: 2;
}
.containerContact h3 span {
        font-family: "Host Grotesk", serif;
        font-weight: 400;
}


.containerOverview h4 {
    font-family: "Host Grotesk", serif;
    margin: 1em 0;
    margin-bottom: 0.1em;
    font-weight: 200;
    font-size: .7em;
    width: 100%;
    opacity: 0;
    animation: revealText 1.5s ease forwards;
  
}

.overview {
    margin-left: 1em;
}

.overview h6 {
margin: auto;
    margin-bottom: 1em;
    width: 100%;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 300;
    font-size: 1em;
    opacity: 0;
    animation: revealText 1.5s ease forwards;
    mask-image: url(/img/vecteezy_black-ink.gif);
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
}

.overlay {
        display: flex;
        width: auto;
        justify-content: center;
        align-items: flex-start;
        gap: 3rem;
        height: auto;
       margin: auto;
       margin-left: 1em;
 padding-top: 0;
        z-index: 1;
         /* background-color: rgba(132, 132, 132, 0.29);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5.2px);
    -webkit-backdrop-filter: blur(5.2px);
    border-radius: 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.18); */
    } 

.services {
    margin: 0em 1em;
    margin-left:0rem;
    width: 8em;
}

.services h5 {
    margin: auto 0;
    width: 8em;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 400;
    font-size: 1em;
    opacity: 0;
    animation: revealText 3.5s ease forwards;
}


@keyframes revealText {
    0% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}

.extraInfo {
    margin-top: 0;
    width: 10em;
}

.extraInfo h5 {
    margin: auto;
    margin-left: 1em;
    width: 8em;
    font-family: "Host Grotesk", serif;
    font-weight: 400;
    font-size: 1em;
    opacity: 0;
    animation: revealText 3.5s ease forwards;
    padding-top: 0.5em;
}

.extraInfo h4 {
    margin-left: 1.4em;
}
.extraInfo a{
    text-decoration: none;
    color: white;
}
.extraInfo a h5:hover{
    text-decoration: none;
    color: white;
    font-family: 'Soligant', serif;
    font-size: 1.2em;
    margin-left: 0.8em;
}



@media (min-width: 1080px) {
.hideUnicorn{
    width: 100%;
    height: 400px;
    bottom:-20%;

   
}
    .containerContact {
        margin: auto;
        width: 100%;
        height: 100vh;
        position: relative;
        max-width: 1200px; 
    }

    .containerContact h2 {
        position: absolute;
        width: 100%;
        height: auto;
        margin: 0;
       top: 30%;
       left: 0%; 
        font-family: "Host Grotesk", serif;
        font-weight: 700;
        font-size: clamp(28px, 5vw, 64px);
        text-align: center;
    }

    
    .containerContact h3 {
       position: absolute;
        width: 100%;
        height: auto;
        margin: auto;
        top: 42%;       
        font-family: 'Soligant', serif;
        font-weight: 700;
         font-size: clamp(32px, 8vw, 68px);
        text-align: center;
        z-index: 2;   
         left:0%;
    }

    .containerOverview {
         position: static;
        width: 100%;
        margin: auto;
        margin-left: 0;
       margin-top: 48%;
        height:auto;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding:0; 

    }

    .containerOverview h4 {
      font-family: "Host Grotesk", serif;
      font-weight: 200;
      margin-bottom:0.4rem;
      font-size:0.8rem;   
    }

    .overview {
        margin-left: 0;
     width: auto;           
  }

    .overview h6 {
          margin: auto;
        width: 16em;
        font-family: "Host Grotesk", serif;
        font-weight: 400;
        font-size: 2em;
    }
.overlay {
        display: flex;
        width: auto;
        justify-content: center;
        align-items: flex-start;
        gap: 6rem;
        height: auto;
         position: relative;   
    left: 29%;
    margin-top:0%;
    padding:0;
    transform: translateX(-42%);
        z-index: 1;
         /* background-color: rgba(132, 132, 132, 0.29);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5.2px);
    -webkit-backdrop-filter: blur(5.2px);
    border-radius: 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.18); */
    } 
    .services {
        margin:  auto;
        margin-left:17%;
        margin-top: 0; 
    }

    .services h5 {
         margin: auto;
        width: 14em;
        font-family: "Host Grotesk", serif;
        font-weight: 400;
        font-size: 1em;
    }

    .extraInfo {
       margin:  auto;
        margin-top: 0;
        margin-left: -2%;
    }

    .extraInfo h5 {
        margin: auto;
        width: 14em;
        margin-left: 1rem;
        font-family: "Host Grotesk", serif;
        font-weight: 400;
        font-size: 1em;
    }
    .extraInfo a h5:hover{
        margin-left: 1rem;
        font-size: clamp(18px, 1.8vw, 19px);
        width: 12em;
    } 

 
}