@import '/css/nav.css';
@import '/css/mob-nav.css';
@import '/css/footer.css';
@import '/css/brand-anim.css';
@import '/css/nav-logo-anim.css';
@import '/css/hero-logo-anim.css';
@import '/css/cookie-popup.css';

*{
    scroll-behavior: smooth;
}

#mob{
    display: none;
}

.overall{
    position: relative;
    overflow-x: hidden;
}

select{
    border: none;
    background-color: #ffffff;
    color: #363636;
    outline: none;
    width: 190px;
    padding: 10px;
    cursor: pointer;
}

option{
    background-color: #ffffff;
    color: #363636;
}

button{
    outline: none;
    border: none;
    background-color: none;
    background: none;
    cursor: pointer;
    z-index: 1000000000;
}

/* Loader */

.loading{
    height: 100%;
    width: 100%;
    /* background-color: #222e1b; */
    background: radial-gradient(circle, #465c3a, #192214);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    animation: fade-out 4.25s forwards linear;
    z-index: 99999999999999999999999999999999999999;
}

.loading #lineO{
    transform-origin: center 30px;
    animation: rota 2s forwards ease infinite 0s;
}

.loading #lineU{
    transform-origin: center 30px;
    animation: rota 2s forwards ease infinite 0s;
}

.loading #kreis{
    animation: circ 2s forwards ease infinite 0s;
}

.loading #o1{
    animation: aurum 1.2s forwards linear 1s;
}

.loading #t1{
    animation: aurum 1.2s forwards linear 1.2s;
}


.loading #t2{
    animation: aurum 1.2s forwards linear 1.4s;
}


.loading #i1{
    animation: aurum 1.2s forwards linear 1.6s;
}


.loading #c1{
    animation: aurum 1.2s forwards linear 1.8s;
}


.loading #a1{
    animation: aurum 1.2s forwards linear 2s;
}


.loading #m1{
    animation: aurum 1.2s forwards linear 2.2s;
}


.loading #a2{
    animation: aurum 1.2s forwards linear 2.4s;
}


.loading #n1{
    animation: aurum 1.2s forwards linear 2.6s;
}


.loading #c2{
    animation: aurum 1.2s forwards linear 2.8s;
}


.loading #i2{
    animation: aurum 1.2s forwards linear 3s;
}


.loading #n2{
    animation: aurum 1.2s forwards linear 3.2s;
}


.loading #i3{
    animation: aurum 1.2s forwards linear 3.4s;
}


.loader-embedding{
height: 50%;
width: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.loading svg{
fill: #bda146;
stroke: #bda146;
width: 320px;
height: auto;
filter: drop-shadow(#000000cc 0px 0px 4px);
}

@keyframes fade-out{
    0%{opacity: 1;z-index: 10000000000; display: flex;}
    95%{opacity: 1;z-index: 10000000000; display: flex;}
    99%{opacity: 0;z-index: 10000000000; display: flex;}
    100%{opacity: 0; z-index: 0; display: none;}
}

/* Arrows */

.arr-up svg{
    width: 30px;
    height: auto;
    fill: rgb(167, 167, 167);
    stroke: rgb(167, 167, 167);
    transition: fill 0.5s, stroke 0.5s;
}

.arr-up:hover svg{
    animation: arrowhover1 1.3s linear forwards;
    fill: #bda146;
    stroke: #bda146;
    transition: fill 0.5s, stroke 0.5s;
}

.arr-down svg{
    width: 30px;
    height: auto;
    fill: rgb(167, 167, 167);
    stroke: rgb(167, 167, 167);
    transition: fill 0.5s, stroke 0.5s;
}

.arr-down{
    margin-top: 40vh;
}

.arr-down:hover svg{
    animation: arrowhover2 1.3s linear forwards;
    fill: #bda146;
    stroke: #bda146;
    transition: fill 0.5s, stroke 0.5s;
}


@keyframes arrowhover1{
    0%{transform: translateY(0%);}
    25%{transform: translateY(-9px);}
    50%{transform: translateY(0%);}
    75%{transform: translateY(-9px);}
    100%{transform: translateY(0%);}
}

@keyframes arrowhover2{
    0%{transform: translateY(0%);}
    25%{transform: translateY(9px);}
    50%{transform: translateY(0%);}
    75%{transform: translateY(9px);}
    100%{transform: translateY(0%);}
}

/* Landing Section */

.landing-sect h1{
    font-family: 'Urbanist';
    font-weight: 200;
    font-size: 30px;
}

.landing-sect{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow: hidden;
    transition: 0.5s;
}

.scrolled1 .landing-sect{
    transform: translateX(100%);
}

#home-video-1{
    width: 100%;
    height: auto;
}

.overlay{
    height: 100vh;
    width: 100%;
    position: absolute;
    background-color: #00000059;
}

.overlay-content{
    margin-top: 300px;
    width: 100%;
    padding: 0 20%;
    height: calc( 100vh - 300px );
    display: flex;
    flex-direction: column;
    color: #ffffff;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.start-btn{
    width: max-content;
    outline: none;
    border: 2px solid #ffffff;
    border-radius: 2em;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    padding: 5px 25px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.overlay-content h2{
    font-family: 'Albert Sans';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

.overlay-content h3{
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.overlay-content p{
    font-family: 'Albert Sans';
    font-weight: 500;
    letter-spacing: 1px;
}

/* Nav Arrows*/

.arrows{
    display: none;
    opacity: 0;
    transition: 0.2s;
}

.scrolled1 .arrows{
    margin-top: 5vh;
    display: flex;
    opacity: 1;
    flex-direction: column;
    position: fixed;
    height: 60vh;
    width: 10vw;
    margin-left: 90vw;
    transition: 1s;
    z-index: 1000000;
}

/* Space Section */

.space-section{
    height: 20px;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

/* After Landing */

section{
    width: 100%;
    height: calc(100vh - 120px);
    overflow: hidden;
    z-index: 10;
}

.scrolled1 .section-1{
    top: 0;
    height: calc(100vh - 120px);
    display: flex;
    margin-top: 100px;
    transition: 0.2s;
}

.section-1 .container{
    display: flex;
    width: 85%;
    height: calc( auto - 120px );
}

.section-1 .text-container{
    transform: translateX(50px);
}

.section-1 .container h1{
    margin-top: 10vh;
    font-size: 40px;
    font-weight: 100;
    font-family: 'Quicksand';
}

.section-1 .container h2{
    margin-top: 15px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: 'Urbanist';
}

.section-1 .container h3{
    transform: translateX(-35px) translateY(-55px);
    margin-top: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Urbanist';
    text-align: right;
}

.p-container{
    display: flex;
}

.section-1 p{
    width: 80%;
    margin-top: 20px;
    font-family: 'Quicksand';
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 20px;
    font-size: 15px;
    text-align: left;
}

.section-1 p:nth-child(2){
   margin-left: 60px;
}

.section-1 .container img{
    display: flex;
    width: auto;
    height:  calc( 80vh - 120px);
    transform: translateY(10vh);
}

.section-1 .text-container{
    height: calc( 100vh - 120px );
    margin-left: 5vw;
}

.slogan{
    transform: translateY(300%);
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 1px;
}

/* Section 2 */

.section-2{
    background-image: url('/img/Claudio1.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    transition: 1s;
}

.center-sect2{
    width: 100%;
    height: 100%;
    background-color: #00000086;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -1px;
    z-index: 100;
}

.center-sect2 h1{
    margin-top: 5px;
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.center-sect2 button{
    margin-top: 15px;
    outline: none;
    border: none;
    border-radius: 20px;
    background-color: #ffffff;
    color: #000000;
    height: 35px;
    width: 180px;
    font-family: 'albert sans';
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
    cursor: pointer;
    z-index: 1000000000000;
}

.center-sect2 button:hover{
    background-color: #bda146;
    transition: 0.5s;
}

/* Section 3 */

.section-3{
    background-image: url('/img/Auslage2.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    transition: 1s;
}

.section-3   .popup1 input::placeholder{
    color: #222222;
  }

.center-sect3{
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -1px;
}

.center-sect3 h2{
    text-align: left;
    margin-top: 5px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 29px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.center-sect3 h3{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
}

.center-sect3 span{
    font-size: 14px;
    font-weight: 400;
    font-family: 'poppins';
}

.center-sect3 span a{
    color: #ffffff5e;
    cursor: pointer;
}

.center-sect3 button{
    margin-top: 15px;
    outline: none;
    border: none;
    border-radius: 20px;
    background-color: #ffffff;
    color: #000000;
    height: 35px;
    width: 180px;
    font-family: 'albert sans';
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
    cursor: pointer;
}

.center-sect3 button:hover{
    background-color: #bda146;
    transition: 0.5s;
}

/* Form */

.form-container{
    width: auto;
    justify-content: center;
    align-items: center;
    background-color: #000000dc;
    backdrop-filter: blur(6px);
    filter: drop-shadow(2px 2px 5px #0000009a);
    border-radius: 5px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    height: 60vh;
    z-index: 1000000000;
}

.form-border{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: none;
    width: 100%;
    height: 100%;
}

.form-info{
    margin-top: 25px;
    display: flex;
}

.inputs{
    display: flex;
    flex-direction: column;
}

.text-input{
    display: flex;
    flex-direction: column;
    transform: translateX(5px);
}

.form-container select{
    width: 175px;
    height: 33px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 1em;
    color: #222222;
}

.form-container textarea{
    width: 175px;
    height: 33px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 1em;
    color: #222222;
}

.form-container input{
    width: 175px;
    height: 33px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 1em;
    color: #222222;
}

.form-container .checkbox{
    width: 12px;
    height: 12px;
    margin-right: 7px;
    margin-top: 2px;
    margin-bottom: 0;
}

/* Test Visivo  */ 

.popup1 {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.418);
    backdrop-filter: blur(2px);
    z-index: 1;
    z-index: 10000000000;
  }

.popup1 svg{
    width: 150px;
    height: auto;
    margin-left: 150px;
    fill: #fafafa;
    stroke: #fafafa;
  }
  
  .popup-content1 {
    position: absolute;
    /* display: flex; */
    border-radius: 5px;
    overflow: hidden;
    background-color: #2e2e2e;
    color: #fafafa;
    filter: drop-shadow(0px 0px 5px #000000bb);
    padding: 0px;
    width: 450px;
  }

  .popup1 input::placeholder{
    color: #ffffffa4;
  }

  .popup1 textarea::placeholder{
    color: #ffffffa4;
  }
  
  .close-popup {
    background-color: #6b0000;
    margin-left: 450px;
    color: rgb(255, 255, 255);
    border: none;
    font-size: 10px;
    letter-spacing: 1.5px;
    padding: 5px;
    border-radius: 0px;
    margin-top: 10px;
    cursor: pointer;
  }
  
  input,
  textarea {
    padding: 10px;
    background-color: #00000000;
    color: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #fafafa;
    outline: none;
  }
  
  input[type="submit"] {
    font-family: 'Poppins';
    background-color: #00000000;
    border-radius: 2em;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fafafa;
    border: none;
    padding: 10px 30px;
    border: #fafafa solid 2px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }
  
  input[type="submit"]:hover {
    opacity: 0.6;
  }

.popup1 #lineO{
    fill: #ffffff;
    stroke: #ffffff;
    transition: 1s;
}

.popup1 #lineU{
    fill: #ffffff;
    stroke: #ffffff;
    transition: 1s;
}

.popup1 #kreis{
    stroke: #ffffff;
    transition: 1s;
}

.popup1 #logo-text{
    fill: #ffffff;
    stroke: #ffffff;
    transition: 1s;
}

#policy + span {
    margin-left: 10px;
  }

#name{
    width: 350px;
}

#email{
    width: 350px;
}

#phone{
    width: 350px;
}

#date{
    width: 220px;
}

#time{
    width: 80px;
}

#info {
    resize: none;
    height: 100%;
}

/* Pub */
.pub-container2{
	left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.39);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999999999999999999999999999999;
    animation: pubcont 0.5s forwards linear 5s;
    opacity: 0;
}

@keyframes pubcont{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.pub-container2 svg{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    animation: snowing forwards linear infinite 10s;
}

@keyframes snowing{
    0%{transform: translateY(0%);}
    100%{transform: translateY(26.0%);}
}


.pub-overlay{
    display: flex;
    flex-direction: column;
    border-radius: 6.8px;
	width: 60%;
	height: 80%;
    background-color: rgb(255, 255, 255);;
    box-shadow: 0px 10px 30px 1px #000000af;
    background-size: cover;
    align-items: center;
    justify-content: center;
    z-index: 99999999999999999999999999999990;
}

.pub-up{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60%;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
}

.fadeOut {
    opacity: 0;
}

.pub-up-left{
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    height: 100%;
    width: 50%;
}

.pub-up-left h2{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 300%;
    margin-left: 7.5%;
}

.pub-up-left h3{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 200%;
    margin-left: 7.5%;
    transform: translateY(-50%);
}

.pub-up-left h4{
    font-family: 'Poppins';
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 180%;
    margin-left: 7.5%;
}

.pub-up-left #oldprice{
    font-family: 'Poppins';
    color: #777777;
    font-weight: 600;
    font-size: 150%;
    margin-left: 7.5%;
    transform: translateY(-30%);
    text-decoration: line-through;
}

.pub-up-left #addition{
    font-family: 'Poppins';
    color: #000000;
    font-weight: 500;
    font-size: 110%;
    margin-left: 7.5%;
}

.pub-up-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
}

.pub-up-right img{
    margin-top: 5%;
    margin-right: 20%;
    height: 100%;
}

.pub-up .pub-link{
    width: 70%;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.pub-down{
    display: flex;
    flex-direction: row;
    background-color: #000000;
    width: 100%;
    height: 40%;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 6.8px;
    border-bottom-right-radius: 6.8px;
}

.pub-down-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: lef;
    width: 50%;
    height: 100%;
}

.pup-down-right{
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: top;
    height: 100%;
    width: 50%;
}

.pup-down-right h2{
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 180%;
    text-align: right;
    margin-right: 7.5%;
    margin-top: 5%;
}

.pup-down-right h3{
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 120%;
    text-align: right;
    margin-right: 7.5%;
    transform: translateY(-10%);
}

.pup-down-right #pub-sum{
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 85%;
    text-align: right;
    margin-right: 7.5%;
    transform: translateY(10%);
}


#pub-close{
    outline: none;
    position: relative;
    border: 2px rgb(255, 255, 255) solid;
    background-color: rgba(146, 132, 113, 0);
    border-radius: 20px;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 80%;
    letter-spacing: 1.6px;
    cursor: pointer;
    padding: 5px 15px;
    margin-left: 3%;
}

#pub-altra{
    outline: none;
    position: relative;
    border: 2px rgb(255, 255, 255) solid;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 80%;
    margin-left: 7.5%;
    letter-spacing: 1.6px;
    cursor: pointer;
    padding: 5px 15px;
}

/* ------------------------------------ONLY ADVERT RESPONSIVE----------------------------------------------- */
@media (min-height: 500px) and (max-width: 1080px) and (orientation: portrait){
    /* ADVERT TABLET */
    
    .pub-container2 svg{
        display: none;
    }
    
    .pub-up{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60%;
        transition: opacity 0.5s ease-in-out;
    }
    
    .pub-up-right img{
        margin-right: -80%;
        height: 100%;
        margin-bottom: 0%;
    }
    
    .pub-down-left{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 50%;
        height: 100%;
    }
    
    .pup-down-right{
        display: flex;
        flex-direction: column;
        align-items: right;
        justify-content: top;
        height: 100%;
        width: 50%;
    }
    
    
    #pub-close{
        outline: none;
        position: relative;
        border: 2px rgb(255, 255, 255) solid;
        background-color: rgba(146, 132, 113, 0);
        border-radius: 20px;
        color: #ffffff;
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 80%;
        letter-spacing: 1.6px;
        margin-top: 7%;
        cursor: pointer;
        padding: 5px 15px;
        margin-left: 7.5%;
    }
    
    #pub-altra{
        outline: none;
        position: relative;
        border: 2px rgb(255, 255, 255) solid;
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
        color: #000000;
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 80%;
        margin-left: 7.5%;
        letter-spacing: 1.6px;
        cursor: pointer;
        padding: 5px 15px;
    }
}

@media (max-width: 1000px) and (max-height: 500px) and (orientation: landscape){
    /* ADVERT SMART Landscape */
    .pub-overlay{
        display: flex;
        flex-direction: column;
        border-radius: 6.8px;
        width: 80%;
        height: 90%;
        background-color: rgb(255, 255, 255);;
        box-shadow: 0px 10px 30px 1px #000000af;
        background-size: cover;
        align-items: center;
        justify-content: center;
        z-index: 99999999999999999999999999999990;
    }
    
    .pub-up{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60%;
        transition: opacity 0.5s ease-in-out;
    }
    
    .fadeOut {
        opacity: 0;
    }
    
    .pub-up-left{
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
        height: 100%;
        width: 50%;
    }
    
    .pub-up-left h2{
        font-size: 180%;
        margin-top: 0%;
    }
    
    .pub-up-left h3{
        font-size: 140%;
        transform: translateY(-50%);
    }
    
    .pub-up-left h4{
        font-size: 130%;
    }
    
    .pub-up-left #oldprice{
        font-size: 120%;
        transform: translateY(-30%);
    }
    
    .pub-up-left #addition{
        font-size: 100%;
    }
    
    .pub-up-right{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 50%;
    }
    
    .pub-up-right img{
        margin-right: 0%;
        height: 100%;
        margin-bottom: 0%;
    }
    
    .pub-up .pub-link{
        width: 70%;
        height: max-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    
    .pub-down{
        display: flex;
        flex-direction: row;
        background-color: #000000;
        width: 100%;
        height: 40%;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    
    .pub-down-left{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 35%;
        height: 100%;
    }
    
    .pup-down-right{
        display: flex;
        flex-direction: column;
        align-items: right;
        justify-content: top;
        height: 100%;
        width: 65%;
    }
    
    .pup-down-right h2{
        color: #ffffff;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 160%;
        text-align: right;
        margin-right: 7.5%;
        margin-top: 0%;
    }
    
    .pup-down-right h3{
        color: #ffffff;
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 100%;
        text-align: right;
        margin-right: 7.5%;
        transform: translateY(-10%);
    }
    
    .pup-down-right #pub-sum{
        color: #ffffff;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 85%;
        text-align: right;
        margin-right: 7.5%;
        transform: translateY(10%);
    }
    
    
    #pub-close{
        outline: none;
        position: relative;
        border: 2px rgb(255, 255, 255) solid;
        background-color: rgba(146, 132, 113, 0);
        border-radius: 20px;
        color: #ffffff;
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 80%;
        letter-spacing: 1.6px;
        cursor: pointer;
        padding: 5px 15px;
        margin-left: 7.5%;
        margin-top: 11%;
    }
    
    #pub-altra{
        outline: none;
        position: relative;
        border: 2px rgb(255, 255, 255) solid;
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
        color: #000000;
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 80%;
        margin-left: 7.5%;
        letter-spacing: 1.6px;
        cursor: pointer;
        padding: 5px 15px;
    }
}

@media (max-width: 500px) and (max-height: 1000px) and (orientation: portrait){
    /* ADVERT SMART PORTRAIT */

    .pub-container2 svg{
        display: none;
    }
    
    .pub-overlay{
        display: flex;
        flex-direction: column;
        width: 95%;
        height: 95%;
    }
    
    .pub-up{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        width: 100%;
        height: 50%;
        transition: opacity 0.5s ease-in-out;
    }
    
    .pub-up-left{
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: start;
        height: 100%;
        width: 55%;
    }
    
    .pub-up-left h2{
        font-size: 180%;
        margin-top: 20%;
    }
    
    .pub-up-left h3{
        font-size: 140%;
        transform: translateY(-50%);
    }
    
    .pub-up-left h4{
        font-size: 130%;
    }
    
    .pub-up-left #oldprice{
        font-size: 120%;
        transform: translateY(-30%);
    }
    
    .pub-up-left #addition{
        font-size: 100%;
    }
    
    .pub-up-right{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        height: 100%;
        width: 45%;
        }
    
    .pub-up-right img{
        margin-right: 0%;
        height: auto;
        width: 100%;
        right: 0;
    }
    
    .pub-down{
        display: flex;
        flex-direction: column-reverse;
        background-color: #000000;
        width: 100%;
        height: 50%;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    
    .pub-down-left{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        width: 100%;
        height: 50%;
    }
    
    .pup-down-right{
        display: flex;
        flex-direction: column;
        align-items: right;
        justify-content: top;
        height: 50%;
        width: 100%;
    }
    
    #pub-close{
        outline: none;
        position: relative;
        border: 2px rgb(255, 255, 255) solid;
        background-color: rgba(146, 132, 113, 0);
        border-radius: 20px;
        color: #ffffff;
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 80%;
        letter-spacing: 1.6px;
        cursor: pointer;
        padding: 5px 15px;
        margin-left: 10%;
        margin-top: 5%;
    }
    
    #pub-altra{
        outline: none;
        position: relative;
        border: 2px rgb(255, 255, 255) solid;
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
        color: #000000;
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 80%;
        margin-left: 10%;
        letter-spacing: 1.6px;
        cursor: pointer;
        padding: 5px 15px;
    }
}

/* ------------------------------------------------------------------------------------- */

/* OTHER Mobile */
@media (max-width: 1000px) {
    #mob{
        display: unset;
    }

    #desk{
        display: none;
    }

    body{
        max-width: none;
        overflow-x: visible;
        background-color: none;
        background-image: url('/img/BGBD.png');
        background-attachment: fixed;
        background-size: 100%;
    }

    .loading{
        height: 100%;
        width: 100%;
        background-color: #000000;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        animation: fade-out 4.25s forwards linear;
    }

    .loader-embedding{
        width: 220px;
        height: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
        }
        
        .loading svg{
        fill: #bda146;
        stroke: #bda146;
        width: 220px;
        height: auto;
        }

    .arr-up svg{
        width: 22px;
        height: auto;
        fill: rgb(167, 167, 167);
        stroke: rgb(167, 167, 167);
        transition: fill 0.5s, stroke 0.5s;
    }
    
    .arr-up:hover svg{
        animation: arrowhover1 1.3s linear forwards;
        fill: #bda146;
        stroke: #bda146;
        transition: fill 0.5s, stroke 0.5s;
    }
    
    .arr-down svg{
        width: 22px;
        height: auto;
        fill: rgb(167, 167, 167);
        stroke: rgb(167, 167, 167);
        transition: fill 0.5s, stroke 0.5s;
    }
    
    .arr-down{
        margin-top: 55vh;
    }
    
    .arr-down:hover svg{
        animation: arrowhover2 1.3s linear forwards;
        fill: #bda146;
        stroke: #bda146;
        transition: fill 0.5s, stroke 0.5s;
    }

    .space-section{
        background-color: #fafafa00;
    }

/* Layout*/

#home-video-1{
    height: 100%;
    width: auto;
}

.landing-sect h1{
    font-size: 32px;
    font-family: 'Urbanist';
    font-weight: 200;
}

.landing-sect{
    position: relative;
    width: 100%;
    height: calc(100vh - 93px);
    margin-top: 0px;
    overflow: hidden;
    transition: 1s;
}

.overlay{
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #00000070;
}

.overlay-content{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 25vh 18px;
    color: #ffffff;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.overlay-content h2{
    font-family: 'Albert Sans';
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 30px;
}

.overlay-content h3{
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.overlay-content p{
    font-family: 'Albert Sans';
    font-weight: 500;
    letter-spacing: 1px;
}

section{
    width: 100%;
    height: min-content;
    overflow: hidden;
    z-index: 10;
    scroll-behavior: smooth;
}

.section-1{
    padding: 0;
    margin-top: 0;
    top: 0;
    bottom: 0;
    height: min-content;
    padding: 35px 20px;
    align-items: center;
    justify-content: center;
    background-color: #fafafa00;
    display: flex;
    z-index: 10;
}

.section-1 .container{
    padding: 35px 20px;
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.281) 6px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    left: 0vw;
    margin: 0 auto;
}

.section-1 .text-container{
    transform: translateX(-4%);
    height: fit-content;
    padding: 0;
    left: 0;
}

.section-1 .container h1{
    width: 100%;
    margin-top: 25px;
    font-size: 26px;
    font-weight: 100;
    font-family: 'Quicksand';
}

.section-1 .container h2{
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: 'Urbanist';
}

.section-1 .container h3{
    transform: translate(0);
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Urbanist';
    text-align: center;
}

.p-container{
    display: block;
}

.section-1 p{
    width: 100%;
    margin-top: 20px;
    font-family: 'poppins';
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-size: 16px;
    text-align: justify;
    color: #313131;
}

.section-1 p:nth-child(2){
   margin-left: 0;
}

.section-1 .container img{
    display: flex;
    width: auto;
    border-radius: 100%;
    height:  220px;
    text-align: center;
    transform: translate(0vw, 0vh);
    margin-left: 0;
}

.slogan{
    transform: translateY(300%);
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 1px;
}

/* Section 2 */

.section-2{
    background-image: none;
    background-color: #fafafa00;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    transition: 1s;
    height: min-content;
    padding: 35px 20px;
}

.center-sect2{
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #424242;
    box-shadow: rgba(0, 0, 0, 0.281) 6px 16px 16px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000000000;
}

.center-sect2 h2{
    text-align: center;
    color: #f1f1f1;
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.center-sect2 h1{
    margin-top: 15px;
    text-align: center;
    color: #f1f1f1;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 1px;
}

.center-sect2 button{
    margin-top: 0px;
    outline: none;
    border: none;
    border-radius: 20px;
    background-color: #ffffff;;
    box-shadow: #00000070 3px 3px 5px;
    color: #424242;
    height: 35px;
    width: 180px;
    font-family: 'albert sans';
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1000000000000;
}

.center-sect2 button:hover{
    background-color: #f1f1f1;
    box-shadow: #00000070 1px 1px 2px;
    transition: 0.2s;
}

.space-section{
    height: 70px;
}

/* Form */

.section-3{
    height: min-content;
    padding: 35px 20px;
    background-color: #fafafa00;
    background-image: none;
    margin-bottom: 50px;
}

.section-3   .popup1 input::placeholder{
    color: #222222;
  }

.center-sect3{
    background-color: #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.281) 6px 16px 16px;
    border-radius: 10px;
    padding: 25px 20px;
}

.center-sect3 h1{
    margin-top: 5px;
    margin-bottom: 7px;
    text-align: center;
    color: #424242;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 18px;
}

.center-sect3 h2{
    font-size: 16px;
    display: none;
}

.center-sect3 button{
    box-shadow: #00000070 3px 3px 5px;
    transition: 0.2s;
    color: #424242;
}

.center-sect3 button:hover{
    box-shadow: #0000008c 1px 1px 2px;
    background-color: #f1f1f1;
    transition: 0.2s;
}

.form-container{
    width: auto;
    justify-content: center;
    align-items: center;
    background-color: #ffffff00;
    filter: drop-shadow(2px 2px 5px #00000000);
    border-radius: unset;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: fit-content;
    z-index: 1000000000;
}

.form-border{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    background-color: #ffffff00;
    width: 100%;
    height: 100%;
}

.form-info{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.inputs{
    display: flex;
    flex-direction: column;
    transform: translateX(0px);
}

.text-input{
    display: flex;
    height: min-content;
    flex-direction: column;
    transform: translateX(0px);
    border-radius: 20px;
}

.form-container select{
    width: 190px;
    height: 40px;
    margin-bottom: 10px;
    box-shadow: #00000070 1px 1px 4px;
    background-color: #ffffff;
    color: #222222;
    letter-spacing: 0.5px;
    border-radius: 20px;
    padding: 0px 10px;
}

.form-container textarea{
    width: 190px;
    height: 100px;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #222222;
    box-shadow: #00000070 1px 1px 4px;
    border-radius: 20px;
}

.priv-acc{
    width: 190px;
}

.form-container input{
    width: 190px;
    height: 40px;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #222222;
    box-shadow: #00000070 1px 1px 4px;
    border-radius: 20px;
}

.form-container .checkbox{
    width: 17px;
    height: 17px;
    margin-right: 7px;
    margin-top: 2px;
    margin-bottom: 0;
    border-radius: none !important;
}

.center-sect3 span{
    color: #00000059;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'poppins';
}

/* Test Visivo  */ 

.popup1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(129, 129, 129, 0.7);
    z-index: 1;
    z-index: 10000000000;
  }

.popup1 svg{
    width: 150px;
    height: auto;
    margin-left: 100px;
  }
  
  .popup-content1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dadadaa6;
    color: #000000;
    filter: drop-shadow(2px 2px 5px #00000075);
    padding: 0px;
    width: 350px;
  }
  
  .close-popup {
    background-color: #6b0000;
    color: rgb(255, 255, 255);
    border: none;
    font-size: 10px;
    letter-spacing: 1.5px;
    padding: 5px;
    border-radius: 0px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 350px;
  }
  
  input,
  textarea {
    padding: 10px;
    background-color: #0000004f;
    color: #222222;
    border: none;
    outline: none;
  }

  input::placeholder{
    color: #222222;
  }
  
  input[type="submit"] {
    background-color: #00000000;
    border-radius: 2em;
    font-family: 'albert sans';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222222;
    border: none;
    padding: 10px;
    border: #222222 solid 2px;
    margin-top: 0px;
    cursor: pointer;
    transition: 0.5s;
  }
  
  input[type="submit"]:hover {
   opacity: 0.6;
  }

.popup1 #lineO{
    fill: #ffffff;
    stroke: #ffffff;
    transition: 1s;
}

.popup1 #lineU{
    fill: #ffffff;
    stroke: #ffffff;
    transition: 1s;
}

.popup1 #kreis{
    stroke: #ffffff;
    transition: 1s;
}

.popup1 #logo-text{
    fill: #ffffff;
    stroke: #ffffff;
    transition: 1s;
}

#policy + span {
    margin-left: 10px;
    font-family: 'poppins';
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 0.3px;
  }

#name{
    width: 250px;
}

#email{
    width: 250px;
}

#phone{
    width: 250px;
}

#date{
    width: 170px;
}

#time{
    width: 50px;
}

}