#h1 {
    width: 80px;
    height: 600px;
    display: flex;
    position: static;
    top: 50px;
}


input[type="search"]{
    color: black;
    font-weight: bolder;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
input[type="search"]::placeholder{
    color: black;
    font-weight: bolder;
    text-align: center;
    font-family:cursive;
    font-size: larger;
}

#A1 {
    width: 100px;
    height: 100px;
    position: relative;
    margin-top: 100px;
}
.search-container:hover{
    color: white;
    transition:all 0.3s ease-in-out;
}
#hlo:hover::placeholder {
    color: rgb(255, 255, 255);
    transition: 0.3s ease-in-out;
  }

.hi {
    text-decoration: none;
    color: rgb(254, 250, 250);
    font-size: 20px;
    margin-right: 40px;
    display: inline-flex; 
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
} 
.hi:hover { 
    color: rgb(225, 155, 3);
    text-shadow: 0px 0px 0px rgba(225, 155, 3, 0.8); 
    transition: all 0.3s ease-in-out;  
}
#ret:hover { 
    color: rgb(225, 155, 3);
    text-shadow: 0px 0px 0px rgba(225, 155, 3, 0.8); 
    transition: all 0.3s ease-in-out;  
}
#res:hover { 
    color: rgb(225, 155, 3);
    text-shadow: 0px 0px 0px rgba(225, 155, 3, 0.8); 
    transition: all 0.3s ease-in-out;  
}

#mbar {
    
    height: 80px;
    background-color: rgb(32, 31, 31,0.3);
    display: flex; 
    align-items: center;
    justify-content: center; 
    padding: 10px 0;
    border-radius: 10px;
}
.search-container {
    display: flex;
    align-items: center;
    gap: 0px; 
}

#hlo{
    background-color: rgb(225, 155, 3);
    margin-right: 40px;
    width: 350px;
    height: 30px;
    border-radius: 0 10px 10px 0;
    margin-left: 0;
    border: none; 
    outline: none;
}
.searchicon{
    background-color:  rgb(225, 155, 3);
    height: 29px;
    border-radius: 10px 0 0 10px;
    width: 40px;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items:center;
    border: none;  
    outline: none;
}
.A2{
    display: block;
    position: relative;
    top: 180px;
    
}
.A3{
    width: 80px;
    height: 50px;
    margin-bottom: 30px;
    top: 20px;
    left: 10px;
}
#A10{
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 260px;
    border-radius: 10px;
}
@keyframes borderFlow {
    0% {
      box-shadow: 0 0 10px rgb(225, 155, 3), 0 0 20px rgb(225, 155, 3);
    }
    25% {
      box-shadow: 0 0 10px #d37c02, 0 0 20px #c88903;
    }
    50% {
      box-shadow: 0 0 10px #ebdf01, 0 0 20px #fffb00;
    }
    75% {
      box-shadow: 0 0 10px rgb(225, 155, 3), 0 0 20px rgb(225, 155, 3);
    }
    100% {
      box-shadow: 0 0 10px #cd0303, 0 0 20px #da4202;
    }
  }
  
  .A4 {
    background: black;
    border-radius: 10px;
    position: relative;
    animation: borderFlow 1.6s ease-in-out infinite alternate;
    transition: box-shadow 0.3s ease-in-out;
  }
  .A4:hover {
    animation-play-state: paused;
  }
  .A3:hover{
    transform: scale(1.2);
  }
  a:hover{
    text-shadow: 0 0 5px #cc025d;
    font-weight: bold;
    transform: scale(1.2);
  }
  #regards{
    color: white;
  }
  .reg {
    width: 800px;
    margin: 0 auto; 
    font-size: larger;
    line-height: 1.5;
    margin-top: -230px;
}
  #regards {
    font-size: 20px;
    font-weight: bold;
    color: white;
    background: linear-gradient(
      90deg,
      white 0%,
      rgb(225, 155, 3) 50%,
      white 100%
    );
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: glowFlow 10s infinite linear;
    text-shadow: 0 0 5px rgba(225, 155, 3, 0.4);
  }
  
  @keyframes glowFlow {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }
  .feedback-box {
    width: 400px;
    max-width: 90%;
    margin: 50px auto;
    padding: 30px;
    background-color: rgba(32, 31, 31, 0.7);
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(225, 155, 3, 0.5);
    color: white;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .feedback-box h2 {
    margin-bottom: 20px;
    text-align: center;
    color: rgb(225, 155, 3);
  }
  .feedback-box {
    width: 400px;
    max-width: 90%;
    margin: 50px auto; /* centers it */
    padding: 30px;
    background-color: rgba(32, 31, 31, 0.7);
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(225, 155, 3, 0.5);
    color: white;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
    margin-left: 10px;
  }
  
  
  .feedback-box:hover {
    background-color: rgb(225, 155, 3); 
  }
  textarea:hover::placeholder{
    color: white;
    font-family: cursive;
    font-weight: bolder;
  }
  .contact-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  
  .contact-icon {
    font-size: 30px;
    margin-left: 20px;
    color: rgb(225, 155, 3);
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .tt{
    margin-left: 160px;
  }
  
  .contact-icon:hover {
    transform: scale(1.3);
    color: white;
    text-shadow: 0 0 8px orange;
  }
  .feedback-box{
    margin-left: 200px;
  }
  .vs-footer {
    text-align: center;
    padding: 25px;
    background: linear-gradient(to right, rgba(32, 31, 31, 0.9), rgba(0, 0, 0, 0.8));
    color: white;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 0 20px rgba(225, 155, 3, 0.4);
    margin-top: 50px;
    border-top: 2px solid rgba(225, 155, 3, 0.6);
}

.vs-footer-main {
    font-size: 18px;
    background: linear-gradient(90deg, white, rgb(225, 155, 3), white);
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: flowText 8s linear infinite;
    font-weight: bold;
}

.vs-footer-sub {
    margin-top: 5px;
    font-size: 15px;
    color: #ccc;
}

.vs-footer-date {
    color: rgb(225, 155, 3);
    font-weight: bold;
}

@keyframes flowText {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
@media (max-width: 600px) {
  #mbar {
    flex-direction: column;
    height: auto;
    padding: 10px;
    gap: 10px;
  }

  .search-container {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }

  #hlo {
    width: 70%;
    margin-right: 0;
  }

  .hi {
    font-size: 16px;
    margin: 5px 0;
  }

  .A2 {
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 40px;
  }
  #A10 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
    width: 80%;
    height: 100px;
    gap: 10px;
    margin-bottom: 50px;
    margin-left: 30px;
  }

  .A3 {
    width: 40px;
    height: 40px;
    margin: 10px;
    margin-bottom: 50px;
  }

  .reg {
    
    width: 90%;
    margin-top: 150px;
    font-size: 16px;
    text-align: center;
  }
  #regards{
    margin-top: 200px;
  }

  .feedback-box {
    width: 90%;
    margin: 30px auto;
    padding: 20px;
    margin-left: 0 !important;
  }

  .contact-box {
    flex-direction: column;
    gap: 15px;
    margin-left: 0;
  }

  .tt {
    margin-left: -160px;
  }
}


  
  
  
  
  

  