@import url(https://fonts.googleapis.com/css?family=Lora:regular,500,600,700,italic,500italic,600italic,700italic);
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap'); */

:root {
  --m: rgb(245 87 251);
  --s: rgb(228, 93, 255);
  --t: rgb(255, 231, 249);
  --rose: #df0487;
  --b: rgb(174, 0, 180);
  --gr: rgb(255 225 255);
  --gp: rgb(166, 151, 248);
  --bc: rgb(255 250 251);
  --bs: rgb(233, 223, 255);
  --fost: 'Source Serif 4', serif;
  --fos: "Segoe UI",Arial,sans-serif
}

.ros{color: var(--rose);}

.h3Heig{
  height: 80px;
}


.w3-animate-fade{animation:fade 20s infinite}
@keyframes fade{
  0%{opacity:0}
  5%{opacity:1}
  100%{opacity:1}}

body,h1,h2,h3,h4,h5,h6 {font-family: var(--fost);}

body, html {
  height: 100%;
  font-family:  var(--fost);
}

body{background-color: var(--bc);}

.b1{font-size: 15px;}
.grai{color:#6e1717;}
.gradtop { background-image: linear-gradient(to right, var(--m),rgb(255, 151, 255));
  width: 100%;
  position: relative;
  
}
.grai{
  background: var(--gr);
}
/* .TnormPage ,.normPage{
  background: var(--gr);
} */
.titleTop{
  padding-top: 70px;
  font-size: 100px;
  font-family: serif;
  color: rgb(123, 0, 128);
}

.midtop{
  font-size: 35px;
  /* text-shadow:1px 1px 2px #00000070,-1px -1px 2px #0000006e,-1px 1px 2px #000000be,1px -1px 2px #000000be; */
  font-family:  var(--fost);
  font-weight: 600;
  color: rgb(140, 0, 158);
  text-shadow:0px 0px 4px rgb(255, 108, 235),0px 0px 7px rgb(255, 255, 255);
}

.ttt{
  margin-top: 60px;
}

.topdesc{
  /*background-color: rgba(160, 73, 201, 0.685);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.329);
  text-shadow:1px 1px 2px #00000070,-1px -1px 2px #0000006e,-1px 1px 2px #000000be,1px -1px 2px #000000be;
  
  box-shadow: 0px 0px 10px rgba(150,0,240,0.5);*/
  padding: 15px 0px;
  max-width: 650px;
  font-family: var(--fost);
  background: #c66cff7a;
  color: rgb(255 255 255);
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 22px;
  border: 1px solid white;
}

.ti{
  font-size: 38px;
  /* font-weight: bold; */
  font-weight: 500;
  font-family:  var(--fost);
  color: var(--m);
}


b{
  color: rgb(204, 0, 255);
}

.lt , .lt2{
  font-size: 28px;
  /* font-weight: bold; */
  font-weight: 500;
  font-family:  var(--fost);
  color: var(--s);
}

.lt2{color: var(--m);}
/*text-align: justify;
*/
p {
  font-size: 18px;
  font-weight: 400;
  font-family:  var(--fos);
}

.bico {
  height: 170px;
  width: 170px;
  margin-top: 10px;
  color: var(--s);
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;;
}

.btt, .btt2,.btt3{
  margin-right:6px;
  margin-left: 6px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 12px;
  display: inline-block;
  padding-bottom: 12px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  font-family:  var(--fost);
  color: white;
  background: rgb(195 8 138);      
  border-radius: 20px;
}


.btt:hover, .btt2:hover,.btt3:hover { background: #9e3dff;}
.btt:active, .btt2:active, .btt3:active { background: #25004a;}


.btt2{
  padding-top: 8px;
  padding-bottom: 8px;
}

.btt3{
  padding-top: 8px;
  padding-bottom: 8px;
  background: #f8eaff;
  color: var(--m);  
  border-style: solid;
  border-color: var(--m); 
}

.btnacc {
  background-image: linear-gradient(to right, rgb(50, 197, 255),var(--b) ,rgb(106, 208, 255));       
  height:40px;
  padding-right: 20px; padding-left: 20px;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 20 20px #eee;
  border-radius: 20px;
  display: block;
  position: absolute;
  right: 10px;
}

.btnacc:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.litspace{padding:25px 12px; max-width: 1000px;}



.st{
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top:25px;
}

.TnormPage{padding-bottom: 30px;
  text-align: center;
  vertical-align: middle;
  padding-top: 90px;
  color: #fff;
}

.normPage{
  
  background-size: 1000px 1000px;
  background-image: url('img/back.jpg');
  /*background-color: var(--m);*/
}

.withbb{
  color: var(--b);
}

.norm{
  background-color: var(--bc);
  max-width: 1000px;
  padding: 10px 3%;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.topp{ height: 50px;}

.lezion{
  max-width: 1100px; 
  margin-left: auto; margin-right: auto; margin-top: 24px; margin-bottom: 30px;
  padding: 30px; 
}

.contPic{
  padding: 0px 30px;
}

.pacgrid{
  display: grid;
  grid-template-columns: 33% 33% 33%  ;
  grid-gap: 15px;
}

.pacc{
  max-width: 700px; 
  margin-top: 24x; margin-bottom: 0px;
  padding: 16px; 
  margin-left: auto;
  margin-right: auto;
  box-shadow:0 2px 5px 0 rgba(0,0,0,0.4),0 2px 10px 0 rgba(0,0,0,0.2);
  border-radius: 40px;
  color: #fff;
  min-height: 250px;
  background: -webkit-linear-gradient(60deg, var(--gr),var(--t)); 
}

.w3-badge {height:13px;width:13px;padding:0; cursor: pointer;}


.imgc2,.imgc3{
  width: 40%; 
  object-fit: cover; 
  height: 260px;   
  float: left;  
  display: table; 
  border-radius: 25px; 
  margin-bottom: 0px;
  margin-right: 25px;
}.imgc3{float: right;}

.toplink { background-image: linear-gradient(to top, rgba(255,0,0,0) 10%, rgba(90,255,240,0.5) 51%, rgba(255,0,0,0) 90%) ;}
.toplink{          
  height:40px;
  padding-right: 10px;
  padding-left: 10px;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  border-radius: 20px;
  display: block;
}
.toplink:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


.toplink2{ background-image: linear-gradient(to top, rgba(255,0,0,0) 10%, rgba(150,0,240,0.5) 51%, rgba(255,0,0,0) 90%) ;}
.toplink2{          
  height:40px;
  padding-right: 10px;
  padding-left: 10px;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  border-radius: 20px;
  display: block;
}

.toplink2:active{ background-image: linear-gradient(to top, rgba(90,255,240,0.2) 0%, rgba(90,80,240,0.8) 51%, rgba(90,255,240,0.2) 100%) ;}





.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}


.cent {
  margin: auto;
  vertical-align: baseline;
}

/* Full height image header */
.kkimg {
  min-height: 100%;
  background-size: cover;
  background-image: url("cerch.jpg");
}

.hovTop{
  width: 100%;
  min-height: 100%;
  background-size: cover;
  /* background:rgba(255, 181, 249, 0.774); */
  background: -webkit-linear-gradient(300deg, rgba(255, 181, 249, 0.774) ,rgba(255, 255, 255, 0));
}
.hovTop2{
  width: 100%;
  height: 5%;
  background: -webkit-linear-gradient(90deg, var(--gr),rgba(255, 255, 255, 0));
}

.toppad{padding: 0px 48px; }
/*   
  border-left: 5px solid #9e3dff; */

ul{
  padding-left: 30px;
}

.mdim{
  max-width:360px;
  margin: auto;
  text-align: justify;
 }


.testim{
  margin: 12px;
  padding: 12px 25px;
  color: #37144e;
}
 .gri {
  display: grid;
  grid-template-columns: 50% 50% ;
  grid-gap: 10px;
 }

.end {
  background-position-x: 60%;
  background-image: url('img/sito.jpg');
  color: rgb(207, 207, 207);
  padding:68px 16px;
  background-size: cover;
}

.spac{
  margin-left: 20px;
}

.video{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
}

.btt:disabled {
  opacity: 0.5;
}

.hidden {
  display: none;
}

.imgChi,.imgChi2{
  width: 250px;
  height: 250px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 25px;
  margin-right: 25px;
  margin-left: 25px;
  float: left;
  object-fit: cover;
  display: table;
}

.imgChi2{float: right;}

.domande{font-weight: 600;}

.divider{
  height: 5px;
  margin-top: 40px; 
  margin-bottom: 40px;
  width: 60%; 
  margin-left: 20%; 
  margin-right: 20%; 
  background: linear-gradient(var(--m),rgba(255, 255, 255, 0));
}

.buyLezioni{
  max-width: 600px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}


#imag{
  object-fit: cover; 
  float: right;  
  display: table; 

  height: 24vw;   
  width: 30%; 
  max-width: 420px;
  margin: 25px;
  margin-bottom: 10px;
  border-radius: 25px;
}

.smalcent{text-align: left;}

.listImg{
  display: grid;
  grid-template-columns: 46% 46%;
  padding: 10px;
  gap: 20px;
}

.galleria{
  background-size: cover;
  height: 290px;
  border-radius: 30px;
}



.rightSectionChips, .rightSectionChips2{
  background: #c654ff;
  /* border: 3px solid #fff; */
  padding: 8px 15px; 
  max-width: fit-content;
  border-radius: 15px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--fost);
  font-size: 22px;
  margin: 15px 0px 0px 30px;
  box-shadow: inset #ffffff -1px -1px 8px 0px;
}

.rightSectionChips2{
  background: #ff5dd7;
}


 @media (max-width:1000px) {
   .gri{
     grid-template-columns: 50% 50%;
   }

   #imag{
    height: 32vw;   
    width: 40%; 
    margin-top: 30px;
   }
   .video{
      width: 70%;
      margin-left: 15%;
      margin-right: 15%;
    }

    .galleria{height: 30vw;}

    .lezset{
      margin-left: 15%;
      margin-right: 15%;
    }
    .titleTop{
      font-size: 80px;
    }
    .midtop{
      font-size: 30px;
    }
 }

 @media (max-width:800px) {

  .pacgrid{
    display: grid;
    grid-template-columns: 50% 50% ;
    grid-gap: 15px;
  }
  
  #imag{
    margin-top: 50px;
   }

  .titleTop{
    font-size: 65px;
  }
  .midtop{
    font-size: 25px;
  }
 }
 
 @media (max-width:700px) {

  p {font-size: 15px;}

  .gri{
    grid-template-columns: auto;
  }
  .titleTop{
    font-size: 55px;
    margin-bottom: 30px;
  }
  .midtop{
    font-size: 31px;
  }

  .imgChi,.imgChi2{
    margin-right: auto;
    margin-left: auto;
    float: none;
    width: 100%;
    max-width: 400px;
    height: 350px;
    display: block;
  }

  .ti{font-size: 31px;}
}

@media (max-width:600px){

  .rightSectionChips, .rightSectionChips2{
    padding: 8px 15px;
    max-width: unset;
    border-radius: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--fost);
    background: #cd30e7;
    font-size: 22px;
    display: list-item;
    margin: 13px 0px 10px 10px;
    box-shadow: inset #ffffff -1px -1px 8px 0px;
  }
.rightSectionChips{
  background-color: #e97dd2;
}


  .imgcc, .imgc2,.imgc3{
    width: 100%;
    display: block;
    float: none;
  } 

.listImg{ grid-template-columns: 100% ;
}
  .galleria{height: 60vw;}

  .smalcent{
    text-align: center;
  }

  #imag{
    width: 87%;
    display: block;
    float: none;
    height: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .litspace{              
    padding:34px 12px; max-width: 416px;
  }

  .video{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .lezset{
    margin-left: 10%;
    margin-right: 10%;
  }

  
  .titleTop{
    font-size: 45px;
  }
  .midtop{
    font-size: 27px;
  }
  .topdesc{
    font-size: 20px;
  }

  .toppad{
    padding: 0px 30px;
  }

}

@media (max-width:500px) {
  .btt, .btt2, .btt3 {
    display: block;
    letter-spacing: 1px;
    font-family: var(--fos);
    color: white;
    border-radius: 40px;
    text-align: center;
  }


  .imgChi,.imgChi2{
    margin-right: auto;
    margin-left: auto;
    float: none;
    width: 100%;
    max-width: 400px;
    height: 250px;
    display: block;
  }

.pacgrid{
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0px;
}



  .testim{
    margin: 4px;
    padding: 0px;
  padding-top: 10px;
  }

.lezset, .norm{
  margin: auto;
  padding: 15px 0px;
}

  .toppad{
    padding: 0px 20px;
  }


.lezion{
  padding: 15px;
}
  .ti{
    font-size: 31px;
  }

  .lt, .lt2{font-size: 25px;}

 
  .contPic {padding: 5px;}
  
  
  .titleTop{
    font-weight: 500;
    font-family: var(--fost);
    font-size: 9vW;
  }
  .midtop{
    font-size: 24px;
  }
  .topdesc{
    font-size: 18px;
  }
  .TnormPage{
    padding-top: 70px;
  }
}




@media (max-width:400px) {
  .titleTop{
    font-family: var(--fost);
    font-size: 13vw;
    margin-bottom: 0px;
    padding-top: 50px;
  }
  .midtop{
    font-weight: 500;
    font-size: 21px;
    font-family: var(--fost);
  }
  .topdesc{
    font-weight:500;
  padding: 8px;
  font-size: 16px;
   }
}

.hid{
  opacity: 0;
  transform: translateY(+100px);
  transition: all 1s;
}

.show{
  transform: translateY(0px);
  opacity: 1;
}

.animOpc{
  animation-name: opac;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

@keyframes opac{
  from{opacity: 0;}
  to{opacity: 1;}
}
@keyframes reve{
  from{opacity: 0;transform: translateY(+100px);}
  to{opacity: 1;transform: translateY(0px);}
}

input[type=text],input[type=number],input[type=password],input[type=email],input[type=date]{
  width: 100%;
  padding: 10px 15px;
  margin: 6px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-sizing: border-box;
}

.inn{color: black;}

label{
  font-size: 16px;
  font-weight: 400;
  font-family:  var(--fost);
  padding: 10px;
  color: #eee;
  line-height: 30px;
}

.former{
  border-radius: 40px;
  padding: 14px 20px 5px;
  margin: auto;
  max-width: 500px;
}

.subb{
  color:white;
  border-radius: 25px;
  padding: 12px;
  background-color: var(--s);
}





.spinner {
  width: 26px;
  height: 26px;
}

.spinner:after {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  content: " ";
  display: block;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: spinner 1.4s infinite ease;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.btt-out{
  color: rgb(175 0 145);
  background: #fdeffb;
  border: 1px solid rgb(181 0 142);
}
