#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{
    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);
  }
  .port {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: white;
    text-align: center;
    margin-top: -570px;
}

h1, h2 {
    margin: 0;
    line-height: 1.5;
}

h2 {
    color: #c88903;
    font-weight: bold;
    font-size: 40px;
    text-shadow:
      -1px -1px 0 black,
       1px -1px 0 black,
      -1px  1px 0 black,
       1px  1px 0 black,
       0 0 3px #c88903;
    animation: glow 1.5s ease-in-out infinite alternate;
  }
  
  @keyframes glow {
    from {
      text-shadow:
        -1px -1px 0 black,
         1px -1px 0 black,
        -1px  1px 0 black,
         1px  1px 0 black,
         0 0 2px #c88903,
         0 0 4px #fbff00;
    }
    to {
      text-shadow:
        -1px -1px 0 black,
         1px -1px 0 black,
        -1px  1px 0 black,
         1px  1px 0 black,
         0 0 5px #ffcc00,
         0 0 7px #ffff07;
    }
  }
  .three-divs {
    display: flex;
    width: calc(100vw - 180px); 
    height: 470px;             
    margin-left: 120px;
    margin-right: 60px;         
    margin-top: -300px;
  }
  
  .box {
    flex: 1;
    padding: 20px;
    color: white;
    text-align: center;
    font-size: 24px;
    background: #111;
    border: 4px solid #333;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
  }
  
  .box:nth-child(1) {
    background-color: #222;
  }
  
  .box:nth-child(2) {
    background-color:  #222;
  }
  
  .box:nth-child(3) {
    background-color:  #222;
  }
  
  .box:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px #c88903;
  }
  #legacy:hover{
    text-shadow: 0 0 5px #cc6702;
    font-weight: bold;
    transform: scale(1.1);
  }
  #web{
    margin-top: 30px;
  }
  #im{
    width: 300px;
    height: 200px;
    margin-top: 30px;
  }
  #clone{
    text-decoration: none;
    color: white;
    margin-top: 10px;
  }
  @media only screen and (max-width: 768px) {
    #mbar {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 15px;
    }

    .search-container {
        flex-direction: row;
        justify-content: center;
        width: 100%;
        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: auto;
        height: auto;
        flex-direction: row;
        background: none;
        box-shadow: none;
    }

    .port {
        margin-top: 20px;
        height: auto;
        padding: 20px;
    }

    h2 {
        font-size: 24px;
        text-align: center;
    }

    .three-divs {
        flex-direction: column;
        margin: 0;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .box {
        margin: 10px 0;
        font-size: 18px;
        padding: 15px;
    }

    iframe,
    #im {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

  