.experience{
    margin-top:91px
}

.experience-info-content-header, .highlights, .additional-info, .includes{
    margin-bottom: 76px;
}

.experience-title{
    font-size: 64px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.03em;
    color: white;
    margin-bottom: 36px;
}

.experience-title span {
  margin-left: 16px; /* ajuste o valor como quiser */
}

.experience-info-content span{
    font-size: 26px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: white;
}

.experience-info{
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: white;
}

.highlights-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: white;
}

.highlights-topics{
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: white;
}

.highlights-topics li{
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: white;
}

.additional-info .btn {
    width: 100%;
    background: none;
    border: none;
    position: relative;
    padding-bottom: 12px;
    color: white;
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: start;
}

/* Linha aparece sob o botão quando collapsed */
.additional-info .btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #EAEAEA 0%, #D2C878 100%);
    transition: opacity 0.3s ease;
}

/* Esconde a linha do botão quando o collapse está aberto */
.additional-info .btn[aria-expanded="true"]::after {
    opacity: 0;
}

.additional-info .btn:hover{
    color: white;
}

.additional-info .collapse .card,
.additional-info .collapsing .card {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    color: white;
}

.additional-info .card-body {
    position: relative;
    padding: 12px 0;
}

/* Linha aparece sob o card-body quando expandido */
.additional-info .card-body::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #EAEAEA 0%, #D2C878 100%);
}

.additional-info .btn.no-border::after {
    display: none;
}


.btn-wrapper button{
    margin-top: 36px;
    padding: 12px 28px;
}


.book-card {
    position: sticky;
    background-color: white;
    overflow: hidden;
    top: 180px;
    margin-top: -186px;
}

/* Camada da imagem com opacidade */
.book-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/Grape/imgs/background-card.png');
    background-size: cover;
    background-position: right bottom;
    opacity: 0.05;
    z-index: 1;
    /* transform: scale(1.3); */
}

/* Conteúdo fica acima da imagem */
.bookcard-content {
    position: relative;
    z-index: 2;
    padding: 48px 64px;
    
}

.bookcard-inputs{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.bookcard-content input{
    border: none;
    border-bottom: 1px solid;
    color: black;
    border-radius: 0;
    background: transparent;
}

.bookcard-content select{
    border: none;
    border-bottom: 1px solid;
    color: black;
     border-radius: 0;
}

.bookcard-content input::placeholder{
    color: black;
}

.bookcard-title{
    margin-bottom: 51px;
}

.thank-content{
    position: relative;
    z-index: 2;
    padding-top: 80px;
}



/* CAROUSEL LENS GUESTS--------------------------*/

.guest-lens {
    overflow-x: hidden;
}

.guest-lens .swiper {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: visible;
    position: relative;
    top: -72px;
    z-index: 1;

}


.swiper-wrapper{
    align-items: flex-end;
    margin-left: 60%;
}

/* .swiper-wrapper .first-slide{
    padding-left: 122px;
} */

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    cursor: pointer;
}


.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}


.guest-lens-title{
    position: relative;
    z-index: 2;
}


/* SLIDES LATERAIS */
.guest-lens .swiper-slide {
    width: 487px;
    height: 487px;
}

.guest-lens .swiper-slide-active {
    width: 650px;
    height: 650px;
    opacity: 1;
    z-index: 10;
}



/* OTHER EXPERINCES--------------------------- */
.chooseExperience{
    margin-top: 214px;
    margin-bottom: 183px;

}

.chooseExperienceCards{
    margin-left: 54px;
}

.final-text {
    font-family: Comfortaa;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: white;
    margin-bottom: 24px;
    width: 60%;
    float: right;
}

button#confirm-experience-btn {
    width: 60%;
    float: right;
}


.additional-text{
    color: white;
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .book-card{
        margin-top: -55px;
    }

    .guest-lens{
        margin-top: 68px;
    }
}

@media (max-width: 991px) {
    
    .banner{
        height: 332px;
    }

    .experience{
        margin-top: 48px;
    }

    .experience-title{
        font-size: 32px;
        display: flex;
        flex-direction: column;
    }

     .experience-title span{
        margin-left: 0px;
    }

    .experience-info{
        font-size: 18px;
        line-height: 26px;
    }

    .experience-info-content span{
        font-size: 30px;
        font-weight: 300;
        letter-spacing: 0;
        color: white;
    }

    .border{
        /* width: 100vw;       */
        height: 2px;       
        background-color: #000; 
    }

    .highlights-title{
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0;
    }

    .highlights-topics {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.02em;
    }

    .highlights-topics li {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0.02em;
    }

    .chooseExperience .container {
        --bs-gutter-x: 48px;
    }

    .chooseExperienceCards{
        /* margin-left: 0px; */
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .experience-card
    {
        height: 459px;
    }

    .experience-card img.icon-48{
        opacity: 1 !important; 
    }

    .additional-info .btn{
        font-size: 22px;
    }

    .white-btn{
        font-size: 18px;
        font-weight: 500;
    }

    .guest-lens{
        margin-bottom: 116px;
    }

    .guest-lens .swiper{
        top: 0px;
        left: -12px;
    }

    .guest-lens .swiper-slide{
        width: 180px;
        height: 180px;
    }

    .guest-lens .swiper-slide-active{
        width: 260px;
        height: 260px;
    }

    .bookCardMobile{
        width: 90%;
        margin: 0 auto;
    }


    .book-card-mobile{
        position: relative;
        background-color: white;
        width: 90%;
        margin: 0 auto;
    }

    .bookCardMobile .book-card{
        margin-top: 0px;
        position: relative;
    }

    .bookCardMobile .bookcard-content{
        padding: 12px 24px;
    }


    .bookcard-content{
        background: transparent;
        width: 90%;
        margin: 0 auto;
    }

    .guest-lens > .container{
        overflow-y: hidden;
    }

    .experience-info-content, .aditionalInfo , .guest-lens-title-div{
        padding-right: 24px;
        padding-left: 24px;

    }

    .mobile-fixed-cta {
        position: fixed;
        bottom: 12%;          /* distância do fundo */
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 32px); /* margem lateral */
        max-width: 420px;      /* opcional, fica elegante */
        z-index: 800;         /* fica por cima de tudo */
    }


    .guest-lens .swiper-slide.first-slide{
        height: 260px; 
    }

    


   


   
    
}








