html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  overflow-x: hidden;
  width: 100vw;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  overflow-x: hidden;
}

body {
  background-color: #2E2E39;
  align-items: center;
  position: relative;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 70px;
  font-weight: 600;
  color: #d4d6d5;
  text-align: center;
}

h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  color: #d4d6d5;
  padding: 25px 10px 25px 10px;
}

p {
  font-size: 28px;
  font-weight: 300;
  line-height: 2;
  text-align: left;
  color: #d4d6d5;
  max-width: 650px;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }

  p {
    font-size: 22px;
  }
}

.navlinks a {
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
  margin: 10px;
  padding: 10px;
}

/*PANNELLO*/
.panellink:hover {
  color: #4bc1e6;
  font-size: 37px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.panel {
  opacity: 0;
  flex-direction: column;
  position: fixed;
  top: -800px;
  background-color: #011b33;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  overflow: hidden;
  text-align: right;
  align-items: end;
  z-index: 0;
  justify-content: space-around;
  height: 100%;
  width: 100vw;
}

.active {
  display: flex;
  margin-top: 80px;
  width: 100%;
  height: 95%;
  opacity: 1;
  transform: translateY(800px);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: right;
  z-index: 99999999;
}

.panellink {
  color: rgb(224, 221, 221);
  font-size: 35px;
  font-weight: 400;
  padding: 15px;
  margin-right: 20px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cta {
  padding: 15px 6px 15px 6px;
  margin: 0 25px 30px 0px;
  background-color: #e0592a;
  color: #d4d6d5;
  border-radius: 10px;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-height: 500px) {
  .panellink {
    font-size: 20px;
  }
  .panel {
    max-height: 85%;
  }
  .cta {
    font-size: 25px;
    width: 180px;
    position: absolute;
    top: 150px;
    left: 190px;
  }
}

/*NAVBAR*/

.navbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0px;
  background-color: #011b33;
  z-index: 999999999999;
}

@media screen and (min-width: 1000px) {
  .navbar {
    width: 100vw;
  }
}

.logo {
  display: block;
  width: 250px;
  height: 57px;
  border-radius: 6px;
  margin: 11px 0 0 10px;
}

.navlinks {
  display: flex;
  justify-content: space-between;
  margin: 10px 30px 0 30px;
  z-index: 999;
  align-items: center;
}

.navlink {
  font-size: 14px;
  font-weight: 400;
  margin-right: 12px;
  max-width: 160px;
  max-height: 20px;
  padding: 0px 10px 20px 10px;
  color: rgb(226, 226, 226);
}

.navlink:hover {
  color: rgb(91, 171, 196);
}

.cta-navbar {
  position: relative;
  height: 30px;
  width: 120px;
  top: 0px;
  right: 0px;
  background-color: #e0592a;
  color: #d4d6d5;
  padding: 15px 6px 15px 6px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  justify-content: center;
}

.cta:hover {
  background-color: rgb(223, 52, 0);
}

.cta-navbar:hover {
  background-color: rgb(223, 52, 0);
}

.cta-footer:hover {
  background-color: rgb(223, 52, 0);
}

@media screen and (max-width: 900px) {
  .navlinks {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .hamburgermenu {
    display: none;
  }
}

.icon-hamburger {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 30px;
  width: 30px;
  z-index: 9999999999;
  cursor: pointer;
}

.cross {
  position: fixed;
  top: 25px;
  right: 25px;
  opacity: 0;
  z-index: 99999999999;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.hide {
  opacity: 0;
  z-index: 1;
}

.show {
  position: fixed;
  opacity: 1;
  z-index: 99999999999;
  transform: rotate(720deg);
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*HERO*/

.gradient {
  background: rgb(252, 70, 107);
  background: radial-gradient(
    circle,
    rgba(252, 70, 107, 1) 4%,
    rgba(63, 94, 251, 0) 64%
  );
  height: 650px;
  width: 550px;
  position: absolute;
  left: -320px;
  top: 5%;
  opacity: 0.15;
  overflow: hidden;
}

.hero {
  display: grid;
  justify-items: center;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  background-color: #2E2E39;
}
.hero h1 {
  text-align: left;
  padding: 50px 20px 50px 50px;
  font-size: 11vw;
}

.bottoni{
    
}
.bottone1{
    
}
.bottone2{
    padding: 4px;
}
.hero p {
  font-size: 21px;
  text-align: left;
  padding: 20px 70px 40px 50px;
}
.hero h2 {
  color: #d4d6d5;
  font-size: 25px;
    text-align: left;
    padding-left: 50px;
}
.io2 {
  width: 350px;
  height: 410px;
  padding-top: 60px;
}

@keyframes bounce {
  from {
    height: 60px;
  }

  to {
    transform: translateY(15px);
    height: 60px;
  }
}

.arrow {
  display: flex;
  margin: 60px 0 50px 0;
  justify-content: center;
  animation-name: bounce;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@media screen and (min-width: 1100px) {
  .hero {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .hero h1 {
    padding-top: 60px;
    font-size: 80px;
  }
  
.hero p {
  font-size: 23px;
  text-align: left;
}

.hero h2 {
  color: #d4d6d5;
  font-size: 30px;
}

  .io2 {
    width: 420px;
    height: 490px;
    padding-right: 50px;
    padding-top: 50px;
    flex-shrink: 0;
  }
}

/*SECTION 1*/

.section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 50px;
  background-color: #011b33;
}

.spunta {
  height: 20px;
  padding: 20px 10px 20px 5px;
}

.fnofi {
  max-height: 300px;
  justify-self: center;
}

@media screen and (max-width: 1000px) {
  .section {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.iscrizione {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/*SECTION 2 - RECENSIONI*/

.div360 {
  background-color: #011b33;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 0 30px 50px 30px;
}

.img360 {
  width: 400px;
  position: relative;
  right: 10px;
}

.recensioni {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}

.card {
  opacity: 0;
  right: 220px;
  display: flex;
  position: relative;
  width: 460px;
  min-height: 290px;
  background: rgb(204, 224, 244);
  background: linear-gradient(
    0deg,
    rgb(81, 165, 250) 0%,
    rgba(30, 156, 215, 1) 40%,
    rgba(0, 117, 190, 1) 59%,
    rgba(0, 91, 151, 1) 100%
  );
  margin: 30px 20px 30px 20px;
  border-radius: 20px;
}

.in-page {
  opacity: 1;
  transform: translateX(220px);
  transition: all 1.5s;
}

.card h2 {
  font-size: 26px;
  font-weight: 500;
}

.card p {
  font-size: 24px;
  position: absolute;
  top: 30px;
  right: 18px;
  padding-left: 100px;
  text-align: center;
}

.persona {
  width: 70px;
  height: 70px;
}

.quotes {
  width: 35px;
  height: 45px;
  margin: 18px 0 0 30px;
  display: flex;
  justify-self: flex-start;
  position: absolute;
}

.wrapper {
  position: absolute;
  bottom: 10px;
  left: -5px;
  text-align: center;
  padding: 16px;
}

@media screen and (max-width: 600px) {
  .card {
    width: 330px;
  }
  .card p {
    font-size: 20px;
  }
}

/*SECTION 3 - CHI SONO*/

.gradient2 {
  background: rgb(252, 70, 107);
  background: radial-gradient(
    circle,
    rgba(252, 70, 107, 1) 4%,
    rgba(63, 94, 251, 0) 64%
  );
  height: 850px;
  width: 550px;
  position: absolute;
  right: -320px;
  top: -130px;
  opacity: 0.15;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .gradient2 {
    top: 50px;
    height: 550px;
  }
}

.chisono {
  display: flex;
  padding: 20px;
  font-size: 60px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  justify-content: center;
}

.chisono p {
  margin: 40px 40px 50px 40px;
  font-size: 24px;
}

/*SECTION 4 - SERVIZI OFFERTI*/

.fourth-section {
  display: flex;
  justify-content: center;
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: #1e1e25;
  padding-bottom: 50px;
  justify-content: center;
}

.footer p{
    font-size: 20px;
    text-align: center;
    max-width: none;
}

.cta-footer {
  display: flex;
  height: 55px;
  width: 160px;
  background-color: #e0592a;
  color: #d4d6d5;
  padding: 15px 8px 15px 8px;
  border-radius: 30px;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  justify-content: center;
  margin: 70px;
}

.social {
  display: flex;
  justify-content: space-around;
  margin: 50px auto 50px auto;
  max-width: 400px;
}

.social img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999999;
  padding: 10px;
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin: 0 50px 0 50px;
}

.social img:hover {
  background: rgb(204, 224, 244);
  background: radial-gradient(
    circle,
    rgba(204, 224, 244, 1) 0%,
    rgba(30, 156, 215, 0.4) 20%,
    rgba(0, 117, 190, 0.1) 39%,
    rgba(29, 104, 153, 0) 70%
  );
  transform: translateY(-3px);
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.phone{
    width: 18px;
    height: 18px;
    padding-right: 6px;
}

.call{
    display: flex;
    justify-content: center;
    padding: 10px;
}

.frame{
    display: block;
    margin: auto;
    padding: 20px;
}