* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/* navigation side bar */

/* The side navigation menu */
/* Custom styles for the sidebar */
.sidebar {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 180px;
  background-color: #000000;
  padding-top: 20px;
}

.sidebar a {
  color: white;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.sidebar a:hover {
  background-color: #575d63;
}

.main-content {
  margin-left: 250px;
  padding: 20px;
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

  .main-content {
    margin-left: 0;
  }
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

.container {
  width: 100%;
  height: 50vh;
  margin-top: 50px;
}

.banrap {
  padding: 10px;
  width: 80%;
  margin: auto;
  background: linear-gradient(to right, rgb(207, 128, 141), rgb(123, 180, 183), rgb(190, 149, 232));
}

/* middle1 */
h1 {
  margin: 50px 0px;
  text-align: center;
  color: #36494f;
  width: 100%;
}

div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 10px auto;
}

div ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div ul li {
  padding: 10px 10px;
  background: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  box-shadow: 0px 0px 3px rgb(194 186 186 / 30%);
  cursor: pointer;
  border-radius: 0px;
  transition: all 0.3s ease;
}

div ul li:not(:last-of-type) {
  /* add border beside last element */
  border-right: 1px solid white;
}

div ul li:hover {
  background: rgb(255, 102, 102);
  color: #FFF;
  transition: all 0.3s ease;
}

#first-dynamic-table,
#first-dynamic-table-2 {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgb(18 16 16 / 30%);
  padding: 35px 15px;
  color: #36494f;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.container {
  width: 100%;
  height: 60vh;
  margin-top: 50px;
}

.banrap {
  padding: 10px;
  width: 90%;
  margin: auto;
  background: linear-gradient(to right, rgb(102, 71, 71), rgb(70, 70, 95), rgb(161, 176, 129));
}



/*Main Style*/
.tab-item.active {
  background: #36494f;
  color: white;
}

.tab-content {
  width: 100%;
  height: 90vh;
  display: none;
 /* background: linear-gradient(to right, yellow, rgb(193, 193, 112),white); */
 background: url(./background3.jpeg);
  background-size: cover;
}

.tab-content.active {
  display: block;
}

/* main style */

.container {
  width: 100%;
  height: 60vh;
  margin-top: 10px;
}

.banrap {
  padding: 10px;
  width: 90%;
  margin: auto;
  /* background: linear-gradient(to right, rgb(60, 58, 58), rgb(0, 0, 0), rgb(69, 69, 84)); */
  background: linear-gradient(to right, rgb(9, 48, 36,0.4),rgb(88, 120, 88),rgb(255, 255, 255,0.4));
  background-size: cover;

}

.mid1 {
  width: 100%;
  height: 140vh;
  background-color: #000000;
}

.home {
  background-color: #000000;
  padding-top: 100px;
}

table h1 {
  color: #FFF;
}

.table th {
  color: #ffffff;
}

/* table 2 */

.home1 {
  background-color: #000000;
}
/* footer */
.foot {
  width: 100%;
  height: 1vh;
  background-color: #dc5b24;
}

.foot1 {
  width: 100%;
  height: 40vh;
  background-color: black;


}

.footrap1 {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  padding-top: 60px;
  color: #ffffff;
}

.footrap1 h5:hover {
  text-decoration: underline;
  color: #dc5b24;
}

.box5 h5 {
  font-size: 17px;
}

.box5 ul {
  list-style: none;
}

.box5 ul li a {
  color: #e8e8e8;
}