.__container {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.__container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: clamp(2.5em, 1.7857em + 3.5714vw, 5em);;
}

.header__heading {
    font-size: clamp(0.875rem, 1.0893rem + -1.0714vw, 0.125rem);
    color: #fff;
}

.section__heading {
    font-size: clamp(1.375rem, 0.4821rem + 4.4643vw, 4.5rem);
    text-align: center;
}

/*burger*/
.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 15px;
    height: 15px;
    background: none;
    border: none;
    cursor: pointer;
}

.burger-menu__line {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: 0.3s;
}

.header__nav.active {
    transition: .5s ease-in-out;
}

.nav__list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.list__item:last-child {
    background-color: #937f62;
    padding: 5px 10px;
    border-radius: 5px;
    transition: .3s ease;
}

.list__item:last-child:hover {
    background-color: rgba(147, 127, 98, 0.54);
    cursor: pointer;
}

.list__item:last-child > .list__item-link:hover {
    text-decoration: none;
    color: white;
}

.list__item-link {
    color: white;
}

.list__item-link:hover {
    color: #c4c4c4;
    text-decoration: underline;
}


/*--------------intro*/

.intro {
}

.__container-intro {
    text-align: center;
    margin: clamp(5.625rem, 2.8571rem + 13.8393vw, 15.3125rem) auto clamp(8.625rem, 5.1964rem + 17.1429vw, 20.625rem);
}

.intro__heading {
    margin: 0 auto .5em;
    font-size: clamp(1.375rem, 0.4821rem + 4.4643vw, 4.5rem);;
    font-weight: bold;
}

.intro__heading > span {
    color: bisque;
}

.intro__text {
    font-size: clamp(0.4375rem, 0.0982rem + 1.6964vw, 1.625rem);
    margin-bottom: 1em;
}

.button {
    padding: 15px 25px;
    background-color: #937f62;
    border-radius: 5px;
    transition: .3s ease;
}

.button:hover {
    background-color: rgba(147, 127, 98, 0.54);
}

.intro__background-image {
    z-index: -1;
    position: absolute;
    top: 0;
    object-fit: cover;
    filter: brightness(40%);
}

/*------------about*/

.about {
    color: #000;
}

.__container-about {
    margin: 450px auto 100px;
    display: flex;
    justify-content: space-around;
}

.about__image {
    width: 50%;
    max-width: 550px;
    height: auto;
    max-height: 450px;
    transition: .3s ease-in;
    object-fit: contain;
    padding-right: 15px;
}


.about__image:hover {
    scale: 1.1;
    border-radius: 5px;
}

.about__content {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    color: #444444;
}

.content__heading {
    font-size: clamp(1.375rem, 0.4821rem + 4.4643vw, 4.5rem);
    color: black;
}

.content__description {
    font-size: clamp(0.875rem, 0.7679rem + 0.5357vw, 1.25rem);
}

.content__text {
    font-size: clamp(0.625rem, 0.4821rem + 0.7143vw, 1.125rem);
    line-height: 1.4;
}

.about__button {
    color: #fff;
    max-width: 200px;
}

/*---------------------hotels*/

.hotels {
    padding: clamp(3.125rem, 2.2321rem + 4.4643vw, 6.25rem) 0;
    background-color: #fff9f3;
    color: black;
}

.__container-hotels {
}

.hotels__heading {
    font-size: clamp(1.375rem, 0.4821rem + 4.4643vw, 4.5rem);
    text-align: center;
}

.hotels__grid {
    margin: 50px 0;
    display: flex;
    gap: 50px;
    color: #937f62;
}

.hotel {
}

.hotel__image {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .3s ease-in;
}

.hotel__image:hover {
    scale: 1.1;
    border-radius: 5px;
}

.hotel__content {
}

.hotel__name {
    font-size: clamp(1rem, 0.8929rem + 0.5357vw, 1.375rem);
    font-weight: 500;
    line-height: 2;
    color: black;
}

.hotel__location {
    margin: 20px 0 30px;
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
}

.hotel__description {
    max-width: 600px;
    font-size: clamp(0.625rem, 0.5179rem + 0.5357vw, 1rem);
}

.hotel__price {
    margin-top: 15px;
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
    font-weight: bold;
    text-align: center;
}

.button {
}

.hotel__button {
    position: absolute;
    width: 120px;
}

.hotel__button > a {
    color: #fff;
}


/*----------------features*/

.features {
    color: black;
}

.__container-features {
    margin: clamp(3.125rem, 1.3393rem + 8.9286vw, 9.375rem) auto;
}

.features__heading {
    font-size: clamp(1.375rem, 0.4821rem + 4.4643vw, 4.5rem);
    text-align: center;
}

.features__grid {
    margin: clamp(1.5625rem, 1.1161rem + 2.2321vw, 3.125rem) 0;
    display: flex;
    justify-content: center;
}

.feature {
    max-width: 250px;
    text-align: center;
}

.feature__title {
    font-size: clamp(1rem, 0.8929rem + 0.5357vw, 1.375rem);
    font-weight: 500;
    line-height: 2;
}

.feature__title img {
    max-width: 70px;
}

.feature__description {
    font-size: clamp(0.75rem, 0.6429rem + 0.5357vw, 1.125rem);
    color: #676767;
}

/*------------------achievements*/

.achievements {
    background: #6a2c00;
    color: #000000;
}

.__container {
}

.__container-achievements {
    padding: 50px 0;
    margin: 0 auto clamp(3.125rem, 2.2321rem + 4.4643vw, 6.25rem);
}

.achievements__heading {
    color: #fff;
}

.achievements__grid {
    margin: clamp(1.25rem, 0.7143rem + 2.6786vw, 3.125rem) auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.achievement {
    width: clamp(13em, 12.4286em + 2.8571vw, 15em);;
    height: clamp(3em, 2.4286em + 2.8571vw, 5em);
    background-color: white;
    border-radius: 10px;
    margin: 10px;

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

.achievement__number {
    margin-bottom: 10px;
    font-size: clamp(1.125rem, 0.9821rem + 0.7143vw, 1.625rem);
}

.achievement__label {
    font-size: clamp(1rem, 0.9286rem + 0.3571vw, 1.25rem);
}

.achievements__background {
}


/*------------contact*/

.contact {
    color: #444444;
}

.__container-contact {
    margin: 0 auto 100px;
    text-align: center;
}

.contact__description {
    font-size: clamp(1.0625rem, 1.0089rem + 0.2679vw, 1.25rem);
    margin: clamp(1.5625rem, 1.7411rem + -0.8929vw, 0.9375rem) clamp(0.625rem, 0.2679rem + 1.7857vw, 1.875rem);
}

.contact__text {
    font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
}

.contact__form {
    background-color: #fff9f3;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: clamp(18.125rem, 16.1607rem + 9.8214vw, 25rem);
    height: 400px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.form__input {
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    gap: 7px;
}

.contact__label {
}

.contact__input, .contact__textarea {
    background: #fff;
    height: 3em;
    border-radius: 10px;
    padding: 10px;
}

.button {
}

.contact__button {
    width: 250px;
    margin: 0 auto;
}

/*----------footer*/

.footer {
    background-color: #6a2c00;
}

.__container-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 10px;

    color: #fff;
}

.footer__text {
    font-size: 14px;
}

.footer__nav .nav__list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__nav .list__item-link {
    color: white;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    text-transform: uppercase;
    text-decoration: none;
}

.footer__nav .list__item-link:hover {
    text-decoration: underline;
    color: #c4c4c4;
}

.list__item--footer {

}

/*----------------media*/

@media (max-width: 1200px) {
    .__container-about {
        margin: 200px auto 0;
    }
}

@media (max-width: 1000px) {
    .hotels__grid {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .hotel__button {
        margin-bottom: 15px;
    }
    .features__grid {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 900px) {
    .content__text {
        line-height: 1.2;
        padding: 0 50px;
    }
}

@media (max-width: 800px) {
    .button {
        padding: 5px 10px;
        font-size: 12px;
    }

    .__container-about {
        flex-direction: column-reverse;
        gap: 15px;
        align-items: center;
    }

    .about__content {
        align-items: center;
        gap: 10px;
    }

    .about__image {
        width: 80%;
    }

    .hotel__location {
        margin: 10px 0 15px;
    }

    .contact__button {
        max-width: 200px;
    }

    .__container-footer {
        flex-direction: column-reverse;
        gap: 25px;
    }
}

@media (max-width: 520px) {
    /*header*/
    .header__nav {
        display: none;
    }

    .burger-menu {
        display: flex;
    }

    .header__nav.active {
        display: flex;
        position: absolute;
        top: 2.5em;
        right: 0;
        width: 40%;
        flex-direction: column;
        background-color: rgba(106, 44, 0, 0.70);
        padding: 1em 0;
        border-radius: 10px 0 0 10px;
    }

    .nav__list {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .list__item-link {
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    .list__item-link:hover {
        color: #c4c4c4;
    }

    /*intro*/
    .intro__background-image {
        height: 35%;
    }

    .content__text {
        padding: 0 25px;
    }

    .hotel__price {
        margin: 5px;
    }

    .achievement__number {
        margin-bottom: 0;
    }

    .nav__list-footer {
        flex-direction: row;
    }
}
