.{
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
}
body{
 background-image: url(20241120_125825.jpg);
  background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;

}
/*body{
   background-color: #b3ebba; 
}*/
header{
position: fixed;
top: 0; left :0; right: 0;
background: #6ae985;
box-shadow:box-shadow: 0 5px 10px rgba(0,0,0,.1);
padding:0px 2%;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;
}

 

header .navbar ul ul ul {
    max-height: 160px;
          overflow-y: auto;
   
    }
    
    

    
header .navbar ul{
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
   color:White;
}
.logo{
    height: 100px;
    width: 150px;
    
    margin-right: auto;
    
            }
header .navbar ul li{
 position: relative;
float: left;
}

header .navbar ul li a {
    font-size: 15px;
    padding: 20px;
    color: #333;
    display: block;
    text-decoration-line: none;
    white-space: nowrap;
}

    header .navbar ul li ul li ul li a {
        
        white-space: nowrap;
    }

/*header .navbar ul li a {
    font-size: 20px;
    width: 20px;
    padding: 10px;
    color: #333;
    display: flex;
    text-decoration-line: none;
    white-space: nowrap;
align-content: start;
position: relative;
}
*/
header .navbar ul li:hover>ul{
visibility: visible;
opacity: 1;
display: block;

}

header .navbar ul li a:hover {
    background: #333;
    color: #fff;
}
header .navbar ul li ul 
{
 visibility: hidden;
 opacity: 0;
 display: none;
 position: absolute;
 left: -40px;
 transition: all ease-in-out 100ms;
}
/*header .navbar ul li ul {
    position: absolute;
    left: 0;
    width: 200px;
    
    background-color: #51e664;
    color: white;
    display: none;
}*/
header .navbar ul li ul li{
   width: 100;
border-top: 1px solid rgba()0,0,0,.1;
}
header .title
{
   color: Yellow:
     font-size: 30px;
    }

    header .navbar ul li ul li ul {
        left: 200px;
        top: 0;
        white-space: nowrap;
    }

header .navbar ul li:hover > ul{
display: initial;

}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover >ul{
display: initial;

}

#menu-bar{
    display: none;
}

header label{
    font-size: 20px;
    color: #333;
    cursor: pointer;
    display: none;
}

@media(max-width:768px) {
    header {
        padding: 20px;
    }
    header label{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #6ae985;
        border-top: 1px solid rgba(0,0,0,.1);
display: none;
    }
    header .navbar ul li{
        max-height: 198px;
      overflow-y: auto;
width: 100%;

    }

header .navbar ul li ul
{
    
    position: relative;
    width: 100%;
}
header .navbar ul li ul li{
background-color: #b3ebba;


}
header .navbar ul li ul li ul{
width: 100%;
left: 0;

}
#menu-bar:checked ~ .navbar{
display: initial;

}
}






/*.{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
}

body{
 background-image: url(stonehotel.jpg);
  background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;

}


header{
position: fixed;
top: 0; left :0; right: 0;
background: border-radius: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: white;
color:White;
padding:0px 3%;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;

}

header .navbar ul ul ul {
    max-height: 160px;
          overflow-y: auto;
   
    }
    
    

    
header .navbar ul{
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
   color: White;

}
.sub{
 overflow-y: scroll; /* Show scrollbars */
}



.logo{
    height: 117px;
    width: 216px;
    
    margin-right: auto;
    
            }
header .navbar ul li{
 position: relative;
float: left;

}

header .navbar ul li a {
    font-size: 15px;
    padding: 20px;
   color:white;
    display: block;
    text-decoration-line: none;
    white-space: nowrap;
}

    header .navbar ul li ul li ul li a {
        
        white-space: nowrap;
    }

/*header .navbar ul li a {
    font-size: 20px;
    width: 20px;
    padding: 10px;
    color: #333;
    display: flex;
    text-decoration-line: none;
    white-space: nowrap;
align-content: start;
position: relative;
}
*/

header .navbar ul li a:hover {
    background:#333;
    color: #fff;
}

header .navbar ul li ul {
    position: absolute;
    left: 0;
    width: 180px;
     white-space: nowrap;
    background-color: transparent;
    color: white;
    display: none;
}
header .navbar ul li ul li{

border-top: 1px solid rgba()0,0,0,.1 ;
}

    header .navbar ul li ul li ul {
        left: 200px;
        top: 0;
         display: inline;
    font-size: 3rem;
    color: #eee;
    margin-right: 5rem;
    font-family: 'kanit', sans-serif;
    
}

   

header .navbar ul li:hover > ul{
display: initial;

}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover >ul{
display: initial;

}

#menu-bar{
    display: none;
}

header label{
    font-size: 20px;
    color: #333;
    cursor: pointer;
    display: none;
}

@media(max-width:768px) {
    header {
        padding: 20px;
    }
    header label{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: transparent;
        border-top: 1px solid rgba(0,0,0,.1);
display: none;
    }
    header .navbar ul li
    {
            background: transparent;
        max-height: 90px;
      overflow-y: auto;
width: 100%;

    }

header .navbar ul li ul{
    position: relative;
    width: 100%;
     max-height: 120px;
      overflow-y: auto;
}
header .navbar ul li ul li{
background-color: #817e7e;


}
header .navbar ul li ul li ul{
width: 100%;
left: 0;

}
#menu-bar:checked ~ .navbar{
display: initial;

}
}
*/