@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

:root {
  --theme-highColor: #d164d5;
  --theme-highColor2: #45ffff;

  --theme-Color-low: #58A0ED;

  --theme-backgroundColor: hsl(195, 5%, 13%);
  --theme-backgroundColor2: #f6f6f6;
  --theme-backgroundColor-high: hsl(195, 5%, 20%);

  --slideshowHeight: min(70vh, 55vw);
}

/*=================================
=            Scrollbar            =
=================================*/
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #484f57;
}

body::-webkit-scrollbar-thumb {
  background-color: #6c7278;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #939aa2;
  border-radius: 4px;
}
/*=====  End of Scrollbar  ======*/

* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 100%;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.08em;
  overflow-x: hidden;
}

h1 {
  font-size: 2em;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5em;
  position: relative;
  margin: 0 0 2em 0;
}

h3 {
  font-size: 1.2em;
}

h4 {
    font-size: clamp(0.24em, 1.4vw, 0.5em);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

h1 span {
  display: inline-block;
  font-size: 0.15em;
  margin-top: 1.5em;
  vertical-align: top;
  letter-spacing: 0.4em;
  text-shadow: 0.05em 0.05em 0.05em #171b1f;
  position: absolute;
}

section {
  overflow: hidden;
}

p {
  font-size: 1.2em;
  line-height: 1.4;
}

.reverseScaleY {
  transform: scaleY(-1);
}

.reverseScaleX {
  transform: scaleX(-1);
}

.container-fluid {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: visible;
}

.filler {
  background: var(--theme-backgroundColor);
  height: 2em;
}

.filler2 {
  background: var(--theme-backgroundColor2);
  height: 1em;
}

#pagecontent {
  position: fixed;
}

#loadScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #181A1B;

  display: flex;
  z-index: 9999;
}

/*============================
=            Hero            =
============================*/

.hero {
  height: var(--slideshowHeight);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  background: #00070a;
}

.hero-title {
  color: white;
  text-shadow: 0.04em 0.03em 0.01em #171b1f;
  font-size: 1em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.22em;
  letter-spacing: 0.1em;
}

.hero-message {
  font-size: 0.28em;
  font-weight: 100;
  color: rgba(235, 235, 235, 1);
  translate: 0 4px;
  text-shadow: 0.02em 0.02em 0.1em rgba(0, 0, 0, 0.6);
}

.undertext-fade {
  background: linear-gradient(
    90deg,
    rgba(32, 35, 36, 0) 0%,
    rgba(20, 20, 26, 0.5) 40%,
    rgba(20, 20, 26, 0.5) 60%,
    rgba(32, 35, 36, 0) 100%
  );
  width: 7em;
  height: auto;
  position: absolute;
  padding: 0.02em 1em;
  left: 50%;
  translate: -50% 0;
}

.hero-fade {
  height: 20%;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(rgba(44, 62, 80, 0), rgba(52, 152, 219, 0.35));
  pointer-events: none;
}

.hero-parent {
  font-size: clamp(2em, 5vw, 6em);
  text-align: center;
  padding: 0 1em;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-text {
  pointer-events: none;
}

.hero-parent, .slideshow-parent {
  position: fixed;
  width: 100%;
  z-index: 0;
  height: var(--slideshowHeight);
}

.hero-title, .hero-title span {
  -webkit-animation: Textglow 4s ease-in-out infinite alternate;
  -moz-animation: Textglow 4s ease-in-out infinite alternate;
  animation: Textglow 4s ease-in-out infinite alternate;
}

@keyframes Textglow {
  from {
        text-shadow:
        0.02em 0.02em 0.1em rgba(0, 0, 0, 0.8),
        0 0 0.08em rgba(0, 0, 0, 0.6),
        0 0 0.6em #fff;
  }
  to {
        text-shadow:
        0.02em 0.02em 0.1em rgba(0, 0, 0, 0.8),
        0 0 0.08em rgba(0, 0, 0, 0.6),
        0 0 0.3em rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes Textglow {
  from {
        text-shadow:
        0.02em 0.02em 0.1em rgba(0, 0, 0, 0.8),
        0 0 0.08em rgba(0, 0, 0, 0.6),
        0 0 0.6em #fff;
  }
  to {
        text-shadow:
        0.02em 0.02em 0.1em rgba(0, 0, 0, 0.8),
        0 0 0.08em rgba(0, 0, 0, 0.6),
        0 0 0.3em rgba(255, 255, 255, 0.4);
  }
}

/*=====  End of Hero  ======*/


/*==========================================
=            Carousel SlideShow            =
==========================================*/

.slideshow-container {
  height: var(--slideshowHeight);
  width: min(100vw, 2560px);
  left: 50vw;
  position: fixed;
  translate: -50% 0;
  overflow: hidden;
}

.carousel {
  height: 100%;
  width: 100%;
  background: transparent;
}

.carousel-inner {
  background: lightcyan;
  height: 100%;
  width: 100%;
}

.carousel-item {
  height: 100%;
  width: 100%;

  background-color: transparent;
}

.carousel-icon-box {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0.25em 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control-prev-custom,
.carousel-control-next-custom {
  position: absolute;
  top: clamp(0%, calc(calc(1500px - 100vw) * 0.25), calc(100% - 12em));
  bottom: 0;

  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 15%;
  padding: 0;
  margin: 0;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.8;

  font-size: clamp(0.2em, 1.5vw, 1.5em);
}

.carousel-control-prev-custom {
  left: 2em;
}

.carousel-control-next-custom {
  right: 2em;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: min(3em, 40px);
  width: min(3em, 40px);
}

.carousel-control-prev-custom:hover,
.carousel-control-next-custom:hover {
  opacity: 1;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.carousel-indicators li {
  pointer-events: visible;
  border-radius: 5px;
  border: 1px solid white;
  opacity: 0.6;
  background: transparent;

  width: clamp(4px, 1.2vw, 2rem);
  height: clamp(2px, 0.15vw, 0.18em);
}

.carousel-indicators li.active {
  opacity: 1;
  background: white;
}

.fader-lr {
  left: 0;
  background: linear-gradient(to right, rgba(2, 7, 10, 1), rgba(2, 7, 10, 0));
}
.fader-rl {
  right: 0;
  background: linear-gradient(to left, rgba(2, 7, 10, 1), rgba(2, 7, 10, 0));
}
.fader-lr,
.fader-rl {
  position: absolute;
  width: 4px;
  height: 100%;
  z-index: 10;
}
/*=====  End of Carousel SlideShow  ======*/

/* Static Mobile Scale */

@media only screen and (orientation: portrait) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.8em;
  }
}

/*===========================
=            Nav            =
===========================*/
.hero header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: grayscale(100%) blur(5px);
}

.nav {
  padding: 0 1.2em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-container {
  padding: 0;
  margin: 0;

  width: 100%;
  justify-content: center;
  display: flex;
}

.nav div.main_list ul {
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav div.main_list ul li {
  width: auto;
  height: auto;
  padding: 0em;
  margin: 0em;

  display: grid;
}

.nav div.main_list ul li a {
  color: #bebebe;
  font-size: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 0.8em 3rem;
  margin: 0;

  padding-bottom: 0.865em;

  box-shadow: inset 0 0px #fff;

  text-decoration: none;

  transition: 0.3s;
}

.nav div.main_list ul li a:hover {
  color: white;
  box-shadow: inset 0 -0.2em #fff;
}

.main_list .clickCatcher {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  pointer-events: none;
  border-radius: 0;
}

.main_list.show_list .clickCatcher {
  background: rgba(0, 0, 0, 0.8);
  pointer-events: visible;
}

.nav div.logo {
  width: auto;
  height: auto;
  position: absolute;
  top: 1em;
  left: 1em;
}

/*----------  dropdown  ----------*/

/* Style the dropdown container */
.dropdown {
    position: absolute;
    display: flex;
    top: 0;
    height: 100%;
    right: 1em;
}

/* Style the dropdown button */
.dropbtn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    background: transparent;

    color: #bebebe;
    font-size: 100%;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
}

.dropbtn div h1 {

    color: #bebebe;
    font-size: 100%;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;

    align-items: center;
    margin: auto;
}

.dropbtn div span {
  font-size: 0.6em;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -0.6em;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    width: 150%;
    left: -25%;
    border-radius: 0 0 0.5em 0.5em;

    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: grayscale(100%) blur(5px);
}

/* Style the dropdown links */
.dropdown-content a {
    display: block;
    padding: 8px 0px;
    color: #bebebe;
    font-size: 100%;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: white;
}

/* Show the dropdown content when hovering over the dropdown container */
.dropdown:hover .dropdown-content {
    display: block;
}


/*----------  BurgerMenu  ----------*/

.navTrigger {
  display: none;

  cursor: pointer;
  width: auto;
  height: auto;
  position: absolute;
  right: 1em;
  top: 1em;
  padding: 6px 6px 7px 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .navTrigger {
    display: block;
  }
  .nav div.logo {
    margin-left: 15px;
  }
  .nav div.main_list {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .nav div.show_list {
    height: auto;
    display: none;
    padding-top: 5em;
  }

  .nav div.show_list ul {
    flex-direction: column;
    position: absolute;
    width: auto;
    height: auto;
    top: 4.5em;
    right: 0.9em;
    border-radius: 6px;
    padding: 0 1em;
    background-color: rgba(20, 20, 20, 0.9);
    background-position: center top;
    z-index: 10;
  }
  .nav div.main_list ul li {
    width: 100%;
    text-align: right;
  }
  .nav div.main_list ul li a {
    text-align: right;
    width: 100%;
    font-size: 1.4em;
    padding: 0.65em;
    line-height: 2.5em;
  }
  .nav div.media_button {
    display: block;
  }

  .hero header {
    background: transparent;
  }

  .dropdown {
    display: none;
  }

  #mainListDiv.show_list .dropdown {
    display: block;
    z-index: 999;
    position: absolute;
    left: 12px;
    top: 12px;
    width: 4em;
    height: auto;
    background-color: rgba(20, 20, 20, 0.9);
    border-radius: 10px;
    padding: 4px 0;

    transition: all 0.4s;
  }

  #mainListDiv.show_list .dropdown:hover {
    border-radius: 10px 10px 0 0;
    background-color: rgba(40, 40, 40, 0.9);
  }

  #mainListDiv.show_list .dropdown .dropbtn span{
    translate: -1em -0.6em;
  }

  #mainListDiv.show_list .dropdown .dropdown-content {
    left: 0;
    width: 100%;
    background-color: rgba(20, 20, 20, 0.9);
  }

}

/*----------  Burger  Menu Anim  ----------*/

.navTrigger i {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  width: 1.8em;
  height: 3px;
}

.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
  margin: 9px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(12px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(12px) rotate(0deg);
  }
  100% {
    transform: translateY(12px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(12px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(12px) rotate(0deg);
  }
  100% {
    transform: translateY(12px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-13px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(0deg);
  }
  100% {
    transform: translateY(-12px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(0deg);
  }
  100% {
    transform: translateY(-12px) rotate(135deg);
  }
}
/*=====  End of Nav  ======*/

.main-page {
  position: absolute;
  top: var(--slideshowHeight);

  height: auto;
  width: 100vw;

  background: white;
}

/*============================
=            Card            =
============================*/

.card-container {
  --card-width: max(min(35vw, calc(100vw - 40px)), 150px);
  --card-height: calc(var(--card-width) * 0.5625);
  --card-border: 0.8em;

  background: transparent;
  width: 100%;
  left: 0;
  position: relative;
  padding: 40px 0 40px 0;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  flex-wrap: wrap;

  align-items: center;
  justify-content: center;
}

@media only screen and (orientation: portrait) {
  .card-container {
    --card-width: max(min(80vw, calc(100vw - 40px)), 150px);
  }
}

.card-section {
  height: auto;
  background: var(--theme-backgroundColor);
  background-size: 100% 100%;
}

.card-container a {
  font-size: calc(var(--card-width) / 30);
  padding: clamp(1.5em, 2vw, 50px);
}

.card_custom {
  width: var(--card-width);
  height: var(--card-height);

  position: relative;

  display: flex;
  justify-content: center;
  align-items: flex-end;

  perspective: 2500px;
}

.card_custom::before {
  content: "";

  transition: all 0.2s linear;

  position: absolute;
  width: calc(100% + 1em);
  height: calc(100% + 1em);
  top: -0.5em;
  left: -0.5em;
  outline: 2px solid rgba(100, 100, 100, 0.4);
  border-radius: calc(var(--card-border) * 1.4);
}

.card_custom:hover::before {
  outline: 2px solid rgba(100, 100, 100, 0.1);
}


.card_custom .wrapper {
  transition: all 0.5s;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;

  border-radius: var(--card-border);

  box-shadow: rgba(14, 30, 37, 1) 0px 2px 4px 0px,
    rgba(0, 0, 0, 0.65) 0px 2px 16px 0px, rgba(0, 0, 0, 0.15) 0px 25px 20px 0px;
}

.card_custom:hover .wrapper {
  transform: perspective(2000px) translateY(-0.5em) rotateX(15deg)
    translateZ(-3.7em);
}

.card_custom:hover .wrapper.b {
  transform: perspective(0) translateY(0) rotateX(0)
    translateZ(0);
}

.cover-image {
  transition: opacity 0.5s;

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_custom:hover .wrapper .cover-image {
  opacity: 0;
}

.card_custom:hover .wrapper.b .cover-image {
  opacity: 1;
}

.card-backbackground {
  width: 110%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0% 100%;

  background: #f7e1eb;

  transition: all 0.5s;
}

.card_custom:hover .wrapper .card-backbackground {
  translate: 0% 0%;
}

.card-topic-icon {
  position: absolute;
  top: 0px;
  right: 0px;

  height: 3.2em;
  width: 4em;

  padding: 0.25em;
  border-bottom-left-radius: 0.6em;

  background: rgba(100, 100, 100, 0.2);
  box-shadow: black 0 0 0.5em;

  transition: translate 0.25s;
}

.card_custom:hover .wrapper .card-topic-icon {
  translate: 120% 0;
}

.card-topic-icon img {
  padding-left: 0.45em;
}

.card-text {
  transition: all 0.5s, font-size 0s;

  background: linear-gradient(
    0deg,
    rgba(15, 15, 15, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: calc(100% + 2px);
  height: auto;
  bottom: -1px;
  position: absolute;
  padding: 1.35em;

  /* overflow: hidden; */
  border-radius: 0 0 var(--card-border) var(--card-border);
}

.card_custom:hover .card-text {
  box-shadow: rgba(205, 76, 190, 1) 0px 5px, rgba(205, 76, 190, 0.4) 0px 10px,
    rgba(205, 76, 190, 0.3) 0px 15px, rgba(205, 76, 190, 0.1) 0px 20px,
    rgba(205, 76, 190, 0.05) 0px 25px;
}

.card-text h1 {
  font-size: min(2em, 5vw);
  font-weight: 900;
  color: white;
}

.card-description {
  transition: max-height 0.5s;
  max-height: 0;
  overflow: hidden;
}

.card_custom:hover .card-description {
  max-height: 10em;
}

@media only screen and (orientation: portrait) {
  .card-text h1 {
    font-size: min(1em, 5vw);
  }
}

.card-text h3 {
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: 0.07em;
  color: white;
}

.floating {
  animation: 4s ease-in-out infinite floating;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}

.card-backImage {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  pointer-events: none;
}

.card_custom:hover .card-backImage {
  opacity: 1;
  transform: translate3d(0%, -10%, 400px);
}

/*----------  Services cards  ----------*/

.services-section {
  padding: 1em 0;
  height: calc(calc(100vh - var(--slideshowHeight)) - 3px);
  background: var(--theme-backgroundColor);
}

.card-container-service {
  --card-height: min(calc(95vh - var(--slideshowHeight)), 260px);
  --card-width: min(min(25vw, calc(var(--card-height) * 1.65)), 400px);
  font-size: calc(min(var(--card-width), var(--card-height)) * 0.1);
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
}

.card-container-service a {
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vw;
}

.card-container-service a .card_custom {
  max-height: calc(var(--card-width) * 0.6);
  max-width: calc(100vw - 4em);
}

@media only screen and (orientation: portrait) {
  .card-container-service {

    --card-width: min(90vw, calc(calc(90vh - var(--slideshowHeight))) * 0.4);
    --card-height: calc(var(--card-width) * 0.65);
    background: transparent;
  }
  .card-container-service a {

    width: 45vh;
    height: 32%;
  }
  .card-container-service a .card_custom {
    max-height: 100%;
    max-width: 90vw;
  }
}

.card-container-service a .card_custom .wrapper .cover-image {
  object-fit: contain;
  padding: 4em;
  opacity: 0.2;
}

/*----------  Theater card  ----------*/

.card-container a.focused {
  z-index: 100;
  position: fixed;

  width: 100vw;
  height: 100vh;


  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  margin: 0;

  --card-width: min(min(1920px, 170vh), 90vw);
  --card-height: calc(var(--card-width) * 0.5625);
}

.card-container a.focused .card_custom{
  margin: auto;
  padding: 0;
  position: relative;

  font-size: 1rem;

}

.card-text.a h1{
  font-size: 1.8em;
}
.card-text.a h3{
  font-size: 1.3em;
}


/*=====  End of Card  ======*/

/*=====================================
=            Section Title            =
=====================================*/

.section-title-container {
  height: 100%;
  width: 100%;

  padding-top: 3em;
  padding-bottom: 0px;

  display: flex;

  justify-content: center;
  align-items: center;

  font-size: clamp(0.9em, 2vw, 1.8em);
}

.lines-container {
  position: relative;
  height: 0.6em;
}

.line-title {
  height: 2px;
  width: 3.7em;
  position: absolute;
  right: -0.05em;

  background-color: #999;

  box-shadow: 0.15em 0.4em 0.5em rgba(0, 0, 0, 0.4);
}

.lines-container .line-title:nth-child(0) {
  top: 0;
}

.lines-container .line-title:nth-child(1) {
  bottom: 0;
  width: 2em;
}

.section-title {
  padding: 0.3em 1.2em;

  letter-spacing: 0.2em;
  font-size: 1em;
  text-transform: uppercase;
  text-shadow: 0.07em 0.05em 0px #636363;

  text-align: center;

  color: white;
  border: 2px solid #999;
  border-radius: 100vw;
  box-shadow: 0.15em 0.4em 0.5em rgba(0, 0, 0, 0.4);
}

/*=====  End of Section Title  ======*/

/*==================================
=            LineBorder            =
==================================*/

.lineBorder {
  width: 100%;
  top: 0;
  height: 8px;

  display: block;
  position: absolute;
  bottom: 0;

  -webkit-mask: url("../images/borderSeparator.webp") repeat-x;
  -webkit-mask-size: calc(var(--slideshowHeight) * 1.5) 100%;

  mask: url("../images/borderSeparator.webp") repeat-x;
  mask-size: calc(var(--slideshowHeight) * 1.5) 100%;

  --lineBg : var(--theme-backgroundColor);

}

.lineBorder::after {
  content: "";
  background: var(--lineBg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lineBorder.reverseScaleY{
  margin-top: -7px;
}

/*=====  End of LineBorder  ======*/

/*================================
=            PulseBar            =
================================*/

@keyframes pulse-Anim {
  33% {left: calc(var(--pulseBar-Width) * -1);}
  100% {left: 100%}
}

.barPulse{
  --pulseBar-Width : 70vw;
  --pulseBarBg : var(--theme-backgroundColor-high);

  background: var(--pulseBarBg);
  opacity: 1;
  height: 3px;
  overflow: hidden;
}


.barPulse::before{
  content: "";
  position: relative;
  background: radial-gradient(circle, var(--theme-highColor) 40%, var(--pulseBarBg) 100%);

  display: flex;

  height: 100%;
  left: calc(var(--pulseBar-Width) * -1);
  width: var(--pulseBar-Width);

  animation-name: pulse-Anim;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.barPulse.pulseAnim2::before{
  animation-delay: 0.8s;
}

/*=====  End of PulseBar  ======*/


/*====================================
=            Colabs Slide            =
====================================*/

.section-colab {
  padding: 0 0 1.5em 0;
  background: var(--theme-backgroundColor2);
}

.section-colab h3 {
  display: flex;
  text-justify: center;
  justify-content: center;
  width: 100%;
  color: var(--theme-backgroundColor);
  padding: 0.6em 0 1.2em 0;
  font-size: 1.25em;
  text-transform: uppercase;
}

.slider {
  --gap: 2em;
  --duration: 30s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));

  overflow: hidden;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}

.infiniteSlide-container {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  max-width: 100vw;
  -webkit-mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 5%,
    hsl(0 0% 0% / 1) 95%,
    hsl(0 0% 0% / 0)
  );
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 5%,
    hsl(0 0% 0% / 1) 95%,
    hsl(0 0% 0% / 0)
  );

  pointer-events: none;
}

.infiniteSlide-container .infiniteSlide-item img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.infiniteSlide-container .infiniteSlide-item.invert img {
  filter: invert(1);
}

.infiniteSlide-container .infiniteSlide-item {
  width: 12em;
  height: 7.8em;
  padding: 1em;
}

.infiniteSlide__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .infiniteSlide__group {
    animation-play-state: paused;
  }
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

/*=====  End of Colabs Slide  ======*/


/*==============================
=            Footer            =
==============================*/

.footer {
  background-color: var(--theme-backgroundColor);
  color:  #fff;
  font-size: 1.5em;
  text-align: center;
}

.footer .footer-container {
  padding: 1em 0 1em 0;
  transform: translateY(-0.4em);
}

.footer a {
  color: #fff;
  margin-right: 1em;
}

.footer a:last-of-type {
  margin-right: 0;
}

.copyrightText {
    color: white;
    position: absolute;
    left: 0;
    width: 100vw;
    bottom: 0.2em;
}

/*=====  End of Footer  ======*/

/*==============================
=            Appear            =
==============================*/

.alt-appear.appear-InView > *,
.alt-appear.appear-Once > *,
.alt-appear.appear-Down > * 
{

  opacity: 0;
  transition: all 0.5s ease-in-out;

}

.alt-appear.appear-InView.in-view > *,
.alt-appear.appear-Once.in-view > *,
.alt-appear.appear-Down.in-view > * 
{

  opacity: 1;

}

.alt-appear.appear-InView:nth-child(odd) .card_custom,
.alt-appear.appear-Once:nth-child(odd) .card_custom,
.alt-appear.appear-Down:nth-child(odd) .card_custom,
.alt-appear.appear-InView:nth-child(odd) .person,
.alt-appear.appear-Once:nth-child(odd) .person,
.alt-appear.appear-Down:nth-child(odd) .person
{

  transform: scaleY(0.05) translateX(-50vw);

}

.alt-appear.appear-InView:nth-child(even) .card_custom,
.alt-appear.appear-Once:nth-child(even) .card_custom,
.alt-appear.appear-Down:nth-child(even) .card_custom,
.alt-appear.appear-InView:nth-child(even) .person,
.alt-appear.appear-Once:nth-child(even) .person,
.alt-appear.appear-Down:nth-child(even) .person
{

  transition-delay: 0.07s;
  transform: scaleY(0.05) translateX(50vw);

}

.alt-appear.appear-InView.in-view > div,
.alt-appear.appear-Once.in-view > div,
.alt-appear.appear-Down.in-view > div 
{

  transform: scale(1) translateX(0px)!important;

}

/*=====  End of Appear  ======*/


/*================================
=            About Us            =
================================*/


.about_us {
    box-shadow: inset 0px 52px 20px -50px black,inset 0px -50px 60px -80px black;
    padding: 0;
    padding-bottom: 6em;
}

.about-us-container{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: clamp(70vw, 100vh, 100%);

}

.about_us-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;

}

.about_us_text{
  position: relative;
  width: 70%;
  padding: 2em;
  max-width: 800px;
  margin: auto;

}

@media only screen and (orientation: portrait) {
  .about_us_text {
    width: 100%;
  }
  .about_us_text h2 {
    font-size: 1.5em;
  }
}

.simpleSeparator {
  background-color: var(--theme-backgroundColor);
  opacity: 0.1;
  height: 2px;
  margin: 5em auto;
  width: 45vw;
}




.about_us-logoSide {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 2em;
  margin: auto;

  pointer-events: none;
}

.aboutUsLogo{
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  width: 256px;
  height: 256px;
}


.layeredLogo-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.layeredLogo-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: scale-down;



  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0ms;

  transform: scale(0.1);
  opacity: 0;
}

.layeredLogo-container.in-view img {

  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.62, 1.57, 0.55, 0.97);

  transform: scale(1.0);
  opacity: 1;
}


.layeredLogo-container.in-view img:nth-child(2) {
  transition-delay: 100%;
}
.layeredLogo-container.in-view img:nth-child(3) {
  transition-delay: 0.2s;
}
.layeredLogo-container.in-view img:nth-child(4) {
  transition-delay: 0.25s;
}
.layeredLogo-container.in-view img:nth-child(5) {
  transition-delay: 0.35s;
}
.layeredLogo-container.in-view img:nth-child(6) {
  transition-delay: 0.35s;
}
.layeredLogo-container.in-view img:nth-child(7) {
  transition-delay: 0.3s;
}
.layeredLogo-container.in-view img:nth-child(8) {
  transition-delay: 0.32s;
}


/*=====  End of About Us  ======*/


/*==================================
=            Team Cards            =
==================================*/

.theTeam {
  margin: 8em auto 2em auto;
  position: relative;
  width: 70%;
  gap: 4em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;

}

.person {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.container-a {

  -webkit-tap-highlight-color: transparent;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;

  width: 200px;
  height: 200px;

  transform: scale(1.0);

}

.person:hover .container-a {
  position: relative;

  transform: scale(1.1);

}

.pp-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.container-inner {
  position: absolute;

  bottom: 0;
  height: 400px;
  width: 100%;
  border-radius: 0 0 100vw 100vw;
  pointer-events: none;

  overflow: hidden;

  display: flex;

  align-items: bottom;
  justify-content: center;
}


.circle {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;

  background: #EDEDED;

  border-radius: 100vw;

  overflow: hidden;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.circle-bg {
  background: #F4F4F4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;

  transform: rotate(45deg) translateX(0%);

  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.person:hover .container-a .tmp .circle{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.person:hover .container-a .tmp .circle div .circle-bg{
  transform: rotate(45deg) translateX(-40%);
}

.container-inner .img {

  width: 90%;
  height: auto;
  margin-top: auto;

  object-fit: scale-down;

  pointer-events: none;
  transform: translateY(20px) scale(1.1);
  transform-origin: 50% bottom;

  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);

}

.person:hover .container-a .img {
  transform: translateY(10px) scale(1.15);
}


.person:hover .person-info .divider {
  transform: scaleX(0.4) translateY(0.8em);
}

.divider {
  background-color: #ca6060;
  height: 1px;
  width: 160px;
  margin : 10px 0;

  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.person-info {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
}


.name {
  margin: 0 auto;
  color: #404245;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.title {
  margin: 0 auto;
  color: #6e6e6e;
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.network {
  margin: 0.2em auto;
  font-size: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.network a {
  padding: 10px;
  margin: 0;
  color: var(--theme-Color-low);

  transition: all 250ms ease;
}

.network a:hover {
  transform: scale(1.5);
}

/*=====  End of Team Cards  ======*/


/*====================================
=            Contact form            =
====================================*/

.contact-section {
  box-shadow: inset 0px 52px 20px -50px black,inset 0px -50px 60px -80px black;
  background: lightgrey;
  padding: 4em 0 3em 0;
}

.contact form {
  background-color: transparent;
  border-radius: 4px;
  border-top: 8px solid var(--theme-highColor);
  padding: 1em;
}

.contact form input, .contact form textarea {
  border: none;
  border-radius: 4px;
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  width: 100%;
}

.contact form textarea {
  height: 6em;
}

.contact form input[type="submit"] {
  background-color: var(--theme-highColor);
  border-radius: 0;
  color: #fff;
  padding: 1em;
  text-transform: uppercase;
}

/*=====  End of Contact form  ======*/


.hidden {
  display: none!important;
}