/**

    FONT

**/

@font-face {
  font-family: Maven;
  src: url("../fonts/Maven_Pro/MavenPro-VariableFont_wght.ttf");
}

@font-face {
  font-family: Maven;
  font-weight: bold;
  src: url("../fonts/Maven_Pro/static/MavenPro-Bold.ttf");
}

@font-face {
  font-family: Maven;
  font-weight: 600;
  src: url("../fonts/Maven_Pro/static/MavenPro-SemiBold.ttf");
}

/**

    HTML TAGS

**/

a:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #916d6d;
}

button:focus {
  outline: none;
  box-shadow: none;
}

/**

    CUSTOM

**/

@media (max-width: 980px) {
  .about-text {
    margin-top: 50px;
  }
  .about-us-page {
    height: auto;
  }
}

@media (min-width: 980px) {
  .about-text {
    margin-top: 250px;
  }
  .about-us-page {
    height: 699px;
  }
}

@media (max-width: 572px) {
  .about-us-margin {
    margin-top: 50px;
  }
}

@media (min-width: 572px) {
  .about-us-margin {
    margin-top: 300px;
  }
}

.article-bg {
  background-image: url("../img/Assets/bg_artcile.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.article-button-container {
  position: fixed;
  z-index: 101;
  width: 100%;
  text-align: right;
  margin: 5% 0 0 -5%;
}

.article-button {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  color: white !important;
  background-color: #23bcb7 !important;
  border: none;
  font-size: 24px;
  position: fixed;
  margin-left: -48px;
}

.article-button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.article-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.article-top {
  margin-top: 60px;
  margin-bottom: 10px;
}

.blue {
  color: #23bcb7 !important;
}

.blue-line {
  margin-top: -5px;
  width: 100%;
  background-color: #8edcda;
  height: 2px;
  /* margin-left: -100%;
    padding-right: 10000%; */
}

.blue-border {
  border: 1px solid #8edcda;
}

body {
  background-image: url("../img/Assets/bg_lines_op.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0px;
  font-family: Maven;
  overflow-x: hidden;
}

.bg {
  position: absolute;
  width: 100%;
  margin: 0 0 0 0;
}

.button-color {
  background-color: #23bcb7;
  border: 0;
}

.button-color:hover {
  opacity: 0.5;
  background-color: #23bcb7;
}

.carousel-control-next {
    height: 25%;
    top: 37.5%;
  }

.carousel-control-prev {
  height: 25%;
  top: 37.5%;
}

.closed-button {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  color: white !important;
  background-color: #23bcb7 !important;
  border: none;
  font-size: 24px;
  position: fixed;
  right: 20px;
  z-index: 100;
  top: 20px;
}

.closed-button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.contact-form {
  border: 1px solid;
  border-color: #23bcb7;
  background-color: #fafafa;
}

.contact-img {
  width: 100%;
  height: auto;
}

@media (max-width: 456px) {
  .contact-info {
    font-size: x-small;
  }
}

@media (min-width: 456px) {
  .contact-info {
    font-size: medium;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .contact-map {
    width: 100% !important;
    height: 300px !important;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .contact-map {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px;
  }
}

.contact-map-bg {
  background-image: url("../img/contact/lab.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.contact-map-bg:hover {
  background-image: url("../img/contact/lab-25.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.contact-img:hover {
  background-color: darkslategray;
  opacity: 0.25;
}

.contact-social {
  width: 40%;
}

.container-fluid {
  padding: 0 !important;
}

.cursor-hand-pointer {
  cursor: pointer;
}

@media (max-width: 980px) {
  .contact-title {
    margin-top: 50px;
  }
}

@media (min-width: 980px) {
  .contact-title {
    margin-top: 100px;
  }
}

.demo {
  background-size: 100% 100%;
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.demo:hover {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 1);
}

.demo-modal-img {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 0;
}

.demo-modal-element {
  z-index: 1;
}

.demo-text {
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
}

.do-bg {
  background-image: url("../img/Assets/graph\ bg\ second\ fold.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.dark-brown {
  color: #916d6d !important;
}

.font-600 {
  font-weight: 600;
}

@media (max-width: 980px) {
  .footer-title {
    margin-top: 50px;
  }
  .front-lines {
    margin-top: 50px;
  }
}

@media (min-width: 980px) {
  .footer-title {
    margin-top: 100px;
  }
  .front-lines {
    margin-top: 120px;
  }
}

@media (min-width: 1513px) {
  .front-bg {
    background-image: url("../img/Assets/bg_2_op.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0%;
    background-attachment: local;
  }
}

@media (max-width: 1513px) {
  .front-bg {
    background-image: url("../img/Assets/bg_op.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% -120px;
    background-attachment: local;
  }
}

@media (max-width: 1199px) {
  .front-bg {
    background-image: url("../img/Assets/bg_op.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% -150px;
    background-attachment: local;
  }
}

@media (max-width: 1087px) {
  .front-bg {
    background-image: url("../img/Assets/bg_op.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% -148px;
    background-attachment: local;
  }
}

@media (max-width: 992px) {
  .front-bg {
    background-image: url("../img/Assets/bg_op.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% -147px;
    background-attachment: local;
  }
}

@media (max-width: 991px) {
  .front-bg {
    background-image: url("../img/Assets/bg_op.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% -196px;
    background-attachment: local;
  }
}

@media (max-width: 768px) {
  .front-bg {
    background-image: url("../img/Assets/bg_op.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% -196px;
    background-attachment: local;
  }
}

@media (max-width: 767px) {
  .front-bg {
    background-image: url("../img/Assets/bg_op.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% -284px;
    background-attachment: local;
  }
}

@media (max-width: 550px) {
  .front-bg {
    background-image: none;
  }
}

.full-img {
  width: 100%;
  display: inline-block;
}

.gray {
  color: #6c7280;
}

.grey {
  color: #6c7280;
}

@media (max-width: 992px) {
  h1 {
    font-weight: bold;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: xx-large;
    font-weight: 700;
  }
}

.iframe-border {
  border: 1px solid #6c7280;
  border-radius: 5px;
}

.img60 {
  width: 60%;
  display: inline-block;
}

.img-with-text-over {
  opacity: 0.2;
}

.light-brown {
  color: #bda7a7 !important;
}

@media (max-width: 992px) {
  .margin-top-200 {
    margin-top: 100px;
  }
  .margin-top-300 {
    margin-top: 0px;
  }
}

@media (min-width: 993px) {
  .margin-top-200 {
    margin-top: 200px;
  }
  .margin-top-300 {
    margin-top: 300px;
  }
}

.padding-0 {
  padding: 0;
}

.page-footer {
  background-color: #23bcb7;
}

.poster {
  cursor: pointer;
  width: 200px;
}

.poster:hover {
  opacity: 0.5;
  border: 1px solid #6c7280;
}

.project {
  background-color: transparent;
}

.project:hover {
  background-color: rgba(0.7, 0.7, 0.7, 0.1);
  cursor: pointer;
}

@media (max-width: 980px) {
  .research-title {
    margin-top: 50px;
  }
}

@media (min-width: 980px) {
  .research-title {
    margin-top: 100px;
  }
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.show-button {
  opacity: 0.5;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  color: white !important;
  background-color: #23bcb7 !important;
  border: none;
  font-size: 24px;
}

.show-button:hover {
  cursor: pointer;
  opacity: 0.3;
}

.show-button:active:focus {
  outline: 0 !important;
  box-shadow: none;
}

@media (min-width: 993px) {
  .sticky-blue-line {
    margin-top: -19px;
    width: 100%;
    background-color: #8edcda;
    height: 2px;
    /* margin-left: -100%;
        padding-right: 10000%;
        overflow: hidden; */
  }
}

@media (max-width: 992px) {
  .sticky-blue-line {
    margin-top: -19px;
    width: 100%;
    background-color: #8edcda;
    height: 2px;
    /* margin-left: -100%;
        padding-right: 10000%;
        overflow: hidden; */
  }
}

@media (max-width: 991px) {
  .sticky-blue-line {
    margin-top: -17px;
    width: 100%;
    background-color: #8edcda;
    height: 2px;
    /* margin-left: -100%;
        padding-right: 10000%;
        overflow: hidden; */
  }
}

@media (min-width: 0px) {
  .study-lines-cols {
    display: none;
  }
  .study-lines-full {
    display: block;
  }
}

@media (max-width: 915px) {
  .study-lines-cols {
    display: none;
  }
  .study-lines-full {
    display: block;
  }
}

@media (min-width: 916px) {
  .study-lines-cols {
    display: block;
  }
  .study-lines-full {
    display: none;
  }
}

.team {
  width: 50%;
  border: 3px solid;
  border-color: #23bcb7;
  cursor: pointer;
}

.team:hover {
  opacity: 0.5;
}

.team-big {
  width: 10%;
  border: 3px solid;
  border-color: #23bcb7;
}

.team-button {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  color: white !important;
  background-color: #23bcb7 !important;
  border: none;
  font-size: 24px;
  position: fixed;
  right: 20px;
}

.team-button:hover {
  cursor: pointer;
  opacity: 0.5;
}

@media (max-width: 980px) {
  .team-title {
    margin-top: 50px;
  }
}

@media (min-width: 980px) {
  .team-title {
    margin-top: 100px;
  }
}

@media (max-width: 980px) {
  .collaborators-title {
    margin-top: 25px;
  }
}

@media (min-width: 980px) {
  .collaborators-title {
    margin-top: 50px;
  }
}


.text-over-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 25%;
}

.up-button-container {
  position: fixed;
  width: 100%;
  z-index: 100;
  text-align: right;
  margin: 5% 0 0 -5%;
  pointer-events: none;
}

.up-button {
  opacity: 0.99;
  pointer-events: all;
}

.up-button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.white {
  color: white;
}

.width-50 {
  width: 50%;
}

.img-50 {
  height: 69px;
}