@font-face {
  font-family: "monument-regular";
  src: url("../font/ABCMonumentGrotesk-Regular.otf") format("opentype");
}

@font-face {
  font-family: "monument-black";
  src: url("../font/ABCMonumentGrotesk-Black.otf") format("opentype");
}

@font-face {
  font-family: "monument-bold";
  src: url("../font/ABCMonumentGrotesk-Bold.otf") format("opentype");
}

@font-face {
  font-family: "monument-medium";
  src: url("../font/ABCMonumentGrotesk-Medium.otf") format("opentype");
}

@font-face {
  font-family: "monument-ultra";
  src: url("../font/ABCMonumentGrotesk-Ultra.otf") format("opentype");
}

@font-face {
  font-family: "monument-ultraIt";
  src: url("../font/ABCMonumentGrotesk-UltraItalic.otf") format("opentype");
}


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

  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

html {
  font-size: 100%;
}

body {
  background-color: black;
}

iframe {
  width: 1920px;
  height: 1024px;
  border: none;
}

div iframe.video.home {
  pointer-events: none;
}


/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}


:root {
  --padding: 1.5rem;
  --color-black: #000;
  --color-white: #fff;
  --color-white-2: #eee;
  --color-grey: #777;
  --color-grey-2: #555;
  --color-light: #efefef;
  --color-text: var(--color-white);
  /* --color-red: var(--color-grey); */
  --color-background: var(--color-black);
  --color-code-light-grey: #cacbd1;
  --color-code-comment: #a9aaad;
  --color-code-white: #c5c9c6;
  /* --color-red: rgb(245, 51, 51); */
  /* --color-red: rgb(245, 71, 71); */
  --color-red: rgb(255, 0, 0);
  /* --color-red: #CE3A27; */
  --color-code-orange: #de935f;
  --color-code-yellow: #f0c674;
  --color-code-green: #a7bd68;
  --color-code-aqua: #8abeb7;
  --color-code-blue: #7e9abf;
  --color-code-purple: #b294bb;
  --rollover: 120px;
  --navigation: 40px;
  --header: 60px;
  --footer: 100px;
  --font-family-sans: "monument-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

html {
  font-family: "monument-regular", Helvetica, sans-serif;
  color: var(--color-text);
  background: var(--color-background);
}

img {
  width: 83%;
  margin: 7px 0 7px 0;
}

body {
  padding: 0;
  margin: 0 auto;
}

li {
  list-style: none;
}

a {
  color: var(--color-white);
  text-decoration: none;
}

div.menuelement a,
div.thumb-txt div a,
div.footer-item a,
div.menuelement svg {
  color: var(--color-red);
}


div.menuelement svg {
  /* width: 200px; */
  /* padding-top: 8px; */
  fill: var(--color-red);
}

button {
  font: inherit;
  background: none;
  border: 0;
  color: var(--color-red);
  cursor: pointer;
}

strong,
b {
  font-weight: 600;
}

small {
  font-size: inherit;
  color: var(--color-red);
}

.navigation {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0px;
  width: var(--navigation);
  height: 100%;
  opacity: 0;
  font-family: "monument-bold", Arial, Helvetica, sans-serif;
  /* text-align: right;
  transform: rotate(-90deg) translate(100%, 0%);
  -moz-transform: rotate(-90deg) translate(100%, 0%);
  -webkit-transform: rotate(-90deg) translate(100%, 0%);
  -o-transform: rotate(-90deg) translate(100%, 0%);
  transform-origin: left top;
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top; */
  /* background-color: var(--color-red); */
  /* background-color: transparent; */
  /* background-color: white; */
  font-size: 1.5rem;
  /* text-align: left; */
  z-index: 2;
  /* color: rgb(0, 0, 0); */
  /* background-color: #ccc; */
  /* mix-blend-mode: exclusion; */
  /* transition: opacity 0.5s; */
}

.menuelement {
  padding: 1rem;
}

.film-title {
  text-shadow: rgba(0, 0, 0, 0.85) 2px 2px 6px;
}

/* .navigation:hover {
  opacity: 1;
} */

.activation-right,
.activation-left {
  position: absolute;
  top: 0px;
  width: var(--rollover);
  height: 100vh;
  /* height: inherit; */
  /* background-color: #7e9abf; */
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.activation-right {
  right: 0px;
}

.activation-left {
  left: 0px;
}

.arrow {
  text-align: center;
}

.arrow img {
  width: 33%;
  height: auto;
}


.right {
  right: 0px;
  width: var(--rollover);
  /* width: var(--navigation) */
  /* transition: all 0.125s; */
}

.left {
  left: 0px;
  width: var(--rollover);
  /* width: var(--navigation) */
  /* transition: all 0.125s; */

}

/* .left:hover {
  width: 100px;
} */

.nav-txt {
  /* text-transform: uppercase; */
  text-align: center;
  width: 600px;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  overflow: hidden;
  /* opacity: 0; */
  /* transform: rotate(-90deg) translate(-500%, 0%);
  -moz-transform: rotate(-90deg) translate(-500%, 0%);
  -webkit-transform: rotate(-90deg) translate(-500%, 0%);
  -o-transform: rotate(-90deg) translate(-500%, 0%); */
  /* transform-origin: left top;
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top; */

}

.nav-txt a {
  /* color: #eee; */
  color: var(--color-red);
}

.nav-txt a:hover {
  /* color: #eee; */
  /* color: var(--color-red); */
  color: var(--color-white);
}


.bg-light {
  background-color: var(--color-light);
}

.color-grey {
  color: var(--color-red);
}

.project {
  /* margin-top: ; */
  padding-top: 2rem;
  display: flex;
  flex-direction: row;
  background-color: var(--color-black);
  /* height: 100vh; */
  color: var(--color-red);
  /* margin-bottom: 100px; */
  align-items: baseline;
}

.project-left,
.project-right {
  width: 50%;
  padding-left: calc(1rem + var(--navigation));
  padding-right: var(--navigation);
}

.summary {
  margin-bottom: 2rem;
}

.lang_btn {
  cursor: pointer;
  color: var(--color-white);
}

.lang_btn:hover {

  color: var(--color-red);
}

.project-title {
  font-size: 2rem;
  font-weight: 900;
  text-transform: capitalize;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.project-country {
  font-size: 0.85rem;
}

.icon {
  position: relative;
  height: 1.85rem;
  width: auto;
}

.icon-small {
  height: 0.85rem;
  width: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-txt {
  color: var(--color-white-2);
  /* display: flex; */
  gap: 10px;
  width: 100%;
  /* font-size: 0.65rem; */
  font-size: 1rem;
}

.txt-small {
  font-size: 0.85rem;
  font-weight: 700;
}

.space-between {

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


.summary-text {
  max-height: 250px;
  overflow-y: scroll;
  padding-bottom: 1rem;
}

.project-details {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;

}

.project-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  align-items: center;
  background-color: transparent;
  margin-top: 100px;
}

.thumb {
  /* position: relative; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* min-height: 450px; */
  padding: 0.25rem;
}

.thumb-container {
  width: 50%;
  position: relative;
  padding-top: 33.3334%;
}

.container {
  margin-top: var(--header);
  height: calc(100vh - (var(--header) + var(--footer)));
  overflow-y: scroll;
}

.border {


  /* margin: 0.85rem; */
  border: solid 0px var(--color-red);
  transition: all 33ms;
}

.border:hover {
  /* border: solid 5px var(--color-red); */
}

.thumb-img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;

  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center;
  /* max-width: 600px; */
  margin: auto;
}

/* .thumb-txt:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
} */

.thumb-txt {
  width: 100%;
  height: 100%;
  /* pointer-events: none; */

}

.thumb-txt div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2.75rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.thumb a {
  /* display: block; */
  width: 100%;
  height: 100%;
}


/* .thumb-img:hover {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);

} */

/* .thumb-txt:hover { */
/* color: #777; */
/* backdrop-filter: gray; */
/* backdrop-filter: grayscale(1); */
/* filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); */
/* } */

/* 
#top-div, #bottom-div {
  width: 100px;
  height: 100px;
}

#top-div {
  position: absolute;
  top: 0; 
  left: 0; 
  background-color: red;
}

#bottom-div {
  background-color: blue;
}
*/

/* 
.thumb-img::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



.thumb-img:hover~.thumb-txt:hover {
  filter: none;
  -webkit-filter: grayscale(0%);

  filter: grayscale(0%);

} */


.header {
  opacity: 1;
  z-index: 40;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: var(--header);
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(black, rgba(0, 0, 0, 0));
  /* background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(136,136,136,0.6782913849133403) 48%, rgba(255,255,255,0) 100%); */
  /* background: rgb(0, 0, 0); */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%); */
  transition: opacity 0.5s;
  /* border-bottom: solid transparent 1px; */
  mix-blend-mode: normal;
}

.logo {
  /* padding: 1rem; */
  display: flex;
  align-items: center;
  /* font-weight: 600; */
  cursor: pointer;
  height: var(--header);
  /* backdrop-filter: blur(2px); */
  border-radius: 50%;
}

.logobale {
  height: 5rem;
  width: auto;
}

.logocaduff {
  height: 1.75rem;
  width: auto;
}

a.logo svg {
  height: 45px;
}

a.logo img {
  height: var(--header);

}

.about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: var(--header);
  padding-left: var(--navigation);
  padding-right: var(--navigation);
  height: calc(100vh - var(--header) - 100px);
  overflow: hidden;
  overflow-y: scroll;
}


.ab-left {
  width: 50%;
  height: 100%;
}

.ab-right {
  padding-top: 80px;
  width: 150px;
  height: 100%;
}

.ab-title {
  margin-bottom: var(--header);
}

.title-big {
  font-size: 2rem;
  color: var(--color-red);
  font-family: "monument-bold";
}

.title-small {
  font-size: 0.85rem;
  color: var(--color-red);
  font-family: "monument-bold";
}

.ab-bio {
  /* height: 500px; */
  overflow-y: scroll;
  margin-bottom: 20px;
}

.ab-contact {
  margin-bottom: 20px;
}



.ab-logo {
  margin-right: 10px;
  width: 16px;
  height: auto;
}

.ab_img,
div.ab_img a {
  font-size: 1rem;
  color: var(--color-white);
  font-family: "monument-regular";
  max-width: 250px;
}

.menu {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  width: fit-content;
  width: -moz-fit-content;
  width: -o-fit-content;
  width: -webkit-fit-content;
}

.menu a {
  /* padding: 1rem; */
  display: block;
}

.menu a[aria-current] {
  text-decoration: underline;
}

.social {
  display: flex;
  margin-top: 0.5rem;
  height: 20px;
  align-items: center;
  /* background-color: #a7bd68; */
  /* padding: 0 .5rem; */
}

.social a {
  /* padding: 1rem .5rem; */
}

.section {
  padding: 3rem 0;
}

.grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}

.grid>.column {
  margin-bottom: var(--gutter);
}

.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.title {
  /* pointer-events: none; */
  font-size: 6rem;
  font-family: "monument-bold";
  width: 100%;
  height: fit-content;
  color: var(--color-red);
  text-shadow: rgba(0, 0, 0, 0.85) 2px 2px 6px;
}

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


  width: calc(100vw - (var(--rollover) * 2));
  /* text-shadow: var(--color-light) 3px 3px 0px; */
}

/* cursor: url('../icons/logos/Cadufffilm_play_button.png')56 56, pointer; */

.pause-btn {
  cursor: url('../icons/logos/Cadufffilm_stop_button.png')56 56, pointer;
}

.play-btn {
  cursor: url('../icons/logos/Cadufffilm_play_button.png')56 56, pointer;
}

.reset-cursor {
  cursor: auto;
}


.text {
  line-height: 1.5em;
  font-size: 1rem;
}

.text a {
  text-decoration: underline;
}

.text :first-child {
  margin-top: 0;
}

.text :last-child {
  margin-bottom: 0;
}

.text p,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
}

.text ul,
.text ol {
  margin-left: 1rem;
}

.text ul p,
.text ol p {
  margin-bottom: 0;
}

.text ul>li {
  list-style: disc;
}

.text ol>li {
  list-style: decimal;
}

.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}

.text h1,
.h1,
.intro {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.25em;
}

.text h2,
.h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.text h3,
.h3 {
  font-weight: 600;
}

.text .codeblock {
  display: grid;
}

.text code {
  font-family: var(--font-family-mono);
  font-size: 1em;
  background: var(--color-light);
  padding: 0 .5rem;
  display: inline-block;
  color: var(--color-black);
}

.text pre {
  margin: 3rem 0;
  background: var(--color-black);
  color: var(--color-white);
  padding: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1.5rem;
}

.text pre code {
  padding: 0;
  background: none;
  color: inherit;
}

.text hr {
  margin: 6rem 0;
}

.text dt {
  font-weight: 600;
}

.text blockquote {
  font-size: 1.25rem;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1rem;
  margin: 3rem 0;
  max-width: 25rem;
}

.text blockquote footer {
  font-size: .875rem;
  font-style: italic;
}

.text figure {
  margin: 3rem 0;
}

.text figcaption {
  padding-top: .75rem;
  color: var(--color-red);
}

hr {
  border: 0;
  background: var(--color-red);
  height: 2px;
  width: 1.5rem;
  margin: 3rem auto;
}

.align-center {
  text-align: center;
}

.intro {
  max-width: 40rem;
}

.intro *:not(:last-child) {
  margin-bottom: 1em;
}

.cta {
  background: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: .75rem 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-black);
}

.box {
  background: var(--color-light);
  padding: 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-light);
}

.swiper-gallery {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1000vh;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.85);
}

.close {
  cursor: pointer;
  z-index: 99999999999999999;
  width: 30px;
  height: auto;
  position: fixed;
  bottom: 50px;
}

.gallery-container {
  background-color: transparent;
  display: flex;
  /* padding-top: var(--header); */
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery {
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-gallery {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mini {
  width: calc(100% / 5);
  height: 65px;
  /* object-fit: contain; */
}

.mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-fit: contain; */
  border: 0;
}

.video,
.img {
  position: relative;
  display: block;
  /* --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: transparent; */
  height: 100vh;
}

.img img,
/* .mini img, */
.video iframe,
.video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  border: 0;
}

.img img {
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video {
  /* width: 125%;
  height: 100vh; */
}

.video video {
  object-fit: cover;
  /* width: 150%; */
}

.controls-container {
  position: absolute;
  visibility: hidden;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  display: flex;
  flex-direction: column;
}

.video-controls {
  width: 100%;
  height: 100%;
}

.video-controls-mobile {
  position: absolute;
  display: flex;
  justify-content: center;
  /* background-color: #de935f; */
  bottom: 5px;
  top: unset;
  left: unset;
  transform: unset;
  width: 100%;
  height: 50px;
  padding: 0 10px 0px 10px;
}

.fullscreen-controls {
  /* display: none; */
  padding: 1rem;
  display: flex;
  /* flex-direction: row; */
  /* gap: 20px; */
  justify-content: center;
  align-items: center;
  /* z-index: 50; */
  visibility: visible;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: var(--header); */
  /* width: 100%; */
  height: var(--header);
  /* text-align: center; */
  /* align-items: center; */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  color: var(--color-red);
}

.fullscreen {
  /* padding-top: 16px; */
}

.controls {
  cursor: pointer;
}

.controls svg {
  width: 75%;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: calc(15px + var(--navigation));
  left: auto;
  color: var(--color-red);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: calc(15px + var(--navigation));
  right: auto;
  color: var(--color-red);
}

.img[data-contain] img {
  object-fit: contain;
}

.img-caption,
.video-caption {
  padding-top: .75rem;
  line-height: 1.5em;
}

.footer {
  height: var(--footer);
  /* position: fixed; */
  bottom: 0px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 30px; */
}

.bottom {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
}

.credits {
  line-height: 0.75rem;
}

.credits a {
  font-size: 0.75rem;
  color: var(--color-grey-2);
}

/* .footer:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  background: var(--color-black);
  margin-bottom: 1.5rem;
} */

.footer h2 {
  font-weight: 600;
  margin-bottom: .75rem;
}

.footer ul,
.footer p {
  color: var(--color-red);
}

.footer p {
  max-width: 15rem;
}

.footer a:hover {
  color: var(--color-text);
}


.map {
  --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.margin-s {
  margin-bottom: .75rem;
}

.margin-m {
  margin-bottom: 1.5rem;
}

.margin-l {
  margin-bottom: 3rem;
}

.margin-xl {
  margin-bottom: 4.5rem;
}

.margin-xxl {
  margin-bottom: 6rem;
}


@media screen and (min-width: 60rem) {
  body {
    --padding: 3rem;
  }

  .grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .grid>.column {
    grid-column: span var(--columns);
  }

}

.pagination {
  display: flex;
  padding-top: 6rem;
}

.pagination>span {
  color: var(--color-red);
}

.pagination>* {
  padding: .5rem;
  width: 3rem;
  text-align: center;
  border: 2px solid var(--color-red);
  margin-right: 1.5rem;
}

.pagination>a:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.project-excerpt {
  line-height: 1.5em;
}

.project-excerpt header {
  margin-bottom: 1.5rem;
}

.project-excerpt figure {
  margin-bottom: .5rem;
}

.project-excerpt-title {
  font-weight: 600;
}

.project-excerpt-date {
  color: var(--color-red);
}

.mobile-btn {
  height: inherit;

}

.mobile-btn img {
  height: 35px;
  width: auto;
}

/* iframe {
    width: 100%;
    height: 100%;
  } */

@media screen and (max-width: 750px) {
  html {
    font-size: 75%;
  }



  .title {
    font-size: 3rem;
    line-height: 3rem;
  }

  .fullscreen{
    font-size: 2rem;
  }

  .menu a {
    font-size: 2rem;
  }

  .menu {
    width: unset;
  }

  .about {
    flex-direction: column;
    height: max-content;
    margin-top: 6rem;
  }

  .ab-left,
  .ab-right {
    width: 85%;
  }

  .ab-right {
    padding-top: 0px;
  }

  .navigation {
    display: none;
  }

  .activation-left,
  .activation-right {
    display: none;
  }

  .logobale {
    height: 5rem;
  }

  .logocaduff {
    height: 1.75rem;
  }

  .header {
    position: fixed;
    /* position: absolute; */
    z-index: 40;
    top: 0px;
    left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    background: linear-gradient(black, rgba(0, 0, 0, 0));
    /* background: linear-gradient(black 0%, rgba(0, 0, 0, 0) 65%); */

    /* background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(136,136,136,0.6782913849133403) 48%, rgba(255,255,255,0) 100%); */
  }

  .swiper-button-next {
    right: 15px;
  }

  .swiper-button-prev {
    left: 15px;
  }

  /* a.logo svg{
    height: 50px;
  } */
  .project {
    gap: 30px;
    flex-direction: column;
  }

  .project-left,
  .project-right {
    width: 100%;
  }

  .project-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-right {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
  }

  .project-thumbs {
    flex-direction: column;
  }

  .thumb {
    width: 100%;
  }

  .thumb-container {
    width: 100%;
    position: relative;
    padding-top: 66.6667%;
  }

  .thumb-txt div {
    width: 100%;
  }

  .centered {
    top: 50vh;
    width: 100%;
  }

  .video-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  .video {
    width: 130%;
  }

  .video-controls {
    position: absolute;
    display: flex;
    justify-content: center;
    /* background-color: #de935f; */
    bottom: 5px;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    height: 50px;
    padding: 0 10px 0px 10px;
  }
}