.hero-block{
    color: #3F2323;
    justify-content: center;

}

.textik{
    font-size: .85rem;
}
input[type="radio"] {
    display: none;
}
.item-page{
width: 100%;
}
input[type="radio"]:checked + .accordion-header::after {
    content: '-';
}

input[type="radio"]:checked ~ .accordion-content {
    max-height: 1000px; /* Adjust this value as needed */
    padding: 10px;
    transition: max-height 0.3s ease-in;
}
.hidden{
        overflow: hidden;
}
html {
    font-family: Helvetica;
    color: #3F2323;
    scroll-behavior: smooth;
}
.container {
    width: 66.666%;
    margin: 0 auto;
}
.category-block {
    width: 100%;
}
.second-color{
    color: #c9a991;
}
.third-color{
    color: #ad7a53;
}
.header__before_hero{
    z-index: 4;
    background: rgba(0, 0, 0, 0.76);
}
.header__before_hero a {
    color: white;
}
.header__after-hero{
    z-index: 4;
    background: rgba(237, 217, 198, 0.75);
}
.header__after-hero a{
    color: black;
}
header{
    background: #000;
}
body {
    background-color: #f2ebe5;
}
.hero {
    z-index: 3;
    background-image: url('../images/bgfs2.png'); /* Путь к вашей картинке */
    background-repeat: no-repeat; /* Картинка не будет повторяться */
    background-position: left; /* Картинка будет расположена слева */
    background-size: cover; /* Размер картинки будет автоматически подстраиваться */
    height: 100vh;
}
.section {
    padding: 5rem 0;

}
.a{
    font-weight: 500;
    color: #3F2323;
    transition-duration: 500ms;
}
.a:hover{
    color: rgba(63, 35, 35, 0.8);
}
.contact-button:hover{
    background: #bcb8af;
}

@media (min-width: 1050px) and (max-width: 1500px) {
    .textik{
        font-size: .65rem !important;
    }
    .text-xl{
        font-size: 1rem !important;
    }
}
@media (min-width: 1050px){
.hero-block {
     justify-content: space-between !important;
     padding: 30px  !important;
}
}

/* video hidden by default */
.hero-video {
    display: none;
}

.hero {
        background-image: none !important; /* отключаем картинку */
        position: relative;
        overflow: hidden;
    }

 .hero-video-desktop {
        display: block;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        object-fit: cover;
        z-index: -1; /* за контентом */
    }
/* MOBILE: show video, hide background image */

#reviews-section-mobile{
overflow: hidden;
display: none;
}
#reviews-section{
gap: 12px;
display: flex;
}

@media (max-width: 767px) {

#reviews-section{
overflow: hidden;
display: none;
}
#reviews-section-mobile{
overflow: visible;
display: flex;
gap: 12px;
}
 .hero_container{
z-index: 1;
}
.hero {
        background-image: none !important; /* отключаем картинку */
        position: relative;
        overflow: hidden;
    }


.hero-video-desktop {
    display: none;
}
    .hero-video {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1; /* за контентом */
    }
.hero-block{
    color: #FFFFFF;
}
.hero::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.3); /* затемнение 0.2 */
        z-index: 0; /* над видео, но под контентом */
        pointer-events: none;
    }
}
@media (max-width: 480px) {
    .mainLogo{
        width: 80%;
        /* margin-top: 10%; */
    }
    .hero_container{
        width: 100%;
        height: 100%;
        background: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero-block{
        justify-content: center;
        padding-top: 10px !important;
    }
    .ms_booking{
        background: rgb(237, 217, 198) !important;
    }
}