/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Gotham'; /*a name to be used later*/
    src: url('./assets/Gotham-Light.otf'); /*URL to font*/
}

html {
    height: 100%;
}
body{
    margin:0;
    background: url("./assets/bg.jpg") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

/*#bgvideo{
    z-index:70;
   position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   object-fit: cover;
   -webkit-transform: translate3d(0,0,0);
}

body {
    background: url("COCKTAIL_BAR.mp4") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}
*/
.wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    white-space: nowrap;
}



.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 79;
    display: block;
    width: 100vw;
}



.links {
    z-index: 80;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    color: white;
    text-decoration: none;
    width: 100vw;
    height: 100vh;
    right: -11em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-family: 'Gotham';
    background-color: #D9D9D9AA;
}

.activelinks {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-11em);
        -ms-transform: translateX(-11em);
            transform: translateX(-11em);
}

.nav-menu{
    max-width: 50vw;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 40vh;
    right: 2vw;
}

.nav-link {
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1),0px 0px 5px rgba(0, 0, 0, 1),0px 0px 2px rgba(0, 0, 0, 1);
    font-size: 2.1em;
    text-align: right;
    
}

.nav-link:visited {
    color: white;
}

.nav-item {
    font-size: 4.5vw;
    text-align: right;
}

.page-container {
    position: absolute;
    bottom: 0.5em;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: table;
}

.container-button-uno {
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
}

.container-button-due {
    text-align: center;
    margin-top: 0.3em;
    
    margin-left: 1em;
    margin-right: 1em;
}

.btn-uno {
    display: inline-block;
    width: 97.5%;
}

.btn-due {
    display: inline-block;
    width: 48%;
    
}


.button {
    z-index:79;
    background-color: rgba(255, 255, 255, 255);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    color: black;
    padding: 0.3em 1em;
    border-radius: 50px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
    font-size: 1em;
    opacity: 98%;
    text-align: center;
    font-family: Helvetica;
}

.button:hover {
    opacity: 100%;
    color: rgb(32, 32, 32);
}

.image-container{
    margin-top: 0.8em;
    margin-left: 3vw;
    opacity: 100%;
    height: 50px;
    width: 50px;
    
}

.logo {
    height: 3.4em;
    opacity: 100%;
}
.burger-container {
    margin-top: 1.5em;
    margin-right: 3vw;
    width: 10vw;
    position: absolute;
    right: 0;
    top: 0;
    
}

.burger {
    margin-top: 1.5vw;
    height: 0.1em;
    border: 0;
    border-radius: 0.317rem;
    background-color: white;
    opacity: 70%;
}
@-webkit-keyframes fadein{
    0%{opacity: 0;}
    66%{opacity: 0;}
    100%{opacity: 1;}
}
@keyframes fadein{
    0%{opacity: 0;}
    66%{opacity: 0;}
    100%{opacity: 1;}
}
.wa-btn{
    bottom: 7em !important;
    right: 2em !important;
    opacity: 0;
    -webkit-animation: fadein 1s ease-in-out 3.5s forwards;
            animation: fadein 1s ease-in-out 3.5s forwards;
}

.button-color{
    background-color: #FFF !important;
}
.privacy-wrapper{
    bottom: unset !important;
    top:0 !important;
}

        .button-privacy2 {
            color: #000 !important;
            
        }
        .button-privacy-accept {
            color: #000 !important;
            
        }
        .button-privacy-reject {
            color: #000 !important;
            
        }
        
        .greek{
            height: 1em;
            position: absolute;
            bottom: 9.5em;
        }