#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;  
}

#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{
    color: #000;
    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: 188px;
    
}
.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;
    margin-left: 8px;
   
}
@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;
    background-color: black;
    color: white;
    font-family: sans-serif;
  }
  
  .outer-container {
    padding: 0 120px; 
    box-sizing: border-box;
  }
  
  .two-divs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 40px;
    height: 450px;
    margin-top: -0px;
    
  }
  
  .box {
    width: calc(50% - 10px); 
    background-color: #222;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 10px solid #3c3535;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

  
  .left-box {
    margin-right: 20px;
    display: block;
    
  }
  #ath {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
   
}
#ath1{
  width:100%;
  height: 300px;
  transition: transform 0.3s ease-in-out;
}
@keyframes colorCycle {
  0%   { color: #e19b03; }
  25%  { color: #ebdf01; }
  50%  { color: #180bd3; }
  75%  { color: #ff0055; }
  100% { color: #e19b03; }
}

#h22 {
  margin-top: -230px;
  font-size: 40px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  animation: colorCycle 2s infinite ease-in-out;
}
.left-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px #c88903;
}
.right-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px #c88903;
}

#ath:hover {
  transform: scale(1.4);
  z-index: 10;
  box-shadow: 0 0 10px 5px #ffffff;
  border-radius: 10px;
}
#ath1:hover {
  transform: scale(1.2);
  z-index: 10;
  box-shadow: 0 0 10px 5px #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #mbar {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 15px;
}

.search-container {
  margin-left: 80px;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    margin-bottom: 10px;
}

#hlo {
    width: 70%;
    font-size: 14px;
}

.hi {
    margin: 5px 0;
    font-size: 16px;
}

.A2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: static;
    margin-top: 20px;
    gap: 10px;
}

.A3 {
    width: 50px;
    height: 50px;
}

#A10 {
    width: 60%;
    height: auto;
    flex-direction: row;
    background: none;
    box-shadow: none;
    margin-left: 100px;
}


  .A3 {
    margin: 20px 10px;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 0;
  }

  .two-divs {
    flex-direction: column;
    margin-left: 30px;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 10px;
    
  }

  .box {
    margin-left: 30px;
    width: 200px;
    margin-bottom: 20px;
    height: 300px;
    
    
  }

  h3 {
    margin-top: 20px;
    font-size: 12px;
    
  }
  #h22{
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 100px;
    margin-left: 80px;
  }
}
