html {
  scroll-behavior: smooth;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in  */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}
/*FONT*/
@font-face {
  font-family: acumi;
  src: url(AcuminVariableConcept.ttf);
}


.section1 {
  display: flex;
  min-width: 50vw;
  min-height: 100vh;
  animation: fadeIn 1.2s;
  animation-delay: 1.1s;
  opacity: 0;
  animation-fill-mode: forwards;
  z-index: 0;


}


/*CLEANUP*/

.main-animation {
  opacity: 0;
  transition: opacity 1s ease-in-out;

}

/*ANIMATIONS*/
.background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;  

  animation-fill-mode: forwards;
}

#background-vide {
  width: 100vw;
  height: 100vh;
  min-width: 720px;
  min-height: 720px;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
    animation: fade 8s;
  animation-delay: 3s;
  opacity: 0;
  animation-fill-mode: forwards;
}




@keyframes fadexe {
  0% { opacity: 0; background-position: center;}
  100% { opacity: 1; background-size: auto 100%; background-position: center;}
}

@keyframes fadeIn {
  0% { opacity: 1; background-position: center; transform: translateX(+9000px);}
  50% { opacity: 1; background-position: center; transform: translateX(-30px);}
  100% { opacity: 1; background-size: auto 100%; background-position: center;}
}

@keyframes fadeIn2 {
  0% { opacity: 1; background-position: center; transform: translateX(+19000px);}
  60% { opacity: 1; background-position: center; transform: translateX(-30px);}
  100% { opacity: 1; background-size: auto 100%; background-position: center;}
}

@keyframes fadeIn3 {
  0% { opacity: 1; background-position: center; transform: translateX(+29000px);}
  60% { opacity: 1; background-position: center; transform: translateX(-50px);}
  100% { opacity: 1; background-size: auto 100%; background-position: center;}
}
/*CONTENT*/

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  scroll-behavior: smooth;
  background-color: black;

}

main {
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;

}

.disclaimer-container {
  position: absolute;
  height: 2vh;
  bottom: 3vh;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;


}



.footersize {
        display: table-cell;
        width: 50%;
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
        background-color: grey;
        float: left;
}




.disclaimer-wrapper {
  position: relative;
  height: 1em;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: grey;
  font-size: 0.9em;
  min-width: 700px;
  display: flex;
  align-items: center;
}


.ss {
  position: relative;
height: 100%;
width: 1em;
margin-right: 1em;
float: left;

}

.note {
  position: relative;
  width: 100%;
  min-width: 400px;
  margin-top: 1em;
  pointer-events: none;

}


.nav-container {
  position: absolute; 
  left: 0px;
  height: 100%;
  width: 100%;
  min-width: 720px;
  min-height: 720px;
  animation: nav-anim 2s;
  animation-delay: 1.2s;
  opacity: 0;
  animation-fill-mode: forwards;
  z-index: 5;
  



}

@keyframes nav-anim {
  0% { opacity: 1; background-position: center; transform: translateX(-9000px);}
  70% { opacity: 1; background-position: center;}
  100% { opacity: 1; background-size: auto 100%; background-position: center;}
}



.title-container {
  position: relative; 
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 48%;
  display: inline-block;
  display: flex;
  flex-direction: column;


 
}




.title-logo-container {
  position: relative;
  width: 100%;
  flex: 20%;


}


.logosize {
  position: relative;
  width: auto;
  height: 100%;
  transition-duration: 2s;

}


.logo-wrapper {
  position: relative;
  height: 2.8em;
  width: 100%;
  float: left;
  animation: fadexe 2s;
  animation-delay: 4s;
  animation-fill-mode: forwards;  
  opacity: 0;


}




.title-head-container {
  position: relative;
  width: 100%;
  flex: 50%;



}




/* animation */
.box {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: transform 5s ease-in-out;

}

/* SOCIAL */
.title-footer-container {
  position: relative;
  width: 100%;
  flex: 20%;


}


.social-container {
  position: relative;
  height: 3em;
  display: inline-block;
  width: 100%;
  min-width: 40px;
  min-height: 40px;
  margin-top: 1.5em;
  left: -20px;

 
}


.socialcube1 {
  position: relative;
  height: 100%;
  width: 3.3em;
  margin-right: 1em;
  float: left;
  animation: fadex 2s;
  animation-delay: 4s;
  animation-fill-mode: forwards;  
  opacity: 0;

}




.socialcube2 {
  position: relative;
  height: 100%;
  width: 3.3em;
  margin-right: 1em;
  float: left;
  animation: fadex 2s;
  animation-delay: 3.8s;
  opacity: 0;
  animation-fill-mode: forwards;

}

.socialcube3 {
  position: relative;
  height: 100%;
  width: 3.3em;
  margin-right: 1em;
  float: left;
  animation: fadex 2s;
  animation-delay: 3.6s;
  opacity: 0;
  animation-fill-mode: forwards;

}

.socialcube4 {
  position: relative;
  height: 100%;
  width: 3.3em;
  margin-right: 1em;
  float: left;
  animation: fadex 2s;
  animation-delay: 3.4s;
  opacity: 0;
  animation-fill-mode: forwards;

}

.socialcube5 {
  position: relative;
  height: 100%;
  width: 3.3em;
  margin-right: 1em;
  float: left;
  animation: fadex 2s;
  animation-delay: 3.2s;
  opacity: 0;
  animation-fill-mode: forwards;

}



.action-container {
  position: relative;
  height: 1.2em;
  display: inline-block;
  width: 100%;
  min-width: 40px;
  min-height: 40px;
 
}

/* SOCIAL END */

.socialcube15 {
  position: relative;
  height: auto;
  width: auto;
  animation: continue 2s;
  animation-delay: 5.2s;
  opacity: 0;
  animation-fill-mode: forwards;
  font-family: acumi;
  font-size: 1em;
  font-weight: 100;
  color: white;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  top: 50%;
  margin-top: 0.8em;
  transform: translateY(-50%);
  background-color: transparent;
  cursor: pointer;

}


.socialsize {
  position: relative;
  width: 85%;
  height: auto;
  top: 50%;
  left: 50%;
  transition-duration: 0.1s;
  transform: translate(-50%, -50%);
  margin-bottom: 40px;

}

.socialsize:hover {
  width: 85%;
  top: 55%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}



@keyframes continue {
  0% { opacity: 0; background-position: center; transform: translateX(0px);}
  100% { opacity: 1; background-size: auto 100%; background-position: center;}
}

/* SOCIAL END */





@keyframes fadexe {
  0% { opacity: 0; background-position: center;}
  100% { opacity: 1; background-size: auto 100%; background-position: center;}
}



@keyframes fadex {
  0% { opacity: 0; background-position: center; transform: translateX(-100px);}
  100% { opacity: 1; background-size: auto 100%; background-position: center;}
}



















.main2 {
    overflow-x: hidden;
  display: flex;
  flex-direction: column;

}





@keyframes fade {
  0% { opacity: 0; background-position: center;}
  100% { opacity: 1; background-size: auto 100%; background-position: center;}
}



.subsection1 {
  min-width: 7vw;
  min-height: 100vh;
  display: flex;
  animation-fill-mode: forwards;

}

.subsection2 {
  min-width: 2vw;
  min-height: 100vh;
  display: flex;
  animation-fill-mode: forwards;

}

/*social*/
.socialcontainer {
  position: relative;
  height: 28%;
  width: 100%;
  min-width: 40px;
  top: 50%;
  transform: translateY(-50%);
  
}

.contentwrapper {
  position: relative;
  height: 75%;
  width: 100%;
  min-width: 40px;
  min-height: 150px;
  top: 50%;
  transform: translateY(-50%);
  
}








/*content*/

.subsection3 {
  min-width: 6vw;
  min-height: 100vh;
  display: flex;
  animation-fill-mode: forwards;
  overflow: hidden;

}

.subsection4 {
  min-width: 23vw;
  min-height: 100vh;
  display: flex;
  animation-fill-mode: forwards;
  overflow: hidden;

}

.heightadjuster {
  position: relative;
  height: auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90vh;
  display:flex;
  padding: 0;
  margin: 0;
  flex-direction: column;

}

.title1 {
  position: relative; 
  font-weight: 600;
  font-size: 4.6vw;
  color: #f8f8f8;
  margin: 0;
  padding: 0;
  font-family: important;
  left: -0.1vw;
  top: -3px;
  line-height: 3.5vw;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;

}

.title2 {
  margin-top: 20px;
  font-family: arial;
  font-weight: 600;
  -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}


.title3 {
  position: relative; 
  font-weight: 600;
  font-size: 2vw;
  color: #f8f8f8;
  margin: 0;
  padding: 0;
  font-family: important;
  top: -3px;
  line-height: 3.5vw;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;

}

.lih1 {
  float: left;

}

.lih1:hover {
  color: white;
}

.move {
  position: relative;
  left: 0px;
  transition-duration: 0.9s;
}

.move:hover {
  left: 5px;
}


.fontstyle1 {
  position: relative;
  font-weight: 800;
  font-size: 1.3em;
  color: #e6e6e6;
  margin: 0px;
  padding: 0px;
  line-height: 1.3em;
  font-family: important;
  letter-spacing: 0.05em;
}

.fontstyle2 {
  position: relative;
  font-weight: 600;
  font-size: 0.9em;
  color: #949494;
  margin: 0px;
  padding: 0px;
  line-height: 1.5em;
  font-family: uk;
  letter-spacing: 0.05em;
}



.fontstyle3 {
  position: relative;
  font-weight: 600;
  font-size: 0.9em;
  color: #949494;
  font-family: uk;
  letter-spacing: 0.05em;
}


.subsection5 {
  min-width: 6vw;
  min-height: 100vh;
  animation-fill-mode: forwards;
  overflow: hidden;

}

.item4 {
  margin-top: 40px;


}

.name {
  position: relative;
  width: 100%;
  min-height: 20px;
  height: 2vh;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: grey;
  color: grey;


}


.item3 {
  margin-top: 5px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;

}





.slide {
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: height 1.0s ease;
}

.slide li {
  padding-top : 20px;
  list-style-type: none;

}


a:hover {
  color: white;
}

#touch {position: absolute; opacity: 0; height: 0px;}    

#touch:checked + .slide {height: 230px;} 

.hiperlink {
  position: relative;
  font-weight: 600;
  font-size: 0.9em;
  font-weight: 100;
  color: #949494;
  letter-spacing: 0.05em;
  cursor : pointer;
  text-decoration: none;

}


span {
    position: relative;
  height: auto;
  width: auto;
  animation: continue 2s;
  animation-delay: 5.2s;
  opacity: 0;
  animation-fill-mode: forwards;
  font-size: 1em;
  font-weight: 100;
  color: white;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  top: 50%;
  margin-top: 0.8em;
  transform: translateY(-50%);
  background-color: transparent;
  cursor: pointer;
}

/*sections*/

.section2 {
  min-width: 20vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 1s;
  animation-delay: 1.6s;
  opacity: 0;
  animation-fill-mode: forwards;
  transition-duration: 0.9s;
  z-index: 1;
}

.buzzlightyear {
  position: absolute;
  height: 100vh;
  width: auto;
  transition-duration: 2s;
}

.buzzlightyear:hover {
  transform: translateX(-10px);
  background-position: center;
  cursor: pointer;
}

.section3 {
  min-width: 20vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 1s;
  animation-delay: 1.9s;
  opacity: 0;
  animation-fill-mode: forwards;
  transition-duration: 0.9s;
  z-index: 2;

}

.sectionbanner3 {
    min-width: 20vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(banner/banner12.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition-duration: 2s;
}

.sectionbanner3:hover {
  transform: translateY(-10px);
  background-position: center;
  cursor: pointer;


}

.section4 {
  min-width: 20vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4ch;
  animation: fadeIn 1s;
  animation-delay: 2.2s;
  opacity: 0;
  animation-fill-mode: forwards;
  transition-duration: 0.9s;
  z-index: 1;


}

.sectionbanner4 {
    min-width: 20vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(banner/zan.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition-duration: 2s;
}

.sectionbanner4:hover {
  transform: translateY(-10px);
  background-position: center;
  cursor: pointer;


}






.section5 {
  min-width: 20vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4ch;
  /*animation: fadeIn 1s;
  animation-delay: 2.7s;
  opacity: 0;*/
  animation-fill-mode: forwards;
  overflow: hidden;
  transition-duration: 0.9s;
  z-index: 0;


}

.sectionbanner5 {
    min-width: 20vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(banner/dotty.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition-duration: 2s;
}

.sectionbanner5:hover {
  transform: translateY(-10px);
  background-position: center;
  cursor: pointer;


}



/* CONTACT */

.subsectioncontactsplit {
  min-width: 6.5vw;
  min-height: 100vh;
  display: flex;
  animation-fill-mode: forwards;
  overflow: hidden;

}

.sectioncontact {
  display: flex;
  min-width: 13vw;
  min-height: 100vh;
  animation: fadeIn 1.2s;
  animation-delay: 0.4s;
  opacity: 0;
  animation-fill-mode: forwards;
  overflow: hidden;
  z-index: 3;
  background-color: black;

}


.sectioncontact1 {
  display: flex;
  min-width: 13vw;
  min-height: 100vh;
  animation: fadeIn 1.2s;
  animation-delay: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
  overflow: hidden;
  z-index: 4;
  background-color: black;

}


.sectionbannercontact1 {
    min-width: 13vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(banner/contact.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition-duration: 2s;
}


.sectionflex {
  display: flex;
  min-width: 100%;
  height: 96vh;
  animation: fadeIn 1.2s;
  animation-delay: 1.1s;
  opacity: 0;
  animation-fill-mode: forwards;
  overflow: hidden;
  z-index: 4;

}


.kuku {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(banner/lawki.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}




