#nav {
  /* border: 1px solid green; */
  height: 140px;
  margin-bottom: 20px;
}

#container {
  /* border: 1px solid red; */
  height: max-content;
  display: flex;
  margin: auto;
  justify-content: space-evenly;
}

#left {
  /* margin: auto; */
  /* border: 1px solid teal; */
  height: 1400px;
  width: 15%;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  row-gap: 26px;
}

.l1 {
  padding-top: 13px;
  border: 0.5px solid black;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  /* height: 300px; */
}
#container p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: gray;
}
.ic {
  width: 80%;
  margin-left: 13%;
}
#right {
  /* border: 1px solid teal; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
  height: 150rem;
  padding: 30px;
  /* padding-left: 10px; */
  /* height: 500px; */
  width: 58%;
  /* margin: auto; */
  /* height: max-content; */
}

#right h2 {
  margin-top: -2%;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 5;
}

#right p {
  color: black;
  text-align: left;
}
#right h3 {
  margin-top: 6%;
  font-size: 20px;
  font-weight: 5;
}

#footer {
  margin-top: 20px;
  border: 1px solid teal;
  height: 400px;
}
/* --------------------------------------------------------- */

.menubar {
  text-align: center;
  position: relative;
  margin: auto;
  width: 100%;
}
.menubar > ul {
  width: 70%;

  display: inline-flex;
  list-style-type: none;
  justify-content: space-evenly;
  height: 50px;
  width: 100%;
  /* margin-left: -19px;*/
  background-color: rgb(14, 174, 118);

  align-items: center;
}
.menubar > ul > li {
  font-size: 19px;
  font-family: Arial, Helvetica, sans-serif;

  height: 30px;
  width: 100%;
  /* margin-right: 50px; */
}
.menubar > ul > li > a {
  text-decoration: none;
  color: aliceblue;
}

.menubar > ul > li > a > b:hover {
  color: red;
}
/* ------------------------------------------------------------ */

#footer {
  background-color: #2bb673;
}
#f1c {
  margin: auto;
  margin-top: 12px;
  /* border: 1px solid black; */
  display: flex;
  height: 350px;
  width: 70%;
}

#f1c div {
  /* border: 1px solid red; */
  width: 100%;
  /* height: 50px; */
}
/* background-color: black;
  
  #f2{
    border: 1px solid darkgreen;
  height: 40px;
  }
  */

#f1c h4 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: whitesmoke;
}

#f1c p {
  font-size: 13px;
  margin-top: 7px;
  font-family: Arial, Helvetica, sans-serif;
  color: whitesmoke;
}

#f2 p {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: whitesmoke;
}

/* ----------------------Mobile Css--------------------------- */

#mid {
  /* border: 1px solid red; */
  text-align: center;
  /* height: 600px; */
}

#mid2 {
  margin-top: 14px;
  /* border: 1px solid green; */
  height: 100px;
  display: flex;
  justify-content: center;
}

#mid2 div {
  /* border: 1px solid yellow; */
  width: 30%;
  align-items: center;
}
#mid2 img {
  width: 50%;
  cursor: pointer;
}
