/*Hero 1*/
.header {
  z-index: 1;
  position: relative;
  padding-top: 0;
  background-color: transparent;
}

header {
  height: 100dvh;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  display: flex;
  align-items: end;
}

header video, header img {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-tint {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.6;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #000 180%);
}

.header-text-pls {
  width: 100%;
}

.header-loaded img {
  height: 100%;
}

.header-loaded video {
  height: 100%;
}

.header-loaded .booking-div {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.privacy .header-loaded picture {
  height: 100%;
}

.header-loaded picture {
  height: 100%;
}

.header-loaded .header-tint {
  height: 100%;
}

.header-loaded .header-text {
  height: 100%;
  opacity: 100%;
}

.header-text {
  transition-duration: 1s;
  transition-delay: 0.7s;
  transition-property: opacity, padding-top, height;
  height: 0;
  opacity: 0;
  overflow: clip;
  text-align: center;
  grid-column: span 12;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.header-text h5 {
  font-size: 13px;
  letter-spacing: 0%;
  display: flex;
  gap: 20px;
}
.header-text h5 a {
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.705);
  position: relative;
  text-transform: uppercase;
}
.header-text h5 a:hover {
  color: white;
}
.header-text h5 a:after {
  content: "";
  height: 100%;
  right: -10px;
  top: 0;
  width: 1px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.705);
}
.header-text h5 a:last-of-type::after {
  display: none;
}

.header-text h1 {
  text-align: start;
  color: white;
  font-size: 100px;
  line-height: 1.1;
}

.header-text h6::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #bf9b30;
}

.header-text p {
  opacity: 0.8;
  color: white;
  opacity: 1;
  width: 40%;
  text-align: start;
  margin-bottom: 14px;
}

.header-text .click-underline {
  color: white;
}

.header-text .click-underline::before {
  background-color: white;
}

.discovery {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  transition: 0.5s;
  z-index: 3;
  font-weight: 400;
  letter-spacing: 2.6px;
  line-height: 19.5px;
  color: #FFFFFF;
  opacity: 0.75;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

.discovery:hover {
  letter-spacing: 5px;
}

.box span {
  width: 20px;
  height: 20px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.box span:nth-child(2) {
  animation-delay: -0.2s;
}

.box span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) translate(10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
/*HERO 2*/
.header-2 .header-text {
  transition-duration: 1s;
  transition-delay: 0.7s;
  transition-property: opacity, padding-top, height;
  height: 0;
  opacity: 0;
  overflow: clip;
  text-align: center;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  grid-column: span 12;
  align-items: start;
}
.header-2 .span-12 {
  grid-column: span 12;
}
.header-2 .header-text h1 {
  text-align: start;
  margin-bottom: 20px;
  color: white;
  text-transform: uppercase;
}
.header-2 .header-text p {
  color: white;
  text-align: start;
  width: 80%;
  line-height: 1.8;
}
.header-2 .header-loaded .header-text {
  height: 100%;
  opacity: 100%;
}

.header-bottom {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: end;
  align-items: center;
}
.header-bottom .main-button {
  padding: 30px 54px;
  font-size: 24px;
  border: 1px solid #132b51;
  color: white;
  transition: 0.3s;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: #132b51;
}
.header-bottom .main-button:hover {
  background-color: #0d1929;
}

.header-bottom-element {
  display: flex;
  flex-direction: column;
  min-width: 300px;
  padding: 16px 26px;
  overflow: clip;
  height: 0;
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.7s;
  transition-property: opacity, padding-top, height;
}
.header-bottom-element h4 {
  color: white;
  font-weight: 500;
  font-size: 20px;
}
.header-bottom-element p {
  color: white;
  font-size: 18px;
}

.header-2 .header-loaded .header-bottom-element {
  height: 100%;
  opacity: 100%;
}

.booking-div {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 5;
  display: flex;
  border: 1px solid #f0b65a;
  border-radius: 32px;
  padding: 16px 24px;
  cursor: pointer;
  opacity: 0;
  transform: translate3d(20px, 20px, 0);
  transition-duration: 0.7s;
  transition-delay: 1s;
  overflow: hidden;
}
.booking-div span {
  font-size: 18px;
  color: #f0b65a;
}
.booking-div ::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  transition: 0.3s;
  background-color: #f0b65a;
  opacity: 0.3;
  position: absolute;
}

.booking-div:hover ::after {
  height: 100%;
}

/*Section 1*/
/* ---- Drag helper cursor ---- */
.drag-cursor {
  position: fixed; /* follow the pointer anywhere over the slider */
  width: 120px;
  height: 120px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.18s ease, transform 0.18s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(20px) saturate(2);
          backdrop-filter: blur(20px) saturate(2);
  color: #000000;
  z-index: 1000;
}
.drag-cursor span {
  font-size: 20px;
  font-weight: 500;
  color: black;
}

.drag-cursor.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ---- Grab / Grabbing feedback ---- */
.slider-viewport {
  cursor: grab;
}

.slider-viewport.dragging {
  cursor: grabbing;
}

/* Optional: stop selecting text/images while dragging */
.slider-viewport.dragging,
.slider-viewport.dragging * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.drag-cursor.cursor-mode-plus .label {
  display: none;
}

/* Show the plus icon in plus mode */
.drag-cursor.cursor-mode-plus .plus-icon {
  display: block;
  font-size: 24px; /* Make the '+' icon bigger */
  line-height: 1;
}

.drag-cursor.cursor-mode-plus {
  width: 70px;
  height: 70px;
}

/* Hide the plus icon in scroll/drag mode */
.drag-cursor.cursor-mode-scroll .plus-icon,
.drag-cursor.cursor-mode-drag .plus-icon {
  display: none;
}

/* Show the label in scroll/drag mode */
.drag-cursor.cursor-mode-scroll .label,
.drag-cursor.cursor-mode-drag .label {
  display: block;
}

.section-1 {
  z-index: 1;
}
.section-1 h2 {
  grid-column: span 12;
  text-align: start;
  text-transform: uppercase;
}
.section-1 h2 {
  grid-column: span 12;
  margin-bottom: 70px;
}
.section-1 .slider-container {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 0;
}

.section-1-head {
  grid-column: span 5;
}

.section-1-p {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.click-underline-gold {
  color: #BAA27C;
}

.click-underline-gold::before {
  background-color: #BAA27C;
}

/* Buttons + Slider layout */
.buttons-slider-galery {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
  margin: 0;
  align-items: start;
  justify-content: end;
  position: absolute;
  right: auto;
  flex-direction: row;
  z-index: 3;
  top: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery-nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background-color: hsla(0, 0%, 91%, 0.9);
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  align-items: center;
  justify-content: center;
}
.gallery-nav-btn div {
  width: 12px;
  height: 12px;
  background: #000000;
  font-size: 18px;
  /* triangle shape */
  clip-path: polygon(20% 10%, 20% 90%, 90% 50%);
  font-size: 17px;
}

.gallery-nav-btn:first-of-type div {
  rotate: 180deg;
}

.gallery-nav-btn:hover {
  background-color: rgb(255, 255, 255);
}

.gallery-nav-btn:disabled:hover {
  background: hsla(0, 0%, 91%, 0.9);
}

.gallery-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.buttons-slider {
  grid-column: span 3;
  display: flex;
  gap: 12px;
  margin: 0;
  align-items: start;
  justify-content: end;
  position: absolute;
  right: 24px;
  flex-direction: column;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}

.slider-btn {
  width: 96px;
  height: 96px;
  border-radius: 9999px;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  background-color: hsla(0, 0%, 91%, 0.9);
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  align-items: center;
  justify-content: center;
}
.slider-btn div {
  width: 16px;
  height: 16px;
  background: #000000;
  /* triangle shape */
  clip-path: polygon(20% 10%, 20% 90%, 90% 50%);
}

.slider-btn:first-of-type div {
  rotate: 180deg;
}

.slider-btn:hover {
  background-color: rgb(255, 255, 255);
}

.slider-btn:disabled:hover {
  background-color: hsla(0, 0%, 91%, 0.9);
}

.slider-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Slider */
.slider {
  grid-column: span 12;
}

.slider-viewport {
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 24px; /* Required 32px gap */
  will-change: transform;
  transform: translateX(0);
  transition: transform 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-bottom: 2px; /* neat edge */
}
.slider-track article:first-of-type {
  margin-left: calc(50px + (100vw - 1800px) / 2);
}
.slider-track article:last-of-type {
  margin-right: 24px;
}

/* Cards */
.card {
  position: relative;
  flex: 0 0 405px;
  width: 405px;
  height: 555px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Title overlay (bottom-left 24px) */
.card h4 {
  position: absolute;
  bottom: 32px;
  left: 32px;
  margin: 0;
  color: #fff;
  z-index: 2;
  width: 40%;
  line-height: 1.6;
}

/* Ensure transforms don't tween or jitter */
.slider-track {
  will-change: transform;
}

/*Section 1 First*/
.section-1-first .card {
  position: relative;
  flex: 0 0 843px;
  width: 843px;
  height: 506px;
}
.section-1-first .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(47, 50, 61, 0) 20%, #2F323D 100%);
  z-index: 1;
}

.article-text {
  position: absolute;
  left: 48px;
  bottom: 48px;
  z-index: 3;
}
.article-text span {
  font-size: 19px;
  line-height: 1;
  color: white;
}
.article-text h3 {
  color: white;
  margin-top: 4px;
  margin-bottom: 12px;
  text-align: start;
  line-height: 1;
}
.article-text p {
  margin-bottom: 24px;
  color: white;
}

@media (max-width: 1800px) {
  /*Section 1*/
  .slider-track article:first-of-type {
    margin-left: 50px;
  }
}
.d-background {
  width: 100%;
  height: 110%;
  position: absolute;
  left: 0;
  top: 0;
  /* Fade edges (vertical example) */
}
.d-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0.7;
}

/*Section Dinaric 1*/
.section-dinaric-1 {
  z-index: 2;
}
.section-dinaric-1 h2 {
  grid-column: span 12;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.section-dinaric-1 p {
  color: black;
  grid-column: span 12;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0%;
  text-align: center;
}

.section-dinaric-1-elements {
  grid-column: span 4;
}
.section-dinaric-1-elements img {
  transition: 0.3s;
}

.section-dinaric-1-elements:hover img {
  scale: 1.05;
}

.section-dinaric-1-holder {
  padding-top: 60%;
  position: relative;
}

.section-dinaric-1-holder::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
}

.section-dinaric-1-holder-text {
  position: absolute;
  left: 24px;
  bottom: 14px;
  z-index: 3;
}
.section-dinaric-1-holder-text span {
  font-size: 17px;
  color: white;
  margin-bottom: 4px;
  font-weight: 300;
}
.section-dinaric-1-holder-text h4 {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}

.section-dinaric-1-top {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}
.section-dinaric-1-top div {
  display: flex;
  gap: 4px;
}
.section-dinaric-1-top span {
  font-size: 17px;
}
.section-dinaric-1-top svg {
  opacity: 0.7;
}

.section-dinaric-1-bottom {
  margin-top: 6px;
}
.section-dinaric-1-bottom span {
  font-size: 15px;
  text-transform: uppercase;
}

/*Section Dinaric 2*/
.s-dinaric-2 p {
  color: black;
  grid-column: 3/span 8;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0%;
  text-align: center;
}
.s-dinaric-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-position: center top;
     object-position: center top;
}

/*Section Dinaric 3*/
.s-dinaric-3 {
  z-index: 1;
  grid-column: span 12;
  padding-top: 140px;
}
.s-dinaric-3 h2 {
  grid-column: span 12;
  text-transform: uppercase;
  text-align: center;
}
.s-dinaric-3 .maxw .s-dinaric-3-elements:last-of-type {
  margin-bottom: 0px;
}

.s-dinaric-3-elements {
  grid-column: span 6;
  margin-top: 40px;
}
.s-dinaric-3-elements img {
  transition: 0.5s;
}
.s-dinaric-3-elements .d-arrow-div {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 3;
}

.s-dinaric-3-elements:hover img {
  scale: 1.05;
}
.s-dinaric-3-elements:hover .d-arrow-div::after {
  height: 100%;
}

.s-dinaric-3-holder {
  padding-top: 75%;
  position: relative;
}

.s-dinaric-3-holder::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
}

.s-dinaric-3-holder-text {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 3;
}
.s-dinaric-3-holder-text h3 {
  color: white;
  font-weight: 500;
}

/*Section Dinaric 4*/
.s-dinaric-4 h2 {
  grid-column: span 12;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.s-dinaric-4-elements {
  grid-column: span 4;
}
.s-dinaric-4-elements img {
  transition: 0.3s;
}

.s-dinaric-4-elements:hover img {
  scale: 1.05;
}

.s-dinaric-4-holder {
  padding-top: 60%;
  position: relative;
}

.s-dinaric-4-bottom {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-dinaric-4-bottom span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.s-dinaric-4-bottom h4 {
  color: black;
}

.uppercase {
  text-transform: uppercase;
}

/*Section Dinaric 5*/
.s-dinaric-5 h2 {
  grid-column: span 12;
  text-transform: uppercase;
  margin-bottom: 36px;
  text-align: center;
}
.s-dinaric-5 .maxw .s-dinaric-5-element:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.s-dinaric-5-element {
  grid-column: span 12;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 24px 0px;
}
.s-dinaric-5-element p {
  grid-column: span 6;
}

.s-dinaric-5-element-left {
  grid-column: span 6;
  display: flex;
  align-items: center;
}

.s-dinaric-5-element-left-num {
  height: 48px;
  width: 48px;
  background-color: rgba(242, 243, 237, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99999px;
  margin-right: 12px;
}
.s-dinaric-5-element-left-num span {
  color: black;
  font-size: 20px;
}

/*Section Dinaric 6*/
.s-dinaric-6-elements {
  grid-column: span 12;
}

.s-dinaric-6-holder {
  padding-top: 50%;
  position: relative;
}
.s-dinaric-6-holder img {
  scale: 1.1;
}

.s-dinaric-6-holder::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
}

.s-dinaric-6-holder-text {
  position: absolute;
  top: 60px;
  right: 100px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-dinaric-6-holder-text h2 {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.s-dinaric-6-holder-text span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.623);
}
.s-dinaric-6-holder-text p {
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
.s-dinaric-6-holder-text div {
  display: flex;
  gap: 8px;
}
.s-dinaric-6-holder-text a {
  color: white;
  -webkit-text-decoration: solid;
          text-decoration: solid;
  position: relative;
}
.s-dinaric-6-holder-text a::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #f0b65a;
  transition: 0.5s;
}
.s-dinaric-6-holder-text a:hover::before {
  width: 0px;
}

/*Section Dinaric 7*/
.s-dinaric-7 h2 {
  grid-column: span 12;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.s-dinaric-7-elements {
  grid-column: span 12;
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.s-dinaric-7-elements:hover .d-arrow-div::after {
  height: 100%;
}
.s-dinaric-7-elements:hover img {
  scale: 1.05;
}

.s-dinaric-7-wrapper {
  grid-column: span 6;
}

.s-dinaric-7-holder {
  padding-top: 60%;
  position: relative;
}
.s-dinaric-7-holder img {
  transition: 0.5s;
}

.s-dinaric-7-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: span 6;
}
.s-dinaric-7-right div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-dinaric-7-right .flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.s-dinaric-7-right span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
}
.s-dinaric-7-right h4 {
  color: black;
}

.d-arrow-div {
  height: 64px;
  width: 64px;
  border: 1px #f0b65a solid;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 999px;
}
.d-arrow-div svg {
  color: #f0b65a;
  z-index: 2;
}

.d-arrow-div::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  transition: 0.3s;
  background-color: #f0b65a;
  opacity: 0.3;
  position: absolute;
}

/*Acordation*/
.acordation h2 {
  grid-column: span 12;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.acordation-text-1 {
  grid-column: 3/span 8;
  text-align: start;
  margin-top: 70px;
}

.acordation-text-2 {
  grid-column: 3/span 8;
  color: #8C8C8C;
  font-size: 15px;
}

.faq-text {
  grid-column: 2/span 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-text h2 {
  margin-top: 12px;
}

.faq-text p {
  color: #001034;
  margin-top: 18px;
}

.faq-text a {
  color: #001034;
  -webkit-text-decoration: solid;
  text-decoration: solid;
  text-decoration-color: #001034;
  width: -moz-fit-content;
  width: fit-content;
}

.acordation-grid {
  display: flex;
  flex-direction: column;
  grid-column: span 12;
  margin-top: 36px;
}

.acordation-grid h5 {
  color: #000;
  font-weight: 500;
  text-align: start;
  font-size: 18px;
  padding-right: 32px;
}

.faq {
  padding: 28px 0px;
  position: relative;
  overflow: clip;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.faq-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-heading .pbold {
  padding-right: 10px;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: end;
}
.faq-content p {
  font-size: 18px;
  width: 50%;
}

.arrow-a::before, .arrow-a::after {
  content: "";
  display: block;
  width: 21px;
  border-radius: 0px;
  height: 2px;
  background: black;
  transition: 0.3s ease-in-out;
  position: relative;
  display: block;
}

.arrow-a::before {
  transform: rotate(0deg);
}

.arrow-a::after {
  margin-top: -1px;
  margin-left: 1px;
  transform: rotate(-90deg);
}

.active .arrow-a::after {
  transform: rotate(0deg);
  margin-top: -2px;
  margin-left: 0px;
}

.active .faq-content {
  max-height: 500px;
  margin-top: 18px;
}

.simple-picture-faq {
  grid-column: span 12;
}
.simple-picture-faq .simple-picture-holder {
  padding-top: 45%;
}

/*Section Dinaric 8*/
.s-dinaric-8 .article-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  bottom: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  padding: 48px;
}
.s-dinaric-8 .article-text p {
  font-size: 42px;
  line-height: 1.1;
  color: black;
}
.s-dinaric-8 .article-text span {
  font-size: 18px;
  color: #8C8C8C;
}
.s-dinaric-8 .card {
  flex: 0 0 1200px;
  width: 1200px;
}
.s-dinaric-8 svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.s-dinaric-8 img {
  opacity: 0.3;
}
.s-dinaric-8 article {
  position: relative;
  background-color: #f1f2ec;
}
.s-dinaric-8 .card::before {
  display: none;
}

/*Pre footer*/
.pre-footer {
  overflow: hidden;
}
.pre-footer h2 {
  text-transform: uppercase;
  grid-column: span 12;
}

.image {
  background-color: #000;
  background-color: black;
  border-radius: 0;
  border-radius: 0px;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.image.--2 {
  height: 39.167vw;
  margin: 0 0.417vw;
  width: 29.167vw;
}

.image.--0, .image.--4 {
  border: 10px solid #fff;
  border: 10px solid white;
  height: 25vw;
  width: 20vw;
}

.image.--1, .image.--3 {
  height: 35vw;
  width: 25vw;
}

.image.--0 {
  left: 5vw;
  z-index: 2;
}

.image-group {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  left: -10vw;
  position: relative;
  width: 120vw;
  overflow: hidden;
  margin-top: 80px;
}

.image.--4 {
  left: -5vw;
  z-index: 1;
}

#overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  transition: 1s 1s;
  height: 100dvh;
  width: 100vw;
  display: flex;
  align-items: center;
}

#overlay-in {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
#overlay-in video, #overlay-in img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.ovrl-loaded-start #overlay-in {
  opacity: 1;
}

.ovrl-loaded #overlay-in {
  transform: translateY(-25%);
  opacity: 0;
}

/* =========================================
   RESPONSIVE QUERIES
   ========================================= */
/* --- Tablet / Small Desktop (Under 1024px) --- */
@media (max-width: 1024px) {
  /* Header Adjustments */
  .header-text h1 {
    font-size: 70px;
  }
  .header-2 .header-text p {
    width: 100%;
  }
  /* Section 1 - Intro Text */
  .section-dinaric-1 p,
  .s-dinaric-2 p {
    grid-column: span 12; /* Use full width instead of center columns */
    font-size: 36px;
    padding-top: 80px;
  }
  /* Section 1 - Yacht Cards (2 per row instead of 3) */
  .section-dinaric-1-elements {
    grid-column: span 6;
  }
  /* Section 3 - Yacht Types (2 per row) */
  .s-dinaric-3-elements {
    grid-column: span 6;
  }
  /* Section 5 - Why Choose Us */
  .s-dinaric-5-element {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .s-dinaric-5-element-left,
  .s-dinaric-5-element p {
    grid-column: span 12;
    width: 100%;
  }
  /* Section 7 - Get Inspired (Stack image and text) */
  .s-dinaric-7-wrapper,
  .s-dinaric-7-right {
    grid-column: span 12;
  }
  .s-dinaric-7-right {
    margin-top: 24px;
    gap: 24px;
  }
  /* Section 8 - Reviews Slider */
  /* Adjust card size from fixed pixel to responsive viewport width */
  .s-dinaric-8 .card {
    flex: 0 0 70vw;
    width: 70vw;
    height: 450px;
  }
  .slider-track article:first-of-type {
    margin-left: 24px; /* Remove the calculation for huge screens */
  }
  .booking-div {
    display: none;
  }
  .header-text h5 {
    flex-wrap: wrap;
  }
  .section-dinaric-1 h2 {
    margin-bottom: 0;
  }
  .section-dinaric-1 .grid {
    row-gap: 28px;
  }
  .s-dinaric-4 h2 {
    margin-bottom: 0;
  }
  .s-dinaric-4 .grid {
    row-gap: 36px;
  }
  .s-dinaric-7 h2 {
    margin-bottom: 0;
  }
  .s-dinaric-7 .grid {
    row-gap: 36px;
  }
  .s-dinaric-7 .grid .grid {
    row-gap: 0px;
  }
  .section-1 h2 {
    margin-bottom: 36px;
  }
  .acordation h2 {
    margin-bottom: 24px;
  }
  .s-dinaric-7-elements {
    grid-column: span 12;
    padding: 0;
  }
  .s-dinaric-8 .article-text p {
    font-size: 30px;
  }
}
/* --- Mobile Landscape / Tablets (Under 768px) --- */
@media (max-width: 768px) {
  .s-dinaric-3 {
    z-index: 1;
    grid-column: span 12;
    padding-top: 90px;
  }
  .s-dinaric-3-elements {
    margin-top: 0;
  }
  /* Header */
  .header-text h1 {
    font-size: 50px;
  }
  .header-bottom {
    display: none; /* Hide detailed stats on mobile if they clutter view */
  }
  .booking-div {
    right: 24px;
    bottom: 24px;
    background-color: rgba(0, 0, 0, 0.6); /* Add background for contrast */
  }
  /* Make all grid items full width */
  .section-dinaric-1-elements,
  .s-dinaric-3-elements,
  .s-dinaric-4-elements {
    grid-column: span 12;
  }
  /* Section 1 Text */
  .section-dinaric-1 p {
    font-size: 28px;
    padding-top: 0;
  }
  /* Section 6 - Need Help */
  .s-dinaric-6-holder-text {
    right: auto;
    left: 24px;
    top: 64px;
  }
  .s-dinaric-6-holder {
    padding-top: 100%; /* Make it taller on mobile to fit text */
  }
  /* FAQ Accordion */
  .acordation-text-1,
  .acordation-text-2 {
    grid-column: span 12;
    margin-top: 24px;
  }
  .faq-content {
    justify-content: flex-start; /* Align left on mobile */
  }
  .faq-content p {
    width: 100%;
    font-size: 15px;
  }
  /* Slider */
  .s-dinaric-8 .card {
    flex: 0 0 85vw; /* Show mostly one card with a peek at the next */
    width: 85vw;
    height: 400px;
  }
  .s-dinaric-8 .article-text p {
    font-size: 24px;
  }
  .s-dinaric-8 .article-text {
    padding: 24px;
  }
  .s-dinaric-3-holder {
    padding-top: 100%;
    position: relative;
  }
  .s-dinaric-6-holder {
    padding-top: 170%;
  }
}
/* --- Mobile Portrait (Under 576px) --- */
@media (max-width: 576px) {
  .s-dinaric-3-holder {
    padding-top: 120%;
    position: relative;
  }
  .s-dinaric-3-holder-text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
    padding-right: 51px;
  }
  .s-dinaric-3-holder-text h3 {
    text-align: start;
    line-height: 1.2;
  }
  .s-dinaric-3-elements .d-arrow-div {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  /* Header */
  .header-text h1 {
    font-size: 42px;
  }
  header {
    padding-bottom: 30px;
    height: 100dvh; /* Ensure it handles mobile browser bars */
  }
  /* Reposition the 'Inquire Now' button to not block text */
  .booking-div {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0) !important; /* Override JS transform if needed */
    bottom: 100px;
    width: -moz-max-content;
    width: max-content;
  }
  /* Typography resizing */
  h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  /* Section 5 */
  .s-dinaric-5-element-left h3 {
    font-size: 20px;
  }
  .s-dinaric-6-holder-text h2 {
    font-size: 32px;
  }
  /* Slider Arrows */
  /* Hide custom cursor or arrows if touch acts weird, or adjust position */
  .buttons-slider-galery {
    bottom: 10px;
  }
  /* Pre-Footer Images */
  /* Prevent the wide overflow causing horizontal scroll on body */
  .pre-footer {
    overflow: hidden;
  }
  .pre-footer h2 {
    margin-bottom: 0;
  }
  .image-group {
    width: 200%; /* Allow it to be wider but contained */
    left: -50%;
    margin-top: 40px;
  }
  .image.--0, .image.--4 {
    height: 40vw;
    width: 30vw;
  }
  .image.--1, .image.--3 {
    height: 64vw;
    width: 40vw;
    left: 8vw;
    z-index: 2;
  }
  .image.--3 {
    left: -8vw;
  }
  .image.--2 {
    height: 90vw;
    width: 70vw;
  }
}/*# sourceMappingURL=index.css.map */