@import url('https://rsms.me/inter/inter.css');
@import url(dark.css);
@import url(light.css);
@import url(colors.css);
@import url(pointer.css);




@font-face {
  font-family: PP Neue Machina;
  src: url(font/neue-inktrapregular.woff);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: PP Neue Machina;
  src: url(font/neue-inktrapultrabold.woff);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: PP Neue Machina;
  src: url(font/neue-plainregular.woff);
  font-weight: 500;
  font-style: oblique;
}

@font-face {
  font-family: PP Neue Machina;
  src: url(font/neue-plainultrabold.woff);
  font-weight: 800;
  font-style: oblique;
}




html {
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
  cursor: none;

}

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif;
  }
}

body {
  margin: 0;
}

.loading {

  z-index: 10000;
  position: fixed;
  top: 0;
  display: none;


}

.desktop-hidden {
  display: none;
}

a {
  text-decoration: none;
  cursor: none;

}
p { width: auto;
padding: 4px;
margin: 0; }

ul {
  padding-inline-start: 0px;
}


 li { 
  margin: 0;
  padding-bottom: 8px;
 } 

.turn-on-black {

  display: none;

}

.one-box {
  scroll-snap-align: none;

 
}


.bg-black {
  background-color: var(--black);
}

.bg-white {
  background-color: var(--white);
}




.nav {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  gap: auto;
  position: absolute;
  width: 100%;
  height: 91.67px;
  left: 0px;
  top: 0px;
}


.hidden {
  display: none;
}

.article-nav {}


.nav-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 25px;
  flex: none;
  order: 0;
  flex-grow: 0;

}

.nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;

}

a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

}

.hero {

  box-sizing: content-box;
  height: 80vh;
  display: flex;
  align-items: center;
  padding: 16px 120px;
  background-image: url(/asset/spalle-low-opacity.png);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: bottom center;
  margin: 0px;

}

.elements {

  max-width: 100% ;
  display: flex;
    justify-content: center;
  flex-direction: column;
  gap: 16px;

}



.title {
  font-family: 'PP Neue Machina';
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px;
}


.t1 {
  font-size: 64px;
  margin-top: 32px;
}

  .hero .t1 {
   width: 70%;
      margin: auto;
  }

.t2 {
  font-size: 28px;
}

.t4 {
  font-size: 80px;
}

.text-1 {
  font-family: PP Neue Machina;
  font-weight: 500;
  font-style: normal;
}


.text {

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
    line-height: 1.25;
  /* or 141% */

}

.subhead {

  font-size: 14px;
  font-weight: 400;

}

.tags {

  padding: 0px !important;
  display: flex;
  gap: 32px;
  justify-content: flex-start;
  align-content: center;

}



.inline-tag {

  display: flex;
  gap: 32px;
  align-items: center;
  align-content: center;

}

.arrow-angle-45 {
  right: 0px;
  transform: rotate(45deg);

}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 64px 48px;
  gap: 70px;
  height: 80vh;

}

.space-btw {

  justify-content: space-between !important;

}

.about-me {

  height: 55vh;

}



.col {

  display: flex;
  flex-direction: column;

}



.col-3 {
  width: 100%;
  height: 100%;
  padding: 8px 16px;
}


.col-3 h2 {
  text-align: left !important;
}

.col-3 p {

  line-height: 22.5px;

}



.col-2 .t2 {


}


.btns {


  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;

}



.btn {
  padding: 8px 16px;
  border-radius: 36px;

  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: fit-content;

  font-family: 'PP Neue Machina';
  font-style: oblique;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}

.tag {
  padding: 6px 14px;
  border-radius: 36px;

  display: flex;
  justify-items: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: fit-content;

  font-size: 16px;

}

.btn .arrow {
  height: 22px;
}

.arrow-angle-180 {

  transform: rotate(180deg);

}

.arrow-angle-135 {

  transform: rotate(135deg);

}

.arrow-angle-45 {

  transform: rotate(45deg);

}

.arrow-angle-270 {

  transform: rotate(270deg);

}

.start {

  padding-top: 0px;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;

}


.article {

  padding-top: 54px;
  gap: 88px;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;


}

.col-nav { 
  display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;

}

.article .col-1 {
  width: 63%;
}

.article .col-2 {
  width: 37%;
}


.privacy {

  align-items: flex-start;
  height: auto !important;

}

.privacy .col-1 {
  width: 20%;
  gap: 12px;

  position: sticky;
  top: 0;
}

.privacy .col-2 {
  position: relative;
  width: 80%;
  gap: 0;

}


.high .col-2 {
  gap: 0px;
  padding-top: 48px;
}

.col-1 {

    
  padding-top: 64px;
  gap: 54px;
  height: 100%;
  /*background-color: burlywood;*/
}

#prj .col-1 { 
    width: 63%;
 }

.col-2 {
  position: sticky;
  top: 0px;
  padding-top: 64px;
  gap: 36px;
  width: 37%;
  height: 100%;
  /*background-color: burlywood;*/
}

#prj-extra {

  flex-direction: column;
  gap: 54px !important;
  justify-items: center;
  justify-content: center;
  height: 90vh;
  background-color: var(--black-100);

}




.containter-cards {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
    gap: 16px;
  height: 300px;
  width: 100%;
  overflow-y: hidden;

}

.cards {

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  max-height: 360px;
  min-width:  277px;
  border-radius: 16px;
  padding: 22px;

}

.cards .img {
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 140px;
    background-position: center;
    background-size: cover;
        border: 1px solid var(--black-100);

}



.at2 {
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)), url(/asset/at-bg.png);
  background-size: cover;
  background-position: center;

}

.fanta {
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),  url(/asset/fanta-amici-bg.png);
  background-size: cover;
  background-position: center;

}
.chess {
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3)),  url(/asset/chess-bg.png);
  background-size: cover;
  background-position: center;

}

.cards .tags {

    gap: 12px;
    justify-content: space-between;
  width: 100%;
  justify-items: center;
  align-items: center;


}




.cards p .tag {

    padding: 4px 0px;
    font-size: 14px;

 }

.cards .text {

    justify-content: flex-start; 
 }




.cards .title {
  font-size: 18px;
  font-weight: 600;
width: auto;
}



.containter-prj {
  display: inline-flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0px;
  gap: 64px;
  max-width: 100%;
  border-radius: 8px;


}

#prj .containter-prj {
  display: inline-flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px;
  gap: 124px;
  width: 100%;
  border-radius: 8px;


}



.frame {

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  gap: 18px;
  min-height: 300px;
  max-height: 520px;
  width: 47%;
  border-radius: 16px;

}

#prj .frame {

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  min-height: 300px;
  max-height: 520px;
  width: 80%;
  border-radius: 16px;

}



.frame .t1 {

  font-size: 64px;
  margin-top: 32px;

}
.frame .t2 {

  font-size: 28px;

}





.frame .btn .arrow {
  color: var(--black);
}

.frame .img {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: 320px;
}

.erty {
  background: url(/asset/erty-bg.png);
  background-size: cover;
  background-position: center;

}

.bibo {

  background: url(/asset/bibo-bg.png);
  background-size: cover;
  background-position: center;
}

.aessetherm {
  background: url(/asset/at-bg.png);
  background-size: cover;
  background-position: center;
}

.spotify {
  background: url(/asset/spotify-bg.png);
  background-size: cover;
  background-position: center;
}

.colums {

  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0;
  justify-content: center;

}

.ns {
  padding: 45px;
    height: 105vh;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    
       background-position: center right;
        background-size: 50%;
        background-repeat: no-repeat;
    
}

.ns .t1 {
  font-size: 48px;
    width: 68%;
          margin: 0px;

}

  .ns-info { 
      
    display: flex;
    flex-direction: column;
      gap: 32px;

      
   }

.cta {
  padding: 0px 240px;
  height: 45vh;

}

.cta .t1 {text-align: center;  }

.foot {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  gap: auto;
  position: relative;
  width: 100%;
  height: 95px;
  left: 0px;
  bottom: 0px;
  background-color: var(--black);

}

.foot .brand a {
  height: 40px;
  color: var(--white-100) !important;
}


.foot-items a {
  color: var(--white-100) !important;
}



.foot-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 25px;

}


/* About me aka Arny's bio */

.animate-hero {
  overflow: hidden;
}



.container-me {

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 64px 48px;
}

.hero-me {

  box-sizing: content-box;
  height: 70vh;
  display: flex;
  align-items: center;
  padding: 16px 120px;
  background-color: var(--cream);
  background-image: url(/asset/myself-1.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  margin: 0px;

}


.elements-me {

  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 40vh;
  gap: 16px;


}

.elements-me .t1 { color: var(--white); } 




.t0 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 28%;
  margin: 0;
  z-index: 100;
  font-size: 80px;
  font-family: 'PP Neue Machina';
  font-style: oblique;
  font-weight: 400;
  color: #F9F9F9;

}







.card {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card-box {

  justify-content: space-around;
  gap: 8px;
  width: fit-content;
  height: fit-content;
  background: var(--green);
  color: var(--black);
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 8px 32px;


}

.card span .sublime {
  font-family: PP Neue Machina;
  src: url(font/neue-plainregular.woff);
  font-weight: 500;
  font-style: oblique;
  font-size: 12px;
  margin-bottom: -8px;
}

.card span {

  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 12px;


}

.view-icon-box {

  border-radius: 14px;


}

.view-icon {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.container-y {

  align-items: flex-start;
  height: 100% !important;

}

.container-y .col-1 {

  display: flex;
  flex-direction: column;
  width: 63%;
  gap: 32px;

}



.container-y .col-2 {

  display: flex;
  flex-direction: column;

}

.container-y .col-2 .t2 {

  margin-bottom: 0px;

}

/*
.container-y .col-2 .static {

}

.c-box {
}

*/


.calendy {

  padding: 64px 48px;

}




.options {

  display: flex;
  flex-direction: row;
  text-align: center;
  gap: 32px;

}

.options-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 583px;
  max-height: 416px;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 32px 16px;

}



.opt-1 h2 {

  color: var(--black-100);
  max-width: 190px;

}

.opt-1 p {

  max-width: 175px;

}

/* Tablet */

@media only screen and (max-width: 1400px) {

  .hero .t1 { width: 100%; }

  .frame {

 
      min-width: 100%;
  }
    
   #prj .frame {

 
      width: 100%;
  }


}

/* MOBILE */


@media only screen and (max-width: 600px) {

  /* section{
    scroll-snap-align: none;
  } */

  html {
    cursor: auto;
    overflow-x: hidden;
  }

  a {
    cursor: pointer;
  }

  .loading {

    display: flex;
    position: fixed;

  }

  .mobile-hidden {

    display: none;

  }

  .desktop-hidden {

    display: block !important;

  }

  .col-rev {

    flex-direction: column-reverse !important;

  }

  .t2 {
    font-size: 24px;
  }

  .nav {

    align-items: flex-start;
    padding: 32px 16px;
  }

  .nav-btn {
    text-transform: none !important;
    margin: 0px !important;
  }

  .article-nav .nav-items {
    display: block;
    margin-bottom: 54px;
  }

  .nav-items {
    display: none;
  }

  .visible {
    display: block !important;
  }

  .btn {

    font-size: 14px;
  }

  .tag {

    font-size: 14px;
  }

  .btn .arrow {

    width: 16px;

  }

  .t4 {
    font-size: 32px;
    line-height: 1;
  }




  .hero {
    align-items: flex-start;
    justify-content: flex-end;
    height: 90vh;
    padding: 16px;
    background-image: url(/asset/spalle-2.png);
    background-size: 100%;
    background-position: bottom;
  }

  .hero-me {

    box-sizing: content-box;
    height: 70vh;
    display: flex;
    align-items: center;
    padding: 16px 16px;

    background-image: url(/asset/myself-1.png);

    background-size: cover;
    background-position: center;

    margin: 0px;
  
  }
  
  
  .elements-me {
  
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 60vh;
  
  
  }
  
  .elements-me .t1 { color: var(--white); } 
  
  

  

  .start {

    flex-direction: column-reverse;
    height: auto !important;

  }

  .article {

    flex-direction: column;
    height: 100% !important;
    gap: 8px;


  }


  .article .col-1 {
    width: 100%
  }

  .article .col-2 {
    width: 100%
  }

  .privacy {

    flex-direction: column;
    height: auto !important;

  }

  .privacy .col-1 {
    width: 100%;
    position: relative;
  }
  
  .privacy .col-2 {
    width: 100%;

  
  }
 

  .hero .t1 {
    margin-top: 136px;
      width: 100%;
  }

  .t1 {

    font-size: 32px;
    margin-top: 0px;
    line-height: 33px;
  }

  .container {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    gap: auto;
    height: 70vh;

  }

  .about-me {
    flex-direction: column;
  }

  .about-me .col {
    width: 100% !important;
  }
  

  .col-1 {
    padding-top: 0px;
    width: 100%;
    gap: 16px;
  }
    #prj .col-1 { width: 100%; }

  .col-1 .t2 {
    margin-top: 32px;
  }

  .col-2 {
    position: relative;
    padding-top: 0;
    width: 100%;
    gap: 16px;
  }

  .col-2 .t2 {
  }



  .containter-prj {

    width: 100%;
    margin-bottom: 64px;
    
  }

  .frame {
 
    min-width: 100%;
    scroll-snap-align: start;
    border-radius: 8px;
  }

  .frame .img {

    width: 100%;

  }

  .frame .t2 {

    margin-top: 0px;
    font-size: 20px;

  }





  .frame .t1 {

    font-size: 48px;
    line-height: 50px;
    margin-top: 16px;

  }


  .subhead {

    margin-top: 0px;

  }

  .ns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-size: 120%;
      gap: 36px;
      padding: 20px 0px 20px 20px ;
    height: 100vh;


  }

  .ns .t1 {
    font-size: 24px;
      
      line-height: 24px;
    width: 90%;
  }


    
.ns-info .btn { margin-top: 24px; }

  .cta {
    height: 50vh;

    text-align: center;
  }

  .animate-hero {
    margin-top: none;
  }

  .animate-hero .t0 {
    font-size: 24px;
  }

  #anime {
    height: 75vh;
  }

  .container-me {

    display: block;
    padding: 16px;

  }

  .container-y {

    flex-direction: column;
    gap: 16px;
    height: auto;

  }

  .col-3 {

    padding: 16px 0px;
  }

  .t0 {
    font-size: 36px;
  }

  .options-box {


    min-width: auto;
    max-height: 191px;
    padding: 8px 16px;

  }

  .options-box .t2 {
    display: none;
  }


  .opt-1 img {

    max-width: 80.50px;
    max-height: 80.50px;

  }

  .opt-1 h2 {

    font-size: 14px;
    font-weight: 100;
    max-width: 125px;
    line-height: 1em;

  }

  .opt-1 p {
    display: none;
  }

  .card-box {

    padding: 8px 12px;
  }

  .calendy {

    padding: 16px;

  }


  .foot {
    /* Auto layout */
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 100%;
    text-align: center;
  }

  .article-nav .nav-items .brand {
    height: auto;
  }

  .foot-items {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 25px;
  }






.containter-cards {
    justify-content: flex-start;
    gap: 12px;
    height: 500px;
    overflow-x: auto;
  
}
.cards { 
    
    width: 100%;

}

.cards .img {
 
  height: 240px;
  border-radius: 12px;
  
}

.cards:last-child {
        margin-right: 20px;

}


    
    }
    
/* Image Auto layut */



.img-box {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  scroll-snap-type: y mandatory;

}

.img-box .under-img-box {
  list-style: none;
  height: 55vh;
  padding: 8px;
  flex-grow: 1;
  scroll-snap-align: start;

}

.under-img-box:last-child {
  flex-grow: 10;
}

.img-box .under-img-box img {
  max-height: 100%;
  min-width: 100%;
  border-radius: 8px;
  border: 1px solid #000;
  object-fit: cover;
  vertical-align: bottom;
}




@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
.img_box {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
  }

.img-box .under-img-box {
    height: auto;
    width: 100%;
  }

  .img-box .under-img-box img {
    width: 100%;
    max-height: 50vh;
    min-width: 30vh;
  }
}

/* Schermo Gigante 4K */

@media only screen and (min-width: 1680px) {

  .article {
    width: 75%;
    margin: auto;
  }

  .privacy {
    width: 75%;
    margin: auto;
  }

  .container-big-screen {
    width: 75%;
    margin: auto;
  }
    
    .container {
        padding: 32px 150px;
        
    }
    
    .ns { padding:32px 150px; }
    
    .cards {   min-width:  20%;
 }

}

