/* header */

*{
  padding: 0%;margin: 0;box-sizing: border-box;
  font-family: "Content", system-ui;

}
.header {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f1f2f6;
    text-align: center;
    z-index: 1000;
    position: sticky;
    top: 0;
    box-shadow: rgba(100, 100, 111, 0.432) 0px 7px 29px 0px;
    padding: 10px 0;
  }

  .nav-bar {
    width: 1200px;
    padding: 14px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center; 
  }

  .nav-item {
    height: 85px;
    display: flex;
    gap: 20px;
    list-style: none;
    justify-content: space-evenly;
  }

  .nav-bar .nav-item {
    display: flex;
    list-style-type: none;
    gap: 35px;
    text-align: center;
    align-items: center;

  }

  .list-item {
    transition: 0.3s all;
    position: relative;    
  }

  .link-item {
    padding: 28px 0;
    text-transform: uppercase;
    font-weight: 400px;
    font-style: normal;
    font-weight: bold;
    color: #00b4d8;
    font-size: 19px;
    text-decoration: none;
    font-family: "Content", system-ui;
  }
  .link-item:hover {
    color: black;
    transition: 0.3s all;
    font-weight: 600px;
  }

  .dropdown {
    position: absolute;
    width: 200px;
    top: 55px;
    line-height: 20px;
    visibility: hidden;
    opacity: 0;
    left: -5px;
    background-color: #00b4d8b5;
    z-index: 10;
    
  }

  .link-item {
    text-align: center;
    align-items: center;
  }

  .list-item:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }

  .sub-drop {
    margin-left: 1px;
    width: 203px;
    height: auto;
    position: absolute;
    left: 200px;
    top: 180px;
    visibility: hidden;
    opacity: 0;
    transition: 0s top;
    background-color: #00b4d8b5;
    padding-right: 20px;
  }

  .dropdown .drop-list:hover .sub-drop {
    opacity: 1;
    visibility: visible;
    top: 0%;
    transition: 0.3s top;
  }

  .sub-drop .sub-drop-item {
    list-style-type: none;
  
  }
  .sub-drop-link{
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding: 10px;
    text-decoration: none;
    line-height: 35px;
    font-family: "Dangrek", sans-serif;
  }
  .drop-list {
    list-style: none;
  }

  .drop-link {
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 19px;
    padding: 10px;
    text-decoration: none;
    line-height: 35px;
    font-family: "Dangrek", sans-serif;
  }
  .logo img{
    width: 150px;
  }

  .navbar-account {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: start;
}

.navbar-account .icons {
    position: relative;
    color: #00b4d8;
    margin-left: 20px;
    font-size: 25px;
    text-decoration: none;
}
.navbar-account .icons span{
  padding-top: -5px;
}
.navbar-account .notification-count,
.navbar-account .cart-count {
    position: absolute;
    top: -7px;
    right: -10px;
    background-color: red;
    border-radius: 50%;
    font-size: 14px;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
}

.navbar-account .login-btn {
    color: white;
    text-decoration: none;
    background-color: #555;
    padding: 5px 15px;
    border-radius: 5px;
    margin-left: 20px;
}

.navbar-account .login-btn:hover {
    background-color: #777;
}

.profile-dropdown {
  position: relative;
  display: inline-block;
}

.profile-dropdown .dropdown-content {
  display: none;
  left: -50px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.profile-dropdown .dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  font-family: "Content", system-ui;
  font-size: 15px;
  text-align: start;
  padding: 5px;
}
.profile-dropdown img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.user-profile{
  width: 50px;
  height:50px;
  border-radius: 50%;
}
.profile-dropdown .dropdown-content a:hover {
  color: #00b4d8;
}
.fa-cart-shopping, .fa-credit-card, .fa-arrow-right-from-bracket{
  margin-right: 10px;
  font-size: larger;
}

.profile-dropdown:hover .dropdown-content {
  display: block;
}
.setting{
  text-align: justify;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid gray;
  padding: 14px;
}
.cart-noti{
  height: 23px;
  text-align: center;
  width: 23px;
  background-color: #00b4d8;
  border-radius: 50%;
  color: white;
  margin-top: 5px;
}
.d-flex{
  display: flex;
}
.justify-between{
  justify-content: space-between;
}

.notification-container {
  position: relative;
  display: inline-block;
  padding: 28px 2px;
}

.icons {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.notification-count {
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 0 6px;
  font-size: 12px;
  margin-left: 5px;
}

.dropdown-content-2{
  display: none;
  position: absolute;
  top: 80%;
  left: -140px;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 300px;
  padding: 10px;
}

.notification-item {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.notification-item:last-child {
  border-bottom: none;
}

.notification-container:hover .dropdown-content-2 {
  display: block;
}
.hotel-profile{
  width: 60px;
  height:60px;
  border-radius: 50%;
  object-fit: cover;
}

.notification-infor{
  gap: 20px;
  font-size: 14px;
  align-items: center;
  border-bottom:1px solid gray;
  padding: 10px;
  background-color: #dddddda2;
}
.notification-infor:nth-child(4){
  background-color: transparent;
}
.more{
  width: 25%;
  border: 1px solid #00b4d8;
  padding: 5px;
  margin: 10px auto;
  transition: .5s;
  color: #00b4d8;
}

.more:hover{
  background-color: #00b4d8;
  border: none;
  color: white;
}

.footer-text a{
  display: block;
}

  /* Footer Container */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background-color: #00b4d8;
  color: #fff; /* White text color */
}

/* Footer Info */
.footer-info {
  flex: 1;
  margin: 10px;
}


.footer-info h4 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.footer-info p {
  margin: 10px 0;
}

/* Footer Links */
.footer-links {
  flex: 1;
  margin: 10px;
}

.footer-links h4 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.footer-links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 5px 0;
  transition: color 0.3s;
}

.footer-links a:hover {
 color: #000;
}

/* Footer Contact */
.footer-contact {
  flex: 1;
  margin: 10px;
}

.footer-contact h4 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.footer-contact i{
  font-size: 1.5rem;
  color: white;
  padding: 0 8px;
  transition: .3s;
}
.footer-contact i:hover{
  transform: scale(1.1);

}

.footer-contact p {
  margin: 5px 0;
}

.social-media {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  
}

.social-media a {
  color: #fff;
  margin: 0 10px;
  transition: color 0.3s;
}

.social-media a:hover {
  color: #ff6347; /* Change color on hover */
}

/* Footer Gallery */
.footer-gallery {
  flex: 1;
  margin: 10px;
}

.footer-gallery h4 {
  font-size: 1.5em;
  margin-bottom: 10px;
}



@media (max-width: 768px) {
  .gallery-img {
      width: calc(50% - 10px); /* Adjust for smaller screens */
  }
}

@media (max-width: 480px) {
  .gallery-img {
      width: 100%; /* Full width on small screens */
  }
}






.gallery-img{
  margin-bottom: 4px;
  width: 110px;
  height: 80px;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(0.8);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;


}
.gallery-img:hover{
  -webkit-transform: scale(1.3);
transform: scale(1);
}


