@import url(/style/fonts.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root{
    --stone: #636363;
    --rock: #d7d7d7;
    --lily: #E74291;
    --tangerine: #F8A01B;
    --lime: #EFFF00;
    --leaf: #00A85D;
    --sky: #02A7E7;
    --sea: #1F439B;
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'authentic_sans90', sans-serif; 
}






h1, h2, h3, h4, h5, p, a, button{
    color: var(--stone);
    list-style: none;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.3em;
    letter-spacing: .005em;
}



a{
    display: inline-block;
    text-decoration: none;
}

img{
    display: block;
}

a:hover{
    color: var(--lily);
}

a:active{
    color: var(--tangerine);
}
::-moz-selection { /* Code for Firefox */
  color: var(--rock);
  background: var(--lily);
}

::selection {
  color: var(--rock);
  background: var(--lily);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



/*BODY*/

html, body{
    overscroll-behavior-y: none;
    overscroll-behavior-x: none;
    height: 100dvh; 
    scroll-behavior: smooth;
    overflow: hidden;
    /* font-size: 62.5%; */
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
body .wrap {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

.display{
    display: flex; 
    height: 100%; 
    align-items: center; 
    justify-content: center; 
    position: relative;
    background-color: var(--rock);
    z-index: 3;
}

.main-content{
    height: 100%;
    overflow: auto;

}

/* Hide scrollbar for Chrome, Safari and Opera */
.main-content::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .main-content {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

.display2{
    width: 100%;
    position: relative;
    z-index: 1;
    
}

#desc{
    display: flex;
    flex-direction: row;
    position: relative;
    height: 100%;
    
    align-items: center;
}

#desc .bio{
    display: flex;
    flex-direction: column;
    gap: 21px;
    justify-content: center;
    width: 100%;
    text-align: center;
    max-width: 300px;
    padding: 14px;
}



.lang{
    flex-direction: row;
    gap: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--rock);
    padding: 1em 2em .6em 2em;
    border: solid 1px var(--stone);
    border-radius: 20px;
}

.lang button{
    background-color: unset;
    border: none;
    cursor: pointer;
}

.lang button p:hover{
    color: var(--lily);
}

.lang button p:active{
    color: var(--tangerine);
}








/*MENU*/

.menu{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .wrap{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 7px;
    align-items: center;
    justify-content: center;
}

.menu-item{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 21px;
    justify-content: space-between;
    width: 100%;
}

.menu iframe{
    height: 35px; 
    display: flex; 
    width: 71px; 
    border: unset; 
    pointer-events: none;
}



/*ABOUT*/

#about{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    position: relative;
    background-color: var(--rock);
    align-items: center;
}

#about .wrap{
    width: 100%;
    max-width: 1920px;
    position: relative;
}

.bgvideo{
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
}

.bgvideo .wrap{
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.bgvideo video{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    image-rendering: pixelated;

}


.bio{
    height: calc(100vh - 4rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background-color: var(--rock);
}

.bio .wrap{
    max-width: 700px;
    text-align: center;
}

.bio .wrap p{
    text-align: center;
    margin-bottom: 14px;
}



.quicklinks{
    display: none;
}

.contactLink{
    color: var(--rock);
    background-color: var(--lily);
    border-radius: 56px;
    padding: .6em 1.5em .4em 1.5em;
}

.contactLink:hover{
    color: var(--rock);
    background-color: var(--tangerine);
}
    

#about .ribbon{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 14px;
    gap: 28px;
    width: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
}

#about .ribbon #description{
    justify-content: flex-end;
}



.joaojoaojoao{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: multiply;
}


.joaojoaojoao img{
    width: 90%;
    max-width: 1920px;
    padding: 14px;
}


.joaojoaojoao2{
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.joaojoaojoao2 img{
    width: 90%;
    max-width: 1920px;
    padding: 14px;
}

.block-container{
    display: flex;
    flex-direction: column;
    position: relative;
}

.block-container hr{
    height:1px;
    border-width:0;
    background-color:gray;
    margin: 0 14px;
}

.block{
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: row;
}

.block .titleandtext{
    display: flex;
    flex: 1;
    width: 100%;
    position: sticky;
    top: 0;
    padding: 14px;
    gap: 21px;
}

.block .title, .block .text{
    flex: 1;
    
}

.block .gallery{
    flex: 1;
    
}



.block .title{
    max-width: 210px;
}

.block .title h1{
        font-size: 1.7em;
    }



.block .text{
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 21px;
    
}

.block .text p{
    flex: 1;
    max-width: 420px;
}



.block .gallery .wrap{
    display: grid;
    grid-template-columns: auto auto auto;
    overflow-x: scroll;
    gap: 7px;
    padding: 14px;
}


.block .gallery img{
    max-width: 500px;
    width: 100%;
}

.block #description{
    gap: 14px;
    width: 100%;
    flex-direction: column;
}






/*FOOTER*/

.footer{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    text-align: center;
    position: relative;
    background-color: var(--rock);
}

.footer iframe{
    height: 35px; 
    display: flex; 
    width: 71px; 
    border: unset; 
    pointer-events: none;
}

.footer hr{
        display: none;
    }


/*BG*/

.backgroundflow{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}


.animated-gradient {
    height: 7000px;
    width: 100%;
    background: linear-gradient(rgba(215,215,215,0) 0%, rgba(231,66,145,1) 8.33%, rgba(215,215,215,0) 16.67%, rgba(248,160,27,1) 25%, rgba(215,215,215,0) 33.33%, rgba(239,255,0,1) 41.67%, rgba(215,215,215,0) 50%, rgba(0,168,93,1) 58.33%, rgba(215,215,215,0) 66.67%, rgba(2,167,231,1) 75%, rgba(215,215,215,0) 83.33%, rgba(31,67,155,1) 91.67%, rgba(215,215,215,0) 100%) 
   0 0/100% 200%;
    animation: a 28s linear infinite;
    
}

@keyframes a {
  to {background-position:0 200%}
}

@keyframes slide{
    from {
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}


#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }



.canvas-container iframe{
    z-index: -1;
}

@media(max-width:1080px){
    .titleandtext{
        flex-direction: column;
    }

    .block .title{
        max-width: initial;
    }

    

    
}


@media (max-width: 768px)  {
    html, body{
        height: initial; 
        overflow: initial;
    }

    h1, h2, h3, h4, h5, p, a, button{
        
        font-size: 1.4rem;
    }
    
    
    .block {
        
        flex-direction: column;
    }

    .bio{
        justify-content: flex-start;
        gap: initial;
        height: 100vh;
    }



    .bio .wrap{
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 14px;
        max-width: initial;
    }
    .bio .wrap p{
        text-align: left;
        margin-bottom: initial;
    }

    .quicklinks{
        display: flex;
        flex-direction: column;
    }

    .quicklinks hr{
        height:1px;
        border-width:0;
        background-color:gray;
        margin: 14px 0;
    }

    .contactLink{
        width: 100%;
        text-align: center;
    }
   

   .block .title{
        flex: 1;
    }   

   

   .block .text {
        flex-direction: column;
        
    }

    .block .text p{
        max-width: initial;
    }

    .block .titleandtext{
        background-color: var(--rock);
        top: 0;
        position: initial;
        display: flex;
        flex-direction: column;
        gap: 21px;
    }


    .block .gallery{
        margin-bottom: 42px;
    }

    .block .title h1{
        font-size: 2.4em;
    }




    .joaojoaojoao2 img {
        width: 70%;
        max-width: 1920px;
        padding: 14px;
    }

    .airgap{
        display: none;
    }

    .footer{
        
        padding: 0 14px 42px 14px;
    }

    .footer hr{
        display: initial;
        height:1px;
        border-width:0;
        background-color:gray;
        
    }









    
    

}
