:root {
  --blue: #1e90ff;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  color: #333333;
  background-color: #EFEEE9;
  font-size: 10pt;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul {
  padding-left: 0.9rem;
  margin-top: 1rem;
}

ul li {
  margin-left: 0;
}

.container-fluid {
  width: 100%;
  --bs-gutter-x: 0;
}



.center {
  margin-left: auto;
  margin-right: auto;
}

.font1 {
  font-family: "Roboto Condensed", poppins, Arial, Helvetica, sans-serif;
  display: inline;
}

.font2 {
  font-family: "JHA Times Now", "Playfair Display", serif;
  font-family: "Instrument Serif", serif, "JHA Times Now",
    "Playfair Display";
  display: inline;
  font-size: 105%;
}

.font3 {
  font-family: "OT Abalos", "JHA Times Now", "Playfair Display", serif;
  display: inline;
  font-size: 120%;
  font-weight: 400;
  text-transform: uppercase;
}

.fi {
  font-style: italic;
}

.main_tool_bar {
  z-index: 200;
  height: 120px;
  background: transparent;
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
  padding: 30px;
  padding-top: 30px;

  /*
  background-image: repeating-linear-gradient(black, transparent 100%);
  */
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(1, 1, 18, 0.33) 66%, rgba(0, 14, 17, 0.45) 100%);

  &--scrolled {
    height: 80px;
  }
}

.main-tool-bar_content {
  z-index: 200;
  height: 180px;
  background: transparent;
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
  padding-top: 50px;

}

.font_white {
  color: white;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #666666;
}

.logo {
  height: 36px;
}

.nav_logo_container {
  display: block;
}

.nav_logo {
  display: block;
  color: #f2f2f2;
}

.logo {
  display: block;
  height: 30px;
}

.nav_items {
  display: block;
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
}

.nav_item {
  display: block;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  font-size: 10pt;
}



.hero {
  width: 100%;
  height: 100vh;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}

.hero_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  color: white;
}

.hero_txt_container {
  z-index: 100;
  position: absolute;
  bottom: 12%;
  left: 9%;
  /*
  width: 96%;
  margin-top: 39%;
  */
}

.hero_txt1 {
  font-family: "Roboto Condensed", poppins, Arial, Helvetica, sans-serif;
  font-size: 52pt;
  line-height: 100%;
}


.home_content {
  z-index: 100;
  width: 100vw;
  height: 100vh;
}

.hero_img {
  filter: brightness(75%);
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: transparent;

  /*
  background-image: url("https://cdn.midjourney.com/e7bd9daf-21f0-49b5-871a-75ef64478e0a/0_2.png");
  background-image: url("https:/cdn.midjourney.com/f4c5bc64-1a45-4a4e-926c-fee00b8b9606/0_1.png");
  background-image: url("../img/home_bg2.jpg");
  */

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}

.hero_video {
  /**/
  filter: brightness(75%);
  z-index: -2;
  position: absolute;
  top: -90px;

}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.section_title {
  font-family: "JHA Times Now", "Playfair Display", "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24pt;
  letter-spacing: 0.6pt;
  padding: 0;
  color: #000000;
}

.section_title_white {
  font-family: "JHA Times Now", "Playfair Display", "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24pt;
  letter-spacing: 0.6pt;
  padding: 0;
  color: White;
}

.section_desc_intro {
  padding: 0;
  color: #666666;
}

.accordion-body {
  color: #666666;
  padding-bottom: 30px;
}

.accordion-body .font2 {
  color: #333333;
}

.section_desc {
  padding-top: 10px;
  color: #666666;
}

.section_desc_light {
  padding-top: 10px;
  color: #cccccc;
}

.section_subtitle {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11pt;
}

section {
  width: 100%;
  /*margin-bottom: 21vh;
  height: 100vh;
  */
}

.container_main {
  background-color: transparent;
}

section.news,
section.cases,
section.aigc,
section.marquees,
section.introduction {
  overflow: hidden;
  padding-bottom: 9vh;
  min-height: 100vh;
}

.bg_2 {
  background: #222222;
}

section.news {
  background: #aaaaaa;
  color: #000000;
  padding-top: 9vh;
}

section.work_intro {
  min-height: auto;
}

.news_intro {
  font-family: "Roboto Condensed", roboto, poppins, Arial, Helvetica, sans-serif;
  line-height: 115%;
  font-size: 18pt;
  font-weight: 300;
  letter-spacing: 0.6pt;
  letter-spacing: 0;
}

section.introduction {
  overflow: hidden;
  padding: 0;
  height: 100vh;
  background: transparent;
  /*
  margin-top: 20vh;
  */
}

section.aigc {
  height: auto;
  min-height: auto;
}

section.contact {}

section.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #13120e;
  background-color: #000000;
  color: #aaaaaa;
  padding: 30px;
}

.footer_message {
  font-size: 24pt;
}


.footer_link_row {
  width: 100%;
}

.footer_link {
  font-size: 100%;
}

.footer_link a {
  text-decoration: none;
  color: #aaaaaa;
}

.footer_link a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.footer_logo {
  height: 33px;
  display: block;
}

section.marquees {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;

}

.marquee-container {
  position: relative;
  width: 125%;
  height: 250px;
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
  overflow: hidden;
}

.marquee {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  gap: 1em;
}

#marquee-1 .marquee,
#marquee-3 .marquee {
  left: -15%;
}

.intro_text_container {
  width: 100%;
  height: 100vh;
  position: absolute;
  margin: 0 auto;

  text-align: center;
  z-index: 2;

  display: block;

  position: absolute;
  top: 45%;
  transform: translateY(-50%);

}

#section_introtext_strings {
  font-size: 150%;
}

.intro_text {

  height: 50%;
  margin: auto;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
}

.item {
  flex: 1;
  /*
  display: flex;
  */
  justify-content: center;
  align-items: center;
}

.item img {
  border-radius: 1rem;
}

.item.with-text {
  flex: 1.5;
  padding: 21px;
}

.item h1 {
  text-transform: none;
  font-size: 24pt;
  letter-spacing: 1px;
  line-height: 100%;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif, poppins;
  width: 100%;
  color: #333333;
}

.item_body {
  width: 100%;
  color: #666666;
}

@media (max-width: 900px) {


  section.marquees {
    height: 100vh;
  }

  .marquee-container {
    width: 250%;
    height: 150px;
  }

  #marquee-2 .marquee,
  #marquee-4 .marquee {
    left: -35%;
  }

  .item.with-text {
    flex: 1;
    padding: 1px;
  }

  .item h1 {
    font-size: 14pt;
  }

  .char {
    font-size: 60%;
  }


}

/* lenis scroll */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/*------ accordion ------*/
.accordion_title {
  font-size: 200%;
  font-weight: 300;
  color: #666666;
}

.sm {
  padding-top: 20px;
}

.sm_no {
  font-family: "Playfair Display", "Instrument Serif", serif;
  font-family: "Roboto Condensed", "Poppins", sans-serif;
  float: left;
  /* 
  font-size: 22pt;
  padding-top: 3px; */
  font-size: 9pt;
  padding: 6px;
  padding: 0;

}

.sm_title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  float: left;
  padding: 0;
  font-size: 24pt;
}

.sm_content {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  float: left;
  font-size: 11pt;
  padding: 0;
  padding-top: 3px;
  line-height: 120%;
}

.s_body {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 16pt;
  line-height: 130%;
  margin-left: 6px;
}

.sc {
  height: 100%;
}

.s_title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  font-size: 120%;

}

.sc_title_row {
  height: 50%;
}

.sc_title {
  font-size: 100%;
}

.sc_body {
  height: 50%;
}

.sc_body_text {
  bottom: 0;
}

.sc_image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.sc_image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c_title {
  font-family: poppins, Arial, Helvetica, sans-serif;
  font-size: 52pt;
  line-height: 120%;
}

.contact_email {
  font-family: "JHA Times Now", "Playfair Display", "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24pt;
  letter-spacing: 0.6pt;
  color: #cccccc;
  padding-top: 2px;
}

.contact_email:hover {
  color: #ffffff;
}

.accordion {
  margin: 0;
}

.accordion-menu {
  font-size: 15px;
  background: transparent;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  cursor: pointer;
  user-select: none;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  font-size: 14px;
}

.accordion-content.expanded {
  height: 0;
  overflow: hidden;
}


.accordion {
  --bs-accordion-color: #ffffff;
  --bs-accordion-bg: transparent;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #ffffff;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
  transition: ease-in-out 1s;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #aaaaaa;
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
}

.accordion-button:hover {
  color: #000000;
}

.accordion-button::after {
  /*
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  */
}

.accordion_line {
  border-top: 0.3px solid #aaaaaa;
}

.top_buffer_05 {
  margin-top: 5vh;
}

.top_buffer_1 {
  margin-top: 10vh;
}

.bottom_buffer_05 {
  padding-bottom: 5vh;
}

.bottom_buffer_1 {
  padding-bottom: 10vh;
}

.bottom_buffer_15 {
  padding-bottom: 15vh;
}

.top_buffer_2 {
  margin-top: 20vh;
}

.top_buffer_3 {
  padding-top: 15vh;
}

.top_buffer_3p {
  padding-top: 30vh;
}

.top_line {
  border-top: #aaaaaa;
}

.tbg {
  background-color: aqua;
}

.carousel-caption {
  position: absolute;
  /*
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  bottom: 1.25rem;
  */
  color: #fff;
  right: 0;
  top: 0;
  left: 55%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  /* */
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-left: 55%;
  margin-right: 38%;
}

.hr_line {
  margin: 0;
}

.hr_line_services {
  margin: 0;
  margin-bottom: 15px;
}

.hr_line_contact {

  border-top: 1px solid #999999;
}

.hr_line_works {
  border: 0.6px solid #aaaaaa;
}

.services_img img {
  opacity: 0;
}

.case_head_row {
  padding-top: 30px;
}

.case_title_row {
  padding-top: 50%;
}


.carousel-control-prev {
  position: absolute;
  top: 95%;
  /* bottom: 0; */
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 15%; */
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  width: 3%;
  left: 94%;
}

.carousel-control-next {
  position: absolute;
  top: 95%;
  /* bottom: 0; */
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 15%; */
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  width: 3%;
  left: 97%;
}

input[type=text],
input[type=text]:focus,
input[type=textarea],
input[type=textarea]:focus {
  background: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0%;
  color: #aaaaaa;
}

button[type=submit] {
  background-color: transparent;
  border: none;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  margin-top: 30px;
}

.form_row {
  height: 60pt;
}


.enquiry {
  font-family: poppins, Arial, Helvetica, sans-serif;
  margin-left: auto;
  margin-right: auto;
  font-size: 30pt;
  margin-bottom: 20px;
}

.typed-cursor {
  font-size: 50%;
}

.char {
  font-size: 100%;
}

.carousel-indicators [data-bs-target] {
  border-bottom: 1px solid transparent;

}


img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.story_intro {
  width: 100vw;
}

.story_img_intro {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;

  filter: brightness(33%);
  /*
  border-radius: 1rem;
  */
}




.case_media {
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm_img {
  overflow: hidden;
  width: 50vw;
  height: 50vw;
}


.story__media {
  overflow: hidden;
}



.img_container {
  position: relative;
  text-align: left;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.top-left {
  position: absolute;
  top: 0px;
  left: 0px;
}

.top-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

.bottom-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





/*
  new services
*/
.side-scroll-container {
  height: 100vh;
}




/* Cases */
.thecases {
  width: 100%;
}

.slides-wrapper {
  margin-top: 63px;
}

.image {
  width: 50%;
  margin-top: 100px;
}

.panel {
  width: 100%;
  min-height: calc(100vh - 64px);
  display: flex;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  background: #f8f8f8;
  overflow: hidden;
  color: #000;
  /*
  border-radius: 1rem;
  */
}

.height {
  /*   height:300vh;
  overflow:scroll; */
  background: red;
}

.panel h1 {
  font-size: 17vw;
  letter-spacing: -0.05em;
  font-weight: 600;
  margin: 0 auto;
  text-transform: uppercase;
}


/* Horizontal scroll section */
.side-scroll {
  background-color: #1b1717;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-scroll-heading {
  color: #eeebdd;
  padding-top: 09vh;
}

.side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 24vh;
}

.side-scroll-list {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  gap: 0 60px;
}

.side-scroll-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 360px;
  background-color: #eeebdd;
  color: #1b1717;
  font-size: 32px;
  font-weight: 700;
}

.side-scroll-item+.side-scroll-item {
  margin-left: 60px;
}




.accordion-section {
  width: 100%;
  /*
  background-color: #cccccc;
  */
}


/**/
.content_services {
  padding-bottom: 1rem;
}

.content_services p {
  margin: 0;
  margin-bottom: 1rem;
}

.content_services p:last-child {
  margin: 0;
}

.services_content {
  line-height: 150%;
}



/*Mobile */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body {
    font-size: 10pt;
  }

  .hero_txt1 {
    font-size: 24pt;
    /*
    margin-left: 20%;
    margin-right: 20%;
    */
  }

  .story_intro {
    height: 100vh;
    width: 100vw;
  }

  .intro_text_container {
    top: 50%;
  }

  .sm_title {
    font-size: 18pt;
  }
}




/* Cases v3 */
.intro_casesv3 {
  height: 30vh;
  display: grid;
  place-items: center;
  text-align: center;
  margin-bottom: 10px;
}

.img_casesv3 {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 1rem;
  /*
  border: 1px solid lightgray;
  border-radius: 1rem;
  */
  margin-bottom: 10px;
}

.story__media {
  overflow: hidden;
  /*
  */
  border-radius: 1rem;
}

.story_casesv3 {
  cursor: pointer;

}

.story__caption-wrap {
  overflow: hidden;
  position: relative;
}

.case_type {
  font-size: 60%;
}

.story__caption {

  box-sizing: border-box;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  /*
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(1, 1, 18, 0.66) 66%, rgba(0, 14, 17, 0.66) 100%);
opacity: 0;

  text-shadow: 0px 0px 15px black;*/
  cursor: pointer;
}

.story__caption:hover {}

.story__caption h2 {
  font-size: 21pt;
  color: #000;
}

.story__caption p {
  font-size: 10pt;
  color: #aaaaaa;
  padding: 0;
}

p {
  padding: 0;
}


/* End Cases v3 */

.card {
  border-radius: 0;
}

.mc {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
}

.comingsoon {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;


  border-radius: 125rem;
  color: white;
  padding: 3px;
  width: 120px;

  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  pointer-events: auto;
  background-color: #2424244d;
}

.ball {
  width: 9px;
  height: 9px;
  position: fixed;
  top: 0;
  left: 0;
  border: 6px solid #cccccc;
  border-radius: 50%;
  pointer-events: none;
  z-index: 500;
  /*
  display: none;
  */

  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  pointer-events: auto;
  background-color: #2424244d;
}



/* News */
.wrapper {
  margin-top: 30px;
  width: 150%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: transparent;
}

.carousel {
  background: blue;
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.box {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: green;
  height: 320px;
  width: 320px;
  margin: 0 50px 0 0;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  color: black;
  font-size: 21px;
  cursor: pointer;
}

/* End News */

button {
  border: none;
  background: transparent;
  color: grey;
  cursor: pointer;
}

button:hover {
  color: white;
}

.button_news {
  border: none;
  background: transparent;
  color: grey;
  cursor: pointer;
  /*This is the part that glues it to the bottom*/
}

.button_news1 {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.button_news2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.button_news:hover {
  color: black;
}

.tab {
  vertical-align: bottom !important;
}


.intro_img_container {
  overflow: hidden;
  height: 100%;
}

.intro_img {

  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: brightness(75%);

  filter: brightness(0.5) saturate(33%);
}

.intro_txt {
  text-align: center;
  position: absolute;
  font-size: 200%;
  z-index: 20;

  text-shadow: 0px 0px 15px black;
  color: white;
}

/* Menu */


.row {
  --bs-gutter-x: 5.0rem;
}

.spacer_3 {
  height: 300px;
}

.spacer_1 {
  height: 100px;
}

.spacer_05 {
  height: 50px;
}



/* Cases Flex */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.flex-item-3 {
  padding: 45px;
  flex: 30%;
}

.flex-item-5 {
  padding: 45px;
  flex: 50%;
}

.flex-item-10 {
  padding: 45px;
  flex: 100%;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {

  .flex-item-3,
  .flex-item-5 {
    flex: 100%;
  }
}

/* End Cases Flex */

.marquee_logos {
  background-color: #181716;
  color: #ffff;
  margin: 0 auto;
  padding: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.marquee_logos_text {
  white-space: nowrap;
  /*
  font-size: clamp(8rem, 22vw, 8rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  */
}

.marquee_auto_items {
  height: 15%;
  width: auto;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 18px;
}

.marquee_auto_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  width: 20%;
  margin: 0;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  color: #181716;
  cursor: pointer;
}

.whatwedo_img {
  height: 300px;
}

.case_img {
  height: 200px;
}

.case_item {
  cursor: pointer;
}

.mobile_text {
  display: none;
}

@media only screen and (max-width: 600px) {
  .mc {
    display: none;
  }

  .logo {
    height: 18px;
  }

  .container {
    --bs-gutter-x: 6rem;
  }

  section.introduction {
    display: none;
  }


  .nav_logo {
    float: left;
    display: block;
    color: #666666;
    text-align: center;

  }

  .nav_item {
    padding: 5px;
    font-size: 10pt;
  }

  .marquee_auto_item {
    width: 60%;
  }


  .email_text {
    margin-top: 10vh;
  }

  .mobile_text {
    display: block;
  }
}