@font-face {
  font-family: 'orionregular';
  src: url('orion-webfont.woff2') format('woff2'),
       url('orion-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'orionregular';
  font-weight: bold;
}

a{
  text-decoration: none;
}

body{
  font-family: 'orionregular';
  font-weight: bold;
  background: url(../images/pbg.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  cursor: url(https://ani.cursors-4u.net/others/oth-9/oth839.cur), auto !important;
  scroll-behavior: smooth;
}

.cont{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cont img{
  position: absolute;
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.cont h2{
  z-index: 1;
  position: relative;
  color: #80cca2;
  font-size: 100px;
  font-weight: 900;
  text-shadow: 5px 5px 3px rgba(63, 63, 63, 0.9);
  transition: 0.5s ease-in-out;
  z-index: 11;
  font-size: 70px;
  letter-spacing: 5px;
  perspective: 1000px;
  transform-style: preserve-3d;
}


@media (max-width:800px){
  .cont h2{
    font-size: 60px;
  }

  .cont h2{
    font-size: 26px;
  }
}

#cristallo {
  z-index: -2;
}

.cont h2:hover {
  transform: scale(1.1);
}

/*   background-color: rgb(53, 53, 53); */
.bm {
  z-index: 15;
  height: 5vh;
  width: 70%;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  align-items: center;
  gap: 8vw;
  background-color: rgb(77, 77, 77);
  flex-direction: row;
  box-shadow: 5px 5px 6px rgb(61, 61, 61);
}

.bm a {
  color: #80cca2;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  font-size: 1.8vw;
  text-shadow: 5px 5px 3px rgb(10, 10, 10);
}


.bm a:hover {
  text-shadow: none;
}

@media (max-width:950px){
  .bm a{
    font-size: 2.8vw !important;
  }
}

@media (max-width:550px){
  .bm a{
    font-size: 3vw !important;
  }
}

.top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0;
}

a {
  text-decoration: none;
}

.mid {
  margin-top: 10vh;
}

.col {
  display: flex;
  justify-content: center;
  text-align:center !important;
}

.carta {
  display: flex;
  border-radius: 18px;
  background: transparent;
  box-shadow: 3px 3px 15px rgba(77, 77, 77, 0.9);
  text-align: center;
  transform-style: preserve-3d;
  perspective: 1000px;
  width: 350px;
  height: 30vh;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  transition: transform 300ms cubic-bezier(.03, .98, .52, .99)
}



.carta img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  position: absolute;
}

.ctext {
  color: #fff;
  position: absolute;
  z-index: 10;
  perspective: 1000px;
  transform-style: preserve-3d;
  text-shadow: 5px 5px 3px rgba(63, 63, 63, 0.9);
  transform: translateZ(20px);
}

.contenitore{
  margin-top: 20vh !important;
  text-align: center !important;
  border-radius: 48px !important;
  color: white !important;
  word-spacing: 10px;
}

.contenitore p{
  background-color: rgba(73, 73, 73, 0.767);
  text-align: center;
  margin: 10vh 10vw 10vh 10vw;
  font-size: 20px;
  padding: 10px 10px 10px 10px;
  border-radius: 20px;
  box-shadow: 5px 5px 3px rgba(63, 63, 63, 0.9);
}

.contenitore p::first-letter{
  font-size: 60px;
  color: rgb(128, 204, 162);
  text-shadow: 5px 5px 3px rgba(63, 63, 63, 0.9);
}

.contenitore h2 {
  margin: 10vh 10vw 10vh 10vw;
  background-color: rgba(73, 73, 73, 0.767);
  border-radius: 20px;
  text-shadow: 5px 5px 3px rgba(63, 63, 63, 0.9);
  box-shadow: 5px 5px 3px rgba(63, 63, 63, 0.9);
  padding: 10px 0 10px 0;
  color: #80cca2;
  font-size: 40px;
}

.footer{
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 2vh;
  gap: 30px;
  bottom: 0;
  position: relative;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: gray;
}

::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #80cca2;;
}

::-webkit-scrollbar-thumb:hover {
  background: #6bac88;
}

.immaginibs img {
  width: 100%;
  height: 100%;
}

.fisso{
  z-index: 10;
  position: fixed;
}

.card{
  margin-top: 5vh;
  border-radius: 20px;
  transition: all .7s ease-in-out;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(63, 63, 63, 0.9);
  box-shadow: 5px 6px 5px rgba(155, 155, 155, 0.9);
  width: 100%;
}


.card img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 550px;
}

.contenitore2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 148px;
}

.video{
  box-shadow: 5px 6px 5px rgba(122, 122, 122, 0.9);
  margin-top: 10vh;
  margin-bottom: 10vh;
  border-radius: 30px;
}

.video video{
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.alertmid {
  margin: 10vh 10vw 0 10vw;
  margin-bottom: 10vh;
  text-shadow: 2px 2px 3px rgba(63, 63, 63, 0.9);
  text-align: center;
  word-spacing: 10px;
}

.alertmid h2{
  margin: 30vh 10vw 30vh 10vw;
  text-shadow: 2px 2px 3px rgba(63, 63, 63, 0.9);
  text-align: center;
  text-decoration: underline;
}

.alertmid h1::first-letter {
  font-size: 60px;
  color: rgb(128, 204, 162);
}

.alertmid h1{
  background-color: rgba(73, 73, 73, 0.767);
  border-radius: 20px;
  margin: 10vh 15vw 10vh 15vw;
}

.bottoneflex {
  display: flex;
  justify-content: end;
}

#bottone {
  position: fixed;
  z-index: 100;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 15px;
  transition: all .1s ease-in-out;
  opacity: 0;
  top: 86%;
}

#bottone img {
  width: 70px;
  height: 70px;
}

#bottone:hover {
  transform: rotateY(360deg) scale(1.3);
}

.rowcontacts img{
  width: 20vw !important;
  transition: all .6s ease-in-out !important;
}

.rowcontacts img:hover{
  transform: rotatez(360deg) !important;
}

@media (max-width: 576px) {
  .rowcontacts img{
    width: 30vw !important;
  }
}

