/*
Theme Name: Hippie Fish
Theme URI: https://hippie-fish1.nl/
Author: Studio Bon Chef
Author URI: https://studiobonchef.com
Description: Theme created for Hippie Fish in Zandvoort
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 8.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hippiefish
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* --- RESET --- */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-500);
  line-height: 1.6;
  letter-spacing: 0.2rem;
  background-color: var(--col-light-100);
  box-sizing: border-box;
  max-width: 100%;
}

ul[role="‘list’"],
ol[role="‘list’"],
li {
  list-style: none;
}

li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

ul {
  display: flex;
}

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

.preveal a,
p a {
  text-decoration: underline;
}

/* ________________  BUTTONS ________________ */

.btn,
.btn--submit,
.forminator-field > button {
  color: var(--col-light-100);
  background-color: var(--col-light-400);
  padding: 1.8rem 4.8rem;
  cursor: pointer;
  border: none;
  border-radius: 0.2rem;
  font-family: var(--font-btn);
  font-size: var(--fs-400);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  transition: all 200ms ease;
}

.btn--submit {
  background-color: var(--col-light-400) !important;
}

.btn:hover,
.btn:active {
  background-color: var(--col-brown-hover);
}

.btn--book {
  /* position: absolute; */
  /* bottom: 0; */
  background-color: var(--col-darkbrown);
  align-self: center;
  padding: 1.6rem 3.2rem;
  font-size: 2rem;
  white-space: nowrap;
  letter-spacing: 0.5rem;
}

.btn--book:hover {
  background-color: var(--col-darkbrown-hover);
}

.btn--bookall {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  z-index: 5;
  bottom: 2rem;
  right: 2rem;
  box-shadow: 0rem 1rem 2rem rgba(0, 0, 0, 0.15);
  transition: all 500ms ease;
}

.form-button {
  margin-top: 4.8rem;
}

/* ________________  HEADER ________________ */

header {
  position: fixed;
  width: 100%;
  transition: all 400ms ease;
  background-image: var(--bg-texture);
  background-size: cover;
  z-index: 9999;
}

.header-container {
  padding: 0rem 4.8rem;
}

.nav-wrapper {
  height: 8rem;
}

.mobile-nav-toggle {
  display: none;
  filter: invert();
}

.header-nav {
  gap: 6rem;
}

.nav-list ul,
.lang-list ul,
.language-switcher a {
  color: var(--col-light-100);
  font-family: var(--font-title);
  letter-spacing: var(--ls-400);
  font-size: 1.4rem;
}

.nav-list ul {
  gap: 3.2rem;
}

.lang-list ul {
  gap: 1rem;
}

.wpml-ls-item:after {
  content: "|";
  position: absolute;
  right: 75px;
  top: 27px;
  color: var(--col-light-100);
}

a {
  position: relative;
  padding-bottom: 0.5rem;
}

a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.175rem;
  bottom: 0;
  left: 0;
  background-color: var(--col-light-100);
  transform: scaleX(0);

  transition: transform 0.4s ease;
}

nav a:hover::before {
  transform: scaleX(1);
  transform-origin: top left;
}

nav a:active::before {
  width: 100%;
  height: 0.175rem !important;
  background-color: var(--col-light-100);
}

.scroll-down header {
  transform: translate3d(0, -100%, 0);
}

.visible-right {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

html.no-scroll {
  overflow: hidden;
}

/* ________________  FOOTER ________________ */

footer {
  background-image: var(--bg-texture);
  background-size: cover;
}

.footer-content {
  padding: 10rem 4.8rem;
  gap: 4.8rem;
  max-width: 134rem;
}

.footer-content p,
.footer-nav-list ul {
  color: var(--col-light-100);
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 1.6;
}

.footer-nav-list ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fa-brands {
  color: var(--col-light-100);
  font-size: 2.4rem;
  padding: 1rem;
}

.copyright {
  padding: 2rem 0rem;
  font-family: var(--font-title);
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  color: var(--col-light-100);
}

.footer-header {
  font-family: var(--font-title);
  margin-bottom: 1rem;
}

.footer-location {
  padding-top: 3.2rem;
}

/* --- MAIN --- */

/* UTILITIES */

.flex {
  display: flex;
}

.fd--c {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.jc--c {
  justify-content: center;
}
.jc--sb {
  justify-content: space-between;
}

.ai--c {
  align-items: center;
}

.as--top {
  align-self: flex-start;
}

.fg--1 {
  flex: 1;
}

.flex-lg {
  flex-grow: 4;
}

.flex-md {
  flex-grow: 2;
}

.flex-sm {
  flex-grow: 1;
}

.hidden {
  display: none;
}

.container {
  max-width: 134rem;
  margin: auto;
}

.width--100 {
  width: 100%;
}

/* GENERAL SECTION STYLES */

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

/* Padding */

.pb--100 {
  padding-bottom: var(--padding-100);
}
.pb--200 {
  padding-bottom: var(--padding-200);
}
.pb--300 {
  padding-bottom: var(--padding-300);
}
.pb--400 {
  padding-bottom: var(--padding-400);
}
.pb--500 {
  padding-bottom: var(--padding-500);
}
.pb--600 {
  padding-bottom: var(--padding-600);
}
.pb--700 {
  padding-bottom: var(--padding-700);
}
.pb--800 {
  padding-bottom: var(--padding-800);
}

.pt--100 {
  padding-top: var(--padding-100);
}
.pt--200 {
  padding-top: var(--padding-200);
}
.pt--300 {
  padding-top: var(--padding-300);
}
.pt--400 {
  padding-top: var(--padding-400);
}
.pt--500 {
  padding-top: var(--padding-500);
}
.pt--600 {
  padding-top: var(--padding-600);
}
.pt--700 {
  padding-top: var(--padding-700);
}
.pt--800 {
  padding-top: var(--padding-800);
}
.pt--push {
  padding-top: var(--padding-push);
}

.pblock--100 {
  padding-block: var(--padding-100);
}
.pblock--200 {
  padding-block: var(--padding-200);
}
.pblock--300 {
  padding-block: var(--padding-300);
}
.pblock--400 {
  padding-block: var(--padding-400);
}
.pblock--500 {
  padding-block: var(--padding-500);
}
.pblock--600 {
  padding-block: var(--padding-600);
}
.pblock--700 {
  padding-block: var(--padding-700);
}
.pblock--800 {
  padding-block: var(--padding-800);
}

.p--toptext {
  padding-top: 14rem;
}

.p--topimg {
  padding-top: 14rem;
}

@media screen and (max-width: 992px) {
  .pb--800,
  .pb--700 {
    padding-bottom: var(--padding-600);
  }

  .pb--500 {
    padding-bottom: var(--padding-400);
  }

  .pt--800,
  .pt--700 {
    padding-top: var(--padding-600);
  }

  .pblock--700 {
    padding-block: var(--padding-600);
  }
}

.text-box,
.text-index {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  text-align: center;
  max-width: 78rem;
}

.text-plain {
  max-width: 78rem;
  padding-inline: 3.2rem;
}

h1,
h2,
.rank-math-html-sitemap__title,
h3 {
  font-family: var(--font-title);
  line-height: var(--lh-200);
  font-weight: normal;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}

h1,
h2,
.rank-math-html-sitemap__title {
  font-size: var(--fs-700);
  letter-spacing: var(--ls-600);
}

.hotspot-name,
h4 {
  font-size: var(--fs-800);
  font-family: var(--font-extra);
  font-weight: normal;
  letter-spacing: 0.1rem;
}

h3 {
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}

h4 {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}

.hotspot-location {
  font-size: 1.8rem;
}

.section-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
}

.video-container {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-hero-content {
  position: absolute;

  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background: rgba(0, 0, 0, 0.7); */
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.5),
    20%,
    rgba(0, 0, 0, 0.05)
  );
  padding: 11rem 4.8rem;
  z-index: 2;
}

.opening-hours {
  font-family: var(--font-title);
  color: var(--col-light-100);
  text-shadow: 0.2rem 0.2rem 0.5rem #333;
  font-size: 1.6rem;
}

.scroller {
  max-width: 100%;
  overflow: hidden;
  overflow-x: scroll;
}

.scroller::-webkit-scrollbar {
  display: none;
}

.scroller-inner {
  display: flex;
  gap: 1.8rem;
}

.scroll-image {
  height: 100%;
  min-width: 44rem;
}

.scroll-img {
  width: 100%;
  border-radius: 1.8rem;
}

/* SECTION --- MENU */

.viewmenu {
  width: 100%;
  gap: 1.6rem;
  align-self: center;
  margin-top: 3.2rem;
}

/* SECTION --- SHOWCASE */

.showcase-img {
  height: 80vh;
}

.showcase-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.section-sub {
  padding: 15rem 0 15rem 0;
  display: flex;
  gap: 10rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-image {
  background-color: var(--col-brown-hover);
  width: 38rem;
  border-radius: 2.4rem;
  aspect-ratio: 3/4;
  overflow: hidden;
}

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

/* ---- */

.slider {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 1.8rem;
  transition: transform 0.5s cubic-bezier(0.42, 0, 0.58, 1); /* Smooth cubic-bezier timing function */
}

.slider img {
  width: 42rem;
  border-radius: 3.2rem;
}

.wrapper,
.hotspot {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
}

.hero-content {
  justify-content: center;
  /* padding-top: 14rem; */
}

.hero-content-bottom {
  justify-content: center;
}

.hero-content-top {
  justify-content: center;
  /* padding-top: 4.8rem; */
}

.hero-content-home {
  padding-top: 0rem;
}

.video-wrapper {
  display: flex;
  justify-content: center;
  max-width: 75%;
  aspect-ratio: 18 / 9;
  border-radius: 3.2rem;
  overflow: hidden;
}

.video-subpage {
  margin-top: 14rem;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* GALLERY */

.gallery-container {
  padding-inline: 0.5rem;
  max-width: 114rem;
  margin: auto;
  display: flex;
  gap: 0.5rem;
}

.gallery-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gallery-01,
.gallery-03 {
  padding-top: 4.8rem;
}

.gallery-image {
  border-radius: 1.8rem;
  overflow: hidden;
}

.gallery-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}

.gallery-image:hover img {
  transform: scale(1.05);
}

/* EVENTS */

.tab-container {
  padding-block: var(--padding-700);
}

.tab-links {
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* HOTSPOT */

.hotspot-logo img {
  width: 16rem;
  height: 100%;
}

/* MENU */

.menu-dish {
  width: clamp(100%, 78rem, 100%);
  border-bottom: solid 1.5px var(--col-light-200);
  padding: 2rem 0rem 3rem 0rem;
}

.menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem;
}

.menu-description {
  text-align: left;
  max-width: 90%;
}

.menu-dish-divider {
  font-family: var(--font-title);
  text-align: center;
  letter-spacing: 0.15rem;
  padding: 1.4rem 0rem;
  background-color: var(--col-light-200);

  color: var(--col-brown);
}

.accordion-image-container {
  width: 100%;
  padding: 1rem 0rem;
  gap: 1rem;
}

.accordion-image-container img {
  width: 100%;
  border-radius: 1rem;
}

/* FORM STYLE */

form hr {
  margin: 4rem 0;
  border: solid 1px;
  border-color: var(--col-light-200);
}

input,
textarea {
  flex: 1;
  font-family: inherit;
  font-size: inherit;
  padding: 0.75rem;
  border: 1px solid var(--col-light-200);
  border-radius: 0.75rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
input[type="time"]:focus {
  border-color: var(--col-brown);
  outline: none;
}

input[type="radio"]:focus {
  outline: none;
}

/* SCROLLER */
.scroller {
  max-width: 100%;
  height: 60vh;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0rem 2rem;
}

.scroller::-webkit-scrollbar {
  display: none;
}

.scroller-content {
  height: 100%;
  width: max-content;
  display: flex;
  gap: 2rem;
  flex-wrap: nowrap;
}

.active-scroll {
  animation: scroll 10s linear infinite;
}

.scroller-content img {
  height: 100%;
  border-radius: 2.8rem;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 1rem));
  }
}

.faq-accordion,
.menu-accordion {
  max-width: 78rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.accordion-content {
  transition: all 0.2s linear;
}

.accordion-item {
  width: 68rem;
}

.accordion-question {
  font-family: var(--font-body);
  font-size: var(--fs-500);
  letter-spacing: var(--ls-st);
  color: #333;
  padding: 2rem 2rem;
  background-color: var(--col-light-200);
  border-radius: 0.3rem;
  width: 100%;
  outline: none;
  border: none;
  text-align: left;
}

.accordion-answer {
  padding: 2rem;
  text-align: left;
  overflow: hidden;
}

.accordion-answer p:not(:last-child) {
  margin-bottom: 2.4rem;
}

.card {
  padding-top: 2.8rem;
}

.sub-accordion-content {
  padding: 10px;
}

/* ACCORDION FOR MENU PAGE */

.accordion-menu-button,
.sub-accordion-menu-button {
  width: 100%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border: none;
  font-family: var(--font-title);
  letter-spacing: 0.15rem;
  padding: 2.8rem 0rem;
}

.accordion-menu-button {
  background-color: var(--col-light-400);
  color: var(--col-light-100);
  font-size: var(--fs-500);
}

.sub-accordion-menu-button {
  background-color: var(--col-light-200);
  font-size: var(--fs-500);
  border-bottom: 1px solid var(--col-light-400);
  color: var(--col-brown);
}

.subchild-menu-button {
  background-color: var(--col-light-100);
}

.accordion-menu-content,
.sub-accordion-menu-content {
  display: none;
  transition: display 0.3s ease-in-out;
}

.accordion-menu-content.open,
.sub-accordion-menu-content.open {
  display: block;
}

/* ________________  VISIBILITY CLASSES ________________ */

.card {
  display: none;
}

.card-active {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-block: 3.2rem;
}

/* ________________  NINJA FORMS ________________ */

.nf-form-title,
.nf-form-fields-required,
.nf-error-msg,
.nf-error-required-error,
.nf-field-element::after,
.ninja-forms-req-symbol {
  display: none;
}

.nf-field-element > textarea,
.nf-form-content .list-select-wrap > div select,
.nf-forms-field > select,
.datepicker,
select {
  border-radius: 8px;
  border-color: var(--col-light-200);
  -webkit-appearance: none;
}

.nf-field-label,
.nf-field-element,
.pikaday__container > input {
  font-size: var(--fs-300) !important;
}

select {
  padding: 0.75rem;
}

.nf-field-label .nf-label-span,
.nf-field-label label {
  font-weight: 400 !important;
}

.nf-field-element ul {
  flex-direction: column;
  text-align: left;
}

.rank-math-html-sitemap__list {
  padding-top: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* __________ MEDIA QUERIES __________ */

@media (max-width: 1400px) {
  .header-nav {
    align-items: start;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: fit-content;
    padding: 0rem 8rem 0rem 4rem;
    background-image: var(--bg-texture);
    background-size: cover;
    z-index: 9998;
    gap: 3.4rem;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
  }

  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9990;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .nav-highlight {
    border: var(--col-light-100) 1px solid;
    width: fit-content;
    padding: 0.8rem 3.2rem;
    margin-bottom: 1.2rem;
  }

  .push-content {
    transform: translateX(0);
  }

  /* When nav is open */
  .nav-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav-toggle {
    display: block;
    cursor: pointer;
    background: transparent;
    border: 0;
    z-index: 9999;
  }

  .mobile-nav-toggle > img {
    height: 3.4rem;
  }

  .nav-list ul {
    flex-direction: column;
    gap: 1.8rem;
    font-size: 2rem;
  }

  .wpml-ls-item:after {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  body {
    width: 100%;
    overflow: hidden;
  }

  .slider img {
    width: 26rem;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: var(--fs-600);
  }

  h2 {
    font-size: var(--fs-600);
  }

  .scroller {
    height: 45vh;
  }

  .slider img {
    width: 24rem;
  }

  .video-wrapper {
    aspect-ratio: 4/3;
    margin-top: 8rem;
    max-width: 100%;
    border-radius: 0;
  }

  .video-home {
    margin-top: 0;
  }

  .tab-container {
    padding-block: var(--padding-400);
  }

  .gallery-01,
  .gallery-03 {
    padding-top: 0rem;
  }

  .gallery-image {
    border-radius: 0rem;
  }
}

@media (max-width: 800px) {
  .text-box,
  .text-box-events,
  .text-index,
  .menu-accordion {
    padding-inline: 3.2rem;
  }

  .pad--empty {
    padding-top: 16.6rem;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .scroller-test {
    height: 45vh;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: var(--fs-450);
  }
  .slider img {
    width: 100%;
  }
  .accordion-item {
    width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .footer-nav-main {
    columns: 2;
    column-gap: 9.6rem;
  }
}

@media (max-width: 700px) {
  .hero-content {
    padding-top: 0;
  }

  .scroller {
    height: 40vh;
  }

  .slider {
    justify-content: start;
    gap: 0;
  }

  .slider-home {
    margin-top: 0;
  }

  .slider img {
    width: 100%;
    border-radius: 0;
  }

  .hotspot-name {
    font-size: 4.8rem;
  }

  .hotspot-location {
    font-size: 2.4rem;
    padding-top: 1rem;
  }

  .btn-event {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}

@media (width <= 500px) {
  .section-hero {
    text-align: center;
  }

  .btn--book {
    padding: 1.2rem 2.4rem;
    letter-spacing: 0.32rem;
    font-size: var(--fs-500);
  }

  .scroll-image {
    min-width: 36rem;
  }

  .container-form {
    width: 100%;
    padding: 0rem 2rem;
  }

  .gallery-container {
    flex-direction: column;
  }
}

.accordion-image-container div:nth-child(2) {
  display: none;
}

/* SPLASH */

/* #splash-popup {
  display: none;
} */

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.splash.is-open {
  display: flex;
}

.splash-container {
  position: relative;
  background: var(--col-light-100);
  max-width: 60rem;
  width: 90%;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  overflow: hidden;
}

.splash-img {
  max-height: 30vh;
  overflow: hidden;
}

.splash-img img {
  max-width: 100%;
  object-fit: cover;
}

.splash-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.splash-message {
  width: 80%;
  align-self: center;
  padding-block: var(--padding-300);
}

.splash-message h1 {
  font-size: var(--fs-600);
  padding-bottom: var(--padding-100);
  line-height: 3.2rem;
}

.splash-message p {
  font-size: 1.6rem;
}

.splash-btns ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.splash-btns a.btn {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.btn-splash {
  background-color: var(--col-light-200);
  color: black;
}

.btn-splash:hover {
  color: var(--col-light-100);
}

.splash-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 4rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
  transition: transform 300ms ease;
}

.splash-close:hover {
  transform: scale(1.2);
}

body.splash-open {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 762px) {
  .splash-message h1 {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 2.4rem;
  }

  .splash-message {
    width: 100%;
    padding-block: 1.6rem;
  }
}

.content-success {
    display: block;
    background: #e8f9ec;
    border: 1px solid #a1d1b4;
    border-radius: 8px;
    color: #277548;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 30px;
}

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

.footer-socials-icon a svg {
  color: var(--col-light-100);
}

/* SWIPER EVENTS */

.swiper {
  width: 75%;
  max-width: 1240px;
  margin-top: 14rem;
}

.swiper-slide {
  background: #444;
  display: flex;
  border-radius: 2.4rem;
  aspect-ratio: 3/4;
  overflow: hidden;
}

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

.swiper-pagination-bullet-active {
  background-color: var(--col-light-100) !important;
}

@media (max-width: 796px) {
  .swiper {
    width: 100%;
    margin-top: 0rem;
  }

  .swiper-slide {
    border-radius: 0rem;
  }
}
