

/*to page top*/

#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: azure;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}

#scrollToTop:hover {
    opacity: 1;
}

#scrollToTop:active {
    background-color: #333;
}

/* For anchor at the top of the page */
#top {
    position: absolute;
    top: 0;
}






/*menue*/

.backmenue {width: 100%; 
  height: 100%;
    background-image: url(images/table.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;}



.menue {
    width: 100%;
    padding: 5px;
}

.content {
    display: flex;
    justify-content: space-between;
    
}

.column {
    background-color: transparent;
    padding: 20px;
    width: 50%; 
    border: 0px solid #ddd;
    border-right: 2px solid #ddd;
    font-family: sans-serif;
    align-content: center;
    text-align: center;
    
    color: #F3F6FF;
}

.column:not(:first-child){border-right: 0px solid #ddd;
}





/*home image*/

.mooneye {
      width: 100%;       
      height: 100%; 
    
    
      background-image: url(images/home2.png) ;
      background-size: cover; 
      background-position: center; 
    background-repeat: no-repeat;
    background-position: center;} 


/*top header*/
.eyecon { 
            background-image: url(images/header4.png);
            color: #F3F6FF;
            background-size: contain;
            width: 100%;       
            height: 3em;  
    align-content: center;
            font-family: sans-serif;
            font-size: 1em;
            background-repeat: repeat;
            box-shadow: inset 0 0 1em #0d0c1a;
            padding: 0;
            margin-top: 0;}

/* dynamic nav*/
nav {
  display: flex; 
  background-color: #333; 
  padding: 0; 
  width: 100%; 
  padding: 0; 
}


nav a {
  display: block; 
    flex: 1;
  color: white; 
  text-align: center; 
  padding: 10px 20px; 
  text-decoration: none; 
  transition: background-color 0.3s ease; /
}

/* Hover effect on links */
nav a:hover {
  background-color: #444; 
}

/* Make the links touch without gaps */
nav a:not(:last-child) {
  border-right: 2px solid #555; 
}

html, body {margin: 0;
            padding: 0;
            height: 100%;
            ;
}
/*reset?*/
 * {
      margin: 0;
      padding: 0;
     box-sizing: border-box;}



/*footer has link*/

footer {background-color: #333;
    color: white;
    
text-align: center;}

footer a {color: white;
font-style: italic;}







/*gallry slider*/
.gal {
  position: relative;
    height: 600px;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
 
  
  
}

.gal__winow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  
 
}

.sect {
  position: relative;
    
  flex: 0 0 1;
    padding-right: 60px;
    padding-left: 20px;
  width: 100%;
   
  background-color: transparent;
  
  
}

/*custumer review cards*/
.card {width: 400px; 
    height: 70%;
  padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  margin-top: 50px;
    text-justify: auto;
  box-shadow:  10px 10px 30px black;
  border-radius: 10px;     
  font-size: 30px;        
    font-family: sans-serif;
    font-weight: lighter;
  box-sizing: border-box; 
    flex: 1;
    color: #cbc9ac;
    position: relative;
     background-image: url(images/cardstock.png), linear-gradient(to bottom left, #2b3b5c 70%, #4A5F8C);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    word-wrap: break-word;
}
/*card format/textbox*/

.inner-box {
            width: 400px;
    max-height: 400px;
    overflow-x: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
            font-family: cursive;
    position: absolute;
    border-bottom: 10px  solid #0E1C49;
    top: 0;
    left: 0;
    font-size: 34px;
    font-weight: bolder;
color: #cbc9ac;}
    



#pictextbox {
  width: 400px; 
    
  height: 100%;
  text-align: left; 
    padding-left: 20px;
    padding-top: 30px;
  border-radius: 10px;     
     
  box-sizing: border-box; 
  flex: 1;
  position: relative;
}

#pictextbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4A5F8C;
  opacity: 0.4;  
  border-radius: 10px;
  z-index: 1;  
}

#pictext {
  font-family: cursive;
  font-size: 5em;
  color: white;
  font-weight: bolder;
  z-index: 2;  
  position: relative;  
}

#rewiws {width: 100%; 
  height: 100%;
  text-align: to; 
    padding-left: 20px;
    padding-top: 20px;     
  font-size: 5em;   
    text-decoration: underline;
    font-family: cursive;
    font-weight: bolder;
  box-sizing: border-box; 
  flex: 1;
  position: relative;
background-image: url(images/table.png);
background-repeat: no-repeat;
background-size: cover;}


/*format for other device size*/
@media (max-width: 768px) {
  .gal__winow {
    display: flex;
    flex-wrap: nowrap; 
  }

    

@media (max-width: 900px) {
  .eyecon { font-size: 1em;
    
  }



@media (max-width: 200px) {
  nav a { padding: 0 0 ;
    
  }

    



    
    @media (max-width: 450px) {
  #pictextbox { width: 50vw ;
    
  }
@media (max-width: 450px) {
  #pictext { font-size: 2em;
    
  }
  
       @media (max-width: 300px) {
  #pictextbox { width: 120vw ;
    
  }
        
        
/* colors
#0d0c1a
#071433
#F3F6FF
#FEFCD7
#E8DEC9

#000120, #0E1C49, #4A5F8C, , #8F9AB6, #F3F6FF, #2b3b5c
           DAE0EE*/