
body{
    background:#ffff;
    background-size:cover ;
    background-position: center;
    background-attachment: fixed;
    
    padding: 0px;
  margin: 0;
overflow-x: hidden;
}
h2{
  font-size: 25px;
    color: #000000;
    letter-spacing: 3px;
    font-weight: 500;
    padding-right: 450px;
    font-family:Arial, Helvetica, sans-serif;
    
   
    
   
}
#top{
  display: none;
  width: 30px;
  border: none;
  outline: none;
  background-color: #333;
  border-radius: 4px;
  font-size: 18px;
  transition: opacity 0.3s ease;
  position: fixed;
  left: 90%;
  top: 80%;
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999;
  color: #ffffff;
  height: 40px;
  
}
#top:hover{
  cursor: pointer;
}
#input{
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border: none; 
    height: 30px;
    border-top-left-radius:25px ;
    border-bottom-left-radius:25px ;
    background-color: #ffff;
    font-size: 22px;
    font-weight: 500;
    width: 275px;
    margin: 0px;
    padding-left: 10px;
    z-index: 9999999999999;
    
  }
  #button{
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    
    z-index: 9999999999999;
    margin: 0px;
    padding: 0px;
    
    border-top-right-radius:25px ;
    border-bottom-right-radius:25px ;
    border: none;
    height: 30px;
    background-color: #ffff;
    transition: 0.75s;
    width: 30px;
    
  }
  #button:hover{
    background-color: gray;
  }
  div{
    display: flex;
    position: relative;
    right: 20px;
    z-index: 9999999999999;
}


p{
    font-family: 'Open Sans', sans-serif;
  font-size:1.3rem;
  line-height: 1.6;
  color: #333;
   letter-spacing: 0.5px;
   font-weight: 300;
}
h1{
    padding-top: 100px 200px;
    font-size: 60px;
    font-weight: 900;
}
section{
    padding: 30px;
}
img{
    height: 400px;
    width: 200px;
    float: right;
    border: 2px solid;
}
#menu{
    
    background-color: #ffff;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 30px;
    transition: 0.5s;
    
   
    
}
#menu:hover{
    cursor: pointer;
    color: #2bffff;
    
}

.name{
    background-color: rgb(255, 255, 255);
    height: 50vb;
    width: 30vb;
    display: none;
    margin-top:50px;
    padding: 0px;
    position: fixed;
    z-index: 100;
}
h4{
    height: 7vb;
    width: 30vb;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin-left: 7px;
    margin-top: 10px;
    display: flex;
    font-family: system-ui;
    
}
.name div:hover{
    border: 3px solid blue;
    background-color: rgb(125, 128, 129);
}
a{
    height: 7vb;
    width: 400vw;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin-left: 7px;
    margin-top: 20px;
    text-decoration-line: none;
    font-family: system-ui;
}
.body{
    background-color: black;

}
.tour{
    color: #ffff;
}
#r{
    width: 40px;
}

/* FIXED: .ww container */
.ww {
  background-color: rgb(255, 255, 255);
  height: 50vh; /* was 50vb */
  width: 40vw;  /* was 40vb */
  display: none;
  margin-top: 50px;
  padding: 0;
}

/* FIXED: .name div */
.name div {
  background-color: rgb(255, 255, 255);
  width: 25vw;  /* was 35vb */
  box-shadow: 5px 10px 15px rgba(1, 1, 1, 0.15);
}

/* FIXED: .name container */
.name {
  position: fixed;
  right: 77vw;  /* was 72vw — changed to appear on screen */
  width: 17vw; /* was 30vb */
  max-width: 220px;
  background-color: #fff;
  border: 4px solid skyblue; /* was 4vb */
  z-index: 1000;
}

/* Header Styles */
header {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  padding: 10px 20px;
  box-shadow: 5px 10px 15px rgba(1, 1, 1, 0.15);
  z-index: 999;
  flex-wrap: wrap;
}
h3{
  font-size: 35px;
  font-weight: 600;
  font-family:Arial, Helvetica, sans-serif;
}
/* Heading */
header h2 {
  color: #000000;
  letter-spacing: 2px;
  font-weight: 700;
  font-family:Arial, Helvetica, sans-serif;
  margin: 0;
  flex: 1 1 auto;
  font-size: 1.5rem;
}

/* Menu Button */
#menu {
  background-color: transparent;
  color: #000000;
  border: none;
  font-size: 30px;
  transition: 0.5s;
  cursor: pointer;
}

/* Hover Effect */
#menu:hover {
  color: #2bffff;
}

/* Responsive Design */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }

  header h2 {
    padding-right: 0;
    font-size: 1rem;
  }

  #menu {
    align-self: flex-start;
    
  }
}
@media (max-width: 768px) {
  .name {
    right: 10vw;
    width: 90vw;
  }

  .name div {
    width: 90vw;
  }

  .ww {
    width: 90vw;
    height: auto;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
  }

  header h2 {
    font-size: 1rem;
  }
}
