@media (max-width: 1100px) {
  .parent {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

  #nav-menu { padding: 0 4rem; }

  section{ padding: 4rem; }
}



/* //////// */

@media (max-width: 800px) {

  #hamburger { display: block; }

  .bx-menu{
    color: #fff !important;
    color: #000000;
    font-size: 4rem;
    margin-right: 2rem;
  }

  .menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0; 
    height: 100%;
    width: 100%;
  }

  .menu-bar li:first-child ul:nth-child(1) {
    border-right: none;
    border-bottom: #eeeeee;
  }

  .dropdown {
    display: none;
    min-width: 100%;
    border: none !important;
    border-radius: 5px;
    position: static;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none; 
  }

  .dropdown ul{
    height: 200px;
    overflow-y: scroll;
  }

  .menu.show,
  .dropdown.active { display: block; }

  .dropdown ul {
    width: 100%;
    padding-left: 0.3rem;
    gap: 0rem;
    padding: 0;
  }

  .menu-bar {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 0rem;
    padding: .5rem;
    background: #ffffff;
    border-radius: 10px;
  }

  .menu-bar .nav-link {
    display: flex;
    width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    margin: 0;
    color: black;
  }

  .act{
    width: 100%;
    color: #fff !important;
    background-color: #000 !important;
  }

  .gallery_drop:hover{ color: #000 !important; }

  .menu-bar li:first-child .dropdown {
    min-width: 100%;
  }

  .menu-bar > li:not(:last-child) {
    padding-bottom: 0.5rem;
    border-bottom: #eeeeee;
  }

  .container_1{ height: 80vh; }
  
  .container_1 h1{  
    font-size: 6rem;
  }

  .container_1 span{ font-size: 2rem; }
  
  .container_1 p{  
    width: 100%;
    font-size: 4rem;
  }

  .container_2 h1{ font-size: 4rem; }

  .footer_div{ 
    padding: 4rem 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer_icon{
    justify-content: center;
  }

  .youtube a{
    justify-content: center;
  }

  .footer_1, .footer_3, .footer_4{
    margin-bottom: 2rem;
  }

}



/* //////// */

@media (max-width: 450px) {

  #nav-menu {
    padding: 0 1rem;
  }

  .bx-menu{font-size: 3rem;}

  .container {
    height: 7rem; 
  }

  .menu {
    position: absolute;
    top: 35px;
    left: -10px; 
  }

  .logo {
    width: 7rem;
  }

  section{ padding: 1rem; }

  .container_1{ height: 50vh; }

  .container_1 h1{  
    font-size: 4rem;
  }

  .container_1 p{  
    font-size: 3rem;
  }

  .container_2 h1{
    font-size: 3rem;
  }

  .parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .parent div{
    display: grid;
    place-items: center;
    width: 100%;
  } 
  
  .div .top {
    width: 100%;
    height: 408px; 
  }

  .parent div img{
    width: 100%;
    height: 100%;
  }
  
  .footer_4{padding: 0;}

  .footer_1, .footer_3, .footer_4{
    width: 100%;
  }

  .footer_icon a{
    margin-bottom: 1rem;
  }

  .footer_5 p{
    font-size: 1.5rem;
  }
}