
*{
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu';
}

body{
    background-color:whitesmoke;
}

img {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard syntax */
}

#contact_bar{
    width: 100%;
    height: 6.4vh;
    background-color:white;
    border-bottom: 3px solid rgb(223, 219, 0);
    display: flex;
    justify-content: center;

}
#contact_container{
    width: 950px;
    height: 100%;
    display: flex;

}
#contact_container img{
    margin-top: 4px;
}
#contact_container div{
    width: 25%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center ;
}

#contact_container div button {
    margin: 0;
    margin-left: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;

}


#header{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    width: 100%;
    height: 15vh;
    background-color:transparent;
    position: fixed;
    top: 10;
    left: 0;
    z-index: 1000;
    transition: 1.3s ease;



}
#logo{
    position: absolute;
    height: 120px;
    width: auto;
    margin-left: 80px;
    z-index: 1001;
}

#content {
    position: fixed;
    top: 0;
    right: -400px; 
    width: 330px; 
    height: 100%;
    background-color: #131316; 
    transition: right 0.7s ease; 
    z-index: 9999; 
    padding: 20px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3); 
    overflow-y: auto; /* Enable vertical scrolling */
}

#productButton{
    background-color: rgb(193, 189, 0);
    border: none;
    width: 100px;
    height: 40px;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.5s ease;
}

#productButton:hover{
    background-color: rgb(255, 252, 49);
}

.ham_menu{
    width: 30px;
    opacity: 0.6;
    display: block;
    margin-right: 3%;
    cursor: pointer;
    transition: 1s ease;
}
.ham_menu:hover{
    opacity: 0.8;
}
#topBar{
    width: 100%;
    height: 6vh;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: left;
    border-bottom: 3px solid rgba(255, 255,255, 0.6);
}
#topBar img{
    width: 16px;
}

#topBar button{
    width:98%;
    height: 6vh;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
    background-color: transparent;
    color: white;
    text-align: left;
    margin-left: 2%;
    margin-right: 4%;
}
#topBar button:hover{
    background-color: rgba(255, 255,255, 0.1);
}
.backButton{
    display: none;
}
#main{
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: left   ;
    justify-content: start;
}
#appear_dis {   
    display: block;
    opacity: 1; /* Set initial opacity to 0 */
    transition: opacity 0.3s ease; /* Add transition for opacity change */
    border-bottom: 3px solid rgba(255, 255,255, 0.6);
}

#appear_dis button{
    text-align: left;
    width: 190px;
    background-color:transparent;
    color: white;
    border: none;
    border-radius: 25px;
    height: 47px;
    margin-left: 10%;
    cursor: pointer;
    font-size: 1rem
    
  }
  
  #appear_dis button:hover{
    color:rgb(223, 219, 0);
    font-size:1.05rem;
    transition: all 0.5s ease;
  
  }

    /*-----Μήνυμα για ώρες λειτουργίας-----*/
    #timesMess {
        position: fixed;
        top: 70px; /* Moves the message to the top */
        left: 50%;
        transform: translateX(-50%); /* Centers it horizontally */
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 15px 20px;
        border-radius: 5px;
        text-align: center;
        width: 300px;
        display: none;
        justify-content: center; /* Center content horizontally */
        align-items: center;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        z-index: 1000; /* Ensures it's above other elements */
        
    }
    
    #closedButton {
        background: none;
        border: none;
        color: white;
        font-size: 18px;
        cursor: pointer;
        position: absolute; /* Absolutely position the button */
        top: 5px; /* Position it at the top */
        right: 10px; /* Position it at the right */
    }
    
    #closedButton:hover {
        color: red;
    }

    /*-----Μήνυμα για ώρες λειτουργίας-----*/

#container1{
    width: 100%;
    height: 100vh;
    background-image: url("photos/Background\ up.png");
    display: flex;
    align-items: center;
    background-position:left;
    background-size: cover;
    background-repeat: no-repeat;
}

#lettersContainer{
    width: 628px;
    height: 329px;
    margin-left: 22%;

}
#letterContainer1,#letterContainer2,#letterContainer3,#letterContainer4{
    width: 100%;
    height: 25%;
    
}
#letterContainer1,#letterContainer3{
    display: flex;
    justify-content: center;
    align-items: right;
}
#letterContainer2{
    display: flex;
    justify-content: center;
    align-items: center;
}
#letterContainer4{
    display: flex;
    justify-content:left;
    align-items: center;
}
#letterContainer4{
    align-items: start;
}

#spacer{
    width: 100%;
    height: 15vh;
    background-image: url(photos/Background\ down.png);
    background-position:left;
    background-size: cover;
    background-repeat: no-repeat;
}

/*testing*/
#rgbLine{
    width: 100%;
    height: 3vh;
    background-image: url(photos/Line.png);
    
}
.splash{
    position: absolute;
    z-index: -1;
}

/*-----------------ART---------------*/
#infoContainer1{
    width: 100%;
    height: 100vh;
    display: flex;
    z-index: 3;
    justify-content: center;
    align-items: center;
    
}  

#infoLeft1 {
    width: 50%;
    height: 100%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;



}
#infoContainer1 p{
    font-size: 1.1rem;
    margin-top: 15px;
    margin-left:15%;
    margin-right: 15%;
}

#infoRight1{
    width: 50%;
    height: 100%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*------------------*/
#infoContainer2{
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}  

#infoLeft2 {
    width: 50%;
    height: 100%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
#infoContainer2 p{
    font-size: 1.1rem;
    margin-top: 15px;
    margin-left:15%;
    margin-right: 15%;
}

#infoRight2{
    width: 50%;
    height: 100%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.infoPhoto{
    height: 60%;
}

/*---------All product div----------*/
#allProductsDiv{
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#allProductsDiv button{
    cursor: pointer;
    margin-top: 15px;
    width: 170px;
    height: 50px;
    border-radius: 25px;
    border:3px solid black;
    background-color: transparent;
    font-size: 1rem;
    transition: 0.3s ease;
}
#allProductsDiv button:hover{
    width: 190px;
    border: none;
    background-color: rgb(223, 219, 0);

}

#time{
    width: 100%;
    height: 15vh;
    background-color: rgb(223, 219, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
#copyrights{
        width: 100%;
        height: 10vh;
        background-color: rgb(223, 219, 0);
        display: flex;
        justify-content: center;
        align-items: center;
}
@media only screen and (max-width: 1000px) {

    #productButton {
        display: 1;
    }
    #logo{
        height: 90px;
        width: auto;
        margin-left: 20px;
    }

    #container1{
        height: 100vh;
        background-size: cover;
        justify-content: center;
    }
    #lettersContainer{
        margin-left: 0%;
        width: 390px;
        height: 190px;
    }
    #productButton{
        display: none;
    }
    #inTouchButton{
        display: none;
    }
    .ham_menu{
        margin-right: 8%;
    }
    /*-------------INFO----------*/
    #infoContainer1{
        height: 80vh;
        flex-direction: column;
    }
    #infoLeft1{
        width: 100%;
        height: 40%;
    }
    #infoRight1{
        width: 100%;
        height: 60%;
    }
    #infoContainer2{
        flex-direction: column-reverse;
        height: 100vh;

    }
    #infoLeft2{
        width: 100%;
        height: 50%;
    }
    #infoRight2{
        width: 100%;
        height: 50%;
    }
    
  
}

@media only screen and (max-width:600px){
    .backButton{
        display: block;
    }

    #contact_container button{
        display: none;
        
    }
    #infoContainer1{
        height: 90vh;
    }
    #infoContainer1 h1{
        margin-top: 15px;
    }
    #infoLeft1{
        display: flex;
        justify-content: left;
        height: 50%;
        font-size: 12px;
    }
    #infoRight1{
        height: 50%;
        display: flex;

    }
    #infoRight1 img{
        width: 90%;
    }
    
    /*----*/
    #infoContainer2{
        height: 120vh;
    }
    #infoLeft2{
        height: 35%;
        display: flex;

    }
    #infoRight2{
        height: 65%;
        display: flex;
        justify-content: left;
    } 
    #infoRight2 p {
        font-size: 16px;
    }
    .infoPhoto{
        height:80%;
    }
    .splash{
        width: 150px;
    }

    


}

    