@media screen and (max-width: 1500px) {
  #home {
    margin-left: 10px;
    max-height: auto;
    width: 50%;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    background-color: white;
  }
  .bar{
    display: none;
  }


  #scroll-bar {
    max-height: 700px;
    width: 25%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    position: sticky;
    top: 100px;
  }
}

@media screen and (max-width: 937px) {
  #logo {
    width: 100px;
    height: 40px;
    object-fit: contain;

  }
table{
 font-size: 8px;
} th, td{
  padding: 5px;
}

  #nav-bar {
    height: 60px;
  }
  .linksContainer{
    display: none;
  }

  #home {
    margin-left: 15px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    margin-top: 90px;
    width: 80%;
    position: relative;
    left: 6%;
  }

  #home-logo {
    width: 90%;
  }

  #empty-text {
    width: 100%;
    margin-left: 0px;
    display: flex;
  }

  .companies {
    width: 95%;
  }

  .toggle {
    margin-left: 10px;
  }

  
   #Fist-program {
    margin-left: 0px;
    width: 80%;
    position: relative;
    left: 10%;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    margin-top: 90px;

  }

  #basicSyntax {
    margin-left: 0px;
    width: 80%;
    position: relative;
    left: 10%;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    margin-top: 90px;
  }

 

  #environment {
    margin-left: 0px;
    width: 80%;
    position: relative;
    left: 10%;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    margin-top: 90px;
  }

 
  #scroll-bar {
    height: 600px;
    width: 18rem;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    position: fixed;
    top: 0px;
    z-index: 50;
    transform: translateX(-100%);
    transition: all 0.5s ease;
  }

   
 aside{
  margin-top: 60px;

 } 

  .bar {
    background-color: #0056b3;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 5px 0 5px;
    width: 288px;
  }

  .bar a {
    font-size: 15px;
    color: white;

  }
  .submenu {
    /* display: none; */
    opacity: 0;
    position: absolute;
    background-color: #fff;
    top: 50px;
    left: 10%;
    transform: translateX(-50%);
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            overflow: scroll;
        height: 150px;
        z-index: 1;
}

.submenu a {
    color: #0056b3;
    padding: 8px;
    display: block;

}

.submenu a:hover {
    background-color: #f1f1f1;
}
.submenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

  .links {
    display: none;
  }

  .menuBtn {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0 10px 0 10px;
  }

  .crossT {
    transform: translateY(400%) rotate(45deg);
  }

  .crossB {
    transform: translateY(-400%) rotate(-45deg);
  }

  .crossM {
    transform: translateX(40%);
    opacity: 0;
  }

  .active {
    transform: translateX(0%) !important;
  }

   
  .search-container {
      width: 500px;
  } 

  .topBar {
    top: 60px;
  }


}

@media screen and (max-width: 657px) {
  #logo-heading {
    display: none;
  }

}

@media screen and (max-width: 1200px) {
  .container {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }


}

@media screen and (max-width: 655px) {
  .container {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr;

    gap: 20px;
  }

  /*#btns {*/
  /*  gap: 20%;*/
  /*}*/
}


/*@media (min-width:900px) and (max-width:950px) {*/
/*  #btn {*/
/*    gap: 65%;*/
/*  }*/
/*}*/

/*@media (min-width:820px) and (max-width:830px) {*/
/*  #btns {*/
/*    gap: 52%;*/
/*  }*/
/*}*/

/*@media (min-width:1024px) and (max-width:1024px) {*/
/*  #btns {*/
/*    gap: 60%;*/
/*  }*/
/*}*/
@media (min-width:938px) and (max-width:1030px) {
.links{
  font-size: 14px;
}
}

@media (min-width:350px) and (max-width:418px) {

 input[type="text"] {
  width: 180px;
}
  }
  @media (min-width: 1510px) and (max-width: 1730px) {
    #scroll-bar {
        height: 850px; 
        width: 20%;/* 16:9 aspect ratio */
    }
    /*#btns{*/
    /*    gap: 71%;*/
    /*}*/
    #Fist-program{
        width: 55%;
    }
    #environment{
        width: 55%;
    }
    .linksContainer{
          gap: 65px;
          margin-left: 100px;
    }

}
  






