*:not(i) {
  transition: 0.2s;
}

.container {
  margin: 0;
  padding: 0;
}

.m-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* Optional: Add padding if desired */
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .m-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .m-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .m-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .m-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .m-container {
    max-width: 1536px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}
body.page-loaded {
  opacity: 1;
}

/* Once the page is fully loaded, this class will be applied to make it visible */
a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: auto;
  content: "";
}

.shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@font-face {
  font-family: "avenir";
  src: url(https://fonts.cdnfonts.com/s/71748/avenir_roman_12.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "dancing";
  src: url("/wp-content/themes/Marvel-main/assets/fonts/DancingScript-Variable.ttf") format("truetype");
  font-display: swap;
}
.btn--primary {
  background-color: #000;
  color: #fff;
  padding: 25px 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn--primary:hover, .btn--primary:focus, .btn--primary.active {
  background-color: #fff;
  color: #000;
  outline: none;
  border: 1px solid #000;
}

.content-between {
  padding: 30px 40px 30px 40px;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgb(243, 243, 243);
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(52, 52, 52, 0.2);
}
.content-between h2 {
  font-size: 40px;
  margin: 0 0 10px 0;
  font-family: "avenir";
  color: rgb(102, 102, 102);
}
@media (max-width: 576px) {
  .content-between h2 {
    font-size: 33px;
  }
}
.content-between p {
  font-size: 16px;
  font-family: "avenir";
  font-weight: 200;
}
.content-between .quote {
  font-size: 32px;
  font-family: "dancing";
  text-align: center;
}
.content-between ul li {
  list-style: disc;
  font-size: 16px;
  font-family: "avenir";
  font-weight: 200;
}

.section--container--excl {
  padding: 20px 100px;
  margin: 30px auto;
}
@media (max-width: 992px) {
  .section--container--excl {
    padding: 0px 50px;
  }
}
@media (max-width: 768px) {
  .section--container--excl {
    padding: 0px 25px;
  }
}
@media (max-width: 576px) {
  .section--container--excl {
    padding: 0px 10px;
  }
}

.section--container {
  padding: 100px 50px;
  margin: 0 auto;
  max-width: 1400px;
}
@media (max-width: 992px) {
  .section--container {
    padding: 50px 50px;
  }
}

.content--container,
footer {
  padding: 30px 50px;
  margin: 0 auto;
  max-width: 1400px;
}

.contact--container .gform-theme--framework .gform_validation_errors {
  display: none !important;
}

.thank-you-message {
  padding: 50px;
  height: -moz-fit-content;
  height: fit-content;
}
.thank-you-message h1 {
  text-align: center;
  font-family: "dancing";
  font-size: 46px;
}
.thank-you-message .btn {
  display: flex;
  margin: 0 auto;
  font-size: 26px;
  justify-content: center;
}

@media (max-width: 992px) {
  .section--container,
  .content--container,
  footer {
    padding: 20px 50px;
  }
  .content-between {
    padding: 40px 150px;
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .section--container,
  .content--container,
  footer {
    padding: 25px 25px;
  }
  .content-between {
    padding: 20px 40px;
    border-radius: 10px;
    margin: 10px auto;
  }
}
@media (max-width: 576px) {
  .section--container,
  .content--container,
  footer {
    padding: 30px;
  }
}
img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s;
}
img.loaded, img[src] {
  opacity: 1;
}

.section--container--excl {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 9999;
  padding: 20px 100px;
  margin: 0;
}
@media (max-width: 768px) {
  .section--container--excl {
    margin: 0 auto;
    padding: 10px 1rem;
  }
}
.section--container--excl header {
  max-height: 80px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .section--container--excl header {
    padding: 0;
  }
}
.section--container--excl header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.section--container--excl header .container .logo {
  align-self: center;
}
.section--container--excl header .container .logo img {
  max-width: 221px;
  max-height: 78px;
  width: 100vw;
  height: 100vh;
}
.section--container--excl header .container .desktop-menu {
  display: flex;
  align-items: start;
}
.section--container--excl header .container .desktop-menu .items {
  display: flex;
  align-items: center;
}
.section--container--excl header .container .desktop-menu .items .menu-item {
  font-family: "Avenir", sans-serif;
  padding: 10px 50px;
  margin: 0 1px;
  text-decoration: none;
  color: #000;
  background-color: rgb(243, 243, 243);
  transition: all 0.3s ease-in;
  font-size: 21px;
  max-height: 48px;
  display: block;
  max-width: 221px;
  width: 10vw;
  text-align: center;
  white-space: nowrap;
}
.section--container--excl header .container .desktop-menu .items .menu-item:hover {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.section--container--excl header .container .desktop-menu .items .menu-item.active {
  color: #fff;
  background-color: #000;
}
.section--container--excl header .container .desktop-menu .dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--container--excl header .container .hamburger {
  display: none;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.section--container--excl header .container .hamburger input {
  display: none;
}
.section--container--excl header .container .hamburger #checkbox2:checked + .toggle2 {
  transition-duration: 0.5s;
  transform: rotate(180deg);
  margin: 20px 10px;
}
.section--container--excl header .container .hamburger #checkbox2:checked + .toggle2 .bars {
  position: absolute;
  transition-duration: 0.5s;
}
.section--container--excl header .container .hamburger #checkbox2:checked + .toggle2 .bars#bar5 {
  transform: scaleX(0);
  transition-duration: 0.5s;
}
.section--container--excl header .container .hamburger #checkbox2:checked + .toggle2 .bars#bar4 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}
.section--container--excl header .container .hamburger #checkbox2:checked + .toggle2 .bars#bar6 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
}
.section--container--excl header .container .hamburger .toggle2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition-duration: 0.5s;
  padding: 10px 5px;
  margin: 8px 0;
}
.section--container--excl header .container .hamburger .toggle2:hover {
  cursor: pointer;
}
.section--container--excl header .container .hamburger .toggle2 .bars {
  width: 80%;
  height: 4px;
  background-color: #000;
}
.section--container--excl header .container .hamburger .toggle2 .bars#bar5 {
  transition-duration: 0.8s;
}
.section--container--excl header .container .hamburger .toggle2 .bars#bar4, .section--container--excl header .container .hamburger .toggle2 .bars#bar6 {
  width: 60%;
}
.section--container--excl header .container .mobile-menu {
  display: none;
  flex-direction: column;
  align-items: start;
  width: 100%;
  position: absolute;
  top: 60px;
  right: 150px;
  background-color: #fff;
  z-index: 1000;
}
.section--container--excl header .container .mobile-menu .items {
  display: flex;
  flex-direction: column;
  width: 150px;
}
.section--container--excl header .container .mobile-menu .menu-item {
  font-family: "Avenir", sans-serif;
  padding: 15px 20px;
  text-decoration: none;
  color: #000;
  background-color: rgb(243, 243, 243);
  transition: all 0.3s ease-in;
  font-size: 21px;
  width: 150px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.section--container--excl header .container .mobile-menu .menu-item:hover {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.section--container--excl header .container .mobile-menu .menu-item.active {
  color: #fff;
  background-color: #000;
}
@media (max-width: 992px) {
  .section--container--excl header .container .desktop-menu {
    display: none;
  }
  .section--container--excl header .container .hamburger {
    display: block;
    margin-bottom: 0;
  }
  .section--container--excl header .container #checkbox2:checked ~ .mobile-menu {
    display: flex;
    animation: fadeIn 0.3s ease-in-out;
  }
}
@media (min-width: 993px) {
  .section--container--excl header .mobile-menu {
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-banner {
  max-height: 500px;
  height: 100vh;
}
@media (max-width: 992px) {
  .hero-banner {
    max-height: 500px;
  }
}
.hero-banner img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 992px) {
  .hero-banner img {
    height: 500px;
    max-height: 500px;
  }
}
.hero-banner .banner-content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero-banner .banner-content h1 {
  color: #fff;
  font-family: "dancing", sans-serif;
  font-size: 100px;
  margin: 0;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .hero-banner .banner-content h1 {
    font-size: 60px;
  }
}
.hero-banner .banner-content p {
  color: #fff;
  font-family: "avenir", sans-serif;
  font-size: 68px;
  margin: 0;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .hero-banner .banner-content p {
    font-size: 38px;
  }
}

.btn--primary {
  padding: 16px 30px;
  font-size: 14px;
  background-color: #282626;
  color: #fff;
  text-align: center !important;
  max-width: 200px;
  border: 1px solid transparent;
}
.btn--primary:hover a {
  cursor: pointer;
  color: #282626;
}
.btn--primary a {
  color: #fff;
  text-decoration: none;
}
.btn--primary:hover {
  cursor: pointer;
  background-color: #fff;
  color: #282626;
  border: 1px solid #282626;
}

.slider--post,
.slider-post {
  margin: 0 0 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider--post .swiper-wrapper,
.slider-post .swiper-wrapper {
  gap: 50px;
}
.slider--post .swiper-button-lock,
.slider-post .swiper-button-lock {
  display: block !important;
}
.slider--post .btn-container,
.slider-post .btn-container {
  display: flex;
  position: absolute;
  bottom: 40%;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.slider--post .btn-container .btn-conteiner,
.slider-post .btn-container .btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #9ee5fa;
  --color-background: #353535;
  --color-outline: #9ee5fa80;
  --color-shadow: #00000080;
}
.slider--post .btn-container .btn-conteiner.swiper-button-nxt, .slider--post .btn-container .btn-conteiner.swiper-button-prv,
.slider-post .btn-container .btn-conteiner.swiper-button-nxt,
.slider-post .btn-container .btn-conteiner.swiper-button-prv {
  width: 50px;
  height: 50px;
  background: #fff;
  position: relative;
  z-index: 999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider--post .btn-container .btn-conteiner.swiper-button-nxt:hover, .slider--post .btn-container .btn-conteiner.swiper-button-prv:hover,
.slider-post .btn-container .btn-conteiner.swiper-button-nxt:hover,
.slider-post .btn-container .btn-conteiner.swiper-button-prv:hover {
  background-color: #000;
  cursor: pointer;
}
.slider--post .btn-container .btn-conteiner.swiper-button-nxt:hover:hover:before, .slider--post .btn-container .btn-conteiner.swiper-button-prv:hover:hover:before,
.slider-post .btn-container .btn-conteiner.swiper-button-nxt:hover:hover:before,
.slider-post .btn-container .btn-conteiner.swiper-button-prv:hover:hover:before {
  border-color: #fff;
}
.slider--post .btn-container .btn-conteiner.swiper-button-nxt::before, .slider--post .btn-container .btn-conteiner.swiper-button-prv::before,
.slider-post .btn-container .btn-conteiner.swiper-button-nxt::before,
.slider-post .btn-container .btn-conteiner.swiper-button-prv::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: none;
  border: solid #333;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
@media (max-width: 460px) {
  .slider--post .btn-container .btn-conteiner.swiper-button-nxt, .slider--post .btn-container .btn-conteiner.swiper-button-prv,
  .slider-post .btn-container .btn-conteiner.swiper-button-nxt,
  .slider-post .btn-container .btn-conteiner.swiper-button-prv {
    left: 80%;
  }
}
.slider--post .btn-container .btn-conteiner.swiper-button-nxt,
.slider-post .btn-container .btn-conteiner.swiper-button-nxt {
  margin-right: 3rem;
}
.slider--post .btn-container .btn-conteiner.swiper-button-nxt::before,
.slider-post .btn-container .btn-conteiner.swiper-button-nxt::before {
  transform: rotate(-45deg); /* Arrow pointing right */
  right: 20px;
}
@media (max-width: 460px) {
  .slider--post .btn-container .btn-conteiner.swiper-button-nxt,
  .slider-post .btn-container .btn-conteiner.swiper-button-nxt {
    left: 80%;
  }
}
.slider--post .btn-container .btn-conteiner.swiper-button-prv,
.slider-post .btn-container .btn-conteiner.swiper-button-prv {
  margin-left: 3rem;
}
.slider--post .btn-container .btn-conteiner.swiper-button-prv::before,
.slider-post .btn-container .btn-conteiner.swiper-button-prv::before {
  transform: rotate(135deg); /* Arrow pointing left */
  left: 20px;
}
@media (max-width: 460px) {
  .slider--post .btn-container .btn-conteiner.swiper-button-prv,
  .slider-post .btn-container .btn-conteiner.swiper-button-prv {
    left: 0%;
  }
}
.slider--post .btn-container .btn-conteiner .btn-content,
.slider-post .btn-container .btn-conteiner .btn-content {
  display: flex;
  align-items: center;
  padding: 0px 3px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
}
.slider--post .btn-container .btn-conteiner .btn-content:hover, .slider--post .btn-container .btn-conteiner .btn-content:focus,
.slider-post .btn-container .btn-conteiner .btn-content:hover,
.slider-post .btn-container .btn-conteiner .btn-content:focus {
  transition: 0.5s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}
.slider--post .btn-container .btn-conteiner .btn-content .icon-arrow,
.slider-post .btn-container .btn-conteiner .btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}
.slider--post .btn-container .btn-conteiner .btn-content:hover .icon-arrow,
.slider-post .btn-container .btn-conteiner .btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}
.slider--post .btn-container .btn-conteiner .btn-content:hover #arrow-icon-three,
.slider-post .btn-container .btn-conteiner .btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}
.slider--post .btn-container .btn-conteiner .btn-content:hover #arrow-icon-one,
.slider-post .btn-container .btn-conteiner .btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}
.slider--post .btn-container .btn-conteiner .btn-content:hover #arrow-icon-two,
.slider-post .btn-container .btn-conteiner .btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}
.slider--post .swiper-wrapper,
.slider-post .swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.slider--post .swiper-wrapper .swiper-slide,
.slider-post .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
}
.slider--post .swiper-wrapper .swiper-slide a,
.slider-post .swiper-wrapper .swiper-slide a {
  overflow: hidden;
  width: 400px;
  height: 250px;
  border-radius: 15px;
  background-position: center;
}
@media (max-width: 768px) {
  .slider--post .swiper-wrapper .swiper-slide a,
  .slider-post .swiper-wrapper .swiper-slide a {
    height: 210px;
  }
}

@media (max-width: 768px) {
  .slider--post .swiper-wrapper .swiper-slide {
    width: 210px !important;
  }
}
.slider--post--archive {
  margin: 0 0 100px 0;
}
@media (max-width: 1200px) {
  .slider--post--archive {
    margin: 0 0 50px 0;
  }
}
.slider--post--archive .post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1200px) {
  .slider--post--archive .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .slider--post--archive .post-grid {
    grid-template-columns: 1fr;
  }
}
.slider--post--archive .post-grid .post-item {
  opacity: 0; /* Initially hide the item */
  transform: translateY(50px); /* Start with the item slightly lower */
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.slider--post--archive .post-grid .post-item.show {
  opacity: 1;
  transform: translateY(0);
}
.slider--post--archive .post-grid .post-item .cont-img {
  position: relative;
}
.slider--post--archive .post-grid .post-item .cont-img img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.slider--post--archive .post-grid .post-item .text-cont h5 {
  font-size: 20px;
  text-align: left;
  font-family: "avenir";
  margin: 10px 0;
  white-space: nowrap;
  color: rgb(102, 102, 102);
}
@media (max-width: 1200px) {
  .slider--post--archive .post-grid .post-item .text-cont h5 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .slider--post--archive .post-grid .post-item .text-cont h5 {
    font-size: 29px;
  }
}
.slider--post--archive .post-grid .post-item .text-cont h5 a {
  color: rgb(0, 0, 0);
}
.slider--post--archive .post-grid .post-item .text-cont .text-cont-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.slider--post--archive .post-grid .post-item .text-cont p {
  font-size: 16px;
  font-family: "avenir";
  font-weight: 200;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  padding: 5px 0;
}
@media (max-width: 576px) {
  .slider--post--archive .post-grid .post-item .text-cont p {
    font-size: 14px;
  }
}
.slider--post--archive .post-grid .post-item .text-cont p#text-1 {
  text-transform: uppercase;
  font-weight: 700;
}
.slider--post--archive .post-grid .post-item .text-cont p#text-2 {
  font-weight: 700;
}
.slider--post--archive .post-grid .post-item .text-cont p#text-3 {
  margin: 5px 0 30px 0;
  min-height: 100px;
}
@media (max-width: 768px) {
  .slider--post--archive .post-grid .post-item .text-cont p#text-3 {
    height: 50px;
    min-height: 50px;
  }
}
.slider--post--archive .post-grid .post-item .text-cont p#text-4 {
  font-size: 18px;
}
.slider--post--archive .post-grid .post-item .text-cont .btn--secondary {
  display: flex;
  width: 100%;
}
.slider--post--archive .post-grid .post-item .text-cont .btn--secondary p {
  border: 1px solid transparent;
  background-color: #282626;
  color: #fff;
  padding: 16px 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  height: unset;
  border-radius: 5px;
}
.slider--post--archive .post-grid .post-item .text-cont .btn--secondary p:hover {
  background-color: #fff;
  color: #282626;
  border: 1px solid #282626;
}

section.section-packages {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.section-packages {
    padding: 0;
  }
}
section.section-packages .package-2 {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 100px 0;
}
@media (max-width: 768px) {
  section.section-packages .package-2 {
    gap: 50px;
    padding: 100px 1rem;
  }
}
section.section-packages .package-2 .package--card {
  display: flex;
  gap: 20px;
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
section.section-packages .package-2 .package--card.show {
  opacity: 1;
}
section.section-packages .package-2 .package--card img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: none;
}
section.section-packages .package-2 .package--card .text--cont {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
@media (max-width: 768px) {
  section.section-packages .package-2 .package--card .text--cont {
    padding: 15px;
  }
}
section.section-packages .package-2 .package--card .text--cont h2 {
  margin-top: 0;
  text-align: left;
  font-family: "avenir";
  font-weight: 600;
  font-size: 33px;
  color: rgb(102, 102, 102);
}
@media (max-width: 576px) {
  section.section-packages .package-2 .package--card .text--cont h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  section.section-packages .package-2 .package--card .text--cont h2 {
    text-align: center;
  }
}
section.section-packages .package-2 .package--card .text--cont p {
  font-size: 18px;
  text-align: left;
  font-family: "avenir", sans-serif;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  section.section-packages .package-2 .package--card .text--cont p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  section.section-packages .package-2 .package--card .text--cont p {
    text-align: center;
  }
}
section.section-packages .package-2 .package--card .text--cont .btn--primary {
  border-radius: 5px;
}
@media (max-width: 768px) {
  section.section-packages .package-2 .package--card .text--cont .btn--primary {
    margin: 0 auto;
  }
}
section.section-packages .package-2 .package--card#package--card-1 {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  section.section-packages .package-2 .package--card#package--card-1 {
    flex-direction: column-reverse;
  }
}
section.section-packages .package-2 .package--card#package--card-1.show .text--cont {
  opacity: 1;
}
section.section-packages .package-2 .package--card#package--card-2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  section.section-packages .package-2 .package--card#package--card-2 {
    flex-direction: column-reverse;
  }
}
section.section-packages .package-2 .package--card#package--card-2.show .text--cont {
  opacity: 1;
}
@media (max-width: 768px) {
  section.section-packages .package-2 .package--card#package--card-2.show .text--cont {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  section.section-packages .package-2 .package--card {
    flex-direction: column;
  }
  section.section-packages .package-2 .package--card img {
    width: 100%;
  }
  section.section-packages .package-2 .package--card .text--cont {
    background-color: rgba(255, 255, 255, 0.9);
  }
  section.section-packages .package-2 .package--card.show .text--cont {
    opacity: 1;
    width: 100%;
    padding: 0;
  }
}

.section--about {
  margin: 30px 0;
}
@media (max-width: 768px) {
  .section--about {
    margin: 30px 0;
  }
}
.section--about h4 {
  font-size: 30px;
  text-align: center;
  color: rgb(102, 102, 102);
  font-family: "dancing";
  font-weight: 800;
  margin: 0;
}
@media (max-width: 576px) {
  .section--about h4 {
    font-size: 25px;
  }
}

.three-column-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.three-column-row .col-left,
.three-column-row .col-mid,
.three-column-row .col-right {
  flex: 1;
  max-width: 33%;
  overflow: hidden;
}
.three-column-row .col-left img,
.three-column-row .col-right img {
  display: block;
  max-width: 1000px;
  max-height: 1193px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-column-row .col-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  background-color: rgb(252, 248, 237);
  max-width: 33%;
  padding: 30px;
}
.three-column-row .col-mid p {
  max-width: 350px;
  margin-bottom: 25px;
  font-size: 17px;
  font-family: "avenir", sans-serif;
  line-height: 1.5em;
  letter-spacing: normal;
}

@media (max-width: 992px) {
  .three-column-row {
    flex-direction: column;
  }
  .three-column-row .col-left,
  .three-column-row .col-mid,
  .three-column-row .col-right {
    max-width: 100%;
    flex: 100%;
  }
  .three-column-row .col-left img,
  .three-column-row .col-right img {
    max-height: 210px;
  }
  .three-column-row .col-mid {
    padding: 25px 50px;
  }
}
.part-profile {
  margin: 30px 0;
  display: flex;
}
.part-profile img {
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}

.voorwaarden-page {
  background-color: #808080;
}
.voorwaarden-page .content--container {
  background-color: #FFF;
}
.voorwaarden-page .content--container p {
  font-family: "avenir";
}

.vzr-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin: 40px 0;
}
.vzr-block__image {
  width: 40%;
  height: 46vh;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}
.vzr-block__content {
  flex: 1;
}
.vzr-block__logo {
  margin: 20px auto 0;
  display: block;
  max-width: 120px;
}
.vzr-block__text {
  padding: 40px;
  font-family: "avenir";
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 1400px) {
  .vzr-block__image {
    height: 67vh;
  }
}
@media (max-width: 992px) {
  .vzr-block__image {
    height: 67vh;
  }
}
@media (max-width: 768px) {
  .vzr-block {
    flex-direction: column;
  }
  .vzr-block__content {
    display: flex;
    flex-direction: column;
  }
  .vzr-block__text {
    padding: 15px;
  }
  .vzr-block__logo {
    order: 2;
    margin: 10px auto;
  }
  .vzr-block__image {
    height: 20rem;
    width: 100%;
    background-position: center;
  }
}
.single-page .section--container {
  max-width: 830px;
  padding: 15px 50px;
}
.single-page .post .entry-content .custom-field-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-page .post .entry-content .custom-field-content h2 {
  font-size: 40px;
  text-align: center;
  font-family: "avenir";
  margin: 0;
}
@media (max-width: 768px) {
  .single-page .post .entry-content .custom-field-content h2 {
    font-size: 30px;
  }
}
.single-page .post .entry-content .custom-field-content .btn--primary {
  display: grid;
  align-self: center;
  margin: 0 auto;
  font-family: "avenir";
  border-radius: 5px;
  max-width: unset;
  font-size: 20px;
}
@media (max-width: 768px) {
  .single-page .post .entry-content .custom-field-content .btn--primary {
    font-size: 20px;
    margin: 0 auto;
  }
}
.single-page .post .entry-content .custom-field-content .cont-content h2.wp-block-heading {
  display: none;
}
.single-page .post .entry-content .custom-field-content .cont-content h3 {
  font-size: 24px;
  text-align: center;
  font-family: "avenir";
  margin: 0 auto;
}
.single-page .post .entry-content .custom-field-content .cont-content p {
  font-size: 14px;
  text-align: left;
  font-family: "avenir";
  margin: 0 auto;
}
.single-page .post .entry-content .custom-field-content .cont-content p strong {
  font-weight: 900;
}
.single-page .post .entry-content .custom-field-content .cont-content .trip--price {
  margin: 30px 0;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  font-family: "avenir";
  font-weight: 200;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .single-page .post .entry-content .custom-field-content .cont-content .trip--price {
    font-size: 20px;
  }
}

.contact--page .section--container {
  padding: 0px 50px 30px 50px;
}

.contact--container {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  animation: fadeInTop 0.5s forwards;
  max-height: 980px;
}
@media (max-width: 768px) {
  .contact--container {
    flex-direction: column;
  }
}
.contact--container.booking-form-container {
  padding: 15px 0 30px 0;
}
.contact--container .gform_description {
  display: none;
}
.contact--container #gform_submit_button_1,
.contact--container #gform_submit_button_2 {
  background-color: #000;
  color: #fff;
}
.contact--container #gform_submit_button_1:hover,
.contact--container #gform_submit_button_2:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 992px) {
  .contact--container {
    max-height: 1270px;
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .contact--container {
    max-height: 1370px;
  }
}
.contact--container #validation_message_2_1 {
  display: none;
}
.contact--container .reactie--container {
  padding: 12px;
  width: 50%;
  max-height: 60rem;
  background-size: cover;
  background-position: center;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .contact--container .reactie--container {
    margin: 10px auto 0 !important;
    padding: 7px;
    width: 90%;
    height: 200px;
  }
}
.contact--container .reactie--container .part-profile img {
  width: 100%;
  height: 100%;
}
.contact--container .form--container {
  padding: 20px;
  width: 50%;
  background-color: rgba(209, 209, 209, 0.5);
}
@media (max-width: 768px) {
  .contact--container .form--container {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact--container .form--container .logo {
  background-size: cover;
  display: block;
  width: 190px;
  height: 70px;
  margin: 0 auto;
}
.contact--container .form--container .contact_admin {
  margin: 10px 0;
}
.contact--container .form--container .contact_admin p,
.contact--container .form--container .contact_admin a {
  font-size: 16px;
  font-family: "avenir", sans-serif;
  color: #000;
  font-weight: 200;
}
.contact--container .form--container .gfield_label,
.contact--container .form--container .gfield_required_custom {
  font-size: 16px;
  font-family: "avenir", sans-serif;
  color: #000;
  font-weight: 200;
}
.contact--container .form--container .gfield_required_custom {
  color: red;
}
.contact--container .form--container .gform-theme--framework ::-moz-placeholder {
  font-family: "avenir";
}
.contact--container .form--container .gform-theme--framework ::placeholder,
.contact--container .form--container .gform-theme--framework .gfield_validation_message {
  font-family: "avenir";
}
.contact--container .form--container .gform-field-label,
.contact--container .form--container #gform_confirmation_message_2 {
  font-size: 16px;
  font-family: "avenir", sans-serif;
  color: #000;
  font-weight: 200;
}
.contact--container .form--container .gform_heading {
  display: none;
}
.contact--container .form--container .gform_heading .gform_title,
.contact--container .form--container .gform_heading .gform_description {
  display: none;
}

@media (max-width: 768px) {
  .section--container .contact--container {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .section--container .contact--container .reactie--container {
    width: 94%;
    margin: 0 auto;
    height: 150px;
  }
  .section--container .contact--container .form--container {
    width: 90%;
    margin: 0 auto 10px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#gform_2_validation_container,
.gf_progressbar_title,
#field_2_12,
.contact_admin {
  display: none;
}

@media (max-width: 768px) {
  .single-page.post-205 .post .entry-content .custom-field-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .single-page.post-205 .post .entry-content .custom-field-content .cont-content .trip--price {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .single-page.post-205 .post .entry-content .custom-field-content .btn--primary {
    font-size: 16px;
  }
}

.wrapper {
  display: inline-flex;
  list-style: none;
  height: 120px;
  width: 100%;
  font-family: "avenir", sans-serif;
  justify-content: center;
  margin: 0;
}

@media (max-width: 768px) {
  .wrapper {
    padding: 0;
  }
}
.wrapper .icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: auto 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper .facebook {
  fill: #1877f2;
}
.wrapper .twitter {
  fill: #1da1f2;
}
.wrapper .instagram {
  fill: #e4405f;
}
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  fill: #fff;
}
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1da1f2;
  fill: #fff;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #e4405f;
  fill: #fff;
}

.input {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  justify-content: center;
  transition: 1s;
  padding: 30px 30px 15px 30px;
  overflow: hidden;
}
.input .btn {
  margin: 2.5px 5px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .input {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 25px 0 0 0;
    width: 100%;
    align-items: center;
  }
}
.input:hover > :not(.value:hover) {
  transition: 300ms;
}

.single-page .section--container .tabs .tab-content .tab-panel .single-contents .single-contents p {
  margin: 10px 0;
}
.single-page .section--container .tabs .tab-content .tab-panel .single-contents .single-contents p strong {
  font-weight: 900;
}

@media (max-width: 768px) {
  .section--container .tabs .tab-content .single-contents .single-contents p {
    font-size: 16px;
  }
}
.section--container .tabs .tab-content .tab-panel {
  display: none;
}
.section--container .tabs .tab-content .tab-panel.active {
  display: block;
}
.section--container .tabs .tab-content .tab-panel h2 {
  display: none;
}
.section--container .tabs .tab-content .tab-panel p {
  font-family: "avenir";
  font-size: 16px;
  margin: 5px 0;
}

.contact--page {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  background-color: rgb(243, 243, 243);
  color: #000;
  font-family: "Arial", sans-serif;
  padding: 1rem 2rem 0;
}
.footer h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
}
.footer p, .footer a {
  font-size: 18px;
  font-family: "Avenir";
  color: #000;
  margin-bottom: 10px;
}
.footer footer {
  padding: 0;
}
.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    align-items: center; /* Adjusted alignment for larger screens */
  }
}
.footer__top .footer__logo_cont {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 0px;
}
.footer__top .footer__logo_cont .vzr-logos {
  display: flex;
  grid-area: 30px;
}
.footer__top .footer__logo_cont .vzr-logos a {
  width: 100px;
}
.footer__top .footer__logo_cont .vzr-logos a img {
  width: 100%;
}
@media (max-width: 768px) {
  .footer__top .footer__logo_cont {
    margin: 0;
    display: flex;
    align-items: start;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .footer__top .footer__logo_cont {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
.footer__top .footer__logo_cont a .footer__logo {
  display: flex;
  height: auto;
  margin: 10px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer__top .footer-menu-sec {
  display: flex;
  flex-direction: row;
}
@media (max-width: 786px) {
  .footer__top .footer-menu-sec {
    flex-direction: row;
  }
}
@media (max-width: 460px) {
  .footer__top .footer-menu-sec {
    flex-direction: column;
  }
  .footer__top .footer-menu-sec .footer__contact {
    padding: 0;
  }
}
.footer .footer__menu {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
.footer .footer__menu a {
  text-decoration: underline;
}
.footer .footer__contact {
  padding: 30px;
}
.footer .footer__contact .nummer,
.footer .footer__contact .mail {
  text-decoration: underline;
}
.footer .footer__contact .item-con {
  display: flex;
}
.footer .footer__contact .item-con img,
.footer .footer__contact .item-con svg {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
  padding-top: 0;
  margin-top: 2rem;
  max-height: 8rem;
}
@media (max-width: 786px) {
  .footer__bottom {
    flex-direction: column-reverse;
    max-height: 9.5rem;
  }
}
.footer__bottom .footer__socials {
  display: flex;
}
.footer__bottom .footer__socials .footer__social-icon {
  margin-right: 10px;
}
.footer__bottom .footer__socials .footer__social-icon img {
  width: 24px;
  filter: invert(1);
}
.footer__bottom p {
  margin: 0;
  margin-right: 20px;
  white-space: nowrap;
}
@media (max-width: 786px) {
  .footer__bottom p {
    margin: 0;
    white-space: wrap;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 20px 10px;
  }
  .footer .footer__top {
    flex-direction: column;
    align-items: start;
  }
  .footer .footer__top .footer__links .footer__menu {
    padding: 30px 0;
  }
}

.footer__copyright {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  color: #6c757d;
  font-size: 0.9rem;
}
