html,
body {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  display: none;
}

.home {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 120px;
  background-color: #ffffff;
  width: 100%;
  position: relative;
  z-index: 1;
}

.logo-rebup {
  width: 155px;
  height: 57px;
  object-fit: cover;
}
.video_rebup{
     width: 560px;
     height: 315px;
}

@media (max-width: 700px){
.video_rebup{
    width: 360px;
    height: 210px;
}}

.expanded-content-p{
  font-family: var(--special-1-regular-font-family);
    font-weight: var(--special-1-regular-font-weight);
    color: var(--black-300);
    text-align: center;
    font-size: var(--special-1-regular-font-size);
    letter-spacing: var(--special-1-regular-letter-spacing);
    line-height: var(--special-1-regular-line-height);
    font-style: var(--special-1-regular-font-style);
}
.expanded-content2-p{
  align-self: stretch;
  font-family: var(--body-1-regular-font-family);
  font-weight: var(--body-1-regular-font-weight);
  color: var(--black-400);
  font-size: var(--body-1-regular-font-size);
  letter-spacing: var(--body-1-regular-letter-spacing);
  line-height: var(--body-1-regular-line-height);
}

.logo-link {
  display: inline-block;
  flex-shrink: 0;
  padding-right: 20px;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.burger-line {
  width: 100%;
  height: 2px;
  background-color: black;
}

.nav-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  transition: all 0.3s ease;
}

.tabs {
  position: relative;
}

.tabs a {
  text-decoration: none;
  color: black;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative; 
  transition: color 0.3s ease;
}

.tabs a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%; 
  height: 3px;
  background-color: #F21A1B;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.tabs a:hover {
  color: #F21A1B;
}

.tabs a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.buttons {
  display: flex;
  gap: 12px;
}

.contact-button {
  all: unset;
  box-sizing: border-box;
  width: 160px;
  border: 1px solid #F21A1B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  border-radius: 100px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #F21A1B;
}

.contact-button a {
  color: #F21A1B;
  text-decoration: none;
}

.contact-button:hover {
  background-color: #fef0f0;
}

.agenda-button {
  all: unset;
  box-sizing: border-box;
  width: 160px;
  background-color: #F21A1B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  border-radius: 100px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

.agenda-button a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.agenda-button:hover {
  background-color: #d91a1a;
}

@media (max-width: 1160px) {
  .header {
    padding: 20px 32px;
    flex-direction: row;
    justify-content: space-between;
  }

  .logo-rebup {
    width: 145px;
    height: 53px;
  }

  .burger-menu {
    display: flex;
  }

  .tabs a {
    font-size: 18px;
    line-height: 27px;
  }

  .buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 0;
  }

  .nav-menu.active {
    display: flex;
  }
}

@media (max-width: 480px) {
  .logo-rebup {
    width: 105px;
    height: 38px;
  }
}

.nav-menu.active {
  display: flex;
  z-index: 1;
}


.home .hero {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  z-index: 0;
}

.home .overlap-group {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 926px;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 820px) {
  .home .overlap-group {
    justify-content: center;
  }
  .home .frame-wrapper{
    visibility: hidden;
  }
  .background-video{
    height: 50vh;
  }
  .home .hero {
    width: 100%;
    height: 50vh;
    background-color: #ffffff;
    z-index: 0;
  }
}

.home .frame-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 672px;
  height: auto;
  max-height: 535px;
  align-items: flex-start;
  gap: 10px;
  padding: 40px 30px;
  position: relative;
  top: 166px;
  left: 23px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
}

.home .frame-2,
.home .frame-3,
.home .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
}

.home .text-wrapper-2 {
  position: relative;
  width: 100%;
  font-family: var(--h5-medium-font-family);
  font-weight: var(--h5-medium-font-weight);
  color: var(--black-200);
  font-size: var(--h5-medium-font-size);
  letter-spacing: var(--h5-medium-letter-spacing);
  line-height: var(--h5-medium-line-height);
  font-style: var(--h5-medium-font-style);
}

.frame-special {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.text-wrapper-special {
  position: relative;
  width: 100%;
  max-width: 100%; /* Prevents overflow */
  font-family: var(--h5-medium-font-family);
  font-weight: var(--h5-medium-font-weight);
  color: var(--black-200);
  font-size: clamp(1rem, 2vw + 1rem, var(--h5-medium-font-size));
  letter-spacing: var(--h5-medium-letter-spacing);
  line-height: var(--h5-medium-line-height);
  font-style: var(--h5-medium-font-style);
}

  /* Adjusts styles for smaller screens */
@media (max-width: 768px) {
  .text-wrapper-special {
    font-size: calc(var(--h5-medium-font-size) * 0.9);
  }
}


.home .frame-5 {
  position: relative;
  width: 100%;
  background-color: var(--primary-100);
  height: 5px;
  border-radius: 10px;
}

.home .een-plek-waar {
  position: relative;
  width: 589px;
  font-family: var(--sub-headline-regular-font-family);
  font-weight: var(--sub-headline-regular-font-weight);
  color: var(--black-500);
  font-size: var(--sub-headline-regular-font-size);
  letter-spacing: var(--sub-headline-regular-letter-spacing);
  line-height: var(--sub-headline-regular-line-height);
  font-style: var(--sub-headline-regular-font-style);
}

.home .header-line {
  margin-top: -20px;
}

.home .div-wrapper {
  all: unset;
  box-sizing: border-box;
  width: auto;
  max-width: 179px;
  background-color: var(--primary-100);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 10px;
  border-radius: 100px;
  opacity: 1 !important;
  position: relative;
  cursor: pointer;
}

.home .div-wrapper:hover {
  background-color: #c91717;
}


.home .view-mechandise-2 {
  margin-top: -1px;
  position: relative;
  width: fit-content;
  font-family: var(--body-2-semi-bold-font-family);
  font-weight: var(--body-2-semi-bold-font-weight);
  color: var(--white-100);
  font-size: var(--body-2-semi-bold-font-size);
  letter-spacing: var(--body-2-semi-bold-letter-spacing);
  line-height: var(--body-2-semi-bold-line-height);
  white-space: nowrap;
  font-style: var(--body-2-semi-bold-font-style);
  opacity: 1 !important;
}

/* Media Queries for Responsiveness */
@media (max-width: 820px) {
  .home .frame-wrapper {
    width: 90%;
    left: 0;
  }

  .home .text-wrapper-2 {
    font-size: 6vw;
    width: 100%;
    white-space: nowrap;
  }

  .home .een-plek-waar {
    font-size: 1.25rem;
    width: 100%;
  }

  .home .div-wrapper {
    width: 100%;
    justify-content: center;
  }

  .home .div-wrapper .view-mechandise-2 {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .home .frame-wrapper {
    padding: 10px 5%;
    top: 120px;
  }

  .home .text-wrapper-2 {
    font-size: 1.1rem;
    width: 100%;
  }

  .home .een-plek-waar {
    font-size: 1.1rem;
    width: 100%;
  }
}

.home .desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--primary-100);
  min-height: 823px;
  width: 100%;
  padding: 2% 5%;
}

.home .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  width: 100%;
}

.frame-7 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 574px;
  margin: 0 auto;
  overflow: hidden;
  align-items: stretch;
}

.frame-7 img {
  flex: 1 0 50%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  padding: 0;
  margin: 0;
}

.frame-7 img {
  height: 150px;
}

.frame-7 img:first-child {
  border-top-left-radius: 15px;
}

.frame-7 img:nth-child(2) {
  border-top-right-radius: 15px;
}

.frame-7 img:nth-child(3) {
  border-bottom-left-radius: 15px;
}

.frame-7 img:last-child {
  border-bottom-right-radius: 15px;
}

@media (max-width: 1024px) {
  .frame-7 img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .frame-7 img {
    height: auto;
  }
}

@media (max-width: 530px) {
  .frame-2 {
    justify-content: center;
  }
}

.frame-2 {
  width: 100%;
  max-width: 574px;
}

.frame-8 {
  margin: 20px 0;
}

.frame-4 p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-align: left;
}

p.al-jaar-het {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

.home .rebup-waar-iedereen {
  margin-top: -1px;
  font-family: var(--h5-semi-bold-font-family);
  font-weight: var(--h5-semi-bold-font-weight);
  color: var(--white-100);
  font-size: var(--h5-semi-bold-font-size);
  letter-spacing: var(--h5-semi-bold-letter-spacing);
  line-height: var(--h5-semi-bold-line-height);
  text-align: left;
}

.home .frame-9 {
  width: 100px;
  background-color: var(--primary-600);
  height: 5px;
  border-radius: 10px;
  margin-top: -30px;
}

.home .frame-10 {
  width: 100px;
  height: 100px;
  margin-top: -32px;
}

.home .al-jaar-het {
  margin-top: -32px;
  color: var(--primary-600);
  font-size: var(--sub-headline-regular-font-size);
  line-height: var(--sub-headline-regular-line-height);
  font-family: var(--sub-headline-regular-font-family);
  font-weight: var(--sub-headline-regular-font-weight);
  letter-spacing: var(--sub-headline-regular-letter-spacing);
}

.home .group {
  position: absolute;
  width: 293px;
  height: 239px;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.home .img {
  position: absolute;
  width: 287px;
  height: 163px;
  top: 0;
  left: 0;
  z-index: 0;
}

.frame-6,
.frame-7,
.frame-2 {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .home .frame-6 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
  }

  .frame-2,
  .frame-7 {
    max-width: 50%;
  }

  .frame-7 img {
    width: 297px;
    height: 296px;
  }

  .home .rebup-waar-iedereen {
    font-size: 1.5rem;
  }

  .home .al-jaar-het {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .home .group {
    position: absolute;
    width: 293px;
    height: 239px;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .home .img {
    position: absolute;
    width: 287px;
    height: 163px;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .home .desktop {
    position: relative;
    min-height: 823px;
  }

  .frame-6 {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .frame-7 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    width: 100%;
  }

  .frame-7 img {
    width: 200px;
    height: 200px;
  }

  .home .rebup-waar-iedereen {
    font-size: 1.2rem;
  }

  .home .al-jaar-het {
    font-size: 1rem;
  }

  .frame-2 {
    order: 1;
  }

  .frame-7 {
    order: 2;
  }
}

@media (max-width: 1024px) {
  .frame-7 img {
    width: 189px;
    height: 189px;
  }
}

.home .frame-11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 96px 120px;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
}

.home .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  text-align: center;
}

.home .frame-13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 1171px;
}

.home .frame-14 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
}

.home .text-wrapper-3 {
  font-family: var(--h5-medium-font-family);
  font-weight: var(--h5-medium-font-weight);
  color: var(--black-200);
  font-size: var(--h5-medium-font-size);
  letter-spacing: var(--h5-medium-letter-spacing);
  line-height: var(--h5-medium-line-height);
}

.home .frame-15 {
  width: 100px;
  height: 5px;
  background-color: var(--primary-100);
  border-radius: 10px;
}

.home .header-line {
  margin-top: -20px;
  margin-bottom: 40px;
}

.home .ontdek-de-warmte-en {
  font-family: var(--sub-headline-regular-font-family);
  font-weight: var(--sub-headline-regular-font-weight);
  color: var(--black-500);
  font-size: var(--sub-headline-regular-font-size);
  line-height: var(--sub-headline-regular-line-height);
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 10px;
}

.home .frame-16 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.home .frame-17 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1199px;
  padding: 10px;
}

@media (max-width: 1427px) {
  .home .frame-17 {
    justify-content: center;
  }
}

.home .frame-18 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 50px;
  background-color: #ffffff0d;
  border-radius: 10px;
  border: 1px solid #ffffff1a;
  width: 280px;


}

.home .frame-19 {
  flex-shrink: 0;
}

.home .frame-20 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 80px;
}

.home .text-wrapper-4 {
  font-family: var(--h6-medium-font-family);
  font-weight: var(--h6-medium-font-weight);
  color: var(--black-300);
  font-size: 20px;
}

.home .text-wrapper-5 {
  font-family: var(--body-2-regular-font-family);
  font-weight: var(--body-2-regular-font-weight);
  color: var(--black-500);
  font-size: 12px;
  font-weight: 700;
}

.home .frame-21 {
  width: 100%;
  max-width: 1199px;
  height: 440px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.home .frame-21 iframe {
  width: 100%;
  height: 100%;
  border: none;
}


@media (max-width: 1200px) {
  .home .frame-13 {
    max-width: 900px;
  }

  .home .ontdek-de-warmte-en {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .home .frame-13 {
    max-width: 100%;
    padding: 0 10px;
  }

  .home .frame-18 {
    width: 100%;
    justify-content: center;
  }

  .home .ontdek-de-warmte-en {
    font-size: 14px;
  }
}

/* Mobile-specific styling */
@media (max-width: 480px) {
  .home .frame-11 {
    padding: 50px 20px;
  }

  .home .frame-13,
  .home .frame-16 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .home .ontdek-de-warmte-en {
    font-size: 12px;
    padding: 10px;
    text-align: left;
    word-break: break-word;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 100%;
    margin: 0;
    line-height: 1.4;
    box-sizing: border-box;
  }

  /* Display images (frame-18) in pairs of 2 */
  .home .frame-17 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start; 
  }

  .home .frame-18 {
    width: calc(50% - 5px);
    box-sizing: border-box;
    padding: 8px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home .text-wrapper-4 {
    font-size: 16px;
  }

  .home .text-wrapper-5 {
    font-size: 10px;
  }

  .home .frame-19 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .home .frame-20 {
    align-items: flex-start;
    gap: 2px;
  }

  .home .frame-21 {
    height: 440px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .home .text-wrapper-4,
  .home .text-wrapper-5,
  .home .ontdek-de-warmte-en {
    text-align: left;
  }
}


.home .frame-22 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 54px;
  padding: 96px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.home .frame-23 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1193px;
  gap: 19px;
}

.home .frame-24 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 11px;
  flex: 0 0 calc(33.333% - 19px);
  box-sizing: border-box;
}

.home .container {
  position: relative;
  width: 100%;
  height: 299px;
  background-color: #ffffff;
}

.home .IMG,
.home .element-fa-c,
.home .img-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 2%;
}

.home .frame-25 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.home .text-wrapper-6,
.home .text-wrapper-8,
.home .bij-REBUP-bieden-we {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--sub-headline-medium-font-family);
  font-weight: var(--sub-headline-medium-font-weight);
  color: #202020;
  font-size: var(--sub-headline-medium-font-size);
  letter-spacing: var(--sub-headline-medium-letter-spacing);
  line-height: var(--sub-headline-medium-line-height);
  font-style: var(--sub-headline-medium-font-style);
  text-align: center;
}

.home .p,
.home .span {
  width: 100%;
  font-family: var(--special-1-regular-font-family);
  font-weight: var(--special-1-regular-font-weight);
  color: var(--black-300);
  font-size: var(--special-1-regular-font-size);
  text-align: center;
  letter-spacing: var(--special-1-regular-letter-spacing);
  line-height: var(--special-1-regular-line-height);
  font-style: var(--special-1-regular-font-style);
}

.home .text-wrapper-7 {
  color: #f21a1b;
  font-family: var(--special-1-regular-font-family);
  font-style: var(--special-1-regular-font-style);
  font-weight: var(--special-1-regular-font-weight);
  letter-spacing: var(--special-1-regular-letter-spacing);
  line-height: var(--special-1-regular-line-height);
  font-size: var(--special-1-regular-font-size);
}

.home .text-wrapper-7 {
  cursor: pointer; 
  color: #f21a1b; 
  text-decoration: underline; 
}

.home .expanded-content {
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .home .frame-24 {
    flex: 0 0 calc(50% - 19px);
  }
}

@media (max-width: 767px) {
  .home .frame-24 {
    flex: 0 0 100%;
  }

  .home .frame-22 {
    padding: 48px 20px;
  }
}

.home .desktop-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 54px;
  padding: 92px 20px 50px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.home .frame-26 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-9 {
  font-family: var(--h5-semi-bold-font-family);
  font-weight: var(--h5-semi-bold-font-weight);
  color: var(--black-200);
  font-size: var(--h5-semi-bold-font-size);
  text-align: center;
  letter-spacing: var(--h5-semi-bold-letter-spacing);
  line-height: var(--h5-semi-bold-line-height);
}

.home .frame-27 {
  position: absolute;
  width: 100px;
  top: 60px;
  left: 37%;
  transform: translateX(-50%);
  background-color: var(--primary-100);
  height: 5px;
  border-radius: 10px;
}

.home .text-wrapper-10 {
  width: 100%;
  max-width: 762px;
  font-family: var(--sub-headline-regular-font-family);
  font-weight: var(--sub-headline-regular-font-weight);
  color: var(--black-500);
  font-size: var(--sub-headline-regular-font-size);
  text-align: center;
  letter-spacing: var(--sub-headline-regular-letter-spacing);
  line-height: var(--sub-headline-regular-line-height);
}

.home .frame-28 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  position: relative;
  justify-content: center;
}

.home .frame-29 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  width: calc((100% - 40px) / 3);
  max-width: 385px;
  text-align: center;
}

/* Tablet settings */
@media (max-width: 1024px) {

  .home .frame-29 {
    width: calc((100% - 40px) / 2);
    max-width: 375px;
  }

  .home .frame-28 {
    justify-content: center;
  }
}

/* Mobile settings */
@media (max-width: 768px) {

  .home .frame-29 {
    width: 100%;
    max-width: 398px;
  }

  .home .frame-28 {
    justify-content: center;
    width: 80%;
  }
}

.home .eb-de-f,
.home .img-3 {
  width: 100%;
}

.home .eb-de-f {
  height: 530px;
}

.home .img-3 {
  height: 530px;
}

/* Tablet settings */
@media (max-width: 1024px) {

  .home .eb-de-f,
  .home .img-3 {
    height: 470px;
  }
}

/* Mobile settings */
@media (max-width: 768px) {

  .home .eb-de-f,
  .home .img-3 {
    height: 410px;
  }
}

.home .frame-30 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid;
  border-color: #0000000d;
}

.home .text-wrapper-11 {
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--black-300);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
}

.home .lorem-ipsum-dolor {
  align-self: stretch;
  font-family: var(--body-1-regular-font-family);
  font-weight: var(--body-1-regular-font-weight);
  color: var(--black-400);
  font-size: var(--body-1-regular-font-size);
  letter-spacing: var(--body-1-regular-letter-spacing);
  line-height: var(--body-1-regular-line-height);
}

.home .text-wrapper-12 {
  color: #2a2a2a;
  line-height: var(--body-1-regular-line-height);
  font-family: var(--body-1-regular-font-family);
  font-style: var(--body-1-regular-font-style);
  font-weight: var(--body-1-regular-font-weight);
  letter-spacing: var(--body-1-regular-letter-spacing);
  font-size: var(--body-1-regular-font-size);
}

.home .text-wrapper-13 {
  font-family: var(--body-1-regular-font-family);
  font-weight: var(--body-1-regular-font-weight);
  cursor: pointer; 
  color: #f21a1b; 
  text-decoration: underline; 
  line-height: var(--body-1-regular-line-height);
  font-style: var(--body-1-regular-font-style);
  letter-spacing: var(--body-1-regular-letter-spacing);
  font-size: var(--body-1-regular-font-size);
}

.home .frame-31 {
  width: 100%;
}


.home .frame-32 {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: center;
  gap: 21px;

  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-14 {
  position: relative;
  width: 100%;
  font-family: var(--sub-headline-regular-font-family);
  font-weight: var(--sub-headline-regular-font-weight);
  color: var(--black-500);
  font-size: var(--sub-headline-regular-font-size);
  text-align: center;
  letter-spacing: var(--sub-headline-regular-letter-spacing);
  line-height: var(--sub-headline-regular-line-height);

  font-style: var(--sub-headline-regular-font-style);

}



/* Button styling */
.home .VIDEO-PHOTO-TAB {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.home .frame-33 {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.home .photos-wrapper,
.home .frame-34 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 30px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--primary-100);
  border-radius: 8px;
  transition: background-color 0.3s;
}

.home .photos {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-2-medium-font-family);
  font-weight: var(--body-2-medium-font-weight);
  color: #ffffff;
  font-size: var(--body-2-medium-font-size);
  text-align: center;
  letter-spacing: var(--body-2-medium-letter-spacing);
  line-height: var(--body-2-medium-line-height);
  white-space: nowrap;
  font-style: var(--body-2-medium-font-style);
}

.home .frame-34 .text-wrapper-15 {
  position: relative;
  font-family: var(--body-2-medium-font-family);
  font-weight: var(--body-2-medium-font-weight);
  color: #ffffff;
  font-size: var(--body-2-medium-font-size);
  text-align: center;
}

/* Active button colors */
.photos-wrapper.active,
.frame-34.active {
  background-color: red;
}

.photos-wrapper:not(.active),
.frame-34:not(.active) {
  background-color: grey;
}

/* View container */
.carousel-container,
.videos-view {
  display: none;
}

.carousel-container.active,
.videos-view.active {
  display: block;
}

.home .frame-36 {
  display: inline-flex;
  align-items: flex-start;
  gap: 1258px;
  position: absolute;
  top: 221px;
  left: -82px;
}

/* Carousel arrows */
.arrow-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F21A1B;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 8%;
}

.arrow-wrapper.prev {
  left: 0;
}

.arrow-wrapper.next {
  right: 0;
}

.arrow {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow.left {
  background-image: url(../Images/img-arrow-left.svg);
}

.arrow.right {
  background-image: url(../Images/img-image-1.svg);
}

.videos-view {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.videos-view.active {
  display: block;
  visibility: visible !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container video {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: auto;
  border-radius: 8px;
}


.home .text-wrapper-15 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-2-medium-font-family);
  font-weight: var(--body-2-medium-font-weight);
  color: #515151;
  font-size: var(--body-2-medium-font-size);
  text-align: center;
  letter-spacing: var(--body-2-medium-letter-spacing);
  line-height: var(--body-2-medium-line-height);
  white-space: nowrap;
  font-style: var(--body-2-medium-font-style);
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  min-width: calc(33.33% - 10px);
  margin-right: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
}

.arrow-wrapper {
  color: red;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

.arrow-wrapper.prev {
  left: -40px;
}

.arrow-wrapper.next {
  right: -40px;
}

.arrow {
  border-style: solid;
}

/* Media Queries for Responsiveness */
@media (max-width: 480px) {
  .carousel-inner {
    flex-direction: row;
    transform: translateX(0);
    width: 100%;
  }

  .carousel-item {
    min-width: 100%;
    margin-right: 0;
  }

  .arrow-wrapper.prev {
    left: 10px;
  }

  .arrow-wrapper.next {
    right: 10px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .carousel {
    width: 634px;
    height: 259px;
  }

  .carousel-inner {
    width: 634px;
    height: 259px;
  }

  .carousel-item {
    width: 208px;
    height: 259px;
  }

  .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.home .frame-37 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  gap: 20px;
  padding: 96px 120px;
  box-sizing: border-box;
  justify-content: space-between;
}

.home .IMG-5 {
  flex: 1;
  max-width: 638px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2%;
}

.home .frame-38 {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 558px;
  width: 100%;
  gap: 49px;
  position: relative;
}


.home .frame-39 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  align-items: flex-start;
}

.home .rebup-is-altijd-in {
  max-width: 505px;
  width: 100%;
  margin-bottom: -31px;
  font-family: var(--sub-headline-regular-font-family);
  font-weight: var(--sub-headline-regular-font-weight);
  color: var(--black-500);
  font-size: var(--sub-headline-regular-font-size);
  letter-spacing: var(--sub-headline-regular-letter-spacing);
  line-height: var(--sub-headline-regular-line-height);
  font-style: var(--sub-headline-regular-font-style);
  text-align: justify;
}

.home .button {
  all: unset;
  box-sizing: border-box;
  width: 181px;
  height: 51px;
  background-color: var(--primary-100);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 10px;
  border-radius: 100px;
  cursor: pointer;
}

.home .view-mechandise-3 {
  white-space: nowrap;
  font-family: var(--body-2-semi-bold-font-family);
  font-weight: var(--body-2-semi-bold-font-weight);
  color: var(--white-100);
  font-size: var(--body-2-semi-bold-font-size);
  letter-spacing: var(--body-2-semi-bold-letter-spacing);
  line-height: var(--body-2-semi-bold-line-height);
}

/* Media Queries: Ensure responsiveness for tablets and mobile */
@media (max-width: 768px) {
  .home .frame-37 {
    flex-direction: column;
    padding: 48px 20px;
  }

  .home .IMG-5 {
    max-width: 100%;
  }

  .home .frame-38 {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .home .rebup-is-altijd-in {
    font-size: var(--sub-headline-regular-font-size);
    line-height: var(--sub-headline-regular-line-height);
  }

  .home .button {
    width: 100%;
  }
}

.home .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--primary-100);
  min-height: 600px;
  width: 100%;
  padding: 2% 5%;
  margin-top: 0 !important;
}

.home .FooterMainFrame {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .FooterFirstContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 31px;
  width: 100%;
  box-sizing: border-box;
}

.home .NewsletterContainer {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.home .join-our-newsletter {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--h5-semi-bold-font-family);
  font-weight: var(--h5-semi-bold-font-weight);
  color: #ffffff;
  font-size: var(--h5-semi-bold-font-size);
  text-align: center;
  letter-spacing: var(--h5-semi-bold-letter-spacing);
  line-height: var(--h5-semi-bold-line-height);
}

.home .newsLetterText {
  position: relative;
  max-width: 459px;
  width: 100%;
  font-family: var(--special-1-medium-font-family);
  font-weight: 100;
  color: #ffffff;
  font-size: var(--special-1-medium-font-size);
  letter-spacing: var(--special-1-medium-letter-spacing);
  line-height: var(--special-1-medium-line-height);
}

.home .inputContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home .inputContainer-close {
  display: inline-flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 22px;
  position: relative;
  flex: 0 0 auto;
}

.emailContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.emailInput {
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  outline: none;
  text-align: left;
  color: #ffffff;
  transition: border-color 0.3s, color 0.3s;
}

.emailInput::placeholder {
  color: #ffffff; 
}

.emailInput:focus {
  color: white; 
  border-color: white; 
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.emailInput:focus::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.home .Subbutton {
  all: unset;
  box-sizing: border-box;
  width: 179px;
  height: 40px;
  font-family: 'Manrope', sans-serif;
  background-color: var(--white-100);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 10px;
  position: relative;
  border-radius: 100px;
  cursor: pointer;
}

.home .Subbutton:hover {
  background-color: #fef0f0;
}

.Subbutton .view-mechandise {
  color: red;
  font-weight: 500;
}

.home .contactContainer {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.home .contactInfoContainer {
  width: 50%;
  justify-content: center;
}

.home .socials-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .home .contactInfoContainer {
    flex: 1 1 100%;
    width: 50%;
    justify-content: center;
    order: 2;
  }

  .home .inputContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 100%;
    height: auto;
    justify-content: center;
    justify-items: center;
    align-content: center;
    margin-bottom: 20px;
  }
}

.home .contactContainer-close {
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  width: 48%;
}

.home .titleText {
  color: #ffffff;
  font-size: var(--h6-bold-font-size);
  text-align: center;
  line-height: var(--h6-bold-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--h6-bold-font-family);
  font-weight: var(--h6-bold-font-weight);
  letter-spacing: var(--h6-bold-letter-spacing);
  white-space: nowrap;
  font-style: var(--h6-bold-font-style);
}

.home .marion-van-der-vegt {
  position: relative;
  width: fit-content;
  font-family: "Manrope-Medium", Helvetica;
  font-weight: 500;
  color: var(--white-100);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: nowrap;
}

.home .navigation-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
}

.home .link-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.home .container-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px 13px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 10px;
}

.home .linkText {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-1-medium-font-family);
  font-weight: var(--body-1-medium-font-weight);
  color: #ffffff;
  font-size: var(--body-1-medium-font-size);
  text-align: center;
  letter-spacing: var(--body-1-medium-letter-spacing);
  line-height: var(--body-1-medium-line-height);
  white-space: nowrap;
  font-style: var(--body-1-medium-font-style);
}

.home .socialsTitle {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
}

.home .FooterImages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-top: 30px;
}

.home .bank-account-details {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 480px;
}

.home .logo-rebup-2 {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 273px;
}

.footer img {
  height: auto;
  object-fit: contain;
}

.socials-navigate-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  flex: 1;
}

.email-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.navigation-wrapper,
.socials-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

.contact-info {
  flex: 1;
}

.Subbutton {
  height: 40px;
}

/* Tablet settings */
@media screen and (max-width: 1200px) {
  .footer {
    padding: 2% 4%;
  }

  .FooterMainFrame {
    flex-direction: column;
    align-items: center;
  }

  .contactContainer,
  .NewsletterContainer {
    align-items: center;
    width: 100%;
  }

  .bank-account-details {
    max-width: 436px;
    height: 96px;
  }

  .logo-rebup-2 {
    max-width: 272px;
    height: 37px;
  }
}

/* Mobile settings */
@media (max-width: 768px) {
  .home .footer {
    padding: 2% 3%;
  }

  .socials-navigate-container {
    gap: 40px;
    order: 2;
  }

  .contact-info {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .socials-wrapper {
    width: 100%;
  }

  .join-our-newsletter,
  .newsLetterText,
  .titleText,
  .linkText {
    text-align: center;
  }

  .FooterMainFrame {
    flex-direction: column;
  }

  .inputContainer-close {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .emailContainer {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .Subbutton {
    width: auto;
    margin-top: 10px;
  }

  .contactContainer {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .FooterImages {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    width: 100%;
  }

  .bank-account-details {
    max-width: 398px;
    height: 96px;
  }

  .logo-rebup-2 {
    max-width: 100px;
    height: 37px;
    margin-top: 10px;
    align-self: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 1% 2%;
  }

  .home .emailContainer {
    width: 100%;
    box-sizing: border-box;
  }

  .NewsletterContainer,
  .contactContainer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .contactContainer-close {
    width: auto;
  }

  .socials-navigate-container {
    flex-direction: row;
    gap: 10px;
  }

  .email-section {
    margin-bottom: 10px;
  }

  .navigation-wrapper,
  .socials-wrapper {
    width: 100%;
  }

  .link-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .container-close {
    margin-right: 15px;
  }

  .bank-account-details {
    width: 398px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
  }

  .logo-rebup-2 {
    width: 100px;
    height: 36px;
    object-fit: contain;
  }
}