.user-container {
      position: relative;
      display: inline-block;
    
    }
    .search{
      color: black;
    }
    .logout-box {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 9999;
    }

    .user-container:hover .logout-box {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; 
    }

    .logout-box button {
      background-color: transparent;
      color: #e74c3c;
      border: 2px solid #e74c3c;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
      padding: 1px 2px;
      transition: all 0.3s ease;
      width: 80px;
    }

    .logout-box button:hover {
      background-color: #e74c3c;
      color: white;
    }
.container3 img{
    display: flex;
    /* width: 1352 601 1352 648; */

}
.slideshow-container {
    max-width: 1550px;
    position: relative;
    margin: auto;
    margin-top: 5px;
  }
  
  .mySlides {
    display: none;
  }
  
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .text {
    color: #f2f2f2;
    font-size: 60px;
    font-family: "Snowburst One", cursive;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active,
  .dot:hover {
    background-color: #717171;
  }
  
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
  .imgN {
    width: 981.6px;
    height: 643.2px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    transition: all 2.0s;
  }
  .imgN:hover {
    transform: scale(1.04);
  }
  .toptravel{
    margin-top: 1em;
    text-align: center;
    font-family: sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #002147;
}
