
.header{
  position: sticky;
  top: 1vw;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5vw;
  margin-left: 3vw;
  margin-right: 3vw;
}


.navbar {
  background: #FEEE7D;
  background: linear-gradient(90deg,rgba(254, 238, 125, 1) 0%, rgba(255, 255, 220, 1) 84%);
  width: fit-content;
  height: 4.5vw;
  border-radius: 5vw;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1vw;
  padding: 0vw 5vw;
}

.dropdown {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  cursor: pointer;
  padding: 0.5vw 0vw;
  border-radius: 1.5vw;
  transition: background-color 0.3s, color 0.3s;
  color: #34526C; 
  width: fit-content; 
}

.navbar-button{
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  border: none;
  color: #34526C;
  padding: 0vw 1vw;
  background-color: transparent;
}
.dropdown:hover{
  border-radius: 1.5vw 1.5vw 0 0;
  .dropdown-content {
    display: flex;
    flex-direction: column;
  }
}

.dropdown-content {
  box-sizing: border-box;
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
  gap: 1vw;
  position: absolute;
  top: 3vw;
  padding: 0.5vw 2vw 2vw 2vw;
  width: inherit;
  border-radius: 0 0 1.5vw 1.5vw;

}

.dropdown-button{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8vw;
  background-color: #34526C;
  color: white;
  border: none;
  cursor: pointer;
  padding: 0.5vw 1vw;
  border-radius: 2vw;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;  
}

.dropdown-button:hover{
  background-color: #23424E;
  color: white;
  scale: 1.03;
  transition: 0.3s;
}

.dropdown2 {
  display: block;
  background: #bad0e3;
  border: none;
  cursor: pointer;
  padding: 0.5vw 0vw;
  border-radius: 1.5vw;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  width: fit-content; 
  box-shadow: 0 2px 8px rgba(109, 114, 155, 0.3);
}

.navbar-button2{
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1vw;
  border: none;
  color: #34526C;
  padding: 0vw 1vw;
  background-color: transparent;
  text-align: center;
}
.dropdown2:hover{
  border-radius: 1.5vw 1.5vw 0 0;
  transition: background-color 0.3s, color 0.3s;
  .navbar-button2{
    background-color: rgba(255, 255, 255, 0.62);
    color: rgba(52, 82, 108, 1);
    border-radius: 1vw;
    transition: background-color 0.3s, color 0.3s;
    }
  .dropdown-content2 {
    display: flex;
    flex-direction: column;
  }
}

.dropdown-content2 {
  box-sizing: border-box;
  display: none;
  background-color: rgba(186, 208, 227, 1);
  z-index: 1;
  gap: 1vw;
  position: absolute;
  top: 3.5vw;
  padding: 0.5vw 1vw 1vw 1vw;
  width: inherit;
  border-radius: 0 0 1.5vw 1.5vw;

}

.dropdown-button2{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8vw;
  background-color: rgba(52, 82, 108, 0.67);
  color: white;
  border: none;
  cursor: pointer;
  padding: 0.5vw 1vw;
  border-radius: 2vw;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;  

}

.dropdown-button2:hover{
  background-color: rgba(35, 58, 78, 0.67);
  color: white;
  scale: 1.03;
  transition: 0.3s;
}
.arrow {
  margin-left: 1vw;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.search{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8vw;
  height: 2.5vw;
  width: 7vw;
  border-radius: 1vw;
  border: none;
  background-color: rgba(255, 255, 255, 0.58);
  margin: 0.5vw;
  background-image: url(../photos/search.png);
  background-repeat: no-repeat;
  background-position: left 1vw center;
  padding-left: 3vw;
}

.search:hover{
  cursor: text;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.7);
}

.search-div{
  background-color: rgba(186, 208, 227, 1);
  border-radius: 2vw;
  box-shadow: 0 2px 8px rgba(43, 45, 63, 0.5);
}

.logo{
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 0.6vw;
  background-color: rgba(52, 82, 108, 1);
  border-radius: 2vw;
  box-shadow: 0 2px 8px rgba(43, 45, 63, 0.5);
  border: none;
  width: 12vw;
  height: 4vw;
}

.logo:hover{
  cursor: pointer;
  background-color: rgb(41, 67, 88);
  transition: 0.2s;
  scale: 1.03;
  transition: 0.3s;
}

.logo-img{
  border: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 0.6vw;
  background-color: transparent;
  color: rgba(52, 82, 108, 1);
  height: 85%;
}

datalist{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8vw;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 1; 
  display: none; 
}

.burger-button{
  background-color: rgba(52, 82, 108, 1);
  border: none;
  padding: 2vw;
  border-radius: 3vw;
  color: white;
}

.sidebar{
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FEEE7D;
  background: linear-gradient(90deg,rgba(254, 238, 125, 1) 0%, rgba(255, 255, 220, 1) 84%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 3vw;
  z-index: 200;
  overflow: hidden;
}

.sidebar-contents{
  display: none;
  flex-direction: column;
  align-items: end;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .navbar {
    display: none;
  }
  .logo{
    width: 25vw;
    height: 10vw;
    border-radius: 5vw;
  }
  .search{
    width: 20vw;
    height: 7vw;
    font-size: 2vw;
    background-size: 3vw;
  }
  #text{
    padding-left: 5vw;
  }
}

@media only screen and (min-width: 768px) {
  .navbar {
    display: flex;
  }

  .burger {
    display: none;
  }
}


