.HEscreen #next,
.HEscreen #prev {
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  transform: translate(0,100%);
  padding: 4px 20px;
  border-radius: 20px;
  border: transparent;
  color: #4ec6d3;
  background-color: transparent;
}

@media screen and (max-width:992px) {
  .HEscreen #next{
    transform: translate(40px,100%);
  }
  .HEscreen #prev{
    transform: translate(-44px,100%);
  }
}

@media screen and (max-width:768px) {
  .HEscreen #next{
    transform: translate(20px,100%);
  }
  .HEscreen #prev{
    transform: translate(-18px,100%);
  }
}

@media screen and (max-width:576px) {
  .HEscreen #next{
    transform: translate(48px,20%);
  }
  .HEscreen #prev{
    transform: translate(-44px,20%);
  }
}


.HEscreen #first {
  cursor: pointer;
  position: absolute;
  top: 0%;
  padding: 4px 20px;
  border-radius: 20px;
  border: transparent;
  color: #4ec6d3;
  background-color: transparent;
  
}
.HEscreen #second {
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 0;
  padding: 4px 20px;
  border-radius: 20px;
  border: transparent;
  color: #4ec6d3;
  background-color: transparent;
}
.nav__link {
  background: rgba(255, 255, 255, 0.692);
}
.nav__list {
  height: 90vh;
  padding: revert;
  position: relative;
  z-index: 4;
}
.tab_container {
  border: 0px solid transparent;
  border-top: none;
  background: transparent;
}
.panel {
  border-radius: 0px;
  position: relative;
  z-index: -1;
}
body {
  background: rgb(255, 255, 255);
  position: relative;
  /* overflow-y: scroll; */
  scroll-behavior: smooth !important;
  position: relative;
  z-index: -2;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
section {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
.go-top {
  transform: rotate(0deg);
}
.go-top img {
  width: 20px;
  opacity: 0.5;
  transition: all 0.5s;
}
.go-top:hover img {
  width: 30px;
  opacity: 1;
}
#a7 .project-content li a:after,
#a6 .project-content li a:after {
  position: relative;
  transition: all 0.9s;
  /* transform: translateX(100%); */
}
#a7 .project-content li:hover a:after,
#a6 .project-content li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(18, 18, 18);
}
.project-content li.active {
  border-bottom: 1px solid rgb(19, 19, 19);
}
#a7 .project-content li a,
#a7 li.active a:active,
#a6 .project-content li a,
#a6 li.active a:active {
  text-decoration: none;
  position: relative;
}
.tabs li a:hover {
  background: none;
}

#a6 a {
  text-decoration: none;
}

#a6 li:hover a,
#a6 li:active {
  border-bottom: 1px solid #000;
}
#a6 li.active {
  border-bottom: 1px solid #000 !important;
}
.border-right {
  border-right: 2px solid #15a6b3;
}
.mt-1 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}
.heading h2 {
  margin-bottom: 5rem;
}
.pic {
  flex-direction: column !important;
}
/* * body section {
    padding-bottom: 200px !important;
} */
.panel {
  box-shadow: none !important;
}
.heading h2 {
  padding-bottom: 5rem;
}
.footer .left {
  position: absolute;
  left: 0;
  top: 22%;
  /* box-shadow:1px 1px 1px #000; */
}
.tabs,
.tabs1 {
  scroll-snap-type: none;
}
footer p {
  font-size: 12px;
}
.font-bold {
  font-weight: 300;
  font-size: 20px;
}
.transform-rotate180 {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  /* .HEscreen #next,
  .HEscreen #prev,
  .HEscreen #first {
    bottom: 30%;
  } */
  .tabs li a,
  .tabs1 li a {
    font-size: 15px;
  }
  .nav {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 150px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 0;
  }
  .tabs,
  .tabs1 {
    scroll-snap-type: y;
  }
  * body section {
    margin-bottom: 100px !important;
  }
  .change-direction {
    flex-direction: column;
  }
  .heading h2 {
    margin-bottom: 32px;
  }
  .footer .left {
    position: inherit;
  }
  .footer .right {
    position: inherit;
  }
  .footer {
    background: #04a3b1;
    position: relative;
    height: auto;
  }
}
