html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    z-index: 1;
}
body {
    font-family: "Rajdhani", sans-serif;
    margin: 0;
    font-size: 1.2rem;
}
#progress {
    width: 100%;
    height: 8.4rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), #171717);
    background-size: cover;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
    color: #000;
    padding-bottom: 1.88rem;
}
p {
    line-height: 1.75rem;
    color: #ccc;
    font-weight: 300;
}
.big-text {
    font-size: 3.5rem;
    font-weight: 600;
}
.med-text {
    font-size: 2.5rem;
}
.normal-text {
    font-size: 1.25rem;
}
.small-text {
    font-size: 0.88rem;
}
.intro-text {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
}
.button {
    font-family: "Rajdhani", sans-serif;
    padding: 0.62rem 1.56rem;
    display: inline-block;
    border-radius: 0.31rem;
    border: 1px solid #fff;
    background-color: #032917;
    color: #fff;
}
.button:hover {
    color: #0e834c;
    background-color: transparent;
    border: 1px solid #032917;
    transform: scale(1.05);
    transition: all 0.3s ease;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.62rem;
    color: #fff;
    display: flex;
    max-width: 84.375rem;
    z-index: 3;
    align-items: center;
}
.hamburger {
    display: none;
}
.logo {
    display: block;
    z-index: 3;
}
.logo img {
    height: 9.7rem;
}
.menu {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    list-style: none;
    z-index: 3;
    padding-left: 20%;
    text-align: end;
}
ul, li {
    list-style: none;
}

.menu li {
    display: inline-block;
    color: #fff;
    list-style: none;
}
.menu li a {
    color: #fff;
    list-style: none;
    padding: 0.94rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.2rem;
    text-shadow: 2px 2px 4px black;
}
.menu li a:hover {
    color: #ffffff;
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 2rem;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 11rem;
    min-height: 11rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0;
    text-align: center;
    color: #ccc;
    right: 0;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.hero {
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url("./images/bg-foto.jpg") no-repeat center center;
    background-size: cover;
}
.hero__content {
    width: 100%;
    max-width: 84.375rem;
    margin: 0 auto;
    padding: 1.875rem;
}
.hero__content h1,
.hero__content p {
    color: #fff;
}
#joywebtitle {
    margin-top: 11rem;
    margin-bottom: -3rem;
}
#desc_subtitle {
    margin-bottom: 28srem;
}
.wa-mobile {
    display: none;
    font-family: "fontawesome";
    font-style: normal;
    margin-top: 100vh;
    font-size: 3rem;
    padding: 0.3rem;
    color: rgb(9, 206, 9);
    z-index: 999;
    position: fixed;
    bottom: 1%;
    right: 3%;
    text-shadow: 1.5px 1.5px 2px rgb(0, 0, 0);
}
.phone-mobile {
    display: none;
    font-family: "fontawesome";
    font-style: normal;
    margin-top: 100vh;
    font-size: 2rem;
    padding: 0.3rem;
    color: rgb(8, 95, 209);
    z-index: 999;
    position: fixed;
    bottom: 9%;
    right: 4.5%;
    text-shadow: 1.5px 1.5px 2px rgb(37, 37, 37);
}
.typewriter {
    color: #fff;
    overflow: hidden;
    border-right: 0.15em solid #fff;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: 0.05em;
    animation: typing 4.5s steps(30, end), blink-caret 0.6s step-end infinite;
}
@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: #fff;
    }
}
@media (max-width: 1068px) {
    .logo {
        padding-bottom: 1.875rem;
        display: block;
        z-index: 999;
        height: 6.5rem;
    }
    .logo img {
        height: 6.5rem;
        margin-top: -1.3rem;
        margin-left: -2rem;
        z-index: 999;
    }
    #progress {
        height: 5rem;
    }
    .big-text {
        font-size: 2rem;
    }
    #prices {
        text-align: center;
    }
    .menu {
        display: block;
        position: absolute;
        top: 0;
        right: -120%;
        background-color: #000;
        height: 100vh;
        padding-top: 5rem;
        width: 100%;
        margin: 0;
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .menu--open {
        right: 0;
        width: 100%;
        padding: 7rem 0.5rem;
        transform: scale(1.15);
    }
    .menu--open li a:hover {
        transform: scale(1);
    }
    .menu li {
        display: block;
    }
    .menu li:first-child {
        margin-top: 3rem;
    }
    .menu li a {
        font-size: 1.263rem;
    }
    .wa-mobile,
    .phone-mobile {
        display: block;
    }
    .hamburger {
        display: block;
        width: 1.875rem;
        height: 1.875rem;
        position: absolute;
        top: 1.875rem;
        right: 0;
        z-index: 4;
    }
    .hamburger span {
        background-color: #fff;
        height: 0.19rem;
        width: 100%;
        display: block;
        margin-bottom: 0.31rem;
    }
    #dropdown {
        display: none;
    }
}
.poster {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    margin-top: 3%;
}
.poster2 {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    margin-top: 3%;
}
.poster__video {
    order: 1;
    margin-left: 3.12rem;
    width: 60%;
    height: 80%;
    z-index: 0;
}
.poster__content {
    order: 2;
    width: 40%;
    padding: 5.625rem;
    text-align: end;
}
.poster__video2 {
    order: 2;
    margin-right: 3.125rem;
    width: 60%;
    height: 80%;
    z-index: 0;
}
.poster__content2 {
    order: 1;
    width: 40%;
    padding: 5.625rem;
    text-align: start;
}
.poster__video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.poster__video2 video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width: 1068px) {
    .poster {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        margin: 0;
    }
    .poster2 {
        display: flex;
        flex-wrap: wrap;
        height: 0%;
        margin: 0;
    }
    #maps {
        width: 100%;
        height: 50vh;
    }
    #streetview {
        width: 100%;
        height: 50vh;
    }
    .poster__video,
    .poster__video2,
    .poster__content,
    .poster__content2 {
        display: block;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .poster__content,
    .poster__content2 {
        height: 30%;
    }
    .poster__video,
    .poster__video2 {
        order: 2;
    }
    .poster__content,
    .poster__content2 {
        order: 1;
        padding: 7% 3rem !important;
    }
    video {
        margin-top: 20%;
        margin-bottom: 0%;
    }
    #video2 {
        margin-bottom: -15%;
    }
    #internet,
    #privacy,
    #cookie {
        padding-top: 4rem;
    }
    #chisiamo,
    #dovesiamo {
        padding-top: 0 !important;
    }
}
@media (max-width: 1366px) {
    header {
        width: 90%;
    }
    .hero__content {
        width: 100%;
    }
    .contact-form {
        height: 100%;
    }
    form > p {
        color: #fff;
        font-size: 1rem;
        width: 85%;
        margin: 0 auto;
    }
}
.bg-cover {
    display: flex;
    padding: 6.25rem 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("./images/bg-foto2.jpg") no-repeat center center;
    background-size: cover;
    margin-top: 0;
}
.bg-cover__title {
    width: 50%;
    padding: 3.125rem;
    display: flex;
    align-items: center;
}
.bg-cover__text {
    width: 50%;
    padding: 3.125rem;
}
@media (max-width: 1068px) {
    .bg-cover {
        flex-wrap: wrap;
        height: auto;
    }
    .bg-cover__title,
    .bg-cover__text {
        width: 100%;
    }
}
.grid {
    display: flex;
    max-width: 84.375rem;
    padding: 0 0.875rem;
    margin: 0 auto;
    position: relative;
}
.grid .col {
    width: 100%;
    padding: 3rem;
}
iframe {
    width: 100%;
    height: 50rem;
}
#maps,
#street {
    z-index: 0;
}
.wa {
    font-family: "fontawesome";
    font-style: normal;
    font-size: 2.5rem;
    padding: 0.3rem;
}
.wa:hover {
    color: rgb(6, 255, 6);
    transform: scale(1.2);
    transition: all 0.3s ease;
}
#submit,
#call {
    text-align: center;
    width: 14rem;
    margin: 0 auto;
    border: 1px solid #fff;
    background-color: hsl(152, 86%, 8%);
    color: #fff;
    font-size: 1rem;
}
#call {
    background-color: #1e9743;
}
#call a {
    color: #fff;
    text-decoration: none;
}
#call a::after {
    content: " \f095 ";
    font-family: "fontawesome";
    padding-left: 0.3rem;
}
.button-move {
    animation: rotate_effetto 5s 2 linear;
}
.button-move-mobile {
    animation: rotate_effetto 8s 4 linear;
}
@keyframes rotate_effetto {
    0% {
        transform: rotate(0deg);
        color: rgb(193, 243, 193);
    }
    20% {
        transform: rotate(0deg);
        color: rgb(118, 208, 118);
    }
    40% {
        transform: rotate(10deg);
        color: rgb(9, 206, 9);
    }
    60% {
        transform: rotate(-10deg);
        color: rgb(9, 206, 9);
    }
    80% {
        transform: rotate(0deg);
        color: rgb(118, 208, 118);
    }
    100% {
        transform: rotate(0deg);
        color: rgb(193, 243, 193);
    }
}
#submit:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 1068px) {
    #intro {
        display: none;
    }
    #joywebtitle {
        margin-top: 3rem;
        margin-bottom: -3rem;
    }
    #sp-jkhbii {
        font-size: 0.8rem !important;
        margin-top: 0.3rem !important;
    }
    #video1,
    #video2 {
        margin-top: -1.5rem;
        margin-bottom: 1rem;
    }
    .typewriter {
        color: #fff;
        overflow: hidden;
        border-right: 0.15em solid #fff;
        white-space: wrap;
        margin: 0 auto;
        letter-spacing: 0.05em;
        animation: typing 4.5s steps(30, end), blink-caret 0.6s step-end infinite;
    }
    #desc_subtitle {
        font-size: 1rem !important;
        margin-right: 0 !important;
    }
    .grid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .grid .col {
        font-size: 1.2rem;
        width: 100%;
        display: block;
        padding: 1.5rem;
        padding-top: 3rem;
    }
    .grid > .col {
        padding-top: 55% !important;
    }
    .bg-cover,
    .bg-cover__title,
    .bg-cover__text {
        padding-top: 0;
        padding-bottom: 0;
        z-index: 0;
    }
    #street iframe,
    #maps iframe {
        position: relative;
        display: block;
        margin: 0;
        width: 100%;
        height: 20rem;
    }
    .tg p {
        font-size: 0.8rem;
    }
    .grid2 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        margin-bottom: -1rem;
    }
    .col2 {
        font-size: 1.8rem;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .col,
    p {
        font-size: 1rem;
    }
    .contact-form {
        height: 150%;
    }
    #submit {
        display: block;
        margin: 0 auto;
        margin-bottom: 0.3rem;
    }
    .footer-item p,
    .footer-item a {
        padding: 2%;
    }
    .footer-item p:first-child {
        margin-top: 20%;
        padding: 10%;
    }
    .footer-item p:last-child {
        margin-bottom: 20%;
    }
}
@media (max-height: 420px) {
    #footer,
    .footer-item,
    .footer-item p {
        display: none;
    }
    .contact-form {
        height: 300%;
    }
}
@media (max-width: 1366px) and (min-height: 468px) and (max-height: 1000px) {
    #joywebtitle {
        margin-top: 15%;
        margin-left: 5%;
        font-size: 2.3rem;
    }
    #desc_subtitle {
        margin-bottom: -10%;
        margin-left: 5%;
    }
    #sp-jkhbii,
    #sp-jkhbii-link {
        font-size: 1.2rem;
    }
    @media (orientation: portrait) {
        #joywebtitle {
            margin-top: 15%;
            margin-left: 0;
            font-size: 2rem;
        }
        #desc_subtitle {
            margin-bottom: 20%;
            margin-left: 0;
        }
        #sp-jkhbii,
        #sp-jkhbii-link {
            font-size: 0.8rem !important;
        }
        #privacycookieblock{
            display: flex;
            justify-content: center;
        }
        #privacypolicy-link , #cookiepolicy-link{
            width: 50%;
        }
        #separator {
            display:"block"
        }
    }
}
.pre-footer {
    background-color: #000000;
    color: #fff;
}
#privacycookieblock{
    text-align: center;
}
#privacypolicy-link , #cookiepolicy-link{
    width: 100%;
    text-align: left;
}
#privacypolicy,
#cookiepolicy {
    text-decoration: underline;
    color: white;
}
.form-container {
    font-size: 0.8rem;
    position: relative;
    margin: 0 auto;
    display: flex;
    text-align: center;
    height: 100vh;
    z-index: 0;
}
.contact-form {
    font-size: 0.8rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), #016b92), url("./images/form-wallpaper.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.contact-inputs {
    position: relative;
    font-size: 1rem;
    font-family: "Rajdhani", sans-serif;
    background-color: transparent;
    width: 90%;
    display: block;
    padding: 1rem;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 1rem;
    border: 1px solid #fff;
    border-radius: 10px;
}
.contact-inputs::placeholder {
    color: white;
}
.contact-inputs:focus {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    border: 2px solid white;
}
#footer {
    padding-top: 2rem;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.footer-item p,
.footer-item p a {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.footer-item p:first-child {
    padding-top: 2%;
}
.response-message {
    width: 100%;
    padding: 1.2rem;
    border: 1px solid white;
}
.mt-1 {
    margin-top: 3.125rem;
}
.mt-2 {
    margin-top: 6.25rem;
}
.mt-3 {
    margin-top: 9.375rem;
}
.ml-1 {
    margin-left: 3.125rem;
}
.ml-2 {
    margin-left: 6.25rem;
}
.ml-3 {
    margin-left: 9.375rem;
}
.mb-1 {
    margin-bottom: 3.125rem;
}
.mb-2 {
    margin-bottom: 6.25rem;
}
.mb-3 {
    margin-bottom: 9.375rem;
}
.mr-1 {
    margin-right: 3.125rem;
}
.mr-2 {
    margin-right: 6.25rem;
}
.mr-3 {
    margin-right: 9.375rem;
}
.tw {
    color: #fff;
}
.tb {
    color: #000;
}
.tg {
    color: #ccc;
}
.bg-w {
    background-color: #fff;
}
.bg-b {
    background-color: #000;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
