/*
Theme Name: 88-connect
Theme URI: https://www.88-connect.com/wp-content/themes/theme88connect
Author: 88-connect
Author URI: https://www.88-connect.com/
Text Domain: 88-connect
*/

@import url("https://fonts.googleapis.com/css2?family=Lora&family=Raleway:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat&display=swap");
* {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

:root {
  --cl-navy: #020b14;
  --cl-dor: #ce9b00;
  --cl-white: #ffffff;
  --cl-blk: #000814;
  --cl-gray: #f4f4f4;
  --cl-light-gray: #e0e0e0;
  --cl-dark-gray: #333;
  --cl-light-black: rgba(0, 0, 0, 0.7);
}
html,
body {
  font-family: "Aref Ruqaa", serif;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body {
  color: var(--cl-navy);
  font-size: 1rem;
  background-color: #fffcf3 !important;
  background-color: var(--cl-white);
  font-family: "Montserrat", sans-serif;
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none; /* For Firefox */
  -ms-user-select: none; /* For Internet Explorer/Edge */
  user-select: none; /* Standard syntax */
}
h1,
h2,
h3 {
  /* font-family: "Raleway", sans-serif; */
  font-family: "Bebas Neue", sans-serif;
}
li {
  padding: 0 !important;
}
a {
  color: var(--cl-navy);
  text-decoration: none;
}
.section-top {
  margin-top: 3rem;
}
.btn-book {
  background-color: var(--cl-dor);
  color: var(--cl-white);
  width: 6rem;
  height: 1.5rem;
  border: none;
  outline: none;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
  display: inline-block;
}
.btn-book a {
  color: var(--cl-white);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
/* Head */
.head {
  background-color: var(--cl-dor);
  padding: 0;
}
.head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
.head-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.head-contact a {
  color: var(--cl-white) !important;
  text-decoration: none;
}
.head-contact p {
  color: var(--cl-white) !important;
}
.head-contact i {
  font-size: 0.9rem;
  margin-right: 0.5rem;
  color: var(--cl-white) !important;
}
.head li {
  color: var(--cl-white);
  font-weight: 600;
}
.head-contact div {
  color: var(--cl-white) !important;
}
.head-media {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.head-media i {
  color: var(--cl-white) !important;
  font-size: 1rem;
  margin-right: 0.9rem;
}
.head-media i:hover {
  color: var(--cl-white) !important;
}
/* NAVBAR */
.navbar {
  background-color: var(--cl-navy);
  padding: 0 1rem !important;
}
.container-fluid {
  padding: 0.2rem 0 !important;
}
.navbar-brand {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: var(--cl-white) !important;
  transition: color 0.3s;
}
.navbar .logo {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.3rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 0.2rem solid var(--cl-white);
  background-color: var(--cl-white);
  object-fit: cover;
}
.navbar .logo:hover {
  scale: 0.9;
  transition: scale 0.5s ease-in-out;
}
.navbar-toggler {
  font-size: 1rem;
  color: var(--cl-white) !important;
}
.btn-close {
  filter: invert(15);
}
.offcanvas .btn-book {
  background-color: var(--cl-dor);
  color: var(--cl-white);
}
/* Modifier les liens */
.navbar-nav .nav-link {
  color: var(--cl-white);
  font-weight: 800;
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.navbar-nav .nav-link:hover {
  color: var(--cl-dor);
  border-radius: 5px;
}

.navbar-nav .nav-link.active {
  color: var(--cl-white) !important;
  border-radius: 5px;
  transition: color 0.3s;
}
.navbar-nav .nav-link.active:hover {
  color: var(--cl-dor);
  border-radius: 5px;
}
.navbar-nav .nav-item {
  margin-right: 10px;
}
.navbar.scrolled {
  background-color: var(--cl-navy) !important; /* Navy blue */
  transition: background-color 0.3s ease;
}

.dropdown {
  display: flex;
  justify-content: center;
  color: var(--cl-dor);
}
.dropdown-toggle {
  color: var(--cl-white);
  font-size: 1rem;
}
.dropdown-toggle {
  color: var(--cl-white);
}
.dropdown-menu {
  background-color: var(--cl-white);
}
.dropdown-item {
  font-size: 0.6rem;
  color: var(--cl-blk);
}
.dropdown-item:hover {
  background-color: var(--cl-dor);
}
.offcanvas {
  background-color: var(--cl-navy);
}
.offcanvas-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
/* ACTIVITIES */

.container-activities {
  padding: 0 20px;
}

.activities-container {
  position: relative;
  padding: 0 20px;
}

.activities-container .swiper-slide {
  position: relative;
  background-color: var(--cl-white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 2rem;
}

/* .activities-container .swiper-slide:hover {
  transform: translateY(-5px);
} */

.activities-container .swiper-slide-bg {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.activities-container .swiper-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--cl-dor);
  color: var(--cl-white);
  padding: 3px 10px;
  font-size: 10px !important;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
}

.product-city {
  background-color: var(--cl-white);
  color: var(--cl-dor);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 9px;
}

.product-info {
  color: var(--cl-dor);
  font-size: 14px;
  /* text-align: right; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-price {
  font-size: 18px;
  font-weight: 700;
}

.product-reviews {
  margin-top: 5px;
  font-size: 12px;
  color: var(--cl-dor);
}

.product-reviews i {
  color: var(--cl-dor);
  margin-right: 2px;
}

.swiper-slide-content {
  padding: 15px;
}

.swiper-slide-content h1 {
  font-size: 12px;
  font-weight: 600;
  color: var(--cl-dark-gray);
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}

.swiper-slide-content button {
  background-color: var(--cl-navy);
  color: var(--cl-white);
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.swiper-slide-content button:hover {
  background-color: var(--cl-dor);
}

.swiper mySwiper-activities {
  padding: 10px 0;
}
/* =========================
   NAVIGATION (GARDÉ + CLEAN)
========================= */
.navigation-btns {
  display: flex;
  gap: 10px;
}

.navigation-btns .acts-prev,
.navigation-btns .acts-next,
.blog-next,
.blog-prev {
  width: 30px;
  height: 30px;
  background: var(--cl-dor);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cl-white);
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  font-size: 0.8rem;
}

.navigation-btns .acts-prev::after {
  content: "←";
}
.navigation-btns .acts-next::after {
  content: "→";
}

.navigation-btns div:hover {
  background: var(--cl-navy);
}
.navigation-btns .blog-prev::after {
  content: "←";
}
.navigation-btns .blog-next::after {
  content: "→";
}

.navigation-btns div:hover {
  background: var(--cl-navy);
}
/* PAGE ACTIVITIES */
/* General Section Styling */
.section-ville {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  box-sizing: border-box;
}

.section-img-bg {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* Make sure the background image stays behind content */
}

.section-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%); /* Dim the background image for better readability */
}

/* Section Content Styling */
.section-img-content {
  text-align: center;
  color: #fff;
  z-index: 1;
  padding: 20px;
  max-width: 800px;
}

.section-img-content h1 {
  font-size: 3rem !important;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.section-img-content h2 {
  font-size: 4rem !important;
  /* font-weight: 600; */
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--cl-dor);
}

.section-img-content p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans", sans-serif;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .section-img-content h1 {
    font-size: 40px;
  }

  .section-img-content h2 {
    font-size: 24px;
  }

  .section-img-content p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .section-img-content h1 {
    font-size: 32px;
  }

  .section-img-content h2 {
    font-size: 20px;
  }

  .section-img-content p {
    font-size: 14px;
  }
}
/* General Container Styles */
#categorySections {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  padding: 30px 10px;
  box-sizing: border-box;
}

/* Product Item Card Styles */
.product-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

/* Hover Effects for Product Cards */
.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Product Image */
.product-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.product-item:hover .product-image img {
  transform: scale(1.05);
}

/* Product Name */
.product-content h1 {
  font-size: 18px;
  color: #333;
  margin: 15px 0;
  line-height: 1.3;
  text-align: center;
}

/* Product Price */
.product-item h3 {
  font-size: 20px !important;
  font-weight: 500;
  color: var(--cl-dor); /* A subtle, warm color for price */
  margin: 10px 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  #categorySections {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (max-width: 480px) {
  #categorySections {
    grid-template-columns: 1fr; /* Single column for mobile */
  }

  .product-item {
    padding: 15px;
  }

  .product-content h1 {
    font-size: 16px;
  }

  .product-item h3 {
    font-size: 14px;
  }
}
/* PRODUCT DETAILS */

/* Top section */
.activity-top {
  color: #ce9b00;
  padding: 40px 0;
  text-align: center;
}

.activity-top h1 {
  margin: 0;
  font-size: 50px;
}

.activity-top ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
}

.activity-top a {
  color: var(--cl-navy);
  text-decoration: none;
}

/* Layout */
.product-details {
  /* margin-top: 40px; */
  gap: 40px;
  flex-wrap: wrap;
}

.details-content-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
}

/* Image */
.image-thumbs {
  flex: 1;
  min-width: 300px;
}

.details-main-image {
  width: 100%;
  height: 30rem !important;
  border-radius: 30px 30px 10rem 30px !important;
  border-radius: 10px;
  object-fit: cover;
}

/* Content */
.details-content {
  flex: 1;
  min-width: 300px;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Price */
.details-price span {
  font-size: 24px;
  font-weight: bold;
  color: var(--cl-dor);
}

/* Rating */
.product-rating i {
  color: var(--cl-dor);
}

/* Form */
.activity-details-form {
  margin-top: 20px;
}

.form-input {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.form-input label {
  font-size: 14px;
  margin-bottom: 5px;
}

.form-input input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

/* Button */
.btn-icon {
  background: var(--cl-dor);
  color: #fff;
  border: none;
  padding: 3px 20px;
  border-radius: 50rem;
  cursor: pointer;
  transition: 0.3s;
}

.btn-icon:hover {
  background: var(--cl-dor);
}

/* Total */
#totalPrice {
  font-weight: bold;
  font-size: 18px;
}

/* Description */
.description {
  margin-top: 50px;
  background: #fff;
  padding: 40px 0;
}

.description h1 {
  font-size: 28px;
}

.description p {
  line-height: 1.6;
}

/* Popup */
.reservation-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.popup-content button {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background: #111;
  color: #fff;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .details-content-container {
    flex-direction: column;
  }

  .activity-top h1 {
    font-size: 50px;
  }
}
/* BLOG */
.blog .swiper-slide {
  width: 18rem;
  height: auto;
  margin-right: 0.5rem;
}
.blog .swiper-slide img {
  width: 100%;
  height: 12rem;
  border-radius: 0.4rem;
}

/* promo */
.promo {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 1rem 0;
}

.promo-box {
  position: relative;
  max-width: 40rem;
  height: 17rem;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.062);
  transition: transform 0.3s ease;
}

.promo-box:hover {
  transform: scale(1.02);
}

.promo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(75%);
  transition: filter 0.3s ease;
}

.promo-box:hover img {
  filter: brightness(60%);
}

.promo-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  max-width: 92%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  padding: 1rem 1.5rem;
  border-radius: 15px;
}

.promo-content h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.promo-content p {
  font-size: 0.7rem;
  margin-bottom: 1rem;
}

/* ================= TABLET ================= */
@media (max-width: 992px) {
  .promo-box {
    height: 18rem;
  }

  .promo-content h2 {
    font-size: 1.5rem;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .promo {
    flex-direction: column;
    align-items: center;
  }

  .promo-box {
    max-width: 100%;
    height: 16rem;
  }

  .promo-content {
    bottom: 15px;
    left: 15px;
    padding: 0.8rem 1rem;
  }

  .promo-content h2 {
    font-size: 1.3rem;
  }

  .promo-content p {
    font-size: 0.75rem;
  }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 480px) {
  .promo-box {
    height: 14rem;
    border-radius: 15px;
  }

  .promo-content {
    padding: 0.6rem 0.8rem;
  }

  .promo-content h2 {
    font-size: 1.1rem;
  }

  .promo-content p {
    font-size: 0.7rem;
  }

  .promo-box .btn-book {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
  }
}
/* BLOG */
/* INSTA */
.insta .swiper-wrapper {
  width: 100%;
}
.insta .swiper-slide {
  position: relative;
  width: 15rem;
  height: 20rem;
  overflow: hidden;
  border-radius: 10px;
}
.insta .swiper-slide-bg {
  position: relative;
  width: 15rem;
  height: 20rem;
  overflow: hidden;
  border-radius: 10px;
}

.insta .swiper-slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.insta .swiper-slide-bg:hover img {
  transform: scale(1.05);
}

.insta .icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.insta .icon-overlay a,
.insta .icon-overlay span {
  color: white;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px;
  border-radius: 50%;
  transition: background 0.2s ease;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--cl-dor);
}

.insta .icon-overlay a:hover,
.insta .icon-overlay span:hover {
  background: rgba(255, 255, 255, 0.3);
}

.insta .swiper-slide-bg:hover .icon-overlay {
  opacity: 1;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

/* CONTACT */
.contact-section {
  background-color: var(--cl-navy);
  color: var(--cl-white);
  padding: 50px 0;
}

.contact-header span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--cl-dor);
}

.contact-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0;
}

.contact-header p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 40px;
}

.contact-info {
  flex: 1;
}

.contact-info h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.info-item i {
  font-size: 22px;
  color: var(--cl-dor);
  margin-right: 10px;
}

.contact-info a {
  color: var(--cl-white);
  text-decoration: none;
  font-weight: 600;
}

.contact-info a:hover {
  color: var(--cl-dor);
}

.contact-btn {
  display: inline-block;
  background-color: var(--cl-dor);
  color: var(--cl-navy);
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  margin-top: 20px;
  transition: background-color 0.3s;
  text-decoration: none;
}

.contact-btn:hover {
  background-color: #e0a500;
}

.contact-form {
  flex: 1;
}

.premium-contact-form input,
.premium-contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}

.premium-contact-form button {
  background-color: var(--cl-dor);
  color: var(--cl-white);
  padding: 8px 30px;
  font-size: 10px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
}

.premium-contact-form button:hover {
  background-color: #e0a500;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--cl-dor);
  outline: none;
}

/* FOOTER */
.footer-careau {
  height: 17rem;
  color: var(--cl-white) !important;
  padding: 1rem;
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-careau li {
  color: var(--cl-white) !important;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer .navbar-brand {
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  border: 0.2rem solid var(--cl-dor);
  margin-bottom: 1rem;
  background-color: var(--cl-white);
}
.footer .navbar-brand img {
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  object-fit: cover;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.footer .container ul {
  width: 22rem;
}
.footer .container h1 {
  color: var(--cl-dor);
  font-size: 1.3rem;
}
.footer .container li {
  color: var(--cl-white);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer .container a {
  color: var(--cl-white);
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.footer .container i {
  color: var(--cl-dor) !important;
  font-size: 0.9rem;
}
.footer .footer-media {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 0.1rem solid var(--cl-navy);
  max-width: 5rem;
}
.oqbani li {
  color: var(--cl-white) !important;
}
.oqbani a {
  color: var(--cl-dor) !important;
}

@media (max-width: 780px) {
  .head-email {
    display: none;
  }
  /* NAVBAR */
  .navbar-brand {
    font-size: 0.9rem;
  }
  .nav-link {
    font-size: 1rem !important;
    text-align: center !important;
  }
  .offcanvas-body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  /* BLOG */

  .post-sidebar {
    display: none;
  }

  /* INSTA */
  .insta .swiper-slide {
    width: 10rem;
    height: 10rem;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .insta .swiper-slide-bg {
    position: relative;
    width: 10rem;
    height: 10rem;
  }

  .insta .swiper-slide-bg img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* Modal styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
  }

  .modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
  }
  /* FOOTER */
  .footer {
    max-height: 40rem;
  }
}
