
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




#Welcome1 {
    display:block;
    position: absolute;
    color: white;
    text-align: center;
    z-index:9999;
}
#Welcome2 {
    display:block;
    position: absolute;
    text-align: center;
    color: #a38d54;
    text-shadow: 1px 1px 2px #a1a1a1;
    font-family: 'Fira Sans';
    z-index: 9999;
}

ul {
    width:40%;
    list-style-type: square;

}

li::marker {
    color: #a38d54;
}
.bold_gold {
    color: #a38d54 !important;
    font-weight: bold !important;
}
.bold {
    font-weight: bold !important;
}


.WelcomeTextBox {
    width:80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top:2%;
    padding-bottom:2%;
    margin: 0;
}
.MelisStudiosBox {
    background-color: rgba(300, 300, 300, .9);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #e5e5e5, rgba(229,229,229, 20%), rgba(229,229,229, 20%), rgba(229,229,229, 80%) 40%, rgba(229,229,229, 80%) 60%, rgba(229,229,229, 20%), rgba(229,229,229, 20%), #e5e5e5) 1;
    border-right: 0;
    border-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.WelcomeText {
    background-color: rgb(300, 300, 300);
    /* border: 2px solid #a38d54; */
    width: 100%;
    padding: 2% 2%;
    text-align: justify;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 4%;
    border-radius: 10px;
}

.MelisStudiosText {
    padding-top: 0;
    color: #a38d54;
    font-weight: 400;
    text-align: center;
}
.MelisStudiosTextTitle {
    color: #a38d54;
    font-weight: 400;
    text-align: center;
    font-family: 'Great Vibes';
    font-size: 50px;
    padding-bottom: 0;
    margin: 0;
}

.PlaceTextBox {
    padding-top: 2%;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    background-color: rgba(300, 300, 300, .9);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #e5e5e5, rgba(229,229,229, 20%), rgba(229,229,229, 20%), rgba(229,229,229, 80%) 40%, rgba(229,229,229, 80%) 60%, rgba(229,229,229, 20%), rgba(229,229,229, 20%), #e5e5e5) 1;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}
    .PlaceTextBox img {
        width: 100%;
        aspect-ratio: 16/9;
    }

#BookingUsTitle {
    width: 100%;
    padding: 2% 1%;
    text-align: center;
    color: black;
    font-weight: 300 !important;
    text-align: center;
    margin-bottom: 0 !important;
}
.RoomsTitle {
    width: 100%;
    padding: 2% 1%;
    text-align: center;
    color: black;
    font-weight: 300 !important;
    text-align: center;
    margin-bottom: 0!important;
}
.PlaceTitle,
.FindUsTitle {
    background-color: rgb(300, 300, 300);
    width: 70%;
    padding: 1% 1%;
    text-align: center;
    color: black;
    font-weight:300;
    margin-top: 40px;
    margin-bottom: 0;
}

.RoomsText {
    font-size: 18px;
    width: 100%;
    min-height: 80px;
    text-align: justify;
    background-color: rgb(300, 300, 300);
    line-height: 150%;
    margin: 0;
    font-weight: 300 !important;
}
.PlaceText {
    background-color: rgb(300, 300, 300);
    width: 70%;
    padding: 1% 1%;
    padding-top: 0;
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
    margin: 0;
    font-weight: 300;
}
.FindUsText {
    text-align: justify;
    color: black;
    background-color: rgb(300, 300, 300);
    width: 100%;
    padding: 1% 1%;
    padding-top: 0;
    font-size: 20px;
    line-height: 150%;
    margin: 0;
    font-weight: 300 !important;
}

.PlaceTextBox > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 45px;
    font-size: 17px;
    margin-top: 1.5%;
    margin-bottom: 40px;
}

.FindUsBox {
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    position: relative;
    background-color: rgba(300, 300, 300, .9);
}
.RoomsTextBox {
    flex:55%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: rgba(300, 300, 300, .9);
}

.RoomsTextBox {
    background-color: transparent;
}


#RoomsTypesBox {
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #e5e5e5, rgba(229,229,229, 20%), rgba(229,229,229, 20%), rgba(229,229,229, 80%) 40%, rgba(229,229,229, 80%) 60%, rgba(229,229,229, 20%), rgba(229,229,229, 20%), #e5e5e5) 1;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    padding-bottom: 2%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    background-color: rgba(300, 300, 300, .9);
}



#RoomsTypesBox div {
    border-radius: 10px;
}

#RoomsTypesBox h2 {
    transition: .3s;
    color: #524f4e;
    font-size: 20px;
    padding: 2% 0;
}

#RoomsTypesBox img{
    width: 100%;
    aspect-ratio:5/4;
    /*height: 500px;*/
    /*border-bottom: 4px solid #a1a1a1;*/
    transition: .3s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.RoomTypeCard {
    display:flex;
    flex-flow:column;
    align-items:center;
    padding-bottom: 10px;
   /* padding-top: 50px;
    width: 400px;*/
   width:75%;
    background-color: white;
    transition: .3s;
}


#RoomsTypesBox .RoomTypeCard:hover img {
    /*border-bottom: 4px solid #a38d54;*/
}

.RoomTypeCard > a {
    margin: 0 auto;
    margin-top:5%;
    width: 300px;
}

.WhyUs {
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    padding-bottom: 2%;
}
#ul2{
    justify-items:flex-end;
}



.Map {
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, #e5e5e5, rgba(229,229,229, 20%), rgba(229,229,229, 20%), rgba(229,229,229, 80%) 40%, rgba(229,229,229, 80%) 60%, rgba(229,229,229, 20%), rgba(229,229,229, 20%), #e5e5e5) 1;
    border-right: 0;
    border-left: 0;
    border-bottom:0;
    display: block;
    position: relative;
    width: 99.81%;
    height: 600px;
    z-index: 0;
}

.mySlider{
    width:80vw;
}

/* Контейнер со всеми элементами */
.mySliderTrack {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

/* Каждый комментарий скрыт по умолчанию */
.mySliderItem {
    min-height: 500px;
    display: none;
    background: #f1f1f1;
    margin: 5px;
    padding: 15px;
    border-radius: 5px;
    /* Анимация появления */
    animation: fadeIn 0.4s forwards;
    position: relative;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Для десктопа 3 комментария в одной "строке" */
@media (min-width: 768px) {
    .mySliderItem {
        width: calc(100% / 3 - 10px);
    }
}

/* Для мобилы 1 комментарий */
@media (max-width: 767px) {
    .mySliderItem {
        width: 100%;
        min-height: 600px;
    }
}

/* Кнопки перелистывания */
.mySliderControls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

    .mySliderControls button {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 3px;
        font-size: 18px;
    }

/* Информация о платформе (слева внизу) и авторе (справа внизу) */
.myCommentFooter {
    width:90%;
    display: flex;
    position:absolute;
    bottom:10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .myCommentFooter .myPlatform {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .myCommentFooter .myAuthor {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .myCommentFooter img {
        width: 24px;
        height: auto;
    }
























.ReviewBox {
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: rgba(300, 300, 300, .9);
    padding-top: 40px;
    row-gap: 50px;
}
.ReviewText {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    color: black;
    font-weight: 300;
    margin-bottom: 0;
    background-color: rgb(300, 300, 300);
    width: 80%;
    max-width: 1200px;
    padding: 1% 1%;
}




.custom-slider-wrapper {
    width: 80%;
    overflow: hidden;
    position: relative;
}

.custom-slider {
    display: flex;
    transition: none;
}

/* Каждый слайд занимает одну треть ширины контейнера */
.custom-slide {
    display: flex;
    justify-content: center;
    min-width: calc(100% / 3);
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

    .custom-slide.hidden {
        opacity: 0;
    }

.custom-btn {
    position: absolute;
    top: 25%;
    background-color: rgba(207, 181, 58, 0.6);
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    color: white;
}

/* Расположение кнопок можно скорректировать под дизайн */
#customPrevBtn {
    left: 10px;
}

#customNextBtn {
    right: 10px;
}

.custom-btn svg {
    fill: white;
    width: 20px;
    height: 80px;
}

.fade-in {
    animation: fadeIn 0.3s ease-in-out forwards;
}

.fade-out {
    animation: fadeOut 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.95);
    }
}



#Serves{
    display:flex;
    align-items:center;
    width:100vw;
}
#ServesBox{
    align-items:center;
    width:100%;
    z-index:9999;
    position:absolute;
    display:flex;
    flex-flow:column;
    row-gap:50px;
}
#ServesBox .floating-button{
    width:20%;
}
#Serves img{
    width:100vw;
    aspect-ratio:16/9;
}
.ServesText {
    background-color:rgba(300,300,300, 0.4);
    font-weight:400;
    text-align:center;
    color: black;
}



#AwardBox {
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: rgb(300, 300, 300);
    display: flex;
    align-items: center;
    flex-flow: column;
    width:100%;
}
.AwardsImages {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
    background-color: rgba(0,0,0, 0.1);
    width: 100%;
    padding: 1% 0;
}
#BookingAwardImg {
    width: 10%;
}
#TripadviserAwardImg {
    width: 10%;
}

.PlaceTextImage{
    width:55%;
}
.PlaceTextBoxText {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 60%
}

.WhyBookUs {
    background-color: rgb(300, 300, 300);
    width: 70%;
    text-align: left;
    font-size: 20px;
    line-height: 150%;
    margin: 0;
    font-weight: 300 !important;
}

.BookingUs {
    gap:20px;
    width: 100%;
    display: flex;
    flex-flow: row;
    background-color: rgb(300, 300, 300);
    align-items:center;

}
.BookingUsBox {
    display: flex;
    flex-flow: column;
    width: 100%;
    row-gap: 50px;
    padding: 2% 2%;
}
.BookingUsText{
    display:flex;
    flex-flow:column;
    align-items:center;
    width:50%;
    
}

.BookingUsText p {
    font-weight: 300;
    margin:0;
    font-size: 16px;
}
    .BookingUsText span{
        font-size:18px;
    }
    .BookingUs img {
        width: 32px !important;
        height: 32px !important;
    }


@media only screen and (max-width: 768px) {
    .custom-slide {
        min-width: 100%
    }
    .custom-btn {
        background-color:rgba(207, 181, 58, 0.2);
    }
    #customPrevBtn {
        left: 5%;
    }

    #customNextBtn {
        right: 5%;
    }
    .RoomTypeCard {
        width: 90%;

    }
    .BookingUs {
    flex-flow:column;
    }
    .BookingUsBox {
        padding:4% 0;
        row-gap: 20px;

    }
    .MelisStudiosText{
        font-size:22px;
    }
    .FindUsText {
        text-align: justify;
        font-size: 17px;
        line-height: 1.6;
    }
    .RoomsTitle{
        font-size:24px;
    }
    .RoomsText {
        font-size: 17px;
    }
    #BookingUsTitle {
        font-size: 24px;
    }
    .BookingUsBox{
        flex-flow:row;
    }
    .BookingUsText{
        width:85%;
    }
    .BookingUsText p{
        font-size:14px;
    }
    .BookingUsText span {
        font-size: 15px;
    }
    .BookingUs img{
        width:24px !important;
        height: 24px !important;
    }
    .WhyUs span{
        font-size:15px;
    }
    .WhyUs li{
        width:100%;
        font-size:14px;
    }
    .WhyUs ul{
        width:100%;
        padding-left:1rem;
    }
    .WhyUs{
        width:80%;
        flex-flow:column;
    }
    #ul2{
        justify-items:normal;
    }
    #ul1, #ul2{
        margin-bottom:0;
    }
    #ServesBox .floating-button {
        width: 60%;
    }
    #ServesBox{
        row-gap:0;
    }
    .ReviewText{
       font-size:24px;
    }
    .reviews-container{
        flex-flow:column;
    }
    .review{
        font-size:14px;
    }
    .review h4{
        font-weight:600;
        font-size:18px;
    }
    .ServesText{
        font-size:24px;
    }
    .AwardsImages{
        gap:30px;
    }
    #BookingAwardImg {
        width: 30%;
    }

    #TripadviserAwardImg {
        width: 30%;
    }
    .PlaceTextBox{
        flex-flow:column;
    }
    .PlaceTextImage{
        width:100%;
    }
    .PlaceTextBoxText{
        width:90%;
    }
    .PlaceText{
        font-size:17px;
        width:100%;
    }
    .PlaceTitle, .FindUsTitle{
        padding:5%;
        margin:0;
        font-size:24px;
    }
    .FindUsText{
        font-size:17px;
        width:90%;
    }
}