/**
 * Theme Name: devy-danpearlman
 * Theme URI: https:/danpearlman.com
 * Description: WordPress theme built for danpearlman.com website
 * Version: 1.0.0
 * Author: Devy Digital
 * Author URI: https:/devydigital.com/
 * Text Domain: dan
 */

input[type="search"]::-ms-clear {
  display: none !important;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none !important;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@font-face {
  font-family: "Futura";
  src: url("./assets/fonts/FuturaPTBold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "Futura";
  src: url("./assets/fonts/FuturaPTMedium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Futura";
  src: url("./assets/fonts/FuturaPTNormal.otf");
  font-weight: 400;
}

@font-face {
  font-family: "Futura";
  src: url("./assets/fonts/FuturaPTLight.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("./assets/fonts/Raleway-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Raleway";
  src: url("./assets/fonts/Raleway-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Raleway";
  src: url("./assets/fonts/Raleway-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Raleway";
  src: url("./assets/fonts/Raleway-Light.ttf");
  font-weight: 300;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap");

body {
  overflow-x: hidden;
  font-family: "Raleway";
}

::-webkit-scrollbar {
  display: none;
}
.wrapperRollingText {
  /* white-space: nowrap; */
  /* margin-top: 20px; */
  /* display: flex;
  justify-content: flex-end; */
}
@keyframes primary {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}

@keyframes secondary {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}
.primary {
  animation: primary 10s linear infinite;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0%;
  top: 0%;
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
}

.secondary {
  animation: secondary 10s linear infinite;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0%;
  top: 0%;
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
}
.rollingText {
  /* font-size: 6vw;
  display: inline-block;
  margin: 0 4rem; */
  position: relative;
  width: 100%;
  height: 20rem;
  padding: 2rem 0;
  overflow-x: hidden;
  /* background-color: #707070; */
}
.back-to-top-btn{
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  cursor: pointer;
  z-index: 10;
  display: none;

}
.links-footer{
  background-color: #000000;
  color: #fff;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  width: 100%;
}
.links-footer a{
  font-size: 1.8rem;
  position: relative;
  border-bottom: 3px solid #fff;
  color: white;
  text-decoration: none;
  font-family: "Futura";
  padding-bottom: 0.5rem;
  letter-spacing: 3px;
  font-weight: 400;
}
.links-footer a:hover:before {
  animation-name: lineMotionX;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.links-footer a:hover {
  border-color: transparent;
  opacity: 0.6;
}
.links-footer a:before {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}
.hero__title {
  display: none;
  opacity: 0;
  font-family: "Futura";
}
.hero__title-first {
  width: 70%;
}
.wrapperRollingText1 {
  white-space: nowrap;
  /* margin-top: 20px; */
}
.rollingText1 {
  font-size: 6vw;
  display: inline-block;
  margin: 0 7rem;
}
#adaptive-cursor {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;

  display: flex;
  font-size: 37px;
  font-family: "Futura";
  height: 0;
  justify-content: center;
  line-height: 1.5;
  padding: 10px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: color 0.5s ease;
  width: 0;
  white-space: nowrap;
  z-index: 100;
  color: black;
}
/* .agencies-list-item {
  pointer-events: none;
} */
.agencies-list .swiper-wrapper {
  width: 424rem !important;
}
.has-label-state,
.has-icon-state {
  /* color: rgba(255, 255, 255, 1); */
  transition-delay: 0.3s;
}

.hero-container {
  height: 100svh;
  width: 100vw;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
}
.hero-video {
  /* position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  object-fit: cover; */
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100svh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-video-mob {
  display: none;
}
h2 * {
  will-change: transform;
}
.career-page-hero {
  position: relative;
}
.hero__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000000b2;
  text-align: center;
  position: relative;
}
.hero-skip-btn {
  color: white;
  font-size: 1.6rem;
  font-family: "Futura";
  letter-spacing: 3px;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  cursor: pointer;
  width: 100%;
}
.hero__title {
  text-transform: uppercase;
  font-size: 10rem;
  line-height: 11rem;
  color: white;
  max-width: 147.8rem;
  font-family: "Futura";
  font-weight: 700;
}

.lang_sel_list_horizontal{
  width: 20rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-size: 3rem;
  color: #fff;
}

.lang_sel_list_horizontal a{
text-decoration: none;
color: inherit;
}

.split-parent,
.split-parent1,
.split-parent11,
.split-parent12 {
  overflow: hidden;
}

.split-child,
.split-child1,
.split-child11,
.split-child12 {
  display: inline-block;
}

.hero__title-bg {
  font-size: 15rem;
  line-height: 14rem;
}
.swiper-arrows-mob{
  display: none;
}
.expertise-section {
  /* background-color: black;
    position: relative;
    display: flex;
    justify-content: space-between; */
  position: relative;
  height: 100svh;
  background-color: #000;
}

.expertise-section section {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  visibility: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
  height: 100%;
  /* padding-top: 10.5rem; */
  padding-left: 14rem;
  padding-right: 6.6rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
}

.outer,
.inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  /* height: 75.8rem; */
  overflow: hidden;
}

.bg {
  display: flex;
  /* align-items: center;
    justify-content: center; */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 2px;
  background-size: cover;
  background-position: center;
  /* height: 75.8rem; */
  overflow: hidden;
}

.bg h2 {
  z-index: 2;
}

.clip-text {
  overflow: hidden;
}

.seventh .bg {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("./assets/images/FINAL_Future Retail_MR_Spex_Header.jpg");
}

.gradient-bg {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 33%,
    rgba(0, 0, 0, 0) 62%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}

.gradient-bg-home {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 33%,
    rgba(0, 0, 0, 0) 62%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 1) 100%
  );
}

.first .bg {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("./assets/images/FINAL_Future_Brand_MB_Header_FINAL.jpg");
}

.fifth .bg {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("./assets/images/Leisure_YB_Unterwasserwelt_S.162_163.jpg");
}

.second .bg {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("./assets/images/FINAL_Future Communication_MisterSpex_Header.jpg");
}

.third .bg {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("./assets/images/CrossReality_home.jpg");
  background-position: 50% 45%;
}

.sixth .bg {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("./assets/images/NewWork_home_image.jpg");
  background-position: 50% 45%;
}

.fourth .bg {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    url("./assets/images/Future Destination_Bikini_Header.jpg");
  background-position: 50% 45%;
}

.expertise-section-gradient {
  width: 101%;
  height: 101%;
  position: absolute;
  z-index: 1;
  left: -2px;
  top: -2px;
}

.expertise-img-container {
  /* padding-top: 10.5rem;
    padding-left: 23.5rem;
    height: 90%; */
  padding-left: 23.5rem;
  height: 99%;
  /* margin-top: 0.5rem; */
}

.img-container-retail {
  height: 100%;
  width: 100%;
}

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

.expertise-background {
  width: 100%;
  height: 100%;
  /* overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; */
  position: absolute;
  /* top: 10.5rem; */
  top: 0;
  left: 0;
  /* height: 75.8rem; */
  height: 100%;
}

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

.expertise-content {
  color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 10.5rem;
  padding-left: 14rem;
  padding-right: 6.6rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
}

.impressum-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* font-family: "Futura"; */
}

.impressum-page h1 {
  font-size: 10rem;
  margin-top: 20rem;
  margin-bottom: 4rem;
  font-family: "Futura";
}
.impressum-page .text {
  font-size: 3rem;
  width: 70%;
  padding: 4rem;
}
.impressum-page .text p {
  margin-bottom: 2rem;
}
.expertise-content-retail {
  padding-top: 0;
}
.category-body-text{
  font-size: 2.5rem;
  line-height: 3rem;
  max-width: 88rem;
  color: #000;
  margin: 0 auto;
  text-align: center;
}


.expertise-content-retail .expertise-text h2 {
  font-family: "Futura";
  font-weight: 700;
  font-size: 10rem;
  line-height: 10rem;
  margin-bottom: -1rem;
  overflow: hidden;
  text-transform: uppercase;
}
.expertise-text .small-title{
  font-size: 6rem;
  font-weight: 400;
  text-transform: uppercase;

}
.career-page-hero .hero__title {
  font-weight: 400;
}

.expertise-content:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  /* transform: scale(0.8); */
}

.expertise-content-retail {
  align-items: center !important;
}

.retail-content {
  color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-left: 14rem;
  padding-right: 6.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.6rem;
}

.expertise-text h2 {
  font-family: "Futura";
  font-weight: 700;
  font-size: 15rem;
  line-height: 16rem;
  margin-bottom: 4rem;
  overflow: hidden;
}

.retail-hero-text {
  font-family: "Futura";
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  width: 100%;
}

.hero-text-sm {
  font-size: 8rem !important;
  font-weight: 500;
  line-height: normal;
}

.retail-hero-text-h2 span {
  /* font-size: 10rem; */
}

.retail-hero-text span {
  font-size: 10rem;
}

.retail-hero-text h2 {
  font-family: "Futura";
  font-weight: 700;
  font-size: 10rem;
  line-height: 11rem;
  text-transform: uppercase;
}

.retail-hero-text p {
  /* font-family: Helvetica; */
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3rem;
  max-width: 68rem;
}

.expertise-text {
  color: white;
  z-index: 2;
  /* padding-top: 12rem; */
}

.expertise-text p {
  /* font-family: Helvetica; */
  font-size: 2.5rem;
  line-height: 3rem;
  max-width: 67rem;
}

.skip-down-btn {
  z-index: 1;
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.skip-down-btn svg,
.work-section-skip-down svg,
.hero-skip-btn svg {
  /* width: 3.1rem;
  height: 3.3rem; */
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.5rem;
}
.skip-down-btn {
  color: white;
  font-size: 1.6rem;
  font-family: "Futura";
  letter-spacing: 3px;
}
.work-section-skip-down {
  font-size: 1.6rem;
  font-family: "Futura";
  letter-spacing: 3px;
}
.expertise-section-list {
  /* position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: center;
    gap: 5rem;
    padding-right: 6rem;
    z-index: 1; */
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: center;
  gap: 5rem;
  margin-bottom: 6rem;
  z-index: 1;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);

}

/* .expertise-section-list button {
    background-color: transparent;
    font-family: 'Futura';
    font-weight: 400;
    border: none;
    padding-bottom: 2rem;
    color: #fff;
    font-size: 2.4rem;
    border-bottom: 4px solid #fff;
    letter-spacing: 4px;
    opacity: 0.4;
    white-space: nowrap;
} */

.expertise-section-list a {
  background-color: transparent;
  font-family: "Futura";
  font-weight: 400;
  border: none;
  padding-bottom: 2rem;
  color: #fff;
  font-size: 2.4rem;
  border-bottom: 4px solid #fff;
  letter-spacing: 4px;
  opacity: 0.4;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.expertise-text a {
  position: relative;
  color: white;
  font-family: "Futura";
  font-size: 2.2rem;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  /* width: 10.5rem; */
  letter-spacing: 3px;
  padding-bottom: 0.5rem;
  margin-top: 4rem;
  width: auto;
  align-self: flex-start;
}
.expertise-text a:hover {
  border-color: transparent;
  opacity: 0.6;
}
.form__button {
  position: relative;
}
.form__button:before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
}
.expertise-text a:before {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}

.expertise-section-list a:hover,
.section-create-btn:hover,
.form__button:hover {
  border-color: transparent;
  opacity: 0.6;
}

.expertise-section-list a:before {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: -1;
}

.section-create-btn:before {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: -1;
}

.expertise-section-list a:hover:before,
.section-create-btn:hover:before,
.expertise-text a:hover:before,
.form__button:hover:before {
  animation-name: lineMotionX;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes lineMotionX {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.work-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-color: #fff;

  overflow-x: hidden;
}
.swiper-work {
  width: 100rem;
  position: relative;
  height: auto;
}

.swiper-work-about {
  width: 100% !important;
}

.work-section-skip-down {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 1rem; */
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Futura";
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.work-section-title {
  padding-left: 8.5%;
}

.work-section-title h3 {
  font-size: 15rem;
  line-height: 16rem;
  font-family: "Futura";
  font-weight: 700;
  border-bottom: 3px solid black;
}

.expertise-btn--active {
  opacity: 1 !important;
}

.work-list {
  display: flex;
  /* flex-direction: column;
  align-items: flex-start;
  gap: 13.2rem; */
  /* overflow-y: scroll; */
  height: 76.7rem;
  /* height: 62.2rem; */
  width: 100rem !important;
  position: relative;
}

.work-list-about {
  width: 100% !important;
}

.work-arrows {
  position: absolute;
  right: 1rem;
  bottom: 0;
  display: flex;
  gap: 3rem;
  z-index: 5;
}

.work-arrows-about {
  left: 1rem;
  top: 0;
  bottom: unset;
}

.work-arrow-up:hover {
  transform: translateX(-1rem);
}
.work-arrow-down:hover {
  transform: translateX(1rem);
}
.work-arrows svg {
  height: 3.18rem;
  cursor: pointer;
  transition: 0.5s;
}
.work-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 76.7rem;
  /* height: 62.2rem; */
  /* gap: 4.5rem; */
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  cursor: pointer;
  padding-top: 10rem;
}

.work-item-about {
  min-height: auto !important;
  padding-top: 5rem !important;

  /* padding-top: 0 !important; */
}

.work-item-about img {
  object-fit: contain !important;
}

.expertise-explore-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 7rem 6rem 9rem 6rem;
  background-color: #000;
}
.expertise-explore-btns a {
  text-decoration: none;
}

.outer-work,
.inner-work {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  /* height: 75.8rem; */
  overflow: hidden;
}

.inner-work-about img {
  height: 100% !important;
  object-fit: cover;
}

.work-item img {
  width: 100%;
  height: 54.4rem;
  object-fit: cover;
}

.work-item-text {
  padding-left: 9rem;
}

.work-item-text h5 {
  font-size: 9rem;
  line-height: normal;
  font-family: "Futura";
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.split-parent {
  overflow: hidden;
}
.split-child {
  display: inline-block;
}
.work-item-text p {
  font-size: 7rem;
  /* font-family: "Futura"; */
  font-weight: 300;
  /* line-height: 5rem; */
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
}

.work-section-title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.explore-work {
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #000;
  border-bottom: 2px solid #000;
  text-decoration: none;
  font-family: "Futura";
  cursor: pointer;
  position: relative;
}

.expertise-bottom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
  cursor: pointer;
}

.expertise-bottom-btn:hover svg {
  opacity: 0.6;
}

.expertise-bottom-btn-svg {
  height: 3rem;
  width: 1.8rem;
}

.explore-work-white {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.explore-work-white::before {
  background-color: #fff !important;
}

.explore-work-white:hover {
  border-color: transparent;
  opacity: 0.6;
}
.journal-explore {
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  font-family: "Futura";
  cursor: pointer;
  position: relative;
}
.work-section-title {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 9rem;
  /* align-items: flex-end; */
}
.section-agencies {
  background-color: #000000;
  padding-left: 17rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9rem;
  z-index: 5;
  position: relative;
  overflow-x: hidden;
}

.agencies-title {
  font-family: "Futura";
  font-weight: 600;
  font-size: 8rem;
  line-height: 11rem;
  color: #fff;
  text-transform: uppercase;
}

.agencies-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8rem;
  overflow: visible !important;
}

.agencies-list .swiper-slide {
  width: 66rem !important;
  height: 39.5rem;
}

.swiper {
  width: 100%;
}

.agencies-list::-webkit-scrollbar {
  display: none;
}

.agencies-list-item {
  min-width: 66rem;
  height: 41.5rem;
  position: relative;
  cursor: pointer !important;
}

.agencies-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 2.7rem;
  position: relative;
  z-index: 0;
}

.agency-text {
  color: #fff;
  font-family: "Futura";
  position: absolute;
  bottom: -1rem;
  left: 1.4rem;
  z-index: 2;
}

.agency-text p {
  font-family: "Futura";
  font-size: 3rem;
  font-weight: 300;
}

.agency-text h5 {
  font-size: 5rem;
  font-weight: 300;
}

.agency-gradient {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgb(7, 7, 7);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.journal-section {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5.4rem;
  position: relative;
}

.journal-section h4 {
  color: #fff;
  font-family: "Futura";
  text-align: center;
  font-weight: 700;
  font-size: 8rem;
  line-height: 9rem;
  opacity: 0;
}

.journal-container {
  display: flex;
  gap: 4.5rem;
  margin: 0px 4.5rem;
}

.journal-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2.2rem;
  text-decoration: none;
  flex: 1;
}

.journal-item-text {
  color: #fff;
  font-family: "Futura";
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-transform: uppercase;
}

.journal-item-text h5 {
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 4.5rem;
}

.journal-item-text p {
  font-size: 2rem;
  line-height: 4.5rem;
}

.journal-item img {
  width: 100%;
  height: 47rem;
  object-fit: cover;
}

.section-create {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8.7rem;
}

.section-create h5 {
  color: #000000;
  font-size: 15rem;
  line-height: 16rem;
  font-family: "Futura";
  font-weight: 700;
  text-align: center;
}

.section-create-buttons {
  display: flex;
  gap: 4.5rem;
}

.section-create-btn {
  font-family: "Futura";
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  font-weight: 400;
  border: none;
  background-color: transparent;
  padding-bottom: 12px;
  border-bottom: 2px solid black;
  color: black;
  position: relative;
  cursor: pointer;
}

.newsletter-section {
  padding: 11.2rem 0rem 12.9rem 0rem;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.newsletter-section h5 {
  font-family: "Futura";
  font-weight: 700;
  font-size: 10rem;
  line-height: 7.2rem;
  text-align: center;
}

.newsletter-input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
}

.newsletter-input-container input {
  border: none;
  background-color: #fff;
  font-family: "Raleway";
  font-size: 1.5rem;
  padding: 0rem 2rem;
  box-sizing: border-box;
  outline: none;
  height: inherit;
}

.newsletter-input-container button {
  height: inherit;
  border: none;
  padding: 0 3.8rem;
  background-color: #1f1c1d;
  color: #fff;
}

.offering-text-bullet {
  width: 3rem;
  height: 2px;
  background-color: #000;
}

.offering-section {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin: 0 24rem;
  position: relative;
  padding-top: 25rem;
}

.offering-text-item {
  display: flex;
  flex-direction: column;
  gap: 6.7rem;
  max-width: 74rem;
}

.offering-text-item h3 {
  font-size: 7rem;
  line-height: 8rem;
  font-family: "Futura";
  font-weight: 400;
}

.offering-text-item p {
  font-size: 3rem;
  line-height: 3.5rem;
  /* font-family: "Futura"; */
  font-weight: 400;
}

.offering-text-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.offering-text-list-item p {
  text-transform: uppercase;
  font-weight: 600;
}

.offering-title {
  font-size: 15rem;
  line-height: 16rem;
  font-family: "Futura";
  font-weight: 700;
}

.offering-text-list-item {
  display: flex;
  gap: 4.5rem;
  align-items: center;
}

.offering-bullets-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  gap: 2rem;
  margin-left: -7rem;
}

.offering-bullet {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  background-color: #000;
}

.experts-section {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.experts-section h3 {
  color: #fff;
  font-size: 10rem;
  font-family: "Futura";
  font-weight: 500;
}

.experts-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 2rem;
  align-items: flex-start;
}

.expert-list-item {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  flex: 1 1 auto;
  align-self: auto;
}

.expert-list-item--retail img {
  width: 100% !important;
}
.expert-list-item a {
  text-decoration: none;
}
.expert-list-item img {
  /* width: 36rem;
  height: 61.5rem; */
  height: 44.6rem;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}

.expert-image {
  justify-content: flex-start !important;
}

.expert-text {
  color: #fff;
  font-family: "Futura";
}

.contact-experts .expert-text {
  color: #000;
}

.expert-text-name {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  text-transform: uppercase;
}

.expert-text-position {
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: 300;
  text-transform: uppercase;
}

.client-section {
  background-color: #000;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #000;
  gap: 1.5rem;
  padding: 0rem 0rem 0 0rem;
}
.image-grid a {
  /* width: calc(50% - 0.75rem); */
}
.image-wrapper {
  position: relative;
  width: calc(50% - 0.75rem);
  height: 53.3rem;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.leisure-page-background {
  width: 100%;
  height: 100%;
  top: auto;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Futura";
}

.overlay h2 {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.overlay p {
  font-size: 5rem;
  font-weight: 400;
  text-transform: uppercase;
}

.image-wrapper:before {
  content: "";
  display: block;
}

.image-wrapper img,
.image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.image-wrapper .overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

.talk-with-us {
  padding: 12.5rem 0rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6.2rem;
}

.talk-with-us h3 {
  font-weight: 500;
  font-family: "Futura";
  color: #000;
  font-size: 6rem;
  line-height: 7rem;
}

.talk-with-us button {
  background: transparent;
  border: none;
  letter-spacing: 0.6rem;
  border-bottom: 2px solid #707070;
  font-family: "Futura";
  font-size: 3rem;
  padding-bottom: 1.6rem;
  cursor: pointer;
  color: #000 !important;
}

.clients-section {
  padding-top: 20rem;
  background-color: #000;
  height: auto;
}

.comepetence-clients-list {
  padding: 1.5rem 0rem;
  background-color: #000;
}

.thingsdone-section {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 13.5rem;
  background-color: #fff;
  /* font-family: "Futura"; */
}

.thingsdone-section h3 {
  color: #000;
  font-size: 10rem;
  flex: 1;
  font-family: "Futura";
}

.thingsdone-list {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 2.5rem;
  font-weight: 400;
  gap: 4rem;
  margin-left: 16rem;
  font-family: "Futura";
}

.thingsdone-list-item {
  padding-bottom: 1rem;
  border-bottom: 2px solid black;
  text-decoration: none;
  color: inherit;
  font-size: 3rem;
  position: relative;
}

@keyframes lineMotionX {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.thingsdone-list-item:hover {
  border-color: transparent;
  opacity: 0.8;
}
.thingsdone-list-item:before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
}

.thingsdone-list-item:hover:before {
  animation-name: lineMotionX;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.slider-section {
  position: relative;
}

.slider-container {
  width: 100%;
  height: 100%;
  padding: 0 13rem;
}

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

.slider-bullets-container {
  position: absolute;
  display: flex;
  gap: 9px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
}

.slider-bullet {
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
}

.clients-section h3 {
  color: #fff;
  font-family: "Futura";
  font-size: 8rem;
  font-weight: 500;
  padding: 5.5rem 0rem;
  text-align: center;
}

.clients-section-brand {
  padding-top: 0;
}

.cards-slider {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.cards-container {
  width: 80%;
  height: 70.8rem;
  position: relative;
}
.cards-slider-mob {
  display: none;
}
.arrows {
  position: absolute;
  bottom: 3rem;
  right: 4rem;
  z-index: 200;
  display: flex;
  /* flex-direction: column; */
  gap: 4rem;
}
.agencies-list-arrows {
  bottom: -7rem;
}
.arrow-down:hover {
  transform: translateX(1rem);
  opacity: 0.6;
}
.arrow-up:hover {
  transform: translateX(-1rem);
  opacity: 0.6;
}
.arrows svg {
  height: 3.18rem;
  cursor: pointer;
  transition: 0.5s;
}

.card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0; */
  transition: opacity 0.5s ease-in-out;
  color: white;
  font-family: "Futura";
}

.card.active {
  opacity: 1;
  /* z-index: 5; */
  transform: translate(0px, 0px) scale(1);
}

.card:first-child {
  z-index: 5;
  background: url(./assets/images/Sartorius_Präsentation_117.png);
  background-size: cover;
}

.card:nth-child(2) {
  z-index: 4;
  transform: translate(0%, -80px) scale(0.9);
  background: url(./assets/images/doctari112.png);
  background-size: cover;
}

.card:nth-child(3) {
  z-index: 3;
  transform: translate(0%, -160px) scale(0.8);

  background: url(./assets/images/Slideshow_webseite_kids@dan_08.png);
  background-size: cover;
}

.card:nth-child(4) {
  z-index: 2;
  transform: translate(0%, -240px) scale(0.7);
  background: url(./assets/images/MisterSpex_Bilder_Web_Slider1.png);
  background-size: cover;
}

.card:not(.active) .card-inner {
  backdrop-filter: blur(6px);
}

.card.active .card-label {
  opacity: 0;
}

/* .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.card-title {
  font-size: 10rem;
  font-weight: 700;
  text-align: center;
  padding: 0 8rem;
  /* opacity: 0; */
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  z-index: 2;
  /* transition: 0.5s; */
  /* background: rgba(85, 95, 114, 0.363); */
  background: rgb(0 0 0 / 40%);
}

.card-label {
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 1.6rem;
  left: 3.6rem;
  transition: 0.5s;
}

.card a {
  font-size: 1.8rem;
  color: white;
  text-decoration: none;
  border-bottom: 2px solid white;
  /* opacity: 0; */
  position: relative;
}
.mob-card a{
  border-bottom: 2px solid #000;
  padding-bottom: 0.5rem
}
.card a:hover {
  opacity: 0.8;
  border-color: transparent;
}
.card a:before {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}

.card a:hover:before {
  animation-name: lineMotionX;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
footer {
  color: #fff;
  background-color: #000000;
  font-family: "Futura";
  padding: 15.5rem 28rem 10.5rem 28rem;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

footer a:hover {
  opacity: 0.7;
}

.footer-nav-container {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.footer-nav-section {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.footer-nav-section-title {
  font-size: 1.5rem;
  font-weight: 500;
}

.footer-nav-section-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}

.footer-nav-section-list a,
.footer-nav-section p {
  font-size: 2.5rem;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
}

.footer-email {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 4.9rem;
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  font-size: 13px;
}

#search-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  padding: 3.3rem 4rem 10rem 4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  transform: translateX(0%);
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  display: none;
}

.search-menu__header {
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: black;
}

.searchmenu-header__logo {
  width: 33.7rem;
}

.search-container {
  padding-top: 5rem;
  font-family: "Futura", sans-serif;
  max-width: 90rem;
  width: 100%;
}

.search-container p {
  font-size: 3.9rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 600;
}

.search-field input {
  font-size: 8rem;
  flex-grow: 1;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  color: #fff;
}

#menu-search-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.search-field {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header__logo {
  width: 33.7rem;
  /* height: 100%; */
}

.header__logo svg {
  width: 100%;
  height: 100%;
}

#header__search {
  width: 3.1rem;
  height: 3.1rem;
}

#header__burger {
  width: 5.3rem;
  height: 3.1rem;
}

#header__burger svg,
#header__search svg {
  width: 100%;
  height: 100%;
}

#burger-close-btn {
  cursor: pointer;
}

#searchmenu-close-btn {
  cursor: pointer;
}

.expertise-section-gradient-mb {
  display: none;
  width: 100%;
  height: 50%;
}

.expertise-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.expertise-text-mob{
  display: none;
}

.expertise-text-retail {
  gap: 3.4rem;
}

.expertise-text-retail p {
  max-width: 68rem;
}

.skip-down-btn-mobile {
  display: none !important;
}

.expertise-img-container-retail {
  height: 100%;
  padding-top: 0;
}

.offering-text-container {
  max-width: 76rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.accordion {
  font-family: "Futura";
  font-size: 5rem;
  font-weight: 500;
  line-height: 8rem;
  border: none;
  border-bottom: 2px solid black;
  background-color: #fff;
  color: black;
  cursor: pointer;
  padding: 0px 0px 18px 0px;
  text-align: left;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.accordion-arrow {
  transition: 0.3s;
  padding: 10px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 2rem;
  line-height: 3rem;
  /* font-family: "Futura"; */
}

.accordion-active {
  border: none;
}

.accordion-active .accordion-arrow {
  transform: rotate(90deg);
}

.expertise-section-list-news button {
  color: #000 !important;
  border-bottom: 1px solid #000;
}

.clients-section-news {
  background-color: #fff;
}

.clients-section-news .image-grid {
  background-color: #fff;
}

.thingsdone-section-news {
  align-items: center !important;
  flex-direction: column;
  gap: 7rem;
}

.thingsdone-section-news .thingsdone-list {
  margin-left: 0 !important;
  width: 100%;
  justify-content: space-between;
}
.thingsdone-list a{
  text-decoration: none;
  color: inherit;
}
.thingsdone-section-news h3 {
  text-align: center;
  text-transform: uppercase;
}

.blog-short-title {
  padding: 26rem 12rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.blog-short-title h2 {
  font-size: 10rem;
  font-weight: 700;
  line-height: 12.8rem;
  font-family: "Futura";
}

.blog-short-title h4 {
  font-size: 7rem;
  line-height: 9rem;
  font-family: "Futura";
  font-weight: 400;
  padding-bottom: 16.7rem;
}

#burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  padding: 4rem 4rem 10rem 4rem;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-start;
  gap: 9rem;
  transform: translateX(0%);
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.burger-header {
  /* display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8rem; */
}

.burger-language {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  display: flex;
  gap: 5px;
  font-family: "Futura";
}
.burger-language a {
  color: inherit;
  text-decoration: none;
}

.burger-language p {
  opacity: 0.5;
  color: #fff;
}

.burger-language--active {
  opacity: 1 !important;
}

.burger-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 3.5rem; */
  /* padding: 0 25rem; */
}
.burger-list a {
  display: inline-block;
  margin: 0 5rem 3rem;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}
.talk-with-us button {
  position: relative;
}
.talk-with-us button::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}
.talk-with-us button:hover {
  opacity: 0.7;
  border-color: transparent;
  /* border-bottom: 2px solid white; */
}
.talk-with-us button:hover:before {
  animation-name: lineMotionX;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.burger-list-item {
  font-size: 5.5rem;
  line-height: 6.5rem;
  color: #fff;
  font-family: "Futura";
  text-align: end;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
  position: relative;
}
.explore-work {
  position: relative;
}
.explore-work::before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
}
.burger-list-item::before,
.journal-explore::before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
}
.explore-work:hover {
  opacity: 0.7;
  border-color: transparent;
}
.burger-list-item:hover,
.journal-explore:hover {
  opacity: 0.7;
  border-color: transparent;
  /* border-bottom: 2px solid white; */
}
.explore-work:hover:before,
.journal-explore:hover:before {
  animation-name: lineMotionX;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.burger-list-item:hover:before {
  animation-name: lineMotionX;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.burger-list-item--active {
  border-bottom: 2px solid #fff;
  font-size: 7rem !important;
  font-weight: 700;
}

.burger-menu-content {
  width: 100%;
}

.burger-menu-socials-text {
  color: #fff;
  font-size: 2.6rem;
  font-family: "Futura";
  font-weight: 700;
}

.burger-menu-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.3rem;
  position: absolute;
  bottom: 5rem;
  width: 100%;
  right: 0;
}
.burger-menu-socials-list {
  display: flex;
  gap: 3.6rem;
  align-items: flex-end;
}
.burger-menu-socials-list div {
  display: flex;
  gap: 0.7rem;
  align-items: flex-end;
}
.burger-menu-socials-list img {
  width: 28.7rem;
  height: auto;
}
.fb:hover,
.insta:hover,
.linkedin:hover {
  cursor: pointer;
  opacity: 0.7;
}
.fb {
  width: 2.6rem;
  height: 5.4rem;
}
.insta {
  width: 4.97rem;
  height: 4.97rem;
}
.linkedin svg:first-child {
  width: 1.5rem;
  height: 4.8rem;
}
.linkedin svg:last-child {
  width: 3.58rem;
  height: 3.89rem;
}
/* PAGE: NEWS INNER  */

.newsinner-title-container {
  padding: 12rem 0 7.5rem;
  font-family: "Futura";
  display: flex;
  flex-direction: column;
  gap: 7rem;
  width: 50%;
}
.newsinner-title-container iframe{
  max-width: 980px;
}
.newsinner-heading {
  font-size: 10rem;
  text-transform: uppercase;
  line-height: 12.8rem;
}

.newsinner-subtitle {
  font-size: 9rem;
  line-height: 9rem;
  font-weight: 400;
  margin-bottom: 5rem;
}

.news-sub {
  margin-bottom: 0;
  font-size: 7rem;
}

.newsinner-top .newsinner-image-slider {
  padding-top: 5rem;
}

.newsinner-arrow {
  border: none;
  background: none;
  width: 1.8rem;
  height: 3.2rem;
}

.newsinner-arrow img {
  width: 100%;
  height: 100%;
}

.newsinner-prev {
  transform: rotate(180deg);
}

.newsinner-heading-navigation {
  display: flex;
  gap: 4.3rem;
}

.newsinner-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.newsinner-bottom p {
  font-size: 2rem;
}

.newsinner-image-slider {
  /* height: 100vh;
  background-color: #b4b4b4; */
  display: flex;
  justify-content: center;
  padding-top: 20rem;
}
.newsinner-content-cont {
  width: 100%;
  display: flex;
  gap: 5rem;
  padding: 10rem;
}
.swiper-container {
  width: 100vw;
  /*     background: #fd5; */
}

/* .swiper-slide {
  width: 100vw !important;
} */

.swiper-slide img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
}

.swiper-wrapper {
  display: flex;
}

.newsinner-content {
  padding: 14rem 0rem 12rem;
  /* font-family: "Futura"; */
  width: 50%;
}

.newsinner-content p {
  font-size: 2.5rem;
  line-height: 4.5rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
.newsinner-content p a{
 color: inherit;
}
.newsinner-content h1 {
  font-size: 4.5rem;
 
  margin-bottom: 3rem;
  overflow: hidden;
}
.newsinner-content h2 {
  font-size: 4rem;
 
  margin-bottom: 3rem;
  overflow: hidden;
}
.slider-copyright-mark {
  padding: 3.5rem 12rem 0rem 12rem;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Futura";
}

.newsinner-socials-pd {
  padding-bottom: 4rem;
}

.newsinner-socials p {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-family: "Futura";
}

.newsinner-socials-contact {
  margin-bottom: 14rem;
}

.newsinner-socials-list {
  display: flex;
  gap: 5rem;
}

.newsinner-social-list__item {
  border: none;
  background-color: transparent;
}

.newsinner-socials {
  padding-left: 12rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.newsinner-social-list__item {
  cursor: pointer;
  width: 3.3rem;
  height: 6.9rem;
}

.newsinner-social-list__item img {
  width: 100%;
}

.related-topics-section {
  padding-bottom: 20rem;
  overflow: hidden;
}

.related-topics-section h2 {
  text-align: center;
  font-size: 8rem;
  line-height: 9rem;
  font-family: "Futura";
  padding: 12rem 0rem;
}

.related-topics-list {
  width: 100%;
  display: flex;
  overflow: scroll;
  gap: 12rem;
  margin-left: 12rem;
}

.related-topics-list-item {
  flex-shrink: 0;
  width: 120rem;
  height: 68rem;
}

.related-topics-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.talk-with-us-blog {
  background-color: #f4f4f4 !important;
}

.newsinner-top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.contact-list {
  padding: 0 13.5rem 18rem 13.5rem;
}
.contact-list .accordion {
  text-transform: uppercase;
}
.contact-list .panel-contact strong {
  text-transform: uppercase;
}
.contact-list .panel-contact p {
  margin-top: 2rem;
}
.panel-contact {
  display: flex;
  padding: 0;
  gap: 7.5rem;
}

.panel-contact img {
  object-fit: contain;
  aspect-ratio: auto;
  max-width: 34.4rem;
  height: 38rem;
}

.contact-list .accordion-container .accordion-active {
  border-bottom: 2px solid #000 !important;
}

.expertlist-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  padding: 0 13.5rem 8rem 13.5rem;
}

.contact-bottom-accordion {
  padding: 0 0 24rem 0;
  width: 100%;
}
.contact-bottom-accordion .accordion {
  text-transform: uppercase;
}
.expertlist-list {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 20px));
  gap: 30px;
}

.expertlist-list__item {
  background-color: #707070;
  height: 46rem;
  width: 100%;
}

.expertlist-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.retail-hero-text-h1 {
  font-weight: 700;
  line-height: 9rem;
  text-transform: uppercase;
  max-width: 55%;
}

.contact-form-container {
  max-width: 110rem;
  margin: 0 auto;
  padding-bottom: 22rem;
  text-align: center;
  width: 100%;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}

.form__group {
  width: 100%;
}

.form__input,
.form__textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid black;
  font-family: "Futura", sans-serif;
  font-size: 3rem;
  line-height: 3.8rem;
  padding-bottom: 2.5rem;
}

.form__textarea {
  resize: vertical;
}

.form__button {
  border: none;
  background-color: transparent;
  align-self: flex-end;
  border-bottom: 2px solid black;
  font-family: "Futura", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.form__group--submit {
  align-self: flex-end;
  width: auto;
  margin-top: 8rem;
}

.contact-top-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-top-text p {
  font-size: 3.5rem;
  line-height: 4.5rem;
  max-width: 145rem;
  text-align: center;
  font-family: "Futura";
  padding: 14rem 0;
}

.contact-top-text h2 {
  font-size: 10rem;
  line-height: 13rem;
  font-family: "Futura";
}

.job-openings {
  padding: 0 12rem;
}

.our-benefits-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17rem 12rem 23rem 12rem;
  width: 100%;
}

.our-benefits-section h3,
.questions-section h3 {
  width: 50%;
  font-size: 10rem;
  line-height: 12.8rem;
  font-family: "Futura";
  font-weight: 700;
}

.our-benefits-section-wrapper .benefits-container {
  width: 50%;
  height: 70rem;
  background-color: #707070;
  flex: 1;
}

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

.questions-section {
  background-color: #000;
  height: 100vh;
}

.question-section-img {
  flex: 2;
  height: 100%;
  background-color: #707070;
}

.questions-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 9rem;
  padding: 12rem;
}

.question-section-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 10rem;
  width: 100%;
  height: 100%;
  flex: 1;
}

.question-section-wrapper p {
  color: #fff;
  flex: 1;
  font-size: 3rem;
  font-family: "Futura";
}

.section-with-padding {
  height: auto;
  padding: 15rem 0;
}

/* about us */
.hero__content-about {
  width: 100%;
  height: 100%;
  background-color: black;
}

.story-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 15rem 14rem;

  gap: 6rem;
  box-sizing: border-box;
  overflow: hidden;
}

.story-text {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.story-text h2 {
  font-size: 10rem;
  font-weight: 600;
  font-family: "Futura", sans-serif;
}

.story-text p {
  font-size: 3.5rem;
  line-height: 4.5rem;
  overflow: scroll;
  /* font-family: "Futura", sans-serif; */
}

.story-image {
  max-height: 63rem;
  flex: 1;
  height: 100%;
  background-color: #b1b1b1;
}

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

.believe {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  /* min-height: 100vh; */
  background-color: #000;
  color: #fff;
}

.believe h3 {
  margin: 0 auto;
  font-size: 10rem;
  font-weight: 600;
  font-family: "Futura", sans-serif;
}

/* .believe .believe-text:nth-child(1) {
  top: 0;
  left: 9%;
}

.believe .believe-text:nth-child(2) {
  bottom: 0;
  right: 60%;
} */

.believe h3 {
  margin: 0 auto;
  font-size: 10rem;
  font-weight: 600;
  font-family: "Futura", sans-serif;
}

.believe-text-wrapper {
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  /* overflow: hidden; */
  /* position: relative; */
  height: 20rem;
}

.believe-text {
  font-size: 15rem;
  line-height: 17rem;
  white-space: nowrap;
  font-family: "Futura";
  /* width: 100%; */
  /* position: absolute; */
}

.believe-text--green {
  color: #c8d924;
}
.believe-text--grey {
  color: #8d8d8d;
}

.believe-text span {
  margin: 0 4rem;
}

.believe-bottom-text {
  max-width: 135rem;
  padding: 0 3.2rem 18rem 3.2rem;
  margin: 0 auto;
  text-align: center;
}

.believe-bottom-text p {
  font-size: 3.5rem;
  font-family: "Futura";
}

.about-image-gallery {
  box-sizing: border-box;
  /* height: 100vh; */
  padding: 14rem 14rem 20rem 14rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.experience-section {
  height: 100vh;
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  box-sizing: border-box;
  padding: 10rem 14rem 0rem 14rem;
}

.about-image-arrows {
  display: flex;
  gap: 4rem;
}

.image-arrows--white {
  filter: invert(1);
}

.about-image-arrows img {
  width: 1.8rem;
  height: 3.2rem;
}

.about-image-arrows img:first-child {
  transform: rotate(180deg);
}

.experience-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  flex: 1;
  padding-bottom: 7rem;
}

.experience-list-item {
  cursor: pointer;
}

.experience-list-item p {
  margin-top: 2rem;
  color: #fff;
  font-family: "Futura";
  font-size: 3rem;
}

.experience-list-item__title {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-bottom: 4px solid #fff;
}

.experience-list-item__title img {
  width: 7.3rem;
  height: 7.3rem;
}
.experience-list-item__title h4 {
  color: #fff;
  font-size: 10rem;
  line-height: 12.8rem;
  font-family: "Futura", sans-serif;
}

.company-logos {
  padding: 17rem 32rem 22rem 32rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12rem;
}

.company-logos img {
  width: 100%;
  object-fit: cover;
}

.about-image-slider {
  flex: 1;
  height: 100%;
  background-color: #b1b1b1;
}
.about-dan-container {
  /* font-family: "Futura"; */
  width: 100vw;
  overflow-x: hidden;
}
.our-promise,
.our-members,
.our-belief {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12.5rem;
  padding: 26rem 13.6rem;
  background-color: #000;
  color: white;
}
.our-members {
  background-color: #fff;
  color: #000;
  padding: 14rem 13.6rem 4rem;
}
.our-belief,
.our-members {
  padding: 14rem 13.6rem;
}
.our-promise-title,
.our-members-title,
.our-belief-title {
  font-size: 10rem;
  font-weight: 700;
  width: 56rem;
  font-family: "Futura";
}

.our-promise p,
.our-members p,
.our-belief p {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 4rem;
  line-height: 3.5rem;
  width: 78rem;
}
.our-members p {
  margin-bottom: 0;
}

.about-dan-video {
  position: relative;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}
.about-dan-video video{
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

.video-thumbnail{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 10rem;
  line-height: 11rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Futura";
  font-weight: 700;
  pointer-events: none;
}
.video-thumbnail div{
  max-width: 108.8rem;
  text-align: center;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px; /* Adjust the width and height as needed */
  height: 60px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: none; */
}

/* Style for the play icon */
.play-icon svg{
  width: 100%;
  height: 100%;

 
}

.about-dan-video .hero__title {
  display: block;
  opacity: 1;
  font-family: "Futura";
}

.about-dan-nav {
  background-color: #000;
  padding: 8rem 13.6rem;
  font-family: "Futura";
}

.about-dan-nav .expertise-section-list {
  display: flex;
  flex-direction: row;
  position: relative;
  top: auto;
  right: auto;
  left: 0;
  transform: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 8rem;
  font-family: "Futura";
}

.about-dan-companies {
  display: flex;
  padding: 8rem 1.36rem;
  justify-content: space-between;
}
.about-dan-companies img {
  width: 25.6rem;
  cursor: pointer;
}

.about-dan-container .section-agencies {
  height: auto;
  padding: 8rem 0;
  padding-left: 17rem;
  gap: 3rem;
}
.our-initiatives-title {
  font-size: 8rem;
  font-weight: 700;
  color: #fff;
  font-family: "Futura";
}

.our-approach {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23rem;
  gap: 6rem;
}
.our-approach img {
  object-fit: cover;
  width: 100%;
}
.our-approach h3 {
  font-size: 10rem;
  font-weight: 700;
  font-family: "Futura";
}
.our-approach p {
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
}
.our-clients {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f4f4;
  padding: 10rem 13.6rem;
}
.our-clients-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30rem;
  margin-bottom: 3rem;
}
.our-clients-text h3 {
  font-size: 10rem;
  font-weight: 700;
  padding-right: 6rem;
  font-family: "Futura";
}
.our-clients-text p {
  font-size: 2.5rem;
  font-weight: 400;
  padding-top: 2rem;
}
.swiper-our-story img {
  object-fit: cover;
}
.our-story {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12rem 13.6rem;
}
.our-story-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30rem;
  margin-bottom: 3rem;
}
.our-story h3 {
  font-size: 10rem;
  font-weight: 700;
  padding-left: 4rem;
  font-family: "Futura";
}
.our-story-text p {
  font-size: 2.5rem;
  font-weight: 400;
  padding-right: 12rem;
}
.swiper-our-story {
  height: 75rem;

  width: 70%;
  position: relative;
  overflow: hidden;
}
.swiper-our-story .swiper-slide {
  height: 66.2rem;
}
.swiper-our-story-nav-btns {
  position: absolute;
  right: 0;
  bottom: 1rem;
  height: 4rem;
  width: 8rem;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.swiper-our-story-nav-btns .swiper-button-prevv,
.swiper-our-story-nav-btns .swiper-button-nextt {
  position: relative !important;
  cursor: pointer;
}
@media (max-width: 992px) {
  .our-promise,
  .our-members,
  .our-belief {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2.4rem;
    padding: 11.3rem 3rem 3rem;
  }
  .our-members {
    padding: 6rem 3rem 2rem;
  }
  .our-belief,
  .our-members {
    padding: 6rem 3rem 2rem;
  }
  .our-promise-title,
  .our-members-title,
  .our-belief-title {
    font-size: 4.5rem;

    width: 100%;
  }

  .links-footer{
    height: 17.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    width: 100%;
  }
  .links-footer a{
    font-size: 1.4rem;
    position: relative;
    border-bottom: 3px solid #fff;
    color: white;
    text-decoration: none;
    font-family: "Futura";
    padding-bottom: 0.5rem;
    letter-spacing: 3px;
    font-weight: 400;
  }

  .our-promise p,
  .our-members p,
  .our-belief p {
    font-size: 1.5rem;

    margin-bottom: 2rem;
    line-height: 2rem;
    width: 100%;
  }

  .about-dan-video {
    position: relative;
    height: 21.8rem;
    background-color: #000;
    overflow: hidden;
  }

  .about-dan-video .hero__title {
    display: block;
    opacity: 1;
    font-size: 3rem;
    line-height: normal;
  }

  .about-dan-nav {
    padding: 3.4rem 3rem;
    font-size: 2rem;
  }

  .about-dan-nav .expertise-section-list {
    display: flex !important;
    flex-direction: column;
    bottom: auto;
    gap: 0.5rem;
    
  }

  .about-dan-companies {
    display: flex;
    flex-direction: column;
    padding: 4rem 3rem;
    justify-content: space-between;
    align-items: center;
  }
  .about-dan-companies img {
    width: 15.8rem;
  }

  .about-dan-container .section-agencies {
    height: auto;
    padding: 4rem 0;
    padding-left: 0;
    gap: 1rem;
  }
  .our-initiatives-title {
    font-size: 3.5rem;
    padding: 0 3rem;
  }

  .our-approach {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.5rem 3rem;
    gap: 1.5rem;
  }
  .our-approach h3 {
    font-size: 4.5rem;
  }
  .our-approach p {
    font-size: 1.5rem;

    text-align: start;
  }
  .our-approach img {
    /* height: 20rem; */
  }
  .our-clients {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 5rem 0rem;
  }
  .our-clients img {
    /* height: 39.3rem;
    object-fit: cover; */
    width: 100%;
  }
  .search-field input {
    font-size: 2.4rem;
   
  }
  .category-body-text{
    font-size: 2rem;
    line-height: 2.5rem;
   
  }
  .our-clients-text {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 0 3rem;
  }
  .our-clients-text h3 {
    font-size: 4.5rem;

    padding-right: 0rem;
  }
  .our-clients-text p {
    font-size: 1.5rem;

    padding-top: 0rem;
  }
  .expertise-section-list a{
    border-width: 2px;
  }
  .our-story {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 3rem;
  }
  .our-story-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem;
    margin-bottom: 2rem;
  }
  .our-story h3 {
    font-size: 4.5rem;

    padding-left: 0rem;
  }
  .our-story-text p {
    font-size: 1.5rem;

    padding-right: 0;
  }
  .swiper-our-story {
    height: 28rem;

    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .swiper-our-story .swiper-slide {
    height: 25.6rem;
  }
  .swiper-our-story-nav-btns {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1.4rem;
    width: 8rem;
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }
  .swiper-our-story-nav-btns .swiper-button-prevv,
  .swiper-our-story-nav-btns .swiper-button-nextt {
    position: relative !important;
    cursor: pointer;
    width: 7.9rem;
    height: 1.4rem;
  }
  .expert-list-item--retail img {
    /* width: 19rem !important; */
  }
  .expertise-explore-btns {
    flex-direction: column;
    align-items: center;
    gap: 3.7rem;
  }

  .gradient-bg {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 87%,
      rgba(0, 0, 0, 1) 95%
    );
  }
  .back-to-top-btn{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    cursor: pointer;
    z-index: 10;
    display: none;
    width: 5rem;
    height: 5rem;
  }
  .journal-explore {
    bottom: 2rem;
  }
  .contact--first-header {
    padding-top: 16.5rem !important;
  }
  .section-with-padding {
    height: auto;
    padding: 0;
  }
  .related-topics-section h2 {
    padding: 5rem 0rem 8rem 0rem;
  }
  .newsinner-content p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .newsinner-social-list__item {
    width: 2.4rem;
    height: 3rem;
  }
  .related-topics-list-item {
    height: 22rem;
  }
  .related-topics-list {
    margin-left: 1.6rem;
  }
  .newsinner-socials {
    padding-left: 3rem;
    gap: 1.2rem;
    margin-bottom: 2rem;
  }
  .related-topics-section h2 {
    font-size: 3rem;
    line-height: inherit;
  }
  .related-topics-section {
    padding-bottom: 5.3rem;
  }
  .slider-copyright-mark {
    padding: 1.1rem 3rem 0rem 3rem;
    font-size: 0.7rem;
  }
  .newsinner-image-slider {
    height: 38rem;
    width: 100%;
  }
  .newsinner-top {
    gap: 1rem;
  }
  .newsinner-content {
    padding: 3rem 0;
  }
  .newsinner-content-cont {
    flex-direction: column;
    padding: 0 2rem;
    gap: 0;
  }
  .newsinner-title-container {
    width: 100%;
  }
  .newsinner-content {
    width: 100%;
  }
  .newsinner-bottom p {
    font-size: 1rem;
  }
  .newsinner-arrow {
    width: 0.7rem;
    height: 1.3rem;
  }
  .newsinner-title-container {
    padding: 4rem 0.5rem 1.5rem 0.5rem;
    gap: 6rem;
  }
  .expert-title-container {
    padding-top: 13rem;
  }
  .newsinner-image-slider {
    padding-top: 15rem;
  }
  .newsinner-heading {
    font-size: 3rem;
    line-height: initial;
  }
  .newsinner-subtitle {
    font-size: 1.5rem;
    line-height: initial;
    margin-bottom: 0;
  }
  .expert-title-container {
    padding-top: 13rem;
  }
  .comepetence-clients-list {
    padding: 2rem 1rem;
  }
  .clients-section h3 {
    font-size: 5rem;
  }
  .retail-hero-text span {
    font-size: 4rem !important;
    line-height: 6.4rem;
  }
  .thingsdone-section {
    gap: 1.6rem;
  }
  .thingsdone-list {
    flex-wrap: nowrap;
    gap: 1.6rem;
    width: 100%;
    overflow: scroll;
  }
  .thingsdone-list-item {
    white-space: nowrap;
  }
  .slider-container {
    height: 38rem;
  }
  .slider-section {
    height: auto;
  }
  .img-container-retail {
    height: 40rem;
  }
  .retail-hero-text-h2 {
  }
  .section-create {
    padding: 7rem 5.3rem;
    height: auto;
  }
  .section-create-buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .journal-item-text h5 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
  .journal-item-text p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .journal-section h4 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
  .journal-section {
    height: auto;
    min-height: 100vh;
    padding: 10rem 0rem 6rem 0rem;
    gap: 4rem;
  }
  .for-desktop {
    display: none;
  }
  .work-item-text h5 {
    /* font-size: 1.6rem; */
    font-size: 2.4rem;
    line-height: normal;
  }
  .hero__title {
    font-size: 5rem;
    line-height: 5.5rem;
  }
  .expertise-content {
    padding: 9.5rem 3.5rem 0 3.5rem;
    flex-direction: column;
    height: auto;
  }
  .expertise-section section {
    visibility: visible;
    padding: 0;
    transition: none;
    position: relative;
  }
  /* .expertise-section section:first-child {
    visibility: visible;
  } */
  .expertise-section-list {
    flex-direction: row;
    gap: 2rem;
    padding: 0 3rem 2.3rem 3rem;
    width: 100%;
    overflow: scroll;
    justify-content: space-between;
    margin-bottom: 0;
    right: auto;
    top: auto;
    bottom: 7.6rem;
    padding: 0 3rem;
    display: none;
    /* padding: 0; */
  }
  .video-thumbnail{
    
    font-size: 2.4rem;
    line-height: normal;
    color: white;
    
  }
  .video-thumbnail div{
    max-width: 28.8rem;
    text-align: center;
  }
  .expertise-text h2 {
    /* font-size: 5rem; */
    font-size: 9vw;
    line-height: 5.5rem;
    margin-bottom: 1rem;
  }
  .expertise-text .small-title{
    font-size: 6vw;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }
  .expertise-text {
    gap: 0;
    position: absolute;
    top: 10rem;
    padding: 0 3.6rem;
    width: 100%;
    display: none;
  }
  .expertise-text-mob{
    display: flex;
  }
  .expertise-text-retail{
    display: flex;
  }
  .expertise-text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .bg-gradient {
    width: 100%;
    height: 22.4rem;
    background: linear-gradient(black, transparent);
    position: absolute;
    top: -2px;
  }
  .header__logo {
    width: 14.8rem;
  }
  .hero__title {
    padding: 0 3.5rem;
  }
  .expertise-section-gradient {
    display: none;
  }
  .expertise-img-container {
    padding: 0;
  }
  .expertise-section-gradient-mb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .work-section {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-top: 10rem;
    padding: 9rem 3rem 0rem 0rem;
    align-items: flex-start;
    overflow-x: hidden;
    height: auto;
    padding-bottom: 3rem;
  }
  .work-item {
    height: 37.4rem;
    min-height: 37.4rem;
    position: relative;
  }
  .work-section-title {
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 0;
  }
  .work-section .swiper-slide {
    width: 100% !important;
  }
  .work-section-title h3 {
    /* padding-bottom: 3.5rem; */
    padding-bottom: 0.3rem;
    font-size: 6rem;
    line-height: 6rem;
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 3px solid #000;
    margin-bottom: 3rem;
  }
  .work-list {
    width: 100%;
    flex-direction: row;
  }
  .work-item-text {
    padding: 0 5rem;
    margin-top: 2rem;
  }
  .offering-section {
    flex-direction: column-reverse;
    margin: 0 3.5rem;
    justify-content: flex-end;
  }
  .offering-title {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  .experts-section {
    overflow: hidden;
    align-items: flex-start;
    padding-left: 3.5rem;
  }
  .experts-list {
    width: 100%;
    /* overflow: scroll; */
    /* padding-right: 3.5rem; */
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
  .experts-section {
    height: auto;
    padding: 3.5rem;
  }
  .retail-content {
    padding: 0 3.5rem;
  }
  .retail-hero-text h2 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .retail-content {
    align-items: flex-start;
    padding-top: 10rem;
  }
  .expertise-section {
    justify-content: flex-start;
    /* height: auto; */
    flex-direction: column;
  }
  #header__search {
    width: 2rem;
    height: 2rem;
  }
  #header__burger {
    width: 3.2rem;
    height: 2rem;
  }
  .expertise-background {
    position: relative;
    flex-grow: 1;
    height: 40rem;
    padding-bottom: 3rem;
  }
  .expertise-background-retail {
    padding-bottom: 0;
  }
  .skip-down-btn {
    display: none;
    /* transform: none;
        margin: 0 auto;
        position: relative;
        left: 0;
        bottom: 0; */
    /* bottom: 2.3rem; */
    font-size: 1.4rem;
    bottom: 0.3rem;
  }
  .work-section-skip-down {
    font-size: 1.4rem;
    display: none;
  }
  .skip-down-btn svg,
  .work-section-skip-down svg {
    width: 3rem;
    height: auto;
    margin-top: 1rem;
  }
  .skip-down-btn-mobile {
    display: block !important;
    padding-bottom: 2rem;
  }
  .expertise-img-container {
    height: 100%;
    position: relative;
  }
  .inner-pages-img-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 95% );
  }
  .journal-container {
    flex-direction: column;
  }
  .journal-item {
    width: 100%;
    flex-wrap: wrap;
  }
  .section-create h5 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
  .footer-nav-section {
    display: none;
  }
  footer {
    padding: 6rem 3rem 3rem 3rem;
  }
  .newsletter-section h5 {
    font-size: 3.2rem;
    line-height: 2.4rem;
  }
  .section-agencies {
    /* padding: 0rem 3rem; */
    padding: 0;
    padding-top: 4rem;
    height: auto;
  }
  .section-agencies .swiper-wrapper {
    padding-left: 3.5rem;
  }
  .section-agencies .swiper-slide {
    width: 27.6rem !important;
    height: 30rem;
    margin-right: 1.2rem;
  }
  .section-agencies .swiper-slide img {
    width: 27.6rem !important;
    height: 22rem;
  }
  .agencies-title {
    font-size: 5rem;
    line-height: 5.5rem;
    text-align: center;
  }
  .header {
    padding: 3.4rem 2.6rem;
    height: auto;
  }
  .header__menu {
    gap: 2rem;
  }
  .expertise-section-list a {
    font-size: 1.8rem;
    padding-bottom: 0.9rem;
  }
  #Group_1302 {
    display: none;
  }

  .work-item-text p {
    font-size: 1.8rem;
    line-height: initial;
  }
  .work-list {
    /* gap: 6.5rem; */
    gap: 0;
    height: 39.4rem !important;
  }
  .outer-work,
  .inner-work {
    width: 100%;
    height: 100%;
  }
  .work-item img {
    height: 32.2rem;
  }
  .agency-text p {
    font-size: 1.8rem;
  }
  .agency-text h5 {
    font-size: 2.4rem;
  }
  .agencies-list-item {
    height: 100%;
    min-width: fit-content;
    /* min-width: 70%; */
  }
  .agencies-list {
    height: 32.2rem;
    gap: 1.3rem;
    overflow: hidden !important;
  }
  .agency-text {
    position: relative;
  }
  .agencies-list-item img {
    height: 22rem;
    padding-bottom: 0;
  }
  .journal-container {
    flex-direction: column;
    margin: 0 2.8rem;
  }
  .journal-item img {
    height: 27.2rem;
  }
  .thingsdone-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 12rem 3.5rem 6rem;
  }
  .thingsdone-list {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .thingsdone-section h3 {
    font-size: 3rem;
    line-height: 3.8rem;
    text-align: start;
  }
  .accordion {
    font-size: 2.2rem;
    padding: 0;
    line-height: initial;
  }
  .offering-title {
    padding: 5rem 0;
  }
  .image-wrapper {
    width: 100%;
  }
  .expert-text-name {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .expert-text-position {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .expert-list-item img {
    height: 25rem;
    /* width: 19rem; */
    width: 100%;
    flex-grow: initial;
  }
  .talk-with-us h3 {
    text-align: center;
    font-size: 2rem;
  }
  .talk-with-us button {
    font-size: 1.5rem;
  }
  .talk-with-us {
    gap: 1.8rem;
    padding: 7rem 0rem;
  }
  .image-wrapper {
    height: 20rem;
  }
  .image-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .overlay h2 {
    font-size: 1.8rem;
    line-height: initial;
    padding: 0 10px;
  }
  .overlay p {
    font-size: 1.8rem;
    padding: 0 10px;
  }
  .experts-section h3 {
    /* font-size: 5rem; */
    font-size: 9vw;
    line-height: 5.6rem;
  }
  .bg {
    top: auto;
    height: 34rem;
    bottom: 15rem;
    left: 0;
    overflow: visible;
  }
  .cards-container {
    width: 100%;
  }
  .mob-card {
    width: 23.4rem !important;
  }
  .mob-card img {
    width: 100%;
    height: 36.8rem;
    object-fit: cover;
  }
  .cards-slider {
    display: none;
  }
  .cards-container-mob {
    display: flex;
    margin-top: 8rem;
    padding: 0 2.4rem;
  }
  .arrows-mob {
    position: absolute;
    left: 2.4rem;
    top: 0;
    display: flex;
    gap: 3rem;
  }
  .swiper-arrows-mob{
    display: flex;
    gap: 3rem;
    position: absolute;
    right: 2.4rem;
    bottom: 3.4rem;
    z-index: 2;
  }
  .cards-slider-mob {
    display: flex;
    /* font-family: "Futura"; */
    align-items: center;
  }
  .card-text a {
    font-size: 1.6rem;
    text-decoration: none;
    color: inherit;
  }
  .card-title-mob {
    font-size: 2rem;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
  }
  .cards-swiper-mob {
    height: 58rem;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .card-title .clip-text {
    text-align: center !important;
  }
  .newsletter-input-container {
    height: 3.1rem;
    margin: 0 2rem;
  }
  .newsletter-input-container button {
    padding: 0 1rem;
  }
  .burger-close-btn img {
    width: 2.4rem;
  }
  #burger-menu {
    align-items: center;
    gap: 3rem;
  }
  .hero-skip-btn {
    right: auto;
  }
  .hero-video-mob {
    display: block !important;
  }
  .hero-video {
    display: none;
  }
  .explore-work {
    margin-bottom: 0.9rem;
  }
  .burger-list {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .burger-list a {
    margin: 0;
  }
  .burger-menu-socials {
    bottom: 2rem;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .burger-menu-socials-list img {
    width: 17.7rem;
    height: auto;
  }
  .fb {
    width: 2rem;
    height: auto;
  }
  .insta {
    width: 4rem;
    height: auto;
  }
  .linkedin svg:first-child {
    width: 0.73rem;
    height: auto;
  }
  .linkedin svg:last-child {
    width: 2.4rem;
    height: auto;
  }
  .burger-list-item {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .burger-list a {
    margin-bottom: 1rem;
  }
  .burger-language {
    margin-top: 3rem;
  }
  .retail-hero-text {
    width: 100%;
  }
  .retail-hero-text-h1 {
    line-height: 4rem;
    max-width: 100%;
  }
  .newsinner-image-slider img {
    width: 100%;
    /* height: 38rem; */
    object-fit: cover;
  }
  .newsinner-content p a {
    display: inline-block;
    width: 100%;
  }
  .newsinner-content {
    overflow-x: hidden;
  }
  .contact-list,
  .expertlist-section {
    padding: 0 3.5rem 2rem;
  }
  .expertlist-list {
    grid-template-columns: repeat(2, calc(60% - 20px));
    gap: 24px;
    justify-content: center;
  }
  .expertlist-list__item {
    height: 21rem;
  }
  .contact-bottom-accordion {
    padding: 0 0 2rem 0;
    margin-top: 3rem;
  }
  .form {
    gap: 5rem;
    padding: 0 3.6rem;
  }
  .form input,
  .form textarea {
    outline: none;
  }
  .form__input,
  .form__textarea {
    padding-bottom: 0.5rem;
    font-size: 2rem;
  }
  .form__group--submit {
    align-self: center;
  }
  .expertise-content-retail .expertise-text h2 {
    font-size: 8vw;
    line-height: normal;
    overflow: visible;
    margin-bottom: 0;
  }
  .expertise-content-retail .expertise-text {
    top: 10rem;
    padding: 0 3.6rem;
  }
  .thingsdone-section-news .thingsdone-list {
    flex-direction: row;
  }
  .expertise-background-retail {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .offering-section {
    height: auto;
    margin-bottom: 3rem;
    align-items: center;
    padding-top: 0;
  }
  .cross-reality,
  .new-work {
    white-space: nowrap;
  }
  .story-section {
    padding: 13rem 2rem;
    display: block;
  }
  .story-text h2 {
    font-size: 5rem;
  }
  .story-text p {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .story-image {
    height: 45rem;
    margin-top: 2rem;
  }

  .story-image img {
    object-position: 0% 30%;
  }
  .story-section {
    height: auto;
  }
  .believe h3 {
    font-size: 4rem;
  }
  /* .believe {
    display: none;
  } */
  .believe-text {
    /* font-size: 7rem;
    line-height: 8rem; */
    font-size: 3.5rem;
    line-height: normal;
    height: 10rem;
  }
  .believe-text span {
    margin: 0 1rem;
  }
  .rollingText {
    /* margin: 0 2rem; */
  }
  .believe-text-wrapper{
    height: 10rem;
  }
  .primary {
    animation: primary 5s linear infinite;
    width: auto;
    height: inherit;
    position: absolute;
    left: 0%;
    top: 0%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .secondary {
    animation: secondary 5s linear infinite;
    width: auto;
    height: inherit;
    position: absolute;
    left: 0%;
    top: 0%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .believe-bottom-text p {
    font-size: 2.5rem;
  }
  .about-image-gallery {
    padding: 1rem 2rem 12rem 2rem;
  }
  .experience-section {
    padding: 5rem 2rem 0rem 2rem;
    gap: 2.5rem;
  }
  .experience-list-item__title h4 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .experience-list-item__title img {
    width: 2rem;
    height: 2rem;
  }
  .experience-list-item p {
    font-size: 1.8rem;
  }
  .company-logos {
    padding: 5rem 2rem 3rem 2rem;
  }
  .related-topics-list-item {
    width: 28rem;
  }
  .related-topics-list {
    gap: 2rem;
  }
  .believe-bottom-text {
    text-align: left;
  }
  .swiper-work {
    width: 100%;
    padding: 0;
  }
  .work-arrows {
    display: none;
  }
  .work-item {
    padding-top: 4rem;
  }
  .work-list {
    width: 100% !important;
    height: 100% !important;
  }
  .panel-contact {
    display: block;
  }
  .hero__title-first {
    width: 95%;
  }

  .impressum-page h1 {
    font-size: 4rem;
    margin-top: 10rem;
    margin-bottom: 2rem;
  }
  .impressum-page .text {
    font-size: 2rem;
    width: 100%;
    padding: 2rem;
  }
  .impressum-page .text p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1925px) {
  .expertise-section section {
    /* padding-top: 15.5rem; */
  }
  .outer,
  .inner {
    /* height: 89.8rem; */
  }
  .bg {
    /* height: 89.8rem; */
  }
  .expertise-text {
    justify-content: center;
    padding-top: 0;
  }
  /* .expertise-section {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 2560px;
  } */
  body {
    /* background-color: #000; */
  }
}

@media (max-height: 700px) {
  /* .expertise-text {
    top: -10rem;
  } */
}
@media (max-height: 780px) {
  /* .expertise-text {
    top: -15rem;
  } */
  /* .work-item img {
    height: 25rem;
  } */
}

/* @media (max-height: 1024px) {
  .expertise-text {
    top: -18rem;
  }
} */

@media (max-width: 375px) {
  /* .expertise-text h2 {
    font-size: 4rem;
  } */
  .expertise-text a {
    font-size: 2rem;
  }
  .hero__title {
    font-size: 4rem;
  }
}

@media (max-width: 360px) and (max-height: 760px) {
  .work-item img {
    height: 25rem;
  }
}
