#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;
}
#j2 {
    position: relative;
    top: 260px;
    width: 900px;
    height: 600px;
    margin:auto;
    background-color: rgb(225, 155, 3);
    margin-bottom: 30px;
    border-radius: 20px;
}
#j1 {
    width: 100%;
    height: 100%;
    
    display: block;
    margin-top:-250px;
    
    border-radius: 20px;
    width: 620px;
    height: 600px;

    
}
.overlay {
    position: absolute;  
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(6, 0, 0, 0.7));
    border-radius: 8px;
    margin-left: 380px;
    width: 700px;
    height: 600px;
    
}
#ret,#res{
    margin-left: 95px;
    font-family:cursive;
    font-size: 50px;
    color: white;
}
.A2{
    display: block;
    position: relative;
    top: -200px;
    
}
.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);
  }
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 600px) {

  #mbar {
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
    height: 200px;
  }

  .search-container {
    margin-top: 60px;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    margin-bottom: 10px;
  }

  #hlo {
    width: 80%;
    height: 30px;
    font-size: 14px;
  }

  .searchicon {
    width: 35px;
    height: 30px;
  }

  .hi {
    font-size: 14px;
    margin: 6px 0;
  }

  
  #j2 {
    width: 90%;
    height: auto;
    flex-direction: column;
    margin-top: -200px;
  }

  #j1 {
    width: 100%;
    height: auto;
    margin-top: 0;
    border-radius: 20px 20px 0 0;
  }

  .overlay {
    position: relative;
    margin-left: 0;
    width: 100%;
    height: auto;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 20px 0;
  }

  #ret, #res {
    font-size: 24px;
    margin: 5px 0;
  }

  
  #A10 {
    width: 80%;
    margin-left: 5%;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding: 10px;
  }

  .A3 {
    width: 30px;
    height: 30px;
    margin: 0;
  }

  .A2 {
    top: 0;
  }
}


  
 
  
  
  