/* Base Styling */
@font-face {
  font-family: 'Gucina';
  src: url('../Fonts/gucina/Gucina-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gucina';
  src: url('../Fonts/gucina/Gucina-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gucina';
  src: url('../Fonts/gucina/Gucina-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gucina';
  src: url('../Fonts/gucina/Gucina-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

body {
    font-family: 'Gucina', 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff  ;
    color: #444;
    text-align: center;
    -webkit-font-smoothing: antialiased; /* Enhances font rendering in modern browsers d9cbc0*/
    -moz-osx-font-smoothing: grayscale; /* For macOS consistency */
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------Header---------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

header {
    position: relative;
    min-height: 300px;
    background-color: #e4e4e4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    overflow: hidden;
}

.header-content {
    text-align: center;
    z-index: 1;
    max-width: 90%;
}

.logo {
    max-height: 8vw;
    width: auto;
    margin-bottom: 10px;
    cursor: pointer;
}

header p {
    font-family: 'Gucina', 'Fredoka', 'chewy','Lato', sans-serif;
    color: #000000;
    font-size: 2vw;
    font-weight: 550;
    line-height: 1;
    margin: 0;
}

@media (max-width: 600px) {
    .logo {
        max-height: 17vw;
    }

    header p {
        font-size: 4vw;
    }
}
/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------SVGs------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.decor-top-left,
.decor-top-right,
.decor-center-left,
.decor-bottom-rigth {
    position: absolute;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.decor-top-left {
    width: 18.5vw; /* 325px ÷ 1750px ≈ 0.185 */
    top: -1.5vw;   /* -25px ÷ 1750px ≈ -0.014 */
    left: -1.5vw;
    max-width: 325px; 
    min-width: 125px;
}

.decor-top-right {
    width: 18.5vw;
    top: -2.5vw;
    right: -1.15vw;
    max-width: 325px; 
    min-width: 125px;
}

.decor-center-left {
    width: 14.3vw; /* 250px ÷ 1750px ≈ 0.143 */
    top: -4vw;
    left: 18.3vw;  /* 320px ÷ 1750px ≈ 0.183 */
    max-width: 250px; 
    min-width: 100px;
}

.decor-bottom-rigth {
    width: 14.3vw;
    bottom: 0;
    right: 12.5vw; /* 220px ÷ 1750px ≈ 0.125 */
    max-width: 250px; 
    min-width: 100px;
}
@media (max-width: 600px) {
    .decor-center-left {
      width: 14.3vw;
      top: unset; 
      bottom: 4vw;
      left: 0vw;
      max-width: 250px;
      min-width: 100px;
      transform: rotate(180deg);
    }
    .decor-bottom-rigth {
        width: 14.3vw;
        bottom:  4vw;
        right: 0vw; /* 220px ÷ 1750px ≈ 0.125 */
        max-width: 250px; 
        min-width: 100px;
    }
  }

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------Buttons bar-----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

/* Division bar with 5 buttons */
.division-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 30px;
    border-top: 2px solid #585858;
}
.division-bar2 {
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 30px;
    border-top: 2px solid #585858;
    overflow-x: hidden;
}

.division-button {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(-45deg);
    overflow: hidden;
}

.division-button i {
    transform: skewX(45deg); /* unskew icon inside */
    color: white;
    font-size: 1em;
}

.fa-spa::before,
.fa-utensils::before{
    background-color: #00000000;
    padding: 2.5px;
}

.btn1 { background-color: #00406d; }
.btn2 { background-color: #002c4b; }
.btn3 { background-color: #054a7a; }
.btn4 { background-color: #00406d; }
.btn5 { background-color: #002c4b; }
.btn6 { background-color: #054a7a; }
/*.btn1 { background-color: #00406d; }
.btn2 { background-color: #3b7295; }
.btn3 { background-color: #054a7a; }
.btn4 { background-color: #002c4b; }
.btn5 { background-color: #175783; }*/

.division-button:hover {
    opacity: 0.5;
    cursor: pointer;
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    padding: 20px;
    max-width: 80%;
    min-height: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.container::before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80vw;
    height: 80vh;
    /*background-image: url('../imagesMainFrontEnd/DTicketsSalones.png');*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: 0.1; /* Adjust this for transparency */
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}

.category-section {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 35px;
    padding: 40px 0;
    max-width: 100%;
    min-height: 20px;
    min-width: 100%;
    margin: 0 auto;
    /*background-color: #f5f5f5;*/
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
#filter-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.filter-label {
    font-size: 20px;
    color: #444;
    font-weight: 650;
    margin: 10px;
}

#filter-container select {
    padding: 10px;
    font-size: 16px;
    color: #333;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

#filter-container select:hover {
    background-color: #e2e2e2;
}

#filter-container select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.selectable {
    position: relative;
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    flex: 0 1 22%;
    min-width: 280px;
    max-width: 280px;
    height: 325px; 
}

.selectable:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.selectable img {
    width: 100%;
    height: 175px;
    min-height: 175px;
    object-fit: contain;
    border-bottom: 1px solid #ddd;
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 12px;
    pointer-events: none;
    z-index: 1;
}

.caption {
    background-color: #f0f0f0;
    color: #585858;
    padding: 10px; /* Reduced padding */
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    text-align: center;
    flex-grow: 1;
    margin: 0; /* Removed any margin */
}

.name {
    background-color: #f0f0f0;
    color: #585858;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    text-align: center;
    flex-grow: 1; /* Ensure the caption stretches within the container */
    margin: 5px 0;
}

.virtual-info {
    font-size: 14px;
    font-style: italic;
    color: #585858;
    margin: 5px 0; /* Reduced spacing */
    padding: 0; /* Ensure no padding is added */
}

/* Emergency Service Info */
.emergency-info {
    font-size: 14px;
    color: #FF0000;
    font-weight: bold;
    margin: 5px 0; /* Reduced spacing */
    padding: 0; /* Ensure no padding is added */
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.submit-button {
    display: block;
    width: auto;
    padding: 10px 20px;
    background-color: #00406d ;/*-------------------CHANGE-----------------*/
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.2s ease;
    margin: 15px auto 0 auto;
}

.submit-button:hover {
    background-color: #e4e4e4;/*-------------------CHANGE-----------------*/
} 

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
footer {
    background-color: #e4e4e4;
    color: white;
    padding: 40px 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden; /* Ensure only the visible part of the carousel shows */
}

footer .carousel {
    display: flex;
    width: 50%; /* Adjust width to accommodate all images */
    margin: 20px auto;
    height: 200px; /* Adjust the height as needed */
    position: relative;
    animation: slide 12s linear infinite; /* Continuous sliding */
}


footer .carousel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    flex-shrink: 0; /* Prevent shrinking */
}


@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); } /* Move from 0 to -100% (right to left) */
}


@media (max-width: 425px) {
    .container {
    display: flex;
    flex-wrap: wrap; /* Allows the items to wrap to the next row if they don’t fit */
    justify-content: space-evenly; /* Distributes the space evenly between items */
    padding: 0px;
    }
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------SLIDES---------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.hidden{
    display: none !important;
}

.container2 {
    display: grid;
    position: relative;
    overflow: hidden;   
    border-radius: 5rem;
    max-height: 500px;
    height: 500px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);

    @media only screen and (max-width: 650px) {
        border-radius: 0;
    }
    background-color: #00406d;
}

.slider {
    display: grid;
    grid-column: 1 / 2;
    grid-row: 1/4;
    width: 500%;
    height: 375px;
    grid-template-columns: repeat(5, 20%);
    grid-template-rows: 1fr;
    transition: all .25s ease-in;
    transform: translateX(0);
    /*background-color: #fed700;*/
}

.box {
    display: grid;
    grid-row: 1;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    box-sizing: border-box;
    @media only screen and (max-width: 650px) {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
}

.box11 {
    grid-column: 1 / 2;
    /*background-color: #fe0000*/
}

.box22 {
    grid-column: 2 / 3;
    /*background-color: #00aefe*/
}

.box33 {
    grid-column: 3 / 4;
    /*background-color: #4400fe*/
}
.box44 {
    grid-column: 4 / 5;
    /*background-color: #fee500*/
}
.box55 {
    grid-column: 5 / 6;
    /*background-color: #fe00fe*/
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.details {
    display: grid;
    grid-column: 1 / 2;
    grid-row: 1;

    height: 400px;
    max-height: 400px;
    max-width: 100%;

    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    overflow:hidden;
    @media only screen and (max-width: 650px) {
        grid-column: 1;
        grid-row: 1/2;
        height: 200px;
        max-height: 200px;
    }
    /*background-color: #fe00e9;*/
}

.textDisplay {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
    /*background-color: #b485b0;*/
}

.textDisplay h1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: .5rem;
    @media only screen and (max-width: 650px) {
        font-size: 2.5rem;
        margin: 0.5rem 0rem 0rem 0rem;
    }
    /*background-color: #0e0d0d;*/
}

.textDisplay p {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    color: #B5B4B4;
    margin-bottom: 2rem;
    text-align: center;
    @media only screen and (max-width: 650px) {
        font-size: 1.3rem;
        margin: 0rem;
    }
    /*background-color: #070707;*/
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.illustration {
    display: flex;
    grid-column: 2 / 3;
    grid-row: 1;

    height: 400px;
    max-height: 400px;
    max-width: 100%;

    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    overflow:hidden; 
    @media only screen and (max-width: 650px) {
        grid-column: 1;
        grid-row: 2/3;
        height: 200px;
        max-height: 200px;
    }
    /*background-color: #90fe00;*/
}    

.inner {
    display: flex;
    height: 70%;
    width: 50%;
    max-width: 275px;
    max-height: 285px;
    overflow: hidden;
    justify-content: center; 
    align-items: center; 
    @media only screen and (max-width: 650px) {
        height: 75%;
        width: 55%;
        max-width: 140px;
        max-height: 150px;
    }      
    /*background-color: #1100fe;*/     
}

.inner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
    border-radius: 1rem; 
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.trail {
    display: grid;
    grid-area: 4 / 1 / 5 / 2;

    width: 50%;
    height: 100px;
    max-height: 100px;

    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
        
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    text-align: center;
    font-size: 1.5rem;

    box-sizing: border-box;

    @media only screen and (max-width: 925px) {
        width: 90%;
        bottom: 0%;
        height: 100px;
        max-height: 100px;
    } 
    /*background-color: #050404;*/
}

.trail div {
    margin-top: 2rem;
    padding: 2rem;
    border-top: 3px solid #fff;
    cursor: pointer;
    opacity: .3;
    transition: all 0.3s ease;

    &:hover {opacity: .6;}

    @media only screen and (max-width: 650px) {
        padding: 0rem;
        
    }
}

.active {
    opacity: 1 !important;
}


.prev,
.next,
.trail {
    z-index: 10000;
    position: absolute;
}

.prev,
.next {
    width: 4rem;
    cursor: pointer;
    opacity: .2;
    transition: all .3s ease;

    @media only screen and (max-width: 650px) {
       display: none;
    }

    &:hover { opacity: 1;}
}

.prev {
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
}

.next {
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}

/*
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/