.Event-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    flex-wrap: wrap;
    padding-top: 1%;
    padding-bottom: 3%;
  }
  .Event-container-headings{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 2vw;
  }
  .Event-container-content{
    padding-top: 1%;
    gap: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .Event-button {
    position: relative; /* Enable positioning for child elements */
    overflow: hidden; /* Ensure the loading effect stays within the button bounds */
    background-color: var(--dark-color);
  }
  
  .Event-button.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0; /* Start with no width */
    height: 100%; /* Cover the full height */
    background-color: var(--events-loader-bar-color); /* Darker background for loading */
    z-index: 0; /* Ensure it appears behind the text */
    animation: loading 3s linear; /* Adjust duration to match your slideshow timing */
  }
  
  .Event-button span,
  .Event-button img {
    position: relative; /* Ensure these elements appear above the loading effect */
    z-index: 1;
  }
  
  @keyframes loading {
    from {
      width: 0; /* Start from the left */
    }
    to {
      width: 100%; /* Fill to the right */
    }
  }
  
  
  .Event-image-box {
    width: 25vw;
    height: 31vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1vw;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3);  
    gap: 1vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    font-family: "Square Peg", serif;
    font-weight: 600;

    transform: rotate(-2deg); /* Adjust the degree as needed */
    transition: transform 0.3s ease;
}

.Event-headings{
    font-size: 1.8rem;
    color: var(--header-text);
    text-align: center;
  }
  .Event-description{
    font-size:1.6rem;
    color: var(--dark-color);
  }
  
  .Event-image-box-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the box */
    border-radius: 1vw;
  }

  .Events-contact-Us{
      font-size: 1rem;
      font-family: 'Poppins';
      text-decoration: none;
      color: var(--dark-color);
  }
    .Events-contact-Us a{
    font-size: 1rem;
    font-family: 'Poppins';
    text-decoration: none;
    color: var(--dark-color);
  }
  .Events-contact-Us a:hover{
    text-decoration: underline;
  }
  
  @media(max-width:495px){
    .Events-contact-Us{
      margin-left: 4%;
      margin-right: 4%;
      /* padding-right: 1%; */
      text-align: center;
    }
  }

  .Events-enquire-button-holder{
    display: flex;
    flex-direction: column;
    gap: 1vw;
    flex-wrap: wrap;
  }
  
  @media(max-width:1120px){
    .Event-image-box{
        min-height: 35vw;
        max-height: fit-content;
    }
    .Event-description{
        line-height: 1;
    }
  }
  @media(max-width:1000px){
    .Event-image-box{
        width: 27vw;
        height: 37vw;
    }
  }
  @media(max-width:900px){
    .Event-headings{
        font-size: 1.6rem;
    }
    .Event-description{
        font-size: 1.3rem;
    }
  }

  @media(max-width:680px){
    .Event-image-box{
        width: 58vw;
        min-height: 68vw;
    }
    .Event-headings{
        font-size: 5.4vw;
    }
    .Event-description{
        font-size: 5vw;
    }
    .Event-image-box{
        border-radius: 2.5vw;
        padding-top: 1.5vw;
        padding-left: 1.5vw;
        padding-right: 1.5vw;
        padding-bottom: 2.25vw;
    }
    .Event-image-box-img {
        border-radius: 2vw;
    }
    .Events-enquire-button-holder{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 3%;
        width: 100%;
    }
  }
  @media(max-width:500px){
    .Event-image-box{
        width: 70vw;
        min-height: 83vw;
    }
    .Event-headings{
        font-size: 6.4vw;
    }
    .Event-description{
        font-size: 6vw;
        padding-left: 2%;
        padding-right: 2%;
    }
    .Event-image-box{
        border-radius: 2.5vw;
        padding-top: 2vw;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-bottom: 2.25vw;
    }
    .Event-image-box-img {
        border-radius: 2vw;
    }
  }

  .Event-activities {
    max-width: 50vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: 7px;
  }
  
  .Activities-Updated-h2{
    font-size: 1.5vw;
    font-weight: 300;
    margin-bottom: 20px;
  }
  
  .Event-icon {
    width: 2vw; /* Adjust the width to your preferred size */
    height: 2vw; /* Adjust the height to your preferred size */
    padding: 0.2vw;
    object-fit: contain; /* Ensure the icon scales properly */
    background-color: var(--lightt-color);
    border-radius: 50%;
    display: flex; /* Center the child element */
    align-items: center;
    justify-content: center;
  }
  
  .Book-your-day-ou-btn{
    margin-top: 20px;
    border-radius: 30px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    background-color: var(--dark-color);
    color: white;
    border: none;
    padding: 15px 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden; /* Hide the overflow for the moving line */
  }
  .Book-your-day-ou-btn:hover{
    background-color: var(--lightt-color);
    border: none;
  }
  .Book-your-day-ou-btn:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 70%);
    animation: glitter 6s linear infinite;
    z-index: 0;
    text-decoration: none;
  }
  
  .Event-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5vw;
  }
  
  .Event-button {
    justify-content: space-between;
    font-family: 'Poppins';
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 1vw;
    padding-right: 0.5vw;
    font-size: 1vw;
    font-weight: 300;
    color: #fff;
    background-color: var(--dark-color);
    border: none;
    border-radius: 3vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
  }
  
  .Event-button:hover {
    background-color: var(--dark-color);
    transform: scale(1.05);
  }
  
  .Event-button.active {
    background-color: var(--dark-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .coming-soon {
    position: absolute;
    background-color: var(--dark-color);
    color: #ffffff;
    padding: 2px 5px;
    font-size: 0.55vw;
    font-weight: bold;
    border-radius: 10px;
    z-index: 1;
    pointer-events: none; /* Prevent interference with clicks */
    font-family: 'Poppins';
  
    margin-top: -5px;
  }

  .events-day-out-button{
    width: fit-content !important;
  }
  
  @media(max-width:1200px){
    .Event-button{
      font-size: 1.16vw;
    }
  }
  
  @media(max-width:1024px){
    .Event-button{
      font-size: 1.17vw;
    }
    .coming-soon {
      margin-top: -5px;
      padding: 1.5px 4px;
      font-size: 0.7vw;
    }
  }
  
  @media(max-width:850px){
    .Event-button{
      font-size: 1.2vw;
    }
    .coming-soon {
      margin-top: -5px;
      padding: 1px 4px;
      font-size: 0.7vw;
    }
  }
  
  @media(max-width:750px){
    .Event-button{
      font-size: 1.25vw;
    }
  }
  
  @media(max-width:680px){
    .events-day-out-button{
        margin-top: 0vw !important;
        margin-bottom: 2.5vw;
    }
    .Event-container-content{
        flex-direction: column;
        padding: none;
        gap: 30px;
    }
    .Event-container {
        padding: 0;
        margin-top: 9%;
    }
    .Event-container-headings{
        padding: 20px;
    }
    .Event-buttons {
        gap: 1.5vw;
    }
    .Event-button {
        padding-top: 1.2vw;
        padding-bottom: 1.2vw;
        padding-left: 1.5vw;
        padding-right: 1vw;
        font-size: 3vw;
        border-radius: 7vw;
  
        margin-right: 1vw;
    }
    .Event-activities {
        max-width: none;
        margin-bottom: 5%;
    }
    .Event-buttons {
        width: 90vw;
        margin-left: 8vw;
        /* justify-content: center; */
        align-items: center;
    }
    .Event-icon {
        width: 6vw; /* Adjust the width to your preferred size */
        height: 6vw;
        padding: 0.7vw;
    }
    .coming-soon {
      margin-top: -5px;
      padding: 2px 5px;
      font-size: 1.85vw;
    }
  }
  
  @media(max-width:380px){
    .Event-button{
      font-size: 3.6vw;
    }
  }
  
  
  
  .Activities-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 8vw;
    padding-right: 8vw;
    margin-top: 50px;
  
    padding-top: 2%;
    padding-bottom: 2%;
  
    gap: 1%;
  }
  
  .Activities-total-holder{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .card__container{
    width: 100%;
  }
  
  .Activities-carousel-content-placer{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .Activities-carousel-content {
    width: 100%;
    max-width: 400px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .img-holder {
    max-width: 190%; 
    height: 190%;
    object-fit:cover;
  }
  
  .Activities-carousel-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #6c757d;
    margin: 0;
  }
  
  .Activities-carousel-content h3 {
    font-weight: 700;
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    line-height: 1;
    margin-top: -10px;
    margin: 0;
  }
  
  .Activities-carousel-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #555;
    margin: 0;
  }
  .Book-your-day-ou-btn{
    margin-top: 20px;
    border-radius: 30px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    background-color: var(--dark-color);
    color: white;
    border: none;
    padding: 15px 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden; /* Hide the overflow for the moving line */
  }
  .Book-your-day-ou-btn:hover{
    background-color: var(--lightt-color);
    border: none;
  }
  .Book-your-day-ou-btn:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 70%);
    animation: glitter 6s linear infinite;
    z-index: 0;
    text-decoration: none;
  }
  
  @keyframes glitter {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
  }
  
  @media(min-width:1514px){
    .card__container {
      max-width: 1000px;
    }
    
  }
  
  /* Responsive Styles */
  @media(max-width:1515px){
    .card__container {
      max-width: 800px;
    }
  
    .card__data{
      height: 10rem;
    }
    
  }
  
  @media(max-width:1220px){
    .Activities-container{
      flex-direction: column;
    }
    
  }
  
  @media(max-width:999px){
    .Activities-subcontainer-1{
      padding-left: 1.75%;
      
    }
    .Activities-cards-component{
      padding-left: 3%;
      padding-right: 3%;
    }
  }
  
  .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .card__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  
  .card__content {
    margin-inline: 2.5rem;
    overflow: hidden;
  }
  
  .card__article {
    width: 300px; /* Remove after adding swiper js */
    overflow: hidden;
    border-radius: 1.2rem;
  }
  
  .card__image {
    position: relative;
    background-color:#6c757d;
    padding-top: 1.5rem;
  }
  
  .card__data {
    background-color:#6c757d;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    text-align: center;
    position: relative;
    z-index: 10;
    height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    font-family: 'Poppins', sans-serif;
  }
  
  /* For small devices */
  @media screen and (max-width: 320px) {
    .card__data {
      padding: 1rem;
    }
  }
  
  @media (max-width:950px) {
  
    .card__content {
      margin-inline: 2rem;
    }
  }
  
  @media (max-width:480px){
    .card__content {
      margin-inline: 1.75rem;
    }
  
    .Activities-subcontainer-1{
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .card__container{
      min-width: 126.5%;
    }
  
    .img-holder {
      min-width: 130%;
      height: 130%; 
      object-fit: cover; 
      display: block; 
    }
  
  }
  
  @media screen and (max-width: 1120px) {
    .Activities-cards-component{
      width: 100%;
    }
    .card__container{
      width: 100%;  }
  }
  
  @media(max-width:1750px){
    .card__container {
      max-width: 850px;
    }
  
    .card__data{
      height: 12rem;
    }
  }
  
  @media(max-width:1560px){
    .card__container {
      max-width: 820px;
    }
  
    .card__data{
      height: 13rem;
    }
  }
  
  @media(max-width:1520px){
    .card__container {
      max-width: 780px;
    }
  
    .card__data{
      height: 11.5rem;
    }
  }
  
  @media(max-width:1385px){
    .card__container {
      max-width: 720px;
    }
  
    .card__data{
      height: 12rem;
    }
  }
  
  @media(max-width:1305px){
    .card__container {
      max-width: 670px;
    }
  
    .card__data{
      height: 13rem;
    }
  }
  
  @media(max-width:1220px){
    .card__container{
      max-width: 800px;
    }
  }
  
  .arrow-holder-left,
  .arrow-holder-right{
    background-color: var(--lightt-color);
    font-size: 1rem;
    border-radius: 50%;
  
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 0.5rem;
  
    width: 40px;
    height: 40px;
  
    position: relative;
    z-index: 10; /* Ensure it is above other elements */
  }
  
  .arrow-holder-left:hover,
  .arrow-holder-right:hover{
    cursor:pointer;
  }
  .arrow-left-section{
    margin-right: -3%;
  }
  .arrow-right-section{
    margin-left: -3%;
  }
  
  @media(max-width:1120px){
    .arrow-left-section{
      margin-right: -6%;
    }
    .arrow-right-section{
      margin-left: -6%;
    }
  } 
  
  @media(max-width:720px){
    .arrow-holder-left,
  .arrow-holder-right{
      font-size: 15px;
    padding: 0.25rem;
    width: 30px;
    height: 30px;
    }
  }
  
  @media(max-width:545px){
    .arrow-left-section{
      margin-right: -9%;
    }
    .arrow-right-section{
      margin-left: -9%;
    }
  }
  
  @media(max-width:480px){
    .Activities-container{
      margin-top: 0px;
    }
  }
  
  @media(max-width:450px){
    .arrow-left-section{
      margin-right: -10%;
    }
    .arrow-right-section{
      margin-left: -10%;
    }
  }
  
  @media(max-width:400px){
    .arrow-left-section{
      margin-right: -13.5%;
    }
    .arrow-right-section{
      margin-left: -13.5%;
    }
  }
  
  @media(max-width:330px){
    .arrow-left-section{
      margin-right: -18%;
    }
    .arrow-right-section{
      margin-left: -18%;
    }
  }
  
  @media(min-width:2200px){
    .arrow-left-section{
      margin-right: -1%;
    }
    .arrow-right-section{
      margin-left: -1%;
    }
  }
  
  @media(max-width:1220px){
    .Activities-subcontainer-1{
      margin-left: -2%;
    }
  }
  @media(max-width:1080px){
    .Activities-subcontainer-1{
      margin-left: -1%;
    }
  }
  
  @media(min-width:1950px){
    .card__article{
      height: 18vh;
      width: 20vw;
    }
    .container{
      width: 40vw;
    }
  }