
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;600;700&family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'IBM Plex Sans Thai', sans-serif;

}

.nav-bar{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  position: fixed;
  width: 100%;
  background: linear-gradient(to right ,#070779,#3B50DF,#2a8ce7);
}

.logo{
  display: flex;
  padding: 10px;
  margin-left: 10px;
  justify-content: space-between;
  align-items: center;
}

.imglogo{
  width: 60px;
  height: 60px;
}

.name{
  color: #ffffff;
  display: flex;
  justify-content:space-between;
  align-items: center;
  font-size: 35px;
  font-weight: bold; 
}
.img{
  width: 3vw;
  height: 3vw;
}
.btnnnn{
  background-color: transparent; /* Set background color to transparent */
  border: none; /* Remove default button border */
margin-right: 20px;
  cursor: pointer; /* Indicate clickable area */
  color: #333; /* Set text color for contrast */

}