@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0;
}


button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  color:#111111;
}

button {
  text-transform: none;
}

[type=submit],
button {
  -webkit-appearance: button;
}

[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.position-relative {
  position: relative !important;
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  body {
    min-width: 992px !important;
  }
}

*:focus,
* {
  outline: none !important;
}

body {
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: 16px;
  color: #2F3640;
  background: #ffffff;
  letter-spacing: 0.5px;
}

.logo {
  display: block;
  height: 50px;
  width: 100px;
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 50px);
  z-index: 2;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
  .logo {
    background: url("../img/logoX2.png") no-repeat;
    background-size: contain;
  }
}


.main-section {
  position: relative;
  height: 100vh;
  width: 100%;
}

@media (max-width: 767px) {
  section {
    padding: 0;
  }
}

.mob {
  display: none;
}

@media (max-width: 575.98px) {
  .mob {
    display: inline-block;
  }

  .main-section {
    height: auto;
  }
}

a {
  color: #CCCCF4;
}

a,
a:hover,
a:active,
a:focus,
a:visited,
.a {
  color: #CCCCF4;
  cursor: pointer;
  text-decoration: none;
}

.font-s {
  font-family: "Inter", sans-serif;
}

.button,
.second-button,
a.second-button {
  display: inline-block;
  width: auto;
  cursor: pointer;
  padding: 5px 15px;
  border: 0;
  border-radius: 0px;
  background: #CCCCF4;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  color: #111111;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button:hover,
.second-button:hover,
a.second-button:hover {
  color: #111111;
  text-decoration: none;
}

.button:active,
.second-button:active,
a.second-button:active {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}

input.email-button {
  position: absolute;
  right: -50px;
  bottom: -20px;
  height: 41px;
  width: 64px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  background: url("../img/tasto-newsletter.png") no-repeat center center transparent;
  background-size: contain;
  border: 0;
}

.second-button,
a.second-button {
  background: transparent;
  color: #CCCCF4;
  border: 1px solid #CCCCF4;
}

.second-button:hover,
.second-button:focus,
a.second-button:hover,
a.second-button:focus {
  color: #CCCCF4;
}

@media (max-width: 768px) {

  .button,
  .second-button,
  a.second-button {
    padding: 7px 15px;
  }
}

input {
  display: block;
  width: 100%;
  border-radius: 0px;
  color: #CCCCF4;
  border: 0;
  padding: 5px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Inter", serif;
  box-shadow: none !important;
  -webkit-appearance: none;
}

input.email {
  width: 215px;
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background: url("../img/email-input.png") no-repeat center center transparent;
  background-size: contain;
}


.mailchimp-form {
  position: absolute;
  bottom: 50px;
  right: 100px;
  z-index: 2;
}


a:hover, .button:hover {
  cursor: url("../img/hand.png"), pointer;
}

a.second-button.pod-button {
  position: absolute;
  top: 80px;
  right: 30%;
  padding: 5px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  z-index: 1;
  padding-top: 7px;
  border-radius: 0;
  transition: all .6s ease-in-out;
  background-color: #ffffff;
}

a.second-button.pod-button:hover {
  border-radius: 100%;
}

a.sole{
  position: absolute;
  left: 10px;
  top: 10px;
  transition: none;
  z-index: 1;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 14s linear infinite;
  -moz-animation: rotating 14s linear infinite;
  -ms-animation: rotating 14s linear infinite;
  -o-animation: rotating 14s linear infinite;
  animation: rotating 14s linear infinite;
}

a.contact-link:hover {
  -webkit-transform: rotate(90deg) scale(1.2);
  -moz-transform: rotate(90deg) scale(1.2);
  -ms-transform: rotate(90deg) scale(1.2);
  -o-transform: rotate(90deg) scale(1.2);
  transform: rotate(90deg) scale(1.2);
}

a.sole~*, a.logo~* {
  transition: all 0.2s ease-in-out;
}

 a.sole:hover~*, a.logo:hover~* {
  filter: blur(10px);
}

@media (max-width: 575.98px) {

  .logo {
    position: fixed;
  }

  .mailchimp-form {
    position: fixed;
    left: calc(50% - 118px);
    top: 57%;
  }


  a.sole{
    position: fixed;
    top: 0px;
    right: 0px;
    left: auto;
  }
}

input::placeholder {
  color: #CCCCF4;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/les-home.jpg") no-repeat bottom center;
  background-size: cover;
}

.fadeIn {
  animation: opacity ease 7s;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}