@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400&family=Noto+Serif&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Jost", sans-serif;
  font-weight: 100;
}
body {
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h2 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
}
h3 {
  font-family: "Jost", sans-serif;
  font-size: 25px;
}
p {
  font-family: "Jost", sans-serif;
}
.header {
  background-color: #1f1f1f;
}
.background_color a:hover {
  color: white;
}
.content-wrapper {
  flex: 1;
}
#nav_bar {
  margin-top: 1rem;
  z-index: 100000;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1f1f1f;
  background-color: white;
}
.nav_item_list {
  display: flex;
  align-items: center;
}
.nav_item_list :hover {
  text-decoration: underline;
  cursor: pointer;
}
.nav_item_list a {
  text-decoration: none;
}
.nav_item_list_image {
  display: flex;
  align-items: center;
}
#div1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#combinedlogo {
  margin-left: 48px;
}
#marglogo {
  margin-left: 2rem;
}
#nav_items {
  margin: auto;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.nav_item_list {
  padding: 20px;
  font-size: large;
  font-weight: bolder;
}
.nav_item_list_image {
  margin-right: 10px;
}
#join_us_button {
  font-size: 16px;
  color: white;
  font-weight: bolder;
  padding: 8px 40px;
  margin-left: 30px;
  margin-right: 20px;
  border-radius: 7px;
  background-color: #eb5a2c;
  background: linear-gradient(to right, #51b373 50%, #eb5a2c 50%);
  background-size: 200% 110%;
  background-position: right top;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
#join_us_button:hover {
  text-decoration: none !important;
  background-color: #eb5a2c;
  background-position: left bottom;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
.bar {
  display: block;
  width: 25px;
  margin: 5px 0px;
  height: 3px;
  transition: all 0.3s ease;
  background-color: black;
}
#hamburger_section {
  display: none;
}
@media (max-width: 1200px) {
  #hamburger_section {
    display: block;
    justify-self: flex-end;
    margin-right: 1rem;
  }
  .nav_item_list_image {
    display: none;
  }
  #div1 {
    width: 100%;
  }
  #hamburger_section.active .bar:nth-child(1) {
    transform: translateY(8.4px) rotate(45deg);
  }
  #hamburger_section.active .bar:nth-child(2) {
    opacity: 0%;
  }
  #hamburger_section.active .bar:nth-child(3) {
    transform: translateY(-8.4px) rotate(-45deg);
  }
  #nav_bar {
    display: flex;
    flex-direction: column;
  }
  #div2 {
    display: none;
  }
  #div2.active {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: white;
    transition: 0.5s ease-in;
    position: relative;
    z-index: 10000;
  }
  #nav_items {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #join_us_button {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
}
.title_marg {
  width: 100%;
  height: calc(100vh - 123px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.margTitleMainPage {
  height: 90%;
  width: 120%;
}
.brainMainPage {
  height: 90%;
  width: 90%;
}
.logoMainPage {
  width: 90%;
}
@media (max-width: 1300px) {
  .margTitleMainPage {
    width: 100%;
  }
}
#Main {
  color: #323438;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container {
  display: flex;
  height: 75svh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-left: 15%;
  padding-right: 15%;
}
.quotation {
  background-color: #1f1f1f;
  color: white;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  font-size: large;
}
footer {
  width: 100%;
}
.carouselNews {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.carouselNews .carousel-inner .item img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
}
.carouselNews .carousel-inner .item div {
  color: white;
  font-size: 14px;
  text-align: center;
  font-style: italic;
  background: orangered;
  padding: 10px 10px;
  height: 75px;
}
.boxes {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1200px) {
  .boxes {
    display: flex;
    flex-direction: column;
  }
  .box {
    width: 375px !important;
  }
  .inner_box {
    width: 340px !important;
  }
}
.box {
  background-color: #fa8764;
  width: 411px;
  height: 576px;
  border: 5px #fa8764;
  border-style: solid;
  border-width: 5px;
  border-radius: 4px;
  padding: 50px;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.box h3 {
  font-size: 36px;
}
.inner_boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.inner_box {
  color: white;
  background-color: #eb5a2c;
  height: 114px;
  width: 359px;
  box-sizing: border-box;
  padding: 16px;
  overflow: auto;
}
.mapandcontactus {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
.contactus {
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}
.contactus li {
  list-style-type: none;
  margin: 2em;
  font-size: x-large;
}
.map {
  width: 100%;
  text-align: center;
}
@media (max-width: 1000px) {
  .mapandcontactus {
    grid-template-columns: auto;
  }
  .map {
    width: 100%;
    overflow-x: hidden;
  }
  .footersection {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .marglogo img {
    width: calc(95vw);
  }
}
.black {
  width: 20%;
  background-color: black;
  height: 100vh;
}
.white {
  width: 80%;
  background-color: white;
  height: 100vh;
}
.title-people {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}
.label-people {
  background-color: #eb5a2c;
  color: white;
  width: 15%;
  padding: 0.5em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  font-size: large;
  font-weight: bolder;
}
.main-prof {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.line {
  background-color: white;
  height: 1px;
  width: 70%;
}
.grey {
  width: 25%;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .grey {
    margin-top: 2rem !important;
    width: auto !important;
    margin: auto;
  }
  .black {
    display: none;
  }
  .blank {
    display: none;
  }
  .about-main h1 {
    font-size: 2em !important;
  }
  .yellow {
    flex-direction: row;
    padding-top: 3rem;
    width: 75%;
    padding: 3rem 1rem 0 1rem;
    flex-wrap: wrap;
  }
  .profile-top {
    flex-direction: column;
  }
}
.parent {
  display: flex;
  position: relative;
  height: 100vh;
  z-index: 1;
}
.profile-top {
  position: relative;
  bottom: 100vh;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 2;
}
.blank {
  width: 10%;
}
.grey {
  width: 25%;
  height: 500px;
}
.yellow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2em 0 4em;
  width: 65%;
  height: 100vh;
}
.profile-body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.name p {
  color: #9112df;
}
.name h1 {
  font-weight: bold;
  font-size: 5em;
}
.purple-line {
  background-color: #9112df;
  height: 1px;
  width: 100%;
}
.about-main {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.links ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: nowrap;
}
.links li {
  padding: 1em;
}
.links button {
  background-color: inherit;
  border: none;
  margin: 0;
  padding: 8px 16px;
}
.links button:hover {
  cursor: pointer;
}
.links button.active {
  background-color: orangered;
  color: white;
}
.links-phone ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}
.links-phone li {
  padding: 1em;
}
.links-phone button {
  background-color: inherit;
  border: none;
  color: white;
  z-index: 2000000000000000;
  position: relative;
}
.links-phone button:hover {
  text-decoration: underline;
  color: #9112df;
  cursor: pointer;
}
.about-content {
  height: 40%;
}
.aboutus-header {
  font-weight: bold;
}
.background_color {
  background-color: #1f1f1f;
  color: white;
}
.contactus-header {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
}
.footersection {
  padding-top: 20px;
  display: flex;
  justify-content: space-evenly;
  background-color: #1f1f1f;
  color: white;
}
.footersection h3 {
  text-align: center;
  font-family: "Jost", sans-serif;
}
.footersection ul {
  list-style-type: none;
  text-align: center;
}
.quicklinks a {
  color: white;
  text-decoration: none;
}
.quicklinks a:hover {
  text-decoration: underline;
}
.quicklinks li {
  margin-top: 15px;
}
.aboutus li {
  margin-top: 15px;
}
.findus a {
  color: white;
  text-decoration: none;
}
.findus li {
  display: inline;
  margin: 15px;
  text-align: center;
  font-size: larger;
}
.findus li .fa-facebook {
  padding-left: 5px;
  padding-right: 1px;
}
.findus li .fa-instagram {
  padding-left: 5px;
  padding-right: 0.5px;
}
.findus li .fa-linkedin {
  padding-left: 4px;
}
.findus li .fa-youtube {
  padding-left: 2px;
  padding-right: 2px;
}
.findus li a .fa-facebook:hover {
  color: #3b5998;
  transition: all 0.5s ease-in;
}
.findus li a .fa-instagram:hover {
  color: rgb(255, 7, 222);
  transition: all 0.5s ease-in;
}
.findus li a .fa-linkedin:hover {
  color: #0072b1;
  transition: all 0.5s ease-in;
}
.findus li a .fa-youtube:hover {
  color: red;
  transition: all 0.5s ease-in;
}
.linefooter {
  height: 1px;
  background-color: white;
  width: 90%;
  margin: 1em 5% 1em 5%;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  margin: auto;
  border-radius: 10px;
  position: relative;
}
.card img {
  border-radius: 10px 10px 0 0;
}
.card a {
  text-decoration: none;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  transform: scale(0.98);
}
.previewContainer {
  margin-top: -8px;
  background-color: #eb5a2c;
  font-family: "Jost";
  color: white;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 10px 10px;
}
.hoverwrap {
  position: relative;
}
.hoverwrap img {
  width: 100%;
}
.hovercap {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 2em;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  background-color: #eb592cc4;
  border-radius: 10px 10px 0 0;
  color: white;
}
.hovercap {
  visibility: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.card:hover .hovercap {
  visibility: visible;
  opacity: 1;
}
.previewContainer button {
  float: right;
  margin-right: 1em;
  background-color: #51b373;
  color: #260044;
  padding: 0.25em;
  border-radius: 10px;
  position: relative;
  top: -3em;
}
.previewContainer a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
.cardOther {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  margin: auto;
  border-radius: 10px;
}
.cardOther img {
  border-radius: 10px 10px 0 0;
}
.cardOther:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.cardOtherpeople {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 80%;
  margin: auto;
  border-radius: 10px;
}
.cardOtherpeople img {
  border-radius: 10px 10px 0 0;
  height: 200px;
  object-fit: cover;
}
.cardOtherpeople:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  transform: scale(0.98);
}
.previewContainerOther {
  margin-top: -8px;
  background-color: #eb5a2c;
  font-family: "Jost";
  color: white;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 10px 10px;
}
.previewContainerOther button {
  float: right;
  margin-right: 1em;
  background-color: #51b373;
  color: #260044;
  padding: 0.25em;
  border-radius: 10px;
  position: relative;
  top: -3em;
}
.previewContainerOther a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
.hero-resources {
  padding: 1rem;
  margin: 2rem;
}
.label-resources {
  background-color: #eb5a2c;
  color: white;
  width: 15%;
  padding: 0.5em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  margin-left: -3rem;
}
.labequipments {
  margin-top: 2rem;
  display: flex;
  /* flex-direction: row; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 1000px) {
  .labequipments {
    flex-direction: column;
  }
  .equipment {
    width: 100% !important;
  }
}
.equipment {
  width: 50%;
  margin: 2rem 0;
}
.card-resources {
  padding: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 80%;
}
.card-resources:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.container-lab {
  background-color: #262626;
  color: white;
  font-weight: bolder;
  margin: 0 -1rem -1rem -1rem;
  padding: 0.7rem;
}
.people {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1000px) {
  .card {
    width: 80%;
  }
  .cardOther {
    width: 80%;
  }
  .people {
    flex-direction: column;
  }
  .person {
    width: 100% !important;
  }
}
.person {
  margin: 2rem 0;
}
.person a {
  text-decoration: none;
}
.research-div {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eb5a2c;
  margin-bottom: 1em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
@media (max-width: 800px) {
  .pub {
    width: 80% !important;
  }
}
.GoogleFormDiv {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-left: 15%;
  padding-right: 15%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.googleForm {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .GoogleFormDiv {
    max-width: 98%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 2rem 2rem;
}
.gallery-heading {
  margin: 3rem;
  font-weight: bold;
}
.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.gallery-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0rem 2rem;
}
.gallery-item-image {
  width: 400px;
  height: 20rem;
  object-fit: cover;
}
.gallery-text {
  padding: 0 2rem;
  padding-bottom: 2rem;
  background: rgba(255, 69, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin: 0rem 0;
  width: auto;
}
.gallery-text-title {
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.gallery-text-description {
  display: flex;
  justify-content: center;
  align-items: center;
  color: gray;
}
.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
.tabcontent {
  width: fit-content;
  height: 50vh;
  overflow-y: auto;
  padding-left: 20px;
}
.tablinks {
  background-color: #ffffff;
  color: orangered;
  padding: 1em;
  border: solid 1px white;
  border-radius: 7px;
  margin: 1em;
}
.tablinks:hover {
  background-color: orangered;
  color: white;
}
.tab button.active {
  background-color: orangered;
  color: white;
}
.publications {
  width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 2em;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 4rem;
}
.pub-card {
  width: 50%;
  height: auto;
  padding-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pub-card-image {
  background-color: orangered;
  width: 300px;
  height: auto;
  margin-right: 20px;
}
.pub {
  width: 50%;
  height: auto;
  -ms-flex-align: start;
  padding-top: 2em;
}
.pub-card a {
  font-weight: bold;
  text-decoration: none;
  color: #eb5a2c;
}
.pub a {
  font-weight: bold;
  text-decoration: none;
  color: #eb5a2c;
}
.pub a:hover {
  text-decoration: underline;
}
