:root {
    --orange: #FF7931;
    --black: #000000;
    --white: #FFFFFF;
    --light-gray: #F9F9FC;
    --dark-gray: rgba(0, 0, 0, 1);
    --light-gray: rgba(0, 0, 0, 0.1);
}

h2{
    margin: 0;  
}

body {
    font-family: PlayFair, Arial, Arial, Helvetica;
}

.container {
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.header {

}

.head__title {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 46px;
    font-size: 35px;
    letter-spacing: 1px;
    font-family: PlayfairDisplay, sans-serif;
}

.nav {
    display: flex;
    justify-content: center;
    margin-bottom: 47px;
}

.nav__list {
    list-style-type: none;
    display: flex;
    gap: 49px;
}

.nav__item {

}

.nav__link {
    font-size: 15px;
    letter-spacing: 2px;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    color: var(--black);
}

.section__image {
    background: url(asstets/Hotel-11.png) no-repeat center center/cover;
    width: 100%;
    height: 464px;
    margin-bottom: 99px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new {
    margin-top: 62px;
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--white);
    padding: 5px 16px;
    text-transform: uppercase;
    background-color: var(--orange);
    font-family: "Raleway", sans-serif;
}

.slider__title {
    line-height: 80px;
    font-size: 64px;
    letter-spacing: 6.5px;
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.slider__destionation {
    width: 90%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 55px;
}

.slider__prev::after {
    width: 64px;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    content: '';
    left: 91px;
    top: 50%;
    cursor: pointer;
}

.slider__prev, .slider__next {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    color: var(--white);
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    position: relative;
}

.slider__divider {
    width: 2px;
    height: 42px;
    background-color: var(--white);
    position: relative;
}

.slider__divider::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--white);
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.slider__divider::after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--white);
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    position: absolute;
    cursor: pointer;
}

.slider__next::before {
    width: 64px;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    content: '';
    left: -71px;
    top: 50%;
    cursor: pointer;
}

.slider__text {
    max-width: 456px;
    font-size: 14px;
    line-height: 150%;
    color: var(--white);
    text-align: center;
    font-family: "Raleway", sans-serif;
    margin-bottom: 48px;
}

.content__wrapper {
    display: grid;
    grid-template-columns: 8fr 4fr;
    column-gap: 31px;
}

.main {

}

.news__section {
    margin-bottom: 75px;
}
.news__list {
    display: grid;
    grid-template-columns: 5fr 3fr;
    grid-template-rows: repeat(3, .33fr);  /* Задайте высоту строк автоматически, чтобы не фиксировать её */
    column-gap: 30px;
    row-gap: 31px;
}

.news__list-item {
    display: grid;
    grid-template-columns: 127px 1fr;
    row-gap: 31px;
    column-gap: 12px;
}

.news__list-image {
    width: 100%;
    object-fit: cover;
}

.news__list-item:nth-child(1) .news__list-image {
    height: 334px;
    grid-column: 1/3;  /* Это изображение занимает всю ширину, растягивая элемент */
}

.news__list-item:nth-child(1) {
    height: 334px;
    grid-row: 1/-1;
}

.news__list-title {
    font-family: Playfair, sans-serif;
}

.news__list-text {
    /* Оформление текста */
}

.news__list-item:nth-child(1) {
    position: relative;
}

.news__list-item:nth-child(1) .news__list-title {
    position: absolute;
    bottom: 50px;
    left: 10px;
    font-family: Playfair, sans-serif;
}

.news__list-item:nth-child(1) .news__list-text {
    position: absolute;
    bottom: -13px;
    left: 10px;
    font-family: Playfair, sans-serif;
}

.news__list-item:nth-child(2) {
    position: relative;
}

.news__list-item:nth-child(2) .news__list-title {
    position: absolute;
    left: 139px;
    font-size: 14px;
    font-family: Playfair, sans-serif;
    top: -2px;
}

.news__list-item:nth-child(2) .news__list-text {
    position: absolute;
    top: 32px;
    left: 139px;
    font-size: 14px;
    font-family: Playfair, sans-serif;
}


.news__list-item:nth-child(3) {
    position: relative;
}

.news__list-item:nth-child(3) .news__list-title {
    position: absolute;
    top: 0;
    left: 139px;
    font-size: 14px;
    line-height: 18px;
    font-family: Playfair, sans-serif;
}

.news__list-item:nth-child(3) .news__list-text {
    position: absolute;
    top: 20px;
    left: 139px; 
    font-family: Playfair, sans-serif;
}

.news__list-item:nth-child(4) {
    position: relative;
}

.news__list-item:nth-child(4) .news__list-title {
    position: absolute;
    top: 0;
    left: 139px;
    font-size: 14px;
    line-height: 18px;
    font-family: Playfair, sans-serif;
}

.news__list-item:nth-child(4) .news__list-text {
    position: absolute;
    top: 38px;
    left: 139px; 
    font-family: Playfair, sans-serif;
}

.reviews__title {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    line-height: 27px;
    margin-left: 40px;
}

.reviews__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 37px;
    column-gap: 28px;
    list-style: none;
}

.reviews__list-item {

}

.reviews__list-top {
    position: relative;
    margin-bottom: 20px;
}

.reviews__list-image {
    object-fit: cover;
    width: 100%;
    height: 203px;
}


.image__actions {
    position: absolute;
    left: 20px;
    bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px; 
}

.image__actions-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.image__icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: var(--dark-gray);
}

.image__btn {
    position: absolute;
    top: 10px;
    right: 8px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.reviews__list-bottom {

}

.reviews__list-title {
    font-size: 23px;
    font-weight: 900;
    font-family: "PlayfairDisplay", sans-serif;
    line-height: 34px;
    color: var(--black);
}

.reviews__list-text {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    line-height: 21px; 
    color: var(--black);
}

.aside {

}

.banner {

}

.banner__wrapper {

}

.banner__link {
    display: block;
    margin-bottom: 33px;
    position: relative;
}


.banner__title {
    position: absolute;
    top: 48px;
    left: 67px;
    right: 68px;
    font-size: 30px;
    font-family: PlayFair, sans-serif;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 45px;
    max-width: 235px;
    text-align: center;
    color: var(--black);
}

.banner__title--white {
    color: var(--white);
}

.banner__img {

}

.banner__btn {
    position: absolute;
    bottom: 30px;
    left: 103px;
    max-width: 170px;
    background-color: var(--orange);
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    border: none;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 12px 30px;
    color: var(--white);
    text-transform: uppercase;
    cursor: pointer;
}

.banner__btn--transparent {
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--white);
    border: 2px solid var(--orange);
}

.pagination {
    width: 100%;
    display: block;
    margin-bottom: 71px;
  }
  
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
  }

  .pagination__wrapper {
    display: flex;
    justify-content: center;
  }
  
  .pagination a.active {
    transform: scale(1.2);
    font-weight: bold;
  }

  .pagination__divider-1 {
    width: 2px;
    display: flex;
    gap: 17px;
    height: 42px;
    background-color: var(--light-gray);
    position: relative;
  }

  .pagination__divider-1::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--light-gray);
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

  .pagination__divider-2 {
    width: 2px;
    display: flex;
    gap: 17px;
    height: 42px;
    background-color: var(--light-gray);
    position: relative;
  }

  .pagination__divider-2::after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--light-gray);
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    position: absolute;
    cursor: pointer;
  }

  .image__section {
    
  }

 .image__wrapper {
    position: relative;
 }

 .balet__image {
    width: 100%;
    height: 176px;
 }

 .image__content {
    display: flex;
    align-items: center;
    gap: 43px;
    position: absolute;
    top: 65px;
    left: 248px;
 }

 .image__title {
    font-size: 30px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    line-height: 36px;
    max-width: 330px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-wrap: nowrap;
    gap: 43px;
 }  

 .image__content-btn {
    max-width: 170px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    border: none;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 11px 30px;
    color: var(--white);
    text-transform: uppercase;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--white);
    border: 2px solid var(--orange);
 }

 