@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: black;
}

*{
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.h_title{
    background-color: black;
    display: flex;
    justify-content: space-around;
    color: white;
    flex-direction: row;
    align-items: center;
    height: 60px;
    max-width: 100%;
    text-decoration: none;
    z-index: 1;
}
h3{
    font-weight: 600;
}

.n_head a {
    font-size: 16px;
    font-weight: 400px;
    text-decoration: none;
    color: white;
    margin-inline: 40px;
    transition: all .3s;
}

.n_head a:hover {
    color: gray;
}

.main{
    background-image: url(../assets/png/head.png);
    background-size: cover;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main_header{
    display: flex;
    flex-direction: column;
    color: white;
    align-items: flex-start;
    max-width: 25%;
    gap: 10px;
}

.main_header >h1{
    font-size: 90px;
    font-weight: 800;
}
.main_header >h3{
    font-size: 36px;
    font-weight: 600;
}
.main_header >p{
    font-size: 15px;
    font-weight: 500;
}

.main_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 22px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 23px;

}

.rez{
    text-align: center;
    color: #131313;
    background-color: #F0D8BE;
    box-shadow: 2px 4px 20px 0px #00000040;
    border-radius: 30px;
    max-width: 233px;
    padding: 13px 42.5px;
    border: none;
    font-size: 14px;
    font-weight: 500;

    text-decoration: none;
    cursor: pointer;
    transition: background-color .3s ease-in-out;

}

.rez:hover{
    background-color: #a69786;
}


.rew{
    text-align: center;
    color: #FFFFFF;
    background-color: #5C4934;
    box-shadow: 2px 4px 20px 0px #00000040;
    border-radius: 30px;
    padding: 13px 69.5px;
    outline: none;
    border:none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;

    transition: background-color .3s ease-in-out;

}

.container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.rew:hover{
    background-color:#443626;
}

.container_cards{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    color: #FFFFFF;
    gap: 50px !important;
    width: fit-content;
    margin: 0 auto !important;
    margin-inline: 120px;
    margin-top: 50px !important;
    margin-bottom: 100px !important;
}
.card{
    display: flex;
    justify-content: center;
    justify-self: center;
    flex-direction: column;
    align-items: center;
    text-align: start;
    max-width: 344px;
    gap: 20px;
}
.wrapper > p{
    margin: 10px;
}
.wrapper{
    border: 1px solid #ADADAD;
    border-radius: 10px;
    height: -webkit-fill-available;

}

.special{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: start;
    color: #FFFFFF;
    margin: 120px;
    gap: 100px;
}

.wrapper_s{
    max-width: 500px;
}
.wrapper_s > p{
    font-size: 16px;
    font-weight: 400;
}
.wrapper_s > h1{
    font-size: 48px;
    font-weight: 600;
}

.reviews{
    margin-top: 20px;
    color: white;
    text-align: center;
}

.wrapper_r{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px !important;
}

.wrapper > img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.review{
    background-color: white;
    color: black;
    text-align: start;
    border-radius: 10px;
    justify-self: center;
    max-height: 450px;
    padding: 30px;
    gap: 10px;
    margin-bottom: 100px;
}
.wrapper_rew1{
    display: flex;
    margin-top: 40px;
    height: 135px;
}
.wrapper_rew{
    display: flex;
    margin-top: 60px;
    height: 135px;
}

.wrapper_rew > img, .wrapper_rew1 > img{
    height: 135px;
    width: 135px;
}
.wrapper_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 4px;
    gap: 10px;
}
.wrapper_info > h4{
    background-color: #E0E0E0;
    border-radius: 100px;
    text-align: center;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
}

.accordion {
    max-width: 1000px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    color: white;
}

details {
    background-color: white;
    color: black;
    border-radius: 10px;
    margin-top: 15px;
    padding-inline: 25px;
    list-style-type: none;

    transition: all .3s;
}

details > summary {
    display: flex;
    cursor: pointer;

    text-align: left;
    align-items: center;
    justify-content: space-between;
    padding-block: 25px;
}

.left {
    display: flex;
    align-items: center;
}

.left > h3 {
    max-width: 80%;
}

.opener {
    width: 60px;
}

.our_rooms {
    color: white;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
}

.details_content {
    border-top: 1px solid black;
    padding-block: 25px;
    padding-bottom: 15px;
    text-align: left;
}

.details_content p {
    font-size: 20px;
    font-weight: 400;
}

.numbered {
    background-color: #E2CA98;
    border-radius: 10px;
    padding: 15px;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
}

.tarif{
    color: white;
    text-align: center;
    margin-top:75px ;
    margin-bottom: 100px;

}
.wrapper_t{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: white;
    display: grid;
    max-width: fit-content;

    margin: 0 auto;
    gap: 80px;
    margin-top: 60px !important;
}

.tar{
    border: 1px solid #ADADAD;
    border-radius: 10px;
    height: 604px;
    max-width: 346px;
    width: 100%;
}
.tar > .tariff_name{
    color: black;
    background-color: #E2C998;
    text-align: start;
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

}

.tar > .tariff_name > h2 {
    font-size: 26px;
    font-weight: 600;
}
.t_info{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 25px;
}
.t_info >h3{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
ul {
    list-style: none;
    padding: 0;
    text-align: start;
    font-size: 18px;
    font-weight: 300;

}

ul li{
    margin: 10px;
}

ul li:before {
    content:  "—";
    position: relative;
    left:     -5px;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_tar{
    margin-bottom: 30px;
}
.btn_tar{
    background-color: #F0D8BE;
    color: #131313;
    box-shadow: 2px 4px 20px 0px #00000040;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 25px;
    border-radius: 30px;
    border: none;
    cursor: pointer;

    text-decoration: none;
    transition: all .3s;
}

.btn_tar:hover{
    background-color: #8b7e6f;
}

footer{
    background-color: #AFA081;
    color: #000000;
    height: 300px;

}
.footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 70px;
}
.bolded {
    font-weight: 600;
}
.n_foot a{
    font-size: 16px;
    text-decoration: none;
    color: black;
    transition: all .3s;
    margin-inline: 40px;
}
.n_foot a:hover{
    color: rgb(244, 242, 242);
}
.licence{
    text-align: center;
    margin-top: 100px;
}

.accordion {
    max-width: 1000px;
    margin: 0 auto;
}

.burgerSwitcher {
    display: none;
}

.burger {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .94);
    width: 100%;
    height: 100%;
}

.active {
    display: block !important;
}

.burger_menu > a {
    background-color: #fff;
    color: #131313;
    margin-block: 10px;
    box-shadow: 2px 4px 20px 0px #00000040;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    padding: 13px 25px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: all .3s;
}

.burger > .wrapper_burger {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.wrapper_burger > svg {
    position: absolute;
    right: 30px;
    top: 20px;
}

.burger_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
}

.wrapper_burger > h1 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.choiceCity_wrapper {
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
}

.choiceCity_modal {
    max-width: 400px;
    width: 100%;
    background-color: #F0D8BE;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
}

.choiceCity_modal > input {
    width: 100%;
    padding: 6px;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 3px;
    border-radius: 10px;
    margin-top: 15px;
}

.choiceCity_modal > button {
    width: 40%;
    height: 30px;
    border-radius: 10px;
    border: none;
    background-color: #5C4934;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    margin-top: 15px;
}
.choiceCity_modal > button:hover {
    background-color: #917657;
}
.choiceCity_modal > ul {
    overflow-y: scroll;
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.choiceCity_modal > ul > li.selected {
    background-color: #cd8f48;
}

.choiceCity_modal > ul > li.selected:hover { background-color: #e08d2e !important; }

.choiceCity_modal > ul > li {
    border-radius: 6px;
    margin-top: 4px !important;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #5C4934;
    padding: 5px;
    width: 100%;
    text-decoration: none !important;
    color: #fff;
    font-size: 18px;
    display: block;
    transition: all .3s;
    margin: 0;
}
.choiceCity_modal > ul > li:hover {
    background-color: #866d52;
}
.choiceCity_modal > ul > li::before {
    all: unset !important;
}

@media (max-width: 1400px){
    .container_cards, .wrapper_r, .wrapper_t {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 1100px){
    .special{
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 900px){
    .container_cards, .wrapper_r, .wrapper_t {
        grid-template-columns: 1fr ;
    }
    .special{
        margin: 0;
    }
    .tar {
        height: unset;
    }

}

@media (max-width: 710px){
    .burgerSwitcher { display: block !important; }
    .h_title > .n_head { display: none !important; }
    .h_title {
        justify-content: space-between;
        position: fixed;
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .main {
        padding-top: 15px;
    }
    .main_header > h1 {
        font-size: 60px;
    }
    .main_header > h3 {
        font-size: 28px;
    }
    .special > img {
        width: 100%;
        object-fit: cover;
    }

    .left > h3 {
        font-size: 14px;
    }

}

@media (max-width: 650px){

    .main_header {
        max-width: unset !important;
        text-align: center;
        align-items: center;
    }

    .footer, .n_foot {
        display: flex;
        text-align: center;
        flex-direction: column;
    }

    .n_foot > a {
        margin-bottom: 6px;
    }

    .licence {
        margin-top: unset !important;
        margin-block: 20px !important;
    }

    .footer > h3 {
        margin-bottom: 10px !important;
    }

}


@media (max-width: 450px){
    .main_btn {
        flex-direction: column;
    }
}

@media (max-width: 420px){
    .main_header > h1 {
        font-size: 45px;
    }

    .wrapper_rew1, .wrapper_rew {
        height: unset !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .wrapper_rew1 > .wrapper_info, .wrapper_rew > .wrapper_info {
        margin-top: 10px;
    }

    .review {
        margin-bottom: 30px;
    }

    .numbered {
        display: none;
    }

    .wrapper_s > h1 {
        font-size: 36px;
    }
}
