* {
  margin:0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

:root {
  font-size: 15px;
}

a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  height: 100%;
  background: linear-gradient(180deg, rgb(200,250,255), rgb(244,202,159));
  background-size: contain;
}

/* START HEADER (Mobile) */
header {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0em;
  z-index: 100;
  box-shadow: 0px 5px 25px black;
}

/* Start Logo (Mobile) */
.logocomplete {
  width: 100vw;
  display: flex;
  justify-content: start;
  align-items: center;
  background: linear-gradient(180deg, rgb(115,190,255), rgb(155,230,255), rgb(200,250,255)); /*originale-255,224,189*/
  padding-top: .7em;
  padding-left: 2em;
  margin-bottom: -1px;
}

.logotext {
  text-align: center;
}

.rmark {
  position: relative;
  top: -12px;
  left: 2px;
  font-size: .8rem;
}

.h1logo {
  font-family: 'Lobster Two', cursive;
  font-size: 1.8rem;
  word-spacing: 2px;
  font-weight: 600;
}

.adv {
  position: relative;
  top: -3px;
  left: -7px;
  font-family: 'Varela Round', sans-serif;
  font-size: .8rem;
}

.logoadz {
  position: relative;
  left: -11px;
  top: -2px;
}

/* End Logo (Mobile) */
/* Start Menu (Mobile) */

nav {
  background: linear-gradient(180deg, rgb(200,250,255), rgb(244,202,159));
  text-align: center;
}

.hamburger {
  width: 5.85rem;
  padding: 2em;
  padding-bottom: 1.4em;
  position: absolute;
  right: .1em;
  top: -.5em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: .5s;
}

.hamburgerinput {
  width: 100vw;
  opacity: 0;
}

@keyframes showNav {
  from {opacity: 0; height: 0;}
  to {opacity: 1; height: 16.8em;}
}

.hamburgerinput:checked ~ .menu {
  display: block;
  animation: showNav 151ms;
}

.xicon {
  width: 5.5rem;
  padding: 2em;
  position: absolute;
  right: .1em;
  top: -.5em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: .5s;
}

.labelx,
.menu,
.hamburgerinput:checked ~ .label {
  display: none;
  animation: iconXshows .7s;
}

.hamburgerinput:checked ~ .labelx,
.hamburgerinput:checked ~ .menu {
  display: block;
}

.label,
.menu,
.hamburgericon:checked ~ .label {
  animation: iconXshows .7s;
}

@keyframes iconXshows {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.menu {
  width: 100vw;
  display: block;
  text-align: center;
  list-style: none;
  line-height: 2.7em;
  display: none;
  transition: .3s;
}

.menuitem {
  display: block;
  text-decoration: none;
  font-family: 'varela round', sans-serif;
  color: black;
  cursor: pointer;
  font-size: 1.5rem;
  transition: .3s;
  letter-spacing: .3px;
}

.item {
  transition: .2s;
}

.menuitem:hover {
  color: white;
  text-shadow: 2px 2px 5px black;
}

.item:active {
  transform: scale(.8);
  color: white;
  text-shadow: 2px 2px 5px black;
}

.current {
  color: white;
  text-shadow: 2px 2px 5px black;
}

.domandefrequenti {
  padding-bottom: .8em;
}

/* End Menu (Mobile) */
/* END HEADER (Mobile) */

/* START MAIN AREA-Home (Mobile) */
/*Start Hero-Home (Mobile)*/
.hero {
  height: 55vh;
  width: 100vw;
  background: url(images/sofia-tiny.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.dasempre {
  display: none;
}

@keyframes daSempre {
  from {
    transform: translateY(-1em);
  }

  to {
    transform: translateY(0px);
  }
}

.dasempremobile {
  padding: .1em 0;
  width: 95vw;
  position: relative;
  top: .5em;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: white;
  font-size: 1.59rem;
  text-shadow: 2px 2px 5px black;
  word-spacing: 2px;
  letter-spacing: 2px;
  animation: daSempre 1.7s ease-out;
  line-height: 1.5em;
}

@keyframes buttons {
  from {
    width: 55%;
  }

  to {
    width: 90%;
  }
}

.buttoncontainer {
  width: 90%;
  height: 10%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  bottom: 2em;
  animation: buttons 1.7s ease-out;
}

.btn1 , .btn2 {
  padding: .3em 2.5em;
  background: linear-gradient(360deg, rgb(244,202,159), rgb(115,190,255));
  border: none;
  border-radius: 2em;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  bottom: -.7em;
  box-shadow: 5px 5px 10px rgba(255,255,255,.5) inset, -5px -5px 10px rgba(0,0,0,.2) inset, 0px 0px 20px rgba(0,0,0,.9);
}

.hearticonbutton {
  position: absolute;
  transform: rotateZ(15deg);
}

.dogicon, .caticon {
  position: relative;
  bottom: -3px;
}

.btnhov:hover {
  transform: scale(1.2);
  box-shadow: 5px 5px 10px rgba(255,255,255,.5) inset, -5px -5px 10px rgba(0,0,0,.2) inset, 0px 0px 20px rgba(0,0,0,.9);
}

.btnhov:active {
  transform: scale(.9);
  box-shadow: 5px 5px 10px rgba(255,255,255,.5) inset, -5px -5px 10px rgba(0,0,0,.2) inset, 0px 0px 20px rgba(0,0,0,.9);
}

.btnhov:focus {
  border-color:transparent;
  outline: none;
}
/* End Hero (Mobile) */

.hrdopohero {
  width: 85%;
  height: 1px;
  background: black;
  margin: auto;
  margin-top: 2em;
}

/* Start Storyline (Mobile) */

.storyline {
  width: 95vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
  margin-top: .7em;
  font-size: 1rem;
}

.questaè {
  background: linear-gradient(90deg, rgba(0,230,50,.2), rgba(0,230,50,.2), rgba(0,50,180,.4));
  width: 100vw;
  text-align: center;
  font-size: 1.7rem;
  padding: .4em 0;
}

.fotofidoemilu {
  margin: 1em 0;
}

.dueamici {
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}

.spasso {
  margin-top: 2rem;
}

#scoprilastoria {
  display: none;
}

.btnscoprilastoria {
  padding: .3em 1.1em;
  font-family: 'varela round', sans-serif;
  font-size: 1.2rem;
  border: none;
  border-radius: 2em;
  margin-top: 1.8em;
  background: linear-gradient(360deg, rgb(244,202,159), rgb(115,190,255));
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(255,255,255,.5) inset, -5px -5px 10px rgba(0,0,0,.2) inset, 0px 0px 10px rgba(0,0,0,.7);
  transition: .2s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#scoprilastoria ~ .btnscoprilastoria:before {
  content: 'Scopri la storia';
  font-weight: bold;
}

#scoprilastoria:checked ~ .btnscoprilastoria:before {
  content: 'Chiudi la storia';
}

.hiddenstory {
  display: none;
}

#scoprilastoria:checked ~ .hiddenstory {
  display: block;
}

.btnscoprilastoria:active {
  transform: scale(.9);
}

.btnscoprilastoria:hover {
  transform: scale(1.1);
}

.fontsizeheadingstoryline {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: .5em;
}

.alignment {
  text-align: center;
}

.loroaspetteranno {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.fontsizemessaggiodopostoryline {
  font-size: 1.3rem;
  margin-bottom: .3em;
}

.adottabtn {
  width: 7em;
  margin: auto;
  text-align: center;
  margin-top: 1.2em;
  background: rgb(0,250,50,.3);
  padding: .5em 1.5em;
  border-radius: 2em;
  font-size: 1.5rem;
  box-shadow: 0 0 10px black;
  margin-bottom: .8em;
  transition: .2s;
}

.adottalink {
  text-decoration: none;
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.adottabtn:active {
  transform: scale(.9);
}

.adottabtn:hover {
  transform: scale(1.1);
}

/* End Storyline (Mobile) */

.hrdopostoryline {
  width: 85%;
  height: 1px;
  background: black;
  margin: auto;
  margin-top: 1.5em;
}

/* Start Social Proof */
.socialproof {
  width: 95vw;
  margin: auto;
  margin-top: .7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
  text-align: center;
}

.alcunestorie {
  width: 100vw;
  margin: auto;
  font-size: 1.8rem;
  background: linear-gradient(90deg, rgba(0,50,180,.4), rgba(0,230,50,.2), rgba(0,230,50,.2));
  padding: .4em 0;
  margin-bottom: 1em;
}

.imagestoriealieto {
  width: 95vw;
  margin: auto;
  margin-bottom: 1em;
}

.storia {
  width: 95vw;
  margin: auto;
}

.nomeecane {
 font-size: 1.3rem;
 margin-bottom: .5em;
}

.testostorie {
  font-size: 1.15rem;
  margin-top: 1em;
}

.hrdopostoria {
  width: 35%;
  height: 1px;
  background: black;
  margin: auto;
  margin-bottom: 1.5em;
}

/* End Social Proof */

.hrdoposocialproof {
  width: 85%;
  height: 1px;
  background: black;
  margin: auto;
  margin-top: 2.5em;
}

/* Start Seguici */

.facebookandinstagram-web {
  display: none;
}

.seguicisui {
  width: 95vw;
  margin: auto;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
  text-align: center;
}


.titleseguici {
  width: 100vw;
  margin: auto;
  font-size: 1.8rem;
  background: linear-gradient(90deg, rgba(0,230,50,.2), rgba(0,230,50,.5));
  padding: .4em 0;
}

.nonperdertistorie {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: .5em;
}

.socialstuffhomepagefb {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: .5em;
  border-radius: .5em;
  box-shadow: 5px 5px 10px white inset, -2px -2px 10px rgba(30,30,30,.5) inset, 2px 2px 2px rgba(30,30,30,.3);
  transition: .2s;
}

.socialstuffhomepageig {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: .5em;
  box-shadow: 5px 5px 10px white inset, -2px -2px 10px rgba(30,30,30,.5) inset, 2px 2px 2px rgba(30,30,30,.3);
  transition: .2s;
}

.sociallinkig, .sociallinkfb {
  padding: .3em 3em;
  padding-top: .6em;
  cursor: pointer;
  transition: .2s;
}

.socialstuffhomepagefb:active {
  box-shadow: 5px 5px 20px rgba(30,30,30,.5) inset, -5px -5px 25px white inset;
  transform: scale(.97);
}

.socialstuffhomepageig:active {
  box-shadow: 5px 5px 20px rgba(30,30,30,.5) inset, -5px -5px 25px white inset;
  transform: scale(.97);
}

.socialstuffhomepagefb:hover {
  transform: scale(1.05);
}

.socialstuffhomepageig:hover {
  transform: scale(1.05);
}

.mettilike {
  margin-top: 2em;
  font-size: 1.25rem;
}

.hearticonsocial {
  transform: rotateZ(10deg);
}

/* End Seguici */

.hrdoposeguici {
  width: 85%;
  height: 1px;
  background: black;
  margin: auto;
  margin-bottom: 2em;
}

.inricordodiolivia {
  width: 95vw;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Varela Round', sans-serif;
  margin-bottom: .7em;
}

.hearticon {
  position: relative;
  top: .3em;
}


/* START FOOTER */
footer {
  width: 100vw;
  padding-top: .5em;
  padding-bottom: 1em;
  font-family: helvetica, sans-serif;
  background: rgba(110,110,110,.5);
}

.logoesedefooter {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logofooter {
  text-align: center;
}

.amicifooter {
  font-family: 'Lobster Two', cursive;
  font-size: 2rem;
}

.rmarkfooter {
  font-size: 1.3rem;
  position: relative;
  top: -12px;
}

.advfooter {
  font-size: 1rem;
  position: relative;
  top: -2px;
  margin-bottom: .7em;
}

.sedeerestofooter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sedelegalefooter {
  text-align: center;
  font-family: helvetica, sans-serif;
  font-size: 1rem;
  margin-bottom: .3em;
}

.ibanfooter {
  text-align: center;
  font-size: 1rem;
  margin-bottom: .3em;
}

.codicefiscalefooter {
  text-align: center;
  font-size: 1rem;
}

/* Start Icone social (Mobile) */
.iconesocialweb {
  display: none;
}

.iconesocialmobile {
  width: 9em;
  margin: auto;
  display: flex;
  justify-content: space-around;
  margin-top: 1em;
}

.fbicon, .igicon {
  transition: .15s;
}

.fbicon:active {
  transform: scale(.8);
}

.igicon:active {
  transform: scale(.8);
}
/* End Icone social (Mobile) */
/* END FOOTER */






