.activites {
  width: 100%; }
  .activites-header {
    padding: 40px 80px;
    color: var(--secondary-color); }
    @media (max-width: 600px) {
      .activites-header {
        padding: 20px; } }
    .activites-header h1, .activites-header h2 {
      font-weight: bold;
      font-size: clamp(1rem, calc(-0.875rem + 8.333vw), 2.5rem);
      text-transform: uppercase; }
    .activites-header h1 {
      color: var(--primary-color); }
    .activites-header h3 {
      font-size: clamp(0.8rem, calc(-0.875rem + 8.333vw), 1.5rem);
      text-transform: capitalize; }
  .activites-gallery {
    width: 100%;
    padding: 50px;
    position: relative;
    width: 100%; }
    @media (max-width: 600px) {
      .activites-gallery {
        padding: 10px; } }
    .activites-gallery .activites-swiper {
      width: 100%; }
    .activites-gallery .slider-arrow-down {
      position: absolute;
      cursor: pointer;
      bottom: 20px; }
      .activites-gallery .slider-arrow-down img {
        width: 15px; }
    .activites-gallery .swiper-wrapper {
      margin-bottom: 20px; }
    .activites-gallery .swiper-slide {
      padding-bottom: 30px;
      text-align: center;
      height: auto;
      margin-bottom: 40px; }
      .activites-gallery .swiper-slide .slide-image {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        overflow: hidden; }
        .activites-gallery .swiper-slide .slide-image img {
          display: block;
          object-fit: contain;
          width: 100%;
          height: 100%;
          transition: all 0.3s ease-in-out; }
      .activites-gallery .swiper-slide span {
        font-weight: bold;
        font-size: 1rem;
        color: var(--primary-color);
        text-transform: uppercase;
        margin-top: 12px;
        margin-bottom: 22px;
        display: block; }
      .activites-gallery .swiper-slide p {
        font-size: 0.8rem; }
    .activites-gallery .swiper-pagination .swiper-pagination-bullet-active {
      background-color: var(--primary-color) !important; }
    .activites-gallery .swiper-pagination .swiper-pagination-bullet {
      border: 1px solid var(--primary-color);
      background: transparent;
      opacity: 1; }
    .activites-gallery .must-see-swiper-container:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .activites-container {
    width: 100%; }
    .activites-container-section:nth-child(even) {
      background-color: #F3F5EE;
      flex-direction: row-reverse; }
    .activites-container-section-content {
      padding: 40px;
      color: var(--secondary-color); }
      .activites-container-section-content h1 {
        color: var(--primary-color);
        font-weight: bold;
        scroll-margin-top: 140px; }
        @media (max-width: 600px) {
          .activites-container-section-content h1 {
            scroll-margin-top: 160px; } }
    .activites-container-section-image {
      overflow: hidden;
      padding: 40px; }
      .activites-container-section-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }

.activites-seperator {
  background-image: url("../images/contactus-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%; }
  .activites-seperator h1 {
    color: #fff;
    font-size: clamp(2rem, calc(-0.875rem + 8.333vw), 3rem);
    margin: 0;
    padding: 80px 160px;
    font-weight: bold; }
    @media (max-width: 600px) {
      .activites-seperator h1 {
        padding: 40px; } }

.tour-res {
  background-color: #F3F5EE;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 160px;
  text-align: center; }
  @media (max-width: 600px) {
    .tour-res {
      padding: 40px; } }
  .tour-res h1 {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: clamp(2rem, calc(-0.875rem + 8.333vw), 3rem);
    font-weight: bold;
    margin-bottom: 30px; }
