/*
Theme Name: camelessaouira
Theme URI: https://www.camel-essaouira.com/wp-content/themes/camelessaouira
Author: camelessaouiraseraidi
Author URI: https://www.camel-essaouira.com/
Text Domain: camelessaouira
*/

/* @import url("https://fonts.googleapis.com/css2?family=Palanquin+Dark:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Open+Sans:wght@400;600&display=swap");

:root {
  --cl-navy: #020b14;
  --cl-orange: #e96c2b;
  --cl-white: #ffffff;
  --cl-blk: #000814;
}

* {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: "Open Sans", Arial, sans-serif;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body {
  color: var(--cl-navy);
  font-size: 1rem;
  /* background-color: #ffb35d2c; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1,
h2,
h3,
a {
  font-family: "Merriweather", serif;
}
li {
  padding: 0 !important;
}
a {
  color: var(--cl-navy);
  text-decoration: none;
}

.btn-book {
  background-color: var(--cl-white);
  color: var(--cl-white);
  width: 9rem;
  height: 2.5rem;
  border: none;
  outline: none;
  font-size: 0.8rem;
  text-align: center;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  display: inline-block;
}
.btn-book a {
  color: var(--cl-white) !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-book i {
  color: var(--cl-white);
}

/* ville */
.section-ville {
  position: relative;
  height: 30rem;
}
.section-ville .section-img-bg {
  width: 100%;
  height: 30rem;
  position: relative;
}
.section-ville .section-img-bg img {
  width: 100%;
  height: 30rem;
  position: relative;
  object-fit: cover;
  filter: brightness(50%);
}
.section-ville .section-img-content {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.section-ville .section-img-content h2 {
  font-size: 5rem;
  color: var(--cl-orange);
  line-height: 4rem;
  text-align: center;
}
.section-ville .section-img-content h1 {
  font-size: 4rem;
  line-height: 0.8rem;
  text-align: center;
  color: var(--cl-white);
  height: auto;
}
.section-ville .section-img-content p {
  font-size: 1rem;
  color: var(--cl-white);
}
.section-ville .btn-book {
  background-color: var(--cl-navy);
}
/* HEAD */
.head {
  padding-bottom: 0.2rem;
  background: linear-gradient(to top, var(--cl-orange), var(--cl-white));
}
.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-navy) !important;
  text-decoration: none;
  font-size: 2rem;
}
.head-contact i {
  font-size: 2rem;
  margin-right: 0.5rem;
  color: var(--cl-navy) !important;
}
.head li {
  color: var(--cl-navy);
  font-size: 2rem;
}
.head-contact div {
  color: var(--cl-orange) !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.5rem;
}
.head-media i:hover {
  color: var(--cl-navy) !important;
}
/* NAVBAR */
.navbar {
  background-color: var(--cl-orange);
  padding: 0 1rem !important;
}
.container-fluid {
  padding: 0.2rem 0 !important;
}
.navbar .logo {
  width: 5rem;
  height: 5rem;
  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-brand h1 {
  margin-top: 0.5rem;
  font-size: 2rem;
  height: 100%;
  color: var(--cl-navy);
  line-height: 0.8;
  display: flex;
  gap: 0.5rem;
  transition: color 0.3s;
  text-align: start;
  width: 100%;
}
.navbar-toggler {
  font-size: 2rem;
  color: var(--cl-white) !important;
  display: none;
}
.btn-close {
  filter: invert(15);
}
.navbar-nav .nav-link {
  color: var(--cl-white);
  font-weight: 500;
  transition: color 0.3s;
  text-transform: capitalize;
  font-size: 0.8rem;
}

.navbar-nav .nav-link.active {
  color: var(--cl-white) !important;
  border-radius: 5px;
  transition: color 0.3s;
}
.navbar-nav .nav-item {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: capitalize;
}
.navbar.scrolled {
  background-color: var(--cl-navy) !important; /* Navy blue */
  transition: background-color 0.3s ease;
}

.dropdown-toggle {
  color: var(--cl-white);
  font-size: 1rem;
}
.dropdown-menu {
  background-color: var(--cl-white);
}
.dropdown-item {
  font-size: 0.7rem;
  color: var(--cl-blk);
}
.dropdown-item:hover {
  background-color: var(--cl-orange);
}
.offcanvas {
  background-color: var(--cl-navy);
}
.offcanvas-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: var(--cl-orange);
}

/* HERO */
.hero .swiper {
  width: 100%;
  height: 40rem;
}
.hero .swiper-wrapper {
  width: 100%;
  height: 40rem;
}
.hero .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .swiper-slide-bg {
  position: relative;
  width: 100%;
  height: 40rem;
}

.hero .swiper-slide-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .swiper-slide-active .swiper-slide-bg img {
  transform: scale(1); /* zoom-in effect when active */
}
.hero .swiper-slide-content {
  width: 100%;
  height: 100%;
  background-color: #1c293834;
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(0%);
  display: flex;
  justify-content: center;
  flex-direction: column !important;
  border-radius: 0.6rem;
}
.hero .swiper-slide-content div {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 30%;
  transform: translate(-20%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.6rem;
}
.hero .swiper-slide-content h1 {
  font-size: 3rem;
  text-transform: uppercase;
  color: var(--cl-white);
  -webkit-text-stroke: 1px var(--cl-white);
  line-height: 0.5;
  font-weight: 600;
}
.hero .swiper-slide-content li {
  color: var(--cl-white);
  font-size: 1rem;
  font-weight: 500;
  /* text-align: justify; */
  max-width: 40rem;
}
.hero .btn-book {
  background-color: var(--cl-orange);
  z-index: 2;
}

/* SECTIION TOP */
.section-top {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  text-transform: uppercase;
}
.section-top h1 {
  color: var(--cl-navy);
  font-size: 2rem;
}
.section-top h2 {
  color: var(--cl-orange);
  font-weight: 800;
  font-size: 2rem;
}
.section-top li {
  text-align: center;
  margin-bottom: 1rem;
}

.home .about-container {
  position: relative;
}
.home .about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.home .about-content {
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
}

.home .about-content h4 {
  font-size: 0.9rem;
  margin-bottom: -0.2rem;
  font-weight: 800;
  color: var(--cl-navy);
  text-align: start;
}
.home .about-content h1 {
  font-size: 2rem;
  color: var(--cl-orange);
  text-transform: uppercase;
}

.home .about-content span {
  font-size: 5rem;
  font-weight: 800;
  font-family: "Allura", cursive;
  color: var(--cl-orange);
  line-height: 1rem;
}
.home .about-content p {
  font-size: 0.8rem;
  color: var(--cl-navy);
}
.home .about-img {
  max-width: 35rem;
  height: 35rem;
  z-index: 2;
  position: relative;
}
.home .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: saturate(150%); */
  z-index: 2;
  position: relative;
}
.home .about .btn-book {
  width: 15rem;
  position: relative;
  background-color: var(--cl-orange);
  color: var(--cl-white) !important;
  transition: all 0.4s ease-in-out;
}
.home .about .btn-book:hover {
  background-color: var(--cl-navy);
}

.guarantee-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  background: #f8f8f8;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.guarantee-item h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  color: var(--cl-navy);
}

.guarantee-item p {
  margin: 0;
  font-size: 0.8rem;
  color: #333;
}
.guarantee-item span {
  color: var(--cl-orange) !important;
}
.icon {
  font-size: 4rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 4px;
  color: var(--cl-orange) !important;
}

/* CATEGROEIES */
.category-swiper {
  padding: 2rem 0;
}
.category-swiper .swiper-wrapper {
  display: flex;
}
.category-swiper .swiper-slide {
  width: 250px;
  height: 250px; /* peut être ajusté selon le besoin */
  flex-shrink: 0;
}
.our-categories-section .category-card {
  position: relative;
  width: 250px;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.our-categories-section .category-title {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(
    --cl-orange,
    #ff6600
  ); /* fallback au cas où la variable est manquante */
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: bold;
  font-size: 0.9rem;
  white-space: nowrap;
  z-index: 2;
}

/* Main layout container */

.categories {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin: 0 auto;
}
#categorySections {
  width: 100%;
}
#categorySections p {
  font-size: 0.7rem;
  max-width: 50rem;
}
/* Sidebar */
.categories-sidebar {
  width: 300px;
  position: sticky;
  top: 80px; /* adjust if you have a fixed header */
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 1.5rem 1rem;
  border-right: 0.1rem solid rgba(0, 0, 0, 0.144);
  background-color: var(--cl-white);
  flex-shrink: 0;
  transition: box-shadow 0.3s ease-in-out;
}

/* Scrollbar styling */
.categories-sidebar::-webkit-scrollbar {
  width: 2px;
}
.categories-sidebar::-webkit-scrollbar-track {
  background: var(--cl-white);
}
.categories-sidebar::-webkit-scrollbar-thumb {
  background-color: var(--cl-orange);
  border-radius: 10px;
}

/* Sidebar links */
.category-link {
  display: block;
  margin-bottom: 12px;
  padding: 8px 5px;
  border-radius: 8px;
  color: var(--cl-navy);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.category-link:hover,
.category-link.active {
  background-color: var(--cl-orange);
  color: var(--cl-white);
  text-decoration: none;
  transform: translateX(4px);
}

/* Hero image styles */
.category-hero {
  position: relative;
  width: 50rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
.category-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50rem;
  height: 3rem;
  object-fit: cover;
  z-index: 1;
  border-radius: 0.3rem;
}
.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50rem;
  height: 3rem;
  z-index: 2;
  background: var(--cl-orange);
  display: flex;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
.category-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: start;
}

/* ✅ Responsive layout for mobile */
@media (max-width: 768px) {
  .categories {
    flex-direction: column;
  }

  .categories-sidebar {
    width: 100%;
    position: relative;
    top: 0;
    max-height: none;
    border-right: none;
    border-bottom: 2px solid var(--cl-navy);
    border-radius: 0;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0.5rem;
    box-shadow: none;
  }

  .category-link {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
  }

  .category-hero,
  .category-img-bg,
  .category-overlay {
    width: 100% !important;
  }

  .category-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #categoriesSidebar {
    display: none !important;
  }

  .category-section {
    display: block !important;
  }

  .category-link.active {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  /* Hide the sidebar on mobile */
  #categorySidebar {
    display: none !important;
  }

  /* Top category hero */
  .category-hero {
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
  }

  .category-title {
    font-size: 2rem;
    font-weight: bold;
  }

  .category-description {
    font-size: 1rem;
    text-align: start;
    max-width: 20rem !important;
    color: #555;
  }

  /* Subcategories stacked vertically */
  .subcategory-section {
    display: block !important;
  }

  .subcategory-section .category-hero {
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
  }

  .subcategory-section .category-title {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* PRODUCTS */

.products-container {
  position: relative;
  width: 55rem;
}
.products {
  position: relative;
  width: 50rem;
}
.products .swiper {
  height: auto;
  position: relative;
  width: 55rem;
}
.products .swiper-slide {
  width: 20rem;
  height: auto;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.5rem;
}

.products .swiper-slide-bg {
  position: relative;
  width: 20rem;
  height: 15rem;
  overflow: hidden;
  border-radius: 0.3rem;
}

.products .swiper-slide-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.171) 2px 2px 2px;
  transition: all 0.4s ease-in-out;
}

.products .swiper-slide-bg img:hover {
  transform: scale(1.1);
}
.products .swiper-slide-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: start;
  gap: 0.4rem;
  border-radius: 0.3rem;
}
.products .swiper-slide-content h1 {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--cl-navy);
  font-weight: 400;
  text-align: start;
  margin: 0 !important;
}
.products p {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}
.products p li {
  list-style: none;
  padding: 0 !important;
  font-weight: 700;
}
.products .product-reviews {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.products .product-reviews li {
  font-size: 0.8rem;
}
.products .product-reviews i {
  font-size: 0.8rem;
}
.products .swiper-slide h3 {
  color: var(--cl-navy);
  border-radius: 0.2rem;
}
.products .small {
  text-align: start;
  font-size: 0.7rem;
}
.products .ville {
  background-color: var(--cl-orange);
  padding: 0.2rem 0.5rem !important;
  width: 5rem;
  color: var(--cl-white);
  font-weight: 700;
  font-size: 0.7rem;
  border-radius: 0.3rem;
}
.swiper-slide-bg .btn-favorite {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide-bg .btn-favorite i {
  color: var(--cl-orange);
  transition: all 0.3s ease;
}
.swiper-slide-bg .btn-favorite.active i {
  color: var(--cl-orange);
}

.products .btn-book {
  background-color: var(--cl-navy);
  color: var(--cl-white);
  width: 6rem !important;
  height: 1.7rem;
  font-size: 0.6rem !important;
  padding: 0.5rem !important;
}
/* .products .btn-book a {
  color: var(--cl-white) !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
} */

/* 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-orange);
}

.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;
}

/* PRODUCTS LIST */
.products-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.products-list .product-item {
  max-width: 22.5rem;
  height: 40rem;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}

.products-list .product-image {
  position: relative;
  max-width: 22.5rem;
  height: 34rem;
  overflow: hidden;
  border-radius: 0.3rem;
}
.products-list .product-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.171) 2px 2px 2px;
  transition: all 0.4s ease-in-out;
}
.products-list .product-image img:hover {
  transform: scale(1.1);
}

.products-list .product-content {
  width: 100%;
  display: flex;
  justify-content: space-between;

  flex-direction: column;
  gap: 0;
  border-radius: 0.3rem;
}

.products-list .product-content h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--cl-navy);
  font-weight: 400;
  text-align: start;
}
.products-list .product-item h3 {
  background-color: var(--cl-orange);
  color: var(--cl-white);
  font-size: 1.5rem;
  border-radius: 0.2rem;
  width: 3rem;
  height: auto;
  position: absolute;
  top: 0.5rem;
  left: 2rem;
  transform: translate(-50%);
}
.products-list .btn-book {
  background-color: var(--cl-orange) !important;
  color: var(--cl-white) !important;
  text-transform: uppercase;
  background-color: transparent;
  width: 9rem;
  height: 2.5rem;
  padding: 0;
  padding: 0.6rem 1.2rem;
  display: inline-block;
}

/* PRODUCT-DETIALS */
.product-detail {
  padding: 2rem 0;
}

.product-title {
  color: var(--cl-navy);
  font-size: 2rem;
  font-weight: 600;
}

.product-price {
  color: var(--cl-orange);
  font-size: 1.5rem;
  font-weight: 500;
}

.btn-add-cart {
  background-color: var(--cl-orange);
  color: var(--cl-white);
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.btn-add-cart:hover {
  background-color: var(--cl-orange);
  color: #000;
}

.thumb-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}

.thumb-img:hover {
  border-color: var(--cl-orange);
}

.main-product-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.activity-details .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.activity-details .modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 300px;
  height: 30rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form-select {
  background-color: var(--cl-white);
  color: var(--cl-navy);
  border: 1px solid var(--cl-orange);
}

/* CONTACT */
.contact-medias {
  background: var(--cl-navy);
  border-top: 1rem solid var(--cl-orange);
  border-bottom: 1rem solid var(--cl-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}
.contact-medias .contact-img {
  max-width: 40rem;
  max-height: 30rem;
}
.contact-medias .contact-img img {
  width: 100%;
  height: 100%;
  border: 0.5rem solid var(--cl-orange);
}
.contact-medias .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.contact-media {
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 15rem;
  background-color: #b4c6ff3b;
}
.contact-media i {
  font-size: 4rem;
  color: var(--cl-orange);
}
.contact-media a {
  color: var(--cl-orange);
  font-size: 1rem;
}
.contact-media .head-media a i {
  color: var(--cl-orange) !important;
  font-size: 1rem;
  margin-right: 1rem;
}
.contact {
  display: flex;
  justify-content: center;
  gap: 3rem;
  border-bottom: 0.2rem dashed rgb(196, 196, 196);
}
.contact-maps iframe {
  width: 100%;
  height: 35rem;
}
/* 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 .navbar-brand {
  margin-top: 0.5rem;
  font-size: 3rem !important;
  color: var(--cl-navy);
  line-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: start;
  width: 100%;
}
.footer .navbar-brand h1 {
  font-size: 1.5rem !important;
  line-height: 0;
  margin-bottom: 1rem;
}
.footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.footer .container ul {
  width: 22rem;
}
.footer .container h1 {
  color: var(--cl-orange);
  font-size: 1rem;
}
.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-orange) !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-white);
  max-width: 5rem;
}
.oqbani li {
  color: var(--cl-white) !important;
}
.oqbani a {
  color: var(--cl-orange) !important;
}

@media (max-width: 780px) {
  .category-overlay {
    height: auto !important;
    padding: 0 !important;
    background: var(--cl-white) !important;
  }
  .category-title {
    font-size: 1.4rem;
    color: var(--cl-orange);
  }
  /* icon guaretee */

  .icon {
    font-size: 2rem;
  }

  .guarantee-item h3 {
    font-size: 0.8rem;
  }
  /* head */
  .head {
    position: relative;
  }
  .head-email {
    display: none;
  }
  .head-contact {
    display: none;
  }
  /* NAVBAR */
  .navbar-brand h1 {
    font-size: 1.2rem;
  }
  .navbar-toggler {
    display: block;
  }
  /* .navbar-toggler {
    position: absolute;
    top: .5rem;
    right: 1rem;
    z-index: 2;
  } */
  .offcanvas-body .d-flex {
    display: flex;
    justify-content: start;
    flex-direction: column;
  }
  /* hero */

  .hero .swiper-slide-content div {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 10%;
    left: 30%;
    transform: translate(-30%);
    display: flex;
    align-items: start;
  }
  .hero .swiper-slide-content h1 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    text-align: start;
  }
  .hero li {
    text-align: justify;
  }
  /* SECTIION TOP */
  .home .section-top h1 {
    font-size: 1.5rem;
  }
  .home .section-top h2 {
    font-size: 1.5rem;
  }

  /* ABOUT */

  .home .about {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .home .about-content {
    width: 100%;
  }
  .home .about-img img {
    width: 100%;
    height: 100%;
  }

  .home .about-content h4 {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-align: start;
  }
  .home .about-content h1 {
    font-size: 1.3rem;
    display: flex;
    font-weight: 800;
  }
  .home .about-content span {
    font-size: 3rem;
    font-weight: 800;
    font-family: "Allura", cursive;
    color: var(--cl-orange);
    text-align: center;
    line-height: 1;
  }
  .home .about-img {
    max-width: 100%;
    height: auto;
    z-index: 2;
  }
  /* 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;
  }
  /* ville */
  .section-ville .section-img-content h2 {
    font-size: 2rem;
    color: var(--cl-orange);
    line-height: 2rem;
    text-align: center;
  }
  .section-ville .section-img-content h1 {
    font-size: 2rem;
    line-height: 0.8rem;
    text-align: center;
    color: var(--cl-white);
    height: auto;
  }
  /* activity details */
  .product-detail {
    padding: 1rem 0;
  }

  .product-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .product-price {
    font-size: 1.2rem;
    text-align: center;
  }

  .btn-add-cart {
    width: 100%;
    font-size: 1rem;
  }

  .thumb-img {
    width: 60px;
    height: 60px;
  }

  .main-product-img {
    padding: 0 1rem;
    max-height: auto;
    object-fit: contain;
  }

  .activity-details .modal-content {
    width: 90%;
    height: auto;
    margin-top: 20%;
    padding: 1.5rem;
  }

  .product-detail .row {
    flex-direction: column;
  }

  .product-detail .col-md-6 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  form#reservationForm {
    padding: 0 1rem;
  }
  .contact-medias {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  /* FOOTER */
  .footer {
    min-height: 40rem;
  }

  /* PRODUCTS */

  .products-container {
    position: relative;
    max-width: 100% !important;
  }
  .products {
    position: relative;
    max-width: 100% !important;
  }
  .products .swiper {
    max-width: 100% !important;
    height: auto;
    position: relative;
  }
  .products .swiper-wrapper {
    max-width: 100% !important;
  }
}
