/* @import url('https://fonts.googleapis.com/css2?family=Anton&family=Bodoni+Moda:ital,opsz,wght@1,6..96,400;1,6..96,600;1,6..96,700;1,6..96,800&family=Inter:wght@200;300;400;500;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;1,6..96,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");


body::before {
  animation: grain 8s steps(10) infinite;
  background-image: url(../assets/who-we-are/noise.png);
  height: 300%;
  left: -50%;
  opacity: 0.6;
  position: fixed;
  top: -100%;
  width: 300%;
}

@keyframes grain {

  0%,
  100% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(-5%, -10%);
  }

  20% {
    transform: translate(-15%, 5%);
  }

  30% {
    transform: translate(7%, -25%);
  }

  40% {
    transform: translate(-5%, 25%);
  }

  50% {
    transform: translate(-15%, 10%);
  }

  60% {
    transform: translate(15%, 0%);
  }

  70% {
    transform: translate(0%, 15%);
  }

  80% {
    transform: translate(3%, 35%);
  }

  90% {
    transform: translate(-10%, 10%);
  }
}

.down-icon-who-we-are {
  height: 60px;
  position: absolute;
  bottom: 5vh;
  display: flex;
  justify-content: center;
  opacity: 0;
}

/* font-size: calc(6rem + 6vw); */
.subtitle {
  font-family: 'Bodoni-Moda';
  font-size: 1.6rem;
  line-height: 2rem;
  color: #FFFFFF;
  opacity: 0;
}

.text {
  font-family: 'Inter';
  font-size: 1rem;
  line-height: 1rem;
  opacity: 0;
  color: #FFFFFF;
}

mark {
  background-color: transparent;
  background-image: linear-gradient(#FFEE59, #FFEE59);
  background-repeat: no-repeat;
  background-position: center 60%;
  background-size: 100% clamp(35%, 3vw, 2px);
  font-family: 'Bodoni Moda';
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  color: #E73393;
}

/* HERO */
#hero {
  background-image: url(../assets/bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero .cont-who-we-are {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#hero .cont-who-we-are .text-1 {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  color: #E73393;
  opacity: 0;
  letter-spacing: 0.3em;
  font-weight: 600
}

#hero .cont-who-we-are .text-2 {
  font-family: 'Bodoni Moda', serif;
  font-size: 2.5em;
  width: 87%;
  line-height: 3.2rem;
  opacity: 0;
}

#hero .cont-who-we-are .text-2 span {
  color: #E73393
}

#hero .cont-who-we-are .text-3 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  width: 89%;
  color: #686868;
  opacity: 0;
}




/* Photos Random Who We Are */

#photos-random-who-we-are {
  width: 100%;
  height: 80vh;
  background-image: url(../assets/bg.webp);
  /* background-color: darksalmon; */
  background-size: cover;
  background-position: center;
  position: relative;
}

#photos-random-who-we-are .cont-photos-random {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.landing-collage__image {
  top: 0;
  width: 0px;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.landing-collage__image-content {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
}

.cont-photos-random div {
  transform: translate(0px, 30%);
  opacity: 0.7;
}


/* Image 1 */
.landing-collage__image-1 {
  width: 20%;
  margin-top: 22.5%;
  margin-left: 0%;
  z-index: 2;
}

.landing-collage__image-1 .landing-collage__image-content {
  padding-top: 87%;
  background-image: url('../assets/who-we-are/img-1.jpeg');
}

/* Image 2 */
.landing-collage__image-2 {
  margin-left: 5.2%;
  width: 35%;
}

.landing-collage__image-2 .landing-collage__image-content {
  padding-top: 80%;
  background-image: url('../assets/who-we-are/img-2.jpeg');
}

/* Image 3 */
.landing-collage__image-3 {
  width: 25%;
  margin-left: 35.3%;
  margin-top: 11.5%;
  z-index: 3;
}

.landing-collage__image-3 .landing-collage__image-content {
  padding-top: 135%;
  background-image: url('../assets/who-we-are/img-3.jpeg');
}

/* Image 4 */
.landing-collage__image-4 {
  width: 40%;
  margin-left: 50%;
  margin-top: 25.5%;
  z-index: 2;
}

.landing-collage__image-4 .landing-collage__image-content {
  padding-top: 69%;
  background-image: url('../assets/who-we-are/img-4.jpeg');
}


/* Image 5 */
.landing-collage__image-5 {
  width: 18%;
  margin-left: 76.5%;
  margin-top: 6%;
}

.landing-collage__image-5 .landing-collage__image-content {
  padding-top: 130%;
  background-image: url('../assets/who-we-are/img-5.jpeg');
}



@media (max-width: 992px) {



  .landing-collage__image-1 {
    width: 60%;
    margin-top: 10%;
    margin-left: -5%;
  }

  .landing-collage__image-2 {
    width: 77%;
    margin-left: 28%;
    margin-top: 33%;
  }

  .landing-collage__image-3 {
    width: 55%;
    margin-left: -1.7%;
    margin-top: 70.5%;
    z-index: 3;
  }

}

/* LEADERS SECTION */
#leaders {
  padding-top: 5vh;
  background-image: url(../assets/bg.webp);
  background-size: cover;
  background-position: center;
}

.photos {
  position: relative;
  top: calc(-0.475rem + -6vw);
}

.leader-image {
  background-color: white;
  width: 100%;
  padding-top: 155%;
  /* 830x1288 portrait aspect ratio */
  position: relative;
  overflow: hidden;
}

.leader-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transform: scale(1);
  animation: leader-zoom-out 1s;
  transition: transform 0.5s;
}

.leader-image:hover img {
  transform: scale(1.05);
  animation: leader-zoom-in 1s;
}

@keyframes leader-zoom-in {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

@keyframes leader-zoom-out {
  from {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

.leader-content {
  z-index: 2;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  right: 0;
  font-size: 20px;
  color: white;
}

.leader-image span {
  margin: 1rem;
}

.leader-name span {
  font-size: calc(1.525rem + 1.85vw);
  line-height: calc(1.525rem + 1.85vw);
  font-family: 'Anton';
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.leader-name span:last-child {
  color: #e73393;
}

.job-title {
  font-family: 'Inter';
  font-size: 1rem;
  color: #ffffff;
  opacity: 65%;
}

/* CAREERS SECTION */
#careers {
  padding-top: 10vh;
  background-image: url(../assets/bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}

.badge object {
  width: 150px;
}

#careers .arrow {
  margin-top: 10vh;
  margin-bottom: 5vh;
}

#careers .arrow img {
  width: 16px;
}

.join h3 {
  font-family: 'Anton';
  font-size: 4rem;
  color: #1E3361;
}

.join h5 {
  width: 90%;
  font-family: 'Anton';
  font-size: 1.5rem;
  color: #555555;
  line-height: 26px;
  text-transform: uppercase;
}

.join p {
  font-family: 'Inter';
  color: #555555;
  font-size: 1rem;
  line-height: 21px;
  width: 85%;
}

/* POSITIONS */
.careers-div-2 h3 {
  width: fit-content;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 0.6rem;
  color: #E73393;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  background-color: rgb(231 51 147 / 10%);
  border: 1px solid #E73393;
}

.highlight span {
  font-family: 'Bodoni Moda';
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  margin-right: 1.5rem;
  color: #323232;
}

.highlight span:after {
  background-color: #ACACAC;
  content: " ";
  height: 40%;
  position: absolute;
  left: 0;
  margin-left: -0.1em;
  top: 30%;
  width: calc(100% + 0.75rem);
  z-index: -1;
}

.highlight.active span:after {
  background-color: #FFEE59;
}

.highlight.active span {
  color: #1E3264;
}

.highlight[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.highlight[disabled] span {
  color: #7a7a7a !important;
}

.highlight[disabled] span:after {
  background-color: #cfcfcf !important;
}

.no-positions-msg {
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  color: #888888;
  font-style: italic;
  line-height: 1.6rem;
}

#carouselRegion .carousel-indicators [data-bs-target] {
  box-sizing: inherit;
  flex: inherit;
  width: inherit;
  height: inherit;
  padding: inherit;
  margin-right: inherit;
  margin-left: inherit;
  margin-bottom: 1.8rem;
  text-indent: inherit;
  cursor: pointer;
  background-color: inherit;
  background-clip: inherit;
  border: inherit;
  border-top: inherit;
  border-bottom: inherit;
}

#carouselRegion .carousel-indicators {
  position: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  z-index: inherit;
  display: inherit;
  justify-content: inherit;
  padding: inherit;
  margin-right: inherit;
  margin-bottom: inherit;
  margin-left: inherit;
  list-style: inherit;
}



.positions ul {
  font-family: 'Inter';
  font-size: 20px;
  list-style: none;
  padding-left: 0;
  color: #555555;
}

.positions li {
  position: relative;
  background:
    /* gradient can be an image */
    linear-gradient(to left,
      rgba(157, 157, 157, 0.4) 0%,
      rgba(157, 157, 157, 1) 100%) left bottom no-repeat;
  background-size: 80% 1px;
  /* if linear-gradient, we need to resize it */
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}

.positions img {
  color: #e73393;
  position: absolute;
  right: 20%;
}


.positions a:hover {
  color: #e73393;
}

/* MARQUEE */
:root {
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}

.marquee {
  transition: all 0.5s;
  font-family: 'Anton';
  font-size: calc(1.525rem + 6vw);
  text-transform: uppercase;
  overflow: hidden;
  margin: -2% 0;
}

.marquee.running .marquee-inner {
  animation-play-state: running;
}

.marquee:hover .marquee-inner {
  animation-play-state: running;
}

.marquee span {
  white-space: nowrap;
}

.marquee span a {
  padding: 0 2vw 0 2vw;
  text-decoration: none;
}

a.marquee-solid {
  color: #1E3264;
}

a.marquee-outline {
  color: transparent;
  -webkit-text-stroke: 0.1vw #1E3264;
}

.marquee-inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 50s linear infinite;
  animation-play-state: paused;
}

.reverse {
  animation-direction: reverse;
}

#careers .badge {
  width: fit-content;
  position: relative;
  top: 10%;
}

@keyframes marquee {
  0% {
    transform: translateX(var(--move-initial));
  }

  100% {
    transform: translateX(var(--move-final));
  }
}


/* MEDIA QUERIES */

@media (min-width: 1900px) {

  #hero .cont-textsection-who {
    width: 100%;
  }

  #hero .cont-who-we-are .text-1 {
    font-size: 1em;
  }

  #hero .cont-who-we-are .text-2 {
    font-size: 2.7em;
    width: 75%;
    line-height: 3rem;
  }

  #hero .cont-who-we-are .text-3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    width: 75%;
    margin-top: 0.3rem;
  }

}


@media (max-width: 1200px) {
  #leaders .photos {
    top: calc(-0.475rem + -7vw);
  }

  #hero .cont-who-we-are .text-2 {
    width: 100%;
    line-height: 1.2;
  }
}


@media (max-width: 992px) {
  #leaders .photos {
    top: calc(-0.475rem + -8vw);
  }

  #hero .cont-who-we-are .text-2 {
    width: 100%;
  }
}


@media (max-width: 768px) {
  #leaders .photos {
    top: calc(-0.475rem + -8vw);
  }

  #hero .cont-who-we-are .text-3 {
    font-size: 1.2rem;
    line-height: 2rem;
    padding-top: 2rem;
  }

  .positions ul {
    font-size: 15px;
  }

  .positions li {
    background-size: 100% 1px;
    /* if linear-gradient, we need to resize it */
  }

  .positions img {
    right: 0%;
    width: 8%;
  }

  #leaders .marquee {
    line-height: 10rem;
    font-size: calc(1.525rem + 15vw);
  }

  .careers-div-2 h3 {
    margin-top: 3rem;
    letter-spacing: 1.5px;
    font-size: 0.6rem;
    padding: 0.4rem 1rem;
  }

  #carouselRegion .carousel-indicators [data-bs-target] {
    margin-bottom: 1rem;
  }

  #hero .cont-who-we-are .text-1 {
    font-size: 0.7em;
  }


}


@media (max-width: 576px) {
  mark {
    background-position: center 60%;
  }

  #leaders .photos {
    top: calc(-0.475rem + -13vw);
  }

  .marquee {
    line-height: 3.5rem;
  }

  #hero .cont-who-we-are .text-2 {
    font-size: 2em;
  }

  #hero .cont-who-we-are .text-3 {
    font-size: 1rem;
    line-height: 1.8rem;
    padding-top: 2rem;
  }

  .landing-collage__image-1 {
    margin-top: 22.5%;
  }

  .landing-collage__image-3 {
    width: 85%;
    margin-top: 113.5%;
  }

  #leaders .marquee {
    line-height: 6rem;
    font-size: calc(1.525rem + 15vw);
  }
}