/*DEFAULT---------------------------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mobile {
    display: none !important; 
}
.tablet {
    display: none !important;
}
.laptop {
    display: block !important;
}
@font-face {
    font-family: "operius mono";
    src: url("/Images/OperiusMono.ttf") format("truetype"), url("fonts/Operius Mono Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
 }
@font-face {
    font-family: "roboto mono";
    src: url("/Images/RobotoMono.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
 }
img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
}
html, body {
  overflow-x: hidden;
}
/*TEXT------------------------------------------*/
.word-wrap {
  word-break: break-word;
}
h1 {
    font-family: "operius mono";
    color: #ffffff;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 135%;
}
h2 {
    color: black;
    text-align: center;
    font-size: 2rem;
    font-family: "operius mono";
    margin: 6rem 0 3rem 0;
    position: relative;
    line-height: 135%;
}
h3 {
    font-family: "operius mono";
    color: white;
    text-align: left;
    font-size: 1.4rem;
    line-height: 135%;
}
p {
    color: black;
    font-family: "roboto mono";
    text-align: left;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}
span {
    color: black;
    font-family: "roboto mono";
    text-align: center;
    font-size: 1.1rem;
}
li {
    color: black;
    font-family: "roboto mono";
    text-align: left;
    font-size: 1.1rem;
}
a {
    color: black;
    font-family: "roboto mono";
    text-align: left;
    font-size: 1.1rem;
}
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:active { text-decoration: none;}
/*TEMPLATES-------------------------------------*/
/*BUTTONS---------------------------------------*/
.button {
    cursor: pointer;
    height: auto;
    width: 75%;
    margin: 0 auto 0 auto;
    padding: 1rem 3vw 1rem 3vw;
    border: solid 0.3rem #000000;
    border-radius: 0.5rem;
    background-color: #ffffff;
    font-size: 1.1rem;
    font-family: "roboto mono";
    color:black;
    word-break: normal;
    white-space: normal;
    display: block;
    text-align: center;
    line-height: 1.4;
}
.button:hover {
    border: solid 0.3rem #A68358;
}
/*GRADIENTS-------------------------------------*/
.gradient {
    background-image: url('/Images/Home/triangle.svg');
    background-size: 1.5rem;
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    position: absolute;
    height: calc(var(--vh, 1vh) * 55);
    transition: height 0.2s ease-in-out;
}
.gradient-top {
    background-image: linear-gradient(#ffffffbe , #ffffff);
    width: 100%;
    position: absolute;
    height: calc(var(--vh, 1vh) * 55);
    transition: height 0.2s ease-in-out;
}
/*Fixed Bottom-------------------------------------*/
.fixed-bottom {
    position: fixed;
    z-index: 1000;
    width: 20%;
    bottom: 2rem;
    right: 4vw;
    display: flex;
    flex-direction: column;
    align-items:end;
}
.nuvoletta {
    background-color: #000;
    border-radius: 2rem;
    border-bottom-right-radius: 0;
    border: solid 0.3rem #fff;
    margin: 0.5rem 0 0 0;
    width: 100%;
    color: #fff;
    font-size: small;
}
.nuvoletta:hover {
    border: solid 0.3rem #A68358;
}
.language-switcher {
    width: 50%;
    background-color: #000;
    border: 0.3rem solid #fff;
    border-radius: 3vh;
    border-bottom-right-radius: 0;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.language-switcher:hover {
    border: solid 0.3rem #A68358;
}
.switcher-button {
    display: flex;
    width: 100%;
    justify-content: center;
}
.flag-icon {
    width: 2.2rem;
    height: auto;
}
.arrow-icon {
    width: 1.2rem;
    height: auto;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.lang-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
    background-color: #000;
    list-style: none;
    width: 100%;
    justify-content: center;
}
.language-switcher.open .lang-menu {
    display: flex;
}
/*HEADER----------------------------------------*/
header {
    width: 100%;
    height: 5rem;
    background-color: black;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.header-top {
    display: flex;
    align-items: center;
    height: fit-content;
    height: 5rem;
}
.header-top img {
    height: 3rem;
    margin: 1rem 0 1rem 2rem;
}
header .button{
    height: 3rem;
    margin: 0;
    padding: 0.5rem;
    width: 14vw;
}
.menù {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin-left: 45%;
    align-items: center;
}
/*HERO------------------------------------------*/
.hero {
    width: 100%;
    margin-top: 5rem;
}
.hero.black{
    background-image: linear-gradient(#000000 , #051425);
}
.hero .content {
    padding: 3rem 20% 3rem 20%;
    width: 100%;
}
#big{
    font-size: 7.5vw;
    text-align: left;
    position: absolute;
    color: #000000;
    width: 60%;
    line-height: normal;
}
#big.black{
    color: #ffffff;
}
.presentation img {
    z-index: 100;
    height: calc(var(--vh, 1vh) * 55);
    transition: height 0.2s ease-in-out;
    width: 100%;
    margin: 3.5rem auto 0 auto;
    -webkit-filter: drop-shadow(5px 0px 15px #222);
    filter: drop-shadow(5px 0px 15px #222);
}
.presentation hr {
    z-index: 200;
    width: 75%;
    height: 0.4rem;
    border: none;
    background-color: #000;
    margin: -0.3rem 12.5% 0 12.5%;
    transition: height 0.2s ease-in-out;
}
.presentation.black hr {
    background-color: #fff;
}
.camel {
    color: #A68358;
    margin-top: 1.5rem;
    width: 100%;
}
.black.camel {
    color: #fff;
}
/*HOOK----------------------------------------------*/
.hook {
    width: 100%;
    padding: 6rem 10% 6rem 10%;
    height: auto;
    background-image: linear-gradient(#051425 , #000000);
}
.cta {
    display: flex;
    align-items: center;
    height: auto;
}
.column {
    height: auto;
    width: 50%;
}
.column h1 {
    text-align: left;
}
.hook p {
    color: white;
}
.hook .button {
    margin-left: 0;
}
.hook img {
    transition: height 0.2s ease-in-out;
    width: 60%;
    padding: 3rem 0 3rem 6rem;
}
#creazione-sito-web {
    background-image: linear-gradient(#3D0000 , #000000);
}
.hook.centered {
    padding: 6rem 10% 3rem 10%;
    margin-top: 5rem;
    background-image: linear-gradient(#000000 , #051425);
}
.hook.centered h1 {
    margin: 0;
}
.hook.centered p {
    text-align: center;
}
.hook.centered img {
    width: 100%;
    padding: 3rem 0 3rem 0;
}
/*BLOG------------------------------------------*/
.blog {
    width: 64%;
    margin: 0 auto 3rem auto;
}
.two-texts {
    display: flex;
    gap: 8%;
}
.two-texts p {
    width: 46%;
}
.two-texts ul {
    width: 30%;
    margin-left: 16%;
}
.didascalia {
    width: 100%;
    height: calc(var(--vh, 1vh) * 70);
    transition: height 0.2s ease-in-out;
    position: relative;
}
.blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.didascalia p {
    color: #fff;
    padding: 0 25% 0 25%;
    bottom: 5rem;
    text-align: center;
    position: absolute;
}
.didascalia a {
    color: #fff;
}
.didascalia .button {
    position: absolute;
    margin: 2rem 12.5% 3rem 12.5%;
    bottom: 0;
    color: #000;
}
.image-gradient {
    background-image: linear-gradient(to right, #051425, #00000000);
    position: absolute;
    width: 100%;
    height: 100%;
}
/*FAQ Section-------------------------------------------*/
.faq-item {
    padding-bottom: 0.5rem;
}
.faq-question {
  width: 100%;
  background: #e6e6e6;
  padding: 1.5rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faq-item.active .arrow-icon {
  transform: rotate(90deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item p {
    margin: 0;
}
.faq-item.active .faq-answer {
  padding: 1rem;
  max-height: 500px;
}
/*IFRAME-------------------------------------------*/
.integrazioneTour {
    width: 100%;
}
.integrazioneTour iframe {
    width: 100%;
    height: calc(var(--vh, 1vh) * 70);
    transition: height 0.2s ease-in-out;
    border-radius: 3rem;
    border: solid 0.3rem black;
    margin: 2rem 0 2rem 0;
}
.integrazioneTour iframe:hover {
    border: solid 0.3rem #A68358;
}
/*BENTO-------------------------------------------*/
.grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    row-gap: 1rem;
    width: 100%;
}
.bentobox {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    border: solid #000 0.15rem;
    border-radius: 1rem;
}
.bentobox p {
    margin: auto 0 auto 0;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
}
.bentobox .line {
    height: 4rem;
    width: 0.15rem;
    background-color: #000;
    margin: 0.5rem;
}
.bentobox .logobox {
    padding: 5rem 0 5rem 3rem;
    width: 30%;
    display: flex;
    align-items: center;
}
.bentobox.one {
    margin-bottom: 1rem;
}
.bentobox .logogrid {
    width: 64%;
    display: grid;    
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0;
    row-gap: 1rem;
    justify-items:center;
}
.logobox img {
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
}
.bentobox #description {
    margin: 2rem 0 2rem 5%;
    width: 55%;
    text-align: left;
}
.bentobox.two p {
    width: 35%;
}
.bentobox.two .logogrid {
    margin: 2rem 0 2rem 0;
    width: 62%;
    display: grid;    
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    justify-items:center;
    align-items: center;
}
.bentobox .logogrid img {
    width: 3rem;
    height: 3rem;
    position: relative;
}
/*FORM---------------------------------------------*/
.contact-form{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
    width: 60%;
    margin: 3rem auto 0 auto;
}
form {
    width: 100%;
}
form input {
    width: 100%;
    outline: none;
    background-color: #e6e6e6;
    border-radius: 1.5rem;
    font-size: 1.1rem;
    font-family: "roboto mono";
    padding: 1rem 2rem 1rem 2rem;
    border: solid 0.3rem #000;
}
form textarea {
    width: 100%;
    background-color: #e6e6e6;
    outline: none;
    border-radius: 1.5rem;
    font-size: 1.1rem;
    font-family: "roboto mono";
    padding: 1rem 2rem 1rem 2rem;
    border: solid 0.3rem #000;
    min-height: calc(var(--vh, 1vh) * 16);
    transition: height 0.2s ease-in-out;
    max-height: calc(var(--vh, 1vh) * 36);
}
.contact-inputs::placeholder {
    color: #414141;
}
form .checkbox {
    width: 80%;
    display: flex;
    align-items: center;
    margin: 0 0 0 2rem;
}
.checkbox input {
    width: 1.5rem;
    height: 1.5rem;
}
.checkbox input::before {
    display: none;
}
.checkbox p {
    margin: 0 0 0 1rem;
    font-size: small;
}
.checkbox a {
    color: #A68358;
    font-size: small;
}
.contact-form .button {
    margin: 2rem auto 3rem auto;
}
.confirmation .button {
    margin: 2rem 22.5% 6rem 22.5%;
    width: 55%;
}
#hook-thanks img{
    height: calc(var(--vh, 1vh) * 30);
    transition: height 0.2s ease-in-out;
}
/*COMING_SOON-----------------------------------*/
#right {
    background-image: linear-gradient(#000000 , #051425);
    margin-top: 5rem;
}
#right img {
    padding: 0 6rem 0 0;
}
/*FOOTER----------------------------------------*/
footer {
    width: 100%;
    border-top: #000 solid 1rem;
}
footer .gradient {
    height: calc(var(--vh, 1vh) * 30);
    transition: height 0.2s ease-in-out;
}
footer .gradient-top {
    height: calc(var(--vh, 1vh) * 30);
    transition: height 0.2s ease-in-out;
    padding: 7rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
footer .iubenda {
    margin-top: 1rem;
}
footer a {
    display: block;
    font-size: small;
}
.contatti {
    width: 100%;
    height: calc(var(--vh, 1vh) * 20);
    transition: height 0.2s ease-in-out;
    margin-top: 15rem;
    display: flex;
    align-items: center;
}
.contatti .logo {
    margin-left: 2rem;
}
.contatti img {
    height: 2.5rem;
}
.social {
    display: flex;
    justify-content: space-between;
    width: 16%;
    height: calc(var(--vh, 1vh) * 20);
    transition: height 0.2s ease-in-out;
    margin: auto 42% auto 42%;
    position: absolute;
    align-items: center;
}










/*TABLET-----------------------------------------------------------------------------------*/
@media (max-aspect-ratio: 4/3) {
    /*DEFAULT--------------------------------------*/
    .laptop {
        display: none !important;
    }
    .tablet {
        display: block !important;
    }
    .fixed-bottom {
        width: 24%;
    }
    .language-switcher {
        width: 60%;
    }
    /*HEADER--------------------------------------*/
    header .button {
        width: 10rem;
    }
    .menù {
        width: 60%;
        margin-left: 25%;
    }
    /*HERO--------------------------------------*/
    .hero .content {
        padding: 6rem 15% 3rem 15%;
    }
    #big{
        font-size: 8.8vw;
        width: 70%;
    }
    .presentation img {
        height: calc(var(--vh, 1vh) * 45);
        margin: 2rem auto 0 auto;
    }
    .presentation hr {
        width: 90%;
        margin: -0.3rem 5% 0 5%;
    }
    /*HOOK----------------------------------------*/
    .hook .button {
        width: 100%;
    }
    .blog {
        width: 72%;
    }
    .two-texts ul {
        width: 36%;
        margin-left: 10%;
    }
    .didascalia {
        height: calc(var(--vh, 1vh) * 50);
    }
    .didascalia p {
        padding: 0 25% 0 25%;
    }
    /*IFRAME--------------------------------------*/
    .integrazioneTour iframe {
        height: calc(var(--vh, 1vh) * 50);
    }
    /*BENTO-------------------------------------------*/
    .grid {
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr;
    }
    .bentobox .logobox {
        flex-direction: column;
        justify-content: center;
    }
    .bentobox .logogrid {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    /*FORM---------------------------------------------*/
    .contact-form {
        width: 84%;
    }
    .confirmation .button {
        margin: 0 15% 0 15%;
        width: 70%;
    }
    /*FOOTER--------------------------------------*/
    .social {
        width: 28%;
        margin: auto 36% auto 36%;
    }
}










/*MOBILE-------------------------------------------------------------------------------------*/
@media(max-aspect-ratio: 2/3) {
    /*DEFAULT-----------------------------------*/
    .tablet {
        display: none !important;
    }
    .mobile {
        display: block !important;
    } 
    h1 {
        font-size: 1.8rem;
        text-align: center;
    }
    h2 {
        font-size: 1.4rem;
    }
    h3 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
        text-align: center;
    }
    span {
    font-size: 1rem;
    }
    li {
        font-size: 1rem;
    }
    a {
        font-size: 1rem;
        text-align: center;
    }
    .button {
        font-size: 1rem;
    }
    .gradient {
        height: calc(var(--vh, 1vh) * 40);
    }
    .gradient-top {
        height: calc(var(--vh, 1vh) * 40);
    }
    .fixed-bottom {
        width: 3.8rem;
        left: 4vw;
        right: auto;
    }
    .nuvoletta {
        border-radius: 0.5rem;
        height: 3.8rem;
        padding: 0;
    }
    .nuvoletta img {
        width: 100%;
    }
    .language-switcher {
        border-radius: 0.5rem;
        width: 100%;
    }
    .arrow-icon {
        display: none;
    }
    /*HEADER--------------------------------------*/
    .menù {
        width: 80%;
        margin: auto;
    }
    header .button{
        width: 25vw;
    }
    .menù a {
        width: 25vw;
    }
    /*HERO----------------------------------------*/
    .hero .content {
        padding: 0 0 2rem 0;
    }
    .hero #logo {
        height: 5rem;
        width: 5rem;
        position: relative;
        border-radius: 50%;
        border: solid #000000 0.4rem;
        margin: 4rem 41% 0 41%;
    }
    .presentation {
        position: relative;
        height: calc(var(--vh, 1vh) * 46);
        transition: height 0.2s ease-in-out;
    }
    .vertical-text h1 {
        text-align: left;
        color: #000;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl; /* Safari support */
        transform: rotate(180deg); /* Adjust orientation */
        transform-origin: center center;
        white-space: nowrap;
        font-size: 1.75rem;
        margin: 0;
        transition: height 0.2s ease-in-out;
        height: calc(var(--vh, 1vh) * 50);
    }
    .vertical-text.black h1 {
        color: #fff;
    }
    .vertical-text {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        bottom: 0;
        margin-bottom: 2rem;
        width: 100%;
    }
    .vertical-text #uno {
        margin-left: 8vw;
    }
    .vertical-text #due {
        margin-right: 8vw;
    }
    .presentation img {
        height: auto;
        width: 77.5%;
        margin: 0 12.5% 0 10%;
        bottom: 0;
        position: absolute;
    }
    .presentation hr {
        width: 84%;
        margin: 0 8% 0 8%;
        bottom: 0;
        position: absolute;
    }
    /*HOOK----------------------------------------*/
    .cta {
        display: block;
    }
    .column {
        width: 100%;
    }
    .column h1 {
        text-align: center;
    }
    .hook .button {
        margin-left: 10%;
        width: 80%;
    }
    .hook img {
        width: 100%;
        padding-left: 0;
    }
    /*BLOG--------------------------------------*/
    .blog {
        width: 84%;
    }
    .two-texts {
        display: block;
    }
    .two-texts p {
        width: 100%;
    }
    .two-texts ul {
        width: 100%;
    }
    .didascalia {
        height: calc(var(--vh, 1vh) * 40);
        margin-bottom: 4rem;
    }
    .didascalia .button {
        margin: 2rem 0 -3rem 0;
        width: 100%;
    }
    /*IFRAME---------------------------------------------*/
    .integrazioneTour iframe {
        height: calc(var(--vh, 1vh) * 80);
    }
    /*BENTO-------------------------------------------*/
    .bentobox.one {
        flex-direction: column;
    }
    .bentobox.one .line {
        height: 0.15rem;
        width: 60%;
    }
    .bentobox #description {
        width: 80%;
        text-align: center;
        margin-left: 0;
    }
    .bentobox .logobox {
        width: 100%;
        padding: 3rem 0 0 0;
    }
    .logobox img{
        width: 5rem;
        height: 5rem;
    }
    .logobox p{
        padding: 1rem;
    }
    .bentobox .logogrid {
        margin: 2rem 10% 2rem 10%;
        width: 80%;
        row-gap: 1.5rem;
    }
    .bentobox.two p {
        width: 40%;
    }
    /*FORM---------------------------------------------*/
    .contact-form {
        width: 100%;
    }
    form input {
        font-size: 1rem;
    }
    form textarea {
        font-size: 1rem;
    }
    .hook.centered .checkbox p {
        text-align: left;
        width: 70%;
    }
    /*COMING-SOON---------------------------------*/
    #right img {
        width: 100%;
        padding: 3rem 0 3rem 0;
    }
    /*FOOTER--------------------------------------*/
    .contatti .logo {
        display: none;
    }
    .social {
        width: 44%;
        margin: auto 28% auto 28%;
    }
}